@charset "utf-8";
/*
dark blue: #1b4571
light blue: #004b87
red: #e50b0b
green: #dacb24
gold: #FDC146
*/


/*this should not be done like this*/
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
*/
* { margin:0;padding:0; }
div.valign { display: -moz-inline-box;display: inline-block;vertical-align: middle; font-size:16px;line-height:60px; }
div.valign a { line-height:40px; }
.date-color { line-height:5px; }
div.center { width:100%;text-align:center; }
html* div.valign { display: inline; }

/*.modal-dialog.modal-xlg { max-width:1024px !important; }*/
/*.modal-dialog.modal-xlr { max-width:90% !important; }*/

.zopim{
    z-index: 1049 !important;
}

.zym-filter{
    position: relative !important;
    display: inline-block!important;
    width: 75px!important;
    height: 36px!important;
    margin: 0 0 0 10px!important;
}

.freddy {
    background-color: #004b87 !important;
    color: #fff !important;
    min-height: 60px;
    padding: .5rem 1rem !important;
}

/*h6{font-size:.7rem !important;}*/
/*h5{font-size:.8rem !important;}*/
/*h4{font-size:.9rem !important;}*/
/*h3{font-size:1rem !important;}*/
/*h2{font-size:1.3rem !important;}*/
/*h1{font-size:1.8rem !important;}*/

/*.btn-success:not(.applyBtn) {*/
    /*color: #fff !important;*/
    /*font-weight:700 !important;*/
    /*border-color: #17c671;*/
    /*background-color: #17c671;*/
    /*box-shadow: none;*/
/*}*/

/*.btn-outline-success {*/
    /*background-color: transparent;*/
    /*background-image: none;*/
    /*border-color: #004b87;*/
    /*color: #004b87 !important;*/
    /*font-weight:700 !important;*/
/*}*/

/*.btn-outline-success:hover {*/
    /*color: #fff !important;*/
    /*font-weight:700 !important;*/
    /*background-color: #17c671;*/
    /*border-color: #17c671;*/
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 4px 10px rgba(23,198,113,0.25);*/
/*}*/

#website_visitor_tracking table td {
    vertical-align: middle;
    position: relative;
}

.img-control{
    overflow: hidden;
    max-width: 17.25rem;
    max-height: 2.25rem;
    height: auto;
}

.loader
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#topmast ul {
    margin: 4px 15px 0 0;
    padding: 0;
    float: right;
}

#topmast ul li {
    margin: 0 0 0 10px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after, .clear {
    clear: both;
}

.cf {
    *zoom: 1;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

body.wait, body.wait * {
    cursor: wait !important;
}

/*div, i {*/
    /*position: relative;*/
/*}*/

.on-off {
    float:left;
    margin:0 15px;
}

.on-off.right { float:right; }

.on-off-text {

}

.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 36px;
    margin:20px 0 0 10px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
    text-align:center;
}
.slider i { color:#fff;line-height:34px; }

input:checked + .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #e1e5eb;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #FFBD59;
}



input:focus + .slider {
    box-shadow: 0 0 1px #004b87;
}

input:checked + .slider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
}

.slider.round {
    border-radius: 34px;
    border: 1px solid #004b87;
}

input:checked + .slider.round {
    border: 1px solid #FFBD59;
}

.slider.round:before {
    border-radius: 50%;
}

.switch .switch-off {
    position: relative;
    display: inline-block;
    color: #004b87;
    margin: 9px 0 0 35px;
    cursor: pointer;
}

.switch .switch-on {
    position: relative;
    display: inline-block;
    color: #FFF;
    margin: 9px 0 0 5px;
    cursor: pointer;
}

#sidebar *, #sidebar ::after, #sidebar ::before {
    box-sizing: initial !important;
}

#sidebar {
    width: 60px;
    padding: 9px 0 0 0;
    min-height: 100%;
    float: left;
    background: #1B4571;
    position:fixed;
    z-index: 1000;
}

#sidebar-expand i {
    font-size: 1.6em;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;

}


#sidebar-expand i:hover {
    background: #fff;
    color: #004b87;
}

#sidebar-expand.active i {
    background: #fff;
    color: #FFBD59;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sidebar li {
    position:relative;
}
#sidebar ul ul {
    display:none;
}
#sidebar ul ul ul {
    display:none;
}

#sidebar ul li a {
    display: block;
    color: #fff;
    position:relative;
}

#sidebar ul ul li a {
    display: block;
    color: #fff;
    position:relative;
    font-size: 14px;
}

#sidebar ul li a span {
    display: none;
    float:left;
    font-size:14px;
}

#sidebar ul li a i {
    font-size: 26px;
    width: 60px;
    height: 47px;
    line-height: 47px;
    color: inherit;
    text-align: center;
    cursor: pointer;
    float:left;
}

#sidebar ul ul li a i {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 36px;
    color: #004b87;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    float:right;
}
#sidebar ul li a:hover, #sidebar ul li.exclick a {
    background: #fff;
    color: #004b87;
}

#sidebar ul li:hover a {
    background: #fff;
    color: #FFBD59;
}

#sidebar ul li:hover ul a, #sidebar ul li.exclick ul a {
    background: #fff;
    color: #004b87;
}

#sidebar ul li a.active  {
    background: #fff;
    color: #FFBD59;
}

#sidebar ul.popout {
    position: absolute;
    left: 0;
    top: 49px;
    width: 200px;
    background: #1B4571;
    z-index: 10000;
}
#sidebar ul.popout li { height:47px; }

#sidebar ul.popout li a span {
    display: inline-block;
    border: none !important;
    top:0 !important;
    line-height:47px;
    height:47px;
}

#sidebar ul li a span.hover {
    display: inline-block;
    background:inherit;
    width:140px;
    line-height:47px;
    height:47px;
    position:absolute;
    border: 1px solid #1B4571;
    border-left:none;top:-1px;
    text-decoration:underline;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

#sidebar ul li:hover a span, #sidebar ul li.exclick a span {
    display: inline-block;
    background:inherit;
    width:140px;
    line-height:47px;
    position:absolute;
    border: 1px solid #1B4571;
    border-left:none;top:-1px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
#sidebar ul li:hover > ul:last-of-type  { display:block;position:absolute;left:200px; }
#sidebar ul li:hover > ul:first-of-type  { display:block;position:absolute;left:60px; }
#sidebar ul li:hover > ul, #sidebar ul li.exclick > ul { display:block;position:absolute;left:60px; }

#sidebar ul li:hover ul li:hover > ul { display:block;position:absolute;left:140px;top:0; }
#sidebar ul ul li a {
    display: block;
    background:inherit;
    width:139px;
    line-height:36px;
    border: 1px solid #1B4571;
    border-bottom:none;
    background: #fff;
    color: #004b87;
    text-indent:10px;
}

#sidebar ul ul a {
    border-left:1px solid #1B4571 !important;
}

#sidebar ul ul li:hover > a, #sidebar ul ul li:hover > a i { color: #FFBD59; }
#sidebar ul ul li a.last { border-bottom: 1px solid #1B4571; }
#sidebar ul.popout li:hover ul { display:none !important; }

#sidebar ul ul.extend { position:absolute;left:200px !important; }

#sidebar ul li a, #sidebar ul li:hover ul a, #sidebar ul li.exclick ul a { font-size:14px !important; }

#main-area {
    /*width: 100%;*/
    min-height: 100%;
    background: #f4f6fb;
}

#topmast {
    width: 100%;
    height: 52px;
    background: #fff;
}

#topmast span {
    color: #004b87;
    font-size: 1em;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    display:inline-block;
}

#free-trial {
    float: left;
    width: calc(100% - 450px);
    color: #004b87;
    font-size: 1em;
    line-height: 40px;
    padding: 0 20px;
}

#main-back{
    float: left;
    color: #004b87;
    font-size: 1em;
    line-height: 40px;
    padding: 0 20px;
}
#client-logo {
    float: left;
    color: #004b87;
    font-size: 1em;
    height: 50px;
}
#client-logo img { height:40px;padding:5px 10px; }
/*
#client-notifications {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #004b87;
    float: right;
    border-radius: 3px;
    text-align: center;
    font-size: 1.4em;
    margin: 4px 0;
    cursor: pointer;
}

#client-notifications.read {
    background: #666;
}

#client-notifications.unread {
    background: #e50b0b;
}

#client-notifications i {
    margin: 4px 0;
}

#client-notifications span {
    font-size: 0.6em;
    position: absolute;
    left: 12px;
    top: 0px;
    font-weight: normal;
    padding: 0;
    line-height: inherit;
}

#client-notifications.read span {
    color: #666;
}

#client-notifications.unread span {
    color: #e50b0b;
}
*/
#notification-div {
    display: none;
    background: #FFF;
    width: 400px;
    position: absolute;
    right: 12%;
    top: 41px;
    z-index: 1000;
    box-shadow: -1px 1px 10px 0px #000;
}

.notification-pop {
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    top: 25% !important;
}

.notification-pop a {
    display: block;
    width: 200px;
    padding: 10px;
    margin: 10px auto 0 auto;
    background: #FFBD59;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 16px;
}

#settings {
    float: right;
    width: 200px;
    color: #004b87;
    font-size: 1em;
    line-height: 40px;
    padding: 0 20px;
}

#settings i {
    padding: 0 10px;
}


#topmast #settings ul { display:none;margin:0;float:none;background:#fff;z-index:10;position:absolute;list-style-type:none;width:150px; }
#topmast #settings ul li { margin:0; }
#topmast #settings ul li a { color: #004b87;display:block; }

#night-sky {
    background-color: #004b87;
}

#grad-sky {
    background: #004b87;
}

#main-menu {
    width: 100%;
    min-height: 60px;
    background-color: #004b87;
}

#main-nav{background-color: #ffffff !important;}

#main-menu h1 {
    display: inline-block;
    color: #fff;
    margin: 20px 15px 0 15px;
    font-weight: 700;
    font-size: 36px;
}

#main-menu h3 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#main-menu h1 a { color:#004b87; }

#main-menu h1 span {
    float: right;
    margin: 0 25px 0 0;
}

#main-menu ul {
    list-style-type: none;
    margin: 0 15px;
    padding: 0;
}

#main-menu ul li {
    float: left;
    margin: 10px 25px 0 0;
    position:relative;
}

#main-menu ul .date-range-filter {
    float: right;
    margin: 5px 25px 0 0;
}

#main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 43px;
    border-bottom: 4px solid transparent;
}

#main-menu ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #fff;
}

#main-menu ul li a.active {
    color: #FFBD59;
    border-bottom: 4px solid #FFBD59;
}

#main-menu ul li select {
    font-size: 18px;
    font-weight: 500;
    height: 30px;
}

#main-menu > a {
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -75px;
    z-index: 1000;
}

#main-menu ul li span { position:absolute;top:-12px;left:0;color:#fff;min-width:40px;text-align:center; }
#main-menu ul li span * { display:inline-block; }
#main-menu ul li span.sales_notification { color:#e50b0b; }
#main-menu ul li span.gold { color:#FF0;left:20px; }

ul#sub-menu, ul.sub-menu {
    list-style-type: none;
    margin: 15px 15px 0 15px;
    padding: 0;
    float:right;
    display:inline-block;
}

ul#sub-menu.left, ul.sub-menu.left { float:none; margin: 10px 15px 20px 0; }

ul#sub-menu li, ul.sub-menu li {
    float: left;
    margin: 0px 25px 0 0;
}

ul#sub-menu li a, ul.sub-menu li a {
    display: inline-block;
    font-size: 17px !important;
    font-weight: 500;
    color: #525d7d !important;
    line-height: 34px;
    border-bottom: 4px solid transparent;

}

ul#sub-menu.web_visit-menu li span { display:block;text-align:center;padding:15px 0 0 0;color:#1b4571; }

ul#sub-menu.web_visit-menu li span i { display:block;color:#4d98d3;font-size:12px; }

#main-menu ul.sub-menu li a { border-bottom: 4px solid transparent; }
#main-menu ul.sub-menu li a:hover { border-bottom: 4px solid #fff; }

ul#sub-menu li a:hover, ul.sub-menu li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #004b87;
}

ul#sub-menu li a.active, ul.sub-menu li a.active, #main-menu ul.sub-menu li a.active, ul#pill-menu li.active {
    color: #FFBD59 !important;
    border-bottom: 4px solid #FFBD59;
}

#sub-menu div {
    margin: 0;
    background: #fff;
    padding: 12px 30px;
}

#select-dashboard-widgets { position:relative;top:0;left:0;z-index:101;background:#fff;width:100%;padding:15px;border:1px solid #ccc;box-shadow:2px 2px 4px #aaa; }
#select-dashboard-widgets h2 { color:#1b4571;font-size:18px;float:left; margin-left:25px; }
#select-dashboard-widgets a#view-pricing { color:#FFBD59;font-size:18px;float:left;margin-left:25%; }
#select-dashboard-widgets #user-widget-selection { display:inline-flex; width:20%; }
#select-dashboard-widgets .widget_column { width:19%;min-height:417px;margin-right:1%;float:left; }
#select-dashboard-widgets .widget_column.services { display:none; }
#select-dashboard-widgets .widget_column .widget-sub { display:none;padding-left:36px; }
#select-dashboard-widgets.all .widget_column.services { display:block; }
#select-dashboard-widgets .widget_title { font-size:18px;background:#FFBD59;line-height:36px;text-indent:24px;color:#fff;border-radius:3px; }
#select-dashboard-widgets .widget_title span { float:right;padding-right:10px; }
#select-dashboard-widgets div { color:#111;font-size:14px; }
#select-dashboard-widgets div.widget-label { width:90%;display:inline-block;padding:5px 5%; }
#select-dashboard-widgets div.widget-show { width:90%;display:inline-block;padding:5px 5%;text-indent:5px;cursor:pointer; }
#select-dashboard-widgets span.widget-checkbox { float:left;font-size:20px;margin-right:15px; }
#select-dashboard-widgets span.widget-sub-list { float:left;font-size:14px;margin-right:15px; }
#select-dashboard-widgets span.widget-checkbox.icon-checked { color:#FFBD59; }
#select-dashboard-widgets span.widget-checkbox.icon-unchecked { color:#333; }
#select-dashboard-widgets .widget-name { color:#111;float:left;line-height:20px; }
#select-dashboard-widgets .widget-name i { color:#bbb; margin-right:10px; }
#select-dashboard-widgets .widget-label a { display:inline-block;float:right;margin-right:30px; }
#select-dashboard-widgets .widget-price { visibility:hidden;font-weight:bold;float:right;line-height:20px;color:#aaa; }
#select-dashboard-widgets.all .widget-price { visibility:visible; }
#select-dashboard-widgets .widget-credits { display:block;font-weight:bold;float:right;line-height:20px;color:#aaa; }
#select-dashboard-widgets.all .widget-credits { display:none; }
#select-dashboard-widgets #services-pricing { display:none;position:absolute;right:30px;bottom:10px;z-index:1000;color:#111; }
#select-dashboard-widgets.all #services-pricing { display:block; }
#select-dashboard-widgets #all_features { display:none; }
#select-dashboard-widgets.all #all_features { display:block;width:19%;position: absolute;left:40%;bottom: 40px; }
#select-dashboard-widgets.all #all_features .widget-name { font-weight:bold; }
#services-pricing .pricing { font-size:14px;width:100%; }
#services-pricing .pricing span { display:inline-block;text-indent:10px;padding:5px 0; }
#services-pricing .pricing span:nth-child(1) { width:70%; }
#services-pricing .pricing span:nth-child(2) { width:30%;text-align: right; }
#services-pricing #pricingTotal { border-top:1px solid #ccc;font-weight:bold;color:#FFBD59; }
#select-dashboard-widgets .close-modal { color:#aaa;position:absolute;right:15px;bottom:15px; }
#customise-widgets { position:absolute;left:0;top:152px;z-index:100;font-size:18px;text-align:center;display:block;width:100%; }
#customise-widgets a { display:inline-block; }

#select-dashboard-pricing { position:absolute;top:140px;left:0;z-index:101;background:#fff;width:96%;min-height:450px;padding:15px;border:1px solid #ccc;box-shadow:2px 2px 4px #aaa; }
#select-dashboard-pricing h2 { color:#1b4571;font-size:18px;float:left; }
#select-dashboard-pricing a#view-pricing { color:#FFBD59;font-size:18px;float:left;margin-left:25%; }
#select-dashboard-pricing #user-widget-selection { float:right;margin-right:10px; }
#select-dashboard-pricing .widget_column { width:19%;min-height:417px;margin-right:1%;float:left; }
#select-dashboard-pricing .widget_column.services { display:none; }
#select-dashboard-pricing .widget_column .widget-sub { display:none;padding-left:36px; }
#select-dashboard-pricing.all .widget_column.services { display:block; }
#select-dashboard-pricing .widget_title { font-size:18px;background:#FFBD59;line-height:36px;text-indent:24px;color:#fff; }
#select-dashboard-pricing .widget_title span { float:right;padding-right:10px; }
#select-dashboard-pricing div { color:#111;font-size:14px; }
#select-dashboard-pricing div.widget-label { width:90%;display:inline-block;padding:5px 5%; }
#select-dashboard-pricing div.widget-show { width:90%;display:inline-block;padding:5px 5%;text-indent:5px;cursor:pointer; }
#select-dashboard-pricing span.widget-checkbox { float:left;font-size:20px;margin-right:15px; }
#select-dashboard-pricing span.widget-sub-list { float:left;font-size:14px;margin-right:15px; }
#select-dashboard-pricing span.widget-checkbox.icon-checked { color:#FFBD59; }
#select-dashboard-pricing span.widget-checkbox.icon-unchecked { color:#333; }
#select-dashboard-pricing .widget-name { color:#111;float:left;line-height:20px; }
#select-dashboard-pricing .widget-name i { color:#bbb; margin-right:10px; }
#select-dashboard-pricing .widget-label a { display:inline-block;float:right;margin-right:30px; }
#select-dashboard-pricing .widget-price { font-weight:bold;float:right;line-height:20px;color:#aaa; }
#select-dashboard-pricing .widget-credits { display:block;font-weight:bold;float:right;line-height:20px;color:#aaa; }
#select-dashboard-pricing #services-pricing { position:absolute;right:30px;bottom:10px;z-index:1000;color:#111; }
#select-dashboard-pricing .close-modal { color:#aaa;position:absolute;right:2px;top:2px; }

#quick-stats {
    width: 1200px;
    min-height: 240px;
    background: #f4f6fb;
    padding:0 0 40px 0;
    margin:40px auto;
}

.card-dashboard{height:260px;min-height:260px;}
.dash-title{    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #3D5170 !important;}
/*.quick-stats-sub:last-of-type { display:none; }
3D5170 test
dacb24 old
*/

.quick-stats-sub .quick-stat {
    width: 16%;
    margin: 15px 0 0 0;
    padding: 10px 0 20px 0;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    height:180px;
}
.quick-stat-daily {display:flex;justify-content:center;padding-top:15px; }
.quick-stat-daily i {font-size:16px;display:inline-block;margin-right:5px; }
.quick-stat-daily span.gold { color:#17c671;}
.quick-stat-daily span { padding:0 10px; }
.quick-stat-daily a.grey { color:#9f9f9f; opacity:0.5; }
.quick-stat-daily a.green { color:#FDC146; }
.quick-stat-daily span.grey { color:#9f9f9f; opacity:0.5;}
.quick-stat-daily a.gold { color:#17c671; }
.quick-stat-daily span.gold { color:#17c671;opacity:1; }
.quick-stat-daily a.blue { color:#289cd7; }
.quick-stat-daily span.blue { color:#289cd7;opacity:1; }
.quick-stat-daily a.red { color:#d10000; }
.quick-stat-daily span.red { color:#d10000;opacity:1; }

#quick-stats .quick-stat-daily.quick-five, .quick-stats-sub .quick-stat-daily.quick-five {
    width: 19.5%;
}

#quick-stats .quick-stat:last-of-type, .quick-stats-sub .quick-stat:last-of-type, #quick-stats-daily .quick-stat:last-of-type {
    border-right: none;
}

a#go_to_sales { font-size:4em;color:#fff;position:absolute;right:5px;top:100px; opacity:0.2;z-index:10; }
a#go_to_marketing { font-size:4em;color:#fff;position:absolute;left:5px;top:100px; opacity:0.2;z-index:10; }
a#open-sub-stats { font-size:4em;color:#fff;position:absolute;left:calc(50% - 49px);bottom:-15px; opacity:0.2;z-index:10; }

.quick-stat .quick-stat-num {
    font-size: 3.5em;
    color: #525d7d;
    padding:10px 0 0 0;
    margin:0;
    line-height:1;
    font-weight:700;
}

.menu-pos-fix {
    top: -10px;
}

.quick-stat .quick-stat-text {
    font-size: 1.2em;
    color: #FFBD59;
}

.quick-stat .quick-stat-sml {
    color: #525d7d;
    font-size: 12px;
    padding-top: 5px;
}

.quick-stat .quick-stat-sml-green {
    color: #17c671;
    font-size: 12px;
}

.quick-stat .quick-stat-sml-green.grey { color:#9f9f9f; opacity:0.5;}
.quick-stat .quick-stat-sml-green.green { color:#FDC146;}
.quick-stat .quick-stat-sml-green.blue { color:#289cd7;}
.quick-stat .quick-stat-sml-green.red { color:#d10000;}

 .quick-stat .quick-stat-last-engage, .ga-tab-active .quick-stat-last-engage {
    background:#fff;font-size:18px;border:3px solid #FDC146;line-height:32px;min-width:43px;display:inline-block;text-align:center;border-radius:100px;position:absolute;right:5px;top:5px;font-weight:bold;padding:2px 3px 0 3px;color:#FDC146;z-index:1000;
}
.ga-tab-active .quick-stat-last-engage { right:auto;top:8px;left:6px }




/*table styles*/
#reg_dataselect {
    background: #fff;
    color: #000000;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
    box-shadow: 5px 5px 50px rgba(119, 133, 142, 0.14) !important;

}

#reg_dataselect div {
    padding: 4px 4px 0 4px;
}

#reg_dataselect div h3 {
    margin: 0 0 0 10px;
    color: #004b87;
}

#reg_dataselect ul.ui-sortable {
    float: left;
    list-style-type: none;
    min-width: 80px;
    min-height: 30px;
}

#reg_dataselect ul.ui-sortable li {
    float: left;
    display: block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    min-width: 80px;
    background: #eee;
    color: #004b87;
    border: 1px solid #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
}

#reg_dataselect ul.ui-sortable li:hover {
    cursor: move;
}

#reg_dataselect ul.ui-sortable li.ui-state-highlight {
    background: #fff;
    border: 1px dashed #ccc;
}

#reg_dataselect ul#reg_datasel_inuse.ui-sortable li {
    background: #004b87;
    color: #fff;
}

#reg_dataselect #reg_datasel_ctrl {
    background: #50535A;
    padding: 0px;
    margin: 4px;
    float: right;
}

#filter_select {
    color: #000000;
    border: 1px solid #bbb;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
    border-radius: 10px;
}

#filter_select {
    width: 100%;
}

#filter_select .filter {
    width: 15%;
    margin: 0px 0px 0 10px;
    float: left;
}

#filter_select .filter .formLabel {
    font-size: 18px;
    font-weight: bold;
    color: #004b87;
    text-align: left;
}

#filter_select .filter select {
    width: 100%;
    height: 22px;
}

#filter_select .filter input[type=text] {
    width: 90%;
    height: 20px;
    margin-top: -1px;
    padding: 0 5% 0 5%;
}

#filter_select .filter-report-submit {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: 250px;
    float: left;
    background: #2EA0D8;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border: none;
}

#filter_select .filter-report-search {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    float: left;
    background: #2EA0D8;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border: none;
}

#report .filter-container {
    width: 100%;
    margin: 10px 0 10px 10px;
}

#report .filter-container .formLabel {
    font-size: 18px;
    font-weight: bold;
    color: #004b87;
    width: 220px;
    text-align: left;
    float: left;
}

#report .filter-container .formLabelDate {
    font-size: 18px;
    font-weight: bold;
    color: #004b87;
    width: 270px;
    text-align: left;
    float: left;
}

#report .filter-container .formInput {
    width: 250px;
    text-align: left;
    float: left;
}

#report .filter-container .select-filter {
    width: 190px;
    float: left;
    margin: 0px 0px 5px 0px;
    float: left;
}

#reg_table tr.highlightedrow td {
    background: #59BB6A;
    color: #fff;
}

#reg_table tr.highlightedrow td.grey {
    background: #59BB6A;
    color: #fff;
}

#reg_table tr.unhighlightedrow td {
    background: #fff;
    color: #004b87;
}

#reg_table tr.highlightedrow a {
    background: #59BB6A;
    color: #fff;
}

#reg_table {
    margin: 15px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

/*#reg_table tr {
    background: #eee;
}

#reg_table tr.odd {
    background: #fff;
}*/

#reg_table thead tr th,
#reg_table tfoot tr th {
    background-color: #2EA0D8;
    color: #ffffff;
    margin-bottom: -1px;
    font-size: 8pt;
    /*padding: 4px;*/
}

#reg_table thead tr .header {
    background-image: url(../includes/tablesorter/blue/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    /*padding-right: 22px;*/
}

#reg_table tbody td {
    color: #004b87;
    /*padding: 6px 4px 6px 4px;*/
    vertical-align: top;
}

/*#reg_table tbody tr td a {
    color: #004b87;
}

#reg_table tbody tr td .green-link {
    color: #5abc6a;
}*/

.table-alert-circle {
    border: 3px solid;
    border-radius: 100px;
    padding: 0px 3px 0px 3px;
    min-width: 14px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #FFBD59;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
}

.table-alert-circle.right{
    float: right;
}

#reg_table .delete {
    color: #FFFFFF;
    background: #D74444;
    border: none;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
}

#reg_table thead tr .headerSortUp {
    background-image: url(../includes/tablesorter/blue/asc.gif);
}

#reg_table thead tr .headerSortDown {
    background-image: url(../includes/tablesorter/blue/desc.gif);
}

#reg_table input[type=checkbox] {
    margin-top: 8px;
}

#reg_table.embedded thead tr .header {
    background-image: none;
    cursor: auto;
}

#reg_table_empty {
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

#reg_table_empty thead tr th,
#reg_table_empty tfoot tr th {
    background-color: #AAAAAA;
    color: #ffffff;
    margin-bottom: -1px;
    font-size: 8pt;
    padding: 4px;
}

#reg_table_empty thead tr .header {
    background-image: url(../includes/tablesorter/blue/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 22px;
}

#reg_table_empty tbody td {
    color: #3D3D3D;
    padding: 6px 4px 6px 4px;
    background-color: #FFF;
    vertical-align: top;
}

#reg_table_empty tbody tr.odd td {
    background-color: #F0F0F6;
}

#reg_table_empty thead tr .headerSortUp {
    background-image: url(../includes/tablesorter/blue/asc.gif);
}

#reg_table_empty thead tr .headerSortDown {
    background-image: url(../includes/tablesorter/blue/desc.gif);
}

#reg_table_empty.embedded thead tr .header {
    background-image: none;
    cursor: auto;
}

#reg_footer_ctrl {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

#reg_paging a {
    padding: 3px;
    margin: 0px;
    background: #2EA0D8;
    color: #FFFFFF;
    border: 1px solid #2EA0D8;
    text-decoration: none;
    font-size:12px;
}

#reg_paging a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2EA0D8 !important;
}

#reg_paging a.current {
    font-weight: bold;
    background: #FFFFFF;
    color: #2EA0D8 !important;
}

#reg_paging .inactive {
    display: none;
}

.analytics-div {
    width: 80%;
    height: 30px;
    margin: 0 0 2px 0px;
    position: relative;
}

.analytics-div .analytics-desc {
    width: 30%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.analytics-div .analytics-desc a {
    color: #004b87;
}

.analytics-div .analytics-desc a:hover {
    color: #004b87;
}

.analytics-div .analytics-num {
    width: 120px;
    float: right;
    font-weight: bold;
}

#quick-view {
    width: 280px;
    border: 1px solid #1B4571;
    border-radius: 3px;
    margin: 0px 0 0 0;
}

#quick-view #quick-view-graph {
    width: 280px;
    height: 140px;
    background: #fff;
}

#quick-view-selector {
    width: 270px;
    padding: 5px;
    background: #1B4571;
    color: #fff;
}

#quick-view-selector ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

#quick-view-selector ul li {
    float: left;
}

#quick-view-selector ul li a {
    display: block;
    background: #50597b;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin: 0 6px 0 0;
}

#quick-view-selector ul li a.active {
    background: #E64C65;
}

#quick-view-selector ul li a.last {
    margin: 0;
}

#graph-legend {
    width: 203px;
    padding: 10px 0 10px 0;
}

#graph-legend #views {
    padding: 10px 0 10px 0;
}

#graph-legend .color {
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
}

#graph-legend .desc {
    float: left;
    line-height: 18px;
    padding: 0 0 0 10px;
}

#graph-legend .num {
    float: right;
    font-size: 18px;
    padding: 0 10px 0 0;
    line-height: 18px;
}

#graph-legend #views .color {
    background: #2EA3DC;
}

#graph-legend #engagements .color {
    background: #7CD900;
}

.quick-view {
    width: 280px;
    border: 1px solid #1B4571;
    border-radius: 3px;
    margin: 0px 0 0 0;
}

.quick-view .quick-view-graph {
    width: 280px;
    height: 140px;
    background: #fff;
}

.quick-view-selector {
    width: 270px;
    padding: 5px;
    background: #1B4571;
    color: #fff;
}

.quick-view-selector ul {
    list-style-type: none;
}

.quick-view-selector ul li {
    float: left;
}

.quick-view-selector ul li a {
    display: block;
    background: #50597b;
    width: 86px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin: 0 6px 0 0;
}

.quick-view-selector ul li a.active {
    background: #E64C65;
}

.quick-view-selector ul li a.last {
    margin: 0;
}

.graph-legend {
    width: 203px;
    padding: 10px 0 10px 0;
}

.graph-legend .views {
    padding: 10px 0 10px 0;
}

.graph-legend .color {
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
}

.graph-legend .desc {
    float: left;
    line-height: 18px;
    padding: 0 0 0 10px;
}

.graph-legend .num {
    float: right;
    font-size: 18px;
    padding: 0 10px 0 0;
    line-height: 18px;
}

.graph-legend .views .color {
    background: #2EA3DC;
}

.graph-legend .engagements .color {
    background: #7CD900;
}

#quick-view-table {
    min-height: 238px;
    width: 270px;
    border: 1px solid #1B4571;
    border-radius: 3px;
    margin: 0px 0 0 0;
    background: #1B4571;
    padding: 0px 0px 10px 0px;
}

#quick-view-table table {
    margin: 0px 0px 0px 10px;
}

#quick-view-table thead tr {
    background: #1B4571;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
}

#quick-view-table tr {
    min-height: 25px;
}

#quick-view-table tr .description {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

#quick-view-table tr .value {
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#quick-view-table .total {
    background: #7CD900;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
}

#quick-view-table .total td:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#quick-view-table .total td:nth-child(3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.quick-view-table {
    min-height: 238px;
    width: 270px;
    /* border: 1px solid #1B4571; */
    border-radius: 10px;
    margin: 0px 0 0 0;
    /* background: #1B4571; */
    padding: 0px 0px 10px 0px;
    box-shadow: 3px 3px 6px #9f9f9f;
}

.quick-view-table table {
    margin: 0px 0px 0px 15px;
}

.quick-view-table thead tr { /* background: #1B4571; */
    color: #114672;
    font-weight: bold;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
}

.quick-view-table tr {
    min-height: 25px;
}

.quick-view-table tr .description {
    color: #114672;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quick-view-table tr .value {
    color: #114672;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quick-view-table tr.total {
    background: #21B352;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
}

.quick-view-table tr.total td:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.quick-view-table tr.total td:nth-child(3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.quick-view-table tr.total td {
    color: #fff;
}

.quick-view-table-inverse {
    min-height: 238px;
    width: 270px;
    border: 1px solid #1B4571;
    border-radius: 3px;
    margin: 0px 0 0 0;
    color: #1B4571;
    background: #fff;
    padding: 0px 0px 10px 0px;
}

.quick-view-table-inverse table {
    margin: 0px 0px 0px 10px;
}

.quick-view-table-inverse thead tr {
    font-weight: bold;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
}

.quick-view-table-inverse tr {
    min-height: 25px;
}

.quick-view-table-inverse tr .description {
    padding-top: 5px;
    padding-bottom: 5px;
}

.quick-view-table-inverse tr .value {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quick-view-table-inverse .total {
    background: #7CD900;
    border-radius: 3px;
    font-weight: bold;
}

.quick-view-table-inverse .total td:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.quick-view-table-inverse .total td:nth-child(3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.quick-view-table-inverse td sup {
    font-size: 10px;
    margin-top: 2px;
}

.quick-view-table-inverse a {
    color: #1B4571;
}

.channel-icon:nth-child(3n+0) {
    margin: 0 0 15px 0;
}

/*POPUP*/
div.page-overlay.opacity {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 14999;
    top: 0;
    left: 0;
    position: fixed;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

div.page-overlay.opacity.notification-op {
    opacity: 0.6 !important;
}

div.modal-window {
    background: #FFFFFF;
    border-radius: 10px 0 10px 10px;
    visibility: hidden;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    padding: 2em;
    position: fixed;
    right: 0;
    top: 10%;
    width: 50%;
    z-index: 15000;
    box-shadow: 0px 0px 8px #333;
}

div.modal-window.small {
    width: 40%;
    min-width: 450px;
}

div.modal-window.medium {
    width: 70%;
    min-width: 700px;
}

div.modal-window.medium .modal-inner {
    padding: 20px;
    max-height: 460px;
    overflow: auto;
    font-size: 14px;
}

div.modal-window.no-padding {
    padding: 0
}

div.modal-window .updateStatus {
    font-size: 14px;
}

div.modal-window .updateStatus h2 { color:#1b4571; }

div.modal-window .updateStatus span.required {
    color: #900;
}

div.modal-window .updateStatus p.error {
    color: #900;
    text-align: right;
    padding:0px 10px 10px 0;
    font-weight: bold;
}
div.modal-window .updateStatus label.error {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #900;
    font-style: italic;
    font-size: 12px;
    text-align: right;
}

div.modal-window .updateStatus select + label.error {
    right: 35px;
}

div.modal-window .updateStatus input.error,
div.modal-window .updateStatus select.error {
    border: 1px solid #e64c4c !important;
    background: #fffafa !important;
}

div.item.error {
    border: 1px solid #e64c4c !important;
    background: #ffe9e9 !important;
}

div.modal-window .updateStatus i.close-modal {
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

div.modal-window .updateStatus div.row {
    padding: 5px 0;
}

div.modal-window .updateStatus > div.row.stripe:nth-child(even) {
    background: #f8f8f8;
}

div.modal-window .updateStatus label {
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

div.modal-window .updateStatus input,
div.modal-window .updateStatus select {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    resize: none;
}
div.modal-window .updateStatus input[type="radio"] {
    width: auto;
    margin: 0px 10px 5px 0;
}
div.modal-window .updateStatus textarea {
    max-height: 300px;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    resize: none;
}

div.page-overlay.opacity {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

div.modal-window {
    background: #FFFFFF;
    border-radius: 10px 0 10px 10px;
    visibility: hidden;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    padding: 2em;
    position: fixed;
    right: 0;
    top: 10%;
    width: 50%;
    z-index: 15000;
    box-shadow: 0px 0px 8px #333;
}

div.modal-window.small {
    width: 40%;
    min-width: 450px;
}

div.modal-window.big {
    width: 80%;
    min-width: 1000px;
}

div.modal-window.no-padding {
    padding: 0
}

div.modal-window i.close-modal {
    background: #000;
    border-radius: 36px;
    color: #fff;
    font-size: 20px;
    height: 20px;
    padding: 3px 3px 4px 4px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 20px;
    box-shadow: -1px 1px 4px #666;
    z-index: 9;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

form.updateStatus {
    font-size: 14px;
}

z

form.updateStatus label.error {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #900;
    font-style: italic;
    font-size: 12px;
    text-align: right;
}

form.updateStatus select + label.error {
    right: 35px;
}

form.updateStatus input.error,
form.updateStatus select.error,
form.updateStatus .selectize-control.error > div.selectize-input {
    border: 1px solid #e64c4c;
    background: #fffafa;
}

form.updateStatus i.close-modal {
    font-size: 16px;
    padding: 2px 2px 5px 5px;
}

form.updateStatus div.row {
    padding: 5px 0;
}


@media screen and (min-width: 992px){
    form.updateStatus > div.row.stripe:nth-child(even) {
        background: #f8f8f8;
    }
}

@media screen and (max-width: 991px){
    /* form.updateStatus > div.row.stripe > div:nth-child(1) label {
        background: #f8f8f8;
    } */
    /* form.updateStatus > div.row.stripe > div:nth-child(2) input {
        background: #f8f8f8;
    } */
}

form.updateStatus label {
    display: block;
    font-weight: bold;
    padding-top: 5px;
    margin-left:5px;
}

form.updateStatus input,
form.updateStatus select {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    resize: none;
}

form.updateStatus textarea {
    max-height: 150px;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    resize: none;
}

.web-graph {
    display: none;
    width: 90%;
    margin: 5% 0 5% 0;
}

.g-hold {
    display: none;
}

.new-style { box-sizing: border-box !important; font-size: 14px; line-height: 150%; }
.new-style label { display: inline-block; }
.new-style input { padding: 4px; }
.new-style select { padding: 4px; }
.new-style input.block { width: 98%; }
.new-style select.block { width: 100%; }
.new-style optgroup { background-color: #f4f8fa; margin-top:5px; }
.new-style option { background-color: #ffffff; }
.new-style h4 { font-size: 15px; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
.new-style .text-center, .text-center { text-align: center; }
.new-style .text-right, .text-right { text-align: right; }
.new-style .text-left, .text-left { text-align: left; }
.new-style .bold, .bold { font-weight: bold; }
.new-style .italic, .italic { font-style: italic; }
.new-style .save-message { color: #189025; padding-top: 8px; }
.new-style .error, .warning-message { color: #900; font-style: italic; }
.new-style .color-container { height: 20px; width: 20px; padding: 2px; border: 1px solid #bbb; }
.new-style .color-display { height: 20px; width: 20px; cursor: pointer}
.new-style i.exp { font-size:13px; }


/* GRID */

/* TABLE */
.stripes div.row { padding:0.4em 0; }
.stripes div.row div.smaller { font-size:13px; padding-top: 2px; }
.stripes div.row:nth-child(odd) { background-color: #f8f8f4; }
#theTags, #funnel-stages { margin: 0 0.7em; }
#emailListArea { padding: 0 0.2em; }

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot');
    src: url('../font/fontello.eot') format('embedded-opentype'),
    url('../font/fontello.woff') format('woff'),
    url('../font/fontello.ttf') format('truetype'),
    url('../font/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before { cursor: pointer; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-help:before { content: '\e800'; } /* '' */
.icon-add:before { content: '\e801'; } /* '' */
.icon-delete:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e803'; position: relative;
    top: -2px; } /* '' */
.icon-unfilled:before { content: '\e804'; } /* '' */
.icon-filled:before { content: '\e805'; } /* '' */
.icon-unchecked:before { content: '\e806'; } /* '' */
.icon-checked:before { content: '\e807'; } /* '' */
.icon-right-1:before { content: '\e808'; } /* '' */
.icon-loading:before { content: '\e809'; } /* '' */
.icon-ok:before { content: '\e80a'; } /* '' */
.icon-activate:before { content: '\e80b'; } /* '' */
.icon-deactivate:before { content: '\e80c'; } /* '' */
.icon-tags:before { content: '\e80d'; } /* '' */
.icon-notify:before { content: '\e80e'; } /* '' */
.icon-list:before { content: '\e80f'; } /* '' */
.icon-desktop:before { content: '\e810'; } /* '' */
.icon-users:before { content: '\e811'; } /* '' */
.icon-workflow:before { content: '\e812'; } /* '' */
.icon-pencil:before { content: '\e813'; } /* '' */
.icon-add-tag:before { content: '\e814'; } /* '' */
.icon-viewed:before { content: '\e815'; } /* '' */
.icon-mail:before { content: '\e816'; } /* '' */
.icon-clock:before { content: '\e817'; } /* '' */
.icon-pipeline:before { content: '\e818'; } /* '' */
.icon-stats:before { content: '\e819'; } /* '' */
.icon-calendar:before { content: '\e81a'; } /* '' */
.icon-orgs:before { content: '\e81b'; } /* '' */
.icon-inport:before { content: '\e81c'; } /* '' */
.icon-basket:before { content: '\e81d'; } /* '' */
.icon-user:before { content: '\e81e'; } /* '' */
.icon-activities:before { content: '\e81f'; } /* '' */
.icon-flag:before { content: '\e820'; } /* '' */
.icon-doc:before { content: '\e821'; } /* '' */
.icon-search:before { content: '\e822'; } /* '' */
.icon-sort:before { content: '\e823'; } /* '' */
.icon-edit:before { content: '\e824'; } /* '' */
.icon-lost:before { content: '\e825'; } /* '' */
.icon-deleted:before { content: '\e826'; } /* '' */
.icon-close:before { content: '\e827'; } /* '' */
.icon-down:before { content: '\e828'; } /* '' */
.icon-left:before { content: '\e829'; } /* '' */
.icon-right:before { content: '\e82a'; } /* '' */
.icon-up:before { content: '\e82b'; } /* '' */
.icon-drag:before { content: '\e82c'; } /* '' */
.icon-upload:before { content: '\e82d'; } /* '' */
.icon-warning:before { content: '\e82e'; } /* '' */
.icon-cookie-o:before { content: '\e82f'; } /* '' */
.icon-variant:before { content: '\e830'; } /* '' */
.icon-mushroom-cloud:before { content: '\e831'; } /* '' */
.icon-archive:before { content: '\e832'; } /* '' */
.icon-preview:before { content: '\e833'; } /* '' */
.icon-edit-1:before { content: '\e834'; } /* '' */
.icon-trash:before { content: '\e835'; } /* '' */
.icon-new:before { content: '\e836'; } /* '' */
.icon-save:before { content: '\e837'; } /* '' */
.icon-desktop-1:before { content: '\e838'; } /* '' */
.icon-text:before { content: '\e839'; } /* '' */
.icon-puzzle:before { content: '\e83a'; } /* '' */
.icon-columns:before { content: '\e83b'; } /* '' */

.rotate:before {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

 /* CHECKBOX AND RADIO */
.new-style label.checkbox, .new-style label.radio { position: relative; cursor: pointer; color: #333; padding-left: 2.2em; }
.new-style label.radio::before, .new-style label.radio::after { position: absolute; left: 0; top: -14px; font-size: 18px; line-height: 1; }
.new-style label.checkbox::before, .new-style label.checkbox::after { transition: all 0.3s ease 0s; position: absolute; left: 0; top: -17px; font-size: 24px; line-height: 1; }
.new-style label.radio::before { content: "\e804"; }
.new-style label.radio::after { content: "\e805"; max-width: 0; overflow: hidden; }
.new-style label.checkbox::before { content: "\e806"; }
.new-style label.checkbox::after { content: "\e807"; max-width: 0; overflow: hidden; }

.new-style input[type="number"] {width: 100px; margin: 0 5px; }
.new-style input[type="number"].block {width: 100px; margin: 0 5px 0 0; }

#visitorTargetCount { width:130px; }

/*.new-style input[type="checkbox"], .new-style input[type="radio"] {display: none; }*/
.new-style input[type="radio"]:checked + label.radio::before { color: #fff; }
.new-style input[type="radio"]:checked + label.radio::after { color: #111;  max-width: 18px; }
.new-style input[type="checkbox"]:checked + label.checkbox::before { color: #fff; }
.new-style input[type="checkbox"]:checked + label.checkbox::after { color: #111;  max-width: 24px; }

.new-style input[type="radio"]:checked.green + label.radio::after,
.new-style input[type="checkbox"]:checked.green + label.checkbox::after { color: #087608;}

.new-style input[type="radio"]:checked.red + label.radio::after,
.new-style input[type="checkbox"]:checked.red + label.checkbox::after { color: #cf2a0e;}

.new-style input[type="radio"]:checked.blue + label.radio::after,
.new-style input[type="checkbox"]:checked.blue + label.checkbox::after { color: #008cba;}

.new-style input[type="radio"]:checked.purple + label.radio::after,
.new-style input[type="checkbox"]:checked.purple + label.checkbox::after { color: #4c1ac6;}

/* BUTTONS */
.new-style a { color: #0050ba; text-decoration: none; }
.new-style a:hover { color: #135ec2; text-decoration: underline; }

#template-style-menu ul li a i { margin-right:17px; }
#template-style-menu ul li a:hover { background-color: #ebebeb;color:#555 }
#template-style-menu ul li a#kablammo { position: relative; text-indent:0 }
#template-style-menu ul li a#kablammo[data-active='0'] { background-color: #c47777; }
#template-style-menu ul li a#kablammo[data-active='0']:hover { background-color: #c06060; }
#template-style-menu ul li a#kablammo:hover { background-color: #f43333;  }
#template-style-menu ul li a#kablammo i { font-size: 1.7em; margin: 10px 15px; display: inline-block; }
#template-style-menu ul li a#kablammo span { left: 55px; position: absolute; top: 7px; }


.template-container{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}
.template-container:hover{
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.32), 0 4px 20px 0 rgba(0, 0, 0, 0.24);
}
.img-fluid{width:100%;height:300px;}
.template-container{min-height:420px;width:335px;}

 /* ANIMATION */
.spin { -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; display: inline-block; }
.dip { -webkit-animation-name: dip; animation-name: dip;}

.rubberBand {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name:rubberBand
}

.bounce {
  animation: 1.5s infinite 5s linear;
  transform-origin: center bottom;
}

.pulse {
  animation: pulse 2s infinite 3s linear
}

.active-column {
    float: left;
    background: #D8B377;
    margin-right: 3px;
}
.active-column:last-child {
    margin-right: 0;
}

.gauges { width:95%; margin:20px 10px 10px 10px; background:#fff}
.gauges a{ text-decoration: none; }
.gauges .bottom_img{padding-left:10px;  }
.gauges .view{ font-size:12px; color:#133352; font-weight:bold;}
.gauges .container { width:140px; float:left; margin:0 10px 15px 0px;  text-align:center;  }
.gauges .container h2{ font-size:15px;color:#004b87;margin:0 0 10px 0px; text-align:center; height:25px; vertical-align: middle; }
.gauges .container p{ font-size:18px; font-weight:bold; color:#004b87;margin:0 0 0px 0px; text-align:center; height:25px; vertical-align: middle; }
.gauges a:link {color:#004b87}
.gauges a:visited {color:#004b87}
.gauges a:hover {color:#004b87}
.gauges a:active {color:#004b87}

.info-popup-dash { display:none;background:#fff;padding:20px;width:300px;line-height:180%;position:absolute;z-index:100000;border-radius:3px;box-shadow:2px 2px 4px #666; }
/*.info-popup-dash::before {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px 20px 15px 0;
    content: "";
    height: 0;
    left: -15px;
    position: absolute;
    top: 15px;
    width: 0;
}
.info-popup-dash::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 0 15px 20px;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    top: -15px;
    width: 0;
}
*/
#info-popups .info-popup-dash:nth-child(1) { left: calc(50% - 160px);top: 100px;display: block; }
#info-popups .info-popup-dash:nth-child(2) { left: 3%;top: 150px; }
#info-popups .info-popup-dash:nth-child(3) { right: 12%;top: 60px; }
#info-popups .info-popup-dash:nth-child(4) { left: calc(50% - 160px);top: 150px; }
/*#info-popups .info-popup-dash:nth-child(5) { right: 200px;top: 765px; }
#info-popups .info-popup-dash:nth-child(6) { left: calc(50% - 160px);top: 150px; }*/
.info-popup-dash a { color:#FFBD59; }

#night-sky #digital_presence_section.shade { background: rgba(17, 17, 17, 0.6); }
.shade { background: rgba(17, 17, 17, 0.6); }
.shade a { color: #fff; }
.shade span { color: #fff; }
.shade #my_dashboard #widgets-list .menu-section h2 a { color: #fff; }
.shade #my_dashboard #widgets-list .menu-section li a { color: #fff; }

#zym-logo {
    position: absolute;
    left: 44%;
    top: 5px;
}

#zym-logo img {
    width: 150px;
}

div.parts div.template-option {
    margin: 7px 3px;
    padding: 7px;
    border:2px solid rgba(0,0,0,0);
    transition: .2s box-shadow linear;
    border-radius: 3px;
    height: 190px;
    overflow: hidden;
}

div.parts div.email-option {
    margin: 5px 3px 10px;
    padding: 20px;
    border:2px solid rgba(0,0,0,0);
    transition: .2s box-shadow linear;
    border-radius: 3px;
    min-height: 50px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 8px #ccc;
}
div.parts div.email-option h3 {
    margin-bottom: 8px;
}

div.parts div.template-option:hover,
div.parts div.email-option:hover {
    box-shadow: 0px 0px 15px #aaa;
    transition: .2s box-shadow linear;
    cursor: pointer;
}

.tab-bar {
    border-bottom: 1px solid #bbbbbb;
    display: block;
    margin-bottom: 15px;
}

.tab-link {
    display: inline-block;
}

.tab-link a {
    background: #eaeaea;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    color: #666666;
    display: block;
    margin-bottom: -1px;
    padding: 8px 20px 5px;
    font-weight: 400;
}

.tab-link a:hover {
    text-decoration: none;
    background: #f3f3f3;
}

.tab-link a.active, .tab-link a.active:hover {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    color: #333333;
}

div.parts div.template-option.selected,
div.parts div.email-option.selected {
    border:2px solid #f90
}

div.parts div.template-option span.title {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:bold;
}
.modal-inner {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}

#iG-link {
    float: right;
    padding: 11px 0;
    color: #FFBD59;
}
/*
#duplicate-contacts table { width:100%; }
#duplicate-contacts table td { padding:5px 15px; }
#duplicate-contacts table thead td { background:#004b87;color:#fff;}
#duplicate-contacts table tbody tr:nth-child(2n+0){ background:#fff; }
*/
#duplicate-contacts h2 { display:inline-block; }
#duplicate-contacts ul { float:right;margin-right:2px; }
#duplicate-contacts li { display:inline-block; }
#duplicate-contacts li a { font-weight: bold;background: #FFBD59;color: #fff;text-align: center;display: inline-block;line-height: 22px;font-size: 16px;padding:5px 15px; }

/* page menu */
.submenu {
    background-color: #004b87;
    padding: 10px 0 0px 0;
    color: #fff;
    min-height:60px;
}
.submenu h1 {
    font-weight: bold;
    margin: 2px 0px 25px 0px;
    padding: 0;
}
.submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 5px;
    display: inline-block;
}
.submenu ul li:nth-child(1) {
    margin-left: 20px;
}
.submenu ul li {
    display : inline-block;
    padding: 0px 30px 0 0;
    position:relative;
}
.submenu ul > li > a, .submenu ul > li > .dropdown > a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height:43px;
    font-weight:300;
    color: #e0e0e0;
    padding-bottom: 3px;
    transition: all 0.21s linear;
}
.submenu ul > li > a > span.bottom-hover {
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 3px;
    border-color: #FAFAFA;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0.5;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left center;
    /*transition: all .1s ease-in-out;*/
}


.submenu a:focus, .submenu a:hover {
    text-decoration: none;
}
.submenu ul > li > a:focus, .submenu ul > li > a:hover {
    color: #f0f0f0;
    transition: all 0.25s linear;
}
.submenu ul > li > a:hover > span.bottom-hover {
    opacity: 1;
    transform: scale(1);
}
.submenu ul > li.active > a {
    color: #FFBD59;
}
.submenu ul > li.active > a > span.bottom-hover {
    border-color: #FFBD59;
    opacity: 1;
    transform: scale(1);
}
.submenu .dropdown-menu {
    top: 23px !important;
    padding: 2px 0 5px 0;
    border: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    color: #004b87;
    font-size: 14px;
}
.submenu .dropdown-menu li {
    display: block;
    padding: 0;
}
.submenu .dropdown-menu li a {
    color: #F0F0F0;
    padding: 10px;
    font-size: 14px;
}
.submenu .dropdown-menu li a:focus, .submenu .dropdown-menu li a:hover {
    background: #36516D;
}
.submenu .dropdown-menu li a > span.bottom-hover,
.submenu .dropdown-menu li a:hover > span.bottom-hover {
    border-color: rgba(0,0,0,0);
}

.new-list-type {
    height: 110px;
    cursor: pointer;
    border: 5px solid #fff;
}

.new-list-type div {
    margin: 10px;
}

.new-list-type .type-title span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.new-list-type.active {
    border: 5px solid #FFBD59;
}

.header-menu-right {
    display: inline-block;
    float:right;
}

.new-list-type.active:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    color: #FFF;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFBD59;
}


#content-area {
    /* background: #f4f6fb; */
    width: 100%;
    margin: auto;
}

#web-visit-table a span, #time-all a span { font-size:100%; }

.btn-billing-alt, .btn-billing-alt:hover{
    background-color: #004b87 !important;
    color: #fff !important;
    min-width: 120px;
    border-color: #004b87 !important;
}

.btn-headers, .btn-headers:hover{
    background-color: #fff !important;
    color: #004b87 !important;
    min-width: 120px;
    border-color: #004b87 !important;
    height: 32px;
}

.btn-splash, .btn-splash:hover{
    background-color: #004b87 !important;
    color: #fff !important;
    min-width: 120px;
    border-color: #004b87 !important;
    height: 32px;
}

.btn-splash-create, .btn-splash-create:hover{
    background-color: #FFBD59 !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #FFBD59 !important;
    height: 32px;
}

.btn-subbar, .btn-subbar:hover{
    background-color: #f2f4f9 !important;
    color: #004b87 !important;
    min-width: 120px !important;;
    border-color: #f2f4f9 !important;
    font-weight: 600 !important;
    height: auto !important;
    border: none !important;
}


/*.btn-action, .btn-action:hover{
    background: #17c671 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    height: auto !important;
}*/



/*.btn-action, .btn-action:hover{*/
    /*background: #FFBD59 !important;*/
    /*border: none !important;*/
    /*color: #525d7d !important;*/
    /*font-weight: 600 !important;*/
    /*min-width: 120px !important;*/
    /*height: auto !important;*/
/*}*/



/*.btn-action-main, .btn-action-main:hover{*/
    /*background: #FFBD59 !important;*/
    /*border: none !important;*/
    /*color: #004b87 !important;*/
    /*font-weight: 600 !important;*/
    /*min-width: 120px !important;*/
    /*height: auto !important;*/
/*}*/


/*.btn-cancel, .btn-cancel:hover{*/
    /*background: #f9522f !important;*/
    /*border: none !important;*/
    /*color: #fff !important;*/
    /*font-weight: 600 !important;*/
    /*min-width: 120px !important;*/
    /*height: auto;*/
/*}*/

#sub-nav #subnavbarSupportedContent .btn-subbarWhite, #sub-nav #subnavbarSupportedContent .btn-subbarWhite:hover{
    background-color: #f2f4f9 !important;
    color: #525d7d !important;
    min-width: 120px !important;
    border-color: #f2f4f9 !important;
    font-weight: 600 !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
}

#sub-nav #subnavbarSupportedContent .btn-headers, #sub-nav #subnavbarSupportedContent .btn-headers:hover{
    background-color: #f2f4f9 !important;
    color: #525d7d !important;
    min-width: 120px !important;
    border-color: #f2f4f9 !important;
    font-weight: 600 !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
}

.btn-subbarWhite, .btn-subbarWhite:hover{
    background-color: #f2f4f9 !important;
    color: #525d7d !important;
    min-width: 120px !important;
    border-color: #f2f4f9 !important;
    font-weight: 600 !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
}

/*.btn-main, .btn-main:hover {*/
    /*background-color: #004b87 !important;*/
    /*color: #fff !important;*/
    /*height: 32px;*/
/*}*/


/*.z-btn-main, .z-btn-main:hover{*/
    /*background-color: #0085CA !important;*/
    /*color: #fff !important;*/
    /*height: 32px;*/
/*}*/

/*.btn-main, .btn-main:hover {*/
    /*background-color: #004b87 !important;*/
    /*color: #fff !important;*/
    /*height: 32px;*/
/*}*/

/*.btn-default-close, .btn-default-close:hover{*/
    /*background-color: #f9522f !important;*/
    /*color: #fff !important;*/
    /*height: 32px;*/
/*}*/



.z-btn-dash, .z-btn-dash:hover{
    background-color: #eeeeee !important;
    color: #525d7d !important;
    height: 32px;
}

.text-tomato {
    color:#f9522f !important;
}

.disable-hover:hover, .disable-hover:focus {
 background-color: #fff !important;
}

.btn-save, .btn-save:hover{
    /*background-color: #17c671 !important;*/
    color: #fff!important;
    height: 32px;
}

.btn-tomato, .btn-tomato:hover{
     background-color: #f9522f !important;
     color: #fff !important;
     height: 32px;
 }

.btn-save.btn-lg, .btn-save.btn-lg:hover, .btn-tomato.btn-lg, .btn-tomato.btn-lg:hover{
    height: auto !important;
}

/*.btn-danger, .btn-danger:hover{*/
    /*background-color: #c4183c !important;*/
    /*color: #fff !important;*/
    /*height: 32px;*/
/*}*/

.btn-save.btn-lg, .btn-save.btn-lg:hover{
    height: auto;
}

.text-zym-light{
  color: #9a9aa9;
  font-size: 12px;
}

.font-weight-zym{
    font-weight: 600 !important;
}

#website_visitor_tracking {padding:20px;}

.line-clamp  {

    overflow: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Findoutmore
{
    float: right;
    margin-top: 16px;
    margin-right: 15px;
}

body.shepherd-active::after {
    content: "";
    display: block;
    background-color: rgba(3,3,3,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}

.shepherd-element.shepherd-open, .shepherd-target.shepherd-enabled {
    z-index: 1000000 !important;
    position: relative;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    width: 400px;
    max-width: 100%;
}

.shepherd-element.shepherd-theme-arrows.shepherd-wider-content .shepherd-content {
    width: 800px;
}

.shepherd-content header {
    background: #004b87 !important;
    color: #fff !important;
}

a.shepherd-button {
    background-color: #fff !important;
    color: #004b87!important;
    font-size: 0.6em !important;
}

a.shepherd-button.success {
    background-color: #17c671 !important;
    color: #fff!important;
    font-size: 0.6em !important;
}

.shepherd-title {
    color: white !important;
}


.shepherd-content footer {
    background-color: transparent !important;
}

a.shepherd-button.no-show-tour {
    background-color: #fff !important;
    color: #004b87!important;
    font-size: 0.6em !important;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
    float: left;
    color: white !important;
}
.shepherd-buttons > li:first-of-type > a.no-show-tour{float:left;}

/*.row{padding-bottom:20px;}*/

.link-div {
    height: 60px;
    margin: 15px 0;
}

.link-div:last-of-type {
    text-align: center;
    margin: 15px 0 0 0;
}

.link-div a {
    background: #f9f9f9;
    border: 1px solid #000;
    border-radius: 7px;
    margin: 5px;
    width: 143px;
    text-align: center;
    display: inline-block;
    height: 48px;
    vertical-align: middle;
}

.link-div:last-of-type a {
    width: 250px;
    line-height: 48px;
    background: #FFBD59;
    color: #FFFFFF;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    opacity: 1 !important;
    color: white !important;
}

.menu-button {
    font-size: 20px !important;
    color: #004b87 !important;
    cursor: pointer;
    margin: 0 15px 0 0;
    background: white;
    border-radius: 4px;
    padding: 3px;
    width: 26px;
    text-align: center;
}

#reg_table thead tr th {
    background: #ebeaea;
    color: #525d7d;
}

/*.table:not(#current-campaigns):not(#planner-table):not(#zym-ai-table):not(#donationTable) thead tr th {*/
/*    background: #ebeaea;*/
/*    color: #525d7d;*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*}*/

/*tr{background-color:#fff;}*/

/*div a {color:#525d7d;}*/

.content-margin-top {
    margin-top: 1%;
}

/*.card {*/
    /*-webkit-border-radius: 3px !important;*/
    /*-moz-border-radius: 3px !important;*/
    /*border-radius: 3px !important;*/
/*}*/

.card.fixed-height {
    min-height: 460px;
}

.card-img.fixed-image {
    margin: 25px 0;
    width: auto;
}

.card.active-card:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 25px #ffffff;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.column-divider {
    margin: 10px 0;
}

#collateral-container {
    margin: 30px 0 0 0;
    display: none;
}

#collateral-container .row {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

#collateral-container .close {
    position: relative;
    right: 20px;
    z-index: 5;
}

/*.collateral-toggle:before {*/
    /*left: -3.5rem !important*/
/*}*/

/*.collateral-toggle:after {*/
    /*left: -2rem !important*/
/*}*/

/*.custom-toggle .custom-control-input:checked ~ .custom-control-label.collateral-toggle::after {*/
    /*left: -0.6rem !important;*/
/*}*/

.z-header-text {
    padding: 1.5rem 0 0 0;
    color: #FFBD59;
    margin: 0;
}

.card-body.z-card-less-padding {
    padding-bottom: 1rem;
}

.dropdown .dropdown-item:hover {
    background-color: #fafafb;
    color: #21d48e;
}

.dropdown-toggle::after{
    content:unset !important;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: unset !important;
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropdown.z-settings-div {
    float: left;
    margin: 6% 20px 0 0;
}

.dropdown.z-settings-div .dropdown-item {
    color: #004b87;
    font-size:14px;
    font-weight:bold;
    padding: 0.5rem 1.5rem;
}

.dashboard-image{width:40px;padding-bottom:10px;}

.dropdown.z-settings-div .dropdown-item:hover {
    color: #004b87;
    background: #f8f9fa;
}

.dropdown-toggle.z-settings-icon:before {
    display: none !important;
}

.dropdown-toggle.z-settings-icon:after {
    display: none !important;
}

.dropdown .fa {
    color: #FFFFFF !important;
    margin-right: 0.25rem;
}

.dropleft .fa {
    color: #FFFFFF;
    margin-right: 0.25rem;
}

.dropleft.z-settings-div {
    float: left;
    margin: 40% 10px 0 0;
}

.dropleft.z-settings-div .dropdown-item {
    color: #fff;
}

.dropleft.z-settings-div .dropdown-item:hover {
    color: #fff;
    background: #FFBD59;
}

@media only screen and (max-width: 1080px) {
    #quick-stats {
        width: 96%;
        padding: 0 2% 40px 2%;
    }
    #quick-stats .quick-stat {
        width: 46%;
        padding: 20px 5%;
    }
}

@media only screen and (max-width: 600px) {
    #quick-stats {
        width: 96%;
        padding: 0 2% 40px 2%;
    }
    #quick-stats .quick-stat {
        width: 94%;
        padding: 20px 5%;
    }
}

#contacts-table .table, .table {
    box-shadow: 5px 5px 50px rgba(119,133,142,0.14);
}

#contacts-table .table thead tr th {
    font-size: 12px;
    font-weight: 300;
    color: #525d7d;
    background: #ebeaea;
}

#contacts-table .table tbody tr {
    height: 60px;
    padding-top: 5px;
}

#contacts-table .table tbody tr td {
    font-size: 14px;
    color: #525d7d;
    vertical-align: middle;
}

#reg_table.table {
    box-shadow: 5px 5px 50px rgba(119,133,142,0.14);
}

#reg_table.table thead tr th {
    font-size: 12px;
    font-weight: 300;
    color: #525d7d;
    background: #ebeaea;
}

#reg_table.table tbody tr {
    height: 60px;
    padding-top: 5px;
}

#reg_table.table tbody tr td {
    font-size: 14px;
    color: #525d7d;
    vertical-align: middle;
}

#dmenu a {
    display: block;
}

.z-card-less-padding .fa {
    position: absolute;
    left: 100%;
    top: 50%;
}

.dropdown.z-subbar-settings {
    display: inline-block;
    margin: 0 10px 0 10%;
}

#sub-nav input#daterange {
    width: 12%;
    height: 32px;
    margin-right: 10px;
}

/*.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div { background:none !important; }*/

#top-right-stat {
    position: absolute;
    right: 1%;
    top: 125px;
}

@media (min-width: 576px) {
    #top-right-stat {
        position: absolute;
        right: 1%;
        top: 145px;
    }

    .dropdown.z-subbar-settings {
        margin: 0 10px 0 48%;
    }
}

@media (min-width: 768px) {
    #top-right-stat {
        position: absolute;
        right: 1%;
        top: 130px;
    }

    .dropdown.z-subbar-settings {
        margin: 0 10px 0 58%;
    }
}

@media (min-width: 992px) {
    #top-right-stat {
        position: absolute;
        right: 1%;
        top: 130px;
    }

    .dropdown.z-subbar-settings {
        margin: 0 10px 0 65%;
    }
}

@media (min-width: 1200px) {
    #top-right-stat {
        position: absolute;
        right: 1%;
        top: 140px;
    }

    .dropdown.z-subbar-settings {
        margin: 0 10px 0 0;
    }
}

.new-eng-alert {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #FDC146;
    border: 2px solid;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}

.new-eng-alert:after {
    position: absolute;
    content: 'NEW';
    color: #FDC146;
    top: 25px;
    left: -3px;
}

.channel-card-title {
    font-size: 20px;
    color: #004b87;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.channel-card-title:hover {
    color: #004b87;
}

.channel-card-stat-num {
    font-size: 2.5em;
    color: #004b87;
    padding-top: 10px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}

.channel-card-stat-num.light-stat-num {
    color: #9f9f9f;
    opacity: 0.5;
}

.channel-card-stat-text {
    color: #004b87;
}

.channel-card-stat-text.light-stat-num {
    color: #9f9f9f;
    opacity: 0.5;
}

.channel-card-img {
    height: 50px;
}

.z-flex-overflow-fix {
    min-width: 0;
}

.z-text-overflow-ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activate-vurl {
    display: none;
}

.connect-card-height {
    min-height: 349px;
}

.connect-card-text {
    margin-bottom: 0.75rem;
    min-height: 80px;
}

.view-all-accounts {
    margin-bottom: 1.75rem;
    color: #004b87;
}

.view-all-accounts:hover {
    color: #004b87;
}

.channel-card {
    min-height: 260px;
}

.channel-bold-title {
    font-weight: 500;
}

.del-account {
    cursor: pointer;
}

.refresh-social-token {
    cursor: pointer;
}

.monthly-perc {
    text-align: center;
    color: #fff;
    margin: 10px auto 0 auto;
    width: 95px;
}

.monthly-perc.up {
    background: #17c671;
}

.monthly-perc.down {
    background: #d10000;
}

.monthly-perc.no-change {
    background: #9f9f9f;
    opacity: 0.5;
}

.monthly-text {
    color: #9f9f9f;
}

.monthly-text.up {
    color: #17c671;
}

.monthly-text.down {
    color: #d10000;
}

.monthly-text.no-change {
    opacity: 0.5;
}

#sub-menu-list {
    list-style-type: none;
    /*margin-left: 1%;*/
}

ul#sub-menu-list li {
    margin: 0 25px 0 0;
}

ul#sub-menu-list li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #004b87 !important;
    line-height: 34px;
    padding: 0;
    border-bottom: 4px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

ul#sub-menu-list li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #004b87;
}

ul#sub-menu-list li a.active {
    color: #FFBD59 !important;
    border-bottom: 4px solid #FFBD59;
}

#add-new-goal {
    display: none;
}

.cal-hide {
    display: none !important;
}

#videoModal body {margin:2rem;}

#videoModal .modal-dialog {
    max-width: 800px;

    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}



#videoModal .modal-body {
    position:relative;
    padding:0px;
}
#videoModal .close {
    position:absolute;
    right:-30px;
    top: -28px;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#004b87;
    opacity:1;
}
.modal-backdrop
{
    opacity:0.5 !important;
}

.hide-goal-card {
    display: none !important;
}

.hide-goal-table {
    display: none !important;
}

.z-card-holder {
    padding-left: 30px;
    padding-right: 30px;
}

.z-card-holder .card-header h4 {
    font-weight: 300;
    padding-top: 20px;
}

.z-card-holder .card-header .img-thumbnail {
    width: 47%;
}

.z-card-holder .card-footer .btn.btn-headers {
    font-size: 15px !important;
    height: auto;
}

.z-card-holder .card-footer .btn.btn-main {
    font-size: 15px !important;
    height: auto;
}

.z-card-holder .card-footer #hide-card {
    display: block;
    font-size: 13px !important;
    padding-bottom: 20px;
}

#videoModal .embed-responsive-16by9 {
    height: 404px;
}

.spinner-grow{
    display:none;
}

.spinner-grow.text-primary {
    height: 3rem;
    width: 3rem;
    color: #FFBD59 !important;
}

#website-view-btn {
    display: none;
}

#zym-spinner.loading-shown{
    z-index: 9999999999999999 !important;
    display: flex!important;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #5A6169;
    opacity: .5;
}
#zym-spinner.loading-shown .spinner-grow{
    display: inline-block;
}

#z-nav-right-logo {
    min-height: 40px;
    overflow: hidden;
    border-left: 1px solid rgb(116, 131, 150);
    padding-left: 15px;
}

#z-nav-right-logo:hover {
    color: inherit;
    text-decoration: none;
}

#z-nav-logo-div {
    width: 35px;
    height: 35px;
    border: 1px solid #748396;
    border-radius: 100%;
    margin-left: 10px;
}

#z-nav-username {
    font-weight: 600;
    font-style: italic;
    font-size: 13px;
    padding-top: 4px;
    padding-right: 10px;
    color: rgb(116, 131, 150);
}

.sub-link-icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f4f6fb;
    padding: 7px 15px 7px 15px !important;
    font-size: 20px !important;
    min-width: auto !important;
    color: #748396 !important;
}

#dashboard-buttons.navbar-nav {
    flex-direction: row;
}

#dashboard-buttons .nav-item {
    display:inline-block;
    margin-right:10px;
}

#dashboard-buttons .nav-link {
    display:inline-block;
    background:rgb(238, 238, 238);
    color:#004b87 !important;
}

#dashboard-buttons .nav-link.active, #dashboard-buttons .nav-link:hover {
    background:#004b87;
    color:#FFBD59 !important;
}

.list-name-size{
    font-size: 13px;
    padding: 20px 20px;
    color: #818EA3;
    position: absolute;
    left: 30%;
}

#content-area-card-holder{
    background: #f4f6fb;
    width: 95%;
    margin: auto;
}

#content-area-card-holder .z-card-holder {
    padding: 0.3em;
    margin-top: 20px;
}

td.details-control {
    background: url('../lib/datatables/media/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../lib/datatables/media/images/details_close.png') no-repeat center center;
}

.bootstrap-select .status{background:#f0f0f0;clear:both;color:#999;font-size:11px;font-style:italic;font-weight:500;line-height:1;margin-bottom:-5px;padding:10px 20px}

.z-red {
    background: #f9522f !important;
}

body {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.spinner.fullscreen-spinner > .d-flex{
    height:100% !important;
}
.spinner.fullscreen-spinner{
    min-height:100px !important;

}

.fullscreen-spinner{
    position: absolute !important;
    height: 100% !important;
    width:100% !important;
    top: 0 !important;
    bottom:0 !important;
    left:0 !important;
    right:0 !important;
    background: rgba(255, 255, 255, 0.5) url("../img/loader.svg") no-repeat center center !important;
    z-index: 3001 !important;
    border-radius: 0 !important;
    border: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

.hub-main-text{
    font-weight:700 !important;
    font-size:16px !important;
}

.splash-sub-text{
    font-weight:700 !important;
    font-size:16px !important;
}

.splash-no-link{
    cursor: text;
}

#newModalWindow.zym-splash .modal-header,
#addToSalesforce .modal-header {
    background: #004b87!important;
}

#newModalWindow.zym-splash .modal-header #newModalTitle,
#addToSalesforce .modal-header .modal-title {
    color: #ffffff;
    font-weight: bold;
}

#splash-data-cards .card{
    border-top: 4px solid #4c81ab !important;
}

#splash-data-cards .btn-splash, #splash-data-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #4c81ab !important;
}

.btn.dash-identify, .btn.dash-identify:hover{
    background-color: #4c81ab;
    font-weight: 600;
}

.dash-border-identify{
    border-top: 4px solid #4c81ab !important;
}

.dash-border-identify .gold, .dash-border-identify .green, .dash-border-identify .blue, .dash-border-identify .red{
    color: #4c81ab !important;
}

.dash-border-identify .quick-stat-sml-green:not(.grey){
    color: #4c81ab !important;
}

/*#sub-nav.sub-splash-prospects{*/
/*    background-color: #028bc7 !important;*/
/*}*/

#splash-demand-cards .card{
    border-top: 4px solid #4ca9d9 !important;
}

#splash-demand-cards .btn-splash, #splash-demand-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #4ca9d9 !important;
}

.btn.dash-attract, .btn.dash-attract:hover{
    background-color: #4ca9d9;
    font-weight: 600;
}

.dash-border-attract{
    border-top: 4px solid #4ca9d9 !important;
}

.dash-border-attract .gold, .dash-border-attract .green, .dash-border-attract .blue, .dash-border-attract .red{
    color: #4ca9d9 !important;
}

.dash-border-attract .quick-stat-sml-green:not(.grey){
    color: #4ca9d9 !important;
}

/*#sub-nav.sub-splash-demand{*/
/*    background-color: #01aaa2 !important;*/
/*}*/

#splash-automation-cards .card{
    border-top: 4px solid #4cbfb7 !important;
}

#splash-automation-cards .btn-splash, #splash-automation-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #4cbfb7 !important;
}

.btn.dash-automation, .btn.dash-automation:hover{
    background-color: #4cbfb7;
    font-weight: 600;
}

.dash-border-automation{
    border-top: 4px solid #4cbfb7 !important;
}

.dash-border-automation .gold, .dash-border-automation .green, .dash-border-automation .blue, .dash-border-automation .red{
    color: #4cbfb7 !important;
}

.dash-border-automation .quick-stat-sml-green:not(.grey){
    color: #4cbfb7 !important;
}

/*#sub-nav.sub-splash-automation{*/
/*    background-color: #7b3b96 !important;*/
/*}*/

#splash-lead-cards .card{
    border-top: 4px solid #00a499 !important;
}

#splash-lead-cards .btn-splash, #splash-lead-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #00a499 !important;
}

.btn.dash-lead, .btn.dash-lead:hover{
    background-color: #00a499;
    font-weight: 600;
}

.dash-border-lead{
    border-top: 4px solid #00a499 !important;
}

.dash-border-lead .gold, .dash-border-lead .green, .dash-border-lead .blue, .dash-border-lead .red{
    color: #00a499 !important;
}

.dash-border-lead .quick-stat-sml-green:not(.grey){
    color: #00a499 !important;
}

/*#sub-nav.sub-splash-leads{*/
/*    background-color: #ca4097 !important;*/
/*}*/

#splash-nurture-cards .card{
    border-top: 4px solid #ab5dba !important;
}

#splash-nurture-cards .btn-splash, #splash-nurture-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #ab5dba !important;
}

.btn.dash-nurture, .btn.dash-nurture:hover{
    background-color: #ab5dba;
    font-weight: 600;
}

.dash-border-nurture{
    border-top: 4px solid #ab5dba !important;
}

.dash-border-nurture .gold, .dash-border-nurture .green, .dash-border-nurture .blue, .dash-border-nurture .red{
    color: #ab5dba !important;
}

.dash-border-nurture .quick-stat-sml-green:not(.grey){
    color: #ab5dba !important;
}

/*#sub-nav.sub-splash-nurture{*/
/*    background-color: #ed7c4f !important;*/
/*}*/

#splash-sale-cards .card{
    border-top: 4px solid #fa6565 !important;
}

#splash-sale-cards .btn-splash, #splash-sale-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #fa6565 !important;
}

.btn.dash-convert, .btn.dash-convert:hover{
    background-color: #fa6565;
    font-weight: 600;
}

.dash-border-convert{
    border-top: 4px solid #fa6565 !important;
}

.dash-border-convert .gold, .dash-border-convert .green, .dash-border-convert .blue, .dash-border-convert .red{
    color: #fa6565 !important;
}

.dash-border-convert .quick-stat-sml-green:not(.grey){
    color: #fa6565 !important;
}

/*#sub-nav.sub-splash-sales{*/
/*    background-color: #f05448 !important;*/
/*}*/

#splash-contact-cards .card{
    border-top: 4px solid #e266b6 !important;
}

#splash-contact-cards .btn-splash, #splash-contact-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #e266b6 !important;
}

.btn.dash-crm, .btn.dash-crm:hover{
    background-color: #e266b6;
    font-weight: 600;
}

.dash-border-crm{
    border-top: 4px solid #e266b6 !important;
}

.dash-border-crm .gold, .dash-border-crm .green, .dash-border-crm .blue, .dash-border-crm .red{
    color: #e266b6 !important;
}

.dash-border-crm .quick-stat-sml-green:not(.grey){
    color: #e266b6 !important;
}

/*#sub-nav.sub-splash-contacts{*/
/*    background-color: #9da0a3 !important;*/
/*}*/

#splash-measure-cards .card{
    border-top: 4px solid #eadc4c !important;
}

#splash-measure-cards .btn-splash, #splash-measure-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #eadc4c !important;
}

/*#sub-nav.sub-splash-measure{*/
/*    background-color: #004b87 !important;*/
/*}*/

#splash-setting-cards .card{
    border-top: 4px solid #babcbe !important;
}

#splash-setting-cards .btn-splash, #splash-setting-cards .btn-splash:hover{
    background-color: #fff !important;
    color: #525d7d !important;
    min-width: 120px;
    border-color: #babcbe !important;
}

/*#sub-nav.sub-splash-settings{*/
/*    background-color: #e3c100 !important;*/
/*}*/

/*#template_container #templateContainer .card .card-body.p-2 .btn-main, #template_container #templateContainer .card .card-body.p-2 .btn-main:hover{*/
    /*background-color: #004b87 !important;*/
/*}*/

/*#document_container #documentContainer .card .card-body.p-2 .btn-main, #template_container #templateContainer .card .card-body.p-2 .btn-main:hover{*/
    /*background-color: #004b87 !important;*/
/*}*/

#template_container #templateContainer .card .card-body.p-2 .btn-zymplify, #template_container #templateContainer .card .card-body.p-2 .btn-zymplify:hover{
    background-color: #FFBD59 !important;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #525D7D !important;
    font-weight: bold !important;
}

#document_container #documentContainer .card .card-body.p-2 .btn-zymplify, #template_container #templateContainer .card .card-body.p-2 .btn-zymplify:hover{
    background-color: #FFBD59 !important;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #525D7D !important;
    font-weight: bold !important;
}

.nav-item.active .btn-dash-link{
    background-color: #2ADE98;
    color: #fff;
}

.nav-item .btn-dash-link{
    background-color: #c8c9c7;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    min-width: 160px;
}

/*#sub-nav.sub-splash-ai-dashboard {
    background-color: #13122B !important;
}*/

.modal-content .qr-add-new img {
    margin: 0!important;
    max-width: 35px!important;
}

.modal-content .q-reveal-goto-linkedin-btn,
.modal-content .q-reveal-goto-linkedin-btn:hover {
    background: #4d98d3!important;
    font-weight: bold!important;
    height: auto;
    margin: 0 0 20px 0;
}

.modal-content .q-reveal-existing-contacts-text {
    float: left;
}

.modal-content .q-reveal-existing-contacts-text h3 {
    font-weight: bold;
    color: #525d7d;
}

/*.modal-body .btn,*/
/*.modal-footer button,*/
/*.modal-footer button:hover {*/
/*    height: 35px!important;*/
/*    font-weight: bold;*/
/*}*/

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

#newModalWindow.zym-splash .modal-header {
    background: #004b87;
}

.modal-content .q-reveal-existing-contacts-text {
    float: left;
}

.modal-content .q-reveal-existing-contacts-text h3 {
    font-weight: bold;
    color: #525d7d;
}

/*.modal-body .btn,*/
/*.modal-footer button,*/
/*.modal-footer button:hover {*/
/*    height: 35px!important;*/
/*    font-weight: bold;*/
/*}*/

/*#newModalWindow.zym-splash .modal-header {*/
/*    background: #004b87;*/
/*}*/

.pointer-events-none {
    pointer-events: none!important;
}

.add-to-salesforce-container .card-title {
    font-size: 18px;
    color: #004b87;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

#addToSalesforce .salesforce-card-buttons .btn {
    font-weight: normal;
    font-size: 15px!important;
    height: auto!important;
}

#addToSalesforce .add-to-salesforce-container .card {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1)!important;
}

.back-to-select-salesforce-type {
    color: #f9522f!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

.add-to-salesforce-tab.salesforce-type-lead,
.add-to-salesforce-tab.salesforce-type-contact,
.add-to-salesforce-tab.salesforce-type-opportunity {
    border-radius: 3px !important;
    background-color: #fff;
    border: none;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
    padding: 35px;
    margin: 0 0 10px 0;
}

.salesforce-header-text {
    padding: 10px 0;
}

.salesforce-header-text h3 {
    font-weight: bold;
    color: #004b87;
}

a.back-to-select-salesforce-type.btn {
    padding-left: 0;
    margin-top: -10px;
}

.modal-body button.btn.save-salesforce-data {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: normal!important;
    font-size: 15px!important;
    height: auto!important;
}

form#addToSalesforceContactForm .row {
    padding-bottom: 20px;
}

input#keepCurAssIfExistContact {
    width: initial;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 9999;
}

/*.modal-backdrop.fade.show {*/
/*    z-index: 1040;*/
/*    background-color: #5A6169;*/
/*}*/

/*.modal-content {*/
/*    border: none!important;*/
/*    border-radius: .3rem!important;*/
/*}*/

/*.modal-header {*/
/*    border-top-left-radius: .3rem!important;*/
/*    border-top-right-radius: .3rem!important;*/
/*}*/

/*.modal-title {*/
/*    line-height: 2rem!important;*/
/*}*/

/*.modal .close {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 500;*/
/*    text-shadow: none;*/
/*    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);*/
/*}*/

/*.modal-body {*/
/*    padding: 1.875rem 2.1875rem;*/
/*}*/

.add-to-salesforce-container p,
.add-to-salesforce-container label,
.add-to-salesforce-container input,
.add-to-salesforce-container select {
    font-size: 13px;
    font-weight: 300 !important;
    color: #5A6169;
}

button.global-modal-close.close {
    position: absolute;
    right: 20px;
}

/*#newModalWindow .modal-title{*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*}*/
/*#newModalWindow .modal-header{*/
/*    padding: 0.9375rem 2.1875rem;*/
/*    border-bottom: 1px solid #dfe1e3;*/
/*    background-color: #004b87;*/
/*    border-radius: 0;*/
/*}*/

.salesforce-type-container .align-items-center i.fal {
    color: #FFBD59;
    font-size: 29px;
}

.back-btn-container {
    margin-bottom: 3px;
}

.add-to-salesforce-tab.salesforce-type-container .row,
form#addToSalesforceLeadForm .row {
    padding-bottom: 20px!important;
}

.add-to-salesforce-container input {
    width: initial;
}

#btn-salesforce-link a {
    color: #fff;
    text-decoration: none;
}

#btn-salesforce-link a:hover {
    color: #fff;
    text-decoration: none;
}

#btn-salesforce-link a.active {
    color: #fff;
    text-decoration: none;
}

.add-to-salesforce-container .card-title {
    font-size: 18px;
    color: #004b87;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

#addToSalesforce .salesforce-card-buttons .btn {
    font-weight: normal;
    font-size: 15px!important;
    height: auto!important;
}

#addToSalesforce .add-to-salesforce-container .card {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1)!important;
}

.back-to-select-salesforce-type {
    color: #f9522f!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

.add-to-salesforce-tab.salesforce-type-lead,
.add-to-salesforce-tab.salesforce-type-contact,
.add-to-salesforce-tab.salesforce-type-opportunity {
    border-radius: 3px !important;
    background-color: #fff;
    border: none;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
    padding: 35px;
    margin: 0 0 10px 0;
}

.salesforce-header-text {
    padding: 10px 0;
}

.salesforce-header-text h3 {
    font-weight: bold;
    color: #004b87;
}

a.back-to-select-salesforce-type.btn {
    padding-left: 0;
    margin-top: -10px;
}

.modal-body button.btn.save-salesforce-data {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: normal!important;
    font-size: 15px!important;
    height: auto!important;
}

form#addToSalesforceContactForm .row {
    padding-bottom: 20px;
}

input#keepCurAssIfExistContact {
    width: initial;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 9999;
}

/*.modal-backdrop.fade.show {*/
/*    z-index: 1040;*/
/*    background-color: #5A6169;*/
/*}*/

/*.modal-content {*/
/*    border: none!important;*/
/*    border-radius: .3rem!important;*/
/*}*/

/*.modal-header {*/
/*    border-top-left-radius: .3rem!important;*/
/*    border-top-right-radius: .3rem!important;*/
/*}*/

/*.modal-title {*/
/*    line-height: 2rem!important;*/
/*}*/

/*.modal .close {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 500;*/
/*    text-shadow: none;*/
/*    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);*/
/*}*/

/*.modal-body {*/
/*    padding: 1.875rem 2.1875rem;*/
/*}*/

.add-to-salesforce-container p,
.add-to-salesforce-container label,
.add-to-salesforce-container input,
.add-to-salesforce-container select {
    font-size: 13px;
    font-weight: 300 !important;
    color: #5A6169;
}

button.global-modal-close.close {
    position: absolute;
    right: 20px;
}

/*#newModalWindow .modal-title{*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*}*/
/*#newModalWindow .modal-header{*/
/*    padding: 0.9375rem 2.1875rem;*/
/*    border-bottom: 1px solid #dfe1e3;*/
/*    background-color: #004b87;*/
/*    border-radius: 0;*/
/*}*/

.salesforce-type-container .align-items-center i.fal {
    color: #FFBD59;
    font-size: 29px;
}

.back-btn-container {
    margin-bottom: 3px;
}

.add-to-salesforce-tab.salesforce-type-container .row,
form#addToSalesforceLeadForm .row {
    padding-bottom: 20px!important;
}

.add-to-salesforce-container input {
    width: initial;
}

/*#newModalWindow.zym-splash .modal-header,*/
/*#addToSalesforce .modal-header {*/
/*    background: #004b87!important;*/
/*}*/

/*#newModalWindow.zym-splash .modal-header #newModalTitle,*/
/*#addToSalesforce .modal-header .modal-title {*/
/*    color: #ffffff;*/
/*    font-weight: bold;*/
/*}*/

body {
    padding-right: 0 !important;
}

#emailSignatureDiv table.cke_show_border {
    border: none !important;
}

#emailSignatureDiv table.cke_show_border td {
 border: none !important;
}
