/*---------------- BASE --------------------*/
#webinar-popup-style .btn {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#webinar-popup-style .btn:active, .btn:focus {
    outline: 0!important
}
#webinar-popup-style .btn-primary, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #3498db;
    border-color: #3498db;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
#webinar-popup-style .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #2783c0;
    border-color: #2783c0;
}
#webinar-popup-style .btn-primary i {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: 0
}
#webinar-popup-style .btn-success, .btn-success.disabled, .btn-success[disabled] {
    background-color: #2ecc71;
    border-color: #2ecc71;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
#webinar-popup-style .btn-success.hover, .btn-success:active, .btn-success:focus, .btn-success:hover {
    background-color: #22b661;
    border-color: #22b661;
}
#webinar-popup-style .btn-success i {
    margin-right: 2px;
    font-size: 12px;
    position: relative;
    top: 0;
}
#webinar-popup-style .btn-danger, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #dc1919;
    border-color: #dc1919;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
#webinar-popup-style .btn-danger.hover, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    background-color: #ce1717;
    border-color: #ce1717;
}
#webinar-popup-style .btn-danger i {
    margin-right: 2px;
    font-size: 12px;
    position: relative;
    top: 0;
}
#webinar-popup-style .btn-warning, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f4a908;
    border-color: #f4a908;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
#webinar-popup-style .btn-warning.hover, .btn-warning:active, .btn-warning:focus, .btn-warning:hover {
    background-color: #eca408;
    border-color: #eca408;
}
#webinar-popup-style .btn-warning i {
    margin-right: 2px;
    font-size: 12px;
    position: relative;
    top: 0;
}
#webinar-popup-style .text-success {
    color: #2BBF6A !important;
}
#webinar-popup-style .text-danger {
    color: #dc1919 !important;
}
#webinar-popup-style .text-warning {
    color: #f4a908 !important;
}
#webinar-popup-style .alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
}
#webinar-popup-style .alert-danger {
    color: #DC1919;
    background-color: rgba(220, 25, 25, 0.09);
}
#webinar-popup-style .alert-success {
    color: #2BBF6A;
    background-color: rgba(46, 204, 113, 0.09);
}
#webinar-popup-style .alert-warning {
    color: #f4a908;
    background-color: rgba(244, 169, 8, 0.09);
}
/*------------------- POPUP -------------------*/
#webinar-popup-style .modal-content {
    border-radius: 0px;
}
#webinar-popup-style .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;
}
#webinar-popup-style .modal-header .close:active, .modal-header .close:focus, .modal-header .close:hover {
    background: #2783c0;
    color: #fff;
    outline: 0
}
#webinar-popup-style .modal-content {
    border-radius: 0;
}
#webinar-popup-style .modal-footer {
    padding-top: 0;
    border-top: 0;
}
#webinar-popup-style .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0;
    background-color: #f3f4f6;
}
#webinar-popup-style .modal-title {
    font-size: 14px;
    font-weight: 600;
    color: #3498DB;
    text-transform: uppercase;
}
#webinar-popup-style .form-control {
    border-radius: 2px!important;
    font-size: 11px;
    border: 1px solid #e1e1e1;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    line-height: 13px;
}
#webinar-popup-style .form-control:focus {
    border-color: #3498db!important;
    box-shadow: none
}
#webinar-popup-style label {
    color: #3a3938;
}
#webinar-popup-style .help-block {
    font-size: 11px;
    margin-top: 5px;
}
#webinar-popup-style .btn-primary, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #3498db;
    border-color: #3498db;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
}
#webinar-popup-style .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #2783c0 !important;
    border-color: #2783c0 !important;
}
/*------------------- END -------------------*/
/*---------- POPUPS CUSTOM STYLE ------------*/
#webinar-popup-style .modal-header .close.success {
    background-color: #2ecc71 !important;
}
#webinar-popup-style .modal-header .close.success:active, .modal-header .close.success:focus, .modal-header .close.success:hover {
    background: #26be66 !important;
    color: #fff;
    outline: 0
}
#webinar-popup-style .modal-header .close.error {
    background-color: #dc1919;
}
#webinar-popup-style .modal-header .close.error:active, .modal-header .close.error:focus, .modal-header .close.error:hover {
    background: #ce1717;
    color: #fff;
    outline: 0
}
#webinar-popup-style .modal-header .close.warning {
    background-color: #f4a908;
}
#webinar-popup-style .modal-header .close.warning:active, .modal-header .close.warning:focus, .modal-header .close.warning:hover {
    background: #eca408;
    color: #fff;
    outline: 0
}
#webinar-popup-style .modal-header {
    background: #fff;
    text-align: center;
}
#webinar-popup-style .modal-header .modal-title {
    font-size: 18px;
}