html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ '\e151';
}

a.desc:after {
	content: /*"\e114"*/ '\e152';
}

.sort-numerical a.asc:after {
	content: '\e153';
}

.sort-numerical a.desc:after {
	content: '\e154';
}

.sort-ordinal a.asc:after {
	content: '\e155';
}

.sort-ordinal a.desc:after {
	content: '\e156';
}

.grid-view th {
	white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
	padding: 15px;
	border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
	text-decoration: none;
}

.nav > li > form > button.logout:focus {
	outline: none;
}

.input-group-addon {
	min-width: 52px;
}

.select2-with-add-new .input-group-addon,
.select2-with-redirect .input-group-addon {
	cursor: pointer;
}

.back-btn {
	font-size: 14px;
	color: gray;
	margin-top: 11px;
}
.btn-header {
	margin-left: 20px;
}
.auto-margin {
	margin: 0 auto;
}

.ip-flag {
	margin-right: 10px;
}
.twofa-form-control {
	border: none;
	box-shadow: none;
	width: auto;
}

.zero-padding {
	padding: 0 !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.timereg-projects-btn {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 0;
	background-color: transparent;
	color: #2e6da4;
}
.timereg-projects-btn-container {
	float: left;
	width: 80%;
}
.group-timeregistration-project_id .select2-container {
	width: 20% !important;
}
.timereg-category-btn,
.timereg-phase-btn,
.timereg-activity-btn,
.timereg-date-btn {
	float: left;
	width: 19%;
	margin-right: 1%;
	background-color: transparent;
	color: #1b6d85;
	white-space: normal;
}
.timereg-phase-btn {
	color: #eea236;
}
.timereg-activity-btn {
	color: #761c19;
}
.timereg-date-btn {
	color: #2e6da4;
}

/* Mobile */
@media (max-width: 767px) {
	.nav li > form > button.logout {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 15px;
	}
	.tooltipp .glyphicon {
		margin-right: 10px;
	}

	.timereg-projects-btn,
	.timereg-category-btn,
	.timereg-phase-btn,
	.timereg-activity-btn,
	.timereg-date-btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3px;
	}
	.timereg-projects-btn-container {
		float: left;
		width: 100%;
	}
	.group-timeregistration-project_id .select2-container {
		width: 100% !important;
	}
}

/* Disable collapsible mobile menu */
.navbar-collapse.collapse {
	display: block !important;
}

.navbar-nav > li,
.navbar-nav {
	float: left !important;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.navbar-right {
	float: right !important;
}
/* Select2 visibility fix */
.select2-container--krajee .select2-selection--single .select2-selection__clear,
.select2-container--krajee
	.select2-selection--multiple
	.select2-selection__clear,
.select2-container--krajee
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #ff0000;
	background-color: #ffffff;
	padding: 0 2px;
	opacity: 1;
}

.timereg-week-btn {
	margin-right: 1%;
	margin-bottom: 0;
	background-color: transparent;
	color: #2e6da4;
}
div.week-view-filter .date {
	margin: 10px 0;
}

/* Mobile */
@media (max-width: 767px) {
	.navbar-header {
		float: left;
	}
	.navbar-collapse.collapse {
		border: none;
	}
	.navbar-toggle,
	ul.navbar-nav li .tooltipp .menu-title,
	ul.navbar-nav li .tooltipp .tooltiptext {
		display: none !important;
	}
	.navbar {
		min-height: 45px;
	}
	ul.navbar-nav {
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.navbar-brand {
		height: 44px;
	}
}
