﻿.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: #23255B;
        border-color: #23255B;
    }

.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;
}

.multiline-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap !important; /* let the text wrap preserving spaces */
    padding: 0 10px !important;
    margin: 11px 0 !important;
    line-height: 15px !important;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    /*font-family: Segoe UI, sans-serif;*/
    font-family: 'Optima nova LT Pro', sans-serif;
    font-weight: 600;
}

a[disabled], a[disabled]:hover {
    cursor: not-allowed !important;
    filter: alpha(opacity=40) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .40 !important;
    pointer-events: none;
}

.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.4;
    text-decoration: none;
    pointer-events: none;
}

.no_img .products_img_main {
    height: 170px;
    opacity: 0.3;
}

.profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #FFDCEB;
    font-size: 19px;
    text-align: center;
    line-height: 45px;
}