* { box-sizing: border-box; }

/* ---
 * XS
 */
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, 
.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16,
.col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16,
.col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16,
.col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16,
.col-xl-0, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, 
.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16 {
	float:left;
	min-height:1px;
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}

.col-xs-0 { width: 0%; }
.col-xs-1 { width:6.25%; }
.col-xs-2 { width:12.50%; }
.col-xs-3 { width:18.75%; }
.col-xs-4 { width:25%; }
.col-xs-5 { width:31.25%; }
.col-xs-6 { width:37.50%; }
.col-xs-7 { width:43.75%; }
.col-xs-8 { width:50%; }
.col-xs-9 { width:56.25%; }
.col-xs-10 { width:62.50%; }
.col-xs-11 { width:68.75%; }
.col-xs-12 { width:75%; }
.col-xs-13 { width:81.25%; }
.col-xs-14 { width:87.50%; }
.col-xs-15 { width:93.75%; }
.col-xs-16 { width:100%; }	

.col-xs-mr-0 { margin-right: 0%; }
.col-xs-mr-1 { margin-right:6.25%; }
.col-xs-mr-2 { margin-right:12.50%; }
.col-xs-mr-3 { margin-right:18.75%; }
.col-xs-mr-4 { margin-right:25%; }
.col-xs-mr-5 { margin-right:31.25%; }
.col-xs-mr-6 { margin-right:37.50%; }
.col-xs-mr-7 { margin-right:43.75%; }
.col-xs-mr-8 { margin-right:50%; }
.col-xs-mr-9 { margin-right:56.25%; }
.col-xs-mr-10 { margin-right:62.50%; }
.col-xs-mr-11 { margin-right:68.75%; }
.col-xs-mr-12 { margin-right:75%; }
.col-xs-mr-13 { margin-right:81.25%; }
.col-xs-mr-14 { margin-right:87.50%; }
.col-xs-mr-15 { margin-right:93.75%; }
.col-xs-mr-16 { margin-right:100%; }	

/* Backward compatibility */
.col-12-xs-0, .grid_0 { width: 0%; }
.col-12-xs-1, .grid_1 { width: 8.33%; }
.col-12-xs-2, .grid_2 { width: 16.66%; }
.col-12-xs-3, .grid_3 { width: 25%; }
.col-12-xs-4, .grid_4 { width: 33.33%; }
.col-12-xs-5, .grid_5 { width: 41.66%; }
.col-12-xs-6, .grid_6 { width: 50%; }
.col-12-xs-7, .grid_7 { width: 58.33%; }
.col-12-xs-8, .grid_8 { width: 66.66%; }
.col-12-xs-9, .grid_9 { width: 75%; }
.col-12-xs-10, .grid_10 { width: 83.33%; }
.col-12-xs-11, .grid_11 { width: 91.66%; }
.col-12-xs-12, .grid_12 { width: 100%; }
.grid_13 { width: 100%; }



.menu-toggle { }
.mainMenu {
	position: absolute;
	left: calc(100% - 10em);
	font-size: 1em;
}

.display-table-cell { }
.main { }
	
.xs-hidden { display: none }
.xs-invisible {	visibility:hidden; }
.alpha { padding-left:0 !important; }
.omega { padding-right:0 !important; }

.container {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width: 960px;
}
.docContent { padding-right: 0; font-size:0.8rem; }

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.radioGroup input[type='checkbox'], .radioGroup input[type='radio'] {
		margin:-0.2em 0.2em 0 0em;
	}
	.radioGroup label:not([for]):not(.radioLabel) {
		margin-left: 0em;
		padding: 0.3em 0.5em 0em 0;
	}
}

/* ---
 * SM
 */
@media only screen and (min-width:576px) {
	.sm-hidden { display: none; }
	.sm-invisible {	visibility:hidden; }
	.sm-show { display:inline !important; float: left; }
	.sm-show-table { display:table-cell; }

	.sm-alpha { padding-left:0 !important; }
	.sm-omega { padding-right:0 !important; }
	
	.col-sm-0 { width: 0%; }
	.col-sm-1 { width:6.25%; }
	.col-sm-2 { width:12.50%; }
	.col-sm-3 { width:18.75%; }
	.col-sm-4 { width:25%; }
	.col-sm-5 { width:31.25%; }
	.col-sm-6 { width:37.50%; }
	.col-sm-7 { width:43.75%; }
	.col-sm-8 { width:50%; }
	.col-sm-9 { width:56.25%; }
	.col-sm-10 { width:62.50%; }
	.col-sm-11 { width:68.75%; }
	.col-sm-12 { width:75%; }
	.col-sm-13 { width:81.25%; }
	.col-sm-14 { width:87.50%; }
	.col-sm-15 { width:93.75%; }
	.col-sm-16 { width:100%; }	

	.col-sm-mr-0 { margin-right: 0%; }
	.col-sm-mr-1 { margin-right:6.25%; }
	.col-sm-mr-2 { margin-right:12.50%; }
	.col-sm-mr-3 { margin-right:18.75%; }
	.col-sm-mr-4 { margin-right:25%; }
	.col-sm-mr-5 { margin-right:31.25%; }
	.col-sm-mr-6 { margin-right:37.50%; }
	.col-sm-mr-7 { margin-right:43.75%; }
	.col-sm-mr-8 { margin-right:50%; }
	.col-sm-mr-9 { margin-right:56.25%; }
	.col-sm-mr-10 { margin-right:62.50%; }
	.col-sm-mr-11 { margin-right:68.75%; }
	.col-sm-mr-12 { margin-right:75%; }
	.col-sm-mr-13 { margin-right:81.25%; }
	.col-sm-mr-14 { margin-right:87.50%; }
	.col-sm-mr-15 { margin-right:93.75%; }
	.col-sm-mr-16 { margin-right:100%; }

	.col-12-sm-0 { width: 0%; }
	.col-12-sm-1 { width: 8.33%; }
	.col-12-sm-2 { width: 16.67%; }
	.col-12-sm-3 { width: 25%; }
	.col-12-sm-4 { width: 33.33%; }
	.col-12-sm-5 { width: 41.66%; }
	.col-12-sm-6 { width: 50%; }
	.col-12-sm-7 { width: 58.33%; }
	.col-12-sm-8 { width: 66.67%; }
	.col-12-sm-9 { width: 75%; }
	.col-12-sm-10 { width: 83.33%; }
	.col-12-sm-11 { width: 91.66%; }
	.col-12-sm-12 { width: 100%; }
		
	.header { font-size: 1.1rem;}
	.docContent { font-size: 0.8rem;}
	.footer { font-size:1.1rem;}

}

@media only screen and (min-width:768px) {
	.md-hidden { display: none }
	.md-invisible {	visibility:hidden; }
	.md-show { display:inline !important; float: left; }
	.md-show-table { display:table-cell; }
	
	.col-md-0 { width: 0%; }
	.col-md-1 { width:6.25%; }
	.col-md-2 { width:12.50%; }
	.col-md-3 { width:18.75%; }
	.col-md-4 { width:25%; }
	.col-md-5 { width:31.25%; }
	.col-md-6 { width:37.50%; }
	.col-md-7 { width:43.75%; }
	.col-md-8 { width:50%; }
	.col-md-9 { width:56.25%; }
	.col-md-10 { width:62.50%; }
	.col-md-11 { width:68.75%; }
	.col-md-12 { width:75%; }
	.col-md-13 { width:81.25%; }
	.col-md-14 { width:87.50%; }
	.col-md-15 { width:93.75%; }
	.col-md-16 { width:100%; }		

	.col-md-mr-0 { margin-right: 0%; }
	.col-md-mr-1 { margin-right:6.25%; }
	.col-md-mr-2 { margin-right:12.50%; }
	.col-md-mr-3 { margin-right:18.75%; }
	.col-md-mr-4 { margin-right:25%; }
	.col-md-mr-5 { margin-right:31.25%; }
	.col-md-mr-6 { margin-right:37.50%; }
	.col-md-mr-7 { margin-right:43.75%; }
	.col-md-mr-8 { margin-right:50%; }
	.col-md-mr-9 { margin-right:56.25%; }
	.col-md-mr-10 { margin-right:62.50%; }
	.col-md-mr-11 { margin-right:68.75%; }
	.col-md-mr-12 { margin-right:75%; }
	.col-md-mr-13 { margin-right:81.25%; }
	.col-md-mr-14 { margin-right:87.50%; }
	.col-md-mr-15 { margin-right:93.75%; }
	.col-md-mr-16 { margin-right:100%; }
	
	.col-12-md-0 { width: 0%; }
	.col-12-md-1 { width: 8.33%; }
	.col-12-md-2 { width: 16.67%; }
	.col-12-md-3 { width: 25%; }
	.col-12-md-4 { width: 33.33%; }
	.col-12-md-5 { width: 41.66%; }
	.col-12-md-6 { width: 50%; }
	.col-12-md-7 { width: 58.33%; }
	.col-12-md-8 { width: 66.67%; }
	.col-12-md-9 { width: 75%; }
	.col-12-md-10 { width: 83.33%; }
	.col-12-md-11 { width: 91.66%; }
	.col-12-md-12 { width: 100%; }
	
	.header { font-size: 1.2rem;}
	.docContent { font-size: 0.9rem; }
	.footer { font-size:1.2rem;}

}
@media only screen and (min-width:992px) {
	.lg-hidden { display: none }
	.lg-invisible {	visibility:hidden; }
	.lg-show { display:inline !important; float: left;}
	.lg-show-table { display:table-cell; }

	.col-lg-0 { width: 0%; }
	.col-lg-1 { width:6.25%; }
	.col-lg-2 { width:12.50%; }
	.col-lg-3 { width:18.75%; }
	.col-lg-4 { width:25%; }
	.col-lg-5 { width:31.25%; }
	.col-lg-6 { width:37.50%; }
	.col-lg-7 { width:43.75%; }
	.col-lg-8 { width:50%; }
	.col-lg-9 { width:56.25%; }
	.col-lg-10 { width:62.50%; }
	.col-lg-11 { width:68.75%; }
	.col-lg-12 { width:75%; }
	.col-lg-13 { width:81.25%; }
	.col-lg-14 { width:87.50%; }
	.col-lg-15 { width:93.75%; }
	.col-lg-16 { width:100%; }		

	.col-lg-mr-0 { margin-right: 0%; }
	.col-lg-mr-1 { margin-right:6.25%; }
	.col-lg-mr-2 { margin-right:12.50%; }
	.col-lg-mr-3 { margin-right:18.75%; }
	.col-lg-mr-4 { margin-right:25%; }
	.col-lg-mr-5 { margin-right:31.25%; }
	.col-lg-mr-6 { margin-right:37.50%; }
	.col-lg-mr-7 { margin-right:43.75%; }
	.col-lg-mr-8 { margin-right:50%; }
	.col-lg-mr-9 { margin-right:56.25%; }
	.col-lg-mr-10 { margin-right:62.50%; }
	.col-lg-mr-11 { margin-right:68.75%; }
	.col-lg-mr-12 { margin-right:75%; }
	.col-lg-mr-13 { margin-right:81.25%; }
	.col-lg-mr-14 { margin-right:87.50%; }
	.col-lg-mr-15 { margin-right:93.75%; }
	.col-lg-mr-16 { margin-right:100%; }
	
	.col-12-lg-0 { width: 0%; }
	.col-12-lg-1 { width: 8.33%; }
	.col-12-lg-2 { width: 16.67%; }
	.col-12-lg-3 { width: 25%; }
	.col-12-lg-4 { width: 33.33%; }
	.col-12-lg-5 { width: 41.66%; }
	.col-12-lg-6 { width: 50%; }
	.col-12-lg-7 { width: 58.33%; }
	.col-12-lg-8 { width: 66.67%; }
	.col-12-lg-9 { width: 75%; }
	.col-12-lg-10 { width: 83.33%; }
	.col-12-lg-11 { width: 91.66%; }
	.col-12-lg-12 { width: 100%; }
	
	.docTipo { width: 7.5%; }
	.sexo { width: 11.2%; }
	
	.menu-toggle { display:none; }
	.menu-container { padding-right: 0.7em; }
	.display-table-cell { 
		display: table-cell !important; 
		vertical-align:top; 
	}
	.main { width: 100%; }
	.user { 
		float:right; 
		margin-left: 10px;	
	}	
	.mainMenu { 
		width:10em; 
		min-height: calc(100vh - 19em);
/*		height: 100vh;*/ 
		position:relative; 
		left: 0;
	}
	.header { font-size: 2.5rem;}	
	.docContent { width:calc(100% - 10rem); }
	.footer { font-size:1.3rem;}
	.siteHeader .logo { width:auto; }
	.headerLinks A {
		padding: 0.35em 0.4em 0.35em 0.4em;
		margin: 0.4em 0.4em 0 0;
		float: right;
		width: 2.4em;
	}
	.headerTime {
		font-size: 0.4em;
		margin: 1em 1em 0 0;
	}
	.docContent { font-size: 0.9rem;}
	.overfooter {
		height: 2.85em;
		background-color: #E0E0E0;
		margin-top: 1em;
	}
	.footerMenu li {
			float: left;
			font-size: 0.9em;
			list-style-type: none;
			margin-left: 1em;
	}
	iframe.iframe-popup {
		width: 54em;
		margin-left: 3em;
	}
}
