#main_tabs li .ui-icon-close {
    float: right;
    margin:1.5em 0.1em 0px 0px;
    cursor: pointer;
    background-image: url(/img/icons/ui-icons_ffffff_256x240.png);
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

#main_tabs li a.ui-tabs-anchor {
    max-width: 109px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main_tabs li.ui-tabs-active .ui-icon-close {
    background-image: url(/img/icons/ui-icons_222222_256x240.png);
    border: 1px solid #21323d;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.dialog_to_tab_button {
    position: absolute;
    right: 1.6em;
    top: 50%;
    margin: -10px 0 0;
    height: 20px;
}

.draggable_tab {
    /*height: 26px !important;*/
}

li.draggable_tab * {
    float: left;
}

#main_tabs_tabs {
    height: 53px;
    border-bottom:1px solid #D3DBE2;        
    background:#ffffff url(/plugins/jqueryui/css/custom/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    box-shadow:0px 0px 2px #000;
    min-width: 100%;
    z-index: 1800;
    position: absolute;
    left: 0;
    top: 0;
}

#main_tabs_tabs_container {
    float: left;
    height: 53px;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 197px);
    overflow: hidden;
}

#main_tabs_tabs_container_overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    float: left;
    height: 70px;
    min-width: 100%;
}

#main_tabs_tabs li {
    height: 53px;
    width: 150px;
}

#dragMenu {
    /*width: 95%;*/
}

.main_tabs section {
    width: 100%;
    min-height: 100%;
    display: block;
}

.ontop_window {
    z-index: 1810;
}

.ui-tabs-anchor {
    background: none !important;
    border: 0 !important;
}