:root {
    --width-taskbar: 95px;
}

@font-face {
    font-family: digit_font;
    src: url(/ext/fonts/EHSMB.TTF);
}

.x-rtlx-logo {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    padding: 0;

    color: #f1e767; /* Old browsers */
    color: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6-15 */
    color: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
    color: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.x-rtlx-logo img{
    height: 35px;
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(2px 2px 0px #222);
    vertical-align: baseline;
}

#x-app{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

#x-config-user,#x-include-files{
    display: none;
}

#x-desktop {
    height: calc(100% - 40px);
    width: 100%;

    background-size: contain;
    background-size: cover;
    background-position: center center;
    background-color: grey;

    position: absolute;
    top:40px;
    z-index: 1;
    padding: 0;
}

#x-taskbar {
    width: 100%;
    height: 40px;
    color: white;
    background-color: rgba(10,38,38,0.8);
    position: absolute;
    z-index: 2;
    top:0;
    padding: 0;
}


.x-menu-top #x-taskbar {
    top:0;
}

.x-menu-top #x-desktop {
    top:40px;
}

.x-menu-bottom #x-taskbar {
    top:unset;
    bottom: 0;
}

.x-menu-bottom #x-desktop {
    top:unset;
    bottom:40px;
}

.x-menu-left #x-taskbar {
    top:0;
    left: 0;
    height: 100vh;
    width: var(--width-taskbar);
}

.x-menu-left #x-desktop {
    top:0;
    height: 100vh;
    left: var(--width-taskbar);
    width: calc(100vw - var(--width-taskbar));
}

.x-menu-right #x-taskbar {
    top:0;
    right: 0;
    height: 100vh;
    width: var(--width-taskbar);
}

.x-menu-right #x-desktop {
    top:0;
    height: 100vh;
    right: var(--width-taskbar);
    width: calc(100vw - var(--width-taskbar));
}

#x-taskbar-status{
    float: left;
    /*width: calc(50% - 10px);*/
    overflow: hidden;
    /*height: 40px;*/

    /*overflow-y: auto;
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
    height: 40px;*/
}

#x-taskbar-status:hover{
    overflow: unset;
}

#x-taskbar-button{
    float: right;
    padding-left: 5px;
    width: calc(50% - 10px);
    overflow: hidden;
    /*height: 40px;*/
    /*overflow-y: auto;
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
    height: 40px;*/
}

#x-taskbar-button:hover{
    overflow: unset;
}

.x-menu-right #x-taskbar-button,
.x-menu-left #x-taskbar-button{
    padding-left: 0px;
    width: 100%;
}

.x-taskbar-object{
    font-size: 12px;
    height: 40px;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    float: right;
}

#x-taskbar-status .x-taskbar-object{
    float: left;
}

[x-id='status=>x_status_date']{
    /*overflow: hidden;*/
}

#x-taskbar-status .x-taskbar-button{
    float: right;
}


.x-taskbar-object .x-taskbar-img{
    height: 20px;
    -webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(2px 2px 0px #222);
}

.x-taskbar-object:hover{
    background-color: rgba(0,0,0,0.4);
}

.x-taskbar-object:hover .x-taskbar-img{
    filter: drop-shadow(2px 2px 1px #000);
}

#x-taskbar-button .x-taskbar-object-block,
#x-taskbar-status .x-taskbar-object-block{
    display: none;
    position: absolute;
    top: 40px;
    background-color: rgba(0,0,0,0.7);
    /*max-width: 100%;*/
    min-width: 300px;
    left: 0;
    font-size: 15px;
    padding: 2px 3px;
    color: #e1e1e1;
    text-shadow: unset;
}

#x-taskbar-button .x-taskbar-object-block{
    left: unset;
    right: 0;
}

.x-taskbar-status-block{
    left: unset;
    right: 0;
}

#x-taskbar-button .x-taskbar-object:hover .x-taskbar-object-block,
#x-taskbar-status .x-taskbar-object:hover .x-taskbar-object-block{
    display: block;
    padding: 0;
}

.x-taskbar-object-data{
    font-size: 12px;
}

.x-taskbar-object-label {
    font-size: 16px;
    padding: 8px 5px;
    background-color: #343a40;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.x-taskbar-object-view{
    padding: 9.5px 5px;
}

.x-taskbar-object-start .x-taskbar-object-view{
    font-size: 23px;
    color: darkgray;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    padding: 0;
}

.x-menu-bottom  #x-taskbar-button .x-taskbar-object-block,
.x-menu-bottom  #x-taskbar-status .x-taskbar-object-block{
    top: unset;
    bottom: 40px;
}

.x-menu-right .x-taskbar-object-view,
.x-menu-left .x-taskbar-object-view{
    text-align: center;
}

.x-menu-right .x-taskbar-object-start .x-taskbar-object-view,
.x-menu-left .x-taskbar-object-start .x-taskbar-object-view{
    font-size: 16px;
    text-align: center;
}

.x-menu-right .x-taskbar-object .x-taskbar-img,
.x-menu-left .x-taskbar-object .x-taskbar-img{
    height: 18px;
}

.x-menu-left #x-taskbar-button .x-taskbar-object-block,
.x-menu-left #x-taskbar-status .x-taskbar-object-block{
    left: var(--width-taskbar);
    top: 0;
}

.x-menu-right #x-taskbar-button .x-taskbar-object-block,
.x-menu-right #x-taskbar-status .x-taskbar-object-block{
    right: var(--width-taskbar);
    top: 0;
    left:unset;
}


.x-menu-right .x-taskbar-object,
.x-menu-left .x-taskbar-object{
    padding: 0;
    width: 100%;
}

#x-status-date{
    font-size: 13px;
    text-align: center;
    width: var(--width-taskbar);
    padding: 0;
}

#start_object .x-taskbar-object .x-taskbar-img {
    height: 25px;
}

.x-menu-left .x-taskbar-object-start .x-taskbar-object-view,
.x-menu-right .x-taskbar-object-start .x-taskbar-object-view {
    padding: 9.5px 0;
}

.x-taskbar-object .x-taskbar-svg{
    height:18px;
    width: 18px;
    color:rgb(230,230,230);
    -webkit-filter: drop-shadow( 2px 2px 0px #222);
    filter: drop-shadow(2px 2px 0px #222);
    vertical-align: middle;
}

#x-taskbar-button .x-taskbar-object-block:hover,
#x-taskbar-status .x-taskbar-object-block:hover {
 background-color: rgba(20,20,20,1) !important;
}


.x-menu-item[x-disable]{
    background-color: rgba(119,110,110,0.08);
}

.x-menu-item[x-disable] .x-menu-img{
    filter: grayscale(1.0);
}

.x-menu-item[x-disable] .x-menu-label{
    color: grey;
}


.x-taskbar-object .x-taskbar-object {
    width: 100%;
}

.list-icons-bootstrap li,
.list-icons-bootstrap .d-block-icon{
    display: inline-block;
    width: 150px;
    height: 100px;
}

.list-icons-bootstrap li{
    margin: 5px;
}

.list-icons-bootstrap svg{
    font-size: 26px;
}

.bg-light-icon{
    background-color: #e1e1e1;
}

.x-fiv{
    display: inline-block;
    font-size: 22px;
}

#x-volume-range {
    cursor: pointer;
    width: 100%;
}

input[type='range'] {
    background: linear-gradient(to right, #8FCA7F 0%, #8FCA7F 100%, #fff 100%, #fff 100%);
    border: solid 1px #8FCA7F;
    border-radius: 8px;
    height: 7px;
    width: 356px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    max-width: 100%;
    cursor: pointer;
}

 [x-id="status=>x_status_user_connected"] .x-taskbar-object-block{
     width: 550px;
 }

 /* calender */

[x-id="status=>x_status_date"] .x-taskbar-object-block{
    width: 550px;
    padding: 2px;
}

[x-id="status=>x_status_date"] table{
    background-color: rgba(0,0,0,0.1);
}

[x-id="status=>x_status_date"] .x-taskbar-object-block:hover table{
    background-color: #212529;
}

.x-calender td{
    height: 70px;
    width: 70px;
}

.x-calender-header{

}

 .x-calender-day{
     position: relative;

 }

 .x-calender-day-eng{
     float: left;
 }

.x-calender-day div{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
    padding: 0 5px;
}

.x-calender-day:hover{
    background-color: rgba(0,0,205,0.2);
    color: #B5CC18;
}

.x-calender-today{
    background-color: rgba(0,0,205,0.2);
}

.x-calender-not-month{
    background-color: rgba(255,255,255,0.3);
}

.x-calender-day-heb{
    float: right;
}

.x-calener-date-heb{
    float: right;
    font-size: 20px;
    padding: 0px 2px;
}

.x-calender .x-calener-btn-set-date input{
    width: 74px;
    height: 32px;

}


.x_user_list_selected-row-data-user-id-program:hover{
    cursor: pointer;
    background-color: #ade2e6;
}


/* Start windows with 2 sides */

.x-img-circle{
    height: 25px;
    width: 20px;
    border-radius: 30px;
    background-color: gray;
}

.win-class{
    width: 201px;
    float: left;
    position: absolute;
    border-right: 1px solid darkgray;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #e6e6e6;
}

.win-main{
    width: calc(100% - 200px);
    float: right;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    scrollbar-width: thin;
}

.win-class-item{
    border-bottom: 1px solid darkgray;
    padding: 5px 0;
    text-align: center;
}

.win-class-item:hover{
    background-color: darkgray;
    cursor: pointer;
}
.win-class-item-selected{
    background-color: #B5CC18;
}

.win-class-item{
    border-bottom: 1px solid darkgray;
    padding: 5px 10px;
    text-align: left;
}

.win-class-item-btn{
    border-bottom: 1px solid darkgray;
    padding: 5px 10px;
    text-align: left;
}

.win-class-item-btn img {
    height: 22px;
    background-color: #0c1277;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}

.win-class-item-counter {
    font-size: 14px;
    float: right;
    margin-top: 3px;
    color: green;
    font-weight: bold;
}

.win-class-item-counter-read{
    font-size: 14px;
    float: right;
    margin-top: 3px;
    color: gray;
    font-weight: bold;
}


.win-class-item img{
    height: 22px;
    background-color: #0c1277;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    max-width: 22px;
}

.win-class-list{
    height: calc(100%);
    overflow-y: auto;
    scrollbar-width: thin;
}

.win-class-title{
    text-align: center;
    background-color: lightslategray;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    border-bottom: 1px solid darkgray;
    padding: 5px 10px;
}
/* End windows with 2 sides */

.x-table-view-print-on {
    padding: 5px 10px;
    background-color: lightgray;
    margin-bottom: 5px;
    color: dimgray;
    display: none;
}


/*@media (max-width: 830px) {

    #x-taskbar-button .x-taskbar-object{
        display: block;
        clear: both;
    }

    #x-taskbar-button .x-taskbar-object-block {
        left: unset;
        right: 38px;
        top: 0;
    }
}*/