﻿
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, serif;
    font-size: x-large;
    font-weight: bold;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    border-width: 1px;
    border-radius: 0px;
    background: #333;
    background: rgba(51, 51, 51, 0.1);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        background-color: rgba(248, 248, 248, 0);
        color: #FFFFFF;
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: rgb(153, 255, 204);
            background-color: rgba(248, 248, 248, 0);
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(85, 85, 85, 1);
        background-color: rgba(231, 231, 231, 1);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #888;
        }

#banner {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/clk2.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 120px 0 90px 0;
    text-align: center;
    vertical-align: middle;
}

    #banner h1 {
        color: #FFFFFF;
        font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
        font-weight: lighter;
        font-size: 33px;
        word-spacing: 5px;
        line-height: 1.5em;
    }

    #banner h5 {
        margin: 50px 0px 0px 0px;
        color: #ffffff;
        text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
        font-weight: lighter;
        padding-top: 150px;
    }


/*testcode */


/*testcode */
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-togglenew {
    background: black !important; /*Whatever colour you want for background */
}

.padingbox {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

img {
    background: #333;
    background: rgba(51, 51, 51, 0.1);
}

﻿.igdd_FeatureBrowserListItem {
    list-style-type: none;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    border: none;
}

.igdd_FeatureBrowserDropDownList {
    padding: 0px;
    margin: 0px;
}

.ig_FeatureBrowserControl {
    border: none;
}

.rcorners1 {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.bodyback {
    background-color: #111111;
    font-family: "Titillium Web", sans-serif;
}

.registrationform {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    background-color: #000000;
}

.registrationform2 {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

input, textarea {
    color: #e1e6e6;
}

.control-label2 {
    color: #b9b9b9 !important;
    font-weight: bolder;
    text-transform: uppercase !important;
}

.checkbox {
    padding: 0px 1px 0px 0px;
    margin: 0px;
    color: #F7F7F7;
}

label {
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.radio {
    color: #F7F7F7;
}

legend {
    text-align: left;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 26px;
}

.ddl {
    background: #333;
    background: rgba(51, 51, 51, 0.2);
    color: #FFFFFF;
}

.rowmar10 {
    margin-bottom: 12px;
}

textarea.form-control {
    border-style: none none dotted none;
    border-width: 0px;
    border-color: #2a3444 !important;
    color: #2a3444;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    color: #222222;
}

    input[type="text"]:focus,
    textarea:focus,
    textarea.form-control:focus {
        outline: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
        color: #999999;
    }

    input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
        color: #999999;
    }

    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
        color: #999999;
    }

@keyframes blink {
    50% {
        background-color: lightcoral; /* You can use any light red color */
        color: #fff; /* Adjust text color as necessary */
    }
}

.blink {
    animation: blink 1s infinite; /* Adjust the speed as necessary */
}



.futuristic-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    background-color: #dee2e6; /* Navbar background color */
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 10px; /* Rounded corners for the navbar */
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: left;
}

.nav-item {
    position: relative;
    border-radius: 10px; /* Rounded corners for each nav item */
}

    .nav-item a {
        display: block;
        padding: 15px 20px;
        color: white; /* Font color */
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 10px; /* Rounded corners for each nav link */
    }

        .nav-item a:hover, .nav-item a:focus {
            background-color: white;
            color: #dee2e6; /* Color change on hover */
            border-radius: 10px; /* Rounded corners for each nav link on hover */
        }

.submenu {
    display: none;
    position: absolute;
    background-color: #dee2e6;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 10px; /* Rounded corners for the submenu */
}

    .submenu li a {
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        transition: background-color 0.3s;
        border-radius: 10px; /* Rounded corners for each submenu link */
    }

        .submenu li a:hover, .submenu li a:focus {
            background-color: white;
            color: #dee2e6;
            border-radius: 10px; /* Rounded corners for each submenu link on hover */
        }

.nav-item:hover .submenu {
    display: block;
    border-radius: 0 0 10px 10px; /* Rounded corners for the submenu */
}


.status-card {
    width: 250px;
    height:200px;
    padding: 20px;
    margin: 10px auto;
    color: #fff;
    background: linear-gradient(145deg, #d9534f 0%, #d9534f 50%, #d9534f 75%, #d9534f 100%);
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease;
}

    .status-card:hover {
        transform: translateY(-5px);
    }

.status-header {
    font-size: 18px;
    height:80px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-body {
    font-size: 62px;
    font-weight: bold;
}

.row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around; /* This will space your items evenly */
    align-items: center; /* This will center them vertically */
}


.btn2 {
    padding: 8px 16px; /* Adjust padding as needed */
    margin: 0 4px;
}

.containername {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000; /* Optional: set background color */
}

.futuristic-label {
    font-size: 2em;
    font-weight: bold;
    color: #00ff33;
    border: 2px solid #00ff33;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
    box-shadow: 0 0 5px #00ff33, 0 0 10px #00ff33, 0 0 20px #00ff33;
    transition: all 0.3s ease-in-out;
    display: none; /* Hide by default */
}

    .futuristic-label:hover {
        color: #ffffff;
        border-color: #ffffff;
        box-shadow: 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff;
    }

.chart {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
    width: 500px;
}

    .chart span {
        /* You can modify the value below to change the distance between the percentage number and the bar */
        margin-left: 5px;
        color: #fff;
        font-weight: bolder;
    }

.bar {
    /* You can modify the total time used for the animation here */
    animation: load 3s normal forwards;
    /* 
    Add a little spice by having a shadow below the bar.
    Feel free to comment out this line below to have an even LITE version :D 
    */
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #fff;
    height: 30px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        /* You need to change the percentage below to match the value in the corresponding <span> */
        width: 68%;
    }
}

.rounded-image {
    border-radius: 15px; /* Adjust the value to make the corners more or less rounded */
    overflow: hidden;
    height: 200px; /* Ensure the image stays within the specified height */
    width: auto;
}

.general-title {
    font-size: 22px;
    font-weight: 700;
    color: lightcoral;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 8px;
    display: inline-block;
}

    .general-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        background-color: #d9534f; /* Red color */
        border-radius: 2px;
    }


.row1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* background: linear-gradient(135deg, #E31E39, #E31E39);*/
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn2 {
    background: linear-gradient(135deg, #141E30, #243B55);
    color: #FFFFFF;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif !important;
    font-size: larger !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
}

    .btn2:hover {
        background: linear-gradient(135deg, #243B55, #888);
        box-shadow: 0 0 10px #243B55, 0 0 20px #243B55, 0 0 40px #243B55;
        transform: scale(1.1);
        color: #FFD700;
    }

    .btn2:focus {
        outline: none;
        box-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 40px #FFD700;
    }

.form-control {
    padding: 0;
    margin: 5px;
    min-width: 100px;
    flex: 1;
}

/* Adjusted CSS with increased specificity and !important where necessary */

.futuristic-table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #1C1C1C;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
    border: 2px solid red; /* Added red outer border */
}

.futuristic-table-bordered {
    border: 2px solid red; /* Ensure outer border is red */
}

.futuristic-table-hover tbody tr:hover {
    background-color: #333333 !important; /* Ensure hover background color applies */
    color: #00FFFF !important; /* Ensure hover text color applies */
    transition: background-color 0.3s ease;
}

.futuristic-table th {
    text-align: center !important;
    vertical-align: middle !important;
    background: #444444 !important;
    color: #FFFFFf !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 15px !important;
    border-bottom: 2px solid #D3D3D3 !important; /* Light grey horizontal border */
    border-right: 1px solid #D3D3D3 !important; /* Light grey vertical border */
    border-left: 1px solid #D3D3D3 !important; /* Light grey vertical border */
    text-shadow: none !important;
}

.futuristic-table tbody td {
    padding: 5px !important; /* Ensure padding is applied */
    border-bottom: 1px solid #333 !important; /* Light grey horizontal border */
    border-right: 1px solid #333 !important; /* Light grey vertical border */
    border-left: 1px solid #333 !important; /* Light grey vertical border */
    text-align: center !important;
    background: #1C1C1C !important; /* Ensure background color applies */
    color: rgba(231, 231, 231, 1);
    font-weight: bold;
}

.futuristic-table-hover tbody tr:hover td {
    box-shadow: inset 0 0 10px #d9534f !important; /* Ensure box shadow applies */
    transition: box-shadow 0.3s ease;
}

.futuristic-table-hover tbody tr:nth-child(even) {
    background: #252525 !important; /* Ensure even row background color applies */
}

.futuristic-table-hover tbody tr:nth-child(odd) {
    background: #2E2E2E !important; /* Ensure odd row background color applies */
    color: aliceblue !important;
    text-align: center !important;
}

/* Additional specificity for rows with changed background color */
.futuristic-table-hover tbody tr.custom-row {
    background-color: #3A3A3A !important; /* Custom background color */
}

.footer-negative {
    color: red !important; /* Set font color to red */
}

.footer-positive {
    color: green !important; /* Set font color to green */
}

.futuristic-card {
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
    border: 1px solid #d9534f;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(217, 83, 79, 0.6), 0 0 40px rgba(217, 83, 79, 0.4), 0 0 60px rgba(217, 83, 79, 0.2);
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .futuristic-card:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, transparent, rgba(217, 83, 79, 0.1), transparent);
        z-index: 1;
        opacity: 0.5;
        animation: rotate 6s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.futuristic-card .card-header h3 {
    color: #d9534f;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    /*    text-shadow: 0 0 5px #d9534f, 0 0 10px #d9534f, 0 0 20px #d9534f;
*/ position: relative;
    z-index: 2;
}

.summary-details {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.summary-value {
    color: #d9534f;
    font-weight: bold;
    /*    text-shadow: 0 0 5px #d9534f, 0 0 10px #d9534f, 0 0 20px #d9534f;
*/
}


.redi-gradient {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1000;
    display: none;
}

.notiblock-visible {
    display: block;
}

.warning-label {
    display: inline-block;
    background-color: #ff4d4d; /* Red color for warning */
    color: white;
    padding: 8px 16px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

    .warning-label::before {
        content: "⚠️ "; /* Optional warning icon */
    }

    .warning-label:hover {
        background-color: #ff3333; /* Darken on hover */
    }


.futuristic-panel {
    background-color: #1e1e2f;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.futuristic-title {
    color: #00c3ff;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.futuristic-field {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.trip-details-section {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 15px;
}

.button-row .futuristic-btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    transition: background 0.3s ease;
}

.button-row .futuristic-btn-secondary {
    background-color: #6c757d;
    color: white;
    border: none;
    transition: background 0.3s ease;
}

    .button-row .futuristic-btn-primary:hover,
    .button-row .futuristic-btn-secondary:hover {
        background-color: #0056b3;
    }

.unique-radio-group {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #333;
    border-radius: 8px;
}

.unique-radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: bold;
}

    .unique-radio-label:hover {
        background-color: #555;
    }

/* Hide default radio buttons */
input[type="radio"] {
    display: none;
}

    /* Selected state */
    input[type="radio"]:checked + .unique-radio-label {
        background-color: #03B4DB;
        color: #fff;
    }

/* Styling the Cancel Reason TextBox */
#TextBox15 {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    background-color: #222;
    color: #fff;
    border-radius: 5px;
}

.unique-radio-group-coll {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #333;
    border-radius: 8px;
}

.unique-radio-label-coll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: bold;
}

    .unique-radio-label-coll:hover {
        background-color: #555;
    }

/* Hide default radio buttons */
input[type="radio"] {
    display: none;
}

    /* Selected state */
    input[type="radio"]:checked + .unique-radio-label-coll {
        background-color: #03B4DB;
        color: #fff;
    }

.unique-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.unique-checkbox-label {
    color: #ffffff;
    font-weight: bold;
}

/* Toggle switch styling */
.unique-toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #444;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .unique-toggle-switch::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

/* Checked state */
input[type="checkbox"]:checked + .unique-toggle-switch {
    background-color: #03B4DB;
}

    input[type="checkbox"]:checked + .unique-toggle-switch::before {
        transform: translateX(20px);
    }

/* Hide default checkbox */
input[type="checkbox"] {
    display: none;
}

.status-chip {
    padding: 5px 10px;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.status-pending {
    background-color: #FFA500;
}
/* Orange for Pending */
.status-paid {
    background-color: #4CAF50;
}
/* Green for Paid */
.status-overdue {
    background-color: #FF0000;
}
/* Red for Overdue */
.status-rejected {
    background-color: #808080;
}
/* Grey for Rejected */


.error-message-mod {
    background-color: rgba(255, 0, 0, 0.15); /* Light, slightly transparent red */
    border: 1px solid red;
    color: #B71C1C; /* Darker red text for better contrast on very light background */
    border-radius: 15px;
    padding: 10px 15px;
    display: inline-block;
}


.notification-message {  
   display: inline-block;  
   background-color: #f1f3f4; /* Light gray background similar to Google Cloud notifications */  
   color: #202124; /* Dark text color for contrast */  
   padding: 10px 20px;  
   border-radius: 8px; /* Rounded corners */  
   font-size: 14px;  
   font-weight: 500;  
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */  
   text-align: center;  
   margin: 10px 0;  
   transition: background-color 0.3s ease, box-shadow 0.3s ease;  
}  

.notification-message:hover {  
   background-color: #e8eaed; /* Slightly darker gray on hover */  
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */  
}
