/* Minification failed. Returning unminified contents.
(29,1): run-time error CSS1019: Unexpected token, found '@import'
(29,9): run-time error CSS1019: Unexpected token, found 'url(//fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,800)'
(4269,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4270,10): run-time error CSS1035: Expected colon, found '{'
(4280,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4281,10): run-time error CSS1035: Expected colon, found '{'
(6473,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6474,8): run-time error CSS1035: Expected colon, found '{'
 */
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,800);

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    /*overflow-y: scroll;*/ /* Affect Sortable content*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}

.swfupload {
    -ms-opacity: 0.01;
    opacity: 0.01;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

textarea {
    resize: none;
}

label.checkbox, label.radio {
    cursor: pointer;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}

.form-group { 
    margin-bottom:10px;
}


body, input, button, select, textarea,
.daterangepicker .calendar th,
.daterangepicker .calendar td,
.myTag,
.work-log {
    font-family: 'Open Sans', Arial, serif;
}

.required-field:after,
.table-sortable .sort-header:after,
.accordion-sidebar-nav .nav-list li.active:after,
.calendar-event .datepicker-switch:before,
.fc-icon,
.onboarding-btn-group .btn.complete:before,
.accordion-survey-questions .accordion-toggle:before {
    font-family: 'FontAwesome';
}

.label, .badge,
.survey-preview,
.onboarding-btn-group .btn:before {
    font-family: Arial, serif;
}

.label {
    font-size: 10px;
    text-transform: uppercase;
}

.btn:focus,
.btn:active,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.mejs-controls .mejs-button button:focus {
    outline: none;
    outline-offset: 0;
}

select:focus {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}


.saved-tab {
    color: #62C462;
}

a:hover,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
a.fc-more:hover {
    text-decoration: none;
}

sub, sup {
    font-size: 60%;
    margin-right: 5px;
}

.uppercase { text-transform: uppercase;}
.margin-0 {margin:0;}
.text-info {
    color: #0066CC;
}

.well {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 20px;
}

.well-checkbox {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.well-small {
    padding: 6px 8px;
    margin-bottom: 0px;
}

    .well-small .radio.inline,
    .well-checkbox .checkbox {
        padding-top: 0;
    }

    .well-small .radio.inline {
        margin-top: -4px;
    }

.btn,
.fc button,
.btn-primary,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.label, .badge, .btn,
.input-append .add-on,
.input-prepend .add-on,
.alert,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    -webkit-text-shadow: none;
    text-shadow: none;
}

    .btn, select, 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"], .uneditable-input, .navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner, .dropdown-menu,
    input[disabled]:focus,
    select[disabled]:focus,
    textarea[disabled]:focus,
    input[readonly]:focus,
    select[readonly]:focus,
    textarea[readonly]:focus,
    .btn.active, .btn:active,
    .popover,
    .modal,
    .btn-primary,
    .fc button,
    .fc-popover,
    .myTag,
    .thumbnail,
    a.thumbnail:hover,
    .btn-group.open .dropdown-toggle,
    .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus,
    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
        box-shadow: none;
    }

.btn,
.fc button,
.pager li > a,
.pager li > span {
    background-image: none;
    padding: 6px 12px;
}

.btn-onboarding {
    position: relative;
}

    .btn-onboarding .fa {
        width: 40px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        right: -1px;
        top: -1px;
    }

.table .btn-small {
    padding: 2px 10px;
    font-size: 12px;
}

.table .btn-small {
    padding: 2px 10px;
    font-size: 12px;
}

.btn-outline-sm {
    padding: 0 10px;
    height: auto !important;
}

form,
.no-data-message p {
    margin-bottom: 0;
}

.upgrade-only {
    margin-left: 0 !important;
}

.table th, .table td {
    padding: 15px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.fc-state-default.fc-state-disabled {
    cursor: default;
}

select,
.date-range,
.date-range[readonly],
.calendar-event .day.active,
.fc-event {
    cursor: pointer;
}

.form-inline {
    display: inline-block;
}

code {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn-group > .btn {
    position: static;
}

.btn-block + .btn-block {
    margin-top: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-top-10px {
    margin-top: 10px;
}

.btn,
.btn-primary,
.filter-dropdown a:hover,
.filter-dropdown a:active,
.filter-dropdown a:focus,
.typeahead.dropdown-menu .active > a,
.typeahead.dropdown-menu .active > a:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-image: none !important;
    filter: none;
}

/* Clear Fix
================================================== */

.control-label:before,
.control-label:after,
.sidebar-btn-group:before,
.sidebar-btn-group:after,
.panel-heading:before,
.panel-heading:after {
    display: table;
    content: "";
    line-height: 0;
}

.sidebar-btn-group:after,
.control-label:after,
.panel-heading:after {
    clear: both;
}

/* Ellipsis
================================================== */
.table td {
    max-width: 100px;
}

.table td,
.table-title,
.table-description,
.fc-event .fc-title,
.video-tutorials p,
.rep-calendar-list .calendar-title,
.question-text,
.intent-toggle-text {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* Transition
================================================== */

a,
button,
.btn,
.btn:hover,
.btn-link,
.fc button,
.activity-icon,
.label,
.work-log,
.calendar-event .day,
.view-details,
.video-tutorials .thumbnail .video-overlay,
.video-tutorials .thumbnail:hover .video-overlay,
.video-tutorials .caption,
.table-hover tbody tr:hover td,
.table-hover tbody tr td .btn,
.table-hover tbody tr td .rating,
.table-hover tbody tr td .incentive-img,
.media-gallery img,
.media-gallery .action-buttons,
.media-gallery .video-buttons,
.checkbox-list .checkbox,
.accordion-heading:hover .accordion-btn-group,
.accordion-survey-questions .accordion-heading.active .accordion-toggle:before,
.fc-event .fc-title {
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
        
       Commented out because the admin was blinking on load in some conditions
    */
}

.exit-intent-toggle,
.exit-intent-toggle .exit-intent-list-thumbnail,
.exit-intent-toggle .intent-toggle-text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.redactor_editor,
.survey-preview .survey-question.active {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/* Opacity
================================================== */

.video-tutorials .thumbnail .video-overlay {
    -ms-opacity: 0;
    opacity: 0;
}

.video-tutorials .thumbnail:hover .video-overlay,
.text-muted {
    -ms-opacity: .4;
    opacity: .4;
}

.accordion-sidebar-nav .accordion-heading a,
.sidebar a,
.accordion-sidebar-nav .nav-list > li > a,
.btn-outline:hover,
.table-hover tbody tr td .rating,
.media-gallery .thumbnail:hover img {
    -ms-opacity: .5;
    opacity: .5;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span,
.table-hover tbody tr:hover td .btn:hover {
    -ms-opacity: .65;
    opacity: .65;
}

.modal-backdrop,
.modal-backdrop.fade.in,
.media-gallery .video-icon .fa {
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.video-tutorials .thumbnail img {
    -ms-opacity: 0.9;
    opacity: 0.9;
}

.accordion-sidebar-nav .accordion-toggle.active,
.accordion-sidebar-nav .accordion-toggle:active,
.accordion-sidebar-nav .accordion-heading a:hover,
.accordion-sidebar-nav .nav-list > li > a:hover,
.accordion-sidebar-nav .nav-list > li.active a,
.accordion-sidebar-nav .accordion-toggle.active span,
.accordion-sidebar-nav .accordion-toggle:active span,
.table-hover tbody tr:hover td .rating,
.fc-state-disabled,
.sidebar a:hover,
.accordion-sidebar-nav .accordion-heading .nav-data-mirgration {
    opacity: 1;
}


/* Line Height
================================================== */

h1, h2, h3 {
    line-height: 1;
}




/*code,*/
.control-label,
.panel-title,
.fc-toolbar h2,
.order-total,
.table-panel-heading th,
.table-panel .table th,
.fc-widget-header th,
.table-panel .table td,
.panel-footer p,
.table-sortable .activity-icon,
.contact-view-tabs > li > a,
.jp-time-holder,
.contact-view-tab-content .content-title,
.table-sortable .sort-header .fa {
    line-height: 34px;
}

.myTag {
    line-height: 30px;
}

.accordion-available-fields .accordion-toggle,
.table-title,
.table-description,
.fc-event .fc-time,
.fc-event .fc-title,
.contact-survey-answer dd {
    line-height: 24px;
}

.timeline-title small {
    line-height: 20px;
}

.popover-content,
.dropdown-menu-body .help-block,
.caption {
    line-height: 16px;
}

.accordion-survey-questions .accordion-toggle {
    line-height: 1.42857;
}

/* Font Size
================================================== */

h1 small {
    font-size: 85%;
}

.footer,
.nested .fa {
    font-size: 10px;
}

.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.fc button,
.accordion-sidebar-nav span,
.table th, .table td,
table th, table td,
.control-label,
code, pre,
.navbar-text .username,
.pager li > a,
.pager li > span,
.radio, .checkbox,
.panel-footer p,
.modal-body,
.popover-title,
.no-data-message p,
.typeahead a,
.work-log,
.form-landing-page .panel-body p,
.accordion-available-fields,
.accordion-survey-questions,
.review-details-list,
.video-tutorials .caption,
.preview-phone-controls .add-on,
.contact-view-tabs .dropdown-menu li a,
.content-dl-match-table dd,
.content-dl-match-table dt,
.content-title small,
.label.label-message-template,
.checkbox-list .btn-link,
.onboarding-message p,
.contact-survey-answer dd,
.report-stat .stat-title,
.panel-filters,
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .datetimepicker fieldset legend,
select, textarea, .input-xlarge, .input-xxlarge, .uneditable-input, .external-reviews-filter,
select, 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"], .uneditable-input {
    font-size: 13px;
}

.redactor_editor, .redactor_editor:focus, .redactor_editor div, .redactor_editor p, .redactor_editor ul, .redactor_editor ol, .redactor_editor table, .redactor_editor dl, .redactor_editor blockquote, .redactor_editor pre {
    font-size: 13px !important;
}

.stat-date,
.chart-tooltip,
/*.label, .badge,*/
.btn-tag,
.fc-event,
.required-field:after {
    font-size: 11px;
}

.form-horizontal input + .help-block,
.form-horizontal textarea + .help-block,
.help-block,
.popover-content,
.panel-title small,
.accordion-sidebar-nav .nested span,
.calendar-event .dow,
.calendar-event .day {
    font-size: 12px;
}

.panel-title small {
    font-size: 13px;
}

.btn .fa,
button .fc-icon,
.table-panel-heading th,
.fc-widget-header th,
.panel-title,
.timeline-title,
.fc-toolbar h2,
.modal-body h4,
.table-sortable .sort-header:after,
.page-header h1 small,
.message-template-icon,
.survey-preview h2 {
    font-size: 14px;
}

.modal-header h3,
.order-total,
.panel-body-title,
.table-title,
.caption-title,
.survey-report-question {
    font-size: 16px;
}

.table-sort .nav-handle {
    font-size: 18px;
}

h1 {
    font-size: 20px;
}

.stat-count,
.survey-preview h1 {
    font-size: 30px;
}

.report-stat .stat-count {
    font-size: 36px;
}

.report-stat .fa {
    font-size: 60px;
}

.table-sortable .activity-icon,
.accordion-sidebar-nav .nav-list li.active:after {
    font-size: 1.5em;
}



.panel-message .fa {
    font-size: 10em;
}

/* Font Style
================================================== */

h1,
h2,
h3,
h4,
table th,
.table th,
.nav-header,
.label,
.badge,
.control-label,
.order-total,
.panel-body-title,
.review-details-list dt,
.content-dl-match-table dt,
.fc-day-grid-event .fc-time,
.fc-icon-right-single-arrow:after,
.fc-icon-left-single-arrow:after,
.contact-survey-answer dt,
.report-stat .stat-title {
    font-weight: 400;
}

.survey-preview h2 {
    font-weight: bold;
}


/* Border 
================================================== */

.page-header,
.alert,
select.select-label,
.popover,
.popover-title,
.modal-header,
.accordion-available-fields .accordion-group,
.accordion-survey-questions .accordion-group,
.daterangepicker.opensright:before,
.daterangepicker.opensleft:before,
.daterangepicker.opensright:after,
.daterangepicker.opensleft:after,
[class*=" datetimepicker-dropdown"]:before,
[class*=" datetimepicker-dropdown"]:after,
.fc-event,
.work-log,
.thumbnail.ui-sortable-helper {
    border: none;
}

.accordion-group,
.label,
.badge,
.btn,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.fc button,
.fc-state-default.fc-corner-left,
.fc-state-default.fc-corner-right,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
select, 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"], .uneditable-input, .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .add-on:last-child, .input-append .btn:last-child,
.alert,
.contact-view-tab-content .tab-pane,
.nav-tabs .dropdown-menu,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > li > a,
.popover,
.popover-title,
.modal,
.modal-header,
.well,
.pager li > a,
.pager li > span,
.dropdown-menu,
.daterangepicker,
.daterangepicker .ranges li,
.daterangepicker .calendar-date,
.daterangepicker td,
.daterangepicker th,
.datetimepicker td,
.datetimepicker th,
.btn-group-vertical .btn:first-child,
.btn-group-vertical .btn:last-child,
.fc-event,
.myTag,
.thumbnail,
.datetimepicker table tr td span {
    border-radius: 0;
}

.panel-body,
.panel-footer,
.panel-heading,
.table-panel-heading,
.fc-toolbar,
.sidebar-btn-group a,
.rep-panel .table,
.calendar-event .datepicker,
.accordion-sidebar-nav .accordion-toggle,
.accordion-sidebar-nav .nav-list,
.contact-view-tabs,
.contact-view-tab-content .tab-pane,
.contact-view-tabs > li > a,
.timeline li .timeline-badge,
.contact-view-tab-content .content-title,
.redactor_box .redactor_toolbar,
.redactor_editor,
.calendar-event thead tr,
.accordion-available-fields .accordion-toggle,
.accordion-available-fields .accordion-inner,
.accordion-survey-questions .accordion-toggle,
.accordion-survey-questions .accordion-inner,
.table-sortable .sort-header.active,
.rep-calendar-list.overflow,
.content-dl-match-table dt,
.file-upload-thumbnail,
.checkbox-list,
.checkbox-list .checkbox-list-item,
.onboarding-message,
.report-stat,
.survey-table tbody tr, .assigned-dealer-list-autocomplete,
.exit-intent-toggle {
    border: 1px solid;
}

.rep-panel .table,
.contact-view-tab-content .content-title,
.content-dl-match-table dt,
.accordion-sidebar-nav .accordion-group {
    border-width: 0 0 1px 0;
}

.panel-body,
.panel-sub-heading,
.table-panel-heading.no-top-border,
.table .no-top-border,
.contact-view-tabs > li > a,
.contact-view-tabs > .active > a,
.contact-view-tabs > .active > a:hover,
.accordion-available-fields .accordion-inner,
.accordion-survey-questions .accordion-inner,
.panel-heading-dropdown-menu,
.daterangepicker {
    border-top-width: 0;
}

.add-border-top {
    border-top-width: 1px;
}

.table-panel-heading {
    border-width: 1px 0 0 0;
}

.survey-table .table-panel-heading {
    border-width: 1px;
}

.survey-table tbody tr {
    border-width: 0 1px 1px 1px;
}

.calendar-event thead tr {
    border-width: 0 0 1px 0;
}

.rep-calendar-list.overflow .btn,
.checkbox-list .checkbox-list-item {
    border-width: 1px 0 0 0;
}

    .rep-calendar-list.overflow .btn:first-child {
        border-width: 0;
    }

.table-sortable .sort-header.active {
    border-width: 0 1px !important;
}

.chart-panel .panel-heading,
.contact-view-tabs,
.redactor_box .redactor_toolbar,
.fc-toolbar {
    border-bottom-width: 0;
}

.accordion-sidebar-nav .accordion-toggle,
.accordion-sidebar-nav .nav-list {
    border-width: 0 0 0 4px;
}

.form-landing-page .input-prepend .add-on {
    border-right: 0;
}

.sidebar-btn-group a {
    border-width: 0 0 1px 1px;
}

    .sidebar-btn-group a:first-child {
        border-left-width: 0;
    }

.onboarding-message {
    border-style: dashed;
    border-width: 2px;
}

/* Color
================================================== */

body,
h2, h3, h4, .hero-unit h1, .table th,
.review-details-list dt, .timeline-title,
.contact-view-tabs > .active > a,
.contact-view-tabs > .active > a:hover,
.contact-view-tabs .open .dropdown-toggle,
.contact-view-tabs .dropdown-menu li > a,
.contact-view-tabs > li.dropdown.open.active > a,
.contact-view-tabs > li.dropdown.open.active > a:hover,
.filter-dropdown .dropdown-menu li > a,
.content-dl dt,
.content-dl-match-table dt,
.typeahead.dropdown-menu a,
.activity-card .heading,
.activity-card .nav-pills > .active > a,
.activity-card .nav-pills > .active > a:hover,
.select-label,
.count,
.myTag,
.work-log,
.panel-heading,
.table-panel-heading th,
/*.panel-heading .labels,*/
.fc-toolbar,
.flot-y-axis,
.flot-x-axis,
.table-link,
.table-hover tbody tr:hover td .table-link.disabled,
.timeline .meta,
.thumbnail .caption,
.timeline-title small,
.accordion-available-fields .accordion-toggle,
.accordion-survey-questions .accordion-toggle,
.table-hover tbody tr td .label,
.table-hover tbody tr td .jp-current-time,
.help-block,
.checkbox-list .btn-link small,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
select, 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"], .uneditable-input,
.fc .fc-popover .fc-header .fc-close /*,
.btn-group-select-calendars .fa-select:after*/ {
    color: #6a788d /*#1E5184*/ /*#0045AB*/;
}

    .flot-y-axis > div,
    .flot-x-axis > div {
        color: #6a788d !important;
    }

::-webkit-input-placeholder {
    color: #6a788d !important;
}

:-moz-placeholder {
    color: #6a788d !important;
}

::-moz-placeholder {
    color: #6a788d !important;
}

:-ms-input-placeholder {
    color: #6a788d !important;
}

.contacts-generated-panel a,
.contacts-generated-panel .labels {
    color: #1abc9c;
}

.btn,
.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.fc button,
.pager li > a,
.pager li > span,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span,
.btn-popover,
.page-header h1,
.panel-title,
.fc .fc-toolbar h2,
.fc-more-popover .fc-widget-header .fc-title,
.panel-body-title,
table th,
.table th,
.timeline-title,
.content-title,
.caption-title,
.control-label,
.modal-body h4,
.order-total,
.review-details-list dt,
.input-append .add-on,
.input-prepend .add-on,
.table-hover tbody tr td .btn-success,
.table-sortable .sort-header.active:hover,
.contact-view-tab-content .select-label,
.table-hover tbody tr:hover td .table-title,
.work-log-table tbody tr:hover td,
.work-log-table tbody tr:hover td .work-log,
.daterangepicker th,
.content-dl-match-table dt,
.typeahead.dropdown-menu a strong,
.timeline li .timeline-badge,
.datetimepicker fieldset legend,
.onboarding-message .required-field,
.survey-preview,
.survey-preview h1,
.survey-preview h2,
.contact-survey-answer dt,
.rate .stat-count,
.survey-report-question,
.table-footer.survey-answer-total,
.filter-label {
    color: #304357;
}

.text-dark {color:#000;}
.text-uppercase {text-transform:uppercase;}
.font-normal {font-weight:normal;}
.small {font-size:85%;}

.table-hover tbody tr:hover td .btn.disabled,
.table-hover tbody tr:hover td .btn[disabled],
.table-hover tbody tr:hover td .btn.disabled .fa,
.table-hover tbody tr:hover td .btn[disabled] .fa,
.table-hover tbody tr td .btn.disabled .fa,
.table-hover tbody tr td .btn[disabled] .fa {
    color: #304357 !important;
}

.table-hover tbody tr:hover td .btn,
.table-hover tbody tr:hover td .btn .fa,
.sidebar-footer,
.navbar .nav > li > a,
.chart-tooltip,
.btn-success,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.exit-intent-toggle .toggle .btn.btn-primary,
.btn-group.open .btn-primary.dropdown-toggle,
.fc-state-default[disabled],
.fc-state-default:hover,
.fc-state-default.fc-state-active,
.table-hover tbody tr:hover td .btn-success,
.sidebar a,
.sidebar a:hover,
.sidebar-btn-group a.active,
.sidebar-btn-group a.active:hover,
.accordion-sidebar-nav .accordion-toggle.active span,
.accordion-sidebar-nav .accordion-toggle:active span,
.alert,
.btn-outline,
.btn-outline:hover,
.timeline li .timeline-panel .view-details,
.table-hover tbody tr:hover td .label,
.popover,
.popover-title,
.popover-content,
.form-landing-page .header,
.form-landing-page .footer,
.form-landing-page .btn-primary,
.btn-outline.disabled,
.btn-outline-success:focus,
.btn-outline[disabled],
.calendar-event .day.active,
.daterangepicker td.available:hover,
.datetimepicker table tr td.day:hover,
.video-overlay .fa,
.typeahead.dropdown-menu .active strong,
.typeahead.dropdown-menu .active > a,
.typeahead.dropdown-menu .active > a:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.old.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span:hover,
.media-gallery .video-icon .fa,
.message-icon .fa {
    color: #FFF;
}


/*.stat-count {
    color: #0045ab;
}*/

a,
.filter-dropdown,
.filter-dropdown .caret,
.contact-view-tabs .dropdown-menu li > a:hover,
.filter-dropdown .dropdown-menu li > a:hover,
.jp-current-time,
.btn-link,
.preloader,
.table-hover tbody tr:hover td .table-link,
.table-hover tbody tr:hover td .table-link .table-title,
.table-hover tbody tr:hover td .jp-current-time,
.table-sortable .sort-header:hover,
.checkbox-list .checkbox:hover,
.accordion-sidebar-nav .nested .fa-plus,
.table-sortable .sort-header.active:after,
.daterangepicker .ranges li,
.daterangepicker .ranges li:hover,
.daterangepicker td,
.datetimepicker td,
.datetimepicker table tr td.new,
.datetimepicker table tr td.old,
.datetimepicker table tr td.old:hover,
.accordion-survey-questions .accordion-toggle:hover,
.myTagRemover {
    color: #1966b2 /*#3498db*/ /*#0066cc*/ /*#1179D8*/;
}

    a:hover,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .filter-dropdown:hover,
    .filter-dropdown:hover .caret,
    .checkbox-list .btn-link:hover small,
    .accordion-survey-questions .accordion-heading.active .accordion-toggle,
    .sent .stat-count {
        color: #3498db /*#3288E6*/;
    }

code,
.required-field:after {
    color: #1966b2;
}

/*.page-header h1,
.control-label{
    color: #293b4d;
}*/

/*.content-dl-match-table small {
    color: #999;
}*/

/*.jp-duration {
    color: #777;
}*/

.jp-duration:before {
    content: "/ ";
}

/*.content-dl dt small, legend {
    color: #999;
}*/

.jp-duration:before,
.no-data-message .fa,
.report-stat .fa {
    color: #dae1e6;
}

.no-data-message p,
.table .activity-icon,
.calendar-event .day.disabled,
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover,
.daterangepicker td.off,
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    color: #c3cacf;
}

.accordion-sidebar-nav .nav-list li.active:after {
    color: #e9f0f5;
}

.table-hover tbody tr:hover td .activity-icon,
.timeline li:hover .timeline-badge,
.timeline li:hover .timeline-panel .view-details,
.timeline li.active .timeline-panel .view-details,
.form-landing-page .panel-title,
.form-landing-page .input-append .add-on,
.form-landing-page .input-prepend .add-on,
.btn-popover:hover {
    color: #1966b2;
}


.btn-group-select-calendars .active .fa-select:after {
    color: #0f5ca8;
}

.table-hover tbody tr td .label-expired,
.myTagRemover:hover,
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .required-field:after {
    color: #e74c3c;
}


.btn-outline-success,
.btn-success-inverse,
.accordion-group-success .accordion-toggle,
.contact-survey-answer dd,
.responses .stat-count {
    color: #1abc9c;
}

/*.accordion-sidebar-nav .nested .fa-plus,
.help-block {
    color: #1abc9c;
}*/

/* Background Color
================================================== */

body,
.table-hover tbody tr:hover td,
.table-footer,
.btn:hover,
.pager li > a:hover,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span,
.daterangepicker td.in-range,
.daterangepicker .ranges li:hover,
.datetimepicker table tr td.new {
    background-color: #e9f0f5;
}

.btn.disabled,
.btn[disabled],
.btn.active,
.btn:active,
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.myTag.disabled-tag {
    background-color: #e3eaef;
}

.table-hover tbody tr:hover td .btn.disabled,
.table-hover tbody tr:hover td .btn[disabled] {
    background-color: #e3eaef !important;
}


.btn,
.rep-panel .panel-body,
.chart-panel .panel-body,
.input-append .add-on,
.input-prepend .add-on,
.input-append .active,
.input-prepend .active,
.table-hover tbody tr td .btn-success,
.btn-primary,
.btn-success.btn-success-inverse,
.fc-state-default,
.panel-heading,
.download-panel-toolbar,
.table-panel-heading,
.fc-toolbar,
.fc-widget-header th,
.date-range[readonly],
/*.contact-view-tab-content,*/
.contact-view-activity .well,
.panel-body-chart,
.table-sortable thead,
.contact-view-tabs,
.calendar-event thead,
.calendar-event .day,
.accordion-available-fields .accordion-toggle,
.accordion-available-fields .accordion-inner,
.accordion-survey-questions .accordion-toggle,
.daterangepicker .ranges li,
.fc .fc-popover .fc-header,
.checkbox-list,
.video-tutorials .thumbnail:hover .caption,
.report-stat,
.myTag {
    background-color: #FFF;
}

    /*.table-hover tbody tr:hover td {
    background-color: #FDFEFE;
}*/


    .content-footer,
    .panel-body,
    .panel-footer,
    .modal-footer,
    .calendar-row,
    .video-tutorials .thumbnail .caption,
    .contact-view-tab-content .form-actions,
    .contact-view-tab-content .tab-pane,
    .contact-view-tabs > .active > a,
    .contact-view-tabs > .active > a:hover,
    .select-label,
    .fc-widget-content,
    .table-sortable .sort-header.active,
    .accordion-survey-questions .accordion-inner {
        background-color: #F4F8FA;
    }

.jp-seek-bar,
.media-gallery {
    background-color: #dae1e6;
}

.sidebar-btn-group a.active,
.sidebar-btn-group a.active:hover,
.accordion-sidebar-nav .accordion-toggle.active,
.accordion-sidebar-nav .accordion-toggle:active,
.accordion-sidebar-nav .accordion-toggle.active:hover,
.popover-title,
.video-tutorials .thumbnail,
.fc-event:hover {
    background-color: #293B4D;
}

    .fc-event:hover .fc-title {
        background-color: #293B4D !important;
    }

.video-tutorials .video-overlay {
    background-color: #293B4D;
}

/*.accordion-sidebar-nav .nav-list .active a,
.accordion-sidebar-nav .nav-list .active a:hover,*/
.sidebar-btn-group a:hover,
.accordion-sidebar-nav .accordion-toggle:hover {
    background-color: #2c3e50; /*#0A3D70;*/
}

.accordion-sidebar-nav .nav-list,
.accordion-sidebar-nav .nav-list li a:hover {
    background-color: #304357 /*#14477A*/;
}

.sidebar,
.popover-content,
.modal-backdrop,
.fc-event,
.label.label-duration {
    background-color: /*#152a3f*/ #34495e /*#0a3d70*/ /*#1e5184*/ /*#003366*/;
}

    .sidebar .brand,
    .form-landing-page,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.active:hover,
    .btn-primary.disabled,
    .btn-primary[disabled],
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    .btn-group.open .btn-primary.dropdown-toggle,
    .fc-state-default[disabled],
    .fc-state-default.fc-state-active,
    .fc-state-default.fc-state-active:hover,
    .chart-tooltip,
    .calendar-event .day.active.selected,
    .calendar-event .day.active.selected:hover,
    .calendar-event .day.active.selected:active,
    .daterangepicker .ranges li.active,
    .daterangepicker .ranges li.active:hover {
        background-color: #0F5CA8;
    }

        /*.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.disabled,
.btn-primary[disabled]*/
        .btn-primary:hover,
        .fc-state-default:hover,
        .form-landing-page .btn-primary,
        .table-hover tbody tr:hover td .btn-primary,
        .exit-intent-toggle .toggle .btn.btn-primary,
        .daterangepicker td.available:hover,
        .datetimepicker table tr td.day:hover,
        .datetimepicker table tr td span:hover,
        .jp-play-bar,
        .table-hover tbody tr:hover td .label-message-template,
        .typeahead.dropdown-menu .active > a,
        .typeahead.dropdown-menu .active > a:hover,
        .primary-icon {
            background-color: #1966b2;
        }

            .label, .badge,
            .form-landing-page .btn-primary:hover {
                background: #3288E6;
            }

.table-hover tbody tr:hover td .btn-danger,
.table-hover tbody tr:hover td .btn-danger:hover,
.table-hover tbody tr:hover td .label-expired,
.table-hover tbody tr:hover td .label-inactive,
.accordion-sidebar-nav .accordion-heading .nav-data-mirgration,
.label-admin,
.table-hover tbody tr:hover td .label-admin,
.label-dealeradmin,
.table-hover tbody tr:hover td .label-dealeradmin {
    background-color: #e74c3c;
}

    .accordion-sidebar-nav .accordion-heading .nav-data-mirgration:hover,
    .btn-danger:hover {
        background-color: #c0392b;
    }

/*.table-hover tbody tr:hover td .btn-primary,*/
/*.btn-primary:hover,*/
/*.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],*/
/*,
.fa-required:before,
.required-field:after*/
.alert,
.table-hover tbody tr:hover td .btn-info,
.btn-info:hover,
/*.fc-event:hover,
.fc-event .fc-time,*/
.calendar-event .day.active,
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.active:hover, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled.disabled:hover, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active[disabled]:hover, .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #3498db;
}

    .btn-info.active,
    .btn-info.active:hover,
    .btn-info:active,
    .btn-info:focus,
    .calendar-event .day.active:hover {
        background: #2A8ED1;
    }

.label-defaultrep,
.table-hover tbody tr:hover td .label-defaultrep {
    background-color: #9b59b6;
}

.label-regionalmanager,
.table-hover tbody tr:hover td .label-regionalmanager {
    background-color: #3288e6;
}

/*.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #2980b9;
}*/

/*.contacts-generated-panel .chart .panel-heading {
    background: #1abc9c;
}*/

.btn-success,
.alert-success,
.label-rep,
/*.calendar-event .day.active,*/
.table-hover tbody tr:hover td .label-rep,
.label-dealerrep,
/*.calendar-event .day.active,*/
.table-hover tbody tr:hover td .label-dealerrep,
.table-hover tbody tr:hover td .label-active,
.table-hover tbody tr:hover td .label-success,
.table-hover tbody tr:hover td .btn-success {
    background-color: #1abc9c;
}

.label-resourceuser,
.table-hover tbody tr:hover td .label-resourceuser {
    background-color: #fff;
    color: #aaa;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.disabled,
.btn-success[disabled],
.btn-onboarding .fa /*,
.calendar-event .day.active:hover*/ {
    background-color: #16a085;
}

.fc-unthemed .fc-today {
    background-color: #DDF5F0;
}

.fc-unthemed .fc-day.selected {
    background-color: #E5F2FA;
}

.label-aggregate-question {
    background-color: #5bc0de;
}

.label-user,
.table-hover tbody tr:hover td .label-user {
    background: #f39c12;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.btn-outline, .btn-outline:hover,
.contact-view-tabs li a:hover,
.table-hover tbody tr td .label,
.btn-outline.disabled,
.btn-outline[disabled],
.daterangepicker th.available:hover,
.datetimepicker table tr td.old:hover,
.datetimepicker table tr td.day.disabled:hover,
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover,
.work-log,
.btn-outline-success,
.filter-dropdown li > a:hover,
.filter-dropdown li > a:active,
.filter-dropdown li > a:focus {
    background-color: transparent;
}

/* Border Color
================================================== */

.img-border {
    border: 1px solid;
}


/*.redactor_editor:focus {
    border-color: rgba(82, 168, 236, 0.8);
}*/

.btn,
.well,
.table th,
.table td,
.panel-body,
.panel-footer,
.panel-heading,
.modal-footer,
.table-panel-heading,
.fc-toolbar,
.rep-panel .table,
.input-append .add-on,
.input-prepend .add-on,
.btn.disabled,
.btn[disabled],
.table-hover tbody tr:hover td .btn.disabled,
.table-hover tbody tr:hover td .btn[disabled],
.btn-success-inverse,
.btn-success.btn-success-inverse,
.fc button,
.myTag,
.dropdown-menu,
input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus,
input[readonly]:focus,
input[type="text"][readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus,
.contact-view-tabs,
.contact-view-tab-content .tab-pane,
.contact-view-tabs > li > a,
.contact-view-tabs > li > a:hover,
.contact-view-tabs > .active > a,
.contact-view-tabs > .active > a:hover,
/*.contact-view-tabs .dropdown-menu,
.typeahead.dropdown-menu,*/
.content-dl-match-table dt,
.timeline li .timeline-badge,
.redactor_box .redactor_toolbar,
.redactor_editor,
.table-sortable .sort-header.active,
.contact-view-tab-content .content-title,
.accordion-available-fields .accordion-toggle,
.accordion-available-fields .accordion-inner,
.accordion-survey-questions .accordion-toggle,
.accordion-survey-questions .accordion-inner,
.pager li > a, .pager li > span,
.table-hover tbody tr td .btn-success,
.calendar-event thead tr,
.calendar-event .datepicker,
.daterangepicker,
.daterangepicker .ranges li,
.daterangepicker .ranges li:hover,
.daterangepicker .calendar-date,
.rep-calendar-list.overflow,
/*.panel-heading-dropdown-menu,*/
.thumbnail,
.onboarding-message,
.checkbox-list,
.checkbox-list .checkbox-list-item,
.datetimepicker fieldset legend,
.video-tutorials .thumbnail:hover,
.report-stat,
.survey-table tbody tr,
.img-border,
select, 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"], .uneditable-input,
.fc th, .fc td, .fc hr, .fc thead, .fc tbody, .fc .fc-row, .fc .fc-popover, .file-upload-thumbnail, .assigned-dealer-list-autocomplete, .exit-intent-toggle {
    border-color: /*#e1e8ed*/ #DAE1E6;
}

.content-footer {
    border-top: 1px solid #DAE1E6;
}

.onboarding-btn-group .btn,
.table-hover tbody tr:hover td .btn.disabled,
.table-hover tbody tr:hover td .btn[disabled] {
    border-color: #DAE1E6 !important;
}


.contact-view-tab-content .form-actions {
    border-top-color: #DAE1E6;
}

.contact-view-tabs > .active > a,
.contact-view-tabs > .active > a:hover {
    border-bottom-color: #f4f8fa;
}

/*.btn-primary {
    border-color: #1966b2;
}*/

.accordion-sidebar-nav .accordion-toggle,
.accordion-sidebar-nav .nav-list {
    border-color: transparent;
}

.table-hover tbody tr:hover td .btn-info,
.btn-info:hover,
.fc-event
/*.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]*/ {
    border-color: #3498db;
}

/*.accordion-survey-questions .accordion-toggle.active,
.accordion-survey-questions .in .accordion-inner {
   border-color: #3498db;
}*/

.btn-info.active,
.btn-info.active:hover,
.btn-info:active {
    border-color: #2A8ED1;
}


.form-landing-page .btn-primary:hover {
    border-color: #3288E6;
}

.btn-success,
.btn-outline-success,
.table-hover tbody tr:hover td .btn-success,
.accordion-group-success .accordion-toggle {
    border-color: #1abc9c;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        border-color: #16a085;
    }

.accordion-sidebar-nav .accordion-toggle.active,
.accordion-sidebar-nav .accordion-toggle:active,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus,
.btn-primary:hover,
.form-landing-page .btn-primary,
select:focus,
.redactor_editor:focus,
.table-hover tbody tr:hover td .btn-primary,
.input-append .active,
.input-prepend .active,
.input-append input.active[type="text"]:focus,
.input-prepend input.active[type="text"]:focus {
    border-color: #1966b2;
}

.exit-intent-toggle .btn.btn-primary,
.exit-intent-toggle .btn.btn-primary:hover {
    border-color: #1966b2 !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-group.open .btn-primary.dropdown-toggle,
.fc-state-default[disabled],
.fc-state-default.fc-state-active,
.fc-state-default.fc-state-active:hover,
.fc-state-default.fc-state-hover,
.daterangepicker .ranges li.active,
.daterangepicker .ranges li.active:hover {
    border-color: #0F5CA8;
}

.table-hover tbody tr:hover td .btn-danger,
.table-hover tbody tr:hover td .btn-danger:hover,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #e74c3c;
}

.btn-danger:hover {
    border-color: #c0392b;
}

/*.table-hover tbody tr:hover td .btn-info {
    border-color: #9b59b6;
}*/

.btn-outline {
    border-color: #ffffff;
}

.accordion-sidebar-nav .accordion-group {
    border-color: #304357;
}

.popover.left .arrow {
    border-left-color: transparent;
}

    .popover.left .arrow:after {
        border-left-color: transparent;
    }

.popover.right .arrow {
    border-right-color: transparent;
}

.sidebar-btn-group a {
    border-color: #283b4f;
}


.popover.right .arrow:after {
    border-right-color: transparent;
}


/* Plugins
================================================== */

.redactor_box {
    border-color: #f4f8fa;
    width: 100% !important;
    float: none;
}

.form-horizontal .redactor_box {
    width: 50% !important;
}

.redactor_toolbar {
    background-image: none;
    height: 33px !important;
}

    .redactor_toolbar li {
        padding: 0;
    }

        .redactor_toolbar li a {
            /*width: 28px;*/
            filter: alpha(opacity=65);
            opacity: .65;
            /*height: 34px !important;*/
        }

#redactor_modal input[type="radio"], #redactor_modal input[type="checkbox"] {
    position: relative;
    margin-left: 0px;
    top: -1px;
}

#redactor_modal input[type="text"] {
    width: 100%;
}

.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act,
.redactor_toolbar li a:hover {
    /*background-color: transparent;*/
    border-color: transparent;
    outline: medium none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.redactor_toolbar li.redactor_separator {
    /*border-left: 1px solid #D8D8D8;
    border-right: 1px solid #F4F4F4;
    float: left;
    height: 25px;
    margin: 0 2px 0 3px !important;
    padding: 0;*/
    display: none;
}

.redactor_dropdown a:hover {
    background-color: transparent;
    color: #304357 !important;
}


.daterangepicker,
.panel-heading-dropdown-menu {
    margin-top: 15px;
    padding-top: 0;
}

    .daterangepicker .ranges li {
        padding-left: 6px;
        padding-right: 6px;
    }

    .daterangepicker.opensright .ranges,
    .daterangepicker.opensright .calendar {
        margin-top: 0;
    }

    .daterangepicker .calendar-date,
    .fc-more-popover .fc-event-container,
    .datetimepicker {
        padding: 0;
    }

    .daterangepicker .table-condensed th,
    .daterangepicker .table-condensed td {
        padding: 5px;
    }

    .daterangepicker .ranges .range_inputs > div {
        width: 50%;
    }

    .daterangepicker .ranges input[type=text] {
        width: 76px !important;
    }

    .daterangepicker .ranges .range_inputs .btn {
        width: 76px;
        margin-top: 8px;
    }

    .daterangepicker_end_input,
    .daterangepicker .ranges .range_inputs > div:nth-child(2) {
        padding-left: 4px;
    }

    .daterangepicker .ranges .range_inputs .btn-default {
        margin-left: 4px;
    }


.user-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

    .user-img > img {
        width: 50px;
    }

    .user-img .rep-color {
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #dae1e6;
        border-width: 0 1px 1px 0;
    }

.fc button {
    height: auto;
}

.full-calendar {
    position: relative;
}

.fc .fc-button-group > * {
    position: static;
}

.fc .fc-toolbar > * > * {
    margin-left: 4px;
}

.fc .fc-button-group > * {
    float: none;
}

.fc .fc-toolbar h2 {
    margin-left: 15px;
}

.fc-widget-header th {
    padding: 2px 0;
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fc-day {
    cursor: pointer;
}

.fc-event .fc-content,
.fc-event .fc-title {
    width: 100%;
}

.fc-event .fc-time,
.fc-event .fc-title {
    vertical-align: middle;
    padding: 0 2%;
    display: inline-block;
}

.fc-event .fc-title {
    margin-left: -2px;
}

.fc-event .fc-time {
    /*width: 82px;*/
    text-align: center;
}

/*.fc-basicDay-view .fc-event .fc-time {
    width: 185px;
}*/

/*.fc-basicDay-view .fc-event .fc-title {
    width: auto;
}*/

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
    border-bottom-left-radius: 0;
    border-left-width: 4px;
    border-top-left-radius: 0;
    margin-left: 0;
    padding-left: 1px;
    margin: 1px 2px 0;
}

.fc-more-popover {
    width: 224px;
}

.fc-icon-right-single-arrow:after {
    content: "\f0da";
}

.fc-icon-left-single-arrow:after {
    content: "\f0d9";
}

.fc button .fc-icon {
    margin: 0;
    position: static;
    top: 0;
    text-align: center;
    width: 1.28571em;
    height: auto;
    line-height: 1;
}

.file-upload-thumbnail {
    width: 190px;
    height: auto;
    display: block;
}

    .file-upload-thumbnail.blog-upload-thumbnail {
        width: 80px;
        height: auto;
    }

    .file-upload-thumbnail.offer-upload-thumbnail {
        width: auto;
        height: 120px;
    }

/* Components
================================================== */


.overflow-visible {
    overflow: visible;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    -ms-opacity: 0.65;
    opacity: 0.65;
    pointer-events: none;
}


.popover,
.thumbnail {
    padding: 0;
}

.myTag {
    padding: 0px 6px;
    margin-bottom: 10px;
    height: 34px;
    display: inline-block;
}

.typeahead {
    margin: 0;
}

.pager-toolbar .fa-caret-left,
.pager-toolbar .fa-caret-right {
    font-size: 1.65em;
    line-height: 0.75em;
    vertical-align: -15%;
    width: .6em;
}

/*.popover-title {
    padding-bottom: 0;
}

.popover-content {
    padding-top: 4px;
}*/

.page-header {
    padding: 0;
    margin-bottom: 20px;
}

    .page-header,
    .page-header h1 {
        margin-top: 0;
    }

        .page-header h1 {
            margin-bottom: 0;
        }

            .page-header h1 small {
                margin: 0 5px;
            }

/*.page-header .fa {
    opacity:.6;
}*/

.fa-spacer,
.btn-toggle .fa:before {
    margin-right: 10px;
}

.fa-spacer-right {
    margin-right: 5px;
}

.fa-spacer-left {
    margin-left: 5px;
}

.btn-toggle .fa:before {
    content: "\f205";
}

.btn-toggle.collapsed .fa:before {
    content: "\f204";
}

/* On Boarding */

.onboarding-btn-group .btn {
    padding-left: 34px;
    position: relative;
    cursor: default;
}

    .onboarding-btn-group > .btn:focus,
    .onboarding-btn-group > .btn:active,
    .onboarding-btn-group > .btn.active,
    .onboarding-btn-group > .btn.active:hover,
    .onboarding-btn-group .btn.complete,
    .onboarding-btn-group > .btn.complete:hover {
        z-index: 1;
    }

.onboarding-btn-group > .btn,
.onboarding-btn-group > .btn:hover {
    z-index: 0;
}

    .onboarding-btn-group > .btn,
    .onboarding-btn-group > .btn:hover,
    .onboarding-btn-group > .btn:focus,
    .onboarding-btn-group > .btn:active,
    .onboarding-btn-group > .btn.active {
        background-color: transparent;
        color: #304357;
    }


.onboarding-btn-group .btn:before {
    content: "";
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #DAE1E6;
    color: #738193;
    display: block;
    position: absolute;
    left: 6px;
    top: 5px;
}

.onboarding-btn-group .btn.active,
.onboarding-btn-group .btn.complete {
    border-color: #1abc9c !important;
    color: #1abc9c;
    background-color: transparent;
}

    .onboarding-btn-group .btn.active:before,
    .onboarding-btn-group .btn.complete:before {
        background-color: #1abc9c;
        color: #ffffff;
    }

.onboarding-btn-group .btn.complete {
    background-color: #ECF7F7;
}

.onboarding-btn-group .btn-survey-settings:before {
    content: "1";
}

.onboarding-btn-group .btn-survey-questions:before {
    content: "2";
}

.onboarding-btn-group .btn-survey-confirmation:before {
    content: "3";
}

.onboarding-btn-group .complete:before {
    content: "\f00c";
}

.alert {
    padding: 10px 15px;
    margin-bottom: 15px;
}

    .alert .btn {
        margin-left: 10px;
    }

.margin-0 {
    margin:0;
}

.btn-move {
    cursor: move;
}

.onboarding-message {
    padding: 4%;
    margin: 10px 0;
}


.message-with-height {
    height: 200px;
}

    .onboarding-message .message {
        width: 46%;
        margin: auto;
    }

    .onboarding-message p {
        margin-bottom: 0;
    }

    
.onboarding-message .message-title {
    font-size: 16px;
}

.message-icon {
    padding: 4%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.preloader-container,
.required-field {
    position: relative;
}

    .required-field:after {
        content: "\f069";
        height: 14px;
        padding: 4px 8px;
        line-height: 12px;
        text-align: center;
    }

    .required-field:after {
        /*position: absolute;
    right: -22px;
    top: 7px;*/
        display: inline-block;
        margin-left: 5px;
    }

.fa-select:after {
    content: "\f096";
}

.btn:hover .fa-select:after,
.active .fa-select:after {
    content: "\f14a";
}

.preload-rep-panel {
    height: 300px;
}

.preload-chart-panel,
.preload-tab-content {
    height: 202px;
}

.preloader {
    position: absolute;
    left: 45%;
    top: 45%;
    width: 31px;
    height: 31px;
    background-image: url(/img/admin/preloader.gif);
}

.preload-events-panel .preloader,
.preload-large-chart .preloader {
    left: 49%;
}

.panel-no-data {
    height: 100%;
    position: relative;
}

    .panel-no-data .no-data-message {
        left: 10%;
        position: absolute;
        top: 22%;
        width: 80%;
    }

        .panel-no-data .no-data-message .fa {
            margin-bottom: 20px;
        }

.table .no-data-message {
    padding: 20px 0;
}

.chart-panel .panel-no-data .no-data-message {
    top: 6%;
}

.panel-large-chart .no-data-message {
    top: 30%;
}

.chart-panel .panel-no-data .no-data-message .fa {
    margin-bottom: 0;
    vertical-align: middle;
}

.panel,
.panel-body-heading,
.preload-chart-panel {
    margin-bottom: 15px;
}

.rep-panel,
.panel-heading .btn-toolbar,
.panel-toolbar .nav,
.fc-toolbar {
    margin-bottom: 0;
}


.panel-heading .btn-group[data-toggle] {
    margin-right: 10px;
}

/*.panel-heading .pager-toolbar {
    margin-right: -10px;
}*/

.panel-heading,
.match-height {
    position: relative;
}


.panel-body {
    padding: 15px;
    position: relative;
}

.panel-message {
    min-height: 400px;
}

.panel-body-divider:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #dae1e6;
    left: 50%;
    margin-left: -1.5px;
}

.panel-body-left-divider:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #dae1e6;
    left: 0;
    height: 100%;
}

.panel-body-with-columns {
    padding: 0;
}

.panel-column {
    padding: 15px;
    margin: 0 !important;
}

.panel-column.colum-3 {
    width:33.3333%
}


.chart-panel-body {
    padding-bottom: 0;
}

.chart-panel .panel-body {
    padding-top: 0;
}

.table-panel .panel-body {
    padding: 0;
}

.table-panel .panel-toolbar {
    float: none;
}


.rep-panel .panel-body {
    padding: 0;
    height: 248px;
    overflow-y: auto;
}

.rep-panel .table th,
.rep-panel .table td {
    padding: 5px 15px;
}

.panel-heading,
.table-panel-heading th,
.fc-toolbar {
    padding: 15px !important;
}

.survey-table .table-panel-heading th {
    padding: 4px 15px !important;
}

.survey-table td {
    padding: 10px 15px;
}

.table-panel {
    position: relative;
}

.btn-add,
.panel-toolbar-right,
.work-log-filters,
.btn-toolbar-calendars {
    position: absolute;
    top: 16px;
}

.btn-add,
.panel-toolbar-right,
.work-log-filters {
    right: 15px;
}

.btn-toolbar-calendars {
    right: 194px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-heading .input-append,
.panel-heading .input-prepend,
.panel-heading select {
    margin-bottom: 0;
}

.panel-heading-dropdown-menu {
    width: 370px;
    padding: 0 15px 15px 15px;
    white-space: normal;
}

    .panel-heading-dropdown-menu .input-block-level {
        width: 100%;
    }

    .panel-heading-dropdown-menu .btn-group-vertical + .btn,
    .panel-heading-dropdown-menu .btn + input,
    .rep-calendar-list {
        margin: 10px 0 0 0;
    }

.btn-group-select-calendars {
    width: 100%;
}

.btn-toolbar-calendars .dropdown-menu-body p {
    margin-top: -4px;
}

.btn-group-select-calendars .btn {
    text-align: left;
}

btn-group-select-calendars .fa {
    vertical-align: middle;
}

.rep-calendar-list.overflow {
    height: 321px;
    overflow-y: scroll;
}

.rep-calendar-list .calendar-title {
    display: inline-block;
    max-width: 280px;
    vertical-align: top;
}

.rep-calendar-list.overflow .calendar-title {
    max-width: 265px;
}

.panel-title,
.fc-toolbar h2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.panel-body-title {
    margin: 0;
    line-height: 30px;
}

.panel-title > a {
    color: inherit;
}

.panel-toolbar {
    float: right;
}

.panel-body-title /*,
.panel-toolbar .input-append,
.panel-toolbar .input-prepend*/ {
    display: inline;
}

.center-body-title{
    display: block;
    text-align: center;
}

.panel-body-title {
    vertical-align: middle;
}

.panel-tags {
    padding: 13px 13px 0 15px !important;
    max-height: 209px;
}

    .panel-tags .btn-tag {
        margin: 0px 2px 13px -2px;
    }

.panel-footer {
    padding: 15px;
    border-top: 0;
}

    .panel-footer:after {
        clear: both;
    }

    .panel-footer:before, .panel-footer:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .form-controls .btn-toolbar,
    .panel-footer .pager,
    .panel-footer p {
        margin: 0;
    }

        .panel-footer p code {
            margin: 0 10px;
        }

.form-controls .btn,
.form-controls .btn-toolbar {
    width: 50%;
}

.form-controls .btn-group {
    width: 49%;
}

    .form-controls .btn-group + .btn-group {
        margin-left: 2%;
    }

    .form-controls .btn-group .btn,
    .form-controls[class*="span"] .btn-toolbar,
    .form-controls .row-fluid [class*="span"] .btn-toolbar {
        width: 100%;
    }

.checkbox-list,
.checkbox-list .checkbox-list-item {
    margin-top: -1px;
}

.checkbox-list {
    margin-bottom: 8px;
}

    .checkbox-list.half-list {
        width: 50%;
    }

    .checkbox-list .checkbox {
        padding-top: 0;
        margin: 0;
        cursor: pointer;
    }

    .checkbox-list .checkbox-list-item {
        padding: 6px 10px 5px 10px;
        height: 34px;
    }

        .checkbox-list .checkbox-list-item.auto-item {
            padding: 10px;
            height: auto;
        }

    .checkbox-list .btn-link {
        display: block;
    }

        .checkbox-list .btn-link .fa {
            margin-right: 8px;
        }

.panel .table {
    margin-bottom: 0;
}

/*.rep-panel .table th,
.rep-panel .table td  {
padding: 8px 15px;
}*/

.chart-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.chart-canvas {
    width: 100%;
}

.chart-panel .panel-no-data,
.chart-panel .chart-canvas,
.chart-panel .chart-container {
    height: 100px;
}


/*.chart-panel .panel-heading .labels i {
    font-size:60px;
}*/


.table-panel .chart-canvas,
.table-panel .chart-container,
.table-panel .preload-large-chart {
    height: 400px;
}

.table-panel .collapse {
    position: static;
}

.chart-stats {
    margin-bottom: 15px;
}

.chart-tooltip {
    position: absolute;
    padding: 4px 8px;
    line-height: 14px;
    z-index: 1050;
}

.stat-count {
    margin-left: 25px;
    /*border:1px solid #0066cc;
    background-color:#99C2EB;
    display:inline-block;
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
    margin-bottom:15px;*/
}

/*.stat-count:after {
    content:"Overall";
    font-size:12px;
    margin-left:10px;
}*/


.flot-y-axis > div {
    margin: 0 10px;
}

.flot-x-axis > div {
    margin: 10px 0;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.text-left {
    text-align: left;
}

.text-right, .table .text-right {
    text-align: right;
}

.text-center, .table .text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.content {
    position: relative;
    padding-bottom: 80px;
}

.page-header h3 {
    margin-bottom: 0;
}

.contact-header small {
    font-size: 14px;
}

.contact-header a:hover {
    text-decoration: none;
}

.activity-card .preloader {
    margin: 20% auto 0;
    height: 130px;
}

.table td {
    vertical-align: middle;
}

.tag-group {
    margin-top: 10px;
}

.work-log {
    margin: 0;
    padding: 7px 0;
}

.work-log-table td {
    vertical-align: top;
}

.hero-unit /*,
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th*/ {
    background-color: #E4EFF9;
}

.rating .fa-star {
    color: #f1c40f;
}

    .rating .fa-star.no-value {
        color: #bdc3c7;
    }

.navbar-inverse .brand,
.navbar-inverse .nav li a,
.accordion-sidebar-nav a,
.accordion-sidebar-nav .nav-list li a,
.timeline li:hover .timeline-panel,
.timeline li:hover .timeline-badge,
.timeline li.active .timeline-panel,
.timeline li.active .timeline-badge,
.modal-header /*,
.timeline li .timeline-badge,
.contact-view-tabs .dropdown-menu li a:hover,
.contact-view-tabs .dropdown-menu li a:focus,
.contact-view-tabs .dropdown-menu li a:active*/ {
    -webkit-text-shadow: none;
    text-shadow: none; /*0 1px 1px #003366;*/
}

hr {
    margin: 40px 0;
    border-color: #dae1e6;
    border-width: 1px 0 0 0;
}

.main-body {
    margin-top: 48px;
    padding-top: 20px;
    padding-left: 0;
}

.content {
    min-height: 100% !important;
}

.content-footer {
    padding: 15px 20px 12px 17.094%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .content-footer .platform-version {
        float: right;
    }

.navbar-main .navbar-inner {
    padding: 5px 0 5px 17.094%;
    border: none;
}

.navbar {
    color: white;
}

.navbar-text {
    display: inline-block;
    line-height: 38px;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 0;
}


.navbar-inverse .navbar-inner,
.modal-header,
.daterangepicker td.available.active:hover,
.daterangepicker th.active.available:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #1966B2 /*#0066cc*/;
    *background-color: #1966B2 /*#0066cc*/;
    background-image: none;
    /*background-image: -moz-linear-gradient(top, #0066CC, #003399);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0066CC), to(#003399));
    background-image: -webkit-linear-gradient(top, #0066CC, #003399);
    background-image: -o-linear-gradient(top, #0066CC, #003399);*/
    background-repeat: repeat-x;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066CC', endColorstr='#003399', GradientType=0)*;*/
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-text .disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding-left: 5px;
    font-size: 12px;
}

.navbar-text .label {
    /*padding: 2px 6px;*/
    margin-right: 5px;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #FFFFFF;
    background-color: #0066CC;
    *background-color: #003bb3;
}

.btn-help {
    position: absolute;
    right: 0;
    top: -6px;
}

.btn-delete-test-contacts {
    position: absolute;
    right: 80px;
    top: -6px;
}

.btn-feedback {
    font-size: 13px;
    padding: 4px 10px;
}

    .btn-help i,
    .btn-feedback i {
        margin-top: -2px;
        margin-right: 6px;
    }

    .upload-ui {
    position:relative;
}

.btn-popover {
    z-index: 100;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.align-baseline {
    vertical-align: baseline;
}

.radio.inline, .checkbox.inline, .align-checkbox {
    vertical-align: middle;
}

.form-control {
    width:100%; 
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon { 
    padding:6px 12px; 
    font-size:14px; 
    font-weight:400; 
    line-height:1; 
    color:#555; 
    text-align:center; 
    background:#eee; 
    border:1px solid #ccc; 
}
.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.checkbox-inline, .radio-inline { 
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -20px;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
@media (max-width:500px) {
    .checkbox-inline, .radio-inline { 
        display:block;
    } 
    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline, .checkbox-inline, .radio-inline {        
        margin:0 0 10px 0;
    }
}

.modal {
    border: none;
    width: 870px;
    margin-left: -380px;
}

.modal-open .bs3 .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.bs3 .modal.fade.in {
    top:0;
    opacity: 1;
}
.bs3 .modal.fade {
    top:0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.bs3  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.bs3 .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.bs3 .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width:auto;
    margin-left:unset;
    margin-top:unset;
    background:transparent;
}
.bs3 .modal-dialog {
    position: relative;
}
@media (min-width:768px) {
    .bs3 .modal-dialog { 
        width: 600px; 
        margin: 30px auto;
    }
}
@media (max-width:767px){
    .bs3 .modal-dialog {
        margin: 10px;
    }
}
.bs3 .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.bs3 .modal-sm {
    max-width: 370px;
}

.modal-open .bs3 .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.bs3 .modal.fade.in {
    top:0;
    opacity: 1;
}
.bs3 .modal.fade {
    top:0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.bs3  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.bs3 .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.bs3 .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width:auto;
    margin-left:unset;
    margin-top:unset;
    background:transparent;
}
.bs3 .modal-dialog {
    position: relative;
}
@media (min-width:768px) {
    .bs3 .modal-dialog { 
        width: 600px; 
        margin: 30px auto;
    }
}
@media (max-width:767px){
    .bs3 .modal-dialog {
        margin: 10px;
    }
   
    .side-control-btn {}
    #action-menu {
        display:none;
    }

}
.bs3 .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.bs3 .modal-sm {
    max-width: 370px;
}

.modal.compact { 
    width:100%;
    max-width:400px;
    margin-left:auto; margin-right:auto;
}
@media (min-width:768px) {
    .modal.compact {margin-left:-200px;}
}
@media (max-width:400px) {
    .modal.compact {width:auto;}
}
.modal.compact, .modal.compact * {    
    box-sizing:border-box;
}

.modal-header h3,
.modal-header .close,
.modal-header .close:hover {
    color: #FFF;
}

.modal-body {
    padding-top: 8px;
}

.modal-screenshot .modal-body {
    padding: 30px;
}

.modal-img {
    width: 970px;
    margin-left: -480px;
}

.modal-img.fade.in {
    top: 40%;
}

.modal-img .modal-body {
    padding: 0;
    max-height: 605px;
}
.bs3 .modal-body {
    max-height:unset;
}

.jp-interface {
    position: relative;
    height: 30px;
    width: 90%;
}

.jp-controls {
    float: left;
    width: 30px;
    height: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}


/*.table-hover tbody tr td .jp-controls {
    display: none;
}*/

.table-hover tbody tr:hover td .jp-controls {
    display: inline-block;
}

.jp-controls:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 30px;
}

.jp-controls li {
    float: left;
}

.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
    z-index: 1;
    outline: none;
    width: 30px;
    height: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.table-hover tbody tr:hover td .jp-play {
    background-position: -22px center;
}

.jp-play {
    background-image: url('/img/player/play.png');
}

.jp-pause {
    background-image: url('/img/player/pause.png');
}

.jp-progress {
    position: absolute;
    padding: 0 80px 0 30px;
    margin: 12px 0;
    width: 100%;
    height: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jp-seek-bar,
.jp-play-bar {
    width: 0px;
    height: 7px;
}

.jp-seek-bar {
    cursor: pointer;
    position: relative;
    z-index: 999;
    width: 100% !important;
}

.jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: progress 0.75s linear infinite;
    -moz-animation: progress 0.75s linear infinite;
    -o-animation: progress 0.75s linear infinite;
    -ms-animation: progress 0.75s linear infinite;
    animation: progress 0.75s linear infinite;
}

.jp-time-holder {
    position: absolute;
    right: 0;
    top: -2px;
    /*font-size:11px;*/
}

    .jp-time-holder.ie-time {
        left: 30px;
    }

    .jp-time-holder div {
        display: inline;
    }

.hero-unit .btn {
    width: 30%;
    padding: 10px 0;
    font-size: 15px;
}

    .hero-unit .btn .fa {
        margin-left: 6px;
    }

.row-fluid .table td.span2,
.row-fluid .table th.span2 {
    width: 14.5299%;
}

.row-fluid .table td.span4,
.row-fluid .table th.span4 {
    width: 31.6239%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

/* Accordion Sidebar Nav */

.sidebar {
    width: 15.5299%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1040;
}

.sidebar-wrapper {
    position: relative;
    height: 100%;
}

.sidebar .brand {
    height: 50px;
    padding: 5px 12px 5px 16px;
    line-height: 38px;
}
.sidebar-btn-group {
    display:flex;
    align-items:stretch;
    flex-wrap: nowrap;
    height:50px;
}
.sidebar-btn-group a {
    width: 33.3%;
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
}
.sidebar-btn-group .inner {
    width:100%;
    text-align:center;

}
.sidebar-btn-group .icon {
    width:100%;
    display:block;
    font-size:21px;
}
.sidebar-btn-group .caption {
    width:100%;
    display:block;
    font-size:8px;
    line-height:1;
    padding-top:3px;
}
.sidebar-btn-group .inner {
    width:100%;
    text-align:center;

}
.sidebar-btn-group .icon {
    width:100%;
    display:block;
    font-size:21px;
}
.sidebar-btn-group .caption {
    width:100%;
    display:block;
    font-size:8px;
    line-height:1;
    padding-top:3px;
}

.sidebar-btn-3 a {
    width: 33.33%;
}

.sidebar-btn-4 a {
    width: 25%;
}

.sidebar-scrollbar-wrapper {
    bottom: 0;
    position: absolute;
    top: 100px;
    width: 100%;
}

.sidebar-scrollbar-mobile-wrapper {
    margin-top: -50px !important;
}

.scrollbar-gradient {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM0NDk1ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDQ5NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-position: left bottom;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 1000;
}

.accordion-sidebar-nav .accordion-group,
.sidebar-footer p,
.accordion-sidebar-nav {
    margin: 0;
}

.sidebar a {
    text-decoration: none;
}

.accordion-sidebar-nav .accordion-heading i,
.nested .fa {
    vertical-align: middle;
}

.accordion-sidebar-nav .accordion-heading i {
    margin-top: -2px;
}

.nested .fa {
    margin-top: -1px;
}


.accordion-toggle {
    position: relative;
}

    .accordion-toggle .fa-accordian-toggle:after {
        position: absolute;
        content: "\f196";
        font-size: 14px;
    }

.accordion-sidebar-nav .accordion-toggle .fa-accordian-toggle:after {
    top: 19px;
    right: 14px;
}

.accordion-available-fields .accordion-toggle .fa-accordian-toggle:after {
    top: 10px;
    right: 10px;
}

.accordion-sidebar-nav .accordion-toggle {
    padding: 15px 10px;
}

    .accordion-sidebar-nav .accordion-toggle.active,
    .accordion-sidebar-nav .accordion-toggle:active {
        background-image: none;
    }

.accordion-toggle.active .fa-accordian-toggle:after,
.accordion-toggle:active .fa-accordian-toggle:after {
    content: "\f147";
}

.accordion-sidebar-nav .accordion-inner {
    border-top: 0;
    padding: 0;
}

.accordion-sidebar-nav .nav-list {
    padding: 8px 0 13px;
    /*border-left:1px solid #dae1e6;
    margin-left:19px;*/
}

    .accordion-sidebar-nav .nav-list > li {
        position: relative;
    }

    /*.accordion-sidebar-nav .nav-list li:before {
    border: 1px solid #dae1e6;
    content: " ";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 19px;
    width: 10px;
}*/

    .accordion-sidebar-nav .nav-list li.active:after {
        content: "\f0d9";
        display: inline-block;
        position: absolute;
        right: -1px;
        top: 9px;
    }


    .accordion-sidebar-nav .nav-list .fa-angle-right {
        float: right;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: .3;
        -khtml-opacity: .3;
        opacity: .3;
        margin-top: 4px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .accordion-sidebar-nav .nav-list li a {
        padding: 8px 20px 8px 39px;
        margin: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .accordion-sidebar-nav .nav-list .nested a {
        padding-top: 0;
        padding-bottom: 4px;
        margin-top: -3px;
    }

    .accordion-sidebar-nav .nav-list .nested .fa-spacer {
        margin-right: 5px;
    }

    .accordion-sidebar-nav .nav-list li.nested.active:after {
        top: 1px;
    }

    /*.accordion-sidebar-nav .nav-list .nested:before {
    width: 20px;
}*/


    .accordion-sidebar-nav .nav-list li a:hover .fa-angle-right {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    .accordion-sidebar-nav .nav-list .active a .fa-angle-right,
    .accordion-sidebar-nav .nav-list .active a:hover .fa-angle-right {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

/*.accordion-sidebar-nav .nav-list .active {
    border-top-color: #0066CC;
}*/

/* Accordion Available Fields */
.accordion-available-fields .accordion-toggle,
.accordion-available-fields .accordion-inner,
.accordion-survey-questions .accordion-toggle {
    display: block;
    padding: 4px 6px;
}

.accordion-survey-questions .accordion-inner {
    padding: 4px 12px;
}


.accordion-available-fields .accordion-toggle,
.accordion-survey-questions .accordion-toggle {
    height: 34px;
}

.accordion-available-fields .field-label,
.accordion-survey-questions .field-label {
    margin: 4px 8px 4px 0px;
    display: inline-block;
}

.accordion-survey-questions label {
    position: relative;
}

.accordion-survey-questions .label-aggregate-question {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.white {
    color: #fff;
}

    .white:hover {
        color: #fff;
    }

.form-horizontal input + .help-block, .form-horizontal textarea + .help-block, .help-block {
    margin-top: 0px;
}

/*.control-label,*/
.form-horizontal .control-label,
.review-details-list dt {
    padding: 0 32px 0 0;
    margin: 0;
}

.control-label {
    padding: 0;
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.control-label.required-field {
    padding: 0;
}

.help-inline {
    font-size: .8em;
    padding-left: 0;
}

.form-horizontal .help-inline {
    margin-left: 5px;
    padding-left: 5px;
}

.help-inline.code {
    margin-left: 0px;
}

h2 .label {
    position: relative;
    top: -6px;
    left: 20px;
}

/*.control-group {
    margin-bottom: 20px;
}*/

.alert .uploadify {
    display: inline-block;
}

.uploadify .btn {
    padding: 0;
}

.input-xxlarge {
    width: 330px;
}

#slides-table td img {
    width: 200px;
    height: auto;
}


/*input,*/ select, textarea, .input-xlarge, .input-xxlarge, .uneditable-input, .external-reviews-filter, .served-states-list, .dealer-location-gallery,
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"], .uneditable-input {
    width: 50%;
    display: inline-block;
    height: 34px;
    line-height: 1.42857;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
}

select {
    padding: 4px 2px;
}
.form-control, input.form-control, textarea.form-control {
    width:100%;
    display:block;
}

.panel-body .row-fluid [class*="span"] input[type="text"],
.panel-body .row-fluid [class*="span"] input[type="number"],
.panel-body .row-fluid [class*="span"] textarea,
.panel-body .row-fluid [class*="span"] select,
.form-landing-page input {
    width: 100%;
}

textarea, textarea.input-xxlarge {
    height: auto;
}

/*input[type="text"].input-mini,*/
.panel-toolbar input,
.panel-heading select,
.field-width-auto,
.purchased-incentives-select,
.work-log-filters select {
    width: auto !important;
}

.input-qty {
    width: 40px !important;
    text-align: center;
}

.input-mini {
    width: 50px !important;
}

.input-tag {
    width: 100px !important;
    vertical-align: top !important;
}

input[type="radio"], input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
}

.input-append .add-on, .input-prepend .add-on {
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: auto;
}

.input-btn-toolbar-group .input {
    padding-right: 98px;
    /*padding-left: 48px;*/
}

.input-btn-toolbar-group {
    position: relative;
    margin-bottom: 5px;
}

    .input-btn-toolbar-group .btn-toolbar {
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }


.preview-phone-controls .input-prepend {
    margin-top: -1px;
}

    .preview-phone-controls .input-prepend:first-child {
        margin-top: 0;
    }

    .preview-phone-controls .input-prepend .add-on {
        width: 70px;
    }

.table input[type="radio"], .table input[type="checkbox"] {
    margin: 0;
    position: static;
}

.radio, .checkbox,
.radio.inline, .checkbox.inline,
.radio.inline + .help-inline,
.checkbox.inline + .help-inline,
.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 8px;
}

.controls.checkboxes {
    display: block;
    height: 15px;
    width: 100%;
    clear: both;
}
.controls .text-style {
    display: block;
    max-width: 100px;
    float: left;
    margin: 5px 20px 0 20px;
}

    .radio.inline.no-padding-top {
        padding-top: 0;
    }

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.form-horizontal .controls,
.review-details-list dd {
    margin-left: 16% /*140px*/;
}

.form-horizontal .control-label,
.review-details-list dt {
    /*width: 120px;*/
    /*font-size: 13px;*/
    width: 15.5%;
}

.form-horizontal .control-group:first-child {
    margin-top: 20px;
}

.review-details-list {
    margin-bottom: 0;
}

    .review-details-list dt,
    .review-details-list dd {
        margin-bottom: 15px;
    }

    .review-details-list .reviewer-comment {
        width: 42%;
    }

#page-info-form code, #page-info-form .help-inline.code {
    overflow-x: hidden;
}

.radio.inline, .checkbox.inline {
    white-space: nowrap;
}

.row-fluid.toolbar:before {
    margin-top: 20px;
}

.contact-view-tabs .dropdown-menu .active a,
.contact-view-tabs .dropdown-menu .active a:hover {
    background-color: #FFFFFF;
    background-image: none;
}

.table-img {
    width: 60%;
}

/*.incentives-table td {
    vertical-align: top;
}*/

.table-title,
.table-description {
    margin: 0;
}

.incentives-table input[type="text"] {
    margin-bottom: 0;
}

.billing-information .help-inline:first-child {
    margin-left: 0;
    padding-left: 0;
}

.billing-information.form-horizontal .help-block {
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
}

.billing-information.form-horizontal select.ccExpYear, .billing-information.form-horizontal select.ccExpMonth {
    width: 104px;
}

.form-horizontal textarea {
    vertical-align: top;
}

.website-activity {
    padding: 1% 2.5641%;
    background: #E8F0F8;
    margin: 15px 0 0 0;
    border: 1px solid #D7E5F3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


    .website-activity .top-row {
        margin-bottom: 2.5641%;
    }

.activity-card {
    background: #FFF;
    border: 1px solid #D7E5F3;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    /*height:399px;*/
}

    .activity-card .body {
        padding: 15px 15px 30px 15px;
    }

    .activity-card .header {
        border-bottom: 1px solid #D7E5F3;
        margin: 0;
        padding: 14px;
        background: #F3F7FB;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .activity-card .header h3,
        .activity-card .nav {
            margin: 0;
            font-size: 18px;
            line-height: normal;
        }

    .activity-card img {
        width: 50%;
    }

    .activity-card .nav-pills > li {
        display: inline-block;
        float: none;
        line-height: normal;
    }

        .activity-card .nav-pills > li:first-child a:before {
            content: "";
            margin-right: 0;
        }

        .activity-card .nav-pills > li a:before {
            content: "\00b7";
            margin-right: 5px;
            color: #0045AB;
        }

        .activity-card .nav-pills > li > a {
            border-radius: initial;
            margin-bottom: 0;
            margin-top: 0;
            padding: 0;
            line-height: normal;
        }

            .activity-card .nav-pills > li > a,
            .activity-card .nav-pills > li > a:hover {
                background: none;
            }

    .activity-card .stat {
        font-size: 40px;
        font-weight: normal;
        line-height: 1;
        margin: 0 0 20px 0;
        color: #005FC5;
        /*height:70px;*/
    }

    /*.activity-card .stat sup {
    color:#4C93DA;
}*/

    .activity-card .footer {
        background: #F3F7FB;
        border: 1px solid #D7E5F3;
        padding: 14px;
        margin: 0 -1px -1px -1px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

        .activity-card .footer .btn-link {
            font-size: 16px;
        }

.tab-content.lead-sources {
    overflow: initial;
}


.status-change-row form label {
    margin: 0 2px 0 0;
    display: inline-block;
    line-height: 33px;
    vertical-align: middle;
}

.status-change-row form select {
    width: 150px !important;
}
@media (max-width:1199px) {
    .status-change-row .form-inline {
        width: 100%;
        display: block;
    }
    .status-change-row form select {
        width:100% !important;
        margin: 0 0 6px 0;
    }
    .status-change-row form label {
        display: block;
    }
    .status-change-row form .btn {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

/* Contact Manager */

/*.contact-manager-toolbar .btn-add-new-contact {
    margin:0 0 0 10px;
}

.contact-manager-toolbar .add-on {
    padding: 4px 10px;
}*/

/*.table-sortable thead {
    color:#FFF;
}

.table-sortable th {
    color: #FFF;
}*/

.table-sortable td {
    white-space: nowrap;
}

/*.table-sortable .sort-header {
    position: relative;
}*/


.table-sortable .sort-header {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.table-sortable .sort-header:after {
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 9px;
}*/

.table-sortable .active.sort-header {
    cursor: default;
}

/*.table-sortable .active.sort-header:after {
    content: "\f150";
}*/

.table-sortable input[type="checkbox"],
.contact-view-tab-content input[type="text"],
.contact-view-tab-content select,
.contact-view-tab-content textarea {
    margin: 0;
}

.table-sortable .centered {
    text-align: center;
}

.table-sortable .activity-icon:hover {
    cursor: default;
}

#contact-view-phone-call-recording-table .jp-interface {
    margin-left: -10px;
    width: 60%;
}

.pager-toolbar,
.btn-toolbar-calendars {
    margin: 0;
}


.panel-heading .pager-toolbar {
    margin: 0 0 0 5px;
}


/*.pager-toolbar .fa {
    font-size: 12px;
}

.pager-toolbar .fa-2 {
    font-size: 14px;
}*/

/*.score-bubble {
    width: 60px;
    line-height:35px;
    text-align:center;
    color:#fff;
    font-size:36px;
    padding: 10px 0 10px 0;
}

.score-bubble-label {
    width: 60px;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #E9F0F5;
    border-top: 1px solid #E9F0F5;
}*/


/* Responsive Styles from Sept. 2017 */

.navbar-title-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#mobile-sidebar {
    display: none;
    margin-top: 40px;
    box-shadow: -1px 2px 4px rgb(69,69,69);
    min-width: 215px;
    z-index: 175;
}

.animate-left {
    animation: animateleft 0.4s;
}

.animate-right-leave {
    animation: animateright-leave 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateright-leave {
    from {
        left: 0;
        opacity: 1;
        display: block;
    }
    to {
        left: -300px;
        opacity: 0;
        display: none;
    }
}

.brand-mobile {
    display: none;
    visibility: hidden;
}

#mobile-nav-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #1E5184;
}

#mobile-nav-btn:hover {
    cursor: pointer;
    background-color: #3288E6;
}

.score-bubble {
    width: 60px;
    line-height:35px;
    text-align:center;
    color:#fff;
    font-size:36px;
    padding: 10px 0 10px 0;
}

.score-bubble-label {
    width: 60px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    border-top: 1px solid #E9F0F5;
}

.score-bubble-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height:35px;
    color:#fff;
    font-size: 22px;
    /*border-radius: 2px;*/
}

.media-body-title {
    font-size: 32px;
    padding: 5px 0 15px 5px;
}

#header-contact-info-mobile {
    display: none;
    visibility: hidden;
}
.contact-header-media, .media.contact-header-media {
    overflow:visible;
}

.status-menu {
    width: 200px;
}

.status-menu:hover {
    background-color: #1966b2;
    color: #FFFFFF;
}

#status-form {
    display: flex;
    flex-direction: column;
}

.status-select {
    width: 100%;
    margin-bottom: 10px !important;
}

.status-btn-dropdown {
    position: absolute;
    top: 80px;
    left: auto !important;
    min-width: 200px;
    padding: 25px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.caret {
    float: right;
}

.panel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    box-sizing: border-box;
    border: 1px solid #DAE1E6;
    background-color: #F4F8FA;
    grid-auto-rows: minmax(500px, auto);
}

.panel-col {
    padding: 20px;
}

.panel-col.solo {
    border-right: 0 !important;
}

.panel-col:nth-child(1) {
    border-right: 1px solid #DAE1E6;
}

.tab-pane-new {
    border: 0 !important;
}

.action-btn-cont {
    display: flex;
    flex-direction: column;
}

.action-btn-dropdown {
    position: absolute;
    top:100%;
    left: auto !important;
    right: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.side-controls-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:34px;
}

.side-controls-btns-cont {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    position:relative;
}

.status-wrapper {
    padding-right: 10px;
    justify-content: space-between;
    height: 100%;
}

.side-control-btn {
    min-width:96px !important;
}

.side-control-btn:nth-child(2) {
    margin-top: 5px;
}

.titles {
    font-size: 14px;
    margin: 0;
}

.timeline {
    margin: 0 auto !important;
}

.timeline::before {
    top: -15px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #dae1e6;
    margin-left: -1.5px;
    transform: rotate(90deg);
    display: none;
}

.timeline-item-cont {
    display: flex;
    flex-direction: column;
}

.timeline li .timeline-badge {
    width: 40px;
    height: 40px;
    position:  inherit !important;
    margin-left: 0 !important;
    align-self: center;
}

.timeline li, .timeline-panel {
    width: 200px !important;
}

.timeline li .timeline-panel::after {
    position: absolute;
    top: -15px;
    transform: rotate(90deg);
}

.timeline-panel::after, .timeline-panel::before {
    display: none !important;
}

.timeline-line-cont {
    min-width: 100%;
    position: relative;
}

svg.timeline-line > line {
    stroke: rgb(218, 225, 230);
    stroke-width: 2;
}

.timeline-date {
    width: 100%;
    text-align: center;
}

.timeline-badge {
    margin: 15px 0;
}

.timeline-panel {
    overflow-y: hidden;
}

.end-activity {
    position: relative !important;
}

svg.timeline-line {
    position: absolute;
    width: 100%;
    margin: 0 15px;
    top: 105px;
}

.activity-panel-body {
    white-space: nowrap;
    overflow-x: auto !important;
}

.activity-panel-body:hover {
    transition: overflow-x 1s ease-in-out;
}

.activity-panel-body > ul {
    white-space: nowrap;
}

.activity-panel-body > ul > li {
    margin: 15px;
    display: inline-block !important;
}


.text-uppercase.small.space-top {
    margin-top: 20px;
}

.form-actions.contact-save {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#contact-info-button-save {
    text-align: center;
    max-width: 350px;
}

#contact-info-button-client {
    margin-top: 10px;
}

.color-5 {background:#2dcc70;}
.text-color-5 {color:#2dcc70;}
.color-4 {background:#8bc24a;}
.text-color-4 {color:#8bc24a;}
.color-3 {background:#ebb900;}
.text-color-3 {color:#ebb900;}
.color-2 {background:#fe6400;}
.text-color-2 {color:#fe6400;}
.color-1 {background:#dc3812;}
.text-color-1 {color:#dc3812;}
.color-na {background:#c3cacf;}
.text-color-na {color:#c3cacf;}

.tag-label-group {margin-bottom:20px; margin-top:10px;}
.tag-inline-block {display:inline-block; padding:6px 10px; margin-bottom:10px; border:1px solid #ddd;}
.tag-inline-block.disabled {background:#d9e0e6;}

.contact-profile-collapse-group {border-top:1px solid #dae1e6; padding:15px 0 5px 0;}
.contact-profile-collapse-group:first-child {border:0; padding-top:0;}
.contact-profile-collapse-group:last-child {margin-bottom:-15px;}
.margin-bottom-20 {margin-bottom:20px;}

.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}
.media-right, .media > .pull-right {
    padding-left:15px;
}

.contact-view-tab-content .collapse-icon-arrow {font-size:24px;}


.contact-view-tabs,
.contact-header {
    position: relative;
}

    .contact-header .label {
        left: 0;
        position: static;
        top: 0;
        text-align: right;
    }

    .contact-header small, .content-dl dt small {
        margin: 0 5px;
    }

.contact-view-tabs {
    margin-bottom: 0;
}

    .contact-view-tabs > li > a {
        margin: 0 0 0 -1px;
    }

    .contact-view-tabs .saved-tab {
        position: absolute;
        right: 20px;
        top: 9px;
    }

    .contact-view-tabs > li.hide {
        display: none;
    }

    .contact-view-tabs .dropdown-menu {
        margin: -1px 0 0 -1px;
        border-top-color: transparent;
    }

        .contact-view-tabs > li > a,
        .contact-view-tabs .dropdown-menu li a {
            padding: 15px 20px;
        }

        .contact-view-tabs .dropdown-menu li a {
            padding-top: 6px;
            padding-bottom: 6px;
        }


    .contact-view-tabs li.dropdown.open .caret,
    .contact-view-tabs li.dropdown.open.active .caret,
    .contact-view-tabs li.dropdown.open a:hover .caret {
        border-bottom-color: #1179D8;
        border-top-color: #1179D8;
    }

    .contact-view-tabs .dropdown-toggle:hover .caret,
    .contact-view-tabs .active .dropdown-toggle .caret {
        border-bottom-color: #0045AB;
        border-top-color: #0045AB;
    }

    .contact-view-tabs .dropdown-menu li a:hover,
    .contact-view-tabs .dropdown-menu li a:focus,
    .contact-view-tabs .dropdown-menu li a:active {
        /*color:#FFF;*/
        background-image: none;
        background: transparent;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
        filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    }

    .contact-view-tabs .open .dropdown-toggle,
    .contact-view-tabs > li.dropdown.open.active > a:hover {
        background-color: #FFF;
        border-color: #DDD;
        border-bottom-color: #FFF;
        position: relative;
        z-index: 2000;
    }

    .contact-view-tabs .dropdown-menu .active > a,
    .contact-view-tabs .dropdown-menu .active > a:hover {
        cursor: default;
    }

.contact-view-tab-content .tab-pane {
    padding:0;
}

.contact-view-tab-content .table th,
.contact-view-tab-content .table td {
    padding: 15px 15px 15px 0px;
}


.contact-view-tab-content form {
    margin: 0;
}


.contact-view-tab-content select,
.contact-view-tab-content textarea,
.contact-view-tab-content input[type="text"],
.contact-view-tab-content .uneditable-input {
    width: 100%;
}

.contact-view-tab-content .input-prepend, .contact-view-tab-content .input-append {
    position: relative;
}

    .contact-view-tab-content .input-prepend .add-on {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

.sales-form .input-prepend input {
    padding-left: 42px;
}

.contact-view-tab-content input.input-mini[type="text"] {
    width: auto;
}


.contact-view-tab-content .table {
    margin-bottom: 0;
}


.contact-view-tab-content .content-title {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

    /*.contact-view-tab-content .content-title .btn {
    margin-top: 3px;
}*/

    .contact-view-tab-content .content-title small {
        margin: 0 5px;
    }

    .contact-view-tab-content .content-title .content-meta {
        float: right;
        margin-top: 8px;
    }

.content-dl dt {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.contact-view-tab-content .form-actions {
    margin: 10px -15px -15px;
    padding: 19px 15px;
}

.textarea-match-3-input-height {
    height: 190px;
}


/*.contact-view-tab-content .form-actions .btn {
    width: 25%;
}*/

.content-dl {
    margin: 0;
}

    .content-dl dt {
        margin-bottom: 5px;
    }

    .content-dl dd {
        margin: 0 0 5px 0;
    }


.collapse-filters.collapse.in {
    overflow: visible;
}

.filter-label-separator {
    color: #1966b2;
    font-weight: bold;
    margin: 0px 7px;
}

.filter-dropdown .dropdown-menu {
    top: 35px;
    left: -20px;
    border-top-width: 0;
    padding-top: 0;
    margin-top: 0;
}



.contact-view-tab-content .form-actions .checkbox.inline {
    padding-top: 0;
}

.contact-view-tab-content .form-actions .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
    margin-top: -2px;
}


.contact-view-activity .contact-view-tabs {
    text-align: center;
}

    .contact-view-activity .contact-view-tabs li a {
        margin: 0;
    }

.contact-view-activity dl,
.contact-view-activity .media-heading {
    margin-bottom: 0;
}

.contact-view-activity h2 {
    text-align: center;
}

.contact-view-activity .panel-body {
    overflow: auto;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin: 0 0 95px 0;
}

    .timeline:before {
        top: -15px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #dae1e6;
        left: 51%;
        margin-left: -1.5px;
    }

    .timeline li {
        margin-bottom: 0;
        position: relative;
    }

        .timeline li:before,
        .timeline li:after {
            content: " ";
            display: table;
        }

        .timeline li:after {
            clear: both;
        }

        .timeline li:before,
        .timeline li:after {
            content: " ";
            display: table;
        }

        .timeline li:after {
            clear: both;
        }

        .timeline li .timeline-panel {
            width: 45.5%;
            float: left;
            border: 1px solid #dae1e6;
            padding: 10px 15px;
            position: relative;
            background: #fff;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .timeline li.timeline-inverted .timeline-panel {
            width: 43%;
        }

        /*.timeline li:hover .timeline-panel,
.timeline li.active .timeline-panel {
    background: #1966b2;
    border-color: #1966b2;
    color: #FFF;
}*/

        .timeline li.active .timeline-panel /*,
.accordion-sidebar-nav .accordion-toggle.active*/ {
            -webkit-box-shadow: 6px 0 0 #1966b2 inset;
            -moz-box-shadow: 6px 0 0 #1966b2 inset;
            box-shadow: 6px 0 0 #1966b2 inset;
        }

        .timeline li.timeline-inverted.active .timeline-panel {
            -webkit-box-shadow: -6px 0 0 #1966b2 inset;
            -moz-box-shadow: -6px 0 0 #1966b2 inset;
            box-shadow: -6px 0 0 #1966b2 inset;
        }

        /*.timeline li.active .timeline-panel:after,
.timeline li:hover.active .timeline-panel:after,
.timeline li:hover.active .timeline-panel:before{
    border-left-color: #e8f7ff;
    border-right-color: #e8f7ff;

}*/


        .timeline li .timeline-panel .view-details:before {
            content: "View Details";
        }

        .timeline li.active .timeline-panel .view-details:before {
            content: "Viewing Details";
        }

        /*.timeline li:hover .timeline-panel h4.timeline-title,
.timeline li:hover .timeline-panel h4.timeline-title small,
.timeline li.active .timeline-panel h4.timeline-title,
.timeline li.active .timeline-panel h4.timeline-title small,
.timeline li:hover .timeline-panel a:hover {
    color: #FFF;
}*/


        /*.timeline li.active .timeline-panel .view-details,
.timeline li.active .timeline-panel .view-details:hover {
    color: #FFF;
}*/

        .timeline li:hover .timeline-panel a:hover {
            text-decoration: none;
        }

        .timeline li:hover .timeline-badge /*,
.timeline li.active .timeline-badge*/ {
            /*color: #FFF;
    background-color: #1966b2;
    border: 1px solid #1966b2;*/
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .timeline li.active .timeline-badge {
            color: #FFF;
            background-color: #1966b2;
            border-color: #1966b2;
        }

        .timeline li .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #dae1e6;
            border-right: 0 solid #dae1e6;
            border-bottom: 15px solid transparent;
            content: " ";
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .timeline li .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .timeline li .timeline-badge {
            width: 40px;
            height: 40px;
            line-height: 36px;
            text-align: center;
            position: absolute;
            top: 20px;
            left: 51%;
            margin-left: -20px;
            background-color: #FFF;
            z-index: 99;
            border-radius: 50%;
        }

            .timeline li .timeline-badge.end-activity,
            .timeline li:hover .timeline-badge.end-activity {
                color: #dae1e6;
            }

        .timeline li:hover .timeline-badge.end-activity {
            background-color: #FFF;
            border: 1px solid #dae1e6;
        }


        .timeline li.timeline-inverted .timeline-panel,
        .timeline-title small, .content-dl-match-table small {
            float: right;
        }

            .timeline li.timeline-inverted .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline li.timeline-inverted .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-title {
    margin: 0;
}

    .timeline-title small,
    .timeline-body,
    .content-dl-match-table small,
    .content-dl dt small {
        font-size: 13px;
    }

.timeline-body {
    min-height: 40px;
    height: auto !important;
    height: 40px;
}

    .timeline-body p,
    .timeline-body ul {
        margin-bottom: 0;
    }

/*.timeline-body p + p {
  margin-top: 5px;
}*/

/*.timeline-end {
    height:80px;
}*/

.content-dl-match-table,
.content-dl-match-table dt {
    margin: 0;
}

    .content-dl-match-table dt {
        padding: 15px 15px 15px 0;
        margin-bottom: 9px;
    }

    .content-dl-match-table dd {
        margin: 13px 0 0 0;
    }


.select-label {
    padding-left: 0;
    padding-right: 0;
}

    .select-label:focus,
    .control-group.error .select-label:focus {
        border-color: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.control-group.error .select-label {
    border-color: transparent;
    box-shadow: none;
}

.contact-view-tab-content .select-label {
    margin-left: -4px;
    width: 101%;
}

.redactor_editor.hide-tables table td {
    border: none;
}

.redactor_editor.disabled {
    background: #EEEEEE !important;
}

.popover {
    width: 300px;
}

.contact-manager-reports-toolbar .report-type {
    width: 160px;
}

.contact-manager-reports-toolbar .user-type {
    width: 80px;
}

.contact-manager-reports-toolbar .survey-select {
    width: 160px !important;
}

input[type="text"].date-range {
    width: 178px !important;
}

.calendar-container {
    margin: -15px;
}

.calendar-row {
    height: 306px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.preload-events-panel,
.panel-events {
    height: 306px;
}

    .panel-events .no-data-message {
        top: 30%;
    }

.calendar-event {
    display: inline-block;
    margin: 15px;
}

    .calendar-event .table-condensed th,
    .calendar-event .table-condensed td {
        padding: 6px 12px;
    }

    .calendar-event .datepicker-switch:before {
        content: "\f073";
        font-size: 14px;
        margin-right: 10px;
    }

.twilo-number-row {
    margin-left: -10px;
    margin-bottom: -10px;
}

    .twilo-number-row .btn {
        margin: 0 10px 10px 10px;
    }

/*.calendar-event .datepicker td {
    text-align: left;
}*/

.video-tutorials .video {
    position: relative;
    margin: -1px;
}

    .video-tutorials .video .label-duration,
    .video-tutorials .video .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
    }

    .video-tutorials .video .label-duration {
        z-index: 10000;
    }

.video-tutorials .thumbnail .video .video-overlay {
    z-index: 9000;
    height: 100%;
    width: 100%;
}

.video-tutorials .caption,
.video-tutorials .video .video-overlay {
    text-align: center;
}

    .video-tutorials .video .video-overlay .fa {
        margin-top: 25%;
    }

.panel-toolbar-inner {
    position: relative;
}

.download-panel-toolbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.filter-label,
.filter-dropdown {
    margin-right: 8px;
}

.filter-dropdown {
    display: inline-block;
}

    .filter-dropdown .fa {
        margin-left: 8px;
    }

/* Form Landing Page
================================================== */
.form-landing-page .header {
    padding: 50px 0 30px 0;
}

.form-landing-page .footer {
    padding: 25px 0;
}

    .form-landing-page .footer .platform-version {
        display: block;
    }

.form-landing-page .panel-heading {
    padding: 8px 15px !important;
}

.form-landing-page .input-append,
.form-landing-page .input-prepend {
    display: table;
}

    .form-landing-page .input-append .add-on,
    .form-landing-page .input-prepend .add-on {
        display: table-cell;
        width: 1%;
        vertical-align: middle;
    }

.form-landing-page .control-group {
    margin-bottom: 15px;
}

.form-landing-page .btn-block + .btn-block {
    margin-top: 15px;
}

.form-landing-page input,
.form-landing-page .btn {
    height: 42px;
    line-height: 28px;
}

/* Claims Form Page
================================================== */

.claims-form-body input[readonly],
.claims-form-body textarea[readonly] {
    background: transparent;
    border-width: 0 0 1px 0;
    padding-left: 0;
    padding-top: 0;
    height: auto;
    min-height: 0;
    font-size: 14px;
    color: #304357;
}

.claims-form-body textarea[readonly] {
    border-width: 0;
}

.claims-form-body .control-label {
    color: #6a788d;
}


.claims-form-body hr {
    margin: 0 0 30px 0;
}


/* Gallery Page
================================================== */

.media-gallery .thumbnail,
.btn-group-add-media .btn,
.btn-group-add-media .uploadify {
    margin: 0 20px 20px 0;
}

.btn-group-add-media .btn,
.btn-group-add-media .uploadify {
    display: inline-block;
    height: 34px !important;
    width: 190px !important;
}

/*.media-gallery img {
    max-width: none;
    width: 100%;
}*/

.media-gallery .thumbnail {
    padding: 0px;
    position: relative;
    border: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.thumbnail {
    transition: none;
}

.media-gallery {
    padding: 20px 0 0 20px;
}

    .media-gallery .ui-sortable,
    .media-gallery .thumbnail-control {
        position: relative;
    }

    .media-gallery .action-buttons,
    .media-gallery .video-icon {
        position: absolute;
        top: 40%;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .media-gallery .action-buttons,
    .thumbnail.ui-sortable-helper .action-buttons,
    .media-gallery .thumbnail:hover .video-icon,
    .thumbnail.ui-sortable-helper .video-icon {
        display: none;
    }

    .media-gallery .thumbnail:hover .action-buttons {
        display: block;
    }

    .thumbnail.ui-sortable-helper,
    .media-gallery .thumbnail:hover {
        cursor: move;
    }

.real-first-child {
    margin-left: 0 !important;
}

.table-sort .nav-handle {
    cursor: move;
    padding: 5px 10px;
}

.table-sort .ui-sortable-helper {
    width: 100% !important;
    display: table;
    border: 1px solid #dae1e6;
}

.table-sort .offer-thumbnail {
    height: 70px;
}

.table-sort .placeholder {
    background: url(/img/admin/canvas-grid.gif);
    width: 100%;
    height: 100px;
    position: relative;
    border: 1px dashed #dae1e6;
}


/* Survey Page
================================================== */

.survey-answer-type-tab-content {
    min-height: 185px;
}

    .survey-answer-type-tab-content .well {
        margin-bottom: 0;
    }

.accordion-heading {
    position: relative;
}

    .accordion-heading .accordion-btn-group {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    .accordion-heading:hover .accordion-btn-group {
        display: block;
    }

.accordion-survey-questions .accordion-heading.active .btn-edit {
    display: none;
}

.accordion-survey-questions .accordion-heading.active .accordion-toggle:before {
    content: "\f040";
    padding: 0 5px;
}

.accordion-survey-questions .accordion-toggle {
    margin-top: -1px;
}

.survey-question h2 {
    margin-bottom: 5px;
    line-height: 20px;
    padding-right: 80px;
    position: relative;
}

.question-number,
.question-text {
    display: inline-block;
    vertical-align: middle;
}

.question-text {
    width: 90%;
}

.survey-question .label-required {
    background: none;
    border: 1px solid #5bc0de;
    color: #5bc0de;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}

.survey-report-question {
    position: relative;
}

    .survey-report-question .label {
        position: absolute;
        right: 0;
        bottom: -2px;
        left: auto;
        top: auto;
        line-height: 15px;
    }

.survey-question .radio {
    margin-bottom: 0;
}

.survey-preview textarea,
.survey-preview input[type=text] {
    margin-top: 10px;
}

.survey-preview h1 {
    margin-bottom: 10px;
}

.survey-preview p,
.survey-preview .survey-question {
    margin-bottom: 30px;
}

.survey-preview .question-number {
    position: absolute;
    left: -24px;
}

.survey-preview h2,
.survey-preview .survey-answers {
    margin-left: 24px;
}

.contact-survey-answer dt {
    margin-bottom: 3px;
}

.contact-survey-answer dd {
    margin-left: 17px;
}

.report-stat {
    padding: 18px;
}

    .report-stat .stat-list {
        float: right;
        text-align: right;
        margin: 0;
    }

    .report-stat .stat-title {
        margin-bottom: 10px;
    }

.survey-report-question {
    margin: 20px 0;
}

.percentage-count {
    width: 30px;
    margin-right: 20px;
    float: left;
}

.percentage-bar {
    background-color: #DAE1E6;
    margin: 5px 0 5px 45px;
}

    .percentage-bar,
    .percentage-bar .bar {
        height: 10px;
        -moz-transition: width 0.6s ease 0s;
        -o-transition: width 0.6s ease 0s;
        -webkit-transition: width 0.6s ease 0s;
        transition: width 0.6s ease 0s;
    }

.bar-blue {
    background-color: #3498db;
}

.bar-red {
    background-color: #E74C3C;
}

.bar-teal {
    background-color: #1ABC9C;
}

.bar-orange {
    background-color: #E67E22;
}

.bar-yellow {
    background-color: #F1C40F;
}

.bar-purple {
    background-color: #9B59B6;
}

.bar-green {
    background-color: #2ECC71;
}

.bar-black {
    background-color: #34495E;
}

.accordion-group .placeholder {
    background: url(/img/admin/canvas-grid.gif);
    width: 100%;
    height: 34px;
    position: relative;
    border: 1px dashed #dae1e6;
}

.survey-preview .survey-question.active {
    background: white;
    border: 1px dashed #3498db;
    padding: 5px 15px 15px 15px;
}

.accordion-heading.error {
    border: 1px solid #b94a48;
}

input.error {
    border: 1px solid #b94a48;
}

#survey-aggregate-table .placeholder {
    background: url(/img/admin/canvas-grid.gif);
    width: 100%;
    height: 36px;
    position: relative;
    border: 1px dashed #dae1e6;
}

.btn-group-answer-type .btn .fa {
    display: block;
}

/**** Dealer *****/
.text-uppercase {
    text-transform: uppercase;
}

.dealer-list-item,
.btn-dealer-toggle,
.dealer-company-name {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dealer-list-item {
    font-size: 13px;
}

.dealer-list-item,
.dealer-list-dropdown .dealer-list {
    border: 1px solid;
}

.dealer-list-dropdown .dealer-list {
    border-width: 1px 0 0 0;
    border-color: /*#e1e8ed*/ #DAE1E6;
}

.dealer-list-dropdown .dealer-list-item:hover,
.dealer-list-dropdown .dealer-list-item:active {
    color: #1966b2 /*#3498db*/ /*#0066cc*/ /*#1179D8*/;
}

.dealer-list-dropdown .dealer-list-item:hover {
    background-color: #e9f0f5;
}

.modal-panel .panel {
    margin: 0;
}

.modal-panel .panel-body,
.modal-panel .panel-footer,
.modal-panel .panel-heading {
    border-width: 0 0 1px 0;
}

.modal-panel .modal-body {
    padding: 0;
}

.dealer-list-dropdown .dropdown-menu {
    top: 48px;
    border-top-color: #FFF;
    padding: 0 8px 8px 8px;
    margin: 0;
    width: 300px;
}

.dealer-list-dropdown .dealer-search {
    margin-bottom: 8px;
}

.dealer-list-dropdown .dealer-search-input {
    width: 244px !important;
}

.dealer-list-dropdown .dealer-list-item {
    display: block;
    padding: 6px 8px;
    margin-top: -1px;
}

.dealer-list-dropdown .dealer-list-item .fa {
    margin-left: 7px;
    margin-right: 15px;
}

.btn-dealer-toggle {
    width: 291px;
    text-align: left;
}

.btn-dealer-toggle .fa-dropdown {
    margin-top: 2px;
    float: right;
}

.dealer-company-name {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    line-height: 20px;
}

.input-group-additionalwebsites {
    margin-top: 20px;
}

    .input-group-additionalwebsites:first-child {
        margin-top: 0;
    }

    .input-group-additionalwebsites input {
        padding-right: 50px;
    }

    .input-group-additionalwebsites .btn-remove-additionalwebsites {
        margin-left: -41px;
    }

.media-gallery .thumbnail > img {
    width: 100%;
    -moz-min-width: initial;
    -ms-min-width: initial;
    -o-min-width: initial;
    -webkit-min-width: initial;
    min-width: initial;
}

.served-states-list {
    height: 200px;
    overflow: auto;
}

.inperson-rep-list {
    position: relative;
    width: 50%;
}

.width-50percent {
    width: 50%;
    display: inline-block;
}


.available-products {
    overflow: auto;
    width: 50%;
}

    .available-products .checkbox-list-item {
        background: #fff;
    }

    .available-products .nav-handle {
        display: inline-block;
        float: left;
        width: 20px;
        text-align: center;
        margin-left: -5px;
        cursor: move;
    }

    .available-products label.checkbox {
        margin-left: 20px;
    }

    .available-products .ui-sortable-helper {
        border: 1px solid #dae1e6;
    }

    .available-products .placeholder {
        background: url(/img/admin/canvas-grid.gif);
        width: 100%;
        height: 33px;
        position: relative;
        border: 1px dashed #dae1e6;
    }

.assigned-dealer-list {
    overflow: auto;
    width: 50%;
    max-height: 426px;
}

.dealer-list .heading, .autocomplete-list .heading {
    margin: 0 0 2px 0;
}

.dealer-list p, .autocomplete-list p {
    margin: 0;
}

.assigned-dealer-list .checkbox-list-item, .autocomplete-list .checkbox-list-item {
    background: #fff;
    height: auto;
}

.assigned-dealer-list .btn-remove-assign {
    display: inline-block;
    float: right;
    width: 20px;
    text-align: center;
    margin-right: -5px;
    cursor: pointer;
}

.behind {
    opacity: .3;
}

.auto-complete-container {
    width: 50%;
    position: relative;
}

.assigned-dealer-list-autocomplete,
.autocomplete-list {
    z-index: 5;
    overflow-y: auto;
    width: 50%;
    max-height: 214px;
    position: absolute;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .assigned-dealer-list-autocomplete .ui-menu-item, .autocomplete-list .ui-menu-item {
        background: #fff;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .assigned-dealer-list-autocomplete .ui-menu-item:hover, .autocomplete-list .ui-menu-item:hover, .assigned-dealer-list-autocomplete .ui-menu-item.ui-state-focus, .autocomplete-list .ui-menu-item.ui-state-focus {
            background: #f2f2f2;
            color: #555;
        }


/**** Color Picker ****/

.colorPicker-picker {
    border: 1px solid;
}

.colorPicker-picker, .icon-picker {
    cursor: pointer;
    font-weight: bold;
    border-color: #D9DDE2;
    border-width: 4px;
    height: 100px;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 100px;
}

    .icon-picker a {
        display: block;
        height: 92px;
        line-height: 92px;
        width: 92px;
    }

    .colorPicker-picker .fa-caret-down, .icon-picker .fa-caret-down {
        bottom: 0;
        height: 10px;
        position: absolute;
        right: -2px;
        background-color: #D9DDE2;
        width: 15px;
    }

.colorPicker-palette {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 240px;
    z-index: 9999;
    background-color: #34495E;
}

.colorPicker_hexWrap {
    float: left;
    padding: 5px;
    width: 100%;
}

    .colorPicker_hexWrap label, .colorPicker_hexWrap input {
        font-size: 12px;
        color: #fff;
    }

    .colorPicker_hexWrap label {
        margin: 0 0 0 4px;
        display: inline-block;
    }

    .colorPicker_hexWrap input {
        float: right;
        height: 20px;
        margin: 0;
        padding: 0 0 0 4px;
        width: 65px;
        background-color: #20354A;
        border-color: #20354A;
    }

.colorPicker-swatch {
    cursor: url("/img/admin/eye-dropper.cur"), default;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
/**** Color Picker ****/

/* Bootstrap Dropdown Mobile Bug fix */
.dropdown-backdrop {position: static !important;}

.table-preloader-container {
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 10%; 
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0px 0px; 
    position: fixed;
}


/* Exit Intent Page
================================================== */

.exit-intent-toggle {
    float: right;
    width: 32%;
    position: relative;
}

.exit-intent-toggle .toggle {
    margin: 0 0 0 10px;
    position: absolute;
    right: -1px;
    top:-1px;
    z-index: 100;
    height: 36px;
    min-height: 36px;
}

.exit-intent-toggle .intent-toggle-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}

.exit-intent-toggle.disabled {
    background-color: #e3eaef;
}

.exit-intent-toggle.disabled .intent-toggle-text,
.exit-intent-toggle.disabled .exit-intent-list-thumbnail {
    -ms-opacity: .5;
    opacity: .5;
    cursor: default;
}

.exit-intent-options .colorPicker-picker,
.exit-intent-options .upload-placeholder,
.exit-intent-options .uploadify,
.exit-intent-options .uploadify-button{
    width: 100% !important;
}

.exit-intent-options .colorPicker-picker,
.exit-intent-options .upload-placeholder{
    height: 130px;
}

.exit-intent-options .upload-placeholder {
    background-color: #FFFFFF;
    border: 1px solid #dae1e6;
    margin-bottom: 10px;
    overflow:hidden;
}

.exit-intent-options .background-color-placeholder {
    padding: 10px;
}

.exit-intent-options .img-responsive,
.exit-intent-options .file-upload-thumbnail {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
}

.exit-intent-preveiw,
.exit-intent-list {
    margin-top: 15px;
}

.exit-intent-preveiw .onboarding-message {
    margin-top: 0;
}

.exit-intent-preveiw .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.exit-intent-preveiw .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.exit-intent-list .table-panel-heading th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.exit-intent-list-thumbnail {
    width: 51px;
    height: 34px;
    margin-right: 10px;
}

.exit-intent-cta-heading,
.exit-intent-title,
.exit-intent-description,
.exit-intent-content .btn {
   color: #6a788d;
}

.exit-intent-content .btn-intent-primary,
.exit-intent-content .btn-intent-primary:hover,
.exit-intent-content .btn-intent-primary:focus,
.exit-intent-content .btn-intent-primary:active,
.exit-intent-content .btn-intent-close,
.exit-intent-content .btn-intent-close:hover,
.exit-intent-content .btn-intent-close:focus,
.exit-intent-content .btn-intent-close:active {
    background-color: transparent;
}

.chat-content .onboarding-message {
    margin: 0;
}
/* Video Call Page
================================================== */
.video-window { position: relative;margin-bottom: 10px;}
.vcall-page video {background:transparent;}
#webmrepdiv {position:absolute; top:10px; right:10px; z-index:500; width:120px; height:auto;}
#webmcustdiv { position: relative;}
.video-notsupported { position: absolute;top: 0;bottom: 0;left: 0;right: 0; background: #222;z-index: 501;color: #fff;}
.video-notsupported span { position: absolute;top: 50%; text-align: center;left: 0;right: 0;text-align: center;margin-top: -20px;padding: 0 10px;}

.vcall-page {background:#fff; padding:0 !important; height:100%; width:100%; overflow:hidden;}
.vcall-page .video-wrap {position:relative;}
.vcall-page .video-wrap .your-feed {position:absolute; bottom:10px; left:10px; z-index:500;  width:100px; height:75px;}
.vcall-page .video-wrap .your-feed .embed-responsive {min-height:75px;}
.vcall-page .your-feed .OT_archiving-on, .vcall-page .OT_video-disabled-warning {display: none !important;}
.vcall-page .main-feed .embed-responsive {min-height:372px; background:#000100 url(/img/admin/logo-video-call.png) no-repeat 50% 50%;}
.vcall-page .OT_subscriber, .vcall-page .OT_subscriber { margin-left: auto;margin-right: auto; width: 496px !important; height:372px !important;}
.vcall-page .page-wrap {background:#fff; width:100%; height:100%;}
.vcall-page .column-call, .vcall-page .column-queue {vertical-align:top;}
.vcall-page .column-call {padding-right:233px; min-width:640px; position:fixed; top:0; bottom:0; left:0; width:100%; }

.vcall-page .column-call > .inner {width:100%; overflow:auto; height:100%;}
.vcall-page .content-wrap {min-width:407px;}
.vcall-page .page-content {padding:10px; font-size:13px;}
.vcall-page .contact-right { min-width:150px; float:right;}
.vcall-page .page-content .active-heading {font-weight:normal; text-align:center;}
.vcall-page .page-content .btn-end-call {color:#ff0000; font-size:14px;}
.vcall-page .btn-end-call:hover, .vcall-page .btn-end-call:focus {color:#fff; background:#ff0000;}
.vcall-page .page-content .name {margin:0 0 4px 0; font-size:18px;}
.vcall-page .column-queue {position:fixed; top:0;  padding-top: 93px; right:0;  bottom:0; height:100%; width:233px; background:#f7f7f7; box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.05); border-left: 1px solid #fff; }
.vcall-page .column-queue > .inner {position:relative; height:100%; }
.column-queue .caller-peek {position:absolute; width:210px; background:#fff; box-shadow:0 0 2px 0 rgba(0,0,0,.2); font-size:12px; padding:10px; border-radius:3px; left:-220px; z-index:1000; display:none;}
.column-queue .caller-peek.active {display:block;}
.fa.fa-spinner.fa-spin.spinner-center {margin-left:50%;}
.column-queue .pinned {position:fixed; top:0; right:0; width:233px; background:#f7f7f7;}
.column-queue .tab-content {overflow:visible; z-index:2;}
.vcall-page .queue-tabs {margin:0;}
.vcall-page .queue-tabs li {float:left !important; width:50%;}
.vcall-page .queue-tabs a {background:#eaeaea; display:block; padding:0; font-size:16px; text-align:center; line-height:40px; color:#555; }
.vcall-page .queue-tabs .active a {background:#f7f7f7;}
.vcall-page .queue-tabs a, .vcall-page .queue-tabs a:hover, .vcall-page .queue-tabs a:focus {border:0; margin:0;}
.vcall-page .date-time {padding:15px 10px; font-size:16px;}
.vcall-page .date-time .apm {font-size:10px;}
.vcall-page .request-type { font-size: 12px;}
.vcall-page .list-item {padding:10px 0; border-top:1px solid #ddd; margin:0; width:100%; cursor:pointer; position:relative; z-index:1; overflow:visible;}
.vcall-page .list-item:hover, .vcall-page .list-item:hover {background:#eee;}
.vcall-page .caller-action {padding:0 10px; width:56px; }
.vcall-page .caller-action, .vcall-page .caller-body {vertical-align:top; z-index:1; display:inline-block; overflow:hidden;}
.vcall-page .list-item .caller-details {display:none;}
.vcall-page .activity-queue {font-size:14px;}
.vcall-page .activity-queue .btn {padding:0; line-height:36px; height:36px; width:36px; font-size:18px; text-align:center; border-radius:50%; color:#fff; border:0;}
.vcall-page .activity-queue .btn i { font-size:18px;}
.vcall-page .status-active .btn {background:#ff0000;}
.vcall-page .status-active .btn i {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vcall-page .status-waiting .btn {background:#1abc9c; color:#fff;}
.vcall-page .status-active .status-copy {color:#00a651;}
.vcall-page .status-waiting .status-copy {color:#ed1c24;}
.vcall-page .status-answered .btn {background:transparent; border:0; color:#1abc9c; padding:0; width:36px;}
.vcall-page .status-answered .btn, .vcall-page .status-answered .btn i {font-size:28px;}
.vcall-page .status-missed .btn {background:transparent; border:0; color:#ed1c24; padding:0; width:36px;}
.vcall-page .status-missed .btn, .vcall-page .status-missed .btn i {font-size:28px;}
.vcall-page .history-queue .status-copy {color:#000;}
.vcall-page .sidebar-scrollbar .panel-footer {border:0; border-top:1px solid #ddd; background:transparent;}

@media (min-width:733px) {
    .vcall-html {
        overflow: hidden;
    }
}

@media (max-width:732px) {
    .vcall-html {
        min-height: unset;
    }

    .vcall-page {
        overflow: auto;
        background: #f7f7f7;
    }

        .vcall-page .main-feed .embed-responsive {
            min-height: 270px;
        }

        .vcall-page, .vcall-page .page-wrap, .vcall-page .column-queue > .inner, .vcall-page .column-queue {
            height: auto;
        }

            .vcall-page .column-call {
                padding-right: 0;
            }

            .vcall-page .column-call, .vcall-page .column-queue {
                width: 100%;
                min-width: unset;
                position: static;
                min-height: 200px;
                float: none;
                display: block;
            }

            .vcall-page .column-queue {
                padding-top: 0;
                border: 0;
            }

    .column-queue .pinned {
        position: static;
        width: 100%;
    }
}

#claims-form video  { max-height: 500px;}
#claims-form .video-window {max-height: 540px; overflow: hidden;}

/*** Bootstrap Bug fix for mobile */
.dropdown-backdrop {
    position: static !important;
}


.dealer-resource .cell .card {
    background: rgba(255,255,255,.8);
    margin-bottom: 30px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    position: relative;
    box-sizing: border-box;
}

.dealer-resource .cell .card-body {
    padding: 15px;
}

.dealer-resource .card .nav {
    margin-bottom: 0;
    margin-top: 14px;
}

.dealer-resource .card .link-body {
    display: block;
    position: relative;
}

    .dealer-resource .card .link-body .private-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
        line-height: 30px;
        width: 30px;
        background: #f2f2f2;
        text-align: center;
        color: #a7a7a7;
    }

.dealer-resource .private-icon i {
    line-height: 30px;
}

.dealer-resource .cell .thumb {
    margin-bottom: 10px;
}

.dealer-resource .cell h4 {
    line-height: 120%;
    margin: 0 0 2px 0;
    padding-top: 2px;
}

.btn-group.btn-group-justified {
    display: table;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

    .btn-group.btn-group-justified * {
        box-sizing: border-box;
    }

    .btn-group.btn-group-justified .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group.btn-group-justified .btn-group .btn {
            display: block;
        }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.modal-dealer-resource .modal-header {
    background: #fff;
    color: #555;
}

.modal-dealer-resource .modal-title, .modal-dealer-resource .close, .modal-dealer-resource .close:hover {
    color: #6a788d;
}

@media (min-width:768px) and (max-width:979px) {
    .main-body .content {
        float:none;
    }
}
@media (min-width:768px) {
    .dealer-resource .card .foot-action {
        position: absolute;
        bottom: -34px;
        left: 0;
        right: 0;
    }

    .dealer-resource-results .cell .card {
        margin-bottom: 64px;
    }
    .side-controls-cont {
        display:none;
    }
    .status-wrapper {
        padding-right:0;
    }
}

.dealer-resource-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.dealer-resource > img {
    width: 100px;
}

.dealer-resource-description {
    line-height: 22px;
}

.table > a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#dealers-table th[data-sort]:hover {
    cursor: pointer;
}

.popover {
    white-space: pre-line;    
}

.display-block {display:block;}
body.print {background:#fff;  padding:20px;}
body.print * {box-sizing:border-box; color:#555;}
.print-appointment .print-container {max-width:800px; margin:auto;}
body.print .print-title { line-height:150%; }
.print-appointment .print-title {margin-bottom:20px;}
body.print .text-muted {color:#999; opacity:1;}
body.print b, body.print h5 {font-weight:600;}
body.print .section-head {padding-bottom:5px; margin-top:30px; border-bottom:1px solid #ccc;}
body.print .print-row {margin:0 -10px;}
body.print .print-row:before, body.print .print-row:after {display:table; width:100%; clear:both; content:" "; }
body.print .col {float:left; padding:0 10px;}
body.print .col-4 {width:33.33%;}
body.print .col-6 {width:50%;}
body.print .col-8 {width:66.66%;}
body.print .lead-detail {margin:0 0 10px 0;}
body.print .lead-detail dt {display:table-cell; clear:left; width:100px;  margin:0; font-weight:normal; float:left;  padding-right:10px;}
body.print .lead-detail dd {display:table-cell; clear:right; margin:0; }
body.print .check-list .fa-square-o {color:#bbb; font-size:21px; vertical-align:middle;}
body.print .check-list .item {margin-bottom:5px;}
body.print .line-paper {height:40px; border-bottom:1px solid #ccc;}
body.print .line-paper .field-name {line-height:40px; }
body.print .table-condensed th, body.print .table-condensed td {padding:5px;}

.print-report .print-header {margin-bottom:20px;}
.print-report .print-title {margin-bottom:0;}
.print-report th {font-weight:bold}
.print-report .table-heading {font-weight:bold; font-size:14px;}

/* Flex Styles */

.flex-row-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flex-row-sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col-sb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

.media-body-contact {
}

.media-body-contact > div:nth-child(2) {
    margin-left: 15px;
}

.animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#contact-search-btn-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.sidebar-scrollbar-wrapper-mobile {
    bottom: 0;
    position: relative;
    width: 100%;
}

#projects-modal{
    height:50%;
    
}
.scroll-container{
    overflow:auto;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100% - 64px);
}

.modal-footer{
    width:100%;
}

/* Media Queries */

@media screen and (max-width: 979px) {
    .main-body {
        margin: 0 !important;
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .main-body {
        margin: 0 !important;
        padding-top: 0;
    }

    .sidebar {
        display: none;
    }

    .action-btn-dropdown {
        margin:10px 0 0 0;
    }

    .status-btn-dropdown {
        margin: 5px 0 0 0;
    }

    .navbar-fixed-top {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-main {
        position: fixed;
        z-index: 175;
    }

    .navbar-text {
        font-size: 12px;
    }

    .brand-mobile {
        display: block;
        visibility: visible;
    }

    .navbar-main .navbar-inner {
        padding: 0;
    }

    .header-items-full-cont * {
        flex-grow: 1;
    }

    .container-fluid {
        padding-right: 0 !important;
    }

    .row-fluid .offset2:first-child {
        margin: 0 !important;
        margin-top: 60px !important;
        width: 100%;
        padding: 0 15px 0 15px;
    }

    .panel-grid {
        grid-template-columns: 1fr;
        font-size: 12.5px;
    }

    .contact-profile-collapse-group > h4 {
        font-size: 16.5px;
    }

    .contact-profile-collapse-group > a > h4 {
        font-size: 16.5px;
    }

    .panel-col:nth-child(1) {
        border-right: 0;
        border-bottom: 1px solid #DAE1E6;
    }
}

@media screen and (max-width: 879px) {


    .status-btn-dropdown {
        margin: 5px 15px 0 0;
    }

    .content-footer {
        position: relative;
    }

    a.status-menu {
        flex-direction: row;
    }

    .side-controls-btns-cont {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .status-wrapper {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 785px) {
    
    ul#myTab {
        border: 0 !important;
    }

    #nav-tabs-back-btn {
        display: none !important;
    }

    .nav-tabs > li {
        float: none !important;
    }

    .nav-tabs > li > a {
        border-top: 1px solid #DAE1E6;
    }

    .nav-tabs > li:nth-child(1) {
        border-top: 0 !important;
    }

    .resp-tab-item.active {
        border-top: 1px solid #DAE1E6;
    }

    .titles {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #header-items-full-cont {
        flex-direction: column;
        justify-content: flex-start;
    }

    .side-controls-btns-cont {
        margin-top: 15px;
        margin-top: 25px;
        padding-top: 20px;
        border-top: 1px solid #dae1e6;
    }
}

@media screen and (max-width: 880px) and (min-width: 784px) {
   

    .status-btn-dropdown {
        margin: 0;
    }
}

@media screen and (max-width: 600px) {


    .status-btn-dropdown {
        margin: 5px 15px 0 0;
    }

    #client-type {
        display: none;
    }

    .row-fluid .offset2:first-child {
        padding: 0px 5px 0px 5px;
    }
}

@media screen and (max-width: 480px) {


    .status-btn-dropdown {
        margin: 5px 15px 0 0;
    }

    .main-body {
        margin: 0 !important;
    }

    .side-controls-btns-cont {
        margin-top: 25px;
    }

    .header-contact-dtl {
        font-size: 12px;
    }

    .header-contact-info-mobile {
        display: inline-block;
        visibility: visible;
    }

    .header-items-inner {
        flex-direction: column !important;
    }

    .header-score-cont {
        justify-content: center;
        align-items: center;
    }

    .score-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #header-items-details-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .activity-panel-full-cont {
        display: none;
    }

    .media-body-title {
        text-align: center;
        padding: 5px 5px 10px 5px;
    }
}

@media screen and (max-width: 360px) {

  

    .status-btn-dropdown {
        margin: 5px 15px 0 0;
    }


    .client-data-item {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }

    .side-controls-btns-cont {
        flex-direction: column;
    }

    .side-controls-cont {
        flex-direction: row;
        width: 100%;
        align-items: flex-end;
    }

    .side-controls-cont * {
        flex-grow: 1;
    }
    .side-control-btn .btn {
        text-align:left;
    }

    .status-wrapper {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0 !important;
    }

    .status-btn-cont > a.btn {
        width: 100%;
    }

    .side-ctrl-btn {
        /*color: red !important;*/
    }
    .action-btn-dropdown {
        right:auto;
        left:0;
        margin-top:0;
    }

    h4.titles {
        margin-bottom :15px;
    }

    .media-body-contact {
        flex-direction: column;
    }

    .header-details-items-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-score-cont.media-left {
        padding-right: 0 !important;
    }

    h1.media-body-title {
        font-size: 24px;
        white-space: nowrap;
    }
}


.modal-dialog,
.exit-intent-dialog,
.chat-intent-dialog {
  position: relative;
  margin: 20px auto auto auto;
}

.exit-intent-dialog {
  max-width: 400px;
  min-width: 320px;
}

.exit-intent-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 20px rgba(41, 59, 77, 0.3);
  box-shadow: 0 2px 20px rgba(41, 59, 77, 0.3);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
    text-align: center;
}

.exit-intent-header,
.exit-intent-body,
.exit-intent-footer {
  padding: 15px;
}

.exit-intent-body {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}



.exit-intent-logo {
  max-width: 250px !important;
  margin: 0 auto 15px auto !important;
  display: inline-block !important;
}

.exit-intent-cta-heading,
.exit-intent-title,
.exit-intent-description,
.exit-intent-content .btn {
   line-height: 1.42857143 !important;
}

.exit-intent-content .btn {
  font-size: 14px;
}

.exit-intent-dialog .btn-intent-close {
    background-color: transparent !important;
}

.exit-intent-cta-heading,
.exit-intent-description {
  font-size: 16px;
}

.exit-intent-title,
.chat-content .exit-intent-cta-heading {
  font-size: 20px;
}

.exit-intent-title {
  margin: 0 0 10px 0!important;
}

.exit-intent-img {
  margin: 0 0 15px 0!important;
}

.exit-intent-cta-heading,
.exit-intent-description {
  margin: 0 !important;
}

.exit-intent-content .btn {
    border: none !important;
}

.exit-intent-description,
.exit-intent-dialog .btn-intent-close {
    opacity: .6 !important;
}

.chat-content .exit-intent-logo {
    margin-bottom: 0 !important;
}

.chat-content .exit-intent-description {
    margin-bottom: 10px !important;
}

.chat-content .btn {
   width: 88px;
   margin: 0 5px;
   vertical-align: middle;
}

.exit-intent-form-group {
    margin-top: 15px;
}

.exit-intent-form-group .form-group + .form-group {
  margin-top: 15px;
}
