/**
 * Created by ertaserdi on 05.07.2015.
 *
 * * Versiyon: 1.0.1
 *
 * Contact for support. / Katkı sağlamak için iletişime geçebilirsiniz.
 * Email: ertaserdi@gmail.com
 * Download: https://github.com/ertaserdi/jQuery-PageLoading
 *
 * Kullandığınız için teşekkürler... / Thank you for using...
 *
 * LICENSE: https://github.com/ertaserdi/jQuery-PageLoading/blob/master/LICENSE
 */
 .pageLoadingid14,.pageLoadingid11,.pageLoadingid13{
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
}

.pageLoadingid14{
    background-color: rgba(245, 245, 245, 0.90);
    width: 100%;
    height: 100%;
    z-index: 99999997;
}


.pageLoadingid11{
    background-color: #dfe8ea;
    width: 100%;
    height: 5px;
    z-index: 99999998;
}

.pageLoadingid13{
    background-color: #79c4df;
    height: 5px;
    width: 10%;
    box-shadow: 0 0 10px #75b5df;
    z-index: 99999999;
}

.pageLoadingid12{
    position: fixed;
    top: 20px;
    right: 50%;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto Slab';
    font-weight: 300;
    padding: 5px;
    background-color: transparent;
    visibility: visible;
    z-index: 99999999;
}
