/*
Theme Name: Premium 200 Dealer Portal
Theme URI: https://www.click5interactive.com/
Description: click5 WordPress Theme
Version: 2.0
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
*/

/* Elements */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    width: 100%;
    min-height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: inter, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
    background-color: #c3c3c3;
    position: relative;
    padding-bottom: 150px;
}


/* Header */

header {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    color: #fff;
    transition: all 0.2s;
}

.logo {
    max-height: 70px;
    margin: 25px 0;
    transition: all 0.3s;
}

/* Nav */

.top-nav ul {
    position: relative;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.3s;
}

.top-nav ul li {
    position: relative;
    float: left;
    background: none;
    margin: 0px;
    padding: 0 30px;
    line-height: 119px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: all 0.3s;
}

.top-nav ul li:before {
    display: none;
}

.top-nav > ul > li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #ececec;
}

.top-nav ul li a {
    position: relative;
    display: block;
    margin: 0px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 119px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s;
}

.top-nav i {
    color: #27285c;
    font-size: 80%;
    margin-right: 13px;
}

.top-nav .menu-bar > i {
    color: #27285c;
    margin: 0;
    font-size: 19px;
}

.top-nav .menu-bar > a {
    height: 119px;
}

.f700 {
    font-weight: 700;
}

.top-nav > ul > li.menu-bar:hover {
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.1);
    border-color: #eeeeee;
}

.top-nav > ul > li.menu-bar:hover > a,
.top-nav > ul > li.menu-bar:hover {
    line-height: 105px;
}

.top-nav ul li.menu-bar:hover:after {
    display: none;
}

/* Drop-Down Menu */

.top-nav li ul {
    position: absolute;
    left: -999em;
    height: auto;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    z-index: 999;
    width: 240px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    transition: all 0.3s;
}

.top-nav li:hover ul {
    opacity: 1;
    right: 0;
    left: auto;
}

.top-nav li ul li {
    padding-left: 25px;
    padding-right: 15px;
    width: 240px;
}

.top-nav li ul li:last-child {
    border-radius: 0 0 5px 5px;
}

.top-nav li ul li a {
    position: relative;
}

.top-nav li ul.position-names{
    max-height: 250px;
    overflow: auto;
}

.top-nav li ul.position-names li{
    line-height: 40px;
    font-size: 14px;
}

.top-nav li ul li a,
.top-nav li.current-menu-item ul li a,
.top-nav li.sfHover ul li a {
    background: none;
    height: auto;
    margin: 0;
    padding: 15px 15px 15px 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
    text-align: left;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-nav li ul li:last-child a {
    border: none;
}

.top-nav li ul li.sub-nav a,
.top-nav li.current-menu-item ul li.sub-nav a,
.top-nav li.sfHover ul li.sub-nav a {
    color: #afbd21;
}

.top-nav li ul li a:hover {
    background: #fff;
}

.top-nav li ul ul {
    margin: -39px 0 0 224px;
}

.top-nav li ul ul li a {
    border-bottom: 0;
}

.top-nav li ul ul li a:hover {
    border-bottom: 0;
}

.top-nav li ul li ul li a {}

.top-nav li:hover,
.top-nav li.sfHover {
    position: static;
}

.top-nav li:hover ul ul,
.top-nav li.sfHover ul ul,
.top-nav li:hover ul ul ul,
.top-nav li.sfHover ul ul ul,
.top-nav li:hover ul ul ul ul,
.top-nav li.sfHover ul ul ul ul {
    left: -999em;
}

.top-nav li:hover ul,
.top-nav li.sfHover ul,
.top-nav li li:hover ul,
.top-nav li li.sfHover ul,
.top-nav li li li:hover ul,
.top-nav li li li.sfHover ul,
.top-nav li li li li:hover ul,
.top-nav li li li li.sfHover ul {
    left: auto;
}

/* Mobile Nav */

#select-nav {
    display: none;
}

/* Modal */

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 30px 30px 15px 30px;
}

.modal-body h4 {
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}

.modal-body p {
    text-align: center;
}

.modal-footer {
    padding: 30px 0 35px 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-footer a {
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #27285c;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer a.btn-no {
    background-color: rgba(39, 40, 92, 0.5);
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

#choose-sales-rep .table-content{
    max-height: 235px;
    overflow-y: scroll;
    display: block;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

#choose-sales-rep .table-content table{
    margin-bottom: 0;
}

#choose-sales-rep .table-content table tr:last-child{
    border-bottom: none;
}

#choose-sales-rep .table-content::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: #F5F5F5;
}

#choose-sales-rep .table-content::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#choose-sales-rep .table-content::-webkit-scrollbar-thumb {
	background-color: rgba(211, 0, 26, 0.5)
}

#choose-sales-rep td{
    padding: 16px 8px;
    width: 33.3333%;
    font-size: 14px;
}

#choose-sales-rep .table-content table tr {
    cursor: pointer;
}

#choose-sales-rep .table-content table tr:hover{
    background-color: #ececec;
}

#choose-sales-rep .modal-footer{
    border: none;
}

#choose-sales-rep h4{
    padding-bottom: 20px;
}

#choose-sales-rep .modal-body{
    padding: 30px 30px 5px 30px;
}

#request-account form{
    float: none;
}

#request-account .modal-body{
    padding: 20px 40px 40px 40px;
}

#request-account label{
    padding-bottom: 8px;
    color: #626262;
    font-size: 14px;
    text-transform: uppercase;
}

#request-account h4{
    color: #d30017;
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 30px;
}

#request-account hr{
    margin: 20px 0;
}

#request-account input[type=submit]{
    margin-top: 25px;
    width: auto;
    min-width: 150px;
    float: none;
}

#denied_reason textarea{
    margin-top: 25px;
    width: 100%;
    float: none;
}

#denied_reason .modal-body{
    padding: 20px 40px 40px 40px;
}

#denied_reason h4{
    color: #d30017;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 450px;
        margin: 100px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    #request-account .modal-dialog{
        width: 550px;
    }
    #choose-sales-rep .modal-dialog{
        width: 550px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

#confirm-vin table {
    margin: 20px 0;
}

#confirm-vin td {
    padding: 0;
    background-color: #f1f1f1;
    font-size: 14px;
    text-transform: uppercase;
}

#confirm-vin tr {
    border: none;
}

#confirm-vin td a {
    display: block;
    font-weight: 600;
    padding: 20px 15px;
    text-decoration: none;
}

/* Loader */

.scene {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(8, 23, 81, 0.85);
    border-radius: 3px;
    z-index: 999999;
    display: none;
}

.scene svg {
    width: 240px;
    height: 240px;
}

.dc-logo {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.loader-text {
    font-size: 3px;
    font-family: inter, sans-serif;
    color: #fff;
}

@-webkit-keyframes arrow-spin {
    50% {
        transform: rotateY(360deg);
    }
}

@keyframes arrow-spin {
    50% {
        transform: rotateY(360deg);
    }
}

/* Hero Sub */

.hero-sub {
    background-image: url(images/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 350px;
    padding: 50px 0;
}

/* Rev Slider */

.tp-caption {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.rev_slider_wrapper h1,
.rev_slider_wrapper h2,
.rev_slider_wrapper p {
    font-family: inter, sans-serif;
    color: #ababab;
}

.rev_slider_wrapper h1 {
    font-weight: 700;
    font-size: 55px;
    padding: 20px 0 10px 0;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.rev_slider_wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 20px 0;
    width: 100%;
}

/* Content */

#main-content {
    position: relative;
    padding-top: 0;
}

#main-content:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 65px);
    background-color: #fff;
}

#content {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 55px 0 50px 25px;
}

.fullwidthbanner-container {
    width: 100%;
    float: left;
}

.page-title {
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 20px;
}

.page-title.home{
    font-size: 25px;
    padding: 0;
    transition: all .3s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.page-title.home a{
    text-decoration: none;
    font-weight: inherit;
    text-align: center;
    width: 100%;
    display: block;
    padding: 17px 0;
    color: #27285c;
}

.page-title.home:hover{
    background-color: #fbfbfb;
}

.page-title.home.active{
    background-color: #f1f1f1;
}

.with-border .page-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.div-border {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center p {
    text-align: center !important;
}

.section {
    position: relative;
    width: 100%;
    float: left;
    padding: 65px 0;
}

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

.entry h3,
.entry h2,
.entry h4 {
    line-height: normal;
}

.entry h3 {
    line-height: 32px;
    margin: 0 0 22px;
    color: #2c4186;
    font-size: 23px;
    font-weight: 300;
}

.entry h4 {
    line-height: 29px;
    color: #bc2020;
    font-size: 21px;
    font-weight: 600;
}

#sidebar-area .section {
    padding: 0;
}

#sidebar-area .item {
    padding-bottom: 35px;
}

#sidebar-area .item img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#sidebar-area .item .txt {
    padding-top: 15px;
}

#sidebar-area .item .txt p {
    font-size: 14px;
    text-align: left;
}

hr {
    width: 100%;
    float: left;
    border-top: 1px solid #dadada;
}

h1,
h2,
h3,
h4,
p {
    padding: 10px 0;
    color: #333;
}


h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
}

h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.5px;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: justify;
}

a {
    color: #333;
    font-weight: 300;
    text-decoration: underline;
    transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

button {
    font-family: inter, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 2px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    line-height: 1;
    border: 0;
    color: #fff;
    background-color: #27285c;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px 0;
}

button:hover {
    background-color: #777;
}

ol,
ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 15px 0 15px 20px;
}

ul li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 25px;
    text-align: left;
    list-style: none;
}

ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 5px;
    line-height: normal;
    color: #27285c;
}

ol {
    margin: 0;
    padding: 15px 0 15px 30px;
    list-style-type: decimal;
}

ol li {
    list-style-type: decimal;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
}

p.more a {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

p.more a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
}

p.more a:hover:after {
    width: 30%;
}

/* submenu */

.submenu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.submenu h5 {
    margin: 10px 0 5px 0;
}

.submenu ul {
    width: 100%;
    padding: 0;
}

.submenu ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.submenu ul li {
    background-position: left 18px;
}

.submenu ul li a {
    padding: 9px 0 9px 23px;
    display: block;
}

.submenu ul li.current_page_item {
    background-color: #eee;
}

/* submenu 2 */

.submenu2 ul li {
    border: none;
    margin: 0;
    padding: 0;
}

.submenu2 ul li.current_page_item li,
.submenu2 ul li.current-page-ancestor li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.submenu2 ul li a {
    display: none;
}

.submenu2 ul li.current_page_item li a,
.submenu2 ul li.current-page-ancestor li a {
    display: block;
    padding: 9px 0 9px 23px;
}

.submenu2 .sub-menu {
    visibility: visible !important;
    display: block !important;
}

.submenu2 ul li.current_page_item {
    background-color: #fff;
}

.submenu2 ul li li.current_page_item {
    background-color: #eee;
}

/* Dashboard */

#dashboard-nav {
    padding-bottom: 0;
}

#dashboard-nav .item {
    background-color: #4a6baf;
    margin-right: 2px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: all 0.3s;
}

#dashboard-nav .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#dashboard-nav .item .cont {
    padding: 22px 25px 22px 15px;
}

#dashboard-nav .item h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0 5px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

#dashboard-nav .item img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-right: 15px;
    transition: all 0.3s;
    height: 12px;
}

#dashboard-nav .item:hover,
#dashboard-nav .item.active {
    background-color: rgba(255, 255, 255, 1);
}

#dashboard-nav .item:hover h4,
#dashboard-nav .item.active h4 {
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#dashboard-nav .item:hover img,
#dashboard-nav .item.active img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

#dashboard-marquee marquee {
    color: #fc0404;
    font-weight: bolder;
    font-size: 24px;
    text-transform: uppercase;
    position:relative;
    top: -30px;
    background-color: white;
    font-stretch: ultra-expanded;
}

/* Management */

#management td i {
    font-size: 13px;
    color: #a9a9a9;
}

#management td {
    padding: 0;
    vertical-align: middle;
}

#management td.with-select {
    vertical-align: middle;
    padding: 0 20px;
}

#management td.table-actions a {
    display: inline-block;
    width: auto;
    padding: 10px;
}

#management td.with-select .select {
    margin: 0;
    z-index: 0;
}

#management td.table-actions {
    min-width: 60px;
}

#management td.table-actions span {
    display: inline-block;
    padding: 10px;
}

#management td.with-select .select:after {
    font-size: 14px;
    color: #27285c;
    right: 12px;
}

#management td.with-select .select select {
    padding: 0 12px;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
}

#management td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
    text-decoration: none
}

#management tr {
    cursor: pointer;
}

#management tr.disabled{
    background-color: rgba(192, 36, 38, 0.1) !important;
}

#management tr.disabled:hover{
    background-color: rgba(192, 36, 38, 0.15) !important;
}

#management td.additional-settings i{
    font-size: 11px;
}

#management td.additional-settings i.fa-circle{
    color: #27285c !important;
}

.management button {
    margin: 0;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #27285c;
    color: #000;
    font-weight: 600;
    height: 50px;
    min-width: 150px;
    box-shadow: none;
}

.link-edit-page {
    font-family: inter, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #27285c;
    color: #000;
    font-weight: 600;
    height: 50px;
    min-width: 150px;
    box-shadow: none;
    letter-spacing: .3px;
    padding: 18px 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.switch-options label{
    width: auto;
    padding-right: 15px !important;
}

.input-options input{
    margin: 0;
    width: auto;
}

.input-options label{
    width: auto;
    padding-right: 15px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px !important;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

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

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

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

/* Warranties */

.status,
.status a {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.calculator h3.title span.title-status.draft,
.status.draft,
.status.draft a,
.select select.draft,
.select.draft:after {
    color: #c4b00c !important;
}

.calculator h3.title span.title-status.approved,
.status.approved,
.status.approved a,
.select select.approved,
.select.approved:after {
    color: #37b931 !important;
}

.calculator h3.title span.title-status.denied,
.status.denied,
.status.denied a,
.select select.denied,
.select.denied:after {
    color: #c02426 !important;
}

.calculator h3.title span.title-status.submitted,
.status.submitted,
.status.submitted a,
.status.updated,
.status.updated a,
.select select.submitted,
.select.submitted:after {
    color: #4876b1 !important;
}

.calculator h3.title span.title-status.abandoned,
.status.abandoned,
.status.abandoned a,
.select select.abandoned,
.select.abandoned:after,
.status.inactive {
    color: #9c9c9c !important;
}

.text-right{
    text-align: right !important;
}

span.disabled{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #27285c;
    padding: 0 10px;
}

.span-req{
    position: relative;
}

.span-req:after{
    content: '';
    position: absolute;
    top: 2px;
    right: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c02426;
}

.span-req_odometer{
    position: relative;
}

.span-req_odometer:after{
    content: '';
    position: absolute;
    right: 255px;
    width: 6px;
    top: 3px;
    height: 6px;
    border-radius: 50%;
    background-color: #c02426;
}

@media screen and (max-width: 1350px) {
    .span-req_odometer:after{
        content: '';
        position: absolute;
        right: 220px;
        width: 6px;
        top: 3px;
        height: 6px;
        border-radius: 50%;
        background-color: #c02426;
    }
  }

@media screen and (max-width: 1200px) {
    .span-req_odometer:after{
        content: '';
        position: absolute;
        right: 155px;
        width: 6px;
        top: 3px;
        height: 6px;
        border-radius: 50%;
        background-color: #c02426;
    }
  }

@media screen and (max-width: 990px) {
    .span-req_odometer:after{
        content: '';
        position: absolute;
        right: 91px;
        width: 6px;
        top: 3px;
        height: 6px;
        border-radius: 50%;
        background-color: #c02426;
    }
  }

@media screen and (max-width: 766px) {
    .span-req_odometer:after{
        content: '';
        position: absolute;
        right: 175px;
        width: 6px;
        top: 3px;
        height: 6px;
        border-radius: 50%;
        background-color: #c02426;
    }
  }

@media screen and (max-width: 500px) {
    .span-req_odometer:after{
        content: '';
        position: absolute;
        right: 140px;
        width: 6px;
        top: 3px;
        height: 6px;
        border-radius: 50%;
        background-color: #c02426;
    }
  }
td.profit, td.profit a{
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #37b931 !important;
}

#warranties td i {
    font-size: 13px;
    color: #a9a9a9;
}

#warranties td {
    padding: 0;
    vertical-align: middle;
}

#warranties td.with-select {
    vertical-align: middle;
    padding: 0 10px;
}

#warranties td.table-actions a {
    display: inline-block;
    width: auto;
    padding: 10px;
}

#warranties td.with-select .select {
    margin: 0;
    z-index: 0;
}

#warranties td.table-actions {
    min-width: 60px;
}

#warranties td.table-actions span {
    display: inline-block;
    padding: 10px;
}

#warranties td.with-select .select:after {
    font-size: 14px;
    color: #27285c;
    right: 12px;
}

#warranties td.with-select .select select {
    padding: 0 25px 0 12px;
    height: 45px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-width: 110px;
    text-transform: uppercase;
}

#warranties td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 7px;
    line-height: 16px;
    text-decoration: none
}

#warranties tr {
    cursor: pointer;
}

.table-footer {
    background-color: #fbfbfb;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #333;
    font-weight: 300;
}

.col-footer {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media (min-width: 768px) {
    .col-footer:first-of-type {
        width: 30%;
    }
    .col-footer:last-of-type {
        width: 70%;
    }
}

#warranties ul li:before {
    display: none;
}

.success-message {
    width: 100%;
    float: left;
    padding: 10px 25px;
    background-color: rgba(24, 189, 60, 0.1);
    border: 1px solid #18bd3c;
    margin-bottom: 25px;
}

.success-message h4 {
    font-size: 19px;
    font-weight: 600;
    color: #18bd3c;
}

.top-options {
    padding-top: 5px;
}

.top-options-filter{
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-options-filter span{
    background-color: #fdfdfd;
    padding: 5px 10px 2px 10px;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    letter-spacing: 0.4px;
    margin-left: 11px;
}

.top-options input,
.dealer-programs input,
.top-options select,
.top-options .select {
    margin: 0;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.top-options input, .dealer-programs input {
    font-size: 14px;
    padding: 13px 15px;
}

.top-options select,
.table-footer select {
    height: 45px;
    padding: 10px 25px 10px 12px;
    font-size: 14px;
    letter-spacing: 0;
}

.top-options .select,
.table-footer .select {
    width: auto;
    margin: 0;
}

.table-footer .select {
    padding: 0 6px;
}

.top-options .select:after,
.table-footer .select:after {
    font-size: 13px;
    right: 12px;
}

.top-options span {
    font-size: 14px;
    padding: 0 6px;
}

#date_range {
    width: auto;
    min-width: 180px;
    text-align: center;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 0;
}

.daterangepicker .calendar-table th {
    background-color: #fff;
    color: #000;
}

.daterangepicker .drp-buttons .btn {
    background-color: #27285c;
    border-radius: 2px;
    box-shadow: none;
    padding: 6px 10px;
}

.daterangepicker .drp-buttons .btn:hover {
    background-color: #27285c;
}

.daterangepicker td.in-range,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(211, 0, 26, 0.1);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #27285c !important;
}

.daterangepicker .ranges li:before {
    display: none;
}

.daterangepicker .ranges li {
    padding: 7px 15px;
}

.daterangepicker .ranges li.active {
    background-color: #27285c;
}

.daterangepicker .ranges ul {
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.1);
    border: none;
}

.filter_dropdown {
    position: relative;
    width: auto;
}

.filter_dropdown button {
    margin: 0 0 0 5px;
    background-color: #fff;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.filter_dropdown button i {
    padding-left: 10px;
}

.filter_dropdown ul#filter_status, .filter_dropdown ul#filter_types, .filter_dropdown ul#inspection_status {
    display: none;
    position: absolute;
    min-width: 200px;
    right: 0;
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 8px 20px 0px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    transition: all 0.3s;
}

.filter_dropdown ul#filter_status li, .filter_dropdown ul#filter_types li, .filter_dropdown ul#inspection_status li {
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 400;
}

.filter_dropdown ul#filter_status li label, .filter_dropdown ul#filter_types li label, .filter_dropdown ul#inspection_status li label {
    float: none;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
}

.filter_dropdown ul#filter_status li input, .filter_dropdown ul#filter_types li input, .filter_dropdown ul#inspection_status li input {
    margin: 0 15px 0 0;
}

.filter_dropdown ul#filter_status li:before, .filter_dropdown ul#filter_types li:before, .filter_dropdown ul#inspection_status li:before {
    display: none;
}

.filter_dropdown:hover ul#filter_status, .filter_dropdown:hover ul#filter_types, .filter_dropdown:hover ul#inspection_status {
    display: block;
    -webkit-animation: fadeInFromNone 0.2s ease-out;
    animation: fadeInFromNone 0.2s ease-out;
}

.daterangepicker.ltr {
    -webkit-animation: fadeInFromNone 0.2s ease-out;
    animation: fadeInFromNone 0.2s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.table-footer label {
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
}

.dataTables_empty {
    padding: 25px 20px !important;
    color: #27285c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.dataTables_loading {
    background-color: #fbfbfb;
    width: 100%;
    padding: 35px 20px !important;
    text-align: center;
    color: #0c194e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
}

.dataTables_wrapper {
    font-size: 14px;
}


.dataTables_wrapper .dataTables_filter {
    display: none;
}

.dataTables_wrapper .dataTables_info {
    background-color: #fbfbfb;
    padding: 0 20px;
    color: #333;
    font-weight: 300;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: right;
    background-color: #fbfbfb;
    padding: 0 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    text-decoration: none;
    list-style: none;
    padding: 0 6px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background: none;
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #27285c;
    font-weight: 700;
    text-decoration: underline;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #27285c;
    font-weight: 700;
    text-decoration: underline;
}

/* Calculators */

#calculators input {
    margin: 0;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

#calculators input.error {
    border: 1px solid #e0393a;
}

#calculators ul li:before {
    display: none;
}

.calculator {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 40px;
}

.calculator h3.title {
    color: #000;
    font-size: 27px;
    font-weight: 400;
}

.calculator h3.title span {
    font-weight: 300;
    color: #525252;
}

.calculator h3.title span.title-status {
    font-size: 14px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    padding-left: 15px;
    font-weight: 700;
}

.calculator-header h4 {
    padding: 5px 0;
    font-size: 18px;
    color: #27285c;
    font-weight: 600;
    letter-spacing: 0;
}

.calculator-header .item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.calculator-header .select {
    margin: 0;
    z-index: 0;
}

.calculator-header .select select {
    padding: 0 20px;
    height: 45px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 700;
}

.calculator-header .status,
.calculator-header .status a {
    font-size: 14px;
}

.calculator .col-calc {
    width: 100%;
    float: left;
    padding: 0 30px;
}

.calculator .col-calc.left {
    width: 60%;
}

.calculator .col-calc.right {
    width: 40%;
}

.calculator .col-calc.p-left-none {
    padding-left: 0;
}

.calculator .col-calc.p-right-none {
    padding-right: 0;
}

.calculator .col-calc .item {
    width: 100%;
    float: left;
    padding: 10px 0 15px 0;
}

.calculator input:disabled {
    color: #ababab;
    -webkit-text-fill-color: #ababab;
    opacity: 1;
}

.calculator select:disabled {
    color: #ababab;
    -webkit-text-fill-color: #ababab;
    opacity: 1;
}

.calculator .col-calc .item .select {
    width: 100%;
    float: left;
    background-color: #fff;
    z-index: 0;
    margin-top: 5px;
}

.calculator .col-calc .item .select select.error {
    border: 1px solid #e0393a;
}

.calculator .col-calc .item label.error {
    display: none !important;
}

.calculator .calc-foot {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 0;
    margin-top: 30px;
    background-color: #fbfbfb;
    border-top: 1px solid #dfdfdf;
}

.calculator .calc-foot .loading-info{
    position: absolute;
    background: url('images/spinner.gif') no-repeat center center;
    background-size: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.calculator .calc-foot .loading-info span{
    position: absolute;
    width: 60%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #c02427;
}

.calculator .calc-foot ul {
    padding: 0;
    margin: 0;
}

.calculator .calc-foot ul li,
.calculator .calc-foot ul li a {
    float: left;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    line-height: 50px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.calculator .calc-foot ul li i {
    color: #27285c;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.calculator .calc-foot ul li button {
    margin: 0;
    border-radius: 2px;
    background-color: #4b69af;
    border: 1px solid #4b69af;
    color: #fff;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
}

.calculator .calc-foot ul li button.btn-light {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.calculator .calc-foot ul li button:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    box-shadow: none;
}

.calculator button {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #c3c3c3;
    margin-right: 15px;
}

.calculator .col-calc .item .input {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 5px;
    position: relative;
}

.calculator .col-calc .item .input span.email-error{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #c02426;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 25px;
    width: auto;
    font-size: 10px;
}

.calculator .col-calc .item .input span.email-success{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #21b384;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25px;
    width: 15px;
    height: 15px;
    font-size: 8px;
    line-height: 15px;
}

.insp-info p{
    color: #c02627;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
}

.calculator .col-calc .item .input input {
    font-size: 16px;
    font-weight: 400;
}

.calculator .col-calc .item .input input {
    border: 1px solid #dedede;
}

.calculator .col-calc .item span {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.calculator .col-calc .item span small {
    display: block;
    color: #6e6e6e;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}

.calculator .amount {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 35px;
    font-size: 14px;
    background-color: #62698c;
    color: #fff;
    font-weight: 400;
}

.calculator .amount small {
    display: block;
    color: #babed3;
}

.calculator .amount .mini-item {
    width: 100%;
    float: left;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calculator .amount .mini-item:last-child {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.calculator .amount .cont {
    width: 100%;
    float: left;
    padding: 20px 40px;
}

.calculator .amount .cont.show-monthly {
    width: 100%;
    float: left;
    padding: 20px 40px;
}
.calculator .amount .cont.show-monthly .mini-col.left{
    width: 40%;
}
.calculator .amount .cont.show-monthly .mini-col.right{
    width: 30%;
}
.calculator .amount .cont.show-monthly .mini-item:nth-child(2) {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}


.calculator .amount .foot {
    width: 100%;
    float: left;
    padding: 10px 40px 10px 40px;
    font-weight: 400;
    font-size: 19px;
}

.total-monthly-price{
    display: none;
}
.calculator .amount .foot.show-monthly #total-monthly-price{
    display: block;
}
.calculator .amount .foot.show-monthly .mini-col.left{
    width: 40%;
}
.calculator .amount .foot.show-monthly .mini-col.right{
    width: 30%;
    font-size: 14px;
}


.calculator .amount .foot.wholesale{
    font-size: 15px;
    padding: 10px 40px 40px 40px;
}

.calculator .amount .foot.wholesale.monthly{
    padding: 0 40px 30px 40px;
}

.payment_term{
    display: none;
    width: 100%;
    float: left;
    padding: 0 40px 20px 40px;
}

.payment_term select{
    padding: 0px 20px;
    height: 40px;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: none;
}

.payment_term .mini-item{
    border: none !important;
    padding: 8px 0 !important;
}

.payment-foot{
    font-weight: 400;
    font-size: 19px;
}

.calculator .amount .foot.wholesale label{
    float: right;
    display: block;
}

.wholesale .switch{
    width: 50px !important;
    height: 22px;
}

.wholesale .slider:before{
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
}

.wholesale input:checked + .slider:before {
    transform: translateX(28px);
}

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

.show_price{
    display: none;
    float: right;
    width: 100%;
    padding: 15px 0;
    font-size: 19px;
}

.show_price .markup-title{
    font-size: 13px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 5px;
}

.show_price p{
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.show_price input[name=markup],
.show_price input[name^="markup_value"] {
    color: #fff;
    text-align: right;
    padding: 10px 5px;
}

.show_price .markup_add_before {
    position: absolute;
    left: 10px;
    margin-top: 11px;
}

.show_price label.radio{
    font-size: 14px;
    padding: 8px 0;
}

.show_price input[type=radio]{
    margin-top: 3px !important;
}

.calculator .amount .mini-col {
    height: auto;
    float: left;
    line-height: 20px;
    padding: 5px 0;
}

.calculator .amount .mini-col.left {
    width: 65%;
}

.calculator .amount .mini-col.right {
    position: relative;
    width: 35%;
    text-align: right;
    font-weight: 700;
    float: right;
}

.calc-error {
    font-size: 15px;
    color: red;
    font-weight: 400;
    display: block;
}

.calculator .pricing input {
    height: 35px;
    line-height: 35px;
    font-size: 14px !important;
}

.calculator .pricing .item {
    padding: 5px 0;
}

.highcharts-range-selector{
    background-color: #fff !important;
}

.el-datatable{
    display: none !important;
}

.highcharts-color-0 {
	fill: #3c4772;
	stroke: #3c4772;
}

.highcharts-color-1 {
	fill: #c02425;
	stroke: #c02425;
}

.canadian-top {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 15px;
}

.canadian-top h3.title {
    padding: 0;
}

.canadian-top .flag {
    max-width: 80px;
    float: right;
}

#tab-calc,
#tab-calc-old {
    width: 100%;
    float: left;
}

#marketing-materials ul {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

#marketing-materials ul li {
    padding-left: 0px;
}


#marketing ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    border-bottom: 4px solid #27285c;
}

#marketing ul.tabs li {
    position: static !important;
    width: auto !important;
    float: left !important;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 35px !important;
    font-size: 15px;
}

#marketing ul.tabs li.current {
    background-color: #27285c;
    color: #fff;
}

#marketing .tab-content {
    display: none;
    width: 100%;
    float: left;
    -webkit-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
}

#marketing .tab-content.current {
    display: inherit;
}

#tab-calc ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    border-bottom: 4px solid #27285c;
}

#tab-calc ul.tabs li {
    position: static !important;
    width: auto !important;
    float: left !important;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0 !important;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

#tab-calc ul.tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 25px !important;
}

#tab-calc ul.tabs li.ui-tabs-active {
    background-color: #27285c;
    color: #fff;
}

#tab-calc ul.tabs li.ui-tabs-active a {
    color: #fff;
}

#tab-calc .tab-content {
    width: 100%;
    float: left;
    -webkit-animation: fadeEffect 0.2s;
    animation: fadeEffect 0.2s;
}


#tab-calc ul.tabs li.ui-state-disabled:not(:first-child){
    opacity: 0.3;
}

#tab-calc hr{
    margin: 30px 0;
}

.tab-nav {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px 0;
}

.tab-nav span {
    font-size: 14px;
    color: #fff;
    background-color: #4b69af;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .3px;
    border-radius: 2px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.automatic-t label{
    padding-top: 10px;
}

.automatic-t input{
    margin-right: 10px !important;
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}

/* Marketing */

#marketing ul li:before {
    display: none;
}

#marketing h3.title {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 50px;
}

#marketing .tab-content h4 {
    font-size: 25px;
    color: #c3c3c3;
}

#marketing .tab-content h4.tab-subtitle {
    padding-bottom: 25px;
}

#marketing .tab-content h4 a {
    color: #777c93;
}

#marketing .tab-content img {
    max-width: 100%;
}

#marketing .tab-content p {
    font-weight: 400;
}

#marketing .tab-content p a {
    color: #2c3da0;
    font-weight: 400;
}

#marketing .tab-content .infobox, #marketing .tab-content blockquote {
    position: relative;
    background-color: #f1f2f8;
    padding: 15px 35px;
    width: 100%;
    float: left;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 60px;
    z-index: 0;
}

#marketing .tab-content .infobox:after, #marketing .tab-content blockquote:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    right: 30px;
    background-image: url(images/icon-info.svg);
    background-size: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

ul.pdf-list {
    padding: 25px 0 25px 15px;
}

ul.pdf-list li {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid #efefef;
}

ul.pdf-list li:last-child {
    border-bottom: 1px solid #efefef;
}

ul.pdf-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

ul.pdf-list li a i {
    color: #27285c;
    font-size: 80%;
    font-weight: 700;
    padding-right: 25px;
}

/* Login Page */

#login-page {
    padding: 100px 0;
}

#login-page .item {
    width: 100%;
    max-width: 445px;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 55px;
    border-radius: 3px;
}

#login-page form {
    width: 100%;
    float: left;
}

#login-page form p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
}

#login-page form p label {
    padding-bottom: 8px;
    color: #626262;
    font-size: 14px;
    text-transform: uppercase;
}

#login-page form input {
    background-color: #fff;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

#login-page input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 15px;
    margin: 0 10px 0 0;
}

#login-page form p.login-remember {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d8d7d5;
}

#login-page form p.login-submit input {
    background-color: #4b69af;
    border: none;
    color: #fff;
    font-weight: 700;
}

.error-messasge {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.error-messasge span {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    color: #27285c;
    text-transform: uppercase;
}

.popup-notice {
    padding: 10px;
    margin-top: -75px;
    margin-bottom: 25px;
    border: 1px solid #d3001a;
    background-color:  #fff;
    width: 100%;
}

.popup-notice span {
    text-align: left;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    color: #d3001a;
}

.success-messasge {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.success-messasge span {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    color: #37b931;
    text-transform: uppercase;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: none;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: transparent;
}

.sign-up {
    padding-top: 35px;
}

.sign-up p {
    font-weight: 400;
    font-size: 19px;
    color: #fff;
}

.sign-up button {
    margin-left: 15px;
    font-size: 13px;
    padding: 13px 27px 12px 27px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.sign-up button.light {
    color: #5f94d2;
    border-color: #5f94d2;
}

/* Account */

#account .error {
    width: 100%;
    float: left;
    padding: 10px 25px;
    background-color: rgba(211, 0, 26, 0.10);
    border: 1px solid #27285c;
    margin-bottom: 25px;
}

#account .error h4 {
    font-size: 19px;
    color: #27285c;
}

#account .success {
    width: 100%;
    float: left;
    padding: 10px 25px;
    background-color: rgba(24, 189, 60, 0.1);
    border: 1px solid #18bd3c;
    margin-bottom: 25px;
}

#account .success h4 {
    font-size: 19px;
    color: #18bd3c;
}

#account h3, #executive-management h3  {
    font-size: 23px;
    color: #27285c;
    padding: 20px 0 30px 0;
}

#account h3 small, #executive-management h3 small {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 15px;
}

#account input {
    border-radius: 3px;
}

#account input[type=submit], #executive-management input[type=submit] {
    width: auto;
    margin-top: 25px;
}

#executive-management td{
    padding: 17px 25px;
    width: auto;
}

#executive-management td.delete{
    width: 90px;
}

#executive-management tr{
    cursor: text;
}

#account input[name=user_login] {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
}

#account label {
    padding: 5px 0 5px 0;
}

.list-sales-rep{
    margin-bottom: 30px;
}

.list-sales-rep tr{
    background-color: #fbfbfb;
}

.list-sales-rep td{
    padding: 17px 25px;
    width: 33.3333%;
}

.list-sales-rep td.disable_dealer{
    padding: 0 25px;
    vertical-align: middle;
}

.list-sales-rep th{
    padding: 18px 25px;
}

#add-rep-form{
    padding-top: 30px;
}

#add-scroll{
    padding-top: 20px;
    color: #d30017;
    cursor: pointer;
}

.delete_user_form button{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #27285c;
    font-size: 16px;
    box-shadow: none;
}

#executive-management .delete_user_form button i{
    color: #27285c;
    font-size: 16px;
}

input:disabled,
textarea:disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
}

.password-input{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#password-visible{
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 20px;
    color: #6f6f6f;
    cursor: pointer;
}

#password-visible.active{
    color: #27285c;
}

.password-visible{
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 20px;
    color: #6f6f6f;
    cursor: pointer;
}

.password-visible.active{
    color: #27285c;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
    width: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
}

.multiselect-container>li>a>label {
    padding: 0px 10px 0px 0px;
    float: none;
}

#executive-management ul li{
    position: static;
}

#executive-management ul li:before{
    display: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
    content: "\f002";
}

.glyphicon-remove-circle:before {
    content: "\f00d";
}

.multiselect .btn-group:hover > ul{
    display: block;
}

#executive-management button.multiselect-clear-filter{
    margin: 0;
    box-shadow: none;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    line-height: 34px;
    padding: 0;
    width: 30px;
    color: #555;
    font-weight: 300;
}

#executive-management button.multiselect.dropdown-toggle{
    margin: 0;
    height: 52px;
    padding: 0 15px;
    font-size: 12px;
    background-color: #eeeeee;
    color: #000;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
}

.multiselect-container>li>a>label>input[type=checkbox]{
    margin-top: 4px;
}

.multiselect-search{
    height: 36px;
}

/* Blog */

#news .photo {
    position: relative;
    width: 100%;
    float: left;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}

#news .photo img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}

#news .txt {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#news .txt p.date {
    padding: 0;
    font-size: 13px;
}

#news a {
    text-decoration: none;
}

p.more-blog a {
    text-decoration: none;
    padding: 9px 40px;
    font-weight: 400;
    border: 1px solid #d3d3d3;
}

.more-blog a:hover {
    color: #fff;
    background-color: #d3d3d3;
}

/* Post */

.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.post h3 a {
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
}

.postpublishdate {
    font-size: 13px;
}

/* Pagination */

.pagination {
    clear: both;
    display: block;
    margin: 0 0 5px 0;
    padding: 25px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.pagination a {
    margin: 2px;
    padding: 7px 12px;
    color: #989898;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pagination a:hover strong {
    color: #fff;
}

.pagination .on {
    margin: 2px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Widgets */

.widget {
    border-bottom: 1px solid #ddd;
}

.widget h2 {
    font-size: 30px;
    padding: 20px 0 10px 0;
}

.widget ul {
    padding: 5px 0 15px 0;
}

.widget li {
    padding: 5px 0 10px 15px;
    text-align: left;
}

.widget li a {
    text-decoration: none;
}

.widget li a:hover {
    text-decoration: underline;
}

.widget_search {
    padding: 15px 0;
    float: left;
    margin-bottom: 20px;
}

.widget_search label {
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    display: block;
    line-height: 32px;
}

.widget_search input {
    font-size: 15px;
    font-weight: 300;
    font-family: inter, sans-serif;
}

.widget_search input#s {
    padding: 6px 9px;
    width: 280px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.widget_search input#searchsubmit {
    display: inline-block;
    background-color: #9d9d9d;
    padding: 9px 40px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #9d9d9d;
    text-decoration: none;
    cursor: pointer;
}

.widget_search input#searchsubmit:hover {
    background: none;
    color: #9d9d9d;
}

.tagcloud a {
    padding: 3px 0;
    display: inline-block;
}

/* Forms */

form {
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 0;
}

form p {
    clear: both;
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 3px 0 0 0;
    line-height: 18px;
}

input {
    float: left;
    width: 100%;
    color: #000;
    font-family: inter, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    width: 12px;
    margin: 2px 10px 0 0;
}

input[type=submit] {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #4b69af;
    border: none;
    cursor: pointer;
}

input.error,
input.wpcf7-not-valid {
    border: 1px solid #ec2b2b;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 0 auto;
}

input.wpcf7-submit {
    font-family: inter, sans-serif;
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    border-radius: 50px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 39px;
    line-height: 1;
    border: 0;
    color: #fff;
    background-color: #333;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px 0;
    float: none
}

input.wpcf7-submit:hover {
    background-color: #777;
}

select {
    float: left;
    width: 100%;
    color: #000;
    font-family: inter, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    height: 53px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.select {
    position: relative;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    z-index: 0;
}

.select:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #000;
    font-weight: 700;
    z-index: -1;
}

textarea {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 175px;
    color: #000;
    font-family: inter, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
    border: 1px solid #dedede;
}

body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06;
    margin-bottom: 5px;
    position: relative;
    z-index: 999;
}

body span.wpcf7-not-valid-tip {
    display: block;
    color: #ec3c06;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin-top: 2px;
    background: none;
    font-size: 14px;
}

body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
}

body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    font-size: 14px;
}

body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}

body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 1px solid #6fdf51;
    color: #1ea524;
}

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

::-moz-placeholder {
    color: #a8a8a8;
}

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

:-moz-placeholder {
    color: #a8a8a8;
}

/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border: 0;
}

th,
td {
    font-family: inter, sans-serif;
    text-align: left;
}

th {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #4b6aaf;
    padding: 18px 5px;
}

th a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

th i {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 5px;
}

.th-preview {
    width: 8%;
}

.th-icon {
    width: 7%;
}

td {
    font-weight: 300;
    font-size: 13px;
    color: #000;
    padding: 25px 10px;
}

tr {
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    transition: all 0.3s;
}

thead tr {
    border: none;
}

tr:hover {
    background-color: #fbfbfb;
}

.sort_icons {
    position: relative;
    margin-left: 4px;
}

.sort_icons:before {
    content: '\f0de';
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

.sort_icons:after {
    content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 1px;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

th.sorting_desc .sort_icons:after {
    color: #fff;
}

th.sorting_desc .sort_icons:before {
    color: rgba(255, 255, 255, 0.5);
}

th.sorting_asc .sort_icons:after {
    color: rgba(255, 255, 255, 0.5);
}

th.sorting_asc .sort_icons:before {
    color: #fff;
}

/* Table Pagination */

.turn-page {
    font-family: inter, sans-serif;
    float: right;
    margin-top: 20px;
    font-size: 12px;
    color: #404040;
    padding-bottom: 20px;
}

.turn-page .turn-num {
    float: left;
    color: #8c8c8c;
    margin-top: 4px;
    line-height: 20px;
}

.turn-page .turn-ul {
    float: left;
}

.turn-page .turn-ul li {
    list-style: none;
    float: left;
    padding: 0 6px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background: none;
    font-size: 14px;
    color: #626262;
}

.turn-page .turn-ul i {
    font-style: normal;
    display: inline-block;
    font-size: 11px;
}

.turn-page .turn-ul li.tz.first {
    padding-right: 20px;
}

.turn-page .turn-ul li.tz.first i {
    margin-right: 8px;
}

.turn-page .turn-ul li.tz.end {
    padding-left: 20px;
}

.turn-page .turn-ul li.tz.end i {
    margin-left: 8px;
}

.turn-page .turn-ul li.on {
    color: #27285c;
    font-weight: 700;
    text-decoration: underline;
}

.turn-page .turn-ul li.inp {
    width: 36px;
    margin: 0 10px 0 20px;
}

.turn-page .turn-ul li.slh {
    border: none;
    font-size: 16px;
    margin-top: -3px;
}

.turn-page .turn-ul li.slh:active {
    background: none;
}

.turn-page .turn-ul li.inp:active {
    background: none;
}

.turn-page .turn-ul .li-inp {
    width: 36px;
    height: 24px;
    outline: none;
    border: none;
    text-align: center;
}

/* Toolbox */

.aleft {
    text-align: left;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}

.fleft {
    float: left;
}

.fcenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.fright {
    float: right;
}

.fnone {
    float: none;
}

.cboth {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}

.cleft {
    clear: left;
}

.cright {
    clear: right;
}

.nowrap {
    white-space: nowrap;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Slicknav - mobile nav */

.slicknav_menu {
    background: transparent none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    z-index: 999999;
    display: none;
    transition: all 0.3s;
}

.slicknav_menu.smaller-slick {
    top: 0;
}

.slicknav_nav li {
    background: none;
}

.slicknav_nav a {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #000;
}

.slicknav_btn {
    background-color: #d8d7d5;
    display: flex;
    justify-content: center;
    margin-top: -70px;
    margin-right: 0;
    padding: 20px 15px;
    height: 70px;
    display: flex;
    align-items: center;
}

.slicknav_nav ul {
    margin: 0;
}

ul.slicknav_nav li:before {
    display: none;
}

.slicknav_menu.smaller-slick .slicknav_btn {
    margin-top: -52px;
    height: 70px;
}

.slicknav_nav {
    background-color: #d8d7d5;
}

.slicknav_nav li {
    background-color: #d8d7d5;
    text-align: center;
}

.slicknav_nav li a:hover,
.slicknav_nav li:hover,
.slicknav_nav li.menu-item-has-children a:hover {
    background-color: #d8d7d5 !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    height: 2px;
    width: 25px;
}

.slicknav_nav .slicknav_arrow {
    color: #fff;
}

/* Contact */

#contact {
    background-color: #ececec;
}

.contact-phone {
    font-size: 35px;
}

/* Social */

.social {
    width: auto;
    float: left;
    padding: 15px 0;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    background-position: center center;

}

.social a:hover {
    opacity: 0.5;
}

.social a .fa {
    font-size: 18px;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #24234a;
}

/* Footer */

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 0;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

#footer:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -7px;
    width: 100%;
    max-width: 1150px;
    transform: translateX(-50%);
    height: 7px;
    background-color: #4b69af;
}

#footer:after {
    content: '';
    position: absolute;
    right: 0;
    top: -7px;
    width: 50%;
    height: 7px;
    background-color: #4b69af;
}

#footer small {
    display: block;
    padding-top: 10px;
    font-size: 12px;
}

#footer a {
    text-decoration: none;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    position: relative;
    float: left;
    background: none;
    padding: 0 20px;
}

#footer ul li:before {
    display: none;
}

#footer ul li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

#footer ul li:first-child {
    padding-left: 0;
}

#footer ul li:last-child {
    padding-right: 0;
}

#footer ul li:last-child:after {
    display: none;
}

#footer ul li a {
    font-size: 14px;
}

#browser-info{
    display: none;
    position: fixed;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #27285c;
    padding: 60px 30px;
    text-align: center;
    z-index: 9999999;
}

#browser-info *{
    text-align: center;
    color: #fff;
}

#browser-info p:last-child{
    padding: 0
}

#browser-info p a{
    font-weight: 600;
}

form .upload {
	position: relative;
    overflow: hidden;
	width: 100%;
	padding: 12px;
	text-align: center;
    background: #c02526;
    border-radius: 3px;
    margin: 20px 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
form .upload small{
    font-size: 80%;
    padding: 0 7px;
}
form .upload input[type="file"] {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
    cursor: pointer;
    opacity: 0;
}

form .upload label {
	color: #fff;
}
form .upload label:before {
	content: "\21EA";
	margin-right: 5px;
}

button.apply-submit{
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}

button.apply-submit i{
    color: #4CAF50 !important;
    font-size: 16px !important;
}

.update-status .multiselect{
    width: 100%;
}



.ui-datepicker {
	background-color: #fff;
	border: 1px solid #4b6aaf;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(75, 106, 175, 0.25);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 26px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\f105";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
 transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    font-size: 15px;
    padding: 7px;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #c02525;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
.ui-datepicker-calendar tr{
    border: none;
}

.calculators-list > div{
    width: 100%;
}

.accordion-type label{
    width: auto;
}

.calc-additional{
    width: 100%;
    float: left;
    display: none;
    clear: both;
    height: auto;
    padding: 15px 45px;
    font-size: 14px;
    background-color: #f7f7f7;
    margin: 5px 0 25px 0;
}

.calc-additional label{
    width: 100%;
    line-height: normal;
    padding: 0 !important;
}

.calc-additional label .switch{
    width: 42px !important;
    height: 23px;
    margin-left: 5px;
}

.calc-additional label .slider:before{
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 3px;
}

.calc-additional label input:checked + .slider:before {
    transform: translateX(19px);
}

.calc-additional label input[type='checkbox']{
    height: auto;
}

.calc-additional input{
    width: 85px;
    height: 30px;
    display: inline-block;
    float: none;
    padding: 0 15px;
    background-color: #fff;
}

.accordion-type input[type=checkbox]:checked ~ .calc-additional{
    display: block;
}

.calculators-list{
    height: auto;
    max-height: 600px;
    width: 100%;
    overflow-y: scroll;
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.05);
    padding: 18px;
}

.calculators-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.calculators-list::-webkit-scrollbar:vertical {
    width: 11px;
}

.calculators-list::-webkit-scrollbar:horizontal {
    height: 11px;
}

.calculators-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.acf-fields>.acf-field{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.acf-fields .acf-actions a.acf-button{
    text-decoration: none;
    font-weight: 600;
    color: #27285c;
}

form.add-executive .btn-group{
    position: relative;
}

.disable-select:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
}

#users-table .search-box{
    width: 100%;
    max-width: 450px;
    display: flex;
    margin-bottom: 10px;
}

#users-table .search-box #search-input{
    margin: 0;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    padding: 0 15px;
    height: 45px;
}

#users-table form input[type=submit]{
    width: 30%;
    height: 45px;
    background-color: #eaeaea;
    font-size: 13px;
    color: #444444;
    letter-spacing: 0;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}

#users-table .perpage-box{
    display: flex;
    padding: 0 25px;
    max-width: 450px;
    align-items: center;
    font-size: 13px;
    justify-content: flex-start;
}

#users-table .perpage-box label{
    width: 70px;
    padding-right: 15px;
}

#users-table .perpage-box input{
    margin: 0;
    height: 40px !important;
    padding: 0 10px;
}

#users-table .perpage-box #rows_per_page{
    width: 70px;
    text-align: center;
}

#users-table .perpage-box input[type=submit]{
    background-color: transparent;
}

#users-table .tablenav-pages{
    display: none;
}

#users-table .userlistfooter{
    background-color: #fbfbfb;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #333;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#users-table .userlistfooter .tablenav-pages{
    display: flex;
    width: 100%;
    padding: 0 25px;
    align-items: center;
    justify-content: flex-end;

}

#users-table .userlistfooter .tablenav-pages span, #users-table .userlistfooter .tablenav-pages a{
    padding: 0 6px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background: none;
    font-size: 13px;
    text-decoration: none;
}

#users-table .userlistfooter .tablenav-pages span.current{
    color: #27285c;
    font-weight: 700;
    text-decoration: underline;
}

#users-table .userlistfooter .tablenav{
    order: 3;
}

#users-table .userlistfooter .refreshlink{
    font-size: 13px;
    order: 2;
    text-decoration: none;
    display: flex;
    padding: 0 15px;
}

#users-table .userlistfooter .refreshlink img{
    margin: 0 10px;
}

#inspection{
    padding-top: 0;
}

#inspection h3.title{
    padding-bottom: 30px;
    font-size: 25px;
}

#inspection .approval-section .select{
    max-width: 150px;
}

#inspection .approval-section p{
    padding-top: 13px;
    padding-right: 20px;
}

#inspection .status{
    font-size: 14px;
    padding-top: 15px;
}

#inspection h4.title{
    color: #27285c;
    font-size: 21px;
    font-weight: 600;
    padding: 10px 0;
    margin: 40px 0;
    background-color: #e2e2e2;
    text-align: center;
}

#inspection h4.title.first{
    margin-top: 20px;
}

#inspection textarea{
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #dedede;
    margin: 0;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
    line-height: 1.5;
}

#inspection p.form-download{
    padding: 0 0 20px 0;
    font-weight: 400;
}

#inspection p.form-download a{
    font-weight: 600;
    color: #c02526;
}

.submit-inspection{
    margin: 20px 0 !important;
    border-radius: 2px !important;
    background-color: #c02526 !important;
    border: 1px solid #c02526 !important;
    color: #fff !important;
    font-weight: 600 !important;
    height: 50px !important;
    min-width: 150px !important;
    float: none !important;
    padding: 0 20px !important;
}


.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
bottom: -20px;
line-height: 20px;
left: 50%;
transform: translateX(-50%);
}

.tooltip:hover .tooltiptext {
visibility: visible;
}

#inspection label{
    width: auto;
    padding: 0 10px;
    font-size: 14px;
}

#inspection label input[type=radio]{
    margin-right: 10px;
}

#inspection .data-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

#inspection .data-item .item{
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#inspection .data-item .input input{
    padding: 10px 20px;
}

#inspection .data-item .select select{
    padding: 0 20px;
    height: 40px;
}

#inspection .radio.center{
    margin: 0 auto;
}

#inspection .upload{
    background-color: transparent;
    border: 1px solid #c02526;
}

#inspection .upload label {
    color: #c02526;
}

#inspection .upload label.error{
    position: absolute;
    display: block !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #c02526;
    color: #fff;
    font-size: 10px;
}

#inspection .upload label.error:before{
    display: none;
}

header #menu-main-navigation{
    padding: 0 30px;
}

header #menu-main-navigation li{
    padding: 0 10px;
    height: 119px;
    display: flex;
    align-items: center;
}

header #menu-main-navigation li a{
    line-height: normal;
    z-index: 0;
}

header #menu-main-navigation li a img{
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}

header #menu-main-navigation li a:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.1);
}

.select2-container--default .select2-results>.select2-results__options{
    float: left;
    width: 100%;
}

.select2-results__option:before{
    display: none;
}

.select2-results__option{
    padding: 10px;
    width: 100%;
}

.select2-container--default .select2-selection--single{
    border-radius: 0;
    padding: 16px 20px;
    height: 53px;
    border: 1px solid #dedede;
    letter-spacing: -0.5px;
    color: #000;
    box-shadow: inset 5px 3px 15px 0px rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: normal;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

.select2-search--dropdown .select2-search__field{
    padding: 10px;
    margin-bottom: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaea;
    color: #000;
}

#resend-email{
    background-color: transparent;
    border: 1px solid #dedede;
    color: #37b931;
    padding: 10px 10px;
    font-size: 13px;
    margin-bottom: 12px !important;
    letter-spacing: 0;
}

.phone-validation{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    background-color: #dadada;
    text-transform: uppercase;
    padding: 1px 10px;
    border-radius: 25px;
    width: auto !important;
    font-size: 11px !important;
}

.phone-validation.verified{
    color: #fff !important;
    background-color: #37b931 !important;
}

.lienholder-selection span, .lienholder-selection-wf span{
    width: 100% !important;
}

.lienholder-selection .select span, .lienholder-selection-wf .select span{
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

#lienholders-table a i{
    color: #c02426;
}

#lienholders-table{
    margin-bottom: 50px;
}

h3.l-title{
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 20px;
}

.lienholders-form input[type=submit] {
    width: 200px;
    font-size: 14px;
    margin: 20px 0;
}

.vin-info{
    padding: 5px;
    text-align: center;
    display: block;
    float: left;
    font-size: 11px !important;
    color: #c02427 !important;
}

.ovrd span{
    width: auto !important;
    white-space: nowrap;
    padding-right: 20px;
}

.ovrd label{
    position: relative;
    padding: 0;
    line-height: 20px;
    font-size: 15px;
    color: #c02526;
    font-weight: 600;
}

.ovrd label input{
    margin: 3px 10px 0 0 !important;
}

/* input[name=vin_number]{
    box-shadow: 0px 0px 16px 0px rgba(12,24,78,0.2) !important;
    margin: 10px 0 !important;
} */


#management-dealer td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
    text-decoration: none;
}

#management-dealer td {
    padding: 0;
    vertical-align: middle;
}

#management-dealer td i {
    font-size: 13px;
    color: #a9a9a9;
}

#management-dealer td.additional-settings i {
    font-size: 11px;
}

#management-dealer td.additional-settings i.fa-circle {
    color: #c02426 !important;
}

.management-dealer-table{
    position: relative;
}

.management-dealer-table .loading-info{
    position: absolute;
    background: url('images/spinner.gif') no-repeat center center;
    background-size: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.table-amount-wrapper{
    width: 100%;
    float: left;
    padding: 20px 35px;
}

#table-amount{
    color: #fff;
}

#table-amount th, #table-amount tr{
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
}

#table-amount td{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#table-amount tr:last-child{
    border-bottom: none;
}

#table-amount tr:last-child td{
    font-weight: 500;
    font-size: 19px;
}

#table-amount .price-bold{
    font-weight: 700 !important;
}

#decode_vin {
    width: auto;
    text-align: center;
    background-color: #28a745;
    color: #fff;
    line-height: 52px;
    cursor: pointer;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: all .3s;
}

#decode_vin i{
    font-size: 90%;
    margin: 0 0 0 6px;
}

#decode_vin_inspection{
    width: auto;
    text-align: center;
    background-color: #28a745;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: all .3s;
}

#decode_vin_inspection i{
    font-size: 90%;
    margin: 0 0 0 6px;
}

#decode_vin_inspection:active, #decode_vin:active {
    transform: scale(0.95);
}

.changed_input.true{
    display: inline-block;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background-color: orange;
    margin: 0 5px 1px 5px;
}

.lienholder_changed{
    position: absolute;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50%;
    background-color: orange;
    top: 2px;
    right: -25px;
}

.lienholder .item span, .lienholder-wf .item span{
    position: relative;
}

.calculators-list .contract-links{
    padding-left: 15px;
    color: #737373;
}

.calculators-list .contract-links a{
    font-weight: 600;
    text-decoration: none;
    color: #c02426;
}

.directions-content{
    padding-left: 50px;
}

.directions-content ul{
    list-style: disc;
    padding-left: 0;
    margin-left: 40px;
}

.directions-content ul li{
    list-style: disc;
}

.directions-content p{
    color: #c02427;
    font-weight: 400;
}

.directions-content h4{
    padding-bottom: 25px;
}

.edealer-portal-checkbox{
    padding-top: 50px !important;
}

.edealer-portal-checkbox small strong{
    display: block;
    padding-top: 10px;
}

.edealer-portal-checkbox small{
    font-weight: 400;
    font-size: 13px !important;
}

.edealer-portal-checkbox small ul, .edealer-portal-checkbox small li{
    list-style: disc;
    font-size: inherit;
    font-weight: inherit;
}

.loading-vin{
    width: 60px !important;
    text-align: center;
}

.loading-vin img{
    width: 18px;
}

#content.thank-you-page{
    padding: 55px 0 50px 55px;
}

.thank-you-page .directions-content {
    padding-left: 0;
}

.thank-you-page .directions-content ul, .thank-you-page .directions-content ul li{
    list-style: none;
}

.thank-you-page .directions-content p{
    color: #18bd3c;
    font-size: 19px;
}

.thank-you-page .directions-content button:hover{
    background-color: #a51719 !important;
}

table tr[data-lender], table th.sorting{
    cursor: pointer;
}

span.delete{
    color: #c02426;
}

#signwarranty{
    position: relative;
    width: 100%;
    float: left;
    min-height: 450px;
}

#signwarranty h4.info{
    font-weight: 500;
    color: #2e396b;
    font-size: 20px;
}

#press-hold{
    width: 70%;
    height: auto;
    font-size: 13px;
    background-color: #2e3a65;
    padding: 8px 10px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    margin-top: 15px;
}

#press-hold.active{
    color: #616a8b;
}

p.program-information{
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

p.program-information span{
    font-weight: 400;
    color: #8a8a8a;
    padding-left: 10px;
    font-size: 90%;
}

span.pt-calc-info{
    width: 100%;
    display: block;
    float: left;
    padding: 4px 10px;
    background-color: #f5f5f5;
    min-height: 36px;
    margin-bottom: 12px;
}

#announcement-powertrain-modal .modal-body p{
    text-align: left !important;
}
#announcement-powertrain-modal .modal-body p.center{
    text-align: center !important;
}
#announcement-powertrain-modal .modal-dialog{
    min-width: 60% !important;
    max-width: 800px !important;
}
#announcement-powertrain-modal li{
    font-weight: 500;
}
#announcement-powertrain-modal .close{
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}
#announcement-powertrain-modal .close span{
    font-size: 35px;
}
#announcement-dont-show-box{
    position: absolute;
    left: calc(50% + 70px);
    bottom: 30px;
}
#announcement-dont-show-box *{
    display: inline-block;
    width: auto;
}
#announcement-dont-show-box label{
    font-size: 14px;
    transform: translateY(-3px);
}

p.program-information{
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

p.program-information span{
    font-weight: 400;
    color: #8a8a8a;
    padding-left: 10px;
    font-size: 90%;
}

span.pt-calc-info{
    width: 100%;
    display: block;
    float: left;
    padding: 4px 10px;
    background-color: #f5f5f5;
    min-height: 36px;
    margin-bottom: 12px;
}

.clear-pt-cache p img{
    width: 15px;
    height: 15px;
    margin: 0 10px;
}

.clear-pt-cache p img.spinner{
    -webkit-animation: spin 0.75s infinite linear;
    animation: spin 0.75s infinite linear;
}

@-webkit-keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

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


.clear-pt-cache p.link{
    cursor: pointer;
    color: #c02426;
    font-weight: 600;
}

.clear-pt-cache p.last-updated{
    font-size: 80%;
    padding-left: 20px;
}

.account-new-page ul li:before{
    display: none;
}

.account-new-page ul{
    margin-bottom: 30px !important;
}

#add-salesrep-modal h4{
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #add-salesrep-modal .modal-dialog {
        width: 600px;
    }
}

#add-salesrep-modal input[type=submit]{
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d3001a;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

#add-salesrep-modal label.error{
    display: none !important;
}

#add-salesrep-modal .modal-footer a{
    display: block;
    padding: 11px 25px;
}

#add-salesrep-modal p label {
    padding-bottom: 10px;
}

#executive-management ul li{
    line-height: 40px;
    font-weight: 300;
    font-size: 13px;
}

#executive-management .top-nav > ul > li:last-child:after{
    display: none;
}

#executive-management .top-nav li:hover ul{
    right: auto;
    left: auto;
}

#executive-management ul li{
    padding-left: 0;
}

#executive-management ul li ul li {
    padding-left: 20px;
}

#executive-management span.edit-executive{
    cursor: pointer;
}

#edit-executive-modal input[type=submit]{
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d3001a;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

#edit-executive-modal .btn-no{
    display: block;
    padding: 11px 25px;
}

#edit-executive-modal #executive-content{
    display: block;
    width: 100%;
    padding: 10px 0;
    float: left;
    text-align: center;
}

#edit-executive-modal .dropdown-menu{
    top: auto;
    left: auto;
}

#edit-executive-modal ul li:before{
    display: none;
}


@media (min-width: 768px) {
    #new-executive-modal .modal-dialog {
        width: 750px;
    }
}

#new-executive-modal input[type=submit]{
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d3001a;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

#new-executive-modal label.error{
    display: none !important;
}

#new-executive-modal .btn-no{
    display: block;
    padding: 11px 25px;
}

#new-executive-modal .dropdown-menu{
    top: auto;
    left: auto;
}

#new-executive-modal ul li:before{
    display: none;
}

#new-executive-modal .modal-footer a{
    display: block;
    padding: 11px 25px;
}

#new-executive-modal p label {
    padding: 15px 0 10px 0;
}

#new-executive-modal p {
    text-align: left;
}


#management-dealer.analytics .link-edit-page{
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
}

#management-dealer.analytics td{
    padding: 25px 10px;
    color: #333;
    font-weight: 300;
}

#user_data_modal tr:last-child{
    border-bottom: none;
}

#user_data_modal th{
    padding: 18px 12px;
}

#user_data_modal .table-container{
    display: block;
    max-height: 360px;
    overflow-y: scroll;

}

#user_data_modal td a {
    text-decoration: none;
    font-weight: 600;
}

#add-new-sales-rep{
    margin: 0 0 10px 0;
}

#add-new-sales-rep:hover{
    background-color: #fff;
}

@media (min-width: 768px) {
    #edit-salesrep-modal .modal-dialog {
        width: 750px;
    }
}

#edit-salesrep-modal input[type=submit]{
    padding: 10px 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d3001a;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}

#edit-salesrep-modal label.error{
    display: none !important;
}

#edit-salesrep-modal .btn-no{
    display: block;
    padding: 11px 25px;
}

#datatable_wrapper{
    display: none;
}

#datatable td{
    padding: 25px 10px;
    color: #333;
    font-weight: 300;
}

@media (min-width: 768px) {
    #user_data_modal .modal-dialog {
        width: 750px;
    }
}

#filter_status.activity-type{
    min-width: 320px !important;
}

#pagination-table.sales-report td > span{
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 7px;
    line-height: 16px;
    cursor: auto;
}

#pagination-table.sales-report td:nth-child(2) > span{
    min-width: 260px;
    font-weight: 400;
}

#pagination-table.sales-report td:nth-child(3) > span{
    min-width: 200px;
    font-weight: 400;
}

input[name=vin_number], input[name=inspection_vin]{
    text-transform: uppercase !important;
}

table#sales-widget td span{
    font-weight: 600;
    color: #0d194e;
}

table#sales-widget th{
    vertical-align: middle;
}

h3.widget-title{
    font-size: 25px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 0;
    color: #27285c;
    /* border-bottom: 1px solid #dddddd; */
    margin-bottom: 20px;
}

.edit-dealer-new-page ul li:before{
    display: none;
}

.edit-dealer-new-page ul {
    margin-bottom: 30px !important;
}

.edit-dealer-new-page #marketing-materials #message{
    display: none;
}

table#sales-widget .percentage_difference{
    color: #37b931 !important;
}

table#sales-widget .percentage_difference.minus{
    color: #c02426 !important;
}

table#sales-widget .percentage_difference i{
    padding: 0 2px;
}

#user_data_modal table {
    position: relative;
    border-collapse: collapse;
}

#user_data_modal table th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.widget-labels span{
    background-color: #fdfdfd;
    padding: 5px 10px 2px 10px;
    border: 1px solid #c5c5c5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #9e9e9e;
    letter-spacing: 0.4px;
    margin-left: 11px;
    margin-bottom: 20px;
    cursor: pointer;
}

.widget-labels span.active{
    color: #27285c;
    border: 1px solid #27285c;
}

#user_data_modal .activity-filters *{
    font-size: 14px;
}

#user_data_modal .activity-filters {
    padding-top: 15px;
    padding-bottom: 30px;
}

#user_data_modal .activity-filters input{
    margin: 5px 6px 0 0;
}

#user_data_modal .activity-filters div{
    padding: 0 8px;
}

#user_switching_switch_on{
    position: fixed;
    background-color: #4a6baf;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    bottom: 50px;
    right: 50px;
    font-size: 15px;
    font-weight: 600;
}

#user_switching_switch_on a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.inspection-pre-approval-span, .inspection-no-pre-approval-span{
    color:#c02526;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: none;
}

.inspection-info-span{
    color:#c02526;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.upload-inspection-required{
    display: none;
}


input[name=client_zip], input[name=lienholder_zip] {
    text-transform: uppercase;
}

.odometer-inline{
    width: auto;
    float: none;
    padding-left: 6px;
}
.odometer-inline label{
    width: auto;
    float: none;
}
.odometer-inline input{
    float: none;
    transform: translateY(2px);
}
.odometer-inline input[type="radio"] + label {
    color: #6e6e6e;
}
.odometer-inline input[type="radio"]:checked + label {
    color: #000;
}

#inspection-approval{
    position: absolute;
    transform: translateY(-70px);
}

.d-none{
    display: none !important;
}

#inspection input[name=inspection_odometer],
#inspection input[name=inspection_ecm_total],
#inspection input[name=inspection_vin],
#inspection input[name=inspection_make],
#inspection input[name=inspection_model],
#inspection select[name=inspection_truck_year],
#inspection input[name=inspection_engine_make],
#inspection input[name=inspection_serial] {
    background-color: #eaeaea;
}

input[name=inspection-status-reason] {
    margin: 0 2% 40px 2%;
    width: 96%;
}

.car-hauler-1, .car-hauler-2{
    display: none;
}

.input-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 9px;
  font-size: 14px;
}


/* #inspection-approval-change, #inspection-approval-display {
    display: none !important;
} */

/* Chrome, Safari, Edge, Opera */
input[id^="dealerprofit"]::-webkit-outer-spin-button,
input[id^="dealerprofit"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[id^="dealerprofit"] {
  -moz-appearance: textfield;
}

#finance_options label, #taxOptions label {
  font-size: 15px
}

.show_info a, .select_care_info a {
  font-weight: bold;
  text-decoration: none;
}

.mini-item.additional-item {
  border-bottom: 2px solid #FFF !important;
}

/* Target the last occurrence of .primary-item */
.mini-item.primary-item:last-child,
.mini-item.primary-item:has(+ .additional-item) {
  border-bottom: 2px solid #FFF;
}

.mini-col.right.price.increase-width {
  width: 70%;
}

.section-vsc {
  background: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

section#summary_legal .information_body .item {
  padding: 50px 58px !important;
}

input#legal_select {
  box-shadow: none;
}
section#summary_legal checkbox {
  width: 26px !important;
  height: 200px !important;
}
input#legal_select {
  width: 30px;
  height: 30px;
}
section#summary_legal label {
  font-weight: 500;
  color: #c02427;
}
.profit-additional label.error {
  color: #c02427;
  font-size: small;
  font-weight: normal;
}
.legal-req {
  font-size: 20px;
  font-weight: 700;
  color: #c02427;
  text-align: center;
  margin-bottom: 20px;
}

.additional-product-items label.d-flex {
  width: max-content;
}

.additional-product-items {
  display: flex;
  flex-direction: column;
}

.floating-submit {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    margin: 0;
}

.floating-submit input {
    padding: 10px 20px;
    font-size: 16px;
}

div#change-password form input[type="submit"] {
    margin-right: 10px !important;
}

div#dealer-information .switch-required {
    display: flex
;
}
