html{height:100%}

body{
background-color:#606060;
color:#666;
font-family:arial,verdana;
font-size:15px;
line-height:17px;
margin:0;
padding:0;
height:100%
}

.body{
background-color:white;
color:#666;
font-family:arial,verdana;
font-size:15px;
line-height:17px;
margin:0;
padding:0;
height:100%
}

form{margin:0;padding:0;height:100%}

table{border-collapse:separate}

img{vertical-align:bottom}

/*td{padding:0px;vertical-align:top}*/
th {white-space: nowrap;}

/*input, select{margin:2}*/
input, select{margin:0}

h1{color:#666;font-size:15px;font-weight:bold}
h2{color:#587187;font-size:15px;font-weight:bold}
h3{color:#587187;font-size:15px}
a:link {color:#666;}
a:visited {color:#666;}
a:hover{color:#333;}
input{font-size:11px}

.bulletSort{vertical-align:middle;margin-left:5px}
.linkBullet{color:#587187;font-weight:bold;text-decoration:none}
.linkBullet:hover{text-decoration:underline}

.textBox{font-family:arial;font-size:15px;width:121px}
.textBoxComments{font-family:arial;font-size:11px;width:680px}
.labelIntro{color:#666;font-size:15px;font-weight:bold;font-family:arial;}

.gridPageControl
{
color:#666;
font-family:arial,verdana;
font-size:15px;
line-height:17px;
}

#wrapper{margin: 0 auto; width:1000px}
#wrapperHeader{height:102px;background-color:white}
#wrapperContent{padding:6px 0px 35px 0px;background-color:white}
/*#wrapperFooter{height:44px;background-color:#FFD833}*/

#header{}
/*width:532*/
#leftContent{float:left;width:462px;padding:0px 35px}
#leftContentNarrow{float:left;width:245px;padding:0px 35px}
/*width:243*/
#rightContent{float:right;width:172px;padding:0px 35px}
#rightContentWide{float:right;width:370px;padding:0px 35px}
/*width:775*/
#fullContent{width:700px;padding:0px 35px}
#footer{float:right;margin-top:9px;padding-right:70px;color:#B29724;font-family:arial,verdana;font-size:10px}
#footer a{color:#B29724}
#footer a:hover{color:#665614}

.addButton{font-family:arial;font-size:13px}

#logOut{position:absolute;
width:775px;
top:110px;
left:0px;
float:left;
text-align:center}

.radioButton
{
font-size:15px;
}

.datagrid{
border:solid 1px #8B93AB;
background-color:white;
text-align:left
}
.datagrid td{
border:solid 1px #8B93AB;
padding:2px 5px
}
.datagridHeader{
font-weight:bold;
font-size:13px;
color:#FFD833;
background-color:#587187;
}
.datagridHeader td{
border-bottom: solid 2px black;
padding:5px
}
.datagridHeader a:link{
color:#FFD833
}
.datagridHeader a:visited{
color:#FFD833;
}
.datagridHeader a:hover{
color:white;
}
.datagridItem{
color:black;
background-color:#E1E6EB;
}
.datagridSelectedItem{
font-weight:bold;
color:black;
background-color:#FFD833
}
.datagridFooter{
font-size:x-small;
font-weight:bold;
color:black;
background-color:#FFD833
}
.datagridPager{
font-size:x-small;
font-weight:bold;
color:silver;
background-color:black
}
#dateRange{
margin-bottom:12px
}
#dateRange td{
padding:0px 10px 2px 0px;
vertical-align:middle
}
.pickDate{
padding:0px 0px 0px 4px
}
.dateField{
width:135px;
font-family:arial;
font-size:12px
}
.paging{
margin:4px 0px
}
.paging span{
margin-right:10px
}           

.popUpBox{
    display: inline;
    position: relative;
}

.popUpBox:hover:after{
    background: #333;
    background: rgba(0,0,0,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data-tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.popUpBox:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.popUpBoxBelow{
    display: inline;
    position: relative;
}

.popUpBoxBelow:hover:after{
    background: #333;
    background: rgba(0,0,0,1);
    border-radius: 5px;
    top: 26px;
    color: #fff;
    content: attr(data-tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 340px;    
}

.popUpBoxBelow:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    top: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

a.tooltip2 {outline:none; }
a.tooltip2 strong {line-height:30px;}
a.tooltip2:hover {text-decoration:none;} 
a.tooltip2 span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:360px; line-height:20px;
}
a.tooltip2:hover span{
    display:inline; 
    position:absolute; 
    color:#111;
    border:1px solid #DCA; 
    background:#fffAF0;}
.callout 
{
    z-index:20;
    position:absolute;
    top:25px;
    border:0;
    left:-12px;
}
  
/*CSS3 extras*/
a.tooltip2 span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

a.tooltip2:link 
{
    color:Black;
}
a.tooltip2:visited 
{
    color:Black;
}
a.tooltip2:hover 
{
    color:Black;
}
a.tooltip2:active 
{
    color:Black;
}


a.tooltip1 {outline:none; }
a.tooltip1 strong {line-height:30px;}
a.tooltip1:hover {text-decoration:none;} 
a.tooltip1 span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:650px; line-height:20px;
}
a.tooltip1:hover span{
    display:inline; 
    position:absolute; 
    color:#111;
    border:1px solid #DCA; 
    background:#fffAF0;}
.callout 
{
    z-index:20;
    position:absolute;
    top:25px;
    border:0;
    left:-12px;
}
       
/*CSS3 extras*/
a.tooltip1 span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

a.tooltip1:link 
{
    color:Black;
}
a.tooltip1:visited 
{
    color:Black;
}
a.tooltip1:hover 
{
    color:Black;
}
a.tooltip1:active 
{
    color:Black;
}

.accordion 
{
    width: 400px;
    height: 300px;
}
        
.accordionHeader 
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #FFCC00;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
        
.accordionHeaderSelected 
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #FFCC66;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
        
.accordionContent 
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
}
.modalDialog > div {
    width: 70%;
    max-height : 50%;
    overflow: auto;
    position: relative;
    margin: 10% auto;
    margin-left:13.5%;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #000000;
    color: #FFFFFF;
    line-height: 50px;
    position: fixed;
    right: 50%;
    text-align: center;
    top: 10px;
    width: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { 
    background: #FFFFFF;
    color: #000000; }

.table-container {
    width: 100%;
}

/*Div for query builder*/
div.div_filter_builder{
    padding: 1px;
    color: #333;
    vertical-align: middle;
    z-index: 2;
}

div.filter-item{
}

.div_filter_builder input:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.div_filter_builder input:disabled {    
    box-shadow: 0 0 0px rgba(33,33,33,.2); 
    background-color: #e9ecef;
    opacity: 1;
}

.div_filter_builder input{
    max-height:1.8em; /*In chrome if the type was set to Date the element would not match in size.*/
}

.div_filter_builder input,
.div_filter_builder button {
    /*background-color: white;*/
    /*color: black;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    max-height:1.8em;
}

/*Search TextBox/////////////////////////////////////////////////////////////////*/
/*.filter_builder_search_input, .filter_builder_search_input2{
    background-color: white;
    color: black;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
}*/


.filter_builder_or{
    color: #666;
    font-weight: bold;   
}

.bd-highlight {
    background-color: rgba(86,61,124,0.15);
    border: 1px solid rgba(86,61,124,0.15);
}

/*Override the width 100% in bootstrap for input-group*/
.input-group {
    width:auto;
    flex-wrap: nowrap;
}
/*Check Box List*/
.horizontal-checkbox-list label {
    display: block;
    text-align: center;
    width: 100%;
}

.horizontal-checkbox-list input[type="checkbox"] {
    display: inline-block;
    margin: 0 auto;
}

.horizontal-checkbox-list table {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

.horizontal-checkbox-list td {
    padding: 0;
}
/*Asset Options/////////////////////////////////////////////////////////////////////////*/
.assetOptions {
    position: relative;
    display: inline-block;
    padding: 0px;
    background-color: transparent;
}

.assetBtn {
    background-color: transparent;
    color: black;
    padding: 5px;
    font-size: 20px;
    border:none;
    justify-content: space-between;        
}

.recordOption-content {
    border-radius: 15px;
    display: none;
    position:  absolute;
    left: 300%;
    top: 50%;
    background-color: white;
    min-width: 100px;
    border: medium;
    z-index: 1;
    padding: 5px;
    border: solid;
	border-width: 1px 1px 1px 1px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recordOption-content::before {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 11px 9px 0;
	border-color: transparent black transparent transparent;
	position: absolute;
	left: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.recordOption-content a {
    border-radius: 25px;
    text-decoration: none;
    text-align:center;
    display: block;
    border: solid;
    border-width: 1px;
    background-color: white;
    margin: 3px;
}

.recordOption-content a:hover {
    color: white;
    background-color: Highlight;
}

.assetOption a:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.recordOption-content.show {
    display: block;
}
/*End Asset Options/////////////////////////////////////////////////////////////////////////*/
/*ComboBox, dropdownSearch//////////////////////////////////////////////////////////////*/
.dropbtn {
    background-color: white;
    color: black;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    justify-content: space-between;        
}

.dropbtn:hover, .dropbtn:focus {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    cursor: default;
}

.dropbtn:disabled {
    box-shadow: 0 0 0px rgba(33,33,33,.2); 
    background-color: #e9ecef;
    opacity: 1;
}

.dropdown-search {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 5px;/*14px 20px 12px 45px;*/
    border: none;
    border-bottom: 1px solid #ddd;
}

.dropdown-search:focus {
    outline: 3px solid #ddd;
}

.dropdown, .dropdownOP {
    position: relative;
    display: inline-block;
    padding: 0px;
}

.dropdownOP, .dropbtn-operators, .ddc-Operator {
    max-width: 150px;
}

.dropdown-content {
    position: absolute;
    background-color: #f6f6f6;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ddd;
    z-index: 2;
}

.dropdown-content a {
    color: black;
    padding: 5px,5px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.dropdown-content a:hover {
    color: white;
    background-color: Highlight;
}

.dropdown a:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.dropdown-content.show {
    display: block;
}
/*END ComboBox, dropdownSearch//////////////////////////////////////////////////////////////*/
/*Draggable//////////////////////////////////////////////////////////////////////////////////*/
.draggable {
                cursor: move;
                margin-bottom: .25rem;
                user-select: none;

                /* Center the content */
                align-items: center;
                display: flex;
                justify-content: center;

                /* Size */
                height: 1.5rem;
                width: 10rem;

                /* Misc */
                border: 1px solid #cbd5e0;
            }
            .placeholder {
                background-color: #edf2f7;
                border: 2px dashed #cbd5e0;
                margin-bottom: .25rem;
            }
/*End Draggable*/
/*SortableJS////////////////////////////////////////////////////////////////////////////*/
/*EndSortableJS////////////////////////////////////////////////////////////////////////////*/
/*For HR with a message/////////////////////////////////////////////////////////////////////*/
 .hrText {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.hrText > span {
    position: relative;
    display: inline-block;
}
	
.hrText > span:before,
.hrText > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.hrText > span:before {
    right: 100%;
    margin-right: 15px;
}

.hrText > span:after {
    left: 100%;
    margin-left: 15px;
}
/*End for HR with a message/////////////////////////////////////////////////////////////////////*/
/*Make Table header stay on page when scrolled past.  First Column was going on top for some reason, thus the z-index*/
/*.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}*/

.table-sticky {
    width: 100%;
    display: block;
    max-height: 100%; /* Set the desired max height for the table */
    overflow-y: auto;
}

.table-sticky thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff; /* Set the background color you want for the sticky header */
}

/* Trying the handle on CG4.js*/
    .oftt{
    max-width: 30em !important; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

/*Sidebar Navigation*/
/*.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFCC00;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.link_div {
    flex-grow: 1;
    display: flex;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
}

.sidebar a {
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sub_div a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.sub_div {
    position: absolute;
    bottom: 0px;
    padding: 0px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sup_div {
    position: absolute;
    top: 0px;
    padding: 0px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

#main {
    margin-left: 250px;
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) 
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}*/
.CG4ListTable {
  display: flex;
  width: 100%;
  transition: margin-left 0.3s ease;
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.form-container{
  transition: margin-left 0.3s ease;
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.form-container .col{ /* only applies to col when it is a child of form-container*/
  padding-top: .5rem !important; /* You may use !important to override Bootstrap's styles */
  padding-right: 2rem !important; /* You may use !important to override Bootstrap's styles */
  display: flex;
  align-items: center; /* Vertically center the label and input */
}

.form-container .col .label {
  flex: 1; /* Make the label flexible to take up available space */
  text-align: right; /* Right-align the label text */
  margin-right: 10px; /* Add some spacing between label and input */
}

.form-container .col .input-wrapper {
  flex: 1; /* Make the input wrapper flexible to take up available space */
}

.tablist{
    padding-top: 1rem !important;
}

.nav-tabs{
    margin-bottom: -1px;
}
.nav-tabs-wrap .nav-item {
    flex: 1; /* Distribute equal width to tabs */
    text-align: center; /* Center-align the tab text */
}
.nav-tabs-wrap {
    display: flex;
    flex-wrap: wrap;
}
.nav-link-custom{
    background-color: #e9ecef !important;
    color: #777 !important;
}
/* Optional: Change the background color on hover */
.nav-link-custom:hover {
    background-color: #ddd !important; /* Set the hover background color */
}
.nav-tabs-wrap .nav-link {
    white-space: nowrap !important; /* Prevent tab text from wrapping */
}

.nav-link-custom.active {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    color: black !important;
}

.tab-content{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid;
    padding: 0.5rem 1rem;
    border-color: #e9ecef #e9ecef #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.tab-pane {
    width: 100% !important;
}
.sidebar {
  width: 250px;
  background-color: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  transition: width 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100vh;
  z-index: 1;
  overflow-x: hidden;
}

.sidebar.collapsed {
  width: 0px;
}

.sidebar .search-container {
  display: flex;
  align-items: center;
  padding: 10px;
}

.sidebar .search-container input[type="text"] {
  flex: 1;
  padding: 5px;
}

.sidebar .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;  
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

.sidebar .menu li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.sidebar .menu li:last-child {
  border-bottom: none;
}

.sidebar .menu li a {
  text-decoration: none;
  color: #333;
}

.sidebar .menu li:hover {
  background-color: #ddd;
}

.toggle-button-container {
  display: flex;
  align-items: center;
}

.toggle-button {
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 5px; /* Add margin for spacing */
  transition: margin-left 0.3s ease;
  width: 30px; /* Added width */
  height: 30px;
  border: 1px solid grey;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-button .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  margin-bottom: 3px;
}
.input-wrapper {
  position: relative;
}

.clear-button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #888;
  display: none;
}

.clear-button:hover {
  color: #333;
}

.page-content {
  margin-left: 250px;
  flex: 1;
  transition: margin-left 0.3s ease;
}

.page-content.collapsed {
  margin-left: 0px;
}

.page-content.collapsed .toggle-button {
  margin-left: -140px;
}
/*End Sidebar Navigation*/