﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.fullWidth{
    width:100%;
}
.pointer{
    cursor:pointer !important;
}
h1{
    margin-top:0px;
    color:#58585A;
    font-size: 24px;
}
h2{
    background-color:#2e3e51;
    color:#fff;
    text-transform:uppercase;
    font-weight:normal;
    font-size:14pt;
    line-height:40px;
    padding-left:8px;
    margin-top:8px;
}

h2.grey {
    background-color: #58585A;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14pt;
    line-height: 40px;
    padding-left: 8px;
    margin-top: 8px;
    text-align:center;
}

h2:not(.breadcrumb) span{
    float:right;
    margin-right:8px;
    margin-top:-2px
}

h3{
    margin-top:0px;
    color:#58585A;
}

ul.floated {
    margin-left: 1em;
}
ul.floated li {
    position: relative;
    left: 1em;
    padding-right: 1em;
}


/* General Layout */
@media (max-width: 767px){
    .container{
        padding:0px;
    }
}
.greyBg {
    background-color: #e7e7e8;
}
.blueBg {
    background-color: #0D79BF;
}

.greyBorder{
    border:1px solid #939598;
}

.greyBoxWithHeader{
    border:1px solid #939598;
}

.greyBoxWithHeader h4{
    color: #fff;
    background-color: #404041;
    margin: 0px 0px 8px 0px;
    padding: 4px 8px;
}

.redBorder {
    border-color:red !important;
}

.flex-centered{
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-end;
   align-content: flex-end;
}


@media (max-width: 768px) {
    #PageContent {
        padding:0px 8px;
    }
}


/* Header */
#SPGroup{
    background-color:#fff;
    height:51px;
    border-bottom:1px solid #939598;
    text-align:center;
    padding-top:14px;
}
#LanguageBtn {
    padding:8px 8px 8px 4px;
    border-bottom:1px solid #939598;
}
#LanguageBtn button{
    width:100%;
    color:#939598;
}
#LanguageBtn span{
    float:right;
    font-size:12pt;
    margin-top:2px;
}
#LanguageBtn .dropdown-menu{
    margin-top:0px;
    margin-left:3px;
}
.flagIcon{
    margin-top:-3px;
    margin-right:5px;
}

#CartLogin{
    padding:8px 4px 8px 4px;
    display:table;
    width:100%;
    border-bottom:1px solid #939598;
}

#CartHolder{
    display:table-cell;
    width:60px;
}

#LoginHolder{
    display:table-cell;
    padding-left:4px;
}
#LoginHolder a{
    color:#939598;
}
#LoginHolder .glyphicon-log-in{
    float:right
}

#SearchCell{
    padding-left:0px;
    padding-top:32px;
    margin-left:0px;
    margin-right:0px;
}

#SearchBox input, #SearchBox button{
    height:42px;
}

#SocialBlock{
    padding-top:30px;
    padding-right:8px;
}

#SocialMail {
    text-align:center;
    margin-top:-4px
}


#SocialIcons{
    display:table;
    width:100%;
}

.socialIcon {
    display:table-cell;
    width:25%;
}

.socialIcon img{
    display:block;
    margin:0px auto;
}

@media (max-width: 767px) {
    #SocialMail {
        font-size: 3vw;
    }
    #LanguageBtn {
        padding: 8px 4px 8px 4px;
    }
    #LogoCell{
        padding:8px;
    }
    #Logo{
        margin: 7px auto;
        display:block;
    }
    #SearchCell{
        padding-left:0px;
        padding-top:8px;
        padding-bottom:8px;
        margin-left:0px;
        margin-right:0px;
    }
    #SearchBox {
        margin-left:8px;
    }
    #SocialBlock{
        padding-top:6px;
        padding-bottom:8px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #SocialMail {
        font-size: 1.4em;
    }
    #CartLoginCell{
        padding-right:0px;
        margin-left:0px;
        margin-right:0px;
    }
    #CartCount{
        margin-left:2px;
    }
    #LanguageCell {
        padding-left:0px;
        margin-left:0px;
        margin-right:0px;
    }
    #LogoCell{
        padding:8px;
    }
    #Logo{
        margin: 7px 0px 7px 0px;
    }
}


@media (min-width: 992px) {

    #SPGroupCell{
        padding-right:0px;
    }
    #SPGroup{
        border-right:1px solid #939598;
    }
    #CartLoginCell{
        padding-left:0px;
        padding-right:0px;
        margin-left:0px;
        margin-right:0px;
    }
    #LanguageCell {
        padding-left:0px;
        margin-left:0px;
        margin-right:0px;
    }
    #LogoCell{
        padding-right:0px;
    }
    #Logo{
        margin: 15px 0px 15px 42px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #SocialMail {
        font-size: 1.2em;
    }
}
@media (min-width: 1200px) {
    #SocialMail {
        font-size: 1.4em;
    }
}


/* Menu */
.navbar{
    margin-bottom:0px;
}
.navbar-brand{
    padding-top:14px;
    color:#428bca !important;
}
.navbar-inverse {
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav>li>a {
    padding-left:0px;
    padding-right:0px;
}

.nav{
    margin-top:8px;
    margin-bottom:8px;
}
.nav .menu-top-label{
    text-transform:uppercase;
    margin-left:8px;
    margin-right:8px;
    font-size:10pt;
}
.dropdown-toggle{
    border: 1px solid transparent;
}
.dropdown-menu-lg {
  width: 700px;
  padding: 0px 0px;
}
.dropdown-menu-lg > div {
    padding-left:0px;
    padding-right:0px;
    border-right: solid 1px #939598;
}

.dropdown-menu-lg > div .dropdown-header {
    padding-left: 10px;
}
.dropdown-menu-lg > li:last-child {
    border-right: none;
}
.dropdown-menu-lg > div > ul,
.dropdown-menu-lg > div > ul li > ul {
  padding: 0px;
  margin: 0px;
}
.dropdown-menu-lg > div > ul > li,
.dropdown-menu-lg > div > ul > li ul > li {
    list-style: none;
}
.dropdown-menu-lg > div > ul > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #404041;
  white-space: normal;
}
.dropdown-menu-lg > div ul > li ul > li > a:hover,
.dropdown-menu-lg > div ul > li ul > li > a:focus,
.dropdown-menu-lg > div ul > li > a:hover,
.dropdown-menu-lg > div ul > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus  {
  text-decoration: none;
  color: #fff !important;
  background-color: #0066a1 !important;
}
.dropdown-menu-lg .disabled > a,
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}


.dropdown-header, .dropdown-menu-lg .dropdown-header {
  background-color: #2e3e51;
  color:#fff;
  font-size: 12px;
  text-transform:uppercase;
}

@media (max-width: 767px) {
    .dropdown-menu-lg {
      margin-left: 0px;
      margin-right: 0px;
    }
    .dropdown-menu-lg > li {
      margin-bottom: 30px;
    }
    .dropdown-menu-lg > li:last-child {
      margin-bottom: 0px;
    }
    .dropdown-menu-lg .dropdown-header {
      padding: 3px 15px !important;
    }
}

@media (max-width: 991px){
    .dropdown.open .dropdown-toggle{
      border: 1px solid transparent !important;
    }
    .dropdown.open .dropdown-toggle:hover{
      border: 1px solid transparent !important;
    }
}
@media (min-width: 992px) {
    .nav > li {
        border-left: solid 1px #939598;
    }
    .nav > li:last-child {
        border-right: solid 1px #939598;
    }
    .dropdown.open .dropdown-toggle{
        border: 1px solid #428bca;
    }
    .dropdown-menu-lg {
      margin-left:-144px;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-lg {
      margin-left:-24px;
    }
}

/* Sub menus */
.navListTitle{
    background-color:#404041;
    color:#fff;
    padding:8px 20px;
    margin:0px;
}

.navList {
    background-color:#fff;
    padding:0px;
}
.navList .active{
    background-color:#0D79BF;
    color:#fff;
    padding:4px 20px;
    position:relative;
}
.navList .active span{
    position:absolute;
    left:5px;
    top:8px;
    font-size:8pt;
}
.navList li:hover{
    background-color:#0D79BF;
    color:#fff;
}
.navList a{
    color:#404041;
    width:100%;
    display:inline-block;
    padding:4px 20px;
}
.navList a:hover {
    color:#fff;
    text-decoration:none;
}

.dropdown-menu{
    padding-top:0px;
    font-size:12px;
}

/* Footer */
footer {
    margin-top:8px;
}
footer img{
    display:block;
    margin:0px auto 6px auto;
}

footer p{
    text-align:center;
    color:#939598;
}

footer a{
    color:#939598;
}



/* Signage Product Category Additional Icons */
.sign-triangle, .sign-circle, .sign-rectangle, .sign-octagon, .sign-arc, .sign-halfstop, .sign-arrow {
    background-image: url('/Content/images/icons/DS_Sign_Shape_Icons.png');
    background-repeat: no-repeat;
    height: 24px;
    display: inline-block;
}

.sign-triangle {
    background-position: 0px 0px;
    width: 28px;
}

.sign-circle {
    background-position:-28px 0px;
    width: 25px;
}

.sign-rectangle {
    background-position:-53px 0px;
    width: 26px;
}

.sign-octagon {
    background-position:-79px 0px;
    width: 24px;
}

.sign-arc {
    background-position:-104px 0px;
    width: 23px;
}

.sign-halfstop {
    background-position:-127px 0px;
    width: 14px;
}

.sign-arrow {
    background-position:-141px 0px;
    width: 29px;
}

/* Homepage Specific */
#HomeBackground{
    background-color: #e6e7e8;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    padding:20px 8px 8px 8px;
}
#HomeThumbnails a{
    display:block;
    height:100%;
    width:100%;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
#HomeThumbnails a:hover{
    color:#fff !important;
    text-decoration:none;
}
#HomeThumbnails span{
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    width:100%;
}
.homeThumbnailCell{
    height:100%;
    width:100%;
    background-size:cover;
    margin-bottom:8px;
}
.homeThumbnail{
    display:table;
    top:0px;
    width:100%;
    height:100%;
}

.homeThumbnailText {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Univers LT 85 ExtraBlack';
    font-size:10px;
}


#HomeThumbnails img{
    margin:0px auto 8px auto;
}
#HomeQuoteBtns a {
    background-color: #0D79BF;
    border-color: #0D79BF;
    text-shadow: none;
    font-size: 12px;
}
#HomeQuoteBtns a:hover {
    background-color: #2e3e51;
    border-color: #2e3e51;
}

@media (max-width: 991px) {
    #HomeQuoteBtns a {
        display: block;
        margin-bottom:8px;
    }

    #HomeQuoteBtns div:last-child a {
        margin-bottom:0px;
    }
}
@media (min-width: 992px) {
    #HomeQuoteBtns a {
        display: block;
        height: 54px;
    }
    #HomeQuoteBtns div:first-child a {
        line-height: 40px;
    }

}


#HomeRotator {
    position:relative;
    overflow:hidden;
    border:1px solid #939598;
    background-color:#939598;
}

@media (max-width: 767px) {
    .homeThumbnailCell{
        height:130px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homeThumbnailCell{
        height:75px;
    }
    #HomeThumbnails span{
        font-size:7pt;
    }
    #HomeRotator {
        height:214px;
    }
    #HomeRotatorImage{
        height:214px;
        background-position: center 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .homeThumbnailCell{
        height:101px;
    }
    #HomeRotator {
        height:282px;
    }
    #HomeRotatorImage{
        height:282px;
        background-position: center 0px;
    }
}
@media (min-width: 1200px) {
    .homeThumbnailCell{
        height:124px;
    }
    #HomeRotator {
        height:344px;
    }
    #HomeRotatorImage{
        height:344px;
        background-position: center -291px;
    }
}

#HomeRotatorControls {
    margin:8px auto 0px auto;
    width:154px;
}
#HomeRotatorControls a{
    display:inline-block;
    margin-right:8px;
}

.homeFoot{
    max-width:384px;
    margin:0px auto;
}
.homeFoot h2{
    margin-bottom:0px;
}
.homeFoot img{
    margin-bottom:8px;
}
#HomeFootBtns a{
    margin-bottom:8px;
}




/* Second Tier */
#ApplicationThumbs a{
    display:inline-block;
    width:100%;
    background-color:#939598;
    margin-bottom:4px;
}
#ApplicationThumbs a span{
    position:absolute;
    color:#fff;
    text-transform:uppercase;
    width:100%;
    text-align:center;
        text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    font-family:'Univers LT 85 ExtraBlack';
}

#ApplicationThumbs img{
    margin:0px auto;
}

@media (max-width: 767px) {
    #ApplicationThumbs a span {
        top:70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #ApplicationThumbs a span {
        top:40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #ApplicationThumbs a span {
        top:70px;
    }
}
@media (min-width: 1200px) {
    #ApplicationThumbs a span {
        top:55px;
    }
}

.applicationAreaProducts{
    margin-top:8px;
}
.applicationAreaProducts h4{
    margin-top:0px;
}

.appProdListContainer{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.appProdListItem{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row nowrap;
    padding:0px 4px 8px 4px;
}
.appProdListContentContainer{
    display: flex;
    flex-flow: column nowrap;
    padding: 0px 8px;
}
.appProdListItemContent{
    flex-grow: 1;
}
.appProdListItemButton{
    width:100%;
    align-self: flex-end;
}
.appProdListItemButton a{
    width:100% !important;
}


@media (max-width: 767px) {
    .appProdListItem{
        width:100%;
        margin-bottom:10px;
    }
    .appProdListImageContainer{ 
        width:30%;
    }
    .appProdListContentContainer{
        width:70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .appProdListItem{
        width:50%;
    }
    .appProdListImageContainer{ 
        width:50%;
    }
    .appProdListContentContainer{
        width:50%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .appProdListItem{
        width:50%;
    }
    .appProdListImageContainer{ 
        width:40%;
    }
    .appProdListContentContainer{
        width:60%;
    }
}
@media (min-width: 1200px) {
    .appProdListItem{
        width:33%;
    }
    .appProdListImageContainer{ 
        width:50%;
    }
    .appProdListContentContainer{
        width:50%;
    }
}



/* Category Page */
.categoryBanner{
    position:relative;
    margin-bottom:8px;
}

.categoryBannerTitle {
    position: absolute;
    text-transform: capitalize;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Univers LT 85 ExtraBlack";
}
#FilterBar{
    margin-bottom:10px;
}
#FilterBar h2{
    margin:0px;
    background-color:  transparent;
    color:#404041;
}
#FilterBar h4{
    margin:0px;
    background-color:  #404041;
    color:#fff;
    padding:6px;
}

#FilterBar .padded{
    margin: 0px 8px 8px 8px;
}

#Matting_Title{
    bottom:35px;
    left:85px;
}

#Striping_Title {
    top: 25%;
    left: 10%;
    padding-right:10%;
}

#Facility_Title {
    bottom: 36px;
    left: 270px;
}

#LED_Title {
    top: 55%;
    margin-top: -90px;
    left: 33%;
    width:66%;
    text-align:center;
}

#Lean_Title{
    top:50%;
    margin-top:-3%;
    left:10%;
}

#Signage_Title{
    top:50%;
    margin-top:-24px;
    left:30px;
}

#Furniture_Title{
    top:50%;
    margin-top:-26px;
    left:18px;
}

#FirstAid_Title {
    top: 30%;
    margin-top: -26px;
    left: 18px;
}

@media only screen and (max-width: 767px) {
    .categoryBannerTitle {
        font-size: 2em;
    }
    #Matting_Title {
        left: 50px;
        bottom: 30px;
    }

    #Striping_Title {

    }

    #Facility_Title {

    }

    #LED_Title {
        margin-top: -40px;
        left: 20%;
        width: 75%;
    }

    #Lean_Title {
        left: 15%;
    }

    #Signage_Title {
        margin-top:-10px;
    }

    #Furniture_Title {
        margin-top:0px;
    }

    #FirstAid_Title {

    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categoryBannerTitle {
        font-size: 2em;
    }
    #Matting_Title {
        left: 60px;
        bottom: 22px;
    }

    #Striping_Title {

    }

    #Facility_Title {

    }

    #LED_Title {
        margin-top: -40px;
        left: 15%;
    }

    #Lean_Title {
        left: 15%;
    }

    #Signage_Title {
        margin-top:-18px;
    }

    #Furniture_Title {
        margin-top:0px;
    }

    #FirstAid_Title {

    }
}
@media only screen and (min-width: 992px){
    .categoryBannerTitle {
        font-size: 3.5em;
    }
    #Lean_Title {
        left: 15%;
    }
}

/* Product Pages */
.prodListCatTitle{margin:8px 0px 0px 0px; text-align:center}
.prodListItemContainer{
    padding:0px 8px 8px 8px;
}
.prodListItemContainer:nth-child(2n+2){
    background-color:#D1D2D4;
}
.prodListItems h3{
    color:#fff;
    background-color:#404041;
    margin:8px 0px 8px 0px;
    padding:4px 8px;
    text-align:center;
}
.prodListItems .photoHolder {
    border:1px solid #B2B3B6;
    width:100%;
    margin-bottom:8px;
    background-color:#fff;
}
.prodListItems .photoHolder img{
    margin:0px auto;
}

.swatch{
    border-radius: 50%;
    height:10px;
    width:10px;
    border:1px solid #000;
    display:inline-block;
}

.twoToneCircle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #000;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.twoToneCircle:before, .twoToneCircle:after {
  content: '';
  width: 5px;
  height: 10px;
}
.twoToneCircle:before {
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.twoToneCircle:after {
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.circleBlackWhite:after {
    background: #fff;
}
.circleBlackWhite:before {
    background: #000;
}
.circleBlackYellow:after {
    background: #e5bb29;
}
.circleBlackYellow:before {
    background: #000;
}
.circleCharcoalYellow:after {
    background: #36454F;
}
.circleCharcoalYellow:before {
    background: #e5bb29;
}
.circleGreenWhite:after {
    background: #fff;
}
.circleGreenWhite:before {
    background: #1a782c;
}
.circleGreenYellow:after {
    background: #e5bb29;
}
.circleGreenYellow:before {
    background: #1a782c;
}
.circleGreenBlack:after {
    background: #000;
}
.circleGreenBlack:before {
    background: #1a782c;
}
.circleRedWhite:after {
    background: #fff;
}
.circleRedWhite:before {
    background: #dc2827;
}
.circleRedYellow:after {
    background: #e5bb29;
}
.circleRedYellow:before {
    background: #dc2827;
}
.circleGreyBlue:after {
    background: #4483ca;
}
.circleGreyBlue:before {
    background: #808080;
}
.circleGreyWhite:after {
    background: #ffffff;
}
.circleGreyWhite:before {
    background: #808080;
}
.prodListContainer{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.prodListItem{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row nowrap;
    width:50%;
    padding:0px 4px 8px 4px;
}
.prodListImageContainer{ 
    width:30%;
}
.prodListContentContainer{
    width:70%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0px 8px;
}
.prodListItemContent{
    flex-grow: 1;
}
.prodListItemButton{
    width:100%;
    align-self: flex-end;
}
.prodListItemButton a{
    width:100% !important;
}
.materialTable {
    font-size: 8pt
}

@media (max-width: 767px) {
    .prodListItem{
        width:100%;
        margin-bottom:10px;
    }
    .prodListImageContainer{ 
        width:30%;
    }
    .prodListContentContainer{
        width:70%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .prodListItem{
        width:100%;
    }
    .prodListImageContainer{ 
        width:40%;
    }
    .prodListContentContainer{
        width:60%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .prodListItem{
        width:50%;
    }
    .prodListImageContainer{ 
        width:45%;
    }
        .prodListContentContainer{
        width:55%;
    }
}
@media (min-width: 1200px) {
    .prodListItem{
        width:50%;
    }
    .prodListImageContainer{ 
        width:40%;
    }
    .prodListContentContainer{
        width:60%;
    }
}


/* Product Details */
.productDetailTitle{
    background-color:#D1D2D4;
    text-align:center;
    text-transform:uppercase;
    margin:-8px 0px 8px 0px;
    padding:8px;
}

.productBtn{
    margin-bottom:8px;
}

.star{ 
    margin-right:4px;
    margin-bottom:8px;
}

.prodSuggestionTitle{margin:8px 0px 0px 0px;}
.prodSuggestionItemContainer{
    padding:8px 8px;
}
.prodSuggestionItems h3{
    color:#fff;
    background-color:#404041;
    margin:0px 0px 8px 0px;
    padding:4px 8px;
    font-size:12pt;
}
.prodSuggestionItems .photoHolder {
    border:1px solid #B2B3B6;
    width:100%;
    margin-bottom:8px;
    background-color:#fff;
}
.prodSuggestionItems .photoHolder img{
    margin:0px auto;
}

.prodSuggestionItems .btn{
    margin-bottom:8px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ProductFormContainer {
    display:flex;
    flex-direction:column;
}
#ProductFormChoices {
    flex-grow: 1;
    padding: 0px 8px 8px 8px;
}
#ProductFormButtons {
    width: 100%;
    padding: 8px 8px;
}
#ProductFormContainer h3 {
    font-size: medium;
    margin: 10px 0px 0px 0px;
}

#ProductFormContainer h4, #CustomQuoteForm h4 {
    background-color: #404041;
    color: #fff;
    padding: 6px;
}
#ProductFormContainer #PriceContainer {
    color: #fff;
    font-size: 14pt;
    text-align: center;
    margin-top:0px; 
    margin-bottom:8px;
    font-weight:bold;
}

@media (min-width: 768px) {
    #ProductFormContainer {
        flex-direction: row;
    }
    #ProductFormButtons {
        width: 33%;
        padding: 8px 8px;
    }
}
/* Find Us page*/
#FindUs dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}
#FindUs dt {
  float: left;
  width: 50%;
  padding: 0;
  margin-bottom: 8px;
}
#FindUs dd {
  float: left;
  width: 50%;
  padding: 0;
  margin-bottom: 8px;
}
#map_canvas{
    margin-bottom:20px;
    border:1px solid #939598;
}

/* Request a Sample */
.sampleButton{
    display:block;
    margin:0px auto;
    text-align:center;
    cursor:pointer;
    color:#0D79BF;
    text-transform:uppercase;
}
@media (min-width: 768px){
    #PageContent .form-control{
        max-width:100% !important;
    }
}

/* Product Component */
.invalid + span {
    color: #a94442
}

.input-group.invalid + span {
    color: #a94442
}

.form-control.invalid  {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

/* Who We Are */
.whoWeAreBox{
    padding:0px;
    color:#fff;
    margin-bottom:20px;
    min-width:270px;
}
.whoWeAreBox div{
    padding:20px;
    height:200px;
}
.whoWeAreBox div h4{
    margin-top:0px;
}

@media (max-width: 991px) {
    .whoWeAreImg{
        margin-top:10px;
    }
    .whoWeAreBox{

    }
}

/* Knowledge Center */
.knowledgeBanner {
    position: relative;
    margin-bottom: 8px;
}

.knowledgeBannerTitle {
    position: absolute;
    font-size: 46pt;
    text-transform: capitalize;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Univers LT 85 ExtraBlack";
}
#Knowledge_Title {
    bottom: 35px;
    left: 85px;
}

/* Matting Solutions Form */
#BevelIndicator {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap: nowrap;
    width: 100%;
}

#BevelIndicator .topRow input, #BevelIndicator .bottomRow input {
    display: block;
    margin: auto auto;
}

#BevelIndicator .middleRow {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: nowrap; /* Safari */
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#BevelIndicator .leftColumn {
    width: 25%;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 1; /* do not shrink - initial value: 1 */
    text-align: right;
}

#BevelIndicator .rightColumn {
    width: 25%;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 1; /* do not shrink - initial value: 1 */
}

#BevelIndicator .centerColumn {
    width: 191px;
    height: 192px;
    flex-grow: 0; /* do not grow   - initial value: 0 */
    flex-shrink: 0; /* do not shrink - initial value: 1 */
   
    /* flex-basis: 200px; */
}


/* Logo Mats */

.logoMatBox {
    border: 1px solid black;
    padding: 16px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .logoMatBox {
        margin: 8px;
    }
}
@media only screen and (min-width: 768px) {
    #LeftBox {
        margin-right: 8px;
    }

    #RightBox {
        margin-left: 8px;
    }
}


.logoMatBox img {
    display: block;
    margin: 0px auto;
}

.logoMatBox ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #LeftBoxText {
        margin-top: 24px;
        margin-bottom:24px
    }
}
@media only screen and (min-width:992px)  {
    #LeftBoxText {
        margin-top: 10px;
    }
}


/* Shopping Cart */
.cartListItem {
    display: flex;
    border: 1px solid #939598;
    background-color: #e7e7e8;
    padding: 5px;
    margin-bottom: 8px;
    position: relative;
}

.cartListItem .image {
    width: 20%
}

.cartListItem .textBlock {
    flex-grow: 1;
    padding-left: 10px;
}

.cartListItem .innerFlex {
    display: flex;
}

.cartListItem .details {
    flex-grow: 1;
}

.cartListItem .lastColumn {
    width: 200px;
    display: flex;
    flex-direction: column;
    text-align:right;
}

.cartListItem .pricing {
    flex-grow: 1;
}

.cartListItem .buttons {
    height: 50px;
    position: absolute;
    right: 8px;
    width:100px;
}

.cartListItem .buttons button {
    position: absolute;
    right: 0px;
    width:100%;
}
.cartListItem .textBlock h3 {
    border-bottom: 1px solid #939598;
    padding-top: 12px;
    margin-right: 3px;
}
.cartListItem .whiteBox {
    display: inline-block;
    border: 1px solid #939598;
    width: 100px;
    color: #0D79BF;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 2px 6px;
    margin-right: 2px;
}

#CartFooter {
    margin-top:-8px;
    padding:8px;
}
.cartTotal {
    text-align: right;
    color: #fff;
    font-size: 18pt;
}
.orderTaxShipping {
    text-align: right;
    color: #fff;
    font-size: 10pt;
    margin-top:0px;
}
.orderTotal {
    text-align: right;
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
}

#CartFooter input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: 0;
}
/* Admin Section */
#MenuTree {
    margin-bottom: 10px;
}
#menuId_1>.jstree-ocl{
    display:none;
}
#menuId_1_anchor{
    margin-left:24px;
}
/* Log */
.logWrapper{
    width:100%;
    height:2800px;
}

.logWrapper iframe {
    width: 100%;
    Height: 100%;
}

/* Bootstrap Overides */
.btn{
    text-transform:uppercase;
}
.btn-default {
    color: #0066a1;
    background-color: #fff;
    border-color: #939598; 
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default  {
    color: #0066a1;
    background-color: #fff !important;
    border-color: #939598; 
}
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    color: #0066a1;
    background-color: #fff !important;
}
.form-control{
    border-color:#939598;
}
.breadcrumb {
    margin-top:0px;
    padding: 8px; 
    margin-bottom: 8px; 
    list-style: none; 
    background-color: #0D79BF; 
    border-radius: 0;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    font-size:10pt;
    line-height:normal;
    cursor:default;
}

.breadcrumb a, .breadcrumb a:visited{
    color:#fff;
}
.dropdown-menu{
    top:44px !important;
}

.nav-tabs{
    margin-bottom:0px;
    border-bottom-width: 0px;
}
.nav-tabs > li:last-child{
    border:1px solid transparent;
}
.nav-tabs li {
    border:1px solid transparent;
    cursor: pointer;
}
.nav-tabs > li.active{
    background-color:#e7e7e8;
}
.nav-tabs .nav-link.active {
    background-color:#e7e7e8;
}
#ProductOrderForm.nav.nav-tabs .nav-link.active {
    border-left: 1px solid #939598;
    border-top: 1px solid #939598;
    border-right: 1px solid #939598;
}
#ProductOrderForm li.nav-item:last-child {
    border-right: none !important;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color:transparent;
    border:1px solid transparent;
}
.nav-tabs>li a{
    padding: 10px;
    text-transform:uppercase;
    cursor: pointer;
}
.tab-content{
    background-color:#e7e7e8;
    padding:8px;
}
.form-horizontal .form-group{
     margin-left: unset; 
     margin-right: unset; 
}
@media (min-width: 768px){
    #PageContent .form-control{
        max-width:50%;
    }
}

/* Toastr Override */
.toast-warning {
    background-color: #2e3e51 !important;
}

/* Fonts */
@font-face {
    font-family: 'VAGRoundedStd';
    src: url('/content/fonts/VAGRoundedStd-Bold.eot');
    src: url('/content/fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/VAGRoundedStd-Bold.woff') format('woff'),
         url('/content/fonts/VAGRoundedStd-Bold.ttf') format('truetype'),
         url('/content/fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VAGRoundedStd';
    src: url('/content/fonts/VAGRoundedStd-Thin.eot');
    src: url('/content/fonts/VAGRoundedStd-Thin.eot?#iefix') format('embedded-opentype'),
         url('/content/fonts/VAGRoundedStd-Thin.woff') format('woff'),
         url('/content/fonts/VAGRoundedStd-Thin.ttf') format('truetype'),
         url('/content/fonts/VAGRoundedStd-Thin.svg#VAGRoundedStd-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers LT 85 ExtraBlack';
    src: url('/content/fonts/UniversLT-ExtraBlack.eot');
    src: url('/content/fonts/UniversLT-ExtraBlack.eot?#iefix') format('embedded-opentype'), 
        url('/content/fonts/UniversLT-ExtraBlack.woff') format('woff'), 
        url('/content/fonts/UniversLT-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}