﻿input {
    /*background-color: #F5F5F5;*/
    height: 34px;
    width: auto;
    border: 1px solid #c0c0c0;
    padding: 0 10px;
}
.modal-header {
    border-bottom: none;
}

.my-modal-body {
    margin: 15px;
    display: flex;
}

.fieldset {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    margin-bottom: 1em;
}

    .fieldset label, .fieldset input {
        flex: 0 0 51%;
    }

.modal-header .close {
    margin-top: -40px;
}

.modal-footer {
    border-top: none;
}

.modal-content {
    border-radius: 0;
}

.category tr > th {
    min-width: 40px;
}

.printer-dialog {
    padding: 19px 0;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    left: 0px;
    z-index: 1;
    border: 1px solid #e3e3e3;
    margin-bottom: 0;
}

.printer-dialog-padding {
    margin-bottom: 100px;
}

.togglecheckbox, .button {
    cursor: pointer;
}

.product-specs-wrapper {
    position: relative;
}

.thickness,
.location {
    margin-bottom: 0 !important;
}

input.packages-needed,
.price-per-package {
    height: 34px;
    width: auto;
    border: 1px solid #c0c0c0;
    padding: 0 10px;
}

#jobsize {
    height: 34px;
    width: auto;
    border: none;
    padding: 0 10px;
    background-color: #f5f5f5;
}

input.packages-needed,
.price-per-package {
    max-width: 80px;
}

.product-specs {
    position: absolute;
    top: 2.3em;
    background-color: white;
    border: 1px solid;
    min-width: 240px;
    z-index: 1;
    padding: 1em;
    line-height: 2em;
}

.printer-dialog__message {
    margin: 0;
}

.printer-dialog__controls {
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 6em;
}

.category--mobile {
    display: none;
}

.category--desktop {
    display:table;
}

.category .dropdown-toggle,
.category .dropdown-toggle:hover,
.category .dropdown-toggle:focus,
.category .dropdown-toggle:active,
.category .open .dropdown-toggle.btn-default {
    color: black;
    background-color: white;
    border: 1px solid #c0c0c0;
}

@media (min-width: 991px) {
    .container {
        max-width: 1010px !important;
    }
}

.container {
    max-width: 100%;
}

#display-print .modal-dialog {
    max-width: 1000px;
    width: auto;
}

.category--mobile .row-wrapper {
    background-color: white;
    border: 1px solid #c0c0c0;
    padding: 10px;
    margin: 10px -5px;
}

.category--mobile .togglecheckbox {
    margin-left: 0;
}

.category--mobile .checkbox {
    margin: 3px 0 0 0;
    padding: 0;
    width: 10px;
}

.category--mobile span {
    text-align: right;
}

.category--mobile input.packages-needed,
.category--mobile .price-per-package {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .my-modal-body {
        flex-wrap: wrap;
    }

    .fieldset label, .fieldset input {
        flex: 0 0 100%;
    }

    #calculator {
        display: flex;
        flex-wrap: wrap;
    }

        #calculator h4 {
            margin-right: 20px;
        }

    #jobsize {
        flex: 1 1;
        min-width: 150px;
        margin-bottom: 1.5em;
    }

    .calculate {
        flex: 1 1 100%;
    }

    .category--mobile {
        display: block;
    }

    .category--desktop {
        display: none;
    }

    .printer-dialog__message {
        font-size: 1.3em;
    }

    .printer-dialog__message, .printer-dialog__controls {
        flex-basis: 100%;
        text-align: center;
    }

    #open-model-print, #open-model-download {
        margin: 1em 0 0 1em;
    }
}
