﻿:root {
    /*--bs-orange: #fd7e14;*/
    /*    --bs-blue: #63B3ED;
    --bs-indigo: #596CFF;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #F56565;
    
    --bs-yellow: #FBD38D;
    --bs-green: #81E6D9;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;*/
    /*    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #f0f2f5;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;*/
    /*--bs-primary: #e91e63;
    --bs-secondary: #7b809a;
    --bs-success: #4CAF50;
    --bs-info: #1A73E8;
    --bs-warning: #fb8c00;
    --bs-danger: #F44335;
    --bs-light: #f0f2f5;
    --bs-dark: #344767;
    --bs-white: #fff;
    --bs-dark-blue: #1A237E;*/
    /*--bs-primary-rgb: 233, 30, 99;
    --bs-secondary-rgb:, 128, 154;
    --bs-success-rgb: 76, 175, 80;
    --bs-info-rgb: 26, 115, 232;
    --bs-warning-rgb: 251, 140, 0;
    --bs-danger-rgb: 244, 67, 53;
    --bs-light-rgb: 240, 242, 245;
    --bs-dark-rgb: 52, 71, 103;
    --bs-white-rgb: 255, 255, 255;
    --bs-dark-blue-rgb: 26, 35, 126;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb:, 128, 154;
    --bs-body-bg-rgb: 255, 255, 255;*/
    /* --bs-font-sans-serif: "Roboto", Helvetica, Arial, sans-serif;*/
    /* --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #7b809a;
    /*    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
   
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.125rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.75rem;
    --bs-border-radius-2xl: 1rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #e91e63;
    --bs-link-hover-color: #e91e63;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fcf8e3;*/
    /* --bs-border-color: #ced4da;*/
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #344767;
}


/*.btn-primary {

    --bs-btn-bg: #e91e63;
    --bs-btn-border-color: #e91e63;

    --bs-btn-hover-bg: #ec407a;
    --bs-btn-hover-border-color: #eb3573;
    --bs-btn-focus-shadow-rgb: 198, 26, 84;

    --bs-btn-active-bg: #ed4b82;
    --bs-btn-active-border-color: #eb3573;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e91e63;
    --bs-btn-disabled-border-color: #e91e63;
}*/

/*.btn-bd-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-purple);
    --bs-btn-border-color: var(--bs-purple);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #{shade-color(--bs-purple, 10%)};
    --bs-btn-hover-border-color: #{shade-color(--bs-purple, 10%)};
    --bs-btn-focus-shadow-rgb: var(--bs-purple-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #{shade-color(--bs-purple, 20%)};
    --bs-btn-active-border-color: #{shade-color(--bs-purple, 20%)};
}*/

.navbar .nav-link {
    color: #344767;
    font-weight: 500;
}

nav .nav-link.show {
    color: #e9540d !important;
}

nav .nav-link:hover {
    color: #e9540d !important;
}


.navbar .dropdown-item {
    color: #344767;
    font-weight: 500;
}

    .navbar .dropdown-item:hover {
        /*color: #fd7e14 !important;*/
        background-color: #ced4da;
        /* color: white;*/
    }

.navbar .userbtn {
    background-color: #e9540d; /* var(--bs-orange);*/
}

    .navbar .userbtn:hover {
        background-color: var(--bs-warning);
    }



.card .card-body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 1.5rem;
    font-size: 0.875rem;
}




.bootstrap-select {
    width: 100% !important;
}

.divLoading {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}

.table thead tr th {
    color: #132c45 !important;
    text-transform: uppercase;
    opacity: 0.8;
}

.table tbody tr td {
    color: #6c757d !important;
}

.table tbody tr th {
    color: #132c45 !important;
    text-transform: uppercase;
    opacity: 0.8;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #e9540d;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #e9540d;
    --bs-pagination-hover-bg: #f0f2f5;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: #e9540d;
    --bs-pagination-focus-bg: #f0f2f5;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
    --bs-pagination-active-color: #fff;
    /*--bs-pagination-active-bg: #e91e63;*/
    /* --bs-pagination-active-border-color: #e91e63;*/
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 50% !important;
    margin: 4px;
}
/*.pagination > li > a, .pagination > li > span {
    
}*/

p,
.p {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
}

.text-lg {
    font-size: 1.125rem !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-xxs {
    font-size: 0.65rem !important;
}

/*p {
    line-height: 1.625;
    font-weight: 300;
}*/


.btn {
    margin-bottom: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    background-size: 150%;
    background-position-x: 25%;
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
}

    .btn:not([class*="btn-outline-"]) {
        border: 0;
    }

    .btn:active,
    .btn:active:focus,
    .btn:active:hover {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
        transform: none;
        opacity: 0.85;
    }

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.667;
    /*--bs-btn-color: #7b809a;*/
    /*    --bs-btn-bg: transparent;*/
    /*  --bs-btn-border-width: 1px;*/
    /*    --bs-btn-border-color: transparent;*/
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    /*color: var(--bs-btn-color);*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: all 0.15s ease-in;
}

.form-control[disabled], .form-control[readonly].form-control {
    background-color: #eee !important;
    opacity: 1 !important;
}

/*.dropdown-menu show {
    width: 220px !important;
}*/

.bootstrap-select .dropdown-menu {
    max-width: 460px !important;
    font-size: 13px;
}

    .bootstrap-select .dropdown-menu li {
        max-width: 440px !important;
    }



.divLoading {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000000;
    opacity: 0.7;
}



.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 0 solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    --bs-alert-color: #8cb;
    --bs-alert-bg: #fbd2e0;
    --bs-alert-border-color: #f8bcd0;
}

    .alert-primary .alert-link {
        color: #700e2f;
    }

.alert-secondary {
    --bs-alert-color: #4a4d5c;
    --bs-alert-bg: #e5e6eb;
    --bs-alert-border-color: #d7d9e1;
}

    .alert-secondary .alert-link {
        color: #3b3e4a;
    }

.alert-success {
    --bs-alert-color: #2e6930;
    --bs-alert-bg: #dbefdc;
    --bs-alert-border-color: #c9e7cb;
}

    .alert-success .alert-link {
        color: #255426;
    }

.alert-info {
    --bs-alert-color: #10458b;
    --bs-alert-bg: #d1e3fa;
    --bs-alert-border-color: #bad5f8;
}

    .alert-info .alert-link {
        color: #0d376f;
    }

.alert-warning {
    --bs-alert-color: #975400;
    --bs-alert-bg: #fee8cc;
    --bs-alert-border-color: #feddb3;
}

    .alert-warning .alert-link {
        color: #794300;
    }

.alert-danger {
    --bs-alert-color: #922820;
    --bs-alert-bg: #fdd9d7;
    --bs-alert-border-color: #fcc7c2;
}

    .alert-danger .alert-link {
        color: #75201a;
    }

.alert-light {
    --bs-alert-color: #606162;
    --bs-alert-bg: #fcfcfd;
    --bs-alert-border-color: #fbfbfc;
}

    .alert-light .alert-link {
        color: #4d4e4e;
    }

.alert-dark {
    --bs-alert-color: #1f2b3e;
    --bs-alert-bg: #d6dae1;
    --bs-alert-border-color: #c2c8d1;
}

    .alert-dark .alert-link {
        color: #192232;
    }

.alert-white {
    --bs-alert-color: #666666;
    --bs-alert-bg: white;
    --bs-alert-border-color: white;
}

    .alert-white .alert-link {
        color: #525252;
    }

.alert-dark-blue {
    --bs-alert-color: #10154c;
    --bs-alert-bg: #d1d3e5;
    --bs-alert-border-color: #babdd8;
}

    .alert-dark-blue .alert-link {
        color: #0d113d;
    }

/*
=========================================================
* Material Kit - v3.0.4
=========================================================

* Product Page: https://www.creative-tim.com/product/material-kit
* Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (site.license)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
.alert-primary {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
}

.alert-secondary {
    background-image: linear-gradient(195deg, #747b8a 0%, #495361 100%);
}

.alert-success {
    background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
}

.alert-info {
    background-image: linear-gradient(195deg, #49a3f1 0%, #1A73E8 100%);
}

.alert-warning {
    background-image: linear-gradient(195deg, #FFA726 0%, #FB8C00 100%);
}

.alert-danger {
    background-image: linear-gradient(195deg, #EF5350 0%, #E53935 100%);
}

.alert-light {
    background-image: linear-gradient(195deg, #EBEFF4 0%, #CED4DA 100%);
}

.alert-dark {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
}

.btn-close:focus {
    box-shadow: none;
}

.alert-dismissible .btn-close {
    background-image: none;
}


.alert-danger {
    --bs-alert-color: white !important;
}

.alert-info {
    --bs-alert-color: white !important;
}

.alert-warning {
    --bs-alert-color: white !important;
}

.alert-success {
    --bs-alert-color: white !important;
}

.alert-dark {
    --bs-alert-color: white !important;
}


div.ui-datepicker {
    font-size: 1rem !important;
}




.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #e9540d;
    --bs-btn-border-color: #e9540d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fc9d26;
    --bs-btn-hover-border-color: #fb981a;
    --bs-btn-focus-shadow-rgb: 213, 119, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fca333;
    --bs-btn-active-border-color: #fb981a;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e9540d;
    --bs-btn-disabled-border-color: #e9540d;
}

.btn-outline-warning {
    --bs-btn-color: #e9540d;
    --bs-btn-border-color: #e9540d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e9540d;
    --bs-btn-hover-border-color: #e9540d;
    --bs-btn-focus-shadow-rgb: 251, 140, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e9540d;
    --bs-btn-active-border-color: #e9540d;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #e9540d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e9540d;
    --bs-gradient: none;
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #132c45;
    --bs-btn-border-color: #132c45;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 198, 26, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #132c45;
    --bs-btn-disabled-border-color: #132c45;
}




.btn-outline-primary {
    --bs-btn-color: #132c45;
    --bs-btn-border-color: #132c45;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #132c45;
    --bs-btn-hover-border-color: #132c45;
    --bs-btn-focus-shadow-rgb: 233, 30, 99;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #132c45;
    --bs-btn-active-border-color: #132c45;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #132c45;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #132c45;
    --bs-gradient: none;
}




.bg-orange1 {
    background-color: #fdc99a !important;

}


.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #e9540d;
    border-color: #e9540d;
}



.text-orange1 {
    
    color: #e9540d !important;
}

.text-primary1 {
    --bs-text-opacity: 1;
    color: #132c45 !important;
}

.bg-orange2 {
    background-color: #e9540d !important;
}





/*timeline*/
.timeline {
    /*border-left: 1px solid hsl(0, 0%, 90%);*/
    border-left: 1px solid #e9540d;
    opacity: 0.9;
    position: relative;
    list-style: none;
}

    .timeline .timeline-item {
        position: relative;
    }

        .timeline .timeline-item:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .timeline-item:after {
            /*background-color: hsl(0, 0%, 90%);*/
            background-color: #e9540d;
            opacity:0.9;
            left: -38px;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            content: "";
        }