/*
DAPL light green: #ABB24D;
DAPL dark green: #51582D;
*/

#dapl {
	font-family: 'Varela Round', sans-serif;
	width: calc(100vw - 34px); /*Prevent page moving when vertical scroll required*/
	background-color: #f5f5f5;
	min-height: 100%;
}

/*/////// Header ///////*/
#header {
	padding: 8px;
}

#header .strapline {
    width: 222px;
    height: 56px;
    background: url(/assets/images/strapline.png) no-repeat;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-top: 64px;
}

#header .logo h1 a,
#header .logo h2 a {
    width: 145px;
    height: 120px;
    display: block;
}

#header .logo h1, #header .logo h2 {
    width: 145px;
    height: 120px;
    margin: 0px;
    padding: 0px;
    background: url(/assets/images/dapl_logo.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}
/*//////////////////////*/

/*-Footer-*/
footer{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background-color: pink;
}

footer .container{
	height: 100%;
}

.footer{
	border-top: 1px solid black;
	padding:10px 5px;
}

/*-Navigation-*/
#login-details {
	margin-top:93px;
}

#nav {
	background: #ABB24D;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	float: left;
}

#nav:after{
	content: '';
	display: table;
	clear:both;
}

#nav ul li{
	float:left;
	padding: 12px 0px 10px 0px;
	border-right: 1px solid #CCC;
}

#nav li.nav-current{
	background: #51582D;
}

#nav li.nav-current a:hover{
	background: #ABB24D;
}

#nav li:first-child{
	border-left: 1px solid #CCC;
}

#nav a {
	color: #fff;
	padding: 13px 12px 13px 12px;
}

#nav a:hover {
	background: #51582D;
	text-decoration: none;
}

#nav ul:after{
	content: '';
	display: table;
	clear: both;
}

.nav-tabs{
	margin-bottom: 12px;
}

#search-container{
	float: right;
	margin: 4px 12px;
}

/* /////////////////////////////////////////// */
/* Dashboard */
table th.heading {
	font-size:larger;
}

/* /////////////////////////////////////////// */
.contact-button-container{
	margin-bottom: 12px;
}

/*-Accordions-*/
.fa-caret-down, .fa-caret-right{
	width: 16px;
}
.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #51582D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ABB24D;
}
.accordion-heading {
	border-bottom: 0;
	color: #ccc;
}
.accordion-heading a{
	color: #fff;
}
.accordion-heading a.hasbuttons{
	line-height: 30px;
}
.accordion-heading:hover{
	cursor: pointer;
}

.accordion-heading .accordion-toggle {
	display: inline-block;
	padding: 4px 8px;
	font-size: 16px;
}

.accordion-heading button {
	margin-top: 3px;
	margin-right: 6px;
	color: #000;
	border: 1px solid #ccc;
	float:right;
}

.accordion-heading button:hover {
	/*color: #fff;*/
}

.accordion-toggle {
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.accordion-toggle:hover {
	color: #fff;
	text-decoration: none;
}

.accordion-inner {
	margin:2px;
	padding: 22px 18px 8px;
	border-top: 0;
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	box-shadow:0 3px 9px 1px rgba(64, 64, 64, 0.5) inset;
}

.accordion-inner button:hover {
	cursor: pointer;
	/*background-color: #000;*/
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.accordion-inner:after {
	content: '';
	display: table;
	clear: both;
}

.accorion-innercontainer{
	width:100%;
}


.accordion-inner .dapl-well {
	border: 1px solid #dbdbdb;
	margin: 0 0 12px;
	padding: 16px 0 0;
	border-radius: 4px;
	background-color: #eeeeee;
}


/*  /////////////////////////////////////  */
.detail-fname, .detail-mname, .detail-lname{
	display: inline-block;
	float: left;
}
.detail-fname, .detail-mname{width: 26%; margin-right: 2%;}
.detail-lname{width: 44%; }
.control-label.readonly-date { padding-top : 0 }

/*-Links-*/
a {
    text-decoration: none;
    color: #18332f;
    outline: none;
    font-family: "Varela Round", sans-serif;
}

a.light {
    color: #ABB24D;
}

/*-Buttons-*/
.btn-primary {
	background-color: #ABB24D;
	border-color: #51582D
}

.btn-primary:hover {
	background-color: #51582D
}

.btn-inverse {
	background-color: #ccc;
	border-color: #51582D
}

.btn-inverse:hover {
	background-color: #bbb
}

.btn-success {
	background-color: green;
	border-color: #51582D
}

.btn-success:hover {
	background-color: #bbb
}

/*-Fieldsets-*/
fieldset {
	border: 1px solid #ddd;
	margin-inline-start: 2px;
	margin-inline-end: 2px;
	padding-block-start: 0.35em;
	padding-inline-start: 0.75em;
	padding-inline-end: 0.75em;
	padding-block-end: 0.625em;
}
fieldset>legend{
	width:auto;
	border-bottom:none;
}

.login-logo{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 33.33333333%;
}

.login-logo b{
	margin-left: 18px;
}

.fc-event.success {
	background-color: #5cb85c;
	/* border-color: rgb(97, 97, 97); */
}

.fc-event.danger {
	background-color: #d9534f;
	/* border-color: rgb(97, 97, 97); */
}

.fc-event.info {
	background-color: #5bc0de;
	/* border-color: rgb(97, 97, 97); */
}

.fc-event.default {
	background-color: #a6a6a6;
	/* border-color: rgb(97, 97, 97); */
}

.form_field_hilite {
	background-color: yellow;
}
