/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */



/*.pagination .controls input {
     border: 0;
    width: 50px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center;
    font-size: 13px;
    !* background: transparent; *!
    box-shadow: none;
}*/

.pagination .controls input:first-child {
    border: red 1px !important;
    width: 50px !important;
    color: #00c0ef !important;
}

.pagination .controls input:nth-child(2) {
    border: 0 !important;
}

.width-20{width:20px!important}
.width-25{width:25px!important}
.width-30{width:30px!important}
.width-40{width:40px!important}
.width-180{width:180px!important}
.width-200{width:360px!important}
.width-360{width:360px!important}

.no-background-color{background-color:transparent}

.bg-white {
    background-color: #ffffff !important;
}

.bg-pale{
    background-color: #E0E3E8 !important;
}

.text-white {
    color: #fff !important;
}

.label-inline-2 span > label{
    width: 16.666%;
}
.label-inline-4 span > label{
    width: 33.333%;
}
.label-inline-6 span > label{
    width: 50%;
}
.label-inline-8 span > label{
    width: 66.666%;
}
.label-inline-10 span > label{
    width: 83.333%;
}
.label-inline-12 span > label{
    width: 100%;
}

.border-radius{
    border-radius: 25px;
    padding: 5px;
    margin: 5px;
}

.no-resize {
    resize: none;
}

.margin-25{
    margin: 10px 10px 25px 10px
}

.margin-10{
    margin: 10px 5px 10px 5px
}

.margin-left-5{
    margin-left: 5px;
}

.margin-left-25{
    margin-left: 25px;
}
.margin-left-100{
    margin-left: 100px;
}



.fa-stack-0 {
    position: relative;
    display: inline-block;
    width: 1.66em;
    height: 1.66em;
    line-height: 1.66em;
    vertical-align: middle;
}
.fa-stack-a,
.fa-stack-b {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-a {
    line-height: inherit;
}
.fa-stack-b {
    font-size: 1.66em;
}

.position-absolute{
    position: absolute
}
