.card {
  overflow: hidden;
  margin: 5% auto;
  width: 50%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .card-content {
  padding: 16px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
#form_login input[type=text]:valid,
#form_login input[type=password]:valid {
  border-bottom: 1px solid #7b7b7b;
  -webkit-box-shadow: 0 1px 0 0 #7b7b7b;
  -moz-box-shadow: 0 1px 0 0 #7b7b7b;
  box-shadow: 0 1px 0 0 #7b7b7b;
}

#form_login input[type=text],
#form_login input[type=password] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #86d0e0;
  -webkit-box-shadow: 0 1px 0 0 #86d0e0;
  -moz-box-shadow: 0 1px 0 0 #86d0e0;
  box-shadow: 0 1px 0 0 #86d0e0;
  outline: none;
  height: 3rem;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#form_login input[type=text]:focus,
#form_login input[type=password]:focus {
  border-bottom: 1px solid #86d0e0;
  -webkit-box-shadow: 0 1px 0 0 #86d0e0;
  -moz-box-shadow: 0 1px 0 0 #86d0e0;
  box-shadow: 0 1px 0 0 #86d0e0;
}
.btn {
  text-transform: uppercase;
  border: none;
  color: #FFFFFF!important;
  background-color: #86d0e0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn:hover {
  background-color: #7b7b7b;
}
.btn.delete-row, .btn.cancel-button {
  background:rgba(199, 5, 3, 1);
}
.btn.delete-row:hover, .btn.cancel-button:hover {
  background: #a94442;
}
.btn .text-danger {
  color: #FFFFFF;
}
.btn-success {
  background-color: #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #449d44;
}
.btn-info {
  background-color: #5bc0de;
  min-width: 85px;
}
.btn + .btn-info {
  margin-left: 5px;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #31b0d5;
}
.search-input {
  outline: none;
  height: 20px;
}

#login {
  float: right;
  margin-bottom: 25px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 90%!important;
}

header {
  width: 100%;
  height: 78px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #FFF !important;
  height: 78px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
     -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
nav {
  position: relative;
}
.logo {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 60px;
  height: 60px;
}
.loggedbox{
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px 0px;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  right:0px;
  background-color: #86d0e0 !important;
  color: #fff !important;

}
.loggedbox a {
  color: #FFFFFF;
}
.menu {
  position: absolute;
  right: 0px;
  top: 35px;
  text-align: right;
}
@media (max-width: 992px) {
  .menu {
    max-width: 625px;
  }
}
.menu li {
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
  font-weight: 700;
}
.menu li a {
  color: #86d0e0;
}
.menu li a:hover, .menu li a.active {
  color: #7B7b7b;
  text-decoration: none;
}

.breadcrumbs {
  padding-top: 100px;
  padding-bottom: 10px;
}
.breadcrumbs span {
  color: #86d0e0;
  font-size: 16px;
  margin: 0px 5px;
}
.breadcrumbs span:first-child {
  display: none;
}
.breadcrumbs a {
  color: #86d0e0;
  font-size: 16px;
}
.breadcrumbs a:hover {
  color: #7B7b7b;
  text-decoration: none;
}
.breadcrumbs p {
  margin: 15px 0 0;
}

.table-container {
  background:rgba(0,0,0,0.1);
}

.table-container .status-dot {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.table-container .status-dot.NOTCONTACTED {
  background-color: #a94442;
}

.table-container .status-dot.CONTACTED {
  background-color: #ffc106;
}

.table-container .status-dot.RESERVED {
  background-color: #4ca1e7;
}

.table-container .status-dot.CONFIRMED {
  background-color: #5cb85c;
}

textarea {
  width: 100%;
  min-height: 100px;
}
#mapa_google_box {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
}
#mapa_google_overlay {
  z-index: 10;
}
#mapa_google_preview, #mapa_google_overlay {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.chosen-container {
	min-width: 200px;
}
