body {
    font-size: 14px;
}

/*.checkbox label::before {*/
/*content: "";*/
/*display: inline-block;*/
/*position: absolute;*/
/*width: 18px;*/
/*height: 18px;*/
/*left: 0;*/
/*margin-left: -20px;*/
/*border: 1px solid #cccccc;*/
/*border-radius: 3px;*/
/*background-color: #fff;*/
/*-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/

/*}*/

/*.checkbox label::after {*/
/*display: inline-block;*/
/*position: absolute;*/
/*width: 18px;*/
/*height: 18px;*/
/*left: 0;*/
/*top: 0;*/
/*margin-left: -19px;*/
/*padding-left: 2px;*/
/*padding-top: 1px;*/
/*font-size: 13px;*/
/*font-weight: bold;*/
/*color: #449d44;*/
/*}*/

#ui-view {
    text-align: center;
    height: 100%;
    margin-top: 80px;
}

.label-vlign label {
    margin-top: 7px;
    text-align: right;
    margin-right: -10px;
}

form {
    margin-top: 20px;
}

.search-btn {
    text-align: center;
    width: 73px;
    margin-bottom: 20px;
}

.bg-primary {
    font-size: 14px;
    font-weight: 100;
    color: #fff !important;
    background: #6398da !important;
}

.form-group .col-md-8 {
    padding: 0px;
}

body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll;
}

.workBreakAll {
    word-break: break-all;
}

.ellipsisContent {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableLayoutFixed {
    table-layout: fixed;
}

.tableLayoutFixed td {
    word-break: break-all;
    vertical-align: middle !important;
}

.tableLayoutFixed th {
    word-break: break-all;
    vertical-align: middle !important;
}

.listTitle {
    padding: 10px;
    text-align: right;
}

.callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #1b809e;
    text-align: left;
}

.configurationInstructionsModalBody {
    max-height: 500px;
}

.tableLayoutFixedHide {
    table-layout: fixed;
}

.tableLayoutFixedHide td {
    vertical-align: middle !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tableLayoutFixedHide th {
    word-break: break-all;
    vertical-align: middle !important;
}

.subscript {
    background-color: #5080c0;
    cursor: pointer;
    padding: 1px 4px;
    border-radius: 6px;
}

#userAllApplicantInfo {
    position: absolute;
    background-color: #fff;
    display: none;
    width: auto;
    box-shadow: 0px 0px 8px #12233c;
    text-align: center;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
    margin: 0px;
}

#userAllApplicantInfo th {
  text-align: center;
  border-color:  #5080c0;
}

#userAllApplicantInfo td {
    border-top-color:#5080c0;
}

.requiredLable{
    color: red;
}

.maxWidth200{
    max-width: 200px;
}
/*laydate日期控件样式修改*/
.layui-laydate-content>.layui-laydate-list {
    padding-bottom: 0px;
    overflow: hidden;
}
.layui-laydate-content>.laydate-time-list>li{
    width:50%
}

.merge-box .scrollbox .merge-list {
    padding-bottom: 5px;
}

.laydate-time-list ol li {
    width: 100% !important;
    padding-left: 0px !important;
    line-height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
}