﻿.red_border {
    background-color: #fff0f0 !important;
    box-shadow: 0 0 0 1.3px #FF5555 !important;
}

label > .required {
    color: #ff0000;
    padding-left: 5px;
}

.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #083050;
        border-color: #083050;
    }

.border-custom {
    border-bottom: 1px solid #DDDBDC!important;
}

.limited_text {
    white-space: nowrap;
    /* width: 100%; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    cursor: default;
    margin-right: 5px;
    white-space: normal;
    /* display: block; */
}

.shorter_dash {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 215px;
    cursor: default;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: MerriweatherSans, sans-serif !important;
    font-weight: 600;
}

a[disabled], a[disabled]:hover {
    cursor: not-allowed !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65 !important;
    pointer-events: none;
}

.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
    pointer-events: none;
}