﻿* {
    font-family: Arial, sans-serif;
}

html, body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #676a6c;
    padding: 0;
    margin: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #676a6c;
}

a:hover {
    color: #676a6c;
    /*font-weight: bold;*/
}

a:visited, a:focus {
    text-decoration: none !important;
    outline: none;
    color: inherit;
}

h4 {
    font-weight: 600;
}

label {
    /*font-weight: bold !important;*/
}

/*input[type="text"], textarea {*/
/*outline: none !important;*/
/*border:0 !important;*/
/*box-shadow: none !important;*/
/*padding: 5px;*/
/*vertical-align: middle;*/
/*border-bottom:1px solid rgba(0,0,0,0.1) !important;*/
/*-webkit-transition: border 0.3s;*/
/*-moz-transition: border 0.3s;*/
/*-o-transition: border 0.3s;*/
/*transition: border 0.3s;*/
/*}*/

/*input[type="text"]:focus,*/
/*input[type="text"].focus,*/
/*textarea:focus*/
/*{*/
/*outline: none;*/
/*border-bottom: 2px solid #0f9d58 !important;*/
/*}*/

#work_table input[type="text"] {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #676a6c;
    border: 1px solid #fff;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

select {
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #676a6c;
    border: solid 1px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

select:focus,
select.focus {
    border: solid 1px #969696;
    outline: none;
}

#work_table select {
    padding: 10px;
    height: 100%;
    min-height: 100%;
    min-width: 250px;
    width: 100%;
    overflow: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #676a6c;
    border: 1px solid #fff;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.tdEditSelect {
    min-width: 300px;
}

.tdAddSelect {
    min-width: 300px;
}

.tdEditSelect span, .tdAddSelect span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    vertical-align: middle;
}

.tdAddSelect > i, .tdEditSelect > i {
    display: block;
    position: absolute;
    right: 10px;
    width: 10px;
}

.selectCell {
    width: 200px;
    height: 50px;
}

#work_table select:focus,
#work_table select.focus {
    border: solid 1px #4285f4;
    outline: none;
}

#work_table input[type="text"]:focus,
#work_table input[type="text"].focus {
    border: solid 1px #4285f4;
    outline: none;
}

select {
    font-family: Arial, sans-serif;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
}

th {
    /*font-weight: normal;*/
}

/*
    App Style
*/
body {
    background: #f3f3f4;
    min-width: 1050px;
}

.wrapper {
    height: 100%;
}

.app {
    clear: both;
    padding-top: 60px;
    height: 100%;
    width: 100%;
}

.header {
    min-width: 1220px;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #065005; /*#0f9d58;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    z-index: 990;
    /*border-bottom: 1px solid #d5d2d0;*/
}

.header div {
    float: left;
}

.bar {
    width: 60px;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    font-size: 12pt;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    /*transition: 0.5s;*/
}

.hBar {
}

.logo {
    cursor: pointer;
    height: 60px;
    width: 220px;
    padding: 9px 10px 10px 20px;
}

.logo_top {
    width: 170px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding-bottom: 4px;
    /*border-bottom: 1px solid #fff;*/
    /*transition:0.5s;*/
}

.logo_bot {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 10px;
}

.hLogo {
    /*transition: background 0.5s;*/
}

.hLogo > .logo_top {
}

.hLogo > .logo_bot {
}

.menu {
    padding: 0 20px;
}

.menu > ul > li {
    float: left;
    padding: 20px 10px 0 10px;
}

.menu > ul > li > a {
    padding-bottom: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.menu > ul > li > a:hover {
    text-decoration: none;
    border-bottom: 5px solid #fff;
}

#dropdown-eo > li > a {
    border-left: 5px solid #fff;
    padding: 10px 20px;
    line-height: 20px;
    color: #a5a5a5;
}

#dropdown-eo > li > a:hover {
    background: #fff;
    border-left: 5px solid #065005; /*#0f9d58;*/
    text-decoration: none;
    color: #065005; /*#0f9d58;*/
}


.active_page {
    text-decoration: none;
    color: #fff;
    border-bottom: 5px solid #fff;
}


.user_right_menu {
    float: right !important;
    height: 100%;
}

.user_right_menu > ul {
    display: block;
    width: 100%;
}

.user_right_menu > ul li {
    display: inline-table;
}

.user_right_menu > ul li > a {
    position: relative;
    display: block;
    padding: 20px 10px;
    height: 60px;
    color: #fff;
    font-size: 14px;
}

.user_right_menu > ul li > a:hover {
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}


.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 2px;
    top: 11px;
}

.right_menu {
    float: right !important;
    padding: 26px 30px 26px 20px;
}

.right_menu a {
    float: left;
    margin: 0 10px 0 10px;
    color: #065005; /*#0f9d58;*/
}

.button {
    display: block;
    border: 1px solid #065005; /*#0f9d58;*/
    padding: 3px 10px 3px 10px;
    line-height: 20px;
    color: #065005; /*#0f9d58;*/
    border-radius: 16px;
}

.button:hover {
    text-decoration: none;
    cursor: pointer;
    background: #065005; /*#0f9d58;*/
    color: #fff;
}

#forms, #reports {
    cursor: pointer;
}

#reports {
    padding-top: 50px !important;
}

.left_container {
    position: fixed;
    left: 0;
    top: 60px;
    background: #fff;
    /*border-right: 1px solid #d5d2d0;*/
    width: 280px;
    /*height: calc( 100% - 60px);*/
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.137255) 0 2px 2px 0, rgba(0, 0, 0, 0.2) 0 3px 1px -2px, rgba(0, 0, 0, 0.117647) 0 1px 5px 0;;
    z-index: 1000;
}

.left_container h4 {
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #065005; /*#0f9d58;*/
    margin: 10px 30px 10px 30px;
}

#oavcmx {
    position: absolute;
}

#faqNavigation {
    padding: 30px;
}

#faqNavigation li {
    padding: 2px 0;
}

#faqNavigation .level1 {
    font-size: 18px;
}

#faqNavigation .level2 {
    padding-left: 10px;
}

#faqPage table {
    width: 100%;
}

#faqPage td, #faqPage th {
    padding: 2px 5px;
}

#faqPage table col.region {
    width: 30%;
}

#faqPage table col.code {
    width: 10%;
}

#faqPage .problem {
    padding: 5px 15px;
}

#faqPage a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/*Костыль для якорей в IE11*/
_:-ms-fullscreen, :root #faqPage a.anchor {
    top: -30px !important;
}

#faqPage .problem .issue {
    font-weight: bold;
}

#faqPage .problem .reasonHeader {
    text-decoration: underline;
    font-style: italic;
}

#faqPage .problem .reason {
    padding-left: 5px;
}

#faqPage a.highVisibilityLink {
    color: #262;
    text-decoration: underline;
}

#faqPage .pseudo-marked-list:before {
    content: "\B7";
    padding-right: 10px;
}

.leftButtonMenu {
    padding: 30px;
}

.activeForm {
    margin-top: 30px;
}

.activeFormButton, .activeReportButton {
    display: block;
    width: 100%;
    padding: 10px 30px 10px 30px;
}

.activeFormButton:hover, .activeReportButton:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

.right_container {
    padding-left: 280px;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.inside_wrap {
    padding: 50px;
}

.selectDiv {
    height: 100%;
}

.topBlock {
    min-width: 940px;
    padding: 10px;
    /*background: #f9f6f6; */
    background: #fff;
    /*border-bottom: 1px solid #e0e0e0;*/
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

.topBlock::after {
    content: "";
    display: table;
    clear: both;
}

.circle1 {
    background: #065005; /*#0f9d58;*/
    position: relative;
    width: 80px;
    height: 80px;
    bottom: -40px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 42pt;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all, color, background-color 0.25s;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.circle1:hover {
    background-color: #fff;
    color: #065005;
}

.fa-angle-down {
    transition: 0.5s;
}

.circle_fix {
    width: 110px;
    height: 52px;
    background: white;
    margin-top: -45px;
    margin-left: -5px;
}

.appMenu {

}

.appMenu > div {
    padding: 0 20px 0 0;
}

.formInfo {
    padding: 0 15px;
    float: left;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.formInfo > span {
    white-space: nowrap;
}

.formInfo > h4 {
    font-size: 15px;
}

#commentBlock {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

#formComment {
    white-space: nowrap;
}

#comment {
    width: 100%;
    height: 300px;
}

#comment_form_body {
    width: 100%;
    height: 300px;
}

.bottomBlock {
    margin: 30px;
    /*padding: 20px;*/
    /*background: #fff;*/
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
}

.gray-bg {
    margin: 0 30px 30px 0;
}

.shadowBlock {
    padding: 30px;
    margin: 0 30px 30px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.topBlock h1, .bottomBlock h1 {
    text-align: center;
}

.formSelectWrapper {
    /*border-bottom: 2px solid #0f9d58;*/
}

.radio-button-old-old-reports > * {
    cursor: pointer;
}

.radio-button-old-old-reports input {
    margin: 0;
}

.radio-button-old-old-reports input:focus {
    outline: none;
}

.radio-button-old-old-reports label {
    padding-left: 10px;
    font-size: inherit;
    color: inherit;
    display: inline;
}

.radio-button-old-old-reports input[disabled] + label {
    cursor: default;
}

.formSelect, .reportSelect {
    padding: 20px 50px 50px 50px;
}

.reportSelect {
    padding-top: 50px;
}

.table_wrap {
    min-height: 350px;
    overflow-y: auto;
    margin: 0 auto;
    position: relative;
}

.reportSelect h1 {
    text-align: center;
}

#xmlContainer {
    width: 100%;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 16pt;
    position: absolute;
    z-index: -1;
}

#formList {
    width: 100%;
    margin: 0 auto;
}

#formList .wide-block {
    width: 25%;
}

#reportList {
    table-layout: fixed;
    width: 100%;
}

button[data-target="#comparisonProtocolModal"] {
    float: right;
    margin-top: 0;
}

.reportList-body {
    clear: both;
}

.reportList-body .dropdown-inputs input::-ms-clear, .reportSelect .dropdown-inputs input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}

.reportList-body .dropdown-inputs .dropdown-input, .reportSelect .dropdown-inputs .dropdown-input {
    flex: 1 1 auto;
}

.reportSelect .dropdown-header-menu {
    display: inline-block;
    position: static;
    margin-bottom: 10px;
}

#formList > tbody > tr,
#reportList > tbody > tr {
    cursor: pointer;
}

.reportMenu {
    /*width: 680px;*/
    margin: 30px auto 0;
}

.reportMenu > .btn-group {
    display: flex;
    justify-content: center;
}

.loading {
    text-align: center;
    font-size: 24px;
}

.parts {
    /*margin-top: 50px;*/
    margin-bottom: 100px;
}

#tree {
}

#tree > li {
    padding: 10px 30px 0 30px;
}

#tree .active {
    border-left: 4px solid #065005; /*#0f9d58;*/
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

#tree li span {
    cursor: pointer;
}

#tree ul {

}

#tree ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_chapter {
}

#tree ul li {
    padding-left: 10px;
}

/*
#table tr td {
    border-collapse: collapse;
    border: 1px solid #676a6c;
} */

#tableName {
    font-size: 15px;
    padding: 0;
    margin: 20px 30px;
}

.work_table_wrap {
    display: inline-block;
    position: relative;
    padding: 20px;
    margin: 0 10px 10px 60px;
    overflow-x: auto;
    max-width: calc(100% - 60px);
    height: 100%;
}

.bodyTableWrapper {
    padding: 0 20px 20px 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
}

#work_table {
    left: 20px;
    position: relative;
    border: none;
    user-select: none;
}


#head_table .table_header {
    position: relative;
    display: table-cell;
    padding: 10px;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_header span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#work_table td {
    position: relative;
    display: table-cell;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 10px;
    overflow: hidden;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

#work_table .tdCell,
.b-table .tdCell {
    text-align: right;
}

.b-table .tdEditInput {
    text-align: left;
}

.span__ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tdCell .span__ellipsis {
    word-wrap: normal;
}

/*#work_table td:nth-child(1) {*/
/*min-width: 300px;*/
/*max-width: 400px;*/
/*}*/

.divCell {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blockCell {
    background-clip: padding-box !important;
    background: rgb(235, 235, 228) !important;
    overflow: hidden;
}

.tdCell {
    cursor: text;
}

.tdEditNum {
    overflow: visible !important;
}

.controlMenu {
    position: fixed;
    width: 75px;
    right: 0;
    padding: 20px 50px 0 0;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 1s linear 0.2s;
    -moz-transition: -moz-transform 1s linear 0.2s;
    transition: transform 0.5s;
}

.admin_menu {
    /*margin-top: 50px;*/
}

.admin_menu a {
    display: block;
    width: 100%;
    padding: 20px 30px 20px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.admin_menu li:first-child > a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}


.admin_menu a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

.admin_menu .active {
    border-left: 4px solid #065005; /*#0f9d58;*/
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

.admin_topBlock, .admin_bottomBlock {
    padding: 0 50px;
    overflow: hidden;
}

.admin_topBlock > div {
    /*padding: 10px;*/
}

.admin_topBlock > div > span {
    font-weight: bold;
}

.botButton {
    width: 100px;
    margin: 20px auto;
    text-align: center;
}

.botButton a {
    margin-top: 20px;
    display: block;
    text-decoration: underline;
    color: #065005; /*#0f9d58;*/
}

.admButton {
    border: none !important;
}

.userTable {
    border: none !important;
}

.userTable a {
    color: #676a6c !important;
}

.userTable a:visited {
    color: #676a6c !important;
}

.userTable td {
    padding: 8px !important;
}

.userTable .checkbox {
    margin: 0 !important;
}

#leftCalMenu {
    position: fixed;
    left: 20px;
    top: 208px;
    width: 160px;
}

#leftCalMenu a {
    width: 100%;
}

#leftCalMenu i {
    float: left;
}

.editForm > div {
    padding: 10px;
    clear: both;
}

.editForm > div > span {
    display: block;
    float: left;
}

.editForm > div > span {
    display: block;
    float: left;
}

.editForm > div > span:nth-child(1) {
    font-weight: bold;
    width: 200px;
    line-height: 25px;
}

.editForm, .editTable input {
    padding: 5px;

}

table .input-group-btn {
    display: inline;
}

.editTable tr > td {
    padding: 5px;
}

.editTable tr > td > input,
.editTable tr > td > select {
    width: 200px;
}

.editTable tr > td:nth-child(1) {
    font-weight: bold;
}

.formHead {
    overflow: hidden;
    height: auto;
}

.formHead > span {
    padding: 10px 20px 20px 0;
    font-size: 15px;
    display: inline-block;
}

.formHead input {
    cursor: pointer;
}

.ipd {
    width: 900px;
}

.ipd input {
    margin: 0 5px;
}

.ipd .input-group {
    width: 300px;
    float: left;
}

.ipd > div {
    padding: 10px 10px 10px 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ipd > div:last-child {
    border-bottom: none;
}

.ipd > div > span {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.ipd > div > span:nth-child(1) {
    font-weight: 600;
    width: 200px;
}

.insideTable {
    clear: both;
    padding-left: 200px;
}

.insideTable td {
    padding: 5px;
}

#typeErrors input {
    margin-left: 20px;
}

.loginForm {
    margin: 0 auto 100px;
    width: 500px;
    padding-top: 50px;
}

.loginForm > h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #065005; /*#0f9d58;*/
    text-align: center;
}

.loginHeader {
    margin: 100px auto 20px;
    width: 500px;
    text-align: center;
}

.loginMenu {
    width: 325px;
    margin: 20px auto 0;
}

.resize {
    margin: 30px;
    padding: 20px;
    border: 1px solid #000;
    width: 200px;
    height: 100px;
}

.dragBlock {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -10px;
    cursor: col-resize;
    z-index: 900;
}

#dragLine {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 1px dotted #000;
    z-index: 999;
}


.activeSelect {
    overflow: visible !important;
}

.print span {
    color: #000;
}

.printTable {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}

.printTable th {
    border: 2px solid #000;
}

.printTable td {
    border: 1px solid #000;
}

.printTable .blockCell {
    background: #fff !important;
    color: #000 !important;
}

.printTable .deleteRow {
    display: none;
}

.sortable {
    cursor: pointer;
}

.save-modal {
    padding: 0 !important;
    width: 400px !important;
}

.saving {
    transition: background 1s;
    text-align: center;
}

.saving-status {
    text-align: center;
}

#selectListWrapper {
    position: absolute;
    padding: 20px 10px 10px 10px;
    background: #fff;
    overflow: hidden;
    width: 600px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 999999;
    /*margin-bottom: 50px;*/
}

#selectList {
    overflow: scroll;
    height: 100%;
    width: 100%;
}

#selectList > li {
    padding: 2px 5px;
    white-space: nowrap;
    cursor: pointer;
}

#selectList > li:hover {
    background: rgba(0, 0, 0, 0.1);
}

#detail-dropdown, #edit-detail-dropdown {
    width: 300px;
    overflow: hidden;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 5px;
}

.detail-caret {
    position: absolute;
    right: 5px;
    top: 5px;
}

.loadFormSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -10px;
    font-size: 24px;
    color: #676a6c;
}

.table-uom {
    width: 500px;
    padding: 0 30px 0 30px;
    text-align: right;
    right: 0;
    top: 0;
    position: absolute;
}

.work_table_wrapper {
    display: inline-block;
    position: relative;
    padding-top: 25px;
}

.print-loading {
    text-align: center;
    font-size: 24px;
}

.dropdown-menu button {
    width: 100%;
}

#work_table, #head_table {
    border-collapse: separate;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
}

.dropdown-input {
    position: relative;
}

.dropdown-input input {
    padding-right: 15px;
}

.dropdown-input .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
    cursor: pointer;
}

.dropdown-input .fa:hover {
    color: #000;
}

.fa-sort-up, .fa-sort-down {
    color: green;
    cursor: pointer;
}

.fa-sort {
    cursor: pointer;
}

.hierarchy-view .fa-sort, .unsortable-collection .fa-sort {
    display: none;
}

.hierarchy-view .fa-sitemap,
.simple-view .fa-list {
    color: #4285f4;
}

.level-2 {
    padding-left: 20px !important;
}

.level-3 {
    padding-left: 40px !important;
}

.level-4 {
    padding-left: 60px !important;
}

.level-5 {
    padding-left: 80px !important;
}

.level-6 {
    padding-left: 100px !important;
}

.level-7 {
    padding-left: 120px !important;
}

.level-8 {
    padding-left: 140px !important;
}

.level-9 {
    padding-left: 160px !important;
}

.level-10 {
    padding-left: 180px !important;
}

.hidden {
    display: none;
}

#pki-modal .close {
    margin-top: -15px;
}

.pki-modal-text {
    text-align: center;
    font-size: 1.2em;
}

.pki-file {
    display: none;
}

#view-ticket, #return-report, #view-report {
    display: none;
}

.ticket-table td {
    padding: 2px 5px;
}

.ticket-process {
    margin-top: 20px;
}

.borders td {
    border: 2px solid #666;
    padding: 10px 20px;
}

.ticket-process table {
    border-collapse: separate;
    border-spacing: 5px;
}

.format-danger {
    border: 2px solid #a30021 /*#e06055*/ !important;
}

.control-modal-content p {
    word-wrap: break-word;
}

.control-diff {
    position: relative;
}

.control-diff span {
    position: absolute;
    left: 200px;
}

.control-output td {
    padding: 4px 8px;
}

.control-output tr td:first-child {
    word-break: break-all;
}

.mandatory_control {
    color: red;
    font-weight: bold;
}

#rep-ex-table tbody {
    cursor: pointer;
}

.formInfo-edit {
    margin-left: 5px;
    font-size: 13px;
    color: #909090;
    transition: color .3s;
    cursor: pointer;
}

.formInfo-edit:hover {
    color: #444;
}

.formSelectUnderWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.headerForms {
    margin: auto;
}

#updateOnlineWriteReports {
    text-transform: uppercase;
    font-family: inherit;
}

#updateOldReports {
    text-transform: uppercase;
    font-family: inherit;
}

#updateOldOldReports {
    text-transform: uppercase;
    font-family: inherit;
}

.old-old-reports-empty-msg {
    margin: 50px 0;
    font-size: 16px;
    text-align: center;
}

.redBlokAttention {
    background: #ffd3d6 !important;
}

#mainUserPage {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    z-index: 1;
    margin-top: 30px;
}

.menu-user {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 1280px;
}

.sub-menu-user {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.sub-menu-user > .block > div > a {
    color: #fff;
    font-size: 1.2vw;
    display: inline-block;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}

.sub-menu-user > .block:hover > div > a {
    color: #065005;
    text-decoration: underline
}


.sub-menu-user > .block:hover {
    color: #065005;
    background: white;
}

.main-user-block {
    display: flex;
    justify-content: space-around;
}

#workDiv {
    display: -ms-flex;
    flex-direction: -ms-column;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
}

.table-layout {
    margin: 0 20px 74px;
    overflow: hidden;
    transition: 0.5s;
}

.table-wrap {
    height: 100%;
    padding: 20px 20px 20px 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}

.b-table {
    position: relative;
    height: 100%;
    overflow: auto;
}

.b-table tr {
    background-color: #fff;
}

.fixed-cell {
    z-index: 901;
    background-color: inherit;
    backface-visibility: hidden;
}

.fixed-cell.fixed-cell_border-r {
    border-right: 2px solid #999;
}

.fixed-cell:first-child:not(.delete-row-cell):not([idtblgr]),
.delete-row-cell + .fixed-cell {
    border-left: 1px solid #c9c9c9;
}

th.delete-row-cell.fixed-cell,
td.delete-row-cell.fixed-cell {
    padding: 0;
    min-width: 25px;
    max-width: 25px;
    text-align: center;
}

.b-table tr:first-child th {
    border-top: 1px solid #c9c9c9;
}

.b-table th.delete-row-cell.fixed-cell,
.b-table td.delete-row-cell.fixed-cell {
    border-color: transparent;
}

.b-table__wrapper thead {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 902;
}

.b-table table {
    position: relative;
    color: #676a6c;
    border-spacing: 0;
    background: #fff;
    border-collapse: separate;
}

.b-table table thead th {
    position: relative;
    display: table-cell;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    white-space: nowrap;
    font-weight: 400;
    text-overflow: ellipsis;
}

.b-table table thead th span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.drag-block {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -10px;
    cursor: col-resize;
    -ms-user-select: none;
    user-select: none;
    z-index: 900;
}

.b-table table tbody td {
    position: relative;
    display: table-cell;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    padding: 10px;
    overflow: hidden;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    word-wrap: break-word;
}

.blockCell {
    background-clip: padding-box !important;
    background: rgb(235, 235, 228) !important;
    overflow: hidden;
    text-align: left;
}

.drag-line {
    position: absolute;
    top: 0;
    width: 1px;
    border-left: 1px dotted #000;
    z-index: 999;
}

#createFromFileModal {
    display: none;
}

#createFromFileModal .modal-body {
    max-height: 50vh;
    overflow-y: scroll;
}

#createFromFileModal .modal-content {
    transition: 0.5s ease-in-out;
}

#rep-by-example .modal-body {
    overflow: auto;
    max-height: 60vh;
}

.b-table input[type="text"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #676a6c;

    border: 1px solid #fff;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.b-table input[type="text"]:focus {
    outline: none;
    border-color: #4285f4;
}

.b-table input[type="text"]::-ms-clear {
    height: 30px;
}

.b-table .deleteRow {
    border: 0;
    background: none;
}

#table-uom {
    margin: 0 20px;
    text-align: right;
}

a.techSuppLink {
    color: blue;
    text-decoration: underline;
}

.btn-outlined {
    border: 1px solid #065005;
    color: #065005;
    margin: 0;
}

.modal-header__title {
    display: flex;
    align-items: center;
}

.modal-title {
    margin-right: 2px;
    padding-bottom: 7px;
}

#createButtonFromFile {
    margin: 0;
}

#createButtonFromFile i {
    color: #4caf50;
}

.createButtonFromFile-disabled {
    pointer-events: none;
}

.disabled-btn {
    pointer-events: none;
    filter: grayscale(100%) opacity(0.7);
}

.createButtonFromFile-disabled i {
    color: #9d9d9d !important;
}

.row-info {
    color: #333333;
    font-size: 14px;
    display: block;
    word-wrap: normal;
}

.csv-errors p {
    color: black;
}

#reportList tr.reportTr, #formList tr.formTr, #full-list-modal tr, #dayModal tr, #userListWrapper tr,
#objectListWrapper tr, #reportListWrapper tr, #esn-tbody tr, #rep-ex-table tr {
    border-left: 4px solid white;
}

#reportList tr.reportTr.selected, #formList tr.formTr.selected, #full-list-modal tr.selected, #dayModal tr.selected,
#userListWrapper tr.selected, #objectListWrapper tr.selected, #reportListWrapper tr.selected, #esn-tbody tr.selected,
#rep-ex-table tr.selected {
    border-left: 4px solid #065005;
    margin-left: 0;
}

.info .modal-header {
    /*box-shadow: 0px 0px 12px 1px rgba(76, 174, 76, 0.79);*/
    background: rgb(165, 201, 239);
}

.warning .modal-header {
    /*box-shadow: 0px 0px 12px 1px rgba(253, 249, 2, 0.79);*/
    background: rgb(245, 207, 95);
}

.danger .modal-header {
    /*box-shadow: 0px 0px 12px 1px rgba(255, 0, 0, 0.79);*/
    background: rgba(185, 9, 9, 0.78);
}

.confirm .modal-header {
    background: rgba(6, 80, 5, 0.78);
}

#portal-popup .modal-dialog {
    margin-top: 15%;
    width: 500px;
}

#portal-popup .modal-header {
    padding-top: 14px;
}

.modal-open #portal-popup {
    overflow-y: hidden;
}

.hRight_container {
    padding-left: 0;
}

.main_buttons-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 280px;
    text-align: center;
    font-size: 0;
    transform: translateY(50%);
    -webkit-filter: blur(0)
}

.main_buttons-container,
.main_buttons-container * {
    transition: 0.5s;
}

.main_buttons-container.shown {
    transform: translateY(0);
}

#main_buttons-toggler.circle1 {
    border: none;
    width: 60px;
    height: 60px;
    font-size: 32pt;
    bottom: 0;
    transition: 0.5s all, color, background-color 0.25s;
}

.main_buttons > .btn.btn-sm,
.main_buttons > .sign-group {
    margin-right: 60px;
}

.main_buttons .btn.btn-sm {
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #065005;
    outline: none;
}

.main_buttons .btn.btn-sm:last-child {
    margin-right: 0;
}

.main_buttons button[disabled] {
    cursor: default;
    opacity: 0.6;
}

.main_buttons button[disabled]:hover {
    box-shadow: none;
}

.main_buttons button:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.main_buttons .dropdown-menu {
    top: auto;
    bottom: 100%;
    box-shadow: none;
    background-color: transparent;
}

.sign-group.open > .dropdown-toggle.btn {
    color: #065005;
}

.sign-group.open .fa {
    transform: rotate(180deg);
}

.transformed {
    padding-left: 0;
}

.main_buttons {
    visibility: hidden;
}

.sign-group .btn + .btn {
    margin-left: 2px;
}

.shown > .main_buttons {
    visibility: visible;
}

.shrinked {
    margin-bottom: 140px;
}

@media screen and (max-width: 1200px) {
    .main_buttons-container {
        display: none !important;
    }
}

#refNamesList {
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
}

#refNamesList td {
    vertical-align: middle;
}

#refNamesList .btn:hover {
    background-color: #c3c1c1;
}

#spravCsvPage .reportSelect td {
    vertical-align: middle;
    padding: 6px 8px;
}

#spravCsvPage .reportSelect table {
    overflow-y: auto;
    max-height: 300px;
}

#spravCsvPage .dropdown-input {
    padding: 8px;
}

#spravCsvPage .circle1 {
    bottom: 0px;
    cursor: pointer;
}

#spravCsvPage #selectListWrapper {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    min-width: 850px;
}

#spravCsvPage .dropdown-wrapper {
    width: 100%;
}

#spravCsvPage .dropdown-header-menu {
    position: static;
    margin-bottom: 10px;
}

#spravCsvPage #showRef, #spravCsvPage #downloadRef {
    cursor: pointer;
}

.test-csv-upload {
    display: flex;
    align-items: center;
}

.dropdown-wrapper .dropdown-col-2,
.dropdown-wrapper .dropdown-col-3 {
    width: 150px;
}

.dropdown-wrapper .dropdown-col-2 > div,
.dropdown-wrapper .dropdown-col-3 > div {
    padding: 6px 0;
}

.dropdown-wrapper .dropdown-col-2 > div:not(:last-child),
.dropdown-wrapper .dropdown-col-3 > div:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reportSelect-wrapper {
    width: fit-content;
    margin: 0 auto;
}

#refNamesList tr {
    border-left: 4px solid transparent;
}

#refNamesList tr.selected {
    border-color: #065005;
}

.txt-download-ref {
    cursor: pointer;
}

#comparisonProtocolModal .modal-dialog {
    width: 1000px;
}

.comparison-protocol-modal-content select {
    appearance: auto;
}

select .option-to-hide {
    display: none;
}

.comparison-protocol-modal-result {
    margin-top: 20px;
}

.comparison-protocol-modal-result p {
    font-size: 18px;
}

.comparison-table {
    width: 100%;
    table-layout: fixed;
}

.comparison-table th, .comparison-table td {
    text-align: center;
    padding: 4px 8px;
    border: 2px solid;
}

.comparison-table .detail-cell {
    width: 600px;
}

.comparison-table td.detail-cell {
    text-align: left;
}

.comparison-table td.current-period-cell, .comparison-table td.last-period-cell {
    font-size: 20px;
}

.checkbox-block {
    display: flex;
    align-items: center;
}

.checkbox-block input {
    margin-top: 0;
    margin-right: 6px;
    width: 17px;
    height: 17px;
}

.checkbox-block label {
    margin-bottom: 0;
    color: inherit;
}

.bs1-sort {
    position: absolute;
    right: 10px;
    /*top: 50%; Некорректно работает в IE, предпочтительный вариант для остальных браузеров*/
    transform: translateY(-50%);
}

.otp-error {
    display: none;
    font-size: 14px;
    color: red;
}

.controlledCell {
    text-align: right;
}

.menu .dropdown-header {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}

.menu .dropdown-menu .divider {
    background-color: #e5e5e5;
}

.admin_menu a.disabled {
    color: #d1d1d1;
    cursor: default;
}

a.attLnk {
    color: #4285f4;
}

.top-links_container > a {
    color: blue;
    margin-right: 34px;
}

.checkbox input[type=checkbox][disabled]:checked + .checkbox-material .check:before {
    color: #cdcdcd;
}

.checkbox input[type=checkbox][disabled]:checked + .checkbox-material .check {
    border-color: #cdcdcd;
    background-color: #494949;
}

.modal[data-backdrop="static"] {
    background-color: rgba(0, 0, 0, 0.7);
}