/* ==========================================
	Bootstrap Overwrites
   ========================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', Arial, sans-serif;
	color: #ed8151;
	border-bottom: 1px dotted #c4c4c6;
	padding-bottom: 10px;
}
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
		color: #aca89a;
		font-size: 80%;
		margin-top: 4px;
		text-transform: none;
	}
	h3 span span { font-size: 100%; color: #333333; }
	h1 { padding-bottom: 0; }

/* ==========================================
	Navbar Overwrites
   ========================================== */
.navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    min-height: 30px;
    position: relative;
    z-index: 1000;
}
.navbar-nav > li > a {
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #ed8151;
}
	.navbar-default .navbar-nav > .dropdown > a .caret {
		border-bottom-color: #ed8151;
		border-top-color: #ed8151;
	}
.navbar-collapse { padding-right: 30px; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #ed8151;
}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		background-color: #ed8151;
		outline: 0;
	}
.navbar-default {
    background: #eeeeee;
	background: rgba(255,255,255,0.5);
}

.dropdown-form {
    background-clip: padding-box;
    background: #eeeeee;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 600px;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

/* ==========================================
	Typography
   ========================================== */
.lead { font-size: 24px; }

/* ==========================================
	Grid
   ========================================== */
@media (max-width: 1000px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		clear: both;
	}
}

/* ==========================================
	Forms
   ========================================== */
.form-control {
	display: block;
	width: 100%;
	height: 28px;
	padding: 0;
	font-size: 16px;
	line-height: 1.428571429;
	color: #444444;
	vertical-align: middle;
	background-color: #f8f8f8;
	border: none;
	border-bottom: 1px dotted #aca89a;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: none;
			transition: none;
}
	.form-control:hover {
		background: #f1f1f1;
		transition: background-color 0.5s ease-in-out;
	}
	.form-control:focus {
		background: #fff;
		outline: 0;
		border-bottom: 1px dotted #aca89a;
		-webkit-box-shadow: none;
				box-shadow: none;
	}

.form-group-modal { margin-bottom: 0; }

.input-group-addon {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0;
}
	.input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 0;
	}
	.input-group-addon.input-lg {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 0;
	}
	.input-group-addon { vertical-align: none; }

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 4px;
	color: #6d6d6d;
}

.fieldIns {
    color: #7d7d7d;
    float: right;
    font-size: 13px;
    margin-right: 0.25em;
	padding-top: 2px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 0;
	color: #7d7d7d;
	font-size: 13px;
}

/* ==========================================
	Buttons
   ========================================== */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background 0.75s ease 0s;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -o-user-select: none;
			user-select: none;
}

.btn-icon i { margin-right: 6px; }
.btn-icon-alt i { margin-left: 6px; }

.btn-default {
    background-color: #d2cec1;
    border-color: #cdc8ba;
    color: #333333;
}
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		background-color: #c7c1b1;
		border-color: #cdc8ba;
		color: #333333;
	}
	.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
		background-image: none;
	}
	.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
		background-color: #d2cec1;
		border-color: #cdc8ba;
	}
.btn-primary {
    background-color: #8ba45a;
    border-color: #849c53;
    color: #ffffff;
}
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
		background-color: #7c924e;
		border-color: #849c53;
		color: #ffffff;
	}
	.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.active[disabled], fieldset[disabled] .btn-primary.active {
		background-color: #8ba45a;
		border-color: #849c53;
	}
.btn-warning {
    background-color: #a69752;
    border-color: #9e904d;
    color: #ffffff;
}
	.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		background-color: #938648;
		border-color: #9e904d;
		color: #ffffff;
	}
	.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
		background-image: none;
	}
	.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
		background-color: #a69752;
		border-color: #9e904d;
	}
.btn-danger {
    background-color: #a35551;
    border-color: #9c514d;
    color: #ffffff;
}
	.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-color: #924c48;
		border-color: #9c514d;
		color: #ffffff;
	}
	.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
		background-image: none;
	}
	.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
		background-color: #a35551;
		border-color: #9c514d;
	}
.btn-success {
    background-color: #499253;
    border-color: #458a4f;
    color: #ffffff;
}
	.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		background-color: #408049;
		border-color: #458a4f;
		color: #ffffff;
	}
	.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
		background-image: none;
	}
	.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
		background-color: #499253;
		border-color: #458a4f;
	}
.btn-info {
    background-color: #508397;
    border-color: #4c7c8f;
    color: #ffffff;
}
	.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		background-color: #477385;
		border-color: #4c7c8f;
		color: #ffffff;
	}
	.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
		background-image: none;
	}
	.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
		background-color: #508397;
		border-color: #4c7c8f;
	}
.btn-link {
    border-radius: 0;
    color: #1b557a;
    cursor: pointer;
    font-weight: normal;
}
	.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
	}
	.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
		border-color: rgba(0, 0, 0, 0);
	}
	.btn-link:hover, .btn-link:focus {
		background-color: rgba(0, 0, 0, 0);
		color: #0d293c;
		text-decoration: none;
		transition: background 0.5s ease 0s;
	}
	.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
		color: #999999;
		text-decoration: none;
	}
	
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm, .btn-xs, .btn-form {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
	.btn-xs { padding: 1px 5px; 	}
	.btn-form {
		padding: 0;
		color: #d9534f;
		background-color: transparent;
	}
	
.btn-compile { margin: 10px 0; }
span.btn { cursor: default; }
	
/* ==========================================
	Labels
   ========================================== */
.label {
    border-radius: 0;
    color: #ffffff;
    display: inline;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    padding: 2px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label-default {
    background-color: #d2cec1;
    border: 1px #cdc8ba solid;
    color: #333333
}
	.label-default[href]:hover, .label-default[href]:focus { 
		background-color: #c7c1b1;
		border-color: #cdc8ba;
		color: #333333;
	}
.label-primary {
    background-color: #8ba45a;
    border: 1px #849c53 solid;
    color: #ffffff;
}
	.label-primary[href]:hover, .label-primary[href]:focus {
		background-color: #7c924e;
		border-color: #849c53;
		color: #ffffff;
	}
.label-success {
    background-color: #499253;
    border: 1px #458a4f solid;
    color: #ffffff;
}
	.label-success[href]:hover, .label-success[href]:focus {
		background-color: #408049;
		border-color: #458a4f;
		color: #ffffff;
	}
.label-info {
    background-color: #508397;
    border: 1px #4c7c8f solid;
    color: #ffffff;
}
	.label-info[href]:hover, .label-info[href]:focus {
		background-color: #477385;
		border-color: #4c7c8f;
		color: #ffffff;
	}
.label-warning {
    background-color: #a69752;
    border: 1px #9e904d solid;
    color: #ffffff;
}
	.label-warning[href]:hover, .label-warning[href]:focus {
		background-color: #938648;
		border-color: #9e904d;
		color: #ffffff;
	}
.label-danger {
    background-color: #a35551;
    border: 1px #9c514d solid;
    color: #ffffff;
}
	.label-danger[href]:hover, .label-danger[href]:focus {
		background-color: #924c48;
		border-color: #9c514d;
		color: #ffffff;
	}

/* ==========================================
	List Groups
   ========================================== */
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    margin: 3px 0;
    padding: 6px 12px;
    position: relative;
	transition: background-color 0.5s ease-in-out;
}
	.list-group-item strong { color: #444444; font-weight: normal; }
	.list-group-item:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 0;
	}

.list-group-item.default, .list-group-item.default:hover, .list-group-item.default:focus {
	z-index: 2;
	color: #444444;
	background-color: #d2cec1;
	border-color: #cdc8ba;
}
.list-group-item.primary, .list-group-item.primary:hover, .list-group-item.primary:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #8ba45a;
	border-color: #849c53;
}
.list-group-item.info, .list-group-item.info:hover, .list-group-item.info:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #508397;
	border-color: #4c7c8f;
}
.list-group-item.success, .list-group-item.success:hover, .list-group-item.success:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #499253;
	border-color: #458a4f;
}
.list-group-item.warning, .list-group-item.warning:hover, .list-group-item.warning:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #a69752;
	border-color: #9e904d;
}
.list-group-item.danger, .list-group-item.danger:hover, .list-group-item.danger:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #a35551;
	border-color: #9c514d;
}

/* ==========================================
	Modals
   ========================================== */
@media screen and (min-width: 768px) {
	.modal-dialog { width: 800px; }
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px 15px 5px;
}
	.modal-header .close { margin-top: 0; }

.modal-title {
    line-height: 1.42857;
    margin: 0;
	border: 0;
	text-transform: none;
	letter-spacing: .025em;
	color: #7d7d7d;
	text-transform: uppercase;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
			box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}
.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 0;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

/* ==========================================
	Tooltips
   ========================================== */
.tooltip-inner {
	max-width: 200px;
	padding: 6px 12px;
	color: #444444;
	text-align: center;
	text-decoration: none;
	background-color: #d2cec1;
	border-radius: 0;
	font-size: 16px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
	.tooltip.top .tooltip-arrow { border-top-color: #d2cec1; }
	.tooltip.top-left .tooltip-arrow { border-top-color: #d2cec1; }
	.tooltip.top-right .tooltip-arrow { border-top-color: #d2cec1; }
	.tooltip.right .tooltip-arrow { border-right-color: #d2cec1; }
	.tooltip.left .tooltip-arrow { border-left-color: #d2cec1; }
	.tooltip.bottom .tooltip-arrow { border-bottom-color: #d2cec1; }
	.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #d2cec1; }
	.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #d2cec1; }

/* ==========================================
	Accordions & Toggles
   ========================================== */
.accordion { margin-bottom: 0; }
.accordion-group {
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 0;
}
.accordion-heading {
	background: #f0f0f0;
	border-radius: 0;
	border: 1px solid #cdc8ba;
	background-color: #f0f0f0;
	transition: background 0.75s ease 0s;
}
	.accordion-heading:hover { background-color: #d2cec1; }
.accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 4px 15px;
	line-height: 23px;
	outline: none !important;
	text-decoration: none;
	font-family: "open Sans",Helvetica,Arial,sans-serif;
}
	.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus, .accordion-heading .accordion-toggle.active {
		text-decoration: none;
		color: #444444;
		outline: none;
	}
.accordion-heading .accordion-toggle > em { margin-right: 10px; }
.accordion-inner {
	padding: 0;
	border-top: 1px solid transparent;
	font-size: 16px;
}

/* ==========================================
	Tabs
   ========================================== */
.nav-tabs > li > a {
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
}
.tab-pane { padding: 1em 0 0 0; }

.tzTabs li a { color: #6d6d6d; }
	.tzTabs li a:hover { color: #ed8151; }
	.tzTabs li.active { font-weight: 400; }
	.tzTabs li.active a { color: #333333; }
	.tzTabs li a i { margin-right: 4px; }

/* ==========================================
	Pagination
   ========================================== */
.pagination {
    clear: both;
	display: inline-block;
    padding: 0;
	margin: 0;
	border-radius: 0;
}
.pagination a {
    background-color: #f8f8f8;
    border: 1px #cccccc solid;
    color: #7d7d7d;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}
.pagination a:hover, .pagination a:active {
    background: #ebebeb;
	border-color: #adadad;
	color: #ed8151;
}
.pagination span.current {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    color: #333333;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}
.pagination span.disabled {
    border: 1px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}