@keyframes loadingLogo
{
	from
	{
		transform: rotate(0deg);
	}

	to
	{
		transform: rotate(-180deg);
	}
}

@keyframes loadingOne
{
	from
	{
		transform: rotate(0deg);
	}

	to
	{
		transform: rotate(360deg);
	}
}

@keyframes loadingTwo
{
	from
	{
		transform: rotate(0deg);
	}

	to
	{
		transform: rotate(-180deg);
	}
}

@keyframes  animateOpacity
{
	0%
	{
		opacity: 1;
	}
	50%
	{
		opacity: 0.2;
	}
	100%
	{
		opacity: 1;
	}
}

.opacityTemp
{
	animation: animateOpacity 1s linear infinite;
}

body
{
	background-color: #f5f5f5;
	padding: 0 !important;
	margin-bottom: 40px;
}

footer
{
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	bottom: 0px;
	left: 80px;
	padding: 7px;
	padding-bottom: 15px;
	padding-top: 15px;
	position: fixed;
	right: 0px;
}

h3
{
	margin-bottom: 4px;
	margin-top: 4px;
}

h4
{
	color: #3a91c4;
	margin-bottom: 4px;
	margin-top: 4px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

header
{
	background-image: url('../../img/general/backgroundHeader.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
	height: 60px;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 29000;
}

hr
{
	margin-bottom: 7px;
	margin-top: 7px;
}

textarea
{
	resize: vertical;
}

#betaImage
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 70px;
}

#dataEnterpriseLogIn
{
	font-size: 20px;text-transform: uppercase;
}

#dataEnterpriseLogIn > img
{
	border-radius: 4px;
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}

#dataEnterpriseLogIn > span
{
	display: inline-block;
	vertical-align: middle;
}

#divContentInputSearch
{
	display: inline-block;
	vertical-align: middle;
	width: 400px;
}

#divContentInputSearch #txtSearchGeneral
{
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
}

#divContentInputSearch .input-group-addon
{
	border-radius: 0px 4px 4px 0px;
}

#generalBody
{
	padding: 7px;
	padding-left: 87px;
	padding-top: 67px;
}

#generalBody .specialBox
{
	border-top: none;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

#appLogo
{
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	height: 45px;
	margin: 7px;
	padding-top: 5px;
	vertical-align: middle;
}

#modalLoading
{
	background-color: rgba(241, 241, 241, 0.7);
	bottom: 0px;
	display: inline-table;
	height: 100%;
	left: 0px;
	position: fixed;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 50000;
}

#modalLoading > div
{
	display: table-cell;
	vertical-align: middle;
}

#modalLoading > div > div
{
	animation: loadingTwo 1s infinite;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #061018;
	border-right: 7px solid #0e0618;
	border-top: 7px solid transparent;
	border-radius: 70px;
	display: inline-block;
	padding: 10px;
}

#modalLoading > div > div > div
{
	animation: loadingOne 1s infinite;
	border-bottom: 7px solid #159258;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #159258;
	border-radius: 70px;
	display: inline-block;
	padding: 10px;
}

#modalLoading > div > div > div > img
{
	animation: loadingLogo 1s infinite linear;
	width: 70px;
	z-index: 50000;
}

.btn-xs
{
	margin-bottom: 2px;
}

.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: 15px;
}

.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;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.cursorDefault
{
	cursor: default;
}

.cursorPointer
{
	cursor: pointer;
}

.datePicker
{
	z-index: 1000 !important;
}

.datePickerNextDateNow
{
	z-index: 1000 !important;
}

.datepicker-dropdown
{
	z-index: 50000 !important;
}

.displayInLineBlock
{
	display: inline-block;
}

.divChecks *
{
	user-select: none;
}

.divChecks span
{
	display: inline-block;
	vertical-align: top;
}

.fieldImportant
{
	background-color: #f5f5f5;
	background-image: url(../../img/general/fondoRayas.png);
	border-radius: 5px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
	text-shadow: 0px 0px 1px #000000;
}

.modal
{
	z-index: 30000;
}

.noWrap
{
	white-space: nowrap;
	overflow: hidden;
}

.nav-tabs-custom
{
	background-color: #f5f5f5;
}

.ownerBtn
{
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}

.ownerBtn:hover
{
	background-color: #f5f5f5;
}

.scrollStyle::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

.scrollStyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #888;
}

.select2-dropdown
{
	z-index: 30001;
}

.swal-overlay
{
	z-index: 50000;
}

.table > tbody > tr > td
{
	vertical-align: middle;
}

.tdEditable
{
	background-color: #e9e9e9;
	background-image: url('../../img/general/fondoRayas.png');
}

.verticalAlignMiddle
{
	vertical-align: middle;
}

.wordWrap
{
	word-wrap: break-word;
}

@media screen and (max-width: 1115px)
{
	#divContentInputSearch
	{
		width: 350px;
	}
}

@media screen and (max-width: 835px)
{
	#divContentInputSearch
	{
		width: 270px;
	}
}

@media screen and (max-width: 610px)
{
	#divContentInputSearch
	{
		width: 150px;
	}
}

@media screen and (max-width: 500px)
{
	#divContentInputSearch
	{
		display: none;
	}
}