div.main {
    float: left;
    /* width: 640px; */
    /* padding: 20px 10px; */
    /* background-color: #f6f3e0; */
    min-height: 400px;
}

.clear {
    float: left;
    width: 100%;
}

.breadcrumb, .btn-primary {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
}

.breadcrumb {
    font-size: 30px;
    margin: 15px auto;
    /* float: left; */
}

.page-main .bg-white {
    /* background: linear-gradient(90deg, rgba(240,242,245,1) 0%, rgba(255,255,255,1) 40%, rgba(240,242,245,1) 100%) !important; */
    /* background: #0f3367; */
}

.main {
    width: 100%;
}

.main .hero-title {
    color: #fff;
}

li {
    list-style: none;
}

.page-main {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

span.required {
    color: #d00;
}

h1, h2, h3 {
    margin-top: 0;
}

.bg-white {
    border-top: 2px solid #e57126;
    background: #FFF;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

#vendor-headline {
    margin: 10px 0 10px 0px;
    background: linear-gradient(90deg, rgba(15,51,103,1) 0%, rgba(30,83,158,1) 40%, rgba(15,51,103,1) 100%);
    padding: 20px;
    color: #fff;
}

#home-header {
    margin: 10px 0 10px 0px;
    padding: 20px;
    color: #fff;
}

hr.gridSeparator {
    background-color: #eee;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px #d6d6d6 solid;
    clear: both;
    margin: 0 0 20px 0;
}

.gray-border {
    /* border-right: 2px solid #ddd; */
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.no-border {
    border-radius: 10px;
    padding: 10px;
}

.orange-border {
    border-right: 2px solid #e57126;
    border-radius: 5px;
}

#menu .list-group-item {
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-radius: 0;
    font-family: sans-serif;
}

#menu {
    background: #efefef;
    /* background: rgba(30,83,158,1); */
    border: 1px solid #ddd;
    padding: 15px;
    
    /* background: linear-gradient(90deg, rgba(15,51,103,1) 0%, rgba(30,83,158,1) 40%, rgba(15,51,103,1) 100%); */
    /* background: #0f3367;
    padding: 10px;
    border: 2px solid #e98746; */
}

#menu a, #menu h3, h1 {
    /* color: #fff; */
    color: #0f3367;
}

h1, #menu h3 {
    font-size: 30px;
    margin-bottom: 0.25em;
}

a.list-group-item {
text-decoration: none;
font-family: sans-serif;
font-weight: normal;
}

.discount-header {
font: bold 18px/1.2 'Roboto Slab', Rockwell, serif;
color: white;
padding: 0;
background: linear-gradient(90deg, rgba(15,51,103,1) 0%, rgba(30,83,158,1) 40%, rgba(15,51,103,1) 100%);
}

#header ul.globalnav {
float: right;
margin: 25px 0 0 0;
list-style-type: none;
}

header#header ul.globalnav li {
float: left;
padding: 0 3px;
font-size: .8em;
border-left: solid 1px #005c70;
}

header#header ul.globalnav li a {
color: #FFF;
}

footer {
margin-top: 20px;
}

.btn-discounts {
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main > .col-md-9, .orange-left {
    background: #fff;
    padding: 15px;

}

.main > .col-md-9, #menu, .orange-left {
    border-left: 2px solid #e57126;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

#menu a {
    font-weight: bold;
}

.container .table-wrap-inner {
    width: 100% !important;
}

.col-md-9 .list-group-item {
    border: 0;
    /* border-right: 2px solid #e57126; */
    border-bottom: 1px solid #e57126;
    /* border-radius: 10px; */
    margin-bottom: 5px;
}

li.page-item a.active {
    background-color: #4CAF50;
    color: white;
}

li.page-item a:hover:not(.active) {background-color: #ddd;}

.left {
    float: left;
}

.card-footer {
    overflow: hidden;
}




