.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xdebug-var-dump {
    font-size: 0.8rem;
}

.start-button {

    padding-top: 5.5em;

}

.opt-out {

    color: #C60F13;

}


.left-nav {
    font-size: 1.4em;

}

.logo-small {

    text-align: center;
    background: #2ba6cb;
    padding: 0.5em;
    margin-bottom: 1em;

}

.logo .spacer {

    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}

.header h1 {

    margin-top: 0.1em;
    margin-bottom: 0.4em !important;

}

.header h4 {

    margin-top: 1.8em;
    margin-bottom: 0;

}

input.validate-error,
.validate-error {
    color: #f04124;
}


.bubble {
    position: absolute;
    right: 0.8em;
    margin-top: 0.2em;
    display: inline-block;
    padding: 0.1em 0.6em;
    border: 2px solid white;
    border-radius: 100px;
    background: #ff0000;
    background: linear-gradient(top, #FF6969 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top, #FF6969 0%, #ff0000 100%);
    background: -moz-linear-gradient(top, #FF6969 0%, #ff0000 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
    background-clip: padding-box;
    font-weight: bold;
    font-size: 0.6em;
    /*font:bold 12px/18px "Helvetica Neue", sans-serif;*/
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.credit_balance {

    position: absolute;
    right: 0.8em;
    margin-top: 0.2em;
    display: inline-block;
    font-size: 0.8em;
    color: #666;
    font-weight: bold;
}

.main-body {

    padding-top: 1em;

}

.sub-nav {

    margin-bottom: 1.8em;

}

.inbox_small_text {

    font-size: 0.8em;

}

.inbox_small_received {

    font-size: 0.8em;
    line-height: 0.5em;

}

.inbox_date_range {
    display: none;
}

.message h4 {

    margin-bottom: 0.1em;

}

.message p {
    margin-bottom: 0.1em;
}

.activated,
.message .sent {

    color: #5da423;
}

@-webkit-keyframes greenPulse {
    from {
        color: #749a02;
    }

    25% {
        color: #91bd09;
    }

    40% {
        color: #ddd;
    }

    50% {
        color: #eee;
        text-shadow: none;
    }

    60% {
        color: #ddd;
    }

    75% {
        color: #91bd09;
    }

    to {
        color: #749a02;
    }
}

.message .sending {
    color: #5da423;
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}


.message .insuff {
    color: #C60F13;
}

.ic {
    color: #ebad05;
}

/* Animation keyframes - you need to add prefixes */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.message .spinner {

    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;

}

.deactivated,
.message .scheduled {

    color: #CCC;

}

.message .button {

    margin-top: 0.8em;

}

.delete-action a {

    color: #7F0A0C !important;

}

.huge {
    font-size: 8vw;
}

#message {
    margin-bottom: 0px;
    line-height: 1.4rem;
}

.schedule {
    display: none;
}

.ui-datepicker {
    font-size: 0.9em;
}

textarea.no-resize {
    resize: none;
}

.dwwc tr,
.dwrc tr {
    background: transparent !important;
}

.dwwc table,
.dwrc table,
.dw-cal-days table {
    border: transparent !important;
    background: transparent !important;
}

.dwb-s .dwb {

    background-color: rgb(93, 164, 35) !important;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(69, 122, 26)), to(rgb(93, 164, 35))) !important;
    background-image: linear-gradient(rgb(93, 164, 35), rgb(69, 122, 26)) !important;
    color: #fff !important;
    font-weight: bold !important;

}

.dwb-c .dwb {

    background-color: rgb(198, 15, 19) !important;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(151, 11, 14)), to(rgb(198, 15, 19))) !important;
    background-image: linear-gradient(rgb(198, 15, 19), rgb(151, 11, 14)) !important;
    color: #fff !important;
    font-weight: bold !important;

}

.subscribed {

    font-size: 1.5em;
    color: #5DA423;

}

.unsubscribed {

    font-size: 1.5em;
    color: #999999;

}

th .dropdown {

    margin-bottom: 0 !important;

}

.contact-updated-text {
    font-size: 0.6em;

}

.contact-fields-save-button {
    margin-bottom: 0 !important;

}

.unsubscribed-row td,
.unsubscribed-row td a {
    color: #999999 !important;
}


/* Message progress bar */
.progress .queued,
.progress .sent,
.progress .bounced {
    display: block;
    float: left;
    height: 100%;
}

.progress .queued {
    background-color: #999999;
}

.progress .sent {
    background-color: #5DA423;
}

.progress .bounced {
    background-color: #FF0000;
}

/* Campaign data */

.campaign-data li span.title {

    display: inline-block;
    width: 6.5rem;
    font-weight: bold;

}

.campaign-data {

    list-style: none;
    margin-left: 0.25rem;

}

.campaign-data li {
    line-height: 2.5em;
}

.campaign-data.dotted li {
    border-bottom: 1px dotted #ccc;
}

.dotted select {
    line-height: 1;
}


/* Send Stats box */
.send-stats {

    width: 20%;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    border-right: none;
    text-align: center;
    padding: 2em;

}

.left-box {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.right-box {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
    clear: right;
}

.send-stats h4 {
    margin-bottom: 0;

}

.send-stats p {
    margin: 0;
}

.conversation {
    font-size: 1.5em;
    color: #008000;
}

.optout {
    font-size: 1.5em;
    color: #FF0000;
}

.side-nav li i {

    display: inline-block;
    width: 1em;

}

.active-integration .panel {

    border-left: #008000 10px solid;

}

.inactive-integration .panel {

    border-left: #d9d9d9 10px solid;

}

.active-integration .panel .button,
.inactive-integration .panel .button {

    margin-bottom: 0;
}

/* Billing data */

.billing-data li span.title {

    display: inline-block;
    width: 10rem;
    font-weight: bold;

}

.billing-data {

    list-style: none;
    margin-left: 0.25rem;

}

.billing-data li {
    line-height: 2.5em;

}

.billing-data.dotted li {
    border-bottom: 1px dotted #ccc;
}

/* Contact data */

.contact-data li span.title {

    display: inline-block;
    width: 15rem;
    font-weight: bold;

}

.contact-data {

    list-style: none;
    margin-left: 0.25rem;

}

.contact-data li {
    line-height: 2.5em;

}

.contact-data.dotted li {
    border-bottom: 1px dotted #ccc;
}

table .button {
    margin-bottom: 0;
}

.contact-data.dotted li ul li {

    line-height: 1rem;
    border-bottom: none;

}

.contact-data.dotted li ul li input[type=checkbox] {

    margin-bottom: 0;
    ;

}

.pricing-table.active .title {
    background-color: #2BA6CB;
    color: #fff;
}

.pricing-table.active .price {
    background-color: #D5EDF5;
    color: #333333;
}

.pricing-table.active .description {
    background-color: #EAF6FA;
    color: #777777;
    border-bottom: dotted 1px #dddddd;
}

.pricing-table.active .bullet-item {
    background-color: #EAF6FA;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd;
}

.pricing-table.active .cta-button {
    background-color: #EAF6FA;
    text-align: center;
    padding: 1.25rem 1.25rem 0;
}

#character-counter {

    font-size: 0.8rem !important;
    font-weight: 300;

}

.contacts-table th select {

    margin-bottom: 0 !important;

}

.smaller-text {

    font-size: 0.8rem;

}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight.sent {}

.highlight.sent {}

#notification {
    display: none;
    position: fixed;
    cursor: pointer;
    width: 100%;
    background: #EFEFEF;
    text-align: center;
    border-top: 2px solid #FFF;
    z-index: 9999;
}

#leased {

    position: absolute;
    top: 2rem;
    right: 1.5rem;
    color: #f04124;

}

.success {
    background-color: #5da423 !important;
    border-color: #518f1f !important;

}

.alert {
    background-color: #C60F1C !important;
    border-color: #ae0d11 !important;

}

i.active {
    color: green;
}

i.inactive {
    color: red;
}

table input,
table select {
    margin-bottom: 0 !important;
}

.side-nav {
    display: block;
    margin: 0;
    padding: 0.875rem 0;
    list-style-type: none;
    list-style-position: inside;
    font-weight: 300;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 1.2rem;
}

.side-nav li a {
    display: block;
    color: #2ba6cb;
}

.side-nav li.active>a:first-child {
    color: #4d4d4d;
    font-weight: 300;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #e6e6e6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.subheader {
    font-weight: 300;
    color: #555;
}


/* Pulsate */
.pulsate {
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.0
    }

    10% {
        opacity: .20
    }

    20% {
        opacity: .40
    }

    30% {
        opacity: .60
    }

    40% {
        opacity: .80
    }

    50% {
        opacity: 1.0
    }

    60% {
        opacity: .80
    }

    70% {
        opacity: .60
    }

    80% {
        opacity: .40
    }

    90% {
        opacity: .20
    }

    100% {
        opacity: 0.0
    }
}

.campaign p {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0.25rem;
}

.campaign h4 {
    line-height: 1.25rem;
    text-align: left;
    font-weight: 400;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
}


.campaign.ready,
.campaign.booking,
.campaign.confirmed {

    border-left: 5px solid #E7E7E7;

}

.campaign.sending,
.campaign.queueing {

    border-left: 5px solid #008CBA;

}

.campaign.completed {

    border-left: 5px solid #5DA423;

}

.campaign.insufficient,
.campaign.paused {

    border-left: 5px solid #aaf76b;

}

.campaign-box {

    height: 300px;
    overflow: auto;

}

.recommended {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

#notifications {

    /*margin-bottom: 1rem;*/
    margin-top: -1rem;

}

#notifications .slide {

    background: #2ba6cb;
    color: #fff !important;
    padding: 1.5rem;

}

#notifications .slide.important {
    background: #f08a24;
}

#notifications p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

#notifications .button {

    margin-bottom: 0;
}

i.red {
    color: red;
}

#personalisation {
    max-height: 18rem;
    overflow: scroll;
    /*overflow-y: scroll;*/
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.thisrow {

    background: #ffff99 !important;

}

.dashboard.panel h3 {

    background: #333;
    margin: -1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem;
    color: #fff;

}

.dashboard .panel h4 {

    background: #999999;
    margin: -1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.5rem;
    color: #fff;

}

.dashboard .panel {

    margin-bottom: 0;

}

.dashboard .lead {

    margin-bottom: 0;
    font-size: 2rem;

}

.dashboard .tiny-text {

    font-size: 0.75rem;

}

.units-text {

    font-size: 0.75rem;
    margin: 0;
    padding: 0;


}

.mobile-label {
    display: inline;
}    

.mobile-international-disclaimer-icon {
    display: inline;
    margin-left: .3rem;
    color: #4d4d4d;
}

.mobile-international-disclaimer-text {
    display: none;
    background-color: #e1eaf3;
    border: 1px solid #44668f;
    padding: .4rem;
    position: absolute;    
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 110;
    font-size: 0.875rem;
    margin-left: .3rem;
}

.mobile-international-disclaimer-icon:hover + .mobile-international-disclaimer-text {
    display: inline-block;
}