/**/
a:active {border:0;}
a:link {border:0;}
a:focus{outline:none;}
.cursor {cursor:pointer}
tbody tr:hover {background:#EFF3F8;}
.clear {clear:both}
.marginx1 {margin:10px;}
.marginx2 {margin:20px;}

.no-resize {resize: none}

.hover-boxshadow:hover {box-shadow:2px 2px 5px 0px #888;}
.hover-scale:hover {transform:scale(1.2);}


.empty {margin:100px auto;width:50%;padding:100px 0;text-align:center;font-size:30px;}

.new_infobox{
  margin-bottom: 30px;
}
.new_infobox .infobox{
  width: 33.33%;
  text-align: center;
}
.padding-0{
  padding: 0;
}
.help-inline{
  margin-left: 20px;
  padding: 0;
  line-height: 30px;
  color: #878787;
}
.new_banner>li{
  width: 32%;
  margin: .66%;
}

.new_tree .tree-item-name{
  font-size: 14px;
}
.new_tree .tree-folder-name{
  font-size: 16px;
}
.new_tree .btn{
  font-size: 12px;
  margin-left: 10px;
  display: none;
}
.new_tree i{
  font-style: normal;
}
.new_layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.new_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  z-index: 100;
}
.new_layer_content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  /*height: 400px;*/
  margin: -200px 0 0 -300px;
  background: #fff;
  border-radius:0;
  z-index: 110;
}
.new_layer2 .new_layer_content{
  z-index: 120;
}
.new_layer_head{
  background: #dedede;
  padding:10px 15px;

}
.new_layer_head h3{
  margin: 0;
  font-size: 15px;
}
.new_layer_head .btn_remove,.new_layer_head .btn_remove2{
  position: absolute;
  top: 4px;
  right: 10px;
  cursor:pointer;
}
.new_layer_head .btn_remove:hover,.new_layer_head .btn_remove2:hover{
  color:red;
}
.new_layer_body{
  min-height: 310px;
  padding:10px 15px;
}
.new_layer_body .row{
  margin: 10px 0;
}
.new_layer_body .control-label{
  line-height: 34px;
}
.new_layer_body .new_btn{
  display: block;
  padding: 2px;
}
.new_layer_foot{
  padding-bottom: 20px;
}
.new_banner_layer .new_layer_content{
  /*height: 426px;*/
  /*margin: -213px 0 0 -300px;*/
}
.new_banner_layer .new_layer_body{
  min-height: 336px;
}
.new_layer2 .new_layer_body .pricing-box:not(:last-child){
  padding-right: 12px;
}
.new_layer2 .new_layer_body .pricing-box:not(:first-child){
  padding-left: 12px;
}
.table td{
  vertical-align: middle!important;
}
.table>tfoot>tr>td{
  vertical-align: middle!important;
}

.classify_list{
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.classify_list li{
  width: 33%;
  float: left;
  text-align: center;
  margin: 25px 0;
}
.classify_list li>span{
  border: 1px solid #333;
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
}
.classify_list li>span.active{
  background: #86b558;
  color: #fff;
  border-color: #86b558;
}
.classify_list li>span:hover{
  background: #86b558;
  color: #fff;
  border-color: #86b558;
}

.input-group-btn .new_btn{
  display: block;
  padding: 2px;
}
.pagination{
  margin: 0;
}
.new_birthday .input-group-addon{
  padding: 3px 10px;
}
.new_birthday .input-group{
  width: 126px;
}

.new_tree input[type=checkbox].ace+.lbl::before{
  margin: -4px 4px 0 4px;
  height: 14px;
  min-width: 14px;
}
.new_layer3 .col-sm-9 label{
  line-height: 30px;
}
.new_layer3 input[type=checkbox].ace+.lbl::before,
.new_layer3 input[type=radio].ace+.lbl::before{
  border-radius: inherit;
  margin: -2px 4px 0 4px;
}
.new_layer3 input[type=radio].ace:checked+.lbl::before{
  content: '\f00c';
}
.new_layer3 .new_layer_content{
  width: 450px;
  height: 300px;
  margin: -150px 0 0 -225px;
  background: #fff;
  border-radius: 10px;
  z-index: 110;
}
.new_layer3 .new_layer_body{
  min-height: 192px;
}

.social-login.center>a{
  display: inline-block;
  width: 56px;
  height: 56px;
}
.social-login.center img{
  width: 100%;
}
.new_code .form-control{
  display: inline-block;
  width: 120px;
}
.new_code .code_val[readonly]{
  width: 86px;
  background: #3b98d6!important;
  border-color:#3b98d6;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: bold;
}
.new_code a{
  font-size: 12px;
}
.login-layout{
  background-size: cover;
}
.login-layout .widget-box{
  padding: 0;
  background-color:transparent;
}
.login-layout .widget-box .widget-main{
  background: #fff;
}
.login-layout label{
  margin-bottom: 20px;
}
.btn_block{
  width: 100%;
  height: 40px;
  background: #0b6cbc;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
}
input[type=checkbox].ace+.fs12{
  font-size: 12px;
}
.send_email{
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  background: #d15b47;
}
.back-to-login{
  display: block;
  text-align: right;
  margin-top: 20px;
  cursor: pointer;
}
.nav-list>li>a{
  font-size: 14px;
}
.nav-list>li.active>a, .nav-list>li.active>a:hover, .nav-list>li.active>a:focus, .nav-list>li.active>a:active{
  font-size: 14px;
}



.table select[disabled]{
  border: none;
  padding: 0;
  color: #393939;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
.table input[disabled]{
  border: none;
  background: none!important;
  color: #393939!important;
}
.news_move>.btn{
  border-width: 4px;
}

.table th[class=sort]:after {
  content: "\f0dc";
  display: inline-block;
  color: #555;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  float: right;
  margin-right: 4px;
  position: relative;
}

.table th.sort_top:after {
  font-family: FontAwesome;
  content: "\f0de";
  font-size: 13px;
  font-weight: normal;
  top: 4px;
  float: right;
  margin-right: 4px;
  color: #307ecc;
  margin-right: 4px;
  position: relative;
}
.table th.sort_down:after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 13px;
  font-weight: normal;
  float: right;
  margin-right: 4px;
  color: #307ecc;
  margin-right: 4px;
  position: relative;
}
.table .news_classify{
  width: 100%;
}
.table .news_classify .btn{
  text-align: left;
  width: 100%;
}
.table .news_classify .icon-caret-down{
  margin-top: 3px;
}
.news_pager>.text-left{
  padding-left: 0;
}
.news_pager>.text-left>label{
  margin-right: 9px;
}
.news_pager .pagination a{
  color: #2283c5;
  background-color: #fafafa;
  margin: 0 -1px 0 0;
  border:1px solid #e0e8eb;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  float: left;
}
.news_pager .pagination .current{
  background-color: #6faed9;
  border:1px solid #6faed9;
  color: #fff;
  margin: 0 -1px 0 0;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  padding: 6px 12px;
  line-height: 1.428571429;
  float: left;
}
.news_pager .pagination .pull-left{
  line-height: 32px;
  margin-right: 10px;
}

.full_layer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.full_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  z-index: 10000;
}
.full_content{
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  z-index: 12000;
  background: #fff;
  text-align: center;
}
.full_content .btn_close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
}
.full_content .loading{
  padding-top: 50px;
}
.full_content .progress{
  margin: 0 auto 30px;
}

.fullscreen,.fullscreen>body{
  width: 100%;
  height: 100%;
}
.fullscreen .page-content{
  height: 100%;
  padding-top: 100px;
}


/**********************************
* 上传控件
***********************************
*/
#upload-group {
  width:100%;
  margin-bottom:10px;
}

#upload-group .upload-show {
  display:none;
  width:100%;
  margin-top:5px;
  position:relative;

}

#upload-group .upload-show .cancle {
  position: absolute;
  top:0;
  right:0;
  z-index:1000;
}
#upload-group .upload-show .ok {
  position: absolute;
  top:0;
  left:0;
}
#upload-group .upload-show .okflag {
  position: absolute;
  top:0;
  left:0;
  display:none;
}

#upload-group .upload-show .loading {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5);
  text-align:center;
  display:none;
}

#upload-group .upload-show .loading i {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-30px;
  margin-top:-30px;
  color:#fff;
}


#upload-group .upload-btn input[type='file'] {
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  cursor:pointer;
}

/***********************************
* 弹窗层
 */
.alert-panel {
  width:100%;
  height:100%;
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5);
  z-index:1100;
  display:none;
}

.alert-panel .body{
  background:#fff;
  width:50%;
  margin:0 auto;
}
.alert-panel .body .toper {
  height:40px;
  line-height:40px;
  background:#e4e6e9;
  position:relative;
}
.alert-panel .body .toper span {
  display:inline-block;
  height:100%;

}

.alert-panel .body .toper .title {padding:0 15px;font-weight:bold;}

.alert-panel .body .toper .close-alert {
  display:block;
  width:40px;
  height:40px;
  text-align:center;
  font-size:30px;
  line-height:30px;
  float:right;
  color:#d9534f;
  cursor:pointer;
  padding:0;
}
.alert-panel .body .toper .close-alert:hover {
  background:#d9534f;
  color:#fff;
}

.alert-panel .body .containner {
  padding:15px;
}

.alert-panel .body .footer {
  background:#e4e6e9;
  padding:20px 0;
  text-align:center;
}



/*****执行加载****/
.loading {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1100;background:rgba(0,0,0,0.5);color:#fff;}
.loading div {position:absolute;top:40%;left:0;text-align:center;width:100%;font-size:16px;}
.loading div i {font-size:60px;}

.loading .off {font-size:25px;cursor:pointer;position:absolute;top:10px;right:20px;}
.loading .off:hover {text-shadow:0 0 5px #fff;}








