@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

.help-block{
    color: red !important;
}
#toast-container{
    top: 75px !important;
}
.nav-pills.nav-stacked.nav .nav-link {
    color: gray !important;
}
.nav-pills.nav-stacked.nav .active{
    color: white !important;
}
.loader_box{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255,255,255,0.4);
}
.step_1{
    min-height: 225px;
    background: #E1F2FF;
    border: 5px solid #3C8CE2;
    position: relative;
}
.step_desc>div{
    margin-top: -10px;
}
.step_desc{
    width: 100% !important;
    position: absolute;
    /* padding: 5px; */
    height: 50px;
    left: 0;
    top: -15px;
    font-family: Roboto;
    font-style: normal;
    border-radius: 5px;
    font-weight: bold;
    font-size: 21px;
    line-height: 0;
    display: flex;
    align-items: center;
    /* text-align: center; */
    text-align: center;
    color: #1050A7;
    justify-content: center;
    background: white;
 
}
.step_desc .address {
    font-size: 14px;
    color: #4f4b4b;
}
.step_desc h4 .storage {
    font-size: 20px;
    color: #1098d5;
}

.step_element_form_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_element_form_center>div{
    width: 100%;
}

.step_margin_top{

}
.table_price_box{
    background: linear-gradient(180deg, #FFB950 0%, #FA9601 97.18%);
    border: 5px solid #FFD27B;
    box-sizing: border-box;
    min-height: 225px;
}
.table_price_box table th , .table_price_box table td {
    border: none !important;
}

.price_box{
    background: linear-gradient(180deg, #3C8CE2 0%, #0D4CA3 100%);
    border: 10px solid #E1F2FF;
    box-sizing: border-box;
    height: 180px;
}
.price_text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;

    /* blue2 */

    color: #A8DDEF;
}
.priceInt{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
    /*display: flex;*/
    align-items: center;
    text-align: center;

    /* blue2 */

    color: #A8DDEF;
}

.step_list{
    position: relative;
}
.step_list .content {
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    /* right: 14.33%; */
    top: 50%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1050A7;
}
.step_list .number {
    position: absolute;
    top: 19px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1050A7;
    left: 60px;
}

.active_step_list .number{
    /* Крок 3 */


    position: absolute;
    left: 30%;
    top: 20%;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

    /* blue2 */

    color: #A8DDEF;

}
.active_step_list{
    margin-top: -5px;
}
.active_step_list .content{
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    top: 60%;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;

    /* blue2 */

    color: #A8DDEF;
}
.disabled_step_list .number{
    color: #909090;
}

.disabled_step_list .content{
    color: #909090;
}
.ajax_copy_row label{
    min-height: 45px;
    margin: 0;
    width: 100%;
}
.editPointTonnageBox input{
    height: 30px;
}
.editPointTonnageBox button{
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.view_tonnage_box{
    border: 2px solid #3c8ce2;
    color: #3c8ce2;
}
.editPointTonnageBox .tonnage{
    width: 30%;
}
.editPointTonnageBox>form{
    display: flex;
    justify-content: center;
    align-items: center;
}

.editPointTonnageBox .order_unload_points{
    margin: 0;
    margin-top: 15px;
    height: 30px;
    margin-left: 10px;
    width: 165px;
    margin-right: 15px;
}
.index-background{
    padding-top: 25px;
    padding-bottom: 25px;
}
.index-background>.jumbotron{
    border-radius: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.index-background .lead{
    font-size: 20px;
}
.bg-dark{
    background: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
}
.nav-pills.nav-stacked.nav{
    padding:10px;
}
footer p{
    margin: 0 !important;
}
footer{
    height:40px !important;
    background: linear-gradient(120deg, #f5f5f5, #ffffff, #dadada);
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}
/* background: linear-gradient(120deg, #556cdc, #128bfc, #18bef1); */

@media screen and (min-width: 1180px) {
    .index-background{
        padding-top: 25px;
        padding-bottom: 25px;
        /*height: 90vh !important;*/
    }
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
    font-weight: bold;
}
.dropdown-item:hover, .dropdown-item{
    margin-left: 10px;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: rgb(255,255,255, 0.4);
    padding: 0.20rem 1.5rem;
    border-radius: 5px;

}
/*footer{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/
/*body{*/
/*    position:relative;*/
/*}*/

.progress-grey{
    background-color: #b9bcbf !important;
}

.small_alert .alert, .view_time_period_beg, .view_time_period_end, .driversViewsBlok, .btn_booking_message{
    font-size: 11px !important;
}
.unload_orders_btn_ajax, .button_modal_start, .dateTimePiker, .field-orderunloads-sub_tonnage input {
    font-size: 14px !important;
}

.myTabContentTable table td{
    border: 3px solid #17a2b8;
    color: #3C8CE2;
    font-weight: bold;
}
.myTabContentTable table{
    background: #E1F2FF;
}

.order-unloads-form .nav.nav-pills a{
    color: #fff;
}

.order-unloads-form .nav.nav-pills .active{
    background-color: #E1F2FF;
    color: #3C8CE2 !important;
    border: 1px solid blue;
}
.order-unloads-form .nav.nav-pills{
    background: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
    border-radius: 5px;
}
.myTabContentTable.min{
    max-width: 700px;
    margin: 40px auto;
}
.newsBorder{
    border: 2px solid red !important;
}

select .red{
    color: red;
}
.alert-danger {
    border: 4px solid red !important;
    font-size: 18px !important;
}

div:has(> table) {
  overflow-y: auto;
  width: 100%;
}