@import url('ionicons.min.css');


@font-face {
    font-family: 'CENTURY_1';
    src: url('../fonts/CENTURY_1.TTF') format('truetype');
}

@font-face {
    font-family: 'ionicons';
    src: url('../fonts/ionicons.woff') format('woff'), url('../fonts/ionicons.eot') format('embedded-opentype'), url('../fonts/ionicons.svg') format('svg'), url('../fonts/ionicons.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotic-Regular';
    src: url('../fonts/GOTHIC_1.TTF') format('truetype');
}

@font-face {
    font-family: 'Gothic-Bold';
    src: url('../fonts/GOTHICB_1.TTF') format('truetype');
}

@font-face {
    font-family: 'Gothic-BoldItalic';
    src: url('../fonts/GOTHICBI_1.TTF') format('truetype');
}

@font-face {
    font-family: 'Gothic-Italic';
    src: url('../fonts/GOTHICI_2.TTF') format('truetype');
}

@font-face {
    font-family: 'fa-brands-400';
    src: url('../fonts/fa-brands-400.svg') format('svg'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.svg') format('svg'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-brands-400.eot') format('embedded-opentype');
}

body, html {
    font-family: Gotic-Regular;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    background-color: #f3f8ff;
}

.modal-content {
    padding: 25px 25px 25px 95px;
    position: relative;
    border-radius: 4px;
    border: none;
}

    .modal-content:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        margin: auto;
        background-color: #ec4a57;
    }

    .modal-content .modal-heder h4 {
        color: #4f697a;
    }

    .modal-content .modal-header .close {
        padding: 15px;
        font-weight: normal;
        font-size: 30px;
    }

    .modal-content .modal-body {
        padding: 40px 15px;
    }

.modal-body label {
    color: #7f96a3;
    padding-right: 15px;
}
.modal-body input:focus{
    outline:none;
    box-shadow:none;
}
.modal-content .modal-body input[type=checkbox] {
    margin: 1px 10px 0 0px;
    float: left;
}

    .modal-content .modal-body input[type=checkbox] + label {
        margin-bottom: 0;
    }

.modal-content .modal-footer .btn {
    padding: 6px 20px;
}

.modal-content .modal-footer .btn-primary {
    color: #fff;
    background-color: #ed4a57;
    border-color: #ed4a57;
}
.modal-content .modal-footer .btn-primary:hover {
    background-color: #de4551;
}
    .modal-content .modal-footer .btn-primary:focus {
        background-color: #ed4a57;
        border-color: #ed4a57;
    }

.modal-content .modal-footer .btn-default {
    background-color: transparent;
    border: 1px solid #b8b8b8;
    color: #383838;
}
.modal-content .modal-footer .btn-default:hover {
    background-color: #f6f6f6;
}
    .modal-content .modal-footer .btn-default:focus {
        background-color: transparent;
        border: 1px solid #b8b8b8;
    }

    .modal-content .modal-footer .btn-default:focus {
        outline: none;
        box-shadow: none;
    }

.modal-content:before {
    content: '';
    position: absolute;
    content: "\f3d6";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left: 15px;
    color: white;
    z-index: 2;
    height: 12px;
    line-height: 12px;
    font-size: 40px;
    top: 45px;
    opacity: 0.55;
}

.modal-content .modal-footer {
    padding-top: 25px;
    padding-bottom: 0px;
}

.mce-widget.mce-notification {
    display: none;
    opacity: 0;
}
.modal-content .modal-header .close:focus{
    outline:none;
    box-shadow:none;
}