﻿ #ajaxLoaderImgBox{
    display: none; 
    background:transparent !important;
    width:219px;
    height:219px;
}

 #ajaxLoaderImgBox img{
      width:inherit;
 }

.fancybox-wrap{
    z-index: 100000000000000000000000000 !important;
}

.fancybox-wrap{
    height:245px !important;
}

.fancybox-skin
{
    background: transparent !important;
    box-shadow: 0px 0px !important;
}

/*file loader*/
#fileLoaderBox {
    float: left;
    margin-left: 15px;
}

.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #9C9999;
    background: -moz-linear-gradient(left, #9C9999 10%, rgba(156, 153, 153, 0) 42%);
    background: -webkit-linear-gradient(left, #9C9999 10%, rgba(156, 153, 153, 0) 42%);
    background: -o-linear-gradient(left, #9C9999 10%, rgba(156, 153, 153, 0) 42%);
    background: -ms-linear-gradient(left, #9C9999 10%, rgba(156, 153, 153, 0) 42%);
    background: linear-gradient(to right, #9C9999 10%, rgba(156, 153, 153, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 6px;
    margin-bottom: 6px;
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #9C9999;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #f6f6f6;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.LoaderImgBox {
    background-color: #100c0c2e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.LoaderImg {
    transform: scale(0.5);
}