/* Add here all your CSS customizations */

/* Message Styles */

.modal-div-msg {
    border-style: solid;
    border-width: 3px 5px 30px; /*  10px 3px 36px; 2px 5px 5px 5px;*/
    border-color: #E2E3E3; /* 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: 1px 1px 5px 0 #848484 !important;
    /*opacity :0.95 !important;*/
    margin-left: 10px;
    margin-right: 10px;
}

.modal-div-drag-msg {
    background-color: #E2E3E3; /*  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: 200px !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;
    }

#modal_msg_foregroundElement {
    /*position:fixed !important;*/
    /*left: 0px;*/
    /*left: 200px;
    top: 300px;*/
    /*margin-left: 15% !important;
    margin-right: 15% !important;*/
    /*margin-top: 40%;*/
}


/* 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: 200px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    border: solid 3px #008cb7;
    box-shadow: 0px 3px 10px 0px #3c3c3c !important;
    bottom: 50%;
    left: 45%;
    /*opacity: 0.7;*/
}
/* Progress Model */



/* Custom Buttons */
.btnLemon {
    background-image: linear-gradient(180deg, #b9da02 30%, #829a00 70%) !important;
}

.btnLemon:hover, .btnLemon:focus, .btnLemon:active {
    background-image: linear-gradient(180deg, #748900 40%, #8faa00 70%) !important;
}

.btnPurple {
    background-image: linear-gradient(180deg, #9f63ff 20%, #6500e5 60%) !important;
    border-color: #463ad4 !important;
}

.btnPurple:hover, .btnPurple:focus, .btnPurple:active {
    background-image: linear-gradient(180deg, #4900bf 40%, #7819e1 70%) !important
}

.btnBlueGradient {
    background: linear-gradient(180deg, #3980ff 30%, #0303c9 70%) !important;
    border-color: #463ad4 !important;
}

.btnBlueGradient:hover, .btnBlueGradient:focus, .btnBlueGradient:active {
    background: linear-gradient(180deg, #0101aa 40%, #4848e7 70%) !important;
}

[type="radio"]:checked + label, [type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
/* Custom Buttons */
