/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.09.2014, 16:28:18
    Author     : Daniel Kretz
*/

/*
 * Global add-ons
 */
body {
    padding-top: 70px;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

.navbar-logo:before{
    content: "";
    display: block;
    color: transparent;
}

.navbar-de {
    width: 24px;
    background-image: url('../img/de.gif');
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 20px 12px;
    background-position: 10px;
    padding: 15px;
}

.navbar-en {
    width: 24px;
    background-image: url('../img/en.gif');
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 20px 12px;
    background-position: 10px;
    padding: 15px;
}

.navbar-logo {
    width: 225px;
    background-image: url('../img/VOLKSWAGEN.png');
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 210px 45px;
    background-position: 5px;
}

.navbar {
    background-image: linear-gradient(to left, white 40%, #e5eaee 100%);
    background-image: linear-gradient(to top, white 40%, #e5eaee 100%);
    background-image: linear-gradient(90deg, white 40%, #e5eaee 100%);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.73);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.73);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.73);
}

/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

#fieldlist
{
    margin:0;
    padding:0;
}

#fieldlist li
{
    list-style:none;
    padding:10px 0;
}

#fieldlist label {
    display: inline-block;
    width: 150px;
    margin-right: 5px;
    text-align: right;
    vertical-align: top;
}

released-component {
    background-color: white;
    color: green;
}

not-released-component {
    background-color: white;
    color: yellow;
}

discontinued-component {
    background-color: white;
    color: yellow;
}

locked-component {
    background-color: white;
    color: yellow;
}

delete-component {
    background-color: white;
    color: yellow;
}

/*
 * Error Messages
 */

.validation-summary-errors {
    color: #b94a48;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

/*
 * Form Elementes
 */

.form-group {
    margin-bottom: 5px;
}

.form-group.required .control-label:after { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 6px;
    top:7px;
}

.form-horizontal .k-textbox, .k-dropdown, .k-autocomplete {
    width: 100%;
}

.form-control {
    padding: 2px 0.33em;
    /*text-indent: 0.33em;*/
}

.form-horizontal .info-label {
    padding-top: 7px;
    margin-bottom: 0px;
}

.sub-header.collapse-able.collapsed::after {
    content: '▼';
}

.sub-header.collapse-able::after {
    content: '▲';
    font-size: 60%;
    margin-left: 8px;
    color: #676767;
}

/*
 * Buttons
 */
.btn-default {
    background-color: #e5eaee;
}

.list-item {
    margin: 4px;
}

/*
 * Multiselect Dropdown Icon
 */
.multiselect-dropdown-icon {
    position: absolute;
    right: 20px;
    top: 4px;
}

/*
 * Grids
 */

@media print {
    body{
        font-size: 80%;
    }
    .k-grid .k-grid-content{
        height: auto;
    }
    h2 {
        font-size: 160%;
    }
    .btn {
        font-size: 80%;
    }
    .print-no{
        display: none;
    }
    /* bootstrap.css überschreiben */
    a[href]:after {
        content: none !important;
    }
}

.k-grid-no-header .k-header {
    display: none;
}

.usergroup-list-item {
    float: left;
}

.usergroup-list-item:after {
    content: ";";
    margin-left: 2px;
    margin-right: 8px;
}

.non-border {
    border-style: none;
}

.k-state-active.k-grid-filter {
    background-color: crimson;
}

.border-1 {
    border-width: 1px;
}

.old-revision {
    background-color: #f5e79e;
}

.revise_releaselist {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.inline-form {
    display: inline;
}

.footer {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 25px;
}

/*
 * Manufacture List View
 */
#manufacturer-list {
    height: 70vh;
    overflow: auto;
}

/*
 * Eclass hint
 */
.eclass-marked {
    background-color: #eee;
}

span.componentWithDocument {
    color: #4cda64;
    font-weight: bold;
}

a.componentWithDocument {
    color: #4cda64;
    font-weight: bold;
    text-decoration: underline;
}

 /*
 * Force alternating row-background colors on k-grids
 */
.k-grid-content .k-alt {
    background-color: #fbfbfb;
}

.img-logo {
    height: 60px;
}
