/* jrg, teste */
.page, .pageNoMenu{
    width:800px;
    margin: 0px auto;
    background-color: #FFFFFF;
    /*height:100vh;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(161,129,130,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(161,129,130,1);
	box-shadow: 0px 0px 5px 0px rgba(161,129,130,1);
	color: #3f3f3f;
}


/* originais */
body {
	background-color: #fbfbfb;
	font-family: Tahoma;
	font-size: 11px;
	margin: 8px 0px;
}

h2, h4 {
	margin: 0px;
	margin-top:15px;
}

h4{
	color:#000000;
}

h5 {
	font-weight:lighter;
}

.blocoRow, .bloco {
	display:block;
	height:auto;
}

.pageTitle {
	vertical-align:bottom;
}

.pageTitle h2 {
	color: #A13032;
	/*font-weight:lighter;*/
	letter-spacing:5px;
	position: relative;
	padding: 4px;
	padding-left: 10px;
	width: 85%;
	display: inline-block;
	vertical-align:bottom;
}
.pageTitle img {
	padding: 4px;
	margin-left: 4px;
	/*vertical-align: bottom;*/
	float:right;
	margin-top: -45px;
}
.pageTitle p { 
	color: #A13032;
	display: inline-block; 
}
.pageTitle p a { cursor: pointer; }

.section { 
	position:relative;
	margin-left: 8px;
	margin-right: 8px;
}

.bloco {
	position: relative;
	border: solid 2px #a13032;
	padding: 16px;
	margin-top: 4px;
	margin-bottom : 4px;
}

.bloco.login{
	width:300px;
	margin: 0 auto;
}

.blocoRow {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

input[type="text"], select {
	color: #245ad5;
	font-size: 11px;
}

input[type="text"]:disabled, select:disabled {
	color: #808080;
	font-size: 11px;
}

.cinza1 { background-color: rgb(233, 231, 227); }
.cinza2 { background-color: rgb(215, 211, 204); }
.linha_tabela { background-color: rgb(213,231,253); }

/*********** classes para a validação ****************/
.validForm {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 8px;
	border: solid 2px black;
	border-radius: 10px;
	z-index: 2;
	background-color: grey;
}
.validSection {
	font-weight: bold;
}

label.lbl_destaque{
	text-decoration:underline;
}

/*********** classes para alinhar elementos ***********/
/* jrg: grid; md_(nº de posiçao na grid */
.md_1, .md_2, .md_3, .md_4, .md_5, .md_6, .md_7, .md_8, .md_9, 
.md_10, .md_12, .md_14, .md_16, .md_16sm, 
.md_20, .md_25, .md_30, .md_35, .md_40, .md_50, .md_64 
	{ display: inline-block; }

.md_1 { width: 10px; }
.md_2 { width: 20px; }
.md_3 { width: 30px; }
.md_4 { width: 40px; }
.md_5 { width: 50px; }
.md_6 { width: 60px; }
.md_7 { width: 70px; }
.md_7 { width: 70px; }
.md_8 { width: 80px; }
.md_9 { width: 90px; }
.md_10 { width: 100px; }
.md_12 { width: 120px; }
.md_14 { width: 140px; }
.md_16 { width: 160px; }
.md_16sm { width: 156px; }
.md_20 { width: 200px; }
.md_22 { width: 220px; }
.md_25 { width: 250px; }
.md_30 { width: 300px; }
.md_35 { width: 350px; }
.md_40 { width: 400px; }
.md_50 { width: 500px; }
.md_60 { width: 600px; }
.md_64 { width: 640px; }

.section.secHeader{
	margin:0;
	height:40px;
	border-bottom:1px groove #C0C0C0;
	background-color:#f5f5f5;
}

#secToolbar{
	margin:0;
	height:40px;
	border-bottom:1px groove #C0C0C0;
	background-color:#f5f5f5;
	margin-top: 4px;
}

.toolbarBt{
	float:right;
	margin-top:10px;
	margin-right:25px;
}

.toolbarBt.nav{
	float:left;
	margin-left:50px;
}

.toolbarBt.sel{
	margin-right:10px;
}

.msgAlert {
	color: red;
}

/* Repetidos nas páginas */
.icon{
   position:relative;
    margin-top:10px;
    float:left;
    margin-right: 10px;
    width:150px;
    height:150px;
    text-align:center;
    background-color:#FFFFFF;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(217,185,185,0.5);
    -moz-box-shadow: 10px 10px 30px 0px rgba(217,185,185,0.5);
    box-shadow: 10px 10px 30px 0px rgba(217,185,185,0.5);
    cursor: pointer;
}

.icon a img{
    padding-top: 5px;
}

.icon_image{
    float:left;
    width: 150px;
    height:110px;
    background-repeat: no-repeat; 
}

.icon_text{
    float:left;
    width: 120px;
    height:30px;
    color:#7D91A2;
    font-size: 12px;
    text-align: center;
    padding:5px 15px;
}
    
.iconBody{ 
    position: relative;
    padding: 16px;
    /*margin-top: 4px;*/
	margin-bottom : 4px;
	height: calc(80vh - 155px); /* IE 9,10 , Chrome, Firefox */
	height: -webkit-calc(80vh - 155px); /*For safari 6.0*/
	min-height:385px;
	background-color: #f5f5f5;
	border-bottom:1px groove #C0C0C0;
	border-right:1px groove #C0C0C0;
}

.pageTitle{
    height:74px;
}

div.tableHOp {
	float:right;
}

div.tableH {
	position:relative;
	height:30px;
	width:100%;
	margin-top:30px;
}

table {
	/*width: 100%;*/
	border: none;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 11px;
	table-layout: fixed;
	overflow: hidden;
}

table thead {
	border: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

table thead tr{
	border-right: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-top: 1px solid #FFFFFF;
	/*border-left: 1px solid #f5f5f5;*/
}

table thead th{
	text-align: center;
	color: #3F3F3F;
	vertical-align: middle;
	background-color:#f5f5f5;
	border-right: 1px dotted #FFFFFF;
	font-weight:lighter;
}

table tbody tr {
	border:solid 1px #C0C0C0;
}

table tbody tr td {
	border-right:dotted 1px #C0C0C0;
	background-color: white;
	overflow:hidden;
}

table tbody tr td.tdEnabled{
	color:#245ad5;
	background-color: white;
}

table tbody tr td.tdEnabled.rowSelected{
	background-color:#e5f0f8;
}

table tbody tr td.rowSelected{
	background-color:#e5f0f8;
}

.dialog {
    display: none; 
    position: fixed;
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}

.dialog-content {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}

.dialog-close {
    width:100%;
    display: inline-block;
}

.fldErr{
	color: red !important;
}

div.tableHTitle {
	position:relative;
	float:left;
	font-weight: bold;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    font-size: 7px;
    color:#808080;
    width:0;
    
}

.custom-file-download{
	cursor: pointer;
	display: none;
	vertical-align: top;
	border: none;
	background-color:transparent;
}

button.file-upload{
	border: none;
	background-color:transparent;
	display:inline-block;
	margin:none;
}