
/* ng-cloak fix http://stackoverflow.com/questions/11249768/angularjs-ng-cloak-ng-show-elements-blink */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll ;
}

body {
    padding-top: 0px;
    padding-bottom: 40px;
    xbackground-color: #eceff0;
    #color: #3a3a3a; /*#5a5a5a;*/
    color:#555;
    font-family: Arial, sans-serif;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.text-muted {
    color:#BBBBBB
}

img {
    height: auto;
    max-width: 100%;
}

.container-main {
    padding-top: 0px;
    padding-left:15px;
    padding-right:15px;
}

.panel-row {
    margin-right: 15px;
    margin-left: 15px;
}

.row {
    padding-bottom: 2px;
    padding-top: 2px;
}

.row.nobottom {
    padding-bottom: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.dropdown-menu {
    z-index: 1101;
}

.panel, .panel-heading, .list-group-item:last-child, .list-group-item:first-child, .well  {
    border-radius: 0;
}

.panel-heading-btn {
    margin-top:-5px
}

/* Login page
----------------------------------------------------- */
.signin-main, .signin-right-promo {
    min-height: 330px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    width: 325px;
    display: inline-block;
}

.logo {
    margin-top:15px;
    margin-bottom:5px;
}


/* dashboard panel footers
----------------------------------------------------- */
.dashboard .list-group-item {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}

.dashboard .list-group-item:first-child {
    border-top:0px;
}

.dashboard  .panel-footer .navbar-nav li a {
    color: #555;
    xbackground-color: #f5f5f5;
    min-width: 80px;
    width: 100%;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.dashboard .panel-footer .navbar-nav li.active a {
    background-color: #FFF;
    border: none;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.dashboard .panel-footer {
    margin: -21px 15px -15px 0px !important;
    border-left: 1px solid #e1e1e1;
    border-top: none;
    border-bottom: none !important;
    padding: 0px;
    margin-bottom: 0px;
    box-shadow: none !important;
    background-color: transparent !important;
    border-bottom: none !important;
    padding-bottom: 0px;
}

.tag {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 2px 5px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.tag-group {
    font-size:.9em;
    white-space: nowrap;
    padding-left:3px;
    padding-right:3px;
}

.panel-footer.navbar {
    width: 100%;
}

.panel-footer.navbar > ul {
    width: 100%;
}

.panel-footer.navbar > ul > li.col {
    padding: 0;
}

/* Dashboard */
.dashboard>.col {
    margin-bottom: 25px;
}

.dashboard>.col>.panel>.tab-content {
    height: 258px;
}

.dashboard>.col>.panel>.widget-list {
    height: 324px;
}

.content-list-new-content-badge {
    background: #44ace1;
}

/* General Zift Updates */
.small {
    font-size: .9em;
}
.smaller {
    font-size: .85em;
}
.normal{
    font-size: 14px;
    font-weight:normal;
}
.bold {
    font-weight: bold;
}

.white-bg {
    background-color: #fff !important;
}

.gray {
    color: #323a44;
}

/*
 * Navbar CSS
 ****************************/

.navbar-wrapper {
    margin-top: 5px;
    margin-bottom: -15px;
}

.navbar {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.subnav {
    background-color: transparent;
    background-image: none !important;
    border-top:0px;
    border-radius: 3px !important;
    margin-bottom: 0px;
    min-height: 0px;
    z-index: 1;
}

.subnavbar-nav>li {
    float: left;
}

.subnavbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 3px;
    line-height: 20px;
    color: #777777;
    border-radius: 4px;
    font-size: 11px;
    border-radius: 0px;
    opacity: .7;
}
.subnavbar-nav>li.active>a {
    opacity: 1;
}

/* campaign list */
#campaign-list .media {
    border:none;
}

/* Campaign asset list */
.collapse.in {
    height: auto;
    border: 1px solid #e1e1e1;
    xbackground-color: #f1f1f1;
}

/* not sure where in the customizer this is set, but for 768 screenwidth, it was width 840, so too big, so fixing it here*/
@media (min-width: 768px) {
    .container {
        width: 766px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

.modal-backdrop.in {
    opacity: 0.5 !important;
}
.media-border {
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.fixed-width {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prm-dropdown-menu {
    width: 300px;
}

.icon-back{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 40px;
    font-size: 28px;
    color: #FFFFFF;
    margin: auto;
    background-color: #44ace1;
}
.icon-logo{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 40px;
    margin: auto;
    max-width: initial;
    display: none;
    background-color: #fff;
    position: absolute;
}

.media-body .well {
    margin-bottom: 0px
}

#error-page {
    height: 500px;
    width: 100%;
}

#error-page>div>img {
    float: right;
}

.btn-group>.btn-default.active{
    background-color:#08A3D5;
    border-color:#428bca;
    color:#fff;
}
.btn-group.onoff>.btn-default.on.active{
    background-image:none;
    filter:none;
    background-color:#5cb85c;
    border-color:#5cb85c;
    color:#fff;
}
.btn-group.onoff>.btn-default.off.active{
    background-image:none;
    filter:none;
}

.btn-group.onoff>.btn-default.pause.active{
    background-image:none;
    filter:none;
    background-color:#ed9c28;
    border-color:#d58512;
    color:#fff;
}

.input-group-btn>.btn-default{
    height: 34px;
    border-left: 0;
    background-color: #efefef;
}

.input-group>.input-group-btn .btn{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left:0;
}

.datepicker{z-index:9999 !important;}

.error-row-bottom{
    margin-top: -15px;
    margin-bottom: 10px;
}
.form-error{
    color:#a94442 !important;
}
.social-post-icon-item {
    margin-top:15px;
    font-size:.8em;
}
.social-no-setting {
    color:#bbbbbb !important;
}
.radio-inline,
.checkbox-inline {
    margin-left:0px !important;
    margin-right:10px;
    font-weight:normal !important;
}

.row.header-row{
    margin-bottom:15px;
}

/* tabs on right side of screen */
.nav-tabs .secondary-nav {
    float:right;
    margin-left:10px;
    margin-right:0;
}
.panel>.nav-tabs{
    margin-top:-42px;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
    -webkit-transition:all linear 0.25s;
    -moz-transition:all linear 0.25s;
    -o-transition:all linear 0.25s;
    transition:all linear 0.25s;
    display:block!important;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
    opacity:0;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}

/* .animate-show animates show and hide, so if you are replacing, you get some funkiness...this only does fade IN so its always smooth*/
.animate-fadein.ng-hide-remove{
    -webkit-transition:all linear 0.25s;
    -moz-transition:all linear 0.25s;
    -o-transition:all linear 0.25s;
    transition:all linear 0.25s;
    display:block!important;
}

.animate-fadein.ng-hide-add.ng-hide-add-active,
.animate-fadein.ng-hide-remove {
    opacity:0;
}

.animate-fadein.ng-hide-add,
.animate-fadein.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}

.check-element {
    padding:10px;
    border:1px solid black;
    background:white;
}

.btn.btn-info a{
    color:#fff;
}
.pull-right.pad{
    margin-right:20px;
}
.breadcrumb>.pull-right.separator{
    border-right: 2px solid #888; padding-right: 15px;margin-right:15px;
}
.clickable{
    cursor:pointer;
}

.right-caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin-top: 6px;
    margin-left:3px;
    margin-right:2px;
}

.glyphicon-ok.text-success {
    color: #5bb75b;
}
.zift_inline_stats {
    color:gray;
    font-style: italic;
    font-size:90%;
}
.btn-step {
    z-index:0;
    margin-left:0px !important;
    border-left:0px;
}
.btn-step:first-child {
    border-left: 1px solid #CCCCE5;
}
.btn-step:hover{
    z-index:0 !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#personalizer {
    background-color:#ddd;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom:-20px;
}
div#personalizer > div > iframe {
    background-color:#fff;
    padding:10px;
}
div#personalizer > .panel {
    margin-top:40px;
    max-width:800px;
    border:2px solid #3a87ad;
}

a.step-nav {
    font-size:48px;
    color:#aaa;
}
a.step-nav:hover {
    color:#eee;
}

a.step-nav[disabled="disabled"]{
    color:#ddd;
    cursor:default;
}
@media (min-width: 1200px) {
    a.step-nav > span {
        margin-top:300px;
    }
}
@media (max-width: 1200px) {
    a.step-nav > span {
        margin-top:-20px;
        padding-bottom:20px;
    }
    #previewLoading{
        margin-top: 48px;
    }
}
.colorpickerfield{
    width: 100px;
    text-align: center;
}

.colorpickerfieldcontainer {
    width: 120px;
}


.datepicker.dropdown-menu {
    width: 250px;
    height: 250px;
}

.datepicker.dropdown-menu button {
    outline: 0;
    border: 0;
}
.datepicker .btn-default {
    background-color: #fff;
}
.datepicker .btn-default:hover {
    background-color: #efefef;
}
.datepicker .btn-default.btn-primary {
    background-color: #377faa;
}
.datepicker.dropdown-menu tbody {
    height: 180px;
}

.datepicker.dropdown-menu tbody button {
    padding: 6px;
}

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
    height: 65px;
}

.timepicker.dropdown-menu {
    padding: 0 4px;
}

.timepicker.dropdown-menu button {
    outline: 0;
    border: 0;
}
.timepicker .btn-default {
    background-color: #fff;
}
.timepicker .btn-default:hover {
    background-color: #efefef;
}
.timepicker .btn-default.btn-primary {
    background-color: #377faa;
}
.timepicker.dropdown-menu tbody button {
    padding: 6px;
}

.shrink {
    -webkit-animation: cssAnimation .2s 1 ease-out;
    -moz-animation: cssAnimation .2s 1 ease-out;
    -o-animation: cssAnimation .2s 1 ease-out;
}
@-webkit-keyframes cssAnimation {
    from { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
    to { -webkit-transform: rotate(0deg) scale(0) skew(0deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
    from { -moz-transform: rotate(0deg) scale(1) skew(-1deg) translate(0px); }
    to { -moz-transform: rotate(0deg) scale(0) skew(-1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
    from { -o-transform: rotate(0deg) scale(1) skew(-1deg) translate(0px); }
    to { -o-transform: rotate(0deg) scale(0) skew(-1deg) translate(0px); }
}
.show {
    -webkit-animation: cssAnimation2 .4s 1 ease-out;
    -moz-animation: cssAnimation2 .4s 1 ease-out;
    -o-animation: cssAnimation2 .4s 1 ease-out;
}

@-webkit-keyframes cssAnimation2 {
    from {
        -webkit-transform: scale(0);
        -webkit-animation-timing-function: ease-in-out;
    }
    33% {
        -webkit-transform: scale(1.3);
        -webkit-animation-timing-function: ease-in-out;

    }
    66% {
        -webkit-transform: scale(.75);
        -webkit-animation-timing-function: ease-in-out;
    }
    75% {
        -webkit-transform: scale(1.10);
        -webkit-animation-timing-function: ease-in-out;
    }
    to {
        -webkit-transform: scale(1);
        -webkit-animation-timing-function: ease-in-out;
    }
}
@-moz-keyframes cssAnimation2 {
    from {
        -moz-transform: scale(0);
        -moz-animation-timing-function: ease-in-out;
    }
    33% {
        -moz-transform: scale(1.3);
        -moz-animation-timing-function: ease-in-out;

    }
    66% {
        -moz-transform: scale(.75);
        -moz-animation-timing-function: ease-in-out;
    }
    75% {
        -moz-transform: scale(1.10);
        -moz-animation-timing-function: ease-in-out;
    }
    to {
        -moz-transform: scale(1);
        -moz-animation-timing-function: ease-in-out;
    }
}
@-o-keyframes cssAnimation2 {
    from {
        -o-transform: scale(0);
        -o-animation-timing-function: ease-in-out;
    }
    33% {
        -o-transform: scale(1.3);
        -o-animation-timing-function: ease-in-out;

    }
    66% {
        -o-transform: scale(.75);
        -o-animation-timing-function: ease-in-out;
    }
    75% {
        -o-transform: scale(1.10);
        -o-animation-timing-function: ease-in-out;
    }
    to {
        -o-transform: scale(1);
        -o-animation-timing-function: ease-in-out;
    }
}

/**  123 specific styles **/

.navbar {
    margin-bottom:0px;
    border:none;
}

.panel {
    box-shadow: none;
}

.list-group-item {
    margin-bottom:10px;
}
.list-group-item {
    background-color: #f5f5f5;
}
.panel>.list-group .list-group-item{
    margin-bottom: -1px;
    background-color: #fff;
}
.panel>.list-group .list-group-item:last-child{
    margin-bottom:0;
}

.navbar-wrapper-gray {
    background-color: #222;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
}

.navbar-default {
    background-color: #222;
}

.navbar-wrapper-brand {
    background-color: #44ace1;

    min-height: 28px;
}

.navbar-default .navbar-nav>li>a {
    color: #e1e1e1;
}
.banner-text {
    color: #e1e1e1;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #b1b1b1;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #555;
    color: #c1c1c1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #555;
    color: #c1c1c1;
}

.subnavbar-nav>li>a {
    font-size:12px;
    color: #FFF;
}

.subnavbar-nav>li>a:hover, .subnavbar-nav>li>a:focus {
    background-color: transparent;
    color:#FFF;
    opacity: 1;
}

.subnavbar-nav>li.active>a {
    font-weight: bold;
}

.zift-filter-block .panel {
    margin-bottom:5px;
}

.zift-header {
    margin-bottom:30px
}

.zift-header h2, .zift-header h3 {
    margin-top:8px;margin-bottom:0px;
    color:#44ace1;
}

.zift-header>h2 a {
    color: #5a5a5a;
}

.modal-header {
    background-color: #44ace1 ;
    color:#FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header>.close, .modal-header>.close:hover {
    color: #FFFFFF !important;

}
.modal-header>.close {
    opacity:.7;
}
.modal-header>.close:hover {
    opacity:.9;
}
.zift-header .zift-header-optionblock {
    margin-top:15px;
}

.zift-header .zift-header-optionblock .btn-group {
    margin-top:-5px;
}
.zift-header .zift-header-optionblock .btn {
    margin-top:-5px;
}
.list-panel .panel-body {
    background-color: #f5f5f5;
    padding:15px;
}
.panel-body.slim {
    padding: 5px;
}

.zift-header>h2.col-md-12 {
    margin-left:15px;
}

.unread-message {
    border-left:7px solid #00a9d9;
    padding-left:15px
}

.read-message {
    opacity: .9;
}


.carousel {
    padding:5px;
    background-color:#f1f1f1;
}

.carousel-control {
    color:#000;
}

.carousel-indicators>li {
    border: 1px solid #555;
    background-color: #777;
}

.carousel-caption {
    text-shadow: none;
    color:#555;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.nav-pills > li > a  {
    background-color: #f1f1f1;
    border-radius: 0px;
}

.masthead > .nav-pills > li > a  {
    background-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color:#44ace1;
}

.progress-bar-grayscale {
    background-color: #000000;
}
.progress-bar-red {
    background-color: #a94442;
}
.progress-bar-brand {
    background-color: #44ace1;
}

.progress-bar-none{
    background: transparent;
}

.text-brand {
    color:#44ace1 !important;
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: .9em;
    padding: 5px;
    margin-top: 0px;
    background-color: transparent;
}


.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #FFF;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}

.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}

.wizard a:first-child .badge {
    margin-left: 0;
}

.wizard .current {
    background: #007ACC;
    color: #fff;
}

.wizard .current:after {
    border-left-color: #007ACC;
}

.lines {
    position: relative;
    font-size: 18px;
    font-family: sans-serif;
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    margin-bottom:30px;
}

.lines:before{
    content: attr(data-text);
    background-color: #fff;
    position: absolute;
    text-align: center;
    left: 50%;
    width: 400px;
    margin-left: -175px;
    padding: 10px;
    top: -23px;
}

.analysis-type-selector .nav.nav-pills li.secondary-nav>a{
    padding:5px 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', inherit;
}

.lead {
    font-family: 'Lato', serif;
}

.navbar-wrapper-gray .navbar-nav > li > i {
    display:none;
}

.navbar-wrapper-gray .navbar-nav > .active > a {
    background-color:transparent;
    color: #44ace1;
    font-weight:bold;
}

.navbar-wrapper-gray .navbar-nav > .active > i {
    display:inline;
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: -15px;
    color: #44ace1;
}

x.subnavbar-nav>li>a {
    opacity:.7;
}
.subnavbar-nav>li.active>a {
    opacity:1;
}

.nav-pills > li.secondary-nav.active > a {
    color: #FFF !important;
}

.nav-pills > li.secondary-nav > a {
    color: #44ace1;
}
.nav-pills > li.secondary-nav.analysis-nav > a {
    color: inherit;
}

.analysis-type-selector .secondary-nav.active .fa-caret-right{
    margin-top:3px;
    margin-right:-3px;
}
.list-view {
    margin-top:10px;
}

.list-view .zift-header {
    margin-bottom:17px;
}

.zift-filter-block {
    margin-top:5px;
}

#timeline {
    list-style: none;
    margin: 35px 0 30px 185px;
    padding-left: 30px;
    border-left: 8px solid #e1e1e1;
    font-size:1em;
}
#timeline li {
    margin: 20px 0;
    position: relative;
}
#timeline p {
    margin: 0 0 15px;
}

.timeline-marker {
    display:block;
}

.timeline-marker > .timeline-event-date {
    margin-top: -10px;
    padding:10px;
    width:140px;
    display: block;
    text-align: left;
    top: 20%;
    left: -105px;
    font-size: 1.1em;
    line-height: 20px;
    position: relative;
    border:1px solid #e1e1e1;
    background-color: #44ace1;
    color:#FFF;
    font-family: lato, serif;
}

.timeline-marker > .timeline-event-year {
    margin-top: -10px;
    padding:10px;
    width:140px;
    display: block;
    text-align: left;
    top: 20%;
    left: -105px;
    font-size: 1.1em;
    line-height: 20px;
    position: relative;
    border:1px solid #e1e1e1;
    background-color: #e1e1e1;
    color:#333;
    font-family: lato, serif;
}

.timeline-event-date {
    margin-top: -10px;
    top: 20%;
    left: -145px;
    font-size: 1.1em;
    line-height: 20px;
    position: absolute;
    font-family: lato, serif;
    text-align: right;
}

.timeline-event-circle {
    margin-top: -10px;
    top: 20%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #44ace1;
    border: 5px solid #e1e1e1;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.timeline-event-detail {
    padding: 35px 20px 0;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
}
.timeline-event-detail:before, .timeline-event-detail:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
.timeline-event-detail:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 20%;
    margin-top: -20px;
}
.timeline-event-detail:after {
    border-right-color: #e1e1e1;
    border-width: 17px;
    top: 20%;
    margin-top: -17px;
}
.timeline-event-detail p {
    max-height: 0;
    color: #333;
    hyphens: auto;
    overflow: hidden;
}

.timeline-event-label {
    font-size: 1.2em;
    font-family: lato, serif;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 20px;
    left:20px;
    transition: transform 0.2s linear;
}

.hidden, .timeline-event-radio {
    display: none;
}

.timeline-event-radio:checked + .timeline-event-relative .timeline-event-label  {
    cursor: auto;
    transform: translateX(42px);
    padding-right: 20px;
}
.timeline-event-radio:checked + .timeline-event-relative .timeline-event-circle {
    background: #44ace1;
}
.timeline-event-radio:checked ~ .timeline-event-detail {
    border-color: #e1e1e1;
    background: #f1f1f1;
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.timeline-event-radio:checked ~ .timeline-event-detail p {
    max-height: 200px;
    color: #333;
    transition: color 0.3s linear 0.3s;
}

.thumb-wrapper {
    /*max-height:150px;position:absolute;left:70%;top:40px;*/
    height:172px;
    width:192px;
    float:right;
    margin:20px;
    z-index: 10000;
    text-align: center ;
}

.thumb-frame {
    width: 900px;
    height: 800px;
    border: none;
    -moz-transform: scale(0.2);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.2);
    -webkit-transform-origin: 0 0;
    overflow: hidden;
}

.thumb-wrapper-xs {
    /*max-height:150px;position:absolute;left:70%;top:40px;*/
    height:130px;
    width:145px;
    margin-right:10px;
    z-index: 10000;
    text-align: center;
    margin-bottom:0px;
}

.thumb-frame-xs {
    width: 900px;
    height: 800px;
    border: none;
    -moz-transform: scale(0.15);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.15);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.15);
    -webkit-transform-origin: 0 0;
    overflow: hidden;
}

a.text-plain {
    color: inherit;
}

.btn-default:hover, .btn-default:focus, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #007ACC;
    background-color: #f5f5f5;
    border-color: #adadad;
}

#alert-section>.alert{
    outline: 0 none;
}


.zift-sublist-header {
    background-color: transparent !important;
    padding-top: 0px;
    margin-top:0px;
}

.list-panel > .zift-sublist-header {
    margin-top:5px;
}

.zift-sublist-header > h3.panel-title {
    margin-top:0px;
    color:#777;
    font-size:20px;
    margin-bottom:5px;
}

#crm-details .list-panel {
    margin-bottom:40px;
}

/** preview directive **/
.preview_container {
    position:relative
}
.preview_container:hover .image {
    opacity: .3;
}
.preview_container:hover .icon{
    display:block
}

.icon{
    opacity: .7;
    position : absolute;
    display:none;
    top:20%;
    width:40px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
}

.progress-text{
    width:100%;font-size:2em;margin-top:0px;
}

.progress-text td {
    padding:5px;padding-top:20px;
}

.progress-text h4 {
    white-space: normal;line-height: 25px;
}

.contactlist-list .progress-bar-none {
    color:#999;
}

.contactlist-list .progress-text {
    font-size:12px;
    margin-bottom:0px;
}

.contactlist-list .progress-text td {
    padding-top:0px;
}

.contactlist-list .progress-text h4 {
    font-size:13px;
    line-height: 0px;
}

.contactlist-sublist-group-item {
    margin-top:-10px
}

footer {
    font-size:.85em;
}

footer a {
    color:#999;
}

textarea {
    /* will prevent resizing horizontally */
    resize:vertical;
}

input.ng-invalid-required.ng-touched, select.ng-invalid-required.ng-touched, textarea.ng-invalid-required.ng-touched {
    border: 1px solid #a94442;
}
input.ng-invalid.ng-touched {
    border: 1px solid #a94442;
    background: url(/img/alert_triangle_red.png) no-repeat 99% 50%;
    background-color:#FFFFFF !important;
}

/* stupid HTML5 number spinner....*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.event-program,.event-mailing {
    width: 20px;
}

.event-program, .dh-event-program, .dh-event-program:hover {
    background-color: #FFD073;
}

.dh-event-program a {
    color:#222;
}

.event-item {
    font-size:.9em;
    color:#333 !important;
}

.dh-event-info {
    font-size:.9em;
}

#cal-slide-content {
    background-color:#e1e1e1;
    background-image: none;
    color:#333;
}

#cal-day-box .cal-day-hour .day-highlight {
    height: 25px;
}

#cal-day-box .day-highlight {
    line-height: 25px;
}

.social-list .list-group-item {
    border:1px solid white;
}

.social-list .list-group-item:hover {
    background-color: #f1f1f1;
    color:#00a9d9 !important;
}

#cal-day-box .day-event {
    max-width: 50px;
    overflow: hidden;
}

.form-inline>.form-control.col-xs-9{
    width: 75% !important;
}

.details{
    /* labels and plain divs are misaligned on all our details pages...this will line it up with a form-horizontal > form-group > control-label */
    padding-top:7px;
}
.pac-container{
    z-index:9999;
}

.circular {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border:3px solid #FFF
}

.circular img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.home-carosel-caret {
    padding-left:2px;margin-top:-10px;
}

.home-carosel-caret i {
    color:#FFF
}

.active .home-carosel-caret {
    display:block;
}

.active .home-carosel-caret i {
    color:#e5e5e5
}

.home-carosel-markers-title  {
    font-size:95px;margin-top:0px;line-height:1em;font-family: Arial;font-weight: bold;
    color:#e5e5e5;
}

.active .home-carosel-markers-title  {
    font-size:95px;margin-top:0px;line-height:1em;font-family: Arial;font-weight: bold;
    color:#44ace1;
}

.chart-hover:hover {
    border-color:#00a9d9 !important;
}

.highcharts-contextmenu hr {
    margin-top:5px;
    margin-bottom:5px;
}

.navbar-nav-condensed {
    padding-left:165px;
}

.subnavbar-nav-condensed {
    padding-left:165px;
}

.logo-condensed {
    position: absolute;
    top:12px;
}

.logo-condensed img {
    max-width: 139px
}

/* Responsive design for phone width */
@media ( max-width : 992px) {
    .navbar-nav-condensed {
        padding-left:0px;
    }

    .subnavbar-nav-condensed {
        padding-left:0px;
    }

    .navbar-nav {
        font-size: 1em;
    }
}

.duplicateModal {
    z-index: 9002;
}

.personalizerFrame {
    background-color: transparent;
    border: 2px solid #f1f1f1;
    display: none;
}

#planModal .modal-content {
    background:url('/img/123-modal-background.png') top right no-repeat;
    background-color: #FFF;
}

#planModal .modal-header {
    border:none;
    background-color: transparent;
}

/* For campaign details page */
@media(max-width: 1024px) {
    .zpreview .modal-dialog {
        width: 95%;
    }
    .zpreview .modal-dialog iframe {
        width: 95%;
    }
}

@media ( min-width : 1024px) {
    .zpreview .modal-dialog {
        width: 1040px;
    }

    .zpreview .modal-dialog iframe {
        width: 1000px;
    }
}

.select2-dropdown {
    z-index: 9051 !important;
}
.select2-selection{
    height:auto;
}

.btn-group>.btn-default.active,.btn-group>.btn.wysihtml5-command-active{
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.fa-facebook, .fa-facebook-square{
    color: #3B5998;
}
.fa-twitter, .fa-twitter-square{
    color: #00ACED;
}
.fa-linkedin, .fa-linkedin-square{
    color: #0085AE;
}
.fa-wechat{
    color: #5BB948;
}
.row.social_account table{
    margin-bottom:0px;
}
.btn.btn-link[disabled="disabled"]{
    color:gray;
}

.HUBSPOT_img {
    width:120px;
}

.HOOTSUITE_img {
    width:150px;
    margin-left:-20px
}

.PARDOT_img {
    width:140px;
    margin-left:-10px
}

.social_img {
    margin: 0 10px;
}

#img_plan, #img_execute, #img_analyze {
    background: url('/img/home/plan_imgs.png');
    height: 320px;
    width: 458px;
}

#img_plan {
    background: url('/img/home/plan_imgs.png');
}
#img_execute {
    background: url('/img/home/execute_imgs.png');
}
#img_analyze {
    background: url('/img/home/analyze_imgs.png');
}

.panel-primary>.panel-heading a{
    color: #ffffff;
}
.panel-primary>.panel-heading .badge{
    color: #00a9d9;
    background-color:#ffffff;
}

/* Responsive design for tablet width */
@media ( max-width : 867px) {

    .text-right {
        text-align: left;
    }

    .dropdown-menu-right {
        left:0px;
    }

    .progress-text, .progress-text h4 {
        white-space: normal;
        font-size: 1em;
    }

    .zift-header .zift-header-optionblock .btn {
        margin-top: 5px;
    }
}


/* Responsive design for tablet width */
@media ( min-width : 868px) {
    body {
        font-size: 12px ;
    }

    .text-right {
        text-align: left;
    }

    /* Remve the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* .wide modal with more stuff... */
    .modal-dialog.wide{
        width: 750px;
        margin: 30px auto;
    }

    .navbar-nav-condensed {
        padding-left: 0px !important;
    }

    .subnavbar-nav-condensed {
        padding-left: 0px  !important;;
    }

    .lead_row .table .media-body .text-right, .lead_row .table .media-body .text-center {
        text-align: left !important;
    }

    .dropdown-menu-right {
        left:0px;
    }
}

@media ( min-width : 992px) {
    body {
        font-size: 14px ;
    }
    .text-right {
        text-align: right;
    }

    .navbar-nav-condensed {
        padding-left:165px !important;
    }

    .subnavbar-nav-condensed {
        padding-left:165px !important;
    }

    .dl-horizontal dt
    {
        white-space: normal;
        width: 200px;
        margin: 3px;
    }

    .dl-horizontal dd
    {
        min-height: 20px;
        margin-left: 220px;
        padding: 3px;
    }

    .dropdown-menu-right {
        left:auto;
    }
}

@media ( min-width : 1200px) {
    body {
        font-size: 14px ;
    }

    .dropdown-menu-right {
        left:auto;
    }
}

.cke_dialog_ui_checkbox { margin-top:17px !important;}
.cke_dialog_ui_button_ok {
    color: #ffffff !important;
    background-color: #e69100 !important;
    border-color: #cd8100 !important;
}

.cke_dialog_ui_button_ok:hover, .cke_dialog_ui_button_ok:active {
    color: #ffffff;
    background-color: #bd7700 !important;
    border-color: #8f5a00 !important;
}

.corner-purchased{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px;
    width: 90px;
    border-top-right-radius: 3px;
    background: url('/img/triangle-green.png') no-repeat left top;
    padding-right: 10px;
    text-align: right;
    font-size: 32px;
    color: #fff;
    z-index:99;
}
.corner-price{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 90px;
    width: 90px;
    border-top-right-radius: 3px;
    background: url('/img/triangle-red.png') no-repeat left top;
    padding: 10px;
    text-align: right;
    font-size: 23px;
    color: #fff;
    z-index:99;
}
.corner-price sup{
    font-size: 15px;
    padding-right: 1px;
}
i.fa.text-success{
    color: #5cb85c;
}
i.fa.text-danger{
    color: #d9534f;
}
i.fa.text-warning{
    color: #f0ad4e;
}

#tip {
    padding: 10px 10px 10px 70px;
    margin-bottom: 10px;
    border-color: #C6E4F2;
    border-width: 2px 0;
    border-style: solid;
    font-size: 11px;
    color: #0468a1;
    line-height: 16px;
    background: url('/img/icon_tip_help.png') no-repeat left #E3F1FA;
    /* TODO: Doesn't exist! */
}

.tip_close {
    width: 16px;
    height: 16px;
    background-image: url('/img/icon_cross.png');
    /* TODO: Doesn't exist! */
    float: right;
    margin: 0 0 30px 15px;
}

span.button_dropdown>ul>li a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: normal;
}

span.button_dropdown>ul>li {
    cursor: pointer;
}

div.dialog_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    z-index: 6501;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity = 60);
    opacity: 0.6;
}

#holder {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    color: #FFFFFF;
}

div.dialog {
    zoom: 1;
    float: left;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;

    z-index: 9001;
}
div.dialog>div.dialog_container>.dialog_content {
    padding:15px;
}

div.dialog>div.dialog_container {
    zoom: 1;
    margin: 5px;
    position: relative;
    min-width: 300px;
    background-color: #fff;
}

div.dialog>div.dialog_container h4 {
    padding: 15px;
    color: #FFFFFF;
    font-size: 18px;
    xfont-weight: bold;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    xtext-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    xbackground: #3e3e3e;
    xbackground: -moz-linear-gradient(top, #7D7D7D, #000000);
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#7D7D7D),
    to(#000000) );
    x-ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7D7D7D', endColorstr='#000000')";
    xfilter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#7D7D7D', endColorstr = '#000000' );
    background-color: #44ace1;
}

div.dialog div.dialog_container div.dialog_content div.dialog_footer {
    background-color: #FFFFFF;
    border-top: 1px solid #E1E1E1;
    padding:15px 0;
    line-height: 35px;
    text-align: right;
    height: 55px;
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

#dialog {
    width: 470px;
    height: 390px;
    margin-left: -235px;
    margin-top: -200px;
}

#dialog>div.dialog_container {
    height: 380px;
}

#dialog_small {
    width: 470px;
    height: 190px;
    margin-left: -235px;
    margin-top: -200px;
}

#dialog_small>div.dialog_container {
    height: 180px;
}

#dialog_large {
    width: 800px;
    margin-left: -400px;
    margin-top: -300px;
}

#dialog_large>div.dialog_container {
    min-width: 780px;
}

#dialog_flex {
    width: 470px;
    margin-left: -235px;
    margin-top: -400px;
}

#dialog>div.dialog_container.loading {
    padding: 15px;
    font-size: 12px;
    width: 366px;
}

#dialog div.dialog_container div.dialog_content,#dialog_small div.dialog_container div.dialog_content
{
    padding: 0px;
    min-height: 50px;
}

#dialog div.dialog_container div.dialog_content span.dialog_highlight {
    font-weight: bold;
    color: #3A3A3A;
}

#dialog div.dialog_content>form>fieldset>label {
    margin-bottom: 10px;
}

#dialog_summary>table>tbody>tr>td>fieldset>ol>li {
    vertical-align: top;
}

div.dialog_content div {
    zoom: 1;
}

.ie7 .dialog_content table {
    width: auto;
}

.ie7 .hasLayout {
    height: 1%;
    background: #000;
}

.ie7 .hasLayout a,.ie7 .hasLayout a img,.ie7 .hasLayout a span,.ie7 ul.tabs,.ie7 ul.tabs li,.ie7 ul.tabs li a
{
    zoom: 1;
}

.nofloat {
    float: none !important;
    display: block !important;
}

/** ZiftList **/
ul.list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: "Lucida", "Lucida Grande", "Helvetica Neue", Arial,
    sans-serif;
}

li.list_row {
    display: block;
    padding: 5px 5px 4px;
    border: 1px #E0E0E0 solid;
    border-width: 0px 1px;
}

li.list_row:hover {
    background-color: #BBDDFF;
}

li.list_title {
    border: 1px #E0E0E0 solid;
    border-width: 0px 1px;
    font-size: 16px;
    font-weight: bold;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE),
    to(#FFFFFF) );
    -ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF')";
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#EEEEEE', endColorstr = '#FFFFFF' );
}

li.list_title table {
    margin: 0px;
}

li.row_highlight {
    background-color: #F4F9FF;
}

li.list_empty {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

div.list_header {
    -moz-border-radius-topleft: 6px 6px;
    -moz-border-radius-topright: 6px 6px;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    padding: 5px;
    margin-bottom: 0;
    border: 1px 1px 0 1px solid #AEAEAE;
    background: #BCBDBF;
    background: -moz-linear-gradient(top, #E8E7E8, #919397);
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E7E8),
    to(#919397) );
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#E8E7E8', endColorstr = '#919397' );
}

div.list_header ul.filter_tabs {
    margin: 0 20px 0 2px;
    padding: 0px;
    float: left;
    height: 32px;
}

div.list_header ul.filter_tabs li:first-child,div.list_header ul.filter_tabs li.first
{
    border-left: 1px solid #838383;
    -moz-border-radius-topleft: 6px 6px;
    -moz-border-radius-bottomleft: 6px 6px;
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 6px 6px;
    border-top-left-radius: 6px 6px;
    border-bottom-left-radius: 6px 6px;
}

div.list_header ul.filter_tabs li:last-child,div.list_header ul.filter_tabs li.last
{
    -moz-border-radius-topright: 6px 6px;
    -moz-border-radius-bottomright: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
}

div.list_header ul.filter_tabs li {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    border-right: 1px solid #838383;
    background: #DCDCDB;
    background: -moz-linear-gradient(top, #F7F7F6, #B6B6B6);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F6),
    to(#B6B6B6) );
    -ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F6', endColorstr='#B6B6B6')";
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#F7F7F6', endColorstr = '#B6B6B6' );
}

div.list_header ul.filter_tabs li:hover {
    background: #AAAAAA;
    background: -moz-linear-gradient(top, #F7F7F6, #C1C2C1);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F6),
    to(#C1C2C1) );
    -ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F6', endColorstr='#C1C2C1')";
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#F7F7F6', endColorstr = '#C1C2C1' );
}

div.list_header ul.filter_tabs li.filter_active {
    color: #FFFFFF;
    cursor: default;
    background: #565656;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #727272, #3B3B3B);
    background: -webkit-gradient(linear, left top, left bottom, from(#727272),
    to(#3B3B3B) );
    -ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#3B3B3B')";
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#727272', endColorstr = '#3B3B3B' );
}

div.list_header ul.filter_tabs li a {
    color: #444444;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
}

div.list_header ul.filter_tabs li a:hover {
    color: #000000;
    text-decoration: none;
}

div.list_header ul.filter_tabs li.filter_active a {
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

div.list_header ul.filter_tabs li.filter_active:hover a {
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

div.list_header .searchbar a {
    cursor: pointer;
    float: right;
    outline: 0px;
    padding: 5px 7px;
    text-align: center;
    border-radius: 6px 6px;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, #F7F7F6, #C1C2C1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F6),
    to(#C1C2C1) );
    -ms-filter:
            "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F6', endColorstr='#C1C2C1')";
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
    '#F7F7F6', endColorstr = '#C1C2C1' );
}

div.list_header div.searchbar {
    margin: 0 2px 0 0;
}

div.list_header div.searchbar,div.list_header div.searchbar div {
    float: right;
    height: 32px;
}

div.list_header .searchbar .search_icon {
    -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px 8px;
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
}

div.list_header .searchbar .search_icon,div.list_header .searchbar img.icon-magnifier
{
    float: right;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

div.list_header .searchbar img.icon-magnifier {
    background-position: 4px 4px;
    background-repeat: no-repeat;
    background-image: url('/img/icon_search.png');
}

div.list_header .searchbar .search_icon.showsearch {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius-topleft: 0px 0px;
    -moz-border-radius-topright: 8px 8px;
    -moz-border-radius-bottomleft: 0px 0px;
    -moz-border-radius-bottomright: 8px 8px;
    -webkit-border-top-left-radius: 0px 0px;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -webkit-border-bottom-right-radius: 8px 8px;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 8px 8px;
    border-bottom-left-radius: 0px 0px;
    border-bottom-right-radius: 8px 8px;
}

div.list_header .searchbar div.search_box {
    float: right;
    height: 30px;
    padding: 1px 0px 1px 6px;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius-topright: 0px 0px;
    -moz-border-radius-bottomright: 0px 0px;
    -moz-border-radius-topleft: 8px 8px;
    -moz-border-radius-bottomleft: 8px 8px;
    -webkit-border-top-right-radius: 0px 0px;
    -webkit-border-bottom-right-radius: 0px 0px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px;
    border-bottom-left-radius: 8px 8px;
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.4);
}

div.list_header .searchbar div.search_box input {
    width: 200px;
    height: 11px;
    margin: 4px 0;
    padding: 4px;
    color: #333;
    border: 1px solid #D6D6D6;
}

div.list_footer {
    background-color: #E0E6F2;
    border: 1px #E0E0E0 solid;
    padding: 15px;
}

div.list_footer .pagination {
    font-size: 14px;
    font-family: Lucida, 'Lucida Grande', 'Helvetica Neue', Arial,
    sans-serif;
    font-weight: bold;
}

div.list_footer .pagination a {
    color: #0070CF;
}

div.list_footer .pagination a:hover {
    color: #0090DF;
    text-decoration: none;
}

div.list_footer .pagination select {
    text-align: center;
    font-family: Lucida, 'Lucida Grande', 'Helvetica Neue', Arial,
    sans-serif;
    font-weight: bold;
    width: 50px;
    padding: 2px;
    border: 1px solid #D6D6D6;
}
/** End ZiftList **/

/* START GENERIC LIST STYLE */
div.list_row div {
    padding: 2px;
}

div.row_title {
    font-size: 14px;
    float: left;
}
.row_title i.fa, i.fa-blue{
    color: #5494dc;
}

div.row_title a {
    font-size: 14px;
}

div.row_leftcol {
    float: left;
}

div.row_rightcol {
    float: right;
}

div.row_upper {
    font-size: 14px;
}

div.row_lower {
    font-size: 11px;
}

div.row_rightcol {
    float: right;
    clear: right;
}

div.row_leftcol {
    float: left;
    clear: left;
}
/* END GENERIC LIST STYLE */

.command-bar {
    margin-top:20px;
}

#tip {
    padding: 10px 10px 10px 70px;
    margin-bottom: 10px;
    border-color: #C6E4F2;
    border-width: 2px 0;
    border-style: solid;
    font-size: 11px;
    color: #0468a1;
    line-height: 16px;
    background: url('/img/icon_tip_help.png') no-repeat left #E3F1FA;
    /* TODO: Doesn't exist! */
}

.tip_close {
    width: 16px;
    height: 16px;
    background-image: url('/img/icon_cross.png');
    /* TODO: Doesn't exist! */
    float: right;
    margin: 0 0 30px 15px;
}

.statsbox h3 {
    margin-top: 0px;
}

/* forms */

.section_header {
    font-weight:bold;
}

fieldset>ol>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

fieldset>ol>li.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
    opacity: 0.5;
}

fieldset>ol>li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

fieldset>ol>li>* {
    display: block;
}

fieldset>ol>li>script {
    display: none;
}

fieldset>ol>li>a {
    display: inline-block;
}

form>fieldset>label,fieldset>ol>li label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 13px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
}

fieldset>ol>li label[for] {
    display: inline;
}

fieldset>ol>li em {
    display: block;
    font-size: 11px;
    margin: 4px 0 0 5px;
    color: #bbb;
}

fieldset>ol>li em a {
    text-decoration: none;
    color: #000000;
}

fieldset>ol>li table.columns tr td {
    padding-right: 15px;
}

fieldset>ol>li table.columns tr td:last-child {
    vertical-align: top;
    padding-right: 0px;
}

fieldset>ol>li input.text {
    color: #595959;
}

fieldset>ol>li input.text[disabled] {
    color: #AAAAAA;
}

/* end forms */

.tab_pane {
    padding-top:30px;
}

div.dialog>div.dialog_container h4 {
    margin-top:0px
}

.half {
    margin-right:5px;
}

.form_required {
    font-size:9px;
    padding-left:5px;
    padding-right:5px;
}

.input-required {
    font-size: 12px;
    color: red;
    display: none;
}
.col25 {
    display: block;
    width: 25%;
}

.col33 {
    display: block;
    width: 33%;
}

.col34 {
    display: block;
    width: 34%;
}

.col50 {
    display: block;
    width: 50%;
}

.col66 {
    display: block;
    width: 66%;
}

.col67 {
    display: block;
    width: 67%;
}

.col75 {
    display: block;
    width: 75%;
}

.col25 {
    display: block;
    width: 25%;
}

.w100 {
    width: 100%;
}

.f_left {
    float:left;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

#ui-datepicker-div{
    z-index:9999 !important;
}

.page {
    position: relative;
}

.page_header_hr {
    clear:both;
}

.page_header {
    overflow:hidden;
}

.page_header_overflow {
    overflow: visible;
}

.highcharts-container {min-height:125px !important;}

.activity-type-display, .activity-id {
    font-size: 12px;
    margin-top: 5px;opacity: 0.7;
}

.funding-right-border {
    border-right: 1px solid #ddd;
}

.funding-right-border-black {
    border-right: 1px solid #000;
}

.divTableWithFloatingHeader {
    position: relative;
    display: table;
    width: 100%;
}

#messageBox {
    display: none;
    margin-top: 15px;
    margin-bottom: 0px
}

.funding-detail-table .fund-name {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-upload-message {
    display: table-row;
}

.file-upload-button label {
    display: inline-block !important;
}

.form-bottom-label {
    margin-top: 5px;
}

/* styles for loading icon on form submission */
.submit-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    color: white;
    background: rgba(0,0,0,0.35);
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
    z-index: 10000;
}

.submit-wrap {
    display: inline-block;
    position: relative;
}

.submit-spinner {
    vertical-align: middle;
    display: table-cell;
    height: 34px;
    padding:0 16px;
}

.show_image_iframe {
    width:100%;
    height:100%;
}

.modal-loading {
    height:400px;
}

.modal-container {
    height:504px;
}

.upload-message {
    padding: 15px;
}

.download-link {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.wechat-article-type {
    display: none;
    margin-top: 10px;
}

input.social-checkboxes.disabled, .checkbox-inline.social-disable.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#postTypeModal { display: none; }

#zift-marcom-iframe {
    padding: 20px 50px;
}

#templateForm .file-upload-message .help-block {
    margin: 5px 0 3px;
}

.partner-users-table {
    border: 1px solid #ddd
}

.partner-users-table-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.hiddenCampaignDropdown {
    opacity: 0;
    user-select: none;
}

.hiddenCampaignDropdown * {
    cursor: default !important;
}

@media (max-width: 991px) {
    .hiddenCampaignDropdown {
        display: none;
    }
}

.table-min-width>tbody>tr>td{
    min-width: 120px;
}

.topbar-search-filters {
    padding-bottom: 15px;
}

.asset-modal #searchFilterGroups {
    max-height: 550px;
    overflow: auto;
}

.field-description {
    font-size:12px;
    color:#777;
    font-weight:normal;
}

.zift-one-link {
    color: #FDA027 !important;
}

.pre-wrap {
    white-space: pre-wrap;
}

.flex {
    display: flex;
}

.dont-show-checkbox {
    margin-top: 4px !important;
    margin-left: 3px !important;
}

.onboarding-success {
    color: #5cb85c !important;
    border:0px !important;
}

.activity-thumbnail img {
    max-height: 140px
}

.list-group-item-address {
    background-color: #f1f1f1 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 5px !important;
}

.page_header_overflow h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_header_overflow h2 div {
    white-space: nowrap;
}

.page_header_overflow h2 div.header_text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.iframe-padding {
    padding-bottom: 40px !important;
}

.iframe-position {
    top: 20px !important;
}

.file-drag-area {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #41c0f0;
    border: 2px dashed;
    background: #fff;
    border-radius: 5px;
    flex-direction: column;
    padding: 5px;
}

.file-drag-area header {
    font-size: 20px;
    font-weight: 500;
}
.file-drag-area span {
    font-weight: 500;
    margin: 10px 0 15px 0;
}
.file-drag-area button {
    margin-bottom: 5px;
    padding: 7px 15px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #fff;
    background: #41c0f0;
    border-radius: 5px;
    cursor: pointer;
}

.bulk-file-upload-file-list {
    display:flex;
    flex-direction: column;
    padding-left: 15px;
    padding-top: 5px;
}

.bulk-file-upload-file-row {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f5f5f5;
    margin-right: 0;
}

.bulk-file-upload-file-row-container {
    padding-left: 7px;
}

.bulk-file-upload-file-name-container {
    display:flex;
    flex-direction: row;
}

.bulk-file-upload-file-name-info {
    padding-left: 5px;
    font-size: 12px;
}

.bulk-file-upload-file-size {
    padding-left: 0;
}

.bulk-file-upload-element {
    padding-top: 7px;
    display:flex;
    flex-direction: row;
}

.bulk-file-upload-file-share-button {
    padding-right: 30%;
    cursor: pointer;
    color: #41c0f0;
}

.bulk-file-upload-file-remove-button {
    cursor: pointer;
}

.file-drag-area-icon {
    color: #41c0f0;
    font-size: 100px;
}

.modal-title-subject {
    top: 35px;
    position: absolute;
    margin: 0;
}

.modal-header-large {
    min-height: 75px !important;
}