
body{
    overflow-y: hidden !important;
    overflow: hidden !important;
    overflow-x: hidden;
}

.window_sub_title{
    font-size: 16px;
    display: inline-block;
    padding-right: 5px;
}

.window_logo{
    height: 20px;
    margin-left: 5px;

}

.ui-dialog .ui-dialog-title {
    vertical-align: middle;
    display: -webkit-flex;
    padding: 8px 5px 8px 0;
    margin:0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}

.col {
    float: right;
    padding: 10px;
    box-sizing: border-box;

}

.info_setting_view__select_info,.info_setting_view__select_info option{
    text-align: right !important;
    padding: 0 5px !important;
}

.msg-action-new-msg{
    direction: rtl;
    text-align: right;
}

.rtlx_status_count{
    position: absolute;
    top: 3px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    background-color: #00a65a;
    border-radius: 5px;
}

.rtl{
    text-align: right;
    direction: rtl;
}

.ltr{
    direction: ltr;
    text-align: left;
}

.clear{
    clear: both;
}

.jquery-message {
    left: 20px;
    right: auto;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}

.tabulator .tabulator-footer{
    text-align: left !important;
    /*direction: ltr !important;*/
}

.tabulator-headers,.tabulator-table{
    float: right !important;
}

.tabulator .tabulator-header .tabulator-col {
    text-align: right !important;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-left: 25px !important;
    padding-right: 0 !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
    left: 8px !important;
    right: auto !important;
}

.win_confirm .ui-dialog-content{
    direction: rtl;
    text-align: right;
    font-weight: bold;
}

.ui-dialog-buttonpane {
    text-align: right;
    padding-top: 0.5em;
    padding-bottom: 0.3em !important;
    padding-left: 0.5em;
    padding-right: 0.3em;

}

.win_confirm .ui-corner-all,.win_confirm  .ui-corner-bottom,.win_confirm  .ui-corner-right,.win_confirm  .ui-corner-br {
    border-radius: unset;
}
.win_confirm  .ui-corner-all,.win_confirm  .ui-corner-bottom,.win_confirm  .ui-corner-left,.win_confirm  .ui-corner-bl {
    border-radius: unset;
}

.win_confirm_error  .ui-widget-header{
    background-color: crimson !important;
    color: #fff;
    border-radius: unset;
    padding: 0;
}

.win_confirm_info  .ui-widget-header{
    background-color: #1480ee !important;
    color: #fff;
}

.win_confirm_sucess  .ui-widget-header{
    background-color: darkgreen !important;
    color: #fff;
}

.win_confirm .ui-dialog-content .win_confirm_conntent{
    position: absolute;
    right: 87px;
    top: 17px;
}

.win_confirm .ui-dialog-content .win_confirm_logo{
    font-size: 34px;
    color: crimson;
    position: absolute;
    top: 26px;
    right: 27px;
}
.main-div-error-socket-listens .ui-dialog-content p,.main-div-error-socket-listens .ui-dialog-content{
    direction: ltr;
    text-align: left;
    position: static;
}

.ui-widget-overlay{
    position: absolute;
}

.rtlx_tabs{
    display: none;
}
.rtlx-tab{
    padding: 10px 0;
    position: relative;
}

.rtlx-tabs-button-main-div{
    content: "";
    display: table;
    clear: both;
    color: #fff;
    background-color: #e1e1e1;
    width: 100%;
    overflow: hidden;
    direction: rtl;
    text-align: right;
}
.rtlx-tabs-button-main-div button {
    white-space: normal;
    padding: 8px 16px;
    float: right;
    width: auto;
    border: none;
    outline: none;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.rtlx-tab{
    display: none;
}


.rtlx-tab-on{
    display: block;
}

.rtlx-button-on,.rtlx-tabs-button-main-div button:hover{
    background-color: rgba(0,0,0,0.1) !important;
    color: #000 !important;
}


.rtlx_wait,.rtlx_end{
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: #22aa44;
    direction: rtl;
}

.rtlx_wait{
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.setting-cards-main-div-button-filter-status {
    float: right;
    direction: rtl;
    text-align: right;
}

.main-div-table{
    width: 100%;
}

.main-div-table td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.main-div-table td, .main-div-table th {
    padding: 5px;
}

/* Background-color of the odd rows */
.main-div-table tr:nth-child(odd) {
    background-color: #EFEEED;
}

/* Background-color of the even rows */
.main-div-table tr:nth-child(even) {
    background-color: gainsboro;
}

.main-div-table th {
    background-color: #1D96B2;
}

.main-div-table td:first-child { color: royalblue; }

.main-div-table tr:hover {
    background-color: #a3c0bf;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
}

.rtlx_button{
    height: 30px;
    background-color: gainsboro;
    border: 1px solid silver; 
    padding: 0 4px; 
    cursor: pointer;
    color: #000;
}

.rtlx_button:hover{
    background-color: silver;
}

.main-div-parameter-search .c_form_item span {

    display: inline-block;
    background-color: cadetblue;
    width: calc(100% - 8px);
    margin-bottom: 5px;
    padding: 2px 4px;
    min-width: 100px;
    font-weight: bold;

}

.main-div-parameter-search .rtlx_button{
    margin-top: 30px;
    height: 22px;
    background-color: gainsboro;
    border: 1px solid silver;
    padding: 0 4px;
    cursor: pointer;
    color: #000;
}

.multiselect {
    width:20em;
    border:solid 1px #c0c0c0;
    overflow:auto;
    padding: 8px;
}

.multiselect label {
    display:block;
    padding-right: 3px;
    cursor: pointer;
}


.multiselect label:hover{
    color:gray;
}

.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}

.multiselect input{
    margin-left: 5px;
}

.main-div-table_list_coums{
    position: absolute;
    left: 0;
    top: 12px;
    text-align: left;
    z-index: 1;
}

.main-div-table_list_coums .table_list_colums{
    display: none;
    text-align: right;
    background-color: #fff;
    max-height: 220px;
}

.main-div-table_list_coums:hover .table_list_colums{
    display: block;
}

.tabulator-tableHolder{
    min-height: 460px;
}

.rtlx_window {
    z-index: 1;
}

.main-div-label-preview {
    height: 297mm;
    background-color: rgba(218,198,219,0.2);
    position: relative;
}

.crm-form-blessing-report select[multiple]{
    font-size: 11px;
    height: 100px;
}

.rank_on{
    background-color:#2C662D;
    color:#fff;
}

.rank_off{
    background-color:#9f3a38;
    color:#fff;
}

.tabulator{
    border-radius: 0 !important;
    margin: 0 !important;
}

.tabulator-group span{
    margin-right: 10px !important;
}

.tabulator-group .tabulator-arrow{
    margin-left: 10px !important;
}


[disabled] {
    background-color: gainsboro;
}

.table th, .table td {
    text-align: right;
}

.x-union-users{
    direction: ltr;
    text-align: left;
    padding: 3px;
}

.tabulator-row.x-selected,
.x-selected {
    background-color: lightgreen !important;
}