html {
  -webkit-text-size-adjust: none; }

body {
  background: #f2f2f2;
  -webkit-overflow-scrolling: touch;
  font-size: 12px !important; }

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.aui {
  background: none; }

.aui, input[type=checkbox] {
  margin: 0 !important; }

.aui ul, .aui ol, .aui .nav {
  margin: 0 !important; }

.aui::selection {
  text-shadow: none !important; }

dt {
  font-weight: normal;
  margin: 0 !important; }

dd, .navbar {
  margin-bottom: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.tc {
  text-align: center; }

.p15 {
  padding: 15px; }

.p10 {
  padding: 0 10px; }

.clearfixh {
  clear: both; }

.tr {
  text-align: right; }

.showObj {
  display: block; }

.hideObj {
  display: none; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.aui select {
  font-size: 12px;
  color: #000;
  border: 1px solid #1d459d !important;
  height: 32px !important; }

.autPut:focus {
  transition: border linear .2s,box-shadow linear .5s;
  -moz-transition: border linear .2s,-moz-box-shadow linear .5s;
  -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
  outline: none;
  border-color: rgba(93, 149, 242, 0.75);
  box-shadow: 0 0 8px rgba(93, 149, 242, 0.105);
  -moz-box-shadow: 0 0 8px rgba(93, 149, 242, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(93, 149, 242, 0.3); }

.aui .page-header {
  color: #1d459d;
  border-bottom: 1px solid #ddd;
  margin: 0 0 0px;
  margin-left: -13px; }

.aui .portlet-content, .aui .portlet-minimized .portlet-content-container {
  padding: 0; }

.footimg {
  max-width: inherit; }

.row {
  margin-left: 0 !important; }

.portlet-body {
  overflow: hidden; }

.aui .row-fluid .span2 {
  width: 26%; }

.aui [class*="span"] {
  margin-left: 0; }

#content {
  overflow: hidden; }

/*左侧栏模块*/
.sidebar {
  border-left: 1px solid #eaeaea; }

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.navbar-fixed-top {
  border: 0; }

.CNM_tit {
  position: relative;
  display: block;
  padding: 8px 15px; }

.aui h2.CNM-ht {
  height: 40px;
  background: #666;
  position: relative;
  margin: 0; }

.CNM-ht i {
  display: block;
  background: url(../../images/dabaselist.png) 0 0 no-repeat;
  width: 32px;
  height: 23px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer; }

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px; }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover {
  color: #fff;
  background-color: #ea7a0c; }

.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.CNM_second_sideBar, .CNM_third_sideBar {
  display: none; }

.CNM_second_sideBar, .CNM_third_sideBar {
  padding-left: 0; }

.CNM_second_sideBar li a {
  position: relative;
  padding: 10px 15px;
  display: block;
  background: #dadbdd url(../../images/navsBg.png) repeat-x;
  background: -webkit-linear-gradient(top, #fcfcfc, #dadbdd);
  background: -moz-linear-gradient(top, #fcfcfc, #dadbdd);
  background: -ms-linear-gradient(top, #fcfcfc, #dadbdd);
  color: #333;
  padding-left: 30px; }

.CNM_third_sideBar li a {
  padding-left: 40px;
  color: #333;
  border-bottom: 1px solid #ddd;
  background: #f2f2f2; }

.CNM_second_sideBar li a:hover, .CNM_second_sideBar li a:active {
  text-decoration: none; }

.CNM_third_sideBar li.currentBar a {
  background: #fff;
  color: #333; }

.CNM_second_sideBar li.currentBar a {
  border-bottom: 1px solid #ddd;
  color: #428bca;
  background: #fff; }

.CNM_second_sideBar li.currentBar .CNM_third_sideBar a {
  color: #333;
  background: #f2f2f2; }

.CNM_third_sideBar li.currentBar a {
  color: #428bca !important; }

.CNMcontainers {
  padding-top: 7px;
  padding-bottom: 7px; }

.CNMbox {
  border: 1px solid #ddd;
  margin-top: 0;
  position: relative;
  border-top: none;
  background: #fff; }

.CNM-toggleBtn, .mobileShowMenu {
  background: #666;
  border: transparent;
  position: absolute;
  right: 0;
  margin-right: 5px;
  padding: 7px; }

.mobileShowMenu {
  left: 5px;
  width: 32px;
  height: 28px; }

.CNMRightBar {
  padding-left: 0;
  padding-right: 0;
  /* background: #fff;*/
  /*border-left: 1px solid #ddd;*/ }

/*自定义滑动条*/
.scrollDiv {
  width: 100%;
  height: auto;
  overflow: auto; }

/*.scrollDiv::-webkit-scrollbar{width:8px;height:8px;}
.scrollDiv::-webkit-scrollbar-button{background-color:#ccc;}
.scrollDiv::-webkit-scrollbar-track{background:#ccc;}
.scrollDiv::-webkit-scrollbar-track-piece{background:#ccc;}
.scrollDiv::-webkit-scrollbar-thumb{background:#999;border-radius:4px;}
.scrollDiv::-webkit-scrollbar-corner{background:#ccc;}
.scrollDiv::-webkit-scrollbar-resizer{background:#ccc;}*/
/*弹出层*/
.layerBox, .passwordBox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.layerContent, .passwordContent {
  position: absolute;
  top: 50%;
  width: 600px;
  background: #fff;
  left: 50%;
  z-index: 999;
  margin: -300px 0 0 -300px;
  border-radius: 5px; }

.layerContentObj {
  margin-top: -180px; }

.layerTitle {
  background: #d8d8d8;
  height: 50px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.layerTitle span {
  color: #002d66;
  font-weight: bold;
  font-size: 16px;
  padding: 17px 0 0 15px;
  display: inline-block; }

.closeLayer {
  position: absolute;
  right: 10px;
  top: 14px;
  background: url(../../images/closeLayer.png) 0 0 no-repeat;
  width: 24px;
  height: 24px; }

.layerH {
  overflow: hidden; }

.layerput {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px; }

.layerSearch {
  width: 20%;
  float: right;
  padding: 6px 10px; }

.layerTable, .layerdata {
  margin-top: 15px; }

.layerBottom {
  height: 45px;
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  padding-top: 20px; }

/*add buy 2015-02-12*/
.appOpacity {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.loadingImg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 999; }

.lodeInfoer {
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 5px;
  vertical-align: -3px; }

/*4.21*/
.aui {
  background: none; }

.aui select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 5px auto rgba(82, 168, 236, 0.6);
  outline-offset: -2px; }

.aui input[type="text"] {
  border: 1px solid #1d459d !important;
  line-height: 20px !important;
  border-radius: 3px;
  font-size: 12px;
  width: 220px;
  background: #fff;
  color: #000;
  height: 32px !important; }

.aui textarea {
  border: 1px solid #1d459d !important;
  line-height: 20px !important;
  border-radius: 3px;
  font-size: 12px;
  width: 220px;
  background: #fff;
  color: #000; }

