﻿.desktop-layout {
  width: 100%;
  height: 100%;
}

.desktop-layout .page {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.desktop-layout header {
  height: 60px;
}

.desktop-layout .main-menu {
  background: #2b2b2b;
  width: 100%;
}

.desktop-layout .toolbar {
  background: #2971c5;
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
}

.desktop-layout #navBar .dx-icon {
  display: none;
}

.desktop-layout #navBar .dx-tab {
  padding: 4px 30px 9px;
}

.desktop-layout #navBar .dx-nav-item:not(.dx-tab-selected):not(:hover) {
  background: #2b2b2b;
  border-right-color: #2b2b2b;
}

.desktop-layout
  #navBar
  .dx-nav-item:not(.dx-tab-selected):not(:hover)
  .dx-tab-text {
  color: #efefef;
}

.desktop-layout #navBar .dx-nav-item {
  height: 25px;
}

.desktop-layout #navBar .dx-nav-item.dx-tab-selected {
  background: #efefef;
  border-right-color: #efefef;
}

.desktop-layout #tabs {
  width: 100%;
  text-align: center;
}

.desktop-layout #tabs .dx-tab {
  padding: 5px 30px;
}

.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 {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.desktop-layout footer .copyright {
  color: #818181;
}

.desktop-layout .dx-field {
  position: static;
}

.desktop-layout .dx-toolbar .dx-toolbar-before .dx-toolbar-item:first-child {
  margin: 0;
}

.desktop-layout .dx-toolbar .dx-toolbar-after .dx-toolbar-item {
  margin: 0 0 0 8px;
}

.desktop-layout .dx-toolbar .dx-toolbar-label {
  font-size: 21px;
}

/*Custom*/

.compucareTitle {
  float: left;
  width: 100px;
  line-height: 45px;
  color: white;
  margin-top: 0px;
}

.desktop-layout .main-menu {
  background: #2971c5;
  width: 100%;
}

/* toolbar */

.dx-toolbar-label > div {
  overflow: visible;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -5px;
  padding: 0 5px;
}

.dx-toolbar-items-container {
  overflow: visible;
  width: 100%;
  height: 100%;
}

/*.dx-theme-generic .dx-toolbar {
    height: 50px;    
    color: #fff;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}*/

@media all and (max-width: 1410px) {
  .userBannerText {
    display: none;
  }
}

@media all and (max-width: 1112px) {
  .userBannerImage {
    display: none;
  }
}

/* toolbar end */

.userDetail {
  cursor: pointer;
  width: auto;
  color: white;
  text-align: right;
}

.userBannerText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  color: white;
  margin: 13px 10px 0 0;
  padding-bottom: 5px;
  width: 150px;
}

.userDetail:hover {
  background-color: darkgrey;
}

.sh-desktop-sideMenu {
  width: 290px;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  float: left;
  background-color: white;
  left: -290px;
  top: 50px;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 101;
  min-height: 100%;
  /*border-top: 1px solid #d6d6d6;*/
  background-color: #3e3e3e;
}

.sh-desktop-sideMenu > ul > li > div {
  padding: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  font-size: 21px;
}

.sh-desktop-sideMenu > ul > li:hover {
  background-color: darkgrey;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
