﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*:root {
    --first-nav_background_color: #FFFFFF;*/ /* Bitoreq Color*/
/*--subnav_background_color: #03497D;*/ /* Bitoreq Color*/
/*--color-primary: rgba(32,103,169);*/ /*this color is used for the table header, the divider and the buttons, details view : accordions titles*/
/*--hover-color: #E6F3FB;
    --btn-hover: #03497D
}*/
#first-nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-color: var(--first-nav_background_color);
}

#sub-nav {
    box-shadow: 3px 3px 8px 3px grey;
    border-bottom: 0px !important;
    background-color: var(--subnav_background_color);
}





.navbar-brand {
    color: black !important;
    font-size: 30px;
    padding: 5px;
}

.img-brand {
    width: auto; /* you can use % */
    height: 80px;
    display: inline;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logo-img {
    width: 180px;
}

.bitoreq-logo {
    width: auto;
    height: 22px;
    display: inline;
    /*margin-bottom:22px;*/
    padding-right: 22px;
    /**/ /*  margin: 40px 5px 10px 5px;*/
    /*float: right;*/
}
/* Provide sufficient contrast against white background */
/*a {
    color: #0366d6;
}*/

.row-padding2 {
    padding: 5px 0 5px 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /* font-family: 'Roboto', sans-serif;*/
    /*font-family: Montserrat,Georgia,'Times New Roman',Times,serif;*/
    font-weight: bold;
    /*padding-top: 10vmin;*/
    padding-top: 120px;
    /*50px navbar height + 100 px pills height. Adjust as required */
    /*padding-top: 10vmin;*/ /* 50px navbar height + 100 px pills height. Adjust as required */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*.button {
    width: auto;
    display: inline-block;
    padding: 0 18px 0 6px;
    border: 0 none;
    border-radius: 5px;
    text-decoration: none;
    transition: all 250ms linear;
}

    .button:hover {
        text-decoration: none;
    }*/



.detailSeparator {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: rgba(0,0,0,.1);
    height: 1px;
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    /*    border-top: 1px solid rgba(0,0,0,.1);*/
}

.page-header8 {
    font-size: 50px;
    /*line-height: 34px;*/
    padding: 0 15px 0 15px;
    margin-top: 10px;
    margin-bottom: 0;
    /*margin-bottom: 40px;*/
    /*font-family: "caslonno224ef-blackregular", "Whitney SSm A", "Whitney SSm B", Arial, sans-serif;
    font-family: 'Chonburi', cursive;
    color: #202020;*/
    font-weight: bold;
    border: none;
}

.claim-divider {
    border: 2px solid;
    border-color: #E53312;
}

.col-small-left-padding {
    padding-left: 5px;
}

.btn-primary-small {
    margin-left: 0;
    font-size: 14px;
    width: 90px;
    padding: 6px 6px;
}

btn-primary-small:hover {
    margin-left: 0;
    font-size: 14px;
    width: 90px;
    padding: 6px 6px;
    color: dimgrey;
}

.row-padding2 {
    padding: 5px 0 5px 0;
}

.col-small-left-padding {
    padding-left: 5px;
}

.col-small-left-padding2 {
    padding-left: 7px;
}

.us-form select {
    position: relative;
    -webkit-appearance: button;
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    display: inline-block;
    vertical-align: middle;
    height: 1.59em;
    /*margin: 2px;*/
    padding: 0.1em;
    background: white;
    /*border: 1px solid #aaaaaa;
    border-radius: 0.3em;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);*/
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: Montserrat,Georgia,'Times New Roman',Times,serif;*/
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    /*   text-shadow: 0 1px 0 white;
    -webkit-transition: box-shadow 200ms, border-color 200ms;
    -moz-transition: box-shadow 200ms, border-color 200ms;
    transition: box-shadow 200ms, border-color 200ms;*/
    /* white-space: nowrap;*/
    border: none;
}
    /*.us-form select:where(:hover){  
    background: rgb(205,221,223);
}*/
    .us-form select option {
        text-shadow: none;
        font-size: 16px;
        font-weight: bold;
        background-color: white;
        position: relative;
        z-index: 2;
    }

.span-star {
    color: red;
}

.icon-delete:hover span {
    color: #FF7588;
}

/*.material-symbols-sharp {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}*/
/*a .icon-delete {
    border:thin solid black;
        color:black;
}
a .icon-delete :hover {
    color: #FF7588;
}*/
.not-active {
    pointer-events: none;
    cursor: default;
}

.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

.down {
    margin-top: 1px
}

.element3 {
    padding-top: 8px;
    padding-left: 35px;
    white-space: nowrap;
}

.div-btn {
    white-space: nowrap;
}

.btq-CRUD-icons-disabled {
    text-decoration: none;
    cursor: not-allowed;
    pointer-events: none !important;
    /*color: #A1A8AE;*/
    color: #BCC1C6;
    opacity: 0.5;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.caret-right-marging {
    margin-left: 130px;
}

option {
    font-weight: bold !important;
}

.bold-text {
    font-weight: bold;
}

.page-create-divider {
    border: 1px solid;
    color: var(--color-primary);
    box-shadow: 12px 12px 12px -1px rgb(18 18 18);
}

.page-delete-divider {
    border: 1px solid;
    color: #E53312;
    box-shadow: 12px 12px 12px -1px rgb(18 18 18);
}

.page-header-config {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    border: none;
}

.custom-nav-link {
    padding-top: 0.4rem;
}

.warning-message {
    display: inline-flex; /* Ensures the icon and text stay aligned */
    align-items: center; /* Vertically centers text with icon */
    background-color: #fff3cd; /* Light yellow background */
    padding: 8px 12px; /* Adds proper padding */
    border-radius: 4px;
    margin-bottom: 8px; /* Adds spacing between messages */
}

    .warning-message i {
        font-size: 1.2em; /* Adjust icon size */
        margin-right: 8px; /* Ensures spacing between icon and text */
    }



.warning-icon {
    color: orange; /* Set the color of the icon to orange */
    margin-right: 5px;
}

select[disabled] {
    cursor: not-allowed;
}

.custom-text-muted {
    color: #6c757d !important; /* This is the default color for text-muted in Bootstrap */
    font-size: 16px !important; /* Or whatever size you deem appropriate */
}

.draggable-row td {
    width: 100%;
    cursor: pointer;
}

.information-message {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    background-color: #E6F3FB; /* Set the background color to blue */
    padding: 5px;
    /*padding: 10px;*/
}

.information-icon {
    margin-right: 5px; /* Adds space between the icon and the text */
    color: #17a2b8; /* Example blue color for the icon */
}

.update-message {
    display: none; /* Hidden by default */
    margin-top: 10px;
}

.success {
    color: green;
}

.error {
    color: red;
}

/* Processing indicator dot for status column */
.processing-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-primary, #3498db);
    margin-left: 6px;
    animation: pulse 2s infinite;
    vertical-align: middle;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}
