.modal-header {
    padding: 11px 0px 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-title {
    margin: 12px 0px 25px 0px;
    line-height: 1.428571;
    text-align: center;
    letter-spacing: .5px;
    font-size: 24px;
    font-weight: 600;
    color: #0a6196;
    font-family: 'Cinzel', sans-serif;
}
.modal-title:after {
    display: block;
    content: "";
    background: #0a6196;
    width: 15%;
    height: 2px;
    margin-top: 13px;
    margin: 0 auto;
    padding-top: 3px;
}
.modal-header .close {
    margin-top: -68px;
    background: #f50a0a;
    color: #fff;
    border-radius: 4px;
}

.modal-header .close {
    margin-top: -66px;
}
button.close {
    padding: 9px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 1px;
}
.modal-body {
    position: relative;
    padding: 22px;
}
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 10px 18px 10px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    background: #f5f5f5;
    color: #dba221;
    padding: 3px 8px 4px 8px;
}
select {
    text-transform: none;
    width: 100%;
    padding: 7px;
    background: #fff;
    border: 2px solid #eaeaea;
}
.onoff {
    margin-left: -27px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.onoff label {
    position: absolute;
    top: 6px;
    left: 42px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #0a6196;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff input:checked + label {
    background: #c3c3c3;
    text-indent: 8px;
}
.onoff label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff label:after {
    content: 'NO';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}
.onoff input:checked + label:after {
    content: 'YES';
    color: #222;
    left: -4px;
}
.onoff input:checked + label:before {
    left: 37px;
}

.onoff label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.onoff label:after {
    content: 'NO';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}

.btn-default {
    color: #fff;
    background-color: #f89822;
    border-color: #0a6196;
    border: 3px solid #b1b7aa;
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
}
.btn-default:hover {
    color: #fff;
    background-color: #f89822;
    border-color: #aab1b7;
    border: 3px solid #0a6196;
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
}

.btn-success {
    color: #ffffff;
    background-color: #f89822;
    border-color: #0a6196;
    border: 1px solid #b1b7aa;
    margin-top: 7px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    float: right;
    font-size: 17px;
    letter-spacing: .4px;
}
.btn-success:hover {
    color: #222;
    background-color: #a9b2ba;
    border-color: #a9b2ba;
    border: 1px solid #a9b2ba;
    margin-top: 7px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    float: right;
    font-size: 17px;
    letter-spacing: .4px;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}


.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}


.btn-info.warning, .btn-warning:focus {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}


.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}


.btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #9aa1a7;
    border-color: #9aa1a7;
}



#pop-btn
{
    margin-top: 14px;
    padding: 13px 20px 14px 20px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #fff;
}
#pop-btn:hover
{
    margin-top: 14px;
    padding: 13px 20px 14px 20px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #fff;
    color: #1a75a5;

}

.modal-content {
    width: 77%;
    margin: 0 auto;
    position: relative;
    background-color: #f9fbfb;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    margin-top: 18%;
}
.checkbox-inline:hover {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    background: #0a6196;
    color: #fff;
    padding: 3px 8px 4px 8px;
}

.btn-warning {
    color: #fff;
    background-color: #076098;
    border-color: #076098;
    margin-top: 20px;
    padding: 13px 20px 15px 20px;
}
.btn-warning:hover {
    color: #000;
    background-color: #aab2b9;
    border-color: #aab2b9;
    margin-top: 20px;
    padding: 13px 20px 15px 20px;
}

@media only screen and (max-width: 500px){ 
.modal-header .close {
    margin-top: -102px;
}
}



@media only screen and (max-width: 500px){ 
.btn-success {
    color: #ffffff;
    background-color: #0a6196;
    border-color: #0a6196;
    border: 1px solid #0a6196;
    margin-top: 3px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    float: left;
    font-size: 17px;
    letter-spacing: .4px;
}
}


