﻿.layui-table-tr-selected{
    background-color:lightgoldenrodyellow
}

.layui-btn-input-right {
    position: absolute;
    top: 0;
    right: 0;
}
.layui-toolbar {
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
    display: block;
    padding-left: 10px;
    margin: 0;
}
.layui-padding-sm{
    padding:5px;
}

.cleafix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    *zoom: 1;
}

.layui-footer-btn{
    position:absolute;
    bottom:0;
    right:0;
    height:45px;
    width:100%;
    background:#f8f8f8;
    box-sizing:border-box;
    padding:5px 30px 0 0;
}

.layui-form-wrapper{
    height:100%;
    width:100%;
    padding-right:0!important;
}
.layui-scroll {
    padding-right:30px;
    overflow: auto;
    height: calc(100% - 70px);
}

.layui-footer-btn-constructor{
    text-align:center;
}

.layui-layout-style{
    left:0!important;
}
.layui-style-logo {
    height: 50px;
    line-height: 50px;
    text-align: center;

    color: #000;
}
.layui-style-logo span {
    font-size: 18px !important;
    letter-spacing:4px;
    margin-left:10px;
}
.layui-side-menu-style{
    top:50px!important;
}

.layui-nav-tree-style{
    margin-top:0!important;
}

.layadmin-flexible-style{
    padding: 0;
    margin: 0;
}
.layadmin-flexible-a{
    padding-left: 0!important;
    padding-right: 0!important;
    margin: 0;
}

.layui-icon-shrink-right-style {
    position: relative !important;
    top: 0 !important;
    left: calc(50% - 7px) !important;
}
