body {
    box-sizing: border-box;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Helvetica, sans-serif;
    outline: none;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #eee;
    padding-bottom: 60px;
}

a,
a:hover,
a:focus,
textarea,
button {
    text-decoration: none !important;
    outline: none !important;
    text-decoration-line: none !important;
}

.container-fluid {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;

}

.container {
    position: relative;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#modal_sclad .ui-corner-tr{
    display: none;
}
#modal_sclad .table_r {
    padding: 0;
    max-width: 1100px;
}
.container .cont_one {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.container .cont_one_right {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.container .cont_two {
    display: inline-block;
    width: 78%;
    vertical-align: top;
}

.container .cont_two2 {
    display: inline-block;
    width: 56%;
    vertical-align: top;
}

.main {
    padding-top: 90px;
}

.order_value {
    float: left;
    color: #fff;
    font-weight: bold;
    padding-top: 7px;
}
/*предзагрузка*/
#wrap_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0px auto;
    background: #000;
    z-index: 9999;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-family: arial;
    font-size: 50px;
  }
  .pre_foot {
      position:fixed;
      bottom:0;
      height: 150px;
      width: 100%;
      background-image: url("http://crm.kdmobil.ru/img/gif/4.gif");
      z-index: 9999;
  }
#select_out{
    min-height:200px;
}
.test_mode {
    position: fixed;
    bottom:20px;
    right:20px;
}
.time_open {
    display: block;
    float:none !important;
    text-align: right;
}
.coll_right {
    text-align: right;
}
/*menu*/
.menu_bg {
    background-color: rgba(0, 102, 178, 1);
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.menu {
    float: left;
    left: 0px;
    position: absolute;
    z-index: 9;
}

#menu_icon {
    font-size: 32px;
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 11px;
    z-index: 9;
}

.menu_cont {
    background: red;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 0px;

}

.menu_ul {
    z-index: 9;
    width: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 100vh;
    right: 0;
    margin-top: 50px;
    display: block;
    background-color: rgba(10, 10, 10, 0.9);
    transition: 0.3s;
}

.full_w {
    width: 250px !important;
    transition: 0.3s;
}

.full_w div {
    display: inline-block !important;
}

.full_w > li > a {
    width: 250px !important;
}

nav {
    border-bottom: 0;
}

.menu_cont #pull:hover {
    color: #fff;
}

.menu_cont #pull {
    display: inline-block;
    width: 28px;
    height: 34px;
    text-align: center;
    color: #fff;
    right: 57px;
    z-index: 9;
    cursor: pointer;
}

.menu_ul > li > a {
    width: 50px;
}

.menu li > a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;

    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    vertical-align: top;
    height: 46px;
}

.menu li > a > div {
    display: inline-block;
    vertical-align: top;
    padding-top: 14px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
}

.open_menu {
    display: none !important;
}

.menu li {
    text-align: left;
    list-style-type: none;
    list-style: none;
    position: relative;
    vertical-align: top;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.menu li:hover {
    background-color: rgba(10, 10, 10, 0.3)
}

.menu li > a:hover,
.menu li > a:hover i {
    color: #0066b2;
}

.menu li i {
    display: inline-block;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 20px;
    color: #eee;
    width: 50px;
    box-sizing: border-box;
}

.menu li ul {
    position: absolute;
    width: 200px;
    left: 100%;
    top: 0;
    border-left: 1px solid #fff;
    z-index: 999;
    opacity: 0;
    background-color: rgba(10, 10, 10, 0.9);
    transition: 0.3s opacity;
    padding-left: 0px;
    visibility: hidden;


}

.menu li:hover ul {
    visibility: visible;
    opacity: 1;
}

.menu li ul li {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    vertical-align: top;
    height: 46px;
}

.menu li ul li a {
    display: block;
    width: 100%;
    padding-top: 14px;
    padding-left: 10px;
}

.menu > li > a::after {
    content: "";
    position: absolute;
    border: 5px solid;
    border-color: transparent transparent transparent #eee;
    top: 1em;
    left: 225px;
    transition: 0.5s;
}

.menu > li > a:hover::after {
    transform: scaleX(-1);
}

#close_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    color: #fff;
}

.close_menu_open {
    display: block !important;
}

#close_menu span {
    padding: 10px 12px;
}

.active {
    background-color: rgba(10, 10, 10, 0.5)
}

.active a,
.active a i {
    color: #0066b2 !important;
}

.active:before {
    content: " ";
    position: absolute;
    display: block;
    height: 56px;
    width: 4px;
    background-color: #0066b2;
    z-index: 9;
}

.container-user {
    float: right;
}

.container-user a {
    display: inline-block;
    padding: 13px 30px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #4b4c4e;
}

.container-user a:hover {
    background-color: #fff;
    color: #2f80bd;
}

#log_out {
    float: right;

}

#log_out a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 13px 15px;
    font-size: 21px;
    color: #fff;
    background-color: #383838;
}

#log_out a:hover {
    background-color: #fff;
    color: #2f80bd;
}

.radio_css {
    float: right;
    display: inline-block;
    border: 1px solid #fff;
    padding: 13px 15px;
    font-size: 21px;
    color: #fff;
    background-color: rgb(123, 188, 66);
    cursor: pointer
}
.radio_css2 {
    float: right;
    display: inline-block;
    border: 1px solid #fff;
    padding: 13px 15px;
    font-size: 21px;
    color: #fff;
    background-color: rgb(123, 188, 66);
    cursor: pointer
}
/*!menu*/
/*home*/
.home {
    text-align: center;
}

.button_b {
    margin-top: 100px;
    display: inline-block;
    padding: 120px 20px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 102, 178, 0.8);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.5);
    border-radius: 190px;
    transition: all 0.5s ease-in-out;
}

.button_b:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.page {
    text-align: center;
}


.yellow_row {
    background-color: yellow !important;
    transition: 0.3s;
}

.green_row {
    background-color: green !important;
    transition: 0.3s;
}

.red_row {
    background-color: red !important;
}

.blue_row {
    background-color: #0284e9 !important;
}

.gray_row {
    background-color: gray !important;
}

.qr_new {
    width: 0;
    display: none;
}

.open_qr {
    width: 80%;
    top: 10%;
    text-align: center;
    padding: 10px;
    position: fixed;
    display: inline-block;
    left: 10%;
    transition: 0.3s;
    z-index: 9;
    background-color: #fff;
    height: 140px;
    border-radius: 4px;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.5);
}

.open_qr input {
    display: block;
    width: 90%;
    margin: 30px 0;
}

.close_button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #fff;
    background-color: red;
    border-radius: 15px;
    padding: 5px 9px;
}


/*!home*/
/*orders*/
.header_form {
    border: 1px solid #444;
    text-align: left;
    border-top: 2px solid #3081be;
    display: block;
    padding-left: 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.header_form input {
    margin: 10px 0;
}

.page_menu {
    float: right;
    margin-right: 10px;
    margin-top: 11px;
}

.page_menu li,
.page_menu a,
.button_g {
    display: inline-block;
    padding: 4px 8px;
    position: relative;
    border: 1px solid green;
    cursor: pointer;
    transition: 0.3s;
    background-color: green;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
}
.button_y {
    display: inline-block;
    padding: 4px 8px;
    position: relative;
    border: 1px solid orange;
    cursor: pointer;
    transition: 0.3s;
    background-color: orange;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
}

.button_y:hover {
    background-color: #fff !important;
    color: orange;
}
.page_menu li i,
.page_menu a i,
.button_g i, .button_y i {
    padding-right: 10px;
}

.page_menu li:hover,
.page_menu a:hover,
.button_g:hover {
    background-color: #fff !important;
    color: green;
}

.header_form h2 {
    display: inline-block;
    font-size: 18px;
    
}
.head_icon {
    height: 45px;
    display: inline-block;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
}

.page_menu .orange_li {
    background-color: #fc9403;
    border: 1px solid #fc9403;
}

.page_menu .orange_li:hover {
    color: #fc9403;
}

.page_menu .gray_li,
.gray_li {
    background-color: #999;
    border: 1px solid #999;
}
.page_menu .red_li {
    background-color: red;
}
.page_menu .red_li:hover {
    background-color: gray;
}
.page_menu .single_i i{padding-right: 0 !important;}
.page_menu .gray_li:hover,
.gray_li:hover {
    color: #999;
}

.table_r a {
    text-align: left;
}
.table_button {
    cursor: pointer;
    background-color: rgba(0,128,0,0.3);
}
.table_button:hover{
    background-color: #fff;
}

.table_r {
    display: table;
    width: 100%;
    //border-right: 1px solid #444;
    border-top: 2px solid #3081be;
}

.row_r {
    display: table-row;
    text-align: left;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.col_r {
    display: table-cell;
    color: #000;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: bold;
    //border-left: 1px solid #444;
    border: 1px solid #444;
}
.row_l2 td {
    display: table-cell;
    color: #000;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}

.button_t {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 28px;
    padding: 2px 0;
    box-sizing: border-box;
    background-color: #444;
    font-size: 16px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.button_t:hover {
    background-color: transparent;
    color: #444;
    border: 1px solid #444;
}

.col_r .i_count {
    width: 30px;
    background: transparent;
    border: none;
    padding: 5px 10px;
}

.button_cont {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.button_cont li {
    margin: 0 2px;
}

.last_cell {
    text-align: center;
}

.row_r:nth-child(odd) {
    background-color: #eee;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: rgba(0, 128, 0, 0.2) !important;
}

.row_r2 {
    display: table-row;
    text-align: left;
    color: #000;
    font-weight: bold;
}

.form_create2 {
    background-color: #fff;
}
.add_order_parts {
    background-color: green;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transition: 0.3s;
    margin-top:-5px;
}
.add_order_parts:hover {
    border: 1px solid green;
    color: green;
    background-color:#fff;
}
.add_order {
    display: inline-block;
    height: 60px;
    width: 60px;
    background-color: #ccc;
    font-weight: 900;
    font-size: 74px;
    color: red;
    line-height: 50px;
    vertical-align: top;
    margin-top: -7px;
    padding-left: 8px;
    box-sizing: border-box;
}

.add_order:hover {
    background-color: #999;
}

.row_r:hover {
    background-color: #3081be !important;
}

.col_r2 textarea {
    width: 100%;
    height: 70px;
}

.l_yellow{
    background-color:#ffff96 !important;
}

.reset_worker span{
    font-weight: bold;
    display: block;
    color:red;
    cursor: pointer;
    transition: 0.3s;
}

.reset_worker span:hover {
    color:#000;
}


.fast_time span{
    text-transform: lowercase;
    cursor: pointer;
    color:green;
    font-size:12px;
    text-decoration: underline;
    transition: 0.3s;
}

.fast_time span:hover {
    color:orange;
}

#response_bad {
    text-align: left;
    color: red;
    box-sizing: border-box;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #444;
    border-top: 2px solid red;
    background: #fff;
}

#response_good {
    text-align: left;
    color: green;
    box-sizing: border-box;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    order: 1px solid #444;
    border-top: 2px solid green;
    background: #fff;
}

#orders_cont {
    position: relative;
    display: inline-block;
    z-index: 999;
}

#orders_cont .low_num {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 34px;
}
.select_parts {
    background-color:rgba(0,128,0,0.5) !important;
}
#select_order_out{
    font-weight: bold;
    padding-bottom: 10px;
}
.out_info_order span{
    font-weight: bold;
    float: right;
}
.button_order {
    border:1px solid #999;
    padding: 3px 5px;
    font-size: 16px !important;
    border-radius: 4px;
    transition: 0.3;
    background-color: #fff;;
}
.button_order:hover {
    border:1px solid green;
}

#order_table2 .add_parts1{
    display: none;
}
.select_parts .add_parts0{
    display: none;
}
.select_parts .add_parts1{
    display: inline-block !important;
}
.fa_green {
    color: green !important;
}

.fa_green2 {
    color: red !important;
}

.fa_green {
    color: rgb(245, 245, 245);
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

@keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #f03000, 0 0 8px #f80000;
    }
}

[data-tooltip] {
    position: relative;
    /* Относительное позиционирование */
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    /* Выводим текст */
    position: absolute;
    /* Абсолютное позиционирование */
    z-index: 99;
    width: 300px;
    /* Ширина подсказки */
    left: 0;
    top: 0;
    /* Положение подсказки */
    background: #3989c9;
    /* Синий цвет фона */
    color: #fff;
    /* Цвет текста */
    padding: 0.5em;
    /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    /* Параметры тени */
    pointer-events: none;
    /* Подсказка */
    opacity: 0;
    /* Подсказка невидима */
    transition: 1s;
    /* Время появления подсказки */
}

[data-tooltip]:hover::after {
    opacity: 1;
    /* Показываем подсказку */
    top: 2em;
    /* Положение подсказки */
}
.return_link {
    float: right;
    padding: 1px 5px;
    color:red;
}
.return_link:hover {
    color:green;
}
/*!orders*/
/*order*/
.bog_cont > .form_small,
.form_big {
    border: 1px solid #444 !important;
    text-align: left;
    border-top: 2px solid #3081be !important;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    vertical-align: top;
    position: relative;
}

#tab_head_order {
    padding: 0 !important;
    border-radius: 0 !important;
}

.info_line {
    padding: 5px 0;
    color: #444;
}

.info_line span {
    display: inline-block;
    color: #111;
    font-weight: bold;
    padding-left: 10px;
}

.form_small {
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
}

.form_small textarea {
    width: 100%;
    height: 50%;
}

.small_left {
    margin-right: 20px;
    flex: 1;
}

.form_small .small_left input[type="checkbox"] {
    display: inline-block;
    width: 40px;
}

.small_right {
    margin-left: 20px;
    flex: 1;
}

.line_top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
}

.bog_cont {
    display: flex;
}

.bog_cont .form_small .col_modal {
    margin: 0;
    width: 50%;
}

.line_right {
    text-align: right;
    padding-right: 15px;
}

.form_small h3,
.form_big h3 {
    margin-top: 0px;
}

.form_small input,
.form_small select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 30px;
    font-size: 16px;
}

.form_small .small_in {
    width: 49.8%;
    display: inline-block;
}

.form_big .small_left {
    padding-right: 20px;
}

.form_big .small_right {
    padding-left: 20px;
}

.form_big input,
.form_big select {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 34px;
    font-size: 14px !important;
}

.form_big textarea {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px;
    min-height: 180px;
    height: 92%;
    font-size: 16px;
    resize: none;
}

#phone {
    position: relative;
}

.search_result,
.regznak_result,
.key_color_result {
    background: #FFF;
    width: 100%;
    max-height: 100px;
    display: none;
    box-sizing: border-box;
    padding-left: 0px;
    overflow-y: scroll;
}

.search_result li,
.regznak_result li,
.key_color_result li {
    list-style: none;
    padding: 5px 10px;
    color: #2071c0;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition: 0.3s;
}

.search_result li:hover,
.regznak_result li:hover,
.key_color_result li:hover {
    background: green;
    color: #fff;
}

.select_auto {
    padding-left: 0px;
    position: relative;
    white-space:normal;
}

.select_auto li {
    display: inline-block;
    border: 1px solid green;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    padding: 4px 5px;
    border-radius: 3px;
    color: green;
    font-weight: 700;
    white-space:normal;
    min-width: 30%;
    margin-bottom: 5px;
}

.select_auto li:hover {
    background-color: green;
    color: #fff;
}

.select_auto li span {
    display: block;
    font-weight: 400;
}

#order_table tr {
    cursor: pointer;
}
#order_table {
    font-size: 14px;
}
#order_table2,#order_table3,#order_table_kassa, #order_table_report, #worker_sklad,#sclad_table,#order_disposal,#order_table22 {
    font-size: 14px;
    cursor: pointer;
}
.sclad_list td {
    position: relative;
}
.num_alex {
    border:none;
    background-color: rgba(255,255,255,0);
    width: 80px;
    font-size: 14px;
}
/*!order*/

/*foto_order*/
.foto_cont {
    margin-top: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.foto_cont a {
    display: inline-block;
    max-width: 200px;
    margin: 15px;
    height: 150px;
    overflow: hidden;
}

.foto_cont a img {
    width: 100%;
}

.top_menu {
    display: inline-block;
    padding: 5px 10px;
    border-right: 1px solid #555;
}

.line_error_oil td{
 background-color: orange;
}

/*!foto_ordrer*/
/*slaves*/
.table_work td {
    border: 1px solid #333;
    min-width: 22px;
    height: 25px;
    text-align: center;
}

.table_work {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.name_slaves a {
    text-align: left !important;
    padding: 0 10px;
    font-weight: 700;
    color: #000;
    display: block;
    min-width: 200px;
}

.name_slaves:hover {
    background-color: #ccc;
}

.h_input {
    display: none;
}

.w_label {
    display: block;
    height: 25px;
    cursor: pointer;
}

.h_input:checked + label::before {
    content: "X";
    font-size: 22px;
    display: block;
    height: 25px;
}

.table_work .free {
    font-size: 0px;
}

.free:before {
    content: "O";
    font-size: 22px;
    display: block;
    height: 25px;
    background-color: rgba(170, 255, 2, 0.3);
}

.select_cont {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
}

.select_cont input,
.select_cont select,
.select_cont button,
.form_but {
    margin: 0 10px;
    vertical-align: top;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    padding: 5px;
}

.line1 {
    background-color: #ccc;
}

.form_but {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #444;
    color: #000;
    border-radius: 3px;
    background-color: #eee;
    cursor: pointer;
}

.form_but:hover {
    background-color: #ccc;
}

.free_row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    padding-top: 7px;
}

.free_remove {
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transition: 0.3s;
    background-color: red;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}

.free_remove:hover {
    background-color: #aaa;
}

.free_row span {
    font-weight: bold;
}

.sl_tab {
    font-size: 21px;
}

.search_froza{
    cursor: pointer;
    background-color: green;
    transition: 0.3s;
}
.search_froza:hover{
    background-color: orange;
}
.select_c{
    cursor: pointer;
    color:#865700;
    transition: 0.3s;
    font-weight: bold;
}
.select_c:hover{
    color:red;
}
/*!slaves*/
/*ajax*/
.aj-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
}

.aj-loader img {
    width: 60px;
    height: auto;
}

/*!ajax*/
/*Modal*/
/* свойства модального окна по умолчанию */
.modal {
    position: fixed;
    /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    /* цвет фона */
    z-index: 90;
    display: none;
    /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* анимация перехода */

    /* элемент невидим для событий мыши */
}

/* при отображении модального окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

#modal_respone_error > div {
    padding-top: 20px;
    font-size: 20px;
}

#modal_respone_error i {
    color: red;
    font-size: 24px;
}

/*COLOR*/

.modal_main {
    padding: 0;
    border-top: 1px solid #aaa;
    min-width: 1100px;
    width: 100%;

}

.left_modal {
    vertical-align: top;
    min-height: 300px;
    float: left;
    width: 250px;
    border-right: 1px solid #aaa;
    height: 100%;
    padding: 10px;

}

.right_modal {
    margin-left: 280px;
    vertical-align: top;
    min-height: 300px;
    height: 100%;
    padding: 10px;
}

.head_modal input {
    display: inline-block;
    max-width: 200px;
}

.banka {
    display: inline-block;
    width: 50px;
    height: 60px;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    position: relative;
    margin: 10px;
    vertical-align: bottom;
    transition: 0.3s;
    z-index: 4;
    background-color: #c0c0c0;
    text-align: center;
    cursor: pointer;
    margin-bottom: 50px;
}

.banka_big {
    width: 80px;
    height: 90px;
}

.banka:hover {
    //box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border-left: 2px solid rgb(0, 102, 178);
    border-right: 2px solid rgb(0, 102, 178);
}

.banka:hover:before {
    border: 2px solid rgb(0, 102, 178);
    background-color: #eee;
}

.banka:hover span {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0.7s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.7s;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.banka:before {
    content: " ";
    display: inline-block;
    border-radius: 60px / 25px;
    border: 4px double #555;
    width: calc(100% - 4px);
    height: 20%;
    position: absolute;
    left: -2px;
    top: -13%;
    transition: 0.3s;
    background-color: #e9e9e9;
    z-index: 4;
}

.banka:after {
    content: " ";
    display: inline-block;
    border-radius: 60px / 25px;
    border-bottom: 2px solid #555;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    width: 100%;
    height: 20%;
    position: absolute;
    left: -2px;
    bottom: -6px;
    transition: 0.3s;
    background-color: #c0c0c0;
}

.banka:hover:after {
    border-bottom: 2px solid rgb(0, 102, 178);
}

.box .banka {
    width: 80px;
    height: 80px;
    border: 2px solid #555;
    padding-bottom: 0;
    margin-left: 30px;
    background: #c5a87e;
}

.box .banka:hover:after,
.box .banka:hover:before {
    //background-color: #ccc;
}

.box .out_key {
    bottom: -40px;
}

.box .banka:after {
    width: 20px;
    height: 85px;
    background: #c5a87e;
    border: solid 2px #555;
    border-radius: 0;
    float: left;
    transform: skew(180deg, 150deg);
    position: absolute;
    left: 81px;
    top: -9px;
    box-sizing: border-box;
}

.box .banka:before {
    width: 80px;
    height: 13px;
    background: #c5a87e;
    border-radius: 0;
    border: solid 2px #555;
    float: left;
    transform: skew(120deg, 180deg);
    position: absolute;
    left: 10px;
    top: -15px;
    box-sizing: border-box;
}

.box .banka span {
    height: 30%;
    border: 1px solid #c5a87e;
}

.box .banka span:nth-of-type(1) {
    bottom: 2px;
}

.box .banka span:nth-of-type(2) {
    bottom: 32%;
}

.box .banka span:nth-of-type(3) {
    bottom: 62%;
}

.box .count_color {
    bottom: 28px;
}

.count_color {
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: #000;
    z-index: 9;
}

.banka span {
    display: block;
    height: 28%;
    width: 100%;
    position: absolute;
    border: 2px solid #c0c0c0;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
}

.banka span:nth-of-type(1) {
    bottom: 2px;
}

.banka span:nth-of-type(2) {
    bottom: 25%;
}

.banka span:nth-of-type(3) {
    bottom: 47%;
}

.good span {
    background-color: green;
}

.normal span {
    background-color: orange;
}

.bad span {
    background-color: red;
}

.out_key {
    position: absolute;
    bottom: -30px;
    color: #000;
    text-align: center;
    width: 100%;
}

.hidden_line {
    display: none !important;
}

.hidden_block {
    display: none !important;
}

.color_rec {
    border-collapse: collapse;
}
.color_rec tr:hover {
    background-color: rgba(0,255,0,0.3);
}
.color_rec tr:hover input {
    background-color: rgba(0,255,0,0.01);
}

.color_rec td {
    border: 1px solid #666;
    padding: 3px 5px;
}

.color_rec input {
    border: none;
    margin-bottom: 0;
    height: 24px;
}

.color_rec thead .recept_right {
    background-color: #999;
}

.color_rec thead {
    background-color: #999;
}

.color_rec .recept_right {
    font-size: 24px;
    background-color: green;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.color_rec .recept_right:hover {
    background-color: #fff;
    color: green;
}

.red_line {
    background-color: red;
}

.full_price {
    background-color: #eee;
    font-weight: bold;
    text-transform: uppercase;
}

.full_price input {
    background-color: #eee;
}

#full_price1,
#full_price2 {
    font-weight: bold;
}
.cont_form_client{
    position: relative;
    box-sizing: border-box;
    display: block;
}
.input_card{
    position: relative;
    box-sizing: border-box;
    padding-right: 40px;
}
.input_card span {
    position: absolute;
    right:0;
    top:0;
}
.input_card span i{
    font-size:18px;
    background-color: green;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid green;
    transition: 0.3s;
}
.input_card span i:hover {
    background-color: fff;
    color: green;
}
.single_line {
    display: table-row;
    border: 1px solid black;
    background-color: rgba(47, 128, 189, 0.7);
    width: 100%;
    text-align: left;
}

.single_line2 {
    background-color: #888;
}

.single_line2 .col_r {
    border-bottom: 2px solid #2071c0;
}
.col_right {
    text-align:right;
}
.sort_block {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.Violet {
    color:Violet !important;
}
.long_menu {
    width: 100%;
}

.long_menu li{
    list-style-type: none;
    width:100%;
    display: block;
    margin-bottom: 1px;
}

.long_menu li a{
    display: block;
    text-align: center;
    padding: 8px 5px;
    background-color: #fc9403;
    border:1px solid #fc9403;
    color:#fff;
    border-radius: 3px;
    transition: 0.3s;
}

.long_menu li a:hover{
    background-color: #fff;
    color:#fc9403;
}

.report_menu {
    margin:0;
    padding-left: 0;
}
.report_menu li{
    display: inline-block;
    position: relative;
}

.sort_block input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.cont_sort {
    padding: 20px;
    box-sizing: border-box;
}

.sort_block h4 {
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.sort_block select {
    width: 100%;
    padding: 3px;
    margin: 5px 0;
    display: block;
}

.sort_block ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.order_full_summ span{
    font-size: 27px;
    font-weight: 500;
}

.order_full_summ {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding: 20px;
}

.print_article h1 {
    font-size: 30px;
    font-weight: 300;
}

.print {
    display: none;
}

.block_control {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.block_control li {
    background-color: green;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transition: 0.3s;
}

.block_control li:hover {
    background-color: #aaa;
    border: 1px solid green;
}

.orange,
.block_control .orange {
    background-color: orange;
}

.red,
.block_control .red {
    background-color: red;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #0066b2 !important;

}

.cssload-container{
	position:relative;
}
	
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid rgba(0, 102, 178, 1);
	border-left-color: #000;
	border-radius: 1499px;
		-o-border-radius: 1499px;
		-ms-border-radius: 1499px;
		-webkit-border-radius: 1499px;
		-moz-border-radius: 1499px;
}

.cssload-whirlpool {
	margin: -38px 0 0 -38px;
	height: 75px;
	width: 75px;
	animation: cssload-rotate 1150ms linear infinite;
		-o-animation: cssload-rotate 1150ms linear infinite;
		-ms-animation: cssload-rotate 1150ms linear infinite;
		-webkit-animation: cssload-rotate 1150ms linear infinite;
		-moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -35px 0 0 -35px;
	height: 66px;
	width: 66px;
	animation: cssload-rotate 1150ms linear infinite;
		-o-animation: cssload-rotate 1150ms linear infinite;
		-ms-animation: cssload-rotate 1150ms linear infinite;
		-webkit-animation: cssload-rotate 1150ms linear infinite;
		-moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -44px 0 0 -44px;
	height: 84px;
	width: 84px;
	animation: cssload-rotate 2300ms linear infinite;
		-o-animation: cssload-rotate 2300ms linear infinite;
		-ms-animation: cssload-rotate 2300ms linear infinite;
		-webkit-animation: cssload-rotate 2300ms linear infinite;
		-moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}

/*report*/
.cont_four {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    border: 1px solid #444;
    text-align: left;
    border-top: 2px solid #3081be;
    display: inline-block;
    padding-left: 0;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cont_four h4 {
    padding-left: 10px;
    font-size: 18px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3081be;
    background-color: rgba(103, 157, 198, 0.9);
}

.cont_four .row_block {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
    cursor:pointer;
    transition: 0.3s;   
}
.cont_four .row_block:hover {
    background-color: #2f80bd;
    color:#fff;
}
.cont_four a {
    display: block;
}
#order_table_wrapper .ui-widget-header, #order_table_report_wrapper .ui-widget-header,
#order_list_wrapper .ui-widget-header
{
    background-color: #fffa90 !important;
}
.cont_four .row_block span {
    color: black;
    float: right;
    font-weight: bold;
}

.cont_four .row_block_end {
    border-top: 1px solid #000;
    background-color: #ccc;
    color: black;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
    background-color: #fff !important;
}
table.dataTable thead th {
    background-color: #eee;
}
table.dataTable{
    width:100% !important;
}
.show_on {
    transition: 0.3s;
}
.show_off{
    transition: 0.3s;
}
.show_cont2 {
    float: right;
}
.off_check:before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f046';
    font-size: 18px;
    padding-left: 5px;
    color:green;
}
.on_check:before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f096';
    font-size: 18px;
    padding-left: 5px;
    color:gray;
    
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgb(118,118,118)  !important;
    border-radius: 0px !important;
    color:#000  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.select2-results__option {
    font-size: 14px;
    color:#000  !important;
}
.sort_block .select2 {
    padding: 5px 0;
    width:100%;
}
.form_small .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
}
.form_small .select2 {
    margin-bottom: 15px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#000  !important;
}
.col_modal .select2 {
    display: block;
}

.form_small .comment {
    height: 300px;
}
/*!report*/




@media screen {
    #printSection {
        display: none;
    }
}


/*!COLOR*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 30px auto;
    }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    color: #000;
    border: 1px solid #444;
    text-align: left;
    border-top: 4px solid green;
    background-color: #fff;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

/* свойства для заголовка модального окна */


/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    text-decoration: none;
    margin-right: 20px;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
    padding-bottom: 40px;
    padding-top: 30px;
}

/*Форма*/
.modal-content i {
    font-size: 45px;
    color: red;
    line-height: 42px;
}

#conf_cont {
    padding: 10px 5px;
    margin: 5px 0;
    box-sizing: border-box;
}

#conf_cont input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

#new_model {
    display: block;
}

.show_model {
    display: none !important;
}


.modal-content ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.line_form {
    display: inline-block;
}

.modal-content ul li.active_m {
    color: #fc9403;
}

.tabs .info {
    display: none;
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.tabs .info.active_m {
    display: block;
}

.article_tabs {
    font-size: 23px;
    font-weight: 700;
    color: #365374;
    margin-bottom: 25px;
    padding-left: 35px;
    display: block;
    text-decoration: underline;
}

.tabs_list {
    text-align: center;
}

.tabs_menu li {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px 10px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
}

.tabs_menu {
    padding-left: 0px;
    overflow-y: scroll
}

.tabs_menu .no_active {
    display: none;

}

.tabs_menu .no_active2 {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    color: #222;
}
.modal_auto {
    max-width: 1400px;
    
}


.info .marka_name_sm {
    height: 55px;
    border: none !important;
    
}

.info img {
    width: auto;
    height: auto;
    max-height: 35px;
    max-width: 80px;
    text-align: center;
}

.info input[type="radio"] {
    display: none;
    width: 30px;
}

.info input[type="radio"]:checked + label {
    border: 1px solid #ff9000 !important;
    transition: 0.5s;
    color: #000;
}

.info label {
    display: inline-block;
    padding: 20px 10px;
    margin: 10px 20px;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    color: #555;
    border: 1px solid #ccc;
    box-sizing: border-box;

}

.info label:hover {
    color: #000;
}

.info label .marka_name {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.modal_button {
    display: inline-block;
    padding: 10px;
    position: relative;
    border: 1px solid green;
    cursor: pointer;
    transition: 0.3s;
    background-color: green;
    border-radius: 3px;
    color: #fff;
    float: right;
}

.modal_button:hover {
    background-color: #fff;
    color: green;
}

/*!Modal*/
.form_auth {
    display: inline-block;
    background-color: #4b4c4e;
    border-radius: 4px;
    padding: 20px 40px;
    margin-top: 10%;
    color: fff;
    padding-bottom: 40px;
}

.icon_auth {
    display: inline-block;
    border-radius: 45px;
    padding: 20px;
    background-color: #2f80bd;
}

.icon_auth i {
    font-size: 40px;
}

.form_auth h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 5px;
}

.input_auth {
    margin-bottom: 10px;
    vertical-align: top;
}

.input_auth i {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 7px;
    background-color: #595959;
    vertical-align: top;
}

.input_auth input {
    border: none;
    font-size: 16px;
    padding: 8px 4px;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: -4px;
    background-color: #383838;
    color: #2f80bd;
    margin-bottom: 8px;
}

.input_auth input:focus,
.input_auth input:active
    {
    border: none;
}

.form_auth .auth_button {
    float: right;
    font-size: 16px;
    padding: 8px 24px;
    box-sizing: border-box;
    color: #fff;
    background-color: #2f80bd;
    border: none;
    cursor: pointer;
}

.form_auth .auth_button:hover {
    background-color: #2f80ff;
}

.modal_error,
.modal_ok {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal_error i,
.status_error {
    color: red;
}

.modal_ok i,
.status_ok {
    color: green;
}

#modal_respone {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#parts_result {
    max-height: 200px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 0;
    padding: 10px;
    margin: 0;
    display: none;
}

#parts_result li,
#parts_result_sclad li {
    font-size: 14px;
    cursor: pointer;
    padding: 3px 5px;
}

#parts_result li:hover,
#parts_result_sclad li:hover {
    background-color: #0066b2;
    color: #fff;
}

.pagination_sclad {
    position: absolute;
    margin-top: 10px;
    right:20px;
    font-size: 16px;
}
.pagination_sclad li {
    display: inline-block;
    color:blue;
    cursor:pointer;
    padding: 2px 3px;
}
.pagination_sclad span{
padding: 3px 5px;
}


.tree {
    font-size: 16px;
}

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.tree ul {
    margin-left: 8px;
}

.tree li a {
    padding-left: 30px;
    color: #555;
    display: block;
    text-decoration: none;
    border: 1px dashed #fff;
    font-family: "font-awesome";
    background: url(../img/icon-file.gif) 5px 50% no-repeat;
}

.tree li a.tree-parent {
    background: url(../img/icon-folder-open.gif) 5px 50% no-repeat;
}

.tree li a.tree-parent-collapsed {
    background: url(../img/icon-folder.gif) 5px 50% no-repeat;
}

.tree li a:hover,
.tree li a.tree-parent:hover,
.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    color: #000;
    border: 1px solid#eee;
    background-color: #fafafa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    border: 1px solid #e2f3fb;
    background-color: #f2fafd;
}

.tree ul.tree-group-collapsed {
    display: none;
}


/*kassa*/
.sec_row {
    background-color: #aaa;
}

select:disabled {
    opacity: 1;
    color: green;
}

.reciept_parts {
    width: 100%;
}

.reciept_parts .name {
    width: 600px;
}

.recept_right {
    display: none;
}

.show_line .recept_right {
    display: block;
}

.recept_right2 {
    border: none !important;
    font-size: 18px;
    vertical-align: top;
}

.add_row {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
}

.line_add span {
    background-color: green;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transform: 0.3s;
}

.line_edit span {
    background-color: orange;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transform: 0.3s;
}

.line_remove span {
    background-color: red;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    color: #fff;
    padding: 5px 6px;
    border: 1px solid #fff;
    transform: 0.3s;
}
.line_close {
    display: none;
}
.line_close, .line_open {
    width: 32px;
    cursor: pointer;
    font-size: 32px;
}
.line_open {
    color:red;
}
.line_close {
    color:green;
}

.color_rec .line_add,
.color_rec .line_edit,
.color_rec .line_remove {
    padding: 2px;
}

.line_add span:hover,
.line_remove span:hover,
.line_edit span:hover {
    color: #888;
    background-color: #fff;
    border: 1px solid #888;
}
.color_rec .small_radio {
    display: inline-block !important;
    width:14px !important;
    height: 14px !important;
    position:absolute;
    margin-left:-12px;
    margin-top: 5px;
}
.code_in {
    padding-left:3px;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px !important;
}
.fgreen {
    color:green;
}

.form_small {
    width: 500px;
    box-sizing: border-box;
    position: relative;
}

.form_small .col_modal {
    display: inline-block;
    width: 45%;
    margin: 10px;
    vertical-align: top;
}

.form_small .line_modal {
    margin: 10px;
}

#modal_rem_parts .page_menu {
    padding: 0;
    margin-right: 0;
}

.page_menu>li:hover > ul {
    display: block;
}

.page_menu li > ul {
    position: absolute;
    padding-left: 0;
    z-index: 9;
    margin-top: 5px;
    display: none;
    right: 0;
    padding: 2px;
    border-radius: 2px;
    background-color: #fff;
    border:1px solid #999;
}

.report_menu li > ul{
    position: absolute;
    padding-left: 0;
    z-index: 9;
    top:15px;
    display: none;
    right: 0;
    padding: 2px;
    border-radius: 2px;
    background-color: #fff;
    border:1px solid #999;
}
.report_menu>li:hover > ul {
    display: block;
}

.page_menu>li > ul > li {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    vertical-align: top;
    border-radius: 0;
    border-top: 1px solid #fff;
    padding: 8px 5px;
    box-sizing: border-box;
    width: 118px;
    background-color: rgba(10, 10, 10, 0.9);
}

.report_menu>li > ul > li {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    box-sizing: border-box;
    width:250px;


}
.report_menu>li > ul > li span {
    font-weight: bold;
    color:#000;
    float:right;

}
.page_menu li > ul > li:hover {
    background-color: rgba(10, 10, 10, 1) !important;
    color: #0066b2;
}
.page_menu li > .menu_order > li {
    width: 230px;
}
.v_menu i {
    font-size: 15px !important;
    padding-top: 0 !important;
    width: 30px !important;
}

#modal_rem_parts li, #modal_return_parts li, #modal_return_sclad li {
    display: block;
    margin: 10px 0;
    width: 200px;
}

#modal_rem_parts li i, #modal_return_parts li i, #modal_return_sclad li i {
    color: #fff;
}

#modal_rem_parts li:hover i, #modal_return_parts li:hover i, #modal_return_sclad li:hover i {
    color: #999;
}

.no-close .ui-dialog-titlebar-close {
    display: none
}

.line_modal .page_menu {
    padding: 0;
    margin-right: 0;
}

.ui-dialog {
    box-shadow: 0 3px 10px 5px rgb(0 0 0 / 50%);
}

.empty_error {
    border: 1px solid red !important;
}

.ui-dialog .ui-widget-header {
    background-color: #3081be;
    color: #fff;
}

.line_modal button {
    padding: 8px 20px;
}

.line_modal i,
.col_modal i {
    color: blue;
}

.dataTables_wrapper {
    border: 1px solid #444;
    border-top: 2px solid #3081be;
}

/*!kassa*/
/*inc*/
.link_inc {
    color:blue;
}
.container_inc {
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 20px;
}
#result_search_inc {
    border:3px solid #0066b2;
    display: inline-block;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.out_search_r {
    overflow-y: scroll;
    max-height: 240px;
    position:relative;
}
.article_search {
    background-color: #0066b2;
    color:#fff;
    text-align: left;
    height: 30px;
}
.article_search span{
    display: inline-block;
    padding: 5px;
    font-size: 18px;
}
.article_search .close_search {
    float:right;  
    display: inline-block;
    background-color: red;
    padding:5px 9px;
    font-size:16px;
    cursor: pointer;
}
.article_search .close_search:hover {
    background-color: #fff;
    color:#333;
}
#parts_result_cont {
    width: 90%;
    position: absolute;
    display: none;
    z-index: 999;
}
.inc_k_green {
    background-color: rgba(0,128,0,0.3) !important;
}
.inc_k_yellow {
    background-color: rgba(255,255,0,0.3) !important;
}
.inc_k_red {
    background-color: rgba(255,0,0,0.3) !important;
}
.inc_k_pers {
    background-color: rgba(245,167,112,0.5) !important;
}
.all_result{
    text-align: left;
    padding-top: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #eee;
    
}
.all_result div {
    padding: 3px 0;
    font-style: italic; 
}
.all_result span {
    display: inline-block;
    min-width: 50px;
}

.table_rep {
    border-collapse: collapse;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
}
.table_rep td{
    border: 1px solid #777;
    padding: 3px 15px;
}
.table_rep thead{
    background-color: #ccc;
    font-weight: bold;
}
.table_rep tfoot{
    background-color: #999;
    font-weight: bold;
}
.all_total{
    font-size: 20px;
    font-style: normal; 
}
/*!inc*/
/*docin+out*/
.table_op {
    border-collapse:collapse;
    max-height:400px;
    display: block;
    overflow-y: scroll;
}
.table_op td,.table_op th{
    text-align: right;
    padding: 3px 10px;
    border: 1px solid #666;
    margin: 0;
}
.table_op th{
    text-align: left;
    background-color: #999;
}
.open_op {
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
    cursor: pointer;
    transition: 0.3s;
     color:green;
}
.open_op:hover {
    color:blue;
}
.col_r {
    position: relative;
}
.open_op2 {
    position: absolute;
    right: 3px;
    margin-top: 3px;
    cursor: pointer;
    transition: 0.3s;
     color:green;
}
.open_op2:hover {
    color:blue;
}
#modal_sclad .open_op2 {
    display: none;
}
#new_cat {
    padding-top: 5px;
    display: block;
    padding-left: 3px;
    cursor:pointer;
    transition:0.3s;
    font-size: 16px;
}
#new_cat i {
    color:green;
    padding-left: 5px;
}
#new_cat:hover {
    color:green;
}
.change_cat {
    float: right;
    color:orange;
}
.change_cat:hover {
    color:green;
}
.edit_line {
    width: 40px;
}
.edit_line i {
    padding: 1px 2px;
    float: right;
    color:#123; 
}
.edit_line i:hover{
    color:blue;
}
#return_form span {
    float: right;
}
.edit_line .status_r99 {
    color:red;
}
.edit_line .status_r89 {
    color:green;
}
.edit_line .status_r79 {
    color:#123;
}
.time_open{
    float: right;
    margin-top: 100px;
}
.add_shop {
    cursor:pointer;
    transition: 0.3s;
}
.add_shop:hover i{
    color:green;
}
.col_r .menu_report{
    float:right;
    padding: 3px;
    font-size: 16px;
    cursor: pointer;
}
.gray_line span{
    font-size:14px;
    border:1px solid #888;
    color:#888;
    padding: 6px 5px;
    top:0;
    vertical-align: top;
    position: relative;
    transition: 0.3s;
    border-radius: 3px;
}
.color_rec .gray_line {
    margin-top:20px;
    position: relative;
    border:none;
    cursor: pointer;
}
.gray_line span:hover {
    border:1px solid green;
    color:green;
}
.color_rec .order_ok span{
    border:1px solid green;
    color:#fff;
    background-color:green;
}
.color_rec .order_s2 span{
    border:1px solid orange;
    color:#fff;
    background-color:orange;
}
.line_k2 {
    text-align: center;
}
.link_auto_k2 {
    display: inline-block;
    padding: 30px 30px;
    border:1px solid green;
    border-radius: 5px;
    transition: 0.3s;
}
.link_auto_k2 span {
    display: block;
}
.link_auto_k2 i {
    font-size:30px;
    color:green;
}
.link_auto_k2:hover {
    border:1px solid orange;
}
.inp_point {
    width:3px !important;
    height:6px !important;
    position: absolute !important;
    font-size: 1px !important;
    border-radius: 4px;
}
.oil{
    background-color: rgba(255,146,1,0.3) !important;
}
.oil input {
    background-color: rgba(255,146,1,0.3);
}

@media screen and (max-width: 1400px) {
    .container {
        padding-left: 60px;
    }

}
@media screen and (max-width: 1200px) {
    .main .page {
        text-align: left;
        padding-left: 55px;
    }

}

@media screen and (max-width: 1000px) {
    .container .cont_one {
        width: 100%;
        display: block;
    }

    .container .cont_two {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 630px) {

    .form_create input,
    .form_create select {
        display: block;
        width: 97% !important;
    }

    .page_menu {
        float: none;
        display: block;
        margin: 0;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .page_menu li,
    .button_g {
        margin-bottom: 10px;
        margin-right: 5px;
        font-size: 14px;
    }

    .row_r {
        position: relative;
    }

    .form_small {
        display: block;
        width: 100%;
    }

    .bog_cont {
        display: block;
    }

    .small_right {
        margin-left: 0;
    }

    .info label {
        margin: 5px;
        padding: 5px;
        width: 90px;
        height: 90px;
    }

    .info img {
        width: auto;
        height: 38px;
    }

    .tabs .info {
        padding: 0;
    }

    .form_big .small_left {
        padding-right: 0;
        margin-right: 0;
    }

    .form_big .small_right {
        padding-left: 0;
    }

    .form_create2 {
        overflow-x: scroll;
    }

    .header_form input {
        margin: 5px 0;
        display: block;
        height: 34px;
        width: 96%;
        margin-right: 5px;
        box-sizing: border-box;
    }

    .page .fixed {
        position: fixed;
        z-index: 9;
        width: 80%;
        display: block;
        top: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .page .fixed input {
        margin-left: 5px;
    }

    .fixed #ajax_result_part {
        padding: 10px;
    }

    .ajax_out {
        box-sizing: border-box;
        padding: 5px;
    }
}

@media print {
    .menu_bg {
        display: none;
    }

    .body_order {
        padding-top: 40px;
    }

    .select_cont {
        display: none;
    }

    .header_form {
        display: none !important;
    }

    .main {
        padding-bottom: 0px;
        padding-top: 0px;
        background-color: #fff;
    }

    body {
        background-color: #fff !important;
    }

    .container .cont_two {
        width: 100%!important;
    }

    #quarterly {
        margin-top: 50px;
    }

    .cont_four .row_block {
        font-size: 10px;
    }

    .print {
        display: block;
    }

    #myfirstchart svg {
        display: none;
    }

    #myfirstchart {
        height: 50px !important;
    }

    .ui-toolbar {
        display: none;
    }

    .cont_four h4 {
        font-size: 12px;
    }
    .no_print {
        display: none !important;
    }
    .no_print2 {
        display: none !important;
    }
    .no_show2 {
        display: table-row !important;
    }
}