#mill_purchasereports_i {
    height: 4.25rem;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
}




.control {
    margin-top: 8px;
    select {
        height: 3rem;
        border-color:#6f777a;
        border-radius: 0%;
        color: #3a424d;
        font-family: benton sans reg, Arial, Helvetica, sans-serif;
    }
    select:focus {
        border-color:#7A8086;
        outline: #0078D4 solid 1px ;
        outline-offset: 3px;
    }
    input {
        height: 3rem;
        border-color:#6f777a;
        border-radius: 0%;
        color: #3a424d;
        font-family: benton sans reg, Arial, Helvetica, sans-serif;
    }
    input:focus {
        outline: #0078D4 solid 1px ;
        outline-offset: 3px;
        border-color:#7A8086;
    }
    
    textarea:focus {
        outline: #0078D4 solid 1px ;
        outline-offset: 3px;
        border-color:#7A8086;
    }
}

.textarea {
    border-color:#6f777a;
    border-radius: 0%;
    color: #3a424d;
    font-family: benton sans reg, Arial, Helvetica, sans-serif;
}


.error-message {
    color: #C02126;
    border-color: #C02126;
    
}



