html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    text-shadow: none;
}
#app {
    background-color: #f8fafc;
    width: 100%;
}
.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
h1, .h1 {
	font-size: 1.9rem;
}
.title{
    color: cornflowerblue !important;
}

.botoes{
	float: left;
    margin-right: 4px;
}
.btn-info{
	color: #fff;
}
p{
	margin-bottom: 0.5rem !important;
}
p.lead{
	margin-bottom: 0.7rem !important;
}

.align-bottom {
  vertical-align:bottom;
}

table tr td.day{
	width: 200px;
}
.input-group.control{
    min-width: 100px !important;
}


/* ALBUM DE PROFISSIONAIS */

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

.ui-autocomplete {
  z-index: 215000000 !important;
}

.profissionals-img img {
    max-width: 90px;
}

.doctor-box-2 {
    background-color: white;
    padding: 20px;
    border: 6px solid #f2f2f2;
    margin: 20px 0px;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}
.doctor-box-2:hover {
    border-color: #1696e7;
}
.doctor-box-2 .doctor-name {
    text-align: center;
    margin-top: 20px;
}
.doctor-img {
    position: relative;
    text-align: center;
}
.doctor-box-2 .doctor-details {
    margin-top: 15px;
}
.doctor-hidden-features{

  height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.doctor-hidden-features.show{
    -webkit-transition: height .3s ease;
    height: 100% !important;
}
.profissionals-item-desc {
    margin-left: 45px;
}
.list-grid-item {
    border: 1px solid #ececec;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}
.list-grid-item:hover {
    -webkit-box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);
    box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-color: transparent;
}

.btn-sm {
    padding: 8px 22px;
}
.button {
    padding: 12px 25px;
    border: 1px solid;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.slds-progress{
    max-width: 120px !important;
}
.slds-progress_vertical{
    position: fixed !important;
    margin-left: 5px !important;
    z-index: 1;
}

.table td{
    vertical-align: middle;
}

.slds-radio_button__label{
    margin-bottom: 0 !important;
}
.card-header-os{
    padding: 0.8rem 0.95rem 0rem;
}
.custom-control-label {

}

.select2-selection--single{
    min-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}