@charset "utf-8";
/* CSS Document */
@font-face{ 
font-family:nuni_reg;
src:url(fonts/Nunito-Regular.ttf) }
@font-face{ 
font-family:nuni_bold;
src:url(fonts/Nunito-SemiBold.ttf) }
@font-face{ 
font-family:nuni_black;
src:url(fonts/Nunito-Black.ttf) }

body{ 
background-color:#ABABAB; }

#min_width_controller{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	height:10px;
	min-width:1203px }

.navbar {
  overflow: hidden;
  background-color: #3069ae;
  font-family:nuni_bold;
  padding-left:180px;
 
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 20px 15px;
  text-decoration: none;
  cursor:pointer;
}

.dropdown {
  float: left;
  overflow: hidden;
  cursor:pointer
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 20px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor:pointer
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  cursor:pointer
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor:pointer
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


#navig{ 
position:absolute;
width:100%;
height:auto;
top:0;
left:0;
background-color:#A4FFAB;
z-index:1;}

#logo{ position:absolute;
width:110px;
height:47px;
margin-left:20px;
top:5px;
left:0;
background-image:url(imgs/logo.png);
background-size:auto 100%}

#panel_title{ 
position:absolute;
width:91%;
height:80px;
left:2.5%;
top:0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background-color:#FFFFFF;
color:#000000;
font-size:25px;
line-height:26px;
padding-left:25px;
font-family:nuni_black;}

.home_panel_spacer{ 
position:absolute;
bottom:-80px;
height:80px;
width:100%;
left:0;
font-family:nuni_bold }



#footer{ 
top:100px;
position:absolute;
width:100%;
padding:15px 0;
left:0;
font-size:14px;
background-color:#3069ae;
text-align:center;
font-family:nuni_reg;
color:#FFFFFF; }


