@font-face {
    font-family: 'Lora';
    src: local('Lora'), local('Lora-Regular'), url('fonts/Lora.woff2') format('woff2'), url('fonts/Lora.woff') format('woff'), url('fonts/Lora.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: local('Lora Italic'), local('Lora-Italic'), url('fonts/Loraitalic.woff2') format('woff2'), url('fonts/Loraitalic.woff') format('woff'), url('fonts/Loraitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url('fonts/Lorabolditalic.woff2') format('woff2'), url('fonts/Lorabolditalic.woff') format('woff'), url('fonts/Lorabolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: local('Lora Bold'), local('Lora-Bold'), url('fonts/Lorabold.woff2') format('woff2'), url('fonts/Lorabold.woff') format('woff'), url('fonts/Lorabold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, textarea, input, label, table, tbody, tfoot, thead, tr, th, td, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    min-width: 760px;
    font-family: 'Lora', serif;
    font-weight: 300;
    font-size: 14px;
    color: #595959;
    text-align: left;
    background-color: #fff;
}

hr {
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .3em
}

p {
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    color: #212529;
}

a {
    color: #212529;
    text-decoration: none;
}

input {
    font-family: 'Lora', serif;
    font-weight: 300;
    color: #212529;
    text-align: left;
    font-size: 14px;
}


fieldset {
    margin: 20px 0;
}

fieldset > div > table > thead > tr > th {
    font-size: 14px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.clear {
    clear: both;
}

.app {
    width: 100%;
    height: 100%;
}

.invisible {
    display: none !important;
}

.inline-left {
    float: left;
}

.inline-right {
    float: right;
}

.in-developing {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
}

.invalid-feedback {
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    color: #ff6600;
}

.btn-img {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.custom-checkbox {
    margin: 8px auto;
}

.custom-checkbox-input {
    margin-right: 15px;
}

.custom-checkbox-radio {
    margin: 8px;
}

.menu-wel {
    margin-top: 150px;
    text-align: center;
}

.btn-wel {
    margin: 10px auto;
    text-decoration: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: #212529;
    border: 1px solid #999999;
    border-radius: 3px;
    background-color: #CCCCCC;
}

.btn-wel:hover {
    color: #212529;
    border: 1px solid #212529;
    text-decoration: none;
}

.navbar-laravel {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 5px 15px;
}

.navbar-nav-left {
    position: relative;
    float: left;
}

.navbar-nav-right {
    position: relative;
    float: right;
    right: 0;
    left: auto;
}

.current-time {
    margin-left: 225px;
}

.current-time span {
    font-weight: bold;
}

.logo-link {
    display: block;
}

.navbar-nav-right ul {
    list-style: none;
}

.navbar-nav-right > ul > li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}

.navbar-nav-right li a {
    display: block;
    color: rgba(0, 0, 0, .5);
    position: relative;
    margin-left: 15px;
}

.navbar-nav-right li a:hover {
    color: rgba(0, 0, 0, .7);
}

.navbar-nav-right li a:focus {
    color: rgba(0, 0, 0, .9);
}

.navbar-nav-right li:hover {
    cursor: pointer;
}

.navbar-nav-right .dropdown-menu-right {
    line-height: normal;
    position: absolute;
    margin-top: 10px;
    padding: 8px 0;
    right: 0;
    display: none;
    min-width: 250px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    background-color: #ffffff;
    z-index: 1000;
}

.navbar-nav-right ul li ul li {
    width: 100%;
    clear: both;
    position: relative;
}

.dropdown-item {
    width: 100%;
    padding: 4px 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.active {
    background-color: rgba(0, 0, 0, .1);
}

.main {
    padding: 20px 10px;
}

.lk-left-menu {
    margin: 0 20px 20px 0;
    text-align: left;
    list-style: none;
    float: left;
}

.lk-left-menu ul {
    list-style: none;
}

.lk-left-menu ul li {
    list-style: none;
}

.l-menu-item a {
    box-sizing: border-box;
    display: block;
    padding: 15px 7px;
    margin-bottom: 10px;
    clear: both;
    font-weight: 300;
    color: rgba(0, 0, 0, .7);
    text-align: inherit;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.l-menu-item a:hover {
    color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(0, 0, 0, .9);
    text-decoration: none;
}

.l-menu-item a:active {
    box-shadow: none;
}

.l-menu-item > ul {
    margin-left: 40px;
}

.l-menu-item > ul a {
    padding: 10px 5px;
}

.lk-left-menu input[type="checkbox"] {
    display: none;
}

.lk-left-menu label {
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}

.lk-left-menu label:hover {
    color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(0, 0, 0, .9);
}

.lk-left-menu label {
    display: inline-block;
    color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.lk-left-menu > ul {
    display: none;
}

.lk-left-menu input[type="checkbox"]:checked ~ label + ul {
    display: block;
}

.content {
    overflow: auto;
    text-align: center;
}

.lineBlock {
    border: 0;
    padding: 0;

    display: -moz-inline-stack; /* ← Firefox 2 backwards compatibility */
    display: inline-block;
    vertical-align: top;

    zoom: 1;
    *display: inline;
}

.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
    text-align: left;
}

.card-header {
    padding: .75em 1.25em;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header-link {
    color: #6c757d;
    text-decoration: none;
    padding-left: 10px;
    float: right;
}

.card-body {
    overflow-x: auto;
    padding: 1.25em
}

.form-group {
    display: table-row;
}

.form-table {
    display: table;
    width: 100%;
}

.sub-col-table {
    display: inline-block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}

.col-table-3 {
    display: table-cell;
    width: 30%;
    text-align: right;
    padding: 15px;
}

.col-table-4 {
    display: table-cell;
    text-align: right;
    padding: 15px;
}

.col-table-5 {
    display: table-cell;
    width: 50%;
    text-align: right;
    padding: 15px;
}
.hr-line
{
    color: grey;
    margin: 10px auto;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #333;
    width: 90%;
}

.col-table-free {
    position: relative;
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.col-table-free-row {
    display: table-row;
    text-align: left;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.form-input-text {
    display: block;
    width: 100%;
    height: 35px;
    padding: .375em .75em;
    border: 1px solid #999;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input-select, .form-input-select-tag, .form-input-select-dis {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input-select-dis {
    min-width: 166px;
}

#delay {
    width: 50px;
    text-align: center;
}
.greenBorder{
    border: 1px solid green;
}
.table-offer-details .select2-container {
    text-overflow: ellipsis;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 24px;
    text-align: center;
    background-color: white;
    color: #595959;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}


#tabs .ui-state-active {
    background: #fdebde !important;
    font-weight: normal;
    color: #454545 !important;
    border: 1px solid orange !important;
    border-bottom: none !important;
}

#tabs .ui-state-active a{
    color: #000000f0 !important;
}


.table-offer-details .select2-selection--single {
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px auto;
    display: block;
    width: 100px;
    text-align: center;
    background-color: white;
    color: #595959;
    font-size: 12px;
    border: none;
    height: 24px;

}

.table-offer-details .select2-container--default .select2-selection--single {
    height: 20px;
    padding-top: 4px;
}

.table-offer-details .select2-selection__rendered {
    height: 20px !important;
    line-height: inherit !important;
    padding-right: 10px !important;
    padding-left: 7px !important;
}

.table-offer-details .select2-results__option {
    font-size: 12px;
    padding: 4px;
}


.table-offer-details .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -7px;
    right: 5px;
    width: 7px;
}


.table-offer-details .select2-container--default .select2-selection--single {
    line-height: inherit;
    border: none;
    vertical-align: middle;
}


.select2 .select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
    border-radius: 1px;
    vertical-align: middle;
}

.select2-selection__rendered, .select2-selection__arrow {
    height: 35px !important;
    line-height: 35px !important;
}

.form-input-textarea {
    box-sizing: border-box;
    width: 100%;
    font-family: 'Lora', serif;
    font-weight: 300;
    color: #212529;
    padding: .375em .75em;
    border: 1px solid #999;
    border-radius: 1px;
}

.col-min {
    width: 1px;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}
.col-32{
    width: 32%;
}

.col-4 {
    width: 30%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.top {
    vertical-align: top;
}
.hidden{
    display: none;
}

.hidden-link {
    display: none !important;
}

.evenly-justified-sub-table
{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.btn {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.btn-primary {
    border: 1px solid #0096CC;
    border-radius: 8px;
    background-color: #0096CC;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 30px;
}

.btn-primary-2{
    border: 1px solid #34b2a1;
    border-radius: 8px;
    background-color: #34b2a1;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 30px;
}

.btn-primary-2{
    border: 1px solid #0096CC;
    border-radius: 8px;
    background-color: #0096CC;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 30px;
}

.btn-primary-mini {
    border: 1px solid #0096CC;
    border-radius: 4px;
    background-color: #0096CC;
    cursor: pointer;
    font-size: 10px;
    color: #ffffff;
    padding: 2px;
}

.btn-primary:hover {
    border: 1px solid #065681;
}

.btn-link {
    color: #065681;
    margin-left: 20px;
}

.deladdress {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 10px;
}

.field-lock {
    border: none;
}

#fullname {
    width: 100%;
    height: 35px;
    padding: 0;
    border: 1px solid #999999;
    box-sizing: border-box;
    overflow: hidden;
}

#fullname span {
    padding-left: 8px;
    line-height: 35px;
    float: left;
}

#fullname > div {
    display: block;
    overflow: hidden;
}

#fullname input {
    width: 100%;
    border: 0;
}

.dtr-title {
    display: inline-block;
    min-width: 300px;
    font-weight: 700;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 200px;
    margin-top: 30px;
}

.spolhide {
    display: none;
}

.rowhite {
    border: none !important;
    background-color: #ffffff;
}

.sum {
    text-align: right !important;
}

.oncontent {
    text-overflow: ellipsis;
}

.table-tender {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-tender tr td {
    cursor: pointer;
    vertical-align: middle !important;
}

.table-tender > tbody > tr > td {
    /*height: 50px;*/
    height: 0px;
}

.table-tender > tbody tr > td, tr > th {
    margin: 5px;
    font-size: 14px;
    text-align: center;
}

.td-pad-5 {
    padding: 5px;
}
.td-pad-15 {
    padding: 15px;
}

.table-tender tbody > tr > td, tr > th {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.table-tender > tbody > tr > td:first-child, th:first-child {
    border-left: 1px solid;
}

.table-tender > tbody > tr > td:last-child {
    text-align: left;
}

.shown + tr > td {
    border: 0 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

.outer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.outer-table > tbody > tr > td {
    vertical-align: middle;
    height: 0px;
}

.outer-table tr td {
    cursor: pointer;
}

.outer-table > tbody tr > td, tr > th {
    padding: 5px;
    margin: 5px;
    font-size: 14px;
    text-align: center;
}

.outer-table tbody > tr > td, tr > th {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.outer-table > tbody > tr > td:first-child, th:first-child {
    border-left: 1px solid;
}

.inner-table {
    text-align: left;
}

.inner-table-beet {
    height: 100%;
    margin: 0px !important;
}

.inner-table-beet tbody > tr > td {
    border: none !important;
    border-bottom: 1px solid black !important;
    height: 33%;
    padding: 2px !important;
    padding-left: 10px !important;
    text-align: left !important;
    white-space: nowrap;
    border-collapse: collapse;
    vertical-align: middle;
}

.inner-table-beet tbody > tr:last-child > td {
    border: none !important;
    padding: 2px !important;
    padding-left: 10px !important;
    text-align: left;
    vertical-align: middle;
}

.inner-table > thead > tr > th {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    text-align: center;
    cursor: default !important;
}

.inner-table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #999999;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    cursor: default !important;
}

.inner-table-beet {
    height: 100%;
    margin: 0px !important;
}

.inner-table-beet tbody > tr > td {
    border: none !important;
    border-bottom: 1px solid black !important;
    height: 33%;
    padding: 2px !important;
    padding-left: 10px !important;
    text-align: left !important;
    white-space: nowrap;
    border-collapse: collapse;
    vertical-align: middle;
}

.inner-table-beet tbody > tr:last-child > td {
    border: none !important;
    padding: 2px !important;
    padding-left: 10px !important;
    text-align: left;
    vertical-align: middle;
}



table.table-tender-offer {
    height: 1px;
    color: #000000;
    border-collapse: collapse;
    border-color: #8a8a8a !important;
    border: 1px solid;
    margin-left: 40px;
    width: calc(100% - 40px);
}

table.table-tender-offer > thead {
    display: table-header-group;
    border-color: #8a8a8a !important;

}

table.table-tender-offer > thead > tr > th {

    border-left: none;
    border-top: none;
    border-right: none;
    border-color: #8a8a8a !important;
}

table.table-tender-offer > tbody tr > td {
    cursor: auto;
    background-color: #ffffff;
    border: none;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    border-color: #8a8a8a !important;
}

table.table-tender-offer tr {
    padding: 10px;
    border-color: #8a8a8a !important;
}

table.table-tender-offer > tbody > tr > td {
    border-left: none;
    border-right: none;
    border-color: #8a8a8a !important;
}

table.table-tender-offer > tbody > tr:last-child > td {
    border-left: none;
    border-right: none;
    border-color: #8a8a8a !important;
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fff0cc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}


.underline:hover {
    text-decoration: underline;
}

.child {
    padding-left: 30px !important;
    border-color: #fff !important;
    background-color: #fff;
    cursor: default !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    float: right;
}

.page-link {
    position: relative;
    display: inline-block;
    padding: .3em .75em;
    margin-left: -1px;
    line-height: 1.25;
    color: #1BB3DB;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    border-color: #1BB3DB;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
}

.page-link:not (:disabled ):not (.disabled ) {
    cursor: pointer;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1BB3DB;
    border-color: #1BB3DB;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.label-condition {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.condition {
    text-align: left;
    margin-bottom: 15px;
}

.form-group-create {
    width: 100%;
}

.item-form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.filter-current {
    border: 1px solid #065681;
    background-color: #1d68a7;
}

.frame {
    border: 1px solid;
    border-radius: 8px;
    padding: 5px 30px;
}

.table-bold-title thead th {
    font-weight: bold;
}

.modal {
    position: fixed;
    display: none; /* Скрываем модальное окно по умолчанию */
    z-index: 7777;
    width: 90%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.axis path, .axis line {
    fill: none;
    stroke: black;
    stroke-width: 1;
}

.ordinal-link {
    cursor: pointer;
    text-decoration: underline !important;
    color: #000;
}

.ordinal-link:link {

    color: #000 !important;
    text-decoration: underline !important;
}

.ordinal-link:visited {

    text-decoration: underline !important;
}

.ordinal-link:hover {

    color: red !important;
    text-decoration: underline !important;
}

.contacts-items {
    padding-left: 30px;
    cursor: default !important;
}

.title-contacts-items {
    font-weight: bold;
    color: gray;
}

.without-padding {
    padding: 0px !important;
    width: 40% !important;
}

.modal-info {
    position: absolute;
    display: none; /* Скрываем модальное окно по умолчанию */
    z-index: 7777;
    background-color: #deebf7;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.modal-width-5 {
    width: 500px;
}

.condition-modal {
    width: 800px;
}

.bottom-lined-text {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid black;
}

.middle-aligned {
    vertical-align: middle
}

.reg-info-modal {
    width: 500px;
    padding: 15px;
    background-color: #e7e6e6 !important;
}

.signedSpec {
    vertical-align: middle;
}

.new-offers {
    color: #0ab9db !important;
}

.wrapper-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 100;
}

.modal, .modal-view {
    position: fixed;
    display: none; /* Скрываем модальное окно по умолчанию */
    z-index: 7777;
    width: 90%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.modal-timer {
    width: 500px;
    position: fixed;
}

.is-invalid-reg {
    border-color: #ff0000 !important;
    background-color: #FFECF2 !important;
}

.is-invalid {
    border-color: #ff0000 !important;
    background-color: #FFECF2 !important;
}

.tx-green {

    /*color: #2a9d8f;
    color: #00A878;
    color: #81C14B;
    color: #419D78;
    color: #00A6A6;
    color: #1dbf33;
    color: #2E933C;
    color: #FF9B00;
    color: #2E933C;
    color: #0a6;


    color:#24a55b;
    color:#28b564;
*/
    font-weight: bold !important;
    color: #0a4;
    color: #00895c;
    color: #007818;
    color: #056518;
    color: #13a108;
    color: #0a4;
    color: #009940;
    color: #0a9755;
    border-bottom-color: #595959 !important;
}

.add-offer-btn {
    border-radius: 8px;
    height: 40px;
    white-space: nowrap;
    line-height: 38px;
    min-width: 138px;
    max-width: 100%;
    text-overflow: ellipsis;
    padding: 0 20px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    text-align: center;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to top, #fc8507, #ffa218);
    border: 1px solid transparent;
    border-top-color: #fc8507;
    border-bottom-color: #ffa218;
    color: white;
}

.in-cell-btn {
    padding: 5px;
    height: 90%;
    margin: 0px auto;
}

.btn-inside-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.add-offer-btn:hover {
    background-image: linear-gradient(to bottom, #ffbc0b, #ff7400);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    border-top-color: #ffbc0b;
    border-bottom-color: #ff7400
}

.inner-table-offer {
    width: 100%;
}

.inner-table-mat tbody > tr > td {
    text-align: center;
}

.chart-legend {
    margin: 0 auto;
    text-align: left;
}

.chart-legend tbody > tr > td {
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-group-title td {
    font-weight: bolder !important;
    background-color: #dfe1e2 !important;
}

.col-table-min {
    display: table-cell;
    width: 1%;
    text-align: right;
    padding: 15px;
}

.select2-selection--multiple {
    border-radius: 0 !important;
    height: 35px !important;
    line-height: 17px !important;
    overflow-y: scroll !important;

}

.select2-selection__choice {
    line-height: 17px !important;
}

.select2-selection--multiple > .select2-selection__rendered {
    overflow: visible !important;
    width: 99% !important;
}

.select2-container--default .select2-selection--multiple input {
    color: #999 !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

.select2-selection--multiple::-webkit-scrollbar {
    display: none;
}

.select2-selection--multiple {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

table.inner-messagebox {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 380px;
}

table.inner-messagebox > tbody > tr {
    border: 1px solid #999;
}

.inner-messagebox-header {
    background-color: #F7F7F7;
    color: #595959;
    text-align: center;
    padding: .5rem 1rem;
}

.inner-messagebox-body {
    text-indent: 20px;
    text-align: justify;
    padding: .5rem 1rem;
    background-color: #fff;
}

.link-list-item {
    text-indent: 20px;
    margin: 10px;
}

.form-group-center {
    text-align: center;
}

.a-btn-header {
    width: 150px;
    text-align: center;
    display: block;
    border: 1px solid #0096CC;
    border-radius: 8px;
    background-color: #0096CC;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 30px;
    margin: 5px;
    font-size: 13px;
}

.ui-dialog .ui-widget-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 4px 4px 0px 0px;
}

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    border-radius: 4px 4px 0px 0px;
    top: 0;
}

.ui-widget {
    font-family: 'Lora', serif;
}

.ui-dialog-content {
    padding: 20px !important;
    color: #595959 !important;
}

.flex-row {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.td-valign {
    vertical-align: middle !important;
}

.rebiddingTimer, .rebidLinkBorder, .modal-timer {
    transition-property: background-color;
    transition-duration: 0.75s;
}

.rebidLinkBorder {
    padding: 5px;
    border-radius: 5px;
}

.rebiddingTimer .flash-inv {
    transition-property: color;
    transition-duration: 0.75s;
}

.countdown-time {
    width: 30px;
    padding: 15px;
    color: #00816a;
    display: inline-block;
    font-size: 40px;
}

.spoiler-link {
    font-size: 12px;
    color: #0096CC;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px;
    border-bottom-color: #0096CC;
    border-bottom-style: dashed;
    line-height: 0.95;
}

.spoiler-link:hover {
    color: #212529;
    border-bottom-color: #212529;
}

.spoiler-body {
    margin-top: 1em;
    display: none;
}

.ui-dialog {
    clear: both !important;
}


.tx-dark-green {
    color: darkgreen;
    font-weight: bold;
}

.tx-red {
    color: red;
}

.tx-orange {
    color: orange;
    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.setting-box {

    background-color: transparent;
    background-image: linear-gradient(180deg, orange 2px, orange 2px, orange 2px, orange 8px),
    linear-gradient(45deg, orange 2px, orange 2px, orange 3px, transparent 3px),
    linear-gradient(45deg, transparent 2px, lightgrey 2px, lightgrey 3px, transparent 3px),
    linear-gradient(225deg, lightgrey, lightgrey),
    linear-gradient(0deg, lightgrey, lightgrey),
    linear-gradient(90deg, lightgrey, lightgrey),
    linear-gradient(135deg, transparent 4px, orange 4px, orange 5px, orange 5px),
    linear-gradient(135deg, transparent 4px, lightgrey 4px, lightgrey 5px, transparent 5px);

    background-position: top,
    top 0px right 1px,
    top 2px right -1px,
    bottom right,
    bottom left,
    bottom left,
    top -1px left 1px,
    top 2px left -2px;

    background-size: calc(100% - 12px) 4px,
    5px 4px,
    5px 4px,
    1px calc(100% - 6px),
    100% 1px,
    1px calc(100% - 6px),
    5px 5px,
    5px 4px;

    background-repeat: no-repeat;
}


.no-valign {
    vertical-align: initial;
}

.table-offer-details {
    width: 100%;
    border-collapse: collapse;
    border-color: #595959;
}

.table-offer-details td {
    padding: 5px;
    width: 1px;
    background-color: #f7f7f7;
    border: 1px solid #595959 !important;

    vertical-align: middle;
    text-align: center;
}

.table-offer-details th {
    vertical-align: middle;
}

.table-offer-details input[type="text"] {
    margin: 0px auto;
    display: block;
    width: 82px;
    padding: 3px;
    text-align: center;
    background-color: white;
    color: #595959;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.table-offer-details select {
    text-overflow: ellipsis;
    padding-left: 5px;
    margin: 0px auto;
    display: block;
    width: 100px;
    height: 24px;
    text-align: center;
    background-color: white;
    color: #595959;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}


.font-size-12 {
    font-size: 14px;
}

.input-width-40 {
    width: 40px !important;
}

.offer-input-text {

}

.table-offer {
    width: 100%;
    border-collapse: collapse;
    border-color: #595959;
}

.table-offer tr td {
    border: 1px solid #595959;
}

.table-offer td {
    padding: 5px;
    width: 1px;
    white-space: nowrap;
    background-color: #f7f7f7;
}

.table-offer td input {
    display: block;
    width: 120px;
    height: 16px;
    padding: 3px;
    text-align: center;
    color: #595959;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.offer-group-header {
    background-color: #dedede !important;
    text-align: center !important;
    border: 1px solid #595959 !important;
    padding: 5px !important;
    font-size: 16px !important;
}

.expand-btn-opened {
    background-color: #ff3c00;
    line-height: 7px;
    margin: 0 auto;
    color: white;
    width: 78px;
    margin-left: 20px;
    border: none;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
}

.expand-btn-opened::after {
    content: 'Подробнее';
}

.ui-widget-header {
    background: #eee !important;
}

.expand-btn-closed {
    /*background-color: #64c800;*/
    /*background-color: #81C14B;*/
    /*background-color: #51CB20;*/
    /*background-color: #fea73f;*/
    /*background-color: #85827c8a;*/
   /* background-color: #FFA453;*/
   /* background-color: #C7C5C3;*/
   /* background-color: #ff9d48;*/
    background-color: #56bd82;
    background-color: #55ad8e;
    background-color: #51515175;
    background-color: #aaa;
    background-color: #56bd82;
    background-color: #56b282;
line-height: 7px;
margin: 0 auto;
margin-left: 20px;
color: white;
width: 78px;
border: none;
border-radius: 6px;
padding: 6px;
cursor: pointer;
}

.expand-btn-closed::after {
content: 'Подробнее';
}

.separated-cell{
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid #595959 ;
}
.separated-cell-header{
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid #595959 ;
}

#fullname{
width: 100%;
height: 35px;
padding: 0;
border: 1px solid #999999;
box-sizing: border-box;
overflow: hidden;
}

#fullname span{
padding-left: 8px;
line-height: 35px;
float: left;
}

#fullname > div{
display: block;
overflow: hidden;
}

#fullname input{
width: 100%;
border: 0;
}
.upload-btn{
background-color: #e9e9e9;
font-family: sans-serif;
border-radius: 0.3rem;
padding: 3px 10px;
cursor: pointer;
text-align: center;
display: inline-block;
white-space: nowrap;
overflow: hidden;
border: 1px solid #8f8f8f;
max-width: 80px;
text-overflow: ellipsis;
}
.offer-action-btn{
padding: 4px 2px;
background-color: #e9e9e9;
border: 1px solid #8f8f8f;
border-radius: 5px;
cursor: pointer;
}
.sub-index-green{
    vertical-align: sub;
    font-size: 12px;
  /*  font-weight: bold;*/
  color:  #0a4;color: #00895c;color: #007818;color: #0a4;color: #009940;
/*color: #0a6;*/
    /*   color:#24a55b;*/

}
.sub-index-orange{
vertical-align: sub;
font-size: 12px;
color: #ff9d48;
/*font-weight: bold;*/
}
