body {
    color: black;
    margin: 6px;
}
.modal-header {
    padding: 0.6em !important;
    color: black !important;
}
.modal-title {
    color: black !important;
    font-size: 0.8em !important;
}
.modal .modal-dialog {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.closeModal {
    font-size: 1em !important;
    font-weight: normal !important;
    color: #222 !important;
    opacity: 0.8 !important;
    background-color: transparent;
    float: right;
    border-style: none;
    padding-right: 0px;
}
.search-form textarea,
.search-form select,
.search-form input[type=email],
.search-form input[type=text],
.search-form input[type=password],
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: block;
    height: 36px;
    padding: 4px 5px;
    font-size: 16px;
    line-height: 1.3em;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.container {
    width: 100% !important;
}
.panel-body {
    margin: 0px 10px 0px 10px !important;
    padding: 8px !important;
}
.panel-info>.panel-heading {
    color: #000 !important;
    background-color: #7c7a7b !important;
    border-color: #7c7a7b !important;
}
.panel-heading {
    padding: 5px 15px !important;
}
.panel-title h4{
    line-height: initial;
}
hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}
.product-name {
    white-space: nowrap !important;
}
.img-responsive {
    min-width: 40px;
    width: 60px;
}
div[class^="col-"] {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.form-control {
    padding: 2px 2px !important;
    height: auto;
    font-size: 1.1em;
    font-weight: bold;
}

.panel h5 {
    margin-top: 6px !important;
}
.panel h3 {
    font-size: 1.3em !important;
}
.panel h4 {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: initial;

}
.panel h5 {
    font-size: 0.9em !important;
}

.btn-success:active, .btn-success:focus, .btn-success:hover {
    background-color: #f79622 !important;
    border-color: #f79622 !important;
}


.btn-outline-primary {
    color: #0275d8 !important;
    background-image: none !important;
    background-color: transparent !important;
    border-color: #0275d8 !important;
    font-size: 13px !important;
    padding: 4px 3px !important;


}
.btn-outline-danger {
    color: #d9534f !important;
    background-image: none !important;
    background-color: transparent !important;
    border-color: #d9534f !important;
    font-size: 13px !important;
    padding: 4px 3px !important;

}
.modal-body input[type=text],
input[type=number] {
    border-radius: 4px !important;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    display: initial;
    text-align: right;
}
.modal-body .thumbnail {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    border-radius: 4px !important;
    margin-left: auto;
    margin-right: auto;
}
.modal-body .col-md-6,
.modal-body .col-md-12 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}
.modal #input_img {
    position: absolute;
    top: 5px;
    left: 4px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0px 4px 0 4px !important;
    width: 33px !important;
    background-color: #fff;
}
#btnUpdateQuote {
    width: 100% !important;
    position: initial !important;
    background-color: black !important;
    color: white !important;
    opacity: 0.65 !important;
}
/* Loader */

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid orange;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End Loader*/
#continueQuoting,
#back,
#next, #purchaseOrder {
    font-size: 15px !important;
}
@media (min-width: 1024px) {
    .moqPrice {
        font-size: 1.1em !important;
        font-weight: normal !important;
    }
}
/* ipad pro small and big portrait layouts only */

@media only screen and (min-device-width: 481px) and (max-device-width: 1112px) {
    h3 {
        font-size: 1.9em !important;
    }
    .productSize {
    }
    .moqPrice {
        font-size: 1.2em !important;
        font-weight: normal !important;
    }
    .packPrice, .productCode {
        font-weight: normal !important;
    }
    #continueQuoting,
    #next,
    #back , #purchaseOrder{
        /*font-size: 1em !important;*/
    }
    .panel h4 {
        font-size: 1.5em !important;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape),
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape),
only screen and (min-device-width: 320px) and (max-device-width: 568px)  {
    h3 {
        font-size: 1.4em !important;
    }
    .productSize {
        font-size: 1em !important;
    }
    .moqPrice {
        font-size: 1.2em !important;
        font-weight: normal !important;
    }
    .packPrice {
        font-size: 1em !important;
        font-weight: normal !important;
    }
    .modal-title {
        font-size: 1.2em !important;
        white-space: nowrap !important;
    }
    .modal .modal-dialog {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .img-responsive {
        width: 40px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
 {
        .productCode { display: none; }
        .panel h4 {
            font-size: 1em !important;}
 }






