﻿@charset "utf-8";
/* CSS Document */
html {
   -webkit-tap-highlight-color: transparent;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,tr,th,td {
   margin: 0;
   padding: 0;
   -webkit-tap-highlight-color: transparent;
}
body {
   background: #fff !important;
   color: #555;
   font-size: 12px !important;
   font-family: '微软雅黑 ','Microsoft YaHei' !important;
}
/* H5 */
header, section, footer, aside, nav, main, article, figure {
   display: block;
}
td,th,caption {
   font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
   font-style: normal;
   font-weight: normal;
}
a {
   color: #555;
   text-decoration: none;
}
a:hover,a:visited,a:active,a:focus {
   text-decoration: none !important;
}
img {
   border: none;
}
ol,ul,li {
   list-style: none;
}
input, textarea, select, button {
   font: 14px Verdana,Helvetica,Arial,sans-serif;
}
table {
   border-collapse: collapse;
}
em, i {
   font-style: normal;
}
input,select,button {
   outline: none;
}
button {
   border: none;
}
/* 清浮动 */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
   *zoom: 1;
}
.oh {
   overflow: hidden;
}

/* 公用样式 */
.container {
   max-width: 1280px;
   min-width: 800px;
}

.row {
   margin-right: 0 !important;
   margin-left: 0 !important;
}
.fl {
   float: left;
}
.fr {
   float: right;
}
.bgfff {
   background: #fff;
}
.iconfont {
   display: inline-block;
   overflow: hidden;
   width: 17px;
   height: 17px;
   background-size: 100%;
   background: url(../images/icon/nav_icon.png) no-repeat center center;
   vertical-align: sub;
   margin-right: 20px;
}

.padding  {
   padding: 0 !important;
}
.pr0 {
   padding-right: 0 !important;
}
.pl0 {
   padding-left: 0 !important;
}

.pT5  {
   padding-top: 5px;
}
.pT10 {
   padding-top: 10px;
}
.pT15 {
   padding-top: 15px;
}
.pT20 {
   padding-top: 20px;
}
.pT25 {
   padding-top: 25px;
}
.pT30 {
   padding-top: 30px;
}

.pB5  {
   padding-bottom: 5px;
}
.pB10 {
   padding-bottom: 10px;
}
.pB15 {
   padding-bottom: 15px;
}
.pB20 {
   padding-bottom: 20px;
}
.pB25 {
   padding-bottom: 25px;
}
.pB30 {
   padding-bottom: 30px;
}

.margin {
   margin: 0;
}
.mT5  {
   margin-top: 5px;
}
.mT10 {
   margin-top: 10px;
}
.mT15 {
   margin-top: 15px;
}
.mT20 {
   margin-top: 20px;
}
.mT30 {
   margin-top: 30px;
}

.mB5  {
   margin-bottom: 5px;
}
.mB10 {
   margin-bottom: 10px;
}
.mB15 {
   margin-bottom: 15px;
}
.mB20 {
   margin-bottom: 20px;
}
.mB30 {
   margin-bottom: 30px;
}

.border {
   border: 1px solid #e7ebee;
}
.br0 {
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px !important;
}

.line {
   height: 1px;
   background: #e7ebee;
}

/***  按钮类 ***/
.submit-btn {
   width: 110px;
   height: 32px;
   line-height: 32px;
   text-align: center;
   color: #fff;
   background: #00a3f7;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

.blueBtn {
   /*width: 90px;
   height: 26px;
   line-height: 24px;*/
   padding: 4px 15px;
   width: 90px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #00a3f7;
   display: inline-block;
   margin: 0 5px;
   cursor: pointer;
   text-align: center;
}
.greenBtn {
   width: 90px;
   height: 26px;
   line-height: 24color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #00a594;
   display: inline-block;
   margin: 0 5px;
   cursor: pointer;
}
.toTestBtn {
   width: 90px;
   height: 24px;
   line-height: 24px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #ffa36e;
   display: inline-block;
   margin: 0px;
   cursor: pointer;
}

.browseBtn {
   width: 96px;
   height: 30px;
   line-height: 28px;
   background: #55c5ff;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #fff;
   cursor: pointer;
}
.uploadBtn {
   width: 96px;
   height: 30px;
   line-height: 28px;
   background: #4adb98;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #fff;
   cursor: pointer;
}
.slg {
   background: #4adb98;
   color: #fff;
   font-size: 12px;
   padding: 2px 8px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.exitBtn {
   width: 90px;
   height: 26px;
   line-height: 24px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #fa736c;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.taskBtn {
   width: 90px;
   height: 26px;
   line-height: 24px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #4adb98;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.reportBtn {
   width: 90px;
   height: 26px;
   line-height: 26px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #00a594;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.costBtn {
   width: 90px;
   height: 26px;
   line-height: 24px;
   color: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background: #ffa36e;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.returned {
   background: url(../images/icon/eyes.png) no-repeat right center;
   padding-right: 27px;
   text-align: center;
}

.more-operations {
   border: 1px solid #00a3f7;
   color: #00a3f7;
   background: none;
   padding: 8px 16px;
   text-align: center;
}
.cancelBtn {
   border: 1px solid #00a3f7;
   color: #00a3f7;
   background: none;
   text-align: center;
   width: 110px;
   height: 32px;
   line-height: 32px;
}

/*标题类*/
.title {
   color: #839db4;
   height: 44px;
   line-height: 44px;
   font-size: 16px;
}
.group-title {
   color: #839db4;
}
.group-item-title {
   color: #2f3a4c;
   font-weight: normal;
}

/*文字*/
.f12 {
   font-size: 12px;
}

/*表格*/
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
   text-align: center;
   /*padding: 6px;*/
    padding-top: 6px;padding-bottom: 6px;
   line-height: 1.42857143;
   vertical-align: top;
}
.table>tbody>tr>td {
   color: #2f3a4c;
}
.table>thead>tr>th,.table>tbody>tr>th {
   color: #7593ab;
   background: #f2f7fa;
}

/*图片上传区域*/
.img-content {
   width: 165px;
   height: 85px;
   min-width: 230px;
   min-height: 110px;
   max-width: 267px;
   max-height: 126px;
}
.img-content img {
   display: block;
   width: 100%;
}
.upload-text {
   color: #8e98a7;
}

/*优秀 不合格等级*/
.level {
   font-size: 12px;
   color: #b22247;
}
.good-icon {
   background: url(../images/icon/good.png) no-repeat;
   left center;
}

.prev-page,
.next-page {
   width: 30px;
   height: 30px;
}
.next-page {
   background: url(../images/icon/nav_icon.png) no-repeat center center;
   background-position: -37px -24px;
}
.prev-page {
   background: url(../images/icon/nav_icon.png) no-repeat center center;
   background-position: -72px -24px;
}

/**/
.modal-dialog {
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.modal-content {
   width: 634px;
   height: 524px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -317px;
   margin-top: -262px;
}

/*输入框高度设置*/
#form-item-errorr {
   border: 1px solid #e22!important;
}
/*标签页*/
.nav-tabs>li>a {
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-radius: 0 !important;
   margin-left: -1px;
}

input.form-control,select.form-control {
   display: block;
   width: 100%;
   height: 30px !important;
   padding: 0px 12px !important;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   background-image: none;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
}

input[type=checkbox], input[type=radio] {
   margin: 2px 0 0 -20px !important;
}
/**小图标**/
.isok {
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(../images/icon/ok01.png) no-repeat center center;
   margin-left: 10px;
   vertical-align: sub;
}
.ok {
   background: url(../images/icon/ok.png) no-repeat left center;
}
.editor {
   cursor: pointer;
}

.form-item-errorr {
   border: 1px solid #e22 !important;
}

@media (min-width: 1200px){
   .container {
      width: auto !important;
   }
}
@media (min-width: 992px){
   .container {
      width: auto !important;
   }
}
@media (min-width: 768px) {
   .container {
      width: auto !important;
   }
   .modal-dialog {
      width: auto !important;
      margin: 0px auto !important;
   }
}
