/*
<?php header("Content-type: text/css"); ?>
 */
/*======== Proof Refresh ========*/

.proof_refresh {
    height: 100%;
    float: left;
    position: absolute;
    cursor: pointer;
    /*top: 94px;*/
    top: 0px;
    /*z-index: 70;*/
    width: 100%;
    max-width: 484px;
}

#button_proof_refresh {
    cursor: pointer;
    color: #337ab7;
    display: inline-block;
    width: 100%;
}

.proof_refresh .overlay {
    width:100%;
    height:100%;
    position: absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.proof_refresh:hover .overlay {
    opacity: .8;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
}

.proof_refresh img {
    display: block;
    position: relative;
}

.proof_refresh h2 {
    color: #000;
    font-size: 30px !important;
    text-align: center;
    position: relative;
    padding: 20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    top:28%;
    line-height: 1.2em !important;
}

.proof_refresh:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.proof_refresh a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}

.proof_refresh a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.proof_refresh:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #000;
    border: 1px solid #000;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.proof_refresh .refresh_icon {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 40%;
    width: 120px;
}

.proof_refresh span {
    font-size: 100%;
    text-align: center !important;
    position: absolute;
    top: 1%;
    left: 15%;
}

.selectedTemplatesContainer {
    overflow: hidden;
}

.selectedTemplatesContainer li.category_header {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    position: relative;
    z-index: 80;
}

.selectedTemplatesContainer li.category_sub_header {
    margin: 10px 0px 10px 0px !important;
    padding: 0px !important;
    position: relative;
    z-index: 80;
}

.proof_table_row {
    position: relative;
}

#proof_table_row_side {
    width: 100%;
}

.rotating {
    -webkit-animation: spin 6s linear 0s infinite normal;
    -moz-animation: spin 6s linear 0s infinite normal;
    -ms-animation: spin 6s linear 0s infinite normal;
    -o-animation: spin 6s linear 0s infinite normal;
    animation: spin 6s linear 0s infinite normal;
}

@keyframes spin {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}

@-ms-keyframes spin {
    0% {-ms-transform: rotate(360deg); }
    100% { -ms-transform: rotate(0deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(360deg); }
    100% { -o-transform: rotate(0deg); }
}

/*======== Final Proof Refresh ========*/
.final_proof_refresh {
    height: 100%;
    float: left;
    position:absolute;
    cursor: pointer;
    top:4%;
    z-index: 70;
    width:100%;
}

.final_proof_refresh .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:1;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.final_proof_refresh img {
    display: block;
    position: relative;
}

.final_proof_refresh h2 {
    color: #000;
    font-size: 30px !important;
    text-align: center;
    position: relative;
    padding: 20px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    top:40%;
    line-height: 1.2em !important;
}

.final_proof_refresh .icon_box {
    position: relative;
    width: 100%;
    top:38%;
}

.final_proof_refresh .final_refresh_icon {
    text-align: center;
    width: 120px;
    left: 42%;
}


/*======== Custom Dropdown ========*/

.select-title {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 10px 10px 0px;
}

.image-select {
    position: relative;
    float: left;
    border: 1px solid #cccccc;
    width: 100%;
    height: auto;
    padding: 10px 5px;
}

.image-select .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.image-select img {
    position: relative;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.image-select .thumb_asset_meta {
     position: relative;
     float: right;
     height: auto;
     width:  260px;
     margin: 0px 0px 0px 10px;

 }
 .image-select .photo_edit {
     position: relative;
     float: right;
     width: 260px;
     margin: 0px 0px 0px 0px;
 }

.image-select ul {
    width: 100%;
    text-align: left;
    margin: 5px 0px 0px 0px;
}

.image-select ul li {
    display: inline;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
}

.image-select ul li a {
    text-decoration: none;
}

.image-select .button_option {
    position: absolute;
    border: 1px solid #e3e6e8;
    box-shadow: 1px 1px 1px gray;
    width: 100px;
    height: 40px;
    right: 10px;
    background-color: #e3e6e8;
    color: #000000;
    text-align: center;
    padding: 13px 0px 10px 0px;
    cursor: pointer;
    font-weight: bold;
}

.image-select a {
    width: 160px;
}

.image-dropdown {
    position: relative;
    float: left;
    border: 2px solid #cccccc;
    width: 100%;
    height: 440px;
    overflow-y: scroll;
    display: none;

    overflow-x: hidden;
    overflow-y: auto;
}

.image-dropdown .dropdown-box {
    position: relative;
    float: left;
    border-bottom: 1px solid #cccccc;
    height: auto;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.image-dropdown .dropdown-box:hover {
    border-bottom: 1px solid #cccccc;
    height: auto;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #F5F5F5;
}

.image-dropdown .dropdown-box-selected {
    background-color: #bedcf5;
}

.image-dropdown .dropdown-box .title {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.image-dropdown .dropdown-box img {
    position: relative;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.image-dropdown .dropdown-box .thumb_asset_meta {
    position: relative;
    float: left;
    height: auto;
    width: 100px;
    margin: 0px 0px 0px 10px;
}

.image-dropdown .dropdown-box .photo_edit {
    position: relative;
    float: left;
    height: auto;
    width: 400px;
    margin: 0px 0px 0px 0px;
}

.image-dropdown .dropdown-box ul {
    width: 100%;
    text-align: left;
    margin: 5px 0px 0px 0px;
}

.image-dropdown .dropdown-box ul li {
    display: inline;
    margin: 0px 10px 0px 0px;
}

.image-dropdown .dropdown-box ul li a {
    text-decoration: none;
}

.image-dropdown .button_option {
    position: absolute;
    border: 1px solid #e3e6e8;
    box-shadow: 1px 1px 1px gray;
    width: 100px;
    height: 40px;
    right: 10px;
    background-color: #e3e6e8;
    color: #000000;
    text-align: center;
    padding: 13px 0px 10px 0px;
    cursor: pointer;
    font-weight: bold;
}

.image-dropdown .dropdown-box a {
    width: 160px;
}

/* ========== Proof Overlay - Show Download Icon - Tom ============ */

figure {
    margin: 0;
    position: relative;
    display: -webkit-inline-box;
}

a.xd-img-hover {
    position: relative;
    float: left;
    overflow: hidden;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 0;
}

a.xd-img-hover * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

a.xd-img-hover img {
    max-width: 100%;
    vertical-align: top;
}

a.xd-img-hover:after,
a.xd-img-hover figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a.xd-img-hover:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

a.xd-img-hover figcaption {
    z-index: 1;
    padding: 40px;
    display: block !important;
}

a.xd-img-hover p {
    width: 50%;
    font-size: 0.9em !important;
    text-align: center;
    opacity: 0;
    border-bottom: none !important;
    color: #2d2c2c;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-55%);
    z-index: 1000;
}

a.xd-img-hover #pdf_icon {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
    z-index: 1000;
    width: 300px;
}

a.xd-img-hover:hover img {
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

a.xd-img-hover:hover:after {
    opacity: 1;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

a.xd-img-hover:hover p {
    opacity: 1;
}

a.xd-img-hover:hover #pdf_icon {
    opacity: 1;
    z-index: 2;
    cursor: pointer;
    border: none;
    box-shadow: none;
    width: 300px;
}

#sideProof .selectedTemplatesContainer li a {
    float: left !important;
    display: inline !important;
    min-height: 0 !important;
    vertical-align: middle !important;
    top: 0%;
    left: 50%;
    position: relative;
    transform: translate(-50%,0%);
    margin: 0 auto;
    max-width: 700px;
}

#sideProof .selectedTemplatesContainer li a img {
    width: 99%;
    border: 0 !important;
    box-shadow: 0px 0px 5px 0px #c7c6c6;
}

#Step5 .selectedTemplatesContainer li a {
    float: left !important;
    display: inline !important;
    min-height: 0 !important;
    vertical-align: middle !important;
    top: 0%;
    left: 50%;
    position: relative;
    transform: translate(-50%,0%);
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}

#Step5 .selectedTemplatesContainer li a img {
    width: 99%;
    border: 0 !important;
    box-shadow: 0px 0px 5px 0px #c7c6c6;
}

#Step5 .viewProof {
    max-width: 90px;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

#Step5 .view-proof-btn {
    display: block;
    color: #ffffff;
    margin-top: 1em;
    text-decoration: none;
    background: #565555;
    padding: 4px 3px;
    max-width: 90px;
    margin-left: 7px;
    border-radius: 2px;
}

#Step5 #termsInput {
    margin-left: 0% !important;
    background: #fbfbfb;
    padding-left: 10%;
    padding-bottom: 2%;
}

#Step5 #termsInput h3 {
    border-bottom: none !important;
    position: relative;
    left: -11%;
    display: block;
    text-align: center;
    width: 111%;
}

#Step5 #termsInput h3:before {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #c7c7c7;
    position: absolute;
    left: 20%;
    top: 12px;
}

#Step5 #termsInput h3:after {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #c7c7c7;
    position: absolute;
    right: 20%;
    top: 12px;
}

.proofing-progress {
    display: none;
    width: 950px;
    border-bottom: none !important;
    color: #565555;
    font-weight: 600;
    text-align: center;
    margin: 0 !important;
    padding: 15px 20px !important;
    background: #f1f1f1;
    margin-top: 10px !important;
    font-size: 1.3rem !important;
    text-transform: uppercase;
}

/* ====== Bstrap ========= */

#save_notice {
    font-size: 1.3em;
}

#save_notice .close {
    opacity: .6;
    outline: none;
    border: 1px dotted #DDD;
}

#approval_notice {
    font-size: 1.3em;
}

#proof_failed {
    font-size: 1.3em;
}

.glyphicon-remove-circle:before {
    content: "\e088";
    position: relative;
    top: 1px;
    right: 4px;
}

.xd-alert {
    -webkit-animation: jump 1.5s ease 0s infinite normal ;
    animation: jump 1.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40%{
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    60%{
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    80%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jump {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0);
    }
    60%{
        transform: translateY(-15px);
    }
    80%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(0);
    }
}

/*====== For divider on xd-img-hover paragraph ====== */

.or-divider{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    margin: 0 1em;
}

.or-divider::before{
    content: '';
    height: .125em;
    background: #2d2c2c;
    flex: 1;
    margin: 0 .25em 0 0;
}

.or-divider::after{
    content: '';
    height: .125em;
    background: #2d2c2c;
    flex: 1;
    margin: 0 0 0 .25em;
}

#templateDisplay:hover{
    margin-bottom: 15px;
}

#templateDisplay:hover{
    opacity: .05;
}

/*======== General Styles ========*/

body {
    overflow-x: hidden;
}

#header {
    box-sizing:initial;
}

.affix-top {
    position: relative;
}

.affix {
    top: 20px;
}

.affix, .affix-bottom {
    width: 450px;
}

.affix-bottom {
    position: relative;
}

.xdtag_help_details.affix {
    top:400px;
    width:245px;
    right:0;
    position:fixed;
}

.MSFcol {
    width: 5%;
}

.MSF {
    padding: 15px;
}

#HeaderTable ul li {
    padding-top: 0;
    padding-bottom: 0;
}

.MSFmenu {
    background-color: #f5f5f5;
    color: #cccccc;
    display: inline-flex;
    height: auto;
    padding: 0px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 103%;
}

.first_step {
    background: transparent;
    color: #333333;
}

.MSFitem {
    font-size: 14px;
    padding: 20px 30px;
    white-space: pre;
    color: #989696;
    text-decoration: none;
    width: 100%;
    transition: all .4s ease;
}

a.MSFitem:hover {
    text-decoration: none;
    color: #5d5c5c;
    background: rgb(236, 236, 236);
}

.MSFbtn {
    height: auto;
    padding: 20px;
}

.MSFbuttons {
    display: inline-flex;
    left: 15%;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 2px;
    transition: all 0.5s ease 0s;
}

.MSFmenu a:visited, .MSFmenu a:active {
    color: #717171 !important;
}

#ButtonNext {
    background: #0e629f !important;
    border-radius: 4px;
    border: 0px none;
    color: #ffffff ! important;
    cursor: pointer;
    font-size: 12px ! important;
    font-weight: bold;
    height: 40px;
    padding: 10px 30px !important;
    text-decoration: none ! important;
    text-shadow: none ! important;
    text-transform: uppercase ! important;
    width: 120px ! important;
    transition: background .4s ease-in-out;
}

#ButtonNext:hover {
    background: #1e73be !important;
}

#ButtonFinalProof {
     background: #0e629f !important;
     border-radius: 4px;
     border: 0px none;
     color: #ffffff ! important;
     cursor: pointer;
     font-size: 12px ! important;
     font-weight: bold;
     height: 40px;
     padding: 10px 30px !important;
     text-decoration: none ! important;
     text-shadow: none ! important;
     text-transform: uppercase ! important;
     width: 120px ! important;
     transition: background .4s ease-in-out;
 }

#ButtonFinalProof:hover {
    background: #1e73be !important;
}

#ButtonFinalProofCenter {
    background: #0e629f !important;
    border-radius: 4px;
    border: 0px none;
    color: #ffffff ! important;
    cursor: pointer;
    font-size: 12px ! important;
    font-weight: bold;
    height: 40px;
    padding: 10px 30px !important;
    text-decoration: none ! important;
    text-shadow: none ! important;
    text-transform: uppercase ! important;
    width: 250px ! important;
    transition: background .4s ease-in-out;
}

#ButtonFinalProofCenter:hover {
    background: #1e73be !important;
}

#ButtonPrevious, #ButtonBackToTemp {
    background: #444444 !important;
    border-radius: 4px;
    border: 1px solid #dddddd ! important;
    color: #ffffff ! important;
    cursor: pointer;
    font-size: 12px ! important;
    font-weight: bold;
    height: 40px;
    padding: 10px 30px ! important;
    text-decoration: none ! important;
    text-shadow: none ! important;
    text-transform: uppercase ! important;
    width: 120px ! important;
    transition: background .4s ease-in-out;
}

#ButtonPrevious:hover,
#ButtonBackToTemp:hover {
    background: #2d2d2d !important;
    opacity: 1 !important;
}

#skip_proof_btn .xdbutton_blue {
    background: #eee !important;
    color: #444 !important;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out;
}

.btn-save {
    margin: 0 -8px 0 5px;
    color: #444 !important;
    transition: all .4s ease-in-out;
}

#save_step {
    position: relative;
    color: #444 !important;
    transition: all .4s ease-in-out;
}

#skip_proof_btn .xdbutton_blue:hover,
#save_step:hover,
.btn-save:hover {
    background-color: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #444 !important;
}

#SubmitFinal {
    background: #0e629f !important;
    border-radius: 4px;
    border: 0px none;
    color: #ffffff ! important;
    cursor: pointer;
    font-size: 12px ! important;
    font-weight: bold;
    height: 40px;
    padding: 10px 30px 10px 15px ! important;
    text-decoration: none ! important;
    text-shadow: none ! important;
    text-transform: uppercase ! important;
    width: 120px ! important;
    transition: background .4s ease-in-out;
}

#SubmitFinal:hover {
    background: #1e73be !important;
}

.pageContainer .contentContainer {
    width: 100% !important;
}

li {
    list-style: none;
}

h1 {
    font-size: 25px;
    padding: 20px 0 5px;
    margin: 0;
}

h3 {
    border-bottom: 1px dotted #ccc !important;
    padding-bottom: 0px !important;
    width: 100%;
    float: left;
}

.order_gallery_label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

.build_orderinfo_left {
    border-right: 0px solid #ccc;
}

input[type="text"] {
    height: 34px !important;
}

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

.build_logo_thumbnails img{
    max-width: 72px !important;
    width: 72px !important;
    background: rgba(0, 0, 0, 0) url("https://assets.xpressdocs.com/next_images/css/main/shadow.gif") no-repeat scroll right bottom;
    display: block;
    float: left;
}

#OrderBuildinfo {
    margin-top: 60px !important;
}

.build_logo_thumbnails input[type="checkbox"] {
    margin-bottom: -5px !important;
    margin-bottom: 0px !important;
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    z-index: 0 !important;
    font-size: 1.6em !important;
}

#utility_nav ul li,
#utility_nav ul li.chat {
    height: 35px !important;
}

#utility_nav ul li.chat > a {
    max-height: 41px;
    border-bottom: 1px solid #FFF;
}

.nav_cart {
    line-height: 23px !important;
    height: 35px !important;
}

.active-cart {
    display: block !important;
}

#utility_nav ul li a:hover{
    padding: 15px 22px 12px 22px;
}

/*======== STEP 1 ========*/

#Step1 h1 {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: 15px 0 1em 1em !important;
    border-bottom: 1px dotted #CCC !important;
    position: relative;
    top: 5px;
}


#Step1 .opBranchSelectionContainer input[type="checkbox"],#Step1 .opBranchSelectionContainer select{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

#Step1 .opAgentSelectionContainer input[type="checkbox"],#Step1 .opAgentSelectionContainer select{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

#Step1 .opBranchSelectionContainer select,#Step1 .opAgentSelectionContainer select{
    width: 250px!important;
    margin: 0 15px 10px 0 !important;
}

#Step1 .JLJSSelectionContainer {
    width: 120px!important;
    margin-right: 8px !important;
}

#Step1 input[type="text"].grey_out_text_box,
#Step1 input[type="text"].grey_out_text_box:focus {
    background-color: #fbfbfb !important;
}

.order-type-input {
    position: relative;
    font-size: 12px;
    top: 5px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border-bottom: 1px solid #d6d4d4 !important;
}

/*======== STEP 2 ========*/

#Step2 h1 {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: -4px 0 10px 0 !important;
    border-bottom: 1px dotted #CCC !important;
    width: 410px;
}

#Step2 .print-profile-title {
    position: relative;
    top: -1.5em;
    margin-bottom: -1em !important;
}

#Step2 input[type="text"] {
    display: inline-block !important;
    min-width: 100px;
    width: 100%;
    max-width: 262px;
}

#Step2 #ContactInfo input[type="text"] {
    max-width: 100% !important;
    min-width: 300px;
}

#Step2 .xdbutton_black {
    display:none;
}

#Step2 .checkbox-inline {
    top:-3px!important;
    vertical-align:top;
}

#Step2 input[type="submit"] {
    min-width: 82% !important;
    margin-top: 1em;
}

#Step2 h2 {
    color: #888 !important;
}

#Step2 ul li {
    padding-bottom: 0px !important;
}

#Step2 .selected {
    background: #fcfcfc !important;
}

#Step2 .nav-tabs > li.selected > a, .nav-tabs > li.selected > a:focus, .nav-tabs > li.selected > a:hover {
    border-image: none;
    color: #007292;
    cursor: pointer;
    border-bottom: 3px solid #007292 !important;
    top: 0px;
    border: none;
    background-color: #fcfcfc;
}

#Step2 .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 1.05em;
    min-width: 100px;
    text-align: center;
    color: dimgrey;
}

#Step2 .nav-tabs > li > a:hover {
    border-color: transparent;
}

#Step2 .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

#Step2 #all_Phonetypes input[type="text"] {
    min-width: 100px!important;
    max-width: 206px!important;
}

#Step2 select {
    display: inline-block;
    margin: auto;
    border-radius: 4px;
    height: 33px;
    max-width: 262px!important;
}

#Step2 #ContactInfo select {
    max-width: 100% !important;
}

#Step2 label {
    display: inline-flex !important;
    min-width: 20px!important;
    max-width: 120px!important;
    width: 100% !important;
}

#Step2 .agentSearchCol {
    background-color: #FFFFFF !important;
    padding: 10px!important;
    border: none;
    color: #555;
    border-top: 1px solid #DDD;
    transition: all 0.2s;
}

#Step2 .nav-tabs {
    border-bottom: 0px solid #8c8c8c;
}

#Step2 .DE{
    margin-right: 35px !important;
}

#Step2 .return-add-title {
    top: -10px;
    position: relative;
    margin-bottom: -10px !important;
}

#Step2 .note-margin {
    margin: -2em 0 1em 0;
    padding-top: 5px;
}

#Step2 #build_block_AgentSearch .container {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    max-width: 420px;
    padding: 0;
    border-radius: 5px;
}

#Step2 #build_block_AgentSearch .build_head {
    position: relative;
    top: 1em;
    margin-bottom: 2em !important;
}

.agent_smart_search {
    background-color: transparent;
    padding: 8px 10px 5px 5px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #DDD;
    margin-top: -2em;
    max-width: 400px;
}

#Step2 #build_block_AgentSearch select {
    background-color: #FFF;
}

#Step2 #build_block_AgentSearch .headshotPhotoContainerAnchor {
    display: block;
    height: auto;
}

#Step2 #build_block_AgentSearch #column1 #Agent1_column, #Step2 #Agent2_edit {
    float: left !important;
    width: 450px;
    min-height: 180px;
}

#Step2 .agentSearchCol #Agent2_edit label {
    min-width: 100px !important;
    max-width: 105px !important;
}

#Step2 .agentSearchCol #Agent2_edit input[type="text"] {
    min-width: 100px;
    width: 100%;
    max-width: 262px;
}

#Step2 #build_block_AgentSearch .smart-search-select select {
    min-width: 385px !important;
    max-width: 400px !important;
    margin-bottom: 5px;
}

#Step2 #agent_photo {
    margin-bottom: 1em;
}

#Step2 #agent_photo hr {
    max-width: 400px !important;
}

.de_contact_container {
    position: relative;
    top: 1.7em;
}

.de_contact_container .input-with-select {
    max-width: 210px !important;
    position: relative;
    top: 2px;
}

.slide-in {
    transition: all 0.3s ease-in-out;
    -webkit-animation: slide-in 0.5s forwards;
    -moz-animation: slide-in 0.5s forwards;
    -ms-animation: slide-in 0.5s forwards;
    animation: slide-in 0.5s forwards;
}

@-webkit-keyframes slide-in {
    from {
        transform: translateX(-2%);
        opacity: 0
    }
    to {
        transform: translateX(0%);
        opacity: 1
    }

}

@-ms-keyframes slide-in {
    from {
        transform: translateX(-2%);
        opacity: 0
    }
    to {
        transform: translateX(0%);
        opacity: 1
    }

}

@keyframes slide-in {
    from {
        transform: translateX(-2%);
        opacity: 0
    }
    to {
        transform: translateX(0%);
        opacity: 1
    }

}

#Step2 #AgentSearch_return_column {
    display: inline-block;
}

#Step2 .agentSearchCol.column fieldset .agentEdit_label {
    position: relative;
    top: 5px;
    width: 110px !important;
}

#Step2 .agentSearchCol.column fieldset .agentEdit_field select {
    min-width: 263px;
    margin: 5px 0;
}

#Step2 #a12_phone_number {
    max-width: 200px;
}

#Step2 #a12_phone_type, #Step2 #phone_type_2 {
    min-width: 60px;
}

#Step2 #Agent1_edit .agent_photo_header {
    position: relative;
    font-size: 1.3em !important;
    margin-left: 0px !important;
    text-decoration: underline;
}

#Step2 .profile_edit {
    width: 300px !important;
}

/*======== STEP 3 ========*/

#Step3 h1 {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: 15px 0 10px 0 !important;
    border-bottom: 1px dotted #CCC !important;
}

#Step3 #build_block_three .photo-title {
    position: relative;
    top: -0.8em;
}

#Step3 .upload_asset_top,#Step4 .upload_asset_top {
    margin-bottom: 10px !important;
    color: #000;
    font-size: 14px;
}

#Step3 #selected_logo_list {
    border-bottom: 0px solid #eeeeee !important;
}

#Step3 .color_thumbs_clip {
    max-width: 395px;
}

#Step3 .section.colorSchemeSelectorContainer  {
    width: 100%;
}

#Step3 .section.colorSchemeSelectorContainer td {
    border: 2px solid #fff;
}

#Step3 #color_container_left {
    height: 68px;
    left: 0;
    width: 100%;
}

#Step3 .upload_asset_text {
    margin-left: 0 !important;
}

#Step3 #build_photos {
    margin-left: -20px;
}

#Step3 .build_gallery_top, #Step3 .build_gallery {
    max-width: 400px !important;
    margin-bottom: -1.5em;
    margin-top: -0.6em;
}

#Step3 .build_gallery select {
    display: inline-block;
    max-width: 100px;
    font-size: 11px;
    border-radius: 4px;
    height: 35px;
}

#Step3 label {
    display: inline-block !important;
    margin-top: 1em;
}

#Step3 .photo_edit_options label {
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal !important;
    margin-left: -15px !important;
    min-width: 90px;
    padding: 5px 13%;
    text-align: center;
}

#Step3 .photo_edit_drop {
    width: 9px;
    height: 7px;
    margin-left: 5px;
    margin-top:3px!important;
}

#Step3 .photo_edit_options_content.icons {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #c5c5c5;
    margin-left: -15px;
    margin-top: -4px;
    overflow: hidden;
    padding: 0;
    width: 90px;
    font-size: 10px;
}

#Step3 .photo_edit_options_content.icons ul li a {
    font-size: 10px;
    padding: 5px 0;
}

#Step3 #colorkey {
    min-width: 100% !important;
}

#Step3 #colorkey option {
    padding:15px;
    color:#fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#Step3 legend {
    font-size: 1.4em;
    padding: 20px 0 5px 0 !important;
    border-bottom: 2px solid #f9f9f9 !important;
    border-radius: 3px;
    text-align: left;
}

#Step3 #build_photos .build_designate_images {
    position: relative;
    left: 1.6em;
    width: 100%;
    margin-bottom: 1em;
}

#Step3 #build_photos .build_designate_images span {
    font-size: 1.2em;
    line-height: 1.3em;
}

#Step3 #build_photos .build_designate_images h4 {
    position: relative;
    left: -0.6em;
}

#Step3 #build_photos table {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    left: -0.8em;
}

#Step3 #build_photos hr {
    margin-left: 1.8em !important;
    position: relative;
    border-top: 2px solid #eee;
}

#Step3 #logos_used #selected_logo_list {
    min-width: 450px !important;
}

#Step3 #logos_used #selected_logo_list li {
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    font-size: 13px !important;
    color: #666666;
}

#Step3 .logoData {
    max-width: 90px !important;
    min-width: 85px !important;
    margin-top: 15px !important;
    border: 2px solid #c5c5c5 !important;
    box-shadow: none !important;
    text-align: left;
}

#Step3 .logo-bg {
    background: #FFF;
    margin-left: 1em;
}

#Step3 .designation-selection-container {
    left: 2.2em !important;
}

/* ====== buscard_with_qrcode.inc ====== */

h2.buscard_title_space {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: 1.5em 0 10px 0 !important;
    border-bottom: 1px dotted #CCC !important;
}

#Step3 .qr_code_nbp {
    position: relative;
    left: 0.5em;
    top: -3em;
}

#Step3 .qr_code_nbp .select-container {
    margin: -1em -15px;
}

#Step3 .qr_code_nbp .select-container:nth-child(3) {
    margin: -1em -15px 1em -15px;
}

#Step3 .upload_qr_img {
    margin: 2em 0 1em;
}

#Step3 .upload_qr_img .btn-upload {
    background: #efefef;
    font-weight: 600;
    color: #565656;
}

#Step3 .column-center {
    top: 2em;
}

#Step3 .qr_code_nbp select {
    min-width: 305px !important;
    font-size: 12px;
}

#Step3 .new_build_gallery_body {
    margin-top: 2em;
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 3px;
    background-color: #fbfbfb;
}

#Step3 .qr_code_nbp .headshotPhotoContainerAnchor {
    display: block;
    height: auto !important;
}

#Step3 td.photo_cell {
    font-size: 11px;
    text-align: center;
    vertical-align: bottom;
    border: 0;
    height: auto;
    padding-bottom: 10px;
    padding-top: 15px;
    float: left;
    min-width: 130px !important;
}

hr {
    margin: 10px 0;
}


/* ====== End of buscard_with_qrcode.inc ====== */

/*======== STEP 4 ========*/

#Step4 h1 {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: -5px 0 10px 0 !important;
    border-bottom: 1px dotted #CCC !important;
    width: 80% !important;
    min-width: 400px;
}

#Step4 .gen-bus {
    position: relative;
    margin-top: 0.9em !important;
}

#Step4 .propertySpecsContainer {
    width: 465px !important;
}

#Step4 #PropSpecs .custom-text-input-step4 {
    margin-left: 0.9em !important;
    max-width: 110px !important;
}

.space-between-text-fields {
    margin-left: 2px !important;
}

#Step4 #PropSpecs input[type="text"] {
    font-size: 12px;
    display: inline-block !important;
    min-width: 100px!important;
    max-width: 270px;
    width: 100% !important;
}
.email_with_specified_domain{
    max-width: 150px !important;
}
#Step4 #PropSpecs input[type="checkbox"] {
    margin-left: -1.2em;
    position: relative;
    display: block !important;
    top: 2.2em;
    left: 1em;
}

#Step4 #PropSpecs input[type="hidden"] {
    margin-left: -3em !important;
}

#Step4 #PropSpecs label {
    display: inline-block !important;
    min-width: 100px!important;
    max-width: 120px!important;
    width: 100% !important;
}

#Step4 #PropSpecs label {
    display: inline-block !important;
    min-width: 100px!important;
    max-width: 120px!important;
    width: 100% !important;
}

#Step4 .fieldHeaderContainer li {
    float: none !important;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 10px;
}

#Step4 .specsInputContainer label {
    display: inline-block !important;
    max-width: 300px !important;
    min-width: 340px !important;
    width: 360px !important;
    margin-left: 0px!important;
}

#Step4 #HomeLend input {
    max-width: 300px;
}

#Step4 textarea {
    width: 90% !important;
}

#Step4 .upload_image_guidelines {
    padding-bottom: 26px;
}

#Step4 #HomeLend select {
    display: inline-block;
    margin: 8px 5px !important;
    min-width: 300px;
    max-width: 300px;
    border-radius: 4px;
    height: 35px;
}

#Step4 .build_orderinfo_right select,#Step4 .propertySpecsContainer select {
    display: inline-block;
    margin: 10px 9.2em 8px 0;
    max-width: 390px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #DDD !important;
}

#Step4 .max-width-container select {
    display: inline-block;
    margin: 10px 9.2em 8px 0;
    max-width: 390px;
    width: 270px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #DDD !important;
    background: #FFF;
}

#Step4 .max-width-container ul li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px !important;
    line-height: 13px !important;
    width: 560px;
}

#Step4 .alignmentOption select {
    min-width: 100px !important;
    max-width: 105px !important;
}

#Step4 .order-type-daniel-gale {
    position: absolute;
    top: 4.5em;
    left: 5.3em;
}

#Step4 .order-type-daniel-gale label {
    position: relative;
    top: 10px;
}

#Step4 .order-type-daniel-gale select {
    min-width: 400px;
}

.specsInputContainer .select2-container--default {
    width: auto !important;
}

.hard-return-container {
    max-width: 420px;
    float: left;
}

.requiredFieldPos {
    margin: 0 !important;
}

/* ====== sotheby_decker_bullock.inc ====== */

#Step4 .sotheby_decker_bullock_container {
    width: 1000px;
    padding: 5px;
    margin-bottom: 25px;
    overflow-x: hidden;
    float: left;
    position: relative;
    left: -129%;
    top: 3em;
    z-index: 999;
}

#Step4 .sotheby_decker_bullock_container .custom-table {
    width: 95% !important;
    margin-left: 1.5em !important;
}

#Step4 .sotheby_decker_bullock_container input {
    min-width: 80px !important;
    max-width: 95px !important;
    margin-left: 8px !important;
}

#Step4 .sotheby_decker_bullock_container tr td:nth-child(1) input[type="text"] {
    min-width: 220px !important;
    max-width: 215px !important;
    margin-left: 8px !important;
}

#Step4 .sotheby_decker_bullock_container .custom-header {
    position: relative;
    left: 2em;
    top: 1.6em;
}

#Step4 .sotheby_decker_bullock_container .custom-header-input {
    min-width: 350px !important;
    max-width: 415px !important;
}

#Step4 .sotheby_decker_bullock_container h3 {
    border-bottom: none !important;
    width: 101%;
    background: #f1f1f1;
    padding: 5px 20px !important;
    left: -0.5% !important;
    position: relative;
    color: #4a4949;
    border-left: 2px solid #1e73be !important;
}

#Step4 .sotheby_decker_bullock_container label {
    position: relative;
    left: 8px;
}

#Step4 .btn-click {
    position: relative;
    left: 1.5em;
    width: 97%;
}

/* ====== End of the sotheby_decker_bullock.inc ====== */

/* ====== prurealty_bus_cards.inc ====== */

#Step4 .build_designate_images {
    width: 420px;
}

#Step4 .build_designate_images h5 {
    line-height: 1.4em;
}

#Step4 .bus_card_header {
    position: relative;
    top: 26px;
    margin-bottom: 10px !important;
    line-height: 20px !important;
    height: 23px;
}

#Step4 .build_gallery {
    float: left !important;
    margin-left: 0px;
    background-image: none;
}

#Step4 .build_gallery .build_gallery_body {
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    width: 470px;
    background-image: none;
    margin-bottom: 3em !important;
}

#Step4 #build_photos .build_gallery_top h4 {
    margin-bottom: 10px !important;
    left: -10px !important;
    position: relative;
}

#Step4 #build_photos .build_gallery_top p {
    margin-top: 10px !important;
}

#Step4 #PropSpecs select {
    display: inline-block;
    margin: 10px 0 8px 0;
    width: 270px !important;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #DDD !important;
    background: #FFF;
    max-width: 270px;
}

#Step4 h1.prurealty_bus_card {
    margin-top: 0.8em !important;
}

/* ====== End of prurealty_bus_cards.inc ====== */

table.mceLayout {
    min-width: 400px !important;
}

#Step4 #DGSoth {
    max-width: 450px;
    white-space: pre-wrap
}

#Step4 #DGSoth input {
    max-width: 250px;
}

#Step4 #DGSoth textarea {
    max-width: 300px;
    border-radius: 4px;
}

#Step4 #DGSoth label {
    margin-top: 10px;
}

#Step4 #DGSoth select {
    display: inline-block;
    margin: 8px 5px !important;
    min-width: 50px;
    max-width: 255px;
    border-radius: 4px;
    height: 35px;
}

#Step4 #DGSoth .DGSothNotes {
    background: #F5F5F5;
    padding: 10px;
    line-height: 20px;
    width: 435px;
    color: #6d6c6c;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#Step4 #DGSoth .soth_bus_title input[type="text"] {
    max-width: 300px !important;
    min-width: 250px !important;
}

#Step4 #DGSoth #sothPHONE input[id="idfield_73"],#Step4 #DGSoth #sothPHONE input[id="idfield_74"],#Step4 #DGSoth #sothPHONE input[id="idfield_75"],#Step4 #DGSoth #sothPHONE input[id="idfield_76"] {
    max-width: 103px !important;
    min-width: 103px !important;
    display: inline-block;
}

#Step4 #DGSoth #sothPHONElabel  {
    display: inline-block;
}

#Step4 #DGSoth #sothPHONElabel label {
    display: inline-block;
    min-width: 60px !important;

}

#Step4 #DGSoth #sothPHONElabel select {
    display: inline-block;
    min-width: 60px !important;
    margin-top: 5px !important;
}

#Step4 #DGSoth textarea {
    display: inline-block;
    max-width: 260px !important;
    min-width: 260px !important;
}

#Step4 #DGSoth #sothPHONE input {
    display: inline-block;
}

#Step4 #DGSoth #office_extension input {
    max-width: 70px !important;
    min-width: 50px !important;
    display: inline-block;
}

#Step4 #DGSoth #office_extension select {
    display: inline-block;
    min-width: 60px;
    max-width: 60px;
    border-radius: 4px;
    height: 35px;
}

#Step4 .specsInputContainer input[value=""] {
    display: inline-block !important;
    width: 362px!important;
}

#Step4 .specsInputContainer input[type="checkbox"] {
    display: inline-block !important;
    position: relative;
    margin-top: -12px;
}

#Step4 .charactersLeftContainer input[type="text"] {
    max-width: 40px !important;
    display: inline-block !important;
    height: 25px !important;
    margin-right: 25px !important;
}

#Step4 .charactersLeftContainer input[type="checkbox"] {
    max-width: 20px !important;
    display: inline-block !important;
}

#Step4 .sm-text-modal {
    display: none;
    position: relative;
    bottom: -1px;
    right: 15px;
    text-decoration: none !important;
    color: #c17505;
}

#Step4 .label-description-block {
    min-width: 400px !important;
    font-weight: 400;
    font-style: normal;
}

#Step4 .select2-container {
    min-width: 59% !important;
}

#Step4 .container-block-input {
    position: relative;
    left: 1.3em;
}

#Step4 .container-block-input .small-width-input input {
    max-width: 130px !important;
    min-width: 95px !important;
}

#Step4 .container-block-input .headline-input {
    max-width: 200px !important;
    min-width: 324px;
    margin-bottom: -2em !important;
}

#Step4 .container-block-input .headline-label {
    vertical-align: middle;
    top: 1em;
    left: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

#Step4 .container-block-input .headline-title {
    min-width: 410px !important;
    border: 2px solid #dcdbdb !important;
    box-shadow: none;
}

#Step4 .container-block-input .form-group-custom {
    left: 5px;
    position: relative;
}

#Step4 .input-group-addon:first-child {
    border-right: 0;
    position: relative;
    top: 5px;
    padding: 9px 14px;
}

#Step4 .number-unit-block .headline-title {
    min-width: 410px !important;
    border: 2px solid #dcdbdb !important;
    box-shadow: none;
}

#Step4 .number-unit-block input {
    max-width: 140px !important;
    min-width: 125px !important;
}

#Step4 .container-block-input table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 1em;
}

#Step4 .container-block-input td {
    word-break: break-word;
}

/*======= sothebys_brochure_mls_mailable.inc =======*/

#Step4 .custom_table_input {
    position: relative;
    left: 1.3em;
}

#Step4 .specifications-title, #Step4 .custom_table_input h5 {
    position: relative;
    left: 5px;
}

#Step4 .custom_table_input ul {
    position: relative;
    left: -1.6em;
    min-width: 420px;
}

#Step4 .custom_table_input ul li {
    display: inline-block;
}

#Step4 .custom_table_input input {
    min-width: 120px;
    max-width: 140px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
}

#Step4 .custom_table_input ul li:nth-child(2) input {
    min-width: 20px;
    width: 20px;
}

#Step4 .custom_table_input ul li:nth-child(3) input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#Step4 .custom_table_input ul li:last-child input {
    min-width: 265px !important;
    max-width: 300px !important;
    margin-left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#Step4 .custom_table_input ul li:last-child input {
    min-width: 265px !important;
    max-width: 300px !important;
    margin-left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#Step4 .checkbox-custom {
    position: relative;
    bottom: 1.6em;
}

/* ====== norcal_market_update.inc - BOOT_5_column_specs.inc ====== */

#Step4 #boot_property {
    position: relative;
    left: 2em;
}

#Step4 #boot_property input[type="text"] {
    max-width: 170px;
    min-width: 140px;
}

#Step4 #boot_property tr td:nth-child(2) input[type="text"],
#Step4 #boot_property tr td:nth-child(3) input[type="text"] {
    max-width: 100px;
    min-width: 90px;
}

#Step4 .five-columns {
    position: relative;
    left: 1.6em;
}

#Step4 .five-columns input[type="text"]:not(.custom_input) {
    max-width: 100px ;
    min-width: 90px;
}

.full-width {
    max-width: 250px !important;
    min-width: 210px !important;
    position: absolute;
    z-index: 99;
    box-shadow: 10px 2px 10px #DDD !important;
    -webkit-box-shadow: 10px 2px 10px #DDD !important;
    -moz-box-shadow: 10px 2px 10px #DDD !important;
}

#Step4 .five-columns tr td:nth-child(3) input[type="text"],
#Step4 .five-columns tr td:nth-child(4) input[type="text"],
#Step4 .five-columns tr td:nth-child(5) input[type="text"]{
    max-width: 60px;
    min-width: 50px;
}

#Step4 .five-columns table.section th {
    border-bottom: 0 !important;
}

#Step4 .five-columns h5 {
    text-decoration: underline;
    margin-bottom: 0px;
}

#Step4 .property_info_header {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px !important;
    padding: 0 !important;
    margin: -5px 0 20px 0 !important;
    border-bottom: 1px dotted #CCC !important;
    width: 80% !important;
    min-width: 400px;
}

/* ====== End of norcal_market_update.inc - BOOT_5_column_specs.inc ====== */

/* ====== corc_4photo_foldover.inc ====== */

#Step4 .corc_4photo_foldover {
    position: relative;
    width: 100%;
    left: 2em;
}

#Step4 #build_4photo_details input {
    width: 90%;
}

#Step4 #build_4photo_details label {
    margin: 10px 0 !important;
}

#Step4 .four_photo_details_container {
    position: relative;
    left: -1.5em;
}

#Step4 .four_photo_details_container ul li strong {
    font-size: 11px;
}

#Step4 .four_photo_details_container textarea {
    min-width: 105% !important;
    max-width: 110% !important;
}

#Step4 .two-column input {
    max-width: 250px !important;
    min-width: 201px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#Step4 ul.row.wrap {
    max-width: 400px !important;
    left: 1.5em !important;
    position: relative;
}

/* Custom icon for helper document */

#onepage_proof_form .contentContainer .content .buildheader_min {
    background: none;
    padding-right: 0;
    border: none;
}

#onepage_proof_form .contentContainer .content .buildheader_min a {
    height: 22px;
    line-height: 20px;
}

#onepage_proof_form .contentContainer .content .buildheader_min a img {
    width: 17px !important;
}

/* Border radius for input group */

#Step4 .four_photo_details_container li.left-border-radius input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

#Step4 .four_photo_details_container li.right-border-radius input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* ====== End of corc_4photo_foldover.inc ====== */


/* ====== generic_all.inc ====== */

#Step4 .boot_generic_all {
    position: relative;
    top: -3em;
    left: 2em;
}

#Step4 .boot_generic_all label {
    font-size: 12px;
}

#Step4 .boot_generic_all #label_custom {
    font-size: 12px;
    font-weight: 600;
}

#Step4 .boot_generic_all input:not(.xdbutton_gray) {
    margin-right: 10px;
}

#Step4 .boot_generic_all select {
    display: inline-block;
    margin: 10px 9.2em 8px 0;
    width: 270px !important;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #DDD !important;
    background: #FFF;
    max-width: 270px;
}

#Step4 .boot_generic_all select[name="order_data[field_87][align]"] {
    display: inline-block;
    margin: 10px 9.2em 8px 0;
    width: 120px !important;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #DDD !important;
    background: #FFF;
    max-width: 120px;
}

/* ====== End of generic_all.inc ====== */

/* ====== sothebys_gen_buscard_international.inc ====== */

#Step4 #DGSoth .soth_bus_international input[type="text"] {
    min-width: 275px !important;
}

#Step4 #DGSoth .soth_bus_international select[name="order_data[field_67][data]"] {
    min-width: 275px !important;
    background-color: #FFF;
    margin-left: 2px !important;
}

#Step4 #DGSoth #sothPHONE_small select {
    display: inline-block;
    min-width: 50px !important;
    font-size: 11px;
}

#Step4 #DGSoth td#sothPHONE_small {
    font-weight: 600;
    position: relative;
    min-width: 150px !important;
    max-width: 150px !important;
}

#Step4 #DGSoth #sothPHONE_small span#label {
    position: relative;
    top: 1em;
}

#Step4 #DGSoth #office_extension_international input {
    min-width: 120px !important;
    display: inline-block;
}

#Step4 #DGSoth #office_extension_international select {
    display: inline-block;
    min-width: 60px;
    border-radius: 4px;
    height: 35px;
}

#Step4 .phone-extension-small {
    font-size: 12px !important;
    font-weight: 400;
}

/* ====== End of sothebys_gen_buscard_international.inc  ====== */

/* ====== BOOT_daniel_gale_sotheby_buscard_specifications.inc ====== */

#Step4 .daniel-gale-bus {
    position: relative;
    left: -1.4em;
}

#Step4 #DGSoth .daniel-gale-phone-prefix {
    display: inline-block;
    margin: 8px 5px !important;
    min-width: 95%;
    border-radius: 4px;
    height: 35px;
    background-color: #FFFFFF;
}

#Step4 #DGSoth #daniel-gale-bus select {
    display: inline-block;
    min-width: 80px !important;
    font-size: 11px;
}

#Step4 .daniel-gale-bus ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}

#Step4 .daniel-gale-bus .text-label {
    margin-left: 4px;
}

#Step4 .daniel-gale-bus .input-small-text {
    min-width: 90px !important;
    max-width: 110px !important;
}

#Step4 .daniel-gale-bus .daniel-gale-select-label {
    min-width: 120px !important;
    background: #FFF;
}

#Step4 .daniel-gale-bus #suggested_copy_iframes {
    margin-top: 1em;
}

#Step4 .input-small-daniel-gale {
    max-width: 120px !important;
    min-width: 110px !important;
}

#Step4 h6.margin-bottom {
    margin-bottom: -0.5em !important;
}

.note-daniel-gale {
    background: #f7f7f7;
    max-width: 400px !important;
    padding: 10px;
    border-radius: 3px;
    margin: 5px 0;
}

/* ====== End of BOOT_daniel_gale_sotheby_buscard_specifications.inc  ====== */

/* ========= homeservices_lending_buscard.inc ========== */
#Step4 #HomeLend input {
    min-width: 1px; max-width: 300px;
}

#Step4 #HomeLend select {
    display: inline-block;
    margin: 8px 5px !important;
    min-width: 300px;
    max-width: 300px;
    border-radius: 4px;
    height: 35px;
}

/* ====== End of homeservices_lending_buscard.inc ====== */

/* ========= 3_col_cal_of_events.inc ========== */

#Step4 .three-columns {
    position: relative;
    left: 2em;
}

#Step4 .three-columns input[type="text"] {
    max-width: 125px !important;
    min-width: 120px !important;
}

/* ====== End of 3_col_cal_of_events.inc ====== */

/* ========= prurealty_neighbor_specialist_no_footnote.inc ========== */

#Step4 .four-columns {
    position: relative;
    left: 2em;
}

#Step4 .four-columns input[type="text"]:not(.custom_input) {
    max-width: 175px;
    min-width: 160px;
}

#Step4 .four-columns tr td:nth-child(2) input[type="text"],
#Step4 .four-columns tr td:nth-child(3) input[type="text"],
#Step4 .four-columns tr td:nth-child(4) input[type="text"]{
    max-width: 70px;
    min-width: 60px;
}

#Step4 .four-columns h5 {
    text-decoration: underline;
    margin-bottom: 0px;
    min-width: 80px;
}

#Step4 .four-columns .market-study-headline input {
    min-width: 270px !important;
    max-width: 300px !important;
    margin-right: -3em;
}

#Step4 .four-columns .alert p {
    line-height: 1.3em !important;
}

#Step4 .four-columns .panel-margin {
    margin-bottom: 0px;
}

#Step4 .container-adjust {
    left: 1.4em !important;
}

#Step4 .four-column-custom {
    width: 1000px;
    padding: 3em;
    margin-bottom: 25px;
    overflow-x: hidden;
    float: left;
    position: relative;
    left: -129%;
    z-index: 999;
}

#Step4 .four-column-custom input[type="text"] {
    max-width: 170px;
    min-width: 160px;
}

#Step4 .four-column-custom .colspan2 {
    max-width: 350px !important;
    min-width: 350px !important;
}

/* ====== End of prurealty_neighbor_specialist_no_footnote.inc ====== */


/* ========= wndqtrupdate.inc ========== */

#Step4 .property_details_content {
    position: relative;
    left: 2em;
    margin-bottom: 2em;
}

#Step4 .property_details_div {
    margin-top: -3em;
}

#Step4 .four-column-wndqtr {
    width: 1000px;
    padding: 3em;
    margin-bottom: 25px;
    overflow-x: hidden;
    float: left;
    position: relative;
    left: -129%;
    z-index: 999;
}

#Step4 .four-column-wndqtr input[type="text"] {
    max-width: 228px !important;
    min-width: 225px !important;
}

#Step4 .four-column-wndqtr .info-text {
    padding: 2px 20px;
    margin: 0.5em 0;
}

#Step4 .four-column-wndqtr h4 {
    padding-bottom: 5px !important;
    line-height: 0 !important;
    margin: 0 !important;
}

#Step4 .four-column-wndqtr .input-header input {
    min-width: 530px !important;
    max-width: 500px !important;
}

/* ====== End of wndqtrupdate.inc ====== */

/* ====== Standard_template with display block for input ====== */

#Step4 .standard_block {
    margin-top: -2.5em;
}

#Step4 .standard_block input[type="text"] {
    max-width: 395px;
    margin-left: 0px !important;
}

#Step4 .standard_block .header-large {
    font-size: 1.4em;
    margin: 30px 0 10px !important;
    text-decoration: underline;
}

#Step4 .standard_block input[value="Suggested Copy"] {
    border: none !important;
    border-radius: 3px;
    margin-top: -1em;
}

#Step4 .standard_block .mceLayout {
    margin-top: 5px;
}

/* ====== End of Standard_template ====== */

/* ====== curves_30_30_offer.inc ====== */

#Step3 .photo-grid .curves_model {
    max-width: 120px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Step3 .photo-grid .photo-grid-table {
    margin: -0.5em 0 0 -2em;
}

#Step3 .photo-grid .photo-grid-table img {
    margin-bottom: -10px;
    max-width: 125px !important;
    cursor: pointer;
    position: relative;
    float: left;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
}

#Step3 .photo-grid .photo-grid-table img:hover {
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.selected-photo-grid {
    border: 3px solid #607D8B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.status-updated {
    background: #1e73be;
    padding: 3px 10px;
    border-radius: 3px;
    color: #FFF;
    font-size: 11px;
}

.tooltip.fade.right.in {
    border: none !important;
    background-color: transparent !important;
}

#Step3 .photo-grid .photo-grid-table input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility:hidden;
}

#Step3 .photo-grid .photo-grid-table .curves_headline {
    position: relative;
    top: -10px;
}

#Step3 .photo-grid .photo-grid-table .curves_headline label {
    background: #e8e8e8;
    min-width: 200px !important;
    padding: 22px 20px 10px;
    position: relative;
    cursor: pointer;
    height: 65px;
    margin-bottom: -10px;
    margin-right: -10px;
}

#Step3 .photo-grid .photo-grid-table .curves_headline label p {
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    color: #737373;
}

.selected-headlines {
    background: #607D8B !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selected-headlines p {
    color: white !important;
}

/* ====== End of curves_30_30_offer.inc ====== */

/* ====== hollywoodTans_buscard_with_info.inc ====== */

#Step3 .hollywoodTans_buscard .photo-title {
    position: relative;
    top: -0.4em;
}

.info-text-boot {
    padding: 2px 10px;
    margin: 2em 0;
    background: #fff1f1;
}

/* ====== Lightbox Overlay ====== */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    background-image: none !important;
    z-index: 9999;
}

#overlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 750px;
    box-shadow: 0px -2px 10px 5px #423f3f;
}

#overlay .close-icon {
    display: block;
    position: absolute;
    top: 5em;
    right: 5em;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    text-indent: 4rem;
    overflow: hidden;
    white-space: nowrap;
}

#overlay .close-icon:before {
    content: "";
    display: block;
    position: absolute;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background-image: url("/next_images/xpressconnection/cross.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#overlay .close-icon:hover:before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

/* ====== End of hollywoodTans_buscard_with_info.inc ====== */

/* ========= homeservices_lending_buscard.inc ========== */
#Step4 #HomeLend input {
    min-width: 1px; max-width: 300px;
}

#Step4 #HomeLend select {
    display: inline-block;
    margin: 8px 5px !important;
    min-width: 300px;
    max-width: 300px;
    border-radius: 4px;
    height: 35px;
}

/* ====== End of homeservices_lending_buscard.inc ====== */

/* ========= coin_laundry_buscard.inc ========== */

#coin-laundry-inc-031417 > ul {
    margin: 0 0 10px 0 !important;
    width: auto !important;
    height: 100%;
}

#coin-laundry-inc-031417 > ul li:first-child {
    padding-top: 0 !important;
    height: 100%;
}

#coin-laundry-inc-031417 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    z-index: 1;
}

#coin-laundry-inc-031417 .build_gallery_top {
    display: block;
    background: transparent !important;
    border: none !important;
    margin: 0 0 25px !important;
}

#coin-laundry-inc-031417 .build_gallery_top input:hover {
    background: #444;
    color: white;
    transition: all 0.4s ease;
}

#coin-laundry-inc-031417 #build_photos {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 5000 !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.7);
    animation: showMe 300ms;
}

#coin-laundry-inc-031417 .build_gallery {
    display: inherit;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7500 !important;
    overflow: hidden;
    -ms-overflow-style: none;
    min-width: 1px !important;
    width: 80vw !important;
    max-width: 810px !important;
    height: 60vh;
    margin: 0 !important;
    background: white;
    border-radius: 4px;
    animation: falldown 400ms ;
    animation-fill-mode: both;
}

#coin-laundry-inc-031417 .build_gallery_body {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 80vw !important;
    max-width: 810px !important;
    height: 100% !important;
    overflow: scroll !important;
    padding: 0 5px!important;
    border-radius: 4px !important;
}

#coin-laundry-inc-031417 table {
    border: none !important;
    width: 100% !important;
    height: 100%;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

#coin-laundry-inc-031417 tbody {
    border-radius: 16px !important;
    min-width: 1px;
    width: 80%;
    max-width: 810px;
    height: 100%;
    margin: 0 auto;
}

#coin-laundry-inc-031417 tr {
    display: inline-block;
    min-width: 1px;
    width: 20%;
    max-width: 162px;
    height: auto;
    margin: 0 auto;
}

#coin-laundry-inc-031417 td {
    display: block;
    width: 100%;
    height: auto;
}

#coin-laundry-inc-031417 td > div > input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#coin-laundry-inc-031417 td > div {
    background: white;
    width: 100%;
    height: auto;
    font-size: 1.2rem !important;
    margin: 0;
}

#coin-laundry-inc-031417 td > div > img {
    margin: 6px auto;
    padding: 0 2%;
    border-radius: 4px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

#coin-laundry-inc-031417 td > div > img:hover {
    transition: all 0.2s ease-in-out;
}

#coin-laundry-inc-031417 .selected-photo-grid {
    border: 3px solid #607D8B !important;
    transition: all 0.1s ease-in-out;
    border-radius: 8px;
}

/* ========= MODAL CLOSE ========= */
#build_block_three .build { border: none !important; }

#coin-laundry-inc-031417 input[type="checkbox"] { position: relative; top: -20px; left: -20px; opacity: 0; }
#coin-laundry-inc-031417 label.close-modal-coin-laundry-031317 {
    z-index: 99999;
    display: table !important;
    position: fixed;
    top: 5%;
    left: 94%;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

#coin-laundry-inc-031417 label.close-modal-coin-laundry-031317 i {
    display: table-cell;
    vertical-align: middle;
    background: white;
    width: 50px;
    height: 49px;
    line-height: 0;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.7);
    font-size: 3rem;
    text-align: center !important;
    padding: 0 0 2px 1px;
}
/* #coin-laundry-inc-031417 .close-modal-coin-laundry-031317:clicked {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 0.2s ease;
} */

/* #coin-laundry-inc-031417 .close-modal-coin-laundry-031317:clicked .build_gallery_body { border: none; -webkit-animation: slideDown 2s; } */
/* ========= MODAL CLOSE ========= */


.disableScroll {
    /* disable scrollbar on both x and y axis */
    overflow: hidden;
    /* disable scroll */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#build-block-five { display: block; }

/* ========= ANIMATIONS  ========= */
.show-gallery-coin-laundry-031317 { display: block !important; }

@keyframes showMe {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.hideMe { animation: hideMe 300ms ease 1 forwards !important; }
@keyframes hideMe {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes falldown {
    0% { top: -50%; }
    100% { top: 50%; }
}

.fallup { animation: fallup 400ms ease 1 forwards !important; }
@keyframes fallup {
    0% {    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    100% {    -webkit-transform: translate(-50%, -250%);
        -ms-transform: translate(-50%, -250%);
        transform: translate(-50%, -250%); }
}

/* ====== End of coin_laundry_buscard.inc ====== */

/* ========= wndnewsletter.inc ========== */

#Step4 .custom-input-max-width input, #Step4 .custom-input-max-width textarea {
    min-width: 400px !important;
    max-width: 400px !important;
}

/* ====== End of wndnewsletter.inc ====== */


/*======== STEP 5 ========*/

#Step5 h3 {
    margin-bottom: 1em !important;
}

#Step5 .prooftoolsContainer li {
    padding-bottom: 40px !important;
    margin-top: 25% !important;
}

#Step5 .proof_terms_check {
    text-align: center;
    padding: 10px 20px;
    white-space: pre-wrap;
    font-size: 13px;
    margin-bottom: -25px;
}

#Step1 .prooftoolsContainer li,
#Step2 .prooftoolsContainer li,
#Step3 .prooftoolsContainer li,
#Step4 .prooftoolsContainer li {
    display: none !important;
}

#ImageUploadLoginButtons a {
    width: 250px !important;
    margin-top: 1.5em;
}

.build {
    border-bottom: 0px solid #fff !important;
    color: #000000 !important;
    margin-bottom: 25px;
}

#build_block_Proofs {
    background:none;
    position: relative;
}

.build_orderinfo_left img{
    max-width: 100%;
    margin-bottom: 15px !important;
    text-align: center;
}

.build_orderinfo_right select {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 25px;
    margin-top: 15px;
    max-width: 300px;
}

#build_block_six select {
    height: 30px;
    margin-top: 1px;
    max-width: 90px;
    min-width: 90px;
}

#build_block_six .input-radio-margin {
    margin-left: 0px;
}

#build_block_six .input-radio-margin input[type="radio"] {
    margin-right: 5px;
}

#build_block_six .input-radio-margin input[type="radio"]:nth-child(2) {
    margin-left: 2em !important;
}

.build_orderinfo_right input[type="text"] {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: none !important;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
    min-width: 400px;
    border: 1px solid #dce4ec;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.build_orderinfo_right input[type="text"]:focus {
    border: 1px solid #a2a2a2 !important;
    outline: 0;
}

.show-btn-Continue {
    display: inline-block !important;
}

/* ========== gen_buscard_v2.inc ============== */

.propertySpecsContainer_v2 select {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 5px;
    min-width: 418px;
}

/* ========== Proof Overlay - Misc ============ */

.overlayone {
    width: 100%;
    height: 100%;
    position: relative;
}
.overlayone:hover {
    opacity: .15;
}

.overlayinn {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 70px;
    transition: opacity .5s;
}
.overlayinn:hover {
    opacity: 1;
    transition: opacity .5s;
}


/* ========== Tom Added - Misc ============ */

#utility_nav {
    height: 36px !important;
}

#utility_nav ul li.chat {
    margin-top: 0px !important;
}

#header ul li a, #header ul li a:hover {
    padding: 0 15px 0 11px;
}

.topHeaderContainer {
    top: 164px !important;
}

.topHeaderContainer #topHeaderPageContainer {
    margin-top: 7px !important;
}

.topHeaderContainer #topHeaderPageContainer .headerTitleContainer h1 {
    padding-top: 11px !important;
}

.selectedTemplatesContainer li {
    text-align: center !important;
}

.upload_image_guidelines {
    float: right;
    margin-right: 2em;
    position: relative;
    top: 2.5em;
    z-index: 9;
}

.bg-speical {
    background-color: #e6e6e6;
    margin-left: 3.5%;
    width: 93%;
    bottom: -3px;
}
.bg-speical h5 {
    line-height: 0.5 !important;
}

.speical-box {
    background-color: white;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top-color: #e2e2e2;
    margin-bottom: 15px;
    margin-top: 3px;
    padding-left: 10px;
    padding-top: 10px;
}

.letter_space4{
    letter-spacing: 4.5px;
}
.letter_space3{
    letter-spacing: 3.5px;
}

.bg-steps {
    background-color: #F5F5F5;
    color: #CCCCCC;
}

.bg-steps-current {
    background-color: rgb(245, 237, 169);
    color: rgb(51, 51, 51);
}

.arrow-bottom-center:after {
    border-width: 10px;
    border-top-color: #4fade3;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
}

.arrow-bottom-center:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility: visible;
}

#ButtonPrevious, #ButtonNext, textarea {
    outline: none;
}

.alpha-shadow {
    float: inherit;
    display: block;
    background: transparent;
    margin: 8px 0 -1em 2px !important;
    border: 1px solid #cccccc;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    min-width: 120px;
}

input[value="Spell Check"] {
    display: none;
}

input[value="Suggested Copy"] {
    border: none !important;
    border-radius: 3px;
}

input[value="Suggested Copy"]:hover {
    opacity: 1 !important;
}

.charactersLeftContainer {
    margin-bottom: -10px;
}

.marginTop10 {
    margin-top: 10px;
}

.tab-content {
    display: none;
    background: #ffffff;
    padding: 0px 15px 15px 15px;
    margin-top: 52px;
    border-top: 1px solid #888888;
    min-height: 520px;
    overflow: hidden;
}

.gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
}

.gotop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gotop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gotop a:hover, .gotop a:active, .gotop a:focus {
    text-decoration: none;
    outline: none;
}

/* ================== Photo Rename Modal ================= */

.photos_h2 {
    background: #f5f5f5 !important;
    text-align: left!important;
    font-weight: bold!important;
    font-size: 15px!important;
    padding: 12px 15px !important;
    border: 1px solid #c4c6c7 !important;
}

.rename-popup .container {
    padding: 20px 20px 10px 0;
    max-width: 370px;
    margin-top: -2em;
    margin-left: auto;
}

.rename-popup .popup_title {
    font-family: inherit!important;
    letter-spacing: 0.5px !important;
    font-size: 1.4em !important;
    background-color: #333333;
    color: #ffffff;
    font-size: 15px;
    padding: 0 0 0 17px;
    text-align: left;
    letter-spacing: 0em;
    line-height: 54px;
    text-transform: uppercase;
    margin: -1.3em -3.3em 1em -1.3em;
}

#id_name {
    outline: none;
    border: 2px solid #DDD !important;
    background: #FFF;
    height: 35px !important;
    border-radius: 3px;
    padding: 10px !important;
    font-weight: 400;
    margin-top: 10px !important;
    min-width: 270px;
    max-width: 280px;
}

#id_name:focus {
    border: 2px solid #d0d0d0 !important;
}

.rename-popup .buttons {
    margin-top: 30px;
    min-width: 270px !important;
}

.rename-popup .btn_grey_button, .rename-popup .btn_black_button {
    padding: 11px 45px !important;
}

.rename-popup .title {
    font-size: 12px;
    color: #505050;
}

.rename-popup .btn_grey_button_modal {
    float: left;
    background-color: #eeeeee !important;
    background-image: none !important;
    border-radius: 4px;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 8px 20px 25px !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    cursor: pointer;
    border: 1px solid #dddddd !important;
    height: 18px;
    min-width: 100px !important;
    line-height: 18px;
    text-align: center;
}

.rename-popup .btn_black_button_modal {
    float: right;
    background-color: #322f31 !important;
    background-image: none !important;
    border: 0 none;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 8px 20px 25px !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    cursor: pointer;
    height: 20px;
    min-width: 100px !important;
    line-height: 20px;
    text-align: center;
}

.headshot-tab-1 {
    overflow: hidden;
}

/* ====== Test for Modal ========= */

.btn_closed_error {
    background: #F44336;
    outline: none;
}

.btn_closed_error:hover {
    background: #5a5756;
}

#xd_modal_overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}

#xd_modal_container {
    width: 380px;
    height: auto;
    background-color: #FFF;
    background-repeat: repeat;
    background-attatchment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 65px -200px 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    z-index: 999;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
}

.modal_button {
    float: left;
    margin: 20px 20px 0 0;
    padding: 14px 25px;
    border-radius: 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal_dialog,
.modal_header,
.modal_body,
.modal_footer {
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_body,
.modal_header {
    padding: 20px;
}

.close_button {
    color: #3a3a3a;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

.close_button:hover {
    opacity: 1;
}

.icon-error {
    width: 120px;
    text-align: center;
    margin-left: 30%;
    margin-bottom: 5%;
}

.btn-full {
    margin: 0;
    padding: 15px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.no_margin {
    margin: 0;
}

form .input-error {
    border-color: #d03e3e !important;
    border: 2px solid #d03e3e !important;
}

.text-error {
    color: #bb1414 !important;
    font-size: 1.3rem;
    margin-top: 0.5em;
}

.text-error-margin {
    color: #bb1414 !important;
    font-size: 1.3rem;
    margin-top: -5px;
}

.photo-required {
    color: #d81212 !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    margin: 0 !important;
    margin-bottom: -1px !important;
    border: 2px solid #d81212 !important;
}

.order_name-err {
    position: relative;
    top: -10px;
}

#ModalCTAButtons_bkgrd {
    width: 500px !important;
}

.swal2-modal .swal2-styled {
    font-size: 14px !important;
    outline: 0;
}

/* ============ Suggested Comment Modal =============== */

.suggestedCommentsHeader {
    margin: 0;
    padding: 10px 0 10px 20px;
    background: #e6e6e6;
    border-bottom: 1px solid #fdfdfd;
}

.suggestedCommentsHeader .showHideContainer a {
    cursor: pointer;
    position: relative;
    top: 0em;
    right: -8em;
    text-transform: capitalize;
    color: #525252;
    text-decoration: none;
}

.suggestsCommentsULContainer .suggestedCommentsLabel {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    top: -1px;
    transform: translate(0%,10%);
    z-index: 100;
}

.suggestsCommentsULContainer {
    margin: 0px;
    padding: 0 !important;
    font-size: 14px;
    list-style: none;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.suggestsCommentsULContainer li {
    padding: 5px 0 12px 10px;
    margin-bottom: 0 !important;
    border: none;
}

.suggestsCommentsULContainer li:nth-child(odd) {
    background: #fbfbfb;
}

.suggestsCommentsULContainer li:nth-child(even) {
    background: #f5f5f5;
}

.suggestsCommentsULContainer li:last-child {
    margin-bottom: 0px !important;
    border: none;
}

.xd-modal-title {
    background: #3c3c3c !important;
    padding: 15px 20px !important;
    color: #FFF !important;
    border-bottom: none !important;
    margin: -2em -1.9em 0 -1.8em;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1em;
    font-size: 1em !important;
}

.xd-modal-title h2 {
    margin: 0 !important;
    /* padding: 0 !important; */
    /* margin-bottom: 15px !important; */
    font-size: 1.7em !important;
    font-weight: normal !important;
    line-height: 28px !important;
    /* border-bottom: none !important; */
    color: #FFF;
    text-shadow: none !important;
}

.title_border_bottom_h2 {
    background: #585656 !important;
    padding: 15px 20px !important;
    color: #FFF !important;
    border-bottom: none !important;
}

.strong-text {
    font-weight: 600;
    font-size: 1.2em;
    color: #5d5b5b;
    line-height: 1.8em;
}

.btn-long {
    min-width: 150px !important;
}

.btn-select {
    background-color: #F44336 !important;
}

.input-radio-custom {
    margin: 1.3em 0 0 !important;
}

.form-submit-suggested {
    background-color: transparent !important;
    margin-top: 20px !important;
}

#label_custom {
    line-height: 1.5em;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

table.section th {
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: 1px dotted #DDD;
    padding-bottom: 5px !important;
    font-size: 1.8em;
}

#Step3 .build_image_asset {
    padding: 0px !important;
}

/* ============ Agreement Terms ============== */

.mailingListAgreementContainer {
    margin: 5px 0 0 15px;
}

.mailingServiceterms {
    width:600px !important;
}

.mailingServiceterms p{
    font-size:14px !important;
    line-height:20px !important;
    margin-bottom: 8px !important;
}

.mailingServiceterms li{
    font-size:14px !important;
    list-style-type: disc;
    line-height: 1.3em !important;
}

.xdbutton_closewindow:hover {
    opacity:0.75;
}
.xdbutton_closewindow {
    background-color: #322f31 !important;
    background-image: none !important;
    border: 0 none;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold;
    padding: 10px !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    width: auto !important;
    cursor:pointer;
    height:40px;
    margin:20px 0px;
    float:right;
    text-decoration:none !important;
}

.proof_header {
    background-color: #252525 !important;
    color: #ffffff !important;
    max-width: 100% !important;
    top: -1.1em;
    position: relative;
    border-bottom: none !important;
    padding: 12px 30px !important;
    margin-bottom: -0.5em !important;
}

.proof_table {
    border: none !important;
}

#proofTerms table tr td label {
    padding: 15px 12px !important;
}

#proofTerms table tr:first-child {
    background: #252525;
    border: 1px solid #252525;
}

#proofTerms table tr:last-child {
    border: none !important;
}

#proofTerms table tr {
    border-bottom: 1px dotted #c7c7c7;
}

.agreement-btn {
    margin: 3em 0 2em 36%;
}

/* ============ Internal Info Block ==============*/

.affix-top {
    position: absolute !important;
    margin-left: -17% !important;
    max-width: 200px !important;
}

#onepage_proof_form .contentContainer .content #build_internal_block .internal_user .category_header h3 {
    font-size: 1.5em !important;
}

#onepage_proof_form .contentContainer .content #build_internal_block .internal_user {
    min-width: 180px;
}

.client-support {
    position: fixed !important;
    min-width: 200px !important;
    background: #f7f7f7;
    padding: 15px 10px 0 10px;
    left: 1%;
    bottom: 25%;
    border-top: 4px solid #1e73be;
}

.client-support h4 {
    font-size: 1.4em !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: -5px !important;
}

.client-support p {
    line-height: 1.4em !important;
}

/* ============ Color Scheme ========================= */

.color_themes td {
    background-image: none !important;
}

.color_chip {
    height: 36px;
    width: 122px;
    color: white;
    font-size: 10px;
    font-weight: normal !important;
    text-align: center;
    vertical-align: middle;
    padding: 8px 1px;
    cursor: pointer;
    margin: 0px;
    border: none;
    margin-right: 5px;
    line-height: 18px;
}

.color_chip_long {
    height: 36px;
    width: 122px;
    color: white;
    font-size: 10px;
    font-weight: normal !important;
    text-align: center;
    vertical-align: middle;
    padding: 8px 1px;
    cursor: pointer;
    margin: 0px;
    border: none;
    margin-right: 5px;
    line-height: 18px;
}

.show-box-selected {
    box-shadow: 0px 0px 0px 3px #cc7909;
    line-height: 10px !important;
    height: 30px;
}

td.color_thumbnail {
    padding: 0px !important;
    width: 95px !important;
    margin: 20px 4px !important;
}

.color_chip.checked_on, .color_chip_long.checked_on {
    border: 3px solid #FF9800 !important;
    line-height: 12px;
}

.color-scheme-slide-icon {
    max-width: 40px;
    position: relative;
    top: 5px;
}

.color-navigation-icon {
    position: relative;
    top: -1.6em;
}

#color_container_table_left td {
    vertical-align: middle;
}

td.color_thumbs td.checked_on {
    background-image: url('/next_images/xpressconnection/border-color-selected.png') !important;
    background-position: center center;
    height: 78px;
    background-repeat: no-repeat;
}

.show-text-format {
    float: left;
    position: relative;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    padding-left: 170px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.show-skip-proof-btn {
    display: inline-block !important;
}

.body_left_block {
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    margin: 0px 0px 0px 0px;
    z-index: 999;
}

.toggle-visibility {
    visibility: hidden !important;
}

.visible-visibility {
    visibility: visible !important;
}

.hideDiv {
    display: none !important;
}

.xdtag_help_details_custom {
    background: #fafafa;
    padding: 20px;
    width: 484px;
    border: 2px dashed #DDD;
    border-radius: 10px;
}

.image-guideline-container {
    background: #fafafa;
    padding: 20px;
    width: 484px;
    border: 2px dashed #DDD;
    border-radius: 10px;
}

.right_content_height_toggle {
    min-height: 660px;
}

.upload_image_guidelines a {
    cursor: pointer;
    font-size: 13px !important;
    text-decoration: none !important;
}

.text-format-h2 {
    font-size: 2em !Important;
    margin-bottom: 1.5em !important;
    line-height: 1.8em !important;
    height: 1em !important;
}

.close-text-format {
    cursor: pointer;
    max-width: 25px;
    position: relative;
    top: -1em;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 50%;
    right: -0.5em;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.close-text-format:hover {
    background: #e2e2e2;
    border: 1px solid #c0c0c0;
}

.close-text-format_s {
    cursor: pointer;
    max-width: 18px;
    position: relative;
    top: -0.3em;
    right: 0.2em;
}

.close-btn-alert {
    width: 10px;
    position: relative;
    top: -0.1em;
}

.logo-save {
    font-size: 1em;
    position: relative;
    left: 5em;
    top: -1em;
    color: #ab2e07;
    display: none;
}

/* ============ FancyBox JS =============== */


.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/next_images/xpressconnection/close_fancy_box.png) !important;
    background-size: 100%;
    width: 32px !important;
}

.fancybox-close {
    position: absolute;
    top: 14px !important;
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 8040;
    overflow: hidden;
}

.btn-close-normal {
    background-color: #efefef !important;
    color: #505050 !important;
    border: 1px solid #929291;
}

.btn-close-normal:hover {
    background-color: #252525 !important;
    color: #ffffff !important;
    border: none;
}

.title-custom-modal-not-iframe {
    background: #3c3b3b;
    color: #FFF;
    padding: 10px 14px !important;
    border-bottom: 0 !important;
    margin-top: 0em !important;
    font-size: 1.3em;
    font-weight: normal;
}

.fancybox-title {
    visibility: visible !important;
    position: absolute !important;
    top: -2em !important;
    background: #3c3b3b !important;
    padding: 15px 0px 18px 20px !important;
    color: #FFF !important;
    border-bottom: none !important;
    width: 100%;
    font-size: 1.5em;
    margin-top: -0.7em;
    margin-right: -2em;
    font-weight: normal;
}

/* ============= Custom Select ============ */

.add_new_office {
    background-color: #607d8b;
    color: white;
    margin-left: -0.8em;
    padding: 10px 240px 9px 10px;
    width: 450px !important;
}

span.add_new_office {
    background: #607d8b;
    min-width: 450px !important;
    padding-right: 280px;
}

.add_new_office:before {
    font-family: FontAwesome;
    content: "\f055";
    margin-right: 10px;
    margin-left: 5px;
}

.add_new_office:hover {
    background: #607d8b;
}

.add_new_user {
    background-color: #607d8b;
    color: white;
    margin-left: -1em;
    margin-right: -2em !important;
    min-width: 380px;
    padding: 10px 287px 9px 10px;
    position: relative;
}

.add_new_user:before {
    font-family: FontAwesome;
    content: "\f055";
    margin-right: 10px;
    margin-left: 5px;
}

.branch_order_step1 {
    margin: 0px 10px 0px 3px;
    position: relative;
    top: 1em;
}

.add_new_user_non_btn {
    position: relative;
    top: 1em;
    text-decoration: underline;
}

/* ============ Custom Dialog - Material Style =============== */

.xddialog-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 80px;
    cursor: pointer;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#xddialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(94, 110, 141, 0.9);
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#xddialog-overlay.active {
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.xddialog {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    pointer-events: none;
    height: 100vh;
    z-index: 10001;
    overflow-y: scroll;
    flex: .5 1 auto;
    box-sizing: border-box;
}

.xddialog.open {
    display: flex;
}

.xddialog .xddialog-container {
    width: 50vw;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 50vh;
    padding: 4%;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    max-height: 100vh;
    box-sizing: border-box;
}

.xddialog.xddialog-fullscreen .xddialog-container {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background-color: #FFF;
}

.xddialog .xddialog-container,
.xddialog-close {
    pointer-events: visible;
}

.xddialog,
#xddialog-overlay {
    display: none;
    opacity: 0;
}

.xddialog.open {
    display: flex;
}

#xddialog-overlay.active {
    display: block;
    opacity: 0;
}

.xddialog {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.xddialog.open.animIn,
#xddialog-overlay.active.animIn {
    opacity: 1;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

h2.titre {
    margin-top: 0
}

.xddialog-container {
    position: relative;
}

.xddialog-buttons {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
}

.xddialog-buttons li {
    list-style: none;
    float: left;
    width: 50%;
    display: block;
    height: 60px;
}

.xddialog-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    text-align: center;
    text-decoration: none;
}

.xddialog-buttons li:first-child a {
    background: #2196F3;
    border-radius: 0 0 0 .25em;
}

.xddialog-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.xddialog-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.xddialog-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.xddialog .xddialog-container {
    border-radius: .25em;
    color: #8f9cb5;
    text-align: center;
    overflow: hidden;
}

.xddialog .xddialog-container.medium {
    min-height: 200px;
    max-width: 450px;
}

div.xddialog-content {
    font-size: 1.4em;
}

.xddialog.open.animOut,
#xddialog-overlay.active.animOut {
    opacity: 0;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.xddialog-close {
    background: url(/next_images/xpressconnection/xd-dialog-close.png) no-repeat center center;
}

/* =========== Custom Checkbox - Can use for next stage ================= */

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 1.2em !important;
    font-weight: 400 !important;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    outline: none;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-xd input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
    outline: none;
}

.checkbox-xd input[type="checkbox"]:checked + label::after {
    color: #fff;
    outline: none;
}

#folderStructure li a {
    color: #333;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2em;
    display: block;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px dotted #eee;
    background: #aaa;
    cursor: pointer;
    height: 40px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.displayInline {
    display: inline !important;
}

/* ============ Custom Font Awesome ================== */

.xd-fa-sm {
    position: relative;
    font-size: 1.3em !important;
    left: 0.1em;
    top: 0.05em;
    color: #3c3c3c;
}

/* ============ Loading ============================== */

.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
    opacity: 0;
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

.loader.is-active {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@-ms-keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}


@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-o-keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.loader[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.loader[data-text='']:before {
    content: 'Loading';
}

.loader[data-text]:not([data-text='']):before {
    content: attr(data-text);
}

.loader[data-text][data-blink]:before {
    -webkit-animation: blink 1s linear infinite alternate;
    -moz-animation: blink 1s linear infinite alternate;
    -ms-animation: blink 1s linear infinite alternate;
    -o-animation: blink 1s linear infinite alternate;
    animation: blink 1s linear infinite alternate;
}

.loader-default[data-text]:before {
    top: calc(50% - 63px);
}

.loader-default:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    -webkit-animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -ms-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.loader-default[data-half]:after {
    border-right-color: transparent;
}

.loader-default[data-inverse]:after {
    animation-direction: reverse;
}

/* ============ Loading - Use for redirect page - Window Reload =========== */

.loader_container {
    height: 20px;
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.loader_container:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.loader-xd {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    left: 39%;
    top: -90%;
}

.loader-quart {
    border-radius: 50px;
    border: 6px solid rgba(115, 115, 115, 0.4)
}

.loader-quart:after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #3481c4;
    -moz-animation: loader_spin 1s linear infinite;
    -webkit-animation: loader_spin 1s linear infinite;
    -ms-animation: loader_spin 1s linear infinite;
    -o-animation: loader_spin 1s linear infinite;
    animation: loader_spin 1s linear infinite;
}

@-webkit-keyframes loader_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 6rem;
    margin: auto;
    background: transparent;
    padding: 3px 10px;
    color: #3481c4;
    min-width: 120px;
    border-radius: 3px;
    text-align: center;
    z-index: 99;
}

.loader--text:after {
    content: "Loading";
    font-weight: bold;
    -webkit-animation-name: loading-text;
    -ms-animation-name: loading-text;
    -o-animation-name: loading-text;
    -moz-animation-name: loading-text;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@-webkit-@keyframes loading-text {
0% {
    content: "Loading";
}
25% {
    content: "Loading.";
}
50% {
    content: "Loading..";
}
75% {
    content: "Loading...";
}
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}

/* ============ Custom Bootstrap ===================== */

.alert-danger {
    font-size: 1.3em !important;
}

.alert-warning {
    font-size: 1.2em;
}

span.close {
    opacity: 0.5 !important;
}

.tooltip.fade.top.in {
    border: none;
    background: transparent;
}

.auto-hide-notice {
    display: block;
    font-size: 11px;
    position: relative;
    float: right;
    right: 2.7em;
    text-decoration: underline;
}

.info-box {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    max-width: 85%;
    margin-top: 2em;
}

.info-box-no-margin {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    max-width: 85%;
    font-size: 1.2em;
}

.approve-order-btn {
    color: #FFF !important;
    margin-top: -1em;
    margin-left: 34%;
    width: 300px;
}

.icon-margin-right {
    margin-right: 8px;
}

.pageContainer .contentContainer #footer {
    margin-left: -31px !important;
    margin-top: 50px !important;
}

.pull-right {
    position: relative;
    float: right!important;
}

.arrow_rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* ==========================================================================
   Notification style
   ========================================================================== */

.notification-box.success.animate .icon,
.notification-box.error.animate .icon {
    -webkit-animation: fall-in 0.4s;
    -moz-animation: fall-in 0.4s;
    -o-animation: fall-in 0.4s;
    animation: fall-in 0.4s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.notification-box.success,
.notification-box.error {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10%;
    background: #f3f3f3;
    padding: 25px 25px;
    text-align: center;
}

.notification-box.success p,
.notification-box.error p {
    font-size: 15px;
}

.notification-box.success.animate .icon,
.notification-box.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.notification-box.success button,
.notification-box.error button,
.notification-box.success button:active,
.notification-box.error button:active,
.notification-box.success button:focus,
.notification-box.error button:focus {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 15px;
    width: 80%;
    background: transparent;
    color: #4caf50;
    border-color: #4caf50;
    outline: none;
}

.notification-box.success button:hover,
.notification-box.error button:hover,
.notification-box.success button:active:hover,
.notification-box.error button:active:hover,
.notification-box.success button:focus:hover,
.notification-box.error button:focus:hover {
    color: #fff;
    background: #4caf50;
    border-color: transparent;
}

.notification-box.success .icon,
.notification-box.error .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #089245;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.notification-box.error .icon span {
    position: absolute;
    font-size: 3em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.notification-box.error h1 {
    color: #961515;
}

.notification-box.success .icon span {
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.notification-box.success .btn-bordered {
    font-size: 1.3rem;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.notification-box.error button,
.notification-box.error button:active,
.notification-box.error button:focus {
    color: #2d2d2d;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    border: 1px solid #b7b6b6;
}

.notification-box.error button:hover,
.notification-box.error button:active:hover,
.notification-box.error button:focus:hover {
    color: #fff;
    background: #f44336;
}

.notification-box.error .icon {
    background: #961515;
}

.notification-box.error .icon span {
    position: relative;
    padding-top: 25px;
}

@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* ============ Internal Info ======================== */

#xd_internal_info {
    position: fixed;
    max-width: 450px;
    min-width: 200px;
    min-height: 125px;
    background: rgba(236, 240, 241, 1);
    bottom: 2%;
    margin-left: 0;
    padding: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 1%;
    -webkit-box-shadow: 2px 2px 10px #a7a7a7;
    -moz-box-shadow: 2px 2px 10px #a7a7a7;
    -o-box-shadow: 2px 2px 10px #a7a7a7;
    box-shadow: 2px 2px 10px #a7a7a7;
    border-radius: 3px;
    color: #4a4a4a;
    z-index: 1000001; /* ensure above live chat which is externally created at z-index 999999 */
}

#xd_internal_info .close-icon {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
}

.img-close {
    width: 15px;
    position: relative;
    top: 6px;
    right: 3px;
}

#xd_internal_info h2 {
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    background: #1E73BE !important;
    margin: -10px -10px 10px !important;
    padding: 10px !important;
}

#xd_internal_info p {
    font-size: 13px;
}

#toggle_internal_info {
    position: fixed;
    color: #fff;
    bottom: 15%;
    font-size: 14px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
}

#toggle_internal_info span {
    position: absolute;
    margin-top: 38px;
    transform: rotate(-90deg);
    display: flex;
    text-transform: uppercase;
    width: 130px;
    left: -3.5em;
    top: 8px;
    font-size: 13px;
}

#toggle_internal_info a,
#toggle_internal_info a:visited,
#toggle_internal_info a:active{
    color: #DDD !important;
    text-decoration: none !important;
}

.underline, a.underline, a.underline:visited {
    color: #19709a !important;
}

#toggle_internal_info::after {
    content: '';
    display: block;
    display: relative;
    border-top: 85px solid #1E73BE;
    border-bottom: 45px solid #1E73BE;
    border-left: 40px solid #1E73BE;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.toggle_internal_closed {
    margin-left: 0;
    position: fixed !important;
    bottom: 4em !important;
    left: 0 !important;
}
/* start spec field mapping pop up modal box */
.spec-table-align {
    width:420px;
    margin:0 auto;
    margin-bottom: 10px;
}
.spec-table-align table, th, td {
    /*border : 1px solid lightgrey !important;*/
    border-collapse: collapse;
    padding:5px;
}
/* end spec field mapping pop up modal box */
/* start popover content displaying css */
.popover {
    width:500px !important; max-width: 400px;
    position: absolute;

    padding: 5px;
    word-wrap: break-word;
    word-break:break-all;
    background-color: #fff;
    border: 2px solid #ffffff;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover > .arrow {
    border-width: 11px;
}
.popover.bottom {
    margin-top: 20px;
}
.popover-content {
    padding: 5px 4px;
    font-size:12px;
    font-family: 'Source Sans Pro', sans-serif;
}
#Step4 .specsInputContainer li h1
{
    border-bottom: 1px none !important;
}
/* end popover content displaying css */
/* start tooltip content displaying css */
.tooltip {
    border: 0;
    background-color: #303030;
}
.tooltip-inner {
    background-color: #303030;
    color: #ffffff;
    font-size : 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    border: 2px solid #303030;
    max-width: 190px;
    padding: 10px 6px;
    min-height : 40px;
    border-radius: 0;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -14px;
}
.tooltip.left{
    padding:0 5px;
    margin-left:-8px;
    min-width:190px;
}
.tooltip.right {
    left: 464px !important;
    min-width:190px;
}
span.select2-results ul li .tooltip {
    border: 0;
    background-color: #FFFFFF;
}
span.select2-results ul li .tooltip.right{
    left: 275px !important;
}
span.select2-results ul li .tooltip-inner {
    border: 1px solid #E0E7EE;
    opacity: 100;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
span.select2-results ul li .tooltip-inner p{
    color: #90A1B5;
    font-size : 12px !important;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    line-height: 16px !important;
    word-wrap: break-word;
}
span.select2-results ul li .tooltip-inner p:first-of-type{
    padding-bottom: 5px !important;
    font-size: 14px !important;
}
span.select2-results ul li .tooltip-inner p.b_phone{
    padding-top: 5px !important;
}
span.select2-results ul li .tooltip-inner p:last-child{
    font-size: 11px !important;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.tooltip.bottom {
    padding: 0 5px;
    margin-top: 20px;
    min-width:190px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #303030;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #303030;
    left: -15px;
    margin-top: -12px;
    border-width:  13px 13px ;
}
span.select2-results ul li .tooltip.right .tooltip-arrow{
    border-right-color: #90A1B5;
    height: 0;
    width: 0;
    transform: rotate(-180deg);
    left: -8px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #303030;
    top: -8px;
    margin-left: -15px;
    border-width: 0 13px 13px ;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #303030;
    right: -20px;
    margin-top: -11px;
    border-width:  13px 13px ;
}
/* end tooltip content displaying css */

@media all and (max-width: 900px) {
    #xd_internal_info {
        margin-left: -425px;
    }
    #toggle_internal_info {
        margin-left: 0px;
    }
}

/* ============ Media Queries - Retina =============== */


@media screen
and (max-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    #xd_internal_info {
        max-width: 150px;
        min-width: 120px;
    }
}

@media screen and (max-width: 1280px) {
    #xd_internal_info {
        max-width: 120px;
        min-width: 100px;
    }

    #xd_internal_info h2 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    #xd_internal_info .close-icon {
        top: -5px;
    }

    .img-close {
        width: 12px;
    }

    .client-support {
        max-width: 120px;
        min-width: 100px !important;
        bottom: 40%;
        word-wrap: break-word;
    }

    .client-support p {
        font-size: 90% !important;
    }
}

@media  screen and (max-width: 1366px) {

    #xd_internal_info {
        max-width: 120px;
        min-width: 100px;
        margin-left: -0.5%;
    }

    #xd_internal_info div{
        font-size: 90%;
    }

    #xd_internal_info h2 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    #xd_internal_info .close-icon {
        top: -5px;
    }

    .img-close {
        width: 12px;
    }

    .client-support {
        max-width: 120px;
        min-width: 100px !important;
        bottom: 40%;
        word-wrap: break-word;
        margin-left: -0.5%;
    }

    .client-support p {
        font-size: 90% !important;
    }
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) {

    .affix-top {
        position: absolute !important;
        margin-left: -17% !important;
        max-width: 200px !important;
    }

    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    #onepage_proof_form .contentContainer .content #build_internal_block .internal_user .category_header h3 {
        font-size: 1.5em !important;
    }

    #onepage_proof_form .contentContainer .content #build_internal_block .internal_user {
        min-width: 160px;
    }

    /* Fancybox */

    .mailingServiceterms p, .mailingServiceterms li {
        font-size: 13px !important;
    }

    #xd_internal_info {
        max-width: 160px;
        min-width: 120px;
    }

    .client-support {
        max-width: 160px;
        min-width: 120px !important;
        bottom: 40%;
        word-wrap: break-word;
    }

    .client-support p {
        font-size: 90% !important;
    }

}

.scroller_anchor_tab {
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.side_proof_anchor {
    position: inherit;
    float: left;
    width: 484px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.side_proof_end_anchor {
    position: inherit;
    float: left;
    width: 200px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.scroller_anchor_button {
    position: inherit;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.scroller_tab {
    position: relative;
    height: 53px;
    width: 940px;
    z-index: 101;
}

.button_nav_box {
    position: fixed;
    float: left;
    bottom: 0px;
    margin: auto !important;
    text-align: center;
    width: 960px !important;
    height: 50px;
    background-color: #FFFFFF;
    z-index: 100;
}

.button_nav_box .button_nav {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
 }

.button_nav_box .button_nav ul {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px !important;
}

.button_nav_box .button_nav li {
    display: inline !important;
    margin: 0px 20px 0px 20px;
}

.build2_left_side {
    position: relative;
    float: left;
    width: 484px;
    height: 100%;
    z-index: 100;
}

.build2_right_side {
    position: relative;
    float: right;
    width: 482px;
    height: 100%;
}

.proof_box {
    position: relative;
    float: left;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 75vh;
}

#Step5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 700px;
    background-color: #FFFFFF;
    z-index: 100;
}
.image_quality{
    width: 260px;
    padding: 7px;
    text-align: center;
    color: #ffffff;
    /*font-weight: bold;*/
    font-size: 15px;
    font-family: Arial !important;
}
.image-title{
    float: left;
    position: relative;
    width: 150px;
    text-align: left;
    padding: 10px 0px;
    font-weight: bold !important;
    color: #445870;
    font-size: 15px !important;
    font-family: Cabin !important;
    text-decoration: none solid rgb(114, 148, 188);
    word-wrap: break-word;
}
.image-size{
    float: right;
    position: relative;
    width: 110px;
    text-align: right;
    padding: 10px 6px;
    color: #7294BC;
    font-size: 10px;
    font-family: cabin !important;
}
.photo_edit_option_left{
    border:1px #f0f0f0 solid;
    padding: 5px;
    float: left;
    position: relative;
    width: 130px;
    text-align: center;
    background-color: #e0e7ee;
    color: #7294BC;;
    font-size: 10px !important;
    font-family: Cabin !important;
    text-decoration: none solid rgb(114, 148, 188);
}
.photo_edit_option_left a:hover, .photo_edit_option_left a:visited, .photo_edit_option_left a:active {
    color: #7294BC;
}

.photo_edit_option_right{
    border:1px #f0f0f0 solid;
    padding: 5px;
    float: right;
    position: relative;
    width: 130px;
    text-align: center;
    background-color: #e0e7ee;
    color: #7294BC;
    font-size: 10px !important;
    font-family: Cabin !important;
    text-decoration: none solid rgb(114, 148, 188);
}
.photo_edit_option_right a:hover, .photo_edit_option_right a:visited, .photo_edit_option_right a:active{
    color: #7294BC;
}
.image-choose-button{
    margin-left:25px;
    margin-top:10px;
    height:40px;
    font-weight:bold;
    width: 223px;
    color: #f6f7f9;
    border-radius: 2px;
    text-align: center;
    background-color: #445870;
    padding: 14px 10px 10px 10px;
    font-size: 13px;
    font-family: Cabin;
    cursor: pointer;
}
.image-choose-button:hover{
    background-color: #9a9a9a;
}
.upload_images{
    float: left;
    margin-top:-20px;
    width: 220px !important;
    margin-left: 140px;
    font-family: Cabin;
    height: 42px !important;
}
#ImageUploadLoginButtons .image-upload{
    background: #002E56 !important;
    color: #f6f7f9;
    height: 46px;
    width: 155px;
    padding: 17px 10px 10px 10px;
}
#ImageUploadLoginButtons .image-upload:hover{
    background: #E0E7EE !important;
    color: #002E56;
}
#ImageUploadLoginButtons .image-upload:active{
    background: #002E56 !important;
    color: #445870;
}
.image_message{
    color: #96151D;
    text-align: center;
    font-weight: bold;
}
.image_message:hover{
    background:#96151D;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 100%;
}
.image_button{
    width: 260px;
    float: right;
}
.designation-title{
    position: relative;
    float: right;
    width: 50%;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 15px !important;
    font-family: Cabin !important;
    text-decoration: none solid rgb(114, 148, 188);
    word-wrap: break-word;
    color: #7294bc;
}

#Step1 .opBranchSelectionContainer input[type="checkbox"],#Step1 .opAgentSelectionContainer input[type="checkbox"],#Step2 table td input[type="checkbox"], #Step3 table td input[type="checkbox"],#Step4 table td input[type="checkbox"],#Step5 table td input[type="checkbox"]{
    position: absolute; margin-left: -9999px; display: none;
}

#Step1 .opBranchSelectionContainer input[type="checkbox"]:checked+ label,#Step1 .opAgentSelectionContainer input[type="checkbox"]:checked + label, #Step2 table td input[type="checkbox"]:checked + label,#Step3 table td input[type="checkbox"]:checked + label, #Step4 table td input[type="checkbox"]:checked + label,#Step5 table td input[type="checkbox"]:checked + label{
       background: rgba(31,117,255,1);
}
#Step1 .opBranchSelectionContainer input[type="checkbox"]:checked+label:after,#Step1 .opAgentSelectionContainer input[type="checkbox"]:checked+label:after,#Step2 table td input[type="checkbox"]:checked+label:after, #Step3 table td input[type="checkbox"]:checked+label:after, #Step4 table td input[type="checkbox"]:checked+label:after, #Step5 table td input[type="checkbox"]:checked+label:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,1);
    content:'\2714';
}
#Step2 .chboxLabel1,#Step3 .chboxLabel1,#Step4 .chboxLabel1,#Step5 .chboxLabel1{
    display: block;
    position: relative;
    width: 16px !important;
    height: 16px;
    float: left;
    border-radius: 2px;
    border: 1.5px solid #1F75FF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.25s ease-in-out;
}
.build2_span{
    line-height: 25px;
    margin-left: 3px;
}
.padding-right-headshot{
    padding-right: 1px !important;
}
.imageset_choose_button{
    float: right;
    margin-right:33px;
}
.qr_code_top{
    padding-top: 26px !important;
}
/* The Modal (background) */
.low-quality-modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 20%; /* Location of the box */
    bottom: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.low-quality-modal-content{
    background-color: #fefefe;
    margin: auto;
    width: 1020px;
    border-radius: 0px;
}
.remove_image{
    margin-left:25px;
    margin-top:9px;
    text-align: center;
    font-size: 10px;
    color: #1F75FF;
    font-family: Cabin;
    cursor: pointer;
    margin-bottom: 5px;
}
.imageset_remove_image{
    margin-right: 90px;
    margin-top:9px;
    text-align: center;
    font-size: 10px;
    color: #1F75FF;
    font-family: Cabin;
    cursor: pointer;
    margin-bottom: 5px;
}
