/* *************** */
/* Open Sans */

@font-face {
		font-family: 'OpenSans';
		src: url('../font/OpenSans-Regular-webfont.eot');
		src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/OpenSans-Regular-webfont.woff') format('woff'),
				 url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
				 url('../font/OpenSans-Regular-webfont.svg#opensansregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'OpenSans';
		src: url('../font/OpenSans-Bold-webfont.eot');
		src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/OpenSans-Bold-webfont.woff') format('woff'),
				 url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
				 url('../font/OpenSans-Bold-webfont.svg#opensansbold') format('svg');
		font-weight: 700;
		font-style: normal;
}

@font-face {
		font-family: 'OpenSans';
		src: url('../font/OpenSans-Light-webfont.eot');
		src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/OpenSans-Light-webfont.woff') format('woff'),
				 url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
				 url('../font/OpenSans-Light-webfont.svg#opensanslight') format('svg');
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'OpenSans';
		src: url('../font/OpenSans-Semibold-webfont.eot');
		src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
				 url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
				 url('../font/OpenSans-Semibold-webfont.svg#opensanssemibold') format('svg');
		font-weight: 500;
		font-style: normal;
}

/* *************** */
body, legend {
	font-family: 'OpenSans';
}

/* WATCH OUT IN CUSTOM CSS */
/*if font-family change in custom css, font-weight must be overridden*/
h1, h2, h3, h4, h5 {
	font-weight: 300;
}

/* WATCH OUT IN CUSTOM CSS */
/*if font-family change in custom css, font-weight must be overridden*/
.badge, .label {
	font-weight: 700;
}

/* *************** */
a.block {
	display: block;
	color: inherit;
	height: 100%;
}

a.block:hover {
	color: inherit;
}

a.disabled, a.disabled:hover {
	cursor: default;
}

a:hover, a:focus {
	text-decoration: none;
}

h1.sep, h2.sep, h3.sep, h4.sep {
	margin-top: 20px;
}

.fa.fa-muted {
	color: #888;
}

.fa.fa-spin {
	filter: blur(0.1);
	-moz-filter: blur(0.1);
	-webkit-filter: blur(0.1);
}

.relative {
	position: relative;
}

.stretch {
	position: relative;
	overflow: auto;
}

@media print {
	.stretch {
		height: auto !important;
	}
}

.word-break {
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.word-break-normal {
	word-wrap: break-word;
	-ms-word-break: normal;
	word-break: normal;
	/* Non standard for webkit */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.pre {
	white-space: pre-line;
}

.no-wrap {
	word-break: keep-all;
	white-space: nowrap;
	-ms-word-break: keep-all;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-strike {
	text-decoration: line-through;
}

.close.small {
	font-size: 14px;
}

.pagination a {
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

@media ( max-width : 768px) {
	.stretch {
		-webkit-overflow-scrolling: touch;
	}
}

@media ( min-width : 768px) {
	.container {
		width: 95%;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 95%;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 95%;
	}	
}

/* *************** */
.input-group .form-control {
	z-index: 3;
}


.form-control.rte-editor {
	height: auto;
}

.form-control.focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

form.ng-dirty .form-control.ng-invalid, form.ng-dirty .ng-invalid>.form-control,
	form.direct-error .form-control.ng-invalid, form.direct-error  .ng-invalid>.form-control
	{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

form.ng-dirty .form-control.ng-invalid:focus, form.ng-dirty .ng-invalid>.form-control.focus,
	form.direct-error .form-control.ng-invalid:focus, form.direct-error .ng-invalid>.form-control.focus
	{
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

/* *************** */

@media (min-width: 768px) {
	.modal-large .modal-dialog {
		width: 80%;
	}
}

.modal-body-scroll {
	overflow-y: auto;
	max-height: 60vh;
}

.modal .modal-header .close {
	margin: 7px 0 0 15px;
}

.table.table-valign-middle td, .table.table-valign-middle th {
	vertical-align: middle;
}

/* *************** */
.navbar-toggle {
	padding: 6px 8px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
	{
	max-height: none;
}

@media ( min-width :768px) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
		{
		max-height: 1px;
	}
}

.navbar-inverse .navbar-toggle .icon {
	color: #888;
}

.navbar-default .navbar-brand {
	height: inherit;
}

.navbar-default .navbar-brand a {
	color: inherit;
	word-wrap: break-word;
	word-break: break-all;
}

.navbar-default .navbar-brand a:hover {
	color: inherit;
}

.navbar .btn-toolbar {
	margin-left: 0;
}

.nav .list-group {
	margin-bottom: 10px;
}

.admin .main-content {
	margin-top: 155px;
}
.admin .navbar-fixed-top{
	background-color: #fff;
}

/* *************** */
.btn-toolbar+.btn-toolbar {
	margin-left: 0;
}

.pull-right.btn-toolbar+.btn-toolbar {
	margin-right: 10px;
}

.btn-upload {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;	
}

.btn-upload input {
	opacity: 0;
	position: absolute;
	display: block;
	top: 0;
	left : 0;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 100%;
	cursor: pointer;
}

.list-group-item-heading {
	line-height: inherit;
}

.panel-heading {
	box-sizing: border-box;
}

/* *************** */
/* BLOOLARL-557: Photoalbum Slideshow Bilder in IE11 */
.carousel-inner img {
	width: 100%;
}

/* *************** */
.page-alerts {
	z-index: 1999;
	position: absolute;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}

.page-alerts>.alert {
	box-shadow: 0 0 30px rgba(0, 0, 0, .17);
}

.page-alerts>.alert:FIRST-CHILD {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* *******Popover******** */
.popover {
	word-wrap: break-word;
}

.popover.popover-fixed {
	min-width: 200px;
}

.popover.popover-fixed .popover-content {
	padding: 15px;
}

.popover.popover-fixed .preview h3 {
	margin-top: 0;
}

.popover.popover-fixed .popover-content .tile {
	margin-bottom: 0;
}

.mention-item .popover-content {
	font-size: 85%;
}

.mention-item .popover {
	min-width: 200px;
}

/* *************** */
.active .text-muted {
	color: inherit;
	opacity: .5;
}

/* *************** */
.emblem {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	margin: 2px 4px 2px 0;
	border-radius: 3px;
	word-break: break-all;
}

.emblem.small {
	padding: 0 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.emblem.tag {
	border-radius: 13px 3px 3px 13px;
}

.picker-container {
	height: auto;
	padding: 6px;
	position: relative;
}

.picker-container input[type='text'] {
	display: inline-block;
	border: none;
	background: none;
	outline: none;
	width: 100%;
	padding: 0;
}

.picker-container .more {
	position: absolute;
    right: 5px;
    bottom: 5px;
}

.picker-container .more .btn {
	padding: 2px 8px;
}

.picker-container-no-icons .emblem i[type] {
	display: none;
}

input.picker::-ms-clear {
	display: none;
}

.picker-sm .picker-container {
	padding: 2px 4px;
}

.picker-sm .emblem {
	padding: 1px 5px;
}

.picker-sm .btn {
	padding: 2px 7px;
}

.picker-sm .more {
	margin-top: 2px;
}

.picker-sm input[type='text'] {
	margin: 4px;
}

.picker-disabled {
	pointer-events: none;
}

.picker-disabled>div {
	background-color: rgb(235, 235, 228);
}

.advanced-input-picker-filter .picker-filter {
	display: block;
}

.advanced-input-picker-filter:hover .picker-filter, .advanced-input-picker-filter.focus .picker-filter {
	display: none !important;
}

.advanced-input-picker-filter .picker-input {
	display: none;
}

.advanced-input-picker-filter:hover .picker-input, .advanced-input-picker-filter.focus .picker-input {
	display: block !important;
}

@media ( max-width : 767px) {
	.advanced-input-picker-filter .picker-filter {
		display: none;
	}
	
	.advanced-input-picker-filter .picker-input {
		display: block;
	}
}


/* *************** */
ul.tree {
	list-style: none;
	padding-left: 0;
}

ul.tree li {
	list-style: none;
}

ul.tree ul {
	margin-left: 20px;
	padding-left: 0;
}

/* *************** */
.tile {
	position: relative;
	margin-bottom: 30px;
}

.tile:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.tile .panel-body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	overflow: hidden;
}


.tile .tile-front .placeholder .icon {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.tile .tile-front.panel-body .placeholder .icon {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-top: -10%;
}

.tile .panel-heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.tile .panel-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.tile .panel-footer-transparent {
	background-color: transparent;
	border-top: 0;
}

.tile .tile-front {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.tile .tile-front img {
	width: 100%;
	position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.tile .tile-front .placeholder {
	text-align: center;
	font-size: 56px;
	height: 100%;
	width: 100%;
	padding-top: 50%;
}

.tile.tile-with-footer .tile-front .placeholder .icon {
	margin-top: -16%;
}

.tile .tile-front .text {
	padding: 15px;
}

.tile .tile-front .preview {
	zoom: 0.7;
	overflow: hidden;
}

.tile .tile-front .preview h3 {
	margin-top: 0;
}

.thumbnail {
	overflow: hidden;
	position: relative;
}

.thumbnail.thumbnail-fixed {
	height: 150px;
	overflow: hidden;
}

.thumbnail .caption:empty {
	display: none;
}

/* *************** */
.panel.unread, .list-group-item.unread, .table tr.unread td:LAST-CHILD {
	border-right: 3px solid #428bca;
}

/* *************** */
.tab-content {
	margin-top: 20px;
}

/* *************** */
.rating>i {
	cursor: pointer;
}

/* *************** */
.working {
	background: url(../img/working.gif) no-repeat center;
}

.working.top {
	padding-top: 36px;
	background-position: center 20px;
}

.working.bottom {
	padding-bottom: 36px;
	background-position: center bottom;
}

/* *************** */
@keyframes onboardingpulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(.25);
		opacity: .2;
	}
	100% {
		transform:  scale(1);
	}
}

@-webkit-keyframes onboardingpulse {
	0% {
		-webkit-transform: scale(1);
	}
	50%{
		-webkit-transform: scale(.25);
		opacity:.2;
	}
	100%{
		-webkit-transform: scale(1);
	}
}

.onboarding-pulse {
	-webkit-animation: onboardingpulse .7s ease infinite;
	-moz-animation: onboardingpulse .7s ease infinite;
	-ms-animation: onboardingpulse .7s ease infinite;
	animation: onboardingpulse .7s ease infinite;
}

.onboarding-pointer {
	cursor: pointer;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border: 5px solid #d43f3a;
	border-radius: 50px;
	z-index: 1040;
}

.onboarding-container {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1030;
	position: absolute;
}

.onboarding-panel {
	min-height: 220px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.onboarding-panel .close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	margin: 10px;
	text-shadow: none;
	opacity: .5;
}

.onboarding-panel .close:hover {
	opacity: 1;
}

.onboarding-step {
	padding: 50px;
}

.onboarding-step a {
	color: inherit;
	text-decoration: underline;
}

.onboarding-step h1 {
	margin-top: 0;
}

.onboarding-step .media>.pull-right {
	margin-left: 50px;
}

.onboarding-title {
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	margin: 0 0 10px;
}

.onboarding-content {
	font-size: 120%;
}

.onboarding-next {
	opacity: .5;
}

.onboarding-next:hover {
	opacity: 1;
	color: #fff;
}

.onboarding-next .icon {
	font-size: 80px;
	background: rgba(255, 255, 255, .2);
	padding: 20px;
	border-radius: 100px;
}

@media ( max-width : 992px) {
	.onboarding-panel {
		min-height: 150px;
	}
	.onboarding-step {
		padding: 30px 50px;
	}
	.onboarding-step h1 {
		font-size: 24px;
	}
	.onboarding-content {
		font-size: 100%;
	}
	.onboarding-next .icon {
		font-size: 50px;
	}
}

/* *************** */
.strap {
	position: fixed;
	top: 100px;
	left: -13px;
	width: 38px;
	z-index: 99999;
	white-space: nowrap;
}

.strap .icon {
	font-size: 14px;
}

.strap:hover {
	left: -5px;
	width: 200px;
}

.strap-menu {
	overflow: hidden;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.strap:hover .strap-menu, .strap-xs .strap-menu {
	box-shadow: 0 0 50px rgba(0, 0, 0, .15);
}

.strap-xs {
	position: fixed;
	bottom: -3px;
	left: 30px;
	right: 30px;
	z-index: 99999;
}

.strap-xs .btn {
	left: 50%;
	margin-left: -20px;
	position: relative;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.strap-xs .btn:focus {
	outline: none;
}

.strap-collapse {
	margin: 0;
}

/* pagination */
.pagination>li>a, .pagination>li>span {
	color: #01386E;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	background-color: #01386E;
	border-color: #01386E;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #014D97;
}

/* carousel */


.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

/* *************** */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 20px;
}

.btn-icon {
	font-family: FontAwesome, OpenSansRegular;
}

.footer {
	margin-top: 50px;
	width: 100%;
}

/* embed-responsive */
.embed-responsive.embed-responsive-audio {
	padding-bottom: 30px;
}

/* Font Awesome extension */
.fa-facebook {
	color: #3b5998;
}

.fa-google {
	color: #a94442;
}

.fa-salesforce:before {
	content: "\f0c2";
	color: #428bca;
}

.fa-salesforce:after {
	content: "sf";
	font-size: small;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	margin: -70% auto 30%;
	display: block;
}

/* IE fix clearfix */

input::-ms-clear {
    display: none;
}

.clearfix:after {
	display: block;
}

.table-responsive {
	border: none;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}