.container {
    width: 890px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

div.row {
    margin: 0;
}


p, h4, .container p {
    margin: 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: black;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
}


.blue {
    color: #35557d !important;
    font-weight: bold;
}

.centered {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.row.header {
    position: relative;
    border: 2px solid black;
    border-bottom: 0px;
    color: #fff;
    background-color: #000;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1em;
    margin-top: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 16px;

}

.subheader {

    border-top: 8px solid grey;
    border-bottom: 8px solid white;
}

.row.header .brand-image {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: -28px;
    z-index: 2;
}

.row.header .brand-image img {
    width: 260px;
    height: 110px;
}

.second-table .row.header .brand-image {

    margin-left: -55px;
    top: -13px;
}

.second-table .row.header .brand-image img {
    width: 110px;
    height: 50px;
}

.row.header .pull-right {
    margin-right: 5px;
}

.row.header .pull-right,
.row.header .pull-left {
    background: none;
}

.row.header .pull-right p,
.row.header .pull-left p {
    font-size: 1em;
    line-height: 0.9em;
}

.row.footer {
    border: 2px solid black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.row.title, .bordered_row {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.bordered_row {
    border: 2px solid black;

}

.second-table .row.footer {
    border-top: 2px solid black;
}

.second-table {
    padding-bottom: 0;
}

/*.row.border {
  border-left: 2px solid black;
  border-right: 2px solid black;
  text-align: center;
}*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    table-layout: fixed;
}

table p {
    margin: 0 2px;
}

table td {
    padding: 2px 2px 0;
}

.warning p {
    font-size: 11px;
    line-height: 12px;
}

/*-- First table, with product information--*/
table.product-info {
    font-size: 0.8em;
    line-height: 1.75em;
}

table.product-info td {
    border: 2px solid #231f20;
    padding: 0;
}

table.product-info td p {
    float: left;
    font-size: 11px;
    font-weight: normal;
}

table.product-info td span.smaller {
    font-size: 0.8em;
}

table.product-info td p.info,
table.product-info td span.info,
table.product-info td div.info {
    font-size: 1.2em;
    margin-left: 0;
    font-weight: bold;
    border-bottom: 1px solid black;
    color: #35557d !important;
}

table.product-info td span.info {
    border: none;
}

table.product-info td p.big,
table.product-info td span.big,
table.product-info td div.big {
    font-size: 2.4em;
    color: #35557d !important;
}

table.product-info td p.revisions_info {
    float: left;
    margin-top: 6px !important;
    margin-left: 4px !important;
}

table.product-info td p.revisions_label {
    margin-bottom: 5px !important;

}

table.product-info td.warning {
    background-color: #000 !important;
    color: #fff !important;
    padding: 1px 4px 1px 10px;
    font-size: 1em;
    line-height: normal;
    text-transform: none;
    font-weight: normal;
}

table.product-info td.createdby {
    line-height: normal;
    padding-left: 2px;
}

table.product-info td.revisions_data {
    padding-left: 2px;
}

table.product-info .color-group {
    margin-top: 1px;
    padding-left: 5px;
    padding-right: 0;
}

.row_2_details {
    display: grid;
    grid-template-columns: 90px 335px 70px auto;
    margin-left: 5px;
}

.row_3_details {
    display: grid;
    grid-template-columns: 75px 350px 90px auto;
    margin-left: 5px;
}

.row_4_details {
    display: grid;
    grid-template-columns: 130px 100px 95px 100px 75px 165px auto;
    margin-left: 5px;
}

.row_4_details .pattern_box_container {
    position: relative;
}

.pattern_box {
    position: absolute;
    width: 100%;
    bottom: -2px;
    right: 0;
    background: #fff !important;
    border: 2px solid black;
    border-top-left-radius: 5px;
    border-right: 0;
    border-bottom: 0;
    line-height: 2em;
    padding: 4px 2px;
    z-index: 2;
    display: grid;
    grid-template-columns: 70px auto;
}

/*-- Inner table without borders --*/
table.product-info td.top-bottom-td {
    border-top: 0px;
    border-bottom: 0px;
    padding: 2px 0;
}


td.first_column {
    width: 330px;
}

td.second_column {
    width: 400px;
}

/*-- Colors formating --*/
.color-group {

    margin-right: 2px;
    line-height: 23px;
    margin-top: 1px;
    display:flex;
    font-size: 10px;
}

.decoration .color-group {
    font-size: 10px;
    float: left;
}

.colors-section.color-group {
    float: none;
    margin-right: 0;
    line-height: 30px;
    width: 100%;
    clear: both;
    margin-bottom: 4px;
}

.color-splash {
    border: 1px solid black;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.decoration .color-splash {
    width: 20px;
    height: 20px;
}

.decoration .color-splash.pattern {
    width: 15px;
    height: 20px;
}

.decorations-info-colors .color-group,
.decorations-info-colors {
    line-height: 22px;


}

td.decorations-info-colors {
    padding: 0;
    border-bottom: 2px solid black;
}

.decorations-info-colors .color-group {
    font-size: 10px;
}

.decorations-info-colors .color-splash {
    width: 20px;
    height: 20px;
}

.colors {
    line-height: 30px;
    padding: 2px;
    height: 37px;
}
.fabric,.neck {

    padding: 2px;

}

.fabric-group {
    float: left;
    margin-right: 6px;
    margin-left: 0;
    font-size: 10px;
    border-right: 1px solid white;
    padding-right: 6px;
    line-height: normal;
    margin-top: 3px;
}

.empty-check {
    border: 1px solid black;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    float: right;
    margin-left: 2px;
    margin-top: 0;
    background-color: #fff;
    position: relative;
    color: red !important;
}

.empty-check .glyphicon {
    color: red;
    font-size: 14px;
    margin-top: -1px;
}

/*-- Product pictures section --*/
.row.product-picture {
    border-left: 2px solid black;
    border-right: 2px solid black;
    height: 1020px;
}

.image-section {
    padding-top: 50px;
    padding-bottom: 2px;
    text-align: center;
    height: 100%;
    background: url(https://s3.ca-central-1.amazonaws.com/ak-magento/AK_LOGO_PATTERN_FOR_MOCKUP.png) !important;
}

.image-section .svg-image {
    display: none;
    height: 100%;
}

.image-section .image {
    height: 970px;
}

.image-section .image img {
    max-width: 890px;
    margin: 0 auto;
    max-height: 970px;
    width: 100%;
    height: auto;
    object-fit: contain;

}

.image-section img.featured {
    /*width: 100%;*/
    height: calc(100vh - 310px);
}

.image-static-section {
    text-align: center;
}

.image-static-section img.featured {
    width: auto;
    height: auto;
    /*max-width: 760px;*/
    max-height: 970px;
    max-width: 950px;
    padding-top: 30px;
}

.image-section svg {
    float: none;
    margin: 0 auto;
}

.colors-section {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 126px;
    border-left: 2px solid black;
    border-top: 2px solid black;

    border-top-left-radius: 5px;
    background: #fff !important;
}

.client-print-image {
    position: relative;
}

.colours_title {
    background: #000 !important;
    text-align: center;
    color: #fff !important;
    padding: 4px;
}

.colours_art {
    text-align: center;
    text-transform: none;
    font-size: 1em;
    padding: 5px;
}

table.short_color_list {
    font-size: 0.7em;
}

.colors-section table.short_color_list {
    font-size: 0.74em;
}

/*-- Second table --*/
.all_decos_container {
    min-height: 1060px;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

table.decorations-info {
    font-size: 0.8em;
    background-color: #000;
    color: #fff;
    table-layout: fixed;
    line-height: 22px;
}

.font-test-wrapper {
    background-color: #000;

    font-weight: normal;
}

.decorations-title {
    font-size: 12px;
    line-height: 16px;
}

.decorations-title-logo {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff !important;
    border: 1px solid black;
}

.decorations-title-logo span {
    color: #ffffff !important;
}

.info_comments {
    color: red !important;
    background-color: white;
}

table.decorations-info td p {
    float: left;
}

table.decorations-info td p.info,
table.decoration p.info {
    margin-left: 2px;
    background-color: #fff;
    color: #000;
    padding-left: 2px;
    padding-right: 2px;


}

table.decorations-info td div.info {
    margin-left: 5px;
    background-color: #fff;
    color: #000;
    padding: 0 2px;

    display: inline-block;

}

table.decorations-info td.decorations-info-colors div.info {

    padding: 2px;


}

table.decorations-info td div.info.COLOURS {
    min-width: 280px;
}

table.decorations-info td div.info.NAMEBAR {
    width: 150px;
}

.with_logo table.decorations-info td div.info {
    margin-left: 0;
    display: block;

}

.teamname_extra_info {
    float: left;
    margin-left: 10px;
}

table.decorations-info td.fabric-td {

}

.row.with_logo .image {
    text-align: center;
}

.row.with_logo .image img {

}

.font-test {
    text-transform: uppercase;
    width: 100%;
    border-left: 2px solid black;
    border-right: 2px solid black;
    text-align: center;
    letter-spacing: 0.1em;
    /*word-wrap: break-word;*/
    overflow: hidden;
    position: relative;
}

.font-test .font-test-back {
    margin-top: 10px;
}

.font-test .font-test-front {
    position: absolute;
    top: 10px;
    width: 100%;
}

.empty-check .fa.fa-times {
    margin-left: -1px;
    font-size: 14px;
    top: -3px;
    color: red !important;
    position: absolute;
}


div.row.decoration {
    clear: both;
    margin-bottom: 4px;
    color: #ffffff !important;
    background: #000000 !important;
    font-weight: 700;
    font-size: 0.8em;
}

div.row.decoration p.info_label {
    font-weight: 700;
    font-size: 1em;
}

.decoration_info_row {
    color: #ffffff !important;
    background: #000000 !important;

    margin: 2px 0;
    column-gap: 5px;
    align-items: center;
}

.decoration_info_row .info {
    color: #000 !important;
    background-color: #fff !important;
    padding-left: 2px;
    line-height: 25px;
    font-size: 1.2em;
    min-height: 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;

}

.decoration_info_row p.info_label,
.decoration_info_row span.info_label {
    color: #fff !important;
    line-height: 1.1em;
}

.decoration_info_row .info.smaller {
    line-height: normal;
    font-size: 0.9em;
}

.long_line_logo .decoration_info_row .info.smaller {
    line-height: 25px;
    font-size: 1.2em;
}

table.decorations-info {
    background-color: #000 !important;
}

table.decorations-info p {
    color: #fff !important;
}

table.decorations-info td p.info {
    color: #000 !important;
    background-color: #fff !important;
}

table.decorations-info td div.info {
    background-color: #fff !important;
}

table.decorations-info td div.info p {
    color: #000 !important;
}

div.row.with_logo {

    clear: none;
    float: left;
    width: 50%;


}

div.row.with_logo.bigger_logo,
div.row.with_logo.long_line_logo {

    clear: both;
    float: none;
    width: 100%;


}

/*
div.row.with_logo:nth-child(odd)
{

  clear: both;

  float:left;
}

div.row.with_logo.bigger_logo,
div.row.with_logo.bigger_logo:nth-child(odd){

  clear:both;
  float: none;
  width:100%;


}


  div.row.with_logo:nth-child(odd) .bordered_row,
  div.row.with_logo:nth-child(odd) .decorations-title-logo

  {
    border-left:0;
  }
  div.row.with_logo:nth-child(odd) .decorations-info td.no_padding
  {
    padding-left:0;
  }
  div.row.with_logo:nth-child(even) .bordered_row,
  div.row.with_logo:nth-child(even) .decorations-title-logo

  {
    border-right:0;
  }
  div.row.with_logo:nth-child(even) .decorations-info td.no_padding
  {
    padding-right:0;
  }
  div.row.with_logo:nth-child(even)
{

    float: right;
}
*/
.image-test {
    height: 214px;
    text-align: center;
    padding-top: 10px;
}


div.row.with_number, div.row.with_name {

    clear: both;


}

.decorations-info-name_row_1,
.decorations-info-number_row_1 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 90px 250px 70px auto 30px 60px;

}

.decorations-info-name_row_2 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 90px 250px 70px 180px 60px auto;

}

.decorations-info-number_row_2 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 90px 250px 70px 200px 60px auto;

}

.decorations-info-logo_row_1,
.decorations-info-logo_row_2 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 90px 250px;
}


.decorations-info-teamname_row_1,
.decorations-info-teamname_row_2 {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 70px 165px 40px auto;
}

.clientprint_background-customizer {
    width: 23px;
    height: 23px;
    display: block;
    float: left;
}

.client_print_pallette {

    position: absolute;
    background: white;
    width: 235px;
    margin-left: 30px;
    margin-top: 30px;
    border: 1px solid #dddddd;
    padding: 12px 13px;
}

.row.with_logo .image {
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 100%;
    padding-top: 5px;

}

div.row.with_logo.bigger_logo.with_logo .image {
    height: 460px;
}

.color-group-no-info {
    height: 27px;
}

.load.indicator {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute;
}

.load.indicator:before {
    background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.load.indicator > span {
    display: none;
}

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.loading-mask .loader > p {
    display: none;
}

body > .loading-mask {
    z-index: 9999;
}

._block-content-loading {
    position: relative;
}


.image_change_zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
}

.image_change_zoom.bottom_align {
    top: auto;
    bottom: 10px;
}

.image_change_zoom a:hover,
.image_change_zoom a {
    font-size: 16px;
    background-color: #e0e3e2;
    color: black;
    text-decoration: none;
    margin-bottom: 2px;
}


.customized_back_wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
}

.customized_back_wrap a:hover,
.customized_back_wrap a {
    font-size: 16px;
    background-color: #e0e3e2;
    color: black;
    text-decoration: none;
    margin-bottom: 2px;
}

.image_change_dimension {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 75px;
}

.image_change_dimension a:hover,
.image_change_dimension a {
    font-size: 16px;
    background-color: #e0e3e2;
    color: black;
    text-decoration: none;
    margin-bottom: 2px;
}

.warning {
    background-color: #000 !important;
}

.warning p {
    color: white !important;
}

.print_download_button {
    display: inline-block;
    font-family: 'RobotoCondensed-Regular';
    font-weight: 400;
    line-height: 26px;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 4px 0 4px;
}
.print_high_resolution_button {
    display: inline-block;
    font-family: 'RobotoCondensed-Regular';
    font-weight: 400;
    line-height: 26px;
    color: #000;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 4px 0 4px;
    position: absolute;
    top: 31px;
    right: 0px;
}
.client-print-threed-images{
    display: grid;
    grid-template-columns: 49% 49%;
    row-gap: 50px;
    column-gap: 2%;
    margin: 10px;
    align-items: center;
    justify-items: center;

}

.client-print-threed-images img{
    max-height:400px;
    max-width:100%;
}

/*3D Layouts*/

.layout4 .image-section {
    padding-top: 10px;
}

.layout4 .client-print-threed-images {
    row-gap: 20px;
}

.layout4 .client-print-threed-images img {
    max-height: 480px;
    filter: drop-shadow(0 0 0.75rem #7a7a7a);
}

.layout4 .client-print-threed-images img:nth-of-type(4) {
    margin-left: -120px;
    max-width: 70%;
}

.layout2 .client-print-threed-images {
    grid-template-columns: 100%;
    row-gap: 15px;
}

.layout2 .client-print-threed-images img {
    max-height: 465px;
    filter: drop-shadow(0 0 0.75rem #7a7a7a);
}

/*Print page buttons*/

.print_download_button i {
    margin-right: 5px;
    font-size: 15px;
    top: 0;
}

.print_popup .modal-title {
    border-bottom: 0 solid #fff!important;
}

.print_popup .modal-content {
    border-radius: 0;
    margin-top: -2px;
}

.print_popup .popup_buttons, .print_popup a.popup_buttons:visited, .print_popup a.popup_buttons:active,
.print_popup .popup_buttons:active, .print_popup a.popup_buttons:focus, .print_popup .popup_buttons:focus,
.print_popup a.popup_buttons:link {
    padding: 5px;
    font-size: 16px!important;
    line-height: inherit;
}

.print_popup .btn-primary {
    margin-right: 10px;
    background-color: #333!important;
    color: #fff!important;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    line-height: inherit;
}

.print_popup .btn-primary:hover {
    background: #e8e9eb!important;
    border: 1px solid #2b2b2b!important;
    color: #2b2b2b!important;
}

.print_popup p {
    margin-bottom: 15px!important;
}

#sharethis_bxx {
    float: right;
}

.jssocials-shares {
    margin: 0 0 0.2em 0; }

.jssocials-shares span {
    border: 0;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
}

.jssocials-shares .fa {
    font-size: 16px;
}
.jssocials-shares * {
    box-sizing: border-box; }

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6em 0.3em 0; }

.jssocials-share:last-child {
    margin-right: 0; }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em; }

img.jssocials-share-logo {
    width: auto;
    height: 1em; }

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border:1px solid black;
    line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em; }
.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em; }

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle; }

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default; }
.jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
    background: #00aced; }
.jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998; }
.jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39; }
.jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6; }
.jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027; }
.jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
    background: #3490F3; }
.jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823; }
.jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628; }
.jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0; }
.jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
    background: #25af00; }
.jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d; }
.jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056; }
.jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff; }
.jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e; }
.jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
    padding: .5em .6em;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
    position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-share-count-box:hover {
    background: gainsboro; }
.jssocials-share-count-box:hover:after {
    border-color: transparent gainsboro transparent transparent; }
.jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

@media print {

    body {
        -webkit-print-color-adjust: exact;
    }

    .page-main {
        padding: 0 !important;
        margin: 0 !important;
    }

    h4 {
        color: white !important;
        background-color: black !important;
    }


    .row.header {
        color: #fff !important;
        background-color: #000 !important;
    }

    .row.header p {
        color: #fff !important;
        background-color: #000 !important;
    }

    .empty-check {
        background-color: #fff !important;
    }

    .empty-check .glyphicon {
        color: red !important;
    }

    .fabric-group p {
        color: #fff;
    }

    .first-table{
        page-break-after: always;
    }
    .second-table {
        page-break-after: auto;
    }

    .empty-check .fa.fa-times:before, .empty-check .fa.fa-times:after {
        color: red !important;
    }

    div.row.with_number, div.row.with_name, div.row.with_logo, .first-table {
        page-break-inside: avoid;
    }

    .image_change_zoom, .image_change_zoom *, .image_change_dimension, .image_change_dimension *, .image_change_zoom a,
    .customized_back_wrap, .customized_back_wrap *,  .customized_back_wrap a {
        display: none !important;
    }

    .customized_link[href]:after {
        content: none !important;
    }

    /*3D Pages*/
    .layout2 .client-print-threed-images {
        margin-top: 20px;
    }
    .layout2 .client-print-threed-images img{
        max-height: 455px;
    }

    /* target all pages */
    @page {

        margin: 10px 20px 20px !important;  /* this affects the margin in the printer settings */
    }

    html {

        margin: 0px !important; /* this affects the margin on the html before sending to printer */
    }

    body {

        margin: 0; /* margin you want for the content */
    }

}
