﻿* {
	 margin: 0px; 
	 padding: 0px;
}
body{
	background-position: center center;
	background-repeat: x-repeat;
    padding-bottom: 30px;
    text-align: center;
	font-family: Verdana, Arial, Sans-Serife;
	font-size: 11px;
}
.toggelei{
	display:none; 
	clear: both;
	min-height: 20px;
	float: left;
}

#overall{
	float: left;
	width: 100%;
	min-height: 500px;	
}
#wrapper{
	width: 100%;
	position: relative;
	min-height: 600px;	
}
/*Headerbereich*/
#header1 {
	position: fixed;
	z-index: 1000;
	background-color: #fff; 
	width: 100%;
	min-height: 100px;
}
#header1 #logo{
	position: absolute;
	margin: 10px ;
}
#headernav{
	float: left;
	height: 32px;
	margin: -10px 0 20px 120px;
	font-size: 13px;

}
#headernav li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
}
#headernav li ul{
	position: absolute;
	z-index: 100;
	list-style-type: none;
	margin-right: 1px;
}
#headernav li ul li {
	float: left;
	width: 200px;
	margin-top: 5px;
}
#headernav li ul li a{
	
}
#headernav li a{
	display: block;
	color: #fff;
	padding: 0 15px;
	background-color: #000;
	height: 30px;
	text-decoration: none;
	line-height: 32px;
}
#headernav li a:hover,#headernav li .active4 {
	background-color: #e2001a;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#headernav li a:hover,#headernav li.active3  a{
	background-color: #e2001a;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.active2{
	color: #333333;
}
/*Login*/
#overlogin{
	position: relative;
	border: 2px solid #000;
	margin: 150px auto;
	height: 260px;
	width: 320px;
	padding: 20px;
}
#loginin{
	 background-image: url("../images/vgis.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 160px;
    width: 320px;
}
#loginin #log1{
	float: left;
	width: 300px;
	background-color: #000;
	padding: 10px;
	margin-top: 150px;
	
}
#log1 .submit2:hover{
background-color: #e2001a;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#log1 .submit2{
	float: right;
	display: block;
	color: #fff;
	width: 60px;
	background-color: #e2001a;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#log1 p{
	width: 260px;
	float: left; 
	margin: 5px 20px;
	color: #fff;
}
 #log1 label{
	float: left;
}
#log1 input{
	float: right;
	height: 20px;
	width: 180px;
	
}


/*Name und Logout*/

#logout{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	background-color: #000;
}
#logout:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
#agentname{
	float: right;
	margin-right: 20px;
	color: #e2001a;
	margin-top: 25px;
}

/*Showroom*/
#plattform{
	float: left;
	margin-top: 100px;
	width: 100%;
	min-height: 500px;
}

/*Contentbereich*/
#content{
	float: left;
	width: 98%;
	margin: 20px 1%;
	min-height: 500px;
	margin-top: 0px;
}
#content2{
	float: left;
	width: 98%;
	margin: 10px 1%;
	min-height: 500px;
	margin-top: 0px;
}
/*Tabelle Agentenliste*/
#tabag{
	width: 98%;
	float: left;
	margin: 20px 1%;
	border: none;
	padding: 0px;
	
	border-collapse: collapse;
}
#tabag td, th{
	border: 1px solid #000;
}
#tabag th{
	color: #000;
	font-weight: bold;
}
#tabag td{
	background-color: #fff;
	color: #000;
	font-size: 11px;
}
#grid .subtitulo{
	border-color: #000;
	text-align: center;
}
/*EXTRA*/
.righto{
	position: absolute;
	z-index: 10;
}
.lefto{
	position: absolute;
	z-index: 10;
}
.el7al{
	float: left;
	min-width: 20px;
	display: block;
}
table td select{
	font-size: 12px;
	margin: 0 0 10px 0 ;
}
table td select option{
}
/*Agenten Hinzuf�gen*/
#agadd{
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000;
}
#agadd p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agadd p label{
	float: left;
	margin-top: 2px;
}
#agadd p input,#agadd p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#agadd p textarea{
	float: right;
	padding: 2px 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #000;
}
option{
	padding: 0 5px;
}
#agadd .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #000;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#agadd .submit1:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
/*Agentenverteiler*/
#agadd3{
	position: relative;
	margin: 150px auto;
	width: 400px;
}
#agadd2{
	position: relative;
	margin: 150px auto;
	min-height: 198px;
	padding: 10px;
	border: 1px solid #000;
	width: 400px;
}
#agadd2 p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
#agadd2 p label{
	float: left;
	margin-top: 2px;
}
#agadd2 p input,#agadd2 p select{
	float: right;
	width: 50%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#agadd2 p textarea{
	float: right;
	padding: 2px 5px;
	width: 60%;
	height: 50px;
	border: 1px solid #000;
}
#agadd2 .submit1{
	float: right;
	display: block;
	color: #fff;
	background-color: #000;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
#agadd2 .submit1:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}

/*Kunden Hinzuf�gen*/
/*KundenPart*/
#kundendetails{
	float: left;
	width: 22%;
	min-height: 500px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
}
#kundendetails p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kundendetails p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#kundendetails p input{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#kundendetails p#dossnum input{
    width: calc(60% - 30px);
    margin-right: 5px;
}
@media only screen and (max-width: 1450px) {
	#kundendetails p#dossnum input {
   	 width: calc(60% - 50px);
	}
}
@media only screen and (max-width: 1200px) {
	#kundendetails p#dossnum input {
   	 width: calc(60% - 100px);
	}
}
#kundendetails p#dossnum a{
	width: 26px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/eye.png);
    font-size: 0;
    border-radius: 2px;
    padding: 0;
    background-size: 16px;
}
#kundendetails p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#kundendetails p select option{
	padding: 0 5px;
}
#kundendetails p textarea{
	float: right;
	width: 60%;
	height: 50px;
	padding: 2px 5px;
	border: 1px solid #000;
}
	
#kundendetails h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
/*Kontaktperson*/
#Kontaktperson{
	float: left;
	min-height: 500px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
	width: 22%;
}
#Kontaktperson p{
	float: left;
	clear: both;
	width: 100%;
	/*margin-bottom: 10px;*/
}
#Kontaktperson .headhead{
	margin-bottom: 10px;
}
#Kontaktperson p label{
	float: left;
	min-width: 36%;
	text-align: left;
	line-height: 30px;
}
#Kontaktperson p input{
	float: left;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#Kontaktperson p input.rfn{
	width: 44%;
}
#Kontaktperson p input.rfn.roug{
	border-color: #e2001a;
}
#Kontaktperson p a.btn_yes{
	float: left;
    width: 16px;
    height: 16px;
    background-image: url(../images/checked-op.png);
	font-size: 0;
	margin-left: 12px;
}
#Kontaktperson p a.btn_yes.yes_rigth{
	float: right;
	margin-left: 12px;
}
#Kontaktperson p a.btn_yes:hover,#Kontaktperson p a.btn_yes.active {
    background-image: url(../images/checked.png);
}
#Kontaktperson p a.btn_no{
	float: right;
	width: 16px;
    height: 16px;
    background-image: url(../images/cancel-op.png);
	font-size: 0;
	margin-left: 5px;
}
#Kontaktperson p a.btn_no.no_float{
	float: left;
	margin-left: 12px;
}
#Kontaktperson p a.btn_no:hover, #Kontaktperson p a.btn_no.active{
    background-image: url(../images/cancel.png);
}
@media screen and (max-width: 1400px) {
#Kontaktperson p a.btn_yes{
	margin-left: 5px;
}
#Kontaktperson p a.btn_yes.yes_rigth{
	margin-left: 5px;
}
#Kontaktperson p a.btn_no {
    margin-left: 5px;
}
#Kontaktperson p a.btn_no.no_float{
	margin-left: 5px;
}
input#email1 {
    width: 59% !important;
}
#Kontaktperson p label{
	min-width: 34%;
}
}
@media screen and (max-width: 1200px) {
#Kontaktperson p a.btn_yes{
	margin-left: 2px;
}
#Kontaktperson p a.btn_yes.yes_rigth{
	margin-left: 2px;
}
#Kontaktperson p a.btn_no {
    margin-left: 2px;
}
#Kontaktperson p a.btn_no.no_float{
	margin-left: 2px;
}
#call {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
}
#Kontaktperson a#add_rfn{
    float: right;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: none;
    line-height: 25px;
    padding: 0px 30px 0px 15px;
    height: 25px;
    cursor: pointer;
    background-image: url(../images/add_rfn.png);
    background-repeat: no-repeat;
    background-position: 190px 6px;
    background-size: 12px;
}
#Kontaktperson a#add_rfn:hover{
    background-color: #e2001a;
}
#Kontaktperson p select{
	float: right;
	width: 63.5%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#Kontaktperson p select option{
	padding: 0 5px;
}
#Kontaktperson p textarea{
	float: right;
	width: 60%;
	height: 65px;
	padding: 2px 5px;
	border: 1px solid #000;
}

#Kontaktperson h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
/*REchnungsadresse*/
#Rechnungsadresse{
	float: left;
	width: 22%;
	min-height: 500px;
	padding: 10px;
	margin: 10px 0 10px 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
}
#Rechnungsadresse p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#Rechnungsadresse p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#Rechnungsadresse p input{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#Rechnungsadresse p select{
	float: right;
	width: 60%;
	padding: 2px 5px;
	border: 1px solid #000;
}
#Rechnungsadresse p select option{
	padding: 0 5px;
}
#Rechnungsadresse p textarea{
	float: right;
	width: 60%;
	height: 60px;
	padding: 2px 5px;
	border: 1px solid #000;
}

#Rechnungsadresse p #Grundforderung,#Rechnungsadresse p #Verzugsschaden,#Rechnungsadresse p #Mahngebuhren,#Rechnungsadresse p #AblSpezF,#Rechnungsadresse p #AblAktuelleF,#Rechnungsadresse p #zinsen {
	width: 50px;
}
	
#Rechnungsadresse h2 a:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
#Rechnungsadresse p #whrung, #Rechnungsadresse p .whrung{
	width: 25px;
	float: right;
}
/*AgentPart*/
#VERKAUFEN{
	width: 24%;
	float: left;
	min-height: 20px;
	min-height: 500px;;
}
#VERKAUFEN h2, #kundendetails h2, #protokoll h2{
	float: left;
	margin: 10px 0 20px 0;
	color: #fff;
	font-size: 17px;
}
#agentpart{
	float: left;
	margin: 10px 0 10px 10px;
	width: 100%;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
}
#agentpart p{
	float: left;
	white-space: now
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#agentpart p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#agentpart p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#agentpart p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#agentpart p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#agentpart p textarea{
	float: right;
	width: 40%;
	height: 30px;
	padding: 2px 5px;

	border: 1px solid #000;
}
/*VerkaufsPart*/

#verkauf{
	float: left;
	width: 60%;
	margin: 10px 0 10px 10px;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
}
#verkauf p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#verkauf p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#verkauf p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#verkauf p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#verkauf p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#verkauf p textarea{
	float: right;
	width: 40%;
	height: 50px;
	padding: 2px 5px;

	border: 1px solid #000;
}
/*Kontaktversuche*/
#kontakt{
	float: left;
	width: 100%;
	height: 300px;
	margin: 10px 0 10px 10px;
	clear: both;
	padding: 10px;
	-moz-box-shadow:1px 2px  4px #000;
	-webkit-box-shadow:1px 2px  4px  #000;
	box-shadow:1px 2px  4px  #000;
	border: 1px solid #000;
}
#kontakt p{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#kontakt p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#kontakt p input{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#kontakt p select{
	float: right;
	width: 40%;
	padding: 2px 5px;

	border: 1px solid #000;
}
#kontakt p select option{
	font-size: 12px;
	padding: 2px 5px;
}
#kontakt p textarea{
	float: right;
	width: 40%;
	height: 50px;
	padding: 2px 5px;

	border: 1px solid #000;
}
#kontakt p .other1{
	float: right;
	width: 60px;
	margin-left: 5px;
	height: 24px;
	font-size: 12px;
	padding: 2px 5px;
}
#kontakt p .other1 option{
	font-size: 12px;
	padding: 2px 5px;
}
#call{
	width: 21px;
	height: 21px;
	display: block;
	background-image:  url(../images/cal.png);
	background-size: 21px;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
    margin-right: 10px;
}
/*Protokoll*/

#protokoll {
    border: 1px solid #000;
    box-shadow: 1px 2px 4px #000000;
    float: left;
    height: 218px;
    margin: 10px 0;
    padding: 5px;
    width: 98%;
}
#protokoll p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#protokoll p input, #protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 5px;

	border: 1px solid #000;
}
#protokoll p textarea{
	float: right;
	width: 100%;
	height: 100px;
	padding: 2px 5px;
	
	border: 1px solid #000;
}
#protonav{
	float: right; 
	clear: both;
	margin-top: -5px;
	margin-right: -10px;
}
#protonav .btn{float: left;}

.btn, #protonav .btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border:none;
	line-height: 25px !important;
	padding: 0px 5px !important;
	height: 25px;
	cursor: pointer;
	border-radius: 0 !important;
}
.btn:hover, #protonav .btn:hover, .btn:focus, #protonav .btn:focus{
	color: #fff !important;
}
#Charger, #btnupload{
	margin-right: 5px;
}
.headhead{
	float: right;
	display: block;
	color:#000;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	padding: 5px 0 ;
	text-decoration: none;
}
#protokoll .btn:hover,#kundendetails .btn:hover, #protonav .btn:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
.submit3{
	background-color: #000;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    margin-bottom: 5px;
    margin-right: 3%;
    margin-top: -50px;
    padding: 5px 10px;
}
.submit3:hover{
	color: #fff;
	-moz-box-shadow: none;
	background-color: #e2001a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#protokoll1 p{
	float: left;
	clear: both;
	min-width: 100%;
}
#protokoll1 p label{
	float: left;
	min-width: 80px;
	text-align: left;
	line-height: 30px;
}
#protokoll1 p input, #protokoll p select{
	float: right;
	width: 190px;
	padding: 2px 5px;

	border: 1px solid #000;
}
#protokoll1 p textarea{
	float: right;
	width: 100%;
	height: 100px;
	padding: 2px 5px;
	
	border: 1px solid #000;
}
#protonav{
	float: right; 
	clear: both;
	margin-top: -5px;
	margin-right: -10px;
}
#protonav .btn{float: left;}
.btn{
	float: right;
	display: block;
	color: #fff;
	background-color: #000;
	
	text-decoration: none;
	border:none;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}
.btn1{
	float: left;
	display: block;
	color: #fff;
	background-color: #cfcfcf;
	text-decoration: none;
	border:none;
	padding: 0px 5px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	
}

.headhead{
	float: right;
	display: block;
	color:#000;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
	padding: 5px 0 ;
	text-decoration: none;
}
#protokoll1 .btn:hover,#kundendetails .btn:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #e2001a;
}
#protokoll1 .submit3{
	float: right;
	margin-top: 70px;
	color: #fff;
	display: block;
	background-color: #000;
	
	margin-bottom: 5px;
	width: 80px;
	cursor: pointer;
}
#protokoll1 .submit3:hover{
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#protokoll1{
	width: 48%;
	float: left;
	margin-left: 1%;
}
#protokoll2{
	width: 49%;
	float: right;
}
/*INFOBOX*/
#feedback{
	width:490px;
	min-height:800px;
	background-color:#a18f79;
	position: fixed;
	left:-510px;
	margin-top: -500px;
	padding:5px;
	color:#fff;
	border:2px solid #955c17;
}
#feedback .des{
	float:left;
	height:60%;
	width:480px;
	overflow:auto;
	padding: 10px 5px;
	
}
#feedback .des p ul{
	float:left;
	clear:both;
}
#info{
	position: fixed;
	margin: 0 0 0 20px;
	display: none;
	width: 160px;
	height: 52px;
	background-image:url(../images/infobox.png);
	background-repeat: no-repeat;
	font-size:0px;
	color:#fff;
	
}

#feedback a:hover{
	background-position: center right;
}
#all{
	float:left;
	min-height:800px;
	min-width:100%;
	overflow:inherit;
}
#callpic{
	float:left;
	width:464px;
	height:100px;
	color:#fff;
	padding:10px;
	margin-top:20px;
}
#callpic p{
	font-size:11px;
}
#callpic h4 {
	margin:0;
	font-size:13px
}
#callpic1{
	float:left;
	width:464px;
	height:100px;
	color:#fff;
	border:3px solid #fff;
	padding:10px;
	margin-top:20px;
}
#callpic1 p{
	font-size:11px;
}
#callpic1 h4 {
	margin:0;
	font-size:13px
}
.adnan{
	float:left;
	background-image:url(../images/toggler.png);
	background-repeat:no-repeat;
	background-position:right; 
	min-height:30px;
	line-height:33px;
	width:405px;
	margin:1px 0;
	padding:0 10px;
	font-size:13px;
	
}
.adnan_active {
	background-image: url(../images/activ.png);
	background-repeat: no-repeat;
	background-position:right; 
}
.test{
	float:left;
	width:490px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
html #fade {
position: absolute;
}
html .popup_block {
position: absolute;
}
/*EXTRAS*/
#ANDERS1{
	 border:none;
	
}
#next, #next1, #next2, #next3, #next4{
	margin-right: 10px;
	margin-top: 12px;
}
#protokoll #protocol1{
	float: left;
	width: 100%;
	min-height: 20px;
}
#protokoll #protocol2{
	float: right;
	width: 100%;
	min-height: 20px;
}
/*TABLE GRID*/
#tab3{
	float: left;
	margin: 10px 15px;
	width: 96%;
}
#grid2 th, #grid3 th {
	display: none;
}
#grid2 {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 115px;
}
#grid2 table td , #grid3 table td{
	border: 1px solid #fff;
}
/*Questionaire*/

/*Overview Buttons*/
#weiter{
	min-width: 40px;
	height: 25px;
	background-image:url(../images/eye.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #403f42;
	margin:0 1%;
	font-size: 0px;
	display: block;
}
#send{
	min-width: 40px;
	height: 25px;
	background-image:url(../images/smss.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #403f42;
	margin:0 1%;
	font-size: 0px;
	display: block;
}
#domwn{
	min-width:40px;
	height: 25px;
	background-image:url(../images/down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #403f42;
	margin-left:0 1%;
	font-size: 0px;
	display: block;
}
#delete{
	min-width:40px;
	height: 25px;
	background-image:url(../images/dell.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #403f42;
	margin-left:0 1%;
	font-size: 0px;
	display: block;
}
#datename{
	width: 50px;
	height: 50px;
	background-image:url(../images/calendar.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
/***********************/
/*=========================================== All PopUp ======================================*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#colorbox{ margin-top:-30px; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%;background:#fff; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

.modal-body .vacinfo:last-child {
    margin: 0;
}
.modal-body .vacinfo {
    float: left;
    width: 100%;
    min-height: 25px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #777;
}
.modal-body .vacinfo span{
	text-transform:capitalize;
	font-size:14px;
	margin-right:5px;
	font-weight: normal;
}
.modal-body .vacinfo span.user, .modal-body .vacinfo span.date, 
.modal-body .vacinfo span.enddate, .modal-body .vacinfo span.reason{
	font-weight: bold;
}
.modal-body .vacinfo span.viewvac a{
	background: #ecedef none repeat scroll 0 0 !important;
    border: medium none;
	 border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 0 1px #c6cdd3 inset;
    color: #444 !important;
    filter: none;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px 12px;
	min-width:25px;
	font-weight: bold !important;
    text-transform: capitalize;
	text-decoration:none;
	float:right;
	margin:-10px 0 0 0;
}
.modal-body .vacinfo span.viewvac a:hover{
	background: #5CB85C none repeat scroll 0 0 !important;
	color: #fff !important;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5 !important; filter: alpha(opacity = 50) !important;}
#cboxOverlayconfirm{position: absolute;width: 100%;height: 422px;background: rgba(83, 92, 105, 0.35);
	margin: -119px -95px !important;border-radius: 2px;z-index: 999;}    
#cboxOverlayconfirm img{margin: 150px 0 0 0;width: 70px;background: #fff;border-radius: 10px;padding: 15px;} 	
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #D5D5D5;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(../images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/*
==============
	Import
==============
*/

#myProgress {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #ddd;
  border-radius: 3px;
}
#myBar {
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #ad3360;
  background-image:
   -webkit-linear-gradient(-45deg, 
                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
                           rgba(0,0, 0, .1) 66%, transparent 66%),
   -webkit-linear-gradient(top, 
                           rgba(255, 255, 255, .25), 
                           rgba(0, 0, 0, .25)),
   -webkit-linear-gradient(left, #ad3360, #c34774);
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px; 
}
#myBar #label{
	color: #fff;
	font-weight: bold;
}
#matching-box {
    position: relative;
    width: 660px;
    min-height: 250px !important;
    padding: 2%;
    margin: 0 auto;
    border: 1px solid #000000;
}
#matching-box .selectbox {
  float: none;
}
#matching-box ul {
  padding: 0px;
  list-style: none;
}
#matching-box .matching-box-top ul {
  width: 600px;
  height: 47px;
  padding-bottom: 4px;
  margin: 0;
}
#matching-box .matching-box-top li {
  float: left;
  width: 298px;
  background: #f5f5f5;
  text-transform: uppercase;
  text-align: center;
  height: 47px;
  line-height: 47px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  border: 1px solid #ededed;
  border-width: 1px 1px 1px 1px;
}
#matching-box .matching-box-top li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-width: 1px 1px 1px 1px;
}
#matching-box .one-field-property {
  padding-top: 26px;
  background: transparent url('../images/bg_matching_box_dots.png') no-repeat 276px 36px;
  background-size: 1000px 16px;
  background-position: 277px 32px;
}
#matching-box .status-matched {
  background-position: -196px 32px;
}
#matching-box .status-excluded {
  background-position: -667px 32px;
}
#matching-box .error {
  background-position: -667px 32px;
}
#matching-box .one-field-property dl {
  float: left;
  width: 270px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#matching-box .one-field-property dt {
    padding-left: 0px;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size: 11px;
    background-color: #ededed;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-align: left;
    width: 100%;
    margin: 0;
    text-indent: 10px;
}
#matching-box .status-matched dt {
  color: #fff;
  background-color: #99c15e;
}
#matching-box .error dt {
  color: #fff;
  background-color: #e84c3f;
}
#matching-box .status-excluded dt {
  color: #fff;
  background-color: #dc6060;
}
#matching-box .one-field-property dd {
	width: 260px;
  padding-left: 10px;
  height: 38px;
  margin: 0;
  line-height: 38px;
  border-top: 1px solid #ededed;
}
#matching-box .one-field-property .property-matching {
  float: right;
  width: 260px;
}
#matching-box .one-field-property .property-matching .select2-container{
	width: 100%;
}
#matching-box .one-field-property .property-matching .select2-container .select2-choice{
  width: calc(100% - 10px);
}
#matching-box .one-field-property .property-matching .selectbox {
  margin-bottom: 8px;
}
#matching-box .one-field-property .property-matching .selectbox select {
    border-radius: 0;
    width: 100% !important;
    height: 38px !important;
}
#matching-box .one-field-property .property-matching .field {
  margin-bottom: 8px;
}
#matching-box .one-field-property .property-matching .field:last-child {
  margin-bottom: 0;
}
#matching-box .one-field-property .property-matching .message ul {
  margin-top: 0;
}
#matching-box .matching-box-bottom {
  width: 600px;
  height: 90px;
  margin-top: 26px;
  padding-top: 3px;
}
#matching-box .matching-box-bottom div {
  background: #f5f5f5;
  min-height: 47px;
  position: relative;
}
#matching-box .matching-box-bottom .btn{
  margin-top: 15px;
}
#matching-box .matching-box-bottom #btnupload{
  margin-left: 2px;
}
#matching-box .matching-box-bottom div div {
  width: 137px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  color: #9a9d9f;
}
#matching-box .matching-box-bottom div div#count-unmatched {
  position: absolute;
  top: 0;
  left: 20px;
  width: 175px;
}
#matching-box .matching-box-bottom div div#count-excluded {
  margin: 0 auto;
}
#matching-box .matching-box-bottom div div#count-matched {
  position: absolute;
  top: 0;
  right: 0px;
}
#matching-box .matching-box-bottom div div span {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-top: -2px;
  margin-right: 6px;
}
#matching-box .matching-box-bottom div #count-excluded span {
  color: #dc6060;
}
#matching-box .matching-box-bottom div #count-matched span {
  color: #99c15e;
}
#matching-box .property-matching .property-form input[type="checkbox"]{
    float: right;
    width: 20px;  
  }
 .select2-results li{
 	text-align: left !important;
 }
.select2-drop {
    width: 250px !important;
}
#matching-box .one-field-property .property-matching .select2-container .select2-choice{
	width: 100% !important;
}
.btn+.btn {
    margin-right: 5px;
}
#myformimport{
	width: 400px;
}
#myformimport .select2-container{
    width: 250px;
    float: right;
}
#myformimport .select2-container .select2-choice{
	width: 100%;
}
#myformimport input[type="file"]{
    width: 250px;
    border-radius: 3px;
}
/*Custom Radio buttons*/
.patternradio{
  margin: 0 0 30px;
}
.patternradio label.search_label{
  min-width: 65px;
}
.patternradio .stringnumric{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 50px;
  margin-left: 25px;
  text-align: right;
}
.patternradio .stringnumric.stringleft{
  text-align: left;
}
.patternradio .stringnumric input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.patternradio .stringnumric label{
  display: block;
  position: relative;
  font-size: 14px;
  padding: 0 0 0 20px;
  margin: 4px auto;
  line-height: 16px !important;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  font-weight: bold !important;
}
.patternradio .stringnumric.stringleft label{
  padding: 0 40px 0 0;
}
.patternradio .stringnumric:hover label{
  color: #8f2a4f;
}
.patternradio .stringnumric .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0;
  z-index: 5;
}
.patternradio .stringnumric.stringleft .check{
  left: 80px;
}
.patternradio .stringnumric:hover .check {
  border: 2px solid #8f2a4f;
}
.patternradio .stringnumric .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
}
input[type=radio]:checked ~ .check {
  border: 2px solid #8f2a4f;
}
input[type=radio]:checked ~ .check::before{
  background: #8f2a4f;
}
input[type=radio]:checked ~ label{
  color: #8f2a4f;
}

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