/* Add here all your CSS customizations */




/* Message Styles */
.modal-div-msg {
    border-style: solid;
    border-width: 10px 3px 36px; /*2px 5px 5px 5px;*/
    border-color: #E8E8E8; /* rgba(120,153,191,0.8);      border-color: rgba(36,87,102,0.8);*/
    overflow: hidden;
    background-color: #E8E8E8; /*#FFFFFF;*/
    padding: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 0 0 7px 0 #000 !important;
    /*opacity :0.95 !important;*/
}

.modal-div-drag-msg {
    background-color: #E8E8E8; /*  rgba(120,153,191,0.8);      background-color: rgba(36,87,102,0.8);*/
    cursor: move;
    color: black;
}

.modal-div-content-msg {
    padding: 5px;
    overflow-x: auto;
    overflow-y: auto;
    color: #000000;
    background-color: #F6F6F6; /*#FFFFFF;*/
    min-width: 270px !important;
    max-width: 500px !important;
    /*min-height:200px!important;*/
}

.modal-div-cancel-button-msg {
    color: #000000;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.4;
}

    .modal-div-cancel-button-msg:hover {
        cursor: pointer;
        color: red;
    }


/* Progress Model */
.ProgressBackground {
    background-color: #6D7B8D; /* Blue Slate Gray */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.ProgressBackground {
    /* Above everything else, except an UpdateProgressPanel */
    z-index: 99999998 !important;
    margin-bottom: 0px;
}

.ProgressProcess {
    /* UpdateProgressPanel is above EVERYTHING ELSE, even other modal popups */
    z-index: 99999999;
    background-color: #fff;
    color: #000000;
    width: 172px;
    /*height:   bottom: 50%;
    left: 45%;*/
    padding: 10px;
    border: solid 2px #5D7B9D;
    box-shadow: 0 0 8px 0px #000 !important;
    margin-left: auto;
    margin-right: auto;
}
/* Prpx;
    border: solid 2px #5D7B9D;
    box-shadow: 0 0 8px 0px #000 !important;
}
/* Progress Model */
