body {
    width:100%;
    height:100%;
}

.card_label {
    margin:6px 0 6px 0;
    font-weight: bold;
    color:#333333;
    font-size:18px;
}

form div.required label.control-label:after {
  content:" * ";
}

.jp_cont {
    height:100%;
    width:100%;
    display: flex;
    flex-direction: row;
    
}

.jp_col {
    height:100%;
}
.jp_col_1 {
    width:200px;
}
.jp_col_2 {
    flex-grow: 1;
}

/*.timepicker_from_input, .timepicker_to_input {
    display:none;
}*/
#delivery_form_map, .form_map {
    width:100%;
    height:350px;
    margin:10px 0;
    z-index:0;
}
#stock_form_map {
    width:100%;
    height:500px;
    margin:10px 0;
}
#ui-datepicker-div {
    z-index: 100000!important;
}
#vehicle_area_edit {
    width:100%;
    height:500px;
}
div[role=radiogroup] label {
    display:block;
    font-weight: normal!important;
}

.jp_checkbox label{
    font-weight: inherit!important;
    display: block;
}

#customer_form_map, #customer_view_map {
    width:100%;
    height:500px;
    margin:10px 0;
}
.shipping_index__td_title_future {
    font-weight: bold
}
.shipping_index__td_title_past {
    color:#666666;
}
#optimize_map {
    width:100%;
    height:400px;
    margin-top:16px;
}
.icon_round {
    width:24px!important;
    height:24px!important;
    border-radius: 50%;
    border: 2px rgba(0,0,0,0.5) solid;
}
.icon_square {
    width:24px!important;
    height:24px!important;
    border-radius: 5%;
    border: 2px rgba(0,0,0,0.5) solid;
}

.icon_color_blue {
    background-color: #3333ff;
    color:#fff;
}
.icon_color_white {
    background-color: #fff;
    color:#000;
}
.icon_color_green {
    background-color: #ccffcc;
    color:#000;
}
.icon_font_size_vehicle {
    font-size: 15px;
}
.icon_font_size_stock {
    font-size: 15px;
}
.icon_font_size_order {
    font-size: 15px;
}

.icon_move {
    margin-left:3px;
}
.icon_vehicle {
    /*z-index:100!important;*/
}
.icon_stock {
    /*z-index:70!important;*/
}
.icon_order {
    /*z-index:50!important;*/
}

.icon_step {
    width:32px!important;
    height:32px!important;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color:#000;
    
}
.icon_stock {
    width:40px!important;
    height:40px!important;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color:#000;
    border: 4px #666666 solid;
    font-size: 16px;
}
.icon_stock span {
    display: inline-block;
    margin-top:4px;
}

.icon_unassigned {
    width:10px!important;
    height:10px!important;
    border-radius: 50%;
    text-align: center;
    background-color: #0099ff;
    
}
.icon_step span {
    display: inline-block;
    margin-top:4px;
    font-weight: bold;
    
}

.icon_color_blue {
    border: 4px #3333ff solid;
    background-color: #fff;
    color:#000;
}

.icon_color_white {
    border: 4px #666 solid;
    background-color: #fff;
    color:#000;
}


.optimize_arrow  {
    opacity: 0.5;
}
.shipping_optimize_vehicle_label {
    padding:6px 0 0 0;
    margin: 0;
}
.shipping_optimize_vehicle_address_cont {
    margin: 0 0 0 18px;
}
.shipping_optimize_vehicle_label {
    font-weight: bold;
}
.shipping_optimize_vehicle_address {
    font-size: 15px;
}



.mbavbar .nav-item {
    margin-right: 5px;
}


.mnavbar a.nav-link {
    border: 1px #ddd solid;
    color: #444!important;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
}

.mnavbar a.nav-link.active {
    background-color: #ccc;
}
.newcustomer_block {
    background-color: #ffffcc;
    padding: 10px 10px 20px 10px;
}
.form_delivery_new_client_add_cont, .form_pickup_new_client_add_cont {
    background-color: #e5e5e5;
    padding: 10px;
}
#vehicle_route_map {
    width:100%;
    height:500px;
}
#shipping_view_map {
    width:100%;
    height:100%;
}
.map_popup_orders_count {
    color:#3333ff;
    text-decoration: underline;
    cursor:pointer;
}
.sidebar_header_1 {
    padding:8px 16px 4px 16px;
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
}
.sidebar_header_2, a.sidebar_header_2 {
    padding:4px 16px 4px 16px;
    color:#000!important;
    font-weight: bold;
    font-style: italic;
    color: #000;
    background:#ccc;
    width:100%;
    display: block;
}
.sidebar_edit_button {
    color:#cccccc;
    padding:0px 16px 4px 16px;
    font-size: 14px;
    color: #000000;
}
.lightmenu a {
    color:#fff!important;
}
.sidebar_config_block {
    border-top: 1px solid #4f5962;
}
.sidebar_planning_block {
    padding-top:8px;
}
.sidebar_config_block {
    margin-top:8px;
    padding-top:8px;
}

#content-wrapper {
  width: 100%;
  float: none;
  position: absolute;
  box-shadow: none;
  overflow: visible;
  min-height: 100%;
  background: red;
}
.vehicle_color_square {
    width:30px;
    height:15px;
    display:inline-block;
}
.orders_index_route_addresses {
    font-size: 12px;
    font-style: italic;
}
.orders_index_route_titles {
    font-weight: bold;
}
.orders_index_order_id {
    font-size: 18px;
    font-weight: bold;
}
.green {
    color:green;
}
.red {
    color:red;
}
.shipping_vehicle_header_menu li:last-child {
    margin-left:50px;
}
a.orders_td_string_item  {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin:3px 5px 0 0;
    padding:2px 5px;
    background-color:#ddd;
    border-radius:3px;
}
.header_padding_top {
    padding-top:30px;
}
.vehicle_route_extended_map {
    width:100%;
    height:150px;
}
#shipping_vehicle_map {
    width:100%;
    height:400px;
}
.print_icon {
    font-size: 24px;
}
.content_full_height {
    width:100%;
    height: calc(100vh - 130px);

}
#order_view_map {
    width:100%;
    height:400px;
}

.orders_view_address_label {
    font-size: 22px;
    font-weight: bold;
}
.orders_view_dest_label {
    font-style: italic;
}
.orders_view_address  {
    font-size: 18px;
    margin-bottom: 16px;
    /*font-style: italic;*/
}
.orders_view_pickup_window {
    font-weight: bold;
    color:#666;
    font-size: 14px;
    margin:8px 0 0 0;
}
.orders_view_address_comment {
    background-color: #dddddd;
    font-style: italic;
    font-size: 14px;
    padding:10px;
    margin:4px 0 0 0;
    
}
.marker_green {
    color:#339900;
}
.marker_blue {
    color:#0099ff;
}
.marker_red {
    color:#ff0000;
}
/*.route_num_client {
    border-radius: 50%;
}
*/
.navbar_right_menu .collapse {
    flex-direction: row-reverse;
}
.navbar-nav .btn-link, .navbar-nav .btn-link:hover {
    color:#fff;
}
.address_autocomplete {
    z-index:1000000;
}
.form_pickup_new_client_address_cont, .form_delivery_new_client_address_cont {
    margin-bottom: 1rem;
}

#go-to-date {
    padding: 4px 8px;
    font-size: 13px;
    background-color: #e0e0e0;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
}
.cards_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* если нужно, чтобы они не переносились */
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px; /* расстояние между карточками */
}

.cards_container > * {
    flex: 1 1 0; /* одинаковая ширина у всех элементов */
    min-height: 200px;
}

#delivery_view_map {
    width:100%;
    height:200px;
}

#loading-spinner {


}

/* Само колесико */
.spinner {
    border: 4px solid #f3f3f3; /* светлый серый */
    border-top: 4px solid #3498db; /* синий */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}