body, h1, h2, h3, h4, h5 {
    font-family: "Verdana";
}

@media (min-width: 992px) {
    .person_registration {
        padding-top: 43px;
        padding-right: 0;
    }
}
.ajax_overlay {}
.loader{
    /* width: 100%;
    height: 100%; */
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.ajax_loader {
    background: url("../../default/images/spinner_squares_circle.gif") no-repeat 10px center;
    width: 300px;
    height: 100px;
    position: absolute;
    top: -330px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 3px solid #777;
    border-radius: 13px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 15px 10px #777;

}
.ajax_loader span{
    color: black;
    top: 35px;
    left: 60px;
    position: inherit;
    font-size: 16px;
}


.login-wrap-rules .btn {
    height: 34px;
}

.btn {
    min-width: 100px;
}

@media only screen and (min-width: 768px) {
    .login-wrap {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .person_registration {
        padding-left: 0;
        padding-right: 0;
    }
}

.tooltip > .tooltip-inner {
    background-color: #ffffff;
    color: #676F7A;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff !important;
}

a {
    outline: none;
    color: #23527C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #23527C;
}

.none {
    display: none;
}

#wrapper {
    min-width: 240px;
}

#content {
    margin: 0;
    padding: 20px 30px 30px 30px;
    background: #fff;
}

#content h4 {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #2C3C58;
}

.panel-form {
    border: 2px solid #eaedf2;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.panel-form input, .panel-form textarea {
    font-size: 14px;
}

::selection {
    /*background-color: #a8cdf1 !important;*/
}

::-moz-selection {
    background-color: #a8cdf1 !important;
}

.btn-info {
    background: #23527C;
    border-color: #23527C;
}

.btn-info:hover {
    background: #23527C;
}

.btn-info:focus {
    background: #23527C;
}

.warning {
    color: #ee0000;
    padding-bottom: 10px;
}

.redStar {
    color: #ee0000;
    margin-left: -10px;
}

.redStar:after {
    content: '*';
}

.error {
    color: #ee0000;
    font-size: 10px;
    float: right;
}

input > .error {
    font-size: inherit;
}

#main-content {
    padding-top: 30px;
    padding-bottom: 50px;
}

label {
    font-weight: normal;
    color: #23527C;
    margin-bottom: 5px;
    padding-top: 0px;
}

.form-control {
    font-weight: normal;
    padding: 1px 5px;
    height: 30px;
    color: #000000;
    font-size: 14px;
}

.form-control:focus {
    border-color: #75B9F0;
    box-shadow: 0 0 8px rgba(117, 185, 240, 0.5);
}

input.btn {
    background-color: #777F88 !important;
    border: none !important;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
}

.agreement-buttons {
    margin-top: 10px;
    /*margin-left: -20px*/
}

.agreement-buttons input {
    width: 100%;
}

.agreement-buttons {
    display: inline-block;
    margin-right: 30px;
}

input.btn:hover, input.btn:focus {
    background-color: #23527C !important;
    border: none !important;
}

.login-button-block {
    margin-bottom: 5px;
    padding-top: 10px;
}

.no-border {
    border: none;
}

.form-control[readonly="readonly"] {
    cursor: default;
}

#main-content {
    padding: 70px 0 80px;
    background-color: #fff;
    padding-top: 0px;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
}

.agree {
    overflow-y: scroll;
}

.upper-case {
    text-transform: uppercase;
}

.changeuser {
    padding-left: 0;
}

.form-group {
    margin-bottom: 10px;
}

.boxcontent td {
    height: 30px;
}

.fizdata .error {
    font-size: 11px;
    float: none;
}

.settings-form label.error {
    padding-left: 15px;
}

.wall {
    resize: none;
    width: 100%;
}

.contentbox {
    overflow-y: scroll;
}

.tableinfo {
    background-color: #EEEEEE;
}

.warning-fiz_fio {
    padding-left: 0;
}

#login_form a {
    color: #0087FF;
}

.g-recaptcha {
    transform: scale(0.95);
    transform-origin: 0 0;
}

.person_fiz_addr {
    padding-right: 10px;
}

#passSer {
    text-transform: uppercase;
}

.title {
    width: 150px;
}

.dialog-user {
    margin: 10px auto;
}

.dialog-user .modal-body {
    background-color: #eeeeee;
}

.dialog-user td {
    font-size: 14px;
    padding-right: 15px;
    padding-top: 5px;
}

.login-wrap {
    /*background-color: #D6EAF3;*/
}

.login-wrap-rules #main-content, .login-wrap-rules {
    /*background-color: #D6EAF3;*/
    margin-top: 10px;
}

.login-wrap #main-content {
    /*background-color: #D6EAF3;*/
}

.login-wrap .panel-form {
    border: 0;
}

.main-login-form{
    margin-top: 40px;
}

.login-wrap .reg-user {
    width: 280px;
    margin-top: 6px;
}

.footer-log .register-link {
    margin-top: 15px;
    margin-left: 15px;
    float: left;
    width: 100%;
}

.footer-log .register-link a, .footer-log .settings-link a {
    color: #0087ff;
}

.settings-link a {
    color: #0087ff;
}

.footer-log .settings-link {
/ / margin-top : 15 px;
    margin-left: 15px;
    float: left;
    width: 100%;
}

.admin-modal {
    width: 610px;
}

.admin-modal td {
    padding-bottom: 5px;
}

.technical-wrap {
    background-color: #d6e9f3 !important;
}

.technical-wrap .working {
    background-color: #ADD652;
    border: 15px solid #FFA500;
    margin: 30px auto;
    width: 480px;
    text-align: center;
}

.img-work {
    background-image: url('/plugins/mail_gov_ua/skins/default/images/working.png');
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    height: 100px;
}

#reg_ur input[readonly], #reg_fiz input[readonly] {
    background-color: #eeeeee !important;
}

.marging-top25 {
    margin-top: 25px;
}

.img-reg {
/ / width : 350 px;
/ / font-family : Helvetica, Arial, sans-serif;
/ / font-weight : 100;
    font-size: 12px;
    text-align: left;
/ / padding : 50 px;
/ / margin : 100 px auto;
/ / background : white;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: none;
/ / border-radius : 5 px;
/ / box-shadow : 10 px 10 px 0 px rgba(0, 0, 0, .05);
/ / opacity : 0;
}

.img-reg:before {
    border: 1px solid #dddddd;
    content: attr(data-description);
    box-sizing: border-box;
/ / background : rgba(238, 238, 238, .7);
    background-color: #eeeeee;
    padding: 10px;
    position: absolute;
/ / left : 100 %;
/ / top : 730 px;
/ / margin-left : - 100 px;
    width: 300px;
/ / height : 65 px;
/ / line-height : 25 px;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .07);
/ / opacity : 0;
    transition: .25s ease-in-out;
    z-index: 10;

}

.img-reg100:before {
    left: 100%;
}

.img-regmin120:before {
    left: -93%;
}

.registration-form .form-control {
    font-size: 14px;
}

.reg-h14 {
    height: 14px;
}

.contact-admin label {
/ / background : white;
    color: #333333;
    font-size: 14px;
    min-width: 150px;
    float: left;
    text-align: left;
}

.adm-sett {
    margin-bottom: 8px;

}

.contact-admin textarea {
    max-width: 410px;
    min-width: 410px;
}

.contact-admin label span {
    color: red;
}

.load-file-hide {
    opacity: 0;
    filter: alpha(opacity:0);
    font-size: 1px;
    cursor: pointer;
    padding: 0px;
    margin: -8px 0px 0px -450px;
    border: none;
    margin-left: -450px;
}

.load-file {
    overflow: hidden;
    width: 95px;
    height: 37px;
    cursor: pointer;
}

.modal-content .btn {
    border-radius: 4px;
    background-color: #777f88 !important;
    border: medium none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.modal-body {
/ / height : 450 px;
}

#send {
    margin-left: 440px;
    margin-top: -48px;
    width: 120px;
}

.small12 {
    font-size: 12px !important;
}

.person_fiz_addr .wall {
    width: 392px;
}

.btn-file input[type="file"] {
    background: red none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 100px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
}

.reg-ecp-key {
    height: 34px;
}

.no-padding-right {
    padding-right: 0px;
}

.btn {
    background-color: #777F88 !important;
    border: none !important;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
}

.dropdown-menu a:hover, .btn:hover {
    color: #fff;
}

.dropdown-menu li a:hover, .btn:hover {
    color: #fff;
    background-color: #23527C;
}

.dropdown-menu {
    background-color: transparent;
}

.agreement-buttons .dropdown-menu {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}

.agreement-buttons li a {
    background-color: #777F88;
    color: #fff;
}

.btn250 {
    width: 250px;
}

#PKeyReadButtonEcp, #loadEcp{
    position: relative;
    z-index: 100;
}

.max-width{
    width: 100%;
}

.login-greetings{
    /*text-align: center;*/
    font-size: 18px;
    color: #23527C;
    margin-bottom: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 15px;
}

.main-entry-links {
    text-align: center;
}

.main-entry-links-text{
    font-weight: 700;
    font-size: 18px;
    color: #23527C;
}
.main-entry-links-text p{
    margin: 0;
}

.welcome-mail {
    display: inline-block;
}

.welcome-mail:before{
    content:url(../../default/images/login-envelope.png);
}

a .welcome-mail:hover:before {
    content:url(../../default/images/login-envelope-orange.png);
}

.welcome-court {
    display: inline-block;
}

.welcome-court:before {
    content:url(../../default/images/login-justice.png);
}

a .welcome-court:hover:before {
    content:url(../../default/images/login-justice-orange.png);
}

.welcome-route-block {
    text-align: center;
}

.welcome-footer-block {
    text-align: center;
}

.welcome-block {
    text-align: center;
    height: 100px;
}

.welcome-caption {
    color: #3E6989;
}

.route-link:hover {
    text-decoration: none;
    color: #F57F17;
}

.route-link h4 {
    text-align: center;
}

@media only screen and (min-width: 768px) {


    .welcome-route-wrap {
        padding-top: 60px;
    }

    .ecourt-link{
        margin-top: 100px;
        text-align: right;
        margin-right: 65px;
    }
}

.login-left-block {
    padding-right: 80px;
    text-align: right;
}

@media (max-width: 768px) {
    .login-left-block {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .login-left-block {

        text-align: center;
    }
}

.ecourt-warning {
    color: #ee0000;
    padding-bottom: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.e-court-description{
    margin-left: 15px;
}

.ecourt-help-text {
    line-height: 0.5em;
}

.ecourt-help-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #F57F17;
}

.ecourt-regisr-caption {
    text-align: right;
}

.input-group-addon, .input-group-addon:focus {
    z-index: 100;
    position: relative;
}

.blue-href {
    color: #0087ff;
}
.registration-title {
    font-size: 12px;
    margin-top: 10px;
}

.color-bgrd-gray {
    background-color: #F5F5F5;
}