#main-div-taskbark{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: darkslategray;
    color: white;
    z-index: 10;
    background-color: rgba(10,38,38,0.8);
}

.rtlx_taskbar_win_icon {
    cursor: pointer;
    text-align: center;
    padding: 4px 8px;
    right: 0;
    width: 30px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    position: relative;
    top: 0;
    padding-top: 9px;
}

.rtlx_taskbar_button {
    cursor: pointer;
    /* height: 34px; */
    text-align: center;
    padding: 9px 8px;
    position: absolute;
    /* right: 0; */
    width: 30px;
    display: inline-block;
    /* margin-top: 5px; */
    text-align: center;
}

.rtlx_taskbar_button > img ,.rtlx_taskbar_win_icon > img{

    filter: grayscale(100%);
    width: 25px;
    margin: auto;  /* Magic! */
}

.rtlx_taskbar_button:hover > img, .rtlx_taskbar_win_icon > img{
    filter: grayscale(0);
}

#button-start {
    right: 0;
}

.rtlx_button_exit:hover{
    color:#d9534f;
}



.rtlx_taskbar_button:hover, .rtlx_taskbar_win_icon:hover,.rtlx_window_button_on{
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid #e1e1e1;
}

.rtlx_window_button_on {
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid mediumspringgreen;
}

#dialog-extend-fixed-container{
    background-color: transparent;
    height: 40px;
    position: absolute;
    /*left: 20%;*/
    right: 200px;
}

#dialog-extend-fixed-container .ui-dialog{
    float: right !important;
}

#dialog-extend-fixed-container a{
    display: none;
}

#dialog-extend-fixed-container a.ui-dialog-titlebar-restore {
    display: block;
    margin-right: 5px;
}
#main-div-rtlx-status {
    font-size: 16px;
}
#main-div-rtlx-status > div{
    position: absolute;
}

#rtlx-status-time{
    padding: 6px;
}


#rtlx-status-network{
    color: green;
    left: 100px;
}

#rtlx-user-info{
    left: 200px;
}

.rtlx-status-network_send_data{
    animation-name: rtlx-status-network_send_data;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;

}

@keyframes rtlx-status-network_send_data {
    from {color: green;}
    to {color: chartreuse;}
}

.rtlx-status-network_error{
    color: crimson !important;
}

#rtlx-status-time{
    font-size: 12px;
    text-align: center;
    left:20px;
}

#main-div-taskbark .ui-dialog .ui-dialog-titlebar {
    padding: 2px 1em;
}

#main-div-taskbark .ui-corner-all,#main-div-taskbark .ui-corner-bottom,#main-div-taskbark .ui-corner-left,#main-div-taskbark .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
#main-div-taskbark .ui-corner-all,#main-div-taskbark .ui-corner-bottom,#main-div-taskbark .ui-corner-right,#main-div-taskbark .ui-corner-br {
    border-bottom-right-radius: 4px;
}

#rtlx-main-div-menu,#rtlx-main-div-system-msg,#rtlx-main-div-system-network,#rtlx-main-div-user-info{
    position: absolute;
    width: 40em;
    min-width: 300px;
    height: 80vh;
    background-color: rgba(16,26,26,0.96);
    z-index: 5;
    right: 0;
    bottom:40px;
    display: none;
    -moz-animation-duration: 100ms;
    vendor-animation-duration: 100ms;
    webkit-animation-duration: 100ms;
}

#rtlx-main-div-system-msg,#rtlx-main-div-system-network,#rtlx-main-div-user-info{
    right: auto;
    left: 154px;
    width: 360px;
    padding: 1px;
    overflow-y: auto;
    border-right: 1px solid yellow;
    border-left: 1px solid yellow;
}

#rtlx-main-div-system-network{
    left: 112px;
    width: 910px;
    direction: rtl;
    text-align: right;
    overflow: hidden;
}

#rtlx-main-div-user-info{
    left: 200px;
}

#rtlx-main-div-menu .row{
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
#rtlx-main-div-menu .c6 {
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
}

#button-start:hover #rtlx-main-div-menu{
    /*display: block;*/
}


ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}


.accordion-menu {
    width: 100%;
    text-align: right;
    padding: 0;
}

.accordion-menu li.open .dropdownlink {
    color: #CDDC39;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdownlink img,.submenuItems img{
    height: 25px;
    display: inline;
    padding: 5px;
    background-color: #1d5987;
    margin-left: 8px;
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}
.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 5px;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
    line-height: 13px;
    margin-bottom: 3px;
    -moz-animation-duration: 200ms;
    vendor-animation-duration: 200ms;
    webkit-animation-duration: 200ms;

}

.dropdownlink:hover,.rtlx_menu_link:hover{
    background-color: rgba(222,222,222,0.1);
}

.dropdownlink i {
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 10px;
    color: #e9e9e9;
    font-size: 7px;
}

.dropdownlink .title-cat{
    position: absolute;
    top: 16px;
    right: 45px;
    color: #fff;
    font-size: 15px;
}

.dropdownlink .fa-chevron-down {
    /*right: 12px;
    left: auto;*/
}


.submenuItems {
    display: none;
}

.submenuItems span{
    position: absolute;
    top: 12px;
    right: 53px;
    color: #fff;
}
.submenuItems li{
    cursor: pointer;
}

.submenuItems div.rtlx_menu_link {
    display: block;
    color: #727272;
    padding: 0 10px;
    transition: all 0.4s ease-out;
    position: relative;
    line-height: 11px;
    margin-bottom: 5px;
}

.first_latter_title{
    padding-right: 5px;
    -moz-animation-duration: 230ms;
    vendor-animation-duration: 230ms;
    webkit-animation-duration: 230ms;

}


#rtlx-status-system-msg{
    position: absolute;
    left: 150px;
}

.msg-action-item-msg, .msg-action-new-msg-display {
    text-align: right;
    padding: 5px 5px;
    background-image: url(/ext/img/icons/bell.png);
    background-repeat: no-repeat;
    background-position: right 5px top 6px;
    background-size: 21px;
    border-bottom: 1px solid khaki;
    border-top: navajowhite;
    direction: rtl;
    color:khaki;
    /*background-color: #0E222D;*/
}

.rtlx_window .msg-action-item-msg, .rtlx_window .msg-action-new-msg-display{
    background-color: #0E222D;
}

.msg-action-item-msg .msg-title, .msg-action-new-msg-display .msg-title{
    color:aliceblue;
    padding-bottom: 2px;
    margin-top: 10px;

    color: aliceblue;
    padding-bottom: 2px;
    margin-top: 0px;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.msg-action-item-msg .msg-main-div-remove{
    color: #fff;
    background-color: #670d10;
    display: inline-block;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
    width: 10px;
    height: 15px;
    font-size: 11px;
    padding-right: 5px;
    margin-top: 3px;
    cursor: pointer;
}

.msg-main-div-close{
    color: #fff;
    background-color: #670d10;
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 11px;
    padding-right: 5px;
    cursor: pointer;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 5;
}

.msg-action-item-msg .msg-main-div-icon{
    height: 19px;
    display: inline-block;
    float: right;
    margin-left: 5px;
    padding-top: 2px;
}

.msg-action-item-msg  .msg-user-sender{
    float: right;
}

.msg-action-item-msg  .msg-date{
    float: left;
}

.jquery-message-box{
    direction: rtl;
    text-align: right;
    width: 400px;
    height: 130px;
    padding: 0;
    border-radius: 0;
}

.rtlx_window_preview{
    top: -150px;
    height: 150px;
    width: 200px;
    right: -62px;
    background-color: rgba(50,50,50,1);
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rtlx_window_preview .bgimg{
    position: absolute;
    bottom: 8px;
    left: 10px;
    height: 120px;
    width: 180px;
    background-repeat: no-repeat !important;
    background-size: 180px 120px !important;
}

#dialog-extend-fixed-container .rtlx_window{
    display: none;
}

.rtlx-new-folder input{
    border: none;
    padding: 2px 3px;
    width: calc(100% - 6px);
    direction: rtl;
    text-align: right;
}

div[data-action-new-id]{
    font-weight: bold;
    color:cornsilk;
}

.msg-action-item-msg:last-child{
    border-bottom: none;
}

.jquery-message .msg-main-div-remove{
    display: none;
}

.jquery-message div[data-action-new-id]{
    font-weight: normal;
}


.main-div-msg-response{
    padding: 5px;
    position: relative;
    background-color: #0E222D;
    color: khaki;
    border: 1px solid yellow;
    border-bottom: 1px solid khaki;
    border-top:none;
}

.main-div-msg-response .main-div-msg-logo{
    float: right;
    width: 30px;
}

.main-div-msg-response .main-div-msg-input{
    float: left;
    width: calc(100%);
}

.main-div-msg-response .main-div-msg-input textarea{
    width: calc(100% - 20px);
    height: 200px;
    color: rgb(245,245,245);
    padding: 10px;
    border: 1px solid burlywood;
    resize: vertical;
    text-align: right;
}

.main-div-msg-response .logo-save{
    padding-top: 154px;
    cursor: pointer;
}

.main-div-msg-response .c_form_select_file .select-file-list_file{
    color: #000;
}

.msg-mafrid-line{
    height: 1px;
    background: silver;
    margin: 15px 0;
}

.msg-mafrid-measeg-line{
    height: 0px;
    background-color: #0E222D;
}

.msg-main-div-line-sub-msg{
    height: 1px;
    background-color: silver; margin: 10px 0;
}

.hr-msg-count-respone {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color:silver;
}
.hr-msg-count-respone:before,
.hr-msg-count-respone:after {
    background-color: silver;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 46%;
}
.hr-msg-count-respone:before {
    right: 0.5em;
    margin-left: -50%;
}
.hr-msg-count-respone:after {
    left: 0.5em;
    margin-right: -50%;
}
.main-div-user-info{
    color: #000;
    direction: rtl;
}
.main-div-user-info table,.main-div-user-info tr,.main-div-user-info th,.main-div-user-info td{
    border: none;
}

#company_info{
    left: 250px;
}

.main-div-company-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-div-company-info-menu{
    width: 200px;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0E1119;
    color: #fff;
    border-left: 1px solid silver;
    padding: 5px;
    position: absolute;
    overflow: auto;
}

.main-div-company-info-desk{
    padding: 5px;
    right: 211px;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    overflow: auto;
}

.company_info_button{
    cursor: pointer;
    padding: 1px 5px;
}

.company_info_button_on{
    background-color: rgba(100,100,100,0.5);
}