﻿/*! 菜单固定宽度 */
.menu-width{
    width:200px !important;
}
.main-margin-left{
    margin-left:200px !important;
}
.font-user-select{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

/*! 左侧头像隐藏/显示 */
.head-state{
    /* top:0 之后则不显示 注释掉之后则默认显示*/
    top:0 !important;
}

.head-state-tp{
    /* display: none 之后则不显示 注释掉之后则默认显示*/
    display: none !important;
}

/*! 列表页面头部title */
.panel-heading{
    display: none;
}


/*! 行选中 颜色自定义*/
.fixed-table-container tbody .selected td{
    background-color:#F8F2DC
}

/*! 自定义全局css */

.tabletr-select-color{
    background-color: #F5CA8C !important;
}
.tabletr-select-color-cus{
	background-color: #F8F2DC !important;
}
/*! 文本超出内容自动省略 */
.text-overflow{
    width: 100%;
    height:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*! 更改滚动条样式 */
::-webkit-scrollbar-track-piece {
    background-color:#f5f5f5;
}
::-webkit-scrollbar {
    width:8px;
    height:8px;
}
::-webkit-scrollbar-thumb {
    background-color:#C1C1C1;
    background-clip:padding-box;
    min-height:28px;
    border-radius:4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#929292;
}


.layer-warning .layui-layer-title{background:rgb(243, 155, 18);color:#fff;border:none}
.layer-warning .layui-layer-btn a{background:rgb(243, 155, 18);}
.layer-warning .layui-layer-btn .layui-layer-btn1{background:rgb(243, 155, 18);}
.layer-warning .layui-layer-btn .layui-layer-btn0{border-color:rgb(243, 155, 18);}

.layer-error .layui-layer-title{background:#ff0000;color:#fff;border:none;}
.layer-error .layui-layer-btn a{background:#ff0000;}
.layer-error .layui-layer-btn .layui-layer-btn1{background:#ff0000;}
.layer-error .layui-layer-btn .layui-layer-btn0{border-color:#ff0000;}

.layer-primary .layui-layer-title{background:rgb(60, 162, 224);color:#fff;border:none;}
.layer-primary .layui-layer-btn a{background:rgb(60, 162, 224);}
.layer-primary .layui-layer-btn .layui-layer-btn1{background:rgb(60, 162, 224);}
.layer-primary .layui-layer-btn .layui-layer-btn0{border-color:rgb(60, 162, 224);}

.layer-success .layui-layer-title{background:rgb(92, 184, 92);color:#fff;border:none;}
.layer-success .layui-layer-btn a{background:rgb(92, 184, 92);}
.layer-success .layui-layer-btn .layui-layer-btn1{background:rgb(92, 184, 92);}
.layer-success .layui-layer-btn .layui-layer-btn0{border-color:rgb(92, 184, 92);}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EAEFF5;
    opacity: 1;
}

.input-disabled {
    cursor: not-allowed;
    pointer-events: none;
    /*opacity: 0.65;
    filter: alpha(opacity=65);*/
    box-shadow: none;
    background-color: #EAEFF5 !important;
}
.input-readonly {
    cursor: not-allowed;
    pointer-events: none;
    /*opacity: 0.65;
    filter: alpha(opacity=65);*/
    box-shadow: none;
    background: transparent;
    /*background-color: #EAEFF5 !important;*/
}
.input-readonly-color {
    background: #FFFFFF !important;
}
/* 个性化设置 */
body{
    font-size: 13px;
}
#sidebar-nav .nav > li > a > span {
    font-size: 13px !important;
}
.btn{
    font-size: 13px;
}
.form-control{
    font-size: 13px;
}
