label.error {
    color: #F94339;
    background-color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.alstee-logo {
    max-width: 240px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.form-control.error {
    border: 1px solid #F94339 !important;
}

.section-title {
    /*text-transform: uppercase;*/
    color: #3E97CB;
    font-weight: 600;
    font-size: 19px;
}

.form-group ol a {
    color: #3E97CB!important;
}

.form-group ol a:hover {
    color: #216F9D!important;
}

.error::before {
    content: "* ";
}

.daterangepicker select.yearselect {
    display: none;
}

.center {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.btn-primary {
    color: #fff;
    background-color: #FEB71D;
    border-color: #FEB71D;
    box-shadow: 0 3px 6px #00000026;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FEB71D;
    border-color: #FEB71D;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.dashboard-card {
    min-height: 240px;
    margin-top: 10px;
}

.alstee-band div {
    height: 3px;
    float: left;
    margin: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.alstee-band-blue {
    background: #3E97CB 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: bold;
}

.alstee-band-green {
    background: #02B350 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: bold;
}

.alstee-band-yellow {
    background: #FEB71D 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: bold;

}

.alstee-band-red {
    background: #F94339 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: bold;
}

h3 {
    color: #3E97CB;
    font-weight: normal;
    border-bottom: 1px solid #3E97CB;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
