/*Müşteriye özel geliştirmeler*/

@import "colors/customer-color.css";
#yloadingmessage{
    /*background-color:rgba(0, 0, 0, 0.5);*/
    position:fixed;
    z-index:100000;
    margin:0px auto;
    width: 100%;
    height: 100%;
}
#yloadingmessage .spinner-grow{

    position: absolute;
    width:50px;
    height:50px;
    top:50%;
    left:50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index:100001;

}