/* ==========================================================================
   Resets / Typography / Elements
   ========================================================================== */


html,
body { height: 100%; background: whitesmoke; }

body { font-family: "proxima-nova",sans-serif; }

h1,h2,h3,h4,h5,h6 { font-weight: 300; }

.note {
	font-size: 86%;
	line-height: 1.25;
	font-weight: 600;
	font-style: italic;
}


.well { border: 0; }

a { color: #74a43c; }

a:hover,
a:active { text-decoration: none; color: #263417; }

.btn-primary {
	background: #74a43c;
	border-color: transparent;
}

.btn-primary:hover {
	background: #263417;
	border-color: transparent;
}

.btn,
.btn-default {  
	border-color: transparent;
}

.btn:hover,
.btn-default:hover {  
	border-color: transparent;
}

.btn-group-justified .btn-group {
	border-left: 1px solid #fff;
}

.btn-group-justified .btn-group:first-child {
	border-left: 0;
}


/* ==========================================================================
   Login styles
   ========================================================================== */

.login-logo { margin-bottom: 40px; }

.well-login {
	background: #fff;
	padding: 15px 15px 1px;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
	border-radius: 0;
	font-size: 14px;
}

.well-login h3 {
	margin: 0 0 15px;
	background: #263417;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}



.colorbar {
	position: fixed;
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
	background-color: #5e8039;
	z-index: 1;
}













/* ==========================================================================
   Intranet styles
   ========================================================================== */

body {
	padding-top: 55px;
}






/* ================================ navbar ================================== */

.navbar-fixed-top { top: 5px; }

.navbar-nav>li>a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-brand {
    padding: 9px 15px;
    width: 210px;
    /*background: rgba(0,0,0,0.1);*/
    text-align: left;
    position: relative;
}

.navbar-brand h5 { color: #fff; text-transform: uppercase; font-weight: 600; margin-top: 2.25rem; }

.navbar-inverse { 
	background: #263417;
	border: 0;
	box-shadow: none;
 }
 
 .navbar-inverse .navbar-nav>li>a {
 	color: #ccc;
 }


.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
}

@media screen and (min-width:992px) {
	.navbar-inverse {
		padding-right: 20px;
	}
}

.sidebar-toggle {
	position: absolute;
	right: 10px;
	top: 15px;
}





.nav-col,
.content-col { height: 100%; }

.nav-col {
	position: realtive;
	top: 55px;
	z-index: 10;
	width: 100%;
	background: #344720;
	overflow-y: auto;
}


@media screen and (min-width:992px) {
	.nav-col {
		position: fixed;
		top: 55px;
		overflow-y: auto;
		width: 210px;
	}

}

.nav-col .search-wrapper {
	background: rgba(255,255,255,0.1);
	padding: 9px 15px;
	position: relative;
	height: 48px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	margin-bottom: 15px;
}

.nav-col .search-wrapper button.btn {
	position: absolute;
	padding: 0;
	right: 15px;
	top: 9px;
	background: transparent;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #999;
}

.nav-col .search-wrapper button.btn:hover .fa-search {
	color: #74a43c;
}

.nav-col .search-wrapper input[type="text"] {
	height: 30px;
	font-size:14px;
	border-radius: 2px;
	padding-left:5px;
	padding-right:35px;
	border: 0;
	box-shadow: none;
}

.nav-col .panel,
.nav-col .panel-heading,
.nav-col .panel-title,
.nav-col .panel-title a,
.nav-col .panel-body { border-radius: 0; background: transparent; }


.nav-col .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0 solid #ddd;
}

.nav-col .panel-heading {
    padding: 0;
    border-bottom: 0px solid transparent;
}

.nav-col .panel-title a {
	display: block;
    padding: 15px 15px 10px;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    font-weight: 700;
}

.nav-col .panel-body { 
	background: rgba(0,0,0,0.3); 
	
}

.nav-col .panel-group .panel+.panel {
    margin-top: 0;
}


.nav-col .panel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-col .panel-nav a {
	display: block;
	font-size: 13px;
	line-height: 1.25;
	margin: 10px 0;
	color: #fff;
	position: relative;
	padding-left: 12px;
}

.nav-col .panel-nav a::before {
	content: '\f0da';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 10px;
	color: #74a43c;
}

.nav-col .panel-nav a:hover {
	color: #74a43c;
}






.content-col {
	margin-left: 0;
	background: whitesmoke;
	padding: 0 0 10px;
}


.breadcrumb {
    padding: 13px 15px 17px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    text-align: right;
    margin-left: 0;
    margin-right: 0;
}

.breadcrumb>li:first-child {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #74a43c;
	color: #95a5a6;
}

.breadcrumb>li:first-child+li:before {
    content: "/\00a0";
    content: '';
    padding: 0 5px;
    color: #ccc
}

.libbreadcrumb {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width:992px) {
	.content-col {
		margin-left: 210px;
		padding: 0 20px 40px;
	}
	
	.breadcrumb {
		padding: 13px 36px 17px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.libbreadcrumb {
		margin-left: 0px;
		margin-right: 0px;
	}

}




.content-wrapper {
	border-radius: 0px;
	padding: 10px; 
	position: relative; 
	background-color:#FFFFFF; 
	margin-bottom:15px;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}

.heading {
	margin: -10px -10px 15px;
	padding: 12px 15px 9px;
	font-size: 24px;
	line-height: 1;
	border-bottom: 1px solid whitesmoke;
	letter-spacing: .05em;
	background: #263417;
	color: #fff;
	text-transform: uppercase;
}

.subheading {
	margin: -10px -10px 15px;
	padding: 14px 15px 11px;
	font-size: 18px;
	border-bottom: 1px solid whitesmoke;
	letter-spacing: 0;
	color: #263417;
	font-weight: 600;
	text-transform: uppercase;
	background: #fcfcfc;
}


.alert-announcement {
	background: #74a43c;
	color: #fff;
	margin: 0 0 30px;
}

.alert-announcement strong {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid rgba(0,0,0,0.2);
}

.alert-announcement a {
	color: #fff;
	text-decoration: underline;
}

.alert-announcement a:hover, .alert-announcement a:active {
	color: #263417;
}


.media-group {
	padding-bottom: 5px;
}



.media {
	border-top: 1px solid whitesmoke;
	padding-top: 15px;
	margin-top: 10px;
}

.media:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.media-heading { font-size: 16px; }

.media-body {
	font-size: 13px;
}





.list-group { margin-bottom: 0; }

.list-group-item {
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.toggle {
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
	font-weight: 600;
}

.toggle i {
	color: #74a43c;
}


.toggle.active {
	border-color: whitesmoke;
	color: #263417;
}

.toggle.active i {
	color: #263417;
}

.toggle:hover {
	cursor: pointer;
	color: #74a43c;
}

[id^=detail-] {
	padding-top: 10px;
}



.toggle .badge {
	background: transparent;
	border-radius: 0;
	position: relative;
	color: #fff;
	z-index: 1;
	min-width: 24px;
	margin-right: 5px;
	font-size: 10px;
}

.toggle .badge::after {
	content: '\f07b';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -4px;
	color: #74a43c;
	font-size: 24px;
	z-index: -1;
	/*
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	*/
}



.table-calendar {
	background: #fcfcfc;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
    background-color: #fff;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-color: whitesmoke;
}


.table-calendar th {
	text-transform: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	color: #263417;
}

.table-calendar td {
	text-align: left;
}

.table-calendar th span.calendar-month {
	font-weight: 700;
	color: #333;
}

.day-events {
	height: 200px;
	overflow-y: scroll;
	border-bottom: 0px solid whitesmoke;
	margin-bottom: 15px;
}



.table-day-events {
	margin-bottom: 0;
	font-size: 13px;
	
}

.table-day-events .time {
	width: 60px;
	color: #ccc;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}


.tabs-wrapper { background: #fff; }

.nav-tabs.nav-justified { background: #687174; background: #263417; }

.nav-tabs.nav-justified>li.active a,
.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>li.active a:hover,
.nav-tabs.nav-justified>li>a:hover {
	border-radius: 0;
	border-color: transparent;
}

.nav-tabs.nav-justified>li>a  { color: #fff; }
.nav-tabs.nav-justified>li>a:hover { color: #687174; }

.nav-tabs.nav-justified>li.active a {
	background: #fff;
	color: #263417;
}


.tab-pane {
	padding: 15px;
	background: #fff;
}

.tab-pane .tab-heading {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}


.images-ul { margin-left: -5px; }

.images-ul li { 
	display: inline-block;
	width: 125px;
	height: 125px;
	padding: 10px;
	position: relative;
	border: 1px solid #ededed;
	margin: 3px 5px;
}

@media screen and (min-width:992px) {
	.images-ul li:hover { 
		background: whitesmoke;
	}
}

.images-ul li img { 
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 105px;
	max-width: 105px;
	z-index: 1;
}


.icon-remove { color: red; }

.images-ul li a.icon-remove { color: red; position: absolute; right: 0; top: 0; padding: 3px 4px; background: #ededed; border-radius: 50%; z-index: 999; }
.images-ul li a.icon-remove:hover { background: #000; color: #fff; }
