* {
	font-weight: normal !important;
}

body {
	font-family: "Dosis-Regular";
}

.caret.caret-reversed {
	border-top-width: 0;
	border-bottom: 4px solid;
}

body.login {
	background-color: #ffffff;
	background-image: url("../img/backgrounds/login-background.png");
	background-position: center;
	background-repeat: no-repeat;
}

.login .brand-logo {
	margin: 50px 0px;
}

.login .login-box {
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 10px 40px;
}

@media (max-width: 768px){
	.login .login-box {
		padding: 10px 10px;
	}
}

.login .login-box h3 {
	font-family: "Dosis-Bold";
	margin: 20px;
}

.login .login-box .alert {
	font-size: 14px;
}

.login .login-box .input-group {
	padding: 5px 0px;
	width: 100%;
}

.login .login-box .checkbox {
	font-size: 14px;
}

.login .login-box .input-group .btn-primary {
	margin-bottom: 20px;
	width: 100%;
}

.login .company-logo {
	margin: 30px 0px;
}

.login .footer {
	color: #999999;
	font-size: 12px;
}

body.admin {
	font-family: "Helvetica-Neue", "Helvetica", "Arial";
}

.admin h1,
.admin h2,
.admin h3,
.admin h4,
.admin h5,
.admin h6 {
	font-family: "Dosis-Regular";
}

.admin a.disabled {
	opacity: 0.5;
}

.navigation.container-fluid {
	background-color: #3b8a40;
}

.navigation .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}

.navigation .navbar-brand {
	background-color: transparent;
	border: none;
	color: #ffffff;
	font-family: "Dosis-Regular";
	padding-left: 0px;
}

.navigation .navbar-brand:hover {
	color: #3b8a40;
}

.navigation .navbar-icon {
	color: #ffffff;
}

.navigation .navbar-btn {
	background-color: transparent;
	border: none;
	color: #ffffff;
}

.navigation .navbar-btn:hover {
	color: #3b8a40;
}

.navigation .lang-selector {
	display: inline-block;
	margin-top: 5px;
}

.navigation .lang-selector .bootstrap-select.btn-group {
	margin-bottom: 0px;
}

.navigation .lang-selector .btn:hover,
.navigation .lang-selector .btn:focus {
	color: #ffffff;
}

.navigation .selectpicker-lang {
	background-color: #3f9545;
	border: 1px solid #3b8a40;
	color: #ffffff;
	font-size: 100%;
}

.navbar-small-bottom{
	padding-bottom: 10px;
}

.main.container {
	background-color: #ffffff;
	border: 1px solid #bebebe;
	border-top: 0px;
	padding-bottom: 20px;
}

.messages.row {
	font-size: 14px;
	margin-top: 20px;
}

.title h2 {
	margin-top: 0px;
}

.title.row {
	margin-top: 5px;
}

.title select.form-control {
	display: inline;
	width: auto;
}

.tooltip-icon {
	color: #438cbb;
}

.navbar-form.list-filter {
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px;
}

.navbar-form.list-filter .title {
	color: #999999;
	/*text-transform: uppercase;*/
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.table > thead {
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	border-left-width: 0px;
	border-right-width: 0px;
}

.table > thead > tr > th {
	border: none;
	color: #999999;
}

.table > thead > tr > th.order {
	cursor: pointer;
}

.table > thead > tr > th span.caret {
	color: #000000;
	margin-left: 5px;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table > tbody > tr > td.controls {
	font-size: 20px;
}

.table > tbody > tr > td.controls .warning {
	color: #ff5151;
}

.table > tbody > tr > td.no-results {
	color: #999999;
	font-style: italic;
}

.table.poi-list > tbody > tr > td > span.glyphicon,
.table.user-list > tbody > tr > td > span.glyphicon {
	font-size: 20px;
}

.table.poi-list > tbody > tr > td > span.glyphicon-ok-sign,
.table.user-list > tbody > tr > td > span.glyphicon-ok-sign{
	color: #49ad51;
}

.table.poi-list > tbody > tr > td > span.glyphicon-remove-sign,
.table.user-list > tbody > tr > td > span.glyphicon-remove-sign {
	color: #dddddd;
}

.table.poi-list > tbody > tr > td > span.glyphicon-question-sign {
	color: #ff5151;
}

.table.poi-list > tbody > tr > td > span.icon-pharma {
	color: #49ad51;
	font-size: 25px;
}

.table.poi-list > tbody > tr > td > span.icon-duty {
	color: #ff5151;
	font-size: 25px;
}

.table.informations-list > tbody > tr > td > span.subtitle {
	color: #999999;
	font-style: italic;
}

#map-canvas {
	border: 1px solid #cccccc;
	height: 400px;
}

.form-control.inline {
	display: inline;
	width: auto;
}

.form-group .form-sub-group {
	border: 1px solid #cccccc;
	border-radius: 5px;
	display: none;
	margin: 5px 30px;
	padding: 10px;
}

.form-group .form-sub-group .form-group {
	margin-bottom: 0px;
}

.input-group.color-picker {
	width: 200px;
}

.thumbnail {
	display: inline-block;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.thumbnail img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.thumbnail .gallery-delete {
	background: #ff5151;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	right: 0px;
	padding: 5px 5px 0px 5px;
	position: absolute;
	top: 0px;
}

.thumbnail:hover .gallery-delete {
	display: block;
}

h3.has-error {
	color: #a94442;
}

.opening-hours .control-label, .opening-hours .form-control {
	display: inline-block;
	width: 100px;
}

.opening-hours .control-label, .opening-hours .form-control[readonly] {
	background-color: #ffffff;
	cursor: default;
}

.admin .footer {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
