/*  ####  NAV STYLES  ####  */

nav {
    background-color: #65919a;  /* #999966; */
}
.topnav {
  overflow: hidden;
  background-color: #65919a;  /* #999966; */
  min-height:50px;
}


.topnav a {
  float: left;
  display: block;
  color: #330000;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
  margin-top:7px;
  min-width:70px;
}

.navActive {
  background-color: #9ec8e0;  /* #9fdf9f; */
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: #330000;   /*  #f2f2f2  */
    padding: 8px 10px;
    background-color: #65919a;  /* #999966; */
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #c48a94;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size: 15px;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #c2c2a3;  /* #ffcccc;  #6bc28e; */
  color: #330000;  /* white; */
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dropdown-content a {
      text-align:left;
      margin-left:12px;
      display: inline;
  }
  
}


/* Fixed sidenav, full height */
.sidenav {
    float:left;
	height: 100%;
    width: 180px;
	padding-top: 10px;
	/* background-color: #c0c0c0; /*#111;*/
	padding-top:0px;
	padding-left:0px;
	/*
    position: fixed;
    z-index: 1;
    top: 180;
    left: 0;
    background-color: #e4568b; /*#111;*/
    overflow-x: hidden;
	*/
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #660000;  /*#818181;*/
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #15ca43;  /* #f1f1f1; */
}

.sideNavActive {
  background-color: #4CAF50;
  color: white;
}

.advertBox {
    float:left;
	height: 100%;
    width: 200px;
	padding-top: 10px;
	background-color: #c0c0c0; /*#111;*/
	padding-top:0px;
	padding-left:0px;
}



/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 6px;}
    .sidenav a {font-size: 18px;}
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
