﻿/*body {
      font: 12px/1.5 verdana,tahoma,arial,\5b8b\4f53,sans-serif;
      
}*/
.legendLabel {
    font-size: 12px;
}

/*表格分页按钮宽度有些短，可能导致换行，调宽*/
.pagination {
    width: 100%;
}

    .pagination li {
        text-align: right !important;
    }

     .modal-header,.modal-footer  {
      padding:10px !important;
      
     }
.modal-dialog > .modal-content > .modal-footer> button{
  margin-top:5px !important;
}
.modal-dialog > .modal-content > .modal-footer > .btn-primary {
  margin-right:25px !important;
}
/* wux:这个可能让 分页条的“下一页”按钮紧到下一行显示
#table-index_paginate {
  float:right;
}
*/
.h25 {
    height: 25px;
}
.h34 {
    height: 34px;
}
.h68 {
    height: 68px;
}
/*noti通知插件的样式*/
.alert-minimalist {
    background-color: white;
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: white;
    padding: 10px;
}

    .alert-minimalist > [data-notify="icon"] {
        height: 10px;
        margin-right: 12px;
    }

    .alert-minimalist > [data-notify="title"] {
        color: rgb(51, 51, 51);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .alert-minimalist > [data-notify="message"] {
        font-size: 80%;
    }

.hr-10 {
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    height: 10px;
}

.paddingtop-4 {
    padding-top: 4px !important;
}

.treeview ul {
    margin: 0px;
}
/*校验的样式*/
.help-block {
    margin-top: 0px;
    margin-bottom: 3px;
}

.form-group {
    margin-top: 3px;
}

.red1 {
    color: red;
    font-size: 18px;
    float: left;
    padding-top: 5px;
    margin-left: 15px;
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}
/**去除超链接 边框问题*/
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
a.disabled {
    pointer-events: none;
    filter: alpha(opacity=30); /*IE滤镜，透明度30%*/
    -moz-opacity: 0.3; /*Firefox私有，透明度30%*/
    opacity: 0.3; /*其他，透明度30%*/
}

/**掩藏datatale搜索框*/
/*.dataTables_filter {
    display:none;
}*/
/*.ui-buttonset {
    margin-left: 10%;
}*/


    /*datatable 行变色*/
.datatables tr.even {background-color:#E9E8E7;}
.datatables tr.odd  {background-color: white;}


@media only screen and (max-width:768px) {
  .hidden-768 {
    display: none !important;
  }
}
@media only screen and (max-width:992px) {
  .hidden-992 {
    display: none !important;
  }
}

/*  layer-2.0 全局样式**/
body .demo-class .layui-layer-title{background:#c00; color:#fff; border: none;}
body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7}
body .demo-class .layui-layer-btn a{background:#333;height:40px !important;line-height: 40px !important; padding: 0 25px !important;}
body .demo-class .layui-layer-btn .layui-layer-btn1{background:#999;}

.layui-layer-btn a{background:#333;  height:40px !important;line-height: 40px !important; padding: 0 25px !important;}

.m-5 {
    margin: 5px;
}

.m-10 {
  margin:10px;
}
.mtop-10 {
  margin-top:10px;
}

.mp-0 {
    margin:0 !important;
    padding: 0 !important;
}

.underline 
{
    text-decoration:underline;
}
.search-label {
 font-size:13px;

}

/**请求加载动画 css设计  l20-1  l20-2*/
@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}
 