﻿/*layer ui extentions*/
::-webkit-scrollbar {width: 6px;height:6px;}
::-webkit-scrollbar-track-piece{background-color: #eee;margin: -2px;}
::-webkit-scrollbar-thumb{background: #aaa;min-height: 150px;min-width: 150px;border-radius: 10px;}
::-webkit-scrollbar-thumb:vertical:hover{background: #555555}
::-webkit-scrollbar-thumb:horizontal:hover{background: #555555}
*{padding:0px;margin:0px;font-size:9pt}
ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd{padding:0;margin:0}
ul{list-style:none}
img{border:none}
a{color:#000000;border: 0; cursor: pointer;}
a:hover{color:#000000;border: 0;}
a:focus{outline:none;-moz-outline:none;color:#000000;}
body{margin:0px;padding:0px;font-family:微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;color:#000000;}
table {
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    min-height: 200px;
}
.wike-frame {
    overflow-x: hidden;
    overflow-y: scroll;
}
.layui-side-scroll .layui-tree li i {
    color: #fff;
}

.pt-15 {
    padding-top: 5px;
}
.m15 {
    margin: 15px;
}
.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.fullHeight {
    /*ie8里面不支持这个*/
    /*height: calc(100% - 30px);*/
    height: 95%;
}
.text-right {
    text-align: right;
}

/*header logo*/
.header-title {
    font-size: 180%;
    font-weight: bold;
    left: 0;
}

/*jqgrid extention*/
.jqGrid_wrapper {
    font-size: 12px;
    width: 100%
}
.ui-jqgrid-titlebar {
	height:40px;
	line-height:24px;
	color:#676a6c;
	background-color:#F9F9F9;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.ui-jqgrid .ui-jqgrid-title {
	float:left;
	margin-left:5px;
	font-weight:700
}
.ui-jqgrid .ui-jqgrid-titlebar {
	position:relative;
	border-left:0 solid;
	border-right:0 solid;
	border-top:0 solid
}

.input-validation-error {
    border-color:red;
}
.field-validation-error {
    color: red;
}
.content-container {
    
    /*overflow-x: hidden;*/
}


.layui-flow-more a cite, .layui-laypage em, .layui-tree li a cite, a cite {
    font-style: normal;
    color: #fff;
}
.header {
    height: 65px;
    border-bottom: 1px solid #404553;
    background-color: #286090;
    color: #fff;
}
.layui-layout-admin .layui-header {
     border-bottom: 1px solid #eeeeee; 
}


.layui-layout-admin .layui-header .layui-main a {
     color: #fff;
}

.site-tips {
    
    padding: 5px;
    border-left: 5px solid #0078AD;
    background-color: #f2f2f2;
}
.layui-form-item {
    margin-bottom: 2px;
    clear: both;
}

.layui-layout-admin .layui-main {
    width: auto;
    margin: 0 5px;
}

.nav-dic {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 200px;
    height: 400px;
     
    background: #e2e2e2;
}
.nav-dic-right {
    position: absolute;
    left: 210px;
    right: 0px;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
/*角色权限设置页面样式*/
.right-role {
    vertical-align: top; width: 30%;
}
.right-page {
    vertical-align: top;width:70%
}
.right-title {
    background: #e3e3e3; text-align: center; height: 28px; line-height: 28px;
}
.right-body {
    border: 1px solid #e3e3e3; min-height: 300px;
}

.toolbarsearch {
        margin-bottom: 10px;
        padding: 5px;
}

 
.form-inline .form-control {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
}



.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-color: #ddd;
    border-style: solid;
    min-height: 200px;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  
  text-align: left;
  background-color: #F5F5F5;
  padding-left: 5px;
}
caption .more {
    float: right;
    padding-right: 5px;
}


.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.steps > li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps > li .step {
  border: 5px solid #CED1D6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.steps > li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.steps > li.last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps > li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps > li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.steps > li.active:before,
.steps > li.complete:before,
.steps > li.active .step,
.steps > li.complete .step {
  border-color: #5293C4;
}
.steps > li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.steps > li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87BA21;
}
.steps > li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.steps > li.complete:hover:before {
  border-color: #80afd4;
}
.steps > li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949EA7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.steps > li.complete .title,
.steps > li.active .title {
  color: #2B3D53;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .step-pane.active {
  display: block;
}


.tab-content {
    padding: 10px;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.inputtable > thead > tr > th, 
.inputtable > tbody > tr > th, 
.inputtable > tfoot > tr > th, 
.inputtable > thead > tr > td, 
.inputtable > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    vertical-align: top;
}