@font-face {
    font-family: 'AllerWeb';
    src: url('/assets/fonts/allerweb/aller_rg-webfont.eot');
    src: url('/assets/fonts/allerweb/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/allerweb/aller_rg-webfont.woff') format('woff'),
         url('/assets/fonts/allerweb/aller_rg-webfont.ttf') format('truetype'),
         url('/assets/fonts/allerweb/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerWeb';
    src: url('/assets/fonts/allerweb/aller_bd-webfont.eot');
    src: url('/assets/fonts/allerweb/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/allerweb/aller_bd-webfont.woff') format('woff'),
         url('/assets/fonts/allerweb/aller_bd-webfont.ttf') format('truetype'),
         url('/assets/fonts/allerweb/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body > header .nav-container nav a {
    /* font-weight: bold; */
    font-size: 14px;
    padding: 7px 20px 6px;
    margin-right: 18px;
    margin-top: 9px;
    display: inline-block;
}



body {
    position: absolute;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    background-color: #fff;
    color: #727172;
    width: 100%;
    min-height: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.wrapper,.container{
    background-color:#fff;
}

.padding-v-10{
    padding:10px;
}


body > header .nav-container nav a {
		/*font-weight: bold;*/
    color: #727172;
		font-size: 14px;
		padding: 7px 20px 6px;
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
		margin-right: 18px;
		margin-top: 9px;
		display: inline-block;
	}
	
	body > header .nav-container nav a {
		position: relative;
	}
	
	body > header .nav-container nav nav {
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 32px;
		z-index: 100;
	}
	
	body > header .nav-container nav nav a {
		display: block;
		background-color: #eee;
		/*background-color: #FF9000;
		color: white;
		-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
		box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);*/
	}
	
	body > header .nav-container nav nav a:hover,
	body > header .nav-container nav nav a.active {
		/*background-color: #DF7000;*/
		background-color: #ddd;
		color: #727172;
	}
	
	body > header .nav-container nav a + nav {
		display: none;
	}
	
	body > header .nav-container nav a nav {
		display: none;
	}
	
	body > header .nav-container nav a:hover + nav {
		display: block;
	}
	
	body > header .nav-container nav a:hover nav {
		display: block;
	}
	
	body > header .nav-container nav a nav a {
		/*margin-top: 5px;*/
		margin-top: 0;
	}	
	
	body > header .nav-container nav a:hover,
	body > header .nav-container nav a.active {
		/*background-color: #FF9000;
		color: white;
		-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
		box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);*/
		color: #ff9000;
		background-color: #eee;
	}
        
        
        .subheader{
            height:30px;
            background-image: url('https://www.salesexperts.ch/resources/ueberuns.jpg');
        }
        
        
        
/* login form */

@CHARSET "UTF-8";
/*
over-ride "Weak" message, show font in dark grey
*/



td br{
   display: block;
   margin: 8px 0;
   content: " ";
}
.well,
.well p,
.well h1, 
.well h2, 
.well h3{
    color:#000;
}
.progress-bar p, .progress-bar h1, .progress-bar h2, .progress-bar h3, .progress-bar strong, .progress-bar span, .progress-bar{
    color:#ffffff !important;
    text-shadow: 1px 1px #000;
}


.logo{
	max-width: 300px !important;
}

.btn-success-light{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.progress-bar-success-light{
    background-color: #5cb85c;
    background-color: #00ab00;
    border-color: #4cae4c;
    color: #fff;
}
.label-success-light{
    background-color: #5cb85c;
    color: #fff;
}
