@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* --- GENERAL CSS SETTINGS            --- */
body {
    
    background-attachment: fixed;
    background-size: auto 100%;
}

body, textarea {
    font: normal 16px "Arial";    
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px;
    color: #000;;
    }
text-shadow: 1px 1px 1px #000;

h2 {
    font-size: 26px;
    font-weight: bold;    
}

h3 {
    margin: 10px 0 0;
    font-weight: bold;
}

h4 {
    font-size: 22px;
    font-weight: bold;  
    margin: 0 0 10px;      
}

a {
    color: #f3690e;;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;    
}

a img {
    vertical-align: middle;
    margin-right: 3px;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 9px;
}

ul {
    list-style: disc outside none;
    margin-left: 30px;
    margin-bottom: 15px;
}

li {
    color: #555;
}


/* --- INPUT FIELDS --- */
label {
    cursor: pointer;
}

input, textarea, select {
	font-size: 16px;
    margin: 3px;
}

input[type=text], input[type=password], 
textarea, select {
    min-width: 150px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: middle;
}

input[type=text]:focus, input[type=password]:focus, 
textarea:focus, select:focus {
    border-color: #999;
}

textarea {
    width: 500px;
    height: 200px;
    resize: none;
}
    
input.int {
    min-width: 70px;    
    width: 70px;
}

select {
    min-width: 157px;
}

fieldset {
    border-radius: 3px;
    border: 1px solid #000;
    padding: 10px;    
}

legend {
    padding: 0 3px;
    font-weight: bold;
    font-size: 16px;
}


/* --- VALIDATION BOXES & ERRORS --- */
.error {
    color: #f00;
    font-weight: bold;
}

.success {
    margin: 10px 20px;
    background: #E7FFD6 url(../img/tick-icon.png) no-repeat 10px 50%;
    border: 1px solid #8CD76B;
    font-weight: bold;
    color: #438600;
    padding: 10px 10px 10px 32px;
}

.failure, span.error {
    margin: 10px 20px;
    background: #F7C3C2 url(../img/error-icon.png) no-repeat 10px 50%;
    border: 1px solid #E77D7B;
    font-weight: bold;
    color: #724959;
    padding: 10px 10px 10px 32px;
}

span.error {
    display: block;
    margin: 0 0 10px;
}


#form {
    padding: 20px;
    margin: 20px;
    background: url(https://www.comfort-line.de/files/5213/3274/9194/_0001_White--60.png);
    min-width: 500px;
}

#form div {
    padding: 10px;
}

#tabs {
    width: 100%;
    -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
         box-sizing: border-box;
}

.info {
    font-size: 16px;
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #444;
    font-style: italic;
}

table.form {
    margin-bottom: 0px;
}

table.form.hover tbody tr:hover {
    background: url(https://www.comfort-line.de/files/5213/3274/9194/_0001_White--60.png);
}

table.form th {
    background: url(https://www.comfort-line.de/files/5213/3274/9194/_0001_White--60.png);
    padding: 7px 0px;
    font-weight: bold;
}

table.form td {
    padding: 5px;
    vertical-align: middle;
}

table.form td.indent {
    text-indent: 25px;
}

table.alternating {
    width: 100%;
    table-layout: fixed;
}

table.alternating td:first-child {
    width: 50%;
}

table.form tr.uneven {
    background: url(https://www.comfort-line.de/files/5213/3274/9194/_0001_White--60.png);    
}

table.helper td {
    padding: 1px;
}

table.evaluation {
    width: 100%;
}

table.productsTable{
    width: 100%;
}


.hint {
    background: url(https://www.comfort-line.de/files/5213/3274/9194/_0001_White--60.png);
    padding: 10px;
    margin: 10px 0;
}

.hint h2 {
    color: red;
}

/* --- ARTICLE --- */
.article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
}

.article:last-child {
    border: none;
}
    
.article td {
    padding-bottom: 20px !important;
}

.article_image {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    float: left;
    margin-right: 15px;
    padding: 4px;
    width: 120px;
    background-color: #fff;
}


/* -- SUBMIT BUTTONS --- */
.prev {
    float: left;
}

.print, .submit, input[type=submit] {
    float: right;
}

.print, .prev, .submit {
    display: block;    
}


/* --- CSS HELPER --- */
.valign_top {
    vertical-align: top !important;
}

.valign_middle {
    vertical-align: middle !important;
}

strong, .bold {
    font-weight: bold;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    padding: 0 !important;
}

.table_spacing > table{
    margin: 30px 0  0;
}

.evaluation .valign_top{
    width: 33.33%;
}