.general-style-popup .event-info {
    background-color: #f3f3f3;
    border-radius: 8px;
    margin-top: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear;
    padding-top: 10px;
    padding-bottom: 10px;
}
.general-style-popup .event-info-box {
    list-style: none;
    margin-left: -30px;
    margin-top: 15px
}
.general-style-popup .event-info-box li i {
    color: #24aa98;
    margin-right: 10px;
}
.general-style-popup .event-info-box li b {
    margin-right: 10px;
    width: 40px;
    display: inline-block;
}
.general-style-popup .event-info-box li {
    margin-bottom: 10px;
    color: #3a3938;
    font-weight: 600
}
.general-style-popup .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0;
    background-color: #f3f4f6;
}
.general-style-popup .modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
    background-color: #3498db;
    border-color: #3498db;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
.general-style-popup .overlay-btn {
    position: absolute;
    width: 320px;
    height: 100px;
}
.general-style-popup .modal-title {
    font-size: 14px;
    font-weight: 600;
    color: #3498DB;
    text-transform: uppercase;
}
.general-style-popup .modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #3498db;
    text-shadow: 0 0 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0!important;
    margin: 0!important;
    width: 30px;
    height: 30px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    z-index: 9999;
}
.general-style-popup .modal-header .close {
    margin-top: -2px;
}
.general-style-popup button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.general-style-popup .event-time-form .form-group label {
    font-size: 12px;
    color: #555555;
    font-weight: normal;
    text-align: left;
    display: inline-block;
}
.general-style-popup .event-time-margin {
    padding-left: 20%;
}
.general-style-popup .socialshare-box .form-group {
    margin-bottom: 0px
}
.general-style-popup .event-time-form .col-sm-12 {
    padding-left: 10%;
    padding-right: 10%;
}
.general-style-popup .event-time-form .form-group textarea {
    margin-top: 10px;
    display: inline-block;
}
.general-style-popup .event-time-form .form-group label i {
    color: #d7ddde;
    margin-right: 5px;
    font-size: 13px
}
.general-style-popup .datepicker {
    z-index: 1151 !important;
}
.warningModal .modal-header .close {
    background: #eca408 !important;
    border-color: #eca408 !important;
    opacity: 1;
    padding: 1px 5px;
    color: #fff;
    font-weight: normal;
}
.warningModal .modal-title {
    color: #eca408 !important;
}
.warningModal .btn-primary, .warningModal .btn-primary:hover {
    background-color: #eca408 !important;
    border-color: #eca408 !important;
}