.catalog-image {
    max-width: 100px;
    border: #e2e2e2 solid 1px;
}

img.product-image {
    width: 100%;
    border: #e2e2e2 solid 10px;
}

.status-image {
    width: 16px;
    margin: auto;
}

.form-control[readonly] {
    background-color: #c6d062;
    color: #000000;
}

.edititem .btn {
    padding: 0px 4px;
}

.form-group-sm .form-control {
    height: 24px;
    /*font-size: 13px;*/
    padding: 4px 4px;
    margin: 0px 0px;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-primary {
    background-color: #aebc21;
    border-color: #89941a;
}

hr.darker {
    border-top: 1px solid #bbbbbb;
}

h2 {
    margin-top: 0px;
}

.offersettings {
    background-color: #aebc21;
}

.sasettings {
    background-color: #aebc21;
}

.totals {
    margin-top: 16px;
    font-weight: bold;
}

.bottomspacing {
    margin-bottom: 8px;
}

.site-header {
    background-color: #cecece;
}

.readonly-field {
    background-color: #e2e2e2 !important;
}

@media only screen and (min-width : 320px) {
    .header-logo {
        margin-top: 16px;
        margin-bottom: 16px;
        width: 100%;
    }      
}

@media only screen and (min-width : 992px) {
    .header-logo {
        margin-top: 16px;
        margin-bottom: 16px;
        width: 160px;
    }
}

body {
    background: url( "/images/simple-white-texture.png" ) repeat left top;
}

.row-less-padding > [class*="col-"] {
/*
    padding-left: 4px !important;
    padding-right: 4px !important;
*/
}

.scrollable-modal{
    display: block !important;
}
.scrollable-modal-dialog{
      overflow-y: initial !important;
}
.scrollable-modal-body{
  height: 450px; overflow-y: auto;
}

.image-dialog-container {
    margin-top: 4px;
    border: #ffffff solid 2px;
}
