select[readonly]
{
    pointer-events:none;
}

.custom-input {
    position: relative;
    padding-top: 10px;
}
  
.custom-input input {
    padding-left: 15px;
}
  
.custom-input label {
    cursor: text;
    margin: 0;
    padding: 0;
    left: 15px;
    top: 15px;
    position: absolute;
    font-size: 14px;
    color: #19A7CE;
    font-weight: normal;
    transition: all .2s ease;
}
  
.custom-input label.active {
    top: 0px;
    height:12px;
    background:#ffffff;
}
  
.custom-input label.active.focusIn {
    color: #008CFF;
}

.form-control.isDanger {
    border-color: #008CFF;
}

.bg-red{
    background-color: #B31313 !important;
}
.bg-orange{
    background-color: #FF9000 !important;
}
.bg-yellow{
    background-color: #FDDA16 !important;
}
.bg-lightyellow{
    background-color: #FFEE82 !important;
}
.bg-lightgreen{
    background-color: #9ADB91 !important;
}

@media print {
    .hidePrint {
        display: none;
    }
}

@media screen {
    .onlyPrint {
        display: none;
    }
}
