
/*------------------------------------------------------------------------------*
                                        Reset
-------------------------------------------------------------------------------*/
.no-top-padding {
    padding-top: 0;
}


/*------------------------------------------------------------------------------*
                                General Element
-------------------------------------------------------------------------------*/
/* Font Stack and Customize Background color */
body {
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    color: #050505;
}
body, h1, h2, h3, h4, h5, .btn,
.uneditable-input, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5{
    color: #1f3853;
}
footer {
    background-color: #2F4155;
    color: #fff;
}
.p-r-0 { padding-right: 0; }
.p-b-0 { padding-bottom: 0; }
.m-t-90 { margin-top: 90px; }
.m-b-90 { margin-bottom: 90px; }


/*------------------------------------------------------------------------------*
                                Customize General Style
-------------------------------------------------------------------------------*/
.navbar-brand {
    float: left;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #fff;
}
.navbar-toggle {
    background-color: #22262e;
}
.icon-bar {
    background-color:#fff !important;
}
.nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.container>.navbar-header, .container>.navbar-collapse {
    background-color: #fff;
}
.header .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
}
.navbar-nav>li>a {
    padding: 20px 15px;
    color: #1f3853;
}
.navbar, .navbar-inverse {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    height: auto;
}
.navbar-nav>li.active>a {
    color: #01ADEF;
}
.navbar-left>li:hover>a {
    background-color: #eee;
}
.header .header-seperation {
    width: 160px;
    display: block;
    float: left;
    height: 60px;
}
.dropdown-submenu {
    position: relative;
    width: 100%;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    max-width: 180px;
    min-width: 180px;
    left: -180px;
    margin-left: 0px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu>.dropdown-menu > li > a{
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu .divider {
  width: 100%;
}
.navbar, .navbar-inverse {}
.header-company-name {
    font-size: 13px;
    max-width: 172px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header .nav li.dropdown .dropdown-toggle i {
    color: inherit !important;
}
.nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #eee;
}
.page-content {
    margin-left: 0px;
    min-height: inherit;
    background-color: #ececec;
    overflow-x: hidden;
}
.page-content .content {
    padding: 20px 26px 60px;
}
.content {
    min-height: 700px;
}
.fa-check {
    color: #01ADEF;
}
.error-main {
    text-align: center;
    position: relative;
    margin-top: 18%;
}
.page-content .admin-bar {
    z-index: 9999;
    position: relative;
    left:0px;
    width: 100%;
}
.page-content .admin-bar .admin-bar-inner {
    padding: 15px 35px 5px 40px;
    min-height: 65px;
    margin-right: 0;
}
.panel {
    background-color: #fff;
}
.panel-heading {
    padding: 10px 25px;
    border-bottom: none;
}
.panel-heading > h4 {
    font-weight: 700;
}
.panel-heading > hr {
    margin: 20px 0 0 0;
}
.panel-heading > .btn-mini {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}
/** Fix padding if has panel-heading and panel-body **/
.panel .panel-heading + .panel-body {
    padding: 0px 25px 25px 25px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary {
    background-color: #00adee;
}
.table-heading{
    margin-bottom: -10px;
}

.table-group {
  font-weight: bold;
}

.right-border{
    border-right:1px solid #d7dbe0;
}
.alignleft {
    float: left;
    margin: 0 20px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #01ADEF;
}

footer .space-huge {
    padding: 80px 0 80px 0;
}
.space-mini {
    padding: 10px 0 10px 0;
}
footer .divider-line hr {
    height: 3px;
    background-color: rgba(162, 164, 173, 0.42);
    border: none;
    margin-top: -20px;
    margin-left: 40px;
}
.pronto-social-icon{
    border: 2px solid #01ADEF;
    border-radius: 100px;
    font-size: 16px;
    padding: 9px 5px 5px 10px;
    display: block;
    height: 36px;
    width: 36px;
}
footer .fa-facebook{
    padding-left: 12px;
}
.footer-bottom {
    background-color: #27313D;
}
/* New Footer **/
footer { font-size: 13px; }
footer .space-huge { padding: 60px 0 60px 0; }
footer .space-mini { padding: 10px 0 10px 0;}
.footer-heading {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 700;
}
footer ul.list-unstyled > li { padding-left :0; }
footer ul li a:hover { opacity: 0.5; color: #fff; }
footer .fa-facebook {padding-left :0; }
footer #inf_field_Email.infusion-field-input-container {
    box-sizing: content-box;
    border: 0 none;
    border-radius: 4px;
    padding: 0 10px !important;
    width: 112px;
    min-height: 26px;
}
footer .infusion-submit-btn{
    margin-left: 10px;
    color: white;
    background: none repeat scroll 0 0 #009eda;
    box-shadow: 0 0 0;
    font-family: "proxima_novalight",lucida grande,Arial,sans-serif;
    padding: 1px 10px;
    border: 0;
    height: 24px;
    text-transform: capitalize;
    border-radius: 30px;
}
.hover-show {
    display: none;
}
tr:hover .hover-show {
    display: inline-block;
}
.delete-user {
    padding-top: 5px;
    position: absolute;
}
.clip-200, td.clip-200 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}
.clip-300 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}
.error-control textarea, .error-control #s2id_locale{
    border:1px solid #f35958;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #00adee;
}

.delete-link {
    cursor: pointer;
}


/*------------------------------------------------------------------------------*
                            Custom Dismiss Button
-------------------------------------------------------------------------------*/
.alert .close, .alert-success .close, .alert-error .close{
    background: none;
    top:0;
}
.alert-success button.close span{ color: #438a85; }
.alert-error button.close span{ color: #E76E80; }


/*------------------------------------------------------------------------------*
                            NavBar Media Queries
-------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    ul.dropdown-menu {
        margin-top: 3px;
        margin-left: -65px;
    }
    ul.inprogress-services-dropdown {
        margin-left: -100px;
    }
}


/*------------------------------------------------------------------------------*
                            Customize Registration Templates
-------------------------------------------------------------------------------*/
ul.errorlist, ul.errorlist > li{
    padding-left: 0;
}
ul.errorlist > li {
    list-style-type: none;
}
h1.signup-heading {
    font-weight: 600;
    font-size: 28px;
}
.panel-signup {
    border: 4px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.panel-signup a{
    color: #01ADEF;
}
.btn-signup {
    color: #fff;
    background-color: #01ADEF;
}
p.testimonial {
    font-size: 16px;
}


/*------------------------------------------------------------------------------*
                                Popover Style
-------------------------------------------------------------------------------*/
.popover {
    background-color: #1f3853;
    color: #fff;
    padding: 20px;
}
.popover-title {
    background-color: #1f3853;
    border: none;
    color: #fff !important;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
#loginpopover {
    color: #01ADEF;
}
#loginpopover{
    cursor: pointer;
}
.popover.bottom .arrow:after{
      border-bottom-color: #1f3853;
}


/*------------------------------------------------------------------------------*
                    Company Name and User on Top Nav Bar(Right)
-------------------------------------------------------------------------------*/
.header-items {
    margin-top: -12px;
    padding-right: 12px;
    color: #2a2e36;
}
.header-company-name {
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: left;
}
.profile-pic {
    margin-top: -10px;
}


/*------------------------------------------------------------------------------*
                                Admin Dashbaord Page
-------------------------------------------------------------------------------*/
.huge-counter {
    font-size: 70px;
}


/*------------------------------------------------------------------------------*
                                    Breadcrumbs
-------------------------------------------------------------------------------*/
.sub-breadcrumbs {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    height: 27px;
    border-top: 1px solid #eee;
    font-size: 11px;
}

.sub-bds-box {
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    color: #ACACAC;
}
.breadcrumb a {
    color: #0d638f;
}

.breadcrumb > .active {
    color: #576475;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
}

a.dropdown-toggle .caret {
    border-top: 4px solid #A7ABB1;
    cursor: pointer;
}

li.breadcrumb-dropdown { cursor: pointer; }

.btn-group.open .dropdown-toggle.breadcrumb-dropdown { box-shadow: none; }

li.breadcrumb-dropdown ul.dropdown-menu {
    margin-top: 5px;
    margin-left: -85px;
}

.sub-breadcrumbs .breadcrumb > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.sub-breadcrumbs .breadcrumb > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}


/*------------------------------------------------------------------------------*
                                Account Overview for Admin
-------------------------------------------------------------------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ddd;
    background-color: #ffffff;
    cursor: default;
    color: #555;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}
.tag-labels {
    line-height: 2em;
}


/*------------------------------------------------------------------------------*
                                All Accounts Page
-------------------------------------------------------------------------------*/
a#btn-create-account {
    letter-spacing: 0.2px;
}

/*------------------------------------------------------------------------------*
                                All Sites Page
-------------------------------------------------------------------------------*/
ul#id_site_type {
    list-style-type: none;
    display: inline-flex;
    padding-left: 0;
}
ul#id_site_type li { padding-right: 50px; }
ul#id_site_type li input { margin-right: 5px; }


/*------------------------------------------------------------------------------*
                                Leads Index Page
-------------------------------------------------------------------------------*/
.call-tracker-notify {
    margin-bottom: -20px;
}
#leads_filter.dataTables_filter{
    width: 90%;
}
div.FixedHeader_Cloned th, div.FixedHeader_Cloned td {
    background-color: white !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #1f3853;
    border-color: #1f3853;
}
/*#leads_paginate ul > li {
    padding-left: 0;
}*/
.dataTables_paginate ul > li {
    padding: 0
}


/*------------------------------------------------------------------------------*
                                All Services Page
-------------------------------------------------------------------------------*/
.grid.cs-style-1 {
  clear: both;
  margin-top: -16px;
  margin-bottom: 0px;
  padding: 0px;
  margin-left: -36px;
}
.pronto-services li{
    width: 250px;
    height: 250px;
    background: #fff;
    float: left;
    list-style: none;
    margin-left: 36px;
    background-color: #fff;
    border-radius: 4px 4px;
    margin-top: 36px;
}
.pronto-services figure > h4 {
    color: #1f3853;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: -10px;
}
.pronto-services figure {
    height: 100%;
    margin: 0;
    position: relative;
}
.pronto-services figure img {
    margin-bottom: 10%;
    margin-left: 25%;
    margin-top: 15%;
    width: 50%;
}
.pronto-services figcaption {
    background: none repeat scroll 0 0 #2c3f52;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 35px 20px;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 100%;
    color: #fff;
    border-radius: 4px 4px;
}
.pronto-services figcaption > h4 {
    font-size: 16px;
    line-height: 22px;
    color: #01ADEF;
    text-align: center;
    font-weight: bold;
}
.pronto-services figcaption > p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 20px;
    text-align: center;
}
.pronto-services figure:hover figcaption,
.pronto-services figure:focus figcaption,
.pronto-services figure:active figcaption{
    opacity: 1;
    transform: translate(8px, 15px);
}
.btn-white-invert, .btn-white-invert:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  border: 1px solid;
}
.btn-white-invert:hover {
  color: #01ADEF;
}
@media (max-width: 1200px) {
  .grid {
    margin-left: -16px;
  }
  .pronto-services li {
    width: 215px;
    height: 215px;
    margin-top: 16px;
    margin-left: 16px;
  }
  .pronto-services figcaption {
    padding: 10px 15px;
  }
}
@media (max-width: 741px) {
  .pronto-services li {
    width: 290px;
    height: 290px;
    margin-top: 12px;
    margin-left: 12px;
  }
  .pronto-services figcaption {
    padding: 5px 5px;
  }
}
@media (max-width: 741px) {
  .pronto-services li {
    width: 215px;
    height: 215px;
    margin-top: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 741px) {
  .pronto-services li {
    width: 200px;
    height: 200px;
    margin-top: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 470px) {
  .grid {
    margin-left: -46px;
  }
  .pronto-services li {
    width: 340px;
    height: 340px;
    margin-top: 16px;
    margin-left: 46px;
  }
  .pronto-services figcaption {
    padding: 40px 25px;
  }
}


/*------------------------------------------------------------------------------*
                                Services Revamp Page
-------------------------------------------------------------------------------*/
#servicestable thead {
  border-bottom: 2px solid #ECECEC;
}
#servicestable thead tr {
  font-size: 16px;
  color: #1f3853;
  height: 50px;
}
#servicestable tbody tr {
  background-color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #ECECEC;
}
#servicestable tbody tr h4 {
  font-size: 16px;
}
.service-img {
  width: 50px;
  background-color: #eee;
  margin: 5px 10px 5px 10px;
}


/*------------------------------------------------------------------------------*
                            Service Details Page
-------------------------------------------------------------------------------*/
.page-content.service-details {
    background: #fff;
}
.content.message-bar {
    min-height: 50px;
    padding: 20px 26px 0;
}


/*------------------------------------------------------------------------------*
                            Service Confirmation Page
-------------------------------------------------------------------------------*/
.service-add-on-table td {
    padding: 10px 12px !important;
    color: #576475;
    font-size: 13px;
}
.service-img {
  width: 50px;
  background-color: #eee;
  margin: 5px 10px 5px 10px;
}

#service_confirm .onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
#service_confirm .onoffswitch-checkbox {
    display: none;
}
#service_confirm .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFF;
    border-radius: 23px;
}
#service_confirm .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
#service_confirm .onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  color: white;
  font-family: inherit;
  font-weight: bold;
  box-sizing: border-box;
}
#service_confirm .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #00ADEE;
    color: #FFFFFF;
}
#service_confirm .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #00ADEE;
    text-align: right;
}
#service_confirm span.checklist:before {
    content: "YES";
}
#service_confirm span.checklist:after {
    content: "NO";
}
#service_confirm .onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 47px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
#service_confirm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
#service_confirm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*------------------------------------------------------------------------------*
                        User Profile Edit Form (upload image)
-------------------------------------------------------------------------------*/
#uploadbox {
        position: relative;
        width: 60%;
        margin: -46px 0 0 110px;
}
.fileUpload {
        position: relative;
        margin: 10px 0 10px 0;
        overflow: hidden;
}
.fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
}


/*------------------------------------------------------------------------------*
                        User Profile Edit - Email Preferences
-------------------------------------------------------------------------------*/
.toggle-table > li.list-group-heading {
    background-color: #ececec;
    font-weight: bold;
}
.toggle-table > li {
    position: relative;
}
.toggle-table .onoffswitch {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-15%, -50%);
    width: 87px;
}
.toggle-table .onoffswitch-label {
    margin-bottom: 0;
}
.toggle-table .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 8px;
}
.toggle-table .onoffswitch-switch{
    margin: 7px 0;
    right: 57px;
}

/*------------------------------------------------------------------------------*
                                    Custom Team Page
-------------------------------------------------------------------------------*/
#form_new_team .checkbox.check-success { margin-bottom: 5px; }


/*------------------------------------------------------------------------------*
                            Service Onboarding Form Revamp
------------------------------------------------------------------------------*/
/*Steps Setup*/
.step {
    margin-top: -20px;
}
.step-icon {
    margin-top: -30px;
    font-weight: bold;
}
.step-name {
    margin-left: 50px;
    color: #5e5e5e;
    font-size: 16px;
}
.step-progress {
    height: 50px;
    width: 20px;
    border-right: 3px solid #00adee;
    margin-left: -1px;
    margin-top: -1px;
}
.step-description {
    margin-top: -20px;
}
.onboarding-progress .step-icon .fa-circle {
    color: #01ADEF;
}
.onboarding-progress .step-icon .fa-inverse {
    color: #ffffff;
    font-weight: bold;
}

/* Incomplete Step*/
.onboarding-progress .step-incomplete .step-icon .fa-inverse {
    color: #5e5e5e;
}
.onboarding-progress .step-incomplete .step-icon .fa-circle {
    color: #d1dade;
}
.step-incomplete .step-progress {
    border-right: 3px solid #d1dade;
}

/* Active Step */
.step-active .step-name {
    margin-left: 50px;
    color: #01ADEF;
    font-size: 16px;
    font-weight: bold;
}
.step-active .step-progress {
    border-right: 3px solid #d1dade;
}

/* Complete Step */
.step-complete .step-icon {
    margin-top: -25px;
    font-weight: bold;
    margin-left: 4px;
}

/* Active and Complete Step */
.step-active-and-complete .step-progress {
    border-right: 3px solid #00adee;
}

#service-onboarding-form ul {
    list-style-type: none;
    padding-left: 0;
}
#service-onboarding-form input[type=radio]{
    display: inline-block;
    width: 20px;
    height: 15px;
}

/* Step Errors */
.step-error .step-icon .fa-circle {
    color:#f35958 !important;
}
.step-error .step-icon .fa-inverse {
    color: #ffffff !important;
    font-weight: bold;
}

.service-icon {
    width: 86px;
}


/*------------------------------------------------------------------------------*
                            Service Onboarding Form Page
-------------------------------------------------------------------------------*/
.wizard-steps li.complete .step {
    background-color: #0aa699;
    padding: 8px 8px;
    border: 4px solid #55606e;
}
.wizard-steps li .step i {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 0px;
}
.wizard-steps li {
    display: block;
    float: left;
    max-width: 16.666%;
    min-width: 16.666%;
    text-align: center;
    padding-left: 0;
}
.wizard-steps li.active.complete .step {
    padding: 10px 10px;
}
.wizard-actions {
    position: inherit;
    float: right;
    width: inherit;
}
.larginput {
    width:80%;
    height:;
}
#rootwizard .radio ul, #rootwizard .checkbox ul {
    list-style-type: none;
    padding-left: 0;
}
#rootwizard .radio input[type=radio], #rootwizard .checkbox.check-default input[type=checkbox] {
    display: inline-block;
    width: 20px;
    height: 20px;
}
#rootwizard .radio label:before, #rootwizard .checkbox.check-default label:before {
    display: none;
}
#rootwizard .checkbox.checkbox.check-default input[type=checkbox] {
    margin-top: 2px;
}
.select2-results { white-space: nowrap; }
.select2-container.form-control {
    padding: 0;
}
.input-append.date {
    display: block;
    width: 35%;
}
.last-row {
    margin-bottom: 80px;
}
.datepicker {
    z-index: 110 !important;
}
.dropzone {
    min-height: 180px;
}
.service-onboarding-form .content {
    padding-bottom: 20px;
}
#rootwizard .form-wizard-steps {
    margin: 30px 0 50px;
}
.form-wizard-steps .fa-check { color: #fff; }
.wizard-steps li .title, #rootwizard .help, #rootwizard .radio label { color: #55606e; }
#rootwizard .radio label, #rootwizard .checkbox label { margin-bottom: 0; }
#rootwizard .save-progress-bar {
    float: right;
    width: 100%;
    text-align: right;
}


/*------------------------------------------------------------------------------*
                            Service Onboarding Info Page
-------------------------------------------------------------------------------*/
.onboarding-view h4 {
    border-bottom: 1px solid #ecf0f2;
    font-weight: 600;
    padding-bottom: 20px;
}
.onboarding-view p {
    margin: 0 0 40px;
}


/*------------------------------------------------------------------------------*
                            Service Onboarding Preview Page
-------------------------------------------------------------------------------*/
form.service-onboarding-form-preview ul {
    list-style-type: none;
    padding-left: 0px;
}


/*------------------------------------------------------------------------------*
                        Google Analytics Connect
-------------------------------------------------------------------------------*/
.google-signin-button {
   background: url("../img/google_signin_buttons/web/2x/btn_google_signin_light_normal_web@2x.52a05e731e61.png") center no-repeat;
   height: 92px;
   width: 100%;
   border: 0px;
}


/*------------------------------------------------------------------------------*
                        Google Analytics Property Selection
-------------------------------------------------------------------------------*/
.ga-step {
    margin-right: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #5e5e5e;
}
.ga-step .fa {
    font-weight: bold;
}
.ga-step .fa-circle {
    color: #d1dade;
}
.ga-select {
    margin: 20px 0px 0 40px;
}
.ga-locale > .select2-container {
    margin-top: 5px;
}


/*------------------------------------------------------------------------------*
                                DashBoard V3
-------------------------------------------------------------------------------*/
.ga-auth {
    background-image: url("../img/dash-ga-auth-background.e4f8ea04dfda.jpg");
    background-repeat: no-repeat;
    height: 280px;
    background-position: initial;
    margin: 0 20px;
}
.ga-icon {
    margin-top: -4px;
}
.btn-inverse {
    color: #253747;
    text-shadow: none;
    font-weight: 700;
    background-color: rgba(0,0,0,0);
    border: 2px solid #253747;
    width: auto;
}

.btn-inverse:hover, .btn-inverse:focus {
    background-color: rgba(0,0,0,0);
}

p.small {
    width: inherit !important;
}

.btn-group.open .btn-primary.dropdown-toggle {
background-color: #00adee;
}

#feed h5 a {color: #1f3853;}

a.link-inherit {
    color: inherit;
}


/*------------------------------------------------------------------------------*
                                    Traffic Page
-------------------------------------------------------------------------------*/
.chart-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e8edf1;
    border-spacing: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.ga-box-title-small {
  font-size: 12px;
  color:#B3B3B3;
  text-transform: none;
  font-weight:normal;
}
.traffic-settings .help, .keyword-settings .help { color: #a7abb1; font-size: 12px; }
div.range_inputs .input-mini { padding: 0 6px !important; }
.traffic-settings .site-switcher, .keyword-settings .site-switcher { margin-top: -8px; }
.column-3-box {
    width:auto;
    float: left;
    margin: 0 15px;
}

.data-indicator {
    display: inline-block;
    vertical-align: middle;
    width: .85em;
    height: .85em;
    margin: 0.15em;
    background: #0aa699;
    border-radius: .85em;
}
.cursor-pointer{
    cursor: pointer;
}


/*------------------------------------------------------------------------------*
                                    Keyword Page
-------------------------------------------------------------------------------*/
.micro-progress {
  height: 14px;
  width:  80%;
}
.micro-progress .progress-bar {
  font-size: 9px;
  line-height: 16px;
}

.progress-bar.keyword-difficulty-low {
  background-color: #06bbb0;
}
.progress-bar.keyword-difficulty-medium {
  background-color: #F0C102;
}
.progress-bar.keyword-difficulty-high {
  background-color: #e37524;
}
.progress-bar.keyword-difficulty-extremely-high {
  background-color: #d2324a;
}

table.dataTable thead .sorting_asc {
background: url("../img/icon/sort_asc.cca5ff105ba6.png") no-repeat center right !important;
}
table.dataTable thead .sorting_desc {
background: url("../img/icon/sort_desc.042d6730b1f6.png") no-repeat center right !important;
}

/*------------------------------------------------------------------------------*
                                    Keyword Setup/Setting Page
-------------------------------------------------------------------------------*/
/** Keyword Tracking Filtering **/
#keyword_filtering_custom_field .form-inline {
    display: block;
    min-height: 40px;
}
#keyword_filtering_custom_field .form-inline > .checkbox {
    transform: translate(0%, 25%);
}
#keyword_filtering_custom_field .form-inline .form-group > .checkbox {
    transform: translate(0, 15%);
}
#keyword_filtering_custom_field .form-inline .form-group {
    margin: 0;
    padding: 0;
}
#keyword_filtering_custom_field .form-inline input[type="text"] {
    min-height: 30px;
}
#keyword_filtering_custom_field .custom-label {
    float: left;
    padding: 8px 12px 2px 12px;
    color: #777a80;
}


/*------------------------------------------------------------------------------*
                            Billing Payments Form Page
-------------------------------------------------------------------------------*/
ul#credit_card_type {
    list-style-type: none;
    padding-left: 0;
    display: inline-flex;
}
ul#credit_card_type li {
    padding: 0 5px;
}
ul#credit_card_type li label {
    display: inline-flex;
}
ul#credit_card_type li input {
    margin-right: 5px;
}
.checkbox.check-success>label>small { margin-top: -5px; }

/*------------------------------------------------------------------------------*
                            Service Billing Setup Form Page
-------------------------------------------------------------------------------*/
#servicebillingsetupform input#number { width: 155px; }
.jp-card-container {
      margin-top: -20px !important;
}
.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before, .jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
      background-color: #1f3853 !important;
}
.jp-card .jp-card-front .jp-card-lower { width: 85% !important; }


/*------------------------------------------------------------------------------*
                            Site Edit Form Page
-------------------------------------------------------------------------------*/
#subscriptions > .checkbox > label { display: block; }


/*------------------------------------------------------------------------------*
                                    Rule Form
-------------------------------------------------------------------------------*/
ul#items-per-page {
    list-style-type: none;
    display: inline-flex;
    padding-left: 0px;
    margin-left: -5px;
}
ul#items-per-page li {
    padding-right: 10px;
}
ul#order-in, ul#order-group-in{
    list-style-type: none;
    display: inline-flex;
    padding-left: 0px;
    margin-left: -5px;
}
ul#order-in li, ul#order-group-in li {
    padding-right: 10px;
}
.grid.simple .grid-body .conditional .muted-text{
    color: #999;
}
select.value {
    margin-left: 10%;
}
#placeholder-list dd {
    margin-bottom: 10px;
}


/*------------------------------------------------------------------------------*
                                    Add New Views Form
-------------------------------------------------------------------------------*/
.dd {
    float: left;
    width: 100%;
}
.split-border {
    border-right: 1px dashed #E0DFDF;
}


/*------------------------------------------------------------------------------*
                                    All Views Page
-------------------------------------------------------------------------------*/
td.views-name a {
    position: relative;
    top: 4px;
}


/*------------------------------------------------------------------------------*
                                Search Result Page
-------------------------------------------------------------------------------*/
.grid.simple .search-result {
    padding: 14px 15px 7px 26px;
}
.search-box ul{
    list-style-type: none;
    padding-left: 0;
}
#searchfilters ul {
    width: 120px;
}


/*------------------------------------------------------------------------------*
                                Zendesk Support Box
-------------------------------------------------------------------------------*/
#zenbox_tab {
    border: solid 1px;
    cursor:pointer;
    position: fixed;
    top: 23%;
    z-index: 10000;
}
/* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
.ZenboxTabLeft {
    left: 0;
    background-position: right 0;
}
.ZenboxTabRight {
    right: 0;
    background-position: left 0;
}
#zenbox_tab:hover {
    background-color: #444;
}
#zenbox_tab img {
    display: block;
}
#zenbox_overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}
#zenbox_overlay * {
    color:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#zenbox_container {
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index:2;
}
#zenbox_container .zenbox_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}
#zenbox_close {
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}
#zenbox_body {
    height: 900px;
    margin-top: -18px;
    position: relative;
    width: 615px;
}
#zenbox_scrim {
    background-color: #000;
    filter:alpha(opacity=42);
    -moz-opacity: 0.42;
    left:0;
    position: absolute; opacity: 0.42;
    top:0;
    width: 100%;
    z-index:1;
}


/*------------------------------------------------------------------------------*
                        Zendesk Ticket Box on Dashboard Page
-------------------------------------------------------------------------------*/
.zd_ticket_sub td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zd_ticket_sub td:last-child {
    text-transform: capitalize;
}
.zd_loading {
    text-align: center;
    padding: 5%;
}
.zd_loading h5 {
    margin: 0;
    font: 1em ;
    text-transform: uppercase;
}
.zd_loading span {
    display: inline-block;
    vertical-align: middle;
    width: .9em;
    height: .9em;
    margin: .2em;
    opacity: 0;
    background: #0aa699;
    border-radius: .9em;
    animation: zd_loading .5s infinite alternate;
    -webkit-animation: zd_loading .5s infinite alternate;
    -moz-animation: zd_loading .5s infinite alternate;
}
.zd_loading span:nth-of-type(2) {
    background: #0090d9;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
}
.zd_loading span:nth-of-type(3) {
    background: #FBB05E;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}
.zd_loading span:nth-of-type(4) {
    background: #1f3853;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.zd_loading span:nth-of-type(5) {
    background: #f35958;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
}
.zd_loading span:nth-of-type(6) {
    background: #8e44ad;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
}
@-webkit-keyframes zd_loading {
    0% {opacity: 0.0;}
    50% { opacity: 0.8; }
    100% {opacity: 1;}
}
@-moz-keyframes zd_loading {
    0% {opacity: 0.0;}
    50% { opacity: 0.8; }
    100% {opacity: 1;}
}
@keyframes zd_loading {
    0% {opacity: 0.0;}
    50% { opacity: 0.8; }
    100% {opacity: 1;}
}

/* Search */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -60px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    height: 60px;
    line-height: 60px;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.mini-chart-wrapper {
    display: block;
    width: 100%;
    padding: 0px 9px 0;
}
.mini-chart-wrapper .chart-details-wrapper .chart-value {
    display: block;
    font-size: 14px;
    color: inherit;
}


/*------------------------------------------------------------------------------*
                                Leads Details Page
-------------------------------------------------------------------------------*/
td.entry-field-name {
    font-weight: bold;
    background-color: #F0F1F1;
}
td.entry-field-value {
    padding-left: 30px !important;
    word-wrap:break-word;
}
td.address-value li{
    list-style-type:none;
}
table.gfield_list{
    border-top: 1px solid #DFDFDF !important;
    border-left: 1px solid #DFDFDF !important;
    border-spacing: 0;
    padding: 0;
    margin: 2px 0 6px;
    width: 100%;
}
table.table-fixedlayout {
    table-layout:fixed;
}


/*------------------------------------------------------------------------------*
                                Leads Error Page
-------------------------------------------------------------------------------*/
.leads-error {
    background-image: url("../img/lead-error.f343bf8c354e.png");
    background-repeat: no-repeat;
    height: 370px;
    background-size: contain;
    background-position: center bottom;
    padding-bottom: 0px;
}


/*------------------------------------------------------------------------------*
                                    CSS3 animation
-------------------------------------------------------------------------------*/
.animation-container h4 {
    text-transform: uppercase;
    letter-spacing:1.5px;
    text-align:center;
    margin-top:20px;
    -webkit-animation: fade 2s infinite;
    -moz-animation: fade 2s infinite;
    font-weight: 400;
}
.animation-container {
    margin: 0 auto;
}
.ball {
    width: 12px;
    height: 12px;
    margin: 10px auto;
    border-radius: 50px;
}
.ball:nth-child(1) {
    background: #0aa699;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}
.ball:nth-child(2) {
    background: #0090d9;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}
.ball:nth-child(3) {
    background: #FBB05E;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}
.ball:nth-child(4) {
    background: #1f3853;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}
.ball:nth-child(5) {
    background: #f35958;
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}
.ball:nth-child(6) {
    background: #8e44ad;
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}
.ball:nth-child(7) {
    background: #4d407c;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}
@-webkit-keyframes right {
    0%   { -webkit-transform: translate(-15px);   }
    50%  { -webkit-transform: translate(15px);    }
    100% { -webkit-transform: translate(-15px);   }
}
@-webkit-keyframes left {
    0%   { -webkit-transform: translate(15px);    }
    50%  { -webkit-transform: translate(-15px);   }
    100% { -webkit-transform: translate(15px);    }
}
@-moz-keyframes right {
    0%   { -moz-transform: translate(-15px);   }
    50%  { -moz-transform: translate(15px);    }
    100% { -moz-transform: translate(-15px);   }
}
@-moz-keyframes left {
    0%   { -moz-transform: translate(15px);    }
    50%  { -moz-transform: translate(-15px);   }
    100% { -moz-transform: translate(15px);    }
}
@keyframes right {
    0%   { transform: translate(-15px);  }
    50%  { transform: translate(15px);   }
    100% { transform: translate(-15px);  }
}
@keyframes left {
    0%   { transform: translate(15px);   }
    50%  { transform: translate(-15px);  }
    100% { transform: translate(15px);   }
}
@-moz-keyframes rise {
    50% { transform:rotate(30deg);
        -ms-transform:rotate(30deg); /* IE 9 */
        -webkit-transform:rotate(30deg);
        -moz-transform:rotate(30deg);
    }
}
@-o-keyframes rise {
    50% { transform:rotate(30deg);
        -ms-transform:rotate(30deg); /* IE 9 */
        -webkit-transform:rotate(30deg);
        -moz-transform:rotate(30deg);
    }
    @keyframes rise {
        50% { transform:rotate(30deg);
            -ms-transform:rotate(30deg); /* IE 9 */
            -webkit-transform:rotate(30deg);
            -moz-transform:rotate(30deg);
        }
    }
}
@-webkit-keyframes fall {
    50% { transform:rotate(-30deg);
        -ms-transform:rotate(-30deg); /* IE 9 */
        -webkit-transform:rotate(-30deg);
        -moz-transform:rotate(30deg);
    }
}
@-moz-keyframes fall {
    50% { transform:rotate(-30deg);
        -ms-transform:rotate(-30deg); /* IE 9 */
        -webkit-transform:rotate(-30deg);
        -moz-transform:rotate(-30deg);
    }
}
@-o-keyframes fall {
    50% { transform:rotate(-30deg);
        -ms-transform:rotate(-30deg); /* IE 9 */
        -webkit-transform:rotate(-30deg);
        -moz-transform:rotate(30deg);
    }
    @keyframes fall {
        50% { transform:rotate(-30deg);
            -ms-transform:rotate(-30deg); /* IE 9 */
            -webkit-transform:rotate(-30deg);
            -moz-transform:rotate(30deg);
        }
    }
}
@-webkit-keyframes fade {
    50%{opacity:0.5}
    100%{opacity:1}
}
@-moz-keyframes fade {
    50%{opacity:0.5}
    100%{opacity:1}
}
@-o-keyframes fade {
    50%{opacity:0.5}
    100%{opacity:1}
    @keyframes fade {
        50%{opacity:0.5}
        100%{opacity:1}
    }
}


/*------------------------------------------------------------------------------*
                                    C3 Graph Styles
-------------------------------------------------------------------------------*/
/*-- Chart --*/

.c3 svg {
  font: 10px sans-serif;
}
.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;

}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

/*-- Axis --*/

.c3-axis-x .tick {
}
.c3-axis-x-label {
}

.c3-axis-y .tick {
}
.c3-axis-y-label {
}

.c3-axis-y2 .tick {
}
.c3-axis-y2-label {
}

/*-- Grid --*/

.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-xgrid-focus {
}

/*-- Text on Chart --*/

.c3-text {
}

.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}

/*-- Line --*/

.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}

/*-- Bar --*/

.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}

/*-- Arc --*/

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

/*-- Focus --*/

.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}


/*-- Region --*/

.c3-region {
  fill: steelblue;
  fill-opacity: .1;
}

/*-- Brush --*/

.c3-brush .extent {
  fill-opacity: .1;
}

/*-- Select - Drag --*/

.c3-dragarea {
}

/*-- Legend --*/

.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1
}

/*-- C3 Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #576475;
}
.c3-tooltip tr {
  border: 1px solid #eee;
}
.c3-tooltip th {
  background-color: #fff;
  font-size: 14px;
  padding: 5px 5px;
  text-align: left;
  color: #576475;
}

.c3-tooltip td {
  font-size:13px;
  padding: 3px 6px;
  background-color:#fff;
  border-left:1px dotted #999;
  color: #576475;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value{
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
/*  font-size: 28px !important;*/
}

/*-- C3 Overrides for Pronto Styles --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.85;
}

.c3-legend-item-tile {
    shape-rendering: initial;
}


/*------------------------------------------------------------------------------*
                             Info Bubbles Tooltop Colors
-------------------------------------------------------------------------------*/
.info-bubble + .tooltip.top .tooltip-inner {
    background-color: #1f2c39;
}
.info-bubble + .tooltip.top .tooltip-arrow {
    border-top-color: #1f2c39;
}
.info-bubble + .tooltip.bottom .tooltip-inner {
    background-color: #1f2c39;
}
.info-bubble + .tooltip.bottom .tooltip-arrow {
    border-top-color: #1f2c39;
}
.info-bubble + .tooltip {
    font-weight: normal !important;
    font-size: 12px !important;
    text-transform: none !important;
}
.info-bubble + .tooltip-inner {
  max-width: 250px;
}


/*------------------------------------------------------------------------------*
                                Service Page from FE Team
-------------------------------------------------------------------------------*/
.well-dark-blue{
    background-color: #1f2c39;
    border-color: #1f2c39;
    color: #fff;
    padding: 30px 40px;
    min-height: 150px;
}
.well-dark-blue h2{
    color: #fff;
}
.well-dark-blue > .row > .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.well-white{
    background-color: #fff;
}
.well-sidebar {
    border-radius: 0;
    margin-top: 35px;
    padding: 30px;
}
/*Font*/
.heading-font{
    font-size: 42px;
}
.sub-heading-font{
    font-size: 24px;
}
.semi-heading-font{
    font-size: 19px;
}
.small-heading-font{
    font-size: 16px;
    line-height: 20px;
}
/*Button*/
.btn-main-blue {
    background-color: #00adee;
    border-color: #00adee;
    color: #fff;
    font-weight: 700;
    text-shadow: none;
    font-size: 15px;
}
.btn-main-blue:hover, .btn-main-blue .disabled, .btn-main-blue [disabled] {
    background-color: #009eda;
    border-color: #009eda;
    color: #253747;
}
.btn-main-blue:active, .btn-main-blue .active, .btn-main-blue:focus, .btn-main-blue .focus {
    background-color: #008fc5;
    border-color: #008fc5;
    color: #253747;
}
.btn-main-blue:hover, .btn-main-blue:focus, .btn-main-blue:active {
    color: #f2f2f2;
}
.btn-main-blue-invert {
    background-color: #fff;
    border-color: #00adee;
    color: #00adee;
    font-weight: 700;
    text-shadow: none;
    font-size: 15px;
    border: 1px solid;
}
.btn-main-blue-invert:hover, .btn-main-blue-invert .disabled, .btn-main-blue-invert [disabled] {
    background-color: #f7f7f7;
    border-color: #00adee;
    color: #008fc5;
}
.btn-main-blue-invert:active, .btn-main-blue-invert .active, .btn-main-blue-invert:focus, .btn-main-blue-invert .focus {
    background-color: #f7f7f7;
    border-color: #00adee;
    color: #008fc5;
}
.btn-main-blue-invert:hover, .btn-main-blue-invert:focus, .btn-main-blue-invert:active {
    color: #008fc5;
}
.btn-yellow {
    background-color: #ecac26;
    color: #fff;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background-color: #dfa324;
    color: #fff;
}
.btn-green {
    background-color: #03BDAF;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background-color: #03b1a4;
    color: #fff;
}
/*Tab*/
.nav-custom-tabs {
    border: 0 none;
    background-color: transparent;
}
.nav-custom-tabs > .active > a,
.nav-custom-tabs > .active > a:hover,
.nav-custom-tabs > .active > a:focus,
.nav-custom-tabs > .active > a:active {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.nav-custom-tabs > li {
    margin-bottom: -3px;
    padding-left: 1px;
    position: relative;
}
.nav-custom-tabs + .tab-content{
    border: 1px solid #e6e6e6;
}
.nav-custom-tabs .active > a {
    font-weight: bold;
    color: #1f2c39;
}
.nav-custom-tabs > li > a {
    color: #1f2c39;
    background-color: #e3e3e3;
    border-radius: 3px;
    margin-bottom: 2px;
    padding: 8px 20px;
}
.nav-custom-tabs > li > a:hover,
.nav-custom-tabs > li > a:active,
.nav-custom-tabs > li > a:focus {
    background-color: #dbdbdb;
}

.nav-custom-tabs + .tab-content{
    overflow: visible;
}
/*Helper classes*/
.aligncenter{
    display: block;
    margin: 0 auto;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-40{
    margin-top: 40px;
}
.gray {
    color: #DBDBDB;
}
.yellow {
    color: #ECAC26;
}
.green {
    color: #06BCB0;
}

/* showcase */
.showcase {
    overflow: hidden;
}
.showcase img {
    position: relative;
}
.showcase .hover-icon {
    left: 0;
    opacity: 0;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.filter {
    background-color: #000000;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 200px;
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}
.showcase:hover img {
    z-index: -1;
}
.showcase:hover > .hover-icon {
    padding-top: 69px;
    opacity: 1;
}
.showcase:hover > .filter {
    opacity: 0.7;
}

/* Table */
.table-border,
.table-border th,
.table-border td {
    border: 1px solid #f1f1f1;
}
.table-border {
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 5px 1px 1px;
    background-color: #fbfbfb;
}
.table-border th:nth-child(2) {
    border-top: 5px solid #ecac26 !important;
    color: #ECAC26;
}
.table-border th:nth-child(3) {
    border-top: 5px solid #03BDAF !important;
    color: #03BDAF;
}
.table-border th:not(:first-child),
.table-border td:not(:first-child){
    text-align: center;
}
.table-border tbody > tr:nth-child(2n+1) {
    background-color: #fff;
}
.custom-table th, .custom-table td {
    font-size: 15px !important;
}
.tab-content .popover{
    left: 10px !important;
}

/* Popover custom */
.popover-title {
    display: none;
}
.popover {
    background-color: #24303E;
    color: #fff;
    padding: 10px;
}
.popover.top .arrow {
    border-right-color: transparent;
    border-top-color: transparent;
}

.popover.top .arrow {
    left: 14%;
}

.popover.top .arrow:after {
    border-top-color: #24303e;
}
ƒ.
@media (min-width: 992px) and (max-width: 1199px) {
    .showcase .hover-icon {
        padding-left: 65px;
        padding-right: 65px;
    }
    .showcase:hover > .hover-icon {
        padding-top: 51px;
    }
    .well-sidebar {
        min-height: 786px;
    }
    .semi-heading-font{
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .sm-text-center {
        text-align: center !important;
    }
    .sm-aligncenter {
        float: none;
        margin: 0 auto !important;
    }
    .sm-well-dark-blue {
        padding: 30px 40px 40px;
    }
}

@media (max-width: 991px) {
    .sm-aligncenter {
        float: none;
        margin: 0 auto;
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-well-dark-blue {
        padding: 40px;
    }
    .nav-custom-tabs > li {
        float: left;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .showcase .hover-icon {
        padding-left: 80px;
        padding-right: 80px;
    }
    .showcase:hover > .hover-icon {
        padding-top: 64px;
    }
    .well-sidebar {
        min-height: 580px;
    }
}
@media (max-width: 767px) {
    .showcase .hover-icon {
        padding-left: 90px;
        padding-right: 90px;
    }
    .showcase:hover > .hover-icon {
        padding-top: 64px;
    }
    .showcase img {
        width: 100%;
    }
    .filter {
        height: 350px;
    }
    .xs-text-center {
        text-align: center;
    }
    .xs-aligncenter {
        float: none;
        margin: auto;
    }
    .semi-heading-font {
        font-size: 16px;
        line-height: 1.5;
    }
    .nav-custom-tabs > li {
        float: none;
    }
}

/**** clip text to 400 px ****/
table.clip-400 > tbody > tr > td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
}

/**** C3 area chart opacity ****/
.c3-area {
  opacity: 0.85;
}

/**** Donut font ****/
.donut-xl-font {
    font-size: 30px;
}


/*------------------------------------------------------------------------------*
                                    Insights Reports
-------------------------------------------------------------------------------*/
#reportnav.panel-body {
    padding: 0px 15px 15px 15px;
}
#reportPanel{ width: 265px; }
#reportPanel.affix {
    position: fixed;
    top: 14px;
}
#reportPanel.affix-top {
    position: static;
}
#reportPanel.affix-bottom {
    top: auto;
    position: fixed;
}
#reportPanel li.active {
    border:0 #00adee solid;
    border-right-width:5px;
    background: #eee;
}
.chart-title-small {
    font-size: 12px;
    color:#B3B3B3;
    text-transform: none;
    font-weight:normal;
}
.supersize {
    font-size: 60px;
}
.text-supersize {
    font-size: 50px;
}

#lead_ss img { display: inline; }

@media (max-width: 765px) {
    .right-border:nth-of-type(even) {
        border-right: none;
    }
}

.panel-body.report-error-traffic {
  background-image: url("../img/insight-error-bg/bg_traffic.8f038ac86c40.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}

.panel-body.report-error-leads {
  background-image: url("../img/insight-error-bg/bg_leads.a92cc2f6c545.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}
.panel-body.report-error-calltracking {
  background-image: url("../img/insight-error-bg/bg_calltracking.323eeb394d65.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}
.panel-body.report-error-engagement {
  background-image: url("../img/insight-error-bg/bg_engagement.d94514341520.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}
.panel-body.report-error-inboundstrength {
  background-image: url("../img/insight-error-bg/bg_inboundstrength.2bfc33d7af2f.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}
.panel-body.report-error-keywords {
  background-image: url("../img/insight-error-bg/bg_keywords.839386d8d2aa.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-position: initial;
  margin: 0 20px;
}


/*------------------------------------------------------------------------------*
                                    Reseller
-------------------------------------------------------------------------------*/
#uploadbox {
position: relative;
width: 60%;
margin: -46px 0 0 110px;
}


/*------------------------------------------------------------------------------*
                                  Button Style
-------------------------------------------------------------------------------*/
.btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/*------------------------------------------------------------------------------*
                                 Media Element JS Overrides
-------------------------------------------------------------------------------*/
span.mejs-offscreen {
  display: none;
}

body .mejs-container.progression-skin .mejs-controls {
    height: 42px;
}
body .progression-skin.progression-minimal-light .mejs-inner .mejs-controls .mejs-time {
  border: none;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 12px;
  height: 12px;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 12px;
  height: 12px;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  margin-top: 15px;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #1f3853;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  width: 12px;
  height: 12px;
}
body .mejs-container.progression-skin.progression-minimal-light, body .mejs-container.progression-skin.progression-minimal-light .mejs-controls {
  border-color: #eee;
  border-width: 2px;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-playpause-button {
  border-color: #eee;
  border-width: 2px;
}
body .progression-skin.progression-minimal-light .mejs-controls button {
    height: 40px;
    color: #00adee;
}
body .progression-skin.progression-minimal-light .mejs-controls button:hover {
    color: #00adee;
    height: 40px;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #00adee;
}
body .progression-skin.progression-minimal-light .mejs-controls .mejs-playpause-button:hover {
  background: #f7f7f7;
  height: 38px;
}


/*------------------------------------------------------------------------------*
                                CallTracking
-------------------------------------------------------------------------------*/
.call-highlight {
    background-color: #e2e8eb;
}
.greeting-radio, .greeting-radio .greeting-upload {
    margin-left: 15px;
}
.greeting-radio #id_recording_msg {
    margin: 10px 0 10px 18px;
    width: 98%;
}
.greeting-radio #uploadbox {
    left: 15px;
}
.checkbox.check-success.greeting-checkbox input[type="checkbox"]:checked + label:before{
    background-color: #3B99FC;
    border: 1px solid #3B99FC;
}
.block__subscribers { margin-top: 7px; }


/*------------------------------------------------------------------------------*
                        Notification Toggle Style
-------------------------------------------------------------------------------*/
.onoffswitch {
    position: relative;
    width: 120px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox{
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 23px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 28px;
    font-size: 13px;
    color: white;
    font-family: inherit;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #00ADEE;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #00ADEE;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 6px 0 12px 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 78px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    left: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 22px;
}


/*------------------------------------------------------------------------------*
                           Custom referral page
-------------------------------------------------------------------------------*/
/* button styles */
.btn-facebook, .btn-facebook:hover {
  background-color: #435F9C;
  color: #fff;
}
.btn-linkedin, .btn-linkedin:hover {
  background-color: #1A85BD;
  color: #fff;
}
.btn-twitter, .btn-twitter:hover {
  background-color: #55acee;
  color:#fff;
}
.form-group .form-label{
    color:#55606e;
    display:inline-block;
    margin-right:8px;
}
.form-group .help{
    color: #A7ABB1;
    font-size: 12px;
}

.size-60 {
    font-size: 60px;
}

.semi-bold {
    font-weight: 600;
}


/*------------------------------------------------------------------------------*
                            Override tagsinput css
-------------------------------------------------------------------------------*/
.bootstrap-tagsinput { width: 100%; }
.bootstrap-tagsinput.focus span.twitter-typeahead input.tt-input { top: 4px; }
.twitter-typeahead .tt-hint{ display: none; }
.bootstrap-tagsinput span.twitter-typeahead input.tt-input { width: 5em; }

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.bootstrap-tagsinput .tag { color: #5e5e5e; margin-top:10px; }
.bootstrap-tagsinput { border-radius: 2px; padding: 0 6px; }
.tt-dropdown-menu, .tt-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    background-color: #ffffff;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}


/*------------------------------------------------------------------------------*
                            Custom Checkbox Style
-------------------------------------------------------------------------------*/
.block--checklist .checkbox label {
    padding-left: 25px;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
    background-color: #0aa699;
    border: 1px solid #0aa699;
}
.checkbox.check-success input[type="checkbox"]:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #fff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color:#0090D9;
    border:1px solid #0090D9;
}

/*------------------------------------------------------------------------------*
                            Project Stage Details
-------------------------------------------------------------------------------*/
.checkbox .info-button {
    color: #ccc;
}
table.block--checklist img {
    max-width: 100%;
}


/*------------------------------------------------------------------------------*
                            Override Carousel CSS
-------------------------------------------------------------------------------*/
#owl-slider .owl-item.disactive .dot {
    background: #ddd;
    border-color: #eee;
    cursor: pointer;
}
#owl-slider .owl-item:not(:last-child) .item.active .owl-progress .owl-progress-bar,
#owl-slider .owl-item.disactive .owl-progress {
    background: #eee;
}
#owl-slider .owl-item.disactive:last-child .owl-progress {
    background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 49%, rgba(240,240,240,0) 50%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 49%,rgba(240,240,240,0) 50%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 49%,rgba(240,240,240,0) 50%,rgba(0,0,0,0) 100%);
}

/*------------------------------------------------------------------------------*
                            Responsive Custom Navbar
-------------------------------------------------------------------------------*/
.navbar-border {
    border: 1px solid #ececec;
}

.navbar-border a {
    color: #000;
}

.front-padding {
    padding: 15px !important;
}

.d-flex-center {
    display: flex;
    align-items: center;
}

/*------------------------------------------------------------------------------*
                        Custom Subscription Edit Page
-------------------------------------------------------------------------------*/
.zendesk-ticket-error input {
    border-color: red;
}

/*------------------------------------------------------------------------------*
                        Fix bug bootstrapTable table overlap toolbar
-------------------------------------------------------------------------------*/
.fixed-table-toolbar {
    padding-bottom: 50px;
}
