/*
  Navy HEX code - #143f77
  Orange HEX code - #f49811
  Lilac HEX - #9ba8c9
*/

.btn {
    border-radius: 30px;
}

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: sans-serif;
}

.base-page-content {
    
} 

.nav-second-row {
    padding: 4px;
}

.btn-primary {
    background: #185191; 
    border-color: #143f77;
    
}

.btn-purchase {
    background: #f49811;
    border: thin solid #d16666;
    color: white;
}

.btn-purchase:hover, .btn-purchase:focus {
    background: #e17676;
    color: white;
}

.btn-purchase:active, .btn-purchase.active, .open > .dropdown-toggle.btn-purchase {
    background: #b14646;
    color: white;
}

.btn-purchase:active:hover, .btn-purchase.active:hover, .open > .dropdown-toggle.btn-purchase:hover, .btn-purchase:active:focus, .btn-purchase.active:focus, .open > .dropdown-toggle.btn-purchase:focus, .btn-purchase:active.focus, .btn-purchase.active.focus, .open > .dropdown-toggle.btn-purchase.focus {
    background: #b14646;
    color: white;
}

.btn-register {
    float: right;
    margin-top: -7px;
}

.panel-blog {
    border-color: #2c4251;
    height: 17em;
}

.panel-blog .panel-heading {
    border: none;
    background: #ffffff;
    color: #FED766;
}

.panel-blog img {
    max-height: 12em;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    margin-bottom: 0;
}


.black-carousel {
    background: black;
    color: white;
}

.colourful-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #143F77, #F49811, #9BA8C9 );
}


.flush-colourful-hr {
    border: 0;
    margin: 0;
    height: 1px;
    background: linear-gradient(to right,  #143F77, #F49811, #9BA8C9);
}

.spinner {
    display: none;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.osd-top-row-nav {
    background: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
}


.carousel-control.left.product-gallery-control {
    background: none;
    color: black;
    float: left;
    width: 0;
}

.carousel-control.right.product-gallery-control {
    background: none;
    color: black;
    float: right;
    width: 0;
}

.product-gallery-tiny-thumbnail {
    width: 40px;
    margin-bottom: 12px;
}

.row-top-space {
    margin-top: 8px;
}

.product-gallery-button {
    width: 100%;
}

.product-gallery-big-thumbnail {
    /* Note +2 for border */
    width: 242px;
    height: 362px;
    border: thin solid black;
}

.flexbox-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 100%;
}

.flexbox-outer-nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    width: 100%;
}


.flexbox-outer .btn {
    margin-left: 10px;
    /* margin-right: 10px; */
}

.flexbox-shrink {
    flex-shrink: 1;
}


.flexbox-noshrink {
    flex-shrink: 0;
}

.flexbox-nogrow {
    flex-grow: 0;
}

.flexbox-reluctant-grow {
    flex-grow: 1;
}

.flexbox-grow {
    flex-grow: 100;
}

.product-menu {
    min-width: 700px;
    min-height: 600px;
    padding-right: 0;
    padding-bottom: 0;
}

.product-menu-heading {
    background: #143f77;
    color: white;
    padding: 5px 5px 5px 10px;
    width: 100%;
    margin: 0;
}

.product-menu-left h5 {
    padding-left: 10px;
}

.product-menu-item {
    padding-left: 25px;
    display: block;
    line-height: 2;
    color: black;
}

.product-menu-item:hover {
    text-decoration: none;
}

.product-menu-chevron {
    padding-right: 5px;
    padding-top: 5px;
    float: right;
}

.product-menu-left {
    border-right: thin solid #cccccc;
    padding-right: 0;
    padding-top: 0;
    margin: 0;
}

.background-blue {
    background: #143f77;
    color: white;
}

.background-orange {
    background: #f49811;
    color: white;
}

.product-menu-right {
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    min-width:  470px;
    
}

#local-menu {
    background-image: url("../img/menu-bg-local.png");
}

.product-menu-highlight {
    background: #f49811;
    color: white;
}

.scrollable-menu-box {
    overflow-y: auto;
    max-height: 600px;
}

.bundle-menu-line {
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 5px;
}

.bundle-menu-line.row {
    margin-left: 0px;
    margin-right: 0px;
}

.menu-right-margin {
    padding-right: 15px;
}

.stripe-menu {
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: black;
    color: white;
}

.stripe-menu a {
    color: white;
}

.stripe-menu a:visited {
    color: white;
}

.btn-fill {
    width: 100%;
}

.price {
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}


.is-dragover {
    background: #9ba8c9;
}

#upload-box {
    position: relative;
}

.dragover-plus {
    display: none;
}

.is-dragover .dragover-plus {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:  100%;
    height:  100%;
    font-size: 72px;
    text-align: center;
}

.product-name-link {
    color: #143f77;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.product-name-box {
    padding-top: 10px;    
}

.product-supplier-box {
    padding-left: 10px;
}

.product-summary-box {
    padding-bottom: 10px;
}

.navy {
    color: #143f77;
}

.orange {
    color: #f49811;
}

.product-small-box {
    padding-top: 10px;

}

.product-small-box  img {
    max-height: 10em;
}

.product-tiny-box img {
    max-height: 20em;
}

.sa-highlighted {
    background: white;
    border: 2px solid black;
}

.sa-stripe {
    position: relative;
}

.sa-bg-stripe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: blue;
    border: thin solid black;
}
   
.sa-unhighlighted {
    text-align: center;
}

.homepage-carousel-bottom {
    width: 100%;
    border-bottom: thin solid black;
}

.nav-searchbox {
    padding-right: 1em;
    padding-left: 1em;
}

.sa-scroll-button-left {
    text-align: left;
    position: absolute;
    left: 0;
    height: 50%;
    width: 20%;
    top: 50%;
    color: white;
}

.sa-scroll-button-right {
    text-align: right;
    position: absolute;
    right: 0;
    height: 50%;
    width: 20%;
    top: 50%;
    color: white;
}

.sa-highlighted-blurb {
 
}

.sa-hazard-products {
    padding-top: 15px;
    height: 21em;
    overflow-y: auto;
}

.sa-tags-hscroll {
    overflow-x: auto;
}

.product-small-box-thumb {
    padding-right: 15px;
}

#basket-dropdown {
    width: 200px;
}

#basket-dropdown .flexbox-outer {
    padding-right: 10px;
}

.orange-heading {
    color: #f49811;
    font-weight: bold;
}

.sa_tag {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.sa_tag_h2 {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.social-media-box {
    padding-right: 15px;
}

.social-media-icon {
    width: 16px;
    height: 16px;
    text-decoration: none;
    color: black;
}

.product-list {
    padding-left: 15px;
}


.dashboard-counter {
    height: 100px;
	width: 100px;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	cursor: pointer;
    display: block;
    margin: 15px auto 0;
}

.dashboard-counter-img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.dashboard-counter-spinner {
	position: absolute;
	left: 30px;
	top: 21px;
}


.dashboard-counter-text {
	position: absolute;
	left: 0px;
	top: 28px;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
	width: 100px;
	color: rgb(178,31,11);
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.dashboard-label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.workflow-left {
}


.product-list {
}

.osd-breadcrumbs > a {
    display: block;
    padding: 10px 15px;
    text-align: center;
}

.osd-breadcrumbs > a:before {
    content:"";
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 10px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    left: -10px;
}

.osd-breadcrumbs > a:after {
    content:"";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid white;
    height: 0;
    top: 0px;
    position: absolute;
    right: -10px;
    z-index: 1;
}

.short-basket-line {
    padding-top: 5px;
}

.alert .pull-right .btn {
    margin-top: -5px;
}
.fixed-size-svg {
    width: 70px;
    height: 70px;
}

.no-padding {
    padding: 0px;
}

.timeline-listing {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 10px;
}

.fade-onboard {
    border-right: thin solid #d0d0d0;
}

.fade-onboard .h2 {
    margin-top: 10px;
    color: #b0b0b0;
    text-align: center;
}

.fade-searches {
    border-right: thin solid #d0d0d0;
}

.fade-searches .h2 {
    margin-top: 10px;
    color: #b0b0b0;
    text-align: center;
}

.fade-completion {
    border-right: 10px solid white;
}

.fade-completion .h2 {
    margin-top: 10px;
    color: #b0b0b0;
    text-align: center;
}

.bundles-panel {
    padding-right: 10px;
}

@media print {
    a[href]:after {
        content: none;
    }
}

.carousel-control.left {
    background: transparent;
    color: black;
    text-shadow: 0px 0px 4px white;
}


.carousel-control.right {
    background: transparent;
    color: black;
    text-shadow: 0px 0px 4px white;
}

.btgrid {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}