#myCarousel{
	height:300px;
}

.btnAsLnk {
  cursor: pointer;
}

#quicklinks{
		
}

#quicklinksheader{
	height:70px;
	width:355px;
}

p {
	text-align:justify;
	font-size:17px;
	color:black;
}

p a {
	font-weight:bold;
}

#topbar{
	
	background-color:white;
	height:auto;
	min-height:8px;
	margin-bottom:12px;
	
}

#main_title{
	font-size:2.0em;
	color:white;
	float:top ;
	margin-left:0px ;
}

#nav_bar{
	background-color:#0059b3;
	font-size:1.2em;
	color:blue;
	
}

#nav_option_text {
	color: white;
}

#nav_option_text_sub {
	color: #0066cc;
}


#button:hover {
	color:#003366;
}

#button:focus {
	background-color:#003366;
	color:#e6f0ff;
}

#nav_option_text:hover {
	background-color: #00264d;
	color:white;
}

#nav_option_text:focus {
	background-color:#003366;
}

#nav_option_text:active {
	color:black;
	background-color:#e6f0ff;
}

#NIH_Logo {
	width:160px;
	height:35px;
	padding-left:5px;
	padding-top:3px;
}

#USDA_Logo {
	float:right;
	height:45px;
	padding-right:5px;
	padding-top:3px;	
}

#footer {
	text-align: center;
	
}

#footer_table {
	text-align:left;
	
	font-size:80%;
}

#iframes {
	width:100%;	
    height: 900px;
	position:relative;
	
}

table#nobordertablealt td {
		width:10%;
	    font-size: 15px;
		color: black;
		border: none;
		vertical-align: top;
		
		padding: 10px;
		font-weight: normal;
}

#title {
	background-color:#e6f0ff;
	
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

#scroller_width {
	width:100px;
	background-color:black;
}
#normal-fonts {
	font-size:15%;
	color:black;
}

#head_title {
	color:#0066cc;
	font-size:1.8em;
	
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
$red: #e74c3c;
$blue : #2980b9;
$midnight : #2c3e50;
$green: #7b3;

body {
  font-family: arial, sans-serif;
}
#bootstrap-overrides checkcaption {
  text-align: center;
  margin-top: 10px;
}
#bootstrap-overrides check {
  width: 60px;
  height: 30px;
  border: #222 solid 2px;
  position: relative;
  margin: 10px auto;
  border-radius: 15px;
  input {
    visibility: hidden;
    height: 30px;
    width: 60px;
  }
  label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: $red;
    cursor: pointer;
    position: absolute;
    top: 18%;
    left: 12%;
    transition: all .3s ease;
  }
  input:checked + label {
    left: 55%;
    background-color: $green;
  }
}
#bootstrap-overrides div#timeline {
  background-color: lighten($blue,20%);
  margin-top: 150px;
  height: 10px;
  width: 100%;
  position: relative;
  //box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
  .inside {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
  }
  .dot {
    //box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
    z-index: 99;
    transition : 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    cursor: pointer;
    &:nth-child(1){
      left: 20%;
      background-color: $midnight;
    }
    &:nth-child(2){
      left: 40%;
      background-color: $red;
    }
    &:nth-child(3){
      left: 60%;
      background-color: $green;
    }
    &:nth-child(4){
      left: 80%;
      background-color: darken($blue,10%);
    }
    &:hover {
      transform: scale(1.2);
    }
    date {
      font-family: roboto;
      font-size: 1.1rem;
      display: block;
      position: relative;
      top: -60px;
      text-align: center;
    }
    span {
      display: inline-block;
      margin-top: 10px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      position: relative;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
  }
}
#bootstrap-overrides article {
  display: none;
  position: relative;
  top: 30px;
  max-width : 960px;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  date {
    display: block;
    text-align: right;
  }
  h2 {
    font-family: merriweather, sans-serif;
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }
  p {
    line-height: 130%;
  }
}
div.mask {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 99999;
	article {
    position: relative;
    top: -100%;
    margin-top: 150px;
    max-width : 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    date {
      display: block;
      text-align: right;
    }
    h2 {
      font-family: merriweather, sans-serif;
      font-size: 5rem;
      padding: 10px 0;
      border-bottom: solid #111 2px;
      margin-bottom: 20px;
    }
    p {
      line-height: 130%;
    }
  }
}
/* Calculator Side Options */ 

#calculator_options {
	/*width:14%;*/
	/* margin-bottom:300px; */
	background-color:#e6f0ff;
	border-radius:15px;
	/*font-size:15px;*/
}

#sidebar_borders {
	border-radius:15px;
	width:13.5vw;
}

#glyphicon {
/* 	text-align:right;
	margin-right:10px;  --- doesn't work */
	
}


.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 550px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 14.28%;
    float: left;
}

table#nobordertablealt2 th {
	text-align: center;
	
}
.table th {
   text-align: center;   
}


.affix-bottom { 
	bottom: 180px;
    position: absolute; 
}


.sticky {
    position:fixed;
    top:0;
}

.side_menu {
   
    background:#428bca;
    color:#fff;
    height:50px;
    line-height:30px;
    letter-spacing:1px;
    width:100%;
}

.side_menu-padding {
    padding-top:40px;
}


#tblContent tr td a{
	text-align:justify;
	font-size:17px;	
}

li a {
	font-size:17px;
}

h5 {
	text-align:justify;
	font-size:17px;	
}

h5 a {
	font-weight:bold;
}
li {
	text-align:justify;
	font-size:17px;	
}

#calculator_options li a {
	font-size:15px;
}

#the-sticky-div {
width:14%;
background-color:#e6f0ff;
border-radius:15px;
font-size:15px;	
}

 #the-sticky-div.sticky {
     position: fixed;
     top: 0;
  }

@media print {
  a[href]:after {
    content: none !important;
  }
}

#txtSearch{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:0.9em;
	width:70%;
	color:#0066cc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border:0px;
}

#iconSearch{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	font-size:0.9em;
	border:0px;
	width:auto;
	color:#0066cc;
 	padding:8.12px;
	margin-top:-2.25px;
	/*margin-bottom:2.75px;*/
}

#input-group {
	height:auto;
	padding:5px;
}

.dropdown-toggle {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}


  @media (min-width: 1200px) {
    font-size: 20px;
  }
}