﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.hidden {
    display: none;
}

.shown {
    display: inline-block;
}
.supply-qty-input {
    /*display: block;*/
    width: 75px;
    height: calc(1.41177em + 26px);
    padding: 12px 20px;
    margin: 0px;
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.41177;
    color: #0D1C2B;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #DCDDE0;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control .order-supply-input {
    width: 100px;
}

.order-supply-qty-input {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.btn-small {
    display: inline-block;
    font-weight: 300;
    color: #0D1C2B;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 5px 15px;
    font-size: 0.9rem;
    line-height: 1.25;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border-color: #004B8E;
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
}

    .btn-small:hover {
        color: #FFFFFF;
        background-color: #003768;
        border-color: #00305b;
    }

    .btn-small:focus {
        color: #FFFFFF;
        background-color: #003768;
        border-color: #00305b;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 102, 159, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(38, 102, 159, 0.5);
    }
.error_area, .validation-summary-errors {
    /*display:none;*/
    width: 100%;
    min-width: 300px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-color: #fcdb58; /*#fcdb58 #FFCD02;*/
    /*border: 1px solid rgb(167, 144, 14);*/
    border-radius: 5px;
    color: #004B8E;
    padding: 10px 5px 10px 5px;
}
.mandatory_field:before {
    content: "* ";
    color: Red;

}
.margin-left-10px {
    margin-left: 10px;
}
.fontsize-small {
    font-size: 0.7rem;
    font-weight: 300;
}
.italic {
    font-style: italic;
}