
@headerBarTop: 2px;
@topMenuBarTop: 185px;
/* Main content */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	overflow-y: hidden;
	background: url("../images/headerBg.jpg") repeat-x left top;

}
.statusBar{
	position: fixed;
	top: 76px;
	margin-top: 2px;
	color: #4e4e52;
	z-index: 9;
}
.menuBarStyle{
	margin: 5px 1px 18px 1px;
	padding: 1px 5px 0px 2px;
}
.site{
	overflow-y: auto;
	position: relative;
	width: 99%;
	height: 800px;
	border: 1px solid green;
}
.headerStyle {
	height: 75px;
	width: 100%;
	margin: auto 30px 2px auto;

/*
background: url(../images/headerBg.jpg) repeat-x left top;
 	background: #0487d9;
*/
}
.headerStyle a {
	text-decoration: none;
	color: #FFFFFF;
}

.headerBar{
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: @headerBarTop; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 999;
  text-align: left;
  margin: 0px 1px 3px 1px;
  padding: 3px 3px 1px 3px;

}
.topbar {
    overflow: hidden;
    background-color: #242f63;

    color: white;
    position: fixed; /* Set the navbar to fixed position */
    top: 80px; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 999;
    text-align: left;
		vertical-align: middle;
}
.titleText{
	font-weight: bold;
	font-size: 18px;
	margin: 5px 15px 2px 20px;
	color: #4a4c52;
}
.main {
    margin-top: 28px; /* Add a top margin to avoid content overlay */
		margin-left: 15px;
		position: relative;
		width: 100%;
		transition: margin-left .5s;
		padding: 0px 0px 0px 1px;
}

.menuButton{
    display: inline-block;
    cursor: pointer;
}
.phiIcon{
  margin: 3px 10px 3px 1px;
}
.datepickerMini {
  width: 50px;
  height: 30px;
}
.dateholder{
  width: 110px;
  height: 30px;
  padding: 3px 3px 1px 9px;
}
.buttonBar{
	  margin: 1px 5px 2px 2px;
		padding: 1px 2px 1px 2px;
}

.pageText {
	width: 90%;
	margin: 1px 30px 2px 2px;
  padding: 1em 1em 1em .8em;
}

/*
note: 2019-07-05
style2 is only used in csvToXml.js
*/
style2 table{
  border: 1px solid #BFC5C7;
  border-spacing: 0px;
  font-family: Arial, monospace;
   white-space:nowrap;
}

style2 table thead tr{
}

style2 table thead tr th{
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin: 0px;
  padding: 1px 5px 1px 5px;
  background-color: #cccccc;
  text-align: left;
  font-weight:bold;
}
style2 table  tr th{
  border-bottom: 0px;
  border-top: 0px;
  text-align: right;
  padding: 1px 2px 1px 18px;
  font-size: 10px;
}

style2 table tr {
  font-family: arial, monospace;
  color: black;
}

style2 table tr td {
  border-left: 0px solid black;
  border-right: 1px solid black;
  border-top: 0px solid black;
  border-bottom: 1px solid black;
  padding: 4px 5px 4px 5px;
  font-size: 11px;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/*
slidingMenu stylesheet, copied from menuStyle.css
*/

.sidenav {
  margin-top: 1px; /* Add a top margin to avoid content overlay */
  height: 100%;
  width: 0;
  position: relative;
  float: left;
	display: none;

  background-color: #e6e6e8;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 3px 1px 3px 1px;
  color: black;
  border-style: groove;
}
.sidenav div div {
  padding: 6px 8px 0px 32px;
  width:100%;
  text-decoration: none;
  font-size: 18px;
  color: #3f444d;
  display: block;
  transition: 0.3s;
  cursor:pointer;
}
.sidenav div p {
  padding: 0px 8px 0px 20px;
  width:100%;
  height:20px;
  text-decoration: none;
  color: #949191;
  transition: 0.3s;
}

.sidenav div div:hover {
  color: #edf2fa;
  background-color: #3777e6;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: red;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

/*
#main {
  transition: margin-left .5s;
  padding: 16px;
}
*/

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

span.icon {
  font-family: 'Glyphicons Halflings';
}
.menuBar{
  background-color: #174d99;
  color: white;
}

.bttn_turquoise {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:3px 12px;
  margin: 1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.bttn_turquoise:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.bttn_turquoise:active {
	position:relative;
	top:1px;
}
