/* General */
h1,
h2, h3,
h4, h5, h6 {
    color: #009787;
}

table tr th, table tr th a {
    color: #009787;
}

#titulo {
    margin: 44px 0 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EC6617;
    
}

.newItem {
    margin-bottom: 35px
}

.fontSizeTr {
    font-size: 16px;
}

#fondoFormFiltro {
    background: #f7f7f7;
}

.volver {
    margin-bottom: 20px;
}

/* Tamaño celdas tablas */
.size20 {
    width: 20px;
}

.size30 {
    width: 30px;
}

.size35 {
    width: 35px;
}

.size50 {
    width: 50px;
}

.size25pc{
    width: 25%;
}

.size50pc{
    width: 50%;
}

/* Fin General */
/* Header */
nav.navbar {
    border-bottom: 1px solid #009787;
    background-color: #c6e5e5;
}

nav.navbar-expand-xl .navbar-nav .nav-link.btn{
    padding-left: 1rem;
    padding-right: 1rem;
}
nav.navbar-expand-xl .navbar-nav .separador{
    padding-right: 1rem;
}

nav .navbar-brand img {
    width: 100%;
    max-width: 75%;
}

nav .navbar-nav .nav-item a {
    color: #009787;
    font-weight: 600;
    font-size: 18px;
}

nav .navbar-nav .nav-item .btn {
    background-color: #EC6617;
    color: #FFFFFF;
    font-size: 16px;
}

nav .navbar-nav .btn-logout {
    background-color: #006d62;
    color: #FFFFFF !important;
    font-weight: 600;
}

/* Fin Header */
/* View: Citas */
select#paciente + span{
    width: 100% !important;

}
#form-citas .btn-search {
    background-color: #009787;
    color: #FFFFFF;
}

#form-citas .btn-show-all {
    background-color: #EC6617;
    color: #FFFFFF;
}

.swal-footer {
    text-align: center;
}

/* Fin View: Citas */
