/* Import Bootstrap v3.3.7 (http://getbootstrap.com) */
@import "bootstrap.min.css";

/* Import SRTR website CSS */
/*@import "modern.css";*/
@import url("https://www.srtr.org/assets/styles/modern.css");

/* Shiny SRTR CSS */

/* Set Max width to 100%, unless screen width is wide */

.app_container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Include in the app itself:
  tags$head(tags$style(
    "@media (min-width: 1300px) {.app_container {width: 1285px;}}"))
*/

/* OR */

/*
@media (min-width: 1300px) {
  .app_container {
    width: 1285px;
  }
}
*/

/* Style tabs */

.nav-tabs {
	border-bottom: 2px solid #DDDDDD;}

.nav-tabs > li > a {
	border-radius: 0px 0px 0px 0px;  
	border-top: 8px solid #DDDDDD;
	border-right: 2px solid #DDDDDD; 
	border-bottom: 2px solid transparent;	
	border-left: 2px solid #DDDDDD; 
	color: #323232;
	text-decoration: none;
	margin-bottom: -1px;
	font-family: open_sans, sans-serif;}

.nav-tabs > li > a:hover {
  background-color:#EEEEEE;
  	border-top: 8px solid #DDDDDD;
	border-right: 2px solid #DDDDDD; 
	border-bottom: 2px solid transparent;
	border-left: 2px solid #DDDDDD; 

}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #323232;
  cursor: default;
  background-color: #fff;
  border-top: 8px solid #2d62a1; 
  border-right: 2px solid #2d62a1; 
  border-bottom: 2px solid transparent;
  border-left: 2px solid #2d62a1;
}

/* Enlarge Font -- Good for the input panel */

/*
.userContent .form-control.shiny-bound-input {
	font-size: large;
}
.shiny_srtr_largefont {
  font-size: small;}
*/

.userContent label.control-label {
	font-weight: bold;
}

/* Blue Box Around Content */

.shiny_srtr_blue_box {
  border: 4px solid #43A7CB;
  padding: 19px;
}

.row_of_boxes {
  display: flex;
  flex-flow: row wrap;
}

.column_box_right {
  border: 4px solid #274b93;
  padding: 19px;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 15px;
}  

.column_box_left {
  border: 4px solid #8c412b;
  padding: 19px;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
}  

@media handheld, only screen and (max-width: 767px) {
  .column_box_left {
    width: 100%;
    margin-right: 0;
  }
  .column_box_right {
    width: 100%;
    margin-left: 0;
  }
}

.hdg_question {
 color: #3371aa;
}

.hdg_left {
  color: #8c412b;
}

.hdg_right {
  color: #274b93;
}
