.color-line {
	background: #0ca3d2;
	background: linear-gradient(to right, #0ca3d2 0%,#D6F5FF 100%);
}

li.logo > a {
	padding-top: 0;
}

body.blank {
	background-image: url('img-start-1.jpg');
	background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		position:relative;
		z-index:1;
}

body.blank::before {
    	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		content: "";
		background-image: linear-gradient(0deg, transparent 0%, #0ca3d2 100%);
		background-repeat: repeat-x;
		opacity:.5
    }

body.blank .login-container .panel,
body.blank .login-container .panel-footer {
	background-color:rgba(255,255,255,.95);
}

footer {
	margin-top:0;
}

#sidebar-menu > ul > li.category-helpdesk > a > i, #sidebar-menu > ul > li.category-helpdesk:hover > a {
	background-color: #d9534f !important;
}
#sidebar-menu > ul > li.category-insurance > a > i, #sidebar-menu > ul > li.category-insurance:hover > a {
	background-color: #31708f !important;
}

.nav > li > a.l10n-select {
	display:inline-block;
	padding-left:0;
}
.nav > li.language_bar > a.l10n-select > img,
.nav > li.language_bar a.l10n-select > img,
.nav > li.language_bar > a.dropdown-toggle > img {
	width:28px;
}

.navbar-nav .language_bar.visible-xs.open .dropdown-menu {
	right:auto;
}