﻿
.btn {
    border-radius: 3px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-w-m {
    min-width: 120px;
}

.btn-primary.btn-outline {
    color: #1ab394;
}

.btn-success.btn-outline {
    color: #1c84c6;
}

.btn-info.btn-outline {
    color: #23c6c8;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #ed5565;
}

    .btn-danger.btn-outline:hover, .btn-info.btn-outline:hover, .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
        color: #fff;
    }

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFF;
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFF;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        background-color: #1a7bb9;
        border-color: #1a7bb9;
        color: #FFF;
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #1f90d8;
            border-color: #1f90d8;
        }

.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFF;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
        background-color: #21b9bb;
        border-color: #21b9bb;
        color: #FFF;
    }

    .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.active[disabled], .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
            background-color: #26d7d9;
            border-color: #26d7d9;
        }

.btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFF;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        background-color: #bababa;
        border-color: #bababa;
        color: #FFF;
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.active[disabled], .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
            background-color: #ccc;
            border-color: #ccc;
        }

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFF;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
        background-color: #f7a54a;
        border-color: #f7a54a;
        color: #FFF;
    }

    .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.active[disabled], .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
            background-color: #f9b66d;
            border-color: #f9b66d;
        }

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFF;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #FFF;
    }

    .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
            background-color: #ef6776;
            border-color: #ef6776;
        }

.btn-link {
    color: inherit;
}

    .btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover, .open .dropdown-toggle.btn-link {
        color: #1ab394;
        text-decoration: none;
    }

    .btn-link.active, .btn-link:active, .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.active[disabled], .btn-link.disabled, .btn-link.disabled.active, .btn-link.disabled:active, .btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link[disabled], .btn-link[disabled]:active, .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link, fieldset[disabled] .btn-link.active, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: #fff;
    border: 1px solid #e7eaec;
}

    .btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white.active, .btn-white:active {
        box-shadow: 0 2px 5px rgba(0,0,0,.15)inset;
    }

    .btn-white.active, .btn-white:active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.active[disabled], .btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
            color: #cacaca;
        }

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px!important;
}

    button.dim:active {
        top: 3px;
    }

button.btn-primary.dim {
    box-shadow: inset 0 0 0 #16987e,0 5px 0 0 #16987e,0 10px 5px #999;
}

    button.btn-primary.dim:active {
        box-shadow: inset 0 0 0 #16987e,0 2px 0 0 #16987e,0 5px 3px #999;
    }

button.btn-default.dim {
    box-shadow: inset 0 0 0 #b3b3b3,0 5px 0 0 #b3b3b3,0 10px 5px #999;
}

    button.btn-default.dim:active {
        box-shadow: inset 0 0 0 #b3b3b3,0 2px 0 0 #b3b3b3,0 5px 3px #999;
    }

button.btn-warning.dim {
    box-shadow: inset 0 0 0 #f79d3c,0 5px 0 0 #f79d3c,0 10px 5px #999;
}

    button.btn-warning.dim:active {
        box-shadow: inset 0 0 0 #f79d3c,0 2px 0 0 #f79d3c,0 5px 3px #999;
    }

button.btn-info.dim {
    box-shadow: inset 0 0 0 #1eacae,0 5px 0 0 #1eacae,0 10px 5px #999;
}

    button.btn-info.dim:active {
        box-shadow: inset 0 0 0 #1eacae,0 2px 0 0 #1eacae,0 5px 3px #999;
    }

button.btn-success.dim {
    box-shadow: inset 0 0 0 #1872ab,0 5px 0 0 #1872ab,0 10px 5px #999;
}

    button.btn-success.dim:active {
        box-shadow: inset 0 0 0 #1872ab,0 2px 0 0 #1872ab,0 5px 3px #999;
    }

button.btn-danger.dim {
    box-shadow: inset 0 0 0 #ea394c,0 5px 0 0 #ea394c,0 10px 5px #999;
}

    button.btn-danger.dim:active {
        box-shadow: inset 0 0 0 #ea394c,0 2px 0 0 #ea394c,0 5px 3px #999;
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}


.mbum, .mbum body {
    height: 100%;
    padding:0;
    margin: 0px;
    /*font-family: "Helvetica Neue", Helvetica;*/
    font-family:"Microsoft YaHei";
}

.mbum-vp {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       background-color:#F4F4F4;
}

.navbar-hicyellow {
    background-color: #FFD700 !important;
    border-color: #e7e7e7 !important;
}

.navbar-black {
    background-color:#000000 !important;
    border-color: #e7e7e7 !important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}

.tx-l
{
    text-align:left;
}.tx-ll
{
    text-align:left; padding-left:10px;
}

.tx-c
{
    text-align:center;
}
.tx-r
{
    text-align:right;
}
.tx-rr
{
    text-align:right;
    padding-right:20px;
}

.mbpd0
{
    padding:0;
}

.bgwhite
{
    background-color:#FFFFFF;
}

.LoadingBar
{
    width:180px;
    height:100px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-90px;
    border:1px solid rgb(255, 0, 0);
    border-radius:10px;
    padding:10px;
    color:rgb(255, 0, 0);
    background-color:rgb(255, 255, 255);
}

.LoadingBar > img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
}

.uhide
{
    display:none;
}

.uhead
{
    position:fixed; 
    top:0; 
    right: 0;
    left: 0;
    z-index:1030;
    height: 30px;
    line-height:30px;
    font-size:20px;
    background-color: #F7DA36;
    color:rgb(255, 255, 255);
}

.ufoot
{
    position:fixed; 
    bottom:0; 
    right: 0;
    left: 0;
    z-index:1030;
    height: 50px;
    background-color: #F7DA36;
    color:rgb(255, 255, 255);
}
.ufootBlue
{
    position:fixed; 
    bottom:0; 
    right: 0;
    left: 0;
    z-index:1030;
    height: 40px;
    background-color:#3F4776;
    color:rgb(255, 255, 255);
}
.ufootBlueHeight {
height:40px;
line-height:40px;
}
.ufootaction {
background-color:#FFD700;
color:#3F4776;
}

.ulev0
{
    font-size:24px;
}


.uinnt0
{
    padding-top:8px;
}

.upa1
{
    padding-left:-10px;
    padding-right:-10px;
}
.upa2
{
    padding:15px;
}
.upa3
{
    padding:10px;
}
.upa4
{
    padding:5px;
}
.upa44
{
    padding:5px 10px 5px 5px;
}
.upa22
{
    padding:15px 0px;
}
.upa23
{
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.pl10 {
padding:0 0 0 10px;
}
.pr5 {
padding:0 5px 0 0;
}

.pl30 {
padding-left:10px;
}

.umar1
{
    margin-top:15px;
}
.umar2
{
    margin-top:65px;
}

.maxmb
{
    margin-bottom:-10000px; padding-bottom:10000px;
}


.uweight1
{
    height:120px;
}

.ubc1
{
    color:#CFCFCF;
}

.uborder0 {

border-bottom:1px solid hsla(0, 0%, 0%, 0.12);
border-top:1px solid hsla(0, 0%, 0%, 0.12);
}

.uborder1
{
    border-top:1px solid;
}

.uborder2
{
    border-bottom:1px solid;
}
.uborder3
{
    border-left:1px solid;
}
.uborder4
{
    border-right:1px solid hsla(0, 0%, 0%, 0.12) ;
}

.uicon
{
    display: block;
    width: 30px;
    height: 30px;
    margin:11px auto;
}

.navbar-back {
    float: left;
    height: 50px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
}

.sc-text {
    color: #848484;
}
.sc-text-tab {
    color: #FFFFFF;
}
.sc-text-tab2 {
    color: black;
}
.sc-border3{
    border-color: #66CDAA;
}


.indexMainbg{
    background-color: rgba(255,255,255,0.7);
}

.sc-bg3
{
    background-color:#66CDAA;
}
.sc-bg4
{
    background-color:#ABCDEF;
}
.sc-bg5
{
    background-color:#B2DFEE;
}
.sc-bg55
{
    background-color:rgba(255,255,255,0.8);
}
.sc-bg555 {
    background-color:hsla(0, 0%, 100%, 0.6);
}

.sc-bg6666 {
background-color:hsl(50, 8%, 93%);
}
.sc-bg66 {
background-color:hsl(50, 8%, 77%);
}
.sc-bg666 {
background-color:hsl(40, 9%, 84%);
}


.sc-bg6
{
    background-color:#FF3030;
}

.sc-bg7
{
    background-color:#FF7F00;
}

.sc-bg8
{
    background-color:#FFD700;
}
.sc-bg9
{
    background-color:#78DFD6;
} /*#43CD80;*/
.sc-bg10
{
    background-color:#C9E9FF;
}
.sc-bg11
{
    background-color:#DAF1FF;
}
.sc_bottom_boder
{
    border-bottom:1px solid #87D2B9;
}
.sc_top_boder
{
    border-top:1px solid #87D2B9;
}
.sc_title
{
    font-size:16px;
    line-height:40px;
    height:40px;
}
.ub
{
    display: -webkit-box;
}
.ub-f1
{
    -webkit-box-flex: 1;
}
select.input-lg2 {
  height: 32px;
  line-height: 32px;
}

.l_height {
line-height:60px;
vertical-align:middle;
height:60px;
}
.font18 {
font-size:18px;
}

.font16 {
font-size:16px;
}

.font15 {
font-size:15px;
}
.font14 {
font-size:14px;
}
.fonts {
font-size:small;
}

.abbgMain
{
    position: relative;
    z-index: 105;
}

.abbg1{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 104;
    background-image: url('../images/os22.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.abbg2{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 104;
    background-image: url('../images/os44.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.abbg3{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 104;
    background-color:#DAF1FF;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentbg1{
    min-height:220px;
    background-color: rgba(255,255,255,0.5);
}
.contentbg11{
    min-height:450px;
    /*background-color: rgba(255,255,255,0.5);*/
}
.contentbg2{
    min-height:480px;
    /*background-color: rgba(255,255,255,0.5);*/
}
.contentbg22{
    min-height:390px;
    
}
.contentbg3{
    min-height:420px;
    
}
.contentbg4{
    min-height:330px;
}
.contentbg5{
    min-height:540px;
}
.contentbgtit{
    height:60px;
    line-height:60px;
    font-size:32px;
    text-align:center;
    color: #FFFFFF;
}
.contentbgtit23{
    height:40px;
    line-height:40px;
    font-size:18px;
    text-align:center;
    color: #FFFFFF;
    /*font-weight:bold;*/
}
.contentbgtitcol1{
    background-color: #F08080;
}
.contentbgtitcol2{
    background-color: #DA70D6;
}
.contentbgtitcol3{
    background-color: #48D1CC;
}
.contentbgtitcol4{
    background-color: #5CACEE;
}

.contentbg{
    background-color: rgba(255,255,255,0.8);
    min-height: 64px;
}

.titWh3f{
    width: 80px;
}

.listDivTitbg1{
    background-color: #EE2C2C;
}
.listDivTitbg2{
    background-color: #FF7F24;
}
.listDivTitbg3{
    background-color: #FFC125;
}
.listDivTitbg4{
    background-color: #48D1CC;
}


.fs24
{
        font-size: 24px;
}

.umarb1
{
    margin-bottom:2px;
}

.umarb2
{
    margin-bottom:5px;
}
.umarb3
{
    margin-bottom:10px;
}
.ctitle {
    font-size: 19px;
}
.clearPd {
    padding:0;
}
.clearMg {
    margin:0;
}

.utitle {
font-weight:bolder;
/*font-size:larger;*/
}


.MPCA_Table
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
}
 .MPCA_Table tr td
{
    width:25%; 
 }


 
.MPC_Table
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
}
 .MPC_Table tr td
{
    width:25%; 
    height:28px;
    line-height:25px;
 }

.MPS_Table
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:270px;
    margin-top:5px
}
.MPS_Table tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPS_Table tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    
 }

 .MPS_Table11
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:240px;
    margin-top:5px
}
.MPS_Table11 tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPS_Table11 tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    
 }

 .MPS_Table2
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:210px;
    margin-top:5px
}
.MPS_Table2 tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPS_Table2 tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    
 }

 
 .MPS_Table22
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:180px;
    margin-top:5px
}
.MPS_Table22 tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPS_Table22 tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    
 }

 .MPS_Table3
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:120px;
    margin-top:5px
}
.MPS_Table3 tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPS_Table3 tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    
 }

  .MPE_Table
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
    height:330px;
    margin-top:5px
}
.MPE_Table tr
{
    border-top:1px solid #87D2B9;
    border-bottom:1px solid #87D2B9;
}
 .MPE_Table tr td,th
{
    width:33.33%; 
    height:29px;
    line-height:29px;
    color:black;
    font-size:14px;
    text-align:center;
    
 }


.MPSA_Table
{
    width:100%;
    font-size:14px;
    margin: 0 auto;
}
 .MPSA_Table tr td
{
    width:33.33%; 
    height:25px;
    line-height:25px;
 }

 .MPSD_Table
{ 
    width:100%;
    font-size:14px;
    margin: 0 auto;
}

 .MPSD_Table tr td
{
    height:32px;
    line-height:32px;
 }
.MW10
{
    width:10%; 
}
.MW15
{
    width:15%; 
}
.MW20
{
    width:20%; 
}
.MW25
{
    width:25%; 
}
.MW30
{
    width:30%; 
}
.MW35
{
    width:35%; 
}

.div_LoginImage 
{
    text-align:center;
    margin-bottom:1.5em;
}

.div_fotter {
     width:100%;
     text-align:center;
    font-size:12px;
    margin-top:20em;
   position:fixed; bottom:0;
}

.form-control, .single-line {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

    .form-control:focus, .single-line:focus {
        border-color: #1ab394!important;
    }

.has-success .form-control {
    border-color: #1ab394;
}

.has-warning .form-control {
    border-color: #f8ac59;
}

.has-error .form-control {
    border-color: #ed5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-warning .control-label {
    color: #f8ac59;
}

.has-error .control-label {
    color: #ed5565;
}