﻿/*.accordionHeaderSelected {
    
}*/

/*.accordionHeader {
    
}*/

.NoneDisplay {
    display: none !important;
}

.divDisplay {
    display: block !important;
}

.watermark {
    background: #FFAAFF;
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    /*visibility:hidden;*/
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1000;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    border-radius: 10px;
}

.customModalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    border-radius: 10px;
    /*top: 40px !important;*/
}

.modalPopup300 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;    
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}

.modalPopup400 {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
}

.SinBorde {
    box-shadow: none !important;
}

.PrincipalModal {
    background-color: #385485 !important;
    opacity: 0.9 !important;
    filter: alpha(opacity=60) !important;
    color: white !important;
}

.ModalTerminos {
    border: 1px solid #b1b8d1 !important;
    border-radius: 3px !important;
    padding: 6px !important;
    background-color: white !important;
    color: #000000 !important;
    opacity: 0.9 !important;
    overflow: auto !important;
    position: relative !important;
}

.lblCheckTerminos {
    font-size: 13px !important;
    color: #67aacc !important;
}


#ctl00_ContentPopapModel_UpdatePanel1 {
    width: 100% !important;
}