.body-w {
  background: #FFFFFF;
  position: relative;
}
.body-msg .message-box {
  display: block;
  max-width: 640px;
  min-width: 600px;
  margin: auto;
  padding: 30px;
  color: #000000;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 20px;
}
.dealer-chat-bg {
  background-color: #FFFFFF;
}
.body-img-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pg-header {
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #BBBBBB;
  color: #000000;
  text-align: center;
  background-color: #F2F2F2;
  background-color: rgba(242,242,242,0.9);
  margin: 0 0 0 0;
}
.pg-header .icon-brand-48 {
  margin-top: -7px;
  margin-bottom: -6px;
}
.pg-header .icon-brand-32 {
  margin-top: 1px;
}
.pg-sub-header {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
  font-size: 24px;
}
.pg-header.tal {
  text-align: left;
}
.pg-header.nop, .pg-sub-header.nop {
  padding: 0px;
}
.make-models {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 0px;
  text-align: center;
  vertical-align: top;
}
.make-models > a {
  position: relative;
  text-decoration: none;
}
.make-models .model {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  max-width: 200px;
  vertical-align: top;
}
.make-models .model > a {
  display: block;
  color: #555555;
  text-decoration: none;
}
.make-models .model-img {
  height: 150px;
  width: auto;
}
.make-models .model-name {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #555555;
  text-decoration: none;
}
.make-models > div {
  position: relative;
}
.make-models > a > .icon-24-right-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  right: -10px;
}
.arrow-more-b-r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid #418fde;
  border-left: 15px solid transparent;
  border-right: 15px solid #418fde;
}
.make-scroller {
  display: block;
  position: relative;
  overflow: hidden;
  height: 78px;
  border-bottom: 1px solid #BBBBBB;
  color: #000000;
  background-color: #F2F2F2;
  background-color: rgba(242,242,242,0.9);
  margin: 0 0 0 0;
}
.make-scroller > .scroller-inner {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 5px;
  height: 90px;
}
.make-scroller > .scroller-inner > ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  font-size: 0;
}
.make-scroller > .scroller-inner > ul > li {
  display: table-cell;
  vertical-align: top;
}
.make-scroller > .scroller-inner > ul > li:first-child {
  padding-left: 39px;
}
.make-scroller > .scroller-inner > ul > li:last-child {
  padding-right: 44px;
}
.make-scroller > .scroller-inner > ul > li > a {
  padding: 15px 10px;
  display: block;
  color: #555555;
  text-decoration: none;
  margin: 0 0;
  margin-bottom: 10px;
}
.make-scroller > .scroller-inner > ul > li > a.selected {
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), inset 0 -5px 0 #418fde;
}
.make-scroller > .scroller-inner > ul > li > a [class*="icon-brand-"] {
  margin: 0 !important;
}
.make-scroller > a.arr-r {
  position: absolute;
  display: none;
  width: 44px;
  height: 78px;
  top: 0;
  right: 0;
  background-color: #418fde;
  background-color: rgba(65,143,222,0.7);
  z-index: 2;
  background-image: url(../images2/icons/icon_arrow_btn-r.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.make-scroller > a.arr-l {
  position: absolute;
  display: none;
  width: 44px;
  height: 78px;
  top: 0;
  left: 0;
  background-color: #418fde;
  background-color: rgba(65,143,222,0.7);
  z-index: 2;
  background-image: url(../images2/icons/icon_arrow_btn-l.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.make-scroller:hover > a.arr-r, .make-scroller:hover > a.arr-l {
  display: block;
}
.specs-scroller  {
  display: block;
  position: relative;
  overflow: hidden;
  height: 50px; /* 78px */
  border-bottom: 1px solid #BBBBBB;
  color: #000000;
  background-color: #F2F2F2;
  background-color: rgba(242,242,242,0.9);
  margin: 0 0 0 0;
}
.specs-scroller  > .scroller-inner {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0;
  height: 90px;
}
.specs-scroller  > .scroller-inner > ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  font-size: 0;
}
.specs-scroller  > .scroller-inner > ul.specs-tabs {
  display: table;
}
.specs-scroller  > .scroller-inner > ul > li {
  display: table-cell;
  vertical-align: top;
}
.specs-scroller  > .scroller-inner > ul > li > a {
  padding: 15px 10px;
  display: block;
  color: #555555;
  text-decoration: none;
  margin: 0 0;
  margin-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}
.specs-scroller  > .scroller-inner > ul > li:first-child > a {
  margin-left: 0px;
}
.specs-scroller  > .scroller-inner > ul > li:last-child > a {
  margin-right: 0px;
}
.specs-scroller  > .scroller-inner > ul > li > a.selected {
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), inset 0 -5px 0 #418fde;
}
.specs-scroller  > .scroller-inner > ul > li > a [class*="icon-brand-"] {
  margin: 0 !important;
}
.specs-scroller  > a.arr-r {
  position: absolute;
  display: none;
  width: 44px;
  height: 78px;
  top: 0;
  right: 0;
  background-color: #418fde;
  background-color: rgba(65,143,222,0.7);
  z-index: 2;
  background-image: url(../images2/icons/icon_arrow_btn-r.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.specs-scroller  > a.arr-l {
  position: absolute;
  display: none;
  width: 44px;
  height: 78px;
  top: 0;
  left: 0;
  background-color: #418fde;
  background-color: rgba(65,143,222,0.7);
  z-index: 2;
  background-image: url(../images2/icons/icon_arrow_btn-l.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
}
.specs-scroller:hover > a.arr-r, .make-scroller:hover > a.arr-l {
  display: block;
}
.photo-thumbs {
}
.photo-thumbs .scroller {
  display: block;
  overflow-y: auto;
  height:200px;
}
.mdp-bg {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-background-size: 100%; 
  -moz-background-size: 100%; 
  -o-background-size: 100%; 
  background-size: 100%; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;   
  background-repeat: no-repeat; 
  background-position: center center;
}
.mdp-container {
  display: block;
}
.mdp-embed-container {
  display: block;
  position: relative;
  margin: auto;
  width: 600px;
  height: 800px;
  border-radius: 6px;
  top: 10px;
  bottom: 10px;
  background-color: #FFFFFF;
}
.mdp-top-pane {
  background: #555555;
  background: rgba(0,0,0,0.4);
  padding-bottom: 30px;
  position: relative;
}
.mdp-title {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.mdp-title > a {
  position: relative;
  display: inline-block;
  padding: 10px 62px;
}
.mdp-title > a,
.mdp-title > a:hover
.mdp-title > a:active {
  color: #FFFFFF;
  text-decoration: none;
}
.mdp-title > a > h1 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.1em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  padding: 0;
  margin: 0;
}
.mdp-title > a > [class*="icon-"] {
  position: absolute;
  top: 18px;
  right: 28px;
}
.mdp-title > a > [class*="icon-brand-"] {
  top: 14px;
  left: 18px;
  right: auto;
}
.mdp-title.open {
  background-color: #F8F8F9;
  background-color: rgba(255,255,255,0.99);
}
.mdp-title.open > a {
}
.mdp-title.open > a > h1 {
  color: #000000;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.mdp-title .model-switcher {
  display: none;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.2), inset 0 2px 4px rgba(0,0,0,0.2);
  padding: 0 20px;
}
.mdp-title .model-switcher .pg-sub-header {
  font-size: 14px;
}
.mdp-title .model-switcher .make-models {
  padding: 10px 10px 0;
}
.mdp-title .model-switcher .make-models .model-img {
  height: 60px;
  width: auto;
}
.mdp-title .model-switcher .make-models .model-name {
  font-size: 13px;
}
.mdp-title .model-switcher ul.simple-list > li > a {
  font-size: 14px !important;
  padding: 7px 20px 7px 0 !important;
}
.mdp-top-contents {
  display: table;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}
.mdp-top-contents > div {
  display: table-cell;
}
.mdp-top-contents > div.left {
  text-align: left;
  padding-left: 30px;
  vertical-align: top;
}
.mdp-top-contents > div.right {
  text-align: right;
}
.mdp-top-bx {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
.mdp-top-bx.white {
  background-color: #FFFFFF;
  background-color: rgba(255,255,255,0.9);
}
.mdp-top-bx-group {
  display: inline-block;
}
.mdp-top-bx-group > .mdp-top-bx {
  display: block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-top: 3px;
}
.mdp-top-bx-group > .mdp-top-bx:first-child {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius:  3px 3px 0 0;
  border-radius:  3px 3px 0 0;
  margin-top: 0px;
}
.mdp-top-bx-group > .mdp-top-bx:last-child {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.mdp-top-bx.menu {
  padding: 8px 10px;
  font-size: 18px;
  min-width: 200px;
  text-align: center;
}
.compare-btn {
  display: block;
  width: auto;
}
.mdp-top-bx > .highlight {
  display: block;
  font-size: 26px;
  line-height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  color: #000000;
}
.mdp-top-bx .legend {
  font-size: 18px;
  line-height: 1.1em;
  color: #000000;
}
.mdp-top-specs {
  font-size: 0px;
  vertical-align: top;
  padding: 20px 10px 10px 20px;
}
.mdp-top-specs .item {
  display: block;
  position: relative;
  margin: 0 0 15px;
  vertical-align: top;
  font-size: 16px;
  color: #000000;
  padding-left: 35px;
  padding-top: 2px;
  /*background: #002A80;*/
  min-height: 24px;
}
.mdp-top-specs .item > .icon {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}
.mdp-top-specs .item > .value {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #EEEEEE;
}
.mdp-bottom-content {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0 -1px 5px rgba(0,0,0,0.2);
}
.mdp-section-header {
  display: block;
  font-size: 26px;
  border-bottom: 3px solid #777777;
  height: 72px;
}
.mdp-section {
  display: table;
  width: 100%;
}
.mdp-section > div {
  display: table-cell;
}
.mdp-section > div .mdp-section-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mdp-photos-header {
}
.mdp-photos {
  padding-left: 30px;
  padding-right: 1px;
  vertical-align: top;
  font-size: 0;
}
.mdp-photos > .thumbs {
  display: block;
}
.mdp-photos > .thumbs > a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  width: 25%;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.mdp-photos > .thumbs > a.car-video > .play-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images2/play-video.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.mdp-similar-models {
  display: block;
  text-align: center;
  background-color: #FFFFFF;
}
.mdp-similar-models > ul.models {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  vertical-align: top;
}
.mdp-similar-models > ul.models > li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 2px;
}
.mdp-similar-models > ul.models > li > a, 
.mdp-similar-models > ul.models > li > a:hover,
.mdp-similar-models > ul.models > li > a:active {
  vertical-align: top;
  color: #000000;
  text-decoration: none;
}
.mdp-similar-models > ul.models > li > a > .img {
  display: block;
  vertical-align: top;
}
.mdp-similar-models > ul.models > li > a > .img > img {
  display: block;
  vertical-align: top;
  width: 114px;
  height: auto;
}
.mdp-similar-models > ul.models > li > a > .name {
  display: block;
  vertical-align: top;
  font-size: 13px;
  width: 114px;
}
.mdp-reviews {
  background-color: #FFFFFF;
}
.mdp-review {
  display: table;
  vertical-align: top;
}
.mdp-review-source-logo {
  display: table-cell;
  padding: 12px 10px;
  vertical-align: top;
}
.mdp-review-source-logo > .img {
  display: block;
  width: 80px;
  height: 30px;
  background-size: 80px auto;
  background-position: center center;
}
.mdp-review-text {
  display: table-cell;
  width: 100%;
  padding: 10px 0px 0px 0;
  vertical-align: top;
  font-size: 15px;
}
.vdp {
  display: block;
  position: relative;
  padding: 20px 20px;
  background-color: #E3E3E3;
}
.vdp .pane {
  background-color: #FFFFFF;
}
.vdp .title-pane {
  display: block;
  padding: 10px 10px 0;
}
.vdp .title-pane > h1 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.vdp .title-pane > h2 {
  display: block;
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  margin: 5px 0 0 0;
  color: #666666;
}
.vdp .main-photo {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.vdp .main-photo > img {
  display: block;
  width: 100%;
}
.vdp .photo-thumbs {
  display: block;
  position: relative;
  font-size: 0;
  width: 120px;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
}
.vdp .photo-thumbs > .scroller {
  display: block;
  position: relative;
  font-size: 0;
  overflow-y: auto;
  width: 160px;
}
.vdp .photo-thumbs .inner {
  display: block;
  font-size: 0;
  overflow-y: auto;
  width: 120px;
  vertical-align: top;
}
.vdp .photo-thumbs .inner > .th {
  display: block;
  border-left: 5px solid transparent;
}
.vdp .photo-thumbs .inner > .th.active {
  display: inline-block;
  border-color: #418fde;
}
.vdp .photo-thumbs .inner > .th > img {
  display: block;
  width: auto;
  width: 115px;
  vertical-align: top;
}
.vdp .photos {
  display: block;
  position: relative;
  padding: 0;
}
.vdp .photos > .cover {
  display: block;
}
.vdp .photos > .cover > img {
  display: block;
  width: 100%;
}
.vdp .photos > .thumbs {
  display: block;
  position: relative;
  font-size: 0;
  height: 60px;
  border-bottom: 1px solid #DDDDDD;
}
.vdp .photos > .thumbs > .scroller {
  display: block;
  position: relative;
  font-size: 0;
  overflow-y: auto;
  height: 100px;
}
.vdp .photos > .thumbs .inner {
  display: block;
  font-size: 0;
  overflow-y: auto;
  height: 60px;
  vertical-align: top;
}
.vdp .photos > .thumbs .inner > .th {
  display: inline-block;
}
.vdp .photos > .thumbs .inner > .th > img {
  display: block;
  width: auto;
  height: 60px;
  vertical-align: top;
}
@media only screen and (min-width : 769px) {
  .mdp-top-specs {
    width: 310px;
    margin: 20px 0 0 30px;
  }
  .mdp-top-bx-group .mdp-top-specs {
    margin-left: 0;
  }
}
@media only screen and (max-width : 768px) {
  .mdp-top-bx-group {
  }
}
.comp-3b {
  display: block;
  text-align: center;
  width: 600px;
  margin: auto;
  vertical-align: middle;
}
.model-img {
  width: 240px;
  height: auto;
}
.members ul.nav-pills > li {
  padding-left: 15px;
}
ul.cb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.cb-list li {
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
ul.cb-list li > label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  margin: 0;
}
ul.cb-list li:first-child > label {
  padding-top: 5px;
}
ul.cb-list li:last-child > label {
  padding-bottom: 10px;
}
ul.cb-list li:last-child {
  border-bottom: none;
}
ul.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.simple-list > li {
  display: block;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
ul.simple-list.plain > li {
  border-top: none;
}
ul.simple-list > li:first-child {
  border-top: none;
}
ul.simple-list.bottom-bdr > li:last-child {
  border-bottom: 1px solid #DDDDDD;
}
ul.simple-list.specs-data > li, ul.simple-list.opt-data > li, ul.simple-list.plain-data > li {
  padding: 7px 10px;
}
ul.simple-list > li > a {
  text-align: left;
  display: block;
  padding: 15px 20px 15px 0;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
ul.simple-list.clkrow > li {
  padding: 0 0 0 0 !important;
}
ul.simple-list.clkrow > li > .arow {
  padding: 10px 10px 10px 10px !important;
  font-size: 14px;
}
ul.simple-list.clkrow > li > .high {
  background-color: #C9FFCF;
}
ul.simple-list.plr > li {
}
ul.simple-list.plr > li a {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
ul.simple-list.plr > li.active {
  background-color: #EEEEEE;
}
ul.simple-list > li a:not(.btn) {
  text-decoration: none;
  color: #333333;
}
ul.simple-list.plr > li.active a:hover {
  color: #333333;
}
ul.simple-list.topbdr > li {
  border-bottom: none;
  border-top: 1px solid #DDDDDD;
}
ul.simple-list.nobdr > li {
  border: none;
}
ul.simple-list.plain > li {
  display: table;
  width: 100%;
  font-size: 14px;
}
ul.simple-list.nopad > li {
  padding: 0 0px !important;
  font-size: 14px;
}
ul.simple-list.plain > li > a {
  padding: 0 0px;
  font-size: 14px;
}
ul.simple-list.plain > li > a > div {
  display: table-cell;
  vertical-align: middle;
}
ul.simple-list.plain > li > a .btn-icon {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 3px;
  border-radius: 4px;
  margin: 0;
  line-height: 0;
}
ul.simple-list.plain > li > a .btn-icon > i {
  display: block;
  margin: 0;
  padding: 0;
}
ul.simple-list > li > a:hover {
  text-decoration: none;
  color: #418fde;
}
ul.simple-list.specs-data > li.header {
  background-color: #DDDDDD;
  padding: 7px 10px 6px;
  border-top: 0px;
}
ul.simple-list .car-img {
  padding-right: 10px;
}
ul.simple-list .car-img img {
  display: block;
  width: 72px;
  height: auto;
}
ul.simple-list li.selected {
  background-color: #418fde;
  color: #FFFFFF;
}
ul.simple-list li.selected a {
  color: #FFFFFF;
}
ul.simple-list li.selected .fntc-dgr {
  color: #DDDDDD;
}
ul.simple-list > li > a.disabled, ul.simple-list > li > a:disabled, ul.simple-list > li > a[disabled] {
  color: #AAAAAA;
}
ul.simple-list > li > a.disabled:hover, ul.simple-list > li > a:disabled:hover, ul.simple-list > li > a[disabled]:hover {
  color: #AAAAAA;
}
ul.simple-list > li.note-row {
  padding: 10px 0;
  border-top: none;
  border-bottom: 0.5px solid rgba(255,255,255,0.2);
}
.chat-pickers ul.simple-list > li > a.simple-list-x , ul.simple-list li > a.simple-list-x {
  position: absolute;
  display: block;
  top:0;
  right: 0;
  background: #CCCCCC;
  height: 16px;
  width: 16px;
  padding: 0px;
  vertical-align: top;
  margin-right: -8px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 8px;
}
.chat-pickers ul.simple-list > li > a.simple-list-x:hover , ul.simple-list li > a.simple-list-x:hover {
  background: #dd0000;
}
ul.simple-list li > a.simple-list-x > i {
  margin: 0;
  vertical-align: top;
  display: block;
}
.specs-data .hg-row {
  display: table;
  width: 100%;
}
.specs-data .hg-row > .lbl {
  display: table-cell;
  padding-right: 10px;
}
.specs-data .hg-row > .lbl > span {
  display: block;
  width: 160px;
}
.specs-data .hg-row > .val {
  display: table-cell;
  width: 100%;
}
.opt-data .hg-row {
  display: table;
  width: 100%;
}
.opt-data .hg-row > .code {
  display: table-cell;
  padding-right: 10px;
}
.opt-data .hg-row > .code > span {
  display: block;
  width: 50px;
}
.opt-data .hg-row > .lbl {
  display: table-cell;
  width: 100%;
}
.opt-data .hg-row > .price {
  display: table-cell;
  padding-left: 10px;
}
.opt-data .hg-row > .price > span {
  display: block;
  width: 60px;
}
.opt-data .hg-row > .code > span {
  display: block;
  width: 50px;
}
.comp-table {
  width: 100%;
  min-width: 568px;
  background: #FFFFFF;
  border-right: rgba(0,0,0,0.5);
  box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}
.comp-table tr > th {
  background: #E5E5E5;
  text-align: left;
  padding: 10px 15px;
  font-weight: normal;
}
.comp-table tr > td {
  width: 25%;
  min-width: 25%;
}
.comp-table tr.comp-img > td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: top;
}
.comp-table tr.comp-img > td > a > img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
.comp-table tr.comp-name > td {
  padding: 10px 10px;
  text-align: center;
  vertical-align: top;
}
.comp-table tr.data-row > td {
  background: #F7F7F7;
  text-align: center;
  padding: 10px 10px;
  border-top: 1px solid #FFFFFF;
  vertical-align: top;
}
.comp-table tr.data-row > td:first-child {
  padding: 10px 25px;
  text-align: left;
}
.comp-table tr.data-row > td.high {
  color: #418fde;
}
.comp-table a:hover {
  text-decoration: none;
}
.comp-table tr.potrait {
  display: none;
}
.comp-table tr > td.potrait {
  display: none;
}
.comp-table.thin {
  width: 100%;
  min-width: 320px;
}
.comp-table.thin tr > td {
  font-size: 14px;
}
.comp-table.thin tr > td.fnts-l {
  font-size: 20px;
}
.comp-table.thin tr > td > a {
  font-size: 14px;
  text-decoration: none;
}
.comp-table.thin tr > td .car-img,
.comp-table.thin tr.comp-img > td > a > img {
  width: 80px;
}
.comp-table.thin tr > td.subhead {
  background: #EEEEEE;
  padding: 5px 10px;
}
.comp-table.thin tr > td .trim {
  color: #999999;
  font-size: 11px !important;
}
.comp-table.thin tr > td .make-model-name {
  font-size: 14px !important;
}
.comp-table.thin tr.landscape {
  display: table-row;
}
.comp-table.thin tr.potrait {
  display: none;
}
.comp-table.thin tr > td.landscape {
  display: table-cell;
}
.comp-table.thin tr > td.potrait {
  display: none;
}
.comp-table.thin tr.data-row > td {
  padding: 5px 10px;
  vertical-align: top;
}
.comp-table.thin tr.data-row > td:first-child {
  padding: 7px 15px;
  text-align: left;
}
.comp-table.thin tr > th {
  padding: 5px 7px;
  font-size: 14px;
  font-weight: normal;
}
.comp-table tr.data-row-header td {
  font-size: 14px;
}
.comp-table .powered-logo {
  display:inline-block;
  margin:0 0 4px 5px; 
  height:15px; 
  width:auto;
}
.comp-table .fnts-xl, .inframe .comp-table .fnts-xl {
  font-size: 24px;
}
.inframe .comp-table tr td {
  width: 33%;
}
.inframe .comp-table tr td, .cust-frame .comp-table .fnts-m {
  font-size: 14px;
}
.inframe .comp-table.thin tr > td > a .car-img,
.inframe .comp-table.thin tr.comp-img > td > a > img {
  width: 100px;
}
.inframe .comp-table tr.landscape, .cust-frame .comp-table.thin tr.landscape {
  display: none;
}
.inframe .comp-table tr.potrait, .cust-frame .comp-table.thin tr.potrait {
  display: table-row;
}
.inframe .comp-table tr > td.landscape, .cust-frame .comp-table.thin tr > td.landscape {
  display: none;
}
.inframe .comp-table tr > td.potrait, .cust-frame .comp-table.thin tr > td.potrait {
  display: table-cell;
}
.inframe .comp-table tr.data-row > td {
  padding: 5px 10px;
  border-top: none;
  vertical-align: top;
}
.inframe .comp-table tr.data-row > td:first-child {
  padding: 7px 5px;
  text-align: center;
}
.inframe .comp-table tr.data-row-header > td {
  padding: 1px 10px 3px;
  border-top: 1px solid rgba(255,255,255,1.0);
  vertical-align: top;
  font-size: 12px;
  color :#999999;
}
@media only screen and (min-width: 420px) {
}
.online-status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
}
.online-status.green {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
.online-status.orange {
  background-color: #FF991F;
  border-color: #FF991F;
}
.online-status.s0 {
}
.online-status.s1 {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
.online-status.s2 {
  background-color: #BB0000;
  border-color: #BB0000;
}
.online-status.s3 {
  background-color: #FF991F;
  border-color: #FF991F;
}
.online-status.none {
  background-color: transparent;
  border-color: transparent;
}
.user-th {
  position: relative;
}
.user-th .online-status {
  position: absolute;
  display: block;
  bottom: 3px;
  left: 3px; 
}
.layout-2c {
  display: block;
  font-size: 0;
}
.layout-2c > div {
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.layout-2c > div.control-pane {
  min-width: 40%;
  box-shadow: 1px 0 3px rgba(0,0,0,0.2);
  z-index: 5;
}
.layout-2c > div.content-pane {
  min-width: 60%;
}
.sch-cri {
  padding: 0px 20px 20px;
  font-size: 16px;
  line-height: 1.1em;
  font-size: 0;
  vertical-align: top;
}
.sch-cri .section {
  display: block;
  padding-top: 10px;
}
.sch-cri .section > .sec-header {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1em;
  color: #418fde;
  vertical-align: middle;
}
.sch-cri .section > .sec-header .arr {
  margin-right: 10px;
  margin-top: -5px;
  margin-bottom: -6px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.sch-cri .section > .sec-header .arr.plus {
  background-image: url(../images2/icons/icon_expand_plus.png);
}
.sch-cri .section > .sec-header .arr.minus {
  background-image: url(../images2/icons/icon_expand_minus.png);
}
.sch-cri .section > .selections {
  text-align: center;
}
.sch-cri .section > .selections a {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.sch-cri .section > .selections .btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-width: 2px;
}
.sch-cri .section > .selections .btn:hover {
  color: #418fde;
  border-color: rgba(65,143,222,0.6);
}
.sch-cri .section > .selections .btn-blue {
  color: #FFFFFF;
}
.sch-cri .section > .selections .btn-blue:hover {
  color: #FFFFFF                                                ;
  background: #418fde;
}
.sch-cri .section > .selections > .img-select {
  display: inline-block;
  border: 4px solid transparent;
  width: 130px;
  padding: 4px;
  border-radius: 4px;
  color: #000000;
}
.sch-cri .section > .selections > .img-select:hover {
  color: #418fde;
  border-color: #418fde;
  border-color: rgba(65,143,222,0.6);
}
.sch-cri .section > .selections > .img-select.selected {
  color: #418fde;
  border-color: #418fde;
}
.sch-cri .section > .selections > .img-select > .img {
  display: block;
  width: 114px;
  height: 72px;
  overflow: hidden;
}
.sch-cri .section > .selections > .img-select > .img > img {
  display: block;
  width: 114px;
  height: auto;
  margin-top: -5px;
}
.sch-cri .section > .selections > .img-select > .name {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 7px;
}
.sch-results {
}
.sch-results .msg {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 18px;
  margin-top: 40px;
}
.sch-results .model {
  width: 148px;
  height: 130px;
}
.sch-results .model img {
  width: 148px;
  height: 111px;
}
.sch-results .model .model-name {
  font-size: 14px;
}
.sch-cri a {
  text-decoration: none;
}
.chat-overlay {
  background-color:rgba(255,255,255,0.7);
  position: fixed;
  display: block;
  z-index:1000;
  top:44px;
  left:0;
  bottom:0;
  right:0;
  display: none;
  overflow: hidden;
}
.chat-overlay .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -18px;
}
.gallery-overlay {
  border-color: #000000;
  background:rgba(0,0,0,0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index:1000;
  top:0;
  left:0;
  bottom:0;
  right:0;
  display: none;
}
.gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index:1010;
  top:0;
  left:0;
  bottom:0;
  right:0;
  display: none;
}
.gallery .main-img {
  position: absolute;
  display:block;
  text-align: center;
  left: 0;
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.gallery .main-img img {
  width: auto;
  background-color: #FFFFFF;
}
.gallery .main-img > .arrow-left {
  position: absolute;
  display: none;
  background-color: #555555;
  background-color: rgba(0,0,0,0.3);
  background-image: url(../images/gallery_arrow-left.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 5px 10px;
  width: 50px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 0;
}
.gallery .main-img > .arrow-right {
  position: absolute;
  display: none;
  background-color: #555555;
  background-color: rgba(0,0,0,0.3);
  background-image: url(../images/gallery_arrow-right.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 5px 10px;
  width: 50px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.gallery .main-img:hover > .arrow-left, .gallery .main-img:hover > .arrow-right {
  display: block;
}
.gallery .caption-bar {
  position: absolute;
  background-color: #555555;
  background-color: rgba(0,0,0,0.6);
  bottom: 72px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  font-size: 0;
}
.gallery .caption-bar > div {
  display: table;
  width: 100%;
  margin: 0;
}
.gallery .caption-bar > div > div {
  display: table-cell;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
}
.gallery .close-x {
  position: absolute;
  top: 10px;
  right: 10px;
}
.gallery .thumbs {
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  height: 104px;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.gallery .thumbs > .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.gallery .thumbs > .inner > a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 72px;
  margin: 0 2px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.gallery .thumbs > .inner > a:first-child {
  margin-left: 2px;
}
.gallery .thumbs > .inner > a > img {
  display: block;
  vertical-align: top;
  width: auto;
  height: 72px;
}
.gallery .thumbs > .inner > a > .select-marker {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: #418fde;
  background: rgba(65,143,222, 0.95);
}
.loading-backdrop {
  background:rgba(0,0,0,0.4);
  position: absolute;
  display: none;
  z-index:10100;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.loading-backdrop .spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.coverages-loading-backdrop {
  background:rgba(0,0,0,0.05);
  position: absolute;
  display: none;
  z-index:10100;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.coverages-loading-backdrop .spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.loading-backdrop .spinner.large {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.loading-backdrop.chat-loading {
  display: block;
  position: fixed;
  background: rgba(0,0,0,0.4);
}
.loading-backdrop.chat-loading .loading-circles li {
  border-color: #FFFFFF !important;
}
.chat-pane-header {
  display: block;
  padding: 0 0 0 20px;
}
.right .chat-pane-header {
  display: block;
  padding: 0 20px 0 0;
}
.chat-pane-header > div {
  height: 54px;
}
.chat-scroll-pane {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
ul.chat-sessions {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.chat-sessions > li {
  display: block;
  padding-left: 20px;
  padding-right: 0px;
}
ul.chat-sessions > li > a {
  display: block;
  position: relative;
  border-left: 4px solid transparent;
  padding: 6px 15px 6px 10px;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
ul.chat-sessions > li > a:hover {
  background-color: #EEEEEE;
}
ul.chat-sessions > li > a .new-dot {
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-image: url(../images2/chat/chat_new_message_dot.png);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
ul.chat-sessions > li > a.active {
  background: #418fde;
  border-left: 4px solid rgba(65,143,222, 0.95);
  background-color: transparent;
}
ul.chat-sessions > li > a.active .new-dot {
  display: none;
}
.chat-console {
  display: block;
  position: relative;
  margin: auto;
  background-color: #FFFFFF;
}
.chat-console .tabs {
  display: block;
  background-color: #FFFFFF;
}
.chat-console .tabs > ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  vertical-align: top;
}
.chat-console .tabs > ul > li {
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}
.chat-console .tabs > ul > li:last-child {
  border-right: none;
}
.chat-console .tabs > ul > li.right {
  width: 100%;
  text-align: right;
}
.chat-console .tabs > ul > li > a {
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  height: 38px;
}
.chat-console .tabs > ul > li.active {
  background-color: #EEEEEE;
  border-top: 1px solid #EEEEEE;
}
.full-pane {
  position: absolute;
  display: block;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.chat {
  display: block;
  margin: auto;
  background-color: #FFFFFF;
}
.chat.dealer {
  background-color: #EEEEEE;
}
.chat-page {
  display: block;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #FFFFFF;
}
.chat-page .left, .chat-page .middle, .chat-page .right, .chat-page .right-notifications {
  display: block;
  position: absolute !important;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}
.chat-page .left {
  left: 10px;
  width: 265px;
  border: 1px solid #DDDDDD;
}
.chat-page .middle {
  right: 760px;
  left: 285px;
  border: 1px solid #DDDDDD;
}
.chat-page .right {
  width: 430px;
  right: 320px;
  border: 1px solid #DDDDDD;
}
.chat-page .right-notifications {
  display: none;
  right: 10px;
  width: 300px;
  border: 1px solid #DD0000;
}
.chat-page .right .chat-attach-pane {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 44px;
}
.chat-page .right.collapsed .chat-attach-pane {
  display: none;
}
.chat-page .right .menu-bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 44px;
  background-color: #F2F2F2;
  background-color: rgba(242,242,242,0.9);
  border-left: 1px solid #DDDDDD;
}
.chat-page .right .menu-bar > ul {
  list-style: none;
  display: block;
  vertical-align: top;
  text-align: center;
  padding: 0;
  margin: 0;
}
.chat-page .right .menu-bar > ul > li {
  display: block;
  padding-bottom: 6px;
  text-align: center;
}
.chat-page .right .menu-bar > ul > li:first-child {
  padding-top: 6px;
}
.chat-page .right .menu-bar > ul > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  margin:auto;
  padding: 1px 0 0 1px;
  text-align: center;
  text-decoration: none;
}
.chat-page .right .menu-bar > ul > li.selected a {
  background-color: rgba(65,143,222, 0.85);
}
.chat-page .right .menu-bar > ul > li > a > i {
  line-height: 30px;
}
.chat-page .right .menu-bar > ul > li.selected > a > i {
  color: #FFFFFF;
}
.chat-page .right.collapsed .menu-bar > ul > li.selected > a > i {
  color: #FFFFFF
}
/*@media only screen and (min-width:1600px) {
  .chat-page .right {
    right: 420px;
  }
  .chat-page .middle {
    right: 910px;
  }
}*/
.on-chat .fixed-flash {
  display: none !important;
}
@media only screen and (max-width:1500px) {
  .chat-page .middle {
    left: 285px;
    right: 500px;
  }
  .chat-page .right {
    width: 480px;
    right: 10px;
  }
  .chat-page .right-notifications {
    display: none !important;
  }
  .on-chat .fixed-flash {
    display: block !important;
  }
}
@media only screen and (max-width:1200px) {
  .chat-page .right {
    width: 430px;
  }
  .chat-page .middle {
    right: 450px;
  }
}
@media only screen and (m-width:1070px) {
  .chat-page .middle {
    right: 66px;
  }
}
.chat-page .right.collapsed {
  border-left: none;
  width: 46px;
}
.attach-set-width {
  position:relative;
  overflow: hidden;
}
.chat-console .feed-mbx {
  display: block;
  position: relative;
  overflow: hidden;
}
.chat-console .feed {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0px;
  -webkit-overflow-scrolling: touch;
}
.chat-console .feed-end {
  display: none;
}
.chat-new-mbx {
  display: block;
  position: relative;
  border-top: 1px solid #D5D5D5;
  background-color: #EEEEEE;
  font-size: 0;
}
.chat-new-mbx .input-field {
  resize: none;
  width: 100%;
  height: 36px;
  line-height: 16px;
  padding: 10px 7px;
  overflow: hidden;
}
.chat-new-mbx.chat-cust-inp {
  background: transparent;
  background-color: transparent;
  border-top: 1px solid rgba(180, 180, 180, 0.3);
  padding: 0px;
  min-height: 44px;
  box-sizing:border-box;
}
.chat-new-mbx.chat-cust-inp textarea {
  margin-top: 4px;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.chat-new-mbx.chat-cust-inp .btn.ic {
  background: transparent;
  background-color: transparent;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  border: none;
}
.chat-new-mbx.chat-cust-inp .btn.ic i {
  height: 42px;
  line-height: 42px;
  color: #999999;
}
.chat-new-mbx.chat-cust-inp .btn.ic:focus {
  background-color: transparent;
  box-shadow: none;
}
.chat-new-mbx-atn {
  display: block;
  padding: 0 10px 10px;
  background-color: #EEEEEE;
  font-size: 0;
}
.chat-new-mbx-atn span {
  font-size: 16px;
}
.chat-new-mbx .btn {
  padding: 0px 10px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
}
.chat-new-mbx .btn [class*="icon-"] {
  line-height: 34px;
  color: #FFFFFF;
}
.chat-new-mbx .btn.ic {
  padding: 0px 6px;
}
.chat-console .obj-seltr {
  position: absolute;
  display: block;
  margin-top: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: -1;
}
.obj-seltr .seltr-header, .pane-header {
  display: block;
  text-align: center;
  background-color: #003063;
  color: #FFFFFF;
  padding: 6px 10px;
  font-size: 14px;
  height: 28px;
}
.obj-seltr .seltr-header {
  position: relative;
  height: 32px;
  z-index: 100;
}
.obj-seltr .seltr-header > a {
  color: #FFFFFF;
}
.obj-seltr .seltr-header .rp-closer {
  position: absolute;
  left: 0;
  top: 2px;
  color: #999999;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  padding: 0 8px;
}
.obj-seltr .seltr-header .rp-closer:hover {
  color: #000000;
}
.obj-seltr .seltr-header .rp-closer .icon-24-right-arrow {
  margin-bottom: -6px;
}
.obj-seltr .seltr-header .icon-24-left-arrow {
  position: absolute;
  left: 0;
  top: 3px;
}
.obj-seltr .seltr-container {
  display: block;
  position: relative;
}
.obj-seltr .seltr-scroller {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #FFFFFF;
  vertical-align: top;
  left: 0;
  right: 0;
}
.obj-seltr .seltr-abs-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.obj-seltr .seltr-abs-content .blocker {
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.obj-seltr .seltr-right {
  width: 320px;
  margin-left: 100%;
  border-left: 1px solid #D5D5D5;
  overflow: hidden;
}
.obj-seltr .trim-picker {
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  margin-top: -100%;
  z-index: 90;
}
.obj-seltr .select-trim-dd {
  color: #000000;
  text-decoration: none;
}
.obj-seltr .search-btn {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  padding: 2px 2px;
  height: 30px;
  z-index: 10;
}
.new-line-btns {
  display: none;
}
.trimmed .new-line-btns {
  display: block;
}
.trimmed .same-line-btns {
  display: none;
}
.bg-me {
  background-color: #D2E5FF;
  /*background-color: #F4E6FA;*/
}
.bg-other {
  background-color: #F5E3BC;
}
.seg-brand {
  display:block;
  background-color: rgba(255,255,255,1.0);
  padding:2px;
  border-radius:3px;
}
.chat-bubbles {
  position: relative;
}
.chat-bubbles .bubble-contact-form {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.chat-bubbles .feed-row {
  display: block;
  padding: 3px 0 0;
  margin: 0 10px 5px;
}
.chat-bubbles .feed-row.msg-bubble {
  opacity: 0;
}
.chat-bubbles .feed-row.ready {
  opacity: 1;
}
.chat-bubbles .feed-row.me {
  text-align: right;
}
.chat-bubbles .feed-row.banner {
  opacity: 1;
  padding: 10px;
}
.chat-bubbles .feed-row.cu-same .bubble-foot {
  display: none;
}
.chat-bubbles .feed-row.banner .load-dot {
  font-size: 14px;
}
.chat-bubbles .feed-row .bubble-container .bubble, .chat-bubbles .feed-row .bubble {
  position: relative;
  display: inline-block;
  background-color: #F5E3BC;
  padding: 5px 10px;
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 5px;
  max-width: 340px;
}
.chat-bubbles .feed-row .bubble [class*="bdr"], .chat-bubbles .feed-row .bubble [class*="bdd"] {
  border-color: #555555;
}
.chat-bubbles .feed-row .bubble-container .bubble .btn-bot-aligned {
  border-radius: 0 0 0 0;
}
.chat-bubbles .feed-row .bubble-container .bubble > div {
  position: relative;
  display: block;
}
.chat-bubbles .feed-row.me .bubble-container .bubble {
  background-color: #EBF3FF;
  border-radius: 6px 6px 6px 6px;
}
.chat-bubbles .feed-row .bubble-container .bubble.msg {
  word-wrap: break-word;
  max-width: 320px;
  padding: 10px 10px;
  text-align: left;
}
.chat-bubbles .feed-row .bubble-container .bubble.msg .widget {
  display: block;
  padding: 5px;
  margin-top: 5px;
  background-color:rgba(0,0,0,0.2);
  border-radius:4px;
}
.chat-bubbles .feed-row .bubble-container .bubble.msg .widget.sleek {
  padding: 10px;
  margin: 0;
}
.chat-bubbles .feed-row > .strk-thru {
  display: block;
  text-align: center;
}
.chat-bubbles .feed-row > .strk-thru > span {
  display: inline-block;
  position: relative;  
}
.chat-bubbles .feed-row > .strk-thru > span:before,
.chat-bubbles .feed-row > .strk-thru > span:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 1000%;
  background-image: url(../images2/dotted_light-1px.png);
  background-size: 2px 1px;
  background-repeat: repeat-x;
  background-position: center center;
}
.chat-bubbles .feed-row > .strk-thru > span:before {
  right: 100%;
  margin-right: 10px;
}
.chat-bubbles .feed-row > .strk-thru > span:after {
  left: 100%;
  margin-left: 10px;
}
.chat-bubbles .feed-row .bubble-container .bubble.appointment {
  background-image: url(../images2/clock.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 7px 10px;
  padding-left: 28px;
}
.chat-bubbles .feed-row .bubble-container .bubble.msg .hilht,
.chat-bubbles .feed-row .bubble-container .bubble.msg .hilht span {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.chat-bubbles .feed-row .bubble-container .bubble.msg .hilht [class*="icon-16-"] {
  margin-bottom: -4px;
}
.chat-bubbles .feed-row .bubble.msg.user-typing {
  display: inline-block;
  background-color: #F5F5F6;
  border: 1px dashed #555555;
  border-radius: 6px 6px 6px 6px !important;
  color: #555555;
  min-width: 16px;
  vertical-align: top;
  padding: 7px;
  min-width: 0;
  width: auto;
  opacity: 1;
}
.chat-bubbles .feed-row .bubble.msg.user-typing > i {
  margin: 0 0 0 0;
  display: inline-block;
}
.chat-bubbles .feed-row .bubble.msg.user-typing > i, .chat-bubbles .feed-row .bubble.msg.user-typing > span {
  vertical-align: top;
}
.chat-bubbles .feed-row .bubble.msg.user-typing > span {
  padding: 0 3px 0 2px;
}
.chat-bubbles .feed-row .bubble-container .bubble.car > a,
.chat-bubbles .feed-row .bubble-container .bubble.car > div {
  display: block;
  height: 140px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 260px;
}
.chat-bubbles .feed-row .bubble-container .bubble.part > div {
  min-width: 240px;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div {
  width: auto;
  height: 120px;
  background-color: #FFFFFF;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div > .pc3 {
  display: table;
  width: 100%;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div > .pc3 > div {
  display: table-cell;
  width: 120px;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div .pc3 > div > img {
  width: 100%;
  height: auto;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div .pc3 > div:first-child > img {
  border-radius: 6px 0 0 0;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div .pc3 > div:last-child > img {
  border-radius: 0 6px 0 0;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison.comp-mt0 > div .pc3 > div {
  padding-left: 10px;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison.comp-mt0 > div .pc3 > div:last-child {
  padding-right: 10px;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison.comp-mt0 > div .pc3 > div,
.chat-bubbles .feed-row .bubble-container .bubble.comparison.comp-mt0 > div .pc3 > div > img {
  width: 100px;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison.noimg > div {
  height: auto;
  padding: 10px;
  width: 260px;
  text-align: center;
}
.chat-bubbles .feed-row .bubble-container .bubble.video > div {
  border-width: 0;
  padding: 0 0 0 0;
  width: 50%;
  min-width: 280px;
}
.chat-bubbles .feed-row .bubble-container .bubble.video > div .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images2/play-video.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.chat-bubbles .feed-row .bubble-container .bubble.video.playing > div .play-btn {
  background-image: url(../images2/loading_spinner.gif);
}
.chat-bubbles .feed-row .bubble-container .bubble.review {
  min-width: 320px;
  min-height: 40px;
  overflow-x:hidden;
}
.chat-bubbles .feed-row .bubble-container .bubble.review div {
  word-wrap: break-word;
  max-width: 350px;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory > div,
.chat-bubbles .feed-row .bubble-container .bubble.inventory > a {
  height: 160px;
}
.chat-bubbles .feed-row .bubble-container .bubble.offer > div {
  height: auto;
  width: 100%;
  max-width: 300px;
}
.chat-bubbles .feed-row .bubble-container .bubble.details > div {
  border-width: 0;
  display: block;
  position: relative;
  padding: 5px;
  width: 280px;
  vertical-align: top;
  text-align: center;
}
.chat-bubbles .feed-row .bubble-container .bubble.details > div .innr {
  display: block;
  padding: 3px 7px 8px;
}
.chat-bubbles .feed-row .bubble-container .bubble.details > div .otitle {
  display: block;
  text-align:center;
  font-size: 16px;
  font-weight: bold;
}
.chat-bubbles .feed-row .bubble-container .bubble.details > div .oquote {
  display: block;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 32px;
  color: #009900;
}
.chat-bubbles .feed-row .bubble-container .bubble.details > div .otxt {
  font-size: 14px;
}
.chat-bubbles .feed-row .bubble-container .bubble.details [class*="icon-"] {
  font-weight: normal;
}
.chat-bubbles .feed-row .bubble.typing {
  border-radius: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
  border-width: 0 0 0 0;
  line-height: 0;
}
.chat-bubbles .feed-row .bubble.typing img {
  height: 12px;
}
.chat-bubbles .feed-row .bubble .num-cnt {
  display: inline-block;
  padding: 5px 8px 5px 6px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
}
.chat-bubbles .feed-row .bubble .num-cnt.red {
  background-color: #CC0000;
}
.chat-bubbles .feed-row .bubble .num-cnt.green {
  background-color: #5BB75B;
}
.chat-bubbles .feed-row .bubble .num-cnt.gray {
  background-color: #999999;
}
.chat-bubbles .feed-row .cu-img {
  display: none;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 22px;
  margin-right: 3px;
}
.chat-bubbles .feed-row-org .cu-img {
  display: inline-block;
}
.chat-bubbles .feed-row .cu-arr {
  display: none;
  font-size: 14px;
  vertical-align: top;
  margin-top: 10px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 0px solid #007bff;
}
.chat-bubbles .feed-row.me .cu-arr {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: none;
  border-left: 8px solid #007bff;
}
.chat-bubbles .feed-row.me .cu-arr.cu-left {
  display: none;
}
.chat-bubbles .feed-row .cu-arr.cu-right {
  display: none;
}
.chat-bubbles .feed-row .cu-arr.cu-bottom {
  display: none;
  margin-top: -2px;
  margin-right: 10px;
  border-top: 8px solid #007bff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
}
.chat-bubbles .feed-row .arr {
  display: block;
  font-size: 11px;
  color: #999999;
  padding-top:2px;
  padding-left: 10px;
}
.chat-bubbles .feed-row .arr > .triangle {
  display: none;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #007bff transparent transparent transparent;
}
.chat-bubbles .feed-row.me .arr > .triangle {
  border-width: 0 14px 14px 0;
  border-color: transparent #007bff transparent transparent;
}
.chat-bubbles .feed-row.me .arr {
  text-align: right;
  padding-right: 10px;
}
.chat-bubbles .feed-row .arr.no-arr {
  margin-bottom: 8px;
  margin-left: 4px;
}
.chat-bubbles .feed-row .arr > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url(../images2/chat/chat_bubble_arr-l_1@2x.png);
}
.chat-bubbles .feed-row.cu1 .bubble-container .bubble {
  background-color: #F5E3BC;
}
.chat-bubbles .feed-row.cu2 .bubble-container .bubble {
  background-color: #D1E5FF;
}
.chat-bubbles .feed-row.cu2.row-device-99 .bubble-container .bubble {
  background-color: #777777;
  color: #FFFFFF;
}
.chat-bubbles .feed-row.cu2.row-device-99 .bubble-container .bubble i {
  color: #FFFFFF;
}
.chat-bubbles .feed-row.cu2.row-device-99 .bubble-container .bubble [class*="bdr"],
.chat-bubbles .feed-row.cu2.row-device-99 .bubble-container .bubble [class*="bdd"] {
  border-color: #FFFFFF;
}
.chat-bubbles .feed-row.cu3 .bubble-container .bubble {
  background-color: #B6E697;
}
.chat-bubbles .feed-row.cu4 .bubble-container .bubble {
  background-color: #F4E1FF;
}
.chat-bubbles .feed-row.cu5 .bubble-container .bubble {
  background-color: #93EEED;
}
.chat-bubbles .feed-row.cu6 .bubble-container .bubble {
  background-color: #FFE1F7;
}
.chat-bubbles .feed-row.cu7 .bubble-container .bubble {
  background-color: #EDE569;
}
.chat-bubbles .feed-row.cu8 .bubble-container .bubble {
  background-color: #FFE7E6;
}
.chat-bubbles .feed-row.cu9 .bubble-container .bubble {
  background-color: #7DEF88;
}
.chat-bubbles .feed-row.cu10 .bubble-container .bubble {
  background-color: #EBEBEB;
}
.chat-bubbles .feed-row.cu100 .bubble-container .bubble {
  background-color: #003063;
  color: #FFFFFF;
}
.chat-bubbles .feed-row > .full-width {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.chat-bubbles .feed-row > .red-alert {
  background-color: #DD0000;
}
.chat-bubbles .feed-row > .ui-step {
  background-color: #1F61DB;
}
.chat-bubbles .feed-row > .full-width a {
  color: #FFFFFF;
  text-decoration: underline;
}
.chat-bubbles .feed-row > .full-width .text {
  font-size: 12px;
}
.chat-bubbles .feed-row > .full-width .ts {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
}
.chat-bubbles .feed-row > .banner-ad {
  display: block;
  text-align: center;
  min-height: 100px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px;
}
.chat-bubbles .feed-row > .banner-ad > div {
  display: block;
  border: 1px dashed #FFFFFF;
  padding: 10px;
  background-color: rgba(255,255,255,0.2)
;}
.chat-bubbles .feed-row > .bn-ad > div > div {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.chat-bubbles .feed-row > .bn-ad > div > div.img > img {
  width: 160px;
  height: auto;
}
.chat-bubbles .feed-row > .bn-ad > div > div.info {
  max-width: 260px;
  text-align: left;
}
.chat-bubbles .feed-row > .bn-ad > div > div.info .name {
  font-size: 16px;
}
.chat-bubbles .feed-row > .bn-ad > div > div.info .price {
  font-size: 24px;
}
.chat-bubbles .feed-row .arr {
  display: block;
  font-size: 11px;
  color: #999999;
}
.chat-bubbles .feed-row.me .arr {
  text-align: right;
}
.chat-bubbles .feed-row .arr.no-arr {
  margin-bottom: 8px;
  margin-right: 4px;
}
.chat-bubbles .feed-row .arr > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url(../images2/chat/chat_bubble_arr-l_1@2x.png);
}
.chat-page > div.middle > .session.org.device-4 .chat-console {
  background-color: #FFF5FD;
}
.chat-bubbles .feed-row.cu1 .arr > .triangle {
  border-color: #F5E3BC transparent transparent transparent;
}
.chat-bubbles .feed-row.cu2 .arr > .triangle {
  border-color: #D1E5FF transparent transparent transparent;
}
.chat-bubbles .feed-row.cu3 .arr > .triangle {
  border-color: #B6E697 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu4 .arr > .triangle {
  border-color: #F4E1FF transparent transparent transparent;
}
.chat-bubbles .feed-row.cu5 .arr > .triangle {
  border-color: #93EEED transparent transparent transparent;
}
.chat-bubbles .feed-row.cu6 .arr > .triangle {
  border-color: #FFE1F7 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu7 .arr > .triangle {
  border-color: #EDE569 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu8 .arr > .triangle {
  border-color: #FFE7E6 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu9 .arr > .triangle {
  border-color: #7DEF88 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu10 .arr > .triangle {
  border-color: #EBEBEB transparent transparent transparent;
}
.chat-bubbles .feed-row.cu100 .arr > .triangle {
  border-color: #003063 transparent transparent transparent;
}
.chat-bubbles .feed-row.me.cu1 .arr > .triangle {
  border-color: transparent #F5E3BC transparent transparent;
}
.chat-bubbles .feed-row.me.cu2 .arr > .triangle {
  border-color: transparent #D1E5FF transparent transparent;
}
.chat-bubbles .feed-row.me.cu3 .arr > .triangle {
  border-color: transparent #B6E697 transparent transparent;
}
.chat-bubbles .feed-row.me.cu4 .arr > .triangle {
  border-color: transparent #F4E1FF transparent transparent;
}
.chat-bubbles .feed-row.me.cu5 .arr > .triangle {
  border-color: transparent #93EEED transparent transparent;
}
.chat-bubbles .feed-row.me.cu6 .arr > .triangle {
  border-color: transparent #FFE1F7 transparent transparent;
}
.chat-bubbles .feed-row.me.cu7 .arr > .triangle {
  border-color: transparent #EDE569 transparent transparent;
}
.chat-bubbles .feed-row.me.cu8 .arr > .triangle {
  border-color: transparent #FFE7E6 transparent transparent;
}
.chat-bubbles .feed-row.me.cu9 .arr > .triangle {
  border-color: transparent #7DEF88 transparent transparent;
}
.chat-bubbles .feed-row.me.cu10 .arr > .triangle {
  border-color: transparent #EBEBEB transparent transparent;
}
.chat-bubbles .feed-row.me.cu100 .arr > .triangle {
  border-color: transparent #003063 transparent transparent;
}
.chat-bubbles .feed-row.cu1 .cu-arr {
  border-color: transparent #F5E3BC transparent transparent;
}
.chat-bubbles .feed-row.cu2 .cu-arr {
  border-color: transparent #D1E5FF transparent transparent;
}
.chat-bubbles .feed-row.cu3 .cu-arr {
  border-color: transparent #B6E697 transparent transparent;
}
.chat-bubbles .feed-row.cu4 .cu-arr {
  border-color: transparent #F4E1FF transparent transparent;
}
.chat-bubbles .feed-row.cu5 .cu-arr {
  border-color: transparent #93EEED transparent transparent;
}
.chat-bubbles .feed-row.cu6 .cu-arr {
  border-color: transparent #FFE1F7 transparent transparent;
}
.chat-bubbles .feed-row.cu7 .cu-arr {
  border-color: transparent #EDE569 transparent transparent;
}
.chat-bubbles .feed-row.cu8 .cu-arr {
  border-color: transparent #FFE7E6 transparent transparent;
}
.chat-bubbles .feed-row.cu9 .cu-arr {
  border-color: transparent #7DEF88 transparent transparent;
}
.chat-bubbles .feed-row.cu10 .cu-arr {
  border-color: transparent #EBEBEB transparent transparent;
}
.chat-bubbles .feed-row.cu100 .cu-arr {
  border-color: transparent #003063 transparent transparent;
}
.chat-bubbles .feed-row.me.cu1 .cu-arr {
  border-color: transparent transparent transparent #F5E3BC;
}
.chat-bubbles .feed-row.me.cu2 .cu-arr {
  border-color: transparent transparent transparent #D1E5FF;
}
.chat-bubbles .feed-row.me.cu2.row-device-99 .cu-arr {
  border-color: transparent transparent transparent #777777;
}
.chat-bubbles .feed-row.me.cu3 .cu-arr {
  border-color: transparent transparent transparent #B6E697;
}
.chat-bubbles .feed-row.me.cu4 .cu-arr {
  border-color: transparent transparent transparent #F4E1FF;
}
.chat-bubbles .feed-row.me.cu5 .cu-arr {
  border-color: transparent transparent transparent #93EEED;
}
.chat-bubbles .feed-row.me.cu6 .cu-arr {
  border-color: transparent transparent transparent #FFE1F7;
}
.chat-bubbles .feed-row.me.cu7 .cu-arr {
  border-color: transparent transparent transparent #EDE569;
}
.chat-bubbles .feed-row.me.cu8 .cu-arr {
  border-color: transparent transparent transparent #FFE7E6;
}
.chat-bubbles .feed-row.me.cu9 .cu-arr {
  border-color: transparent transparent transparent #7DEF88;
}
.chat-bubbles .feed-row.me.cu10 .cu-arr {
  border-color: transparent transparent transparent #EBEBEB;
}
.chat-bubbles .feed-row.me.cu100 .cu-arr {
  border-color: transparent transparent transparent #003063;
}
.chat-bubbles .feed-row.cu1 .cu-arr.cu-bottom {
  border-color: #F5E3BC transparent transparent transparent;
}
.chat-bubbles .feed-row.cu2 .cu-arr.cu-bottom {
  border-color: #D1E5FF transparent transparent transparent;
}
.chat-bubbles .feed-row.cu3 .cu-arr.cu-bottom {
  border-color: #B6E697 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu4 .cu-arr.cu-bottom {
  border-color: #F4E1FF transparent transparent transparent;
}
.chat-bubbles .feed-row.cu5 .cu-arr.cu-bottom {
  border-color: #93EEED transparent transparent transparent;
}
.chat-bubbles .feed-row.cu6 .cu-arr.cu-bottom {
  border-color: #FFE1F7 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu7 .cu-arr.cu-bottom {
  border-color: #EDE569 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu8 .cu-arr.cu-bottom {
  border-color: #FFE7E6 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu9 .cu-arr.cu-bottom {
  border-color: #7DEF88 transparent transparent transparent;
}
.chat-bubbles .feed-row.cu10 .cu-arr.cu-bottom {
  border-color: #EBEBEB transparent transparent transparent;
}
.chat-bubbles .feed-row.cu100 .cu-arr.cu-bottom {
  border-color: #003063 transparent transparent transparent;
}
.chat-bubbles .feed-row .bubble.note {
  display: inline-block;
  background-color: #EEEEEE;
  padding: 10px 10px 10px 15px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  max-width: 70%;
  text-align: left;
  margin-bottom: 5px;
}
.chat-bubbles .feed-row .bubble.note > .note-icon {
  display: block;
  position: absolute;
  top: 6px;
  left: -12px;
  padding: 3px 2px;
  background-color: #FFFFFF;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.chat-bubbles .feed-row .bubble.note > .note-icon > i {
  vertical-align: top;
}
.chat-bubbles .feed-row .bubble-container .bubble.dots {
  width: 50px;
  height: 24px;
}
.chat-bubbles .feed-row .bubble-container .bubble .loading {
  display: block;
  position: absolute;
  width: 36px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -18px;
}
.chat-bubbles .feed-row .bubble-container .bubble > a {
  position: relative;
  overflow: hidden;
}
.chat-bubbles .feed-row .bubble-container .bubble > div .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble > a .title-banner {
  position: absolute;
  display: block;
  background-image: url(../images2/banner_black_trn-bottom.png);
  background-repeat: repeat-y;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  line-height: 40px;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 20px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-bubbles .feed-row.msg-loading .bubble-container .bubble {
  background-color: #F5F5F6;
  min-width: 56px;
  min-height: 26px;
  padding: 0px;
  text-align: center;
}
.chat-bubbles .feed-row.msg-loading .bubble-container .bubble .tt-dropdown-menu {
  color: #555555;
}
.chat-bubbles .feed-row .bubble-container .bubble .bubble-video-player {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.chat-bubbles .feed-row .bubble-container .bubble.video .title-banner {
  left: 0px;
  right: 0px;
}
.chat-bubbles .feed-row .bubble-container .bubble.car > div .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble.car > a .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble.car > div .title-banner span,
.chat-bubbles .feed-row .bubble-container .bubble.car > a .title-banner span {
  text-align: center;
  text-overflow: ellipsis;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > div .title-banner {
  font-size: 11px;
  text-overflow: ellipsis;
  line-height: 12px;
}
.chat-bubbles .feed-row .bubble-container .bubble.car.comparison > div .title-banner span {
  display: block;
  margin-top: 10px;
  line-height: 10px;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory > div .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble.inventory > a .title-banner {
  height: 70px;
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left {
  position: absolute;
  display: block;
  top: 26px;
  left: 10px;
  background-color: rgba(0,0,0,0.6);
  color: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left > span > .ctx-menu {
  display: inline-block;
  vertical-align: top;
  padding: 4px;
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left > span > .ctx-menu .menus {
  display: none;
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left > span > .ctx-menu.green {
  background-color: rgba(0,255,0,0.6);
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left > span > .ctx-menu.red {
  background-color: rgba(255,0,0,0.6);
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left > span > .ctx-menu.blue {
  background-color: rgba(65,143,222, 0.85);
}
.chat-bubbles .feed-row .bubble-container .bubble .top-left.dl {
  top: 10px;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory .top-left > .dollars {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 5px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory .top-left > .payments {
  display: inline-block;
  vertical-align: top;
  padding: 4px 4px;
  background-color: rgba(91,183,91,0.85);
  font-size: 12px;
  color: #FFFFFF;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory .top-left > .payments > i {
  vertical-align: top;
}
.chat-bubbles .feed-row .bubble-container .bubble .title-banner span.sub-text {
  display: block;
  width: auto;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #CCCCCC;
  margin-top: -10px;
}
.chat-bubbles .feed-row > a:hover {
  text-decoration: none !important;
  color: #418fde;
}
.chat-bubbles .feed-row .sold {
  background-color: rgba(230,0,0,0.6);
  color: #EEEEEE;
  border-radius: 2px;
  padding: 3px 4px 3px;
  text-align: center;
  font-size: 12px;
}
.chat-bubbles .feed-row .bubble-container .bubble > .clickable {
  background-color: #333333 !important;
  background-color: rgba(0,0,0,0.6) !important;
  padding: 2px 10px !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 12px !important;
  height: 16px !important;
  display: block;
  text-align: center;
  width: auto !important;
  min-width: 0px !important;
  max-width: 3500000px !important;
}
.chat-bubbles .feed-row .bubble-container .bubble .disbl >  .trans {
  background-color: #333333 !important;
  background-color: rgba(0,0,0,0.6) !important;
  margin-top: 5px;
  padding: 5px 10px !important;
  color: #FFFFFF !important;
  font-weight: 300 !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
  width: auto !important;
  min-width: 0px !important;
  max-width: 3500000px !important;
}
.chat-bubbles .feed-row .bubble-container .bubble > .clickable.floating {
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
}
.chat-bubbles .feed-row .bubble-container .bubble.review > .clickable {
  background-color: rgba(0,0,0,0.2) !important;
}
.chat-bubbles .feed-row .bubble-container .bubble.comparison > .clickable {
}
.chat-bubbles .feed-row .bubble-container .bubble > .poke {
  position: absolute;
  top: 5px;
  left: -26px;
  width: auto !important;
  min-width: 0px !important;
  border: none !important;
}
.chat-bubbles .feed-row .bubble-container {
  display: block;
  white-space: nowrap;
  font-size: 0;
}
.chat-bubbles .feed-row .bubble-container .bubble-comp {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
@-webkit-keyframes bubbleAni {
  from {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes bubbleAni {
  from {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
  }
}
.chat-bubbles .feed-row.ani.ready .bubble-container .bubble-comp {
  -webkit-animation-name: bubbleAni;
  animation-name: bubbleAni;
  transform-origin: top left;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.chat-bubbles .feed-row.ani.me.ready .bubble-container .bubble-comp {
  -webkit-animation-name: bubbleAni;
  animation-name: bubbleAni;
  transform-origin: top right;
}
.chat-bubbles .feed-row .bubble-container .bubble {
  white-space: normal;
  border-radius: 6px 6px 6px 6px;
}
@-webkit-keyframes bubbleUserAni {
  from {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes bubbleUserAni {
  from {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
  }
}
.chat-bubbles .feed-row.ani .cu-img {
  -webkit-animation-name: bubbleUserAni;
  animation-name: bubbleUserAni;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.chat-bubbles .cn-org-chat .cu-img {
  display: none;
}
.chat-bubbles .feed-row.cu-same {
  margin-bottom: 0;
}
.chat-bubbles .cu-same-time .cu-img, .chat-bubbles .cu-same-time .cu-arr {
  opacity: 0 !important;
}
.chat-bubbles .feed-row.me .cu-arr.cu-right {
  opacity: 1 !important;
}
@media only print {
  .chat-bubbles .feed-row .arr > .triangle {
    display: none;
  }
}
.chat-pickers .make-scroller {
  height: 60px;
}
.chat-pickers .make-scroller > .scroller-inner {
  height: 72px;
}
.chat-pickers .make-scroller > .scroller-inner > ul {
}
.chat-pickers .make-scroller > .scroller-inner > ul > li:first-child {
  padding-left: 24px;
}
.chat-pickers .make-scroller > .scroller-inner > ul > li:last-child {
  padding-right: 24px;
}
.chat-pickers .make-scroller > .scroller-inner.no-arrows > ul > li:first-child {
  padding-left: 0px;
}
.chat-pickers .make-scroller > .scroller-inner.no-arrows > ul > li:last-child {
  padding-right: 0px;
}
.chat-pickers .make-scroller > .scroller-inner > ul > li > a {
  padding: 15px 10px;
  display: block;
  color: #555555;
  text-decoration: none;
  margin: 0 0;
  margin-bottom: 10px;
}
.chat-pickers .make-scroller > .scroller-inner > ul > li > a.selected {
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), inset 0 -5px 0 #418fde;
}
.chat-pickers .make-scroller > .scroller-inner > ul > li > a [class*="icon-brand-"] {
  background-size: 30px 30px !important;
  height:30px !important;
  width:30px !important;
  vertical-align: top !important;
  margin: 0 !important;
}
.chat-pickers .make-scroller > a.arr-l, .chat-pickers .make-scroller > a.arr-r {
  background-color: rgba(0,0,0,0.4);
  width: 24px;
  height: 60px;
}
.chat-pickers .make-scroller.thin > .scroller-inner > ul > li > a {
  padding: 10px 10px;
  margin: 5px 0;
  border-radius: 4px;
}
.chat-pickers .pg-sub-header {
  padding: 5px 10px;
  font-size: 14px;
}
.chat-pickers .seltr-header .icon-24-circle-down-arrow {
  background-size: 264px 240px;
  height:16px;
  width:16px;
  background-position: -192px -24px;
  margin-left: 5px;
  margin-bottom: -3px;
}
.chat-pickers .make-models {
  padding: 0;
}
.chat-pickers .make-models a.model, .chat-pickers .make-models .model {
  max-width: 90px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.chat-pickers.multi-select .make-models .model > a {
  width: 90px;
  display: block;
  border: 3px solid transparent;
  border-radius: 4px;
}
.chat-pickers.multi-select .make-models .model > a.selected {
  border: 3px solid #418fde;
}
.chat-pickers .make-models .model-img {
  height: 60px;
}
.chat-pickers .make-models .model-name {
  font-size: 11px;
}
.chat-pickers ul.simple-list, .trim-picker ul.simple-list {
  font-size: 14px;
  line-height: 14px;
}
.chat-pickers ul.simple-list .car-img img, .trim-picker ul.simple-list .car-img img {
  width: 72px;
}
.chat-pickers ul.simple-list .video-img img, .trim-picker ul.simple-list .video-img img {
  width: 110px;
}
.chat-pickers ul.simple-list > li > a, .trim-picker ul.simple-list > li > a {
  font-size: 14px;
  padding: 10px 10px 10px 0;
}
.chat-pickers ul.simple-list > li > a .fnts, .trim-picker ul.simple-list > li > a .fnts {
  font-size: 12px;
}
.chat-attachments {
  display: block;
}
.chat-attachments ul.simple-list {
  font-size: 14px;
  line-height: 14px;
}
.chat-attachments ul.simple-list .car-img img {
  display: block;
  width: 40px;
}
.chat-attachments ul.simple-list .video-img img {
  display: block;
  width: 72px;
}
.chat-attachments ul.simple-list > li > a {
  font-size: 14px;
  padding: 5px 10px 5px 0;
}
.chat-attachments ul.simple-list > li > a .fnts {
  font-size: 12px;
}
ul.simple-list .iv-img img {
  display: block;
  width: 92px;
}
ul.simple-list .iv-select .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #418fde;
}
.chat-attachment-view {
  display:none;
  position: fixed;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #FFFFFF;
  box-shadow: 0 0 12px rgba(0,0,0,0.7);
  border: 5px solid #FFFFFF;
}
.frame .chat-attachment-view {
  box-shadow: -7px 0 7px -4px rgba(0,0,0,0.4);
}
.chat-attachment.right {
  display:block;
  position: absolute;
  margin-left: 50%;
  background-color: #418fde;
}
.chat-attachment-view .pane {
  display:block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.chat-attachment-view  .pane > iframe {
  width: 100%;
  height: 100%;
}
.chat-attachment-view .website > iframe {
  background: #FFFFFF;
}
.chat-attachment-view .close-x {
  position: absolute;
  top: 10px;
  right: 10px;
}
.chat-attachment-view .chat-slide-back {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  border-radius: 0 0 0 0;
  background-color: rgba(0,0,0,0.85);
  text-decoration: none;
  z-index: 100;
}
.chat-attachment-view .chat-slide-back > i {
  margin-top: 0px;
}
.cust-attach-pane .form-bg > .distc {
  padding: 0;
}
.cust-attach-pane .form-bg {
  display: block;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #DDDDDD;
}
.chat-attach-pane {
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
}
.chat-attach-pane .btn.ico {
  padding: 0 8px;
  text-align: center;
}
.chat-attach-pane .obj-seltr .seltr-scroller {
}
.chat-attach-pane .make-scroller > .scroller-inner > ul > li > a.selected {
  background-color: transparent;
  box-shadow: inset 0 -8px 0 #418fde;
}
.chat-attach-pane .make-scroller > .scroller-inner > ul > li > a.active {
  background-color: #FFFFFF;
}
.chat-attach-pane .simple-list > li a {
  color: #333333;
  text-decoration: none;
}
.chat-attach-pane .simple-list > li a:hover {
  color: #418fde;
}
.chat-attach-pane .simple-list > li a.btn, .chat-attach-pane .simple-list > li a.btn:hover,
.cust-attach-pane .simple-list > li a.btn, .cust-attach-pane .simple-list > li a.btn:hover {
  color: #FFFFFF;
}
.chat-attach-pane .simple-list > li a.btn-gray, .chat-attach-pane .simple-list > li a.btn-gray:hover,
.cust-attach-pane .simple-list > li a.btn-gray, .cust-attach-pane .simple-list > li a.btn-gray:hover {
  color: #333333;
}
.chat-attach-pane .btn-thin {
  padding-left: 10px;
  padding-right: 10px;
}
.chat-attach-pane .btn-group .btn-thin {
  padding-left: 12px;
  padding-right: 12px;
}
.chat-attach-pane .btn-icon {
  padding-left: 0px;
  padding-right: 0px;
}
.chat-attach-pane .inputs {
  padding: 7px;
  border-bottom: 1px solid #DDDDDD;
  overflow-x: scroll;
}
.chat-attach-pane .inputs input {
  height: 32px;
  padding-top: 4px;
  font-size: 14px;
}
.chat-inventory-pane .simple-list > li {
  padding: 10px 0;
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
}
.chat-inventory-pane .simple-list > li:first-child {
  padding: 0 0 10px;
}
.chat-shortcuts-picker .simple-list.plain > li {
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
}
.chat-shortcuts-picker .simple-list.plain > li {
}
.chat-shortcuts-picker .simple-list.plain > li:last-child {
}
.chat-shortcuts-picker .simple-list.plain > li:first-child {
  border-top: none;
}
.chat-shortcuts-picker .simple-list.plain > li.section {
  margin-left: 0;
}
.chat-shortcuts-picker .simple-list.plain > li.section > .header {
  width: 100%;
  color: #418fde;
  font-weight: 700;
  padding: 7px 10px 7px 10px;
  background: #F2F2F2;
  background: rgba(242,242,242,0.9);
}
.chat-shortcuts-picker .simple-list.plain > li.section .simple-list.plain > li:first-child {
}
.chat-shortcuts-picker .simple-list.plain > li.section .simple-list.plain > li:last-child {
  border-bottom: none;
}
.chat-shortcuts-picker .simple-list.plain > li .text,.chat-shortcuts-picker .simple-list.plain > li .btns {
  padding-top: 7px;
  padding-bottom: 7px;
}
.chat-shortcuts-picker .simple-list.plain > li .btn {
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
}
.chat-shortcuts-picker .simple-list.plain > li .btn > [class*="icon-24-"]  {
  margin-top: 2px;
  margin-bottom: 0;
}
.chat-shortcuts-picker .simple-list.plain > li .btn > [class*="icon-16-"]  {
  margin-top: 6px;
  margin-bottom: 0;
}
.chat-shortcuts-picker .simple-list.plain.list > li > div,
.dealer-info-personnel-list .simple-list.plain.list > li > div {
  display:table-cell;
}
.cc-header {
  display: block;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  height: 36px;
  z-index: 100;
}
.cc-header a {
}
.cc-header .dropdown-header {
  white-space: nowrap;
}
.cc-header .menu-btn-c {
  padding: 0;
}
.cc-header a.menu-btn {
  margin-right: 3px;
  height: 29px;
}
.cc-header a.menu-btn.dd {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  padding: 0 0;
  margin-right: 0;
  border-left: 1px solid #DDDDDD;
  border-radius: 0;
}
.cc-header a.menu-btn.dd i {
  line-height: 36px;
  font-size: 24px;
}
.cc-header .menu-btn-c .menu-btn {
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 0;
}
.cc-header:hover .chat-menu {
  display: block;
}
.cc-header .dropdown-menu {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
}
.cc-header [class*="icon-"] {
  color: #555555;
}
.simple-list.thin li > a {
  padding: 5px 10px;
}
.simple-list.plain.list > li.deleting * {
  opacity: 0.7;
}
.chat-user-profile {
  display: block;
}
.chat-user-profile .user-img {
  display: block;
}
.form-h {
  display: block;
  margin: auto;
}
.form-h > .ctl-row {
  display: table;
  width: 100%;
}
.form-h > .ctl-row > div {
  display: table-cell;
  padding-bottom: 10px;
}
.form-h > .ctl-row .checkbox {
  min-height: 14px;
}
.form-h > .ctl-row > .ctl-label {
  padding: 5px 20px 5px 10px;
  text-align: right;
  font-size: 16px;
  width: 40%;
}
.form-h > .ctl-row > .ctl-label-1 {
  width: 160px;
}
.form-h > .ctl-row > .ctl-label-2 {
  width: 200px;
}
.form-h > .ctl-row > .ctl-fields {
  width: 60%;
}
table.form-h {
  width: 100%;
  border: 0;
}
table.form-h tr {
}
table.form-h tr > td {
  padding-bottom: 10px;
  font-size: 0;
  vertical-align: middle;
}
table.form-h tr > td:first-child, table.form-h tr > td.lbl {
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #999999;
}
.error-text {
  color: #CC0000;
}
.error-messages {
  display: block;
  text-align: center;
  background-color: #CC0000;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
}
.error-messages.error-top {
  border-radius: 0;
}
.error-messages.info {
  background-color: #333333;
}
.error-messages.alert {
  background-color: #FFE6E6;
  color: #ff0000;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.error-messages #error_explanation h2 {
  display: none;
}
.error-messages #error_explanation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-messages #error_explanation ul > li {
  display: block;
}
.error-messages.thin {
  padding: 5px 10px;
  font-size: 12px;
}
.error-list {
  display: block;
  list-style-type: none;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin-top: 5px;
}
.error-list__item {
  background-color: #CC0000;
  margin-bottom: 1px;
  padding: 10px;
}
.field_with_errors {
  display: inline-block;
}
.form-h .field_with_errors input, .field_with_errors input {
  border-color: #FF0000;
}
.sys-error-box {
  width:728px;
  background-color:rgba(255,255,255,1.0);
  position:fixed;
  display: block;
  padding:30px;
  top:50%;
  left:50%;
  margin-top:-80px;
  margin-left:-364px;  
  border-radius: 10px;
  text-align: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: 30px 30px;
  padding-left: 150px;
}
.sys-error-box.e404 {
  background-image: url(../images2/st/404.png);
}
.sys-error-box.e500 {
  background-image: url(../images2/st/500.png);
}
.sys-error-box.e403 {
  background-image: url(../images2/st/403.png);
}
.sys-error-box.e503 {
  background-image: url(../images2/st/503.png);
}
.sys-error-box .header {
  display: block;
  text-align: left;
  color: #555555;
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.sys-error-box .msg {
  display: block;
  text-align: left;
  color: #000000;
  font-size: 20px;
  line-height: 1.1em;
}
@media only screen and (max-width : 320px) {
  .sys-error-box {
    width:300px;
    height:200px;
    margin-top:-100px;
    margin-left:-150px;
  }
  .sys-error-box .header {
    font-size:24px !important;
  }
  .sys-error-box .msg {
    font-size: 16px !important;
  }
}
@media only screen and (min-width : 321px) and (max-width : 600px) {
  .sys-error-box {
    width:420px;
    height:140px;
    margin-left:-210px;
    margin-top:-70px;
  }
  .sys-error-box .header {
    font-size:24px !important;
  }
  .sys-error-box .msg {
    font-size: 16px !important;
  }
}
.dn-app {
  position: relative;
  display: block;
  background:#29456B;
  padding: 15px;
  text-align: center;
  font-size: 0;
  vertical-align: top;
  margin: 0;
}
.dn-app, .dn-app:hover, .dn-app:active {
  color: #FFFFFF;
  text-decoration: none;
}
.dn-app img.iphone-app {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  margin-right: 10px;
}
.dn-app img.iphone {
  display: inline-block;
  height: 70px;
}
.dn-app .text-box {
  display: inline-block;
  height: 70px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 10px;
  max-width: 380px;
}
.dn-app .text-box > .line1 {
  display: block;
  font-size: 18px;
  text-align: left;
}
.dn-app .text-box > .line2 {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #DDDDDD;
}
.dn-app .clse {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 10px 10px;
  display: block;
  font-size: 18px;
  color: #DDDDDD;
}
.d-static-modal {
  z-index: 1052;
}
.popover-buttons {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.popover-buttons > li {
  display: block;
  padding-top: 5px;
}
.popover-buttons > li:first-child {
  padding-top: 5px;
}
.popover-buttons > li:last-child {
  padding-bottom: 5px;
}
.popover-buttons > li > a {
  color: #555555;
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #D2E5FF;
}
/* bootstrap overwrites */
.tooltip {
  z-index: 5000;
}
.tooltip.right .tooltip-inner {
  text-align: left !important; 
}
.tooltip .red-text {
  color: #FF0000 !important;
}
.modal-dialog, .modal-body, .modal-header, .modal-footer {
  overflow-x: hidden;
  position: relative;
}
.modal-header [class*="btn-"] i {
  color: #555555;
}
.modal-dialog {
  margin: -1px auto;
}
.modal-backdrop.in {
  filter: alpha(opacity=40);
  opacity: .4;
  display: none;
}
.modal-backdrop.reload-page {
  opacity: .6;
  z-index: 1051;
}
.nav > li > a {
  padding: 6px 10px;
  color: #555555;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #418fde;
}
.bootstrap-datetimepicker-widget {
  padding: 5px;
  z-index: 1100;
}
.bootstrap-datetimepicker-widget td.active:hover, 
.bootstrap-datetimepicker-widget td.active:hover:hover, 
.bootstrap-datetimepicker-widget td.active:active, 
.bootstrap-datetimepicker-widget td.active:hover:active, 
.bootstrap-datetimepicker-widget td.active.active, 
.bootstrap-datetimepicker-widget td.active:hover.active, 
.bootstrap-datetimepicker-widget td.active.disabled, 
.bootstrap-datetimepicker-widget td.active:hover.disabled, 
.bootstrap-datetimepicker-widget td.active[disabled], 
.bootstrap-datetimepicker-widget td.active:hover[disabled] {
  background-image: none;
  background-color: #418fde;
}
.bootstrap-datetimepicker-widget .timepicker .btn {
  padding: 0 6px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .timepicker td span {
  height: 32px;
  line-height: 32px;
}
.bootstrap-datetimepicker-widget .timepicker [class*="icon-"] {
  height:24px;
  width:32px;
  margin-top: -4px;
}
.bootstrap-datetimepicker-widget .timepicker .btn-primary {
  padding: 0 6px;
  background: #418fde;
}
.bootstrap-datetimepicker-widget:before, .bootstrap-datetimepicker-widget:after {
  display: none;
}
.timepicker .table-condensed > thead > tr > th, 
.timepicker .table-condensed > tbody > tr > th, 
.timepicker .table-condensed > tfoot > tr > th, 
.timepicker .table-condensed > thead > tr > td, 
.timepicker .table-condensed > tbody > tr > td, 
.timepicker .table-condensed > tfoot > tr > td {
  padding: 2px;
}
.input-group-btn a {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  line-height: 32px;
  border: 1px solid transparent;
}
.input-group-btn [class*="icon-"] {
  line-height: 30px;
}
.dropdown .dropdown-toggle.toolicon {
  height: 32px;
  display: block;
  border-radius: 3px;
  padding: 0 4px 0;
}
.dropdown .dropdown-toggle.toolicon i {
  line-height: 32px;
}
.dropdown.open .dropdown-toggle.toolicon {
  background-color: #FFFFFF;
  box-shadow: 0 0 1px 1px #DDDDDD;
}
.dropdown .btn [class*="icon-16-"] {
  margin-bottom: -3px;
}
.dropdown-menu {
  max-width: 500px;
}
.dropdown-menu a {
  color: #333333;
  text-decoration: none;
}
.dropdown-menu a.btn {
  color: #FFFFFF;
}
.dropdown-menu .menu-row {
  display: block;
  padding: 10px 10px;
}
.dropdown-menu .menu-row.top {
  padding-top: 5px;
}
.dropdown-menu .menu-row.bottom {
  padding-bottom: 5px;
}
.dropdown-menu .menu-row a {
  display: block;
  padding: 5px;
  border-radius: 4px;
}
.dropdown-menu .menu-row a:hover {
  background-color: #EEEEEE;
}
.dropdown-menu.green {
  background-color: #5BB75B;
  border-color: #5BB75B;
  min-width: 0;
}
.dropdown-menu.green a {
  color: #EEEEEE;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .125);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .125);
}
.tt-hint {
  color: #CCCCCC;
}
.tt-dropdown-menu {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  padding: 5px 0;
  z-index: 200 !important;
}
.tt-dropdown-menu .tt-suggestions {
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion {
  display: block;
  padding: 5px 20px 5px 10px;
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion.tt-cursor {
  background: #418fde;
  color: #FFFFFF;
}
/* bootstrap end */
.info-popover {
  padding: 0px;
  max-width: 522px;
}
.info-popover .info-content {
  width:500px;
  min-height:50px;
  max-height:400px;
}
.intop-tabs {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.intop-tabs > li {
  display: table-cell;
  vertical-align: bottom;
}
.intop-tabs > li > a {
  display: block;
  padding: 10px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #DDDDDD;
}
.inpage-tabs > li > a.active {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid transparent;
}
.grid-items tr > td {
}
.grid-items tr > td:first-child {
}
.grid-items > tr > td:last-child {
}
.d-desc img {
  width: 240px;
}
.car-colors {
}
.car-colors a.color-select {
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 13px;
  margin-bottom: 2px;
}
.car-colors a.color-select.selected {
  background-color: #418fde;
}
.car-colors [class*="ext-color-"] {
  display: block;
  width: 20px;
  height:20px;
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
}
.ext-color-white { background-color: #fefbfb; }
.ext-color-silver { background-color: #c0c0c0; }
.ext-color-black { background-color: #090909; }
.ext-color-red { background-color: #e63539; }
.ext-color-blue { background-color: #0033f4; }
.ext-color-green { background-color: #3f7e20; }
.ext-color-darkgray { background-color: #818181; }
.ext-color-beige { background-color: #eeedd9; }
.ext-color-brown { background-color: #6a4a34; }
.ext-color-gold { background-color: #f8d64e; }
.ext-color-orange { background-color: #ee9343; }
.ext-color-pink { background-color: #f5c6d0; }
.ext-color-purple { background-color: #782583; }
.ext-color-yellow { background-color: #fffc57; }
.ext-color-mica { background-color: #A8D1E3; }
.chat-dealer-left .simple-list > li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.menu-stars {
  display: inline-block;
  background-image: url(../images2/icons/stars.png);
  background-repeat: no-repeat;
  background-size: 112.5px 48px;
  width: 111.75px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.menu-stars.mini {
  background-size: 56.25px 24px;
  width: 55.6px;
  height: 12px;
}
.menu-stars.gray {
  background-position: 0 -24px;
}
.menu-stars.s4 { width: 89.4px; }
.menu-stars.s3 { width: 67px; }
.menu-stars.s2 { width: 44.7px; }
.menu-stars.s1 { width: 22.35px; }
.menu-stars.mini.s5 { width: 84.7px; }
.menu-stars.mini.s4 { width: 84.7px; }
.menu-stars.mini.s3 { width: 33.5px; }
.menu-stars.mini.s2 { width: 22.35px; }
.menu-stars.mini.s1 { width: 11.17px; }
.menu-stars.mini.s0 { width: 0px; }
.menu-stars.mini.gray {
  background-position: 0 -12px;
}
.rpp {
  display:block;
  position: fixed;
  right: -1000px;
  top: 44px;
  bottom: 0px;
  background-color: #FFFFFF;
  z-index: 19;
  box-shadow: -5px 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
}
.rpp .search-bar {
  display: block;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
  z-index: 19;
}
.rpp .user-list {
  position: absolute;
  display: block;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
}
.user-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-list > ul > li {
  display: block;
}
.user-list > ul > li > .ur {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.user-list > ul > li:first-child {
  padding-top: 5px;
}
.user-list > ul > li:last-child {
  padding-bottom: 5px;
}
.rpp.user-list > ul > li > .ur {
  color: #FFFFFF;
}
.user-list > ul > li > .ur .ph {
  width: 24px;
  height: 24px;
}

/* end */
[class*="icon-social-"] {
  display: inline-block;
  background-image: url(../images2/icons/social_icons-white.png);
  background-size: 72px 36px;
  height:24px;
  width:24px;
  margin: 0;
  padding: 0;
  background-position: 0 0;
  vertical-align: top;  
}
input[type="text"].stock-number {
  background-image: url(../images2/icons/input_icon-stocknum.png);
  background-size: 20px 20px;
  background-position: 6px 5px;
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 7px;
  width:142px;
}
input.user-field {
  background-image: url(../images2/icons/input_icon-user.png);
  background-size: 16px 16px;
  background-position: 4px 6px;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-top: 7px;
}
input.price-field {
  width: 18%;
}
input[type="text"].search-field {
  background-image: url(../images2/icons/input_icon-search.png);
  background-size: 16px 16px;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-top: 4px;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi) {
  .sch-cri .section > .sec-header .arr.plus {
    background-image: url(../images2/icons/icon_expand_plus@2x.png);
  }
  .sch-cri .section > .sec-header .arr.minus {
    background-image: url(../images2/icons/icon_expand_minus@2x.png);
  }
  ul.chat-sessions > li > a .new-dot {
    background-image: url(../images2/chat/chat_new_message_dot@2x.png);
  }
}
.icon-social-facebook { background-position: 0 0; }
.icon-social-twitter { background-position: -36px 0; }

.modal-content {
  border-radius: 0;
}
.ipad .page-container {
  padding-top: 0;
}
.ipad .topbar-container {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
a.clsx {
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 5px;
  display: block;
  vertical-align:top;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
}
a.item-x {
  background-size: 264px 240px;
  position: absolute;
  display: block;
  top:0 !important;
  right: 0 !important;
  height: 16px !important;
  width: 16px !important;
  padding: 0px !important;
  vertical-align: top !important;
  margin-right: -10px !important;
  margin-top: -1px !important;
  cursor: pointer;
  border-radius: 8px !important;
  background-image: url(../images2/icons/icons-red.png?11351);
  background-position: -192px 0;
  background-repeat: no-repeat;
  z-index: 100 !important;
}
.data-table tr:hover > td {
  background-color: #EDF9FF;
}
.del-item a.item-x {
  display: none;
  z-index: 100;
}
.inv-item a.item-x {
  margin-right: 0px !important;
  margin-top: 4px !important;
}
.del-item:hover a.item-x {
  display: block;
}
.ch-container {
  display: table;
  width: 100%;
  padding: 20px 0 0 20px;
}
.ch-cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 0 20px 20px 0;
}
.ch-cell > div {
  display: block;
  padding: 20px;
  background: #FFFFFF;
}
@media only screen and (max-width : 1000px) {
  .ch-container {
    display: block;
  }
  .ch-cell {
    display: block;
    width: 100%;
  }
}
input.highlighted, textarea.highlighted, select.highlighted {
  background-color: #C9FFCF;
}
.tt-dataset-timings {
  white-space: nowrap;
}
.settings-grid .edit-mode {
  display: none;
}
.settings-grid .edit-mode .btn-toggler {
  margin-bottom: -7px;
}
.settings-grid input[type="text"],
.settings-grid textarea,
.settings-grid select,
.settings-grid .btn.add-on {
  font-size: 12px;
  height: 26px;
}
.settings-grid input[type="checkbox"],
.settings-grid input[type="radio"] {
  font-size: 20px;
}
.settings-grid .icon-16-tick, .settings-grid .icon-16-x {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.settings-grid .icon-16-x {
  color: #BBBBBB;
}
.settings-grid .css-entry.color {
  text-transform: uppercase;
}
.settings-grid .css-entry.color[disabled] {
  text-decoration: line-through;
}
.settings-grid input.css-edit {
  text-align: center;
}
.settings-grid, .settings-grid td {
  font-size: 13px;
}
.settings-grid tr.editing td.edit-cell {
  background: #EEEEEE;
}
.settings-grid tr.editing td.edit-cell .embd-link {
  font-family: Courier New, Courier, monospace;
  height: 56px;
  border: none;
  background-color: #D2E5FF;
  width: 100%;
  resize: none;
}
.settings-grid tr.editing .error {
  color: #FF0000 !important;
}
.settings-grid .rw > td {
  padding: 10px;
  border-top: 1px solid #BBBBBB;
  vertical-align: middle;
}
.settings-grid .rw > td:first-child, .settings-grid .rw > td:last-child {
  vertical-align: top;
}
.settings-grid .simple > td:first-child, .settings-grid .simple > td:last-child {
  vertical-align: middle;
}
.settings-grid .sub-rw > td {
  border-top: 1px solid #DDDDDD;
}
.settings-grid .sub-rw > td:first-child {
  border-width: 0 0 0 0;
}
.settings-grid .sub-rw > td:first-child, .settings-grid .sub-rw > td:last-child {
  vertical-align: top;
}
.settings-grid.noedit .sub-rw > td:last-child {
  border-width: 1px 0 0 0;
}
.settings-grid .rw > td:first-child {
  font-weight: 600;
  min-width: 160px;
}
.settings-grid .sub-rw.sec-head > td {
  border-color: #BBBBBB;
}
.settings-grid .sub-table {
  width: 100%;
}
.settings-grid .sub-table .rw > td {
  border-color: #DDDDDD;
}
.settings-grid .sub-table .rw.newsec > td {
  border-color: #BBBBBB;
}
.settings-grid .sub-table tr:last-child td {
  padding-top: 0px;
  border-top: none;
}
.settings-grid .rw:first-child > td {
  border-top: none;
}
.settings-grid .col-disp {
  display: inline-block;
  border: 1px solid #BBBBBB;
  min-width: 100px;
  padding: 2px;
  text-align: center;
  height: 16px;
}
.settings-grid.full .rw > td, .settings-grid.full .sub-rw > td {
  border: none;
  font-weight: normal;
  vertical-align: middle;
}
.settings-grid.full .rw, .settings-grid.full .sub-rw {
  border-bottom: 1px solid #DDDDDD;
  border-width: 1px 1px 1px 1px;
}
.settings-grid.full .rw:last-child, .settings-grid.full .sub-rw:last-child {
  border-color: transparent;
}
.settings-grid.full .rw > td:first-child {
  width: auto;
  min-width: 0;
}
.settings-grid .btn {
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
.lv-notify {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 400px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  padding: 10px;
  top: 30px;
  right: 30px;
}
.lv-notify.warn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(255,255,255,0.85);
  width: auto;
  padding: 20px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}
.lv-notify.warn span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.info-box {
}
.info-box.green {
  background-color: #E1FCCF;
}
.info-box.green, .info-box.green div, .info-box.green span {
  border-color: #A2D681;
}
.info-box.orange {
  background-color: #F5E3BC;
}
.info-box.orange, .info-box.orange div, .info-box.orange span {
  border-color: #EBC675;
}
.info-box.red {
  background-color: #FFE3E3;
}
.info-box.red, .info-box.red div, .info-box.red span {
  border-color: #F59090;
}
[class*="type-bar-"] {
  background-size: 30px 250px;
  background-position: center center;
  background-repeat: no-repeat;
}
.type-bar-gc {
  background-image: url(../images2/type_offer-gc@2x.png);
  background-color: #630460;
}
.type-bar-apr {
  background-image: url(../images2/type_offer-apr@2x.png);
  background-color: #418fde;
}
.type-bar-lease {
  background-image: url(../images2/type_offer-lease@2x.png);
  background-color: #FF991F;
}
.type-bar-rebate {
  background-image: url(../images2/type_offer-rebate@2x.png);
  background-color: #5BB75B;
}
.type-bar-tradein {
  background-image: url(../images2/type_offer-tradein@2x.png);
  background-color: #BE5FE3;
}
.type-bar-generic {
  background-image: url(../images2/type_offer-generic@2x.png);
  background-color: #0B5796;
}
.contact-card {
  display: block;
  max-width: 270px;
  text-align: left;
}
.contact-card .photo img {
  width: 60px;
  border-radius: 30px;
}
.contact-card .name {
  color: #1E7CD6;
  font-size: 18px;
}
.contact-card i {
  margin-bottom: -4px;
}
.contact-card .title {
  font-size: 14px;
  color: #888888;
}
.contact-card .phone, .contact-card .email {
  font-size: 14px;
  color: #333333;
  word-break: break-all;
}
.business-card {
  display: block;
  max-width: 570px;
  text-align: left;
}

.business-card img {
  height: 140px;
  width: 130px;
  border-radius: 80px;
  margin-top:35px;
  margin-left:35px;
  margin-bottom:10px;
}

.business-card-dealers img {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-top:15px;
  margin-left:15px;
  margin-bottom: 2px;
  vertical-align: bottom;
}

.business-card-border {
  border: 2px solid #418fde;
}

.schedule-font {
  font-size:x-small;
  font-weight: bold;
}

.business-card-dealers {
  text-align: left;
  padding-left:100px;
  text-align: bottom; 
  vertical-align: top;
  line-height: 2px;
}
.console-high-pri-notes {
  border-top: 1px solid rgba(0,0,0,0.2);
  background-color: #F7FA9B;
  display: block;
}
.console-high-pri-notes > .notes-scroller {
  display: block;
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px 0 10px;
}
.console-high-pri-notes.is-minimized > .notes-scroller {
  height: 0;
}
.console-high-pri-notes > .notes-scroller > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.console-high-pri-notes > .notes-scroller > ul > li {
  display: block;
  padding: 10px 0;
  color: #000000;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.console-high-pri-notes > .notes-scroller > ul > li:first-child {
  border-top: none;
}
.console-high-pri-notes > .notes-minimizer {
  display: block;
  background-color: rgba(0,0,0,0.3);
  height: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
.console-high-pri-notes > .notes-minimizer i {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.coach.popover {
  background-color: #003063;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  color: #FFFFFF;
}
.coach.popover.right > .arrow {
  border-right-color: #003063;
}
.coach.popover.right > .arrow:after {
  border-right-color: #003063;
}
.coach.popover.left > .arrow {
  border-left-color: #003063;
}
.coach.popover.left > .arrow:after {
  border-left-color: #003063;
}
.coach.popover.top > .arrow {
  border-top-color: #003063;
}
.coach.popover.top > .arrow:after {
  border-top-color: #003063;
}
.coach.popover.bottom > .arrow {
  border-bottom-color: #003063;
}
.coach.popover.bottom > .arrow:after {
  border-bottom-color: #003063;
}
.coach .popover-title {
  background-color: transparent;
  border-bottom: 1px solid #DDDDDD;
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}
.fixed-flash {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 10000;
}
.fixed-flash > .errors {
  margin-bottom: 10px;
  max-width: 400px;
  border-radius: 6px;
  background-color: rgba(30,30,30,0.9);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  overflow: hidden;
}
.right-notifications.fixed-flash > .errors {
  position: absolute;
  bottom: 0px;
  right: 10px;
  left: 10px;
}
.fixed-flash > .errors td {
  padding: 10px;
  color: #FFFFFF;
  border-top: 1px solid rgba(0,0,0,0.9);
}
.fixed-flash > .errors tr:first-child td {
  border-top: none;
}
.fixed-flash > .errors td.ico {
  padding-right: 0;
}
.chat-page .right-notifications.fixed-flash {
  display: block;
  position: relative;
  border-radius: 0;
  z-index: 100;
}
.fixed-flash > .alerts {
  margin-bottom: 10px;
  max-width: 400px;
  border-radius: 6px;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  overflow: hidden;
  border: 1px solid #DD0000;
  z-index: 10000;
}
.fixed-flash > .alerts > div {
  display: block;
}
.fixed-flash > .alerts > div > .hd {
  display: table;
  width: 100%;
  background-color: #DD0000;
  padding: 7px 10px;
  color: #FFFFFF;
}
.fixed-flash > .alerts > div > .hd > div {
  display: table-cell;
}
.fixed-flash > div > table {
  width: 100%;
}
.fixed-flash > .alerts table.alist tr.nrr > td {
  padding: 10px 10px;
  border-bottom: 1px solid #DD0000;
}
.fixed-flash > .alerts table.alist tr.nrrmsg > td {
  background-color: #FFB5B5;
}
span.over-elipsis {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-notifications span.over-elipsis {
  width: 140px;
}
.fixed-flash > .alerts table.alist tr:last-child > td {
  border-bottom: none;
}
.fixed-flash.minimized {
  bottom: -10px;
  right: 0px;
}
.fixed-flash.minimized .alerts {
  border-radius: 6px 0 0 0;
  border-bottom: none;
}
.fixed-flash.minimized > .alerts table.alist tr > td {
  padding: 5px 5px;
}
.fixed-flash.minimized > .alerts .non-mini {
  display: none;
}
.fixed-flash.minimized > .alerts .total {
  border-right: 1px solid #DD0000;
  background-color: #DD0000;
}
.fixed-flash.minimized > .alerts .total:hover {
  background-color: #EE0000;
}
.fixed-flash.minimized > .alerts .total > .ncount {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #DD0000;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  box-sizing:border-box;
}
.fixed-flash.full-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-flash.full-page > .alerts {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.fixed-flash.full-page > .alerts.titlebar {
  position: fixed;
  height: 44px;
  top: 0;
  left: 0;
  right: 0;
}
.fixed-flash.full-page > .errors {
  position: fixed;
  top: 54px;
  left: 10px;
  right: 10px;
  width: auto;
  border-radius: 0;
  z-index: 101;
}
.fixed-flash.full-page > .alerts.alert-list {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 100;
}
.fixed-flash.full-page > .alerts.alert-list table.alist tr:last-child > td {
  border-bottom: 1px solid #DD0000;
}
.fixed-flash.full-page > .alerts > div > .hd {
  height: 44px;
}
.fixed-flash.full-page > .alerts > div > .hd > div {
  display: table-cell;
}
.chat-page .right-notifications .alerts .hd {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.chat-page .right-notifications .alerts .alerts-body {
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  bottom: 75px;
  overflow-y: auto;
}
.chat-page .right-notifications .alerts .alerts-metrics {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #DD0000;
  padding: 10px;
}
.chat-page .right-notifications .alerts .alerts-metrics td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  width: 25%;
}
.chat-page .right-notifications .alerts .alerts-metrics td.lbl {
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
}
.chat-page .right-notifications .alerts .alerts-metrics td.lbl i {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: normal;
}
.top-tabs-container {
  display:block;
  height: 50px;
  box-shadow: inset 0 -1px 0 #FFFFFF;
  overflow: hidden;
  background: #E3E3E3;
}
.top-tabs-container > .inner {
  display:block;
  position: relative;
  height: 100px;
  overflow-y: hidden;
  overflow-x: auto;
}
.top-tabs-container > .inner {
  margin: 0 30px;
}
.top-tabs-container > .ctl-arr {
  width: 30px;
  height: 50px;
  background-color: rgba(213,213,213,0.95);
  box-shadow: inset 0 -1px 0 #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
}
.top-tabs-container > .ctl-arr.left {
  background-image: url(../images2/icons/icon_arrow-white-left@2x.png);
  border-right: 1px solid #FFFFFF;
  left: 0;
}
.top-tabs-container > .ctl-arr.right {
  background-image: url(../images2/icons/icon_arrow-white-right@2x.png);
  border-left: 1px solid #FFFFFF;
  right: 0;
}
.top-tabs-container > .ctl-arr.highlight {
  background-color: #DD0000;
}  
ul.top-tabs {
  display:block;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: inset 0 -1px 0 #FFFFFF;
  white-space: nowrap;
}
ul.top-tabs li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-right: 1px solid #E3E3E3;
  background-color: #E3E3E3;
  box-shadow: inset 0 -1px 0 #FFFFFF;
  border-right: 1px solid #FFFFFF;
  white-space: normal;
}
ul.top-tabs li.active {
  background-color: #FFFFFF;
}
@-webkit-keyframes tabFlashing {
  0%, 30%, 75% {
    opacity: 1;
  }
  15%, 45%, 60% {
    opacity: 0;
  }
}
@keyframes tabFlashing {
  0%, 20%, 40%, 60%, 80% {
    opacity: 1;
  }
  10%, 30%, 50%, 70% {
    opacity: 0;
  }
}
ul.top-tabs li > .flasher {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFB5B5;
  -webkit-animation-name: tabFlashing;
  animation-name: tabFlashing;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /*-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}
ul.top-tabs li > a {
  display: table;
  position: relative;
  padding: 7px 10px 8px;
  color: #000000;
  text-decoration: none;
  height: 50px;
}
ul.top-tabs li > a > .names {
  display: table-cell;
  vertical-align: top;
}
ul.top-tabs li > a > .cst {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
  padding-top: 5px;
}
ul.top-tabs li > a > .state {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
ul.top-tabs li > a span.title {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
ul.top-tabs li > a span.sub-title {
  font-size: 12px;
}
ul.top-tabs li.active > a span.sub-title.active:hover {
  text-decoration:underline;
}
ul.top-tabs li > a span {
  display: inline-block;
  position: relative;
}
ul.top-tabs li > a span.cntr {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align:center;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
ul.top-tabs li > a span .mcnt {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
ul.top-tabs li > a span.cntr i {
  display: none;
}
ul.top-tabs li > a span.cntr i.icon-16-start {
  margin-bottom: -4px;
}
ul.top-tabs li > a span.cntr.t0 {
  display: block;
  background: #5BB75B;
}
ul.top-tabs li > a span.cntr.t30 {
  display: block;
  background: #369C36;
}
ul.top-tabs li > a span.cntr.t60 {
  display: block;
  background: #065C06;
}
ul.top-tabs li > a span.cntr.tend {
  display: block;
  background: #888888;
}
ul.top-tabs li > a span.cntr.tinfi {
  display: block;
  background: #AAAAAA;
}
ul.top-tabs li > a span.cntr.tmsg {
  display: block;
  background: #EE0000;
}
ul.top-tabs li > a span .mcnt {
  display: block;
}
ul.top-tabs li:hover > .cls,
ul.top-tabs li > a span.cntr i {
  line-height: 30px;
  font-size: 12px;
}
ul.top-tabs li > a span.cntr.t0 i,
ul.top-tabs li > a span.cntr.tend i {
  display: inline-block;
}
ul.top-tabs li > a span .mcnt.cnt0 {
  display: none;
}
ul.top-tabs li .status {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #777777;
}
ul.top-tabs li .status.green {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
ul.top-tabs li .status.usrstc-0 {
}
ul.top-tabs li .status.usrstc-1 {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
ul.top-tabs li .status.usrstc-2 {
  background-color: #FFFFFF;
  border-color: #BB0000;
}
ul.top-tabs li .status.usrstc-3 {
}
ul.top-tabs li > .cls {
  position: absolute;
  display: none;
  top: 9px;
  right: 10px;
  background-color: #333333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  text-align:center;
  overflow: hidden;
  cursor: pointer;
}
ul.top-tabs li > .cls i {
  margin-bottom: -7px;
}
ul.top-tabs li:hover > .cls {
  display: block;
}
.ani-height-0 {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	transition: height 0.8s;
}
.conf-offers .cn-wot {
  display: block !important;
  position: relative !important;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.data-table td {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.modal.iframe .modal-dialog {
  max-width: 460px;
  top: 5px;
}
.models-grid {
  display: block;
  padding: 0 10px;
}
.models-grid .sub-header {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  font-size: 13px;
  padding: 5px 10px;
}
.models-grid .models {
  display: block;
  text-align: center;
}
.models-grid .model {
  display: inline-block;
  max-width: 90px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.models-grid .model img {
  max-width: 100%;
}
.models-grid .model .model-name {
  font-size: 11px;
  color: #333333;
}
.btn-grp {
  vertical-align: top;
  font-size: 0;
}
.btn-grp a.btn {
  border-color: rgba(185,185,185, 1.0);
  border-radius: 0;
  border-left-width: 0px;
}
.btn-grp a.btn:first-child {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-grp a.btn:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.top-growls {
  position: fixed;
  display: block;
  text-align:center;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 3000;
  pointer-events: none;
}
/*.top-growls.ng-enter {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.top-growls.ng-leave {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}*/
.top-growls > div {
  position: relative;
  background-color: #FFF1D4;
  display: inline-block;
  border-radius: 4px 0 4px 4px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  color: #333333;
  text-align: left;
  margin: 0 auto;
  pointer-events: auto;
  max-width: 90%;
  z-index: 2;
}
.top-growls .request-timer {
  width: 40px;
}
.top-growls td {
  padding: 5px;
  border-top: 1px solid #BBBBBB;
  font-size: 12px;
}
.top-growls td, .top-growls td a.lnk {
  color: #000000;
  text-decoration: none;
}
.top-growls td a.lnk:hover {
  color: #418fde;
}
.top-growls tr:first-child td {
  border-top: none;
}
.top-growls td.actions {
  padding-right: 5px;
}
.top-growls > div .closer {
  position: absolute;
  top: 0;
  right: -20px;
  border-radius: 0 4px 4px 0;
  width: 20px;
  height: 20px;
  background-color: #FFF1D4;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  color: #999999;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
ul.topmenu > li.main-menu-dd {
  display: none;
}
@media only screen and (max-width : 1000px) {
  ul.topmenu > li.main-menu-lnk {
    display: none;
  }
  ul.topmenu > li.main-menu-dd {
    display: inline-block;
  }
}
.dash-container {
  display: block;
  padding-right: 10px;
}
.dash-panel {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 0;
  vertical-align: top;
}
.dash-panel .sub-panel {
  display: inline-block;
  vertical-align: top;
}
.dash-panel .circle {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  line-height: 100px;
  background-color: #999999;
  color: #FFFFFF;
}
.dash-panel .header {
  display: block;
  background-color: #325387;
  color: #FFFFFF;
  padding: 10px;
  font-size: 14px;
}
.dash-panel .line-header {
  display: block;
  padding: 0 10px 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
}
.dash-panel .line-header.bottom {
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 10px 0 0;
  margin: 10px 0 0 0;
}
.dash-panel .number {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  margin: 10px;
}
.dash-panel .number > .circle {
  display: block;
}
.dash-panel .number > .legend {
  display: block;
  text-align: center;
  margin-top:10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
}
.dash-panel .number > .legend > span {
  display: inline-block;
  white-space: normal;
  font-size: 12px;
}
.dash-panel .number > .legend [class*="icon-"] {
  margin-bottom: -3px;
}
.dash-panel .circle.item0 {
  background-color: #7CB5EC;
  color: #FFFFFF;
}
.dash-panel .circle.item1 {
  background-color: #F2ACFA;
  color: #FFFFFF;
}
.dash-panel .circle.item2 {
  background-color: #90ed7d;
  color: #FFFFFF;
}
.dash-panel .circle.item3 {
  background-color: #ECB37C;
  color: #FFFFFF;
}
.dash-panel .circle.item4 {
  background-color: #CAE34D;
  color: #FFFFFF;
}
.dash-panel .circle.item5 {
  background-color: #DED778;
  color: #FFFFFF;
}
.dash-panel .circle.item6 {
  background-color: #F26666;
  color: #FFFFFF;
}
.dash-panel .circle.item7 {
  background-color: #AEA1ED;
  color: #FFFFFF;
}
.dash-panel a.circle:hover {
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.dash-panel .status {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 6px;
  vertical-align: top;
  margin: 5px;
  text-decoration: none;
  border: 2px solid #999999;
}
.dash-panel .status [class*="icon-"] {
  margin-bottom: -5px;
}
.dash-panel .status.red {
  background-color: #BB0000;
  border-color: #BB0000;
}
.dash-panel .status.green {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
.dash-panel .status.blue {
  background-color: #418fde;
  border-color: #418fde;
}
.dash-panel .chart.small {
  height: 420px;
}
.dash-panel a.status:hover {
  border-color: rgba(0,0,0,0.3);
}
@media only screen and (max-width : 1020px) {
  .dash-panel .chart {
    display: block;
  }
  .dash-panel .circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 60px;
  }
}
@media only screen and (min-width : 1020px) {
  .dash-panel .chart {
    display: inline-block;
    width: 660px;
  }
}
.dash-panel .chart.pie {
  display: inline-block;
  width: 300px;
}
.dash-panel .chart.pie .cn-chart {
  height: 300px;
}
.lp-name {
  display: block;
  word-wrap: break-word;
  max-width: 184px;
  padding-right: 5px;
}
.vlist .marker {
  min-height: 102px;
}
.vlist .marker.session {
  border-color: #5BB75B;
}
.cust-frame {
}
.cust-frame .cn-header {
  height: 32px;
  line-height: 32px;
}
.cust-frame .cn-header a {
  text-decoration: none;
}
.cust-frame .cn-header a.the-closer {
  background-color: rgba(0,0,0,0.3);
}
.cust-info img {
  max-width: 100%;
}
.cust-info .iv-img img {
  max-width: none;
}
.cn-carousel {
  display: block;
  position: relative;
}
.cn-carousel .control {
  position: absolute;
  display: none;
  bottom: 0;
  top: 0;
  z-index: 5;
  width: 40px;
}
.cn-carousel .control span.arr {
  display: block;
  position: absolute;
  width: 40px;
  height: 50px;
  background-color: rgba(0,0,0,0.6);
  top: 50%;
  margin-top: -25px;
}
.cn-carousel .control span.arr i {
  margin-top: 9px;
  margin-left: 4px;
}
.cn-carousel .control.left {
  left: 0;
}
.cn-carousel .control.right {
  right: 0;
}
.cn-carousel:hover .control {
  display: block;
}
.cn-carousel .counter {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0,0,0,0.6);
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  border-radius: 8px;
  padding: 0 6px;
}
.pg-cont {
  display: block;
  padding: 0;
}
.pg-flt-bar {
  display: block;
  background-color: #F9F9F9;
  padding: 0 10px 10px 10px;
}
.pg-flt-bar > div {
  display: table;
  width: 100%;
}
.pg-flt-bar .icon-24-export, .pg-flt-bar [class*="btn-"] i {
  color: #555555;
}
.pg-flt-bar > div > div {
  display: table-cell;
  vertical-align: middle;
}
.pg-flt-bar > div .distc {
  vertical-align: middle;
}
.pg-flt-bar > div .distc.vat {
  vertical-align: top;
}
.pg-flt-bar .flt-fld {
  display: inline-block;
  margin: 10px 10px 0 0;
  vertical-align: top;
}
.pg-flt-bar .flt-fld > .distb {
  width: 100%;
}
.kb-slideshow {
  position: relative;
  background-color:black;
  border:22px solid #191919;
  overflow: hidden;
}
.kb-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.kb-slide img {
  position: relative;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.nmdp {
  display: block;
}
.nmdp .himg {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: auto 100%;
  background-position: -10px 0;
  background-repeat: no-repeat;
}
.nmdp.nvdp .himg {
  background-size: cover;
  background-position: center center;
}
.nmdp.nvdp.dtlv .himg.inf {
  background-size: 70%;
  background-position: center center;
}
.nrvtdp {
  background-color: #000000;
}
.nmdp.nrvtdp .himg {
  background-size: 100% auto;
  background-position: center center;
}
.nmdp .himg > .ovrl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0,0,0,0.20);
  box-shadow: inset 0 80px 50px -30px rgba(0,0,0,0.5), inset 0 -220px 60px -100px rgba(0,0,0,0.7);
  z-index: 0;
}
.nmdp.nvdp .himg > .ovrl {
  box-shadow: inset 0 120px 50px -30px rgba(0,0,0,0.9), inset 0 -220px 60px -100px rgba(0,0,0,0.9);
}
.nmdp.dtlv .himg > .ovrl {
  background-color: rgba(0,0,0,0.80);
  box-shadow: none;
}
.nmdp .himg .blbls {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.nmdp .himg span, .nmdp .himg a, .nmdp .himg td {
  color: #FFFFFF;
  text-decoration: none;
}
.nmdp .himg span.name {
  font-size: 2em;
}
.nmdp .himg .lnks {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.nmdp .himg .lnks a {
  padding: 7px 4px;
}
.nmdp .himg .lnks a > span {
  display: block;
  padding: 3px 6px;
}
.nmdp .himg .lnks a > span.active {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
}
.nmdp .himg .dtls {
  display: block;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1;
}
.nmdp .himg .thumbs {
  display: block;
  font-size: 0;
  padding: 20px 10px 10px 20px;
  text-align: center;
}
.nmdp .himg .thumbs a {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: auto;
  margin: 0 10px 10px 0;
}
.nmdp .himg .thumbs a img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.nmdp .himg td.even {
}
.nmdp .himg td.odd {
  background-color: rgba(0,0,0,0.4);
}
.npdp .tbl {
  display: table;
}
.npdp .tbl > div {
  display: table-cell;
  padding-right:20px;
  vertical-align: top;
}
.npdp .tbl > div:last-child {
  padding-right:0px;
}
.cust-frame .npdp .tbl {
  display: block;
}
.cust-frame .npdp .tbl > div {
  display: block;
  padding-right:0px;
}
.cust-frame .npdp .pimg {
  padding-bottom: 20px;
}
.pswp {
  z-index: 5000;
}
.pswp__bg {
  opacity: 0.9 !important;
}
.btn-thin.tab-action-button {
  width: 32px;
  padding: 0 0;
  text-align: center;
  vertical-align: top;
}
.btn-thin.tab-action-button [class*="icon-"],
.btn-thin.tab-action-button [class*="icon-24-"] {
  font-size: 16px !important;
}
.seg-ctl > li > a.tab-action-button {
  width: 30px;
  height: 30px;
  padding: 3px 3px 3px 3px;
}
.resized-panel {
  position: relative;
}
.bot-flash {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 10000;
  overflow: hidden;
  border-radius: 5px;
  background-color: #FFF1D4;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}
@media only screen and (max-width : 500px) {
  .bot-flash {
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
  }
}
.ctx-menu {
  display: block;
}
.ctx-menu > a {
  display: block;
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  color: #000000;
  border-radius: 4px;
}
.ctx-menu > a > i {
  margin-bottom: -3px;
}
.ctx-menu > a:hover {
  color: #FFFFFF;
  background: #418fde;
}
.ctx-menu > a:hover > i {
  background-image: url(../images2/icons/icons-white.png?11351);
}
.chat-plugged {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.chat-plugged .left-panel {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 500px;
}
.cn-page-mode .chat-plugged .left-panel {
  right: 400px;
}
.chat-plugged .left-panel.no-session {
  right: 0;
}
.chat-plugged .console {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
}
.cn-page-mode .chat-plugged .console {
  width: 400px;
}
.chat-plugged .bn {
  display: block;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
}
@-webkit-keyframes pg-attach-frame-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pg-attach-frame-show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.pg-attach-frame-show {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pg-attach-frame-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes pg-attach-frame-hide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.pg-attach-frame-hide {
  -webkit-animation-name: pg-attach-frame-hide;
  animation-name: pg-attach-frame-hide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.chat-plugged .info-content {
  display: block;
  position: absolute;
  width: 900px;
  z-index: 2000;
  right: 0;
  top: 0;
  bottom: 0;
}
.chat-plugged .info-content.page-type-8 {
  width: 500px;
}
.chat-plugged .info-content.page-type-8 {
  width: 500px;
}
.chat-plugged .info-content.page-type-cart {
  width: auto;
  left: 0;
}
.chat-plugged .inner-pane {
  display: block;
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.chat-plugged .cls {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(222,0,0,0.7);
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  z-index: 3000;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.chat-plugged .attach-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.chat-plugged .menu {
  position: absolute;
  border-radius: 10px 0 0 10px;
  background: #FFFFFF;
  border-width: 1px 0 1px 1px;
  border-color: #DDDDDD;
  border-style: solid;
  padding: 5px;
  bottom: 56px;
  right: -100%;
  vertical-align: top;
  -webkit-animation: slideRight 1s forwards;
  -webkit-animation-delay: 2s;
  animation: slideRight 1s forwards;
  animation-delay: 2s;
}
.chat-plugged .menu-item {
  display: block;
  position: relative;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.chat-plugged .menu-item:first-child {
  margin-top: 5px;
}
.chat-plugged .menu-content {
  display: block;
  position: absolute;
  width: 400px;
  z-index: 2000;
  top: 0;
  bottom: 0;
  vertical-align: top;
}
.menu-tradein-content, .menu-link-content {
  background: rgba(255,255,255,0.8);
}
.menu-tradein-content input,
.menu-tradein-content select {
  color: #000000;
}
.menu-tradein-content i {
}
.pg-attach-frame-slide-right {
  right: -100%;
  -webkit-animation: slideRight 0.5s forwards;
  animation: slideRight 1s forwards;
}
@-webkit-keyframes slideRight {
    100% { right: 0; }
}
@keyframes slideRight {
    100% { right: 0; }
}
.pg-attach-frame-slide-out-right {
  right: -100%;
  -webkit-animation: slideOutRight 0.5s forwards;
  animation: slideOutRight 1s forwards;
}
@-webkit-keyframes slideOutRight {
  100% { right: -100%; }
}
@keyframes slideOutRight {
  100% { right: -100%; }
}
@media only screen and (max-width : 1400px) {
  .chat-plugged .the-console, .chat-plugged .console {
    width: 400px;
  }
  .chat-plugged .left-panel {
    right: 400px;
  }
  .chat-plugged .info-content {
    width: auto;
    left: 0px;
  }
  .chat-plugged .info-content.page-type-8 {
    width: 500px;
    left: auto;
  }
}
@media only screen and (max-width : 1000px) {
  .chat-plugged .info-content.page-type-8 {
    width: auto;
    left: 0;
  }
  .chat-plugged .the-console, .chat-plugged .console {
    width: 360px;
  }
  .chat-plugged .left-panel {
    right: 360px;
  }
}
@media only screen and (max-width : 400px) {
  .chat-bubbles .feed-row .bubble-container .bubble {
    max-width: 270px;
  }
}
.cover-page {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cover-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.chat-popup {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.chat-popup .console {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.chat-popup .middle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
.chat-popup .right {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72px;
}
.chat-popup .full-height {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.chat-popup .full-width {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.chat-popup .attachment {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
}
.chat-popup .attachment .attach-content {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.chat-popup .right-bar {
  position: absolute;
  width: 72px;
  display: block;
  border-width: 0 0 0 1px;
  border-style: solid;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
}
.chat-popup .right-bar .full-height {
  left: 0;
  right: 0;
}
.chat-popup .right-bar ul.menus {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat-popup .right-bar ul.menus > li {
  display: block;
  padding: 5px;
}
.chat-popup .right-bar ul.menus > li > a {
  display: block;
  padding: 5px;
  text-align: center;
  color: #535353;
  font-size: 11px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 4px;
}
.chat-popup .right-bar ul.menus > li > a [class*="icon-"] {
  font-size: 32px;
  line-height: 32px;
}
.chat-popup .right-bar ul.menus > li > a.pic-menu {
}
.chat-popup .right-bar ul.menus > li > a.pic-menu > img {
  width: 42px;
  height: 42px;
  border-radius: 21px;
}
.chat-popup .right-bar ul.menus > li.active > a {
  background-color: #535353;
  color: #FFFFFF;
}
.chat-popup .info-content {
  background-color: #FFFFFF;
}
@media only screen and (min-width:1000px) {
  .chat-popup .console {
    width: 38%;
  }
  .chat-popup .attachment {
    left: 38%;
    right: 72px;
  }
  .chat-popup .right {
    left: 68%;
  }
  .chat-popup .middle {
    display: block;
    left: 38%;
    right: 32%;
  }
  .chat-popup .right-bar ul.menus > li.right-menu-inv, .chat-popup .right-bar ul.menus > li.right-menu-parts {
    display: none;
  }
}
@media only screen and (max-width:639px) {
  .chat-popup .console {
    width: auto;
    right: 50px;
  }
  .chat-popup .attachment {
    left: 30px;
  }
  .chat-popup .right {
    left: auto;
    right: 0;
    width: 0;
  }
}
@media only screen and (min-width:800px) and (max-width:999px) {
  .chat-popup .console {
    width: 50%;
  }
  .chat-popup .attachment,
  .chat-popup .right {
    left: 50%;
  }
  .chat-popup .middle {
    display: none;
  }
}
@media only screen and (min-width:640px) and (max-width:799px) {
  .chat-popup .console {
    width: 55%;
  }
  .chat-popup .attachment,
  .chat-popup .right {
    left: 55%;
  }
  .chat-popup .middle {
    display: none;
  }
}
@media only screen and (min-width:600px) and (max-width:799px) {
  .chat-popup .right {
    right: 50px;
  }
}
@media only screen and (max-width:799px) {
  .chat-popup .right-bar {
    width: 50px;
  }
  .chat-popup .right-bar ul.menus > li > a {
    padding: 4px;
  }
  .chat-popup .right-bar ul.menus > li > a.pic-menu > img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  .chat-popup .right-bar .menu-label {
    display: none;
  }
}

.modal {
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
}
.modal-backdrop {
  overflow: hidden;
  z-index: -1;
}
.brnd {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.brnd .menus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-bottom: 1px solid #BBBBBB;
  text-align: center;
  vertical-align: top;
  font-size: 0;
  background-color: #DDDDDD;
}
.brnd.dtls .menus {
  border-bottom: 1px solid #555555;
  background-color: #111111;
}
.brnd .menus .brnd-logo {
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px 0 5px;
}
.brnd .menus .menu {
  display: inline-block;
  padding: 0 15px;
  color: #000000;
  line-height: 50px;
  font-size: 18px;
  margin: 0 0px 0 0px;
  text-decoration: none;
}
.brnd.dtls .menus .menu {
  color: #DDDDDD;
}
.brnd .menus .menu.selected {
  box-shadow: inset 0 -5px 0 #418fde;
}
.brnd .menus .menu:hover {
  background-color: #EEEEEE;
}
.brnd.dtls .menus .menu:hover {
  background-color: #333333;
}
.brnd .brnd-grid {
  display: block;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.brnd .model {
  max-width: 200px;
}
.brnd .model-img-bg {
  display: block;
  height: 100px;
  width: 200px;
  background-position: center center;
  background-size: auto 100px;
  background-repeat: no-repeat;
}
.brnd .model-name {
  font-size: 15px;
}
.popover-auto-width {
  width: auto !important;
  max-width: 360px;
}
.popover-on-top {
  margin-top: 0px !important;
}
.chat-new-mbx .error-messages {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  border-radius: 0;
  background-color: rgba(204,0,0,0.8);
}
.conf-grid tr td {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
}
.conf-grid tr:first-child td {
  border-top: none;
  padding-top: 0;
}
.conf-grid.edit tr td {
  border-top: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.conf-grid.edit-spaced tr td {
  border-top: none;
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 20px;
}
.load-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background-color: #418fde;
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
.load-dot-ani {
  -webkit-animation-name: loadDot;
  animation-name: loadDot;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes loadDot {
  0%, 100% {
    opacity: 1;
/*    -webkit-transform: scale(1.0);
    transform: scale(1.0);*/
  }
  50% {
    opacity: 0;
/*    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
  }
}
@keyframes loadDot {
  0%, 100% {
    opacity: 1;
/*    -webkit-transform: scale(1.0);
    transform: scale(1.0);*/
  }
  50% {
    opacity: 0;
/*    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
  }
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-delayed {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.cn-large-form input,
.cn-large-form textarea,
.cn-large-form select {
  line-height:26px !important;
  font-size: 16px !important;
  padding:0px 10px !important;
}
.cn-large-form textarea {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.cn-large-form input,
.cn-large-form select {
  height:44px !important;
}
.cn-large-form .lbl {
  font-size: 16px !important;
}
.cn-large-form .btn {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.warr-h-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images2/st/workshop2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}
.warr-h-bg-filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  z-index: -1;
}
.warr-h-tbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.warr-h-tbar.scrolled-up {
  background-color: rgba(0,0,0,0.8);
}
.warr-h-tbar > div {
  display: table;
  width: 100%;
}
.warr-h-tbar > div > div {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.warr-h-tbar > div > div, .warr-h-tbar > div > div a, .warr-h-tbar > div > div span {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.warr-h-tbar > div > div .logo {
  display: none;
  height: 50px;
}
.warr-h-tbar.scrolled-up > div > div .logo {
  display: inline-block;
  vertical-align: top;
}
.warr-h-tbar > div > div a {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}
.warr-h-tbar > div > div a:hover {
  text-shadow: 0 0 30px rgba(255,255,255,0.9);
}
.warr-h-hero-msg {
  display: block;
  margin-top: 200px;
  text-align: center;
  color: #FFFFFF;
}
.warr-h-hero-msg .logo {
  display: inline-block;
  height: 100px;
}
.warr-h-content {
  display: block;
  padding: 50px 20px;
  background-color: rgba(255,255,255,0.85);
  margin-top: 200px;
}
.warr-h-brands {
  display: block;
  margin: auto;
  max-width: 90%;
  font-size: 0;
  text-align: center;
}
.warr-h-brands .brand {
  display: inline-block;
  vertical-align: top;
  padding: 40px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.warr-h-brands .brand img {
  display: block;
  width: 140px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.warr-h-brands .brand:hover {
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0 0 30px rgba(255,255,255,1);
}
.warr-h-brands .brand:hover img {
  -webkit-filter: none;
  filter: none;
}
.neg-form tr td {
  padding-top: 10px;
  vertical-align: middle;
}
.neg-form tr td.lbl {
  padding-right: 20px;
  text-align: right;
}
.neg-form tr.pay td {
  vertical-align: baseline;
}
.neg-form tr.head td {
  padding-top: 0px;
  padding-bottom: 10px;
}
.neg-form tr td.pt5 {
  padding-top: 5px;
}
.neg-form tr td:first-child {
  white-space: nowrap;
}
.neg-form tr td.partition {
  padding-left: 20px;
}
.neg-form tr td input, .neg-form tr td select {
  width: 90px;
}
.cn-hide.ng-hide {
  display: none;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.cn-frame-bg {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; 
}
.loading-circles {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
}
.loading-circles li {
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 12px;
  width: 12px;
  border: 3px solid #418fde;
  border-radius: 100%;
  -webkit-transform: transformZ(0);
          transform: transformZ(0);
  -webkit-animation: LOADING 1s infinite;
          animation: LOADING 1s infinite;
}
.loading-circles li:nth-child(1n) {
  left: -20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-circles li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading-circles li:nth-child(3n) {
  left: 20px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    /*background: #2b8ccd;*/
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*background: white;*/
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    /*background: #2b8ccd;*/
  }
}
@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    /*background: #2b8ccd;*/
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*background: white;*/
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    /*background: #2b8ccd;*/
  }
}
.guided-steps {
  vertical-align: top;
}
.guided-steps ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
.guided-steps ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: middle;
  padding: 0;
  margin: 0;
}
.guided-steps .pb-dots ul li > span {
  display: inline-block;
  vertical-align: middle;
  color: #BBBBBB;
}
.guided-steps .pb-dots ul li:nth-child(even) > span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-color: #BBBBBB;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  text-align: center;
}
.guided-steps .pb-dots ul li:nth-child(even) > span i {
  color: #FFFFFF;
  font-size: 8px;
  line-height: 16px;
  font-weight: bold;
  vertical-align: top;
}
.guided-steps .pb-dots ul li:nth-child(odd) {
  width: 33%;
}
.guided-steps .pb-dots ul li:nth-child(odd) > span {
  background-color: #BBBBBB;
  height: 2px;
  width: 100%;
}
.guided-steps .pb-text ul li {
  width: 25%;
  font-size: 13px;
}
.ccc-chat .chat-bubbles .feed-row {
  padding: 10px 10px 0 10px !important;
  margin: 0 0 0 0 !important;
  vertical-align: top;
}
.ccc-chat .chat-bubbles .feed-row .bubble {
  vertical-align: top;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.ccc-chat .chat-bubbles .feed-row .bubble .td-highlight {
  background-color: rgba(0,0,0,0.3);
}
.ccc-chat .chat-bubbles .feed-row .bubble.comparison .pc3 {
  padding-top: 5px;
}
.ccc-chat .chat-bubbles .feed-row .bubble .contact-info {
  background-color: rgba(150,150,150,0.08);
}
.ccc-chat .chat-bubbles .feed-row .cu-arr {
  display: none !important;
}
.ccc-chat .chat-bubbles .feed-row .bubble-container .bubble .top-left {
  top: 21px;
  left: 5px;
}
.ccc-chat .chat-bubbles .feed-row .user-joined {
  display: block;
  position: relative;
}
.ccc-chat .chat-bubbles .feed-row .user-joined .img-bar {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -20px;
  text-align: center;
}
.ccc-chat .chat-bubbles .feed-row .user-joined .img-bar img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.ccc-chat .chat-bubbles .feed-row .user-joined .user-joined-msg {
  display: block;
  background-color: rgba(150,150,150,0.08);
  padding: 20px;
  margin: 20px 20px 0;
  padding: 20px 10px 10px 10px;
  text-align: center;
  border-radius: 8px;
}
.p-blurred {
  filter: blur(3px) !important;
  -webkit-filter: blur(3px) !important;
  -moz-filter: blur(3px) !important;
  -o-filter: blur(3px) !important;
  -ms-filter: blur(3px) !important;
  filter: url(blur.svg#blur);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.chat-page .right-notifications.fixed-flash > .alerts {
  border-width: 0 0 0 0;
  box-shadow: none;
  border-radius: 0;
}
.chat-page .right-notifications .alerts table.alist tr > td {
  border-bottom: 1px solid #DD0000 !important;
}
/*@media only screen and (min-width:1600px) {
  .chat-page .right-notifications {
    display: block !important;
  }
  .on-chat {
    display: none !important;
  }
}*/
.rpt-list-section {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  font-style: italic;
}

.rpt-container {
  display: block;
  overflow-x: auto; 
  white-space: nowrap;
}

.rpt-chart-container {
  background-color: white;
}

.dataTables_wrapper .dt-button {
  padding: 3px;
}
.dataTables_wrapper div.dt-buttons {
    float: right;
    margin-left: 10px;
}
.dataTables_wrapper div.dataTables_filter {
    float: left;
}

.rpt-chart-summary, .rpt-chart-filter {
  display: table;
}
.rpt-chart-container .rpt-chart-item {
  display: table-cell; 
  height: 200px !important; 
  width: 200px !important;
}
.rpt-dt-container .dt-ftr-group-filter, .rpt-dt-container .dt-ftr-text-filter {
  height: 20px; 
  padding: 0; 
  margin: 0;
}
.dt-ftr-text-filter {
  color: #000000;
}
.dataTables_length label {
  display: inline;
} 

.dataTables_length select {
  display: inline-block;
} 
div.action-buttons {
  display: none;
}
.thin-style div.action-buttons {
  display: block;
}
.thin-style td.action-buttons {
  display: none;
}
.rptCNDTFooter {
  position: relative; 
  float: left; 
  width: 700px; 
  height: 32px; 
  white-space: nowrap;
} 

.dataTables_length {
  display: inline-block; 
  padding-top: 2px;
} 

.dataTables_info {
  display: inline-block; 
  position: absolute; 
  right: 0;
}

.new-tax-info {
  color: red;
  font-weight: bold;
}

.upload-config-section {
  overflow: scroll;
  height: 175px;
}

/* OEM Compliance INFINITI */
/* [CN-8552] */
.chat-bubbles .feed-row .bubble-container .bubble.inventory.infiniti > div,
.chat-bubbles .feed-row .bubble-container .bubble.inventory.infiniti > a {
  height: 230px;
}
.chat-bubbles .feed-row .bubble-container .bubble > .clickable.floating.infiniti {
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
  position: initial;
}
.chat-bubbles .feed-row .bubble-container .bubble.infiniti > div .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble.infiniti > a .title-banner {
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0.6);
  height: 60px;
  line-height: 40px;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 0px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ccc-chat .chat-bubbles .feed-row .bubble-container .bubble .top-left.infiniti {
  top: 5px;
  left: 5px;
}
.chat-bubbles .feed-row .bubble-container .bubble.inventory.infiniti > div .title-banner,
.chat-bubbles .feed-row .bubble-container .bubble.inventory.infiniti > a .title-banner {
  height: 55px;
}
.rpm-cell {
    display: inline-block;
    font-size: 0;
    text-align: center;
    vertical-align: top;
    margin: 10px;
    min-height: 420px;
    padding: 20px;
    width: 40%;
}
.rpm-config-cell {
    background-color: rgba(237,0,0,0.2);
    font-size: 0;
    text-align: center;
    vertical-align: top;
    margin: 10px;
    min-height: 420px;
    padding: 20px;
}

.rpm-circle {
    border-radius: 50%;
    text-align: center;
    margin: 5px;
    border: 4px solid rgba(255, 255, 255, 0.7);
    box-sizing:border-box;
    color: white;
    cursor: pointer;
}

.rpm-circle-red {
  background-color: red;
}

.rpm-circle-green {
  background-color: green;
}

.rpm-cell1 {
    width: 100px;
    height: 100px;
    line-height: 92px;
    font-size: 32px;
}

.rpm-criticals {
    display: block;
    padding-top: 10px;
}
.rpm-criticals ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.rpm-criticals ul > li {
    display: block;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.3);
}
.rpm-criticals ul > li > a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 14px;
}

.rpm-td {
  padding-top: 10px;
}

#dealerships-info_wrapper > #dealerships-info_info {
  display: none;
}

#dealerships-info_wrapper > #dealerships-info_filter {
  float: none;
}

#rpm-dashboard-table-data_wrapper > #rpm-dashboard-table-data {
  font-size: 14px;
}

#rpm-dashboard-table-data_wrapper > #rpm-dashboard-table-data > th {
  padding: 0px;
}

#rpm-dashboard-table-data_paginate {
  font-size: 14px;
}

.tax-button {
  color: white;
  background-color: #478AF7;
}
.warr-plate {
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
  overflow: hidden;
	width: 300px;
  height: 475px;
  border: 1px solid #DD0000;
  border-radius: 6px;
  margin: 10px;
}
.warr-plate .warr-row-text {
  display: block;
  text-align: center;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
}
.warr-plate .warr-cover-photo {
  display: block;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.warr-cover-photo:nth-child(1) {
  background-position: top;
}
.warr-plate .warr-select-btn {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 0 0 6px 6px;
}
.warr-plate ul.warr-rows {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.warr-plate ul.warr-rows .warr-bullets {
  font-size: 10px;
  display: block;
  height: auto;
  -webkit-overflow-scrolling: touch;
}
.warr-bullets .warr-link-text {
  display: block;
  height: 20px;
  text-align: center;
  margin-top: 10px;
}
.warr-plate ul.warr-rows > li {
  display: block;
  margin-bottom: 20px;
}
ul.warr-rows > li:last-child, ul.warr-rows > li:nth-child(1) , ul.warr-rows > li:nth-child(2) {
  margin-bottom: 0px;
}
.warr-plate ul.warr-rows > li.padded {
  padding-left: 20px;
  padding-right: 20px;
}
.warr-rows .warr-price-row {
  display: block;
  text-align: center;
}
.warr-bullets .w-bull {
  text-align: left;
  padding-left: 5px;
}
.warr-price-row .warr-price-amt {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.warr-price-row .warr-sub-title {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  color: #999999;
  font-size: 14px;
}
.warr-plate .warr-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  height: 44px;
  line-height: 44px;
  margin: 0 0px 0px 0px;
  padding: 0;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
}
.warr-opt-ded {
  display: block;
  padding: 0 15px;
}
.warr-plate-cont .warr-plate:nth-child(1) .warr-cover-photo {
  background-image: url(../images2/fni/default-1.jpg);
}
.warr-plate-cont .warr-plate:nth-child(2) .warr-cover-photo {
  background-image: url(../images2/fni/default-2.jpg);
} 
.warr-plate-cont .warr-plate:nth-child(3) .warr-cover-photo {
  background-image: url(../images2/fni/default-4.jpg);
} 
.warr-plate-cont .warr-plate:nth-child(4) .warr-cover-photo {
  background-image: url(../images2/fni/default-5.jpg);
} 
.warr-plate-cont .warr-plate:nth-child(5) .warr-cover-photo {
  background-image: url(../images2/fni/default-6.jpg);
} 
.warr-plate-cont .warr-plate:nth-child(6) .warr-cover-photo {
  background-image: url(../images2/fni/default-7.jpg);
} 

.opt-in-box {
  background-color: #FFFFFF;
  position: absolute;
  top: 80px;
  left: 20%;
  right: 20%;
  padding: 40px;
  border-radius: 16px;
}
.opt-in-box .names input {
  padding: 10px;
  margin-bottom: 6px;
  width: 49%;
}
.opt-in-box .names, .opt-in-box .contact {
  padding: 10px;
}
.opt-in-box .contact input {
  padding: 10px;
  width: 100%;
}
.opt-in-box .disclaimer {
  padding: 20px;
  font-size: 12px;
}

@media (max-width: 800px) {
  .opt-in-box {
    top: 12px;
    left: 2%;
    right: 2%;
  }
  .opt-in-box .names input {
    width: 100%;
  }
}
.topbar-dot {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #DD0000;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.settings-grid .seg-ctl > li {
  height: 26px;
}
.settings-grid .seg-ctl > li > a {
  font-size: 12px;
  line-height: 24px;
}
.settings-grid .blk-txt {
  display: inline-block;
  background-color: #418fde;
  padding: 0 5px;
  color: #FFFFFF;
  line-height: 24px;
  height: 26px;
  border-radius: 2px;
}

.footnote {
  color: orangered;
  font-weight: 600;
}
.footnotes {
  padding-top: 20px;
  background-color: lightgoldenrodyellow;
}

.wid-stg-column {
  vertical-align: baseline;
}

.index-notice {
  font-style: italic;
  background-color: lightgoldenrodyellow;
}
.resp-main {
  display: block;
  border: 3px solid #418fde;
  padding: 10px 20px 20px 20px;
}
.resp-main .resp-imp {
  display: block;
  background-color: #418fde;
  color: #FFFFFF;
  padding: 10px;
}
.resp-table {
  display: table;
  width: 100%;
}
.resp-table > div {
  display: table-cell;
  padding: 20px;
  border-bottom: 1px solid #DDD;
  vertical-align: top;
}
.resp-table.nobdr > div {
  border-bottom: none;
}
.resp-main .resp-table > div {
  border-bottom: none;
  padding: 10px 10px 0 0;
}
.resp-main .resp-table > div:last-child {
  padding-right: 0;
}
@media only screen and (max-width : 768px) {
  .resp-table {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 10px 0 10px 0;
    font-size: 0;
  }
  .resp-table > div {
    display: inline-block;
    border-bottom: none;
    padding: 10px 10px 0 0;
    font-size: 14px;
    vertical-align: top;
  }
  .resp-table > div.tar {
    text-align: left;
  }
  .resp-table > div.action {
    display: block;
  }
}
.resp-main > div {
  margin-top: 20px;
}
.resp-main > div:first-child {
  margin-top: 0;
}
.step-bar {
  display: block;
  font-size: 0;
}
.step-bar > .step {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 5px;
}
.step-bar .step-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #BBB;
  color: #FFF;
  font-style: bold;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.step-bar .step-circle i {
  color: #FFF;
  font-weight: normal;
}
.step-bar > .step-connector {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 5px;
  min-width: 30px;
  padding-top: 40px;
}
.step-bar > .step-connector:first-child {
  display: none;
}
.step-bar > .step-connector > span {
  display: block;
  height: 4px;
  background-color: #BBB;
}
.step-bar > .step > .step-label {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}
.step-bar > .step > .step-time {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  color: #999;
}
.step-bar .step-completed .step-circle,
.step-bar .step-completed.step-connector > span {
  background-color: #5BB75B;
}
.step-bar .step-current .step-circle {
  box-shadow: 0 0 0 4px rgba(0,0,0,0.7);
}

.feed-row.bubble-sys {
  display: none;
}
.pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
}
.pills > a {
  display: inline-block;
  min-width: 70px;
  border: 1px solid #AAA;
  padding: 0 15px;
  line-height: 24px;
  font-size: 14px;
  text-decoration: none;
  color: #777;
  text-align: center;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.pills > a.picked {
  color: #418fde;
  border-color: #418fde;
  box-shadow: 0 0 3px #418fde;
}
.center-box {
  display: block;
  position: absolute;
  text-align: center;
  float: left;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.taxes.asterisk {
  color: red;
}
.taxes.green, .taxes > .icon-arr-up {
  color: green;
}
.taxes.red, .taxes > .icon-arr-down {
  color: red;
}
.taxes.settings-grid input[type="text"],
.taxes.settings-grid textarea,
.taxes.settings-grid select,
.taxes.settings-grid .btn.add-on {
  height: 28px;
}

.admin-schedule-note {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.admin-schedule-note-tag {
  height: 24px !important;
  padding-right: 20px;
  text-align: start;
  border-top: none !important;
  border-bottom: none !important;
}

.admin-schedule-note-input {
  width: 450px !important;
  height: 24px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border: none !important;
  border-radius: 0 4px 4px 0 !important;
}

.align-text-top {
  vertical-align: top;
}

.time-cell {
  white-space: nowrap;
}

.cn-tab-container {
  display: flex;
  min-height: 300px;
  background-color: #e0eefa;
  border: 1px solid #ccc;
}

.cn-tab-container  .cn-vertical-tabs {
  flex: none;
  float: left;
  width: 200px;
  background-color: #fafafa;
  border-right: 1px solid #ccc;
}

.cn-tab-container  .cn-vertical-tabs .cn-sticky-tabs {
  position: sticky;
  top: 44px;
}

.cn-tab-container  .cn-vertical-tabs .cn-vertical-tab {
  display: block;
  width: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  padding: 20px 10px;
  font-weight: 200;
}

.cn-tab-container  .cn-vertical-tabs .cn-vertical-tab:hover {
  background-color: #ededed;
}

.cn-tab-container  .cn-vertical-tabs .cn-vertical-tab.active {
  background-color: #e0eefa;
  font-weight: bold;
}

.cn-tab-container  .cn-vertical-tabs .cn-vertical-tab.active:hover {
  background-color: #cae2f6 !important;
}

.cn-tab-container .cn-vertical-tab-contents {
  flex: auto;
  display: block;
}

.cn-tab-container .cn-vertical-tab-contents .cn-vertical-tab-content {
  float: left;
  padding: 10px;
  border-left: none;
  display: none;
  height: 100%;
  width: 100%;
}

.showroom_dealmaker_config .cn-tab-container .settings-cancel-edit {
  display: none; /* hide cancel button from partials */
}

.showroom_dealmaker_config .cn-tab-container input[type="submit"],
.showroom_dealmaker_config .cn-tab-container .btn.btn-green.btn-thin {
  float: right; /* move submit button to right from partials */
}

.showroom_dealmaker_config .cn-tab-container #showroom-content .showroom-footer {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 5px;
}

.vinsol__wrapper {
  padding-top: 10px;
  display: grid;
  max-width: 1048px;
  grid-template-columns: .75fr 1.25fr 180px repeat(3, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.vinsol__title { 
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  grid-area: 1 / 1 / 2 / 7; 
}

.vinsol--flex-center {
  display: flex;
  align-items: center;
}
.vinsol__dealer_status_helper_text { 
  grid-area: 2 / 1 / 3 / 7; 
  font-style: italic;
}
.vinsol__dealer-status-label { grid-area: 3 / 1 / 4 / 2; }
.vinsol__dealer-status { 
  grid-area: 3 / 2 / 4 / 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  column-gap: 5px;
}

.vinsol__dealer-status > span { font-weight: bold; }

.vinsol__dealer-status--active { color: #00af57; }
.vinsol__dealer-status--unknown { color: gray;}
.vinsol__dealer-status--inactive { color: red; }

.vinsol__dealer-id-label { grid-area: 4 / 1 / 5 / 2; }
.vinsol__dealer-id { grid-area: 4 / 2 / 5 / 3; }

.vinsol__dealer-id-remove-button { grid-area: 4 / 3 / 5 / 4; }
.vinsol__dealer-id-remove-error { 
  grid-area: 4 / 4 / 5 / 7; 
  color: red;
  font-style: italic;
}

.vinsol__super-user-id-label { grid-area: 5 / 1 / 6 / 2; }
.vinsol__super-user-id { grid-area: 5 / 2 / 6 / 3; }

.vinsol__email-lookup-text { 
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  row-gap: 10px;;
  grid-area: 6 / 1 / 8 / 7; 
}
.vinsol__email-lookup-text > div { font-style: italic; }

.vinsol__email-lookup-label { grid-area: 8 / 1 / 9 / 2; }
.vinsol__email-lookup { grid-area: 8 / 2 / 9 / 3; }
.vinsol__email-lookup-button { grid-area: 8 / 3 / 9 / 4; }
.vinsol__email-lookup-error { grid-area: 8 / 4 / 9 / 7; }

/* Override font-size values from 'rem' to 'em' in the admin-config since the root html font-size has been set to 62.5% */
.admin_config .cnui-button {
  font-size: 1em;
}
.admin_config .cnui-modal__header h1 {
  font-size: 1.25em; /* --cnui-heading-small */
}