.dx-vieport {
  overflow-x: scroll;
}

.left {
  float: left;
  width: 400px;
  height: 800px;
  padding: 20px;
  background: rgba(191, 191, 191, 0.15);
  margin-right: 30px;
}

.right {
  overflow: hidden;
}

.left .list .dx-list-group-header {
  color: #f05b41;
  font-weight: normal;
  font-size: 18px;
}

.left .list .hotel {
  float: left;
}

.left .list .hotel .name {
  font-weight: bold;
}

.right .header {
  height: 70px;
}

.right .header .name-container {
  float: left;
}

.right .header .name {
  font-size: 30px;
  font-weight: bold;
}

.right .header .price-container {
  padding-top: 27px;
}

.right .name-container .type {
  margin-top: 0;
}

.right .tile {
  margin: 0 -12px 0 -12px;
}

.right .tile-image {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.right .address {
  padding-top: 30px;
  font-size: 18px;
  opacity: 0.7;
}

.right .description {
  margin: 10px 0;
}

.type {
  margin: 3px 0 5px 0;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218px%22%20height%3D%2214px%22%20%3E%3Cpolyline%20fill%3D%22%23F05B41%22%20points%3D%227.5%2C0%209.972%2C4.399%2014.999%2C5.348%2011.5%2C9.015%2012.135%2C14%207.5%2C11.866%202.865%2C14%203.5%2C9.015%200.001%2C5.348%205.028%2C4.399%207.5%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-size: 18px 14px;
}

.type.gold {
  width: 54px;
}

.type.platinum {
  width: 72px;
}

.type.diamond {
  width: 90px;
}

.price-container {
  float: right;
  padding-top: 13px;
}

.price-container > div {
  display: inline-block;
}

.price-container .price {
  font-size: 25px;
}

.price-container .caption {
  font-size: 11px;
  line-height: 12px;
  padding-left: 2px;
  opacity: 0.7;
}

  .debugInfo{
    font-size: 11px;
    color: lightgray;
  }

  .visibleArea {
    display: block;
  }

  .visibleContents {
    display: contents;
  }

  .invisibleArea {
    display: none;
  }

  .searchArea {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .search-logo {
    position: relative;
    top: 10px;
    padding-right: 0.5em;
  }

  .result-data {
    padding-left: 5em;
    padding-right: 5em;
  }

  .brand-selector {
    width: 10em;
    border: none;
    color:#337AB7;
    font-family: 'GothamPro';
  }

  .secondary {
    display: block;
    font-size: 10px;
    color: #aaa;
    padding-top: 0.5em;
  }

  .pull-right {
    float: right;
  }

  .project-title {
    font-weight: 700;
    font-size: 18px;
  }

  .rep-list-cell {
    margin-left: 10px;
    padding-left: 10px;
  }

  .reps-signature {
    color: black;
    padding: 4px;
  }

  .button-award-dealer {
    background-color: white;
    color: green;
    font-size: 9px;
    border: 1px green solid;
    cursor: pointer;
    width: 8em;
    font-family: "GothamPro" !important;
  }

  .button-add-dealer {
    background-color: white;
    color: #337AB7;
    font-size: 9px;
    border: 1px #337AB7 solid;
    cursor: pointer;
    width: 8em;
    font-family: "GothamPro" !important;
  }

  .button-search {
    border: 1px gray solid;
    border-radius: 5px;
    color: gray;
    width: 8em;
    height: 26px;
    cursor: pointer;
    padding-top: 3px;
    font-family: "GothamPro" !important;
  }

  .button-search:hover {
    background-color: gray;
    color: white;
  }

  .dx-datagrid-headers
  {
      background-color: #337AB7;
      color: white;
      text-align: center;
  }

  .rep-name {
    color: black;
    padding: 4px;
  }

    .rep-checkbox-checked {
    color: green;
    margin-right: 2em;
  }

  .rep-checkbox-unchecked {
    color: gray;
    margin-right: 2em;
  }

  .rep-popup-block {
    padding-left: 2em;
    font-family: "GothamPro" !important;
  }

  .button-copy-widget {
    border: 0px;
    cursor: pointer;
    padding-top: 3px;
  }

  .button-rep {
    padding: 0px;
    cursor: pointer;
    width: 24em;
    text-align: left;
    color: black;
    background-color: white;
    font-family: 'GothamPro';
    border: 0;
  }

  .button-rep:hover {
    background-color: #fff;
    color: #337AB7;
  }

  .found-count {
    margin-bottom: 1em;
  }

  .vertical-padding-top {
    margin-top: 0em;
    min-height: 0em;
  }

  .vertical-padding-bottom {
    margin-bottom: 1em;
    min-height: 2em;
    border-bottom: 1px solid gray;
  }

  .logged-user {
    color: #aaa;
    font-size: 11px;
    margin-top: 1em;
    margin-right: 2em;
  }

  #enrollment-key-data {
    position: absolute;
    top: 0;
    left: 20em;
  }

  .rep-subtable {
    margin-top: 0.6em;
  }

  .rep-subtable tr th {
    font-weight:lighter;
    text-align: left;
    margin-bottom: 3px;
  }

  .quick-filter-combo {
    padding-right: 1em;
    width: 10em;
    text-align: right;
  }

  .widget-table {
    font-family: "GothamPro" !important;
  }

  #addDealerElementDock {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }

  #addDealerElement {
    display: block;
    margin-top: 0.5em;
  }

  .dx-row .dx-data-row .dx-column-lines {
    border-bottom: 2px solid gray !important;
  }

  .button-popup-add-dealer {
    background-color: white;
    color: green;
    font-size: 9px;
    border: 1px green solid;
    cursor: pointer;
    width: 8em;
  }

  .button-popup-cancel-dealer {
    background-color: white;
    color: red;
    font-size: 9px;
    border: 1px red solid;
    cursor: pointer;
    width: 8em;
  }

  #key-not-vaid-block {
    height: 0px;
    width: 0px;
    visibility: hidden;
  }

  .key-warning {
    color: red;
    text-align: center;
    padding-top: 20%;
  }

  .self-company {
	  font-weight: 600;
  }

  @font-face {
    font-family: "GothamLight";
    src: url("fonts/Gotham-Light.otf") format("otf"), url("fonts/OpenSans-Regular-webfont.woff") format("woff");
  }

  @font-face {
    font-family: "GothamPro";
    src: url("fonts/GothaProReg.otf") format("otf"), url("fonts/GothaProReg.woff") format("woff");
  }

  body, html {
    font-family: "GothamPro" !important;
    line-height: 1.5em;
  }

  .dx-widget {
    font-family: "GothamPro" !important;
    line-height: 1.5em;
  }

  .dx-widget input {
    font-family: "GothamPro" !important;
    line-height: 1.5em;
  }

  .project-details-block {
    line-height: 1.6;
  }

  .brand-name {
    min-width: 13em;
    display: inline-block;
    text-align: left;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    font-family: "GothamPro" !important;
    background-color: white;
  }

  .brand-name:hover {
    color: #337AB7;
  }

  .dealer-button {
    background-color: #fff;
    border: 1px solid #337AB7;
    border-radius: 3px;
    color: #337AB7;
    cursor: pointer;
    font-size: 80%;
    padding: 3px 10px;
    font-family: "GothamPro" !important;
    width: 8em;
  }

  .dealer-button:hover {
    background-color: #337AB7;
    border: 1px solid #337AB7;
    color: #fff;
  }

  .bodycopy {
    text-align: left;
    font-weight: normal;
    font-family: "GothamPro" !important;
    left: 50%;
    width: 42em;
    display: inline-table;
  }

  .text-light {
    color: #ccc;
  }

  .dealers-add-info {
    width: 80%;
  }

  .tooltip-button {
    border: 0;
    position: relative;
    color: #999;
    background-color: white;
    cursor: pointer;
  }

  .tooltip-button :hover {
    color: #222;
  }

  .popup-block {
    padding: 1em;
    font-family: "GothamPro" !important;
  }

  .dx-small-block {
    width: 20em !important;
    font-family: "GothamPro";
    padding-right: 1em;
  }
