#sectionRserva .form-control {
  background: #F3F3F3;
  border: 2px solid #eeeeee;
  color: #808080;
  box-shadow: none;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  padding: 25px;
  font-size: 17px;
}

#sectionRserva .form-control:focus {
  border-color: #808080;
}

#sectionRserva input {

}

#sectionRserva textarea {
  height: 170px;
}

#radioBtn .notActive{
  color: #0E344B;
  background-color: #fff;
  border: 1px solid #0E344B;
  font-size: 15px;
}

#radioBtn .active{
  color: #FFFFFF;
  background-color: #0E344B;
  border: 1px solid #0E344B;
  font-size: 15px;
}

.containerFilter {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
}

.containerFilter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.containerFilter:hover input ~ .checkmark {
  background-color: #ccc;
}

.containerFilter input:checked ~ .checkmark {
  background-color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerFilter input:checked ~ .checkmark:after {
  display: block;
}

.containerFilter .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  margin-top: -5px;
  position: absolute;
  padding: 15px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.selectP{
  font-size: 15px;
  line-height: 1.33333333;
  width: 100%;
  border-width: .0625rem;
  padding: .1875rem .3125rem;
  margin: 0 6px 16px 0;
  min-height: 40px;
  max-height: none;
  height: 40px;
  background-color: white;
}

.threePlani h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #2F5A55;
}

.threePlani h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #2F5A55;
  color: #2F5A55;
}

.threePlani h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #2F5A55;
  color: #2F5A55;
}

.threePP h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  color: #139AD3;
}

.threePP h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #139AD3;
  color: #139AD3;
}

.threePP h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #139AD3;
  color: #139AD3;
}

.ui-accordion .ui-accordion-header {
  position: relative;
  display: block;
  padding: 10px;
  padding-top : 20px;
  padding-bottom : 20px;
  background: #03357C;
  color: #FFFFFF;
  border:0;
  text-decoration: none;
  font-family: 'Open Sans',Arial;
  font-size: 15px;
}

.ui-accordion-header:hover {
  background: #006DB2;
  color: #FFFFFF;
}

.ui-accordion-header.ui-state-active {
  background: #006DB2;
  color: #FFFFFF;
}

.ui-accordion-header-icon ui-icon ui-icon-triangle-1-s{
  color: #FFFFFF !important;
}

.labelForm{
  font-weight: bold;
  font-size: 17px;
}

.labelFormPlani{
  font-size: 16px;
}

.spanForm{
  font-weight: normal;
  font-size: 18px;
  padding-left: 10px;
  cursor: pointer;
}

.spanFormComida{
  font-weight: normal;
  font-size: 16px;
  padding-left: 10px;
  cursor: pointer;
}