body {
	margin:0px;
	padding:0px;

	/*min-width of the masthead image*/
	min-width: 320px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	background-color:#000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #A42903;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}



a {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: none;
}



label[for] {
	cursor:pointer;
}

#maincontent {
	max-width:1024px;
	margin: 0px auto;
	background-color:#fff;
	padding:20px 5px 20px 5px;
}
#maincontentwrapper {
	width:100%;
	background-color:#fff;
}

footer {
	padding:10px 0px 20px 0px;
	text-align:center;
	color:#999;
}
footer a {
	color:#E65757;
}





.float.right {
	float: right;
}
.float.left {
	float: left;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}













/* Archives list */
.archives{

}

.archives .post {
	margin-bottom: 10px;
}

.archives .post .articletitle {
	padding-bottom:10px;
}

.archives .post .articledate {
	color: #898989;
}

.archives .post .articletext {
}

.archives .post .articletext p {
	line-height: 160%;
}

.archives .post .articletext a {
	color:#333;
}

.archives .post .articletext{
}

.archives .tags {
	padding-top:10px;
	padding-bottom:10px;
}


.quickLinks ul { 
	background-color:#f9f9f9;
	padding:10px;
	border:1px dashed #ccc;
	border-left:0px;
	border-right:0px;
}
.quickLinks ul li {
	display:inline-block;
	padding-right:10px;
}
.quickLinks a {
	color: #666;
}

.archives .articletitle h4 {
	margin:0;
}


/*
.archives .quickLinks {
	padding:0px;
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
	color: #999;
	background:#f9f9f9;
}
.archives .quickLinks a {
	color: #999;
}
.archives .quickLinks a:hover {
	color: #999;
}

.archives .quickLinks ul li {
	list-style-type: none;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
	line-height:10px;
}
*/


.archives .post img {padding:5px;}

.archivedate {
	min-width:100px;
	float:left;
}

.codeblock {
	width:100%;
	overflow:scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	border:1px solid #efefef;
	background:#F9F9F9
}

h1.pageheader {
	margin-bottom:30px;
}


.fa-th {
	transform: scale(1, 1.2);
}

.gallerythumbs {
	text-align: center;
}
#galleries .gallery .gallerythumbs a {
	text-decoration: none;
	margin:0px;
	line-height: 50px;
	padding:7px;
}
#galleries .gallery .gallerythumbs img {
	border:5px solid #666;
	margin:0px;
	padding:0px;
	border-radius: 15px;
	width:93px;
	opacity: .80;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#galleries .gallery .gallerythumbs img:hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#imagemodal img {
	border-radius:10px;
	border:4px solid #ccc;
	width:100%;
}

.galleryentry {
	padding-bottom: 20px;
}
.galleryentry .category {}
.galleryentry .lastchangedate {
	padding-top:10px;
	padding-bottom:10px;
	color: #898989;
}



#imagemodal .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#imagemodal #modalcontent {
  position:relative;
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 750px; /* Could be more or less, depending on screen size */
  border-radius:15px;
}

#imagemodal #modalprevimage {
	position: absolute;
	left:4%;
	top:1em;
	color:#ececec;
	display: none;
	opacity: .50;
	background-color:#999;
	border-radius:100%;
	line-height: .75em;
}

#imagemodal #modalnextimage {
	position: absolute;
	right:4%;
	top:1em;
	color:#ececec;
	display: none;
	opacity: .50;
	background-color:#999;
	border-radius:100%;
	line-height: .75em;
}


#imagemodal #modalnextimage, #imagemodal #modalprevimage {
	cursor:pointer;
}

/* The Close Button */
#imagemodal .close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -20px;
	margin-right: -18px;
	opacity: 1;

}
#imagemodal .close .fa {
	color:#000;
}

#imagemodal .close:hover,
#imagemodal .close:focus {
  text-decoration: none;
  cursor: pointer;
}


.error {
	color:#ff0000;
}
.red {
	color:#ff0000;
}
.blue {
	color: #428adf;
}
.green {
	color: #72be47;
}

.fa-xlg {
	font-size:1.3em;
}



img {
	vertical-align: inherit;
}

.form-group .formitem {
	margin-bottom:15px;
}
#contactform .form-group .formitem label {
	font-weight:bold;
	font-size:1.10em;
}


#contactBandT {
	display:none;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	text-align:center;
}
#contactBandT>div {
	text-align:center;
	position:relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 10px;  
	border-radius:15px;
}
#contactBandT>div {
	text-align:center;
	width:320px;
}
#contactBandT>div>div {
	text-align:center;
	border: 1px solid #ccc;
	border-radius:10px;
	padding:5px;
	background-color:
	#fff;
}





#login_modal .form-label-group, #forgot_modal .form-label-group {
	padding-bottom:1em;
}


span.formhelp.message {
	color:red;
	display:none;
}



.login_error, .forgot_error {
	color:red;
	padding-bottom:5px;
}

.tantalizing {
	display:none;
}







input[type="date"] {
    position: relative;
}


/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }


.tagbadge {
	display: inline-block;
	background-color:#eaeaea;
	border: 1px solid #ccc;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .65em;
    margin-bottom: .25em;
}
.tagbadge a {
	color:#555;
	text-decoration: none;
}
.tagbadge a:hover {
	background-color:#ccc;
}
.tagbadge:hover {
	background-color:#ccc;
}
.tags .fa.fa-tags {
	font-size:1.25em;
}





#flash_message {
	visibility:hidden;
	min-width:100%;
	text-align: center;
	padding: 2em;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	cursor: pointer;
	color: #fff;
	background-color:#6c757c;
	box-shadow: 0 1px 10px 0 #000;
}
#flash_message.show {
	visibility:visible;
}
#flash_message_close {
	float:right;
	cursor:pointer;
	margin-top:-15px;
	font-size:2em;
}
#flash_message_text {
	font-weight: bold;
	font-size:1.2em;
}
#flash_message.success {
	color: #fff;
	background-color:#27a744 ;
}
#flash_message.info {
	color: #fff;
	background-color: #418adf;
}
#flash_message.error {
	color: #fff;
	background-color: #dc3445;
}








/*Bootstrap overrides */
.btn-primary { 
  color: #ffffff; 
  background-color: #428ADF; 
  border-color: #2215D4; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #0955AD; 
  border-color: #2215D4; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #428ADF; 
  border-color: #2215D4; 
} 
 
.btn-primary .badge { 
  color: #428ADF; 
  background-color: #ffffff; 
}



.pageheader a {
	float:right;
	padding-left:1em;
}
.pageheader a i.fa-plus-circle {
	color:#27a744;
}


.modal {
	background-color: rgba(0,0,0,.5);
}

.hide {
	display:none;
}
.modal-body, .modal-footer {
	background-color:#fff;
}








.search_panel_wrapper {
	background-color:#999;
	opacity:0;
	width:0;
	height:100%;
	left:0;
	position: fixed;
	z-index: 1;
	transition: .5s
}
.search_panel_wrapper.open {width:100%;opacity: .5; transition: .5s}

/* The side navigation menu */
.search_panel {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: -50em;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	box-shadow: 10px 10px 10px 10px #000;
	width:500px;
}

.search_panel.open {
	right:0;
}

.search_panel.open .close {
	position: absolute;
	top: .5em;
	right: .5em;
	color: #333;
	transition: .75s;
}

.search_panel>.search_panel_title>span {
	font-size:2.5em;
	font-weight:900;
	float:left;
	margin: -1.8em 0 0 .5em;
	opacity: .8;
}

.search_panel.closed .close {
	position: absolute;
	top: .5em;
	right: -15em;
	color: #ececec;
	transition: .5s;
}

.search_panel_content .search_panel_results {
	margin-top:1em;
}
.search_panel_content .search_panel_results>div {
	padding:1em;
	border-bottom:1px solid #ececec;
	cursor: pointer;
}
.search_panel_content .search_panel_results>div>div.title {
}
.search_panel_content .search_panel_results>div:hover, .search_panel_content .search_panel_results>div.active_search_result {
	background-color:#ececec;
}

.search_criteria_container {
	padding:1em;
}

.search_input {
	padding-right:2.5em;
}
.search_criteria_container .fa.fa-search {
    float: right;
    margin-right: 6px;
    margin-top: -1.25em;
    position: relative;
    z-index: 2;
    font-size:2em;
    color:#bbb;
}


#toast-container>div {
	opacity: .9 !important;
}

