.align-left {
    text-align: left;
}

.bootstrap-timepicker input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

/*.modal form > div > input[type=text],*/
/*.modal form > div > input[type=password],*/
/*.modal form > div > input[type=email] {*/
    /*width: 100%;*/
    /*margin: 0;*/
    /*border-top-left-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
/*}*/

.modal form > div > input[type="file"] {
    width: 100%;
    padding: 6px 12px;
    margin: 0;
}

.modal form > div > textarea,
.modal form > div > .chosen-container {
    margin: 0;
}

textarea {
    width: 100%;
}

.modal form select,
.modal form .select2-container {
    width: 100%;
    margin: 0;
}

.input-group {
    margin-left: 5px;
}

.tools_white {
    background: whitesmoke;
    border-radius: 5px;
}

.tools_white .tool_toggle {
    color: dimgray;
}

label.long_label {
    width: 100%;
}

.select2-container {
    min-width: 100px;
}

.modal form p > label {
    width: 100%;
}

.modal {
    max-width: 50%;
    z-index: 10500;
}

.modal-backdrop {
    z-index: 10450;
}

.modal .select2-container {
    text-align: left;
}

.modal-lg {
    min-width: 80%;
}

.scroll-pane-setting, .scroll-pane_modal {
    width: 100% !important;
    overflow: auto;
}

label.label-lg {
    width: 350px;
}

.tools_set input {
    margin-left: 5px;
}

.scroll-pane-auto {
    overflow: auto;
}

form > div > input.full-width {
    width: 100%;
}

.header-menu a i {
    font-size: 20px;
}

.header-menu li {
    list-style: none;
    display: inline-table;
    margin-left: 10px;
}

.header-menu .sign-out i {
    line-height: 46px;
    font-size: 30px;
}

.modal-body {
    padding: 0;
}

.horizontal-scroll-block {
    overflow-x: auto;
}

.vertical-scroll-block {
    overflow-y: auto;
}

.white-space-wrap {
    white-space: normal;
}

.table_holder {
    overflow-x: auto;
}

.nav_bar button {
    float: none;
    box-shadow: none;
    min-width: 50px;
    width: auto;
    background: #1D6497;
    color: #fff;
    height: 34px;
}

.nav_bar button i.fa {
    color: inherit;
}

.nav_bar button:hover,
.nav_bar button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #111;
    background: rgba(0, 0, 0, 0.2);
}

#mp-menu ul li.active a {
    color: #fff;
}

/*.block:before {*/
    /*content: '' !important;*/
    /*top: -3px;*/
    /*left: -3px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 30px solid transparent;*/
    /*border-right: 30px solid transparent !important;*/
/*}*/

.block.last {
    margin: 0 -5px;
    /*background: #2b3a4a;*/
    background: #1D6497;
    border: 1px solid #1D6497;
}

.nav_bar button {
    /*float: left;*/
    box-shadow: none;
    min-width: 50px;
    width: auto;
    background: none;
    color: #fff;
    /*height: 25px;*/
    border: 0;
    border-radius: 0;
    margin-right: 2px;
}

.u-name {
    overflow: visible;
    width: auto;
}

.u-name .dropdown-menu {
    right: 0;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #1D6497;
    padding: 6px 0 0 0;
    border: none;
}

.u-name .dropdown {
    float: right;
}

.u-name .dropdown-menu li {
    /*background: rgba(0,0,0,0.2);*/
    text-align: center;
}

.u-name .dropdown-menu li a {
    color: #fff;
    padding: 10px 20px;
}

.u-name .dropdown-menu li a .fa {
    color: #fff;
}

.u-name .dropdown-menu > li > a:hover,
.u-name .dropdown-menu > li > a:focus {
    background: rgba(0, 0, 0, 0.2);
}

.nav_bar {
    position: static;
    margin: 0 40px 0 0;
    float: left;
}

.u-name #user-menu {
    padding: 3px 15px;
    color: #fff;
    height: 34px;
    background: rgba(0, 0, 0, 0.1);
}

.u-name #user-menu:focus {
    color: #111;
}

.u-name #user-menu:focus,
.u-name #user-menu:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #1D6497;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.u-name .header-menu {
    display: inline;
    margin-right: 20px;
}

.u-name .header-menu li {
    margin-left: 0;
}

.u-name .header-menu li a i {
    line-height: 28px;
}

.u-name .header-menu li a {
    border: none;
    min-width: 50px;
    width: auto;
    background: none;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-right: 2px;
    height: 34px;
    padding: 3px 5px;
    float: none;
}

.u-name .header-menu li a .fa:hover {
    color: #1D6497;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.u-name .header-menu li a:hover,
.u-name .header-menu li a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #111;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dropdown .caret {
    display: none;
}

.modal {
    padding-right: 0 !important;
}

.modal > .block,
.modal .modal-body > .block {
    margin: -5px -5px 0 0;
}

.tooltip-inner {
    max-width: 250px;
    padding: 6px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #00636b;
    border-radius: 0;
    box-shadow: 0 0 3px #000;
}
.tooltip-arrow {
    display: none;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1D7B97;
}

#line_menu_left .tooltip-inner {
    position: absolute;
    left: 40px;
    top: 28px;
}

input[type="text"],
input[type="password"],
input[type="email"],
.select2-container,
.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow {
    min-height: 34px;
}

.select2-container .select2-choice > .select2-chosen {
    height: 30px;
    line-height: 30px;
}
.chosen-search input {
    width: 100%;
}
.close_shadow {
    z-index: 10;
    background: transparent;
    width: 24px;
    height: 24px;
}
.select2-container .select2-choice .select2-arrow b {
    background: url(../images/ic-sprite.png) no-repeat -5px -493px;
}

.tools_set a {
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
}

.tools_set a .fa {
    color: #fff;
}

.tools_set a:hover .fa {
    color: #111;
}

.dict_table td input[type="text"] {
    display: inline-block;
    width: 98%;
}

.multiple-input-list .multiple-input-list__item {
    background-color: transparent;
}

.multiple-input-list .multiple-input-list__btn {
    padding: 3px 3px 5px 5px;
}

.form-okk-list.inline-group .inline-input {
    width: 260px;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
}

.h1.text-left {
    text-align: left;
}

.audit-entity-menu {
    margin-top: 15px;
}

.audit-entity-menu ul {
    padding-left: 0;
    list-style: none;
}

.audit-entity-menu ul li {
    display: inline-block;
}

.audit-entity-menu ul li a {
    padding: 7px 10px;
    display: block;
    border: 1px solid #fafafa;
    margin-bottom: 5px;
    background: #fafafa;
}

.audit-entity-menu ul li.active a,
.audit-entity-menu ul li a:hover {
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
}

.detail-view th,
.detail-view td {
    overflow: visible;
    white-space: normal;
}

.id-column {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.hint-block {
    color: #666;
    font-size: 12px;
}

ul.docs-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.docs-menu ul {
    list-style: none;
}

.docs-menu li {
    margin-bottom: 5px;
}

.docs-menu li.active {
    background: none;
}

.docs-menu li.active a {
    font-weight: bold;
    display: block;
    border-bottom: 1px dashed;
}

.modal.kv-fullscreen {
    padding: 0 !important;
    min-width: 80%;
}

.modal.kv-fullscreen .modal-dialog {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: 100%;
    margin-bottom: 0;
}

.modal.kv-fullscreen .modal-content {
    border-radius: 0 !important;
    border: none;
    height: 100%;
}

.kv-md-editor {
    border: none;
    border-radius: 0;
    padding: 0;
}

.kv-md-preview {
    height: 100%;
}

.buildings-floor-form .form-group,
.buildings-floor-form .form-group input,
.buildings-floor-form .form-group select,
.buildings-floor-form .form-group .help-block {
    margin: 0;
}

.task-filter-table a {
    color: #fff;
}

.grid-view .filters td {
    overflow: visible;
}

.checkbox_list_label label {
    font-size: 14px;
    padding-left: 35px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin: 5px;
    vertical-align: top;
    line-height: 20px;
    color: #555;
    bottom: -5px;
    width: auto;
}

.checkbox_list_label label.check:before {
    content: "✓";
    color: #fff;
    background: #1D6497;
    text-align: center;
}

.checkbox_list_label label:before {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    bottom: -1px;
    background: #fff;
    margin-right: 5px;
    left: 0;
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 4px;
}

.radio_list_label label {
    font-size: 14px;
    padding-left: 35px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin: 5px;
    vertical-align: top;
    line-height: 20px;
    color: #555;
    bottom: -5px;
    width: auto;
}

.radio_list_label label.check:before {
    content: "•";
    color: #fff;
    background: #1D6497;
    font-size: 29px;
    text-align: center;
}

.radio_list_label label:before {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.9);
    bottom: -1px;
    background: #fff;
    margin-right: 5px;
    left: 0;
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 10px;
}

.dep-drop-box select {
    margin-top: 0;
    margin-bottom: 0;
}

.overflow-hidden {
    overflow: hidden;
}

#kv-grid-task-report td,
#kv-grid-task-report th {
    white-space: normal;
}

.kv-panel-before .btn-toolbar .btn-group,
.kv-panel-before .btn-toolbar .input-group {
    /*float: none;*/
}

.kv-panel-before .btn .caret {
    display: none;
}

.kv-panel-before .btn-toolbar .btn {
    padding: 6px 15px 8px;
}

.modal.bootstrap-dialog .modal-body {
    padding: 15px;
}

.modal.bootstrap-dialog .modal-footer .btn + .btn {
    margin-bottom: 5px;
}

.check_itinerary .jspContainer {
    overflow: auto;
    overflow-x: visible;
}

table a:hover {
    color: #999;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
    z-index: 10530 !important;
}

.multiple-input-list__item .input-group {
    margin: 0;
}

.multiple-input-list__item .input-group .form-control {
    margin: 0;
}

.datepicker-dropdown.datepicker {
    z-index: 10510 !important;
}

.sms-log {
    white-space: normal;
    word-wrap: normal;
}

.horizontal ul.nav li {
    display: inline-block;
}

#toast-container > div {
    background: #E6F2F3;
    box-shadow: 0 2px 4px rgba(0, 99, 107, 0.2);
    border-radius: 4px;
    opacity: 1;
    padding: 14px 15px;
    width: 348px;
    background-size: 0;
}
#toast-container .toast-message {
    color: #00636B;
}

.loader-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.loader-block {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.form-group .input-group {
    margin: 0;
}

.form-group .input-group .input-group-btn .btn {
    height: 34px;
    margin-right: 0;
    padding: 0 15px;
}

#login-form{
    width: 18%;
    margin: auto;
}

.menu_item-old {
    text-decoration: line-through;
}
/*.btn-gray {*/
    /*color: #3A3F40;*/
/*}*/
/*.btn-gray {*/
    /*min-width: 154px;*/
    /*text-align: center;*/
    /*border: 1px solid #BDBEC6;*/
/*}*/
.icon-angle-down:before {
    content: "";
    background-image: url(/images/angle-down.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
}
.icon-filter:before {
    content: "";
    background-image: url(/images/filter.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
}
.icon-search:before {
    content: "";
    background-image: url(/images/search.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
}
.row {
    margin: 0;
}



#content {
    padding: 0 14px;
    background: #f7f9fa;
    height: 100%;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}
header, #content { display: table-row; }
#line_menu_top {
    display: table-cell;
    background-color:#fff;
    border-bottom: 1px solid #dadcdf;
    font-size: 26px;
    font-weight: bold;
    color: #3A3F40;
    vertical-align: middle;
}
#main-logo {
    background: #00636b;
    border-bottom: 1px solid #177179;
    color: #fff !important;
}
#main-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}
#main-logo img{
    width: 40px;
}
#line_menu_left {
    width: 64px;
    background: #00636b;
    vertical-align: top;
    display: table-cell;
}
#main-content-wrap {
    display: table-cell;
    background-color:#f7f9fa;
    padding: 36px 14px 20px;
}
#left_menu_list {
    padding: 0;
    margin: 0;
}
#left_menu_list li {
    list-style: none;
    height: 64px;
    border-bottom:  1px solid #177179;
}
#left_menu_list li img {
    width: 28px;
    height: 28px;
    border: none;
    margin: 0 auto;
    display: block;
}
div.user_element {
    border-left: 1px solid #dadcdf;
    padding: 18px;
}
div.user_element2 {
    padding: 10px;
}
#um_username {
    font-family: 'Rubik Medium', sans-serif;
}

#menu_lang {
    position: fixed;
    bottom: 0;
    width: 64px;
    cursor: pointer;
    padding: 0;
}
#menu_lang li {
    list-style: none;
    padding: 8px;
    color: #fff;
}
#menu_lang li.cur_language {
    border-top: 1px solid #177179;
    border-bottom: 1px solid #177179;
}
#menu_lang_selector {
    display: none;
    margin-left: 3px;
    padding: 0;
    width: 58px;
    border-radius: 5px;
    background-color: #00535a;

    position: fixed;
    bottom: 48px;
}
#menu_lang_selector li {
    list-style: none;
    padding: 6px;
    color: #fff;
}
#menu_lang_selector li.cur_language {
    background-color: #33757b;
}
#menu_lang_selector li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#menu_lang_selector li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#menu_lang_selector a,#menu_lang  a {
    color: #fff;
    text-decoration: none;
}
#page-title {
    display: table-cell;
    width: 100%;
    padding: 9px 22px;
    font-size: 26px;
    font-weight: bold;
    color: #3A3F40;
    vertical-align: middle;
    height: 64px;
}
#left_menu_list li a{
    height: 64px;
    display: block;
    padding: 16px 0;
}

.form-group {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}
.form-group .control-label {
    width: 115px;
    margin-right: 20px;
}
.form-group .form-control {
    display: block;
    width: 100%;
    color: #9C9C9C;
}
.form-group .help-block {
    margin: 0;
    position: absolute;
    color: #EB441E;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}
.splash_screen_btn,
.btn-login {
    padding: 0!important;
    width: 180px;
    height: 48px;
    font-family: 'Rubik Medium', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0 0 0;
    letter-spacing: 0.3px;
}
.splash_screen_btn {
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
}
button:focus {
    outline: none;
}
.form-group > *:not(:first-child) {
    flex: 1;
    width: 100%;
}
.short-select-block .select2-selection {
    background: url(/images/angle-down.png) 96% 50% no-repeat, linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);
    background-size: 14px, contain;
    box-shadow: none!important;
    border: 1px solid #DADCDF!important;
    width: 220px;
}
.short-select-block .select2-selection:focus {
    box-shadow: #ffffff 0 0 0 1px, #0088EB 0 0 0 2px;
}
.short-select-block .select2-selection:hover {
    box-shadow: none!important;
}
.search-field input {
    width: 100%!important;
}
.select2-container--open {
    z-index: 99999;
}