
#divloader {
    background: url('../Frontend/loader.gif') no-repeat center center;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 48%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

#markloading {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

/* General utilities */
.display-none,
.display-hide {
    display: none;
}

.hidden {
    display: none !important;
}

.modal .input-icon > i {
    z-index: 10055;
}

/***
Customized Bootstrap Modal 
***/
.modal {
    z-index: 10050;
    outline: none;
    overflow-y: auto !important;
    /* Fix content shifting to the right on modal open due to scrollbar closed */
}

    .modal .modal-header {
        border-bottom: 1px solid #EFEFEF;
    }

        .modal .modal-header h3 {
            font-weight: 300;
        }

        .modal .modal-header .close {
            margin-top: 0px !important;
        }

    .modal .modal-dialog {
        z-index: 10051;
    }

    .modal > .loading {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
    }

    .modal.in .page-loading {
        display: none;
    }

.modal-open {
    overflow-y: auto !important;
}

.modal-open-noscroll {
    overflow-y: hidden !important;
}

.modal-backdrop {
    border: 0;
    outline: none;
    z-index: 10049;
}

    .modal-backdrop, .modal-backdrop.fade.in {
        background-color: #333 !important;
    }

/* Full width modal */
.modal-full.modal-dialog {
    width: 99%;
}

@media (max-width: 768px) {
    .modal-full.modal-dialog {
        width: auto;
    }
}

/***
Top News Blocks(new in v1.2.2) 
***/
.top-news {
    color: #fff;
    margin: 8px 0;
}

    .top-news em {
        font-size: 13px;
        margin-bottom: 8px;
        margin-bottom: 0;
        font-style: normal;
        display: block;
    }

        .top-news em i {
            font-size: 14px;
        }

    .top-news span {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
        text-align: left;
    }

    .top-news a {
        display: block;
        text-align: left;
        padding: 10px;
        position: relative;
        margin-bottom: 10px;
    }

        .top-news a .top-news-icon {
            right: 8px;
            bottom: 15px;
            opacity: 0.3;
            font-size: 35px;
            position: absolute;
            filter: alpha(opacity=30);
            /*For IE8*/
        }
.modal-dialog {
    position: fixed;
    top: 16%;
    left: 32%;
    min-width: 550px;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

