/*preloader */
.preloader-bg-wrapper{position:fixed;background-color:rgba(255,255,255,.3);top:0;left:0;width:100%;height:100%;color:#000;text-align:center;z-index:9999999999999;}.preloader-main-wrapper,.preloader-wrapper{position:relative;display:inline-block;overflow:hidden}.preloader-main-wrapper{background-color:none; width:100px;height:100px;top:calc(50% - 100px);padding:8px;-moz-border-radius:50px;-webkit-border-radius:50px;-khtml-border-radius:50px;border-radius:50px;text-align:center}.preloader-wrapper{width:80px;height:80px}

input[type="date"]{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

.input-group .form-control.error{
    border: 0.2rem solid rgb(185, 74, 72) !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    padding: 0.6rem 0.75rem !important;
}

.has-error .input-group-prepend .input-group-text{
    border: 0.2rem solid rgb(185, 74, 72) !important;
}
span.help-block.form-error{
    display: block;
    width: 100% !important;
    color: rgb(185, 74, 72);
    font-weight: bold;
    font-size: 110%;
}
