﻿
/* 思源字体 */

/* @font-face {
  font-family: "Microsoft YaHei";
  src: url("../resource/font/SourceHanSansSC-Regular.otf");
} */


#myContent {
  overflow-y: auto;
  overflow-x: hidden;
}
a:hover{
  color: #161f96;
}
html,
body {
  height: 100% !important;
  /*background-color: #ecf0f5;*/
  background-color: #fff;
}
iframe{
  border:none;
  /* position: absolute;
  bottom: 0; */
  vertical-align: top;
}
.layout-boxed {
  /*background: #ecf0f5;*/
  background: #fff;
}

.btn-box {
  position: relative;

}

.skin-blue .wrapper {
  /*background-color: #ecf0f5;*/
  background-color: #fff;
}

.btn-box>button {
  margin-right: 20px;
}

.btn-box>button:last-child {
  margin-right: 0;
}

.modal-body {
  max-height: 500px;
  display: block;
  overflow-y: auto;
}

.new-object-del {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  font-weight: 700;
  cursor: pointer;
  color: #666;

}

.new-object-delbox.hide {
  display: none;
}

.new-object-delbox {
  position: absolute;
  width: 160px;
  height: 66px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
  border-radius: 4px;
  font-size: 12px;
  top: -36px;
  right: 45px;
  padding: 15px;
  z-index: 101;
  padding-top: 8px;
}

.new-object-delbox>i {
  position: absolute;
  color: #fff;
  left: 155px;
  top: 42px;
  font-size: 16px;
}

.new-object-delbox>p>i {
  color: rgb(250, 173, 20);
  margin-right: 8px;
}

.new-object-delbox>.del-btn-box {
  text-align: center;

}

.new-object-delbox .del-btn-cancel {
  height: 20px;
  line-height: 17px;
  width: 40px;
  background: #fff;
  border: none;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 2px;
  margin-right: 5px;
}

.new-object-delbox .del-btn-confirm {
  height: 20px;
  line-height: 17px;
  width: 40px;
  color: #ffffff;
  border: none;
  background-color: #2164B7;
  border-radius: 2px;

}

.select2.select2-container.select2-container--default {
  min-width: 100px;
}

.delBtn_box {
  position: relative;
  display: inline-block;
}

.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 20px;
}

.krajee-default .file-footer-caption {
  margin-bottom: 27px;
}

.my_switch {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.my_switch_btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
  width: 90px;
  height: 30px;
  background: #fff;
  color: #666;
  opacity: 0;
}

.my_switch_btn.my_switch_loading {
  opacity: 0.2;
}

.search_box {
  display: flex;
  flex-wrap: wrap;
}

.daterangepicker {
  font-family: "Microsoft YaHei";
}

.box-body.top_btn>div {
  margin-right: 10px;
}

.form-control[readonly] {
  background: #fff;
}

.fixed-table-container thead th .sortable {
  padding-right: 15px;
}

.search_box>.input-group {
  margin-bottom: 15px;
}

.file-preview-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.time_input>input {
  width: 80px;
}

.layout-boxed .wrapper {
  box-shadow: none;
  overflow:initial;
  height: auto;
  width: 1200px;
}


/* 顶部导航条 */

.top_bread {
  height: 34px;
  line-height: 34px;
  border-left: 3px solid #2164B7;
  color: #2164B7;
  padding-left: 20px;
}

.top_bread>span {
  font-size: 16px;
}

.bread_info {
  font-family: "Microsoft YaHei";
  font-weight: 700;
  font-size: 15px;
  color: rgb(51, 51, 51);
  font-style: normal;
  letter-spacing: 0px;
  line-height: 23px;
  text-decoration: none;
  margin-left: 5px;
}

.top_bread .bread_item {
  font-family: "Microsoft YaHei";
  font-weight: 700;
  font-size: 15px;
  color: #2164B7;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 23px;
  text-decoration: none;
}

.bread_item.active::before {
  content: "> ";
  font-family: "Microsoft YaHei";
  font-weight: 700;
  font-size: 16px;
  color: #2164B7;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 23px;
  text-decoration: none;
}

/*header公共样式样式*/
.header {
  background-image: url(../resource/img/head_bg.png);
  height: 193px;
}
.entry_logo {
  margin-left: 120px;
  display: inline-block;
}
.entry_logo_img {
  width: 81px;
  height: 63px;
  vertical-align: middle;
}
.entry_logo_text{
  margin-top: 20px;
  margin-left: -5px;
}
.text_cn{
  width: 144px;
  height: 40px;
  color: #2164B7;
  font-size: 30px;
  text-align: center;
  font-family: "Microsoft YaHei";
}
/*.text_en {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 12px;
  color: #333;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 12px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  width: 221px;
}*/
.header_top{
  height: 50px;
  width:1200px;
  margin: 5px auto 0;
  padding-top: 50px;
  vertical-align: middle;
  position: relative;
}
.top_login{
  position: absolute;
  right: 0px;
  top:55px !important;
  color: #fff;
}
.text_center {
  height: 40px;
  line-height: 40px;
  border-top:1px solid #eee;
}
.top_bar{
  right: 0px;
  position: absolute;
  top: 13px;
}
.top_bar .top_login{
  display: inline-block;
}
.top_bar .top_login2{
  display: inline-block;
}
.top_login>a{
  font-size: 16px;
  width: 130px;
  display: inline-block;
  text-align: right;
}
/*.nav.navbar-nav{
  position: absolute;
  top: 20px;
  right: 100px;
  width: 250px;
}*/
.menu{
  width: 190px;
  display: none;
  background-color: #fff;
  color: #333;
  z-index: 999;
  position: absolute;
  right: 0;
  border-radius: 10px;
  border:1px solid #ccc;
}
.menu div{
  text-align: left;

}
.username:hover {
  color: #fff;
}
.username span{
  display: inline-block;
  /* width: 80%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.user-footer a {
  margin-bottom: 20px;
}
.user-footer div{
  margin-left: 10px;
  width: 100%;
}
i{
  /* color: #2164B7; */
  margin-right: 5px;
  vertical-align: middle;
}
/*.username span{
  margin-left: 5px;
}*/
.header_list{
  margin-top: 95px;
  height: 48px;
  background-color: #2164B7;
  border-bottom: 5px solid #161f96;
}
.header_list ul{
  width: 1200px;
  margin:0 auto;
  height: 100.5%;
  /*border-bottom:1px solid #fff;*/
}
.header_list ul li{
  display: inline-block;
  width: 20%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-family: "Microsoft YaHei";
  float: left;
  text-align: center;
}
li.current{
  background-color: #161f96;
}
.dropdown.user{
  margin-right: 100px;
  width: 100%;
}
.dropdown.user>a{
  /*width: 150px;*/
  display: inline-block;
  float: left;
  font-size: 20px;
  /*color: #fff;*/
}
.dropdown.user a:hover{
  background-color: transparent;
}
/* 底部公共样式 */

/* .footer{
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
}
.footer p{
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.footer img{
  width: 15px;
  margin-right: 10px;
}
.skin-blue .wrapper {
  background: #fff;
} */

/* 中心区域 */
.content {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  padding-bottom: 0px!important;
  width: 1200px;
}
