@keyframes opacityAnimation
{
	0%
	{
		opacity: 1;
	}
	50%
	{
		opacity: 0.2;
	}
	100%
	{
		opacity: 1;
	}
}

@keyframes animatioLogo
{
	0%
	{
		box-shadow: 0px -1.3px 2px rgba(255, 255, 255, 1);
	}
	12.5%
	{
		box-shadow: 1.3px -1.3px 2px rgba(255, 255, 255, 1);
	}
	25%
	{
		box-shadow: 1.3px 0px 2px rgba(255, 255, 255, 1);
	}
	37.5%
	{
		box-shadow: 1.3px 1.3px 2px rgba(255, 255, 255, 1);
	}
	50%
	{
		box-shadow: 0px 1.3px 2px rgba(255, 255, 255, 1);
	}
	62.5%
	{
		box-shadow: -1.3px 1.3px 2px rgba(255, 255, 255, 1);
	}
	75%
	{
		box-shadow: -1.3px 0px 2px rgba(255, 255, 255, 1);
	}
	87.5%
	{
		box-shadow: -1.3px -1.3px 2px rgba(255, 255, 255, 1);
	}
	100%
	{
		box-shadow: 0px -1.3px 2px rgba(255, 255, 255, 1);
	}
}

body
{
	background-color: #d5d5d5;
	padding-top: 60px;
	padding-bottom: 40px;
}

footer
{
	background-color: #ffffff;
	color: #000000;
	padding: 7px;
	padding-bottom: 0px;
}

footer a
{
	color: #000000;
	margin-bottom: 10px;
}

header
{
	background-color: #290a3c;
	border-bottom: 1.7px solid #999999;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	height: 60px;
	left: 0px;
	padding: 7px;
	padding-left: 77px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 30000;
}

header > #imgLogo, header > #imgLogoMinimo
{
	animation: animatioLogo 1s linear infinite;
	border-radius: 7px;
	box-shadow: 0px -1.3px 2px rgba(255, 255, 255, 1);
	height: 45px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

header > #imgLogoMinimo
{
	display: none;
}

h3
{
	margin-bottom: 4px;
	margin-top: 4px;
}

h4
{
	margin-bottom: 4px;
	margin-top: 4px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

hr
{
	margin-bottom: 7px;
	margin-top: 7px;
}

textarea
{
	resize: none;
}

#divContentInputSearch
{
	display: inline-block;
	position: fixed;
	right: 250px;
	top: 12px;
	width: 300px;
}

#divSpanSoundNotify
{
	bottom: 0px;
	display: inline-block;
	left: 4px;
	position: fixed;
	user-select: none;
	z-index: 20000;
}

#divSpanSoundNotify > span
{
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	padding: 10px;
}

.btn-xs
{
	margin: 1px;
}

.ck-editor__editable
{
    min-height: 170px !important;
}

.contenedorResultadoFiltro
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	display: inline-block;
	margin: 4px;
	width: 30%;
	vertical-align: top;
}

.contenedorResultadoFiltro > a > div
{
	overflow: hidden;
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.contentCKEditor
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	word-wrap: break-word;
}

.contentCKEditor h3
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.contentCKEditor blockquote
{
	border: 3px solid #d5d5d5;
	border-radius: 7px;
	margin: 0px;
	font-size: 17px;
	padding: 7px;
}

.contentCKEditor table td, .contentCKEditor table th
{
	padding: 10px;
	text-align: left;
}

.contentCKEditor .codeInlineStyleOwner
{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
	display: inline-block;
	margin: 0px;
	padding: 0px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	vertical-align: middle;
}

.cursorPointer
{
	cursor: pointer;
}

.cursorDefault
{
	cursor: default;
}

.datepicker
{
	z-index: 50000 !important;
}

.displayInLineBlock
{
	display: inline-block;
}

.divCalificacion > img
{
	border-radius: 22px;
	padding: 1px;
	width: 22px;
}

.divCalificacion > img[class~="eventHover"]:hover
{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	cursor: pointer;
}

.etiquetaNota
{
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	display: inline-block;
	font-size: 13px;
	margin: 7px;
	padding: 7px;
	text-align: left;
	transition: transform 0.2s;
	vertical-align: top;
	width: 185px;
	word-wrap: break-word;
}

.etiquetaNota:hover
{
	transform: scale(1.1);
}

.etiquetaNota:hover > .etiquetaNotaBotonEditar
{
	display: inline-block;
}

.etiquetaNota:hover > .etiquetaNotaBotonEliminar
{
	display: inline-block;
}

.etiquetaNota > .etiquetaNotaBotonEditar
{
	display: none;
	left: -2px;
	position: absolute;
	top: 20px;
}

.etiquetaNota > .etiquetaNotaBotonEliminar
{
	display: none;
	left: -2px;
	position: absolute;
	top: -2px;
}

.etiquetaNota > .etiquetaNotaAvatar
{
	border-radius: 35px;
	float: left;
	margin-right: 5px;
	height: 35px;
	width: 35px;
}

.modal
{
	z-index: 30000;
}

.moreService
{
	background-color: #ffe2b4;
	border-radius: 5px;
	box-shadow: 0px 0px 1px black;
	display: inline-block;
	margin: 12px;
	padding: 7px;
	vertical-align: middle;
	width: 245px;
}

.moreService > a
{
	color: #000000;
}

.moreService > a:hover
{
	text-decoration: underline;
}

.moreService > span
{
	color: #000000;
	font-weight: bold;
}

.noWrap
{
	white-space: nowrap;
	overflow: hidden;
}

.nav-tabs-custom
{
	background-color: #f5f5f5;
}

.opacityAnimation
{
	animation: opacityAnimation 1s linear infinite;
}

.ownerBtn
{
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}

.ownerBtn:hover
{
	background-color: #f5f5f5;
}

.scrollStyle
{
	padding-right: 7px !important; 
}

.scrollStyle::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollStyle::-webkit-scrollbar
{
	background-color: #F5F5F5;
	height: 7px;
	width: 7px;
}

.scrollStyle::-webkit-scrollbar-thumb
{
	background-color: #3d6e8a;
}

.select2-dropdown
{
	z-index: 30001;
}

.swal-overlay
{
	z-index: 50000;
}

.table > tbody > tr > td
{
	vertical-align: middle;
}

.table > thead > tr > th
{
	vertical-align: middle;
}

.tdEditable
{
	background-color: #e9e442;
	background-image: url('../img/index/general/fondoRayas.png');
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.wordWrap
{
	word-wrap: break-word;
}

@media screen and (max-width: 1485px)
{
	#divContentInputSearch
	{
		width: 220px;
	}
}

@media screen and (max-width: 1415px)
{
	#divContentInputSearch
	{
		width: 150px;
	}
}

@media screen and (max-width: 1335px)
{
	#divContentInputSearch
	{
		display: none;
	}
}

@media screen and (max-width: 1170px)
{
	header > #imgLogo
	{
		display: none;
	}

    header > #imgLogoMinimo
	{
		display: inline-block;
	}
}

@media screen and (max-width: 1050px)
{
	header
	{
		padding-left: 4px;
	}
}

@media screen and (max-width: 770px)
{
	.moreService
	{
		width: 90%;
	}
}