html,body{
	height: 100%;
	background: #F1F2F7;
	font-size: 14px;
	padding-right: 3px;
}
.larry-grid{
    display:block;
    width: calc(100% - 30px);
	width: -moz-calc(100%-30px);
	width: -webkit-calc(100%-30px);
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background: #F1F2F7;
    border-radius: 5px;
}
td.oper_a a{
    display:block;
    min-width:80px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    text-align:right;
    padding:0 5px;
    color: #06C;
    margin:8px 4px;
    color:#199676;
}

.suc_class {
    color:#52A954!important;
    background-color: #DEFCD5!important;
  }

  .suc_class .layui-layer-content {
    padding:10px!important;
    font-size:14px!important;
    line-height:20px!important;
    width:280px!important;
    vertical-align:top;
  }

  .suc_class .layui-layer-content:before {
    content:" ";
    display:inline-block;
    width:14px;
    height:12px;
    margin-top:4px;
    margin-right:10px;
    background:url("../images/icon_suc_class.gif") no-repeat center center;
    vertical-align:top;
  }






/*#search_form, .form_parent, #search_form .form_container {
    height:38px;
}*/
/*div.mylog-info-box {
    padding:20px 20px 0 20px;
}*/
.form_container td.oper_a a{
    display:block;
    min-width:50px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    border-right: solid 1px #ccc;
    text-align:right;
    padding:0 5px;
    color: #06C;
    margin:8px 4px;
    color:#199676;
}

div.larry-personal-body {
    padding-top:15px;
}
div.layui-field-box {
    padding:10px 15px;
}
div.layui-tab-header {
    padding:0 15px 5px 15px;
}
#search_form .form_container {
    width:100%;
    height:38px;
}
#search_form .form_container .layui-form-item{
     float:left;
     clear:none;
     margin-bottom:10px;
}
#search_form .form_container .layui-input-block {
    margin: 0 10px 0 0;
    float:left;
}
#search_form .form_container .layui-form-label {
    padding:9px 9px;
    width:auto;
}

/*自定义样式  -------弹框 按钮居中-------*/
.layui-layer-btn{
    text-align: center !important;
}

.self-scrollbar {
    scrollbar-arrow-color: #fff; /* 三角形颜色*/
    scrollbar-base-color: #1AA094;/*滚动条的基色*/
    scrollbar-face-color: #1AA094; /* 立体滚动条的颜色（包括箭头部分的背景色） */
    scrollbar-3dlight-color: transparent;/* 立体滚动条亮边的颜色 */
    scrollbar-highlight-color: transparent;/* 滚动条的高亮颜色（左阴影？） */
    scrollbar-shadow-color: transparent;/* 立体滚动条阴影的颜色 */
    scrollbar-darkshadow-color: transparent; /* 立体滚动条外阴影的颜色 */
    scrollbar-track-color:  #000;/* 立体滚动条背景颜色 */
}
/*滚动条整体部分*/
.self-scrollbar::-webkit-scrollbar {
    height: 6px;
    width: 100%;
    background-color: transparent;
}
/* 滚动条的轨道（里面装有Thumb）*/
.self-scrollbar::-webkit-scrollbar-track
{
    background-color: transparent;
}
/* 滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.self-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    background-color: #1AA094;
}
/* 滚动条的轨道的两端按钮，允许通过点击微调小方块的位置 */
.self-scrollbar::-webkit-scrollbar-button {
    width: 6px;
    height: 6px;
    background-color: #1AA094;
    display: none;
}