﻿.divLoading {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.6;
    text-align: center;
    vertical-align: middle;
    z-index: 2001;
    left: 0;
    top: 0;
}

    .divLoading h3 {
        color: white;
    }

    .divLoading div {
        position: absolute;
        height: 100px;
        width: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

@media (min-width: 992px) {
    .modal-lg {
        max-width: 80%;
    }
}

.modal-lg {
width:80%
}

.modal-header {
    background-color: #337AB7;
    padding: 16px 16px;
    color: #FFF;
    border-bottom: 2px dashed #337AB7;
}

.modal-footer {
    background-color: #31332b;
    padding: 16px 16px;
    color: #FFF;
    border-bottom: 2px dashed #337AB7;
}