@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.app-sidebar__user-avatar {
    width: 48px;
    background: rgb(84, 153, 144);
    padding: 6px;
}

.headerRegister{
    background: #009688;
    color:#fff;
} 

.headerUpdate{
    background: #007bff;
    color:#fff;
}

#divLoading{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 254, .65);
    z-index: 1;
    display: none;
}

#divLoading img{
    width: 50px;
    height: 50px;
}

div.dt-top-container {
/*     display: grid;
    grid-template-columns: auto auto auto;
        */
    text-align:center
}
    
div.dt-center-in-div {
    margin: 0 auto;
    display: inline-block;
}
    
div.dt-filter-spacer {
    margin: 10px 0;
}
    
td.highlight {
    background-color: whitesmoke !important;
}

div.dt-left-in-div {
    float: left;
}

div.dt-right-in-div {
    float: right;
}

.text_login{
    font-size: 1.3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #b4b2b2;
}

.app-sidebar__cenetec {
    width: 120px;
}

.app-sidebar__cenetec_login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}

#parra_vert{
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

#check_center{
    text-align: center;
}

.div_img_book{
	border: 1px solid;
    border-color: #6c757d;
    border-radius: 8px;
}

.inputUploadfile{
    display: none;
}

.btnUploadfile, .btnDeleteImage{
    border: 0;
    background-color: #9D844D;
    text-align: center;
    padding: 2px 3px;
    color: #fff;
    font-size: 9pt;
    cursor: pointer;
    width: 80%;
}

.btnDeleteImage{
    background-color: #dc3545;
}

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

.img_logo_salud {
    width: 350px;
}