/* ----------------------- */
/* Digital Archives Styles */
/* ----------------------- */
.e-archives .search_header {
	text-align: center;
	/*font-size: 25px;
	font-family: Helvetica,sans-serif;
	font-variant: small-caps;
	color: #2067B0;
	color: #761626;
	font-size: 28px;*/
	margin-top: 0;
	font-size: 19px;
	}

.e-archives input.btn-link {
	background: none;
	border: none;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-decoration: underline;
}

.e-archives form.da-search-bar {
		margin-bottom: 2em;
		margin-top: 1.5em;
	}

.e-archives form.da-search-bar #select-year {
	width: 6em;
}

.e-archives form.da-search-bar .field-year .form-control {
	padding-left: 0;
	padding-right: 0;
}
.e-archives form.da-search-bar .field-year {
	padding-left: 0;
	text-align: right;
}

.e-archives form.da-search-bar .well {
	padding-top: 18px;
	background-color: #2067b0;
	color: #fff;
	width: 75%;
	margin: 0 auto;
}

.e-archives .main-content blockquote {
	border-left: none;
	font-size: 14px;
}

 .e-archives .main-content a.btn-default {
	 color: #333 !important;
	 font-weight: normal !important;
 }

 .e-archives .main-content  a:visited {
	    color: #14416f;
 }

.e-archives table th, table td {
	border-top: none;
}

.e-archives .results-table th {
	vertical-align: middle;
}

.e-archives .bg-primary {
    background-color: #eee;
    color: #333;
}

.e-archives .topic-list ul {
	margin-top: 0 !important;
	margin-bottom:0 !important;
}



blockquote.body_text {
	border-left: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-left: 10%;
    margin-right: 10%;
    margin-top: 1em;
}

@media only screen and (max-width: 767px) {
form input.form-text, form textarea, form select {
     width: auto;
	}
.e-archives form.da-search-bar .field-year {
		text-align: left;
		padding-left: 15px;
	}
}

@media only screen and (max-width: 1200px) {
.e-archives form.da-search-bar .well {
	width: 80%;
}
}


/* ----------------------- */
/* Imported Drupal Styles */
/* ----------------------- */
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.e-archives .resolution-table tr.compact td, .e-archives .resolution-table tr.compact th {
		padding-top: 2px;
		padding-bottom: 2px;
}
.e-archives .resolution-table th {
	width: 22%;
}

/* Reponsive tables */
@media only screen and (max-width: 500px) {

	.e-archives form.da-search-bar .well {
		width: 90%;
	}
    .e-archives .responsive-table th {
        display: none;
    }
		.e-archives .responsive-table tr {
				display: block;
				padding-top: 4px;
    }
		.e-archives .responsive-table td {
				display: block;
				width: 100% !important;
				border: none;
				padding: 4px ;

		}
		.e-archives .responsive-table td:before  {
				content: attr(data-th)":";
				display: inline-block;
				padding-right: 3px;
				font-weight: bold;
		}
		.e-archives .resolution-table td, .e-archives .resolution-table th {
		    display: block;
		    width: 100% !important;
		    border: none;
		    padding: 4px ;
		}


}

@media print {
  .e-archives .content a[href]:after {
    content:"";
  }
  .e-archives form.da-search-bar .well {
    width: 90%;
  }
}
