html, body {
    padding: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;

}

body {
    overflow-y: scroll;
}

.margin-bottom {
    margin-bottom: 30px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.full-height {
    height: 100vh;
}

.logo {
    position: relative;
    margin-top: 8px;
    margin-left: 10px;
    height: 38px;
    cursor: pointer;
}

.navbar {
    background-color: rgba(248, 248, 248, 0.9);
    border-bottom: 3px solid #eee;
}

.nav-spacer {
    margin-top: 70px;
}

thead{
    font-weight: bold;
}


.form-group{
    margin-top: 0px;
}

.form-group:first-of-type{
    margin-top: 15px;
}


.offer-line{
    margin-top: 15px;
}

.offer-line .glyphicon{
    margin-top: 9px;
}

.offer-line textarea {
    resize: none;
}

.offer-head{
    margin-top: 20px;
    font-weight: bold;
}







/* --------------------- */

.table.catalog-table {
    background-color: transparent;
}

.no-left-padding {
    padding-left: 0px;
    padding-bottom: 15px;
}

.catalog-table {
    float: right;
}

#catalog-switch-wrapper {
    margin-bottom: 15px;
}

#catalog-switch-wrapper .btn-group {
    padding-left: 5px;
}

.nav-wrapper {
    float: left;
    width: 100%;
    padding-left: 300px;
}

button.close {
    margin-right: 10px;
    margin-top: 2px;
    font-size: 30px;
}

.logo-wrapper {
    width: 300px;
    float: left;
    position: absolute;
}



.table-products .btn-sm {
    margin-top: 10px;
}

.container-fluid {
    max-width: 1600px;
}

.category-structure {
    border: 1px solid grey;
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding-top: 17px;
    padding-right: 15px;
    position: fixed;
    overflow-y: scroll;
}

.category-structure ul {
    padding-left: 10px;
/ / padding-bottom: 10 px;
}

.category-structure li {
    list-style: none;
}

.category-structure a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.category-structure ul li ul {
    display: none;
}

.category-structure ul.active {
    display: block;
    padding-left: 20px;
}

.category-structure a.active {
    color: #000000;
    background-color: #eeeeee;
    border-bottom-left-radius: 5px;
}

.category-structure a.nosubcat {
    border-bottom-left-radius: 0px;
}

.catalog-article-block {
    position: relative;
    height: 300px;
    border: 0.5px solid #BBB;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0px;
    border-radius: 5px;
}

.catalog-article-header {
    color: #FFFFFF;
    padding: 3px 12px 3px 12px;
    position: absolute;
    top: 0px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.catalog-article-footer {
    color: #FFFFFF;
    padding: 3px 12px 3px 12px;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.catalog-article-wrapper {
    padding: 0px 5px 10px 5px;
    margin-bottom: 15px;
}

.green {
    background-color: rgba(76, 174, 76, 0.7);
}

.orange {
    background-color: rgba(213, 133, 18, 0.7);
}

.blue {
    background-color: rgba(46, 109, 164, 0.7);
}

#new-basket-txt-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.inactive {
    opacity: .5;
}

.empty-basket {
    padding: 15px;
    font-size: 20px;
}

.basket-sum {
    font-size: 18px;
}

.basket-total {
    font-size: 18px;
    font-weight: bold;
}

.basket-tax {
    font-size: 14px;
}

.no-border {
    border: none;
}

.error {
    display: none;
}



.onOff {
    height: 30px;
    position: absolute;
    bottom: 20px !important;
}

.onOffInline {
    height: 30px;
}

.popover {
    max-width: 600px;
}

#csearch-box {
/ / color: #414141;
/ / border: none;
/ / background-color: transparent;
/ / height: 32 px;
/ / width: 450 px;
/ / display: inline;
/ / padding: 3 px;
/ / margin-top: 20 px;
/ / outline: none;
}


.padding-20 {

    padding: 20px;
}

.document-details {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-lg .table td:first-child, .modal-lg .table th:first-child {
    padding-left: 20px;
}

.modal-lg .table {
    margin-top: 30px;
}

.modal-lg {
    width: 100%;
}

#search-result-article-stocks {
    margin-top: 30px;
}

#search-box-wrapper {
    margin-left: 14px;
}

#search-box {
    margin-top: 10px;
}

#search-result-articles {
    max-height: 400px;
    overflow-y: scroll;

}

.search-result-wrapper {
    padding: 10px;
    position: absolute;
    z-index: 10;
    background-color: #f8f8f8;
    width: auto;
}

.search-result {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 16px;
    left: -315px;
    border: 1px solid #bababa;
    padding-bottom: 15px;
    border-top: 0px;
}

.search-result-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 0px;

}

.search-result .active {
    background-color: #999999;
    color: #FFFFFF;
}

.search-result .active .t2 {
    color: #FFFFFF;
}

.search-result .semiactive {
    background-color: #dddddd;
}

.search-result .t2 {
    font-size: 12px;
    color: grey;
}

.search-result p {
    margin-bottom: 0px;
    padding: 5px;
    line-height: 15px;
}

.search-result-wrapper {
    display: none;
}

.search-result-articlepic-wrapper {
    width: 300px;
    height: 300px;
    float: left;
    text-align: center;
    line-height: 280px;
    border: 1px solid #000000;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: white;
}

.search-result-articlepic-wrapper img {
    vertical-align: center;
    max-height: 280px;
    max-width: 280px;
}

.test img {
    height: 30px;
}

.border-bottom {
/ / border-bottom: 1 px solid grey;
    font-size: 20px;
    color: #a09c9c;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a09c9c;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a09c9c;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a09c9c;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a09c9c;
}

.btn-oxomi {

}

.grey {
    color: #C5C5C5;
}

.stock-ok {
    background-color: #B6FFB8;
}

.stock-notok {
    background-color: #FFB1B2;
}

.table-products tbody tr td {
    vertical-align: middle;
}

.input-amount {
    width: 130px !important;
}

.label-price-margin {
    margin-top: 3px;
    margin-bottom: 3px;
}

.label-price {
    display: block;
    float: left;
}

.lv-tr {
    background-color: #f5f5f5;
}

.zwischensumme-tr {
    background-color: #E9E9E9;
}

.padding-top-20 {
    padding-top: 20px;
}

.loading-gif {
    height: 15px;
}

.hid {
    display: none;
}

.documents-date-presets-text .btn {
    margin-top: 3px;
}

.pop {
    background-color: #D9534F;
    color: #FFFFFF;
    position: absolute;
    padding: 5px 10px 5px 10px;
    z-index: 999;
}

.dropdown-lrg {
    width: 300px;
    padding: 10px;

}

.tile-wrapper-33 {
    width: 33.33333%;
}

.tile-wrapper-66 {
    width: 66.66666%;
}

.tile-wrapper-25 {
    width: 25%;
}

.tile-wrapper-50 {
    width: 50%;
}

.tile-wrapper {
    height: 200px;
    float: left;
    padding: 3px;
}

.el-wrapper {
    height: 150px;
    padding: 3px;
}

.el-wrapper div, .rights-wrapper div {
    width: 100%;
    height: 100%;
    color: #777777;
    padding: 5px;
    padding-left: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rights-wrapper {
    height: 110px;
    padding: 3px;
}

.btn-right {
    margin-top: -11px;
    margin-right: -16px;
    padding-top: 8px;
    padding-bottom: 9px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.addtobasket-list {
    margin-top: 40px;
    margin-bottom: 20px;
}

.datepicker-dropdown {
    margin-top: 115px;
}

.el {
    background-color: #f8f8f8;
    border: 1px solid #bababa;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

.el p {
    line-height: 15px;
    margin-bottom: 4px;
}

.el h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.addtozip-btn {
    margin: -3px;
}

._btn {
    border-radius: 0px;
    border: 0px;
}

.tile-wrapper .btn {
    margin-bottom: 3px;
}

.tile-wrapper div .table {
    color: #FFFFFF;
}

.no-margin {
    margin: 0px;
}

.green-bg {
    background-color: #3BD31B;
}

.tile-wrapper div {
    width: 100%;
    height: 100%;
    color: #777777;
    padding: 5px;
    padding-left: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.table-white td {
    color: #FFFFFF !important;
    vertical-align: top !important;
}

.table-white tr td {
    font-weight: 300;
}

.table-white tr:first-child td {
    border-top: 0;
}

.table-white tr td:first-child {
    font-weight: 400;
}

.align-bottom th {
    vertical-align: bottom;
}

.conseq-documents-active {
    background-color: #FFB6B7;
}

.conseq-documents-active:hover {
    background-color: #FF7B7E !important;
}

.tile-wrapper div .h {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 3px;
}

.tile-wrapper button:hover {
    -webkit-transform: scale(1.1);
}

.tile-blue {
    xbackground-color: #2980b9;
    background-color: #f8f8f8;
    border: 1px solid #bababa;
    -webkit-transition: all .2s ease-in-out;
}

.tile-blue:hover {
    xborder: 3px solid #c0392b;
}

.search-thumbnail {
    width: 100px;
}

.search-img-wrapper {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.search-img {
    max-height: 100px;
    max-width: 100px;
    vertical-align: center;
}

.variant-img-wrapper {
    height: 200px;
    text-align: center;
    line-height: 200px;
}

.variant-img {
    max-height: 200px;
    max-width: 200px;
    vertical-align: center;
}

table, th, td {
    border-collapse: collapse;
    color: #777777;
    xvertical-align: middle !important;

}

.catalog-table {
    width: auto;
}

.catalog-product-input {
    width: 50px;
}

.panel-with-nav-tabs {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    border-top: none;
}

.auto-width {
    width: auto !important;
}

#login-error {
    display: none;
}

.bg {
    background-image: url(/gfx/bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
}

.panel-transparent {
    background-color: rgba(255, 255, 255, 0.90);
}

.bold {
    font-weight: bold;
}

.label-big {
    font-size: 110%;
}

.product-pic-wrapper {
    width: 70px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 50px;
    border: 1px solid #000000;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.product-pic-wrapper img {
    vertical-align: center;
    max-height: 50px;
    max-width: 50px;
}

.product-mainpic-wrapper {
    float: left;
    text-align: center;
    border: 1px solid #000000;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.catalog-pic-wrapper {
    width: 250px;
    height: 300px;
    float: left;
    border: 1px solid #BBB;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 15px 15px 15px 0px;
    border-radius: 3px;
    cursor: pointer;
}

.catalog-pic-title {
    background-color: rgba(46, 109, 164, 0.90);
    color: #FFFFFF;
    padding: 3px 12px 3px 12px;
    border-radius: 3px;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 20px;

}

.modal-full {
    width: 100%;
}

.catalog-title {
    background-color: rgba(46, 109, 164, 0.90);
    color: #FFFFFF;
    padding: 3px 12px 3px 12px;
    border-radius: 3px;

    margin: 0 auto;
    margin-top: 15px;
    font-size: 24px;
    float: left;

}

.catalog-pic-footer {
    background-color: rgba(46, 109, 164, 0.90);
    color: #FFFFFF;
    padding: 3px 12px 3px 12px;
    border-radius: 3px;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 210px;
    font-size: 14px;
}

.clear {
    clear: both;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-20 {
    margin-top: 20px;
}

.table-no-left-padding > tbody > tr > td, .table-no-left-padding > tbody > tr > th, .table-no-left-padding > tfoot > tr > td, .table-no-left-padding > tfoot > tr > th, .table-no-left-padding > thead > tr > td, .table-no-left-padding > thead > tr > th {
    padding-left: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.max-500 {
    max-width: 500px;
}

.max-200 {
    max-width: 200px;
}

.fast-capture-product-amount-td {
    width: 130px;
}

@-webkit-keyframes update_tr {
    0% {
        background-color: rgba(255, 0, 0, 0.00);
    }
    50% {
        background-color: rgba(255, 0, 0, 0.50);
    }
    100% {
        background-color: rgba(255, 0, 0, 0.00);
    }
}

@keyframes update_tr {
    0% {
        background-color: rgba(255, 0, 0, 0.00);
    }
    50% {
        background-color: rgba(255, 0, 0, 0.50);
    }
    100% {
        background-color: rgba(255, 0, 0, 0.00);
    }
}

.update_tr {
    animation-name: update_tr;
    animation-duration: 1s;
    -webkit-animation-name: update_tr;
    -webkit-animation-duration: 1s;
}

.platzhalter {
    overflow: visible !important;
}

.testshop {
    position: fixed;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    background-color: #F00;
    z-index: 10000;
    color: #FFF;
    text-align: center;
}

.schindeleBaskets {
    display: none;
}

.schindeleLightboxInner {
    position: absolute;
    width: 1024px;
    left: 50%;
    margin-left: -512px;

}

.platzhalterBestelltabellenNavi, .platzhalterBestelltabellenContent {
    overflow: visible !important;
}

.platzhalterBestelltabellenContent {
    margin-top: -145px;
}

.platzhalterBestelltabellenNavi {
    position: fixed;
    width: 1024px;
    left: 50%;
    top: 120px;
    margin-left: -512px;
    z-index: 9996 !important;
}

.schindeleLightbox {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: rgba(20, 20, 20, .85);
    z-index: 9998;
/ / text-align: center;
    margin: 0px;
    display: none;
    top: 0px;
    color: white;
}

.lightbox-header {
    background-color: rgba(250, 250, 250, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bbb;
}

.oxomi-catalog {
    margin-right: 5px;
}

.oxomi-floater {
    margin-top: 20px;
}

.oxomi-catalog-links {
    padding-top: 10px;
    width: 150px;
    margin-right: 0px;
}

#oxomi-search-input {
    display: none;
}

#oxomi-wrapper {
    margin-top: 15px;
    margin-bottom: 50px;
}

.oxomi-back-link-bottom {
    margin-top: 20px;
}

#oxomi-catalog-pages-wrapper {
    display: none;
}

.oxomi-brand-header, .oxomi-filter-bar {
    border-bottom: 1px solid #eee;
}

.oxomi-filter-bar {
    text-align: left;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.oxomi-filter-box {
    max-width: 300px;
}

.kleinbild {
    height: 50px;
}

.cursor {
    cursor: pointer;
}

.tooltip > .tooltip-inner {
    background-color: #5A5A5A;
}

.tooltip-arrow {
    border-top-color: #5A5A5A !important;
}

.preiseButtonOuter {
    background-color: #AAA;
    width: 60px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    float: left;
    margin-left: 10px;

}

.preiseButtonLabel {
    margin-top: 5px;
    float: left;
    font-size: 16px;
}

.preiseButtonInner {
    background-color: #0A0;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    float: right;

}

.preiseButtonWrapper {
    margin-right: 15px;
}

#maxTreffer, #divIdent3890, #divIdent3892, #divIdent3893, #button_vormerken, #divIdent3794, #divIdent3791, #divIdent3790, #divIdent3795, #divIdent3796, #divIdent3928, #GHFSID_557, #GHFSID_1555, #divIdent3949, #divIdent4010, #divIdent3925, #divIdent3926, #divIdent1542, #divIdent1545, #divIdent1548, #divIdent1554, #divIdent2408, #divIdent2861, #divIdent3132, #divIdent3088, #divIdent2459, #divIdent2945, #divIdent3203, #divIdent2650, #divIdent2348, #divIdent2681, #divIdent4007, #divIdent1521, #divIdent2806, #divIdent2282, #divIdent1642, #divIdent2032, #divIdent1660, #divIdent2160, #divIdent1557, #divIdent3924 {
    visibility: hidden !important;
}

.input-group-archiv {
    width: 300px;
    position: absolute;
}

.input-group-archiv .input-group-addon {
    width: 200px;
}

.input-group-archiv-small .input-group-addon {
    width: 110px;
}

.archiv-btn {
    position: absolute;
    top: 385px;
    left: 690px
}

.nrVon {
    top: 345px;
    left: 10px;
}

.nrBis {
    top: 385px;
    left: 10px;
}

.datumVon {
    top: 345px;
    left: 350px;
}

.datumBis {
    top: 385px;
    left: 350px;
}

.kommission {
    top: 345px;
    left: 690px
}

#sb-container {
    z-index: 9999999999;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.btn-padding-top {
    margin-top: 4px;
}

.platzhalterAuftraege, .platzhalterAngebote, .platzhalterDatanorm, .platzhalterEinkaufslisten {
    overflow-y: scroll;
    border: 1px solid #AAA;
    padding-left: 10px;
}

.platzhalterAuftraege h3, .platzhalterAngebote h3, .platzhalterEinkaufslisten h3 {
    overflow: hidden;
    margin-top: 8px;
}

a:hover {
    text-decoration: none;
}

.platzhalterDatanorm table {
    margin-bottom: 3px;
}

.classcross {
    display: none !important;
}

a {
    text-decoration: none;
    color: #777777;
}

a:hover {
    color: #000;
}

.schindele-nav a {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid #AAAAAA;
    display: none;
}

.schindeleTooltip {
    position: absolute;
    z-index: 9999999;
    background-color: #FFF;
    padding: 10px;
    display: none;
    border: 1px solid #BBB;
}

.schindeleTooltip:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: -32px;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
    border-width: 0px 16px 16px 16px;
    width: 0;
    height: 0;
}

.schindeleTooltip:before {
    content: ' ';
    position: absolute;
    top: -1px;
    left: -36px;
    border-color: transparent #BBB transparent transparent;
    border-style: solid;
    border-width: 0px 18px 18px 18px;
    width: 0;
    height: 0;
}

#menu3_1 a, #menu3_2 a, #menu3_3 a, #menu3_4 a {
    padding: 0px;
    border: none;

}

.tableNoBorder > table > tbody > tr > td, .tableNoBorder > table {
    border: none;
    padding: 0px 0px 0px 0px;
}

.tableNoBorder {
    overflow: visible;
}

.hMain p {
    font-size: 30px;
}

.hSub p {
    font-size: 25px;
}

.hSmall p {
    font-size: 12px;
}

.werksnummer {
    font-size: 10px;
}

#DivSuchfeld {
    font-size: 16px;
}

.schindeleBaskets {

    position: fixed;
    width: 512px;
    left: 50%;
    margin-left: -512px;
    bottom: 0px;
    margin-bottom: 65px !important;
    z-index: 9998;
    padding-top: 10px;
    padding-left: 15px;
}

.schindeleBaskets .row {
    margin-top: 3px;
    margin-bottom: 3px;
}

.schindeleFooter {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 5px !important;
    z-index: 9998;
    padding-top: 10px;
    padding-left: 15px;

}

.footer {
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(247, 247, 247, 0.8);
    border-top: 1px solid gray;
    padding: 10px
}

.schindeleHeader {
    position: fixed;
    width: 1024px;
    left: 50%;
    margin-left: -512px;
    top: 5px;
    z-index: 9997;

}

.navbar-brand img {
    height: 90px;
    margin-top: -15px;
}

.navbar-left {
    padding-left: 0px !important;
}

.navbar-left-scndrow {
    margin-left: 267px !important;
}

.navbar-left-scndrow .dropdown li a {

    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.btn-cart {
    margin-top: 8px;
}

.btn-logout {
    margin-top: 8px;
}

.oxomiWrapper li a {
    margin-right: -30px;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
}

#DivSuchfeld, #divIdent3840, #divIdent3531 {
    visibility: hidden;
}

.blueBG {
    background-image: url(http://www.schindele.com/de/gfx/blueTransparent.png);
    color: #FFF;
    font-weight: 400;
    position: absolute;
    z-index: 9996;
    padding-left: 10px;
    padding-right: 10px;
}

.hMain {
    left: 90px;
    top: 138px;
    font-size: 32px;
}

.hSub {
    left: 90px;
    top: 205px;
    font-size: 25px;
}

.hMin {
    padding-top: 2px;
    padding-bottom: 5px;
}

.schindeleHeader {
    z-index: 9999;
}

body {
    xxxxdisplay: none;
}

.login-pannel h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;

}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
/ / font-weight: 400;
/ / font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 100%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

.label-input {
    clear: both;
    display: block;
}

.label-wrapper {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.login-pannel input {
    margin-bottom: 20px;
}


