
html, body {
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px;
    color: #303030;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    min-height: 100%;
}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 30px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  padding: 1px 0;
}


table.inner-inv tbody tr:nth-child(odd) td{ /* Задаем стили для нечетных рядов таблицы */
    background: #fff!important;
}
table.inner-inv tbody tr:nth-child(even) td{ /* Задаем стили для четных рядов таблицы */
    background: #f6f9fe!important;
}

table.inner-inv tbody tr:nth-child(even) td:last-child{ /* Задаем стили для четных рядов таблицы */
    background: #fff!important;
}


.select-wrapper{
    display: inline-block;
}

.select-wrapper>select2{
    width: 45px;
}

select{
    width: 55px;
    padding: 5px;
    font-size: 14px!important;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    background: url(/public/img/clicktransfert/if_basics-08_296826.png) no-repeat right #fff;
    -webkit-appearance: none;
    text-align: center;

}


.select2-dropdown.select2-dropdown--below{
      /*width: 108px !important;*/
}

.select2-container--default .select2-selection--single{
    padding:6px;
    height: 57px;
    font-size: 1.2em;
    position: relative;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  color: #ccc;
  font-size: 1.1em;
  position: absolute;
  top: 3px!important;
  right: 0px;
}


.footers {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
}

a,
a:hover,
a:focus {
    color: #555555;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
}

.none{
    display: none;
}



.borderless > tbody > tr > td,
.borderless > tbody > tr > th
{
    border: none;
}

.btn-ok {
    border-radius:6px;
    background-color:#eb5c24;
    color:white;
    width:140px;
    height:30px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 2px 0px #be4211;
}

.btn-cancel {
    border-radius:6px;
    background-color:#499938;
    color:white;
    width:140px;
    height:30px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 2px 0px #3c802e;
}


.trlink:hover{
    color:green;
}

/* Додамо до існуючих стилів steps */
.steps {
    background-color:#cccccc;
    padding: 6px 5px 6px 5px; /* Збільшено padding-top на 1px для зміщення тексту вниз, зменшено padding-bottom на 2px для загального зменшення висоти */
    margin-left:1px;
    margin-bottom: 0 !important; /* Запобігаємо наступленню контенту знизу */
    white-space: nowrap; /* Запобігає переносу */
    font-size: 0; /* Видаляє проміжки між inline-block елементами */
    font-weight: normal !important; /* Зміна з жирного на нормальний */
    overflow: visible !important; /* Забезпечуємо видимість всього контенту */
    line-height: 1.1; /* Зменшуємо line-height для зменшення висоти */
}

.step1, .step2, .step3 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 14px; /* Відновлюємо розмір шрифту */
    font-weight: normal !important; /* Зміна з жирного на нормальний */
    height: 100% !important; /* Забезпечуємо однакову висоту всіх кроків */
    min-height: 100% !important;
    line-height: 1.1; /* Зменшуємо line-height для зменшення висоти */
}

.step1 {
    position: relative;
}

.step1 span {
    display: inline-block;
    position: absolute;
    top: 7px; /* Збільшено на 2px для зміщення тексту вниз */
    left: 90px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-weight: normal !important; /* Зміна з жирного на нормальний */
}

.step2 {
    margin-left: -96px !important; /* Збільшуємо негативний margin на 2 см (76px) для наїздження на стрілку step1 */
    font-weight: normal !important; /* Зміна з жирного на нормальний */
    position: relative;
    z-index: 1; /* Забезпечуємо правильне накладання */
}

/* Більш специфічний селектор для step2 в контейнері steps */
.steps .step2,
.steps .col-lg-4.step2,
.steps .col-sm-4.step2,
.steps .col-sm-6.step2,
.col-lg-12.steps .step2,
.col-lg-12.steps .col-lg-4.step2,
div.steps div.step2,
div.steps div.col-lg-4.step2 {
    margin-left: -96px !important; /* Збільшуємо негативний margin на 2 см для наїздження на стрілку step1 */
    left: -38px !important; /* Додатковий зсув через position: relative */
}

/* Стиль для другого блоку step1 (Step 2: Passenger data) */
.steps .step1:nth-child(2),
.steps .col-lg-4.step1:nth-child(2),
.col-lg-12.steps .step1:nth-child(2),
.col-lg-12.steps .col-lg-4.step1:nth-child(2) {
    margin-left: -65px !important; /* Збільшуємо негативний margin на 30px для зсуву вліво */
    position: relative !important;
    z-index: 1 !important;
}

.step2 span {
    display: inline-block;
    position: absolute;
    top: 7px; /* Збільшено на 2px для зміщення тексту вниз */
    left: 140px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-weight: normal !important; /* Зміна з жирного на нормальний */
}

.step3 {
    margin-left: 2px;
    font-weight: normal !important; /* Зміна з жирного на нормальний */
}

.step3 span {
    display: inline-block;
    position: absolute;
    top: 7px; /* Збільшено на 2px для зміщення тексту вниз */
    left: 100px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-weight: normal !important; /* Зміна з жирного на нормальний */
}

input.square[type='checkbox']{
    -webkit-appearance:none;
    -moz-appearance:none;
    width:22px;
    height:22px;
    border:1px solid rgba(0,0,0,.3);
    outline:none;
    margin:5px;
    box-sizing:border-box;
}
input.square[type='checkbox']:checked::before{
    content:'';
    display:block;
    width:8px;
    height:16px;
    border:1px solid #3f9568;
    -moz-border-bottom-colors: #3f9568;
    -moz-border-left-colors: #3f9568;
    -moz-border-right-colors: #3f9568;
    -moz-border-top-colors: #3f9568;
    border-width:0px 3px 3px 0px;
    -webkit-transform:rotateZ(40deg);
    -moz-transform:rotateZ(40deg);
    margin:0px 6px;
    /*pointer-events:none;*/
}
.not_cond{
    pointer-events: none;
}

select.empty {
    color: grey;
    font-size: 12px;
    width: 90px;
    padding: 8px;
}
/* Hidden placeholder */
select option[disabled]:first-child {
    display: none;
}
.error{
    border: 1px solid red!important;
}
[class^='select2'] {
    border-radius: 0px !important;

}
.select2-container .select2-selection--single{
    height:34px!important;
    padding:0px
}

.checkbox label, .radio label {
    padding-left: 0;
    font-size: 18px;
}

.checkbox>label>span{
    margin-left: 10px;
}

.radio1 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.radio1>label>span{
    margin-left: 10px;
    font-weight: normal;
}

input.square[type='checkbox']{
    -webkit-appearance:none;
    -moz-appearance:none;
    width:15px;
    height:15px;
    border:1px solid rgba(0,0,0,.3);
    outline:none;
    margin: 7px 3px;
    box-sizing:border-box;
}
input.square[type='checkbox']:checked::before{
    content:'';
    display:block;
    width:8px;
    height: 12px;
    border:1px solid #3f9568;
    -moz-border-bottom-colors: #3f9568;
    -moz-border-left-colors: #3f9568;
    -moz-border-right-colors: #3f9568;
    -moz-border-top-colors: #3f9568;
    border-width:0px 3px 3px 0px;
    -webkit-transform:rotateZ(40deg);
    -moz-transform:rotateZ(40deg);
    margin: 0px 2px;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
}

input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background:green;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.accordion {
    overflow:hidden;
}
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    transition:all linear 0.15s;
    font-size:1.200em;
    color:  #008600;
}

.faq-i{
    display:inline-block;
    float:left;
    color:  #008600;
}
.faq-text{
    font: 10 0.94em sans-serif;
    display:inline-block;
    width:95%;
    padding-left: 3px;
    color:  #008600;
}

.faq-text>span{
    border-bottom: 1px dashed #499838;
}

.active>span{
    border-bottom: 1px dashed #eb5c24;
}


.accordion-section-title>.active, .accordion-section-title:hover {
    color: #eb5c24;
}
.accordion-section:last-child .accordion-section-title {
    /*border-bottom:none;*/
}

/*----- Section Content -----*/
.accordion-section-content {
    padding-left:35px;
    display:none;
}


table.inv {
    width:100%;
    margin-top:15px;
    border:#fff 1px solid;
}
table.inv th {
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.thcenter{
    text-align: center;
}

.thleft{
    text-align: left;
}

.thright{
    text-align: right;
}

.tdcenter{
    text-align: center;
}

.tdleft{
    text-align: left;
}

.tdright{
    text-align: right;

}

table.inv td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #e1eafb;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

table.inner-inv th {
    border-bottom:1px solid #e1eafb!important;
}

table.inner-inv td {
    padding:10px;
    border-top: 1px solid #e1eafb;
    border-bottom:1px solid #e1eafb;
    border-left: 1px solid #e1eafb;
    border-right: 1px solid #e1eafb;
    background-color: #fff!important;
}


.addserv {
    color: #499938;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    padding-right: 2px;
    padding-left: 2px;
}

a.addserv:hover{
    text-decoration:none;
    color: #499938;
}
.divaddServ{
    display: inline;
}

.inb_btn_saved{
    background-color:#499938;
    color:white;
    width:60px;
    display:inline-block;
    text-align:center;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 5px 5px 0px;
}
.inb_btn_saved>a{
    color:white;
}

.inb_btn_next>a{
    color: #aaaaaa;
}
.inb_btn_current{
    background-color:#cccccc;
    color: #333333;
    width:60px;
    display:inline-block;
    text-align:center;
    border-radius: 5px 5px 0 0;
    padding-bottom: 5px;
}

.inb_btn_next{
    background-color:#cccccc;
    color: #aaaaaa;
    width:60px;
    display:inline-block;
    text-align:center;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 0px 5px 5px;
    display: none;
}

.num_order{
    padding-left: 7px;
    float: left
}


.taxi_order {
    margin-left: -16px;
}

a.taxi_order:hover {
    text-decoration: none;
}
.inb_btn_saved>.cancel_order {
    background-color: #3c802e;
    display: inline-block;
    margin-right: -24px;
    border-radius: 0px 5px 5px 0px;
    width: 15px;
    margin-left: 2px;

}

.inb_btn_current>span{
    font-weight: bold;
}

.inb_btn_next>.cancel_order {

    display: inline-block;
    margin-right: -24px;
    border-radius: 0px 5px 5px 0px;
    width: 15px;
    margin-left: 1px;

}

.inb_btn_current>.cancel_order {
    background-color: #cccccc;
    display: inline-block;
    margin-right: -24px;
    border-radius: 0px 5px 5px 0px;
    width: 15px;
    margin-left: 1px;
    color: #333333;
}

.inb_btn_current>a {
    color: #333333;
}

.inb_btn_current>.cancel_order>a {
    color:#333333;
}
.inb_btn_saved>.cancel_order>a {
    color:#fff;
}
.inb_btn_next>.cancel_order>a {
    color:#aaa;
}


#link_search{
    margin-top: 2px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 370px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0px!important;
}

.btnspace {
    width: 5px;
    display: inline-block;
}

.modal-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    margin: 18px 0px 18px 0px;
}

.modal-close {
    background-color:#aaaaaa!important;
    opacity: .8!important;
    border-radius: 8px;
    height:14px;
    width:14px;
    padding-left:3px;
    font-size: 14px!important;
    color: white!important;
}

.price {
    color:#eb5c24;
}

.payicon {
    border: 1px solid #ccc;
    text-align: center;
    width: 165px;
    height: 165px;
    vertical-align: middle;
}

.payimg {
    width: 125px;
    height: 125px;
    margin-top: 16px;
}

/* === СABINET === */
.cabinet {
    padding: -20px!important;
}

.cabimg {
    width: 100px; /* поддерживаются любые единицы, в том числе проценты */
    height: 100px;
    background: #eb5c24;
    border-radius: 50%;
    text-align: center;
    margin-left: 40px;
    margin-top: 20px;
    padding-top: 35px;
    color: #fff;
}

.cabimg>p>a{
    color: #fff;
}


.cablogo {
    background-color: #e1eafb;
    width: 180px;
    display: inline-block;
    float: left;
    border-right: 1px solid #ccc;
}

.cabinfo{
    text-align: center;
    margin-top: 10px;
}

.authcab{
    width: 180px;
    display: inline-block;
}

.authcab0{
    /*width: 195px;*/
    /*display: inline-block;*/
}

.cab-menu {
   border-radius: 0px!important;
   padding:0px!important;
   box-shadow:none!important;
   margin-bottom: 1px;
}
.cab-menu li {

}
.cab-menu>li>a {
    float: none;
    color: #3b3b3d;
    background-color: #fff!important;
    display: block!important;
    padding-left:20px!important;
    border-bottom: 1px solid #ccc;

    text-transform: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cab-menu li:last-child a {
    border-bottom: none !important;
}

.cab-menu>li>a:hover {
    background-color: #499938!important;
    color: #fff!important;
    text-decoration: none;
}

.cab-menu li a {
   padding-left: 20px !important;
}

#my-tooltip-1+.tooltip>.tooltip-inner {
        padding: 15px;
        font-size: 120%;
        background-color: #FFEB6C;
        color: #374D40;
}
#my-tooltip-1+.tooltip>.tooltip-arrow {
        background-color: #FFEB6C;
}

.cabicon {
    background: #eb5c24;
    border-radius: 50%;
    color: white;
    padding: 3px 7px 3px 7px;
}
a.cabicon:focus, a.cabicon:hover{
    color: #fff;
    text-decoration: none;
}
a.button-saveact{
    color: #fff;
    text-decoration: none;
}
a.button-new{
    color: #fff;
    text-decoration: none;
}
a.button-order{
    color: #fff;
    text-decoration: none;
}
#select {
    border: none;
    text-align: center;
}

#select:before
{
  content: ">";
}

#select>option{
    border: none!important;
    text-align: center;
}

.popover {
    max-width: 450px;
    width: 450px;
}

a.dot {
    color: green;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #499838; /* Добавляем свою линию */
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}




.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.trlink{
    color:green;
}

.from{
    width: 350px;
    padding: 5px;
}

.cli{
    width: 260px;
    padding: 5px 0 5px 5px;
    margin-left: -10px;
}
.age{
     width: 30px;
     margin-right: -15px;
    margin-left: -15px;
}

/* === List Styles === */
.contact_form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form li:first-child, .contact_form li:last-child {
    border-bottom:1px solid #777;
}

/* === Form Header === */
.contact_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252;
    margin:5px 0 0 0;
    display:inline;
    float:right;
}

/* === Form Elements === */
.contact_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {

    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

li select {
        padding:5px 8px;
        border:1px solid #aaa;
        box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
        border-radius:2px;
        padding-right:30px;
        width: 33%;
}
    /* form element visual styles */
    .contact_form input, .contact_form textarea {
        border:1px solid #aaa;
        box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
        border-radius:2px;
        padding-right:30px;
        -moz-transition: padding .25s;
        -webkit-transition: padding .25s;
        -o-transition: padding .25s;
        transition: padding .25s;
    }
    .contact_form input:focus, .contact_form textarea:focus {
        background: #fff;
        border:1px solid #555;
        box-shadow: 0 0 3px #aaa;
        padding-right:70px;
    }

/* === HTML5 validation styles === */
.contact_form input:required, .contact_form textarea:required {
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
    background: #fff url(../images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff url(../images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

/* === Form hints === */
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C";
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}

.select2 {
    width: 250px;
}

.select3 {
    width: 354px;
}

#position{
    width: 355px;
}

#kcb_cbtypeacc{
    width: 520px;
}

#sel_kolpas{
    width: 100px;
}

#sel_kolchild{
    width: 100px;
}

.block_name{
    font-size: 18px;
    font-weight: bold;
}

.page_name{
    font-size: 18pt;
    margin-bottom: -12px;
}

.label_form{
    text-align: right!important;
}

#childAge{
    width: 100px;
}

.green-link {
    color: #008e00;
    text-decoration: underline;
}

.h1, h1 { font-size: 24px; margin-bottom: 18px; }
.h2, h2 { font-size: 20px; }
.h3, h3 { font-size: 18px; }
.h4, h4 { font: normal italic 18px; }
.h5, h5 { font: normal italic 16px; }
.h6, h6 { font: normal italic 14px; }

.w90 { min-width: 90px; }
hr {
    border-top: 1px solid #cdcdcd;
}
option:first {
    color: #999;
}
.db {
    display: block !important;
    width: 100%!important;;
    padding: 6px 0px 8px 5px!important;
    border: solid 1px #c4c4c4!important;

}
.db2:invalid {
    display: block !important;
    width: 100%;
        padding:5px;
        color:grey;
        font-size: 10px;
}
.info {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color:#eb5c24;
        font-size: 12px;
        font-style: italic;
}

.info2 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color:#aaaaaa;
        font-size: 12px;
        font-style: italic;
}

.info-i {
        display:inline-block;
        float:left;
}

.info-text{
        display:inline-block;
        width:95%;
        padding-left: 3px;
}

/* .cancel_input видалено - хрестики прибрано */
.cancel_input {
    display: none !important;
}

/* Стилі для date_input та time_input видалено, оскільки використовуємо HTML5 input типи */
.date_input,
.time_input {
    display: none !important; /* Приховуємо залишкові іконки календаря та годинника */
}

/* .cancel_inputjs видалено - хрестики прибрано */
.cancel_inputjs {
    display: none !important;
}

/* .cancel_inputfind видалено - хрестики прибрано */
.cancel_inputfind {
    display: none !important;
}

/* Приховуємо всі можливі хрестики в формі Step 2 */
.k2transferzakaz_zakaz_2 .fa-times-circle,
.k2transferzakaz_zakaz_2 a[class*="cancel"],
.k2transferzakaz_zakaz_2 a[class*="clear"] {
    display: none !important;
    visibility: hidden !important;
}

/* Поля з кнопками очищення - прямі кути та чорна обводка */
.has-feedback input.form-control,
.has-feedback textarea.form-control,
.has-feedback .form-control,
.has-feedback-clear input.form-control,
.has-feedback-clear textarea.form-control,
.has-feedback-clear .form-control {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}

/* Поля дати та часу - прямі кути та чорна обводка */
input[type="date"],
input[type="time"],
.date-time-group input[type="date"],
.date-time-group input[type="time"],
.form-group.date-time-group input[type="date"],
.form-group.date-time-group input[type="time"] {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}

/* Поля Number of passengers та Number of children - така ж висота як поля дати/часу та в 3 рази менша ширина */
/* Використовуємо максимальну специфічність для перевизначення глобальних стилів */
#kolpas .select2-container.select2-container--default,
#kolchild .select2-container.select2-container--default,
#kolpas select.select2 + .select2-container.select2-container--default,
#kolchild select.select2 + .select2-container.select2-container--default,
div#kolpas .select2-container,
div#kolchild .select2-container {
    width: calc(16% - 2%) !important;
    min-width: 100px !important;
    max-width: calc(16% - 2%) !important;
}

#kolpas .select2-selection.select2-selection--single,
#kolchild .select2-selection.select2-selection--single,
#kolpas .select2-container--default .select2-selection--single,
#kolchild .select2-container--default .select2-selection--single,
#kolpas select.select2 + .select2-container .select2-selection--single,
#kolchild select.select2 + .select2-container .select2-selection--single,
div#kolpas .select2-container--default .select2-selection--single,
div#kolchild .select2-container--default .select2-selection--single {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    padding: 0 !important;
    line-height: 34px !important;
}

#kolpas .select2-selection__rendered,
#kolchild .select2-selection__rendered,
#kolpas select.select2 + .select2-container .select2-selection__rendered,
#kolchild select.select2 + .select2-container .select2-selection__rendered,
div#kolpas .select2-selection__rendered,
div#kolchild .select2-selection__rendered {
    line-height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 8px !important;
    padding-right: 20px !important;
    height: auto !important;
}

#kolpas .select2-selection__arrow,
#kolchild .select2-selection__arrow,
#kolpas select.select2 + .select2-container .select2-selection__arrow,
#kolchild select.select2 + .select2-container .select2-selection__arrow,
div#kolpas .select2-selection__arrow,
div#kolchild .select2-selection__arrow {
    height: 32px !important;
    top: 1px !important;
    right: 5px !important;
    width: 20px !important;
}

#kolpas .select2-container--default .select2-selection--single .select2-selection__arrow b,
#kolchild .select2-container--default .select2-selection--single .select2-selection__arrow b,
#kolpas select.select2 + .select2-container .select2-selection--single .select2-selection__arrow b,
#kolchild select.select2 + .select2-container .select2-selection--single .select2-selection__arrow b,
div#kolpas .select2-container--default .select2-selection--single .select2-selection__arrow b,
div#kolchild .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50% !important;
    margin-top: -2px !important;
}

/* Переопределение стилей для select2, чтобы они не перезаписывались другими библиотеками */
#kolpas select.select2,
#kolchild select.select2 {
    display: none !important;
}

#kolpas .select2-container,
#kolchild .select2-container {
    display: inline-block !important;
    vertical-align: middle !important;
}

.finddiv {
    position: relative !important;
    padding: 0 !important;
    height: 100% !important;
}

/* Зміщення зображення профілю вправо на 10 см та вниз на 10 см - абсолютне позиціонування */
.cardman-wrapper {
    position: relative !important;
    height: 0 !important; /* Не займає місце в потоці документа */
    overflow: visible !important; /* Дозволяє зображенню виходити за межі */
    margin: 0 !important;
    padding: 0 !important;
}

img.cardman {
    position: absolute !important;
    left: 286px !important; /* 7.7 см вправо - 3px */
    top: 228px !important; /* 5.8 см вниз + 10px */
    z-index: -1 !important; /* За полями форми */
    pointer-events: none !important; /* Щоб не заважало клікам на інші елементи */
    margin: 0 !important; /* Прибираємо margin, щоб не впливало на позицію */
}

/* Стилі для кнопок очищення полів */
a.cancel_auth2.form-control-feedback.clearinp,
a.form-control-feedback.clearinp {
    color: #999 !important;
}

a.cancel_auth2.form-control-feedback.clearinp:hover,
a.form-control-feedback.clearinp:hover {
    color: #666 !important;
}

#caption_table {
    height: 60px;
    font-size: 30px;
}

#datepicker{
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;
    width: 165px;
}

#timepicker{
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;
    width: 165px;
}

#datepicker1{
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;
    width: 165px;
}

#timepicker1{
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;
    width: 165px;
}

#datepicker2{
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;

}

#timepicker2{
    background-image: url(/public/img/clicktransfert/time.png);
    background-repeat: no-repeat; /*Убираем повтор изображения*/
    background-position: 99%; /*Позиционируем*/
    padding: 3px 0 5px 5px;
    width: 165px;
}

select:invalid { color: gray; }
.dib { vertical-align: top; display: inline-block; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }

/* Buttons */
.button {
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
    font-weight: normal;
    letter-spacing: .5px;
    border: none;

    background: rgb(3,190,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(3,190,0,1) 0%, rgba(0,127,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03be00', endColorstr='#007f00',GradientType=0 );
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.button-mini {
    padding: 5px 15px 4px;
    font-size: 14px;
    height: 29px;
    min-height: 29px;
    max-height: 29px;
}
.button-gray {
    background: rgb(205,205,205);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(205,205,205,1) 0%, rgba(188,188,188,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(205,205,205,1) 0%,rgba(188,188,188,1) 100%);
    background: linear-gradient(to bottom,  rgba(205,205,205,1) 0%,rgba(188,188,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#bcbcbc',GradientType=0 );
}
.button:hover,
.button:focus {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
.button-red {
    background: rgb(254,1,1);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(254,1,1,1) 0%, rgba(172,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(254,1,1,1) 0%,rgba(172,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,1,1,1) 0%,rgba(172,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0101', endColorstr='#ac0000',GradientType=0 );
}


.button-order {
    display: inline-block;
    height: 34px;
    line-height: 35px;
    position: relative;
    background-color: #499938;
    color:rgb(255,255,255);
    text-decoration: none;
    width: 170px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px #3c802e;
}

.button-order:hover {
    text-decoration: none!important;
    color: white;
}

.button-new {
    display: inline-block;
    height: 34px;
    line-height: 35px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: #499938;
    color:rgb(255,255,255);
    text-decoration: none;

    letter-spacing: 1px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px #3c802e;
}

.button-new span {
    position: absolute;
    left: 0;
    width: 35px;
    background-color:#3c802e;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 24px;
    padding-left: 7px;
}

.button-new:hover {
    text-decoration: none!important;
    color: white;
}

.button-new:hover span, .button.active span {
    text-decoration: none!important;
    color: white;
}

.button-new:active {
    margin-top: 2px;
    margin-bottom: 13px;
}

.button-save {
    display: inline-block;
    height: 34px;
    line-height: 35px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: #cccccc;
    color:rgb(255,255,255);
    text-decoration: none;

    letter-spacing: 1px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px #aaaaaa;
}

.button-save span {
    position: absolute;
    left: 0;
    width: 35px;
    background-color:#aaaaaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 24px;
    padding-left: 7px;
}

.button-save:hover {
    text-decoration: none!important;
    color: white;
}

.button-save:hover span, .button.active span {
    text-decoration: none!important;
    color: white;
}

.button-save:active {
    margin-top: 2px;
    margin-bottom: 13px;
}


.button-saveact {
    display: inline-block;
    height: 34px;
    line-height: 35px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: #499938;
    color:rgb(255,255,255);
    text-decoration: none;

    letter-spacing: 1px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px #3c802e;
}

.button-saveact span {
    position: absolute;
    left: 0;
    width: 35px;
    background-color:#3c802e;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 24px;
    padding-left: 7px;
}

.button-saveact:hover {
    text-decoration: none!important;
    color: white;
}

.button-saveact:hover span, .button.active span {
    text-decoration: none!important;
    color: white;
}

.button-saveact:active {
    margin-top: 2px;
    margin-bottom: 13px;
}

#btn_next {
    display: none!important;
}

#btn_search {
    display: none!important;
}

#btn_send {
    display: none!important;
}

/* End - Buttons */

/* Forms */
input[type="text"],
input[type="date"],
select,
textarea,
.form-control,
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    border: 1px solid #a9a9a9;
    font-size: 14px;
    color: #303030;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input#phone1{
    margin-left: 0px;
}

input.number{
    width:254px;
    margin-left: 0px;
}

input#phone_code{
    width:80px;
}

input.code{
    width:80px;
}

#notbutt{
    cursor: pointer;
}

textarea,
textarea.form-control {
    min-height: 165px;
}

.input-group-mini .form-control {
    min-height: 20px !important;
    font-size: 14px !important;
    line-height: 28px;
    height: 28px;
}
.input-group-mini .btn {
    height: 28px !important;
    min-height: 28px !important;
    font-size: 14px !important;
    width: 28px !important;
}

.input-group-mini .checkbox { margin: 0; }
.input-group-mini .checkbox label {
    margin: 0 6px 0 0;
    font-size: 14px;
}
.input-group-mini .jq-checkbox {
    width: 17px;
    height: 17px;
}
.input-group-mini .jq-checkbox.checked .jq-checkbox__div {
    width: 13px;
    height: 13px;
}

.select-mini .jq-selectbox__select {
    height: 29px;
    padding: 0 45px 0 10px;
    border: 1px solid #545454;
    border-radius: 0;
    background: #fff;
    font: 14px/29px Arial, sans-serif;
    color: #303030;
    text-shadow: none;
}

.select-mini .jq-selectbox__trigger {
    width: 27px;
}

.select-mini .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 0;
    height: 0;
    border-top: 6px solid #545454;
    border-right: 5.5px solid transparent;
    border-left: 5.5px solid transparent;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #545454;
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    font: 14px/18px Arial, sans-serif;
}

input:focus,
textarea:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #545454;
}
.form-group {
    margin-bottom: 13px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
}
.jq-selectbox.focused .jq-selectbox__select {
    border-color: #545454;
}
.jq-selectbox__select {
    height: 36px;
    padding: 0 45px 0 10px;
    border: 1px solid #545454;
    border-radius: 0;
    background: none;
    font: 18px/36px Arial, sans-serif;
    color: #303030;
    text-shadow: none;
}
.col-sm-2 .jq-selectbox__select {
    padding-left: 5px;
    padding-right: 40px;
}
.jq-selectbox__select:hover {
    background: none;
}
    .jq-selectbox__trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 100%;
        border-left: 1px solid #545454;
    }
        .jq-selectbox__trigger-arrow {
            position: absolute;
            top: 14px;
            right: 9px;
            width: 0;
            height: 0;
            border-top: 9px solid #545454;
            border-right: 8.5px solid transparent;
            border-left: 8.5px solid transparent;
        }


.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    border: 1px solid #545454 !important;
    margin: 0 10px 0 0;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none;
    cursor: pointer;
}
    .jq-checkbox.checked .jq-checkbox__div {
        width: 25px;
        height: 25px;
        margin: 1px 0 0 1px;
        border-radius: 0;
        box-shadow: none !important;

        background: rgb(3,190,0);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(3,190,0,1) 0%, rgba(0,127,0,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
        background: linear-gradient(to bottom,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03be00', endColorstr='#007f00',GradientType=0 );
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    }

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    width: 35px;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    margin-top: 1px;
    position: relative;
}
.datepicker-btn {
    background: url(../image/calendar-ico.png) no-repeat center center;
}

.select-hint {
    position: absolute;
    top: 6px;
    left: 100%;
    margin-left: -7px;
    font-size: 14px;
}

.form-group-section {
    position: relative;
}
.form-group-section-hint {
    position: absolute;
    top: 0;
    left: 100%;
    background: #ddebfc;
    padding: 10px;
    text-align: center;
    margin-left: 82px;
    max-width: 233px;
    line-height: 24px;
    width: 233px;
}
    .form-group-section-hint:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        margin: -8px 0 0 -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #dcebfb transparent transparent;
    }
.form-group-hint {
    position: absolute;
    top: -9px;
    left: 100%;
    background: #ddebfc;
    padding: 10px;
    text-align: center;
    margin-left: 52px;
    max-width: 233px;
    line-height: 24px;
    width: 233px;
}
    .form-group-hint:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        margin: -8px 0 0 -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #dcebfb transparent transparent;
    }
.form-with-line {}
.form-with-line fieldset {
    position: relative;
}
    .form-with-line fieldset:before,
    .form-with-line fieldset .circle {
        position: absolute;
        top: -15px;
        left: -166px;
    }
    .form-with-line fieldset:last-child .circle {
        top: auto;
        bottom: 15px;
    }
    .form-with-line fieldset:last-child:before {
        bottom: 15px !important;
    }

    .form-with-line fieldset:before {
        width: 3px;
        display: block;
        content: '';
        bottom: 0;
    }
    .form-with-line fieldset .circle {
        margin-left: -20px;
    }
    .form-with-line fieldset.active:before {
        background-position: 0 0;
    }
.transfer-fieldset {
    margin-top: 0px;
    border-top: 1px solid #cdcdcd;
    padding-top: 15px;
}
.form-calculate-result .transfer-fieldset {
    padding-bottom: 15px;
}
.form-calculate-result .transfer-fieldset:first-child {
    border-top: none !important;
}
/* End - Forms */

/* Steps */
.steps-wrapper {
    text-align: justify;
    overflow: hidden;
    height: 43px;
    margin-bottom: 15px;
    margin-top: -9px;
    width: 270px;
    margin: 0 auto 15px;
}
    .steps-helper {
        display: inline-block;
        width: 100%;
    }
    .steps-wrapper .circle {}
    .circle-step {
        background-position: -50px -200px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 7px;
        text-align: center;
        display: inline-block;
        line-height: 1;
        z-index: 3;
        position: relative;
    }
    .circle-step:before {
        content: '';
        display: block;
        z-index: 2;
        width: 70px;
        height: 3px;
        top: 50%;
        position: absolute;
        left: 100%;
    }
    .circle-step.active:before {
        background-position: 0 0;
    }
        .circle-step small {
            display: block;
            text-align: center;
            font: normal 10px Arial;
            line-height: 1;
        }
    .circle-step.active {
        background-position: 0 -200px;
    }
/* End - Steps */

/* Circles */
.circle {
    width: 43px;
    height: 43px;
    display: inline-block;
    background-image: url(../image/circles.png);
    background-repeat: no-repeat;
}
.circle-down { background-position: -50px 0; }
.active .circle-down { background-position: 0 0; }
.circle-plus { background-position: -50px -50px; }
.active .circle-plus { background-position: 0 -50px; }
.circle-calc { background-position: -50px -100px; }
.active .circle-calc { background-position: 0 -100px; }
.circle-up { background-position: -50px -150px; }
.active .circle-up { background-position: 0 -150px; }
.circle-number {
    background-position: -50px -200px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.active .circle-number { background-position: 0 -200px; }
.circle-cart { background-position: -50px -250px; }
.active .circle-cart { background-position: 0 -250px; }
.circle-sum { background-position: -50px -300px; }
.active .circle-sum { background-position: 0 -300px; }
.circle-price { background-position: -50px -350px; }
.active .circle-price { background-position: 0 -350px; }
.circle-check { background-position: -50px -400px; }
.active .circle-check { background-position: 0 -400px; }
.circle-user { background-position: -50px -450px; }
.active .circle-user { background-position: 0 -450px; }
.circle-door { background-position: -50px -500px; }
.active .circle-door { background-position: 0 -500px; }

/* End - Circles */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/* Header */
.header {
    padding: 0 0 6px;
}
    .header-logo {
        background-size: contain;
        display: block;
        margin: 8px 0 0 15px;
    }

    .header-menu {
        margin: 17px 0 3px 30px;
    }
        .header-menu li {
            display: inline-block;
            margin-right: 20px;
        }
            .header-menu a {
                display: inline-block;
                color: #303030;
                text-decoration: underline;
            }
            .header-menu a:hover,
            .header-menu a:focus {
                color: #303030;
                text-decoration: none;
            }

    .header-phones {
        background: url(../image/header-phones-ico.png) no-repeat 0px 4px;
        color: #555555;
        font-size: 24px;
        font-weight: bold;
        padding: 10px 0 0 92px;
                margin-right: 30px;
    }

    .header-phone {
        color: #333333;
        font-size: 17px;
        padding: 15px 0 0 92px;
        margin-left: 80px;
    }

    .header-cart {
        margin-top: 14px;
    }
        .header-cart-info {
            border: 1px solid #c0c0c0;
            font-size: 18px;
            margin-bottom: 11px;
            padding: 4px 10px 5px 10px;
            position: relative;
        }
            .header-cart-info:after {
                background: url(../image/header-cart-ico.png) no-repeat 0 0;
                content: '';
                display: inline-block;
                height: 40px;
                position: absolute;
                right: -16px;
                top: -5px;
                width: 58px;
            }
        .header-cart-button {
            display: block;
        }

                .backgric{
                            background-color: #499938;
                            border-radius: 50%;
                            color: white;
                            padding: 2px 6px 1px 5px;
                            margin-right: 10px;
                            font-size: 13px;
                        }

                        .fa-phone{
                            margin-right: -5px;
                        }
/* End - Header */

/* Main Menu */
.main-menu-wrapper {
    border-bottom: 2px solid #cccccc;
        margin-bottom: 5px;
}


.main-menu-wrapper ul {
    margin-bottom: -5px;
}
        .main-menu-wrapper li {
            float: left;

        }
        .main-menu-wrapper li:first-child a {
            /*padding-left: 0 !important;*/
        }

            .main-menu-wrapper a {
                color: #333333;
                text-transform: uppercase;
                padding: 5px 10px 5px 10px;
                display: inline-block;
                                font-size: 14px;

            }

           .main-menu-wrapper a:hover {
                 text-decoration: none;
            }

                        .noneBord1{
                            background-image: url(../image/line.png);

                                background-position: right;
                                background-repeat: no-repeat;
                        }
                        .noneBord2{
                            background-image: none;
                        }
                        .dropdown-menu {
                           border-radius: 0px!important;
                           padding:0px!important;
                           box-shadow:none!important;
                        }
                        .dropdown-menu li {

                            float: none;

                        }
                        .dropdown-menu>li>a {
                            float: none;
                            background-color: #ccc!important;
                            display: block!important;
                            padding-left:20px!important;
                            border-bottom: 1px solid #fff;
                            text-transform: none;
                        }

                        .dropdown-menu li:last-child a {
                            border-bottom: none !important;
                        }

                        .dropdown-menu>li>a:hover {
                            background: linear-gradient(to bottom, #fe1f1f 50%, #d0080a 100%);
                            color: #fff!important;
                        }
                        .dropdown:hover .dropdown-menu {
                            display: block;
                            margin-top: 0;
                         }
                        .dropdown-menu li a {
                           padding-left: 20px !important;
                        }
/* End - Main Menu*/

/* Footer Menu */
.footer-menu-wrapper {
    padding: 2px;
}
    .footer-menu-wrapper ul {}

     .footer-menu-wrapper li:first-child a{
        display: none;
    }
.footer-menu-wrapper .main-menu-wrapper{
    border-bottom: none;
}

.footer-menu-wrapper .main-menu-wrapper a{
    border: none;

}

.footer-menu-wrapper .main-menu-wrapper .noneBord1 {
    background-image: none;

}

.footer-menu-wrapper .main-menu-wrapper .menu-active {
    text-decoration: underline!important;
    color: grey!important;
}

.footer-menu-wrapper .main-menu-wrapper a:hover{
    background: white;
    color: grey!important;
    text-decoration: underline;

}

        .footer-menu-wrapper li:last-child a {
            border-right: none !important;
        }

            .footer-menu-wrapper a {
                color: #4f4b43;
                text-transform: none;
                font-size: small;
                float: left;
                border-right: 1px solid #cacac9;
                padding: 5px 5px 5px 5px;
            }

            .footer-menu-wrapper a li {
            padding-right: 10px;

        }
/* End - Footer Menu*/

/* Footer */
.cross { cursor: default; }
.cross2 { cursor: default; }

        .artfish-logo {
            background-color: #000;
            float: right;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            height: 25px;
            margin-left: 7px;
            margin-top: 3px;
            padding-left: 6px;
            padding-right: 6px;
        }
            .artfish-logo a, .artfish-logo a:hover{
                text-decoration: none;
                display: inline-block;
            }
                .artfish-logo .art {
                    color: #FFF;
                    font-family: "Arial Black", Gadget, sans-serif;
                    font-weight: 900;
                    line-height: 25px;
                }
                .artfish-logo .fish {
                    color: #e08e22;
                    font-family: Arial, Helvetica, sans-serif;
                    line-height: 25px;
                }
        .artfish-text{
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            height: 25px;
            margin-top: 3px;
            display: inline-block;
        }
            .artfish-text a {
                color: #343434;
                float: right;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-weight: normal;
                height: 25px;
                line-height: 25px;
                text-decoration: none;
            }
            .artfish-text a:hover {
                color: #343434;
                text-decoration: underline;
                text-shadow: 1px 1px 1px #fff;
            }
/* End - Footer */


.calc-cena {
        color: green;
    font-size: 18px;
    margin-bottom: 3px;
    text-align: left;
    font-weight: bold;
}



div.transfer-brief {
    height: 295px;  overflow: hidden; position:relative;  margin: -15px -15px 27px -15px;
}

div.inner-tr:after {
    content: ""; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    right: 0; bottom: 0; /* Положение элемента */
    width: 100%; /* Ширина градиента*/
    height: 35px; /* Высота родителя */
    /* Градиент */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.02)), color-stop(50%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 100%);
}
.inner-tr:hover:after {
   height: 0px;
}
div.transfer-brief:hover {
    overflow: visible;  z-index: 100;
}
div.inner-tr {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-top: 10px solid #fff;
}
div.inner-tr:hover {
    background: white;  box-shadow: 0 0 7px rgba(0,0,0,0.5);
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-top: 10px solid #fff;
}


.transfer-brief-image {
    background: #cdcdcd;
    display: block;
    height: 170px;
    margin-bottom: 4px;
    max-height: 170px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.transfer-brief-image img {
    line-height: 170px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
    .transfer-brief-name {
        display: block;
        margin-bottom: 1px;
        text-align: center;
        overflow: hidden;
        font-size: 12px;
    }

    .transfer-brief-price {
        color: #eb5c24;
        font-size: 18px;
        margin-bottom: 3px;
        text-align: center;
        font-weight: bold;
    }
    .transfer-brief-button {
        display: block;
    }

    @media(max-width:450px){
        .transfer-brief-button {
          font-size: 14px;
       }
        .transfer-brief-price{
            font-size: 14px;
        }
    }
/* Calculator Page */
.form-calculate {
    margin-top: -6px;
}

.form-calculate > p {
    margin-bottom: 22px;
}
/* End - Calculator Page */

/* Breadcrumbs */
.breadcrumb {
    padding: 0!important;
    margin-bottom: 20px!important;
    list-style: none!important;
    background: none!important;
    border-radius: 0!important;
}

.breadcrumb>li+li:before {
    padding: 0 10px 0 7px!important;;
    color: #ccc!important;;
    content: ""!important;;
    display: inline-block!important;;
    width: 7px!important;;
    height: 16px!important;;
    background: url(../image/crsep.png) no-repeat bottom center;
}
.breadcrumb a {
    color: #008600;
    text-decoration: underline;
}
/* End - Breadcrumbs */

/* Ui Block */
.ui-block {
    border: 1px solid #deebfc;
    margin-bottom: 15px;
    display: inline-block;
}
    .ui-block-header {
        background: #deebfc;
        padding: 4px 11px 5px;
        font-weight: bold;
        color: #303030;
    }
    .ui-block-data {
        padding: 6px 13px;
    }
        .ui-block-data-label {
            padding-top: 5px;
            margin-right: 12px;
        }
        .ui-block-data-date {
            float: left;
            width: 114px;
            margin-right: 19px;
        }
        .col-lg-12 .ui-block-data-label {
            margin-right: 5px;
        }
.col-sm-6 .ui-block .ui-block-data {
    padding: 14px 13px 6px;
}

.ui-block-leftpart {
    width: 435px;
    float: left;
    max-width: 100%;
}
.ui-block-rightpart {
    width: 415px;
    float: left;
    max-width: 100%;
}

.ui-block-form-group {
    margin-bottom: 6px;
}
    .ui-block-form-group label {
        font-weight: normal;
        margin: 5px 9px 0;
    }
.date-mini-wrp {
    width: 117px;
}
.ui-block-select,
.ui-block-submit {
    width: 245px;
    max-width: 100%;
    height: 28px;
}
.col-sm-6 .ui-block-select {
    width: 260px;
}
.col-sm-6 .date-mini-wrp {
    width: 111px;
}
.ui-block .uibl-helper {
    margin-left: 21px;
}
.ui-block .ui-block-data .ui-block-select-count {
    width: 64px;
}
.ui-block-select-count .jq-selectbox__select {
    padding: 0 30px 0 5px;
}
.ui-block-submit button {
    width: 107px;
}
/* End - Ui Block */

/* Ui Table */
.table-bordered,
.ui-table>tbody>tr>td,
.ui-table>tbody>tr>th,
.ui-table>tfoot>tr>td,
.ui-table>tfoot>tr>th,
.ui-table>thead>tr>td,
.ui-table>thead>tr>th,
.ui-table>caption+thead>tr:first-child>td,
.ui-table>caption+thead>tr:first-child>th,
.ui-table>colgroup+thead>tr:first-child>td,
.ui-table>colgroup+thead>tr:first-child>th,
.ui-table>thead:first-child>tr:first-child>td,
.ui-table>thead:first-child>tr:first-child>th
{
    border: 1px solid #aeadad;
}
.ui-table-inline {
    width: auto !important;
}
.ui-table.ui-table-inline th,
.ui-table.ui-table-inline td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ui-table {}
    .ui-table tr {}
        .ui-table th,
        .ui-table td {
            padding: 6px 2px !important;
            line-height: 14px !important;
            font-size: 14px !important;
        }
        .ui-table th {
            line-height: 14px !important;
            vertical-align: bottom !important;
            font-weight: normal;
            background: #cdcdcd;
            color: #303030;
        }
        .ui-table td {
            position: relative;
            border-top: none !important;
            border-bottom: none !important;
        }
        .ui-table>tbody>tr:nth-child(2n)>td {
            background: #deebfc;
        }
        .ui-table-columb-sum {
            position: absolute;
            top: 100%;
            left: -1px;
            right: -1px;
            padding: 2px 5px;
            border: 1px solid #aeadad;
            background: #fff2cc;
        }
.ui-table-double-padding th {
    padding: 15px 22px 13px !important
}
.ui-table-double-padding td {
    padding: 5px 22px !important;
}
.ui-active-row {
    border: 1px solid #d30101;
}

.ui-table-list {
    border: 1px solid #deebfc;
}
    .ui-table-list td {
        border: none !important;
        padding: 5px 10px 4px !important;
    }
    .ui-table>tbody>tr:nth-child(2n-1)>td {
        background: #deebfc;
    }
    .ui-table>tbody>tr:nth-child(2n)>td {
        background: #fff;
    }

.ui-table-edited {}
    .ui-table-edited-cell {
        position: relative;
    }
    .ui-table-edited-cell input {
        border: 2px solid #00bd00;
        background: #fff;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        min-height: 0;
        left: 0;
        font-size: 14px;
    }
    .ui-table-edited-cell-submit {}
        .ui-table-green-cell-link,
        .ui-table-edited-submit {
            background: rgb(3,190,0);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(3,190,0,1) 0%, rgba(0,127,0,1) 100%);
            background: -webkit-linear-gradient(top,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
            background: linear-gradient(to bottom,  rgba(3,190,0,1) 0%,rgba(0,127,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03be00', endColorstr='#007f00',GradientType=0 );
            text-shadow: 1px 1px 1px rgba(0,0,0,.2);
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            padding-top: 5px;
        }
        .ui-table-edited-submit:hover,
        .ui-table-green-cell-link:hover,
        .ui-table-edited-submit:focus,
        .ui-table-green-cell-link:focus {
            color: #fff;
            text-decoration: none;
        }
        .ui-table-red-cell-link {
            background: rgb(254,1,1);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(254,1,1,1) 0%, rgba(172,0,0,1) 100%);
            background: -webkit-linear-gradient(top,  rgba(254,1,1,1) 0%,rgba(172,0,0,1) 100%);
            background: linear-gradient(to bottom,  rgba(254,1,1,1) 0%,rgba(172,0,0,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0101', endColorstr='#ac0000',GradientType=0 );
            text-shadow: 1px 1px 1px rgba(0,0,0,.2);
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            padding-top: 5px;
        }
        .ui-table-red-cell-link:hover,
        .ui-table-red-cell-link:focus {
            color: #fff;
            text-decoration: none;
        }
        .cell-link {
            text-decoration: underline;
        }
        .ui-table-select {

        }
        .jq-selectbox {
            display: block !important;
            background: #fff;
        }
            .ui-table-select .jq-selectbox__select {
                border: 1px solid #545454 !important;
                margin: -7px -4px -7px -3px;
                height: 27px;
                border: none;
                display: block !important;
            }
            .ui-table-select .jq-selectbox__select-text {
                font-size: 14px;
                line-height: 27px;
            }
            .ui-table-select .jq-selectbox__trigger {
                width: 27px;
            }
            .ui-table-select .jq-selectbox__trigger-arrow {
                position: absolute;
                top: 11px;
                right: 9px;
                width: 0;
                height: 0;
                border-top: 6px solid #545454;
                border-right: 5.5px solid transparent;
                border-left: 5.5px solid transparent;
            }
            .ui-table-select .jq-selectbox__dropdown {
                left: -3px !important;
                min-width: 100% !important;
                top: 24px !important;
                width: auto !important;
            }

.edited-table-wrapper {
    position: relative;
}
.edited-table-button {
    position: absolute;
    top: -40px;
    right: 0;
}

.table-sorted {}
.table-sorted th {position: relative;}
.table-sorted thead tr .headerSortUp:after,
.table-sorted thead tr .headerSortDown:after {
    content: '';
    display: inline-block;
    margin: 5px 0 0 4px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
}
.table-sorted thead tr .headerSortUp:after {
    border-width: 5px 4.5px 0 4.5px;
    border-color: #303030 transparent transparent transparent;
}
.table-sorted thead tr .headerSortDown:after {
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #303030 transparent;
}

.ui-table td .tooltip { min-width: 234px; }
.ui-hint {
    position: absolute;
    top: 0;
    left: 0;
    background: #ddebfc;
    padding: 5px 10px 10px;
    width: 186px;
    z-index: 5;
}
.ui-hint:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #ddebfb transparent transparent transparent;
}
.ui-hint-top {}
.ui-hint-top:after {
    bottom: 10px;
    top: auto;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #ddebfb;
}
.ui-hint table {
    margin-bottom: 0 !important;
}

.tooltip {
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.tooltip-arrow {
    border-top-color: #ddebfc;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -7px;
    margin-top: -9px;
    border-bottom-color: #ddebfc;

    border-style: solid;
    border-width: 14px 0 0 14px;
    border-color: transparent transparent transparent #ddebfb;
}

.tooltip-inner {
    max-width: 233px;
    padding: 10px 15px;
    text-align: center;
    color: #303030;
    background-color: #ddebfc;
    border-radius: 0;
}


/* End - Ui Table */
.bottom-height-helper {
    height: 100px;
}

/* Bookkeeping Page */
.bookkeeping-page {}

#bookkeepingTable tr:hover {
    cursor: pointer;
}
/* End Bookkeeping Page */

/* Sidebar */
.sidebar-menu {
    margin-top: 60px;
}
    .sidebar-menu li {}
        .sidebar-menu a {
            font: bold 14px Arial;
            color: #303030;
            padding: 7px 0;
            display: block;
        }
        .sidebar-menu a.active {
            color: #fe0101;
        }

/* Зменшення відстані між пошуком меню та меню для шаблону oneclick */
.app-sidebar .sidebar-search {
    padding-top: 0.25rem !important;
    padding-bottom: 0 !important;
    margin-bottom: -0.75rem !important;
    margin-top: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}
.app-sidebar .sidebar-search + .sidebar-wrapper {
    margin-top: -0.75rem !important;
    padding-top: 0 !important;
}
.app-sidebar .sidebar-wrapper nav.mt-2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.app-sidebar .sidebar-search ~ .sidebar-wrapper,
.app-sidebar .sidebar-search ~ div.sidebar-wrapper {
    margin-top: -0.75rem !important;
    padding-top: 0 !important;
}
/* Додаткові стилі для гарантованого зменшення відстані */
.app-sidebar .sidebar-search + div.sidebar-wrapper nav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Прибираємо border-top з елементів перед sidebar-search */
.app-sidebar .sidebar-brand,
.app-sidebar .sidebar-header {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.app-sidebar .sidebar-brand + .sidebar-search,
.app-sidebar .sidebar-header + .sidebar-search {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0.5rem !important;
}

/* End - Sidebar */


/* Result Page */
.result-header {
    font-size: 18px;
    margin: 6px 0 9px;
    position: relative;
}
    .result-close {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 0;
        width: 20px;
        height: 20px;
        background: url(../image/close-ico.png) no-repeat 0 0;
    }
    .result-close:hover {
        background-position: 0 -20px;
    }
.result-table {
    width: 100%;
}
    .result-table td {
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: top;
    }
.result-edit-link {
    display: inline-block;
    margin-top: 20px;
    color: #008800;
    text-decoration: underline;
}
.result-total-row {
    margin-top: 26px;
}
.result-small {
    font-size: 13px;
    margin-top: 9px;
    line-height: 1.3;
}
.text-red, .text-red:hover, .text-red:focus {
    color: #f20101;
}

.col-sep {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #cdcdcd;
    right: 10px;
}
.result-button {
    margin-top: 20px;
}
/* End - Result Page */

/* Orders */
.fieldset-group {
    border: 1px solid #deebfc;
    margin-top: -1px;
}
    .fieldset-group-header {
        background: #deebfc;
        padding: 7px 10px 8px;
        font: bold 14px Arial;
        color: #303030;
        line-height: 1;
    }
    /* Відступ для fieldset-group-header після полів дати та часу, щоб не наїзжав на них */
    .date-time-group + .fieldset-group .fieldset-group-header,
    .form-group.date-time-group ~ .fieldset-group .fieldset-group-header {
        margin-top: 19px !important; /* 0.5 см = приблизно 19px */
    }
    /* Збільшуємо висоту області з полями дати та часу на 10 пікселів */
    .form-group.date-time-group {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
    .form-group.date-time-group > div {
        min-height: calc(100% + 10px) !important;
    }
    .fieldset-group-body {
        padding: 20px 25px 10px;
    }
.form-group-sep {
    margin: 0 20px 15px;
    height: 1px;
    background: #cdcdcd;
}
.fieldset-group-offset {
    margin-bottom: 15px;
}
.phone-example {
    font-size: 14px;
    color: #cccccc;
    padding-top: 8px;
}
.fieldset-group-basic {
    border: none;
}
    .fieldset-group-basic .fieldset-group-header {
        color: #555;
    }
.fieldset-group-body .control-label {
    padding-left: 15px;
}
/* End - Orders */

@media (min-width: 1200px){
    .modified-grid-9 {}
    .modified-grid-9 .col-lg-7 { width: 700px; }
    .modified-grid-9 .col-lg-6 { width: 585px; }
    .modified-grid-9 .col-lg-5 { width: 485px; }
    .modified-grid-9 .col-lg-4 { width: 550px; }
    .modified-grid-9 .form-group .col-lg-3-plus { width: 300px; }
    .modified-grid-9 .col-lg-3 { width: 285px; }
    .modified-grid-9 .col-lg-2 { width: 185px; }
    .modified-grid-9 .col-lg-1 { width: 100px; }
    .modified-grid-9 .col-lg-offset-3 { margin-left: 285px; }
}

.row-col-p-11 {
    margin-left: -11px;
    margin-right: -11px;
}
.row-col-p-11 div[class*="col"] {
    padding-left: 11px;
    padding-right: 11px;
}
.form-group-textarea {
    max-width: 575px;
}

.modified-grid-9 .col-sm-1 .jq-selectbox__select,
.col-sm-2 .jq-selectbox__select {
    padding: 0 35px 0 0px;
}
.modified-grid-9 .col-sm-1 .jq-selectbox__select .jq-selectbox__select-text,
.col-sm-2 .jq-selectbox__select .jq-selectbox__select-text {
    text-align: center;
    font-size: 14px;
}


.payment-methods-wrapper {
    margin: 16px 0 23px;
}
    .payment-methods-wrapper .row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin: 0;
    }
    .payment-methods-wrapper .row > [class*="col-"] {
        flex: 0 0 auto;
        padding: 0 7.5px;
    }
    .payment-method {
        display: block;
        margin-bottom: 13px;
        vertical-align: middle;
        font-size: 18px;
    }
    .payment-method:hover,
    .payment-method:focus {
        text-decoration: none;
    }
        .payment-method-image {
            display: inline-block;
            width: 52px;
            position: relative;
            margin-right: 16px;
        }
            .payment-method-image img {
                max-width: 100%;
            }

.order-finish {margin-top: 5px;}
.amount-of-debt {margin: 30px 0 30px;}
.pay-button {margin-top: 41px;}
.rem-pass-wrp {padding-top: 7px;}

.phone-code {
    width: 70px;
    float: left;
    margin-right: 10px;
}
.phone-number {
    overflow: hidden;
}
.phone-add {
    width: 34px;
    float: right;
    margin-left: 10px;
}
.phone-add a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
}
.phone-add a span {
    display: inline-block !important;
    background: url(../image/plus.png) center;
    width: 18px;
    height: 18px;
    margin-top: 9px;
}

@media (max-width: 1200px) {
    .form-with-line fieldset:before, .form-with-line fieldset .circle {}
    .form-group-section-hint {
        display: none !important;
    }
    .select-hint { margin-left: -12px; }
    .phone-example {
        display: none;
    }
    .ui-hint {
        display: none;
    }
    .ui-block.modified-grid-9 .ui-block-data > * {
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ui-block.modified-grid-9 .ui-block-data .select-mini { margin-bottom: 10px; }

    .form-horizontal .form-group .col-lg-1 {
        margin: 0 40px 15px 0;
    }
    .select-hint {
        margin-left: -5px;
    }
    .form-group-phone input {
        margin-bottom: 15px;
    }
    .form-group-textarea {
        width: auto;
        max-width: none;
    }
    .form-horizontal .control-label {
        padding-left: 15px;
    }
    .form-group-hint {
        display: none;
    }
}


@media (max-width: 1000px) {
    .main-menu-wrapper li {
        float: none;
    }
    .main-menu-wrapper li a {
        padding: 4px 0 !important;
    }
    .main-menu-wrapper a {
        border: none;
    }
    .form-with-line fieldset:before, .form-with-line fieldset .circle {
        left: -100px;
    }
    .form-group-section {
        margin-right: 40px;
    }
    .ui-block-leftpart,
    .ui-block-rightpart {
        width: 500px;
        max-width: 100%;
        float: none !important;
    }
    .col-sm-6 .ui-block-data .pull-right {
        float: none !important;
    }
    .col-sm-6 .ui-block-data .control-label,
    .col-sm-6 .ui-block-data .date-mini-wrp,
    .col-sm-6 .ui-block-data .ui-block-select {
        float: none !important;
        margin-left: 0 !important;
    }
    .rem-pass-wrp {
        clear: left;
    }
}

@media (max-width: 768px) {
    .header-logo {
        margin: 8px auto 0;
    }
    .header-menu {
        margin-top: 0;
        text-align: center;
    }
    .header-menu li {
        margin: 0 10px;
    }
    .header-phones {
        font-size: 16px;
        margin: 0 auto;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 275px;
    }
    .form-horizontal .control-label {
        padding-left: 15px;
    }
    .form-horizontal .form-group .col-sm-2 {
        margin: 0 40px 15px 0;
    }
    .col-sep { display: none; }

    .ui-block-data-label {
        float: none !important;
    }
    .ui-block-data-date {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .edited-table-wrapper {
        margin-top: 50px;
    }
    .ui-block-leftpart,
    .ui-block-rightpart {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ui-block-leftpart .pull-right,
    .ui-block-leftpart .pull-left,
    .ui-block-rightpart .pull-right,
    .ui-block-rightpart .pull-left {
        float: none !important;
    }
    .ui-block-leftpart .ui-block-form-group label,
    .ui-block-rightpart .ui-block-form-group label {
        margin-left: 0;
    }
    .col-sm-6 .green-link {
        margin-bottom: 30px;
        display: inline-block;
    }
}
 .desc{
                            font-family: Geneva, Arial, Helvetica, sans-serif;
                            color: #b6b6b6;
                            font-style: italic;

                        }

                            .checkName{
                                font-size:14px;
                            }
.input_container {
    height: 30px;
    float: left;
    position: relative; /* Добавляем для правильного позиционирования дочерних элементов */
    width: 100%; /* Занимает всю ширину контейнера */
}

                            li>b{
                                color:green;
                            }
                            .itemhover { background-color:#b7b7b7 !important; color:#232323 !important; }

.input_container input {
    height: 20px;
    width: 100%; /* Занимает всю ширину контейнера */
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box; /* Важно для правильного расчета ширины */
}
.input_container ul {
    width: 100% !important; /* Исправлено: теперь 100% ширины поля ввода */
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    left: 0 !important; /* Выравнивание по левому краю поля ввода */
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}
                            .input_container ul li {
                                    padding: 2px 2px 2px 5px;
                                    border-bottom: 1px solid #aaaaaa; /* Параметры рамки */
                                    border-right: 1px solid #aaaaaa; /* Параметры рамки */
                                    border-left: 1px solid #aaaaaa; /* Параметры рамки */
                            }
                            .input_container ul li:hover {
                                    background-color: #deebfc;
                            }

                            .input_container ul li:hover .searchicon {

                                    color: #7e9fbb;
                            }

                            .input_container ul li:hover .searchmintext {

                                    color: #7e9fbb;
                            }
                            .input_container ul li:hover .mainicon{
                                   color: #303030;
                            }


                            .searchmintext{
                                color:#c2c8c8;
                                font-size:8pt;
                            }
                            .searchicon {
                                display: inline-block;
                                margin-left: 4px;
                                color:#cccccc
                            }

                            #country_list_id {
                                    display: none;
                            }
                            #country_list_id2 {
                                    display: none;
                            }


/* Стилі для полів вводу */
.ui-widgets {
    width: 100% !important;
    border: 1px solid #a9a9a9 !important;
    border-radius: 2px !important;
    background: white !important;
    height: 36px !important;
}
                            .hidd{

                                display: none;
                            }

                                .hovers{
                                  display: block;
                                  text-decoration:none;
                                  background-color:#deebfc;
                                  border-color:#aaaaaa;

                              }

                              .hovers .searchmintext, .hovers .searchicon, .hovers2 .searchmintext, .hovers2 .searchicon{
                                  color: #7e9fbb;
                              }

                              .hovers2{
                                  display: block;
                                  text-decoration:none;
                                  background-color:#deebfc;
                                  border-color:#aaaaaa;

                              }

                             input[type="text"].search {
                                border: none; /* Убираем рамку */
                                outline: none; /* Убираем свечение в Chrome и Safari */
                                -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
                                width: 94%; /* Ширина поля */
                                vertical-align: middle; /* Выравнивание по середине */
                            }
                            input[type="button"] {
                                width: 5%; /* Ширина кнопки */
                                float:right;
                                border: none; /* Убираем рамку */
                                background: url(/public/img/clicktransfert/del.png) no-repeat 50% 50%; /* Параметры фона */
                            }
/* Основний контейнер */
.row[style*="background-color:#deebfc"] {
    padding: 15px 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.row[style*="background-color:#deebfc"] h1 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin: 0 0 10px 5px !important; /* Змінено: вирівнювання зліва */
    text-align: left !important; /* Змінено: вирівнювання зліва */
    width: 100% !important;
    color: #303030 !important;
}

/* Контейнер форми */
.row[style*="background-color:#deebfc"] form {
    width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    padding: 0 15px !important;
    margin-top: 10px !important; /* Додано відступ зверху */
}

/* Стрілка між полями - ВИПРАВЛЕНА */
.arrowdiv {
    flex: 0 0 auto !important;
    margin: 20px 5px 10px !important; /* Видалено верхній відступ */
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    height: 36px !important; /* Висота як у полях вводу */
}

.arrowdiv span.arrow {
    font-size: 16px !important;
    color: #499938 !important;
    display: block !important;
}

/* ВИПРАВЛЕННЯ: повертаємо стрілку у горизонтальне положення */
.arrowdiv span.arrow i.fa-exchange {
    transform: rotate(0deg) !important; /* Змінено: 0deg замість 90deg */
}


/* Кнопка Find справа */
.col-lg-2[style*="width:15%"] {
    flex: 0 0 12% !important;
    text-align: center !important;
    margin-top: 20px !important; /* Видалено верхній відступ */
    padding-left: 30px !important; /* Збільшено відступ */
    display: flex !important;
    align-items: center !important;
    height: 36px !important; /* Висота як у полях вводу */
}

/* Радіокнопки */
.col-lg-2.example {
    flex: 0 0 12% !important;
    padding-right: 10px !important;
}

.col-lg-2.example div {
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
}


.col-lg-2.example input[type="radio"] {
    margin-right: 6px !important;
    width: 14px !important;
    height: 14px !important;
}

.col-lg-2.example span {
    font-size: 13px !important;
    color: #303030 !important;
}

.search {
    width: 100% !important;
    padding: 8px 12px !important;
    border: none !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    background: transparent !important;
    outline: none !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

/* Поля пошуку */
.col-lg-4 {
    flex: 1 !important;
    min-width: 200px !important;
    margin-bottom: 0 !important;
}





span.arrow {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -5px;
    font-size: 18px;
}


                        ul.serv{
                            /*list-style: url('/public/img/clicktransfert/greendot.jpg'); margin-left:10px;*/
                        }
                        ul.serv>li{
                             padding-left:6px;
                        }

                        ul.serv>li:before {
                            content: "\f058"; /* FontAwesome Unicode */
                            color:#499938;
                            font-family: FontAwesome;
                            display: inline-block;
                            margin-left: -1.3em; /* same as padding-left set on li */
                            width: 1.3em; /* same as padding-left set on li */
                        }

                        img.auto{
                            padding: 5px 0px 20px 0px;
                        }
                        .left_info>p{
                            margin: -12px 0 -12px 0;
                        }
                        .title{
                            margin-bottom: -30px;
                        }
                        .title>hr{
                            border: none;
                            background-color: lightgray;
                            height: 2px; /* Толщина линии */
                            color: lightgray;
                        }
                        .left_info>h2, .right_info>h2{
                            font-size: 23px;
                        }
                        #datepicker, #timepicker{
                            cursor: pointer;
                        }
                        #back-to-top {
                            cursor: pointer;
                            position: fixed;
                            bottom: 20px;
                            right: 20px;
                        }

                        .menu-active{
                            color: #eb5c24!important;
                        }
