html {
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

canvas,
video {
	display: inline-block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
img {
	border-style: none;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type='button'],
[type='submit'] {
	-webkit-appearance: button;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	padding: 0;
}
h1 {
	font-size: 36px;
}
h1 {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0;
}
img {
	vertical-align: middle;
}
a {
	color: inherit;
}
.w3-table,
.w3-table-all {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
}
.w3-table-all {
	border: 1px solid #ccc;
}
.w3-table-all tr {
	border-bottom: 1px solid #ddd;
}
.w3-table-all tr:nth-child(odd) {
	background-color: #fff;
}
.w3-table td,
.w3-table th,
.w3-table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child {
	padding-left: 16px;
}
.w3-table-all td {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.w3-btn {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.w3-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.w3-btn:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}
:disabled * {
	pointer-events: none;
}
.w3-btn:disabled:hover {
	box-shadow: none;
}
.w3-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.w3-select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
}
.w3-check,
.w3-radio {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
}
.w3-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px;
}
.w3-responsive {
	display: block;
	overflow-x: auto;
}
.w3-hide {
	display: none !important;
}
.w3-show-block,
.w3-show {
	display: block !important;
}
.w3-show-inline-block {
	display: inline-block !important;
}
@media (max-width: 600px) {
	.w3-modal-content {
		margin: 0 10px;
		width: auto !important;
	}
	.w3-modal {
		padding-top: 30px;
	}
}
@media (max-width: 768px) {
	.w3-modal-content {
		width: 500px;
	}
	.w3-modal {
		padding-top: 50px;
	}
}
@media (min-width: 993px) {
	.w3-modal-content {
		width: 900px;
	}
}
.w3-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}
.w3-animate-left {
	position: relative;
	animation: animateleft 0.4s;
}
.w3-large {
	font-size: 18px !important;
}
.w3-margin-top {
	margin-top: 16px !important;
}
.w3-margin-bottom {
	margin-bottom: 16px !important;
}

/* Revised styles */
.w3-container:after,
.w3-container:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before {
	content: '';
	display: table;
	clear: both;
}
.w3-col {
	float: left;
	width: 100%;
}
.w3-row-padding,
.w3-row-padding > .w3-col {
	padding: 8px 8px;
}
.w3-container {
	padding: 0.01em 16px;
}
@media (min-width: 601px) {
	.w3-col.m6 {
		width: 49.99999%;
	}
}
@media (min-width: 993px) {
	.w3-col.l3 {
		width: 24.99999%;
	}
	.w3-col.l4 {
		width: 33.33333%;
	}
	.w3-col.l9 {
		width: 74.99999%;
	}
}

/* HTML elements */
h1 {
	background-color: var(--themeColor);
	color: white;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

h2 {
	background-color: var(--themeColor5);
	font-size: large;
	text-align: center;
}
pre {
	white-space: pre-wrap;
}

/* Elements on the main page that are identified by ID. */

#SysLogin_formSignIn {
	align-self: auto;
	margin-top: 64px;
}

/* Main elements that are identified as classes. */
.w3-modal {
	background-color: transparent;
}

.w3-modal-content {
	border: var(--themeColor) solid 2px;
	border-radius: 16px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.d-backgroundOnHover:hover {
	background-color: var(--themeColor2);
	color: white;
}

/* Forms. */

form {
	background-color: white;
	padding: 1em;
}

.dwisFormField {
	margin-bottom: 1em;
}


.fa-asterisk {
	color: red;
	font-size: 0.5em;
	vertical-align: super;
}

input[type='date'],
input[type='datetime-local'],
input[type='number'] {
	max-width: 320px;
}

input[type='radio'] + label {
	margin-right: 1em;
}

input :focus {
	border: 2px solid var(--themeColor) !important;
}

.dwisNotification {
	padding: 16px;
	font-weight: bold;
}

.dwisNotificationTypeInfo {
	background-color: lightblue;
}
.dwisNotificationTypeSuccess {
	background-color: lightgreen;
}
.dwisNotificationTypeWarning {
	background-color: lightyellow;
}
.dwisNotificationTypeError {
	background-color: lightpink;
}

.w3-text-red,
.w3-hover-text-red:hover {
	color: #f44336 !important;
}
.w3-text-green,
.w3-hover-text-green:hover {
	color: #4caf50 !important;
}

/* Style for elements only when the medium is the printer. */
@media print {
	html,
	body {
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}

	body {
		font-size: 0.6em;
	}

	.pageBreak {
		page-break-before: always;
	}

	/* Lo que no se debe imprimir */
	header,
	.w3-modal-content,
	#indexBanner,
	.noMediaPrint {
		display: none;
	}
}

/* Style for elements only when the medium is the screen.. */
@media screen {
	/* Lo que no se debe ver en pantalla */
	.noMediaScreen {
		display: none;
	}
}
