* {box-sizing: border-box}

.tab button:focus {
  outline: 2px solid #3590b1;
}
/* Style the tab */
.tab {
  float: left;
  border-right: 2px solid #3590b1;
  width: 200px;
  height: 100%;
}

.dropbtn {
    font-size: 12px;
    border: none;
    outline: none;
    padding: 6px 0px;
    margin-top: 4px;
    font-family: inherit;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 6px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	text-decoration: none !important;
	color: 	#ffffff !important;	
	background-color: #3590b1;	
}

/* Create an active/current "tab button" class */
/* Create an active/current "tab button" class */
.tab button.active {
    color: 	#ffffff !important;	
	background-color: #3590b1;	
}

/* Style the tab content */
.tabcontent {
  display: grid;
  padding: 0px 5px;
  border-left: none;
  position: relative;
}

  .navbar-wide-details button {
      display: inline-block;
      float: left;
  }
  
  .navbar-wide button {
      float: left;
      font-size: 16px;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
  }
  
  .navbar-wide-details button {
      float: left;
      color: black;
      padding: 6px 14px;
      text-decoration: none;
      display: inline-block;
      text-align: left;
      font-size: 14px;
      background-color: inherit;
  border: none;
  outline: none;
  }
 .navbar-wide-details button:hover {
	text-decoration: none !important;
	color: 	#ffffff !important;	
	background-color: #629D67;	
  }

  .navbar-wide-details button:focus {
    outline: 2px solid #629D67;	
    }

 .navbar-wide-details button.active {
	text-decoration: none !important;
	color: 	#ffffff !important;	
	background-color: #629D67;	
  }

 .navbar-wide-details button.fakeActive {
	text-decoration: none !important;
	color: 	#ffffff !important;	
	background-color: #629D67;	
  }

.navbar-wide-details button.disabled {
    color:  #bdc3c7;
    opacity: 0.3;
    filter: "alpha(opacity=70)";
    cursor: not-allowed;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch:focus {
    outline: 2px solid #3590b1;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* the hamburger 

.openbtn {
  display: none !important;
}
*/

.openbtn {
  display: none !important;
  width: 200px;
  font-size: 14px;
  top: 0;
  position: static;
  left: 0;
  cursor: pointer;
  background-color: #3590b1;
  color: white;
  padding: 5px 5px;
  border: none;
}


@media screen and (1100px <= width <= 1330px) , (width <= 750px)  {


  #sidemenu { 
      width: 0px; /* 0 width - change this with JavaScript */
      position: absolute;
      z-index: 100; /* Stay on top */
      top: inherit; /* Stay at the top */
      background-color: white;
      left: auto;
      overflow-x: hidden; /* Disable horizontal scroll */
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
      max-height: 800px;
      overflow-y: hidden; /* Disable vertical scroll */
  } 
    
  .open_menu {
      -webkit-box-shadow: 3px 0px 2px 0px rgba(206,206,206,1);
      -moz-box-shadow: 3px 0px 2px 0px rgba(206,206,206,1);
      box-shadow: 3px 0px 2px 0px rgba(206,206,206,1);
  }
    
  #single, #compare {
      width: 0px;
      overflow: hidden;
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
    
  .tabcontent, .textCont {
    position: relative;
    left: 0px;
}


    
  #compare-schools {
      color: grey !important;
  }

/* Position and style the close button (top right corner) */
 /* #closebtn {

  }*/
    
  .tabButton {
      display: none !important;
  }
    
  #closebtn:hover {
      text-decoration: none !important;
  }

  #compare-schools-choice a {
      font-size: 12px;
  }    

  .openbtn {
    display: inline-block !important;
  }
   

}

/* hide wide navbar when mobile viz is used */
@media screen and ( width < 1100px ) {
.navbar-wide {
  display: none !important;
}

#tableauVizContainer, #tableauViz {
  width: 95%;
}

}