.menu {
  width: 1440px;
  margin: 0 auto;
  /*border-bottom: 1px solid #cccccc;*/
}

.menu ul {
  text-align: center;
  margin: 0;
}

.menu ul li {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
}


.menu ul li a {
  padding: 5px 10px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  /*border-right: 1px solid #ccc;*/
  transition: all 0.2s ease;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

.menu ul li a:before,
.menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #000;
  transform: scale(0,1);
  transition: transform .1s ease;
  background-color: #fff;
}

.menu ul li a:before {
  transform-origin: left;
  left: 50%;
}

.menu ul li a:after {
  transform-origin: right;
  right: 50%;
}

.menu ul li a:hover:before,
.menu ul li a:hover:after {
  transform: scale(1,1);
}

.menu ul li:last-child a {
  /*border-right: none;*/
}

/*.menu ul li a:hover {
  color: #000000;
  opacity: 0.7;
}*/

.main h1 {
  text-align: center;
  font-size: 24px;
}

.container {
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.container h2 {
  font-size: 18px;
}

.display-data {
  display: inline-block;
  float: left;
  padding: 0 40px;
}

.pricing-of-villa {
  width: 65%;
  border-right: 3px solid black;
}

.disabled-dates {
  width: 35%;
}

.display-data table {
  width: 100%;
}

.display-data table tbody tr:nth-child(2n) {
  background: #cccccc;
}

.display-data table tbody tr td {
  font-size: 16px;
  padding: 5px;
}

.btn-delete {
  background: transparent;
  color: #ff0000;
  outline: none;
  border: none;
  transition: all 0.2s ease;

}

.btn-delete:hover {
  color: #ce0505;
}

tbody .ui-state-disabled span {
  background-color: red !important;
  color: #ffffff !important;
}

#success-pricing {
  min-height: 50px;
  padding: 10px 0;
}

#login {
  max-width: 320px;
  margin: 0 auto;
}

header {
  background: #000000;
}

footer {
  background: #000000;
}

footer:after {
  display: block;
  clear: both;
  content: '';
}

.copyright {
  float: left;
  color: #ffffff;
}

.credits {
  float: right;
  color: #ffffff;
}

#login label {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #666;
}

input {
  border: none;
  border-bottom: solid 2px #000;
  color: #000;
  line-height: 1.1em;
  margin: 0;
  padding: 10px;
  width: 100%;
  outline: none;
}

#submit,
#submit-pricing {
  background-color: #000;
  border-color: #000;
  font-size: 16px;
  padding: 16px 38px;
  letter-spacing: .1em;
  background-color: #000;
  border-radius: 0;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 auto;
  outline: 0;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .1s ease,border-color .1s ease,color .1s ease;
  /*font: normal normal normal 14px/1 FontAwesome;*/
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}

#login #submit {
  margin-top: 40px;
}

/*.btn-delete:after {
  content:'\f00d';
  font-family: 'fontAwesome';
}*/
