@font-face
{
	font-family: "Open Sans";
	src: url("fonts/OpenSans.woff");
}

*
{
	font-family: "Open Sans", "Segoe UI", sans-serif, verdana;
}




td > label, th > label
{
	text-align: right;
	display: block;
	padding-right: .5em;
	line-height: 2em;
	width: 100%;	
	box-sizing: border-box;
}

a
{
	text-decoration: none;
	color: #3b67b1;
	font-weight: bold;
	cursor: pointer;
}

a:hover
{
	color: #97cb27;
}

p
{
	text-align: justify;	
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0px;
}

h1, p
{
	padding: .67em 0
}

h2
{
	padding: .75em 0
}

h3
{
	padding: .83em 0
}

h4
{
	padding: 1.12em 0
}

h5
{
	padding: 1.5em 0
}



th
{
	vertical-align: text-top;
	line-height: 2em;
}

table
{
	padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

th, td
{
	padding: 0px;
}

tr
{
	padding: 3px;
}

.table td, th
{
	padding: .5em;
}
.table tr:first-child
{
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
.table tr:last-child
{
	border-bottom: 1px solid #AAA;
}
.table tr
{
	border-bottom: 1px solid #F5F5F5;
}
.table tr:not(:first-child):hover
{
	background-color: #FAFAFA;
}

body, html
{
	width: 100%;
	*height: 100%;
}

body, html, div
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: white;
	color: #3b67b1;
}

div
{
	border: none;
	text-indent: justify;
}

table
{
	border: none;
	padding: 0px;
	margin: 0px;
}

#idxFrmLogin th, #idxFrmLogin td
{
	padding: 0px;
}

#idxDivPesquisaMenuContainer
{
	width: 100%;
	margin: 1em auto;
	display: flex;
	border-bottom:	1px solid #575e47;
	border-top:	1px solid #575e47;
	background-color: rgba(0,0,0,.25);
}
#txtPesquisaMenu
{
	background-color: #3b67b1;
	background-color: transparent;
	color:lemonchiffon;
    border: none;
    box-shadow: none;
	border-radius: 0px;
	*width: 80%;
	margin:0 auto;
	line-height: 2em;
}

.idxPesquisaMenuIcon
{
	font-size: 1rem;
	padding-top: .25em;
	margin-left: .25em;
	color: #575e47
}

#divTabs
{
	margin-bottom: 1em;
}

#idxDivLoginLinks
{
	line-height: auto;
}

#idxDivLoading
{
	z-index: 1000;
	width: 130px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 122px;
	background-color: white;
	background-image: url("../img/ajax-loader.gif");
	display: none;
}

#idxDivMenuTitle
{
	padding: .5em;
	font-size: 150%;
	text-align:center;
}

#idxUlMenu
{
	margin:0px;
}

#idxDivMenu ul
{
	padding-left: 0px;
}

#idxDivMenuTitle, #idxDivMenu ul li
{
	text-shadow: 3px 3px 4px black;
}

#idxDivMenu ul a
{
	display: block;
	color: white;
	cursor: pointer;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 1em;
	font-weight: normal;
}

#idxDivMenu ul a.menuSubstituicao
{
	color: lemonchiffon !important;
}

#idxDivMenu ul a:hover
{
	background-color: #393d2e;
}

#idxDivMenu ul li
{
	list-style: none;
	display: block;
	border-bottom: 1px solid #575e47;
	font-size: 125%;
}

#idxDivMenu ul ul
{
	background-color: rgba(87, 94, 71, 0.75);
}

#idxDivMenu ul ul li
{
	padding: 0px;
	font-size: 100%;
	text-shadow: none;
	border: none;
}

#idxDivMenu ul ul a
{
	color: #a1a990;
}

#idxDivMenu ul ul a.menuSubstituicao
{
	color: #cdc79d !important;
}

#idxDivMenu ul ul a[id]
{
	color: white;
}

#idxDivMenu ul ul a[id].menuSubstituicao
{
	color: lemonchiffon !important;
}

#idxDivMenu ul ul ul
{
	background-color: transparent;
}

#idxDivMenu
{
	background-color: #3b67b1;
	width: 260px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
	overflow-y: auto;
	padding-top: 0px;
	width: 20em;
	color: white;
	vertical-align: top;
	font-size: 80%;
	box-shadow: -5px 0px 10px 5px black;
}

#idxDivMenu::-webkit-scrollbar
{
    width: .6em;
}
 
#idxDivMenu::-webkit-scrollbar-thumb
{
	background-color: #697155;
}

.idxDivMenuSelected
{
	background-color: #3b67b1 !important;
	color: white !important;
}

#divMenuTitle
{
	padding: 0px;
	padding-left: .1em;
}

#idxDivUser
{
	/*background-color: #647932;
	background-image: url("../img/idxDivUser_bg.png");
	background-repeat: repeat-y;
	background-position: right top;*/
	padding: 5px;
	color: #DDD;
	line-height: 2em;
	box-shadow: 0px 0px 12px -5px black;
}

#idxDivUser a, #idxDivLinks a
{
	display: inline;
	color: white;
	font-weight: normal;
}

#idxDivUser a:hover, #idxDivLinks a:hover
{
	color: #9bd900;
	cursor: pointer;
}

#idxDivLinks
{
	line-height: normal;
}

#idxDivLoggedOut
{
	text-align: center;
}

#idxDivLoggedOut table
{
	margin-left: auto;
	margin-right: auto;
}

#idxDivLoggedOutHeader
{
	border-bottom: 1px solid #575e47;
	margin-bottom: 10px;
}

#idxDivContent
{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 80%;

}

#idxDivInnerContent
{
	width: 96%;
	margin: auto;
}

#idxSpanPin
{
	width: 24px;
	height: 24px;
	margin-left: auto;
	float: right;
	margin-right: 6px;
	margin-top: 10px;
	display: inline;
	cursor: pointer;
	padding: 0px;
}

#idxSpanPin.idxSpanPinUnpinned
{
	color: rgba(0,0,0,.5);
}

#idxSpanPin.idxSpanPinUnpinned:hover
{
	color: white;
}

#idxSpanPin.idxSpanPinPinned, #idxSpanPin.idxSpanPinPinned:hover
{
	color: white;
	padding: .1em;
}

#idxTableContent
{
	width: 100%;
	height: 100%;
}

[id^=idxTdContentPath]
{
	text-align: left;
	height: 16px;
	color: #333;
}

#idxTdContentPathRight
{
	text-align: left;
	font-size: 80%;
	/*padding-bottom: 1em;*/
	padding-left: 0.5em;
	padding-top: 2em;
}

#idxTdContentPathRight div
{
	color: #aaa;
	display: inline;
	cursor: pointer;
}

#idxTdContentPathRight div:hover
{
	color: #3b67b1;
}

[id^=idxTdContentTop]
{
	background-color: #3b67b1;
	height: 12px;
	color: white;
	vertical-align: middle;
	font-size: 150%;
	text-shadow: 2px 2px 8px black;
	padding-left:15px;
}

#tdContentTop a
{
	color: white;
	font-weight: bold;
}

#tdContentTop a:hover
{
	color: #0088d1;
}

#tdBottom
{
	text-align: right;
}

#idxTdContentLeft
{
	width: 260px;
}

#idxTdContentRight
{
	padding-left:  40px;
	vertical-align: top;
}

#divHeader
{
	background-image: url(../img/logo.png);
	background-position-x: right;
	background-position-y: 5px;
	background-repeat: no-repeat;
	text-align: center;
	height: 85px;
}

.errorMessage, .infoMessage, .warningMessage
{
	display: none;
	*text-align: center;
	font-weight: bold;
	font-size: .9em;
}

.errorMessage
{
	color: #ee6159;
}

.infoMessage
{
	color: #0e90d2;
}

.warningMessage
{
	color: rgb(243, 123, 29);
}

.scrolling
{
	position: fixed !important;
	top: 0 !important;
}

.formTable td
{
	padding-left: .5em;
}
*:focus {
    outline: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close{
	background-image: url(../img/icones/remove2.png);
}
#idxH4HelpLinkContent
{
	margin-left: 2em;
}

#idxH5DataExpiracao
{
	text-align: right; 
	margin: 0; 
	padding: 0; 
	font-size: 0.85em; 
	margin-right: .4em;
}
#idxDivAcessarPaginaMensagem
{
	display: flex; 
	margin-bottom: 1em;
}

#modalMensagem
{
	font-size: 0.88em; 
	padding: 2em;
}

#idxHamburgerMenu > .fa-times
{
	margin-left: .3em;	
}

