/**,*/
/**:before,*/
/**:after {*/
/*margin: 0;*/
/*padding: 0;*/
/*box-sizing: border-box;*/
/*}*/

/*.container {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

.header-main {
    margin-left: 100px;
    display: inline-block;
    height: 50px;
    min-width: 950px;
}

.header-main-menu {
    width: 100%;
    margin: 30px auto 0 auto;
    background-color: #ffffff;
}

.header-main-menu ul {
    font-size: 0;
    list-style-type: none;
}

.header-main-menu ul:nth-child(2) {
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, .3);
}

.header-main-menu ul li {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding: 15px;
    position: relative;
    /*z-index: 100;*/
}

.header-main-menu ul li ul {
    display: none;
}

.header-main-menu ul li:hover, .header-main-menu ul li:hover > a {
    cursor: pointer;
    background-color: #2193a7;
    color: #fff;
}

.header-main-menu li ul li:last-of-type {
    border-bottom: 1px solid #2193a7;
}

.header-main-menu ul li:hover ul {
    display: block;
    margin-top: 15px;
    width: 200px;
    left: 0;
    position: absolute;
    z-index: 100;
}

.header-main-menu ul li:hover ul li {
    display: block;
    background-color: #ffffff;
}

.header-main-menu ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #6495ed;
    padding: 2px 5px;
    text-align: center;
    font-size: .8rem;
    border-radius: 3px;
}

.header-main-menu ul li:hover ul li:hover {
    /*background-color: #e0e0e0;*/
    background-color: #2193a7;
}

.header-main-menu ul li:hover ul li:hover span {
    background-color: #4d85ea;
}

.header-main-menu ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: -15px;
    padding: 15px;
}

.hide {
    display: none;
}

.lk-table {
    width: 100%;
}

.lk-table .hardware-table-cell__filter {
    cursor: pointer;
}

.lk-table > thead {

}

.lk-table > thead > tr {
    border-bottom: 4px solid #ebebeb;
    font: normal 700 15px/21px 'Roboto', sans-serif;
    height: 21px;
}

.lk-table > thead > tr > td {
    color: #222;
    padding: 12px 2px 15px 2px;
}

.lk-table > tbody {

}

.lk-table > tbody > tr {

}

.lk-table > tbody > tr > td {
    vertical-align: middle;
    padding: 5px 0 5px;
    height: 41px;
    color: #222;
    word-break: break-all;
    font: normal 400 15px/20px 'Roboto', sans-serif;
}

.lk-table > tbody > tr > td > img.sign-scan {
    max-width: 200px;
}

.modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #000;
    border-radius: 5px;
}

.modal-wrapper > .modal {
    left: -400px;
    width: 800px;
    top: 200px;
    padding: 20px;
    max-height: calc(100% - 400px);
}

.setting-table input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#loader {
    display: none;
    position: fixed;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#loader.loading {
    display: block;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        background-color: #bdffa8;
    }
    50% {
        background-color: #bedcff;
    }
    100% {
        background-color: #bdffa8;
    }
}

#loader.loaded {
    display: block;
    background-color: #00ff00;
}

#loader.error {
    display: block;
    background-color: #ff0000;
}

.management-table {

}

.management-table input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#log-filter .chosen-container {
    width: 200px !important;
}

.goods-spoiler:first-child {
    margin-top: 20px;
}

.save-license-form textarea[name="content"] {
    height: 500px;
}

#language-table tr {
    border-bottom: #fff solid 3px;
}

#language-table tr td {
    text-align: center;
}

#language-table thead tr td {
    padding: 0 3px;
}

.language-row .language-image-td {
    position: relative;
}

.language-row .language-image-td img {
    width: 24px;
    height: 16px;
}

.language-row .language-image-td input[type="file"] {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#dictionary-default-table {

}

#dictionary-default-table thead td {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

#dictionary-default-table tbody tr {
    /*border-bottom: 1px dashed #DDDDDD;*/
    border-top: 3px solid #fff;
}

#dictionary-default-table tbody tr:hover {
    background-color: #EEEEEE;
}

#dictionary-default-table tbody select {
    height: 30px;
}

#dictionary-default-table tbody td {
    padding: 0 3px;
}

#dictionary-table tbody tr:hover {
    background-color: #EEEEEE;
}

#dictionary-table tbody tr {
    border-bottom: 1px dashed #DDDDDD;
}

.goods-category-control-wrapper {
    position: relative;
    margin-top: -10px;
}

.goods-category-control-wrapper .goods-category-control-body {
    top: 25px;
}

.search__field__inner {
    position: relative;
}

.search__field__inner .icon-search:before {
    left: auto;
    right: 5px;
}

.search__field__inner .search__field {
    border-radius: 0 4px 4px 0;
    padding: 3px 65px 3px 4px;
}

.search__field__inner .search__field.x {
    background-position: right 40px center;
    transition: none !important;
}

.search__field:focus {
    background-position: right 39px center !important;
}

.search-category-control-wrapper {
    display: flex;
    position: relative;
    padding: 4px 5px;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    justify-content: space-between;
}

.search__field__list {
    width: 150px;
}

.search-category-control-wrapper .search-category-control-body {
    top: 34px;
    padding: 5px 0;
    min-width: 170px;
}

.search-category-control-body .field__link {
    padding: 6px 12px;
    margin: 0;
    transition: background-color .3s;
}

.search-category-control-body .field__link:hover {
    background-color: rgba(0, 0, 0, .1);
}

#search__field__list--title {
    overflow: hidden;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-category-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.transparent-layout {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    opacity: 0;
    z-index: 9;
}

.confirm-popup {
    border-radius: 3px;
    width: 100px;
    height: 70px;
    position: fixed;
    z-index: 10000;
}

.confirm-popup .control-field,
.confirm-popup .control-label{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 10px;
    align-items: center;
}

.confirm-popup .control-field:last-of-type {
    display: flex;
}

.confirm-popup .control-field__head {
    padding: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
}

.confirm-popup .control-field-container {
    margin: 0 !important;
}

.confirm-popup_wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    opacity: 0.3;
    z-index: 10003;
    background-color: #000;
}

.confirm-popup_body {
    left: 50%;
    top: 50%;
    width: 460px;
    height: 280px;
    position: fixed;
    opacity: 1;
    z-index: 10003;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 16px 0 0;
    box-sizing: border-box;
    text-align: center;
}

.confirm-popup_body__long {
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -100px;
    width: 800px;
    height: 200px;
    position: fixed;
    opacity: 1;
    z-index: 10003;
    background-color: #fff;

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 16px 19px 4px;
    box-sizing: border-box;
}

.abstract-popup_body {
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -250px;
    width: 600px;
    height: 500px;
    position: fixed;
    opacity: 1;
    z-index: 10003;
    background-color: #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    padding: 16px 19px 4px;
    box-sizing: border-box;
    text-align: center;
}

.abstract-popup__body_scrollable {
    text-align: center;
    font: normal 400 16px/20px 'Roboto', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 380px;
    overflow-y: auto;
}

.confirm-popup_content {
    display: flex;
    height: 80%;
    flex-direction: column;
    margin-bottom: 10px;
}

.confirm-popup_head {
    text-align: center;
    height: auto;
    margin: 5px 10px 10px 10px;
    font: normal 700 15px/15px 'Roboto', sans-serif;
}

.confirm-popup_info {
    text-align: justify;
    margin: 0 40px 8px 40px;
}

.confirm-popup_info ul {
    list-style: disc;
}

.confirm-popup_info li {
    margin-left: 20px;
}

.confirm-popup_info li:last-child {
    margin-left: 20px;
    margin-bottom: 2px;
}

.confirm-popup_info li:first-child {
    margin-left: 20px;
    margin-top: 2px;
}

.confirm-popup_message {
    text-align: center;
    height: auto;
    margin-bottom: 5px;
}

.confirm-popup_question {
    text-align: center;
    font: normal 400 16px/20px 'Roboto', sans-serif;
    margin: 20px;
}

.confirm-popup_answer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.confirm-popup_separator {
    background-color: RGB(190, 190, 190);
    border: 0;
}

.confirm-popup_answer_yes {
    margin: 0 20px;
}

.confirm-popup_answer_no {
    margin: 0 20px;
}

.horizontal {
    height: 1px;
}

.vertical {
    width: 1px;
}

.confirm-popup_answer_block {
    margin: auto;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.confirm-popup_answer_block:hover {
    background-color: #f2f2f2;
}

.confirm-popup_answer_block[disabled]:hover {
    background-color: white;
    cursor: default;
}

.confirm-popup_close, .button {
    cursor: pointer;
}

.error-label.confirm-popup_error-label {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
}

.error-label {
    font: normal 400 15px/20px 'Roboto', sans-serif;
    text-align: left;
    color: red;
    display: block;
}

.hint-text {
    color: #BDBDBD;
    font: normal 700 15px/20px 'Roboto', sans-serif;
}

.control-field__input--200 {
    width: 200px;
}

.control-field-container--inline {
    display: inline-block;
    position: relative;
}

.control-field-container--inline > * {
    margin-right: 10px;
}

.log-clob {
    max-width: 150px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chamomile {
    background-image: url('../../image/chamomile.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: -15px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotating-loader.operator-send-password-loader {
    display: inline-block;
    position: relative;
    margin-bottom: -35px;
    left: 10px;
    top: -10px;
}

.rotating-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.rotation__inner {
    display: none;
    width: 37px;
    height: 37px;
}

.rotation__inner .rotating-loader {
    position: relative;
    left: 21px;
    top: -8px;
}

.floatingCirclesG {
    /*position:relative;*/
    /*width:51px;*/
    /*height:51px;*/
    /*margin:auto;*/
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

.frotateG_01 {
    left: 0;
    top: 21px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

.frotateG_02 {
    left: 6px;
    top: 6px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

.frotateG_03 {
    left: 21px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

.frotateG_04 {
    right: 6px;
    top: 6px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

.frotateG_05 {
    right: 0;
    top: 21px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

.frotateG_06 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

.frotateG_07 {
    left: 21px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

.frotateG_08 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgba(153, 153, 153, 0.99);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgba(153, 153, 153, 0.99);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgba(153, 153, 153, 0.99);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgba(153, 153, 153, 0.99);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.money_negative {
    color: red !important;
}

.money_negative:before {
    color: red;
    content: '-';
    display: inline-block;
    margin-left: -5px;
}

.j-operations-link {
    cursor: pointer;
}

._transform .operations-list--second {
    /*margin-top: 190px;*/
}

.icon-email:before {
    content: "\e609";
}
.icon-search-in-logs{
    font-size: 20px;
}
.icon-search-in-logs:before {
    content: "\e621";
}

.icon-re-email:before {
    content: "\e623";
}

.icon-pdf:before {
    content: "\eadf";
}

.icon-pdf {
    font-size: 18px;
    margin-left: 5px;
}

.icon-print:before {
    content: "\e61c";
}

._transform .hide-when-open {
    display: none;
}

._transform .header {
    z-index: 10;
}

._transform .page-content--first {
    z-index: 8;
}

.operations-list-check-container {
    z-index: 10;
}

.map-section {
    position: relative;
    width: auto;
    min-height: calc(100vh - 52px);
    max-width: 100vw;
    height: 1px;
    margin-right: -30px;
}

.map-section:before, .map-section:after {
    content: "";
    display: table;
}

._info-map .header .header-main-menu {
    margin-top: 10px;
}

._info-map .header {
    position: absolute;
    z-index: 20;
    width: auto;
    top: 30px;
    left: 30px;
    right: 30px;
    border-radius: 5px;
    height: 74px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    padding: 2px 20px 0;
}

._info-map .arrow-up {
    display: none !important;
}

._info-map .page {
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

._info-map .page.clearfix {
    height: 1px;
}

._info-map #content {
    min-height: calc(100vh - 52px);
    height: 1px;
    margin-top: 52px;
}

._info-map .footer, ._info-map .clear-footer {
    display: none;
}

.leaflet-popup-content {
    margin: -2px !important;
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable {
    opacity: 1 !important;
}

._info-map .operations-list-head__filter {
    position: absolute;
    z-index: 2;
    top: 72px;
    right: 240px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

._info-map .operations-list-head-filter {
    z-index: 101;
}

.list-drop-filter-link {
    margin-right: 10px;
}

.operations-list-head-filter {
    min-width: 550px;
    max-width: 650px;
    transition: width 100ms linear;
}

.statistics-list-head-filter {
    min-width: 550px;
    max-width: 600px;
    transition: width 100ms linear;
}

#workflow-field-list-head div {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 155px;
}

#workflow-field-list-head div:nth-of-type(1) {
    width: 160px;
}

/*#workflow-field-list-head div:nth-of-type(2){*/
/*width: 90px;*/
/*}*/
#workflow-field-list-head div:nth-of-type(2) {
    width: 65px;
}

#workflow-field-list-head div:nth-of-type(3) {
    width: 155px;
}

#workflow-field-list-head div:nth-of-type(4) {
    width: 160px;
}

#workflow-field-list-head div:nth-of-type(5) {
    width: 180px;
}

#workflow-field-list-head div:nth-of-type(6) {
    width: 160px;
}

#workflow-field-list-head div:nth-of-type(7) {
    width: 250px;
}

.check-place {
    margin-bottom: 25px;
}

select.control-field__input {
    height: 35px;
    background-color: #fff;
}

.chart-legend__example--bsum {
    height: 8px;
    position: relative;
    top: 1px;
    right: -2px;
}

.chart-bar-hover-container span {
    width: 100%;
}

@media screen and (min-height: 808px) and (min-width: 1315px) {
    /*.operations-dashboard-inner {*/
        /*min-height: 235px;*/
    /*}*/
}

label[for="filter-archive"]:before {
    top: 6px;
    border: 2px solid #2193a7;
}

label[for="filter-archive"]:after {
    top: 10px;
    left: 4px;
}

label[for="filter-externalOperation"]:before {
    top: 6px;
    border: 2px solid #2193a7;
}

label[for="filter-externalOperation"]:after {
    top: 10px;
    left: 4px;
}

.control-field__button--generate-password {
    vertical-align: top;
}

#content {
    min-height: 500px;
}

.control-field__label {
    font-size: 16px;
    margin-top: 8px;
    display: inline-block;
    margin-left: 10px;
}

.chosen-container {
    font-size: 16px;
    min-width: 155px;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #2193a7;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 37px;
    border: 1px solid #2193a7;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 37px;
    box-shadow: none;
    min-width: 150px;
}

.chosen-container-single .chosen-single div {
    margin-top: 6px;
    margin-right: -3px;
}

.width400 {
    width: 400px;
}

.error_input {
    border-color: red !important;
}

.error_button {
    border: 1px;
    border-color: red;
    border-style: solid;
}

.arrow-up {
    max-width: 100%;
    width: 51px;
    height: 51px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    line-height: 51px;
    background-color: #d9d9d9;
    border-radius: 2px;
    display: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    -o-transition: opacity .35s ease-out, visibility .35s ease-out, background-color .2s ease-out;
    transition: opacity .35s ease-out, visibility .35s ease-out, background-color .2s ease-out;
    outline: 0;

    z-index: 50;

}

.arrow-up:hover {
    opacity: 0.75;
    background-color: darkgrey;
}

.arrow-up:after {
    background-image: url('../../image/scrolling-button-up.png');
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -9px;
    width: 17px;
    height: 23px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 17px 23px;
}

@media screen and (max-width: 480px) {
    .arrow-up {
        right: 10px;
        bottom: 10px;
    }
}

.log-modal {
    cursor: pointer;
}

.header-currency .header-currency-item {
    cursor: pointer;
}

.header-currency .header-currency-item.active {
    color: #ffffff;
}

.user-name {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

@media screen and (max-width: 1366px) {
    .user-name {
        max-width: 180px;
    }
}
.strike {
    text-decoration: line-through;
}

.thin-weekChart-line{
    height: 1px;
    color: dimgrey;
}

.pre-dashed{
    border: #999999 dashed 2px;
    display: inline-flex;
    overflow: hidden;
}
.system-info-service-div{
    border: #999999 dashed 1px;
    padding: 3px;
    width: 504px;
    margin-bottom: 4px;
    display: inline-block;
}
.system-info-service-div>span{
    display: block;
}
.system-info-service-div>.pre-dashed{
    width: 500px;
    overflow: hidden;
    max-height: 400px;
}
.setting-item-description-wrapper{
    position: relative;
    width: 200px;
    height: 40px;
}
.setting-item-description{
    display: block;
    visibility: hidden;
    border: #CCCCCC solid 2px;
    width: 200px;
    position: absolute;
    padding: 5px;
    word-break: normal;
    background-color: #ffffff;
    left: 40px;
}
.setting-item-description:hover{
    display: block;
    visibility: visible;
}
.setting-item-description:before{
    content: "?";
    border: #1c1c1c solid 2px;
    border-radius: 10px;
    display: inline-block;
    width: 20px;
    visibility: visible;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: -40px;
}
.setting-table-note:nth-of-type(2n+1){
    background-color: #eeeeee;
}

#upload-table tr:nth-of-type(2n){
    background-color: #eeeeee;
}
.logo-img {
    width: auto;
    height: 28px;
    background-color: initial;
}

.logo-img-inverted {
    width: auto;
    height: 28px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    background-color: initial;
}

._info-map .statistics-list-head__filter {
    position: absolute;
    z-index: 2;
    top: 72px;
    right: 240px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

._info-map .statistics-list-head-filter {
    z-index: 101;
}

#transaction-bin-range-list, #reader-type-card-profile-list {
    min-width: 800px;
}

#transaction-bin-range-list-head, #reader-type-card-profile-list-head {
    min-width: 800px;
    padding-top: 10px;
}

#transaction-bin-range-list-head div {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 155px;
}

#transaction-bin-range-list-head div:nth-of-type(1) {
    margin-left: 270px;
    width: 212px;
}

#transaction-bin-range-list-head div:nth-of-type(2) {
    width: 30%;
}

.form #transaction-bin-range-list {
    min-width: inherit;
}

.form #transaction-bin-range-list-head {
    min-width: inherit;
    padding-top: 0;
}

.form #transaction-bin-range-list-head div {
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    width: auto;
}

.form #transaction-bin-range-list-head div:nth-of-type(1) {
    margin-left: 0;
    width: 100%;
}

.form #transaction-bin-range-list-head div:nth-of-type(2) {
    width: 30%;
}

#reader-type-card-profile-list-head div {
    font-weight: bold;
    font-size: 15px;
    width: 155px;
}

#reader-type-card-profile-list-head div:nth-of-type(1) {
    margin-left: 270px;
    width: 212px;
}

#reader-type-card-profile-list-head div:nth-of-type(2) {
    width: 30%;
}

.form #reader-type-card-profile-list {
    min-width: inherit;
}

.form #reader-type-card-profile-list-head {
    min-width: inherit;
    padding-top: 0;
}

.form #reader-type-card-profile-list-head div {
    font-weight: normal;
    font-size: 15px;
    width: auto;
}

.form #reader-type-card-profile-list-head div:nth-of-type(1) {
    margin-left: 0;
    width: 100%;
}

.error-notification-row td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

.error-notification-head-row td {
    text-align: center;
    padding: 5px;
}

.error-notification-btn-add {
    margin: 5px;
}

.page-content-error-notification--width-sidebar {
    margin-left: 50px;
}

.error-notification-input {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.error-notification-input input {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-right: 0px;
}

.error-notification-input input:focus {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    /*border: 1px solid #2193a7;*/
    border-right: 0px;
}

.error-notification-label {
    float: right;
    width: 40%;
}

.error-notification-label label {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 5px 0 0 5px;
    border-left: 0px;
    text-align: right;
    background-color: #ffffff;
}

#error-notifications-table tr:nth-of-type(2n) {
    background-color: #eeeeee;
}

#error-notifications-table tr:nth-of-type(2n) .block-error-notification-btn-delete .error-notification-btn-delete {
    background-color: #ffffff;
}

#error-notifications-table {
    border-collapse: unset;
    border-spacing: 0 5px;
}

#reader-key-list {
    min-width: 800px;
}

#reader-key-list-head {
    min-width: 800px;
}

#reader-key-list-head div:nth-of-type(2) {
    width: 167px;
}
.counter{
    padding-right: 36px;
}
.counter:focus{
    padding-right: 35px;
}

.alert-area,
.last-login-area,
.alert-area-modal {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
}

.alert-area,
.alert-area-modal {
    z-index: 161;
}

.last-login-area {
    z-index: 1001;
}

.last-login-area {
    margin: 10px;
    max-width: 400px;
}

.alert-box,
.alert-last-login-box {
    font-size: 16px;
    color: white;
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.1s ease-in;
}

.alert-last-login-box {
    padding: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.alert-box.hide,
.alert-last-login-box.hide {
    opacity: 0;
}

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.alert-close:before,
.alert-close:after {
    content: '';
    width: 15px;
    border-top: solid 2px white;
    position: absolute;
    top: 5px;
    right: -1px;
    display: block;
}

.alert-close:before {
    transform: rotate(45deg);
}

.alert-close:after {
    transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }

    .last-login-area {
        left: 100px;
        right: 100px;
    }

    .alert-area-modal {
        left: 100px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .alert-area {
        left: auto;
        right: 0;
    }

    .last-login-area {
        right: auto;
        left: 0;
    }

    .alert-area-modal {
        left: auto;
        right: 0;
    }
}

.alert-message-container {
    text-align: center;
    line-height: 2.5em;
    margin-top: 50px;
}

.alert-message-box {
    font-size: 20px;
    width: 300px;
    border: solid 1px #444;
    padding: 10px 15px;
    outline: none;
    transition: box-shadow 0.1s;
}

.alert-message-box:focus {
    box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
    font-size: 18px;
    color: white;
    background: #14b9ff;
    width: 250px;
    border: solid 1px #14b9ff;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
    background: #7dd8ff;
}
.long_label {
    padding: 0;
    margin: 0;
    width: 145px !important;
    white-space: inherit;
}
.centered_label {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.short_label {
    padding: 0;
    margin: 0;
    width: 125px !important;
    white-space: inherit;
}
.imageForDashboard {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    padding-right: 8px;
    object-fit: contain;
    object-position: center;
}
.imageForTransactionOperation {
     vertical-align: bottom;
     width: 23px;
     padding-right: 8px;
}
.imageForTransactionIps {
    vertical-align: bottom;
    width: 24px;
}
.imageForCheck {
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    padding-right: 7px;
}
.imageForCheck2 {
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    padding-right: 4px;
}

.selectize-dropdown-content {
    max-height: 176px !important;
}

.tbody tbody tr:nth-of-type(odd){
    background-color: rgba(0, 0, 0, 0.05);
}
.tbody tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.tbody td {
    padding: 0.5rem;
    vertical-align: middle;
    width: 50%;
}

.custom-errors-row td,
.custom-messages-row td {
    vertical-align: top;
}

.custom-errors-row .selectize-control.single,
.custom-messages-row .selectize-control.single,
.save-custom-message .selectize-control.single,
.save-custom-error .selectize-control.single {
    height: auto;
}

.tbody tbody .custom-errors-row:hover {
    background: transparent !important;
}

.dropdown-body {
    word-break: normal;
}

.control-field__button .rotating-loader {
    margin-left: -27px;
}

.element-parser:last-child {
    display: none;
}

.version__table tbody:nth-of-type(odd) tr {
    background-color: rgba(0, 0, 0, 0.05);
}

.version__table tbody:nth-of-type(even) tr {
    background-color: white;
}

.copy_btn {
    margin-right: 0;
    padding-right: 8px !important;
    padding-left: 8px !important;
    color: #363636
}

.copy_btn:focus {
    border-color: #dbdbdb !important;
    -webkit-box-shadow: none !important;
    box-shadow: none;
}

.copy-modal-buttons-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}