@charset "utf-8";

body {
	padding-top: 70px;
}

header .primary_header .logo {
	float: left;
	/* padding-right: 100px;
	padding-top: 10px; */
	padding-left: 50px;
	
}

.media-body {
	padding-left: 10px;
}

/* .btn-info {
  background-color:#553f29;
  border-color:#fffcdb;

} */

.btn-er_update {
	margin-left: 10px;
}

.btn-primary {
	background-color:#029bc2;
	border-color: #005c72;
}

.navbar-brand {
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 200;
}

h1 {
	font-family: "Source Sans Pro";
	font-style: normal;
}

/* ACCORDION PANELS  -------------------------- -- */

.panel-heading.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content:"\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 15pt;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}
.panel-heading.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e080";
    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading:hover {
    cursor: pointer;
}
.panel-heading:hover h4 {
    text-decoration: underline;
}

/* END ACCORDION PANELS  -------------------------- -- */

.media-object-updates .media-body .media-heading {
	width:50%;
	float: left;
	font-size: 1.5em;
	font-weight: 200;
}

.media-object-updates .media {
	font-size: .75em;
	border-top: dotted;
	border-color:#D4D4D4;
	border-width: .5px;
	padding-top: 5px;
	
}


.media-copy {
	width: 60%;
}

input[type=radio] {
	margin:0px 5px 5px 20px;
}

footer {background-color:#e9ecef; width: 100%; padding-top: 20px; border-top: #c7c7c7; border-top-width: 1px; border-top-style: solid;}

.img_region {
    margin-top: 20px;
    max-width: 200px;
}
