/* Remove default bullets */

.container {
	padding-top: 10px !important;
	border: none !important;
}

.atlas-nav {
	padding-left: 5px;
}

ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

#myUL ul {
    padding-left: 1em;
}

#myUL li{
    padding-left: 0;
    list-style-type: none;
    line-height: 1.5;
    margin: 0;
}
#myUL li ul{
    padding-left: 0;
    list-style-type: none;
    line-height: 1.5;
    margin: 0 0 0 10px;
}


.atlas-mobile {
    display:none;
}

#collapse-menu {
    /*background-color: lightblue;*/
}

/* Style the caret/arrow */
.caret {
	cursor: pointer;
	user-select: none; /* Prevent text selection */
	display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-right: 15px !important;
	vertical-align: top !important;
    border: none !important;
 
}

.current-term a {
	font-weight: bold !important;
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

.box-bullet {
	font-size: 1.2em;
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

table {
    width:100%;
    margin:0px !important;
}

td {
    vertical-align:top;
    text-align:left;
    /*border: .5px solid black;*/
    
}

.term-label {
    
    font-style: bold;
    font-size: 18px;
    background-color: #109bc5;
    color: white;
	padding: 5px;
}

.term-content {
    max-width: 70%;
    float: left;
    margin-left: 20px;
	margin-bottom: 20px;
}

.atlas-notes {
	margin-top: 30px;
	border:.5px solid darkblue;
	background-color: lightblue;
	padding: 10px;
	font-size: .8em;
}

.atlas-notes h4 {
	border-bottom: .5px solid darkblue;
	font-size: 1em;
	
}

/*Tab navigation */
.nav-tabs>li.active>a {
	/*background-color: lightblue !important;*/
	border: solid black 1px !important;
	border-bottom: none !important;
}
.nav-tabs>li {
	font-size: 1.2em;
	height: 60px !important;
}

.image-tabs>ul {
	margin: 0 !important;
}

.image-tabs {
	padding-top:15px;
	border-bottom:1px solid black;
}

.tab-icon {
	margin: auto;vertical-align: middle;display: inline-block;
}

.div-image {
	max-width:70%;
	display:inline-block;
}

.div-descrip {
	padding-left: 10px;
	float:right;
	max-width:30%;
	vertical-align:top;
}

.content-image {
	max-width:100%;
	display:inline;
}

.video-frame {
	width: 100%;
	max-height: 300px;
	display:inline;
}

.atlas-search-submit {
	padding: 0px 20px 10px 20px !important;
	background-image: url(../../wp-content/uploads/ipccc/search.png) !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	width: 60%;
}

/* Media queries for mobile */
@media only screen and (max-width: 900px) {
    .atlas-nav {
        display:none;
    }

    #myUL ul {
        padding-left: .3em;
    }
    
    #collapse-menu {
        display:block;
    }

/*Mobile Navigation */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  /*background-color: rgb(0,0,0);  Black fallback color 
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 50%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 900px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*Model window for copyright and download button */
.modal-header {
    padding-bottom: 0;
    background: #f6f6f6;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
