html{
    height: 100% !important;
    width: 100% !important;
    padding: 2% !important;
    font-size: 0.8em;
}
.form-dropdown {
text-indent: 40%;
}

#chartOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(212, 68%, 15%, 1) !important;
  z-index: 9999;
}

#chartOverlay > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ml-3{
    border-radius: 12px !important;
}

/* Customize the calendar icon */
#from::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* For Firefox */
#from[type="text"] {
  /* Remove the default text color */
  color: transparent;
  /* Reset the background image */
  background-image: none;
}

/* Customize the calendar icon */
#to::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* For Firefox */
#to[type="text"] {
  /* Remove the default text color */
  color: transparent;
  /* Reset the background image */
  background-image: none;
}

.select-items {
text-align: left !important;
}

.select, option {
    text-align: left;
}

.form-control1{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.325rem 0.75rem;
font-size: 1em;
text-align:center !important;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1.2px solid #ccc;
  border-radius: 12px;
}


:focus {
  outline-color: transparent;
  outline-style: none;
}
    #example tbody tr {
        height: 60px; /* Adjust the height value as desired */
    }

.dataTables_wrapper .dataTables_filter label input[type="search"] {
            color: white !important;
        }

        
    .dataTables_filter input[type="search"]::-ms-clear,
    .dataTables_filter input[type="search"]::-webkit-search-cancel-button,
    .dataTables_filter input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none;
        color: #fff;
    }

    /* Customize the search input */
    .dataTables_wrapper .dataTables_filter input[type="search"] {
        color: white;
    }
    
    /* Customize the clear search (x) icon */
    .dataTables_wrapper .dataTables_filter .clear-search {
        color: white;
    }

body{
    display: inline-block;
    margin: auto !important;
    background-color: hsla(212, 68%, 15%, 1) !important;
    font-family: Roboto !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 900px;
    color: rgb(255, 255, 255) !important;
}

#example th,
        #example td {
            text-align: center;
        }

#example th {
            border-bottom: 1px solid #ccc;
        }
        
#Header_Div {
    display: inline-block;
    position: relative;
    box-sizing: border-box !important;
    height: 1% !important;
    width: 100% !important;
    padding: 9px !important;
}

#Logo_img{
    max-height: 60px !important;
    max-width:50% !important;
}

#vertical-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#textbox{
    margin-top: 10px;
    border-radius: 12px;
}

#lbl{
    margin-top: 10px;
}
#btn {
    margin-top: 20px;
    border-radius: 12px;
    border: 1px solid white;
    background-color: transparent;
    padding: 8px 28px;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

#Title{

}

#Signout_btn{
    border-radius: 12px;
}


.site-header {
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
    height: 60px;
}

.site-header::after {
    content: "";
    display: table;
    clear: both;
}

.site-identity {
    float: left;
}

.h2 {
    font-size: 1.4em;
    margin-top: .8em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .3em;
    display: inline-block;
}

.site-identity img {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

.site-Nav {
    float: right;
}

.site-Nav buttom {
    font-size: 1.5em;
    margin-top: .8em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .3em;
    display: inline-block;
}

#Side-Nav-Bar{
    height: 85%;
    width: 205px;
    border-right: 1px solid #ccc;
    position: fixed;
    margin-top: 1%;
    margin-bottom: 2%;
    margin-right:2% !important;
    overflow-x: hidden;
}

#Nav-Bar-Label{
    margin-left: 20px !important;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: normal;
}

#Dashboard-list{
    margin-left: 25px;
    float: left;
    border-left: 1px solid #ccc;
}
dt{
    margin-left: 5px !important;
    margin-top: 10px;
    font-weight: 100 !important;
}

#selected{
    font-weight: 800 !important;
}

a:hover, a:visited, a:active {
    color: inherit !important;
    text-decoration: none;
}

a{
	color: white !important;
    margin-left: 0 !important;
}

.ml-3, .mx-3 {

}

#label-div{
    margin-top: 30% !important;
    margin-bottom: 2% !important;
}

#content{
    position: absolute;

    width: 100%;
    height:100%;
    border-left: 1px solid #ccc;
}

#Side-Bar_border{
    margin-top: -30%;
    margin-bottom: 10px !important;
}

#Selector-bar{
    background-color: #cccccc;
    float:right;
}

#main-body{
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}


/* Style the header */
header {
    padding: 30px;
}

#nav {
    float: left;
    width: 205px;
    margin-right: 2%;
    padding: 2px;
}

#CMM_btn{
    width:100px !important;
    border-radius: 12px;
}

#bttn{
    width:100px !important;
    border-radius: 12px;}

/* Style the list inside the menu */
nav ul {
    list-style-type: none;
    padding: 0;
}

article {
    float: left;
    padding: 2%;
  padding-left:-1% !important;
  padding-right:0 !important;
    width: 84%;
}


/* Clear floats after the columns */
section::after {
    content: "";
    display: table;
    clear: both;
}

/* Style the footer */
footer {
    padding: 10px;
}


table {
border: 1px solid #ccc;
    text-align: center;
    margin-top: 20px !important;
    border-collapse: collapse;
}

td, th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
    text-align: center;
}

table {
text-align: center !important;
  position: relative;
}

thead {
border: 1px solid #ccc;
}

th {
border: 1px solid #ccc;
background-color: hsla(212, 68%, 15%, 1) !important;

}
section{
float:left !important;
width: 100% !important;
}

.col-sm-12{
Max-width:110% important;
width:110% !important;}

tr:nth-child(even) {

}