html, body{
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

.wrapper{
    padding-top: 80px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-wrapper{
    flex: 1;
    padding-top: 20px;
    width: 100%;
}

footer{
    margin-top: auto;
    background-color: #f5f5f5;
    padding-top: 0.25em;
    margin-top: 2em;
}

/* Product image sizes - overridden by rule at line 191 */
.image-small.product-image-in-table{
    width: 200px;
}

.img-preview{
    width: 200px;
}

.quotes-table tr td:first-child{
    width: 0.1%;
    max-width: 100%;
    white-space: nowrap;
    cursor: move;
}

.action-links > div{
    margin: 0 3px;
}

table .btn:not(.btn-original){
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}

textarea{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.quotes-table tr>th{
    vertical-align: top!important;
}

.slider-wrapper{
    margin-bottom: 50px !important;
}

.noUi-tooltip{
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.form-group .select2-container{
    width: 100%!important;
}

.select2-selection.select2-selection--single{
    border-radius: .25rem!important;
}

table td {
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
    word-break: break-all;
}

.card-shadow{
    -webkit-box-shadow: -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
}

.order-group-container{
    background-color: #fbfbfb;
    padding: 30px 20px 50px 20px;
    -webkit-box-shadow: -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 6px 18px 0px rgba(50, 50, 50, 0.75);
}

.card-order-group-details{
    /*background-color: #0f56a2;*/
    /*color: white;*/
    /*background-color: #f9f9f9;*/
    background-color: #fbfafa;
    color: gray;
}

.card-blue .btn{
    color: #fff;
    /*background-color: #10457d;*/
    /*border-color: #10457d;*/
}

.map-wrapper{
    height: 400px;
    position: relative;
}

#map_wrapper{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.legend{
    color: #808080;
}

.legend .circle {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 4px;
}

.legend .square {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 4px;
}

.table-sales{
    font-size: 0.8em;
}

.pivot-table-wrapper{
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.sales-filters-form .form-group{
    margin-right: 0.5em;
}

.select2-results__option:hover,
.select2-results__option[aria-selected="true"],
.select2-results__option--highlighted[aria-selected]{
    background-color: #3887df !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.35;
}

.custom-switch{
    padding-left: 1rem;
}

.quote-financial-info tr td:first-child{
    font-weight: bold;
}

.total-row{
    background-color: #f2f2f2;
}

.product-image-in-table{
    width: 45%!important;
}

.order-discount{
    background: #eaeaea;
}

.testing-server-notification{
    top: -25px;
    padding: 5px;
}

.quote-update-container{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}