/**
   登录页面验证码图片高度
 */
.validateImg {
    height: 36px;
}
/**
 alert文本和图标的间距
 */
.swal2-title {
    text-indent: 12px;
    min-width: 84px;
}
.ml-0{
    margin-left: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.map-height{
    height: 300px;
}
.map-panel{
    border:1px solid #C0C0C0;width:150px;height:auto; display:none;
}
.map-input{
    opacity: 0;
}
.map-address{
    position: absolute;top: 0
}
.col-padding{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.card-pt{
    padding-top: 7.5px;
}
.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem !important;
}
.card-switch{
    position: absolute;
    right: 10px;
    top: 7px;
}
.layui-card-footer{
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125);
}
.text-muted {
    color: #6c757d!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.bg-light{
    background-color: #f8f9fa!important;
}
.img-circle {
    border-radius: 50%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.text-sm {
    font-size: .875rem!important;
}
.text-muted {
    color: #6c757d!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.fa-ul>li {
    position: relative;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.bg-white{
    background-color: #ffffff;
}