/* ARTHURSPASS.COM CSS */

#ap_top_logo {
   background-image: url("../images/logo_pano1.jpg");
   height: 84px;
   padding: 26px 16px;
}
  
#ap_sidebar_logo {
   background-image: url("../images/logo_pano1.jpg");
   height: 84px;
   padding: 8px 16px;
   background-color: #000;
   color: #fff !important;
   letter-spacing: 4px !important;
}
.ap_sub_title {
font-size: 22px;
}
	
.ap_hamburger {
   background-color: #000;
   margin-top: -35px;
   margin-right: -10px; 
}	

.ap_wide {
	margin: 18px 0px;
	font-family: "Roboto", sans-serif;
}

.ap_orange{
	background-color: #EF8408;
}

.ap_lite_orange{
	background-color: #FAB56A;
}

.ap-padding-20-30 {
	padding-top: 20px;
	padding-bottom: 30px;
}

.ap-text-brown {
	color: #4F1E00;
}

.ap_emergency_note_container {
	display: flex;
	background-color: #ff0;
	margin: 10px;
	padding: 7px;
	border-radius: 10px;
	border: 3px solid #575050;    
}

.ap_alerts_container {
	display: flex;
	font-size: 14px;
	background-color: #ff0;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
	border: 3px solid #575050;    
}

.ap_exclaimation {
	height: 70px;
	color: #f00;
	flex: 0;
	font-size: 60px;
	margin-right: 15px;
}

.ap_emergency_note_text {
	flex: 1;
}

.ap_text_container {
	padding: 10px;
	font-family: "Montserrat", sans-serif;
}

.ap_viewer_container {
	padding: 0px;
	font-family: "Montserrat", sans-serif;
}

.ap_thumbnail_grid ul {
   list-style: none;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: left;
   padding-left: 0px;
}

.ap_thumbnail_grid li {
    width: 140px;
	margin-right: 5px;
	font-size: 11px;
}

.ap_thumbnail_grid img {
	display: block; /* Get rid of tiny space below images */
    margin-bottom: .3em;
	max-width: 100%;
}

.ap_thumbnail_grid .ap_thumbnail {
	position: relative;
}

.ap_weather_col {
	float: left;
}

.ap_50_column {
	min-width: 375px;
	max-width: 450px;
	float: left;
}

.ap_380_column {
	min-width: 380px;
	max-width: 380px;
	float: left;
}

.ap_class001 {
	font-size: 16px;
}

.ap_class002 {
	background-color: #ffffff;
}
	
.ap_class003 {
	background-color: #fff0d0;
}

.ap_class004 {
	background-color: #fcb136;
}

.ap_class005 {
	background-color: #ff9b8b;
}

.ap_highlight {
     background-color: #00e2ba;
	 }

.ap_weather_summary {
    background-color: #fff;
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	cursor: pointer;
	width: 100%;
	max-width: fit-content;
	border: 1px solid black;
	border-collapse: collapse;
	overflow: auto;
	display: block;
}	

.ap_weather_summary td, th {
   border: none; 
}	
	
.ap_weather_table {
	font-size: 10px;
	text-align: center;
	width: 100%;
	max-width: fit-content;
	border-collapse: collapse;
	border: 2px solid blue;
	background-color: #fff0d0;
	overflow-y: auto;
	display: block;
}

.ap_weather_table table, td, th {
    padding: 3px;
	border: 1px solid blue;
	vertical-align: top;
}

.ap_avalanche_table {
    width: 100%;
	max-width: fit-content;
	font-size: 12px;
	overflow-x: auto;
	display: block;
	border-collapse: collapse;
}

.ap_avalanche_table table, td, th {
    border: 1px solid black;
	padding: 2px;
	vertical-align: top;
}

.ap_general_table {
    width: 100%;
	max-width: fit-content;
	font-size: 14px;
	overflow-x: auto;
	display: block;
	border-collapse: collapse;
}

.ap_general_table table, td, th {
    border: 1px solid black;
	padding: 2px;
	vertical-align: top;
}

.collapsible1 {
  background-color: #f00;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-bottom: 10px;
}

.active1, .collapsible1:hover {
  background-color: #8A6441;
}

.collapsible1:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

.content1 {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.collapsible2 {
  background-color: #DBCAB5;
  color: #4F1E00;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin-bottom: 10px;
}

.active2, .collapsible2:hover {
  background-color: #8A6441;
  color: white;
}

.collapsible2:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2212";
}

.content2 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.ap_search_input {
   display: block;
   float: right;
   width: 35%;
   height: 40px;
   margin-top: 11px;
   border: 1px solid #ccc;
   padding: 8px;
   overflow: visible;
   font-size: 16px;   
}

.ap_search_input2 {
   float: left;
   width: 50%;
   border: 1px solid #ccc;
   padding: 8px;
   overflow: visible;
   font-size: 16px; 
   margin-right: 3px;   
}

.ap_search_button {
   float: left;
   border: 1px solid #ccc;
   overflow: visible;
   font-size: 24px; 
   text-align: center;
   vertical-align: middle; 
   text-decoration: none;
   padding: 3px 14px;
   background-color: white;
   overflow: hidden;
   white-space: nowrap;
   user-select: none;      
}

.ap_search_button2 {
   float: right;
   margin-top: 26px;
   border: 1px solid #ccc;
   padding: 0px 10px;
   overflow: visible;
   text-align: center;
   vertical-align: middle; 
   text-decoration: none;
   background-color: white;
   overflow: hidden;
   white-space: nowrap;
   user-select: none;      
}

#mountainwikiedit input[type='checkbox'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
	width:30px;
    height:30px;
    background:red;
    border-radius:5px;
    border:2px solid #555;
	cursor: pointer;
}
#mountainwikiedit input[type='checkbox']:checked {
    background: green;
}

#mountainwikiedit input[type="checkbox"]:checked:after {
    content: '\2714';
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 5px;
	color: #fff;
}

#newascent input[type='checkbox'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
	width:30px;
    height:30px;
    background:red;
    border-radius:5px;
    border:2px solid #555;
	cursor: pointer;	
}

#newascent input[type="checkbox"]:after {
    content: '\2613';
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: 5px;
	color: #fff;
}

#newascent input[type='checkbox']:checked {
    background: green;
}

#newascent input[type="checkbox"]:checked:after {
    content: '\2714';
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 5px;
	color: #fff;
}

#search_sar input[type='checkbox'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
	width:30px;
    height:30px;
    background:red;
    border-radius:5px;
    border:2px solid #555;
	cursor: pointer;		
}

#search_sar input[type="checkbox"]:after {
    content: '\2613';
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: 5px;
	color: #fff;
}

#search_sar input[type='checkbox']:checked {
    background: green;
}

#search_sar input[type="checkbox"]:checked:after {
    content: '\2714';
	font-size: 18px;
	position: relative;
	top: 0px;
	left: 5px;
	color: #fff;
}

.ap_search {
	background-image: url('../images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.ap_hr {
	background-color: #DBCAB5;
	height: 4px;
	margin: 10px;
}

.ap_title_block {
	background-color: #8A6441 !important;
	color: white !important;
	line-height: 1.2 !important;
	margin-bottom: 8px !important;
}

.ap_info_block {
	background-color: #DBCAB5 !important;
}

.ap_hcenter {
  margin: 0;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}