.margin-10{
    margin: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-5 {
    margin-top: 5px;
}
#content-iframe {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 101px);
}

.main-content {
    background-color: #ecf0f5;
    min-height: calc(100vh - 0px);
    padding: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.list-page {

}

#list-page .info {
    line-height: 28px;
}

#list-page .page-total {
    font-weight: bold;
}

.check-all, .check-item {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form-group {
    margin-top: 10px;
}

.width-100 {
    width: 100px;
}
.hidden,.hide{
  display: none;
}
/*导航字体大小*/
.sidebar-menu li.header {
    font-size: 14px;
    font-weight: 600;
}

.skin-blue-light .sidebar-menu > li > a {
    font-size: 12px;
    /*font-weight: inherit;*/
}

.content-header > h1 {
    font-size: 18px;
}

.timeline > li > .timeline-item > .timeline-header {
    font-size: 14px;
}

/*表格边框颜色*/
.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.btn-link:active {
    box-shadow: none;
}
/**
首导航字体大小
 */
.sidebar-menu .header-level0 span{
    font-size: 14px;
}

.border-right-width-1px{
    border-right-width: 1px !important;
}

.color-white{
    color: #fff;
}

.product-video{
    width: 100%;
}

.position-relative{
    position: relative;
}
.no-border-top tr:first-child td,.no-border-top tr:first-child th{
    border-top: none;
}

.table>tbody>tr>td,.table>thead>tr>th{
    vertical-align: middle;
}

#menu-bar>.treeview>a,#menu-bar>li>a>span{
    font-size: 14px;
}

.treeview-menu>li>a{
    font-size: 12px;
    padding: 8px 5px 5px 15px;
}

.no-data-text{
    color: #999;
    text-align: center;
}

.cursor-pointer{
cursor: pointer;
}


.list-search-form .form-group label {
    margin: 0 10px;
}
.list-search-form .form-group button[type="submit"] {
    margin-left: 10px;
}
.list-search-form .form-group button[type="button"] {
    margin-left: 10px;
}
.opt-btns{
    padding: 0;
    margin-left: 20px;
}

.layui-layer-btn .layui-layer-btn0{
    color: #fff !important;
}
.layui-layer-btn .layui-layer-btn1{
    color: #333 !important;
}
