/*
 * Use the appropriate font family
 */
body {
	font-family: "Roboto", sans-serif !important;
}

p {
	font-size: 14px !important;
}

a:hover {
	text-decoration: none;
}

/*
 * The purpose of this file is to resolve compatability issues between the current application
 * And bootstrap to maintain a consistent look
 */

.navbar-header {
	width: 100%;
}

.navbar-header #logo-top {
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	zoom: 1;
	height: 80px;
}

.navbar {
	height: 83px;
}

/* Datepicker Overrides */
.bootstrap-datetimepicker-widget .table-condensed {
	border-radius: 10px;
	overflow: hidden;
}

.bootstrap-datetimepicker-widget .table-condensed [class*=icon-] {
	position: initial;
	font-size: 20px;
}

.bootstrap-datetimepicker-widget table th {
	border-radius: 0 !important;
	background-color: #eee;
	color: #4c4c4c;
}

.bootstrap-datetimepicker-widget .datepicker-decades td span {
	width: 30%;
}

.bootstrap-datetimepicker-widget .datepicker-decades span.decade,
.bootstrap-datetimepicker-widget .datepicker-years span.year,
.bootstrap-datetimepicker-widget .datepicker-months span.month {
	padding: 22px 0 0 0;
	font-size: 12px !important;
	line-height: 13px !important;
	height: 54px;
}
