/* Checkboxinfo */
p.labelinfo {
    margin-bottom: 2em !important;
    margin-left: 23px;
}
input#chk_offer {
    top: 4px;
}

div.checkhead > input {
    float: left;
    display: inline-block;
}
div.checkhead > label {
    float: left;
    left: 23px;
    position: absolute;
    top: -2px;
    display: inline-block;
    font-weight: bold;
	cursor: pointer;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

div.checkhead > label:hover, 
div.checkhead > label:focus{
	color: #1967af;
	}

div.checkhead {
    position: relative;
    display: block;
    width: 90%;
	height: 30px;
}

#scheme {width: 540px;border: 1px solid black;padding: 10px;}
#scheme-top{border-bottom: 1px solid black;}
.control-label {width: 157px !important;}
.ui-autocomplete {
    max-height: 250px !important;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
#errorbox { display: none; }

/** Style EDIT **/


@font-face {
   font-family: 'DIN Pro bold';
   src: url('../fonts/DINPro-Bold_13934.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
	padding: 0px;
	margin: 0px;
	}

body {
    background: #f2f2f2 url("../img/bg_texture.png") no-repeat fixed left bottom;
    height: 100%;
    padding-top: 0 !important;
	font-family: 'DIN Pro bold', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
}

* html body,
* html body input[type="submit"]{
   font-family: 'Arial', sans-serif !important;
}
 {
   font-family: 'Arial', sans-serif;
}

p {
    font-size: 1em;
    margin: 0 0 1em;
}

.navbar-fixed-top{
	position: relative;
	}

.navbar-inner {
    border-bottom: 3px solid #0c701e !important;
    box-shadow: 0px -2px 0px #ffffff inset !important;
}

.navbar-inner .container {
    vertical-align: middle;
    vertical-align: middle;
    min-height: 160px;

}

.navbar-inner .container h1{
	display: none;
	}
	
.navbar .brand {
    top: 23px;
}

.navbar-inner .container {
    background-image: url('../img/dg-logo.png');
    background-repeat: no-repeat;
    background-position: right;
	background-size: 17% auto;
}

#content {
    min-height: 585px;
	padding: 30px 0px 30px;
}


div#footer {
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    position: relative;
    padding: 40px 0px;
    bottom: 0px;
    border-top: 3px solid #0c701e !important;
    box-shadow: 0px 2px 0px #ffffff inset !important;	
}

body > .container h1 {
	color: #e68b09;
    line-height: 1em;
    margin-bottom: 1.2em !important;	
	}


div.greybox{
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 97%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 97%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
    border: 3px solid #b5b5b5;
    border-radius: 10px;
    box-shadow: 10px 30px 70px -20px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 40px 3% 45px;
    width: 94%;
	margin-bottom: 30px;
}



.span9{
	width: 100%;
	margin: 0;
	}

h1 {
    color: #e68b09;
    line-height: 1em;
	font-size: 36px;
    margin-bottom: 1.2em !important;
}

/* Home */

.list-of-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
}

.list-of-buttons > div {
    width: 100%;
    margin: 0 5px 20px 5px;
    max-width: 350px;
}

.list-of-buttons p {
    margin: 0;
}

.list-of-buttons a {
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    height: 100%;
    background: #009fe4;
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: background 0.5s;
}

.list-of-buttons a:hover {
	background: #e68b09;
}

/* Formulare */
label {
    width: 100% !important;
    text-align: left !important;
    display: inline-block;
}	
	

.form-horizontal .controls {
    margin-left: 0px;
}

.form-horizontal .controls input {
    width: 90%;
    padding: 8px 10px 10px;
    border: 2px solid #b5b5b5 !important;
    border-radius: 7px;
}

.form-horizontal .controls select {
    border: 2px solid #b5b5b5 !important;;
    border-radius: 7px;
    height: 42px;
    padding: 8px 10px 10px;
    width: 94%;
}

.form-horizontal .controls input:focus,
.form-horizontal .controls select:focus {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
	}

.form-horizontal .controls select option {
    padding: 5px 10px 7px;
}

label input[type="radio"] {
    position: relative;
    top: -4px;
    margin-right: 3px !important;
}


div.control-group {
    width: 50%;
}


/* Buttons */
.form-horizontal .controls input[type="submit"] {
    border: medium none !important;
	font-family: 'DIN Pro bold', 'Arial', sans-serif;
}

.btn-primary {
    background-color: #009fe4;
    border: 0px !important;
    border-radius: 8px;
    float: left;
    font-family: 'DIN Pro bold', 'Arial', sans-serif;
    font-size: 1.3em;
    padding: 13px 50px 17px !important;
    width: auto !important;
    color: #ffffff;
    text-shadow: none;
	background-image: none;
	animation-name: buttonani-out;
	animation-duration: 0.3s;	
}

.btn-primary:hover {
	background-color: #e68b09;
	animation-name: buttonani-in;
	animation-duration: 0.3s;
	}

a.btn, 
button.btn {
    border: medium none;
    font-size: 1.3em;
    padding: 13px 50px 16px;
	background-image: none;
	font-family: 'DIN Pro bold', 'Arial', sans-serif;	
}

button.btn {
    background-color: #009fe4;
    border: 0px !important;
    border-radius: 8px;
    float: left;
    font-family: 'DIN Pro bold', 'Arial', sans-serif;
    font-size: 1.3em;
    padding: 13px 50px 17px !important;
    width: auto !important;
    color: #ffffff !important;
    text-shadow: none;
	background-image: none;
	animation-name: buttonani-out;
	animation-duration: 0.3s;	
	margin-right: 10px;
}

button.btn:hover {
	background-color: #e68b09;
	animation-name: buttonani-in;
	animation-duration: 0.3s;
	}

a.btn {
    border: medium none;
    font-size: 1.3em;
    padding: 13px 50px 16px;
	animation-name: buttonani-out;
	animation-duration: 0.3s;
	background-image: none;	
	background-color: #009fe4;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
   text-shadow: none;
   color: #ffffff !important;
}

a.btn:hover {
	background-color: #e68b09;
	animation-name: buttonani-in;
	animation-duration: 0.3s;
	
}
	
a.btn-danger {
    border: medium none;
    font-size: 1.3em;
    padding: 13px 50px 16px;
	animation-name: buttonani-out-red;
	animation-duration: 0.3s;
	background-image: none;	
	background-color: #da0101;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}

a.btn-danger:hover {
	background-color: #e68b09;
	animation-name: buttonani-in-red;
	animation-duration: 0.3s;
	
}


.form-actions {
    background-color: none;
    border-top: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
	position: relative;
}

.form-horizontal .form-actions {
    padding-left: 0px;
	display: inline-block;	
}

button.btn-primary {
    float: right;
    position: relative;
}


/* Inhalte */
.well {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    min-height: none;
    padding: 0px;
}


.alert-info {
    background-color: transparent;
    border-color: none;
    color: #888888;
}
.alert {
    background-color: transparent;
    border: 0px;
    border-radius: none;
    color: #888888;
    margin-bottom: 20px;
    padding: 0;
    text-shadow: none;
}


ul.list-of-buttons {
    display: inline-block;
    list-style: inside none none;
    margin: 0;
    width: 100%;
}

ul.list-of-buttons li {
    animation-duration: 0.3s;
    animation-name: buttonani-out;
    background: #009fe4 none repeat scroll 0 0;
    float: left;
    border-radius: 8px;
    height: 120px !important;
    vertical-align: middle;
    position: relative;
    display: table;	
}

ul.list-of-buttons li:last-child {
    margin-right: 0% !important;
}



ul.list-of-buttons li.num-1 {margin: 0px auto !important; width: 35%; float: none;}
ul.list-of-buttons li.num-2 {margin-right: 2%; width: 48%;}
ul.list-of-buttons li.num-3 {margin-right: 2%; width: 32%;}
ul.list-of-buttons li.num-4 {margin-right: 1%; width: 24%;}
ul.list-of-buttons li.num-5 {margin-right: 2%; width: 18%;}


ul.list-of-buttons li:hover {
    animation-duration: 0.3s;
    animation-name: buttonani-in;
    background-color: #e68b09;
}
ul.list-of-buttons li a {
    color: #ffffff;
    font-size: 1.5em;
    padding: 38px 2% 40px;
    text-align: center;
    text-decoration: none;
    width: 96%;
    height: 100%;
    vertical-align: middle;
	display: table-cell;	
}


/* COVERAGE SCHEMES */
div#coverage-schemes {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

#scheme {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    float: left;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

#scheme-top {
    background: #009fe4 none repeat scroll 0 0;
    border: 2px solid #009fe4;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    padding: 1px 20px 4px;
}

#scheme-top h3 {
    font-weight: normal;
	border-bottom: 1px solid #ffffff;
}


#scheme-main {
    border: 2px solid #b5b5b5;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 20px 25px 20px;
}

#scheme label input[type="radio"] {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border: medium none !important;
    box-shadow: none !important;
    left: -15px;
}
#scheme label {
    color: transparent;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

#scheme.activescheme {
	border-radius: 20px;
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
#scheme.activescheme #scheme-top {
    background: #e68b09 none repeat scroll 0 0;
	border-color: #e68b09;
}


div#coverage-schemes #scheme:nth-last-child(2) {
    margin-right: 0 !important;
}
/* <br />s ausblenden*/
div#coverage-schemes > br:nth-child(2n) {
    display: none !important;
    visibility: hidden;
}


div#coverage-schemes #scheme.num-1 {margin: 0px 0px !important; width: 35%; float: none;}
div#coverage-schemes #scheme.num-2 {margin-right: 2%; width: 48%;}
div#coverage-schemes #scheme.num-3 {margin-right: 2%; width: 31%;}
div#coverage-schemes #scheme.num-4 {margin-right: 2%; width: 23%;}
div#coverage-schemes #scheme.num-5 {margin-right: 2%; width: 18%;}


/* STEP 4 NC */

#form-step-4 input,
#form-csa input {
    display: inline-block;
    float: left;
    height: auto;
    padding: 5px 10px 8px;
    position: relative;
    width: auto;
	margin: 0px 15px 0px 0px;
}


#form-csa select {
    display: inline-block;
    float: left;
    height: 32px;;
    margin: 0 15px 0 0;
    padding: 1px 10px 3px;
    position: relative;
    width: 77%;
}

#form-csa textarea{
    border: 2px solid #b5b5b5;
    border-radius: 7px;
    width: 89%;
}

#form-csa  div.checkbox {
    padding: 0px;
}
#form-csa  div.checkbox label input {
    top: 4px;
}


#form-step-4 .control-group,
#form-csa .control-group{
	width: 100%;}

#form-step-4 .controls,
#form-csa .controls {
    margin-left: 180px;
}


#form-step-4 label.checkbox,
#form-csa label.checkbox {
    margin-right: 19px;
    padding: 7px 0 0;
    width: auto !important;
}

#form-step-4 input[type="text"],
#form-csa input[type="text"] {
	margin-right: 3%;
	width: 41%;
}
#form-step-4 input[type="radio"],
#form-csa input[type="radio"] {
    top: 3px;
}

#form-csa input[type="password"] {
    width: 35%;
}

/* STEP 5*/

.summary-row {
    width: 100%;
    display: inline-block;
}




.summary-point {
	width: 48%;
	background: #ffffff;
	margin: 0px 2% 10px 0px;
	float:left;
	
}

div.summary-row h4 {
    background: #009fe4 none repeat scroll 0 0;
    margin: 0px;
    padding: 12px 20px 15px;
    color: #ffffff;
    font-weight: normal;
    border: 2px solid #009fe4;
    border-radius: 10px 10px 0px 0px;
}

div.summary-row p {
    border: 2px solid #b5b5b5;
    border-top: 0px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 20px 25px 20px;
    margin: 0;
    min-height: 165px;	
}

.summary-point:last-child {
	margin: 0px 0px 10px 0px;
	
}



.summary-row.standalone {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    position: relative;
    width: 100%;
}



/* Errorhandling */

#errorboxerror {
    color: #b94a48 !important;
    border: 2px solid rgba(255,0,0,0.2);
    border-radius: 10px;
    background: rgba(255,0,0,0.1);
    padding: 10px 20px 29px;
}

.control-group.error .checkbox, 
.control-group.error .radio, 
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: transparent;
    box-shadow: none;
    color: #b94a48;
}


/* Summary Print */
div.summary-print table,
div.summary-print table tr,
div.summary-print table tr th,  
div.summary-print table tr td 
{
    border: 0px;
	background: none;
}


div.summary-print table tr td,
div.summary-print table tr th {
    border-bottom: 1px solid #b5b5b5 !important;
    border-radius: 0 !important;
    padding: 10px;
    box-shadow: 0px 1px 0px #ffffff inset;
}

div.summary-print table thead tr th {
 	border-top: 1px solid #b5b5b5 !important;
    box-shadow: 0px 1px 0px #ffffff inset;
}


/* EDIT USER AGENT */

table#tbl_employee {
    border: 0px;
    box-shadow: none;
    background: transparent;
}

table#tbl_employee thead {}
table#tbl_employee thead tr th {
    background: #009fe4 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none !important;
    padding: 15px 20px 17px;
	border: 0px;
    border-right: 1px solid #ffffff !important;
	font-weight: normal !important;
}
table#tbl_employee thead tr th:first-child {
	border-left: 1px solid #009fe4;
	border-radius: 10px 0px 0px 0px;
}
table#tbl_employee thead tr th:last-child {
	border-right: 1px solid #009fe4;
	border-radius: 0px 10px 0px 0px;
}

table#tbl_employee tbody {}
table#tbl_employee tbody tr{background: #ffffff;}
table#tbl_employee tbody tr:nth-child(2n){background: #e5e5e5;}
table#tbl_employee tbody tr:nth-child(2n+1){background: #ffffff;}

table#tbl_employee tbody tr td {
    border: 0px;
    border-right: 1px solid #ffffff;
    padding: 15px 20px;
}


table#tbl_employee tbody tr td:first-child {
    border-left: 1px solid #b5b5b5;
}
table#tbl_employee tbody tr td:last-child {
    border-right: 1px solid #b5b5b5;
}
table#tbl_employee tbody tr:last-child td {
    border-bottom: 1px solid #b5b5b5;
}

a.btn-mini {
    animation: none !important;
	animation-duration: 0s !important;
    background: url("../img/edit.png") no-repeat scroll left top !important;
    color: transparent;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 40px;
    box-shadow: none;
}

a.btn-mini:hover {
    animation: none !important;
	animation-duration: 0s !important;
    background: url("../img/edit.png") no-repeat scroll left bottom !important;
    color: transparent;
}


button.btn-mini {
    background: url("../img/trash.png") no-repeat scroll left top !important;
    color: transparent;
    font-size: 0;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 0 !important;
    width: 40px !important;
	animation: none;
}

button.btn-mini i {
    display: none;
}

button.btn-mini:hover {
    background: url("../img/trash.png") no-repeat scroll left bottom !important;
    color: transparent;
    font-size: 0;
    height: 40px;
    margin: 0 5px 0 0;
    padding: 0 !important;
    width: 40px !important;
	animation: none;
}

/* Logout */
#logout-window {
    width: 100%;
    border-top: 1px dotted #b5b5b5;
    margin: 0px;
    padding: 0px 0px 40px;
    box-shadow: 0px -1px 0px rgba(255,255,255,0.5);
    margin-top: 40px;
    border-bottom: 1px dotted #b5b5b5;
    height: 25px;
	display: inline-block;
	position: relative;
}

#logout-window span{
	float:left;
	margin-right: 5px;
	padding-right: 5px;
	}
#logout-window span:first-child{
	color: #e68b09;
	}

#logout-window .control-group {
    float: right;
    position: absolute;
    right: 0px;
    margin: 0px;
    text-align: right;
}

#btn_logoff {
    background: #0c701e !important;
    box-shadow: none !important;
    border: 0px;
    padding: 5px 23px 6px;
    width: auto;
    position: relative;
    top: -2px;
    text-shadow: none;
	
}	
#btn_logoff:hover{
    background: #e68b09 !important;
}	


.icon-info-sign {
    background-position: -120px -96px;
    cursor: pointer;
	position:relative;
	z-index:200000;
}

.control-label{position: relative;}
.infobox {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #dddddd;
    bottom: 10px;
    left: 65px;
    padding: 20px;
    position: absolute;
    width: 200px;
    z-index: 10000;
	display: none;
}


.greybox span {
    display: inline-block;
}

/* UPLOADS */
table.tx-filelist-pi1-table {
    width: 100%;
}
table.tx-filelist-pi1-table tr th:last-child {
    border-radius: 0px 7px 0px 0px;
}
table.tx-filelist-pi1-table tr th:first-child {
    border-radius: 7px 0px 0px 0px;
}
table.tx-filelist-pi1-table tr th {
    background: #009fe4 none repeat scroll 0 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 10px 14px;
}

table.tx-filelist-pi1-table tr td {
    padding: 5px 10px 7px;
}
table.tx-filelist-pi1-table tbody tr:nth-child(2n-1) td {

}
table.tx-filelist-pi1-table tr td:last-child {
}
table.tx-filelist-pi1-table tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}
table.tx-filelist-pi1-table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px !important;
}
table.tx-filelist-pi1-table tbody tr:nth-child(2n) td {

}

.tx-filelist table {
	border-collapse: separate;
}

.tx-filelist table tbody tr:nth-child(2n) {
    background: #e5e5e5;
}

.tx-filelist table tbody tr:hover,
.tx-filelist table tbody tr:nth-child(2n):hover {
    background-color: #f5f5f5;
}

.tx-filelist table thead th {
	background: #009fe4;
	color: #fff;
	padding: 15px 20px 17px;
	font-weight: normal;
	border-right: 1px solid #fff;
}

.tx-filelist table thead th:first-child {
	border-top-left-radius: 10px;
}
.tx-filelist table thead th:last-child {
	border-top-right-radius: 10px;
	border-right: none;
}

.tx-filelist table tbody tr td {
	padding: 15px 20px;
	border-right: 1px solid #fff;
	border-top: none;
}

.tx-filelist table tbody tr td:first-child {
    border-left: 1px solid #b5b5b5;
}
.tx-filelist table tbody tr td:last-child {
    border-right: 1px solid #b5b5b5;
}
.tx-filelist table tbody tr:last-child td {
	border-bottom: 1px solid #b5b5b5;
}
.tx-filelist table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}
.tx-filelist table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

.tx-filelist table tbody tr td:first-child img {
	margin-right: 10px;
}

.tx-filelist table tbody tr td:first-child a {
	word-break: break-all;
}

	
div.upload {
    left: 0;
    position: relative;
    width: 100%;
}

.upload div div {
    padding: 0;
    position: relative;
	width: calc(100% - 157px);
}
.upload div div a.btn_upload {
    border-radius: 7px !important;
    color: #ffffff;
    font-size: 1em !important;
    margin: 0;
    padding: 6px 7px;
    position: absolute;
    right: -1px;
    top: 3px;
    width: 24px;
	z-index:100000;
}

div.upload div input {
    width: 100% !important;
    float: left;
}

div.upload div div input {
    width: 100% !important;
    position: relative;
    padding: 7px 0px 11px 0px !important;
}

.input-append{
	font-size: 1em !important;
	}
	

.icon-upload {
    background-position: -227px -39px;
    background-size: 3362% auto;
    height: 21px;
    overflow: visible;
    width: 22px;
}	

i.icon-upload {
    position: relative;
	background: none;
	cursor: pointer;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
i.icon-upload:before {
    content: "\f01b";
    color: #555555;
    font-family: FontAwesome;
    font-size: 1.6em;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 4px;
}



/* STATISTIC */
table#reports {
    width: 100%;
	 border: 0px;
}
table#reports tr th:last-child {
    border-radius: 0px 7px 0px 0px;
}
table#reports tr th:first-child {
    border-radius: 7px 0px 0px 0px;
}
table#reports tr th {
    background: #009fe4 none repeat scroll 0 0;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 10px 14px;
}

table#reports tr td {
    padding: 5px 10px 7px;
}
table#reports tbody tr:nth-child(2n-1) td {
    background: #ffffff none repeat scroll 0 0;
}
table#reports tr td:last-child {
}
table#reports tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}
table#reports tr:last-child td:first-child {
    border-radius: 0px 0px 0px 10px !important;
}
table#reports tbody tr:nth-child(2n) td {
    background: #eeeeee none repeat scroll 0 0;
}


table#reports.table-bordered th, 
table#reports.table-bordered td {
    border-left: 0px solid #dddddd;
}

/* LangMenu */
div#lang-menu {
    width: 1170px;
    margin: 0px auto;
    position: relative;
}
div#lang-menu ul {
    display: inline-block;
    float: right;
    margin: 0 auto !important;
    width: auto !important;
}

div#lang-menu ul li {
    float: left;
    list-style: none;
    margin-left: 12px;
	width: 30px;
}



div#lang-menu ul {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom: 1px solid #0c701e !important;
    border-image: none !important;
    border-left: 1px solid #0c701e !important;
    border-right: 1px solid #0c701e !important;
    border-top: 0px solid #0c701e !important;
    display: inline-block;
    float: right;
    margin: 0 auto !important;
    padding: 5px 15px 5px 0;
    width: auto;
    border-radius: 0px 0px 7px 7px;
    width: 1170px;
    margin: 0px auto !important;	
}

.brand img {
    max-width: 165px;
    position: relative;
    top: 37px;
}




/* STEP 5*/

/*
.wrap-mask {
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
}

.input-mask {
    display: block;
    float: left;
    width: 66%;
}

.summary-row {
    box-shadow: none;
    display: inline-block;
    float: right;
    padding: 10px 0 11px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
}
*/


/*EDIT*/
.wrap-mask {
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
}

#payment-placeholder-box {
    display: block;
    float: left;
    min-height: 400px;
    width: calc(100% - 325px);
}
div.box-paymentform {
    display: inline-block;
    float: left;
    left: 30px;
    position: absolute;
    top: -330px;
    width: calc(95% - 350px);
}
.summary-row {
    box-shadow: none;
    display: block;
    float: right;
    padding: 0 0 11px;
    position: relative;
    right: 0;
    top: 0;
    width: 320px;
}

.summary-point {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
}

.summary-row.standalone .summary-point {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 2% 10px 0;
    width: 48%;
}

#payment-form .form-group label {
	float: none;
	width: 100%;
}

#payment-form .form-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}

#payment-form .form-group .control-label {
	width: 150px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
}

#payment-form input {
	width: calc(100% - 179px);
}

.StripeElement {
	width: calc(100% - 179px);
	height: 20px;
	border: 1px solid #cccccc;
	color: #000;
	background: #fff;
	border-radius: 3px;
	padding: 4px 6px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

#cc-payer:focus{
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#cc-payer {
	width: calc(100% - 15px);
}

/*****************/


.summary-row .summary-point > *{
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 0.5em;
    font-size: 0.9em;
    line-height: 1.2em;	
}

.summary-row .summary-point {
	/* border-bottom: 1px solid #cccccc; */
	 -o-box-shadow: 0 1px 0 #ffffff;
	 -ms-box-shadow: 0 1px 0 #ffffff;
	 -moz-box-shadow: 0 1px 0 #ffffff;
	 -webkit-box-shadow: 0 1px 0 #ffffff;
	 box-shadow: 0 1px 0 #ffffff;
	}

.summary-row .summary-point:last-child {
 border-bottom: none;
 -o-box-shadow: none;
 -ms-box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}

.summary-row .summary-point > h4{
	/*color: #00a9ec;*/
	font-size: 1em;}

.summary-point span {
    color: #888888;
    min-width: 130px;
}


.coverage > span {
    display: block !important;
}

div.coverage span.highlight {
    color: #00a9ec;
    font-size: 1.3em;
    margin: 10px 0;
}

div.coverage span.highlight small {
    color: #333333;
    display: block;
    font-size: 0.7em;
}


/* Payment Tabnavi */

#tab-navi {
    display: inline-block;
    width: 100%;
}

#tab-navi > div.tab {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    float: left;
    height: 30px;
    margin-right: 2%;
    padding: 1em 1em 1em;
	overflow: hidden;
    position: relative;
    text-align: center;
	width: 27%;
}

#tab-navi > div:last-child{margin-right:0px;}

#tab-navi > div.tab.pruef-active{
	background-color: #00a9ec;
	color: #ffffff;
	border-color: #00a9ec; 
	}

div.box-paymentform {
    display: inline-block;
    float: left;
    width: 100%;
}

#formCreditCard{display: none;}

#tab-navi .tab input {
    -o-background: transparent;
	-ms-background: transparent;
	-moz-background: transparent;
	-webkit-background: transparent;
	background: transparent;
    border: 0 none;
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0px;
    padding: 0px;
	display: none;
}

#tab-navi .tab > label {
    cursor: pointer;
    display: block;
    font-size: 1.2em !important;
    height: 100% !important;
    left: 0;
    padding-top: 15px;
    position: absolute;
    text-align: center !important;
    top: 0 !important;
    width: 100%;	
}

#payment-form .form-group.has-error input{border-color: #ff0000;}
#payment-form .form-group.has-error label{color: #ff0000;}



h4.validation.text-danger:before{
	content:"\f00d  "; 
	color: #ed1c24; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}
/*h4.validation.text-danger:after{content:"Validation failed!"; color: #ed1c24;}*/
h4.validation.text-danger:after{content:"Validazione fallita!"; color: #ed1c24;}

h4.validation.text-success:before{
	content:"\f00c  "; 
	color: green; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}
	
/*h4.validation.text-success:after{content:"Validation passed!"; color: green;}*/
h4.validation.text-success:after{content:"La validazione è passata!"; color: green;}
/*h4.validation.text-success:after{content:"###LLL:validation_passed###"; color: green;}*/

/*PAYMENT-Content
form#payment-form {
    position: absolute;
    top: 410px;
    width: 35%;	
}*/
/*
#formDirectDebit form#payment-form {
    position: absolute;
    top: 385px;
    width: calc(1015px - 462px);
}*/
div.box-paymentform {
    left: 0;
    position: absolute;
    top: -30px;
}

#errorboxerror.fdd {
	width: calc(100% - 400px);
}

#formCreditCard form#payment-form {
    left: 30px;
    position: relative;
    top: 100px;
    width: calc(1015px - 462px);
}

.box-paymentform > h3 {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 1em;
}
/*
#payment-placeholder-box {
    float: left;
    min-height: 400px;
    width: 65%;
}
*/

/*
#payment-placeholder-box {
    float: left;
    min-height: 400px;
    width: calc(100% - 331px);
}*/



form.choose-payment {
    min-height: 600px;
    position: relative;
}


button.btn-payment-submit {
    float: right !important;
    font-size: 1em;
    height: 37px !important;
    margin-right: 0 !important;
    padding: 0px 1em 3px 1em !important;
    margin: 0px !important;
    line-height: 0px !important;
    border-radius: 5px;

    font-family: FuturaPTCond-Medium, sans-serif;
	text-transform: uppercase;
    letter-spacing: 0.02em;	
}

/*form#payment-form .form-group {
    display: inline-block;
    width: 100%;
    float: none;
}
form#payment-form .form-group label {
    float: left;
    width: 35% !important;
}

form#payment-form .form-group input {
    float: right;
    width: 60%;
}*/













/******************** RESPONSIVE *************************/



@media (max-width:1200px) {			
	div#lang-menu {
		width: 940px;
		margin: 0px auto !important;
	}
	

	#formCreditCard form#payment-form {
		left: 30px;
		position: relative;
		top: 100px;
		width: calc(935px - 462px) !important;
	}	
	
}

@media (max-width:979px) {	
			
	div#lang-menu {
		margin: 0 auto;
		position: relative;
		width: 738px;
		display: table;
		top: -20px;
	}


	#formCreditCard form#payment-form {width: calc(820px - 462px) !important;}
	.summary-row {width: 250px !important;}	


	.summary-row.standalone {width: 100% !important;}	
	
	
	#errorboxerror.fdd {
	width: calc(100% - 360px);
}
	
	.list-of-buttons {
		flex-wrap: wrap;
	}
	
	.list-of-buttons > div {
		max-width: 100%;
		margin: 0 0 10px 0;
	}
				
}

@media (max-width:768px) {	
	body {
		padding: 0;
	 }	

	body > #content {
		margin: 0px 5%;
	}
	#header {
		padding: auto 0px !important;
		margin: 0px;
		width: 100%;
	}
	
	#content {
		padding: 30px 20px;
	}


	div.tx-felogin-pi1 {
		width: 100%;
	}
	
	#btn_logoff {
		float: right;
	}
	
	.navbar .brand {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
	}
	
	.navbar-inner .container {
		min-height: 120px;
		vertical-align: middle;
		background-image: url("../img/dg-logo.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 50%;
	}

	.navbar-inner .container img {
		border: 0 none;
		width: auto;
		max-width: 165px;
		position: relative;
		top: 25px;
	}

	.control-group {
		width: 100% !important;
	}		

	.form-horizontal .controls input {
		border: 2px solid #b5b5b5 !important;
		border-radius: 7px;
		padding: 8px 10px 10px;
		width: 100%;
		height: auto;
	}	
	
	.form-horizontal .controls input#price {
		width: 93%;
		margin-right: 0px;
		float:left;
	}
	.form-horizontal .controls span.price {
		float: right;
		position:relative;
		top: 9px;
	}	

	.form-horizontal .controls select {
		border: 2px solid #b5b5b5 !important;
		border-radius: 7px;
		height: 42px;
		padding: 8px 10px 10px;
		width: 100%;
	}	
	
	div.greybox {
		overflow: auto;
		padding: 15px 5%;
		width: 89%;
	}
	

	div#scheme.num-1,
	div#scheme.num-2,
	div#scheme.num-3,
	div#scheme.num-4,
	div#scheme.num-5 {
		width: 100% !important;
		margin: 0px 0px 20px 0px !important;
		float: none !important;
		}

	a.btn {
		float: left !important;
		margin-right: 10px;
		padding: 13px 15px 17px !important;
		}

/*	#form-step-4 input[type="text"], 
	#form-csa input[type="text"] {
		float: none;
		margin-bottom: 10px !important;
		width: 100%;
		}*/
	
	#form-step-4 input[type="text"], 
	#form-csa input[type="text"] {
			margin-right: 3% !important;
			width: 41% !important;
		}	
	
	#form-step-4 label, 
	#form-csa label{
		margin-bottom: 0px !important;
	}

	ul.list-of-buttons li {
		height: 160px !important;
	}	
	
	div#lang-menu {
		margin: 0 auto;
		position: relative;
		width: 90%;
		display: table;
		top: 0px;
	}
	
	/*Edit*/
	#payment-placeholder-box {
		display: block;
		float: none !important;
		min-height: 500px;
		width: 100%;
	}	
	

	.summary-row {
		float: none !important;
		width: 100% !important;
		background: none !important;
	}
	
	.summary-point {
		float: left !important;
		width: 48% !important;
		padding: 0px 2% 16px 0px !important;
		background: none;
	}	

	.summary-row.standalone .summary-point {
		float: left;
		margin: 0px 0px 1em 0px;
	}

	#formCreditCard form#payment-form {
		left: 30px !important;
		top: 100px !important;
		width: 81% !important;
	}

	form#payment-form .form-group label,
	form#payment-form .form-group input,
	.StripeElement{
		float: none !important;
		width: 100% !important;	
	}	


	.summary-row.standalone {
		width: 100% !important;
		}	
	
	#payment-form .form-group .control-label {
		width: 100% !important;
	}

	
		#errorboxerror.fdd {
			width: calc(100% - 45px);
		}
	
	.tx-filelist table tbody {
		font-size: 14px;
	}
	
	.tx-filelist table tbody tr td {
		padding: 10px;
	}
}


@media (max-width:515px) {
	#logout-window {
		border-bottom: 1px dotted #b5b5b5;
		border-top: 1px dotted #b5b5b5;
		box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
		display: inline-block;
		height: auto;
		margin: 20px 0 0;
		padding: 20px 0 20px;
		position: relative;
		width: 100%;
	}	
		
	#logout-window .control-group {
		float: none;
		margin: 10px 0;
		position: relative;
		right: 0;
		text-align: center;
		top: 0;
		width: 100%;
		height: auto;
	}	
		
	#logout-window span{
		float: none;
		}	
	
	#btn_logoff {
		float: none;
		font-size: 1em;
		font-weight: bold;
		margin: 20px 0 0;
		padding: 15px 0;
		width: 100%;
		background: #0c701e none repeat scroll 0 0 !important;
		border: 0 none;
		box-shadow: none !important;
		position: relative;
		text-shadow: none;
		top: 0;
	}	

	.well {
		margin-bottom: 0px !important;
		padding: 0 !important;
	}

	.form-horizontal .form-actions a.btn, 
	.form-horizontal .form-actions a.btn-danger,
	.form-horizontal .form-actions button.btn {
		padding: 15px 0px 20px !important;
		margin: 0px 0px 10px !important;
		width: 100% !important;
		float: none !important;
		}
	.form-horizontal .form-actions button.btn-primary {
		float: none !important;
		position: relative;
		width: 100% !important;
	}

	.form-horizontal .form-actions {
		display: inline-block;
		padding: 0 !important;
		width: 100% !important;
		margin: 20px 0px 0px !important;
		width: 100%;
	}
	
	#form-csa textarea {
		width: 100%;
	}
		
	
	.form-horizontal .control-label {
		float: none;
		padding-top: 0;
		text-align: left;
		width: 100%;
	}	
	#form-step-4 .controls, 
	#form-csa .controls {
		margin-left: 0;
	}	
	
	.summary-point {
		margin: 0px 0px 15px !important;
		width: 100% !important;
	}
	
	.list-of-buttons a {
		font-size: 1.3em;
		min-height: 60px;
	}
	
	.upload div div {
		width: 100%;
	}
	
	#c112 .internal-link.btn.btn-danger {
		width: 100%;
		margin: 0;
		width: calc(100% - 30px);
	}
}

@media (max-width:440px) {
	.navbar-inner .container {
		background-image: url("../img/dg-logo.png");
		background-position: right 30px;
		background-repeat: no-repeat;
		background-size: auto 45% !important;
		height: 90px !important;
		vertical-align: middle;
		position:relative;
   		margin: 0 10px;
	}	

	.navbar-inner .container img {
		max-width: 100px;
	}
	
	ul.list-of-buttons li {
		height: auto !important;
		float: none;
		width: 100%;
	}		
	ul.list-of-buttons li.num-1,
	ul.list-of-buttons li.num-2,
	ul.list-of-buttons li.num-3,
	ul.list-of-buttons li.num-4,
	ul.list-of-buttons li.num-5 {
		margin-right: 0%; 
		margin-bottom: 15px;
		width: 100%;
		}
}







/******************** ANIMATIONS *************************/

/* Chrome, Safari, Opera */
@-webkit-keyframes buttonani-in {
    from {background-color: #009fe4;}
    to {background-color: #e68b09;}
} 
@keyframes buttonani-in {
    from {background-color: #009fe4;}
    to {background-color: #e68b09;}
}
@-webkit-keyframes buttonani-out {
    from {background-color: #e68b09;}
    to {background-color: #009fe4;}
}
@keyframes buttonani-out {
    from {background-color: #e68b09;}
    to {background-color: #009fe4;}
}


@-webkit-keyframes buttonani-in-red {
    from {background-color: #da0101;}
    to {background-color: #e68b09;}
} 
@keyframes buttonani-in-red {
    from {background-color: #da0101;}
    to {background-color: #e68b09;}
}
@-webkit-keyframes buttonani-out-red {
    from {background-color: #e68b09;}
    to {background-color: #da0101;}
}
@keyframes buttonani-out-red {
    from {background-color: #e68b09;}
    to {background-color: #da0101;}
}


