:root {
    --blue-main: #5089e9;
    --blue: #5e82c3;
    --blue-light: #e3f2fd;
    --gray: #D7D7D7;
    --gray-border: #e6e6e6;
    --gray-light: #f0f1f4;
    --gray-dark: #7b7f84;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Open Sans Semi Bold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: local('Open Sans Semi Bold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik Mono One';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik Mono One'), local('Rubik-Mono-One'), url('../fonts/RubikMonoOne-Regular.woff2') format('woff2'), url('../fonts/RubikMonoOne-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Rubik';
    src: url('/resources/fonts/Rubik/Rubik-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('/resources/fonts/Inter/Inter-VariableFont_slnt,wght.ttf');
}

a:active, a:focus { outline: none; }

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.h4, h4 {
    font-size: 1.2rem;
}

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical}
textarea {resize:horizontal;}

.dropdown-item.active svg,
.dropdown-item:active svg {
    color: #fff;
}

.hs-menu-inner {
    white-space: nowrap;
}

/*
*
* @Bootstrap Default
*
*/

ul {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 2px 8px;
    font-size: 1em;
    height: 34px;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f9fa;
    opacity: 1;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding: 0 16px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat right 0.75rem center;    background-size: 8px 10px;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 38px;
}

.form-group label {
    min-width: 50px;
    text-align: right;
    padding-right: 10px;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.b-default {
    background-color: #8ac858;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    transition: color 200ms ease-out;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}

.b-default:hover {
    color: #fff;
    opacity: 0.9;
}

.fa-fix {
    padding-right: 7px;
}

button[type="submit"] {
    width: 100%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: #e6e6e6;
}

.main-button {
    background: #0652DD;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 12px;
    border: 2px solid #0652DD;
    font-size: 0.9em;
    letter-spacing: .5px;
    border-radius: 50px;
    box-shadow: 1px 1px 10px #afaeae;
}

.main-button:hover{
    text-decoration: none;
    color: #fff;
    background: #0652DD;
}

.modal-title {
    font-family: "Open Sans";
}

.modal ._modal_fix {
    position: relative;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 100;
}

.itemEdit {
    width: 100%;
    max-width: max-content;
}

.shadow-sm {
    box-shadow: 2px 2px 1rem rgba(0,0,0,.075)!important;
}

.rounded {
    border-radius: .5rem!important;
}

#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.66);
    z-index: 1001;
}

#before-load-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.66);
    z-index: 1001;
}

#before-load i,
#before-load-block i {
    font-size: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
}
#before-load-block i {
    font-size: 35px;
}

.result {
    width: auto;
    background: #4caf50;
    color: #fff;
    padding: 2rem 5rem;
    text-align: center;
    border-radius: .25rem;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 100000;
    display: none;
}

.result_error {
    background: #f44336;
}

.result p {
    margin: 0;
}

/*
*
* @Page: Main Style
*
*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

#wrapper {
    width: 100%;
    min-height: 100vh;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.is-collapse {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.is-collapse #wrapper {
    position: fixed;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
}

#wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.is-collapse #wrapper::before {
    opacity: 1;
    visibility: visible;
}

a {
    color: #303030;
}

.hidden {
    display: none;
}

.background-gradient {
    background: #4285f4;
}

/*
*
* @Page: Header
*
*/

header {
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
header #header-row {
    min-height: 44px;
}

header .logotype {
    padding: 10px 0;
    /*margin-left: 185px;*/
    /*margin-right: 210px;*/
}
header .col-logotype {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
}

header .logotype a {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 2em;
    color: #fff;
}

header .logotype a:hover {
    text-decoration: none;
    color: #fff;
}

header .search {
    cursor: pointer;
    margin-left: 50px;
}

header .logotype {
    cursor: pointer;
}

header .search svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

header .button-menu {
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

header .button-menu .nav-icon svg {
    width: 20px;
    color: #fff;
}

header .button-menu .menu-name {
    margin-left: 15px;
}

header .button-menu .menu-name p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
}

header .button-menu:hover .nav-icon svg,
header .button-menu:hover .menu-name p {
    color: #eaeaea;
}

header .profile-tab a.profile {
    /*padding: 16px 0;*/
    /*text-transform: uppercase;*/
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
}

header .profile-tab a.profile span {
    font-weight: 600;
}

header .profile-tab .open a.profile span:hover {
    color: #fff;
}

header .profile-tab a.profile img {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    margin-right: 10px;
}

header .profile-tab a.profile span {
    color: #fff;
}

header .profile-tab .open a.profile {
    background: #4e8ef9;
    color: #fff;
}

header .profile-tab .open > .dropdown-menu {
    display: block;
}

header .profile-tab .dropdown-menu {
    margin-top: 5px;
}

header .profile .fio-text{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    text-transform: none;
    padding-left: 15px;
}

header .dropdown-element-rectangle{
    position: relative;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    display: inline-block;
    margin-left: 8px;
}

header .profile:focus  .dropdown-element-rectangle,
header .profile:hover .dropdown-element-rectangle,
header .dropdown-element-rectangle:focus,
header .dropdown-element-rectangle:hover{
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

header .dropdown-element-rectangle img#iamge-pointer {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .dropdown-item {
    position: relative;
    padding-left: 2.4rem;
}

header .dropdown-item svg {
    position: absolute;
    left: 12px;
    width: 16px;
    color: #545454;
}

header .dropdown-toggle::after {
    color: #fff;
}

header .help {
    margin-left: 30px;
}

header .help svg {
    width: 28px;
    height: 28px;
    color: #fff;
}


.content .header-page .bigHeader_fix p {
    color: #fff;
}

.bigHeader_fix li a {
    color: #fff;
}

/*
*
* @Page: Left Menu
*
*/

aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    z-index: 301;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

aside .header-leftbar {
    height: 52px;
    padding-left: 22px;
    line-height: 34px;
    font-size: 13px;
    font-weight: normal;
    background-color: #f4f7f6;
    border-bottom: 1px solid #E6EAEA;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

aside .header-leftbar:hover {
    color: #7b7b7b
}
aside .header-leftbar .pull-left .mainPage a:hover,
aside.leftbar .close-leftbar svg:hover {
    color: #000000
}

aside.leftbar {
    left: 0px;
    top: 0px;
}

aside.leftbar .close-leftbar {
    font-size: 1.1em;
    cursor: pointer;
}

aside.leftbar .close-leftbar svg {
    position: absolute;
    right: 16px;
    top: 4px;
}

aside.leftbar ul.leftbar-menu li {
    list-style: none;
}

aside.leftbar ul.leftbar-menu li a {
    position: relative;
    display: block;
    padding: 13px 10px 13px 60px;
    font-size: 1em;
    font-weight: 500;
    color: #506073;
    cursor: pointer;
    text-decoration: none;
    transition: all 300ms ease;
}

aside.leftbar ul.leftbar-menu li a.disabled-link:hover,
aside.leftbar ul.leftbar-menu li a.disabled-link {
    background: #e2e2e2cf!important;
    color: #50607396!important;
    cursor: no-drop;
}

aside.leftbar ul.leftbar-menu li .subtitle-menu span {
    position: relative;
    display: block;
    padding: 13px 10px 0px 20px;
    font-size: 1em;
    font-weight: 500;
    color: #506073;
    cursor: pointer;
    text-decoration: none;
    transition: all 300ms ease;
}


aside.leftbar li a:hover {
    background: #f9f9f9;
}

aside.leftbar ul.leftbar-menu li.open a {
    background: #eee;
}

aside.leftbar li ul.sub-menu li a {
    font-size: 0.9em;
}

aside.leftbar li.open ul.sub-menu li a {
    background: #fff;
}

aside.leftbar li.open ul.sub-menu li a:hover {
    background: #f9f9f9;
}

aside.leftbar ul.sub-menu li a svg {
    position: absolute;
    left: 17px;
    top: 20px;
    font-size: 1em;
}

aside.leftbar ul.leftbar-menu li a:hover {
    color: #606363;
}

.leftbar-menu li i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.leftbar-menu li .title-menu {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.leftbar-menu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.leftbar-menu li i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.leftbar-menu li .title-menu {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.leftbar-menu li .title-menu a .plus,
.leftbar-menu li.open .title-menu a .minus {
    display: block;
    position: absolute;
    right: 20px;
    left: auto;
    top: 17px;
    width: 15px;
    height: 15px;
    font-size: 0.7em;
}

.leftbar-menu li.open .title-menu a .plus,
.leftbar-menu li .title-menu a .minus {
    display: none;
}

.leftbar-menu .title-menu a svg {
    position: absolute;
    left: 22px;
    width: 20px;
    top: 14px;
}

.leftbar-menu .sub-menu {
    display: none;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.leftbar-menu .sub-menu a:hover {
    color: #414d5a;
}

/*
*
* @Module: Content
* @Page: Main Style
*
*/
.content {
    width: 100%;
    color: #495057;
    padding-bottom: 55px;
    position: relative;
}

.content .header-page .title-page p {
    font-size: 1.8em;
    color: #495057;
}

.content .header-page .bigHeader_fix p {
    color: #fff;
}

.header-page .col-md-4 {
    padding-left: 0;
}

.header-page .col-md-8 {
    padding-right: 0;
}

.content .header {
    height: 60px;
    background: #fff;
    clear: both;
    display: inline-block;
    width: 100%;
}

/*
*
* @Module: Content
* @Page: All, Bread Crumb
*
*/

.content .bread-crumb {
    position: relative;
    padding: 17px 0;
    text-align: right;
}

.content .bread-crumb ul li {
    display: inline-block;
    padding-right: 8px;
}

.content .bread-crumb ul li:first-child {
    margin-left: 21px;
}

.content .bread-crumb ul li:last-child {
    padding-right: 0;
}

.content .bread-crumb ul li a {
    text-decoration: none;
    color: #55595d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.content .bigHeader_fix ul li a {
    color: #fff;
}

.content .bread-crumb ul li a i {
    font-size: 1.4em;
    position: absolute;
    top: 20px;
    left: 0;
}

.content .bigHeader_fix ul li:last-child a {
    cursor: default;
    color: #fff;
}

.content .bread-crumb ul li:last-child a {
    color: #7b7f84;
    cursor: default;
}

.content .bigHeader_fix ul li:last-child a {
    color: #e2e8ef;
    cursor: default;
}

.content .bread-crumb ul li:after {
    content: "-";
    color: #303030;
    padding-left: 10px;
}

.content .bigHeader_fix ul li:after {
    color: #fff;
}

.content .bread-crumb ul li:last-child:after {
    content: "";
}

/*
*
* @Module: Content
* @Page: All, Title For Page
*
*/

.main-header {
    position: fixed;
    z-index: 999;
}
.main-content{
    padding-top: 45px ;
}

.content .title-page {
    padding: 10px 0;
    position: relative;
}

.content .title-page p {
    margin: 0;
    font-size: 1.5em;
    color: #fff;
}

.content .title-page a {
    position: absolute;
    right: 0;
    top: 18px;
    padding-right: 35px;
}

.content .title-page a:active,
.content .title-page a:focus {
    text-decoration: none;
    color: #fff;
}

.content .bg {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 0 #dedede;
}

.content .content-full {
    text-align: center;
}

/*
*
* @Module: Content
* @Page: All, Wrapper For Page
*
*/



.content-box {
    position: relative;
    background: #fff;
    border-radius: .35rem;
    margin-bottom: 1.875rem;
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, .07);
    z-index: 100;
}

.content-box h4 {
    text-transform: uppercase;
}

.content-box textarea {
    min-height: 109px;
    border: 1px solid #cacfe7;
    color: #3b4781;
}

#filePreview {
    height: 400px;
    width: 100%;
}

/*
*
* @Module: Content
* @Page: All, Attach File
*
*/

.modal-attach .col,
.modal-attach .col-md-auto,
.modal-input .col-md-12 {
    padding: 0;
}

.attach-click-fix:hover button {
    background: #0069d9;
}

.col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-attach p {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #634477;
}

.modal-attach input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    opacity: 0;
    cursor: pointer;
}

.modal-attach .select-upload button {
    position: relative;
    padding: .5rem .75rem .5rem 2.2rem;
    border-radius: 0 .25rem .25rem 0;
}

.modal-attach .select-upload button:hover {
    background-color: #0069d9;
    border-color: #0069d9;
}

.modal-attach .select-upload button svg {
    width: 20px;
    height: auto;
    color: #ffffff;
    position: absolute;
    left: 8px;
    top: 10px;
}

.modal-attach #file-name {
    height: 42px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    border: 1px solid #cacfe7;
    border-radius: .25rem 0 0 .25rem;
    line-height: 38px;
    color: #717475;
}

.modal-footer button[type=submit] {
    width: auto;
}

.select-upload {
    text-align: center;
}

.b svg {
    width: 30px;
    height: 56px;
    color: #007bff;
    line-height: 47px;
    padding: 13px 0;
}

.content-box .attachment-upload {
    background-color: #fff;
    border: 1px solid #cacfe7;
    border-radius: 5px;
    cursor: pointer;
    height: 79px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.content-box .attachment-upload .select-upload {
    background-color: #6967ce;
    border: 1px solid #6967ce;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 57px;
    margin: 8px;
    line-height: 57px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-box .attachment-upload #file {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 30px;
    z-index:20;
}

.content-box .attachment-upload #file-name {
    background-color: #fff;
    float: left;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    max-width: 300px;
    font-size: 16px;
}

.content-box .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.headerChr .content-box .nav-tabs > li {
    width: 33.33333333%;
    margin: 0;
    text-align: center;
}

.headerChr .content-box .nav-tabs > li > a {
    margin: 0;
    text-align: center;
    font-weight: 600;
    border: none;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 5px;
}

.headerChr .content-box .nav-tabs > li > a.active {
    width: 100%;
    background-color: #6967ce;
    color: #fff;
}

.headerChr .content-box .nav-tabs > li > a.active:hover {
    color: #fff;
}

.headerChr .content-box .nav-tabs > li > a:hover {
    color: #6967ce;
}

.buttons {
    min-height: 37px;
    margin-bottom: 15px;
}

.attach .container-fluid {
    padding: 0;
}

.attach .container-fluid .col-md-6 {
    padding-left: 0;
}

.attach .container-fluid .col-md-6:last-child {
    padding-right: 0;
}

input.big {
    width: 220px;
}

input.medium {
    width: 100px;
}

input.small {
    width: 70px;
}

input.tiny {
    width: 40px;
}

.content .__l {
    float: left;
    width: 49%;
}

.content .__r {
    float: left;
    width: 49%;
}

.content .block__l {
    width: 100%;
    margin-bottom: 15px;
}

.content .block__r {
    width: 49%;
    float: right;
    position: absolute;
    right: 15px;
}

.content .content-full .search-form label {
    padding: 10px;
    text-align: left;
}

.content .content-full .search-form label span {
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: normal;
}

.content .content-full .search-form label input {
    margin-top: 6px;
    border: 2px solid #277792;
    border-radius: 0;
    text-align: center;
}

.content .content-full .search-form .search-sub .more {
    width: 100%;
    margin-top: 20px;
    background: none;
    border: none;
    position: relative;
}

.content .content-full .search-form .search-sub .more span.triangle-icon {
    position: absolute;
    top: 15px;
    left: 50%;
}

.content .content-full .search-form .search-sub .more-info .hr {
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 20px 0;
}

.content .content-full .search-form .submit {
    text-align: center;
    margin-top: 40px;
}

.content .content-full .search-form .submit button {
    border: 1px solid #277792;  /*#225c6f*/
    color: #fff;
    background-color: #277792;
    padding: 7px 12px;
    border-radius: 3px;
    transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
}

.content .content-full .search-form .submit button:hover {
    border: 1px solid #225c6f;
    background-color: #225c6f;
}

.content .more-search {
    margin: 10px 0;
}

.content .more-search label {
    display: block;
}

.content .content-full .search-form .more-search label {
    padding-top: 8px;
}

.content .more-search {
    display: inline-flex;
    float: left;
}

.content .more-search .search-menu {
    position: relative;
}

.content .more-search .search-menu .search-button,
.content .more-search .search-menu .search-button-right{
    border: 2px solid #277792;
    padding: 7px;
    padding-bottom: 2px;
    color: #277792;
    height: 33px;
}

.content .more-search .search-menu .search-button-main {
    border: 2px solid #277792;
    padding: 7px;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #277792;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    height: 33px;
}

.content .more-search .search-menu .search-button:hover,
.content .more-search .search-menu .search-button-right:hover,
.content .more-search .search-menu .search-button-main:hover {
    background: #277792;
    color: #fff;
    cursor: pointer;
}

.content .more-search .search-menu .menu-open {
    position: absolute;
    width: 200px;
    background: #ffffff;
    border: 2px solid #277792;
    border-top: none;
}

.content .more-search .search-menu .menu-open hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #277792;
}

.content .more-search .search-menu .menu-open ul {
    list-style: none;
}

.content .more-search .search-menu .menu-open ul li {
    position: relative;
    cursor: pointer;
}

.content .more-search .search-menu .menu-open ul li p {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #277792;
    margin: 0;
    padding: 7px;
    text-align: left;
}

.content .more-search .search-menu .menu-open ul li p span {
    padding-right: 7px;
    padding-top: 2px;
    color: #fff;
}

.content .more-search .search-menu .menu-open ul li p span.active-item {
    color: #277792;
}

.content .more-search .search-menu .menu-open ul li p:hover {
    background: #277792;
    color: #fff;
}

.content .more-search .search-menu .menu-open ul li p:hover span {
    color: #277792;
}

.content .more-search .search-menu .menu-open ul li p:hover span.active-item {
    color: #fff;
}

.content .more-search .search-action .search-menu .search-button-right {
    text-align: right;
    width: 86px;
}

.content .more-search .search-right {
    margin-right: 25px;
}

.content .more-search .search-action .search-menu .search-button-right span:first-child {
    position: absolute;
    top: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    left: 8px;
}

.content .more-search .search-action .search-menu .menu-open {
    position: absolute;
    width: 160px;
    background: #ffffff;
    border: 2px solid #277792;
    top: 31px;
    z-index: 10000;
}

.content .more-search .search-action .search-menu .menu-open ul li .submenu-open {
    position: absolute;
    left: 158px;
    top: 0;
    border: 2px solid #277792;
    border-left: none;
    background: #fff;
    min-width: 120px;
}

.content .more-search .search-action .search-menu .menu-open ul li.sub .submenu-open {
    display: none;
}

.content .more-search .search-action .search-menu .menu-open ul li.sub:hover .submenu-open {
    display: block;
}

.content .more-search .search-action .search-menu .menu-open ul li.sub p span:last-child {
    position: absolute;
    right: 0;
}

.content .more-search .search-action .search-menu .menu-open ul li.sub .submenu-open li span {
    position: inherit;
    left: 0;
    color: #277792;
}

.content .more-search input {
    border: 2px solid #277792;
    height: 33px;
    border-left: none;
    border-right: none;
    padding: 5px 8px;
}

.content .search-result input.small-result {
    width: 80px;
}
.content .search-result input.medium-result {
    width: 150px;
}
.content .search-result input.big-result {
    width: 350px;
}

.content #countPage {
    margin: 0;
}

.content .sort {
    margin: 20px auto;
    width: 350px;
}

.content .sort label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.content .sort span {
    width: 165px;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 7px 0;
    font-weight: normal;
}

.content .sort .form-control {
    width: 105px;
    margin: 0;
}

.content .sort-ex {
    border-top: 1px solid #eee;
    padding: 25px 0;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.content .timesheet {
    border-top: none;
}

.content .sort-ex label {
    display: inline-flex;
    font-weight: 700;
    margin: 0 20px 5px;
}

.content .sort-ex span {
    padding: 5px 0;
    margin-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
    min-width: 130px;
    text-align: right;
}

.content .sort-ex label .form-control {
    margin: 0;
    height: 30px;
}

/*.content .table tr:first-child td {*/
/*    letter-spacing: 0.5px;*/
/*    text-transform: uppercase;*/
/*    color: #277792;*/
/*    background: #fafafa;*/
/*}*/

.content .timesheet {
    width: 100%;
    text-align: left;
}

.content .timesheet span {
    min-width: 75px;
}

.content .timesheet label .form-control {
    width: 125px;
}

.content .timesheet input[type="submit"] {
    width: 215px;
    margin-left: 15px;
}

#map {
    width: 100%; height: 360px; padding: 0; margin: 0;
}

#player1 {
    height: 360px;
    width: 100%;
}

.content .table th {
    background: #eaeaea;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #ddd;
}

.content .table th:first-child {
    border-left: 1px solid #ddd;
}

.content .table td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.content .table td:first-child {
    border-left: 1px solid #e6e6e6;
}

.day-name {
    text-align: center;
    /* margin-left: 178px; */
    padding: 5px;
    border: 1px solid #eee;
    border-right: 0;
    border-left: 1px solid #eee;
    border-bottom: 0;
    padding-left: 178px;
}


.day-info {
    display: none;
    position: absolute;
    top: -80px;
    width: 220px;
    background: #54707d;
    z-index: 10000000;
    right: 0;
    border-radius: 4px;
}

.day-info .triangle-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #54707d;
    position: absolute;
    bottom: -7px;
    right: 17px;
}

.day-info p {
    margin-top: 7px !important;
    margin-left: 6px !important;
}

.day-info p:last-child {
    margin-bottom: 7px !important;
}

.day-info p button {
    border: none;
    background: #4b6773;
    padding: 3px;
    width: 26px;
    border-radius: 3px;
    margin-right: 6px;
    color: #fff;
    font-size: 1.2em;
}









.content .center {
    text-align: center;
}

.content .title-box {
    text-align: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.content .title-box p {
    margin: 10px 20px;
    margin-left: 0;
    font-size: 1.4em;
    text-transform: uppercase;
}

.content .title-box p span {
    color: #277792;
}

.content .house-card {
    text-align: left;
    position: relative;
}

.content .house-card .object-navigation {
    font-size: 1.45em;
    border-bottom: 2px solid #277792;
    display: inline-flex;
    list-style: none;
    padding-bottom: 5px;
    width: 100%;
}

.content .house-card .object-navigation li {
    margin: 0;
}

.content .house-card .object-navigation li a {
    background: #f4f6f8;
    border: 2px solid #f4f6f8;
    color: #277792;
    margin-right: 7px;
    padding: 5px 12px;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
}

.content .house-card .object-navigation li a:hover {
    background: #dbdfe4;
    border: 2px solid #dbdfe4;
}

.content .house-card .object-navigation li.active a {
    background: #277792;
    border: 2px solid #277792;
    color: #fff;
}

#selectBox {
    width: 400px;
    position: absolute;
    top: 30px;
    right: 38%;
    height: 50px;
    border: solid 2px #277792;
    background-color: #fff;
    color: #277792;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 20px auto 0;
}
#selectBox .click-me .fa {
    position: absolute;
    right: 13px;
    top: 13px;
}
#selectBox p.valueTag {
    padding: 13px;
    cursor: pointer;
    transition: .2s;
    height: 50px;
    border-bottom: 2px solid;
    padding-bottom: 0;
    margin: 0;
}

#selectBox > i.fa-chevron-down {
    position: absolute;
    right: 0;
    padding: 15px;
}

.fixFix {
    margin-top: 45px;
    min-height: 24px;
}

::-webkit-scrollbar { width: 12px; height: 12px;}
::-webkit-scrollbar-button {  background-color: transparent; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #6c757d; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}

ul#selectMenuBox {
    background: #fff;
    transition: .3s;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute;
    margin-top: 00px;
    display: block;
    z-index: 10000;

}
ul#selectMenuBox > li {
    display: block;
    border-radius: 00px;
    cursor: pointer;
}
ul#selectMenuBox > li.option {
    color: gray;
    width: 100%;
    height: 50px;

}
ul#selectMenuBox > li.option:hover {
    color: #333;
    background: #efefef;
    transition: .2s;
}

ul#selectMenuBox > li.option a {
    text-decoration: none;
}

ul#selectMenuBox > li.option p {
    margin: 0;
    padding: 12px;
}

.content .house-card .row {
    margin: 0;
}

.content .house-card .house-photo-box {
    float: left;
    width: 350px;
}

.content .house-card .house-photo {
    width: 100%;
    background: #eee;
}

.content .house-card .nav-tabs {
    border-bottom: 2px solid #277792;
}

.content .house-card .nav-tabs li {
    float: left;
    margin-bottom: 0;
    background: #f4f6f8;
    border-radius: 3px 3px 0 0;
    width: 50%;
}

.content .house-card .nav-tabs>li.active>a, .content .house-card .nav-tabs>li.active>a:focus, .content .house-card .nav-tabs>li.active>a:hover {
    background: #277792;
    border: 2px solid #277792;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content .house-card .house-main-info {
    width: 100%;
    padding-left: 365px;
}

.content .house-card .house-main-info .title-house-main-info p {
    margin: 0;
    font-size: 1.3em;
    padding: 10px;
    padding-left: 3px;
    text-transform: uppercase;
    color: #277792;
}

.content .house-card .table tr td {
    padding: 11px 0;
    border: none;
    padding-bottom: 0;
    /*background: url(https://www.reformagkh.ru/new/images/dots.png) 0 100% repeat-x;*/
}

.content .house-card .table tr td:last-child {
    min-width: 175px;
    text-align: right;
}

.content .house-card .house-main-info tr:first-child td {
    text-transform: none;
    color: #495057;
}

.content .house-card .table tr td span {
    position: relative;
    background: #fff;
    bottom: -2px;
    left: -7px;
    padding-left: 10px;
    font-size: 1.3em;
    letter-spacing: 0.3px;
}

.content .house-card .table tr td:last-child span {
    position: relative;
    background: #fff;
    bottom: -1px;
    left: auto;
    right: -7px;
    padding-right: 10px;
}

.content .filter {
    position: relative;
    min-height: 32px;
}

.content .filter .search {
    position: relative;
    float: left;
    margin-right: 15px;
}

.content .filter .search input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d6e1ef;
    width: auto;
    padding: 5px 10px 5px 35px;
    height: 38px;
    min-width: 230px;
    font-size: .9em;
}

.content .filter .search svg {
    position: absolute;
    left: 7px;
    top: 10px;
    width: 18px;
    height: 18px;
    color: #8a98a7;
}

.content .filter .custom-select {
    margin-right: 15px;
}

.content .object-hr {
    margin: 15px 0;
}

.content .margin-fix {
    margin-top: 15px;
}

.content .btn-new {
    color: #fff;
    background-color: #277792;
    border-color: #277792;
    width: 100%;
    border-radius: 3px 3px 0 0;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.content .item-box-full {
    display: none;
    border: 2px solid #277792;
    border-radius: 0 0 3px 3px;
    padding: 15px;
}

.content .item-box-full p {
    margin: 0;
    font-style: italic;
    font-size: 1.1em;
}

.content .objectData .table tr td {
    padding: 11px 0;
    border: none;
    padding-bottom: 0;
    /*background: url(https://www.reformagkh.ru/new/images/dots.png) 0 100% repeat-x;*/
}
.content .objectData .table tr td:first-child {
    background: #fff;
    width: 1px;
}

.content .objectData .table tr:first-child td {
    color: #495057;
    text-transform: none;
}

.content .objectData .table tr td:last-child {
    width: 300px;
    text-align: right;
}

.content .objectData .table tr td span {
    position: relative;
    background: #fff;
    bottom: -2px;
    left: -7px;
    padding-left: 10px;
    font-size: 1.3em;
    letter-spacing: 0.2px;
}

.content .objectData .table tr td:last-child span {
    position: relative;
    background: #fff;
    bottom: -1px;
    left: auto;
    right: -7px;
    padding-right: 10px;
}
.content .objectData .table tr.main-item td {
    background: none;
    font-weight: bold;
}

.content .objectData .table tr.sub-item td:first-child:before {
    content: "—";
    background: #fff;
    padding: 5px;
    padding-left: 18px;
}

.content .objectData .table tr.sub-item td span {
    padding-left: 0;
    margin-left: 10px;
}

.item-object-data {
    display: none;
}

.tab-pane {
    position: relative;
}

.content .table-position {
    position: relative;
}

.content ._table-left {
    padding-left: 230px;
}

.content .table-time tr:first-child td {
    height: 85px;
    padding: 20px 6px;
    background: #fafafa;
    text-align: center;
}

.content .table-time tr td {
    min-width: 45px;
    padding: 6px;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    cursor: pointer;
    text-align: left;
}

.content .table-time tr td:nth-child(1) {
    position: absolute;
    background: #fff;
    min-width: 50px;
    left: 0;
    z-index: 5000;
    border-left: 1px solid #eee;
}

.test {
    position: relative;
}

.content .table-time tr:first-child td {
}

.content .table-time tr td:nth-child(2) {
    position: absolute;
    background: #fff;
    min-width: 180px;
    left: 50px;
    text-align: left;
    z-index: 5000;
}

.content .table-time tr td.lastname {
    min-width: 180px;
    text-align: left;
    background: #fff;
}

.content .table-time tr:nth-child(1) td:nth-child(1),
.content .table-time tr:nth-child(1) td:nth-child(2){
    height: 86px;
}

.content .table-time tr td:nth-child(1) {
    left: 0;
    height: 31px;
}
.content .table-time tr td:nth-child(2) {
    height: 31px;
}

.content .table-time tr td p {
    margin: 0;
    border-radius: 4px;
    font-size: 1em;
    color: #000;
}

.content .table-time tr td p.legend_1 {
    background: #eee;
    border-radius: 4px;
    padding: 1px 8px;
    font-size: 0.8em;
}

.content .table-time tr td p.legend_2 {
    background: #277792;
    border-radius: 4px;
    padding: 1px 8px;
    font-size: 0.8em;
    color: #fff;
}

.content .table-time tr td p.legend-active {
    background: #5d8192;
    color: #fff;
}

.content .table-time tr td .day-type {
    text-transform: uppercase;
}

.content .table-time tr td {
    position: relative;
}

.content .table-time tr td.active-day {
    background: #54707d;
}

.content .spacing {
    margin: 10px 0;
}

.content .window {
    position: fixed;
    width: 500px;
    background: #fff;
    border: 1px solid #eee;
    min-height: 500px;
    top: 23vh;
    left: 38%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.content .close_window {
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
}

.content .close_window .fa {
    font-size: 1.3em;
}

.content .window_content {
    margin-top: 20px;
    padding: 10px;
}

.content .house-box-header {
    min-height: 428px;
    margin-bottom: 20px;
}

.content .bg-box {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 0 rgba(90,97,105,.11), 0 4px 8px rgba(90,97,105,.12), 0 10px 10px rgba(90,97,105,.06), 0 7px 70px rgba(90,97,105,.1);
    border-radius: .625rem;
}

.content .house-box-image {
    width: 49.5%;
    float: left;
    margin-right: 1%;
}

.content .house-box-image .nav-tabs {
    border: none;
}

.content .house-box-image .nav-tabs li {
    width: 50%;
}

.content .house-box-image .nav-tabs>li.active {
    border-bottom: 2px solid #0652DD;
}

.content .house-box-image .nav-tabs>li>a {
    border: none;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #657d96;
}

.content .house-box-image .nav-tabs>li>a:hover,
.content .house-box-image .nav>li>a:focus,
.content .house-box-image .nav>li>a:hover {
    background: none;
    border: none;
    color: #87888a;
}

.content .house-box-image .nav-tabs>li.active>a,
.content .house-box-image .nav-tabs>li.active>a:focus,
.content .house-box-image .nav-tabs>li.active>a:hover {
    color: #0652dd;
    cursor: default;
    background-color: #fff;
    border: none;
}

.content .house-box-image .tab-content {
    padding-top: 15px;
}

.content .house-box-image .tab-content .photo-house {
    width: 100%;
    height: 340px;
    background-repeat-x: no-repeat;
    background-position-x: center;
    background-size: auto;
}

.content .house-box-image .tab-content #map {
    width: 100%;
    height: 340px;
}

.content .house-box-short-info {
    width: 49.5%;
    float: left;
}

.content .house-box-short-info .nav-tabs {
    border: none;
}

.content .house-box-short-info .nav-tabs li {
    width: 50%;
}

.content .house-box-short-info .nav-tabs>li.active {
    border-bottom: 2px solid #0652DD;
}

.content .house-box-short-info .nav-tabs>li>a {
    border: none;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #657d96;
}

.content .house-box-short-info .nav-tabs>li>a:hover,
.content .house-box-short-info .nav>li>a:focus,
.content .house-box-short-info .nav>li>a:hover {
    background: none;
    border: none;
    color: #87888a;
}

.content .house-box-short-info .nav-tabs>li.active>a,
.content .house-box-short-info .nav-tabs>li.active>a:focus,
.content .house-box-short-info .nav-tabs>li.active>a:hover {
    color: #0652dd;
    cursor: default;
    background-color: #fff;
    border: none;
}

.content .house-box-short-info .tab-content {
    padding-top: 15px;
}

.content ul.manyItems {
    text-align: left;
    list-style: none;
}

.content ul.manyItems li {
    padding: 5px 0;
    padding-left: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    text-align: left;
}

.content ul.manyItems li.items_1 {
    font-weight: bold;
}

.content ul.manyItems li.items_2 {
    margin-left: 35px;
}

.content ul.manyItems li.items_3 {
    margin-left: 70px;
}

.content ul.manyItems li.active-tab a {
    color: #fff;
}

.content ul.manyItems li.items_4 {
    margin-left: 105px;
}

.content ul.manyItems li a {
    text-transform: uppercase;
    color: #303030;
    text-decoration: none;
}

.content ul.manyItems li a:hover,
.content ul.manyItems li a:active{
    text-decoration: none;
    /*color: #303030;*/
}

.content ul.manyItems li:hover {
    /*background: #eee;*/
    cursor: pointer;
}

.content ul.manyItems li.active-tab:hover {
    cursor: pointer;
}

#object_edit .content-box {
    padding: 15px;
}

#object_edit #map {
    width: 100%; height: 357px; padding: 0; margin: 0;
}

#object_edit .yandex-map {
    text-align: center;
}

#object_edit .yandex-map .check-pos {
    margin-top: 20px;
}

.content .departmental {

}

.content .departmental .org-box {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
}

.content .departmental .report-box {
    padding: 15px;
    margin-left: 2%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
}

.report-box #report {
    margin: 25px 0 35px;
}

.report-box .desc {
    font-size: .9em;
    color: #b1b1b1;
}

.report-box input[name="report_id"] {
    margin-right: 9px;
}

@media (min-width: 992px) {

    .departmental .col-md-5 {
        width: 39.666667%;
    }

}

.sub-panel-menu select {
    display: none;
}

.sub-panel-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 7px;
    z-index: 10000;
    top: 0;
    left: -25px;
}

.customTable {
    width: 100%;
}

.customTable p {
    margin: 0;
}

.customTable thead tr th {
    text-align: center;
    font-size: 13px;
    color: #525252;
    text-transform: uppercase;
    padding: .5rem;
}

.customTable tbody tr:nth-child(even) td {
    background: #f5f5f5!important;
}

.customTable tbody tr:hover {
    cursor: default;
}

.customTable tbody tr:hover td {
    background: var(--blue-light)!important;
}

.customTable tbody tr:hover td a.item-id:hover {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}

.customTable tbody tr:hover td:last-child {
    border-right-color: #4285f4;
}


.customTable tbody tr:nth-child(2n) {
    background: #fafbfc;
}

.customTable tbody tr td {
    text-align: center;
    font-size: 15px;
    color: #303030;
    padding: 12px;
    border-right: 4px solid transparent;
}

.customTable tbody tr td p {
    margin: 0;
}

.customTable tbody tr td a.edit-btn {
    border-radius: 2px;
    font-size: 1.2em;
    padding: 6px 7px;
    color: #fff;
    transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
    text-decoration: none;
    background-color: #0652dd;
}

.customTable tbody tr td a.edit-btn:hover {
    background-color: #3279f9;
}

.miniTable thead tr th:first-child {
    width: 100%;
    text-align: left;
}

.miniTable tbody tr td:first-child {
    text-align: left;
    padding: 20px 15px;
}

.miniTable tbody tr td:nth-child(2) {
    text-align: center;
}

.miniTable thead tr, .miniTable tbody tr {
    border: none;
}

.miniTable tbody tr:last-child td {
    border: none;
}

.customTable tbody tr td a.item-id {
    background: #eee;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 3px;
    font-weight: bold;
    font-size: .8em;
    text-decoration: none;
    transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
}

.customTable tbody tr td a.item-id:hover {
    background: #0652dd;
    color: #fff;
}

#elevator-main .customTable thead tr:first-child th:nth-child(1),
#elevator-main .customTable thead tr:first-child th:nth-child(2),
#elevator-main .customTable thead tr:first-child th:nth-child(3),
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(1),
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(2) {
    position: sticky;
    left: -1px;
    background: #eaebf3!important;
}

#elevator-main .customTable thead tr:first-child th:nth-child(2) { left: 161px !important; }
#elevator-main .customTable thead tr:first-child th:nth-child(3) { left: 206px !important; }
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(1) { left: -1px !important; }
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(2) { left: 76px !important; }

#elevator-main .customTable thead tr:first-child th:nth-child(1):after {
    content: "";
    width: 100%;
    background: #d9dee2 !important;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -1px;
}

#elevator-main .customTable thead tr:first-child th:nth-child(1):before,
#elevator-main .customTable thead tr:first-child th:nth-child(2):before,
#elevator-main .customTable thead tr:first-child th:nth-child(3):before,
#elevator-main .customTable thead tr:first-child th:nth-child(4):before,
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(1):before,
#elevator-main .customTable thead tr:nth-child(2) th:nth-child(2):before {
    content: "";
    width: 1px;
    background: #d9dee2;
    position: absolute;
    right: -1px;
    height: 100%;
    top: 0;
}

#elevator-main .customTable tbody tr td:nth-child(1),
#elevator-main .customTable tbody tr td:nth-child(2),
#elevator-main .customTable tbody tr td:nth-child(3),
#elevator-main .customTable tbody tr td:nth-child(4) {
    position: sticky !important;
    left: -1px !important;
    background: #fff;
}

#elevator-main .customTable tbody tr td:nth-child(2) { left: 76px !important; }
#elevator-main .customTable tbody tr td:nth-child(3) { left: 161px !important; }
#elevator-main .customTable tbody tr td:nth-child(4) { left: 206px !important; }

#elevator-main .customTable tbody tr td:nth-child(1):before,
#elevator-main .customTable tbody tr td:nth-child(2):before,
#elevator-main .customTable tbody tr td:nth-child(3):before,
#elevator-main .customTable tbody tr td:nth-child(4):before {
    content: "";
    width: 1px;
    background: #e3e8f1;
    position: absolute;
    right: -1px;
    height: 100%;
    top: 0;
}

#elevator-main .customTable tbody tr td:nth-child(3) {
    min-width: 45px;
}

#elevator-main .customTable tbody tr td:nth-child(4),
#elevator-main .customTable tbody tr td:nth-child(34) {
    min-width: 200px;
    text-align: left;
}

#elevator-main .customTable tbody tr td:nth-child(34) {
    min-width: auto;
}

#elevator-main .customTable tbody tr td {
    border: 1px solid #e3e8f1 !important;
}

#elevator-main .customTable tbody tr:first-child td {
    border-top: 2px solid #ced4da !important;
}

#elevator-main .customTable thead tr {
    border: none !important;
}

#elevator-main .customTable thead tr th {
    background: #eaebf3;
    border: 1px solid #cacaca !important;
    cursor: help;
}

#elevator-main .customTable tbody tr td:first-child:after {
    content: "";
    width: 4px;
    background: #2ecc71;
    height: 102%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 11111;
}

#elevator-main .customTable tbody tr td.background--primary:first-child:after {
    background: #4285f4;
}

#elevator-main .customTable tbody tr td.background--success:first-child:after {
    background: #28a745;
}

#elevator-main .customTable tbody tr td.background--warning:first-child:after {
    background: #ffc107;
}

#elevator-main .customTable tbody tr td.background--danger:first-child:after {
    background: #dc3545;
}

#elevator-main .customTable tr .bl {
    border-left: 2px solid #bbc1c5!important;
}

#elevator-main .customTable tr .br {
    border-right: 2px solid #bbc1c5!important;
}

#elevator-main .customTable tr .bt {
    border-top: 2px solid #bbc1c5!important;
}

#elevator-main .customTable tr .bb {
    border-bottom: 2px solid #bbc1c5!important;
}

.regularTable tr td:focus{
    table-layout: fixed;
    max-lines: 1;
}

.regularTable {
    width: 100%;
}

.regularTable thead tr th {
    border: 1px solid #e6e6e6;
    font-size: 0.8em;
    padding: 7px 0px 7px 0px;

}

.regularTable thead tr th {
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 0.8em;
    color: #525252;
    text-transform: uppercase;
    padding: 7px 0px 7px 0px;
}

.regularTable tbody tr td {
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 0.8em;
    color: #525252;
    padding: 7px 0px 7px 0px;
    background: #FFFFFF;
}

.regularTable tbody tr:hover {
    cursor: default;
}



#elevator-main .help--active {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 3rem;
    background: #4285f4;
    color: #fff;
    padding: 1rem;
    border-radius: 3px;
}

#elevator-main .help--active p {
    margin: 0;
}

.content .create-box {
    width: 500px;
}

.create-input {
    position: relative;
    margin: 25px 0;
}

.create-input label {
    position: absolute;
    top: -7px;
    left: 15px;
    background: #fff;
    width: auto;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    color: #7b7f84;
}

.create-input label.dropdown {
    background: #f0f1f4;
    border-radius: 5px;
}

.create-input textarea {
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #6d6d6d;
    resize: vertical;
}

.create-input .nice-select {
    width: 100%;
    float: none;
    border: 1px solid #cacfe7;
    color: #3b4781;
}

.create-input .nice-select.open .list {
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: .25rem!important;
    background-color: #fff!important;
}

.create-input .nice-select .option:hover,
.create-input .nice-select .option.focus,
.create-input .nice-select .option.selected.focus {
    background: #fff;
}

.create-input input {
    width: 100%;
    height: 42px;
    padding-left: 18px;
    padding-right: 30px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.create-input .buttons input {
    width: auto;
    height: 38px;
    border: 1px solid #cacfe7;
    line-height: 0;
    padding: 0 20px;
    border-radius: 5px;
    color: #ffffff;
}

.create-input input:focus {
    border: 1px solid #4285f4;
}

.create-input input:focus ~ label {
    border: 1px solid #4285f4;
}

.create-input input[type=submit] {
    border: 1px solid #277792;
    color: #fff;
    background-color: #277792;
    padding: 7px 12px;
    border-radius: 3px;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    width: 150px;
    margin-left: 175px;
}

.create-input .inputError,
.create-input .inputError,
.create-input .inputError:disabled {
    border-color: #F44336;
    border-width: 2px;
}

.addHouseButton {
    float: right;
    margin: 16px 0;
}

.addHouseButton a {
    padding: 7px;
    height: 33px;
    background: #277792;
    border: 2px solid #277792;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
}

/* User Profile */

.content .edit-avatar-click {
    text-align: center;
}

.content .edit-avatar-click label {
    cursor: pointer;
}

.content .profile-avatar {
    height: 280px;
    width: 280px;
    margin: 20px auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
}

.content .changePassword {
    text-align: center;
}

.content .profile-main-info,
.content .profile-edit {
    /*padding: 30px;*/
}

.content .profile-title {
    border-bottom: 1px solid #eee;
}

.content .profile-title p {
    font-size: 1.1em;
    text-transform: uppercase;
}

.content-box ._profile .select-upload {
    background-color: #6967ce;
    border: 1px solid #6967ce;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    font-size: 16px;
    height: 73px;
    margin: 0;
    line-height: 73px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.content #file-name {
    border-radius: 5px 0 0 5px;
    font-size: 0.9em;
    color: #6967ce;
    padding: 5px 5px;
    font-weight: bold;
}

.content-box ._txtarea textarea {
    min-height: 127px;
}

.content .profile-fix .col-md-8,
.content .profile-fix .col-md-4 {
    padding: 0;
}

.content .profile-fix .col-md-8 {
    padding-right: 30px;
}

.content .profile-fix {
    margin-bottom: 15px;
}

/* Charact */

.content .headerChr .col-md-6 {
    padding: 0;
}

.content .headerChr .col-md-6:first-child {
    padding-right: 15px;
}

.content .extra-title_ {
    margin-bottom: 0;
}

.content .extra-title {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}

.content .extra-title p,
.content .extra-title_ p {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    color: #6d6d6d;
}

.content .extra-title span {
    font-size: 1.1em;
    text-transform: uppercase;
}

.content .main-info {
    padding: 15px;
    min-height: 350px;
}

.content .main-info .customTable tbody tr td {
    width: 50%;
}

.content .main-info .customTable tbody tr td:first-child {
    text-align: left;
}

.content .contentChr .col-md-2,
.content .contentChr .col-md-3,
.content .contentChr .col-md-9,
.content .contentChr .col-md-10 {
    padding: 0;
}

.content .contentChr .col-md-9,
.content .contentChr .col-md-10 {
    padding-right: 15px;
}

.content .contentChr .content-box {
    padding: 15px;
}

.content .contentChr .tabsChr {
    width: 100%;
}

.content .contentChr .nav-tabs > li > a {
    border: none;
    background: #eee;
    margin: 0 .9rem;
    border-radius: .25rem;
    color: #525252;
}

.content .contentChr .nav-tabs > li > a:first-child {
    margin-left: 0;
}

.content .contentChr ._fixTabsChr > li:first-child > a {
    margin-right: 0;
}

.content .contentChr .nav-tabs > li > a:hover,
.content .contentChr .nav-tabs > li > a:focus,
.content .contentChr .nav-tabs > li > a:active {
    color: #6967ce;
    background-color: #eee;
}

.content .contentChr .nav-tabs > li.open > a {
    background-color: #6967ce;
    color: #fff;
    border-radius: 4px;
    padding: 11px 15px;
}

.content .contentChr .nav-tabs > li.active-item > a {
    background: #6967ce;
    color: #fff;
    border-radius: .25rem;
    border: none;
}

.content .contentChr .nav-tabs .dropdown-toggle::after {
    margin-left: .5em;
}

.content .contentChr .nav-item .dropdown-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    margin-left: 0rem;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    padding: 0;
    border-radius: 4px;
    margin-top: 7px;
    -webkit-box-shadow: 0 0 15px 1px rgba(64,70,74,.25)!important;
    box-shadow: 0 0 15px 1px rgba(64,70,74,.25)!important;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.content .contentChr .active-item .dropdown-menu {
    margin-left: 0;
}

.content .contentChr .nav-tabs .dropdown-menu hr {
    margin: 0;
    border-width: 2px;
}

.content .contentChr .nav-tabs .dropdown-menu p {
    margin: 0;
}

.content .contentChr .nav-tabs .dropdown-menu p:hover a {
    color: #303030;
}

.dropdown-item {
    font-size: 16px;
    margin: 0;
    padding: .5rem 1rem;
    cursor: pointer;
}

.content .contentChr .no-ajax li {
    float: right;
}

.table-title {
    font-size: 1.2em;
    /*font-size: .9em;*/
    /*text-transform: uppercase;*/
    margin-bottom: 1rem;
    font-weight: 500;
    color: #4285f4;
    width: max-content;
    border-bottom: 1px solid;
}
.content .contentChr .nav-tabs > li > a {
    text-transform: uppercase;
    font-size: .95em;
}
.content .contentChr .nav-ajax .nav-item .dropdown-toggle {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
}
.content .contentChr .nav-ajax .nav-item:nth-child(1) .dropdown-toggle::before,
.content .contentChr .nav-ajax .nav-item:nth-child(2) .dropdown-toggle::before,
.content .contentChr .nav-ajax .nav-item:nth-child(3) .dropdown-toggle::before,
.content .contentChr .nav-ajax .nav-item:nth-child(4) .dropdown-toggle::before {
    position: absolute;
    bottom: 31px;
    left: 5px;
    font-size: .7em;
    text-transform: none;
    font-weight: 600;
}
.content .contentChr .nav-ajax .nav-item:nth-child(1) .dropdown-toggle::before {
    content: 'Паспорт дома';
}
.content .contentChr .nav-ajax .nav-item:nth-child(2) .dropdown-toggle::before,
.content .contentChr .nav-ajax .nav-item:nth-child(3) .dropdown-toggle::before {
    content: 'Инвентаризационная ведомость';
}
.content .contentChr .nav-ajax .nav-item:nth-child(4) .dropdown-toggle::before {
    content: 'Акты обмеров';
}

.attach-title {
    position: relative;
    cursor: pointer;
}

.attach-title p .fa {
    position: absolute;
    left: 7px;
    top: 15px;
    width: 19px;
    transform: rotate(0deg);
    transition: transform .2s linear;
}

.attach-title p .fa.open {
    transform: rotate(90deg);
    transition: transform .2s linear;
}

.container-text {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 14px;
    padding: 1rem .75rem;
    font-weight: 500;
    font-style: italic;
}

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    color: #d3394c;
    border: 2px solid currentColor;
}


.input-file:focus + label,
.input-file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.input-file + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}


.input-file:focus + label,
.input-file.has-focus + label,
.input-file + label:hover {
    color: #722040;
}

.content .attach-title {
    border: 1px solid #e3ebf3;
    padding: 12px 15px;
    border-bottom: 2px solid #e6e6e6;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.content .attach-title p {
    margin: 0;
}

.content .attach-box {
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid #e3ebf3;
    border-bottom: none;
}

.content .attach-box:last-child {
    border-bottom: 1px solid #e3ebf3;
}

.content .attach-box:first-child {
    border-top: none;
}

.content .attach-box p {
    font-size: 1.1em;
    font-weight: bold;
}

.fieldName {
    padding: 0 7px;
    text-transform: uppercase;
}

.fieldValue {
    font-weight: 600;
}

.card-item .avatar {
    text-align: center;
}

.card-item .avatar img {
    width: 60%;
}

.role-item tbody tr td {
    padding: 6px;
}

.role-item tbody tr:hover,
.customTable tbody tr:nth-child(2n) {
    background: transparent;
}

.role-item tbody tr td {
    color: #303030;
}

.role-item tbody tr td:nth-child(2) {
    padding-left: 16px;
}

.role-item label {
    margin: 0;
}

.role-item input {
    display: none;
}

.role-item .icon-plus {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
}

.role-item .icon-plus svg {
    position: absolute;
    top: 3.5px;
    left: 4px;
    width: 22px;
    height: 22px;
    color: #c7c7c7;
}

.role-item input:checked + p {
    background-color: #4285f4;
}

.role-item input:checked + p svg {
    color: #fff;
}

.org-item .hiddenLevel {
    display: none;
}

.org-item .checkedOpen {
    display: block;
}

.org-item ul,
.org-item li {
    position: relative;
    list-style: none;
}

.org-item ul {
    margin-left: 40px;
}

.org-item ul:first-child {
    margin-left: 0;
}

.org-item ul svg {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 18px;
    color: #c7c6c6;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
}

.org-item li.rotate svg.icon-rotate {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.org-item li {
    width: 100%;
    padding: 7px 0 7px 55px;
    margin-bottom: 7px;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
}

.org-item li p {
    margin: 0;
}

.org-item label {
    margin: 0;
}

.org-item label:hover {
    background: #f9f9f9;
}

.org-item span.icon-plus {
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    width: 45px;
    text-align: center;
    cursor: pointer;
}

.org-item span.icon-plus svg {
    position: absolute;
    left: 12px;
    width: 22px;
    height: 22px;
}

.org-item input {
    display: none;
    position: absolute;
    top: 9px;
}

.alink {
    position: relative;
}

.alink .placeholder {
    display: none;
    position: absolute;
    left: 17px;
    top: -38px;
    background: rebeccapurple;
    border-radius: .25rem;
    color: #fff;
    padding: .5rem;
    font-size: .8em;
}

.alink .view {
    display: block;
}

.alink .placeholder span {
    white-space: nowrap;
}

.alink .placeholder::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid rebeccapurple;
}

/* Footer */

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.footer p {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #656565;
}


/*
*
* * * * * * * * * *
*  LOGIN START   *
* * * * * * * * * *
*
*/

.login {
    background: #eee;
}

.checkDanger {
    color: #F44336 !important;
}

.checkPrimary {
    color: #28a745 !important;
}

.inputNameCheck {
    color: #303030 !important;
}

.disableFix {
    cursor: no-drop;
}

.login .row {
    height: 100vh;
}

.login .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #eeeeee;
    border: 2px solid;
    border-color: #eeeeee;
    width: auto;
    padding: 0 1rem;
    font-size: 1em;
    height: 45px;
    line-height: 1.6;
    color: #495057;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
    box-shadow: none;
}

.login .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.login .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.login .input-group>.input-group-append:not(:last-child)>.btn,
.login .input-group>.input-group-append:not(:last-child)>.input-group-text,
.login .input-group>.input-group-prepend>.btn,
.login .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid;
    background: none;
    border-radius: 0;
    margin-right: 1rem;
    background: #eee;
    border-color: #eee;
}

.login .title-form p {
    margin: 0;
    margin-left: 3rem;
    font-weight: bold;
    color: #007bff;
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
}

.login .padding-fix {
    padding: 0 2rem;
}

.login .profile-avatar {
    width: 153px;
    height: 153px;
    border: 1px solid rgb(238, 238, 238);
    background-size: cover;
}

.login .login-form label[for=file] {
    margin: 0;
    padding: 7px;
    border: 1px solid #eee;
}

.login .input-group-text {
    position: relative;
    padding: 0 23px;
}

.login .input-group-text svg {
    position: absolute;
    left: 12px;
    top: 9px;
}

.login .error {
    position: absolute;
    bottom: -24px;
    left: 63px;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #F44336;
    border-color: #F44336;
}

.login .error-fix {
    position: unset;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 1em;
    text-transform: none;
}

.login img {
    width: 152px;
}

.input-group-text {
    padding: .375rem 1rem;
}

.registration .row {
    min-height: 100vh;
    height: auto;
}

.login .logotype {
    text-align: center;
    padding: 2rem;
}

.login .logotype img {
    width: 350px;
}

.login .login-form {
    background: #fff;
    min-width: 700px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    -moz-box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: 1px solid #ebecec;
}

.login .extra-title {
    background: #007bff;
    padding: .8rem;
    margin: 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.login .extra-title p {
    margin: 0;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.login .login-form .lForm {
    margin: 2rem 0;
}

.login .login-form form {
    text-align: center;
}

.login .login-form .lForm label:first-child {
    padding: 0;
}

.login .login-form button {
    width: 100%;
    padding: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
}

.login .select2-container--default .select2-selection--single {
    background-color: #eee;
    border-radius: 0;
    border: 1px solid #eeeeee;
}

.bLogin .select2-dropdown {
    border-color: #dadada;
}

.button-reg {
    margin: 1rem 0;
    text-align: center;
}

.button-reg a {
    color: #007bff;
    font-weight: 500;
    font-style: italic;
}

.has-error {
    position: relative;
}

.has-error .help-block {
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    background: rgba(244, 67, 54, 0.5490196078431373);
    color: #fff;
    padding: .2rem;
}

/*
*
* * * * * * * * *
* ADAPTIVE VERSION START *
* * * * * * * * *
*
*/

@media (max-width: 1280px) {
    .content .content-full {
        text-align: left;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.content .house-card .table tr td span.text-main {
    letter-spacing: 0.3px;
    color: #000;
}

.text-sub {
    font-style: italic;
}

.content .house-card .table tr td.countTable {
    width: 27px;
}

.content .house-card .table tr:first-child td {
    border-bottom: 2px solid #277792;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 100%;
    border: none;
    height: auto;
    left: auto;
    margin-left: auto;
    margin-top: auto;
    top: auto;
    width: auto;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.select2-container {
    min-width: 100%;
    max-width: 100%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #999;
    border-width: 2px;
}

.select2-container--default .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #cacfe7;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
    color: #3b4781;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 1px solid #eee;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
    box-shadow: none;
    box-sizing: border-box;
    margin-top: 4px;
    margin-left: 1px;
    border: solid 1px #e8e8e8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6f6f6;
    color: #3b4781;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
    font-weight: 600;
    color: #3b4781;
}

.select2-results__option {
    color: #3b4781;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 3px;
}

/*
*
* * * * * * * * *
* PRINT START *
* * * * * * * * *
*
*/

#header-print {
    background: white;
    text-align: center;
    box-shadow: 1px 1px 10px 1px #d6d6d6;
    display: none;
}

#header-print ul {
    display: inline-flex;
    list-style: none;
}

#header-print ul li {
    position: relative;
    padding: 15px 0;
    padding-left: 45px;
    cursor: pointer;
}

#header-print ul li:hover {
    background: #eee;
}

#header-print ul li a {
    text-decoration: none;
    color: #0652dd;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 40px;
}

#header-print ul li a i {
    position: absolute;
    top: 4px;
    left: 25px;
    border: 2px solid;
    border-radius: 50px;
    padding: 2px 7px;
    font-size: 1.6em;
}

#header-print ul li a span {
    position: absolute;
    top: 4px;
    left: 20px;
    border: 2px solid;
    border-radius: 80px;
    padding: 9px 5px;
    padding-top: 10px;
    font-size: 1em;
}

.printableArea {
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
    padding: 7mm;
    background-color: white;
    border: 1px solid #D2D5D7;
    color: #000;
    -webkit-box-shadow: 0 1px 5px rgba(57, 50, 50, 0.52);
    -moz-box-shadow: 0 1px 5px rgba(57, 50, 50, 0.52);
    box-shadow: 0 1px 5px rgba(57, 50, 50, 0.52);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.printableArea .customTable {
    border-collapse: collapse;
    font-size: 100%;
}

.printableArea .customTable thead tr th,
.printableArea .customTable tbody tr td {
    padding: 8px;
    font-weight: normal;
    text-transform: none;
    color: #000;
    border: 1px solid #000;
}

.customTable tbody tr td.text-left-1 {
    text-align: left;
    padding-left: 0px;
}

.customTable tbody tr td.text-left-2 {
    text-align: left;
    padding-left: 40px;
}

.customTable tbody tr td.text-left-3 {
    text-align: left;
    padding-left: 80px;
}

.customTable tbody tr td.text-left-4 {
    text-align: left;
    padding-left: 120px;
}

.customTable thead tr {
    border-bottom: 2px solid #e6e6e6;
}

.printableArea hr {
    border-color: #000;
}

.printBg {
    background: url('../images/body.gif');
}

.customTable tbody tr td.align-left {
    text-align: left;
}

.customTable tbody tr td.align-right {
    text-align: right;
}

.customTable tbody tr td.align-center {
    text-align: center;
}

@media print {
    body{
        background: #FFFFFF;
    }
    body * {
        visibility: hidden;
    }
    #printableArea, #printableArea * {
        visibility: visible;
    }
    #printableArea .customTable {
        border-collapse: collapse;
    }
    #printableArea .customTable thead tr {
        border: 1px solid #303030;
    }

    #printableArea .customTable thead tr th,
    #printableArea .customTable tbody tr td {
        border: 1px solid #303030;
        color: #303030;
        font-weight: normal;
        font-size: 20px;
        text-transform: none;
    }w
     #printableArea .customTable tbody tr td.printFix {
         padding-right: 0;
         padding-left: 0;
     }s
      #printableArea .customTable tbody tr td hr {
          border: 0;
          border-top: 1px solid #303030;
      }
    .no_print {
        display: none;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1500px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
    .content .contentChr .tabsChr {
        width: 100%;
        height: 156px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
    .modal-dialog {
        margin: 10rem auto;
    }
}

.fade:not(.show) {
    display: none;
}

.myCustomButton,
.myCustomButton:disabled {
    position: relative;
    width: 100% !important;
    height: 40px;
    background-color: #f0f1f4;
    border-color: #f0f1f4;
    color: #777;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.myCustomButton::after {
    position: absolute;
    right: 7px;
    top: 17px;
}

.myCustomButton:hover {
    background-color: #ececec;
    border-color: #ececec;
    color: #777;
}

.myCustomButton:not(:disabled):not(.disabled):active,
.show > .myCustomButton.dropdown-toggle {
    background-color: #ececec;
    border-color: #ececec;
    color: #777;
}

.myCustomButton:focus {
    box-shadow: none;
}
.hierarchy-select label,
.filter-content label {
    margin-bottom: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.filter .hierarchy-select label,
.filter .filter-content label{
    position: absolute;
    top: -15px;
    overflow: hidden;
}

.hierarchy-select .dropdown-item span {
    font-weight: 500;
}
.hierarchy-select .dropdown-item p {
    font-size: .75em;
    margin: 0;
    font-style: italic;
}

.btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    height: 38px;
    width: auto;
}

.btn-icon {
    position: relative;
    padding-right: 41px;
}

.btn-icon svg {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 25px;
    height: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    padding-left: 8px;
    margin-left: 5px;
}

.btn-status {
    position: relative;
    height: 25px!important;
    font-size: 11px;
    padding: 0 20px 0 5px;
    width: 100%;
    max-width: 150px!important;
    min-width: 120px!important;
    border: 0;
    transition: box-shadow .3s;
}

.btnStatus:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: box-shadow .3s;
}

.btn-status .ready-status {
    position: absolute;
    right: 4px;
    top: 0px;
}
.btn-status .ready-status svg{
    width: 18px;
}


.clmn-btn-table {
    width: 40px;
}

.btn-table {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
}

.btn-table svg {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 6px;
    left: 6px;
}

.customTable tbody tr td.code a {
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: .8em;
    font-weight: 500;
    text-decoration: none;
    color: #303030;
    cursor: pointer;
}
.customTable tbody tr td.code a:hover {
    background: #e2e2e2;
    color: #303030;
}

.myCustomButton {
    background-color: #f0f1f4;
    border-color: #f0f1f4;
    color: #777;
}
.myCustomButton:disabled{
    border-color: #b3b4b7;
    background-color: #f0f1f4;
    color: #777;
}
.myCustomButton:disabled::after{
    display: none;
}

.myCustomButton:hover {
    background-color: #ececec;
    border-color: #ececec;
    color: #777;
}

.myCustomButton:not(:disabled):not(.disabled).active, .myCustomButton:not(:disabled):not(.disabled):active, .show > .myCustomButton.dropdown-toggle {
    background-color: #ececec;
    border-color: #ececec;
    color: #777;
}

.myCustomButton.focus, .myCustomButton:focus {
    box-shadow: none;
}

.labelName {
    position: absolute;
    top: -19px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #777;
}

#technol_map .hierarchy-select.dropdown .dropdown-menu a[data-level='1'] {

}

#technol_map .hierarchy-select.dropdown .dropdown-menu a[data-level='2'] {
    padding-left: 25px;
}

#technol_map .hierarchy-select.dropdown .dropdown-menu a[data-level='3'] {
    padding-left: 35px;
}

#technol_map .hierarchy-select.dropdown .dropdown-menu a[data-level='4'] {
    padding-left: 45px;
}

#technol_map .hierarchy-select.dropdown .dropdown-menu a[data-level='5'] {
    padding-left: 55px;
}

#technol_map .customTable tbody tr.etalon td {
    border-top: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
}

#technol_map tr.etalon td:first-child {
    border-left: 2px solid #ffc107;
}

#technol_map tr.etalon td:last-child {
    border-right: 2px solid #ffc107;
}

#technol_map #search {
    width: 160px;
    min-width: 160px;
    padding: 5px 5px 5px 35px!important;
}

#technol_map tr td p a.openChar {
    border-bottom: 2px dotted transparent;
    color: #303030;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#technol_map tr td p a.openChar:hover {
    border-bottom: 2px dotted #007bff;
    color: #007bff;
}
._disabled {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.nz-customTable {
    width: 100%;
}
.nz-customTable tbody tr td p {
    margin: 0;
}
.nz-customTable thead tr,
.nz-customTable tbody {
    border-bottom: 2px solid #e6e6e6;
}
.nz-customTable tbody {
    background: #dbefff;
}
.nz-customTable thead tr th {
    text-align: center;
    font-size: 13px;
    color: #525252;
    text-transform: uppercase;
    padding: .5rem;
}
.nz-customTable tbody tr:hover {
    cursor: default;
}
.nz-customTable tbody tr:hover td a.item-id:hover {
    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
}
.nz-customTable tbody:hover {
    background: #e9edf5!important;
}
.nz-customTable tbody:nth-child(2n)  {
    background: #fafbfc;
    box-shadow: inset 0 0 50px #dbefff;
}
.nz-customTable tbody tr td {
    text-align: center;
    font-size: 15px;
    color: #303030;
    padding: 5px;
    border-right: 4px solid transparent;
}
.nz-customTable tbody tr td.address-info{
    padding: 15px;
}
.nz-customTable tbody tr td a.item-id {
    background: #eee;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 3px;
    font-weight: bold;
    font-size: .8em;
    text-decoration: none;
    transition: background-color .2s ease,box-shadow .2s ease,color .2s ease;
}
.nz-customTable tbody tr td a.item-id:hover {
    background: #0652dd;
    color: #fff;
}
.nz-customTable tbody.errorALC tr td {
    background: #faebf0!important;
}
.nz-customTable tbody.errorALC tr td a.item-id {
    background: #DB7093;
    color: #FFFFFF;
}
.nz-customTable tbody.errorALC tr td a.item-id:hover {
    background: #d14775;
    border: none;
}

.separation-elements {
    border-bottom: 1px dotted #e2e2e2;
    margin: 3px;
}

.filter-nav-bar .hierarchy-select {
    min-width: 180px;
    max-width: 290px;
}
/*@media (max-width: 690px) {*/
/*    .filter-nav-bar .hierarchy-select {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.filter-nav-bar > div{
    margin-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

.content-input{
    position: relative;
    margin: 7px 0;
}
.content-input .required:before{
    content: "Обязательное поле";
    position: absolute;
    right: 0;
    top: -5px;
    text-transform: uppercase;
    font-size: .6em;
    background: #f3766d;
    padding: 3px 8px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 500;
}

.create-input .required:before {
    content: "Обязательное поле";
    position: absolute;
    right: 0;
    top: -23px;
    text-transform: uppercase;
    font-size: .6em;
    background: #f3766d;
    padding: 3px 8px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 500;
}
.alertError {
    position: absolute;
    text-transform: uppercase;
    font-size: .7em;
    color: #F44336;
    font-weight: 500;
}
.create-input .inputError, .inputError, .inputError:disabled {
    border-color: #F44336;
    border-width: 2px;
}

.mainColor-purple .background-gradient{
    background-color: rebeccapurple!important;
}

@media (max-width: 1280px) {
    #planningListView .customTable thead tr.rotate th {
        font-size: 10px!important;
    }
    #planningListView .customTable thead tr th {
        font-size: 10px!important;
    }
    ._fix_button_ {
        text-align: right;
    }
}

.btn-action-edit,
.btn-action-search,
.btn-action-add{
    color: #fff!important;
    background-color: #007bff!important;
    border-color: #007bff!important;
}
.btn-action-edit:hover,
.btn-action-search:hover,
.btn-action-add:hover {
    color: #fff!important;
    background-color: #4278af !important;
    border-color: #4278af!important;
}
.btn-action-delete,
.btn-action-back{
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}
.btn-action-delete:hover,
.btn-action-back:hover{
    color: #fff!important;
    background-color: #c14c5c !important;
    border-color: #c14c5c!important;
}
.btn-action-edit:disabled,
.btn-action-delete:disabled{
    cursor:no-drop;
}
.btn-action-save,
.btn-action-print,
.btn-action-file{
    color: #fff!important;
    background-color: #28a745!important;
    border-color: #28a745!important;
}
.btn-action-save:hover,
.btn-action-print:hover,
.btn-action-refresh:hover,
.btn-action-file:hover{
    color: #fff!important;
    background-color: #215f31 !important;
    border-color: #215f31!important;
}
.btn-action-refresh{
    color: #fff!important;
    background-color: #9ca728!important;
    border-color: #9ca728!important;
}
.btn-action-refresh:hover{
    color: #fff!important;
    background-color: #79821c !important;
    border-color: #79821c!important;
}


.table-responsive .customTable {
    width: 99%!important;
}

#div-periodId-search .items-period .is-current-period{
    margin-left: auto;
}
#div-periodId-search .items-period .is-current-period svg{
    width: 20px;
    height: 20px;
}
#div-periodId-search .items-period-unlocked{
    background: #ddffe185;
}
#div-periodId-search .items-period-unlocked:active,
#div-periodId-search .items-period-unlocked.active{
    background: #1eb32fab;
}

.container--checkbox .content--checkbox {
    display: block;
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container--checkbox .content--checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.container--checkbox .content--checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background: rgba(105, 106, 108, 0.5);
}
.container--checkbox .content--checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.container--checkbox .content--checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}
.container--checkbox .content--checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container--checkbox .content--checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container--checkbox .content--checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-custom-white{
    position: relative;
    background: #FFFFFF;
    border: 0.8px solid #D2CFCF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 16px;
    line-height: 150%;
    color: #4F4F4F;
    padding: 9px 11px;
    width: 100%;
    text-align: inherit;
    min-height: 40px;
    overflow: hidden;
}
.btn-custom-white:hover,
.btn-custom-white:focus,
.hierarchy-custom-white-select .btn-custom-white:focus,
.hierarchy-custom-white-select .btn-custom-white:hover{
    outline: none;
    box-shadow: 0px 6px 6px #045dff66;
    cursor: pointer;
}

.hierarchy-custom-white-select label {
    position: absolute;
    left: 10px;
    top: 0px;
    text-transform: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    z-index: 10;
    font-style: normal;
    color: #333333;

}


.hierarchy-custom-white-select .btn-custom-white{
    position: relative;
    background: #FFFFFF;
    border: 0.8px solid #D2CFCF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 16px;
    line-height: 150%;
    color: #4F4F4F;
    padding: 16px 11px 4px;
    text-align: inherit;
    min-height: 40px;
    overflow: hidden;
    min-width: 220px;
}
.hierarchy-custom-white-select .btn-custom-white:after{
    position: absolute;
    top: 25px;
    right: 11px;
    display: inline-block;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.table-filter .table-filter-title{
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}

.table-filter .form-custom-radio input[type=radio] {
    display: none;
}
.table-filter .form-custom-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    margin-right: 16px;
    user-select: none;

    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #4F4F4F;
    margin-bottom: 0;
}
.table-filter .form-custom-radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url('/resources/images/icons/new_icon/radio_button_uncheck.svg') 0 0 no-repeat;
}
.table-filter .form-custom-radio input[type=radio]:checked + label:before {
    background: url('/resources/images/icons/new_icon/radio_button_check.svg') 0 0 no-repeat;
}
.table-filter .form-custom-radio label:hover:before {
    filter: brightness(120%);
}
.table-filter .form-custom-radio input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}

.nav-pills .disabled {
    cursor: no-drop;
    color: #9E9E9E;
}
.nav-pills .tabsdone {
    background: #dff7ba;
}
.name-material-unaccounted:before {
    content: '(Н)';
    font-size: 1.1rem;
    font-weight: bold;
    color: #d60b0b;
    font-style: italic;
    font-family: cursive;
}
.material-name-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#use_agreement_text-label {
    color: #007bff;
}

#use_agreementMadal .modal-body {
    height: 80vh;
    overflow: auto;
}

.use-agreement-document-content {
    font-size: 0.8rem;
}
.use-agreement-document-content .title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.use-agreement-document-content .subtitle {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.use-agreement-document-content .use-agreement-section {
    margin-bottom: 20px;
}
.use-agreement-document-content .terms .terms-table {
    width: 100%;
}
.use-agreement-document-content .terms .terms-table tbody tr td{
    border: 1px solid #7a7a84;
}
.use-agreement-document-content .terms .terms-table tbody tr td:first-child{
    font-style: italic;
}
.use-agreement-document-content .section-content p{
    margin-bottom: 4px;
}
.use-agreement-document-content .use-agreement-footer{
    font-style: italic;
}



/* .container--planning-month*/

:root {
    --main-planning-month: #1c6cd8f0;
}


.container--planning-month {
    padding: 10px 35px;
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 12px;
    background: #FFFFFF;
}
.container--planning-month .title-info .title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #4F4F4F;
}

.container--planning-month .link-back-action::before {
    content: url('/resources/images/icons/new_icon/chevron-right.svg');
    float: left;
    padding-right: 8px;
    opacity: 0.8;
}

.container--planning-month .link-back-action {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2F80ED;
    order: 2;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container--planning-month .link-back-action:hover::before,
.container--planning-month .link-back-action:hover {
    opacity: 0.8;
    text-decoration: none;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.container--planning-month .title-subinfo{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 4px 15px 8px 18px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.container--planning-month .title-subinfo>.subinfo-legend {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.container--planning-month .legend__part1 {
    float: left;
    margin: 0 2px;
    margin-right: 20px;
}
.container--planning-month .legend__part2 {
    float: right;
    margin: 5px 0px 10px 20px;
}
.container--planning-month .legend__hr {
    position: relative;
    left: 2px;
    display: block;
    overflow: hidden;
    border-top: 0.5px solid var(--main-planning-month);
    margin: 1em 0 0 0;
}
.container--planning-month .subinfo-text{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #4F4F4F;
    display: flex;
    align-items: center;
}
.container--planning-month .subinfo-icon:after {
    content: url('/resources/images/icons/new_icon/polygon-top.svg');
}
.container--planning-month .subinfo-table-content{
    /*margin-top: 22px;*/
    /*margin-bottom: 22px;*/
}
.container--planning-month .subinfo-table-content{
    color: #2F80ED;
}
.container--planning-month .subinfo-table-content table{
    width: 100%;
}
.subinfo-table-content table thead tr th{
    color: #4F4F4F;
    font-size: 10px;
    line-height: 12px;
}
.container--planning-month .subinfo-table-content table tbody tr td{
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #4F4F4F;
    padding: 2px 30px 0 0;
}
.container--planning-month .title-content {
    position: relative;
    display: flex;
    height: 100%;
    padding-bottom: 5px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.container--planning-month .data-planning-content {
    position: relative;
    display: flex;
    height: 100%;
    padding-bottom: 5px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.container--planning-month .details-icon{
    position: absolute;
    background: url('/resources/images/icons/new_icon/coolicon.svg') no-repeat center right 0;
    width: 20px;
    height: 20px;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}
.container--planning-month .custom-dropdown .dropdown-submenu {
    position: relative;
}
.container--planning-month .custom-dropdown .dropdown-submenu .dropdown-menu {
    top: 0;
    left: -101%;
    margin-top: -1px;
}
.container--planning-month .custom-dropdown .dropdown-toggle::after {
    display: none;
}
.container--planning-month .custom-dropdown .dropdown-menu li {
    font-size: 12px;
    line-height: 12px;
    color: #4F4F4F;
    padding: 6px 0;
}
.container--planning-month .custom-dropdown .dropdown-menu li a {
    display: block;
    text-decoration: none;
    padding-left: 6px;
}
.container--planning-month .custom-dropdown .dropdown-menu li:hover,
.container--planning-month .custom-dropdown .dropdown-menu li:focus {
    background: #F2F2F2;
}
.custom-dropdown ul.dropdown-menu {
    padding: 0;
}
.container--planning-month .coolicon-stairs {
    background: url('/resources/images/icons/new_icon/coolicon-stairs.svg') 0 0 no-repeat;
    height: 22px;
    width: 18px;
    padding-right: 9px;
}
.container--planning-month .coolicon-column {
    background: url('/resources/images/icons/new_icon/coolicon-column.svg') 0 0 no-repeat;
    height: 22px;
    width: 18px;
    padding-right: 9px;
}
.container--planning-month .coolicon-monthly {
    background: url('/resources/images/icons/new_icon/coolicon-monthly.svg') 0 0 no-repeat;
    height: 22px;
    width: 18px;
    padding-right: 9px;
}
.container--planning-month .coolicon-delete {
    background: url('/resources/images/icons/new_icon/coolicon-delete.svg') 0 0 no-repeat;
    height: 19px;
    width: 18px;
    margin-left: 3px;
}
.container--planning-month .filter-action-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.table-filter .table-filter-radioBtn {
    margin-top: 10px;
}

.container--planning-month .table-filter .table-filter-radioBtn .form-custom-radio label {
    padding-left: 25px;
    line-height: normal;
    font-size: 15px;
}

.container--planning-month .action-content {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
}
.container--planning-month .action-content button {
    white-space: nowrap;
}
.container--planning-month .action-content button:not(:last-child) {
    margin-right: 10px;
}
.container--planning-month .btn-custom-icon {
    padding-right: 45px;
}
.container--planning-month .btn-custom-icon svg {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}


/*   #planning-month-list--container*/
#planning-month-list--table {
    font-family: 'Inter';
    width: 100%;
}
#planning-month-list--table thead tr th .progress:not(.year-progress) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 7px;
}

#planning-month-list--table thead tr th .year-progress-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #545454;
    padding-left: 8px;
}

#planning-month-list--table thead tr th:first-child .year-progress .progress-bar{
    padding-left: 8px;
    font-size: 1.1em;
    color: #000000;
    background-color: #65B0FF;
}

#planning-month-list--table thead tr th .year-progress {
    width: 90%;
    height: 20px;
    border-radius: 8px;
}

#planning-month-list--table thead tr th.month-progress-cell {
    text-align: center;
}

#planning-month-list--table thead tr th .progress-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
}

#planning-month-list--table thead tr th .over-percent {
    color: #EB5757 !important;
}

#planning-month-list--table thead tr:first-child th {
    padding: 7px 0px;
}

#planning-month-list--table thead tr:not(:first-child) th {
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #202124;
    text-align: center;
    border-left: 0.5px solid #E0E0E0;
    border-right: 0.5px solid #E0E0E0;
    border-bottom: 1px solid #DDD9D9;
    border-top: 1px solid #DDD9D9;
}

#planning-month-list--table thead tr:not(:first-child) th.main-title-cell {
    padding: 20px 15px;
    background: var(--main-planning-month);
    border-color: var(--main-planning-month);
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #F2F2F2;
}

#planning-month-list--table thead tr th.address-title {
    width: 18%;
    min-width: 200px;
}

#planning-month-list--table thead tr th.id-title {
    width: 7%;
    min-width: 60px;
}

#planning-month-list--table thead tr th.volume-title {
    width: 7%;
}

#planning-month-list--table thead tr th.month-title {
    min-width: 65px;
    color: #1C6CD8;
}


#planning-month-list--table tbody tr td.group-cell {
    padding: 16px 15px;
    background: #b5c0d966;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #4F4F4F;
    cursor: pointer;
}

#planning-month-list--table tbody tr td {
    border-left: 0.5px solid #E0E0E0;
    border-right: 0.5px solid #E0E0E0;
    border-bottom: 1px solid #DDD9D9;
    border-top: 1px solid #DDD9D9;
}

#planning-month-list--table tbody tr:nth-child(2n) td.close-month-cell {
    background: #e0e0e0ba;
}
#planning-month-list--table tbody tr td.end-of-close-month {
    border-right-width: 3px;
}
#planning-month-list--table tbody tr td.start-of-end-month {
    border-left-width: 3px;
}



#planning-month-list--table tbody.planningValue--content tr td {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    text-align: center;
}

#planning-month-list--table tbody.planningValue--content tr td:nth-child(1),
#planning-month-list--table tbody.planningValue--content tr td:nth-child(2),
#planning-month-list--table tbody.planningValue--content tr td:nth-child(3),
#planning-month-list--table tbody.planningValue--content tr td:nth-child(4),
#planning-month-list--table tbody.planningValue--content tr td:nth-child(5){
    border-right: none;
    border-left: none;
}

#planning-month-list--table tbody.planningValue--content tr td {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    text-align: center;
    padding: 18px 8px;
}
#planning-month-list--table tbody.planningValue--content tr td.volume-text-value {
    padding: 0px;
}
#planning-month-list--table tbody.planningValue--content tr td.volume-text-value hr {
    border-top: 2px outset #2566dc78;
    margin: 5px;
}

#planning-month-list--table tbody.planningValue--content tr:nth-child(2n+1) td {
    background: #F7F7F7;
}

#planning-month-list--table tbody.planningValue--content tr td.planning-address-cell {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #4F4F4F;
    text-align: left;
    position: relative;
}
#planning-month-list--table tbody.planningValue--content tr td.planning-address-cell .abstract-name{
    max-height: 85px;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#planning-month-list--table tbody.planningValue--content tr td.planning-id-cell {
    font-weight: bold;
}

#planning-month-list--table thead tr th:last-child,
#planning-month-list--table tbody tr td:last-child {
    border-right: 0;
}

#planning-month-list--table .month-container {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 8px;
    background: var(--main-planning-month);
    border-radius: 8px;
}

#planning-month-list--table .month-container-close {
    font-weight: bold;
    font-size: 12.1458px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 9px 12px;
    background: #CBCBCB;
    border-radius: 8px;
}

.customPagination .custom-page-item {
    position: relative;
    margin: 2px;
    padding: 9px;
    text-decoration: none;
    border-radius: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #2F80ED;
    cursor: pointer;
}

.customPagination ul {
    align-items: center;
}

.customPagination .custom-page-item.cursor-page_items,
.customPagination .custom-page-item.active {
    background: #2F80ED;
    border: 3px solid #2F80ED;
    box-sizing: border-box;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    color: #FCFCFC;
}

.customPagination .custom-page-item.cursor-page_items svg {
    height: 20px;
}

.customPagination .custom-page-item.cursor-page_items {
    padding: 5px 0;
}

.customPagination .custom-page-item.page-item-clickable:not(.cursor-page_items):hover {
    background: rgba(47, 128, 237, 0.18);
    box-sizing: border-box;
    border-radius: 8px;
}

.customPagination .custom-page-item.cursor-page_items:hover,
.customPagination .custom-page-item.active:hover {
    background: #093d7b;
    border-color: #093d7b;
}

.btn-custom-white-table {
    position: relative;
    padding: 6px 40px 6px 6px;
    text-align: justify;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 2px 2px 2px 0px;
    font-size: 9px;
    line-height: 10px;
    color: #828282;
}

#planning-month-list--table tbody.planningValue--content tr td.month-value-cell{
    height: 66px;
}

#planning-month-list--table tbody.planningValue--content tr td.close-month-cell .month-value-close hr{
    border-color: #CCCCCC;
    border-width: 2px;
}
#planning-month-list--table tbody.planningValue--content tr td.close-month-cell .transfer-text{
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    color: #4E4C4C;
}
#planning-month-list--table tbody.planningValue--content tr td.close-month-cell .transfer-text img {
    padding-left: 5px;
}


#planning-month-list--table tbody.planningValue--content tr.active td.month-value-cell:not(.close-month-cell),
#planning-month-list--table tbody.planningValue--content tr:hover td.month-value-cell:not(.close-month-cell),
#planning-month-list--table tbody.planningValue--content tr:focus td.month-value-cell:not(.close-month-cell){
    position: relative;
    text-align:right;
    padding: 0;
}

#planning-month-list--table tbody.planningValue--content tr.active td.month-value-cell .month-container,
#planning-month-list--table tbody.planningValue--content tr:hover td.month-value-cell .month-container,
#planning-month-list--table tbody.planningValue--content tr:focus td.month-value-cell .month-container{
    position: absolute;
    text-align: initial;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C6CD8;
}
#planning-month-list--table tbody tr td .month-container .month-action{
    display: none;
    position: absolute;
    height: 26px;
    width: 100%;
    bottom: 0;
    left: 0;
}
#planning-month-list--table tbody tr.active td .month-container .month-action,
#planning-month-list--table tbody tr:hover td .month-container .month-action{
    display: block;
}
#planning-month-list--table tbody tr td .month-container .month-action .btn-month-action{
    width: 50%;
    position: relative;
    height: 26px;
}

#planning-month-list--table input.month-value-input::-webkit-outer-spin-button,
#planning-month-list--table input.month-value-input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#planning-month-list--table input.month-value-input[type=number] {
    -moz-appearance:textfield; /* Firefox */
    width: 100%;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12.1458px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
}

#planning-month-list--table input.month-repeat-input[type=number] {
    -moz-appearance:textfield; /* Firefox */
    width: 100%;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 12.1458px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
}

#planning-month-list--table tbody tr.active td .month-container input.month-value-input,
#planning-month-list--table tbody tr:hover td .month-container input.month-value-input,
#planning-month-list--table tbody tr:focus td .month-container input.month-value-input{
    text-align: left;
}


#planning-month-list--table tbody tr.active td .month-container .month-value,
#planning-month-list--table tbody tr:hover td .month-container .month-value,
#planning-month-list--table tbody tr:focus td .month-container .month-value{
    padding-right: 4px;
    border-right: 2px solid #FFFFFF;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.btn-month-action:hover,
.btn-month-action:focus{
    background: #1A68D1;
}

.delete-btn-icon{
    background: url('/resources/images/icons/new_icon/delete.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.swap-btn-icon {
    background: url('/resources/images/icons/new_icon/swap.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.cancel-btn-icon {
    background: url('/resources/images/icons/new_icon/cancel-icon.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
}


#planning-month-list--table .month-container-check {
    text-align: center;
}
#planning-month-list--table .month-container-check-add{
    text-align: center;
    color: #0f419c;
}
#planning-month-list--table .month-value-cell:hover .month-container-check-add svg,
#planning-month-list--table .month-value-cell:hover .month-container-check svg {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

#planning-months-lead-progress-content {
    height: 50px;
}

.locked{
    opacity: 0.5;
    cursor: not-allowed;
}







@media (min-width: 576px) {
    .modal-dialog {
        margin: 0rem auto;
    }
}

.act-link{
    color: #1d6fc9;
}

.act-link:hover{
    color: #1d6fc9;
    text-decoration: underline;
}

.text-reduction {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-title-native {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    flex-grow: 1;
}

.paragraph-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.paragraph-text {
    border: 1px solid var(--gray-border);
    border-radius: .3rem;
    padding: .5rem;
}

.paragraph-disabled {
    background-color: var(--gray-light);
}

.visually-hidden-native {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dropdown-item.active, .dropdown-item:active {
    min-width: fit-content;
}

.btn-back {
    padding-top: 0.5rem;
}


#infoModalAlert {
    width: 25rem;
    position: absolute;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    background: #ffa600;
    transform: translate(-50%, -50%);
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    color: black;
    -webkit-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
}

#infoModalAlert-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}

#infoModalAlert-closeBtn {
    position: absolute;
    background: #5089e9;
    width: 1.5rem;
    height: 1.5rem;
    right: -10px;
    top: -10px;
    border-radius: 1.5rem;
    color: black;
}

#infoModalAlert-closeBtn {
    cursor: pointer;
    transition: all .5s;
}

#infoModalAlert-closeBtn:after,
#infoModalAlert-closeBtn:before {
    content: "";
    height: 19px;
    width: 11px;
    border-top: 2px solid black;
    position: absolute;
    top: 8px;
    right: 0px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#infoModalAlert-closeBtn:before {
    right: 14px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#infoModalAlert-closeBtn:hover {
    background-color: black;
}

#infoModalAlert-closeBtn:hover:after,
#infoModalAlert-closeBtn:hover:before {
    border-top: 3px solid white;
}