﻿.font-24 {
    font-size: 24px;
}

.font-18 {
    font-size: 18px;
}

.font-47 {
    font-size: 47px;
}

.clear-both {
    clear: both;
}

.countyName {
    color: #999999;
    padding-top: 13px;
}

hr.small {
    margin-top: 5px;
    margin-bottom: 15px;
}

.margin-top-20-bottom-10 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.capitalize {
    text-transform: capitalize;
}

.claimColorCode {
    border-left: 15px solid #42f4f1;
    padding-left: 10px;
    margin-top: 15px;
}

.requestColorCode {
    border-left: 15px solid #a1fc8f;
    padding-left: 10px;
    margin-top: 15px;
}

.paymentColorCode {
    border-left: 15px solid #ebf291;
    padding-left: 10px;
    margin-top: 15px;
}

.line-height-6 {
    line-height: 6;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.modal-dialog.width-75-percent {
    width: 60%;
}

label.checkboxLabel {
    font-weight: normal;
}

/*add css for display total amounts badge*/
.badge_amount {
    display: inline-block;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #337ab7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
}

/*custom css for modal pop-up for total amount display in claim list page for county*/
.custom_width {
    width: fit-content !important;
}

.custom_badges {
    margin-bottom: 3px;
}

/*set css for display dashboard buttons in request header in add/edit claim page */
.request_header {
    width: 171px;
    display: inline;
}

/*set margin left side of add new request button*/
.margin-left-5 {
    margin-left: 25px;
    margin-bottom: 3px;
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1199px) {
    .margin-left-5 {
        margin-left: 0;
        margin-bottom: 3px;
    }
}

/*remove top border from headers inn dashboard table*/
.dashboard_table_border {
    border-top: 2px solid #FFF;
}

/*remove pointer cursor from dashboard table headers*/
.dashboard_table_border > th {
    cursor: default !important;
}

.modify-trash {
    color: #3276b1 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.padding_left_0 {
    padding-left: 0px;
}

.default_cursor {
    cursor: default !important;
}

.validation_message {
    color: red;
}

.allowable-code-type-scroll {
    max-height: 470px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.display-label-lighter {
    font-weight: normal;
    font-size: 14px;
}