pre {
    font-size: 12px;
    font-family: Tahoma;
    word-wrap: break-word;
}
.accept-button {
    display: inline-block; /* Строчно-блочный элемент */
    padding: 10px 30px;
    text-decoration: none; /* Убираем подчёркивание у ссылки */
    cursor: pointer; /* Курсор в виде руки */
    background: #f6f5f4;
    font-weight: bolder;
    border-radius: 5px; /* Скругляем уголки */
    border: 1px solid #654b24; /* Добавляем синюю рамку */
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #654b24 !important;/* Цвет текста и ссылки */
}
.delivery-check-hidden{
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
.delivery-check{
    display: inline-block;
    margin-left: 10px;
    position:relative;
    content:"\d7";
    font-size:10px;
    color:rgb(185, 28, 28);
    font-weight:bold;
    cursor: pointer;
}
.delivery-check+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.accept-button:hover {
    display: inline-block; /* Строчно-блочный элемент */
    padding: 10px 30px;
    text-decoration: none; /* Убираем подчёркивание у ссылки */
    cursor: pointer; /* Курсор в виде руки */
    background: #654b24;
    font-weight: bolder;
    border-radius: 5px; /* Скругляем уголки */
    border: 1px solid #f6f5f4; /* Добавляем синюю рамку */
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #f6f5f4 !important; /* Цвет текста и ссылки */
}
.tender-goal {
    width: 500px;
    margin: 5px 0 25px 0;
}

.tsm-message-danger {
    color: #702e2e;
}

.tsm-message-success {
    color: #3a9447;
}

.dialog_link {
    padding: 6px;
    text-decoration: none;
    position: relative;
}

.dialog_link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

ul#icons {
    margin: 0;
    padding: 0;
}

.arbitrary-button-ui-icon {
    margin: 2px;
    position: relative;
    padding: 3px 3px;
    cursor: pointer;
    top: 5px;
    left: 10px;
    display: inline-table;
    list-style: none;
    width: 25px;
    height: 25px;
}

ul#icons li {
    margin: 2px;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
    float: left;
    list-style: none;
    width: 25px;
    height: 25px;
}

ul#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}

.no-display {
    display: none;
}

.disabled {
    display: none;

}

.disabled:hover {
    cursor: not-allowed;
}

.float-left {
    float: left;
}

.padding-left {
    padding-left: 15px;
}

.modal-dialogue, #statuses-list {
    display: none;
}

.tender-passport hr {
    width: 400px;
    margin-left: 0;
    padding-left: 0;
}

.tender-passport {
    text-align: left;
    width: 100%;
}

.tender-details, .tender-info {
    width: 420px;
    float: left;
}

.department-list {
    margin-top: 25px;
}

.topbotpadding {
    padding: 25px 0 25px 0;
}

.modules ul li.module {
    float: left;
    margin-right: 10px;
}

.modules {
    padding: 32px;
}

.dialog_link {
    font-size: 12px !important;
}

span.notice {
    font-weight: bold;
    font-size: 16px;
    color: red;
}

.special {
    color: #F00;
}

.qualif-menu {
    font-weight: 18px;
    height: 80px;
}

.qualif-menu p {
    display: inline;
    margin-left: 10px;
}

table tr.critical {
    background-color: #F8C0C0;
}

.slider-range-min {
    margin: 15px 0 0 10px;
}

div.tender-lot-table, div.tender-lots {
    margin: 25px 0 25px 0;
}

div.lot-name {
    font-size: 19px;
    font-weight: bold;
    color: #A5A5A5;
}

.tender-lots {
    padding-bottom: 50px;
}

#ui-datepicker-div {
    display: none;
}

ul.statuses {
    font-size: 14px;
}

ul.statuses li {
    margin: 10px 10px;
}

.ui-icon-red {
    background-image: url(images/ui-icons_cd0a0a_256x240.png) !important;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.unactual {
    background-color: #e99e61;
}

.guarantee_distribution {
    background-color: #ffffff;
}

.trade_distribution {
    background-color: rgb(242, 242, 242);
}

.fmcg_distribution {
    background-color: rgba(102, 204, 204, 0.4);
}
.load-docs {
    margin-left: 10px;
}

.fixed-width {
    width: 650px;
}

.green-button {
    margin: 18px 0 18px 0;
}

.recpasswd {
    float: left;
}

.description {
    margin: 10px 0 0 10px;
    float: left;
    width: 300px;
}

.b-tender-action .button-link {
    display: inline-block;
    margin: 0 4px 0 0;
}

.smaller-input {
    width: 51px !important;
}

.tenders-public-list li b {
    padding-right: 15px;
}

.green-button {
    padding-top: 5px;
}

.tenders-public-list .tender_items {
    padding-bottom: 35px;
}

.report {
    width: 700px;
}

.report table {
    border: #000000 solid 1px !important;
    width: 700px;
}

.report table tr td {
    border: #000000 solid 1px !important;
    color: #000000;
}

.head-report {
    text-align: center;
}

.blog-item {
    background: #FBF9EE;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.table-row-numbering {
    background-color: #eeeeee;
}

td.label {
    font-weight: bold;
}

table.item-viewing {
    width: 400px;
}

.message .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
}

.message .close img {
    border: none;
}

.message {
    position: relative;
    margin: 10px 0 10px 0;
}

.error {
    color: #FF0000;
    padding: 10px;
    margin: 10px;
}

.errors {

    padding: 0px 0 15px 0;
    margin: 0px 0 15px 0;
}

.ajax-errors {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.errors, .ajax-errors {
    color: #FF0000;
    font-weight: bold;
}

.error, .errors {
    color: #FF0000;
    padding: 0 0 5px 0;
    margin: 0 0 0px 0;
    font-weight: bold;

}

.errors p, .ajax-errors p {
    margin: 5px 3px 3px 3px;
    width: 60%;
}

.ajax-errors li {
    margin: 0 !important;
}

.message {

}

.error-wrapper, .message-wrapper {
    margin: 10px;
    font-weight: bold;
}

.message, .message p {
    position: relative;
    margin: 10px 0 10px 0;
}

span.error {
    font-weight: bold;
    font-size: 14px;
}

.clear {
    clear: both;
}

.dialog_link {
    margin: 10px 0 10px 0;
}

.modal-dialogue table * {
    font-size: 12px !important;
}

#tabs table * {
    font-size: 12px !important;
}

.tender_items {
    width: 600px;
}

.tender_items span {
    float: left;
    padding: 5px 30px 5px 0px;
}

.tender_items .date {
    color: #A1A1A1;
}

.tender_items .tender_name {
    width: 450px;
}

.tender_items .tender_name a {
    color: #0A83AB;
}

.tender_items .tender_name a:hover {
    text-decoration: none;
}

.info {
    width: 800px;
}

.short-info {
    padding: 10px 0 0 102px;
}

.b-static-text {
    font-size: 1.2em;
}

.offer-input {
    width: 85px;
    padding: 5px;
    border: 1px solid #c8c8c8;
    background: #f9f9f9 url(../images/input_bg.gif) repeat-x top left;
}

#add-file {
    text-decoration: underline;
    color: #53aa39;
    cursor: pointer;
    margin: 5px 0px;
}

#add-file :hover {
    text-decoration: none;
}

.answer {
    background-color: #65bc46;
}

ul.errors li {
    list-style-type: disc;
    list-style-position: inside;
}

ul.errors {
    margin-left: 15px;
}

.actions {
}

.actions a:hover {
    text-decoration: none;
    color: #FBF8EE;
}

.emails legend {
    padding: 0 0 15px 0;
    border: none;
    font-weight: bold;
}

.link {
    font-size: 12px !important;
}

a.link {
    color: #003366;
    text-decoration: underline;
}

a.link:hover {
    text-decoration: none;
}

a.link {
    color: #369 !important;
}

button.input-button {
    margin-left: 15px;
}

.tenders-public-list .tender_items {
    padding-bottom: 35px;
}

.lot-info span {
    font-weight: bold;
    font-size: 14px !important;
    margin: 3px 10px 3px 0;
}

.lot-info .best-offer {
    font-size: 14px !important;
    color: red;
}

.lot-info .best-offer {
    font-size: 14px !important;
    color: red;
}

.lot-info .offer-step {
    font-weight: bold;
    color: green;
}

.imo-info {
    font-size: 16px !important;
    font-weight: bold;
    border-bottom: 1px solid grey;
}

span.languages {
    float: left;
    height: 43px;
    margin: 13px 0 0 15px;
    font-size: 12px;
}

span.languages a:hover {
    text-decoration: none;
}

span.languages a {
    color: #369;
}

#t7_s {
    float: left;
    padding: 0px 0px 0px 0px;
}

#t7_m {
    float: left;
    padding: 0px 0px 0px 3px;
}

.session-info {
    float: left;
    padding: 5px;
    color: #fbf8ee;
    font-family: Tahoma;
    font-size: 12px;
}

.session-info div.block, .session-info div.hasCountdown {
    margin-left: 5px;
    float: left;
}

.session-info div.renew {
    margin-left: 5px;
}

.session-info #session_timer {
    margin-right: 5px;
}

.session-info div.renew a {
    color: #fbf8ee;
}

.session-info div.renew a:hover {
    text-decoration: none;
}

.upload-documents ul {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #ececec;
}

.user a {
    text-decoration: underline;
    font-size: 12px !important;
    color: #fbf8ee;
}

.user {
    font-size: 12px !important;
    float: left;
    margin: 5px 25px 0px 0px;
    color: #fbf8ee;
}

.user div.user-info div, .user div.actions div {
    display: inline;
    margin-left: 3px;
}

/*/// BOX-CONTENT /////*/

.box {
    margin: 0px auto;
    padding: 10px;
    background-color: #f9f9f9;
    color: #666666;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.box h2 {
}

.box .divider {
    margin: 0 0 5px 0;
    border: 0;
    border-top: 1px dotted #D9D9D9;
}

.box .box-content form ul {
    padding-left: 0;
    margin-left: 0;
}
/*/// BOX-PROMOTION-CONTENT /////*/

.box-promotion {
    margin: 0px auto;
    padding: 10px;
    background-color: #dff0d8;
    color: #3c763d;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.1em;
}

.ui-datepicker-trigger {
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}

.scroll {

    /*   overflow:auto;*/
    margin: 0;
    padding: 5px;
    border: 0;
    scrollbar-face-color: #6095C1;
    scrollbar-highlight-color: #C2D7E7;
    scrollbar-3dlight-color: #85AECF;
    scrollbar-darkshadow-color: #427AA8;
    scrollbar-shadow-color: #315B7D;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #4DECF8S;
    text-align: justify;
    /* background-color: #E1F2FB;*/
    margin: 10px 0 10px 0;
}

* html .scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

tr.odd {
    background-color: #fbf8ee;
}

td.best-bid {
    background-color: #adec53;
}

td.not-best-bid {
    background-color: #F8C0C0;
}

div.timer {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    width: 110px;
}

/*ul.acceptance-list {*/
    /*width: 300px;*/
/*}*/

.query-acceptance > ul{
    /*width: 300px;*/
    min-width: 13em;
}

/*td.query-acceptance {*/
    /*width: 400px;*/
    /*overflow: visible;*/
/*}*/

td.table-actions {
    width: 130px;
}

ul.acceptance-list span.date {
    color: #808080;
    padding-left: 3px;
}

ul.acceptance-list span.type {
    font-weight: bold;
}

ul.acceptance-list span.green {
    font-weight: bold;
    color: #00CC00;
}

ul.acceptance-list span.flag {
    font-weight: bold;
}

.hidden {
    display: none;
}

.paginationControl {
    margin: 1px 0px 0px 7px;
}

span.date {
    font-weight: bold;
    font-style: italic;
}

.red {
    color: red;
    font-weight: bold;
    /*font-size: 12px;*/
}

.green {
    color: green;
    font-weight: bold;
    /*font-size: 12px;*/
}

.pagination {
    margin: 1px 0px 0px 7px;
    font-size: 12px;
}

.pagination a {
    padding: 3px;
}

.pagination .current {
    font-weight: bold;
    color: #000000;
}

.beer {
    /*float: right;*/

    height: 100px;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;

}

.ui-slider-handle {
    background-color: red !important;
    border: 1px solid #E72726 !important;
}

.float-element {
    float: left;
    margin: 0 20px 0 0;
    width: 26.5%;
}

.radio-list {
    width: 110%;
}

.small-input {
    width: 65px !important;
}

.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

#progressbar .ui-progressbar-value {
    background-color: #CCE2BB;
}

div.selectize-control {
    min-width: 200px;
    max-width: 200px;
}
.always-visible{
    display: block !important;
}

.changeLog {
    min-width: 100px !important;
}

/*.changeLog > ul {*/
    /*width: 260px;*/
/*}*/

.changeLog > ul > li {
    margin-bottom: 10px;
}

.bottom-space {
    margin-bottom: 20px;
}

tr.border-top td, tr.border-top th {
    border-top: 3px solid #C8C8C8 !important;
}

table>tbody>tr:hover>td, table>tbody>tr:hover>th, table>tbody>tr.highlight>td, table>tbody>tr.highlight>th {
    /* background-color: #F9F9F9; */
}

table>tbody>tr.notActive>td, table>tbody>tr.notActive>th {
    background-color: #FBF2F2;
}

div#userNotification {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    padding-right: 10px;
}

form#save_voyages_form input[type=text] {
    width: 130px;
}
.link_on_header a {
background: rgba(51, 183, 177, 0.4);
    padding: 10px;
    border-radius: 20px;
    color: #0b5e19;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: inherit;

}
.link_on_header {
    padding: 14px 0 0 100px;
    margin-left: 230px;
    display: inline-block;
}
a:hover {color:#ccc; text-decoration:none}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    font-family: Georgia;
}
#boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
    text-align: center;
    font-size: 17px;
    font-family: inherit;
}
#boxes #dialog {
    width:375px;
    height: min-content;
    padding:25px;
    background-color:#ffffff;
}
.close {
    float: right;
    font-size: 15px;
    margin-top: 15px;
}

.checkbox-filterKA{
    margin-left: 41%;
    margin-top: 3%;
}

.readOnlyField{
    border: none;
    /*width: 8em;*/
}

.new_voyages{
    color: red!important;
    font-weight: bold!important;
}

.innovera_radio{
    margin: 0 7px;
}

form.form-search-black-list .black_list{
    margin: 5px 5px 0 5px!important;
}

.align-center{
    text-align: center;
}

.table-responsive .table th, .table-responsive .table td {
    text-align:  center;
}
.table-responsive .table {
    font-size: 12px;
}

.body{
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif!important;
}

.box{
    font-size:  12px;
}

.ui-dialog{
    z-index: 5;
}

.ui-widget-overlay{
    z-index: 4;
}

table thead tr th h3{
    text-align: left!important;
}

.default-table .time-left{
    padding: 0!important;
}

div.box-content form#supplier li label, div.box-content form#profile li label, div.box-content form#password_change li label{
    padding: 0!important;
    margin-bottom: 0!important;
}

form#calcualte_form ul fieldset#fieldset-accordionPart div.accordion li.element-container h3.ui-accordion-header{
    padding: 0;
    margin: 0;
}

span#view-pwd, span#view-repeat-pwd, span#view-old-pwd{
    cursor: pointer;
}

.ui-widget-content a.popover-icon{
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

#tabs-2 form#supplier{
    height: initial;
}

.autorization-kostya form{
   color: #000;
}

.block-container {
    margin-left: 5px;
    margin-top: 55px;
}

.block-column {
    display: inline-flex;
}

.type-block {
    width: 25px;
    height: 25px;
    border: 1px solid rgb(205, 205, 205);
}

.type-block__description {
    margin-left: 10px;
    margin-top: 4px;
    font-weight: bold;
    color: #5f5f5f;
}

.is-white {
    background: #ffffff;
}

.is-grey {
    background: rgb(242, 242, 242);
}

.is-light-blue {
    background: rgba(102, 204, 204, 0.4);
}

.is-fixed-width {
    width: 80rem;
}

.is-float-right {
    float: right;
}