.glyphicon {
	color:lightblue;
	top:4px;
	left:2px;
}
form .glyphicon {
	font-size:24px;
	color:lightblue;
	top: 5px !important;
}

nav {
    text-align: center;
}
input#quantity {
    width: 45px;
}
.panel {
    border: 1px solid lightgrey !important;
}
.btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
    background-image: none;
}
.warning {
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
	color: #a94442;
	border: 1px solid;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:5px;
}
.usermargin {
    margin-top: 38px;
}
.error {
	color:red;
}
fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px;
    border: 1px solid silver !important;
/*     padding: 5px !important; */
    margin: 5px !important;
    border-radius: 4px;
}
a.media-left.media-middle {
    display: inline-block;
    float: left;
    max-width: 104px;
    margin-top: 9px;
}
div#footer {
	border-top : 1px solid #CCC;
	padding-bottom:15px;
	padding-top: 15px;
    /* background: #428bca; */
}
img.footer-logo {
    max-height: 50px;
}
.grey {
	background-color: #eee !important;
}
.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	float:right;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
	color: #FFF;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
	color: #FFF;
}
.button-link:visited {
	color: #FFF;
}

/*  */
.help-tip{
	position: absolute;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}


@media only screen and (max-width: 991px) {
	.nav-wizard > li:not(:last-child) > a {
		margin-right: 4px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 5px;
	}
	.nav-wizard > li > a {
		font-size: 12px;
	}
	.badge {
		min-width: 10px;
		padding: 3px 6px;
		font-size: 10px;
	}
}

#header {
	min-height:100px;
}

.error {
	color:red;
}
#tel_callcenter {
	font-weight:bolder;
	font-size:30px;
	vertical-align: middle;
	color:#2196f3;
}
.img_callcenter {
	max-width:85px;
}


@media only screen and (max-width: 767px) {
	.nav-wizard > li:not(:first-child) > a {
		padding-left: 15px;
	}
	.nav-wizard > li:not(:last-child) > a {
		margin-right: 3px;
	}
	.badge {
		display: inline-block;
		min-width: 7px;
		padding: 2px 4px;
		font-size: 9px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 7px 10px;
		font-size:12px;
	}
	.nav-wizard > li:not(:first-child) > a:before {
		width: 0px;
		height: 0px;
		border-top: 14px inset transparent;
		border-bottom: 14px inset transparent;
		border-left: 10px solid #ffffff;
		position: absolute;
		content: "";
		top: 0;
		left: 0;
	}
	.nav-wizard > li:not(:last-child) > a:after {
		width: 0px;
		height: 0px;
		border-top: 14px inset transparent;
		border-bottom: 14px inset transparent;
		border-left: 10px solid #eeeeee;
		position: absolute;
		content: "";
		top: 0;
		right: -10px;
		z-index: 2;
	}
	.nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {
		border-left-color: #d5d5d5;
	}
	.nav-wizard > li.active > a:after {
		border-left-color: #428bca;
	}
	
	.usermargin {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 691px) {
	.btn-group-lg>.btn, .btn-lg {
		padding: 5px 10px;
		font-size: 16px;
	}
	.h1, h1 {
		font-size: 28px;
	}
	.user-data, .ladda-label {
		display:none;
	}
	.nav-wizard {display:none;}
}
@media only screen and (max-width: 991px) {}