/* SRC Links ============================================================================= */
/* Colors ================================================================================ */
/* Spacings ============================================================================== */
/* Scizing =============================================================================== */
/*********** BTNS ***********/
.btn-primary {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  background-color: #fa7e1c;
  background-image: -moz-linear-gradient(top, #fa7e1c, #e96800);
  background-image: -ms-linear-gradient(top, #fa7e1c, #e96800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa7e1c), to(#e96800));
  background-image: -webkit-linear-gradient(top, #fa7e1c, #e96800);
  background-image: -o-linear-gradient(top, #fa7e1c, #e96800);
  background-image: linear-gradient(top, #fa7e1c, #e96800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7e1c', endColorstr='#e96800', GradientType=0);
  border-color: #c16116 #c65b06 #bd5808;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: white;
  background-color: #e96800;
}

.button-today-sales {
    font-weight: bold;
    border: none;
    color: white;
    background-color: #761a27;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 0px;
    cursor: pointer;
    float: right;
    border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    width: 70px;
}

/*********** ANCHOR TAGS *****/
a {
  color: #405ebe;
}
a:hover {
  color: #798ed2;
}
a:hover span.quiet {
  color: #8c9ed8;
}
a:visited {
  color: #798ed2;
}
a:visited span.quiet {
  color: #8c9ed8;
}
a span.quiet {
  color: #536ec5;
}

a.btn {
  color: #333;
}
a#addToCart.btn{
	color: #fff;
}

li.active a, a.active {
  color: #3e3e40;
}

.quiet a, .quiet a.quiet {
  color: #536ec5;
}

header .secNav a {
  color: white;
}
header .secNav a:hover {
  color: white;
}
header .secNav a:visited {
  color: #f2f2f2;
}

.sellCount {
  background: white;
  color: #264051;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-weight: 900;
}

footer .sellCount {
  background: #264051;
  color: white;
}
html.oldie footer .sellCount{display: none;}

/*********** PAGE LEVEL *****/
@media only screen and (min-width: 768px) {
  header nav .usrNav {
    display: block;
    min-height: 80px;
  }
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background: #fbf9f5;
}

p.menu {
  color: white;
  padding-top: 7px;
}

header[role="banner"].wrapper {
  padding-bottom: 0;
}

header nav .secNav {
  margin-top: 1.75em;
}

header nav .priNav li {
  display: inline-block;
  margin-right: 10px;	
}
header nav .priNav li a {
  padding: 10px 15px 10px 15px;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, white, #cdcdcd);
  background-image: -ms-linear-gradient(top, white, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, white, #cdcdcd);
  background-image: -o-linear-gradient(top, white, #cdcdcd);
  background-image: linear-gradient(top, white, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#cdcdcd', GradientType=0);
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-width: 1px;
  border-color: #ecdedf #d5c5c4 #d5c5c4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font-weight: 900;
}
header nav .priNav li a:hover {
  text-shadow: none;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, white, #e7e7e7);
  background-image: -ms-linear-gradient(top, white, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, white, #e7e7e7);
  background-image: -o-linear-gradient(top, white, #e7e7e7);
  background-image: linear-gradient(top, white, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7', GradientType=0);
  *background-color: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #264051;
}

header nav .priNav li.active {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
}
header nav .priNav li.active a {
  color: white;
  background-color: #761a27;
  background-image: -moz-linear-gradient(top, #761a27, #904850);
  background-image: -ms-linear-gradient(top, #761a27, #904850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#761a27), to(#904850));
  background-image: -webkit-linear-gradient(top, #761a27, #904850);
  background-image: -o-linear-gradient(top, #761a27, #904850);
  background-image: linear-gradient(top, #761a27, #904850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#761a27', endColorstr='#904850', GradientType=0);
  *background-color: #761a27;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

hr, body.inventory ul.nav-pills li hr, body.inventory ul.nav-pills li.active hr, body.salesCount ul.nav-pills li hr, body.salesCount ul.nav-pills li.active hr {
  border-top: 1px solid #dbc3c6;
}

.row.footer .wrapper {
  border-top: 2px solid #761a27;
}

.table td, .table th {
  border-top: 1px solid #dbc3c6;
}

.quiet {
  color: #b3b3b3;
}

ul.pipes li {
  border-left: 2px solid #dbc3c6;
}

.pagination a {
  background: white;
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th, .table-striped tr:first-child th, .table th, .table td {
  background-color: white;
}

.header.row {
  background: #f8f8f8 url(../images/high/headerBg.png) repeat-x left top;
  min-height: 160px;
}
body{
	background-color: #FBF9F5;	
}
.body.row {
  background: #fbf9f5 url(../images/high/pageBg.png) repeat-x left top;
  //min-height: 489px;
}
.body.row .wrapper {
  border-top: 0;
}

#layout_footer, footer {
  background: #fbf9f5;
}

body {
  color: #333333;
}

@media only screen and (min-width: 768px) {
  body.search .colSmall, body.search.search-results .colSmall:nth-of-type(1), body.search.search-results .colSmall:nth-of-type(2) {
    background: white;
    border: 2px solid #be9399;
  }

  body.bo-summary .box, body.email .box, body.preferences .box, body.changeCountry .box {
    background: white;
    border: 2px solid #be9399;
  }
}
header[role="banner"] h1 span.ir {
  min-width: 189px;
}

header[role="banner"] h1 span.mobile {
  background: transparent url(../images/high/logo.png) no-repeat center top;
}

header[role="banner"] h1 span.web {
  background: transparent url(../images/high/VS_Web.png) no-repeat center top;
}

header[role="banner"] h1 span.mobileWeb {
  background: transparent url(../images/high/VS_Mobile_Web.png) no-repeat center top;
}

@media only screen and (min-width: 768px) {
  header[role="banner"] h1 span.ir {
    background-position-x: left;
    width: 189px;
  }
}
footer nav ul li a {
  border-bottom: 1px solid #dbc3c6;
}

@media only screen and (min-width: 768px) {
  footer nav ul li a {
    border-bottom: 0;
  }
}
/*********** SEARCH PAGE *****/
body.search fieldset ul li#area ul#tabs li.nav a {
  color: #333333;
  border: 1px solid #be9399;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, white, #ebdee0);
  background-image: -ms-linear-gradient(top, white, #ebdee0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ebdee0));
  background-image: -webkit-linear-gradient(top, white, #ebdee0);
  background-image: -o-linear-gradient(top, white, #ebdee0);
  background-image: linear-gradient(top, white, #ebdee0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ebdee0', GradientType=0);
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body.search fieldset ul li#area ul#tabs li.nav a.active {
  background-color: white;
  background-image: -moz-linear-gradient(top, #ebdee0, white);
  background-image: -ms-linear-gradient(top, #ebdee0, white);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebdee0), to(white));
  background-image: -webkit-linear-gradient(top, #ebdee0, white);
  background-image: -o-linear-gradient(top, #ebdee0, white);
  background-image: linear-gradient(top, #ebdee0, white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebdee0', endColorstr='white', GradientType=0);
  *background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: white;
  background-image: -moz-linear-gradient(top, #ebdee0, white 40%);
  background-image: -ms-linear-gradient(top, #ebdee0, white 40%);
  background-image: -webkit-gradient(linear, 0 0, 0 40%, from(#ebdee0), to(white));
  background-image: -webkit-linear-gradient(top, #ebdee0, white 40%);
  background-image: -o-linear-gradient(top, #ebdee0, white 40%);
  background-image: linear-gradient(top, #ebdee0, white 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebdee0', endColorstr='white', GradientType=0);
  *background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

body.search fieldset ul li#area ul#tabs li#areaTab ul.box, body.search fieldset ul li#area ul#tabs li#networkTab ul.box {
  background: white;
  border: 1px solid #be9399;
}

/*********** SEARCH-RESULT PAGE *****/
body.search.search-results .colLarge div.result {
  background: white;
  border: 2px solid #be9399;
}
body.search.search-results .colLarge div.result ul.unitVin {
  border-top: 1px solid #dbc3c6;
  border-bottom: 1px solid #dbc3c6;
}

body.search.search-results .colLarge div.result ul.unitVin, body.search.search-results .colLarge div.result ul.secInfo {
  background: #fcfbf9;
}
body.search.search-results .colLarge div.result ul.colors, body.search.search-results .colLarge div.result ul.secInfo, body.search.search-results .colLarge div.result ul.unitVin {
  color: gray;
}
body.search.search-results .colLarge div.result.old-age {
  background: white url(../images/fpo/results-ribbon-dark.png) 98% 0% no-repeat;
}
body.search.search-results .colSmall:nth-of-type(1) fieldset:nth-of-type(1) {
  border-bottom: 2px solid #dbc3c6;
}

/*********** SEARCH-RESULT/BO-SUMMARY *****/
body.search.search-results.cart .colLarge div.addCar, body.bo-summary div.addCar {
  border: 2px dashed #dbc3c6;
  background: white;
  background-clip: padding-box;
}
body.search.search-results.cart .colLarge div.addCar p, body.bo-summary div.addCar p {
  color: gray;
}

/*********** BO-SEARCH-RESULTS *****/
body.bo-search .table tr:last-child td, body.bo-search .table tr:last-child th {
  border-bottom: 1px solid #dbc3c6;
}

/*********** BO-SUMMARY *****/
body.bo-summary .colLarge h3 {
  border-bottom: 2px solid #dbc3c6;
}
body.bo-summary ul.order li ul li {
  border-bottom: 1px solid #dbc3c6;
}
body.bo-summary table.customer tr.block td {
  border-top: 1px solid #dbc3c6;
}
body.bo-summary table.customer tr.block:last-child td:last-child {
  border-bottom: 1px solid #dbc3c6;
}
body.bo-summary table.cars tr:nth-child(2n+1) td {
  border-top: 2px solid #be9399;
}
body.bo-summary p.total {
  border-top: 2px solid #be9399;
}
@media only screen and (min-width: 768px) {
  body.bo-summary p.total {
    border: 0;
  }
  body.bo-summary table.cars tr:nth-child(2n+1) td {
    border: 0;
  }
  body.bo-summary .colLarge h3 {
    border: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.bo-summary ul.order li ul li {
    border: 0;
  }
  body.bo-summary table.customer tr.block td, body.bo-summary table.customer tr.block:last-child td:last-child {
    border: 0;
  }
}

/*********** BO-VEHICLE-EDIT *****/
body.vehicle-edit .totals {
  border-top: 1px solid #761a27;
}

/*********** VEHICLE-DETAILS *****/
body.vehicle-details .table tbody tr:hover td, body.vehicle-details .table tbody tr:hover th {
  background: #fcfbf9;
}

body.vehicle-details .colLarge div.vehicleInfo {
  border: 2px solid #be9399;
}
body.vehicle-details h3, body.vehicle-details h4.collapsable {
  padding: 5px;
  background: #fcfbf9;
  border: 1px solid #dbc3c6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
body.vehicle-details h3 div.arrow-right, body.vehicle-details h4.collapsable div.arrow-right {
  display: inline-block;
  float: right;
  margin-right: 15px;
}
body.vehicle-details .colLarge div.vehicleInfo ul.priInfo {
  border-top: 1px solid #dbc3c6;
  border-bottom: 1px solid #dbc3c6;
}
body.vehicle-details .colLarge div.vehicleInfo ul.priInfo, body.vehicle-details .colLarge div.vehicleInfo ul.secInfo {
  background: #fcfbf9;
}
body.vehicle-details .colLarge div.vehicleInfo ul.secInfo li.unitVin ul li, body.vehicle-details .colLarge div.vehicleInfo ul.secInfo li.desc {
  color: gray;
}

body.vehicle-details .table-striped tbody tr:nth-child(even) td, body.vehicle-details .table-striped tbody tr:nth-child(even) th, body.vehicle-details .table-striped tr:first-child th, body.vehicle-details .table th, body.vehicle-details .table td, body.vehicle-details.deeplink .table-striped tbody tr:nth-child(even) td, body.vehicle-details.deeplink .table-striped tbody tr:nth-child(even) th, body.vehicle-details.deeplink .table-striped tr:first-child th, body.vehicle-details.deeplink .table th, body.vehicle-details.deeplink .table td {
  background-color: transparent;
}

body.vehicle-details .colLarge ul.equip li {
  background: white;
  border: 1px solid #be9399;
  margin-right: 1px;
  margin-bottom: 1px;
  text-align: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

body.vehicle-details .colLarge ul.equip li.one-col {
  width: 116px;
}
body.vehicle-details .colLarge ul.equip li.two-col {
  width: 265px;
}
body.vehicle-details .colLarge ul.equip li.three-col {
  width: 100%;
  box-sizing: border-box;
}
body.vehicle-details .colLarge ul.equip li.too-large {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  body.vehicle-details .colLarge ul.equip li.three-col {
    width: 446px;
  }
}
@media only screen and (min-width: 992px) {
  body.vehicle-details .colLarge ul.equip li.too-large {
    width: 595px;
  }
}

.left.first {
  clear: both;
}

ul.pipes li.no-pipe {
  border-left: 0;
}

div.vehicleInfo {
  background: white;
}

/*********** VIEW ALL PHOTOS *****/
body.view-all .colLarge div.clearfix {
  background: white;
}

/*********** CART PAGE *****/
body.search.search-results.cart .colLarge div.result {
  background: transparent;
}
body.search.search-results.cart .colLarge div.result div.borders {
  background: white;
  border: 2px solid #be9399;
}
body.search.search-results.cart .colLarge div.result div.borders.bo-errors {
  background: white;
  border: 4px solid #b94a48;
}
body.search.search-results.cart .colLarge div.result div.borders ul.unitVin {
  border-top: 1px solid #dbc3c6;
  border-bottom: 1px solid #dbc3c6;
}
body.search.search-results.cart .colLarge div.result div.borders ul.unitVin, body.search.search-results.cart .colLarge div.result div.borders ul.secInfo {
  background: #fcfbf9;
}
body.search.search-results.cart .colLarge div.result div.borders ul.colors, body.search.search-results.cart .colLarge div.result div.borders ul.secInfo, body.search.search-results.cart .colLarge div.result div.borders ul.unitVin {
  color: gray;
}
body.search.search-results.cart .colLarge div.result div.form {
  background: #fcfbf9;
  border: 2px solid #be9399;
  border-top: 0;
}

/*********** INVENTORY PAGE *****/
body.inventory ul.nav-pills li ul li, body.inventory ul.nav-pills li.active ul li, body.salesCount ul.nav-pills li ul li, body.salesCount ul.nav-pills li.active ul li {
  background: white;
  border: 1px solid #dbc3c6;
}
body.inventory ul.nav-pills li a, body.salesCount ul.nav-pills li a {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, white, #cdcdcd);
  background-image: -ms-linear-gradient(top, white, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, white, #cdcdcd);
  background-image: -o-linear-gradient(top, white, #cdcdcd);
  background-image: linear-gradient(top, white, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#cdcdcd', GradientType=0);
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-width: 1px;
  border-color: #ecdedf #d5c5c4 #d5c5c4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
body.inventory ul.nav-pills li a:hover, body.salesCount ul.nav-pills li a:hover {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, white, #e7e7e7);
  background-image: -ms-linear-gradient(top, white, #e7e7e7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, white, #e7e7e7);
  background-image: -o-linear-gradient(top, white, #e7e7e7);
  background-image: linear-gradient(top, white, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7', GradientType=0);
  *background-color: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body.inventory ul.nav-pills li.active a, body.salesCount ul.nav-pills li.active a {
  color: white;
  background-color: #761a27;
  background-image: -moz-linear-gradient(top, #761a27, #904850);
  background-image: -ms-linear-gradient(top, #761a27, #904850);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#761a27), to(#904850));
  background-image: -webkit-linear-gradient(top, #761a27, #904850);
  background-image: -o-linear-gradient(top, #761a27, #904850);
  background-image: linear-gradient(top, #761a27, #904850);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#761a27', endColorstr='#904850', GradientType=0);
  *background-color: #761a27;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body.inventory ul.nav-pills li.active ul li a, body.inventory ul.nav-pills li.active ul li a {
  color: #405ebe;
}
body.inventory ul.nav-pills span.count {
  background: #761a27;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
body.inventory ul.nav-pills li.active span.count {
  background: white;
}
body.inventory ul.nav-pills li.active span.count a {
  color: #405ebe;
}

/*********** WHOLESALE PAGE *****/
body.salesCount ul.nav-pills span.count {
  color: white;
  background: #761a27;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
body.inventory ul.nav-pills span.count a {
  color: white;
}
body.salesCount ul.nav-pills li.active span.count {
  background: white;
  color: #405ebe;
}

/*********** The ICONs *****/
[class^="icon-vsm-"], [class*=" icon-vsm-"] {
  background-image: url("../images/high/spriteSheet_VSM.png");
}

.icon-vsm-email {
  background-position: -4px -5px;
}

.icon-vsm-carfax {
  background-position: -4px -23px;
}

.icon-vsm-spare-tire {
  background-position: -4px -43px;
}

.icon-vsm-multiple-keys {
  background-position: -4px -63px;
}

.icon-vsm-sale-price {
  background-position: -4px -83px;
}

.icon-vsm-list-price {
  background-position: -4px -103px;
}

.icon-vsm-edit {
  background-position: -3px -124px;
}

.icon-vsm-active-status {
  background-position: -5px -145px;
}

.icon-vsm-inactive-status {
  background-position: -5px -165px;
}

.icon-vsm-shopping-cart.icon-white {
  background-position: -4px -184px;
}

.icon-vsm-shopping-cart {
  background-position: -4px -204px;
}
.icon-vsm-on-truck{
	background-position: -6px -245px;
	width: 40px;
}
.icon-vsm-gavel{background-position:-6px -266px;}
div.left .icon-vsm-gavel{
	margin-left: 5px;
}
div.left .icon-vsm-on-truck{
	margin-left: 5px;
}
ul.priInfo li .icon-vsm-on-truck{
	margin-right: 5px;
	margin-top: 4px;	
}
@media only screen and (max-width: 481px) {
	body.vehicle-details .colLarge ul.priInfo li:nth-child(3){
		clear: both;
		padding-left: 0;
		border: 0;
	}
}

body.search.search-results.cart .colLarge div.result.sold div.sold-error {
  background: transparent url("../images/high/soldRibbon.png") top left no-repeat;
}

body.search.search-results .colLarge div.result.old-age {
  background: white url("../images/high/oldRibbon.png") 98% 0% no-repeat;
}

#location .select2-container .select2-selection--multiple .select2-selection__rendered,
#ymms .select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}

#location .select2-container .select2-search--inline,
#ymms .select2-container .select2-search--inline {
  float: left;
}

#location .select2-container--default .select2-selection--multiple .select2-selection__choice,
#ymms .select2-container--default .select2-selection--multiple .select2-selection__choice {
  width: auto;
}

.select2-selection--multiple, .select2-selection__choice, .select2-results__option {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.disableClick {
  pointer-events: none;
}

.clearLeft {
  clear:left;
}
