::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

/*overwrite bootstrap css*/
body {
    height: 100% !important;
}

pre {
    background-color: inherit;
    border: 0;
}


.layui-form .layui-form-label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.layui-form-item .layui-input-block {
    position: relative;
    top: 0;
}

legend {
    width: inherit !important;
    margin-bottom: 0 !important;
    border-bottom: inherit !important;
}

.content-header > .breadcrumb {
    top: 0;
    left: 10px;
    right: auto;
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}

.login-bg {
    background: url(../img/road.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-page, .register-page {
    background: transparent;
}

.login-box-body, .register-box-body {
    background-color: rgba(255, 255, 255, 0.9);
}

a {
    color: #00a7d0;
}

/*a:active,*/
/*a:focus {*/
/*outline: none;*/
/*text-decoration: none;*/
/*color: #fff;*/
/*}*/

.layui-table-view {
    background-color: #fff;
}

.form-query, .form-edit {
    display: block;
    background: #fff;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.form-edit .layui-form-label {
    width: 110px;
}

.form-query .layui-form-label {
    width: 80px;
    padding: 9px 9px 9px 0;
}

.form-edit .layui-form-item .layui-input-inline {
    width: 350px;
}
.form-edit .layui-form-item .layui-input-inline span.abright{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #666;
}

.form-query .layui-form-item .layui-input-inline {
    width: 140px;
}

.img-ct {
    margin-top: 5px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0 22px !important;
}

.layui-tab {
    margin: 0;
}

.ml-140 {
    margin-left: 140px !important;
}

.img-ct img {
    /*max-width: 400px;*/
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    display: block;
    margin: 0 auto;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #009688;
    background: #fff;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 0;
}

.eq-item {
    width: 200px;
    height: 200px;
    float: left;
    background-color: #fff;
    margin: 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.eq-item .eq-text {
    background: #FAFAFA;
    border-top: 1px solid #F2F2F2;
    padding: 5px;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layui-form-item .layui-inline {
    float: left;
}

.grid-demo-bg1 {
    background-color: #00a7d0;
}

.required-xing {
    font-size: 20px;
    color: red !important;
    margin-right: 5px !important;
}

.layui-side {
    padding-top: 50px;
}

.skin-blue-light .sidebar-menu > li > .treeview-menu {
    padding: 0px;
    background: rgb(47, 54, 62);
}

.skin-blue-light .sidebar-menu .treeview > a {
    color: #a1a9ba;
    font-size: 15px;
}

.skin-blue-light .sidebar-menu .treeview-menu > li.active > a,
.skin-blue-light .sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
    background: #444;
}

.skin-blue-light .sidebar-menu .treeview-menu > li > a,
.skin-blue-light .sidebar-menu .treeview-menu > li > a:active,
.skin-blue-light .sidebar-menu .treeview-menu > li > a:focus {
    color: #aaa;
}

.skin-blue-light .sidebar-menu > li {
    color: #a1a9ba;
    background: rgb(37, 42, 46);
    line-height: 30px;
}

.main-header .navbar {
    margin: 0px;
    height: 62px;
}

.navbar .sidebar-toggle {
    padding: 16px 42px;
    font-size: 30px;
}

.skin-blue-light .main-header .navbar {
    background: #3759a0;
}

.content-header > .breadcrumb {
    font-size: 14px;
}

.skin-blue-light .content-header {
    background: #fff;
    border-bottom: 1px #ececec solid;
    display: block;
    height: 55px;
    line-height: 40px;
    padding: 0px;

}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb > .active {
    color: #00a7d0;
}

.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
    color: #fff;
    background: #444;
}

.treeview-menu li a {
    padding-left: 40px;
}

.treeview-menu li {
    position: relative;
    color: #fff;
    line-height: 44px;
    background: rgb(47, 54, 62);
}

.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background: rgb(47, 54, 62)
}

.logo-lg {
    display: flex;
    height:62px;line-height: 62px;margin:0px;padding:0px;align-items: center;
}
.logo-lg-link{
    float:left;position:relative;display:flex;line-height: 62px;margin:0px;padding:0px;
}

.logo-lg .uniName {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.logo-lg .uniName em {
    display: block;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    margin-bottom: 3px;
}

.w240 {
    width: 240px;
}
.w310 {
    width: 310px;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.w800 {
    width: 800px;
    margin: 0 auto;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
}
.fl {
    float: left !important;
}

.margin-l-20 {
    margin-left: 20px !important;
}

.margin-l-0 {
    margin-left: 0px !important;
}

.margin-l-5 {
    margin-left: 5px !important;
}

.tipsSuccess {
    position: relative;
    min-height: 600px;
    background: #fff;
    display: none;
}

.tipsSuccess .iconItem {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -110px 0 0 -200px;
}

.tipsSuccess .iconItem p {
    width: 240px;
    margin: 0 auto 20px;
    line-height: 64px;
    color: #333;
    font-size: 24px;
    background: url("../../static/ucenter/img/gicon.png") left center no-repeat;
    background-size: 64px;
    padding-left: 64px;
}

.tipsSuccess .iconItem .text {
    width: 50%;
    font-size: 13px;
    color: #666;
    text-align: justify;
    margin: 0 auto 60px;
    text-indent: 28px;
    line-height: 150%;
}

.tipsSuccess .iconItem a {
    display: block;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: #009688;
    margin: 40px auto 0;
    white-space: nowrap;
    border-radius: 2px;
}

.conBtn a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-badge {
    position: absolute;
    top: 17px;
    right: 40px;
    /*margin-left: 30px;*/
}

.treeview-menu .layui-badge {
    position: absolute;
    top: 17px;
    right: 10px;
    /*margin-left: 30px;*/
}

.layui-btn-normal {
    margin-left: 10px;
}

.tip-holder, .layer-holder {
    cursor: pointer;
    display: block;
}

.tip-holder .tip, .layer-holder .layer {
    display: none;
}

.tip-holder .layui-badge, .layer-holder .layui-badge {
    position: inherit !important;
    margin-left: 5px;
    top: 0;
}

.user-holder {

}

.form-query .select2-container--default .select2-selection--single, .form-query .select2-selection .select2-selection--single {
    height: 38px;
}

.form-query .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

.w190 {
    width: 190px !important;
}

.w304 {
    width: 304px !important;
}

.layui-layer-dialog .layui-layer-content {
    overflow-y: hidden !important;
}

em.red {
    color: red;
    margin-right: 5px;
}

.img-display {
    cursor: pointer;
}

#logArea {
    height: 300px;
    border: 10px solid #F8F8F8;
    padding: 10px;
    line-height: 20px;
    overflow: auto;
    background-color: #3F3F3F;
    color: #eee;
    font-size: 12px;
    margin-bottom: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    display: none;
}

.ml30{
    margin-left: 30px;
}

/*
改了之后有问题，都不能拖动了，最小高度本来100px挺好
.layui-textarea{
    min-height: 60px !important;
    height: auto !important;
}*/

.layui-border-green {
    border-color: #009688 !important;
    color: #009688 !important;
}

.layui-border-blue {
    border-color: #1E9FFF !important;
    color: #1E9FFF !important;
}

.layui-border-orange {
    border-color: #FFB800 !important;
    color: #FFB800 !important;
}

.layui-border-red {
    border-color: #FF5722 !important;
    color: #FF5722 !important;
}

.layui-border-black {
    border-color: #393D49 !important;
    color: #393D49 !important;
}
.form-query .layui-form-item .layui-inline {
    margin-right: 0px;
}
.w80{
    width: 80px !important;
}
.w100{
    width: 100px !important;
}
.w130{
    width: 130px !important;
}
.w140{
    width: 140px !important;
}
.w150{
    width: 150px !important;
}
.w180{
    width: 180px !important;
}
.w200{
    width: 200px !important;
}
.w220{
    width: 220px !important;
}
.w250{
    width: 250px !important;
}
.w260{
    width: 260px !important;
}
.w280{
    width: 280px !important;
}
.w300{
    width: 300px !important;
}
.w350{
    width: 350px !important;
}
.scroll-body {
    overflow-x: hidden;
    overflow-y: auto;
    height:300px;
}

.nameToLongClass{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}