﻿.desktop-layout {
    width: 100%;
    height: 100%;
    /*background-image: url('../../images/background_ipos.png');*/
    background-color: white;
}

    .desktop-layout .hr {
        border-bottom: solid 1px #ccc;
        float: left;
        display: inline-block;
        height: 10px;
        width: 1600px;
    }

    .desktop-layout .texttest {
        float: left;
        color: #a8a8a8;
        font-size: 18px;
        margin-right: 8px;
        z-index: 10;
        max-height: 20px;
    }

    .desktop-layout #divLeft {
        width: 220px;
        border-right: 1px solid #ccc;
        height: 100%;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #f0eeee;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url('http://js.devexpress.com/Demos/SalesDashboard/Images/Background.jpg');
    }

    .desktop-layout .itemTabLeft {
        margin-left: 10px;
        line-height: 20px;
        padding: 0 6px;
        float: right;
        color: white;
    }

    .desktop-layout #divRight {
        float: right;
    }

    .desktop-layout #bottomdivLeft {
        position: absolute;
        height: 35px;
        width: 220px;
        bottom: 0;
        /*background-color: silver;*/
        border-top: 5px solid orange;
        padding-top: 3px;
    }

    .desktop-layout #bottomdivLeft-img {
        margin-bottom: 5px;
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }

    .desktop-layout #bottomdivLeft-logout {
        cursor: pointer;
        height: 25px;
        width: 80px;
        margin-left: 5px;
        color: white;
        float: left;
        background-color: orange;
        border: 1px solid #ccc;
        text-align: center;
        padding-top: 3px;
        border-radius: 5px;
    }

    .desktop-layout .listItem .dx-list-item:hover {
        background-color: black;
    }

    .desktop-layout #bottomdivLeft-logout:hover {
        font-size: larger;
    }

    .desktop-layout #topdivRight {
        height: 40px;
        border-bottom: 1px solid #ccc;
    }

    .desktop-layout #toolbar {
        height: 50px;
    }

.mvvm-state-selected {
    /*background-color: #bf4e6a;*/
    background-color: yellowgreen;
    color: white;
    font-size: 14px;
    border-right: 5px solid orange;
}

.mvvm-state-deselected {
    background-color: white;
}

.desktop-layout #headerLogo {
    height: 60px;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
    /*background-color: #ccc;*/
    border-bottom: 5px solid orange;
}
/*system override*/
.wrapper > h3 {
    padding: 20px 0 5px 10px;
    border-bottom: 1px solid #b9bbbe;
    font-weight: bold;
    font-size: 100%;
}

.desktop-layout .dx-tab-selected {
    background-color: #F26700;
    padding-top: 20px;
    height: 30px;
}

.desktop-layout .dx-indent-wrapper {
    height: 30px;
}

.desktop-layout #tabs {
    width: 100%;
    text-align: center;
}

.desktop-layout .dx-tabs {
    display: table;
    /*padding: 14px 10px;*/
    background-color: white;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desktop-layout #tabs .dx-tab {
    padding: 0px 60px;
}

.desktop-layout .half-content {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
}

    .desktop-layout .half-content:first-child {
        padding: 0 10% 0 0;
    }

.desktop-layout .footer-gap {
    height: 40px;
}

.desktop-layout footer {
    width: 100%;
    bottom: 20px;
}

    .desktop-layout footer .copyright {
        color: #818181;
    }

.desktop-layout .dx-button {
    min-width: 27px;
    min-height: 27px;
}

.desktop-layout .dx-toolbar .dx-toolbar-left .dx-toolbar-item:first-child {
    margin: 0;
}

.desktop-layout .dx-toolbar .dx-toolbar-right .dx-toolbar-item {
    height: 30px;
    margin: 0 0 0 8px;
}

.desktop-layout .dx-toolbar .dx-toolbar-label {
    padding: 15px 0;
    height: 30px;
}

.desktop-layout .dx-tab {
    display: inline-block;
    padding: 9px;
    /*border: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid #cacaca;*/
    background-color: #eae9e9;
    background-repeat: no-repeat;
    /* background-image: -webkit-linear-gradient(-90deg,#eae9e9 0%,#e0e0df 100%); */
    background-image: -webkit-linear-gradient(-90deg,white 0%,#fff 100%);
    background-image: -moz-linear-gradient(-90deg,white 0%,#fff 100%);
    background-image: -ms-linear-gradient(-90deg,white 0%,#fff 100%);
    background-image: -o-linear-gradient(-90deg,white 0%,#fff 100%);
    /* background-image: linear-gradient(180deg,white 0%,#fff 100%); */
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.35),0 2px 1px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.35),0 2px 1px rgba(0,0,0,.15);
    box-shadow: inset 0 1px rgba(255,255,255,.35),0 2px 1px rgba(0,0,0,.15);
}

.desktop-layout .dx-tabs.dx-state-hover-enabled .dx-tab:hover:not(.dx-tab-selected) {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-90deg,orange 0%,#FFCC00 100%);
    background-image: -moz-linear-gradient(-90deg,orange 0%,#FFCC00 100%);
    background-image: -ms-linear-gradient(-90deg,orange 0%,#FFCC00 100%);
    background-image: -o-linear-gradient(-90deg,orange 0%,#FFCC00 100%);
    background-image: linear-gradient(180deg,orange 0%,#FFCC00 100%);
}

.desktop-layout.dx-tab-selected {
    background: orange;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(180,180,180,.4),0 2px 1px 0 transparent;
    -moz-box-shadow: inset 0 2px 2px 0 rgba(180,180,180,.4),0 2px 1px 0 transparent;
    box-shadow: inset 0 2px 2px 0 rgba(180,180,180,.4),0 2px 1px 0 transparent;
}

.desktop-layout.dx-datagrid-rowsview .dx-selection > td:not(.dx-focused), .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused) {
    background-color: orange;
    color: #fff;
}

.desktop-layout .dx-theme-generic-typography a {
    color: orange;
}

.dx-nav-item {
    position: relative;
    vertical-align: bottom;
}

.dx-popup-title {
    position: relative;
    min-height: 28px;
    border-bottom: 1px solid #d1d1d1;
    background: #efefef;
    font-weight: normal;
    font-size: 20px;
}

.desktop-layout .ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    font-size: 13px;
}

.desktop-layout .dx-selectbox-tag-item-container {
    margin: 4px 0 0 4px;
    padding: 3px 4px 4px;
    min-width: 40px;
    border-radius: 2px;
    background-color: yellowgreen;
}

.desktop-layout .dx-popup-wrapper .dx-button {
    margin: 0px 5px 5px 0px;
}

.dx-popup-wrapper .dx-button {
    margin: 0px 5px 5px 0px;
}

.dx-pivottabs-tab, .dx-pivottabs-ghosttab {
    padding: 10px;
    padding-top: 5px;
    color: #ccc;
    font-size: 13pt;
}

.dx-overlay-shader {
    /* background-color: rgba(0,0,0,.75); */
}

.dx-button .dx-icon {
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}

.dx-list-group-header {
    padding: 10px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #c10505;
    color: white;
}

.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 3px 3px;
}



.dx-overlay-content .dx-list-item-content, .dx-list .dx-empty-message {
    padding: 10px 10px;
}

.dx-datagrid-header-panel {
    display: none;
}

.dx-overlay-content > .dx-template-wrapper.dx-popup-title {
    height: 40px;
    width: auto;
}

.desktop-layout .dx-list-item, .dx-list .dx-empty-message {
    /*border-top: 1px solid #e5e5e5;*/
    color: #2b2b2b;
}

.dx-list-group-header:before {
    border-top-color: white;
}
