@font-face {
    font-family: 'PTSans';
    src: url(../fonts/PT_Sans-Web-Regular.ttf);
}


@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Italic'), url('../fonts/Montserrat-Italic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Thin'), url('../fonts/Montserrat[wght].woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Thin Italic'), url('../fonts/Montserrat-Italic[wght].woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Thin'), url('../fonts/Montserrat-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Thin Italic'), url('../fonts/Montserrat-ThinItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat ExtraLight'), url('../fonts/Montserrat-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat ExtraLight Italic'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Light'), url('../fonts/Montserrat-Light.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Light Italic'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Medium'), url('../fonts/Montserrat-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Medium Italic'), url('../fonts/Montserrat-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat SemiBold'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat SemiBold Italic'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold Italic'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat ExtraBold'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat ExtraBold Italic'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Black';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Black'), url('../fonts/Montserrat-Black.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Black Italic'), url('../fonts/Montserrat-BlackItalic.woff') format('woff');
}
body {
    font-family: 'Montserrat Regular', serif;
    font-size: 14px;
    /*background: #faf7f6;*/
    background-color: #F5FAFD;
}

h1, h2 {
    color: #000;
}

.btn{
    /*background: #504745;*/
    background: #2a40fe;
    /*border: 1px solid #504745;*/
    border: 1px solid #2a40fe;
}
.btn:hover{
    /*background:#423937;*/
    background:#2a40fed6;
}
.btn.disabled{
    background: #87CEEB;
    cursor: not-allowed;
    pointer-events: none;
    color: #696969;
}
#content h1{
    /*color: #887771;*/
    color: #000;
    font-weight: bold;
}

#header{
    background: #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /*background-image: linear-gradient(to right, #2a40fe, #ffffff 40%);*/
}
#footer {
    background: #2a40fe;
    background-size: cover;
    font-size: 14px;
}

#content .footnote {
    color: #405e9e;
}
#content .footnote:hover {
    color: #10278a;
}
#footer .copyright {
    color: #ffffff;
}
.img-logo {
    text-align: center;
    padding: 20px;
}
.img-logo img {
    max-width: 100%;
}
.row {
    display: flex;
}
.org-name {
    margin: auto;
}
.org-name h1 {

    font-size: 24px;
    font-weight: bold;
    color: #2a40fe;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0;
}
.form-mini {
    background: #fff;
    border-radius: 20px;
    border: 0px solid #524b48;
    box-shadow: -0.5px 1.9px 0 0 rgba(16, 43, 86, 0);
}
.form-mini .title {
    margin: 0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #2a40fe -45%, #fff);
}

#menu_auth_true ul li a {
    color: #2a40fe;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
    letter-spacing: 1px;
}
#header .box_login a{
    color: #2a40fe;
    font-weight: bold;
}

#header .box_login a:hover{
    color: #10278a;
}

#add-directions .directs .direct_wrap .direct_title {
    font-weight: bold;
    /*background: linear-gradient(to right, #00649f -45%, #6aafd8);*/

    background: linear-gradient(to right, #23376A -45%, #2a40fe);
}

.form-mini .title .glyphicon {
    cursor: pointer;
    color: #2a40fe;
    text-decoration: none;
}
.login-title h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #2a40fe;
}
.login-title p{
    text-align: justify;
    font-size: 15px;

}

.mx-auto{
    margin: 0 auto; !important
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #6AAFD8; /* цвет стрелочки (по умолчанию #000) */
}
.tooltip-inner {
    max-width: 250px; /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff; /* цвет шрифта */
    background-color: #6AAFD8; /* цвет фона (по умолчанию #000) */
    border-radius: 0.25rem; /* радиус скругдения углов */
}

.text-red {
    color: red; !important
}

.ui-autocomplete {
    max-height: 300px;
    max-width: 330px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

#main-stepper .v-application--wrap {
    min-height: auto;
}

.noty_theme__bootstrap-v4.noty_type__success {
    background-color: #2a40fe;
    color: #fff;
    border-color: #2a40fe;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons {
    background: #fff !important;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons .btn {
    background: #65b9c1;
    color: #fff;
}

input, select {
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}

select {
    -webkit-appearance: button;
}

.popup-custom-form {
    height: 100vh;
}

#add-directions .search_form {
    margin: 0px;
}


#add-directions .search_form input {
    width: 100%;
}

.bg--white {
    background-color: #fff;
}

.popup-form--direction {
    padding: 20px 0;
}

#add-directions {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.add-directions_title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

#add-directions .directs {
    height: 625px;
}

.selects-block {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}

.btn-direction {
    display: flex;
    justify-content: center;
}

#add-directions .directs .direct_wrap .direct_title {
    padding: 0px;
}

#add-directions .directs .direct_wrap {
    margin-bottom: 5px;
}

#add-directions .mfp-close {
    top: 0;
}

input[type="file"] {
    border-color: transparent;.fs-
}

.fs-19 {
    font-size: 19px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.menu_auth_true--disable {
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.5;
}

.fs-25 {
    font-size: 25px !important;
}
.fs-20 {
    font-size: 20px !important;
}

.color-main {
    color: #2a40fe;
}

ul.dropdown-content.select-dropdown li span {
    color: #2a40fe;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom-color: #2a40fe;
}

.materialize-input[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #2a40fe;
    border-bottom: 2px solid #2a40fe;
}

.bold {
    font-weight: bold !important;
}

.disabled-collapse {
    pointer-events: none;
    opacity: 0.5;
    filter: blur(1px);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #2a40fe !important;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #2a40fe !important;
}

.collapsible-header i {
    color: #2a40fe;
}

.collapsible  {
    /*border: none !important;*/
    /*box-shadow: 0 0 20px rgba(229, 227, 227, 0.98) !important;*/
    box-shadow: none !important;
}
.collapsible.expandable .collapsible-header {
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
    border-bottom: 1px solid #2a40fe;
}
.collapsible.expandable .collapsible-body {
    background-color: #fff;
    padding: 1rem;
}

.collapsible-header_items {
    display: flex;
    align-items: center;
}

input.valid[type=text]:not(.browser-default):disabled {
    border-bottom: 1px dotted rgba(0,0,0,0.42);
    box-shadow: 0 0px 0 0 #4CAF50;
}

.btn, .btn-large, .btn-small {
    background-color: #2a40fe !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.mt-2rem {
    margin-top: 2rem !important;
}

/*.row {*/
/*    margin-bottom: 20px !important;*/
/*}*/

#group_lgot {
    width: 100%;
}

table.mw-th-300 td {
    max-width: 300px;
}

.privelege-subtitle {
    font-size: 24px;
    color: #405e9e;
    padding-left: 15px;
}

a.icon:hover {
    text-decoration: none;
}

.popup-title {
    font-size: 25px;
    color: #405e9e;
    text-align: center;
    padding-top: 20px;
}
.profile-avatar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.avatar-icon {
    background-color: #fff;
    padding: 4px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

.avatar-button:hover i{
    border: 1px solid;
}

.avatar-button {
    display: flex;
    align-items: center;
}

.avatar-buttons-group {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    width: 70%;
}

.autocomplete-content li img {
    display: none;
}

.header-avatar {
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.popup-camera {
    display: none;
    position: relative;
    max-width: 640px;
    background-color: #fff;
    position: fixed;
    top: 40px;
    z-index: 4;
    left: 50%;
    transform: translate(-50%);
}

.popup-camera--close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
    font-size: 20px;
    z-index: 4;
}

.popup-camera--button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}

.notify-file-invalid,.notify-file-size-invalid {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 320px;
    background-color: #405e9e;
    color: #fff;
    padding: 5px;
    text-align: center;
    z-index: 2000;
}

.box-login_profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.box-login_logout{
    margin-left: 5px;
}

.box-login_wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    /*margin-right: 20px;*/
}

.box-login_profile-name .setID {
    position:relative;
    margin-top:-1.2em;
    top:1.2em;
    font-size:90%;
}

/*
.dropdown-content {
    top: 90% !important;
}*/

#modal-email-change,
#modal-password-change {
    height: auto !important;
}

.modal-content-custom {
    padding: 24px;
}

.modal-footer-custom {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}


.directs-card {
    background-color: #ebebec;
    margin-bottom: 10px;
    padding: 15px;
}

.directs-card_header{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #2a40fe;
}

.directs-card_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.directs-card_body-section {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.directs-label {
    margin-bottom: 0 !important;
}

.directs-card_body-action {
    display: flex;
}

.directs-card_body-action i {
    color: #ef5350;
}

.form_direct {
    margin-bottom: 30px;
}

ul.ac-appender.dropdown-content {
    opacity: 1;
}

.custom-autocomplete {
    position: absolute !important;
    z-index: 5;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
    0 3px 1px -2px rgba(0,0,0,0.12),
    0 1px 5px 0 rgba(0,0,0,0.2);
}

.custom-autocomplete li {
    padding: 14px 16px;
    color: #405e9e;
    cursor: pointer;
}
.custom-autocomplete li:hover {
    background-color: rgba(0,0,0,0.08);
}

.document-place-color {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

.document-place-color:hover {
    text-decoration: none;
    color: #fff;
}

.postfix {
    right: 0;
    cursor: pointer;
}

.input-field .prefix.active {
    color: #3e50b4 !important;
}

.contract-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #cacaca;
}

.contract-body {
    padding: 10px;
}

.contract-actions {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
    border-top: 1px solid #eee;
}

.contract__title {
    font-size: 18px;
    margin-bottom: 10px;
}

.contract__info {
    color: #989898;
    font-size: 14px;
    margin-bottom: 3px;
}
.contract__info span:first-child{
    color: #464444;
}

.mfp-wrap {
    overflow-y: auto !important;
}


.d_priority_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff78;
    background-color: #465b9f78;
    border-radius: 0px 10px 10px 0px;
}

.d_priority_counter > div {
    padding: 2px 5px;
    margin: 0px 5px;
    border-radius: 10px;
    color: #465b9f;
    background-color: #FFFFFF;
}

.directions_priority_group {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #6b93be;*/
}

.directions_priority_group_title {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    /*background: linear-gradient(to right, #00649f -45%, #5e78b2);*/

    background: linear-gradient(to right, #23376A -45%, #2a40fe);
    padding: 9px 0px;
    color: #fff;
}

.directions_priority_group_sub_title {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 1px solid #6074b3;
}

.directions_priority_group_sub_sh {
    cursor: pointer;
}

.directions_priority_form_direct {
    margin-bottom: 0px;
    /*border-bottom: 1px solid #6074b3;*/
}

.directions_priority_group_content {
    /*display: none;*/
}

.btn-small-n {
    height: 32.4px !important;
    line-height: 32.4px !important;
    font-size: 10px !important;
}

.direct-details {
    margin-right: 10px;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    float: left;
}

[type="radio"]+span:before,[type="radio"]+span:after{
    width: 24px !important;
    height:24px !important;
}

.clb {
    clear: both !important;
}
