﻿.content-image-column {
    display:inline-block;
    margin-right: 47px;
    margin-bottom:0px;

}
.content-image {
    display: block;
}
.content-row {
    height:auto;
}
.content-flyer-column {
    width:701px;
    display:inline-block;
    vertical-align:top;

}
.content-header {
    margin-bottom:5px;
}
.flyer-list {
    -webkit-column-count: 3; -webkit-column-gap:20px; 
    -moz-column-count:3; -moz-column-gap:20px; 
    -o-column-count:3; -o-column-gap:20px; 
    column-count:3; column-gap:20px; 
    width:100%;
    list-style:none;
    display:inline-block;
    vertical-align:top;
}
.flyer-link {
    text-decoration: underline;
    cursor: pointer;
    color:black;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}
p {
    margin-bottom:0px;
}

.header-text {
    font-size: 13px;
}

/*#region Flyer Dialog Box*/
#dialogflyerBusyDiv{
    float: left;
    padding-top: 22px;
    padding-left: 27px;
    width: 175px;
    display:none;
}

#flyerNotBusyIcon {
    padding-right: 10px;
    float: left;
}
 
 #flyerBusyIcon {
    display:none;
    padding-right:10px;
    float:left;
}

#dialog-Flyer {
    display: none;
    width: 685px;
    overflow: hidden;
}

#dialog-Description  {
    float:left;
    width:595px;
    padding-left:20px;
    padding-right:20px;

}

#dialog-Options {
    float:left;
    width:400px;
    padding-left:20px;
    padding-right:20px;

}
#dialog-Description {
    padding-bottom: 25px;
}

#tblFlyerOptions td {
    width:125px;
}


#lblColor,#lblBlackWhite, #lblSingle, #lblDouble{
    padding-left:10px;
    padding-right:15px;
}
.fFrontColor, .fFlyerBackColor, .fColorPreviewImage, .fColorPreviewImageSingle, .fFlyerFrontBW,
.fFlyerBackBW, .fBWPreviewImage, .fBWPreviewImageSingle,.flyerCat
 {
    display:none;
}
#dialog-FlyerImage {
    float:left;
    width:655px;
    
}
#flyerImage {
    width:655px;
    height:480px;
}


.ui-dialog-title {
  float:none;
  display: block;
  text-align: center;
}

.top-banner > img {
    content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt/ProductFlyers_Header_980.jpg");
    width: 980px;
    height: 120px;
}
/*#endregion*/

@media (min-width: 1260px) {
    .flyer-link {
        font-size: 14px;
    }

    .header-text {
        font-size: 15px;
    }

    .top-banner > img {
        content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt/ProductFlyers_HeaderFP.jpg");
        width: 1240px;
        height: 120px;
    }
}