@CHARSET "UTF-8";

.bodyPadrao {
	/* 	background-image:url('../images/assets/macback.png'); */
	background-repeat: no-repeat;
	background-color: #333 !important;
	/* 	width: 100%; */
	/* 	height: 100%; */
	font-family: verdana;
	font-size: 8pt;
}

.formPrincipal {
	/* 	width: 100% !important; */
	/* 	height: 100% !important; */
	
}

.panelCadastroPadrao {
	text-align: center !important;
}

.tabelaConteudo {
	width: 100%;
}

.slot {
	background-color: #333333;
	background-position: initial initial;
	background-repeat: initial initial;
	display: block;
	height: 190px;
	width: 160px;
}

.coluna1 {
	width: 80px;
}

.coluna2 {
	width: 250px;
}

.inputInvalid {
	border-color: red;
}

.file-upload-orion {
	    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}