@CHARSET "UTF-8";

.docBtn {
	border-radius: 5px;
	background-color: red;
	padding: 5px 15px;
	cursor: pointer;
	border: none;
}

.docBtn:active {
	background-color: blue;
}

.error {
	color: red;
}

.gridSimple {
	background-color: #F0F0F0;
}

div.startGrid, div.startGrid tr.z-row td.z-row-inner {
	vertical-align: top;
	text-align: left;
}

div.wrapColumnGrid div.z-grid-header th.z-column {
	white-space: pre-wrap;
}

.comboboxpp td {
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
}

.smallFont {
	font-size: 10px;
	font-family: Montserrat;
}

.smallFontListxox {
	font-size: 8px;
	font-family: Montserrat;
}

.linkFont {
	font-size: 12px;
	font-weight: italic;
	font-family: Montserrat;
	color: #3300FF;
}

/**
* titulo 
**/
.welcomeMessage {
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	color: #000033;;
	text-transform: uppercase
}

.title1 {
	font-size: 15px;
	font-weight: bold;
	font-family: Montserrat;
	color: #6666CC;
}

.title2 {
	font-size: 13px;
	color: #6666CC;
}

.title3 {
	font-size: 10px;
	font-weight: bold;
	font-family: arial;
	color: #330066;
	text-transform: uppercase;
}

.titleSeparator {
	font-size: 14px;
	font-weight: bold;
	font-family: Montserrat;
	color: white;
	text-transform: capitalize;
}

.infoResults {
	font-size: 14px;
	font-weight: bold;
	font-family: Montserrat;
	color: #000066;
	text-transform: uppercase;
}

.camino {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	background-color: activeborder;
}

.rowModal {
	padding-bottom: 2px;
	padding-top: 2px;
}

.box {
	background: rgb(204, 204, 255);
	padding: 0.5em;
	border: none;
}

.borderBox {
	border: solid;
	border-width: thin;
	border-color: rgb(204, 204, 255);
	padding: 0.5em;
}

.fillBox {
	border: solid;
	border-width: thin;
	border-color: rgb(204, 204, 255);
	background-color: #000033;
	padding: 0.5em;
}

.borderBoxLight {
	border: solid;
	border-width: 0.1em;
	border-color: gray;
	padding: 0.5em;
}

a {
	font-size: 5px;
	font-family: Montserrat;
}

tr.itemchksel, tr.itemchksel a, tr.itemchksel a:visited {
	font-size: small;
	font-weight: normal;
	background: red;
	color: black;
	text-decoration: none;
}

tr.itemchksel a:hover {
	text-decoration: underline;
}

a, span, table td, input, select {
	font-size: 12px;
	font-family: Montserrat;
}

.numeric-field-container {
	text-align: right;
	float: right;
}

.view-label {
	background-color: #F0FAFF;
	color: #000000;
	font-color: #0000ff;
	font-weight: bold;
	opacity: 1;
	border-width: thin;
	text-align: center;
}

[disabled] {
	color: #cccccc;
	font-color: #0000ff;
	font-weight: bold;
	opacity: 2;
}

input[readonly] {
	background-color: #FFFFFF;
	color: #000000;
	font-color: #0000ff;
	font-weight: bold;
	opacity: 1;
	border-width: thin;
}

.fieldRow {
	padding-left: 3em
}