/* ======================== Reset Styles ======================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, header,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, footer, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}

.column {
	padding-bottom: 20px;
	background-color: white;
	min-width: 240px;
	border-collapse: collapse;
	/* The following 3 lines add a drop shadow. */
	-webkit-box-shadow: 0 8px 5px -5px black;
	-moz-box-shadow: 0 8px 5px -5px black;
	box-shadow: 0 8px 5px -5px black;
}

.column-header {
	padding: 4px 10px;
	color: #FFF;
	font-size: 1.25em;
	text-align: left;
}

.column ul {
	list-style-position: inside;
}

.column li {
	line-height:1.4;
	list-style-type: none;
	padding: 2px 14px;	
	text-decoration: none;
}

span.column-subheader{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.25em;	
	color: #2F2F2F;
}

ul.column-subheader{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.25em;	
	color: #2F2F2F;
}

.column ul li a:not(.column-subheader)::before {  /* Adds styled arrows to links. */
	content: "\27AD \00a0"; 
	color: #999;	
	font-size: 14px;
	padding-right: 0px;
}

.column ul li a:not(.column-subheader):hover::before, .column ul li a:not(.column-subheader):focus::before {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	color: #000;
}

#col1_header, #col2_header, #col3_header, #col4_header {
	background-color: #2980b9;
}

#column1, #column2, #column3 {
	border-right: 1px #DDD solid;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: 500;	
	color: #337AB7;	
	text-decoration: none;
	padding: 3px;
}

a:visited {
	color: #337AB7;
}

a:focus {
	outline: 1px dotted #337AB7;
}

a:hover {
	border: none;
	outline: none;
	color: #1E496D;
	background-color: #D4E5f1;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EEE;
    margin: 1em 10px;
    padding: 0;
}

.navbar-dark, .bg-dark {
	background-color: rgba(0,0,0,0.75) !important;
}

.navbar-nav li a{
	color: white;
	margin-right: 10px;
}

.nav-tabs .nav-link {
  color: #f02424; /* Inactive text color */
  background-color: rgb(255, 208, 0); /* Inactive background */
}

.nav-tabs .nav-link.active {
  color: rgb(255, 208, 0) !important; /* Active text color */
  background-color: #f02424b2 !important; /* Active background */
  border-color: #f02424b2; /* Match border to background */
}

.app-img{
	min-height: 200px;
	max-height: 200px;
	min-width: 200px;
	max-width: 200px;
}

a.btn {
	color: white;
}

#backdrop {
	background-color: rgba(0,0,0,0.25) !important;
}