body {
    background-color: #505050;
    color: #fff;
    font-family: 'Lato';
}
header {
    padding: 10px 0px 10px 45px;
    background-color: #d21f22;
}
footer {
    padding: 25px 45px 22px 45px;
    font-size: 23px;
    background-color: #000;
}

footer span{
    font-size: 22px;            
}

footer .footer-bottom{
    width: 100%;
    background-color: #505050;
    position: absolute;
    left: 0px;
    padding: 16px 0px 14px 40px;
    font-size: 15px;
    margin-top: 20px;
}
footer .footer-bottom img{
    width: 60px;
    margin-right: 12px;
}

button {
    outline: none;
}
button:focus{border:0;outline:0 none;}

.view-content {
    background-color: #e4e4e4;
    font-size: 20px;
    letter-spacing: 3px;
    color: #d11f21;
    min-height: 600px;
}
.view-content .row {
    margin: 0px;
}
.view-content .sep {
    border-right: solid 3px #c8c8c8;
}
.view-content .title {
    margin: 30px 0px 40px 0px;
    text-align: center;
    font-weight: bold;
    min-height: 100px;
}
.view-content .title img{
    margin-bottom: 20px;
}
.view-content a{
    color: #c41f24;
}
.send{
    background-color: #d21f22;
    color: #fff;
    border: none;
    padding: 16px 120px;
    letter-spacing: 3px;
    margin: 50px 0px 100px 0px;
    cursor: pointer;
}
.btn-center{
    text-align: center;
}
.menuitem{
    min-height: 400px;
    line-height: 400px;
    margin: 50px 0px;
    min-width: 200px;
}
.menuitem span
{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
}
.menuitem span:hover{
    text-decoration: underline;
}
.menuitem img{
    margin-bottom: 25px;
}
.container-fluid {
    padding: 0px;
}

.view-hidden{
    display: none; 
}
.menurow{
    line-height: 30px;
    padding: 40px 0px;
    margin-left: 15%;    
}
.backrow{
    line-height: 30px;
    margin-left: 15%;    
}
.availability {
    position: absolute;
    right: 5%;
    font-size: 15px;
    text-align: center;
    margin-top: 80px;
}
.formtitle {
    padding: 30px 0px;
    margin-left: 15%;
}
.formitem {
    margin-left: 15%;
}

.logoclaro{
    width: 170px;
    float: right;
    margin-right: 40px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=text],input[type=number],input[type=email],textarea {
    border: solid 2px #a8a8a8;
    margin-top: 8px;
    margin-bottom: 25px;
    padding: 4px 10px;
    width: 80%;
    background-color: #e4e4e4;
}

textarea {
    resize: none;
    width: 90%;
}

select {
  border: solid 2px #a9a9a9;
  border-radius: 0;
  height: 42px;
  width: 80%;
  background-color: #e4e4e4;
  margin-top: 8px;
  margin-bottom: 25px;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    background: url('../images/square.svg') no-repeat left;
    padding-left: 35px;
    cursor: pointer;
}
input[type=checkbox]:checked + label {
    background: url('../images/check-square2.svg') no-repeat left;
}

input[type=radio] {
    display: none;
}
input[type=radio] + label {
    background: url('../images/off.png') no-repeat left;
    padding-left: 35px;
    cursor: pointer;
}
input[type=radio]:checked + label {
    background: url('../images/on.png') no-repeat left;
}

.modal-title {
  position: absolute;
}
.modal-body {
  color: #000; 
}
.modal-content {
  border-radius: 0px;
}

.modal-footer button{
    width: auto;
    padding: 4px 40px;
    margin: 0px;
    background-color: #d21f22;
    color: #fff;
    border: none;
    letter-spacing: 3px;
    cursor: pointer;
    font-size: 18px;
}

.calendar input{
    width: calc(80% - 47px) !important;
    border-right: none;
}
.calendar img {
    vertical-align: top;
}

.calendar button{
    width: auto;
    padding: 6px 3px 3px 3px;
    margin: 0px;
    background-color: #d21f22;
    color: #fff;
    border: none;
    letter-spacing: 3px;
    cursor: pointer;
}

.additem {
    color: #d11f21;
    background-color: transparent;
    text-align: left;
    padding: 10px 0px;
    margin: 0px;
    border: none;
    letter-spacing: 3px;
    cursor: pointer;
}
.additem img{
    margin-left: 30px;
    margin-right: 6px;
}
.row-radio {
    padding-left: 15%;
    margin-bottom: 20px !important;
}

.row-radio label {
  font-size: 18px;
}

.row-ida {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

.col-xs-12,.col-sm-6,.col-md-3{
  padding: 0px;
}

.ui-datepicker {
  /*width: 20em;*/
  padding: 0;
  display: none;
  background: #fff;
  border: 1px solid #D71921;
  z-index: 101 !important; }
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
background: #d71921; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
position: absolute;
top: 11px;
cursor: pointer; }
.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  visibility: hidden; }
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }
.ui-datepicker .ui-datepicker-prev {
left: 24px; }
.ui-datepicker .ui-datepicker-prev:before {
  border-right: 8px solid #fff; }
.ui-datepicker .ui-datepicker-next {
right: 24px; }
.ui-datepicker .ui-datepicker-next:before {
  border-left: 8px solid #fff; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
display: none; }
.ui-datepicker .ui-datepicker-title {
margin: 5px;
text-align: center;
color: #fff;
/*font-size: 1.1667em;*/
font-weight: bold; }
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year {
width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%; }
.ui-datepicker table {
width: 100%;
font-size: 12px;
border-collapse: collapse; }
.ui-datepicker th {
width: 30px;
height: 30px;
line-height: 30px;
background: #f5f5f5; }
.ui-datepicker th span {
display: block;
text-align: center;
font-size: 1.1667em;
font-weight: normal;
color: #d71921; }
.ui-datepicker span.ui-datepicker-month {
font-weight: bold; }
.ui-datepicker .ui-datepicker-calendar td {
vertical-align: middle;
text-align: center; }
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
  color: inherit;
  display: block;
  height: 30px;
  line-height: 30px; }
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #dbdbdb; }
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover {
  background: #d71921;
  color: #fff; }
.ui-datepicker.yellow {
border: 1px solid #d71921; }
.ui-datepicker.yellow .ui-datepicker-header {
  background: #d71921; }
.ui-datepicker.yellow th span {
  color: #d71921; }
.ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
  background: #d71921; }
.ui-datepicker.green {
border: 1px solid #98ce44; }
.ui-datepicker.green .ui-datepicker-header {
  background: #98ce44; }
.ui-datepicker.green th span {
  color: #98ce44; }
.ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
  background: #98ce44; }
.ui-datepicker.blue {
border: 1px solid #d10019; }
.ui-datepicker.blue .ui-datepicker-header {
  background: #d10019; }
.ui-datepicker.blue th span {
  color: #d10019; }
.ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
  background: #d10019; }
.ui-datepicker.dark-blue {
border: 1px solid #2d3e52; }
.ui-datepicker.dark-blue .ui-datepicker-header {
  background: #2d3e52; }
.ui-datepicker.dark-blue th span {
  color: #2d3e52; }
.ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
  background: #2d3e52; }

@media screen and (max-width:1024px) {
  .availability {
    margin-top: 20px;
  }
  .formtitle{
      margin-left: 7%;
  }
  .formitem {
      margin-left: 7%;
  }
  .row-radio {
    padding-left: 7%;
  }
  .backrow {
     margin-left: 7%;
  }
}

@media screen and (max-width:616px) {
    .view-content .sep {
        border-right: none;
    }
    .menuitem{
        min-height: 200px;
        line-height: 200px;
    }
    .formtitle{
        margin-left: 30px;
    }
    .formitem {
        margin-left: 0px;
    }
    .send{
        padding: 8px 60px;
        margin: 25px 0px 50px 0px;
        font-size: 17px;
    }
    .additem img {
        margin-left: 0px;
    }
    .availability {
        width: 100%;
        position: relative;
        right: auto;
        margin-top: 0px;
    }
    header {
      padding: 25px 0px 25px 30px;
      background-color: #d21f22;
    }
    header img {
      width: 200px;
    }
    footer {
      padding: 15px 30px 12px 30px;
      font-size: 16px;
    }
    footer .footer-bottom {
      font-size: 12px;
      padding: 16px 0px 14px 30px;
    }
    footer .footer-bottom img{
      width: 40px;
    }
    input[type=text], input[type=email], input[type=number], select, textarea {
        width: 100%;
    }
    .logoclaro{
        width: 70px;
        float: right;
        margin-right: 10px;
        margin-top: 14px;
    }
    .menurow {
        margin-left: 20px;
    }
    .backrow {
        margin-left: 20px;
        margin-top: 30px;
    }
}

.loading {
    background: #464040;
    width: 100%;
    height: 100%;
    position: fixed;
    /* margin: 0 auto; */
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.2;
}

.loader {
    position: fixed;
position: fixed;
top: 50%;
left: 50%;
/* margin: 0 auto; */
z-index: 99999;
}

.cssload-loader {
    display: block;
    margin:0 auto;
    width: 29px;
    height: 29px;
    position: relative;
    border: 4px solid rgb(0,0,0);
    animation: cssload-loader 2.3s infinite ease;
        -o-animation: cssload-loader 2.3s infinite ease;
        -ms-animation: cssload-loader 2.3s infinite ease;
        -webkit-animation: cssload-loader 2.3s infinite ease;
        -moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: rgb(0,0,0);
    animation: cssload-loader-inner 2.3s infinite ease-in;
        -o-animation: cssload-loader-inner 2.3s infinite ease-in;
        -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
        -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
        -moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}

@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-o-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-ms-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-webkit-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

@-moz-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}