*{
	padding: 0;
	margin: 0;
	font-weight: bold !important;
}
h3{
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.block{
	display: block;
}
a{
	text-decoration: none;
}

/*.w3-container{
	min-height: 100%;
}*/
.body-content{
	min-height: 450px;
	float: left;
	width: 100%;
}
input, select{
	height: 30px;
	font-weight: bold;
	
}
select{
	font-size: 8px;
	line-height: 0px;
	padding: 0px !important;
	
}
select option{
	font-size: 12px;
}
label, input{
	font-weight: bold;
	font-size: 11px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 92%;
  background-color: #AA1100;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
#menu a.w3-button, #menu .w3-button{padding: 5px 20px !important; border-right: 1px solid; border-radius: 0 !important;}
/*.tooltip:hover .tooltiptext {
  visibility: visible;
}*/
#menu .w3-button:last-child{border-right: none;}
#menu .w3-dropdown-hover .w3-dropdown-content a.w3-bar-item{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5deea+0,8abbd7+31,066dab+100;Web+2.0+Blue+3D+%231 */
background: #c5deea; /* Old browsers */
border-right: none ;
padding: 5px !important;
border-bottom: 1px solid white !important;
}
#menu .w3-dropdown-hover .w3-dropdown-content a.w3-bar-item:last-child{border-bottom: none !important;}
#menu .w3-dropdown-hover .w3-dropdown-content a.w3-bar-item:hover{background: #2676bc !important; color: white !important;}
.w3-red{
	background-color: #2676bc !important;
	color: white;
	padding: 2px 20px;
	font-weight: bold;
}
table th{
	padding: 0 5px !important;
	font-weight:900;
	text-align: center !important;
}

table tr td{
	padding: 2px 5px !important;
	font-size: 11px;
	text-align: right !important;
}
/*table tr:hover{
	background: #f0e0b5 !important;
	color: black !important;
}*/

th{
	background-color: #2676bc !important;
}
table tbody tr{background: white;}
/*table tbody tr:nth-child(even){
	background: white !important;
}
table tbody tr:nth-child(odd){
	background: white !important;
}*/
/*table tbody tr:hover:nth-child(even){
	background: #8ecae6 !important;
}
table tbody tr:hover:nth-child(odd){
	background: #8ecae6  !important;
}*/

body{background-color: #c5deea !important;}

.w3-white, .w3-hover-white:hover {
    color: #000!important;
    background-color: #c5deea !important;
}
.w3-hover-white:hover .w3-bar-item{
	border-bottom: 1px solid #ccc !important;
}
.menu_back{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5deea+0,8abbd7+31,066dab+100;Web+2.0+Blue+3D+%231 */
background: #c5deea; /* Old browsers */
background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 31%,#066dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
}
.hideButton{
			display: none;
		}


/*#product_table{
	position: relative;
}
#product_table table thead{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10
}
#product_table table tr:not(first-child){
	position: relative;
	top: 15px;
}*/

.body-content{
			background: url(../images/ipos11.png);
			background-position: center;
			background-size: cover;
			min-height: 535px;

		}

		#loading{
			display: none;
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background-color: rgba(255,200,200,0.6);
			background:url(../images/loading_new.gif);
			background-repeat: no-repeat;
			background-position: center;
			background-size: auto;
		}

		label{
			display: inline-block !important;
			margin-right: 10px;
			
		}

		input,select,button.w3-button,textarea{
			/*border: 1px solid #aaa;*/
			border-radius: 3px !important;
		}
		input,textarea,select{
			border: 1px solid #999;
			padding: 2px;
		}
		#report_style select,#report_style input{
			width: 86% !important;
		}
		
		label{
			display: block;
			width: 100% !important;
		}

		#product_table {
    max-height: 50vh !important;
    overflow: auto;
}

td.mid-text{
			text-align: left !important;
			padding-left: 10px !important;
		}

		table tr:last-child{
		background-color: #ddeeff;
	}

	table+button{
		margin: 0 auto;
	}