/*Old css table*/
table th:nth-child(1){
    border-radius: 3px 0px 0px 3px;
}
table th:nth-last-child(1){
    border-radius: 0px 3px 3px 0px;
}

thead:after {
    line-height: 8px;
    content:".";
    color:#f8faff;
    display:block;
}
tbody tr:nth-of-type(even){
    background-color: #f2f5fa;
    border-collapse: collapse;
}
tbody{
    border: solid 1px #E0E0E0;
}
TD {
    border: 0;
}
TR{
    height: 61px;
    background-color: #fff;
}
.headTable{
    padding: 3px;
    border-radius: 3px;
    border: solid 1px #E0E0E0;
    background-color: #ffffff;
}
.bodyTable{
    background-color: #ffffff;
    border-radius: 3px;
}
.column_table{
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3 !important;
    letter-spacing: normal;
    text-align: left !important;
    color: #222222;
    padding-left: 15px !important;
    border: solid 1px #E0E0E0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*New css table*/
.my_table_zone{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 50px;
}

.my_table .my_header_table{
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-right: 50px;
    z-index: 2;
    position: sticky;
    /*top: 64px;*/
}

.my_table .my_header_table_selected{
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    padding-left: 16px;
    padding-right: 50px;
    z-index: 2;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    background-color: #fff4d9;
    margin-bottom: 8px;
    position: absolute;
    width: 100%;
    top: 0px;
}

.my_table{
    display: table;
    position: relative;
    width: 100%;

}

.my_header_table{
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 8px;
}

/*.my_table .my_col{
    min-width: 120px;
}*/

.my_table.col_table_1 .my_col{
    width: calc(100% / 1);
}

.my_table.col_table_2 .my_col{
    width: calc(100% / 2);
}

.my_table.col_table_3 .my_col{
    width: calc(100% / 3);
}

.my_table.col_table_4 .my_col{
    width: calc(100% / 4);
}

.my_table.col_table_5 .my_col{
    width: calc(100% / 5);
}

.my_table.col_table_6 .my_col{
    width: calc(100% / 6);
}

.my_table.col_table_7 .my_col{
    width: calc(100% / 7);
}

.my_table.col_table_8 .my_col{
    width: calc(100% / 8);
}

.my_table.col_table_9 .my_col{
    width: calc(100% / 9);
}

.my_table.col_table_10 .my_col{
    width: calc(100% / 10);
}

.my_table.col_table_11 .my_col{
    width: calc(100% / 11);
}

.my_table.col_table_12 .my_col{
    width: calc(100% / 12);
}

.my_table .my_col.my_col_width_10{
    min-width: 10px;
}

.my_table .my_col.my_col_width_20{
    min-width: 20px;
}

.my_table .my_col.my_col_width_30{
    min-width: 30px;
}

.my_table .my_col.my_col_width_40{
    min-width: 40px;
}

.my_table .my_col.my_col_width_50{
    min-width: 50px;
}

.my_table .my_col.my_col_width_60{
    min-width: 60px;
}

.my_table .my_col.my_col_width_70{
    min-width: 70px;
}

.my_table .my_col.my_col_width_80{
    min-width: 80px;
}

.my_table .my_col.my_col_width_90{
    min-width: 90px;
}

.my_table .my_col.my_col_width_100{
    min-width: 100px;
}

.my_table .my_col.my_col_width_110{
    min-width: 110px;
}

.my_table .my_col.my_col_width_120{
    min-width: 120px;
}

.my_table .my_col.my_col_width_130{
    min-width: 130px;
}

.my_table .my_col.my_col_width_140{
    min-width: 140px;
}

.my_table .my_col.my_col_width_150{
    min-width: 150px;
}

.my_table .my_col.my_col_width_160{
    min-width: 160px;
}

.my_table .my_col.my_col_width_170{
    min-width: 170px;
}

.my_table .my_col.my_col_width_180{
    min-width: 180px;
}

.my_table .my_col.my_col_width_190{
    min-width: 190px;
}

.my_table .my_col.my_col_width_200{
    min-width: 200px;
}

.my_table .my_col.my_col_width_210{
    min-width: 210px;
}

.my_table .my_col.my_col_width_220{
    min-width: 220px;
}

.my_table .my_col.my_col_width_230{
    min-width: 230px;
}

.my_table .my_col.my_col_width_240{
    min-width: 240px;
}

.my_table .my_col.my_col_width_250{
    min-width: 250px;
}

.my_table .my_col.my_col_width_300{
    min-width: 300px;
}


.my_table .my_col.my_col_max_width_10{
    max-width: 10px;
}

.my_table .my_col.my_col_max_width_20{
    max-width: 20px;
}

.my_table .my_col.my_col_max_width_30{
    max-width: 30px;
}

.my_table .my_col.my_col_max_width_40{
    max-width: 40px;
}

.my_table .my_col.my_col_max_width_50{
    max-width: 50px;
}

.my_table .my_col.my_col_max_width_60{
    max-width: 60px;
}

.my_table .my_col.my_col_max_width_70{
    max-width: 70px;
}

.my_table .my_col.my_col_max_width_80{
    max-width: 80px;
}

.my_table .my_col.my_col_max_width_90{
    max-width: 90px;
}

.my_table .my_col.my_col_max_width_100{
    max-width: 100px;
}

.my_table .my_col.my_col_max_width_110{
    max-width: 110px;
}

.my_table .my_col.my_col_max_width_120{
    max-width: 120px;
}

.my_table .my_col.my_col_max_width_130{
    max-width: 130px;
}

.my_table .my_col.my_col_max_width_140{
    max-width: 140px;
}

.my_table .my_col.my_col_max_width_150{
    max-width: 150px;
}

.my_table .my_col.my_col_max_width_160{
    max-width: 160px;
}

.my_table .my_col.my_col_max_width_170{
    max-width: 170px;
}

.my_table .my_col.my_col_max_width_180{
    max-width: 180px;
}

.my_table .my_col.my_col_max_width_190{
    max-width: 190px;
}

.my_table .my_col.my_col_max_width_200{
    max-width: 200px;
}

.my_table .my_col.my_col_max_width_210{
    max-width: 210px;
}

.my_table .my_col.my_col_max_width_220{
    max-width: 220px;
}

.my_table .my_col.my_col_max_width_230{
    max-width: 230px;
}

.my_table .my_col.my_col_max_width_240{
    max-width: 240px;
}

.my_table .my_col.my_col_max_width_250{
    max-width: 250px;
}

.my_table .my_col.my_col_max_width_300{
    max-width: 300px;
}

.my_table .my_col.my_col_max_width_350{
    max-width: 350px;
}

.my_table .my_col.my_col_max_width_400{
    max-width: 400px;
}


/*.my_table .my_header_table .my_col{
    display: flex;
    justify-content: left;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}*/

.my_table .my_header_table .my_col, .my_table .my_body_table .my_row .my_col{
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 16px;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
    cursor: pointer;

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my_table .my_header_table .my_col.col_hide, .my_table .my_body_table .my_row .my_col.col_hide{
   display: none;
}

.my_table .my_body_table .my_row .my_col{
    color: #222222 !important;
    cursor: default;
    /*height: 100%;*/
    /* display: flex;
     justify-content: left;
     align-items: center;*/

    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/

    line-height: 20px;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;

    display: flex;
    align-items: center;
}

.my_table .my_header_table .my_col.big_text, .my_table .my_body_table .my_row .my_col.big_text, .my_table .my_body_table .my_row .my_col .big_text
{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 600px;
}

.my_table .my_header_table .my_col:first-child, .my_table .my_body_table .my_row .my_col:first-child{
    padding-left: 0px !important;
}

.my_table .my_body_table{
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 8px;
}


.my_table .my_body_table .my_row{
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-right: 50px;
    position: relative;
}

.my_table .my_body_table .my_row.selected{
    background-color: #fff4d9 !important;
}

.my_table .my_body_table .my_row:nth-child(2n){
    background-color: #f2f6ff;
}


.row_buttons_zone{
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 1;
    border-radius: 3px;
    box-shadow: -25px 0 30px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border: unset;
    height: 40px;
}

.row_buttons_zone.open{
    border: solid 1px #e0e0e0  !important;
}

.box_row_buttons{
    justify-content: end;
    align-items: end;
    display: none;
    margin-right: 42px;
    position: relative;
}

.master_select_row{
    display: none;
}

.open_row_button, .master_select_row{
    position: absolute;
    top: 0px;
    right: 0px;
}

.open_row_button .css_grayButtonModH2{
    border: unset;
}

.open_row_button .css_grayButtonModH2.hiden{
    border: solid 1px #e0e0e0 !important;
    opacity: 0.8;
}

.master_select_row > .selected{
    background-color: #ffaf50;
    opacity: unset !important;
}

.cancel_selected_all.times_solid{
    position: absolute;
    right: 4px;
}