#order_table table thead tr,
#history_table table thead tr,
#statement_table table thead tr,
#client_history_table table thead tr,
#driver_table table thead tr,
#packinglist_table table thead tr,
#client_table table thead tr,
#last_months_list table thead tr,
#after_search_table thead tr,
#errorss_megoldva_table thead tr
{
    background-color: #42a7f0;
    color: #ffffff;
}

#system_messages ul {
    list-style: none;
}

.text-bold {
    font-weight: bold;
}

@media screen and (max-width: 414px){
    div.table {
       overflow-x: auto;
    }
}

.finish-background {
    background-color: #ecffe0;
}

.menu-logo{
    margin-top:-17px;
}

@media only screen and (min-width: 1025px) {
    .menu-logo>img {
        width:100%;
    }
    .menu-logo {
        width: 120px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 601px) {
    .menu-logo>img {
        width:100%;
    }
    .menu-logo {
        width: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .menu-logo>img {
        width:80%;
    }
    .menu-logo {
        width: 150px;
    }
}

label.error{
    color: red;
}

.padding-5 {
   padding:5px 0 5px 0; 
}

@media (min-width: 600px) {
    .navbar-header {
            float: left;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        border-top: 0 none;
        box-shadow: none;
        width: auto;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-nav {
        float: left !important;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-collapse.collapse>ul>li>a {
        font-size: 12px;
    }
    
}

#order_table button {
    margin-right: 5px;
}

#products_table tbody,
#products_table tfoot{
    background-color: #e6f3ff;
}

#products_table tfoot,
#statement_table tfoot,
#client_history_table tfoot,
#driver_table table tfoot,
#packinglist_table table tfoot,
#client_table table tfoot,
#history_table tfoot,
#after_search_table tfoot,
#errorss_megoldva_table tfoot
{
    font-weight: bold;
}

.bg-focus {
    background-color: #cce6ff !important;
}

.bg-focus-sub {
    background-color: #eaf5ff;
}

.m-10 {
    margin: 10px;
}

#order_table{
    margin-top: 30px;
}

#finish_button {
    padding-bottom: 20px;
}

.save_finish {
    margin-bottom: 20px;
}


.generate_products_list_back, .box_button, .box_button_edit, .generate_products_list, .before_generate_angross_invoice {
    margin-right: 10px;
}

#order_table label {
    margin-bottom: 0px;
}

.my-container {
    width: 90%;
    margin: 0 auto;
}

[contenteditable]:empty:before {
  content: attr(placeholder);
  display: block; /* For Firefox */
  font-style: italic;
  font-weight: normal;
}

.strike {
    color: red;
    text-decoration: line-through;
}

.black_strike {
	text-decoration: line-through;
}

@media only screen and (min-width: 533px) {
    .input-search {
            width: 180px;
            margin-right: 15px;
            float: left;
    }
    
    .input-search-client {
            width: 350px;
            margin-right: 15px;
            float: left;
    }
        
    .button-search, .button-clear-search, .button-pdf {
            width: 50px;
            margin-top: 23px;
            float: left;
    }    
}

@media only screen and (max-width: 532px) {    
    .input-search {        
        width: 100%;   
        margin-right: 15px;
        margin-bottom: 10px;
    }
        
    .button-search, .button-clear-search, .button-pdf {
            width: 50px;
            float: left;
            margin-top: 23px;
    }    
}

#client_table table{
    /*width: auto;*/
    min-width: 0;
    display: table;
    margin: 0 auto;
}

.client_edit {
    /*margin-left: 25%;*/
    margin-top: 10px;
}

.client_edit .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-content {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid;
    border-color: #c2c2c2;
}

ul.search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}


#packing_table tbody tr td:nth-child(1),
#packing_table tbody tr td:nth-child(2),
#packing_table tbody tr td:nth-child(3) {
    font-weight: bold;
}

#myModal_packing > .modal-dialog {
    width: 1000px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1d89cf;
}

.selected_to_order {
	background-color: palegreen;
}

.color-orange {
	color: #ffa500;
}

.color-gray {
	color: #ddd;
}

.color-red {
	color: #f53d3d;
}

.fs-16 {
	font-size: 16px;
}

.alert-small {
	padding: 3px;
    font-weight: bold;
}

.div_comment tr {
    background-color: #ffe4e4;
}

.div_comment tr:last-child {
    background: none;
}

.div_comment .span_created_admin {
    display: block;
    font-style: italic;
    font-size: 12px;
}

.bg-red {
	background-color: #ffebeb;
}

.show_red_row {
	cursor: pointer;
	border-radius: 5px;
    background-color: #d70000;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
}

.show_red_row_off {
	cursor: pointer;
	border-radius: 5px;
    background-color: #eee;
    color: #888;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: line-through;
}

.invalid-total {
    padding: 5px;
    margin: 5px 0;
    cursor: pointer;
}

.invalid-total-content {
    padding: 5px;
    margin: 5px 0;
}
.m-r-1 {
    margin-right: 5px;
}

.editable-order-ids[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555;
}

.editable-order-ids[placeholder]:empty:focus:before {
    content: "";
}

.lang-selector .flag-option {
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 1px;
    padding: 1px;
    border: 2px solid transparent;
    border-radius: 2px;
}

.lang-selector input[type="radio"]:checked + .flag-option {
    border-color: darkgray;
}

.lang-selector .fi {
    height: 13px;
    width: 23px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}