.nav-brand-box-chat.ficha_edit {
    width: 100%;
}
.ficha_clinica_anotacoes_menu {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.item_ficha_clinica_edit {
    display: table;
    margin-bottom: 10px;
}


.input-50 {
    width: 50%;
    float: left;
}

.input-50-left {
    padding-right: 10px;
}

.input-50-right {
    padding-left: 10px;
}

#form-edit-anotacoes .form-control {
    font-size: 20px;
    font-family: "Lato";
    color: #aaa;
    background-color: #eee;
    background-image: none;
    border: 1px solid #eee;  
    margin-bottom: 5px;
}

#form-edit-anotacoes textarea.form-control  {
    height: 135px;
}
.ficha_clinica_anotacoes_edit .search {
    right: 20px;
}

#btnExames {
    display: block;
    position: fixed;
    bottom: 107px;
    right: 15px;
    z-index: 99999;
    border: none;
    outline: none;
    background-color: #FFD019;
    color: white;
    cursor: pointer;
    padding: 6px;
    border-radius: 14px;
    font-size: 18px;
    width: 50px;
    height: 50px;
    box-shadow: 2px 1px 4px 2px #aaa;
}

#btnExames:hover {
    opacity: 0.5;
}