
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}

.card-primary.card-outline {
  border-top: 3px solid #393d41;
}


/* Upload archivos*/
#containerFiles{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#containerFiles > div{
	margin-right: 10px;
	margin-bottom: 8px;
}
.prevFile{
	border: 1px solid #CCC;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break:break-all;
}

.inputUploadfile{
	display: none;
}
.btnUploadfile, .btnDeleteFile{
	border: 0;
	background-color: #009688;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
}
.btnDeleteFile{
	background-color: #dc3545;
}
.prevFile .loading{
	width: 30px;
	height: 30px;
}

.upimg, .notblock{
	display: none !important;
}
.card-menu .card-medicos {
	background-color: #e2effd;
}

.card-menu:hover {
	transform: scale(1.03);
	box-shadow: 0 0 5px 3px #007bff;
}
.card-medicos:hover {
	box-shadow: 0 0 5px 3px #8da8c5;
}

.headerRegister, .header-primary{
	background: #28a745;
	color: #FFF;
	padding: .5rem
}
.headerUpdate{
	background: #073d77;
	color: #FFF;
	padding: .5rem
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}