.breadcrum-wrapper {
  border-bottom: 1px solid #CCCCCC;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px; }

.breadcrumb {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  padding: 10px 0rem;
  font-size: 12px; }
  .breadcrumb .breadcrumb-item a {
    color: #000000; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #CCCCCC; }

.page-header {
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px; }
  .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 32px;
    font-size: 2rem;
    color: #333; }

.section-title {
  padding: 20px 0;
  position: relative;
  text-align: center;
  color: #333333;
  letter-spacing: 1px; }
  .section-title.title-white {
    color: #fff; }
  .section-title.title-pink {
    color: #D21218; }
  .section-title .title-sub-section {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500; }
  .section-title.title-lg h1, .section-title.title-lg h2, .section-title.title-lg h3, .section-title.title-lg h4 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal; }
    @media (max-width: 991px) {
      .section-title.title-lg h1, .section-title.title-lg h2, .section-title.title-lg h3, .section-title.title-lg h4 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .section-title.title-md h1, .section-title.title-md h2, .section-title.title-md h3, .section-title.title-md h4 {
    font-size: 20px;
    font-size: 1.25rem; }
    @media (max-width: 991px) {
      .section-title.title-md h1, .section-title.title-md h2, .section-title.title-md h3, .section-title.title-md h4 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .section-title.title-sm h1, .section-title.title-sm h2, .section-title.title-sm h3, .section-title.title-sm h4 {
    font-size: 16px;
    font-size: 1rem; }
  .section-title.title-xs h1, .section-title.title-xs h2, .section-title.title-xs h3, .section-title.title-xs h4 {
    font-size: 15px;
    font-size: 0.9375rem; }
  .section-title.title-normal h1, .section-title.title-normal h2, .section-title.title-normal h3, .section-title.title-normal h4 {
    font-weight: 500; }
  .section-title h1, .section-title h2, .section-title h3, .section-title h4 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
    color: currentColor;
    font-weight: normal; }
    @media (max-width: 991px) {
      .section-title h1, .section-title h2, .section-title h3, .section-title h4 {
        font-size: 18px;
        font-size: 1.125rem; } }

.sub-title h3, .sub-title {
  font-size: 20px;
  color: #333333; }

.btn-pink {
  color: #ffffff;
  background-color: #D21218;
  border-color: #D21218; }
  .btn-pink:hover {
    color: #ffffff;
    background-color: #a30e13;
    border-color: #9a0d12; }
  .btn-pink:focus, .btn-pink.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(210, 18, 24, 0.5);
    box-shadow: 0 0 0 2px rgba(210, 18, 24, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    background-color: #D21218;
    border-color: #D21218; }
  .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #ffffff;
    background-color: #a30e13;
    background-image: none;
    border-color: #9a0d12; }

.btn-black {
  color: #ffffff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    background-color: #000;
    border-color: #000; }
  .btn-black:active, .btn-black.active,
  .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    background-image: none;
    border-color: black; }

.btn-secondary {
  color: #000000;
  background-color: #D9D9D8;
  border-color: #D9D9D8; }
  .btn-secondary:hover {
    color: #000000;
    background-color: #c0c0be;
    border-color: #bbbbb9; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 217, 216, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 217, 216, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #D9D9D8;
    border-color: #D9D9D8; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #c0c0be;
    background-image: none;
    border-color: #bbbbb9; }

.btn-outline-pink {
  color: #ffffff;
  background-color: transparent;
  border-color: #D21218; }
  .btn-outline-pink:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #9a0d12; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(210, 18, 24, 0.5);
    box-shadow: 0 0 0 2px rgba(210, 18, 24, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    background-color: transparent;
    border-color: #D21218; }
  .btn-outline-pink:active, .btn-outline-pink.active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #9a0d12; }

.btn {
  /*min-height: 50px;*/
  border-radius: 4px;
  cursor: pointer; }

.btn-outline-pink:hover {
  background: #FF154C;
  color: #fff;
  border-color: #FF154C; }

.btn:focus, .btn {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-outline-black {
  border-color: #000;
  color: #000;
  background-color: transparent;
  position: relative; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000; }

.btn-outline-black span {
  border-left: 1px solid #ccc;
  margin: 0px 10px; }

.btn-sm {
  min-height: 32px; }

.btn-transparent {
  background-color: transparent;
  cursor: pointer; }

@-webkit-keyframes bgMove {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -500px 50%; } }

@-moz-keyframes bgMove {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -500px 50%; } }

@-ms-keyframes bgMove {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -500px 50%; } }

@keyframes bgMove {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -500px 50%; } }

.bgMove {
  -webkit-animation: bgMove 60s linear 0s infinite normal;
  -moz-animation: bgMove 60s linear 0s infinite normal;
  -ms-animation: bgMove 60s linear 0s infinite normal;
  -o-animation: bgMove 60s linear 0s infinite normal;
  animation: bgMove 60s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

@-webkit-keyframes productMove {
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes productMove {
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.productMove {
  -webkit-animation: productMove ease-in-out 1.5s alternate infinite;
  animation: productMove ease-in-out 1.5s alternate infinite; }

@-webkit-keyframes productRotate {
  0% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  to {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); } }

@keyframes productRotate {
  0% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  to {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); } }

.productRotate {
  -webkit-animation: productRotate ease-in-out 2s alternate infinite;
  animation: productRotate ease-in-out 2s alternate infinite; }

/*New animate*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.no-gutter.row {
  margin-left: 0px;
  margin-right: 0px; }

.xxs-gutter.row {
  margin-left: -1px;
  margin-right: -1px; }

.xs-gutter.row {
  margin-left: -3px;
  margin-right: -3px; }

.sm-gutter.row {
  margin-left: -6px;
  margin-right: -6px; }

.md-gutter.row {
  margin-left: -9px;
  margin-right: -9px; }

.lg-gutter.row {
  margin-left: -12px;
  margin-right: -12px; }

.xlg-gutter.row {
  margin-left: -25px;
  margin-right: -25px; }

.no-gutter > [class*='col-'] {
  padding-left: 0px;
  padding-right: 0px; }

.xxs-gutter > [class*='col-'] {
  padding-left: 1px;
  padding-right: 1px; }

.xs-gutter > [class*='col-'] {
  padding-left: 3px;
  padding-right: 3px; }

.sm-gutter > [class*='col-'] {
  padding-left: 6px;
  padding-right: 6px; }

.md-gutter > [class*='col-'] {
  padding-left: 9px;
  padding-right: 9px; }

.lg-gutter > [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px; }

.xlg-gutter > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px; }

/* MARGINS & PADDINGS */
.m-n-t {
  margin-top: 0px; }

.m-n-a {
  margin: 0px; }

.m-n-b {
  margin-bottom: 0px; }

.m-n-l {
  margin-left: 0px; }

.m-n-r {
  margin-right: 0px; }

.m-xs-t {
  margin-top: 4px; }

.m-xs-a {
  margin: 4px; }

.m-xs-b {
  margin-bottom: 4px; }

.m-xs-l {
  margin-left: 4px; }

.m-xs-r {
  margin-right: 4px; }

.m-sm-t {
  margin-top: 8px; }

.m-sm-a {
  margin: 8px; }

.m-sm-b {
  margin-bottom: 8px; }

.m-sm-l {
  margin-left: 8px; }

.m-sm-r {
  margin-right: 8px; }

.m-md-t {
  margin-top: 12px; }

.m-md-a {
  margin: 12px; }

.m-md-b {
  margin-bottom: 12px; }

.m-md-l {
  margin-left: 12px; }

.m-md-r {
  margin-right: 12px; }

.m-lg-t {
  margin-top: 16px; }

.m-lg-a {
  margin: 16px; }

.m-lg-b {
  margin-bottom: 16px; }

.m-lg-l {
  margin-left: 16px; }

.m-lg-r {
  margin-right: 16px; }

.m-xlg-t {
  margin-top: 20px; }

.m-xlg-a {
  margin: 20px; }

.m-xlg-b {
  margin-bottom: 20px; }

.m-xlg-l {
  margin-left: 20px; }

.m-xlg-r {
  margin-right: 20px; }

.p-n-t {
  padding-top: 0px; }

.p-n-a {
  padding: 0px; }

.p-n-b {
  padding-bottom: 0px; }

.p-n-l {
  padding-left: 0px; }

.p-n-r {
  padding-right: 0px; }

.p-xs-t {
  padding-top: 4px; }

.p-xs-a {
  padding: 4px; }

.p-xs-b {
  padding-bottom: 4px; }

.p-xs-l {
  padding-left: 4px; }

.p-xs-r {
  padding-right: 4px; }

.p-sm-t {
  padding-top: 8px; }

.p-sm-a {
  padding: 8px; }

.p-sm-b {
  padding-bottom: 8px; }

.p-sm-l {
  padding-left: 8px; }

.p-sm-r {
  padding-right: 8px; }

.p-md-t {
  padding-top: 12px; }

.p-md-a {
  padding: 12px; }

.p-md-b {
  padding-bottom: 12px; }

.p-md-l {
  padding-left: 12px; }

.p-md-r {
  padding-right: 12px; }

.p-lg-t {
  padding-top: 16px; }

.p-lg-a {
  padding: 16px; }

.p-lg-b {
  padding-bottom: 16px; }

.p-lg-l {
  padding-left: 16px; }

.p-lg-r {
  padding-right: 16px; }

.p-xlg-t {
  padding-top: 20px; }

.p-xlg-a {
  padding: 20px; }

.p-xlg-b {
  padding-bottom: 20px; }

.p-xlg-l {
  padding-left: 20px; }

.p-xlg-r {
  padding-right: 20px; }

.navOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 56; }

.navOverlay.shows {
  display: block; }

.navbar-toggle {
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  vertical-align: baseline;
  cursor: pointer; }
  .navbar-toggle .icon-bar {
    background-color: #FFF;
    display: block;
    height: 2px;
    margin: 0;
    position: relative;
    width: 28px;
    border-radius: 4px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px; }

.footer-wrapper {
  background-color: #262427;
  padding: 20px 10px;
  color: #999999;
  line-height: 26px; }

.footer-top {
  position: relative;
  z-index: 1; }
  .footer-top .footer-title {
    padding: 10px 0;
    position: relative; }
    .footer-top .footer-title span {
      margin: 0;
      padding: 0;
      display: block;
      position: relative;
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      font-weight: 600; }
  .footer-top .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    font-size: 12px; }
    .footer-top .footer-links li {
      line-height: 30px;
      display: block;
      overflow: hidden; }
      .footer-top .footer-links li a {
        color: currentColor;
        position: relative;
        text-decoration: none;
        -webkit-transition: color 0.3s ease 0s;
        -o-transition: color 0.3s ease 0s;
        transition: color 0.3s ease 0s;
        overflow: hidden;
        font-weight: 500; }
        .footer-top .footer-links li a:hover {
          color: #D21218; }
        .footer-top .footer-links li a:hover:before {
          width: 4px; }
        .footer-top .footer-links li a:before {
          content: "";
          width: 8px;
          height: 2px;
          display: inline-block;
          background-color: currentColor;
          vertical-align: middle;
          margin-right: 12px;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }

.footer-content {
  margin-bottom: 10px; }

.link-follow {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .link-follow li {
    display: inline-block;
    line-height: 1;
    padding: 0;
    position: relative; }
    .link-follow li a {
      width: 32px;
      height: 32px;
      border-radius: 32px;
      line-height: 26px;
      display: inline-block;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .link-follow .social-icon {
    fill: #fff;
    vertical-align: middle; }

.link-follow a:hover {
  color: #fff; }

.link-follow a.facebook:hover {
  background: #3b5999; }

.link-follow a.twitter:hover {
  background: #55acee; }

.link-follow a.linkedin:hover {
  background: #0077B5; }

.link-follow a.pinterest:hover {
  background: #bd081c; }

.link-follow a.youtube:hover {
  background: #cd201f; }

.link-follow a.instagram:hover {
  background: #e4405f; }

.subscribe-btn {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  max-width: 200px; }

#scroll-top {
  background-color: #333333;
  border-color: #333333;
  border-radius: 40px;
  bottom: -100%;
  color: #fff;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 40px;
  z-index: 999; }
  #scroll-top:hover {
    background: #EA3237; }

#scroll-top.active {
  bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

body {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s; }

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

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body {
  background-color: #CDCDCD; }

body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.side-menu.left {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    width: 240px;
    background: url("/assets/dealer/images/body-bg.png") repeat;
}

.brand-logo {
  margin-bottom: 25px;
  padding: 0px 20px; }

#sidebar-menu {
  padding-bottom: 30px;
  padding-top: 22px;
  width: 100%; }

#sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  text-decoration: none; }

#sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none; }

#sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none; }

#sidebar-menu > ul > li > a {
  color: #CCCCCC;
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-bottom: 1px solid #595959; }

.content-page {
  position: relative;
  float: right;
  overflow: auto;
  width: calc(100% - 245px);
  min-height: 100%; }

.navbar-header {
  background-color: #282C2F;
  font-size: 18px;
  color: #fff;
  min-height: 60px; }

.backword-btn {
  min-width: 32px;
  text-align: center; }

.notification-btn, .backword-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  min-height: initial; }
  .notification-btn:focus, .backword-btn:focus {
    outline: none;
    outline-offset: 0; }

.notification-btn.badge.badge-pink::after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  content: attr(data-badge);
  background: red;
  display: block;
  position: absolute;
  top: -1px;
  right: -8px;
  line-height: 20px;
  font-size: 11px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.page-title {
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background-color: #BFBFBF;
  margin: 4px 0; }

.card-box {
  background-color: #fff; }

@media (max-width: 1199px) {
  .left.side-menu {
    left: -240px; }
  .left.side-menu.shows {
    left: 0; }
  .content-page {
    width: calc(100%);
    background-color: #CDCDCD; }
  .content-page.shows {
    margin-left: 240px;
    width: calc(100% - 245px); }
  .fixed-left.shows {
    overflow: hidden; } }

/*# sourceMappingURL=master.css.map */

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 16px;
}
.daterangepicker.dropdown-menu {
    font-size: 13px;
}
.header-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}
.input-sm {
    padding: 3px 10px 3px 10px;
}
.cursor-pointer {
    cursor:pointer;
}
.clsScheduledOrderDO {
    color: #FF9900;
}