.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
text-align:left;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.acd:hover .dropbtn {background-color: #3e8e41;}







html{
	background-color: #ffffff;
}
  /* @media(max-device-width:425px) and (min-device-width:320px){
 	.header-fixed{ height:450px !important;}
 } */
.header-fixed {
	/* background-color:#ffcc33; */
	/* background-color:#deddd9; */
	background-color:#ffffff;
	box-shadow:0 1px 1px #ccc;
	padding: 6px 0px;
	height: 90px;
}
.header-fixed .header-limiter {
	text-align: center;
	margin: 9px auto;
}
/* Logo */
.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}
.header-fixed .header-limiter h1 span {
	color: #5383d3;
}
.header-fixed .header-limiter a {
	color: #ffffff;
	text-decoration: none;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 1;
}
 
body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}
 
@media all and (max-width: 600px) {
	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}
	body.fixed .header-fixed { display: none; }
  }
	body {
		margin: 0;
		padding: 0;
		/* height: 1500px; */
	}
 
 @media(max-device-width:1440px) and (min-device-width:1024px){
 	.logo-grid{ width:8%;}
  }
  
 /*  @media(max-device-width:1024px) and (min-device-width:768px){
 	.header-name{ font-size:40px !important; }
 } */
 /*  @media(max-device-width:425px) and (min-device-width:320px){
 	.header-name1{ font-size:33px !important;}
 	.header-name2{font-size:19px !important;}
 	.header-name3{font-size:15px !important;}
 } */
 
 ul{
 list-style-type:none;
}

.main-header{
float:left
}
 

.errmessage {
	font-size:13px;
	color:#008000 !important;
	font-family:Calibri, verdana,Arial, Helvetica, sans-serif;
}

.errmessage2 {
	font-size:13px;
	color:#dd4b39 !important;
	font-family:Calibri, verdana,Arial, Helvetica, sans-serif;
}
.errmessage1 {
	font-size:15px;
	color:green !important;
	font-family:Calibri, verdana,Arial, Helvetica, sans-serif;
}


.panel-default>.panel-heading {
    background-color: #337ab7;
}

.new-deafult{
	border: 1px solid #337ab76b;
}





