* titulos */
#title
{
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(231, 226, 226, 0.809);
}
/* pagination */


.paginator p
{
    display: flex;
    justify-content: center;
}

/* tamaño de contenedor de botones */
#botom
{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}

/* estilo de botones */
button
{
    background-color: #272727;
    width: 250px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px black;
    font-weight: bolder;
}
button:hover
{
    box-shadow: inset 1px 1px 2px rgba(90, 88, 88, 0.61) ;
}
/* margenes a los iconos de vista, delete y edit */
.icon-margin
{
margin-right: 10px;
}
/* centrando el titulo de tipo de usuario */
#content-h3
{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 300;
}


#panel-heading
{
    margin: 0;
    display: flex;
    justify-content: center;
}
/* Titulo  de la tabla */

tbody td
{
    text-align: start;
    overflow-wrap: break-word;
    margin: 3px;

}
.paginator
{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px;
}

.submit
{
    display: contents;
}

.dropdown-menu  li
{
    
    margin: 6px ; 
    padding: 10px;
    border-radius: 2px;
    
}
.dropdown-menu  li:nth-child(5)
{
    border-top: 1px solid gray;
}
nav
{
margin-bottom: 40px;
}
/* espaciado y estilos del fieldset de reading edit */
fieldset .form-title
{
    margin-bottom: 10px;
}
fieldset label
{
    margin-top: 10px;
}
#titulo-busqueda
{
    margin-bottom: 40px;
}

thead tr th
{
    text-align: start;

}
#list-registro
{
    height: 60px;

}
#iconos-prayerTypes
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}
#date-select
{
    margin: 40px 0 10px 0;
}
.info
{
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: 'roboto';
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 4px;
}
 .row2
{
 
    display: flex;
    align-items: center;
} 
.tr-apostol
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 900px;

}
.td-apostol
{
    display: flex;
    justify-content: center;
}
.alineado{

    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.checkbox-relieve{
    background-color: #dcdfd4;
    cursor: pointer;
    font-weight: 400;
    margin-right: 0%;
    margin-left: 0;
    padding: 10px 40px 10px 40px;
    border-radius: 10px;
    font-family: roboto;
    box-shadow: 1px 1px 1px #0000004f;
}
.remove{
    width: 43px;
    height: 34px;
}

.center-end{
    display: flex;
    align-items: flex-end;
}
#conversation-title{
    width: 100%;
    display: flex;
    margin: 20px;
    justify-content: space-between;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    align-items: flex-end;
}
.margins{
    margin: 20px;
}
