				/* File Name : hpage_style_sheet1.css
				   Description : Style File */
 

body{
    width: 100%;
    height: 100%;
    margin: 0px; /*Space from this element (entire page) and others*/
    padding : 0px; /*space from content and border*/
    background-color: aliceblue;
    font-family:verdana;
    padding-left:10px;
    padding-right:10px;
    display:block;
    box-sizing: border-box;
    position:relative;
    overflow-y : auto;	
}

/*------------------  Header - Css -------------- */
		
.header {
 position : fixed;
 top:0px;
 left:0px;
 right:0px;
 background-image :linear-gradient(315deg, #01143e 30%, #0870af 70%); 
}

.logo_outer_border
{
	border:4px solid #065b95;
	height:71px;
	width:100px;
}
 
.logo_inner_border
{
	width:96px;
	height:67px;
	background-color:#4783b7; 
	display: flex;
	align-items: center;
	justify-content: center;
	border:2px solid #c9daf8;
}


/*------------------  Divison (2) - Css -------------- */

.div2 {
 width:auto;
 height:auto;
 text-align:center;
 display: flex;
 align-items: center;
 justify-content: center;
 background-image: url('div2_bg.png');
 background-size:cover; 
 margin-top:60px;
 padding-left:30px;
 padding-right:30px;
 
}

.out_border
{
   background-color:#0870af4a;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   padding : 5px;
}

.div2_ul
{
  list-style-type: none;
  overflow: hidden;  
  padding : 5px;

}

.div2_ul li
{
	text-align:left;
	padding:8px;
}

.div2_ul li a
{
	text-decoration: none;
}

.label_small_txt
{
	font-size:14px;
	margin-left:5px;
	color:navy;
}

.label_head_txt
{
	font-size:14px;
	font-weight:bold;
	color:black;
}

.div2_slide_inner_div
{
	background-color:#ffffff96;
	margin-bottom:5px;
	margin-top:8px;
	max-width:850px;
	min-height:180px;
}

#tb_inner_div2{
  border-collapse: collapse;
  font-size:14px;
  color:black;
  height:160px;
  margin-left:33px;
  margin-right:33px;
  padding:10px
}

#tb_inner_div2 td
{
  font-size:14px;
  color:black;
}
 
#tb_inner_div2 th {
  padding-top: 6px;
  padding-bottom:6px;
  text-align: center;
  background-color: #99b5ff;
  color:black;
  font-size:13px;
  max-width:800px;
}	

/*----- Slide Menu ----*/

.slide_menu {
  overflow: hidden;
  color:black;
  font-size:13px;
  font-weight:bold;
  margin:5px;
  height:50px;
  margin-left:-15px;
}

.slide_menu a {
  float: left;
  color: black;
  text-align: center;
  padding: 7px 9px;
  text-decoration: none;
  font-size: 13px;
}

.slide_menu a:hover {
  color: blue; 
}

.slide_menu a.active {
  color: black;
  border-bottom:3px solid Navy;
}


/*Meter Tag */
ul#meter
{
	padding-left:0px;
	margin-left:-25px;
}

/*----------------------------- Division(3) -------------------------------------*/

.div3{
 width:auto;
 height:auto;
 background-color: #eee5ec;
 /*background-image: url('bimage2.jpg');*/
 background-size:cover; 
 padding-bottom:15px;
 padding-top:15px;
}


/* -------------------------------------- Division (4) ---------------------------------*/

.div4{
 width:auto;
 height:auto;
 text-align:center;
 /*background-image: url('div4_bg.jpg');
 background-size:cover; */
 background-color:#4f00b114;
 padding-left:30px;
 padding-right:30px;
 padding-top:15px;
 padding-bottom:15px;
}

.div5{
 width:auto;
 height:auto;
 background-color: #f6f6f6;
 /*background-image: url('div3_bg.jpg');*/
 background-size:cover; 
 padding-bottom:15px;
 padding-top:15px;

 display: flex;
 align-items: center;
 justify-content: center;
}

.apparel_div5{
 width:auto;
 height:auto;
 /*background-color: #f6f6f6;*/
 background-image: url('div2_bg.png');
 background-size:cover; 
 padding-left:10px;
 padding-right:10px;
 padding-top:15px;
 padding-bottom:15px;
}



.div6{
 width:auto;
 height:55px;
 background-image :linear-gradient(315deg, #01143e 30%, #0870af 70%); 
 text-align:center;
 
}

			/* Footer */
div.footer{
  position: absolute;
  color:navy;
  text-align:left;
  padding:5px;
  bottom:5px;
  width:auto; 
  right:4px;
  left:4px;
  height: 60px;
  font-size: 13px;
  background-color:skyblue;
} 


		/* UL basic Style */ 
ul {
  list-style-type: none;
  margin: 0;10
  padding: 0;
  overflow: hidden;  
 }
.icon{
    text-align: center;
}
li {
  float: left;
  display:inline-block;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 0px 3px;
  text-decoration: none;
}

.sel_menu
{
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   padding : 2px;
   background-color: #053c72;
}

.menu1
{
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   padding:2px;
}

/* unordered List*/ 
ul#un_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;  
 }
 
ul#un_list li {
  float: left;
  display:inline-block;
}

ul#un_list li a {
  display: block;
  color: black;
  text-align: center;
  padding: 0px 3px;
  text-decoration: none;
}


/* Menu List */
.topnav {
  overflow: hidden;
  color:black;
}

.topnav a {
  float: left;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 14px;
}

.topnav_text
{
   color: white;
}
.topnav_text:hover
{
   color:#8cf4ff;
}
 

.topnav a.active {
  color: #c3ec0b;
  border-bottom:3px solid #c3ec0b;
  
}

/* Blue Button */

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #054980;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button:hover
{
   background-color:green;
}

/* Grey Button */

.button1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #535358;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

.button1:hover
{
   background-color:green;
}

/* Green Button */

.button2 {
  display: inline-block;
  border-radius: 4px;
  background-color: green;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  cursor: not-allowed;
}

/*.button2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button2:hover span {
  padding-right: 25px;
}

.button2:hover span:after {
  opacity: 1;
  right: 0;
}

.button2:hover
{
   background-color:green;
}*/


/* Blue Button */

.button3 {
  display: inline-block;
  border-radius: 4px;
  background-color: #1e0694;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}

.button3:hover
{
   background-color:green;
}

/* Orange Button */

.button4 {
  display: inline-block;
  border-radius: 4px;
  background-color: #da3b26;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  cursor: not-allowed;
}

/*.button4 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button4 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button4:hover span {
  padding-right: 25px;
}

.button4:hover span:after {
  opacity: 1;
  right: 0;
}

.button4:hover
{
   background-color:green;
}*/


/* Skyblue Button */

.button5 {
  display: inline-block;
  border-radius: 4px;
  background-color: #0262ac;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  cursor: not-allowed;
}

/*.button5 span {
 cursor: not-allowed;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button5 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
 
}

.button5:hover span {
  padding-right: 25px;
}

.button5:hover span:after {
  opacity: 1;
  right: 0;
}

.button5:hover
{
   background-color:green;
}*/


.sidebar {
  margin: 0;
  padding: 0;
  
}

.sidebar a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color:white;
  width: 160px; 
  color: navy;
}
 
.sidebar a i
{
  color:navy;
}

.sidebar a.active {
  background-color:#4e00b0;
  color: white;
}
 

.sidebar a.active:hover {
  background-color: #054980;
  color: white;
}
.sidebar a i.active:hover {
  color: white;
}

.sidebar a ul:hover:not(.active) {
   color: blue;
}

.sidebar a i:hover:not(.active) {
   color: navy;
}

div.content {
  margin-left:-5px;
  padding: 1px 16px;
  height:auto;
  
  width:auto;
}

@media screen and (max-width: 400px) {
  .sidebar {
    width: auto;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.aonhover
{
   cursor : pointer;
  /* border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   padding : 2px;*/
   color:navy;
    
}

.aonhover:hover
{
	/*background-color:steelblue;*/
      color:steelblue;
}



.label_bold
{
   font-weight:bold;
   font-size:13px;
   color:navy;
}

label.tip {
	text-decoration: none
}
label.tip:hover {
	cursor: help;
	position: relative;
}
label.tip span {
	display: none;
}
label.tip:hover span {
	border: #c0c0c0 1px dotted;
	padding: 5px 20px 5px 5px;
	display: block;
	z-index: 100;
	background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
	left: 0px;
	margin: 10px;
	width: 250px;
	position: absolute;
	top: 10px;
	text-decoration: none;
	color:navy;
	font-weight:normal;
	font-size:13px;
	border-radius: 5px;
}

/* List Order */
.list_ul
{
  list-style-type: none;
  padding : 5px;

}

.list_ul li
{
	padding:5px;
	text-align:center;
	background-color:#0870af2b;
	width:310px;
	height:50px;
	cursor:pointer;
	border-radius: 5px;
     font-size:13px;
     font-weight:normal;
     display: flex;
     align-items: center;
     justify-content: center;
}
 

.list_ul li:hover{
background-color:#0870af96;
}

.list_ul li table tr td
{
	font-size:14px;
     font-weight:normal;
}

.list_ul li table tr td:hover{
font-weight:bold;
font-size:14px;
}


#mySidenav a {
  position: fixed;
  left: -140px;
  transition: 0.3s;
  padding: 15px; 
  padding-right:10px;
  width: 150px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  border-radius: 0 5px 5px 0; 
  background-color: #0870af;
  font-family:verdana;
  display: block;
  text-align: right; 
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

#mySidenav a:hover {
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  text-align:left;
}

#about  {
  top: 100px;
}

#about:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "About";
  text-align:center;
  margin-left:10px;
}

#stage {
  top: 160px;
 // background-color: #1bc1ee3d;
}
#stage:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Stages";
  text-align:center;
  margin-left:10px;
}

#need {
  top: 220px;
  //background-color: #bae3f445;
}

#need:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Need";
  text-align:center;
  margin-left:10px;
}

#dboard {
  top: 280px;
  //background-color:#42a5f540;
}
#dboard:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Dashboard";
  text-align:center;
  margin-left:10px;
}


#cons {
  top: 340px;
  //background-color: #87ceeb21;
}
#cons:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Report";
  text-align:center;
  margin-left:10px;
}

#demo {
  top: 400px;
  //background-color:aliceblue;
}	
#demo:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Demo";
  text-align:center;
  margin-left:10px;
}

#home {
  top: 100px;
  //background-color:aliceblue;
}	
#home:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Home";
  text-align:center;
  margin-left:10px;
}

#app {
  top: 160px;
  //background-color:aliceblue;
}	
#app:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Application";
  text-align:center;
  margin-left:10px;
}


#ser {
  top: 220px;
  //background-color:aliceblue;
}	
#ser:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "Services";
  text-align:center;
  margin-left:10px;
}

#ev_about {
  top: 280px;
  //background-color:aliceblue;
}	
#ev_about:hover:after 
{
  left: 0;
  background-color: green;
  color:white;
  font-weight:bold;
  content : "About";
  text-align:center;
  margin-left:10px;
}


//Drop down menu 
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 155px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding:5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block; 
}


.dropdown-content a:hover {
	color: navy;
	background-color: #ddd;
}

.dropdown-content a.selected
{
	background-color:lightblue;
	color:blue;
}
.dropdown:hover .dropdown-content {display: block;}

ul#tmenu li {
    display: inline;
    float: right;
}

ul#tmenu li a {
    color: white;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    text-decoration: none;
    vertical-align: 1px;
    border-radius: 10px 10px;
}

ul#tmenu li a:hover {
    color: #8cf4ff;
}
 