
body {
    background-color: transparent;
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

ul, ol {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
p {
    margin-bottom: 0;
}
a:focus,
a:hover,
a:active {
    text-decoration: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -145px 0 0 -150px;
    width: 300px;
    height: 290px;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    color: #fff;
}
.login-tit {
    padding: 20px 0 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.login .form-group {
    padding-left: 12px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.login .form-control {
    border: 0;
    width: 220px;
}
.login-error {
    height: 28px;
    color: #f00;
}

.top {
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.documentElement.scrollTop));
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #0E629E;
    z-index: 999;
    padding: 20px;
}
.top h1 {
    float: left;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.logout{
    float: right;
    display: block;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.side {
    background-color: #f5f5f5;
    border-right: 1px solid #ccc;
}
.main-content {
    padding: 20px;
}

.golink {
    margin-bottom: 10px;
}
.golink a {
    color: #666;
    padding-left: 20px;
    background: url(../images/add.png) no-repeat left center;
}
.goback a {
    background-image: url(../images/back.png);
}
.side-content {
    padding: 20px 10px;
}

.menu {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.menu li {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.menu-item {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    white-space: nowrap;
    background-color: #f5f5f5;
}
.menu-item:hover {
    text-decoration: none;
}
.menu-item .glyphicon {
    margin-right: 10px;
}
.menu-item .caret {
   position: absolute;
   top: 18px;
   right: 10px;
}
.open .caret {
    border-top: 0;
    border-bottom: 4px dashed;
}
.menu .active {
    color: #0E629E;
}
.sub-menu {
    //display: none;
    background-color: #fff;
    border-top: 1px solid #eee;
}
.sub-menu li {
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 0;
    border: 0;
}
.sub-menu li a {
    display: block;
    padding-left: 42px;
    color: #666;
}
.sub-menu li .active {
    color: #fff;
    background-color: #5CA2D5;
}

.sub-menu li a:hover {
    color: #fff;
    background-color: #5CA2D5;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 15px;
    vertical-align: middle;
}
.table thead th {
    text-align: center;
    color: #fff!important;
    font-size: 14px;
    white-space: nowrap;
    background-color: #5CA2D5;
}
.table tbody th {
    text-align: right;
    background-color: #fafafa;
}
.table td {
    background-color: #fafafa;

}
.table .table-btns,
.table .tbc {
    text-align: center;
}
.table .table-btns .btn {
    margin: 0 10px;
}
.table input[type=file] {
    display: inline
}
.table .form-control {
    display: inline-block;
    width: 500px;
}
.table .status {
    margin-left: 10px;
    color: #f00;
}
.pages {
    text-align: center;
}

.attentioncount
{
    font-size:xx-large;
}

.check-span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/check.png);
}
.checked {
	background-position: 0 -12px;
}



.def-row {
    font-size: 14px;
    padding: 10px 15px;
}


.layui-laydate .layui-this {
    background-color: #337ab7 !important;
}

.layui-laydate-footer span:hover {
    color: #337ab7;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #337ab7;
}