﻿.transparent {
    width: 100%;
    height: 10px;
}
.transparent-5px {
    width: 100%;
    height: 5px;
}
.transparent-15px {
    width: 100%;
    height: 15px;
}
.transparent-20px {
    width: 100%;
    height: 20px;
}
.body-container {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.body-line { 
    width: 100%;
    height: 1px;
    background-color: #f6f6f6;
}
.font-search-more {
    font-size: 20px;
}
.blue-line { 
    width: 100%;
    height: 2px;
    background-color: #1954ab;
}
.body-line-image {
    width: 100%;
    height: 0px;
}
.clear{
    clear:both;
} 
.margin-10px{
    margin:10px;
}

.layui-right-container {
    margin-top: 10px;
    margin-right: 17px;
}

.layui-input-disabled-gray{
    background-color: #f2f2f2; 
}

.layui-input-pointer{
   cursor: pointer;
}

.layui-table tbody tr:hover {
    background-color: none;
    background: none;
}

.layui-table-hover {
    background-color: none;
    background: none;
}

.layui-table-click {
    background-color: none;
    background: none;
}

.body-nothting-container {
    position: relative;
    width: 100%;
}

.body-nothting-container .image-container {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

 .body-nothting-container .image-container .icon {
     width: 60px;
     height: 60px;

 }

.body-nothting-container .title {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #b2b2b2;
    font-size: 13px;
} 
/* 无数据 */
.empty-container{
    width: 100%;
    position: relative;
}
.empty-icon-container{
    width: 100%;
    text-align: center;
}
.empty-icon{
    width: 80px;
    height: 80px;
}
.empty-title{
    width: 100%;
    margin-top: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
/* 色系 */
.layui-background-green {
    background-color: #009688;
}

.layui-background-green-light {
    background-color: #5FB878;
}

.layui-background-green-higlight {
    background-color: #3d8451;
}

.layui-background-black {
    background-color: #393D49;
}

.layui-background-blue {
    background-color: #1E9FFF;
}

.layui-background-blue-light {
    background-color: #01AAED;
}

.layui-background-warm {
    background-color: #FFB800;
}

.layui-background-red {
    background-color: #FF5722;
}

.layui-background-blue-purplish {
    background-color: #2F4056;
}

.layui-background-repair {
    background-color: #1954ab;
}

.layui-background-repair {
    background-color: #0c72c1;
}

.layui-background-install {
    background-color: #e0a62a;
}

.layui-background-parts {
    background-color: #0ea420;
}


@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(3px);
    }

    100% {
        -webkit-transform: translateX(-3px);
    }
}

@-moz-keyframes shake {
    0% {
        -webkit-transform: translateX(3px);
    }

    100% {
        -webkit-transform: translateX(-3px);
    }
}
/*.layui-table tbody tr td:hover {
    cursor: pointer;
}*/


:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d1d2d5;  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d1d2d5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #d1d2d5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d1d2d5;
} 
input:disabled{background-color:#fff;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #505050;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #505050;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #505050;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #505050;
}

/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #e3e3e3;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #d3d3d3;
        cursor: pointer;
    }

::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

::-webkit-scrollbar-resizer,
::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}*/

.layui-table th{text-align:center;font-weight:bold;}
.layui-table th div{text-align:center;}
.acolor{color:#009688;margin:0 5px;cursor:pointer;}
.acolor1{color:#FF5722;margin:0 5px;cursor:pointer;}
.acolor2{color:#1E9FFF;margin:0 5px;cursor:pointer;}
