#colorbox {
    z-index: 999;
    outline: none;
}
#cboxTitle {
    display: none !important;
}
#cboxOverlay {
    background-color: #000;
    position: fixed;
    width: 100%; height: 100%;
    display: block;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 998;
}
#cboxOverlay .overlay-spinner {
    position: fixed;
    display: block;
    top: 50%; left: 50%;
    margin: -20px 0 0 -20px;
}
body.cbox-open .page-wrap {
    filter: url("blur.svg#blur");
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.ajax-widget {
    background: #fff;
    min-width: 300px;
}
.ajax-widget header {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 60px 15px 15px;
    background-color: #ededed;
    position: relative;
}
.ajax-widget header h2.title {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.ajax-widget header .close {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url('../images/icon_close.png') no-repeat;
    cursor: pointer;
}
.ajax-widget header + .content {
     padding: 15px;
}
.ajax-widget h3 {
    margin: 0 0 10px 0;
}
.ajax-widget form .field {
    width: 100%;
    margin-bottom: 10px;
}
.ajax-widget form input[type="text"],
.ajax-widget form input[type="email"],
.ajax-widget form input[type="password"],
.ajax-widget form input[type="number"],
.ajax-widget form select,
.ajax-widget form textarea {
    width: 100%;
}
.ajax-widget .error input[type="text"],
.ajax-widget .error input[type="email"],
.ajax-widget .error input[type="password"],
.ajax-widget .error input[type="number"],
.ajax-widget .error select,
.ajax-widget .error textarea {
    border-color: #ff5a65;
    color: #ff5a65;
}
.ajax-widget form .captcha {
    margin-top: 10px;
}
.ajax-widget form .captcha input {
    width: 172px;
}
.ajax-widget .text-form-red {
    color: #ff5a65;
    font-size: 11px;
    padding-top: 5px;
    margin-left: 0;
}
.ajax-widget form button {
    margin-top: 10px;
    white-space: nowrap;
}
.ajax-widget form .btn.close + button {
    margin-top: 0;
    float: right;
}
.ajax-widget .btn.close {
    padding: 7px 20px;
    font-family: "Open Sans Condensed", Arial, Helvetica, Sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    border: none;
    background-color: #ff2736;
    color: white;
}
.ajax-widget .btn.close:hover {
    background-color: #f30011;
}

.ajax-widget .notification {
    font-size: 12px;
    min-height: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding-left: 40px;
    margin: 0 0 10px 0;
    padding: 5px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ajax-widget .notification p {
    margin: 0;
}
.ajax-widget .notification.error {
    background-image: url('../icons/warning.png');
    color: #e55c5c;
    border: 1px solid #e55c5c;
}
.ajax-widget .notification.success {
    background-image: url('../icon/success.png');
    color: #85a847;
    border: 1px solid #85a847;
}
.ajax-widget .notification.warning {
    background-image: url('../icon/warning.png');
    border: 1px solid #ffa500;
}
.ajax-widget .notification.alert {
    background-image: url('../icon/warning.png');
    border: 1px solid #ffd700;
}