/*.layui-form-label {*/
/*width: 100px;*/
/*}*/

/*.left-item {*/
/*width: 93% !important;*/
/*padding: 0 !important;*/
/*}*/

/*.right-action {*/
/*width: 7% !important;*/
/*height: 99%;*/

/*}*/

/*.right-action button:first-child {*/
/*top: 25% !important;*/
/*border-radius: 5px !important;*/
/*}*/

/*.right-action button:last-child {*/
/*top: 25% !important;*/
/*border-radius: 5px !important;*/
/*margin-top: 30px !important;*/
/*}*/

/*.left-item .layui-form-label {*/
/*padding: 7px 7px;*/
/*color: #6c6c6c;*/
/*}*/

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
/*输入框高度 25*/
.layui-input, .layui-select, .layui-textarea{
    height: 25px;
    line-height: 25px \9;
}

/*.right-action-div {*/
/*position: absolute;*/
/*top: 50%;*/
/*margin-top: -22px;*/
/*}*/

.layui-col-md11.md11-card {
    border-right: none !important;
}

.retrow {
    height: auto !important;
}

.retractable {
    border: none !important;
    bottom: -14px !important;
    background: none !important;
}

.layui-col-md11.md11-card {
    padding-bottom: 0 !important;
}

/*@media only screen and (min-width:900px) and (max-width:940px) {*/
/*.left-item{*/
/*width: 85%;*/
/*}*/
/*}*/
/*@media only screen and (min-width:1200px) and (max-width:1240px) {*/
/*.left-item{*/
/*width: 89%;*/
/*}*/
/*}*/

/*0410 tab样式统一*/
.layui-tab-title {
    height: 30px;
    border-color: #E5E5E5;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    line-height: 30px;
    background-color: #1890FF;
    color: #fff !important;
}
.layui-tab-card > .layui-tab-title .layui-this {
    background-color: #fff;
    color: #1890FF;
}
.layui-tab-title li{
    line-height: 30px;
    font-size: 12px;
    padding: 0 6px;
    margin-right: 10px;
}
.layui-tab-title li:last-child {
    margin-right: 0;
}
.layui-tab-title .layui-this::after {
    height: 31px;
}
/*table分页右对齐*/
.layui-table-page{
    text-align: right;
}
/*清理layui-table默认margin-top:20*/
.only-table .layui-table,
.only-table .layui-table-view {
    margin-top: 0;
}
.right-btns .layui-btn{
    border-radius: 3px;
}
.right-btns .layui-btn.layui-btn-primary{
    border-radius: 3px;
}
