/* 1 define color */
/*white*/
/*gray*/
/*gray*/
/*gray tr even background-color*/
/*gray*/
/*orange:business-unit tr selected*/
/* org view ui color deep*/
/* org view ui color light*/
/* 红色系列 */
/* 橙色系列 PWC标准色 */
.highlight-tag {
  color: #ed6e3c !important;
}
.no-permission {
  cursor: not-allowed;
  color: #333333;
}
.no-permission a {
  cursor: not-allowed;
  color: #333333;
  text-decoration: none;
}
.ellipsis {
  white-space: nowrap !important;
  -ms-text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow-x: hidden !important;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-basis-p0 {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}
.flex-basis-p100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.flex-0-0-auto {
  flex: 0 0 auto;
}
.flex-0-1-auto {
  flex: 0 1 auto;
}
.flex-1-0-auto {
  flex: 1 0 auto;
}
.flex-1-1-auto {
  flex: 1 1 auto;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-row-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row-center-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-row-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row-end-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-column-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-column-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-column-start-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dx-datagrid-empty-rows-view {
  min-height: 100px;
}
.dx-datagrid-1em-min-height {
  min-height: 1em;
}
.wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar-fixed-top {
    position: relative;
  }
  .sidebar-toggler {
    display: none;
  }
}
.main-content .modal-body label {
  font-weight: normal;
}
.main-content .modal-header {
  text-align: left;
  /*height: 60px;
    line-height: 60px;*/

}
.navbar-header {
  float: none;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li :last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
/*
 * Side menu toggler
 */

.menu-toggler {
  display: block;
  float: left;
}
.menu-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888888;
}
/*
 * Sidebar
 */

#sidebar-area .nav > li.active {
  background-color: rgba(238, 238, 238, 0.38) !important;
  border-left: solid 4px #d04a02;
}
.sidebar a {
  /*	color: #CACACA; */
  z-index: 1000;
}
/*
 * Sidebar-closed 
 */

@media (min-width: 768px) {
  body.sidebar-closed .wrapper .sidebar {
    width: 45px;
  }
  body.sidebar-closed .wrapper #sidebar li.sidebar-search:hover .custom-search-form {
    display: table;
  }
  body.sidebar-closed .wrapper #sidebar li.sidebar-search:hover .search-icon {
    display: none;
  }
  body.sidebar-closed .wrapper #sidebar .sidebar-search .custom-search-form {
    display: none;
  }
  body.sidebar-closed .wrapper #sidebar .sidebar-search .search-icon {
    display: table;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    width: 250px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.nav > li > a {
  color: #7d7d7d;
  height: 55px;
  font-size: 14px;
}
.login-user {
  /*background-image:url(../../app-resources/images/login-user.png);
  background-repeat:no-repeat;
  -moz-background-size:100% 100%;
  filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-size:100% 100%;*/
  /*background-color: #ff4d00;*/
  margin-bottom: 20px;
  padding-top: 2px;
}
.sidebar-closed .login-user {
  /*background-image:url(../../app-resources/images/login-user-copy.png);
  background-repeat:no-repeat;
  -moz-background-size:100% 100%;
  filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  background-size:100% 100%;*/
  /*background-color: #ff4d00;*/
  height: 146px;
}
.sidebar-nav {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #7d7d7d;
  text-align: left;
}
.sidebar-nav .login-user-below {
  /*background: linear-gradient(to bottom, #ff4d00, #e91e1e);*/
  min-height: 594px;
  /*background-image:url(../../app-resources/images/login-user-below.png);
       background-repeat:no-repeat;
       -moz-background-size:100% 100%;
       filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
       background-size:255px 100%;   */

}
.sidebar-nav .login-user-below .ps-scrollbar-y-rail {
  z-index: 9999;
  background-color: transparent !important;
}
.sidebar-nav .login-user-below .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: white !important;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f105";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar a .fa.active-arrow:before {
  content: "\f107";
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    width: 250px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #7d7d7d;
}
.chat li .chat-body p {
  margin: 0;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: "fontawesome", serif;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: "fontawesome", serif;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: "fontawesome", serif;
  color: rgba(50, 50, 50, 0.5);
}
.show-grid {
  margin: 15px 0;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dddddd;
  background-color: #efe9e9 !important;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green a {
  color: #5cb85c;
}
.panel-green a :hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red a {
  color: #d9534f;
}
.panel-red a :hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow a {
  color: #f0ad4e;
}
.panel-yellow a :hover {
  color: #df8a13;
}
footer.main-footer {
  padding: 10px 0 10px 10px;
  height: 50px;
  border-top: 1px solid #dddddd;
  font-size: 12px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 0;
  background-color: #f5f4f0;
  display: block;
}
footer.main-footer .footer-text {
  display: inline-block;
  margin-top: 7px;
  float: left;
}
footer.main-footer .go-up {
  float: right;
  margin-top: 0;
  margin-right: 30px;
  display: none;
  /* need height judgement feature*/

}
.text-bold {
  font-weight: 600 !important;
}
.chart {
  height: 220px;
}
/* 统一样式 */

html,
body,
.admin-wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
}
.admin-wrapper .navbar-custom-admin {
  z-index: 2;
}
.admin-wrapper .navbar-default {
  background-color: transparent;
  border-color: transparent !important;
}
.admin-wrapper .navbar {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 50;
}
.admin-wrapper .navbar .sidebar {
  height: 100%;
}
.admin-wrapper .navbar .sidebar .nav-left {
  width: 250px;
  height: 60px;
  border-bottom: solid 1px #7d7d7d;
}
.admin-wrapper .navbar .sidebar .sidebar-nav,
.admin-wrapper .navbar .sidebar .sidebar-nav .login-user-below {
  height: 100%;
}
.admin-wrapper .page-wrapper {
  margin-left: 250px;
  background-color: white;
  height: 100%;
}
.admin-wrapper .page-wrapper .main-content {
  height: 100%;
}
.admin-wrapper .page-wrapper .main-content > * {
  height: 100%;
  /*background-color: @bgcolor-common;*/

}
.admin-wrapper .page-wrapper .main-content > * .menu-header {
  background-color: white;
  height: 50px;
  display: flex;
  align-items: center;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-title {
  width: 200px;
  height: 40px;
  padding: 0.875rem;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #333333;
  display: inline-block;
  float: left;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-dropdown-title {
  width: 200px;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  float: left;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-dropdown {
  display: inline-block;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-dropdown .dropdown .btn-default {
  width: 150px;
  border-radius: 27px;
  height: 33px;
  background-color: #dc6900;
  color: white;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-dropdown .dropdown .btn-default:hover {
  background-color: #eb8c00;
}
.admin-wrapper .page-wrapper .main-content > * .menu-header .menu-log {
  padding: 0.875rem;
  display: inline-block;
  float: right;
  margin-right: 15px;
  margin-left: auto;
  font-size: 0.875rem;
}
.admin-wrapper .page-wrapper .main-content > * .content-container {
  height: calc(100% - (50px + 5px + 15px));
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-wrapper .page-sidebar-minified {
  margin-left: 50px !important;
}
.hyper-link {
  cursor: pointer;
  color: #6699cc;
}
