main > .container {
    margin-top: 150px;
}
.container .block .block-header{
    border-bottom: 1px solid #d9dce2;
    padding:15px 30px;
    font-size:14px;
    font-weight:bold;

}
.container .block .block-content{
    padding: 30px 50px;

}
.container .block{
    border: 1px solid #d9dce2;
    background-color: #fff;
    border-radius: 4px;
}
label,
label.control-label{
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 9px;
    color: #212529;
}

body.body {
    background-color: #fff;
}
.header>.navbar a,
.header>.navbar button{
    font-size: 15px;
    font-weight:bold;
    padding-right: 15px !important;
    text-transform: uppercase;

}

.header>.navbar {
    background-color: #065194;
    border-bottom: 1px solid #ced4da;
    height:126px;
    box-shadow: 5px 12px 21px 2px rgba(0,0,0,0.1);
    border-bottom: 1px solid #fff;

}

ul.navbar-nav li form.form-inline button,
ul.navbar-nav li a.nav-link{
    color: #f7f8fc !important;
    padding-top: 20px;
}

ul.navbar-nav li a.nav-link:hover{
    color: #dfdfdf !important;
}
.navbar-brand{
    padding-right: 20px;
}
.footer {
    background-color: #065194;
    color:#fff;
    font-size: .9em;
    height: 170px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.summary-block{
    color:#212529;
    margin-bottom:20px;
    padding:10px 20px;
    background: #fff;
    border-radius: 5px;
    display: block;
    clear: both;
    width: 100%;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    margin-left: 15px;
    padding-top: 8px;
    color: #fff;
    background-color: #065194 !important;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.nav-pills .nav-link, .nav-pills .nav-link{
    transition: .2s all;
}
.btn-primary,.nav-pills .nav-link:hover , .nav-pills .show > .nav-link:hover{
    color: #fff;
    background-color: #065194 !important;
    border-color: #06407c !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .btn-primary:hover {
    color: #fff;
    background-color: #393df8;
    border-color: #2f30c1;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #2f30c1;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    height: 70px;
    border: 1px solid;
    margin: 2px;
    display: table-cell;
    vertical-align: middle;
}
.info-text i{
    position: absolute;
    font-size: 24px;
    padding: 5px 10px;
    left:0;
    color:#0069d9;
}
.info-text{
    padding-left:50px ;
    font-size:12px;
}
.container{
    max-width:1400px;
}
.container-width{
    max-width:1400px;
    margin: 0 auto;
}
.pointer {
    cursor: pointer;
}
.alert {
    z-index: 999;
}
a.unreaded{
    font-weight: bold;
}
.bg-blue{
    background-color: #CDDCEA !important;
}
.bg-danger-light {
    background-color: #ffe1e5 !important;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #eaf2f5 !important;
}
.navbar-expand-md .navbar-nav .nav-link:first-child{
    padding-left: 0 !important;
}
.form-control {
    height: auto;
}
.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #065194, 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.5), -1.8em -1.8em 0 0em rgba(6,81,148, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.7), 1.8em -1.8em 0 0em #065194, 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.5), 1.8em -1.8em 0 0em rgba(6,81,148, 0.7), 2.5em 0em 0 0em #065194, 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.5), 2.5em 0em 0 0em rgba(6,81,148, 0.7), 1.75em 1.75em 0 0em #065194, 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.5), 1.75em 1.75em 0 0em rgba(6,81,148, 0.7), 0em 2.5em 0 0em #065194, -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.5), 0em 2.5em 0 0em rgba(6,81,148, 0.7), -1.8em 1.8em 0 0em #065194, -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.5), -1.8em 1.8em 0 0em rgba(6,81,148, 0.7), -2.6em 0em 0 0em #065194, -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.5), -2.6em 0em 0 0em rgba(6,81,148, 0.7), -1.8em -1.8em 0 0em #065194;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #065194, 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.5), -1.8em -1.8em 0 0em rgba(6,81,148, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.7), 1.8em -1.8em 0 0em #065194, 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.5), 1.8em -1.8em 0 0em rgba(6,81,148, 0.7), 2.5em 0em 0 0em #065194, 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.5), 2.5em 0em 0 0em rgba(6,81,148, 0.7), 1.75em 1.75em 0 0em #065194, 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.5), 1.75em 1.75em 0 0em rgba(6,81,148, 0.7), 0em 2.5em 0 0em #065194, -1.8em 1.8em 0 0em rgba(6,81,148, 0.2), -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.5), 0em 2.5em 0 0em rgba(6,81,148, 0.7), -1.8em 1.8em 0 0em #065194, -2.6em 0em 0 0em rgba(6,81,148, 0.2), -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.5), -1.8em 1.8em 0 0em rgba(6,81,148, 0.7), -2.6em 0em 0 0em #065194, -1.8em -1.8em 0 0em rgba(6,81,148, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(6,81,148, 0.2), 1.8em -1.8em 0 0em rgba(6,81,148, 0.2), 2.5em 0em 0 0em rgba(6,81,148, 0.2), 1.75em 1.75em 0 0em rgba(6,81,148, 0.2), 0em 2.5em 0 0em rgba(6,81,148, 0.2), -1.8em 1.8em 0 0em rgba(6,81,148, 0.5), -2.6em 0em 0 0em rgba(6,81,148, 0.7), -1.8em -1.8em 0 0em #065194;
    }
}
/*
 * File
 */
.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.file input {
    width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-custom {
    width: 100%;
    position: absolute;
    top: 0;
    right: -14px;
    left: 0;
    z-index: 5;
    height: 50px;
    padding: 8px 8px;

    background-color: #fff;
    border: 1px solid #ced4da;;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0.37px;
    color: #212529;
    text-transform: none;
    overflow-y:hidden;
}
.file-custom:after {
    content: attr(data-file);
}
.file-custom:before {
    position: absolute;
    top: 9px;
    right: 7px;
    bottom: 7px;
    z-index: 6;
    display: block;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    background-color: #065194;
    border-radius: 4px;
    line-height: 30px;
    content: attr(data-button)
}

/* Focus */
.field-edsform-confirm input{
    transform: scale(2);
    margin-right: 10px;
}
.field-edsform-confirm{
    border: 1px solid #888;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
}
.field-edsform-confirm .help-block{
    margin: 0;
}
.field-edsform-confirm label{
    font-size: 14px;
    padding-left: 20px;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
    opacity: 0;
}
.require {
    color: #d9534f;
}
.support-info-mark:hover{
    font-size: 25px;
    color:#053e72;
}
.support-info-mark{
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
    position: absolute;
    right:70px;
    font-size: 24px;
    color:#0069d9;
    cursor: pointer;
}
.register-info-mark{
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
    position: absolute;
    right:10px;
    font-size: 24px;
    color:#0069d9;
    cursor: pointer;
}