/*
Theme Name: inventar
Theme URI: http://use-it.at/
Author: use-it.at
Author URI: http://use-it.at/
Text Domain: inventar
*/


/* body {
	color:  #333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	background: #fff;
} */

h1 {
	/*color: #4d4d4d;*/
    text-align: center;
    font-size: 40px;
    margin: 10px 0 10px 0;
}
h2 {
    /*color: #4d4d4d;*/
    margin: 0 0 10px 0;
}
 
a,
a:hover {
     text-decoration: none;
}

h2.hallo {
    line-height: 60px;
}
h2.hallo span {
    color: #337ab7;
}
.menu {
    line-height: 60px;
}

 /* Navbar */
/* Hintergrundfarbe beim Hovern */
.navbar .nav-link:hover {
    background-color: #fff !important;
    color: #000;
    border-radius: 5px;
  }
  
  /* Hintergrundfarbe für aktive Links */
  .navbar li.active .nav-link {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
  }



/* Toggle button */
.toggle-on.btn {
    padding-right: 0;
    text-align: left;
  }



/* Admin Checkboxen */

.btn-group-sm > .btn {
    padding: 0.15rem 0.5rem !important;
    width: 40px;
}








.label-div {
    line-height: 82px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0;
}
.label-submit-div {
    height: 82px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label-submit-div p {
    font-size: 14px;
    font-weight: 600;
    color: olive;
    margin-bottom: 0;
}
.label-done-div {
    border: 1px solid #fff;
    padding: 3px 0 6px 0;
}
.label-div-foto {
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0;
}

.label-div-foto .id {
     font-weight: bold;
     margin: 0 5px 0 6px;
}
.label-div-foto .foto {
     width: 90px;
     line-height: 62px;
     display: inline-block;
     border: 1px solid #ccc;
     border-radius: 4px;
     background: #fff;
     cursor: pointer;
     text-align: right;
 }
.label-div-foto img {
    m--ax-height: 66px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Fit Images
---------------------------------------- */
.label-div-foto img {
    object-fit: cover;
    width: 50px;
    height: 66px;
    object-position: center;
}

/* Popover --------------- */
.popover {
    max-width: 100%;
}
.popover hr {
    float: left;
    width: 250px;
    margin: 15px 0 15px 0;
}

/* Info --------------- */

.info-content {
    width: 300px;
    padding-bottom: 5px;
}
.info-content h4 {
    color: #337ab7;
}
.fa-info-circle { 
    margin: 5px 0 0 5px;
    cursor: pointer;
}
.info {
    color: #ddd;
    cursor: default;
}
/*.infotext .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}*/


.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #fff !important;
}






.form-inline {
    border: 1px solid #fff;
}
.form-inline:hover {
    border: 1px solid #000;
}
/**/

label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
}
.input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.input {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* .button {
    width: 100%;
    display: inline-block;
    padding: 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
} */

/* .button-primary {
    color: #fff;
    text-transform: uppercase;
    text-shadow:0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.button-primary.active,.button-primary:active {
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.button-primary {
    background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat:repeat-x;
    border-color:#245580;
}
.button-primary:focus,.button-primary:hover {
    background-color:#265a88;
    background-position:0 -15px
}
.button-primary.active,.button-primary:active {
    background-color:#265a88;
    border-color:#245580
} */

/* .nav > li > a {
    padding: 5px 10px 5px 10px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #333;
    background-color: #eee !important;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 25px;
} */
/* .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default !important;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
} */

.butt-off {
    color: #ddd;
}

.form-border {
    border: 1px solid #fff;
}
.input-sm {
    width: 100px;
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 4px;
}

/* .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}










    
/* Print ------------------- */

@media screen {
    .display {
        display: none;
    }
 }

@media print {
    @page {
        size: A4 landscape !important;
        margin: 0.5cm !important;
    }
    body {
        /*font: 13pt Georgia, "Times New Roman", Times, serif;*/
        line-height: 1.3 !important;
        background: #fff !important;
        color: #000 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
    .primary::before {
        color: #337ab7 !important;
    }
    h1 {
        font-size: 30px;
        margin: 0;
    }
    .container {
        width: 100%;
    }
    .display-none {
        display: none;
    }
    .butt-off::before {
        color: #ddd !important;
    }
    .label-done-div {
        font-size: small;
    }
    .form-control::placeholder {
        color: #999 !important;
        opacity: 1 !important;
    }
    
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #fff !important;
    }
    .label-div-foto .foto {
        background: #fff !important;
    }
/*    *, ::after, ::before {
    color: inherit!important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/
     *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    
    
    
    /* .btn-warning {
        color: #fff !important;
        background-color: #eb9316 !important;
        background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%) !important;
        background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%) !important;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316)) !important;
        background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
        background-repeat: repeat-x !important;
        border-color: #e38d13 !important;
    }
    .btn-info {
        color: #fff !important;
        background-color: #5bc0de !important;
        background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%) !important;
        background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%) !important;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2)) !important;
        background-image: linear-gradient(to bottom, #5bc0de 0,#2aabd2 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
        background-repeat: repeat-x !important;
        border-color: #28a4c9 !important;

    }
    .btn-danger {
        color: #fff !important;
        background-color: #c12e2a !important;
        background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
        background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
        background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        background-repeat: repeat-x;
        border-color: #b92c28;
    }
    .btn-success {
        color: #fff !important;
        background-color: #419641 !important;
        background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%) !important;
        background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%) !important;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641)) !important;
        background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
        background-repeat: repeat-x !important;
        border-color: #3e8f3e !important;
    } */
    
    /* .label-default {
        background-color: #f5f5f5 !important;
    }
    .label-info {
       background-color: #d9edf7 !important;
    }
    .label-danger {
       background-color: #f2dede !important;
    }
    .label-success {
        background-color: #dff0d8 !important;
    } */
    
    /* .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-color: #fff !important;
    }
    .btn-default {
        text-shadow: 0 1px 0 #fff;
        background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;
        background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%) !important;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0)) !important;
        background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
        background-repeat: repeat-x !important;
        border-color: #dbdbdb !important;
        border-color: #ccc !important;
    } */
    /* .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
    } */
    .btn.active, .btn:active {
        background-image: none !important;
    }
}