﻿/* Styles based on initial MVC project css
-----------------------------------------------------------*/
body {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* class unused!!! : Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 16px;
    padding-right: 16px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*border: 1px solid #f00 !important;*/
    /*adapted for current bootstrap 3 configuration: only change color here*/
    border-color: #f00 !important;
}

/* styles for disabled validated elements not used for now*/
/*input.input-validation-error[disabled],
select.input-validation-error[disabled],
textarea.input-validation-error[disabled] {
    border: 1px solid #ccc !important;
}

input.input-validation-error[type="radio"][disabled],
input.input-validation-error[type="checkbox"][disabled] {
    border:none !important;
}*/

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* custom styling for bootstrap

Customized Bootstrap variables to generate current bootstrap.css:
        Typography:
            @font-size-base = 11px
            @font-family-sans-serif = Arial,Helvetica,sans-serif

        TODO:
        Colors:
            @brand-warning:???

-----------------------------------------------------------*/

.container.container-head {
    width: 1012px;
    padding-bottom: 10px;
}

.container.conf-frame {
    width: 1012px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 16px 16px 4px 16px;
    min-height: 742px;
}

textarea,
input[type="text"] {
    border: 1px solid #cccccc;
    padding: 4px 6px;
}

textarea.form-control,
input[type="text"].form-control {
    padding: 6px 6px;
}

textarea:focus,
input[type="text"]:focus {
    border-color: #66afe9;
}

.form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
    border-radius: 0px;
}

.radio {
    line-height: 20px;
}


/* Dropzone customization
-----------------------------------------------------------*/

.dropzone {
    border-style: dashed;
    min-height: 250px;
}

/*hide progress as it is not used */
div.dz-progress {
    display: none;
}

/* own styles
-----------------------------------------------------------*/

/* other styles */

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top80 {
    margin-top: 80px;
}

.margin-left20 {
    margin-left: 20px;
}

.padding-left0 {
    padding-left: 0px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-right0 {
    padding-right: 0px;
}

div.step3-gesamtpreis {
    padding: 6px;
    background-color: #F9F9F9;
    border: 1px solid #ddd;
    text-align: right;
}

.step3-gesamtpreisinfo {
    color: #999;
}

.igus-link {
    display: block;
    background-image: url("images/logo.png");
    width: 274px;
    height: 44px;
}

.title-3d-druck {
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    position: relative; 
    top: 20px;
}

.render-container {
    height: 360px; 
    background-color: gray;
}

.step1-description {
    margin-top: 20px;
    min-height: 80px;
}

.step2-units {
    min-height: 519px; /* 534px*/
    margin-top:20px;
}

.step3-material {
    min-height: 519px; /* 534px*/
    margin-top:20px;
}

.step3-materialtext1 {
    font-size: 12px;
    font-weight: bold;
}

.step3-materialtext2 {
    font-weight: bold;
}

label.step2-radiocheck-cellhelper {
    margin: 0px;
    padding: 2px 20px 20px;
    line-height: 20px;
}

label.step2-radiocheck-cellhelper input[type="radio"],
label.step2-radiocheck-cellhelper input[type="checkbox"] {
    margin: 0px;
}

/*tables */

.table.table-material {
    border: 1px solid #DDDDDD;
}

.table.table-material > thead > tr > th {
    background-color: #F4F4F4;
    border-bottom: none;
}

.table-material .col-auswahl {
    width: 70px;
    text-align: center;
}

.table-material .col-beschreibung {
    width: auto;
    text-align: left;
}

.table-material .col-preis {
    width: 90px;
    text-align: right;
}

.table-material .col-lieferzeit {
    width: 70px;
}

/* styles for stepbars indicating wizard-like steps */
ol.ic-stepbar {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

ol.ic-stepbar li {
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 5px;
    width: 323px;
    margin: 0px 1px;
    position: relative;
    color: black;
    border-top: 4px solid #ff9900;
}

ol.ic-stepbar li:after {
    /* additional space above stepbar providing additional margin and clickable area */
    content:"";
    position:absolute;
    display: inline-block;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 20px;
}

ol.ic-stepbar li.ic-stepbar-done {
    cursor: pointer;
    border-top: 4px solid #6cbf41;
}

ol.ic-stepbar li.ic-stepbar-todo {
    color: #bdbdbd; 
    border-top: 4px solid #bdbdbd;
}

ol.ic-stepbar li .ic-stepbar-number {
    position: absolute;
    top: -10px;
    left: 151px; /*-50%*/
    line-height: 17px;
    height: 17px;
    width: 18px;
    border-radius: 10px;
    color: white;
    background-color: #ff9900;
}

ol.ic-stepbar li.ic-stepbar-done .ic-stepbar-number {
    background-color: #6cbf41;
}

ol.ic-stepbar li.ic-stepbar-todo .ic-stepbar-number {
    background-color: #bdbdbd;
}

