﻿:root {
    --light-color: #222;
    --light-bg1: rgba(64,76,113,.1);
    --light-bg2: rgba(64,76,113,.2);
    --dark-color: #D7D7DB;
    --dark-bg1: #18181A;
    --dark-bg2: #0C0C0D;
    --dark-bg3: #232327;
    --dark-bg4: #38383D;
}

/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    width: 100%;
    height: 100%;
    background: var(--light-bg1);
    color: var(--light-color);
}
#container {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 42px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 30px;
}
.tabs, section {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
section {
    height: 92%;
}
footer {
    position: fixed;
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    margin-top: -30px;
    line-height: 30px;
    box-sizing: border-box;
    border-top: 1px solid var(--dark-bg4);
    padding: 0 10px;
    background-color: #404c71;
    color: #fff;
}
/* Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.toggle, input[type="checkbox"][id^=drop] {
    display: none;
}
nav {
    margin: 0;
    padding: 0;
    background-color: #404c71;
    border-bottom: 1px solid var(--dark-bg4);
    z-index: 90;
    /*-webkit-box-shadow: 0 0 4px 0 rgba(75,87,126,.5);
    -moz-box-shadow: 0 0 4px 0 rgba(75,87,126,.5);
    box-shadow: 0 0 4px 0 rgba(75,87,126,.5);*/
}
nav form{
    margin-bottom: 0;
}
.button_logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 40px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    /*background-color: #404c71;*/
}
nav a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
nav ul li ul li {
    border: 1px solid var(--dark-bg4);
    margin-top: 5px;
    background: #404c71;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #fff;
}
nav ul li ul li a {
    line-height: 30px;
}
nav ul li ul li:hover {
    background: #000000;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
nav a:hover {
    background-color: #fff;
    color: #404c71;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    border-radius: 3px;
}
nav ul ul {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 95;
}
nav ul li:hover > ul {
    display: inherit;
}
nav ul li ul li a:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
    -moz-box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
}
nav ul ul li {
    max-width: 170px;
    float: none;
    display: list-item;
    position: relative;
}
nav ul ul ul li {
    position: relative;
    top: -40px;
    left: 170px;
}
nav li.drop > a:after {
    content: ' +';
}
nav li > a:only-child:after {
    content: '';
}
nav li > a.currentMenuItem, nav li > a.act {
    background-color: rgba(0,0,0,.3);
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
nav li > a.currentMenuItem:hover, nav li > a.act:hover {
    background-color: rgba(0,0,0,.5);
    color:#fff;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
#memu_mob {
    display: none;
}
@media (max-width: 550px) {
    #memu_mob {
        position: relative;
        display: block;
        float: right;
    }
    nav .menu {
        display: none;
        z-index:96;
    }
    nav .menu.act{
        display:block;
    }
    nav ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #278AF0;
    }
    nav ul li:hover > ul{
        display: block;
        width: 100%;
    }
    nav ul ul li {
        position: relative;
        width: 100%;
        background: black;
    }
    .container{
        padding:0 10px;
    }
    .panel{
        margin-bottom: 10px;
    }
    .half{
        width:100%;
    }
    #dialogbox-container{
        left:2%!important;
        width:96%;
    }
    .size{
        display:none;
    }
    #container {
        height: calc(200vh - 150px);
    }
}
#TreeMenu {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
#TreeMenu::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.menu, .dropdown {
    z-index: 97;
}
.menu_t {
    padding: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.menu_t li {
    list-style: none inside;
    white-space:nowrap;
}
.menu_t .collapse {
    display: none;
}
.menu_t .collapse.act {
    display: block;
}
.menu_t a {
    position:relative;
    display: inline-block;
    /*vertical-align:top;*/
    color: #000;
    text-decoration: none;    
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;
    cursor:pointer;
}

.menu_t.wb a{
    border-bottom: 1px solid transparent;
}
.menu_t_ad a {
    border-bottom: 1px solid #404c71;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
#user_position_tree a{
    border-bottom: 1px solid transparent;
}
.menu_t a:hover, #user_position_tree a:hover {
    border-color: 1px #404c71;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
}
.menu_t a.act {
    border-bottom: 1px dashed #404c71;
    /*font-weight:bold;*/
}
.menu_t a.des {
    font-style: italic;
    color: rgb(170,187,204);
}
.menu_t.wb a.act {
    font-weight: normal;
}
.G_N_D[el_id="0"] {
    font-style: italic;
}
.G_N_D.neg {
    color: rgba(0, 128, 0,.7);
}
.exp i, .exp_n i {
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.exp.act i, .exp_n.act i {
    transform: rotate(90deg);
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.add_el {
    padding: 2px 4px;
    box-sizing: border-box;
    border: 1px solid #404c71;
    background: rgba(75,87,126,.1);
    border-radius: 5px;
}
.exp, .Stat_0, .Stat_1, .Stat_2, .Stat_3, .Stat_4, .Stat_5, .Stat_6 {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid;
    padding: 2px 3px;
}
.exp {
    background: rgba(75,87,126,.1);
    border-color: #404c71;
}
.Stat_0, .Stat_6{
    border-color:transparent;
}
.Stat_1 {
    background-color: rgba(162,124,239,.3);
    border-color: rgba(162,124,239,.5);
}
.Stat_2 {
    background-color: rgba(237,157,83,.3);
    border-color: rgba(237,157,83,.5);
}
.Stat_3 {
    background-color: rgba(234,219,84,.3);
    border-color: rgba(234,219,84,.5);
}
.Stat_4 {
    background-color: rgba(160,232,78,.3);
    border-color: rgba(160,232,78,.5);
}
.Stat_5 {
    background-color: rgba(229,71,68,.3);
    border-color: rgba(229,71,68,.5);
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.panel, .mini-panel, .mini-form {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    /*border: 1px solid #404c71;*/
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);*/
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
}
.mpanel {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    overflow:hidden;
}
.mini-panel {
    /*border: 1px solid #404c71;*/
    -webkit-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
}
.mini_shadow_in {
    position:relative;
    display:block;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5) inset;
    -moz-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5) inset;
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5) inset;
}
.mini_shadow_in .columns {
    padding: 0;
}
.panel_header {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    left: -5px;
    top: -5px;
    background: #404c71;
    width: calc(100% - 10px);
    color: #fff;
}
.right{
    float:right;
}
.panel_body {
    display: block;
    position: relative;
    max-height: calc(100% - 35px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.panel_body.adopt_height_body{
    max-height:none;
}
.panel_body::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.panel_body::-webkit-scrollbar-thumb {
    background: #404c71;
}
.panel_body_without_head {
    max-height: 100%;
}
.panel_body_input {
    max-height: calc(100% - 50px);
}
#measures_list{
    padding:10px;
}
.size {
    position: absolute;
    font-size: 20px;
    top: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 0 5px;
    z-index: 96;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
}
.size_add{
    right: 0px;
    border-bottom-left-radius:5px;
}
.size_rem {
    left: 0px;
    border-bottom-right-radius: 5px;
}
.size:hover {
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
}
.d_table {
    position: relative;
    display: block
}
.horizontal {
    position: relative;
    display: inline-block;
}
.horizontal dt {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    width: 160px;
    font-weight: bold;
    text-align: right;
}
.horizontal dd {
    margin-left: 180px;
}
#n_desc {
    max-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
#n_img {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    float: left;
    box-sizing: border-box;
    /*border: 1px solid #404c71;*/
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
}
#n_img img{
    position: absolute;
    display: block;
    margin: auto;
    max-height: 98%;
    max-width: 98%;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
#n_img input{
    position:absolute;
    margin:0 auto;
    top:88px;
    width: 192px;
    background: #fff;
    border-radius: 5px;
}
#n_img fieldset:disabled input{
    display:none;
}
label {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#el_scheme {
    position: absolute;
    height: 24px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #404c71;
    top: 10px;
    right: 10px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tabs section {
    position: relative;
    display: none;
    padding: 0 5px 5px;
    border-top: 1px solid #abc;
    box-sizing: border-box;
    overflow: auto;
    min-height: 300px;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
    margin-top:10px;
    /*max-height:500px;*/
}
.tabs section::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.tabs section::-webkit-scrollbar-thumb {
    background: #404c71;
}
.tabs input.tabs_i {
    display: none;
}
#documents_list {
    position: relative;
    display: block;
    width: 100%;
    /*border: 1px solid #404c71;*/
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    /*-webkit-box-shadow: 0 0 4px 0 rgba(75,87,126,.5);
    -moz-box-shadow: 0 0 4px 0 rgba(75,87,126,.5);
    box-shadow: 0 0 4px 0 rgba(75,87,126,.5);*/
}
.buttons_top {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(75,87,126,.7);
    /*border: 1px solid #404c71;*/
    border-radius: 5px;
    padding: 5px;
    z-index: 92;
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.8);
    color: #fff;
}
.buttons_top.relat{
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    margin: 5px;
}
.buttons_top.relat.none{
    display:none;
}
.buttons_top a, .panel_header a, #sec_filter a, #adm_process_list a{
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #404c71;
    background: #404c71;
    border-radius: 5px;
    padding: 2px 5px;
    box-sizing: border-box;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    margin: 2px;
}

.buttons_top a.act, .panel_header a.act, #sec_filter a.act, #adm_process_list a.act {
    background: #fff;
    color: #404c71;
}
.buttons_top span{
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 1px 5px;
    text-decoration: none;
    margin: 0 2px;
    line-height: 24px;
    border: 1px dashed red;
    background: rgba(255,0,0, .5);
    color:#fff;
}
.buttons_top span.op{
    border-color:rgba(0, 128, 0, 1);
    background:rgba(0, 128, 0,.7);
}
.buttons_top span.top{
    border-color: rgba(249, 132, 0, 1);
    background: rgba(249, 132, 7, .5);
}
.buttons_top span.w_b {
    border-color: transparent;
    background: none;
}
.panel_header a {
    width: 32px;
}
.panel_header a.button_top_filter, .panel_header a.button_filter {
    width:auto;
    font-size:.8em;
}
.info {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(75,87,126,.1);
    border-radius: 5px;
    padding: 5px;
    z-index: 100;
    height: 18px;
    line-height: 18px;
    color: #254441;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buttons_question {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(75,87,126,.1);
    border-radius: 5px;
    padding: 0;
    z-index: 100;
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.8);
    height: 18px;
}
.buttons_question a {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #404c71;
    background: #404c71;
    border-radius: 5px;
    padding: 2px 5px;
    box-sizing: border-box;
    -webkit-transition: all .3s linear 0s;
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 0.5em;
    vertical-align: top;
}
.buttons_top a.none , .panel_header a.none{
    display: none;
}
fieldset{
    margin-bottom: 0;
}
fieldset:disabled .buttons_top {
    background: rgba(170,187,204,.2);
}
fieldset:disabled .buttons_top a{
    background: rgba(170,187,204,.8);
    border:1px solid rgba(170,187,204,1);
}
.buttons_top a.cancel, .panel_header a.cancel {
    background: rgba(163, 23, 88,.7);
    color: #fff;
    border: 1px solid rgba(163, 23, 88, 1);
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.buttons_top a.ok, .buttons_top a.act, .panel_header a.ok {
    background: rgba(0, 128, 0,.7)!important;
    color: #fff;
    border: 1px solid rgba(0, 128, 0, 1);
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.buttons_top a:hover, .panel_header a:hover, .panel_header a.act, #adm_process_list a:hover {
    background: #fff !important;
    color: #404c71;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
fieldset:disabled .buttons_top a:hover {
    background: rgba(170,187,204,.8);
    color: #fff;
    border: 1px solid rgba(170,187,204,1);
}
textarea{
    resize:none;
}
input[type=text], .form-control, select, textarea {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #404c71;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}
input[type="file"] {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #404c71;
    overflow: hidden;
}
fieldset:disabled input[type=text], fieldset:disabled select, fieldset:disabled textarea, input[type=text]:disabled, input[type=number]:disabled, select:disabled {
    border-bottom: 1px solid rgba(170,187,204,1);
}
input[type=text]:focus, select:focus, textarea:focus {
    border: 0;
    border-bottom: 1px solid #33C3F0;
}
#dialogbox-container #dialogbox-body #dialogbox-body-content input.radio, #dialogbox-container #dialogbox-body #dialogbox-body-content label.radio {
    position: relative;
    display: inline-block;
    width: auto;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #E1E1E1, #E1E1E1);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 100%;
}
select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #404c71 50%),
    linear-gradient(to right, #E1E1E1, #E1E1E1);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #33C3F0;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.w_100 {
    width: 100%;
}
.half {
    width: 50%;
}
.tabs label {
    display: inline-block;
    margin: 1px;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    border: 1px solid transparent;
    /*border-top: 2px solid transparent;*/
}
.tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabs label:hover {
    color: #789;
    cursor: pointer;
}
.tabs input:checked + label {
    color: #254441;
    /*border: 1px solid #404c71;*/
    background: rgba(75,87,126,.1);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
}
.tabs #tab1:checked ~ #content1,
.tabs #tab2:checked ~ #content2,
.tabs #tab3:checked ~ #content3,
.tabs #tab4:checked ~ #content4,
.tabs #tab5:checked ~ #content5,
.tabs #tab6:checked ~ #content6,
.tabs #tab7:checked ~ #content7,
.tabs #tab8:checked ~ #content8,
.tabs #tab9:checked ~ #content9,
.tabs #tab10:checked ~ #content10 {
    display: block;
}
.tabs img {
    position: absolute;
    display: block;
    max-height: 94%;
    max-width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tabs th, .tabs td {
    padding: 6px 10px;
}
.tabs table input{
    margin-bottom: 0;
}
.comments, .comment {
    position: relative;
    display: block;
    padding: 5px;
    /*border: 1px solid #404c71;*/
    background: rgba(75,87,126,.1);
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
    -moz-box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5);
}
.comments:first-child{
    display:none;
}
.comments:last-child{
    margin-bottom: 0;
}
.comment {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 130px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px;
    -webkit-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
    box-shadow: 0 0 2px 0 rgba(75,87,126,.5) inset;
}
.comment p{
    margin-bottom: 5px;
}
.comment_text {
    overflow: hidden;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 90; 
}
.comment:hover .comment_text {
    position: absolute;
    white-space: pre-wrap;
    padding: 5px;
    border: 1px solid #404c71;
    border-radius: 5px;
    bottom: 4px;
    /*left: -1px;
    top: -1px;*/
}
.ov_h {
    position: relative;
    display: block;
    overflow-y: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
    /*height: calc(100% - 30px);*/
    padding: 2px;
    box-sizing: border-box;
}
.ov_h::-webkit-scrollbar, .ov_hor::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.ov_h::-webkit-scrollbar-thumb, .ov_hor::-webkit-scrollbar-thumb {
    background: #404c71;
}
.ov_hor {
    overflow-x: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.r_body_half {
    display:block;
    position:relative;
    overflow-y: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.r_body_half::-webkit-scrollbar, .r_body_half::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}

.r_body_half::-webkit-scrollbar-thumb, .r_body_half::-webkit-scrollbar-thumb {
    background: #404c71;
}
#Negotiators span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
#Negotiators span.ok{
    color: rgba(0, 128, 0,.7);
}
.fil.act {
    background-color: #bcddbc !important;
}
.fil.act[ind="0"] {
    background-color: #e8cdcd !important;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.f_s {
    width: 100%;
}
.t_a_l {
    text-align: left;
}
.t_a_c {
    text-align: center;
}
.t_a_r {
    text-align: right;
}
.t_a_j {
    text-align: justify;
}
.t_w_10 {
    width: 10%;
}
.t_w_20 {
    width: 20%;
}
.t_w_30 {
    width: 30%;
}
.t_w_40 {
    width: 40%;
}
.t_w_50 {
    width: 50%;
}
.t_w_60 {
    width: 60%;
}
.t_w_70 {
    width: 70%;
}
.t_w_80 {
    width: 80%;
}
.t_w_85 {
    width: 85%;
}
.t_w_90 {
    width: 90%;
}
.t_w_100 {
    width: 100%;
}
.mar_t_5s {
    margin-top: 5px;
}
.mar_t_5 * {
    margin-top: 5px;
}
.mar_t_10s, #sec_filter a.mar_t_10s {
    margin-top: 10px;
}
.mar_t_10 * {
    margin-top: 10px;
}
.mar_b_0s {
    margin-bottom: 0;
}
.mar_b_0 * {
    margin-bottom: 0;
}
.mar_b_5s {
    margin-bottom: 5px;
}
.mar_b_5 * {
    margin-bottom: 5px;
}
.mar_b_10s {
    margin-bottom: 10px;
}
.mar_b_10 * {
    margin-bottom: 10px;
}
.pad_5{
    padding:5px;
}
.pad_5o * {
    padding: 5px;
}
.pad_10 {
    padding: 10px;
}
.pad_10o * {
    padding: 10px;
}
.h_50 {
    max-height: 50%;
    overflow: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.h_80 {
    max-height: 80%;
    overflow: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.h_85 {
    max-height: 85%;
    overflow: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.h_90 {
    max-height: 90%;
    overflow: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.h_100 {
    max-height: 100%;
    overflow: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
.mh_100{
    max-height:none;
}
.h_50::-webkit-scrollbar, .h_80::-webkit-scrollbar, .h_85::-webkit-scrollbar, .h_90::-webkit-scrollbar, .h_100::-webkit-scrollbar{
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.h_50::-webkit-scrollbar-thumb, .h_80::-webkit-scrollbar-thumb, .h_85::-webkit-scrollbar-thumb, .h_90::-webkit-scrollbar-thumb, .h_100::-webkit-scrollbar-thumb {
    background: #404c71;
}
.ov_hb {
    overflow-y: hidden;
}
.ov_hid {
    overflow: hidden;
    text-overflow:ellipsis;
}
.ov_hid p{
    overflow: hidden;
    text-overflow:ellipsis;
}
table.t_w_100 {
    table-layout: fixed;
    word-break: break-word;
}
table img {
    position: relative;
    display: block;
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
table tr:hover td {
    background: rgba(75,87,126,.1);
}
table tbody tr:nth-of-type(2n+1), .zebra .row:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
#tab_rights td {
    padding: 0px 15px;
}
.w_b_b {
    border-bottom: 1px solid rgba(170,187,204,.5);
    margin-bottom: 5px;
}
.limit {
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.limit.big{
    max-height: 100px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wait {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 999;
}
#wait svg{
    position:absolute;
    display:block;
    width:50px;
    height:50px;
    left:calc(50% - 25px);
    top:calc(50% - 25px);
}
#wait_info {
    position: absolute;
    display: block;
    width: 100%;
    top: calc(50% + 30px);
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.text-danger {
    color: rgb(255, 0, 0) !important;
}
.text-green {
    color: rgba(27, 160, 89,.8) !important;
}
.text-stop {
    color: #F8CBAD !important;
}
.text-italic {
    font-style: italic;
}
.clear {
    clear: both;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Test nav, .Test footer {
    /*filter: invert(25%);*/
    background-color: #516981;
}
.dialogbox-btn{
    margin:0.5rem;
}
.dialogbox-background-blur-in{
    overflow:hidden;
}
#dialogbox-body-content p{
    margin-bottom:0;
}
input.req_true, select.req_true, textarea.req_true {
    border-bottom-style: dashed !important;
}
ul, ol, li {
    margin-bottom:0;
}
li.row{
    list-style:none;
}
/*input[type="checkbox"], input[type="radio"].rad {
    display: none;
}*/
#dialogbox-body-content input[type="checkbox"], #dialogbox-body-content input[type="radio"].rad {
    display: none;
}
input[type="checkbox"] + label, input[type="radio"].rad + label {
    position: relative;
    top: 0.1rem;
    z-index: 1;
    display: inline;
    padding: .3rem .3rem .3rem 2rem;
    font-size: 1.3rem;
    cursor: pointer;
    /*border: 1px solid #404c71;*/
    border-radius: 5px;
}

input[type="checkbox"]:checked + label, input[type="radio"].rad:checked + label {
  /*background-color: #404c71;
  border: 1px solid #404c71;*/
  color:#000;
}

input[type=checkbox] + label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #404c71;
    content: '';
    width: 10px;
    height: 10px;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}

input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 0.6ex;
    left: 0.4ex;
    width: 1.6ex;
    height: 0.8ex;
    border: 3px solid #404c71;
    border-top: none;
    border-right: none;
    content: '';
    transform: rotate(-42deg);
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}

input[type=radio].rad + label:after {
    position: absolute;
    top: 0.9ex;
    left: 0.7ex;
    width: 1ex;
    height: 1ex;
    border: 1px solid #404c71;
    content: '';
    border-radius: 1ex;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}

input[type=radio].rad:checked + label:after {
    position: absolute;
    top: 0.9ex;
    left: 0.7ex;
    width: 1ex;
    height: 1ex;
    /*border: 3px solid #404c71;*/
    background: #404c71;
    content: '';
    border-radius: 1ex;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}

input[type="checkbox"][disabled] + label, input[type="radio"][disabled] + label {
  cursor: default;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}

input[type="checkbox"][disabled]:checked + label, input[type="radio"][disabled]:checked + label {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1; 
}

input[type=checkbox][disabled]:checked + label:after, input[type=radio][disabled]:checked + label:after {
  border: 3px solid #e1e1e1;
  border-top: none;
  border-right: none;
}
.filter_clear {
    position: absolute;
    right: 10px;
    top: 5px;
}
#type_img_act {
    position: relative;
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #404c71;
}
#type_img_act img{
    position: absolute;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
table.com {
    color: #6e6767;
    font-style: italic;
}
.ui-datepicker {
    display: none;
    position:absolute;
    background: #fff;
    border: 1px solid #404c71;
    padding: 5px;
    border-radius: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next, .ui-state-default {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #404c71;
    background: #404c71;
    border-radius: 5px;
    padding: 2px 5px;
    box-sizing: border-box;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
    margin: 0 2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui-state-default{
    display:block;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover,.ui-state-default:hover{
    background: #fff;
    color: #404c71;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.ui-datepicker-title {
    text-align: center;
    display: block;
    font-weight: 600;   
}
.ui-datepicker-calendar {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui-datepicker-today a {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
}
#tags_list, #tags_list_act {
    position: relative;
    width: 100%;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
    padding: 5px;
    list-style: none;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
    box-shadow: 0px 0px 2px 0px rgba(75,87,126,.5);
}
#tags_list::-webkit-scrollbar, #tags_list_act::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
#tags_list::-webkit-scrollbar-thumb, #tags_list_act::-webkit-scrollbar-thumb {
    background: #404c71;
}
.max_rep {
    height: 500px;
}
#t_counter {
    position: absolute;
    display: inline-block;
    font-size: 1.2em;
    top: 15px;
    right: 15px;
}
.tag, .tag.act:hover, .field, .field.act:hover {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #404c71;
    background: #404c71;
    margin: 5px;
    box-sizing: border-box;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.tag:hover, .tag.act, .field:hover, .field.act{
    color: #404c71;
    background: #fff;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
input[type="text"].focus {
    border-bottom-color: rgba(0, 128, 0,.7);
}
.indicator {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 60px;
    line-height: 60px;
    background: #fff;
}
.indicator.bottom{
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
}
/*.indicator{
    position:relative;
    display:inline-block;
    box-sizing:border-box;
    width:12px;
    height:12px;
    border:1px solid #fff;
    border-radius:2px;
}
.indicator.ok{
    background: rgba(0, 128, 0,.7)
}
.indicator.ok{
    background: rgba(0, 128, 0,.7)
}
.indicator.cancel {
    background: rgba(163, 23, 88,.7);
}*/
.graph {
    height: 100%;
}
#datepickers-container{
    z-index: 999;
}
.datepicker--nav-title, .datepicker--nav-title i {
    color: #fff;
}
.datepicker--nav {
    justify-content:center;
}
.datepicker--nav-title:hover, .datepicker--nav-title:hover i {
    color: #404c71;
}
.rep_row {
    position: relative;
    padding: 5px;
    min-height: 54px;
    margin-top: 5px;
}
.rep_row:first-child{
    margin-top: 45px;
}
.rep_row.fe{
    margin-top: 5px;
}
.rep_row .columns {
    min-height: 44px;
}

.data_item {
    display: block;
    max-width:98%;
    vertical-align: top;
    /*background: #fff;*/
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    margin: 5px;
}
.svg-container {
    margin: 5px auto !important;
}

.ind_f div {
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5em;
}
.d_item {
    position: relative;
    display: block;
    padding: 5px;
    border: 1px solid aliceblue;
    border-radius: 5px;
    margin-bottom:5px;
}
.but {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 0px;
    padding: 4px;
}
.none, a.l_none, a.c_none, .p_none {
    display: none !important;
}
#tag_info{
    height: 250px;
}
#Schedules{
    min-height: 100px;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
.dt-cell__edit input[type="text"], .dt-cell__edit input[type="number"] {
    padding: 0;
    height: auto;
    max-width:100%;
    text-align:center;
}
.dt-row:nth-child(even) .dt-cell {
    background: var(--light-bg1);
}
.WeekEnd, .dt-row:nth-child(even) .dt-cell.WeekEnd {
    background: var(--light-bg2);
}
.dt-cell[color="1"], .dt-row:nth-child(2n) .dt-cell[color="1"] {
    background: #FFFF00;
    color: var(--light-color);
}
.dt-cell[color="2"], .dt-row:nth-child(2n) .dt-cell[color="2"] {
    background: #92D050;
    color: var(--light-color);
}
#dialogbox-container #dialogbox-body #dialogbox-body-content {
    max-height: 900px;
    overflow-y: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
#dialogbox-container #dialogbox-body .fix_hei, .fix_hei {
    height: 300px;
    overflow-y: auto;
    scrollbar-color: #404c71 #E1E1E1;
    scrollbar-width: thin;
}
#dialogbox-container #dialogbox-body #dialogbox-body-content::-webkit-scrollbar, #dialogbox-container #dialogbox-body .fix_hei::-webkit-scrollbar, .fix_hei::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
#dialogbox-container #dialogbox-body #dialogbox-body-content::-webkit-scrollbar-thumb, #dialogbox-container #dialogbox-body .fix_hei::-webkit-scrollbar-thumb, .fix_hei::-webkit-scrollbar-thumb {
    background: #404c71;
}
#risk_details{
    min-height: 200px;
    z-index:20;
}
[f_state="1"], [f_measure="4"] {
    background: rgba(210, 204, 204, 0.2);
}
[f_state="1"] p, [f_measure="4"] *{
    opacity:.8;
}
.check-box, #user_list .list-box {
    margin-bottom: 0;
}
#user_list .list-box {
    height: 30px;
}
#report span {
    cursor: help;
}
th {
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
#first_filter {
    position:relative;
}
.switch {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 20px;
    bottom: 24px;
    right: 5px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E1E1E1;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 2px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  border-radius: 2px;
}

input:checked + .slider {
  background-color: #404c71;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
#f_switch .slider:before {
    content: "id";
}
#f_switch input:checked + .slider:before {
    content: "text";
}
/*––––––––––––––––––Dark–––––––––––––––––––––––––––– */
body.Dark {
    background: var(--dark-bg1);
    color: var(--dark-color);
}
body.Dark nav {
    background: var(--dark-bg2);
    border-bottom: 1px solid var(--dark-bg4);
}
body.Dark nav li > a.currentMenuItem,body.Dark nav li > a.act {
    background-color: var(--dark-bg4);
}
body.Dark .panel_header, body.Dark nav ul li{
    background: var(--dark-bg2);
}
body.Dark footer {
    background: var(--dark-bg2);
    border-top: 1px solid var(--dark-bg4);
}
body.Dark .panel, body.Dark .mini-panel, body.Dark.mini-form{
    background: var(--dark-bg3);
    box-shadow: 0px 0px 2px 0px rgba(255,255,255,.3);
}
body.Dark .panel{
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
}
body.Dark input[type="text"], body.Dark .form-control, body.Dark select, body.Dark textarea{
    border-bottom: 1px solid #37ACEF;
}
body.Dark ~ #dialogbox-container input[type="text"], body.Dark ~ #dialogbox-container .form-control, body.Dark ~ #dialogbox-container select, body.Dark ~ #dialogbox-container textarea{
    border-bottom: 1px solid #37ACEF;
}
body.Dark fieldset:disabled input[type="text"], 
body.Dark fieldset:disabled select, 
body.Dark fieldset:disabled textarea, 
body.Dark input[type="text"]:disabled, 
body.Dark input[type="number"]:disabled, 
body.Dark select:disabled{
    border-bottom: 1px solid rgba(170,187,204,1);
}
body.Dark ~ #dialogbox-container input[type="checkbox"]:checked + label, body.Dark ~ #dialogbox-container input[type="radio"].rad:checked + label{
    color:var(--dark-color);
}
body.Dark .size {
    background: var(--dark-bg2);
    box-shadow: 0 0 2px 0 rgba(255,255,255,.4) inset;
}
body.Dark a{
    color: var(--dark-color);
}
body.Dark nav a:hover {
    color: #404c71;
}
body.Dark .menu_t a {
    color: var(--dark-color);
}
body.Dark .menu_t a.act{
    border-bottom: 1px dashed #37ACEF;
}
body.Dark .tabs label{
    color: var(--dark-color);
}
body.Dark #n_img{
    box-shadow: 0 0 2px 0 rgba(255,255,255,.4) inset;
}
body.Dark .tabs input:checked + label{
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3) inset;
}
body.Dark .buttons_top{
    background: var(--dark-bg2);
    box-shadow: 0 0 2px 0 rgba(255,255,255,.2);
}
body.Dark .mini_shadow_in{
    background: var(--dark-bg1);
}
body.Dark .dt-row:nth-child(even) .dt-cell {
    background: var(--dark-bg4);
}
body.Dark .WeekEnd, body.Dark .dt-row:nth-child(even) .dt-cell.WeekEnd {
    background: var(--dark-bg2);
}
body.Dark .dt-cell[color="1"], body.Dark .dt-row:nth-child(2n) .dt-cell[color="1"]{
    background: #BFBF00;
    color: var(--light-color);
}
body.Dark .dt-cell[color="2"], body.Dark .dt-row:nth-child(2n) .dt-cell[color="2"]{
    background: #69953A;
    color: var(--light-color);
}
body.Dark table tbody tr:nth-of-type(2n+1), body.Dark .zebra .row:nth-of-type(2n+1) {
    background: var(--dark-bg4);
}
body.Dark select > option, body.Dark ~ #dialogbox-container select > option {
    color: var(--dark-color);
    background: var(--dark-bg4);
}
body.Dark .info{
    color:#2a8a81;
}
body.Dark .comment{
    background: var(--dark-bg4);
}
body.Dark .comment_text{
    background: var(--dark-bg3);
}
body.Dark ~ #dialogbox-container {
    background-color: var(--dark-bg4);
    color: var(--dark-color);
    box-shadow: 0 0 2px 0 rgba(255,255,255,.2);
}
body.Dark ~ #dialogbox-container #dialogbox-topbar {
    background-color: var(--dark-bg4);
}
body.Dark ~ #dialogbox-container .mini_shadow_in{
    background: var(--dark-bg1);
}
body.Dark ~ #dialogbox-container a {
    color: var(--dark-color);
}
body.Dark ~ #dialogbox-container #dialogbox-body #dialogbox-body-icon.dialogbox-icon-info{
    box-shadow: 0 0 2px 0 rgba(255,255,255,.2);
}
body.Dark input[type="checkbox"]:checked + label,body.Dark input[type="radio"].rad:checked + label{
    color: var(--dark-color);
}
body.Dark .chosen-container .chosen-drop{
    background: var(--dark-bg3);
}
body.Dark .chosen-results{
    color: var(--dark-color);
}
body.Dark ~ #dialogbox-container .chosen-container .chosen-drop{
    background: var(--dark-bg3);
}
body.Dark ~ #dialogbox-container .chosen-results{
    color: var(--dark-color);
}
body.Dark ~ #dialogbox-container .panel, body.Dark ~ #dialogbox-container .mini-panel, body.Dark ~ #dialogbox-container .mini-form{
    background: var(--dark-bg3);
}
body.Dark .datepicker{
    background: var(--dark-bg3);
}
body.Dark .datepicker--cell-day.-other-month-,body.Dark .datepicker--cell-year.-other-decade-{
    color: var(--dark-color);
}