/* BASIC css start */
#specialEvt { background: #fff  repeat 0 0; border: 1px solid #919196; display:inline-block;}
#specialEvt .tit-pop { text-align: center; }

#specialEvt .close-wrap { position: relative; padding: 5px 0; color: #000; background-color: #8e8e8e; }
#specialEvt .close-wrap .close { position: relative; margin-left: auto; margin-right: auto; text-align: left; }
#specialEvt .close-wrap .close .btn-close { position: absolute; right: 0px; top: 0px; }

.cont-pop .cont{border-bottom: 1px solid #cdd2d7;}
.smart-popup-btns button {
    float: left;
    background-color: #f7f7f7;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    height: 60px;
    width: 50%;    
}
.smart-popup-close:hover {
    background-color: #f0f0f5;
}

.smart-popup-today{
    float:left;
    width:50%;
    text-align:center;
    font-size:16px;
    padding:20px 0;
    cursor: default;
}
.all_delete_label{padding:20px 0;}


#specialEvt input[type="checkbox"]:after{left: -1px; top: -2px; width:16px; height:16px;}
#specialEvt input:checked[type="checkbox"]:after{left: -1px; top: -1px; width:16px; height:16px;}


#specialEvt input[type="checkbox"]{margin:-2px -3px 0 0!important;}
/* BASIC css end */

