.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 20%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; width: 80%;}

.ui-datepicker{z-index: 1000 !important}
/*.ui-front { z-index: 10000; }*/
table thead.fixedJ tr th,
table thead.fixedJ tr td {
    border: 0;
    outline: 1px solid #c8c8c8;
}

table thead.fixedH tr th,
table thead.fixedH tr td {
    border: 0;
    outline: 1px solid;
}
.fixedH {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.fixedJ {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.fixedV {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}


.H60px{
    height: 60px;
}
.jtable-child-table-container{
    margin-bottom: 10px;
    margin-top: 10px;
}
.ui-tooltip {
    white-space: pre-line;
}
.bgOrange{
    background-color: orange;
}
.ui-datepicker-week-col{
    text-align: center !important;
}
.layout-center, .layout-center-wrap > .layout-wrap {
    max-width: 100% !important;
}
.content{
    padding-bottom: 20px;
    padding-top: 10px;
}
.redb{background-color: tomato}

div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    background-color: transparent !important;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
    padding-right: 15px !important;
}
.g{
    background-color: green !important;
}
.y{
    background-color: yellow !important;
}
.r{
    background-color: #FF8D76 !important;
}


#AnyTime--Edit-time1, #AnyTime--Edit-time2{
    z-index: 1000;
}
.disabled{
    color: gray;
    font-size: small;
    font-style: italic;
}

div.gallery img {
    border: 0px none !important;
}
#jquery-lightbox {
    z-index: 1000 !important;
}
.bar {
    height: 18px;
    background: green;
}

.float_left{
    float: left;
}

.floatleft{
    float: left !important;
}

.clear{
    clear: both !important;
}
.icon_filter{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.icon_Money_Bag{
    position: absolute;
    bottom: 4px;
    right: 2px;
    cursor: pointer;
}

.icon_sprv{
    position: absolute;
    top: 4px;
    right: 2px;
    cursor: pointer;
}

.td_for_icon{
    position: relative;
}

.jtable-input-readonly{
    background-color:lightgray;
}
.font_b{
    font-weight: bold;
}

.ui-autocomplete {
    max-height: 500px;
    overflow: auto;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
    vertical-align: middle;
}
.cl_f_l_div{
    float: left;
    margin-left: 40px;
}

.cl_f_r_div{
    float: right;
}
.txtC{
    text-align: center;
}
.txtL{
    text-align: left;
}
.txtR{
    text-align: right;
}

.modal_div {
    width: 1000px;
    height: 500px; /* ������� ������ ���� ����������� */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* ����� ���� ���� � ������� ���� � ����� ����� */
    top: 45%; /* ��������� ������ 45%, ��������� 5% �������� ������ */
    left: 50%; /* �������� ������ ����� */
    margin-top: -300px;
    margin-left: -500px; /* ��� ��� ����� ��������� css, ��������� ����� � ����� ����� �������� ������ � ������ �������������� =) */
    display: none; /* � ������� ��������� ���� �� ������ ���� */
    opacity: 0; /* ��������� ��������� ��� ������������ */
    z-index: 5; /* ���� ������ ���� �������� ������� ���� */
    padding: 20px 10px;
    overflow: auto;
}
/* ������ ������� ��� ��� ��� � �����) */
.modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: block;
}
/* �������� */
#overlay {
    z-index: 3; /* �������� ������ ���� ���� ����� ��������� �����, �� ���� ���� ���������� ���� */
    position: fixed; /* ������ ����������� ���� ���� */
    background-color: #000; /* ������ */
    opacity: 0.8; /* �� ������� ��������� */
    width: 100%;
    height: 100%; /* �������� �� ���� ����� */
    top: 0;
    left: 0; /* ������ � ����� 0, ������������ ��������! */
    cursor: pointer;
    display: none; /* � ������� ��������� �� ���) */
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-add-command-button {
    background: url("/application/maxsite/templates/default/images/add-16.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-add-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button {
    background: url("/application/maxsite/templates/default/images/dtl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-price-command-button {
    background: url("/application/maxsite/templates/default/images/price.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-price-command-button:hover {
    opacity: 0.8;
}


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-print-command-button {
    background: url("/application/maxsite/templates/default/assets/images/print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-print-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-money-command-button {
    background: url("/application/maxsite/templates/default/images/moneyadd.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-money-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button {
    background: url("/application/maxsite/templates/default/images/dtl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-dtl-command-button:hover {
    opacity: 0.8;
}


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-avto-command-button {
    background: url("/application/maxsite/templates/default/images/avto.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-avto-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-tel-command-button {
    background: url("/application/maxsite/templates/default/images/tel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-tel-command-button:hover {
    opacity: 0.8;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-home-command-button {
    background: url("/application/maxsite/templates/default/images/home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-home-command-button:hover {
    opacity: 0.8;
}


div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-opt-command-button {
    background: url("/application/maxsite/templates/default/assets/images/opt.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    opacity: 0.4;
    width: 16px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-opt-command-button:hover {
    opacity: 0.8;
}


.div_date{
    /*padding: 5px;*/
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.jtable-column-header{
    text-align: center !important;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.jtable-child-table-container{
    padding-left: 50px;
    padding-right: 50px;
}
.zpzg{
    font-family: fantasy;
    font-size: large;
    text-align: center;
}
.even{
    background-color: #E4E4E4;
}

.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}
.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}
.custom-combobox-toggle1 {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: 20px !important;
    padding: 0 !important;
}
.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
    padding-right: 30px !important;
}
.filter-accordion{
    margin-left: 20px !important;
    margin-right: 20px !important;;
    margin-bottom: 20px !important;;
}

.filter_item{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.font_r{
    color: red;
}
.ui-state-active{
    border: 1px solid #8e8e8e !important;
    background: #8e8e8e !important;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearleft{
    clear: left;
}

.clearright{
    clear: right;
}
.clearboth{
    clear: both;
}

.w100{
    width: 100% !important;
}

.w25{
    width: 25% !important;
}

.w30{
    width: 30% !important;
}

.w33{
    width: 33% !important;
}

.w17{
    width: 17% !important;
}

.w34{
    width: 34% !important;
}

.w50{
    width: 50% !important;
}

.marginleft{
    margin-left: 20px;
}

.noborder{
    border-bottom: 0px !important;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {

    height: auto !important;

}

.orderClient{
    background-color: aqua;
}

.orderSupl{
    background-color: burlywood;
}

.disabled {
    pointer-events: none;
}

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

.a{
    color: blue;
    font-weight: bold;
    font-size: larger;
}