.btn-maziwa-info {
    color: #fff;
    background-color: #1BB955;
    border-color: #1BB955;
}

.has-error .form-control {
    border: 1px solid #dc3545;
}

.help-block {
    color: #dc3545;
}

.pointer {
    cursor: pointer;
}

/*Ensures the dropdown appears on top of the modal*/
.datepicker-dropdown {
    z-index: 999999 !important;
}

.auth-form-group-custom .auti-custom-input-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 19px;
    font-size: 24px;
    color: #1BB955 !important;
}

/*On the dashboard calendar, sets the date elements font-size*/
.fc-title {
    font-size: xx-small;
}

/*Search box on product datatables to be increased in length */
#datatable-product_filter input {
    width: 25rem !important;
}
/*Search box on product by depot datatables to be increased in length */
#datatable-product-by-depot_filter input {
    width: 25rem !important;
}
