﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px; /* Adjust padding-top instead of margin-top */
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.hw {
    height: 250px;
    width: 100%;
}



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

#line-chart {
    height: 300px;
    width: 800px;
    margin: 0px auto;
    margin-top: 1em;
}
.align-right {
    float: right;
}

.brandtopcenter {
    font-family: georgia, serif;
    text-align: center;
    font-size: 18px;
    flex-grow: 1;
}

.brand {
    font-family: georgia, serif;
}

    .brand .first {
        color: #ccc;
        font-style: italic;
    }

    .brand .second {
        color: #fff;
        font-weight: bold;
    }

    .coll {
        color: white;
        font-weight: bold;
    }


table {
    border-collapse: collapse;
    width: 100%; /* Set the width of the table */
}

th, td {
    border: 1px solid black;   
    padding: 8px; /* Add padding to improve cell spacing */
    text-align: left; /* Align text to the left */
}/*

.logobar {
    padding: 10px 0;
    background: #fff;
}

#logo {
    float: right;
}

.emblem {
    float: left;*/
}/*

.logoText {
    display: inline-block;
    padding-top: 20px;
    width: 70%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

    .logoText .logoTextSubTitle {
        font-size: 20px;
        font-weight: normal;
    }

    .logoText .logoTextSmall {
        font-size: 16px;
        font-weight: normal;
    }*/
/* Add this CSS to style the top right menu */
.topnav {
    overflow: hidden;
    background-color: darkgray;
}

    .topnav a {
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

.topnav-left {
    float: left;
}

.topnav-right {
    float: right;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

#left-menu {
    float: left; /* Position the left menu to the left side */
    width: 200px; /* Adjust the width of the left menu as needed */
    /* Add any other styling for the left menu */

    display: block; /* Set initial display to block */
}

.container {
    /*margin-left: 220px;*/ /* Adjust the margin to accommodate the left menu */
    padding-top: 15px; /* Add padding-top for spacing */
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    text-align: center;
}

/* Add this to style the dropdown */
.topnav select {
    margin-top: 8px; /* Adjust as needed */
    margin-right: 10px; /* Adjust as needed */
}

/* Add this to style the logout link */
.topnav a#lnklogout {
    margin-top: 8px; /* Adjust as needed */
}

.sub-menu {
    display: none; /* Hide sub-menu items by default */
}

.activeM a {
    color: Green !important;
}

.colorY {
    /* background: Yellow !important;*/
}

.colorG {
    background: #66f66a !important;
}

.clshide {
    display: none;
}

.clsshow {
    display: block;
}

 .sidebar-nav {
    background-color: #f2f2f2;
    padding: 5px;
    min-width: 254px !important;
    min-height: 1000px;
     
} 

#menu {
    list-style-type: none;
    padding: 0;
}

    #menu li {
        margin-bottom: 5px;
    }

    #menu span {
        cursor: pointer;
        font-weight: bold;
    }

    #menu ul {
        list-style-type: none;
        margin-left: 20px;
        padding: 0;
    }

        #menu ul li {
            margin-bottom: 3px;
        }

    #menu a {
        text-decoration: none;
        color: #333;
    }

        #menu a:hover {
            text-decoration: underline;
        }
align {
    font-size: medium;
    text-align: center !important;
}


a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.controls {
    margin-bottom: 10px;
}

.collapse-group {
    padding: 10px;
    margin-bottom: 10px;
}

.panel-title .trigger:before {
    content: '\e082';
    font-family: 'Glyphicons Halflings';
    vertical-align: text-bottom;
}

.text_panel {
    color: Black;
    font-size: Medium;
    height: 45px;
    font-weight: bold;
}

.Panel_Style {
    background: linear-gradient(to bottom left, grey, white);
    text-align: center;
    height: 30px !important;
    
}

.brd {
    border: 1px solid darkgrey;
}
.panel-title .trigger.collapsed:before {
    content: '\e081';
}

/*align {
    font-size: medium;
    text-align: center !important;
}


a:hover, a:visited, a:link, a:active {
    text-decoration: none;*/
    /*color: #0030b7;*/
/*}

.controls {
    margin-bottom: 10px;
}

.collapse-group {
    padding: 10px;
    margin-bottom: 10px;
}

.panel-title .trigger:before {
    content: '\e082';
    font-family: 'Glyphicons Halflings';
    vertical-align: text-bottom;
}

.text_panel {
    color: Black;
    font-size: Medium;
    height: 45px;
    font-weight: bold;
}

.Panel_Style {
    background: linear-gradient(to bottom left, grey, white);
    text-align: center;
    height: 30px !important;
}

.panel-title .trigger.collapsed:before {
    content: '\e081';
}*/

.table_width {
    width: 100% !important;
}


/*LOGIN CONFIGURATION PAGE*/
.form-login {
    max-width: 330px;
    margin: 100px 500px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c6b8b3;
    -webkit-border-radius: 5px;
    padding: 10px 10px;
    font-size: 15px;
    min-width: 300px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding: 25px 20px;
        text-align: center;
        background: #b8cad2;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
        justify-content: center;
    }



.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.activeM a {
    color: Green !important;
}

.colorY {
  /*   background: Yellow !important; */
}

.colorG {
    background: #66f66a !important;
}

.clshide {
    display: none;
}

.clsshow {
    display: block;
}

.span12 {
    width: 940px;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #565656;
    line-height: 20px;
}

#line-chart {
    height: 300px;
    width: 800px;
    margin: 0px auto;
    margin-top: 1em;
}

.brand {
    font-family: georgia, serif;
}

    .brand .first {
        color: #ccc;
        font-style: italic;
    }

    .brand .second {
        color: #fff;
        font-weight: bold;
    }
.h-445 {
    height: 445px
}

.dropdown-menu {
    z-index: 1050; /* Ensure it appears above other elements */
}
.list-unstyled {
    margin-bottom: 0px;
}
.nv-r-login {
    margin-right: 10px !important; 
    margin-top: 5px !important; 
}
.smenu-head {
    font-size: 20px;
    font-weight: 700;
    color: #0030b7;
    padding-left: 10px;
}
.smenu-head a {
    color: #0030b7;
}
.tble-tr {
    font-size: Medium;
    background: #7c90cb;
    color: #fff;
}
    .tble-tr tr th {
        border: 1px solid #ccc;
        background: #7c90cb;
        color: #fff;
        border-bottom: 1px solid #ccc;
    }
/*.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #cccccc;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: #cccccc;
    --bs-table-bg-type: #cccccc;
}*/

table.dataTable tbody tr .odd {
    background-color: #cccccc;
}
.mr-2{
    margin-right:20px;
}

.nav input[type="checkbox"] {
    margin-right: 6px;
}

.nav label {
    display: inline-block !important;
    margin: 2px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #007bff;
    color: #007bff;
    cursor: pointer;
}

.nav input[type="checkbox"]:checked + label {
    background-color: #007bff;
    color: #fff;
}

#tbl_filter input {
    height: 25px;
    font-size: 12px;
    padding: 2px 6px;
    width: 150px;
}

#tbl_length select {
    height: 28px;
    font-size: 12px;
    padding: 2px;
}

#tbl_filter label,
#tbl_length label {
    font-size: 12px;
}