/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #f1f1f1;
}

.container-fluid {
    background: #f1f1f1;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main {
	width: 100%;    
    padding: 15px 0 60px !important;
    margin:85px 0 0;
    height: auto;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


/*#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 1%;
	width:95.6%;
	height: 130px;
	background-color:#FFFFFF;
    background-image:url(topo.jpg);
    background-repeat:no-repeat;
	
}*/

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 85px;
    background:#000 url(images/pattern-bg.png) repeat;
    padding: 7px 0 0;
    margin: 0;
    border-bottom: 2px solid #45c1c3;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #cccccc;
	border-right: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	font: small Arial,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 78px;
	border-left: 1px solid #0066FF;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #fff;
	font-weight: normal;
}

#siteName {
	margin: 0;
	padding: 0;
	color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

#siteName span {
    margin-left:20px;
    padding:0;
}

#siteName > img {
    max-width:11%;
    height:auto;
}

@media (min-width: 1025px) {
    #siteName > img {
        max-width:7%;
        height:auto;
    }
}

/************** utility styles *****************/
.wellcome {
    text-align:right;
}

/*#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #0066CC;
}*/

#utility {
	font-family: Verdana,sans-serif;
    font-size: 1em;
	color: #fff;
    line-height: 5em;
}

/*#utility a{
	color: #0066CC;
}*/

#utility a {
	color: #fff;
}

#utility a:hover{
	text-decoration: underline;
    color: #45c1c3;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #0066ff;
}

#pageName h2{
	font: bold 125% Arial,sans-serif;
	color: #0066CC;
	margin:0px;
	padding: 0px;
}
/************* globalNav styles ****************/

#globalNav{
    position: relative;
    top: 85px;
    color: #0066FF;
    margin: 0;
    padding:0;
    background: #45c1c3;
    border-bottom: 2px solid #45c1c3;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}


ul#globalLink {
    padding:0px;
	margin:0px;
}

#globalLink li {
    display:inline;
}

#globalLink li a {
    padding: 5px 15px;
	display: inline-block;
    color: #fff;
	text-decoration: none;
    border-right: 1px solid #f1f1f1;
}

.active a {
    font-weight:bold;
    color:#000 !important;
}


#globalLink li:last-child a {
    border-right: none;
}

#globalLink li a:hover {
    color:#000;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html > body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/
footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    /*height: 30px;*/
    width: 100%;
    background:#000 url(images/pattern-bg.png) repeat;
    z-index: 2000;
    color: #fff;
    text-align:center;
    border-top: 4px solid #45c1c3;
}

#siteInfo {
	font-size: 0.9em;
	color: #fff;
	padding: 5px 0 3px;
	margin: 0;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a {
    color:#fff;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #0066ff;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #0066ff;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #0066ff;
	background-color: #0099FF;
	background-image: none;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/





/* ---------------- Login ------------------------------------ */

/* 'Open Sans' font from Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  background: #f1f1f1;
  font-family: 'Open Sans', sans-serif;
}

/*.login-erro {
  background: #f00;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ebebeb;
}

.login {
  width: 400px;
  margin: 16px auto;
  font-size: 16px;
}*/

/* Reset top and bottom margins from certain elements */
/*.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
  align-items:center;
  align-self:center;
}*/

/* The triangle form is achieved by a CSS hack */
/*.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #28d;
}

.login-header {
  background: #28d;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #ebebeb;
  padding: 12px;
}*/

/* Every row inside .login-container is defined with p tags */
/*.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}*/

/* Text fields' focus effect */
/*.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
  background-color:#fef2b0;
}

.login input[type="submit"] {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #17c;
}*/

/* Buttons' focus effect */
/*.login input[type="submit"]:focus {
  border-color: #05a;
}

.login button {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}
.login button:hover {
  background: #17c;
}
.login button:focus {
  border-color: #05a;
}*/

.homeLogin {
    margin: 80px 0;
}

.homeLogin h2 {
    background:#000 url(images/pattern-bg.png) repeat;
    padding: 20px;
    border-bottom: 3px solid #45c1c3;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
}

#formIndex {
    box-shadow: 2px 2px 5px #ccc;
}

#formIndex fieldset {
    padding: 40px 15px 30px;
}

#btnLogin {
    background:#000;
    border-radius:5px;
    border:2px solid #45c1c3;
    color:#fff;
    opacity:1;
    padding: 10px 25px;
    font-size: 1.2em;
    cursor:pointer;
}

#btnLogin:hover {
    color:#45c1c3;
}

.input-group-addon {
    background:#000;
    border:none !important;
}

.input-group-addon [class*="icon-"] {
    color:#fff;
}

.LogInput input {
    border:1px solid #000;
}

/*#divloaderlogin {
    display:none;
}*/


.Dialogo{
    background-color:#0066FF;
    color:#f1f1f1;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: #006699;
    overflow: auto;
    zoom: 1;
}

.DestaqueLinha {
    background:#ddd !important;
    color:#0066FF !important;
    cursor:pointer;    
}