﻿:root {
    --mainColor: #1a3668;
    --bgColorStartGradient: #1a3668;
    --bgColorEndGradient: #7891dc;
    --h4StepColor: #990000;
    --h4StepBGColor: lightgray;
    --selectedRow: #1cc88a;
    --messageError: red;
    --statusActive: green;
    --statusInactive: red;
    --sideTitleBG: #E9C8F4;
    --sideTitleColor: #5F0471;
    --mainDashboardBG: #5F0471;
    --colorNewMenuTitle: #263989;
    --colorNewMenuEntry: #292927;
    --menuBoxBG: #D2D8F3;
    --menuBoxBGLast: #FFC000;
    --extraDashboardBG: #DFDFDF;
    --darkGreyLabelColor: #A9A9A9;
    --defaultBreadcrumbColor: #858796;
    --validBreadcrumbColor: yellow;
    --bgColorStickerDeliveryType: #00B300;
    --horizontalLineColor: #dd0000;
}

/* COLOR OF BACKGROUND IN MENU */
.bg-gradient-primary {
    background-color: var(--bgColorStartGradient);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,var(--bgColorStartGradient)),to(var(--bgColorEndGradient))) !important;
    background-image: linear-gradient(180deg,var(--bgColorStartGradient) 10%, var(--bgColorEndGradient) 100%) !important;
    background-size: cover
}

/* ************************************ MENU RELATED START ****************************************************** */
.menu_new_label {
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-weight: bold;
}

/* ************************************ MENU RELATED END ****************************************************** */

/*footer.sticky-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 1.5rem 0 !important;
}*/

/*****************************************************************************************************************/
.modal-title {
    color: var(--mainColor);
}

h4.modal-title {
    padding-top: 0.5rem !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.modal-header {
    padding-top: 0.1rem !important;
}

.modal-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem;
    border: 0px;
    padding-left: 15px;
    padding-top: 15px;
}

.modal-title, .modal-header, .modal-body {
    padding-bottom: .3rem !important;
}
/*****************************************************************************************************************/

h4.step {
    display: block;
    color: var(--h4StepColor) !important;
    background-color: var(--h4StepBGColor) !important;
    padding: 10px !important;
    margin-top: 20px !important;
    border: 1px solid var(--h4StepBGColor);
    border-radius: 8px;
    font-size: 18px !important;
    font-weight: bold;
}

h4.step_dashboard {
    margin-top: 50px !important;
}

h5.breadcrumbs {
    display: block;
    color: var(--h4StepColor) !important;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: bold;
    font-style: italic;
}

button.rounded-controls {
    font-weight: bold !important;
}

.rounded-controls {
    width: 100%;
    padding: 10px;
    font-size: .8rem;
    border-radius: .8rem;
}

.control-error-check {
    border-color: var(--red) !important;
}

#noAccessFormName {
    color: red !important;
    margin-bottom: 15px !important;
}

.navbar {
    margin-bottom: 20px;
}

.form-group-row-actions {
    margin-bottom: 1rem !important;
}


.notes-header {
    font-size: 17px !important;
    font-weight: bold;
}

.notes-body {
}

/******************************************************/

.hasAssets {
    color: red !important;
    font-weight: bold;
}

.selectedRow {
    background-color: var(--selectedRow) !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.selectedRowToDelete {
    background-color: #e61010 !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}



.lblClass {
    font-size: 13px !important;
    color: #000000 !important;
}

.custom-checkbox {
    top: 30px !important;
    left: 0px !important;
}

div.specialCheckbox {
    top: auto !important;
    text-align: left !important;
}

input[type=checkbox]:not(.defaultCheckbox) {
    display: inline-block !important;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
    position: relative;
    *overflow: hidden;
}

input[type=checkbox].defaultCheckbox {
    margin: 0 auto;
    display: block;
}


.btn-grey {
    color: #ffffff;
    background-color: #4b5d67;
    border-color: #475861;
}

.btn-info {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-sm {
    padding: 0px !important;
}

.bannedUntil, .require {
    font-weight: bold !important;
    color: var(--messageError);
}


/**************************CSS ABOUT OVERLAY - START****************************/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999 !important;
}

#overlay-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border-radius: 50%;
    animation: dot-pulse 1.5s ease-in-out infinite;
}

    .dot:nth-child(1) {
        animation-delay: 0s;
    }

    .dot:nth-child(2) {
        animation-delay: 0.5s;
    }

    .dot:nth-child(3) {
        animation-delay: 1s;
    }

@keyframes dot-pulse {
    0% {
        background-color: rgba(255, 255, 255, 1);
        transform: scale(1);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.5);
        transform: scale(1.2);
    }

    100% {
        background-color: rgba(255, 255, 255, 1);
        transform: scale(1);
    }
}


#overlay-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3em;
    text-align: center;
}

/**************************CSS ABOUT OVERLAY - END****************************/

/**************************CSS ABOUT OVERLAY - START****************************/

/*    BELOW CSS IS ABOUT NEW TIMEOUT OVERLAY*/

#overlaySessionDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

#sessionDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000 !important; /* ← force black background */
    color: #fff !important; /* ← force white text */
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}


    #sessionDialog.show {
        opacity: 1;
    }


    /* Dominant, large square logo */
    #sessionDialog .logo {
        width: 150px; /* large size */
        height: 150px; /* enforce square shape */
        margin-bottom: 1.5rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain; /* make sure it scales nicely inside the square */
    }

    #sessionDialog h2 {
        margin: 0 0 1rem;
        font-size: 1.8rem;
        letter-spacing: 1px;
        color: #fff !important; /* ← ensure text remains white even if external CSS overrides it */
    }

    #sessionDialog p {
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #fff !important; /* ← ensure text remains white even if external CSS overrides it */
    }

    #sessionDialog button {
        background: #fff;
        color: #000;
        border: none;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        #sessionDialog button:hover {
            background: #333;
            color: #fff;
        }


.logo {
    width: 50px; /* adjust the width as needed */
    height: 50px; /* adjust the height as needed */
    margin-right: 10px; /* add some space between the image and the h2 tag */
}

/************************************* What's In The Box ***************************************/
.witb_active {
    color: var(--statusActive);
    font-weight: bold;
}

.witb_inactive {
    color: var(--statusInactive);
    font-weight: bold;
}

/****************************************************************************************/
#selectAssets,
#deselectAssets {
    border-width: 0px !important;
    background-color: transparent !important;
    float: right !important;
}

/***************************************************************************************/

thead th {
    font-weight: bold !important;
}

/******************************************************* STYLES FOR NEW DASHBOARD WITH TILES *****************************/

.wrap {
    display: flex;
}

.leftDiv {
    vertical-align: top;
    float: left;
}

.rightDiv {
    vertical-align: top;
    background-color: var(--mainDashboardBG);
    float: none;
    overflow: hidden;
    margin: 0 !important;
}

.rightDivExtra {
    vertical-align: top;
    background-color: var(--extraDashboardBG);
    float: none;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
}

.menuDiv {
    height: 20%;
    width: 15%;
    min-width: 150px !important;
    background: var(--menuBoxBG);
    display: inline-block;
    margin-left: 20px !important;
    margin-top: 20px !important;
    min-height: 150px !important;
    padding: 10px !important;
    float: left !important;
    border-radius: 4px !important;
}

.menuDivExtra {
    height: 20%;
    width: 15%;
    min-width: 150px !important;
    background: var(--mainDashboardBG);
    display: inline-block;
    margin-left: 20px !important;
    margin-top: 20px !important;
    min-height: 170px !important;
    padding: 10px !important;
    float: left !important;
    border-radius: 4px !important;
}

.menuDivLast {
    height: 20%;
    width: 15%;
    min-width: 150px !important;
    background: var(--menuBoxBGLast) !important;
    display: inline-block;
    margin-left: 20px !important;
    margin-top: 20px !important;
    min-height: 150px !important;
    padding: 10px !important;
    float: left !important;
    border-radius: 4px !important;
}

span.sideTitle {
    background-color: var(--sideTitleBG) !important;
    color: var(--sideTitleColor) !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 18px !important;
    display: table;
    margin: 0 auto;
    text-align: center !important;
    min-height: 51%;
}

span.sideTitleExtra {
    background-color: var(--sideTitleBG) !important;
    color: var(--sideTitleColor) !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 18px !important;
    display: table;
    margin: 0 auto;
    text-align: center !important;
    min-height: 27%;
}

span.menuTitle {
    color: var(--colorNewMenuTitle);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 15px !important;
    display: table;
    margin: 0 auto;
}

span.menuTitleExtra {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 15px !important;
    display: table;
    margin: 0 auto;
}

span.menuEntryExtraLevel2, a.menuEntryExtraLevel2 {
    color: #FFF;
    text-align: center !important;
    font-size: 13px !important;
    margin-left: 10px !important;
    text-align: left !important;
}


.menuEntry {
    color: var(--colorNewMenuEntry) !important;
    font-size: 14px !important;
}

.menuEntryExtra {
    color: #FFF !important;
    font-size: 14px !important;
}

#listAssetCycle {
    vertical-align: top;
    background-color: var(--mainDashboardBG);
    float: none;
    overflow: hidden;
    margin: 0 !important;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

#listExtraMenu {
    vertical-align: top;
    background-color: var(--extraDashboardBG);
    float: none;
    overflow: hidden;
    margin: 0 !important;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

.k-listview {
    border-width: 0px !important;
}

.k-listview-content {
    overflow: hidden;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 5;
    clear: both;
    visibility: hidden;
}

.k-tabstrip-items span {
    color: darkslategrey !important;
}

.k-tabstrip-items .k-state-active span {
    font-weight: bold !important;
    color: var(--h4StepColor) !important;
}

h5 {
    color: var(--h4StepColor) !important;
}

/**************************** TEMPLATE PAGE ********************************/

.gridTemplateLabel {
    font-size: 10px !important;
}

.clAssetImportant {
    font-weight: bold !important;
}

.clAssetImportantFields {
    font-weight: bold !important;
    color: var(--h4StepColor) !important;
}

/**************************** TEMPLATE PAGE ********************************/

.needUpdateIcon {
    color: var(--h4StepColor) !important;
    vertical-align: central;
    margin-left: 20px !important;
    margin-top: 7px !important;
}

.needUpdateIconSmall {
    color: var(--h4StepColor) !important;
    vertical-align: central !important;
}


/************************ WITB ************************************************/

.tdHeader {
    font-weight: bold !important;
    text-align: center !important;
}

.tdMerged {
    vertical-align: central !important;
}

h4.step-tab-header {
    display: block;
    color: var(--h4StepColor) !important;
    padding: 10px !important;
    font-size: 17px !important;
    font-weight: bold;
}

h4.step-tab-header-level2 {
    display: block;
    color: var(--h4StepColor) !important;
    padding: 6px !important;
    font-size: 15px !important;
    font-weight: bold;
}

h6.control-header, label.control-header {
    color: var(--darkGreyLabelColor) !important;
    margin-top: 10px !important;
}

.line-ok, .line-not-ok, .line-not-selected {
    font-weight: bold !important;
}

.line-ok {
    color: green !important;
}

.line-not-ok {
    color: red !important;
}

.line-not-selected {
    color: black !important;
}

.tableSmallText {
    font-size: 11px !important;
}


.breadcrumb-default, .breadcrumb-visited, .breadcrumb-valid {
    font-size: 13px !important;
}

.breadcrumb-default {
    color: white !important;
}

.breadcrumb-visited {
    font-size: 15px !important;
    font-weight: bold !important;
}

.breadcrumb-valid {
    font-size: 15px !important;
    color: var(--validBreadcrumbColor) !important;
    font-weight: bold !important;
}

.custom-breadcrumb {
    margin-bottom: 1em !important;
    background-color: var(--h4StepColor) !important;
    padding: .75em !important;
    border: 1px solid transparent;
    border-radius: .35rem;
    margin-left: 0px !important;
}

.validationResultsHeader {
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}

.big-checkbox {
    transform: scale(2);
    margin: 10px;
}

#boxDiv {
    padding: 10px !important;
    border: 0px solid black;
    color: black !important;
    width: 350px;
}

    #boxDiv td {
        padding: 5px !important;
        font-size: 13px !important;
    }

        #boxDiv td.lblHeader, td.lblHeader {
            font-weight: bold !important;
        }

#configurationData td {
    padding-bottom: 10px !important;
    vertical-align: middle !important;
}

.extraPadding {
    padding-left: 20px !important;
}

.deliveryTypeSticker {
    transform: rotate(-90deg);
}

    .deliveryTypeSticker span {
        background-color: #00B300 !important;
        color: white !important;
        writing-mode: vertical-rl;
        transform: rotate(270deg);
        font-weight: bold !important;
        text-align: center !important;
        font-size: 18px !important;
        display: table;
        margin: 0 auto;
        text-align: center !important;
        min-height: 27%;
    }

.clAssetImportantFields {
    font-weight: bold !important;
    color: #990000 !important;
}


.control-valid {
    border-color: green !important;
}

.control-invalid {
    border-color: red !important;
    border-width: 2px !important;
}

.errorMessageLabel {
    padding-left: 10px;
    color: red !important;
    font-style: italic !important;
}

.notApplicable {
    text-decoration: line-through !important;
}

.formImportantLabels {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--h4StepColor) !important;
}

#statusName {
    font-size: 16px !important;
    font-weight: bold;
    color: var(--h4StepColor);
}

#timer {
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: var(--h4StepColor);
    padding: 5px 20px;
    border-radius: 5px;
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.container-div-for-labels {
    display: flex;
    justify-content: left; /* horizontal centering */
    align-items: center; /* vertical centering */

}


/************************************ABOUT THE DATA OF THE KENDO GRIDS***************************************************/

.smaller-font {
    font-weight: bold !important;
    text-align: center !important;
    font-size: 0.875em;
    /* background-color: lightgoldenrodyellow !important;*/
}

.blue-font {
    color: blue !important;
    text-align: center !important;
    font-size: 1.2em;
    /* background-color: lightgoldenrodyellow !important;*/
}

.blue-font-normal {
    color: blue !important;
    text-align: center !important;
    font-size: 1em;
    /* background-color: lightgoldenrodyellow !important;*/
}

.blue-font-small {
    color: blue !important;
    text-align: center !important;
    font-size: 0.8em;
    /* background-color: lightgoldenrodyellow !important;*/
}