[v-cloak] {
  display: none;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

html,
body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.container {
  width: 90%;
  margin: 0 auto 30px auto;
  min-height: 800px;
}

select {
  display: block;
  margin-bottom: 10px;
}

select,
.submit {
  min-width: 200px;
  height: 25px;
}

label {
  display: block;
  margin: 5px 0;
}

input {
  height: 20px;
  width: 150px;
  display: block;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
  outline: 0 !important;
}

button:hover {
  cursor: pointer;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.checkbox {
  width: 20px;
}

.thin {
  font-weight: lighter;
}

#logo {
  width: auto;
  margin: 10px 0 0 20px;
  height: 100%;
  max-height: 50px;
}

#header {
  background: #414042;
  margin-bottom: 20px;
  height: 70px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}

#header h1 {
  font-size: 24px;
  margin: 0 0 0 20px;
  padding-top: 30px;
  color: white;
  text-transform: uppercase;
}

#color-legend {
  float: right;
  margin: 15px 10px 0 0;
  color: white;
  font-size: 12px;
}

#inventory-reminder,
#user-reminder {
  display: block;
  text-align: center;
  color: darkgray;
  padding-bottom: 10px;
}

.color {
  float: left;
  margin-right: 20px;
}

.color-shown {
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto 10px auto;
}

.submit,
.button {
  border: none;
  border-radius: 2px;
  background: #D3D3D3;
  color: black;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
          box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
}

.button:hover {
  cursor: pointer;
}

.button:active,
.button:focus {
  outline: none;
}

.submit:hover {
  cursor: pointer;
}

#location-select {
  min-width: 250px;
  height: 30px;
}

/* =Leads Dashboard
============================================ */

#date-range-container {
  margin-top: 20px;
}

#getEntrataLeads input[type="radio"] {
  float: left;
  width: initial;
  margin-right: 10px;
}

.radio-label {
  float: left;
  margin-right: 10px;
}

.leads-table,
.meter-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 40px auto;
}

.leads-table td,
.leads-table th,
.meter-table td,
.meter-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.leads-table tr:nth-child(even),
.meter-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.leads-table tr:hover,
.meter-table tr:hover {
  background-color: #ddd;
}

.leads-table th,
.meter-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #BE1E2D;
  color: white;
}

.date-input {
  float: left;
  margin-right: 10px;
  display: none;
}

/* =Map
============================================ */

#mapplic {
  margin-top: 20px;
}

.coordinate-button {
  margin-bottom: 10px;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px;
  background: #414042;
  margin-top: 0;
  margin-bottom: 5px;
  color: white;
}

.modal input[type="radio"] {
  float: left;
  width: initial;
  margin-right: 10px;
  margin-top: 0;
}

.modal label {
  margin-bottom: 15px;
}

.modal .button {
  margin: 20px auto 0 auto;
  min-width: 250px;
}

#bedroom-modal,
#lead-modal,
#edit-lead-modal {
  min-height: 500px;
  width: 100%;
  padding: 0;
}

#bedroom-modal select,
#lead-modal select,
#edit-lead-modal select {
  margin: 0 auto;
  min-width: 250px;
  font-size: 16px;
}

#note-fields {
  margin: 0 auto;
  display: none;
  width: 250px;
  padding-top: 10px;
}

#next-available-datetime {
  width: 250px;
}

/* =Footer
============================================ */

#footer {
  width: 100%;
  height: 100px;
  background: #333333;
  position: relative;
}

#footer p {
  color: whitesmoke;
  text-align: center;
  text-transform: lowercase;
  bottom: 0;
  position: absolute;
  left: 40%;
}

