.hide {
    display: none;
}

.loading {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 99999999;
	background-color: rgba(255,255,255,.8);
	display: none;
}

.spinner-border {
	margin-top: 35%;
}

.card-body input:-moz-read-only { /* For Firefox */
  pointer-events: none;
}

.card-body input:read-only {
  pointer-events: none;
}

.card-body textarea:-moz-read-only { /* For Firefox */
  pointer-events: none;
}

.card-body textarea:read-only {
  pointer-events: none;
}

input[name=file] {
	pointer-events: initial !important;
}

#select_avatar {
	cursor: pointer;
}

#upload_avatar {
	display: none;
}

.author-box .author-box-picture {
	height: 100px;
}

.navbar .nav-link.nav-link-user img {
	height: 35px;
}

.datepicker {
	z-index: 999 !important;
}

.dataTables_filter label {
	width: 100%;
}

.dataTables_filter label input{
	width: 93% !important;
}

.scroll-nav {
	color: unset;
}

.scroll-nav:hover {
	text-decoration: none;
	color: white !important;
}

.con-boton .col-6:first-child {
	padding: 0;
}

.con-boton .col-6:last-child {
	display: flex;
	justify-content: flex-end;
}

.buttons-copy {
	width: 68px;
}

#tableLiquidacion_filter,
#tableCompsych_filter,
#tableWOS_filter,
#tableCompsychReport_filter,
#table-profesionales_filter {
	display: inline-block;
    width: 45%;
    float: right;
}

.dt-buttons.btn-group button:first-child {
	margin-left: 0;
}

.details-control {
	cursor: pointer;
}

input.form-control {
	height: 42px;
}

.upload-file-box {
	position: relative;
	border: 2px dotted #718096;
	cursor: pointer;
	background-color: #fff;
}

.upload-file-box:hover {
	background-color: #718096;
	color: white;
}

.upload-file-box label {
	display: flex;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
    justify-content: center;
    cursor: pointer;
}

.upload-file-box label i{
	margin-right: 5px;
	padding-top: 2px;
}

.upload-file-box .file-uploading {
	position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: #718096;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

.upload-file-box .file-uploading i {
	margin-right: 5px;
}

.upload-file-box .file-uploading.hide {
	display: none;
}

/* .files-gallery .file {
	position: relative;
	background-color: #eee;
    margin-bottom: 20px;
    margin-right: 10px;
    border: 1px solid #6c757c;
    border-radius: 5px;
	color: #6c757c;
	padding: 10px;
}

.files-gallery .file a {
	color: #6c757c;
}

.files-gallery .file a:hover {
	color: #6777ef;
	text-decoration: none;
}

.files-gallery i {
	display: block;
    text-align: center;
    font-size: 35px;
}

.delete-file {
	position: absolute;
    background: #ed1c23;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -5px;
    right: -5px;
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.delete-file:hover {
	background: #333;
} */

.files-gallery .file {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background-color: #FAFBFD;
	padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.files-gallery .file .file-name {
	display: flex;
	align-items: center;
}

.files-gallery .file .file-name i {
	font-size: 30px;
	color: #6776ef;
	margin-right: 10px;
}

.files-gallery .file .file-name span {
	font-weight: bold;
}

.profile-box {
	display: block;
	cursor: pointer;
	color: #6776ef;
	margin-top: 10px;
}

.form-group > label {
	display: block;
}

.reporte-encuestas tbody tr td {
	width: 50%;
}

.select2-container {
	width: 100% !important;
}

td.details-control-dt {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control-dt {
    background: url('../img/details_close.png') no-repeat center center;
}

.especialidades-cubiertas .form-group,
.listado-sucursales .form-group{
	margin-bottom: 10px !important;
}

.table-button {
	margin-bottom: 0;
}

.border-gray td {
	border: 1px solid #eee;
}

.border-gray tr th {
	font-size:12px;
}

.btn-bottom-table {
	display: block;
	width: 100%;
	background-color: white;
    color: #999;
    padding: 5px 0px;
    border-style: solid;
    border-color: #eee;
    border-width: 0px 1px 1px 1px;
}

.btn-bottom-table:hover {
	background-color: #fdfdff;
    border-color: #e4e6fc;
	color: #495057;
}

.inputs-no-border select,
.inputs-no-border input {
	border: none;
}

@media (min-width: 1200px) {
	.modal-custom-lg {
    	max-width: 1000px;
	}
}

@media (max-width: 550px) {
	.modal-custom-lg {
    	max-width: 500px;
	}
}

.contenido-html p {
    margin: 0 !important;
}

.contenido-html h1,
.contenido-html h2,
.contenido-html h3,
.contenido-html h4,
.contenido-html h5,
.contenido-html h6 {
    margin-top: 0;
    margin-bottom: .5rem; /* o 0 si quieres sin márgenes */
}

.contenido-html ul,
.contenido-html ol {
    margin: 0;
    padding-left: 1.2rem; /* opcional, para que no quede pegado */
}