body, html,
.nav > li > a,
h1,h2,h3,h4 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 200;
}
.order-info-row, .product-info-row {
    font-weight: 200;
}
.admin-navbar {
    height: 100%;
}
#wrapper {
    overflow: hidden;
    background-color: rgb(47, 64, 80);
}
#page-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}
.dropdown-menu > li input {
    border-radius: 3px;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
    width: 100%;
    background: transparent;
    border: none;
}
.dropdown-menu > li input:focus, .dropdown-menu > li input:active {
    border: none;
}
.orders-panel > form {
    margin: 10px 20px;
}
#reset-order-btn {
    background-color: #ed5565;
    border-color: #ef5565;
}
#find-order-btn {
    background-color: #ed5565;
}
.order-input {
    max-width: 300px;
}
.orders-approvals {
    text-align: left;
}
.orders-list {
    text-align: left;
}
.main-bckgrnd .breadcrumb,
.main-bckgrnd .col-md-3,
.main-bckgrnd .alert {
    display: none;
}
.fileinput-button {
    display: none;
}
.svp-form .designs li {
    list-style: none;
}
.svp-form .new {
    background: rgba(255,255,255,.5);
}
.mar-v-20 {
    margin: 20px 0;
}
.mar-t-10 {
    margin-top: 10px;
}
.mar-r-10 {
    margin-right: 10px;
}
.mar-10 {
    margin: 10px;
}
