﻿/*loader - START*/
.loader {
    background: rgba(255, 255, 255,0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    display: none;
}

.la-ball-scale-pulse,
.la-ball-scale-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-pulse {
    display: block;
    font-size: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .la-ball-scale-pulse.la-dark {
        color: #333;
    }

    .la-ball-scale-pulse > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-scale-pulse {
    width: 32px;
    height: 32px;
}

    .la-ball-scale-pulse > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        opacity: .5;
        -webkit-animation: ball-scale-pulse 2s infinite ease-in-out;
        -moz-animation: ball-scale-pulse 2s infinite ease-in-out;
        -o-animation: ball-scale-pulse 2s infinite ease-in-out;
        animation: ball-scale-pulse 2s infinite ease-in-out;
    }

        .la-ball-scale-pulse > div:last-child {
            -webkit-animation-delay: -1.0s;
            -moz-animation-delay: -1.0s;
            -o-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

    .la-ball-scale-pulse.la-sm {
        width: 16px;
        height: 16px;
    }

        .la-ball-scale-pulse.la-sm > div {
            width: 16px;
            height: 16px;
        }

    .la-ball-scale-pulse.la-2x {
        width: 64px;
        height: 64px;
    }

        .la-ball-scale-pulse.la-2x > div {
            width: 64px;
            height: 64px;
        }

    .la-ball-scale-pulse.la-3x {
        width: 96px;
        height: 96px;
    }

        .la-ball-scale-pulse.la-3x > div {
            width: 96px;
            height: 96px;
        }
/*
 * Animation
 */
@-webkit-keyframes ball-scale-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ball-scale-pulse {
    0%, 100% {
        -moz-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ball-scale-pulse {
    0%, 100% {
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*loader - END*/

.red_border {
    background-color: #fff0f0 !important;
    box-shadow: 0 0 0 1.3px #FF5555 !important;
}

.red_bg {
    background-color: #ffa0a0 !important;
}

label > .required {
    color: #ff0000;
    padding-left: 5px;
    position: absolute;
}

.btn-custom {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #FF7EB6;
        border-color: #FF7EB6;
    }

.border-custom {
    border-bottom: 1px solid #DDDBDC!important;
}

.limited_text {
    white-space: nowrap;
    /* width: 100%; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    cursor: default;
    margin-right: 5px;
    /* 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;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #FF7EB6 !important;
    background: #FF7EB6 !important;
    color: #fff;
}

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;
}

/*chosen-drop-up*/
.chosen-container.chosen-drop-up .chosen-drop {
    top: auto;
    bottom: 100%;
    border-bottom: 0;
    border: 1px solid #aaa;
    margin-bottom: -1px;
}

.txt-success {
    color: #69C259;
}

.txt-error {
    color: #E04F5F;
}

.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.3 !important;
    text-decoration: none;
    pointer-events: none !important;
}

.rowdisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
    pointer-events: none;
}

/*.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}*/


.custom-tooltip {
    position: absolute;
    width: 150px;
    height: 70px;
    border: 1px solid cornflowerblue;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 1s;
}

    .custom-tooltip.ag-tooltip-hiding {
        opacity: 0;
    }

    .custom-tooltip p {
        margin: 5px;
        white-space: nowrap;
    }

        .custom-tooltip p span {
            font-weight: bold;
        }

/*.custom-tooltip p:first-of-type {
  font-weight: bold;
}*/

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.make-capitalize {
  text-transform: lowercase;
  display: inline-block;
}

.make-capitalize::first-line {
  text-transform: capitalize;
}

.ag-theme-balham .ag-header-cell, .ag-theme-balham .ag-header-group-cell {
    padding: 0 6px !important;
}

.ag-theme-balham .ag-cell {
    padding: 0 5px !important;
}

.ag-theme-balham .ag-cell-inline-editing {
    padding: 0 !important;
}

.break-word {
    word-break: break-word;
    white-space: break-spaces !important;
}

/*Loader-main - START*/
.Loader-main {
    background: rgba(255,255,255,0.6);
    background-size: 25vmin;
    background-repeat: no-repeat;
    background-position: center 40%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.loader-logo {
    position: absolute;
    height: 90px;
    width: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*Loader-main - END*/

.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: 16px !important;
}
.no_img .products_img_main {
    height: 170px;
    opacity: 0.3;
}
