/*---------------------------------------------------------
The base color for this template is #003399. If you'd like
to use a different color start by replacing all instances of
#003399 with your new color.
----------------------------------------------------------*/
#CustomerLoginBox {
    position:absolute;
    display: block;
    top:50%;
    margin-top:-200px;
    right:50%;
    margin-right:-150px;
	background-color: #CCC;
	border-color: #000;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

#CustomerLookupBox {
	background-color: #CCC;
	min-height: 220px;
	border-color: #000;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

#rightSidePanel {
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #e0e0e0;
    overflow-x: hidden;
    padding-top: 0px;
    transition: 0.5s;
}

.cancelButton {
    background-color: #f0ad4e;
    color:white;
    padding:10px;
}

.greenButton {
    background-color: #5cb85c;
    color:white;
    padding:10px;
}

.blueButton {
    background-color: #0275d8;
    color:white;
    padding:10px;
}

.ui-widget, .ui-widget button {
    font-family: Arial;
    font-size: 14px;
}

.styleTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

.styleTableList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.selectRow {
    background-color: yellow;
}

.voffset {
        margin-top: 20px;
    }

body {
    /*CSS OK*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	margin: 0;
    padding: 0;
	/*background-color:#003399;*/
    background: #eeeeee;
}

footer {
    /*CSS OK*/
	position:fixed;
	bottom:0px;
	right:0px;
	left:0px;
    background-color: #FFFFFF;
    color: #999;
    text-align: center;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}

div#titleLeft {
    padding: 1em 0px 1em 0em;
    height: 60px;
    margin-bottom:2px;
    margin-top:2px;
	margin-right:2px;
    margin: auto;
	/*min-width: 1024px;*/
	background-color: #FFFFFF;
    background-image: url('/intranet/images/NewEquityExchangeResize.jpg');
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left;
}

div#securePage {
	float:right;
    padding: 10px 10px 10px 10px; 
    text-align: center;
    text-decoration: none;
}

.page {
	top: 0px;
	bottom: 0px;
}

.mainbodycustomerflow{
    position: absolute;
    top: 122px; /* Header Height */
    bottom: 15px; /* Footer Height */
    width: 100%;
    background-color: #FFFFFF;
	color:#000;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    }

.mainbody{
    position: relative;
    top: -15px; /* Header Height */
    bottom: 15px; /* Footer Height */
    width: 100%;
    padding:inherit;
    background-color: #FFFFFF;
	color:#000;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    }

#lookupNameAddress {
	position:absolute;
	margin:auto;
    /*top:250px;
	left:120px;*/
}

#lookupNameAddressTitle {
	width: 650px;
	height: 32px;
	background: #003399;
	background-position:0 0;
	color: #FFF;
	font-weight:bold;
	font-size: 14px;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nameAddressContent {
	color: #000;
	font-weight:normal;
	background: #DDD;
	width: 650px;
	font-size:12px;
	line-height:20px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#glLookupList {
	position:fixed;
	margin:auto;
    background: #DDD;
    top:120px;
	left:10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.menubutton a {
	text-align:center;
    float:none;
    display:block;
    padding-top:30px;
	/*padding: 15px 15px;*/
   	height: 80px;
	width: 225px;
    font:550 18px Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin:auto;
    background-color: #CCC;
    color: #003399;
    border-width: 2px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.menubutton a:hover {
    background-color: #999;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.menubutton button {
	text-align:center;
    float:none;
    display:block;
    padding-top:30px;
	padding: 15px 15px;
   	height: 80px;
	width: 225px;
    font:550 18px Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin:auto;
    background-color: #CCC;
    color: #003399;
    border-width: 0px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.menubutton button:hover {
    background-color: #999;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}


.innerContainer {

    display:block;
    background-color: #BFBFBF;
    right: 10px;
    left: 10px;
    top:10px;
    bottom: 10px;
	color:#000;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.innerContainer2 {
    background-color: #ddd;
    margin: 40px auto;
    width: 750px;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.sidePanelcustomerflow1 {
    /*line-height:30px;*/
    margin:10px 10px 10px 10px;
    background-color:#eeeeee;
    height:95%;
    /*width:275px;
    float:left;
    padding:5px;
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;*/
}

.sidePanel {
    /*line-height:30px;*/
    background-color:#DDD;
    border:2px ridge #999;
    padding:2px;
}
.mainPanel {
    /*line-height:30px;*/
    background-color:#EEE;
    padding:2px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

   /* Style for the table */
    .table-scroll {
        overflow-y: auto;
        /*height: 600px;  Adjust the height as needed */
        height: calc(100vh - 100px); /* Adjust 100px to the height of your header/footer if any */
    }

    /* Style for the sticky table header */
    .table-scroll thead th {
        position: sticky;
        top: 0;
        background-color: #eeeeee; *//* Or any color that matches your design */
        z-index: 1; /* Ensures the header stays above the content */
    }

    @media print {
    .table-scroll {
        height: auto; /* Remove the fixed height */
        overflow: visible; /* Allow the table to extend */
    }

    .table-scroll thead th {
        position: relative; /* Reset position for printing */
    }

    /* Any other print-specific styles */
    }

