﻿body {
    background-color: #eaeffa;
}

hr {
    border-color: lightgrey;
}

.clear {
    clear: both;
}

.primary-color {
    color: #337ab7;
}

.centered-wrapper {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.centered-container {
    display: table-cell;
    vertical-align: middle;
}

.content-container {
    padding: 5px;
}

.fit-max-width {
    width: 100%;
    max-width: 100%;
}

.container-white {
    border: lightgrey solid;
    background-color: white;
    border-radius: 4px;
}

.producer-logo {
    margin: auto;
    margin-top: 5px;
}

.glyphicon-asterisk {
    font-size: xx-small;
    color: red;
}

.panel-body {
    background-color: #eaeffa;
}

.dl-horizontal dt {
    display: inline-block;
    margin-right: 10px;
    white-space: normal;
    width: 170px;
}
.dl-horizontal.order-detail dt {
    width: 250px;
}

.dl-horizontal dd {
    margin-bottom: 5px;
    /*margin-left: 210px;*/
}

.dl-vertical dd {
    margin-bottom: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */

    .dl-horizontal dd {
        margin-bottom: 0;
    }

    .dl-vertical dd {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0 !important;
    }
}

/* Product By Number views */
.product-number-header {
    width: 100%;
}

.product-number-logo {
    float: right;
    margin: 20px 10px 0 0;
}

.product-number-bmk-logo {
    float: left;
    margin: 10px 0 0 10px;
}

.product-number-content {
    text-align: center;
    padding: 10px;
}

.product-number-main-text {
    font-size: 24px;
    font-weight: bold;
    color: #002060;
    padding: 25px 0 16px;
}

.product-number-main-description {
    font-size: 18px;
    color: #002060;
}

.product-number-description {
    padding: 10px 6px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 2em;
    color: #002060;
    background-color: #FBE4D5;
}

.product-number-input {
    font-size: 20px;
    text-align: left;
    color: #002060;
    padding: 0 16% 25px;
}

.product-number-input > * {
    vertical-align: top;
}

.product-number-input .field-validation-error {
    font-size: 16px;
}

.product-number-input label {
    font-weight: normal;
    cursor: pointer;
    margin-left: 10px;
}

.product-number-input input[type=radio] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 6px 0 0;
}

.product-number-input input[type=text] {
    letter-spacing: 4px;
}

.product-number-input input[type=text],
.product-number-submit {
    font-weight: bold;
    border-radius: 10px;
    color: #201365;
    background-color: #d7d7d8;
    border: 2px solid #000;
    padding: 6px 40px;
}

input[type=text].number-4 {
    width: 144px;
}

input[type=text].number-8 {
    width: 204px;
}

input[type=text].chars-9 {
    width: 236px;
}

input[type=text].chars-11 {
    width: 272px;
}

.number-16-section {
    display: inline-block;
}

.number-20-section {
    display: none;
}

.product-number-part {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}

.product-number-part > span {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
}

.product-number-submit {
    display: inline-block;
    font-size: 20px;
    background-image: none;
    margin-left: 12px;
    vertical-align: top;
}

.product-number-footer {
    text-align: center;
}

.product-number-footer-description {
    width: 300px;
    height: 50px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    margin: 25px auto 40px;
    background-color: #FBE4D5;
}

.product-number-footer-description a {
    color: #002060;
}

.zaruka-info-text {
    display: none;
    margin-left: 20px;
    font-weight: bold;
}

.red-text {
    color: #FF0000;
}

.green-text {
    color: #00B080;
}

.prodejni-doklad-required {
    display: none;
}

#zavada-reseni-error {
    display: none;
}

.doklad-message {
    font-weight: bold;
    margin-top: 6px;
}

.mb-10px {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .product-number-logo {
        max-width: 450px;
        margin: 10px 0;
    }

    .product-number-input {
        padding: 0 8% 25px;
    }

    .product-number-label {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .product-number-logo {
        max-width: 275px;
        margin: 10px 0;
    }

    .product-number-input {
        padding: 0 0 25px;
    }

    .product-number-footer-description {
        width: 100%;
        height: unset;
    }
}
