﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

.login-page, .register-page {
    background: #afd4cc;
}

@media only screen and (max-width : 767px) {
    .login-box, .register-box {
        width: 316px;
        margin: 7% auto;
    }
}
@media only screen and (min-width : 768px) {
    .login-box, .register-box {
        width: 400px;
        margin: 7% auto;
    }
}
    /*.login-company-logo {
        width: 200px;
    }*/

    .skin-yellow-light .main-header .navbar {
        background-color: #811811;
    }

    .skin-yellow-light .main-header .logo {
        background-color: #811811;
        color: #fff;
        border-bottom: 0 solid transparent;
    }

        .skin-yellow-light .main-header .logo:hover {
            background-color: #86211a;
        }
    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Carousel */
    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

    /* Make .svg files in the carousel display properly in older browsers */
    .carousel-inner .item img[src$=".svg"] {
        width: 100%;
    }

    /* QR code generator */
    #qrCode {
        margin: 15px;
    }

    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }
    }

    .cash-column input {
        text-align: right
    }

    .order-form .form-group {
        margin-bottom: 8px;
    }

    .order-form .form-control {
        height: 29px;
    }

    .order-form textarea.form-control {
        height: auto;
    }

    .order-form .select2-container--default .select2-selection--single,
    .order-form .select2-selection .select2-selection--single {
        height: 29px;
    }

        .order-form .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: -2px;
        }

    .order-form .select2-container .select2-selection--single .select2-selection__rendered {
        margin-top: -6px !important;
    }

    .sidebar-menu > li > a {
        padding: 10px 5px;
        display: block;
    }

    .skin-yellow-light .sidebar-menu > li:hover > a, .skin-yellow-light .sidebar-menu > li.active > a {
        color: #fff;
        background: #a07875;
    }

    .skin-yellow-light .main-header li.user-header {
        background-color: #811811;
    }

    .order-status {
        width: 80px;
        display: block;
        padding: 0 4px;
    }

    .status-pending {
        background-color: red;
        color: white;
    }

    .status-dispatched {
        background-color: #abab9a;
        color: white;
    }

    .status-delivered {
        background-color: green;
        color: white;
    }

    .search-criteria-section select, .search-criteria-section input {
        width: 160px !important;
        margin-right: 5px !important;
    }

    .search-criteria-section button {
        margin-right: 5px !important;
    }

    .message-section {
        margin-right: auto;
        margin-left: auto;
    }

        .message-section .alert {
            margin-top: 15px;
            margin-bottom: 0px !important;
        }

    .supplier-product {
        margin-bottom: 5px;
    }

    .supplier-name {
        margin-top: 0;
        font-size: 30px;
        color: #144577;
        font-weight: 300;
    }

    @media only screen and (min-width : 992px) {
        .inquiry-result .supplier-section {
            padding-left: 2.5em;
        }
    }

    .inquiry-result .product-tagline {
        margin-bottom: 1.5em;
    }

    .inquiry-result .product-description {
        margin-bottom: 1em;
    }

    .inquiry-result ul {
        padding-left: 20px;
    }

    .inquiry-result li {
        background: transparent url(../images/icon-button-pfeil.png) no-repeat left 5px;
        padding-left: 30px;
        margin: 0;
        list-style: none;
        line-height: 27px
    }

    .inquiry-result .order-button {
        margin-top: 1.5em;
        /*float: right;*/
        color: #e30613;
        padding: 10px 80px 10px 55px;
        background: #fff url(../images/icon-button-pfeil.png) no-repeat center right 20%;
        border-radius: 100px;
        border: 1px solid #dcdcdc;
        transition: .2s all ease-in-out;
    }

        .inquiry-result .order-button:hover {
            color: #fff;
            padding: 10px 80px 10px 55px;
            background: #e30613 url(../images/icon-button-pfeil-rot.png) no-repeat center right 20%;
            border-radius: 100px;
            border: 1px solid #e30613;
            cursor: pointer;
        }

    .inquiry-result p, .inquiry-result label {
        color: #004a7f;
        font-size: 18px;
        font-weight: 200;
    }

    .inquiry-result .product-description p {
        color: #333;
    }

    .inquiry-result label, .supplier-name {
        font-weight: 500;
    }

    .annual-price .label, .annual-price .price {
        color: #e30613;
        font-size: 18px;
    }

    .annual-price .price {
        font-size: 18px;
        line-height: 48px;
    }

        .annual-price .price span {
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            margin-right: 3px;
        }

    .order-column .inner {
        /*border-right: 1px solid #ddd;*/
        padding: 10px 10px;
        background-color: #f7f3f3;
    }

    .order-column {
        margin-bottom: 1em;
    }

    .edit-order {
        display: inline-block;
        margin-right: 10px;
    }

    .form-horizontal input, .form-horizontal select, .form-horizontal .input-group-btn {
        margin-bottom: 5px !important;
    }

    .btn-primary, .btn-default {
        background-color: #811811 !important;
        border-color: #811811 !important;
        color: white !important;
    }

    .wysihtml5-toolbar .btn-primary, .wysihtml5-toolbar .btn-default {
        background-color: #f4f4f4 !important;
        border-color: #ddd !important;
        color: #444 !important;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #811811 !important;
        border-color: #811811 !important;
    }

    a {
        color: #811811;
    }

    .box.box-primary {
        border-top-color: #811811;
    }

    .box.box-default {
        border-top-color: #811811;
    }
.login-error a {
    color: #72afd2;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 250px;
        text-overflow: initial;
    }
    .dl-horizontal dd {
        margin-left: 255px;
        white-space: nowrap;
    }
}

.zip-codes .checkbox{
    display: inline-block;    
}
.inline-edit-table th, .inline-edit-table td {
    padding: 2px 2px 2px 6px !important;
}

.page-control .pagination {
    margin: 10px 0 !important;
}
.page-info{
    padding-top:16px;
}
.page-size{
    padding-top: 10px;
}
.fake-order{
    display: none;
}
.action-buttons i{
    cursor: pointer;
}
.uncofirm-order td input, .uncofirm-order td select {
    /*border-bottom: 1px solid red;*/
    background-color: red;
    color: white;
}

.badge-driver {
    /*background-color: #337ab7;*/
    padding: 6px 14px;
    margin-left: 10px;
}
.badget-selected {
    background-color: #f0ad4e;
    text-decoration: underline;
    font-size: 16px;
    color: red;
}
.driver-link, .clear-driver-link {
    cursor: pointer;
}