﻿html {
  height: 100%;
}

body {
    background: #f7f7f7;
}

.f-1-2 {
    font-size:1.2em;
}

.f-08 {
    font-size:.8em;
}

.f-09 {
    font-size:.9em;
}

.f-2 {
    font-size:2em;
}

.f-04 {
    font-size:.4em; 
}

.f-06 {
    font-size:.6em;
}

.border-all {
    border: 1px solid #cccccc;
}

.border-all-thick {
    border: 3px solid #cccccc;
}

.border-right {
    border-right: 1px solid #cccccc;
}

.border-left {
    border-left: 1px solid #cccccc;
}

.border-top {
    border-top: 1px solid #cccccc;
}

.border-bottom {
    border-bottom: 1px solid #cccccc;
}

.mh-450{
    min-height: 450px;
}

.mh-500 {
    min-height: 500px;
}

.mh-50{
    min-height: 50px;
}

.mh-60{
    min-height: 60px;
}

.mh-80{
    min-height: 80px;
}

.mh-100{
    min-height: 100px;
}

.mh-120{
    min-height: 120px;
}

.mw-30{
   max-width: 30.5%;
}

.mw-20{
   max-width: 22%;
   min-width: 22%;
}

.w-0{
    width:0px;
}

.col-pixel-width-300 {
    flex: 0 0 300px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
}

.display-6 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.3;
}

.display-7 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.div-disabled{
    background: rgba(0, 0, 0, 0.03);
    opacity: 0.8;
}

.body-flex{  
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main{}

.imgLogo {
    width: 100%;
    min-width: 100px;
}

.footer {
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    text-align:center;
    background-color: #ffffff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style:italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style:italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style:italic;
}

.regRightBack{
    background:#aed7e9;
    padding: 70px 0px 70px 0px;
}

.regLeftBack{
    text-align:center;
    background:#ffffff;
    padding: 40px 0px 40px 0px;
}

.regQuestions{
    width:100%;
}

.regQuestions h6 {
    color: #b0b0b0;
    font-style: italic;
    font-size: .9rem;
}

.regBtnDone{
    background-color:#6b9861;
    color:#fff;
}

.terms, .terms a {
    font-style: italic;
    color: #ccc;
}

.terms a {
    text-decoration: underline;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}


#mytabs li.active {
    font-weight:bold;
}

.webhooksTab, .webhooksTab:hover {
    border:1px solid #cccccc;
    border-bottom:0px;
    margin-right:5px;
    background: #eee;
}

.webhooksTabActive{
    background: #fff;
    font-weight:bold;
}


.bg-faded {
    background-color: #ffffff;
}

.parsley-custom-error-message, .parsley-errors-list {
/*    font-size:1em !important; */
    line-height:1em !important;
}

.content {
  flex: 1;
}

.fadeIn{
    display:none;
    }

.min-height {
    min-height:700px;
}

.min-height-sm{
    min-height:580px;
}

/* Color Overlay Effect */
.hovereffect {
    border: 1px solid #cdcccc; 
    position: relative;
    text-align: center;
    width: 224px;
    height: 224px;
    /*margin: 0 auto 55px;*/
    margin: 0 auto;
    cursor: pointer;
    }

.hovereffect-small {
    width: 180px;
    height: 180px;
}
.hovereffect .overlay {
    background-color: rgba(0,162,206,0.71);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    }

.hovereffect h1 {
    background-color: transparent;
    }

.hovereffect .overlay:hover {
    opacity: 1;
    transition: all 0.8s ease-in;
    }

.hovereffect-text{
    line-height:2em;
    text-align:center;
}

.fa-create-buttons {
    font-size: 6em;
    color: #55b5d4;
}

.vert-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.vert-center h5 {
    color: #55b5d4;
}

.pnlStepTemplate {
    max-height: 460px;
    overflow-y: auto;
    margin-bottom: 50px;
    overflow-x: hidden;
}

.disabledNav {
    color:#bbbbbb;
}

input:placeholder-shown {
    opacity: .5;
}

.green, .green:hover {
   color:#008022;
}
.grey, .grey:hover{
    color:#a9a9a9;
}

.red, .red:hover {
    color: #a94442;
}

/* Wizard Styles */
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
    width: 11.1%; 
}

.stepwizard-step-drip-wide {
    width: 14.25%; 
}

.stepwizard-step-drip {
    width: 12.5%; 
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.campaignNavButtons {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: #cccccc;
    left: 15px;
    font-weight: bold;
    color: #ffffff;
    height: 55px !important;
    border: 1px solid #cccccc;
    padding-top: 10px;
}
/* End Wizard Styles*/

/* Campaign Dashboard Styles */
.stepwizard-step-lg{
    width:40%;
    display: table-cell;
    text-align: left;
    left:20px;
    position: relative;
    top:-120px;
}

.delivery-tree-top{
    height:120px;
    border:1px solid #cccccc;
    border-right:0px;
    border-bottom:0px;
    width: 300%;
}

.delivery-tree-bottom{
    height:220px;
    border:1px solid #cccccc;
    border-right:0px;
    border-top:0px;
    width: 300%;
}

.delivery-left{
    position:relative;
    width:20%;
}

.delivery-right{
    position:relative;
    width:80%;
    top:-30px
}

.delivery-right-row {
    width:100%;
    height:120px;
}

.fa-2-2x{
    font-size: 2.2em;
    line-height: 1em;
}
.fa-2-5x{
    font-size: 2.5em;
    line-height: 1em;
}

.fa-1x{
    font-size: 1.5em;
    line-height: 1.3em;
}


/* End Campaign Dashboard Styles */


.campaignsHeader {
    background:#eeeeee;
}

.header1 a{
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
    /*font-size:1.2em;*/
}

.container .dropdown-toggle::after{display:none;}
.container .dropdown-menu a {color:inherit;}

/* Agency Styles */
.home-links, .home-links:hover {
    text-decoration:none;
    color:inherit;
}

/* End Agency Styles */


/* Bootstrap overrides */
.btn-primary   {
    color: #ffffff;
    background-color: #61caeb;
    border-color: #04b3ea;
}

.btn-primary:hover {
    color: #fff;
   /* background-color: #a5ddee !important;  */
    background-color: #55b5d4;
    border-color: #04b3ea;
}


.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary.disabled, .btn-primary:disabled  {
    color: #fff;
    background-color: #55b5d4 !important;
    background-image: none;
    border-color: #04b3ea;
}

.card-header{
background-color: #eee;
}

.dropdown-menu {
    min-width: 12.5rem;
    }


/* End Bootstrap overrides */



/* ====================
TEMPLATE BUILDER STYLES

    - Iframe sizing for specific templates 
    - Zoom classes are located in templateDirectMailPreview

*/

.fourbysix, 
.sixbynine, 
.sixbyeleven, 
.eightbyeleven {
    width: 620px;
    height: calc(100% - 74px);
    overflow: hidden;
    overflow-y: scroll;
}

.pnlTempalteBuilder.min-width { /* min width for template builder panel */
    min-width: 1200px;
 }

li.fullDirectMail { /* listed templates styles for picker */
    border: 3px solid #888; 
    border-radius: 5px; 
    display: inline-block; 
    width: 240px; 
    height: 162px; 
    margin: 3px;
    margin-right: 10px;
}

li.fullDirectMailLetters { /* listed templates styles for picker - For Letters */
    height: 311px
}

/* template picker color scheme styles */
.bnColorPalette li {
    cursor: pointer;
    padding: 5px 10px;
}

.bnColorPalette li:hover {
    background-color: #00A2CE;
}

.bnColorPalette img {
    width: 125px;
    height: auto;
}

.choosenColorPalette img {
    width: 121px;
    height: 20px;
    
}


/*
END TEMPLATE BUILDER STYLES
======================= */



/* ====================
COLOR CLASSES
*/

.bgc-white { background-color: #fff; }

/*
END COLOR CLASSES
======================= */




/* Dashboard Styles*/
.chart_wrap {
    height: 200px;
    position: relative;
    }  
     
.chart {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:200px;
    }

.chartBreadCrumbs {
    top: 20px;
    position: relative;
    left: 60px;
    font-size: 0.8em;
    font-weight: bold;
    z-index:999;
}

.chartTitle {
font-size:1.2em;
font-weight:bold;
margin-left:10px;
}

.visitorWrap{
    padding-left: 15px;
    padding-top: 20px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.purlDashboardNav{
    min-width:60px;
    font-size:.85em;
    padding:10px;
    margin-right:3px;
}
.plChartPie-chart-div a {font-size:0px !important}

.selIfThen, .selIfThenCondition, .txtVar {
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white;
    height: 30px;
}
.txtVar {
    padding:5px;
}

.ddlDrop {
    background: #f7f7f7;
    font-size: 1.1em;
    height: 2.5em !important;
    font-weight:bold;
}

#creativeReviewModal {
    top: 5% !important;
    left: 0%;
}

div.integrationsBox {
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    cursor: pointer;
    min-height: 160px;
    width: 200px;
}
/* End Dashboard Stylesxx*/


.modal-backdrop {
    -webkit-transform: translate3d(0, 0, 0);
 }

.btnDisabledSf {
    border: 1px solid #cccccc;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 210px;
    min-height: 150px;
    background-repeat: no-repeat;
    background: url(/images/integrations_salesforce.png);
    background-size: 150px;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    cursor: pointer;
}

.btnDisabledSfLg {
    width:272px;
    min-height:160px;
    background-size: 250px;
    min-height:160px;
}

.spanDisabledSf {
    top: 20px;
    position: relative;
    color: #a9a9a9;
    text-align: center;
}
.spanDisabledSfLg{
    top: 45px;
}

div.PluginBox {
    min-height: 150px;
}

.btnListSearch {
    min-height: 150px;
    float: left;padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    cursor: pointer;
    text-align:center;
}

.priceHighlight{
    border:1px solid #cccccc;
    background:#ffffff;
}

.size-icon {
    font-weight:bold;
    border: 1px solid #cccccc;
    background: repeating-linear-gradient(
      45deg,
      #f5f4f4,
      #f5f4f4 5px,
      #ffffff 5px,
      #ffffff 10px
    );
    padding: 10px;
    text-align: center;
}

.size-icon-postcard-4x6, 
.size-icon-postcard-4x6-nonprofit, 
.size-icon-postcard-4x6-nonprofit-selffunded, 
.size-icon-postcard-4x6-selffunded, 
.size-icon-postcard-4x6-standard-selffunded {
    width: 180px;
    height: 120px;
}

.size-icon-postcard-6x9, 
.size-icon-postcard-6x9-standard, 
.size-icon-postcard-6x9-nonprofit, 
.size-icon-postcard-6x9-nonprofit-selffunded, 
.size-icon-postcard-6x9-selffunded, 
.size-icon-postcard-6x9-standard-selffunded {
    width: 270px;
    height: 180px;
}

.size-icon-postcard-6x11, 
.size-icon-postcard-6x11-standard, 
.size-icon-postcard-6x11-nonprofit, 
.size-icon-postcard-6x11-nonprofit-selffunded, 
.size-icon-postcard-6x11-selffunded, 
.size-icon-postcard-6x11-standard-selffunded {
    width: 330px;
    height: 180px;
}

.size-icon-letter,
.size-icon-letter-standard,
.size-icon-letter-nonprofit,
.size-icon-letter-nonprofit-selffunded,
.size-icon-letter-selffunded,
.size-icon-letter-standard-selffunded,
.size-icon-extra-page,
.size-icon-letter-simplex,
.size-icon-letter-standard-simplex {
    width: 255px;
    height: 330px;
}

.size-icon-postcard-5x7, 
.size-icon-postcard-5x7-standard {
    width: 210px;
    height: 150px;
}

.size-icon-custom-envelope,
.size-icon-Reply-Envelope {
    width: 300px;
    height: 120px;
    background: repeating-linear-gradient( 45deg, #aed7e9, #aed7e9 5px, #ffffff 5px, #ffffff 10px );
}

.size-icon-Reply-Envelope {
    background: repeating-linear-gradient( 45deg, #f5f4f4, #f5f4f4 5px, #ffffff 5px, #ffffff 10px );
}

.size-icon-bifold-12x9,
.size-icon-bifold-12x9-standard,
.size-icon-bifold-12x9-nonprofit,
.size-icon-bifold-12x9-nonprofit-selffunded,
.size-icon-bifold-12x9-selffunded,
.size-icon-bifold-12x9-standard-selffunded {
    width: 270px;
    height: 360px;
}

.size-icon-bifold-6x18,
.size-icon-bifold-6x18-standard,
.size-icon-bifold-6x18-nonprofit,
.size-icon-bifold-6x18-nonprofit-selffunded,
.size-icon-bifold-6x18-selffunded,
.size-icon-bifold-6x18-standard-selffunded {
    width: 540px;
    height: 180px;
}

.size-icon-Letter-8_5x14,
.size-icon-Letter-8_5x14-Standard,
.size-icon-Letter-8_5x14-Nonprofit,
.size-icon-Letter-8_5x14-nonprofit-SelfFunded,
.size-icon-Letter-8_5x14-selffunded,
.size-icon-Letter-8_5x14-Standard-SelfFunded,
.size-icon-extra-page,
.size-icon-letter-8_5x14-simplex,
.size-icon-letter-8_5x14-standard-simplex {
    width: 255px;
    height: 380px;
}

.cartLink:hover .cartLink {
    color: #fff;
    text-decoration: none;
}

.cartNav {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.4em;
}

.cartLabel {
    position: relative;
    top: -9px;
    right: 10px;
    font-size: 0.7em;
}

.disabledCart {
    opacity:0.3;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a:hover {
    color: #555555;
    font-weight: normal;
    }


.nav-tabs > li > a {
    background-color: #ddd;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    }

.nav-tabs > li > a:hover {
    background-color: #eee;
}

.nav-purchase {
    box-shadow: 0px 0px 8px -4px rgba(0,0,0,0.6);
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 10;
}

.accountSubNav {
    list-style-type: none;
}

.accountSubNav a {
    text-decoration: none;
}

.accountSubNav :before {
    content: "• ";
    font-size: 12pt;
}

.logo-rounded {
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-origin: content-box;
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.6);
}

.brandingTextarea{
    height:200px;
    width:100%;
    font-size:.8em;
}

.passwordTip {
    float: right;
    position: absolute;
    right: 15px;
    margin-top: 10px;
}

.filterCheck label {
    margin-bottom:0px;
}

.login-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9999;
}

.login-spinner-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-spinner-center p {
    font-size: 4em;
}

.mail-truck-spinner {
    background: url(/images/mail-truck.gif);
    height: 150px;
    width: 200px;
    background-size: 200px auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px !important;
    }
}

    .campaignsHeader-live {
    background: #00ff00;
}


/* Creative Review Modal Window */
@media (min-width: 992px){

    #creativeReviewModal .modal-lg { max-width: 1300px; }

}


#creativeReviewIframe {
    border: none;
    min-height: 600px; 
    width: 100%; 
    border: none;
    overflow-y: scroll;
}

/* Send Me Samples Styles - Dashboard */

.smsamples_box {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.smsamples_box .btn {
    font-size: 1rem;
}

.smsamples_box .btn-secondary {
    background-color: #e6e6e6;
}

.academy-panel {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
    padding: 1rem;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color .3s ease-in;
}

.academy-panel:hover {
    background-color: #eee;
}


/* Release Modal Styles */

#releaseUpdatesModal .modal-header {
    color: #fff;
    background-color: #63ccec;
}

#releaseUpdatesModal .modal-title {
    font-weight: normal;

}

#releaseUpdatesModal button.close {
    color: #fff;
}

/*#releaseUpdatesModal .modal-lg {
    max-width: 1200px;
}*/

/* END Release Modal Styles */

/* Agency SubAccount Listings Home Styles */


    .dgSubAccounts_wrapper {
        position: relative;
    }

    .dgSubAccounts_SearchBar {
        position: absolute;
        top: 0.625rem;
        right: 0.75rem;
    }

    .dgSubAccounts_table-header > td {
        padding: 1.2rem 0.75rem;
    }

    .dgSubAccounts_SearchBar button:first-child {
        border-radius: 0;
    }

    .dgSubAccounts_SearchBar button:last-child {
        border-radius: 0 .25rem .25rem 0;
        margin-left: -6px;
    }

    .dgSubAccounts_SearchBar .form-control {
        border-color: #04b3ea;
        border-right: 0;
    }

    .dgSubAccounts_SearchBar .btn-outline-primary {
        border-color: #04b3ea;
        color: #04b3ea;
        cursor: pointer;
    }

    .dgSubAccounts_SearchBar .btn-outline-primary:hover {
        border-color: #61caeb;
        background-color: #61caeb;
    }


/* END Agency SubAccount Listings Home Styles */


/* Freshdesk widget */

iframe#launcher-frame {
    right: -55px !important;
    bottom: 0px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

iframe#launcher-frame:hover {
    right: -15px !important;
    transition: right 0.2s linear;
} 

/* Modal Window Centering */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
   
}