select.input-lg, .input-lg {
    font-size: 15px !important;
}

td.day {
    color: #000;
    font-weight: bold;
    background-color: #f8ffbe;
}

td.disabled.day {
    font-weight: normal;
    background-color: none;
}

.faixa-gen {border-bottom:1px solid #B3BCC6; padding-bottom:2%}

.datepicker.dropdown-menu {
    z-index: 99999999999999999999999;
}
.nav_agendamento {
    margin-top:-10px;
    width:100%
}

.nav_agendamento a span {
    font-size:30px !important;
    color:#B3BCC6;
    background-color:#fff;
    border:6px solid #B3BCC6;
    border-radius:50px;
    float: left;
    margin-top: -30px;
    padding: 25px 23px;
}

.nav_agendamento a {
    font-family:open_bold, sans-serif;
    font-size:22px;
    display:inline-block;
    color:#B2BBC5;
    padding:15px 0;
    letter-spacing:-1px;
    line-height: 20px;
    text-decoration:none
}

.nav_agendamento .itemativo {
    color:#A86500 !important
}

.nav_agendamento .itemativo span {
    background-color:#FF9900 !important;
    color:#fff !important;
    border-color:#D58000 !important
}

.passo {
    display: none;
}

.passo.itemativo {
    display: block;
}

fieldset {
    border-radius:10px;
    border-top:2px solid #B3BCC6;
    padding:40px 20px 20px 20px
}

i.fa-big {
    font-size:30px !important;
    color:#fff;
    background-color:#B3BCC6;
    padding:14px;
}

* .optionfx h2 {
    margin-bottom:5px
}

.table thead {font-size:20px}

.table tbody tr{font-size:15px} 

/********* smart + smart paisagem ******/
@media screen and (min-width: 120px) and (max-width: 767px) {
    .faixa-gen {padding-bottom:12%}
    .nav_agendamento a {
        font-size:20px;
    }
	.table {
  display: block;
  position: relative;
  width: 100%;
}
.table > thead > tr > th {
	padding:3px 8px 2px 8px !important
	}
.table thead {font-size:14px}

.table tbody tr{font-size:14px} 
	
.table thead,
.table tbody,
.table th,
.table td,
.table tr {
  display: block;
}
.table td,
.table th {
  height: 35px;
}
.table thead {
  float: left;
}
.table tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.table tbody tr {
  display: inline-block;
}
}

@media screen and (max-width: 425px) {
    .sweet-alert .sa-icon {
        display: none !important;
    }
}