.display-none{
    display: none!important;
}
.display-block{
    display: block!important;
}
.warn-border{
    border-color: red!important;
}
.bottom-0{
    bottom:0px;
}
.right-0 { right: 0px; }
.m-t-30 {
    margin-top: 30px;
}
.ml-70p{
    margin-left:70px;
}
.w-m-90p{
    min-width:90px!important;

}
.m-30p{
    margin:30px;
}
.ml-15p{
    margin-left:15px
}
/* 必填 星号 * */
.require-warn {
    color: red;
}
.font-color-warn {
    color: #FFA200
}
.bg-color-red{
    background-color:red!important;
}

.font-14{
    font-size:14px!important;
}
.font-16{
    font-size:16px!important;
}
.font-18 {
    font-size: 18px !important;
}
.font-color-primary {
    color: #1778C8!important;
}
.font-color-white{
    color:white!important;
}
.font-color-gray {
    color: #95AAC9!important;
}
.font-color-danger { 
    color: #dc0000 !important;
}
.btn {
    height: 40px !important;
    line-height: 40px;
    padding: .5rem 1rem .4rem!important;
}
.btn-md { height:35px !important;}
.btn.btn-primary {
    background-color: #1778C8;
}
.btn.btn-warning { background-color: #FFA200; color:#fff;}
.form-control{
    height:40px!important;
    font-size:.875rem !important;
}
.form-control-md { height:35px !important;}

bg-color-main { }
.form-group {
    /*margin-bottom: 0 !important;*/
    margin-bottom: 25px !important;
}
.ml-20p{
    margin-left:20px!important;
}
.mt-25p{
    margin-top:25px!important;
}
.col-form-label{
    padding-top:0px!important;
}
.cancel-btn {
    border: 1px solid #E3EBF6!important;
    background-color:#fff!important;
}
.cancel-btn:hover {
    opacity:0.6;
}
.btn-danger:hover {
    opacity: 0.6;
    color:#fff!important;
}
.btn.btn-primary:hover {
    opacity: 0.6;
}
.btn.btn-light:hover {
    opacity: 0.6;
}
.btn.btn-warning:hover { opacity: 0.6; color:#fff;background-color:#FFA200;border-color:#FFA200}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #95AAC9 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #95AAC9;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #95AAC9;
}

:-moz-placeholder { /* Firefox 18- */
    color: #95AAC9;
}

/*横线*/
.horizontal-line {
    width: 100%;
    height: 1px;
    border-top: solid #E3EBF6 1px;
}

.font-color-success{
    color:rgba(51,204,51,1);
}
.font-color-fail{
    color:red;
}
.btn-delete {
    background-color: #E3EBF6!important;
    color: #95AAC9!important;
    border: 1px solid #E3EBF6!important
}
.mt-5p {
    margin-top: 5px !important;
}
.mt-10p{
    margin-top:10px!important;
}
.wh-100{
    width:100%!important;
    height:100%!important;
}
.titlebolid16{
    font-size:16px;
    font-weight:bold;
}
.mt-15p{
    margin-top:15px;
}
.ml-10p{
    margin-left:10px;
}
.mt-20p {
    margin-top: 20px;
}
.mb-20p {
    margin-bottom: 20px !important;
}
.mt-50p{
    margin-bottom:50px;
}
.bg-gray {
    background-color: #E3EBF6!important;
}
.bg-gray-light {
    background-color: #F9FBFD
}
.border-gray {
    border: solid 1px #E3EBF6!important;
}
.table-nowrap table tr th, .table-nowrap table tr td {
    white-space: nowrap!important;
}
.lh-1r{
    line-height:1rem!important;
}
.z-index-t{
    position:relative;
    z-index:999;
}
.scroll-y {
    overflow:scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
/*滚动条整体样式*/
.scroll-y::-webkit-scrollbar {
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
/*滚动条里面小方块*/
.scroll-y::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 5px #ccc;
    background: #ccc;
}
/*滚动条里面轨道*/
.scroll-y::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 0px;
    background: #fff;
}
.scroll-x {
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
}
/*滚动条整体样式*/
.scroll-x::-webkit-scrollbar {
    width: 1px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
/*滚动条里面小方块*/
.scroll-x::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 5px #ccc;
    background: #ccc;
}
/*滚动条里面轨道*/
.scroll-x::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 0px;
    background: #fff;
}
.scroll-xy {
    overflow: scroll;
}
/*滚动条整体样式*/
.scroll-xy::-webkit-scrollbar {
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
/*滚动条里面小方块*/
.scroll-xy::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 5px #ccc;
    background: #ccc;
}
/*滚动条里面轨道*/
.scroll-xy::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 0px;
    background: #fff;
}
.input-clear {
    width: 100%;
    height: 100%;
    border: none;
    outline: none
}
    .input-clear:focus {
        outline:none
    }
    .min-110p{
        min-width:110px!important;
    }
.min-100p{
    min-width:100px!important;
}
.min-70p{
    min-width:70px;
}
.min-50p {
    min-width: 50px;
    width: 50px;
}
.ml-70p{
    margin-left:70px;
}
table thead th {
    font-size: 14px;
    background-color: #F9FBFD;
    color: #95AAC9;
}
table tbody th {
    background-color: #F9FBFD;
    color: #95AAC9;
}
.of-scroll{
    overflow:scroll;
}
.mr-20p{
    margin-right:20px
}
.pt-10p{
    padding-top:10px!important;
}
.line-1 {
    line-height: 1rem
}
input[type=range] {
    -webkit-appearance: none;
    width: 300px;
    border-radius: 10px; /*这个属性设置使填充进度条时的图形为圆角*/
    background-color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;

}
input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 2px; /*将轨道设为圆角的*/
    background-color: #fff;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    margin-top: -8px; /*使滑块超出轨道部分的偏移量相等*/
    background: #ffffff;
    border-radius: 50%; /*外观设置为圆形*/
    border: solid 0.125em rgba(205, 224, 230, 0.5); /*设置边框*/
    box-shadow: 0 .125em .125em #3b4547; /*添加底部阴影*/
}

.hl-bg-primary { background-color: #1778C8 !important; }
.hl-bg-danger { background-color: #FF7676 !important; }
.hl-bg-warning { background-color: #FFA200 !important; }
.hl-bg-secondary { background-color: #95AAC9 !important; }
.hl-bg-success { background-color: #33CC33 !important; }
.disable-bg {
    background-color: #D2DDEC!important;
}
.text-no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.text-success{
    color:aquamarine;
}
.tip-text span{
    display:flex;
}
.tip-text span i{
    font-size:24px
}