@CHARSET "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	letter-spacing: 1px;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #fff;
	font-family: ubuntulight, sans-serif;
}

html {
	overflow-y: hidden;
}

body{
	background: #EEEFF3;
	/* background: #E9E9E9; */
	/* margin-bottom: 90px; */
}

.background {
	width: 100%;
	height: 100%;
	background-image: url("../img/background.jpg");
	background-repeat:no-repeat;	
	background-position: center center; 	
	-webkit-background-size: cover;	
	-moz-background-size: cover;	
	-o-background-size: cover;	
	background-size: cover;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');	
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";
}

.ico-photo {
	border: 5px solid #aaa;
    border-radius: 10px;
    color: #aaa;
    font-size: 60px;
}

.bg-grey {
	background: #EEEFF3 !important;
	background: #E9E9E9;
}

.z99{
	z-index: 99;
	width: 100%;
	position: absolute;
}

.z100{
	z-index: 100;
	width: 100%;
	position: absolute;
}

.listCardsDiv {
	padding: 0px;
}

.listCardsInternos {
	margin-bottom: 0px;
}

.listCardsInternos li {
	font-size: 0.66em;
	line-height: 30px;
	margin-bottom: 0px;
}

.wrapper {
	color: #333 !important;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #2B9884;
	/* min-height: calc(100% - 32px);
	height: calc(100% - 32px); */
}

.oh {
	overflow: hidden;
}

h1 {
	font-family: ubuntumedium, sans-serif;
}

.title, .subtitle {
	line-height: 35px;
}

#search {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#insideWrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#tips {
	color: #333333;
	padding: 50px;
	/* background: #fff !important; */
}

.tipsBoxesContainer {
	margin-top: 100px;
}

.tipsBoxes {
	padding: 60px 100px;
}

.tipsBoxes > div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
}

.tipsBoxes i {
	font-size: 5em;
}

.boxInf a , .boxInf a p {
	color: #333333;
}

.boxInf a:hover {
	color: #333333;
}

.tipTitle {
	min-height: 80px;
}

.cardsRow {
	padding: 20px;
}

.tipText {
	min-height: 170px;
}

#footer {
	color: #fff;
	background: #2B9884;
	padding: 20px;
}

#insideFooter {
	color: #fff;
	/* background: #2B9884; */
	margin-top: 100px;
}

.menu, .menu2 {
	padding:30px 15px;
	color: white;
}

.menuContainer {
	background: url("../img/menu-header.jpg") #000 no-repeat center center fixed; 
  	background: url("../img/menu-header.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/menu-header.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/menu-header.jpg', sizingMethod='scale')";
}

.menu > ul > li, .menu2 > ul > li {
	text-align: center;
	padding: 0px 0px 0px 30px;
}

.menu > ul > li > a, .menu2 > ul > li > a {
	padding: 5px;
	/* margin-top: 5px; */
	/* border-top: 1px solid white; */
	border-bottom: 2px solid transparent;
}

.menu > ul > li > a:hover, .menu2 > ul > li > a:hover {
	border-bottom: 2px solid #2B9884;
	color: #2B9884;
	/* border-top: 0px solid white; */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.linkPadrao, .linkPadrao:hover, .linkPadrao:active, .linkPadrao:visited {
	color: blue !important;
}

#searchResult {
	color: #333;
	/* background: #fff !important; */
}

.customAlert {
	font-size: 0.8em;
	padding: 10px;
	border: 1px solid #bce8f1;
	border-radius: 4px;
}

.cards > div {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cards ul li {
	line-height: 25px;
}

.cards {
	min-height: 300px;
}

.mt {
	margin-top: 10px;
}

#search2 {
	height: 100%;
	background: #EEEFF3;
}

/* center-cropped-major { */
/* 	height: 200px; */
/* 	width: 200px;	 */
/* } */

.cards img {
	max-height: 200px;
	max-width: 200px;
	width: auto;
	height: auto;
}	

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ccc;
}

.rep {
	border-bottom: 1px solid #ccc;
}

.shadowText {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

a, a:visited, a:hover, a:active {
	color: white;
	text-decoration: none;
}

.searchForm {
	min-height: 100%;
  	height: auto;
  	/* Negative indent footer by its height */
  	margin: 0 auto -60px;
  	/* Pad bottom by footer height */
  	padding: 0 0 60px;
}

.searchHome {
	color: white;
	margin-top: 250px;
}

input:not([type]), input[type=text], input[type=password], input[type=email]
, input[type=url], select, .tiragem {
	height: 42px !important;
}

.loginFormContainer {
	margin-top: 40px;
}

.loginMenu {
	background-color: #D5D6D9;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
}

.login-form-menu {
	padding: 20px;
}

.login-menu-link:hover .login-form-menu {
	background-color: #247E6E !important;
	color: #fff;
}

.login-menu-link:hover .active {
	background-color: #247E6E !important;
	color: #fff !important;
}

.active {
	background-color: #2FA58F !important;
	color: #fff !important;
}

.active:hover {
	background-color: #247E6E !important;
	color: #fff !important;
}

.inactive {
	background-color: #D5D6D9;
	color: #8C8D8F;
}

.ac, .ic {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.al, .il {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.loginForm {
	padding: 50px;
	background: #EEEFF3;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.logoLogin {
	margin-top: 5%;
}

.btn-orange {
	height: 42px !important;
	/* border-radius: 0 !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important; */
	border-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 130px;
	color: #fff;
	background-color: #EE7047;
	border-color: #EE7047;
}

.btn-orange:hover {
	color: #fff;
	background-color: #D4643F;
	border-color: #D4643F;
}

#searchFooter {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 60px;
	z-index: 99;
}

.container .text-muted {
	margin: 20px 0;
}

.text-muted {
	border-left: 5px solid #2B9884;
	padding-left: 10px;
}

.mtur {
	font-family: gotham_bookregular;
}

.mtur2 {
	font-family: gotham_boldregular !important;
}

.nplr {
	padding: 0 !important;
}

.np {
	padding: 0px;
}

.group-submit {
	padding: 0 !important;
	border: 0 !important;
}

.inputIcon {
	width: 52px;
	font-size: 1em;
	padding: 1px;
}

.input-group {
	width: 100%;
} 

/* .searchInput {
	border-left: 0px !important;
} */

.circulo{
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
    color: #fff !important;
    background: #2B9884;
    margin-top: 35px;
}

.circulo i {
	margin-top: 35px;
}

.orangeBackground {
	background: #EE7047;
}

.loginContainer { 
 	/* background: url("../img/Drone.jpg") #000 no-repeat center center fixed; 
 	background: url("../img/Drone.jpg") no-repeat center center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Drone.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Drone.jpg', sizingMethod='scale')"; */
	padding-bottom: 90px;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	background-color: #D5D6D9;
	border-color: #D5D6D9;
	color: #333333 !important;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
	cursor: not-allowed !important;
}

.btn-login, .btn-cancelar, .btn-editar, .btn-sign-out, .btn-salvar {
	width: 100%;
	height: 42px;
}

.btn-login {
	background: #2FA58F;
	height: 42px;
	color: #fff !important;
}

.btn-login:hover {
	background: #247E6E;
}

.btn-cancelar {
	background: #D9534F;
	height: 42px;
	color: #fff !important;
}

.btn-cancelar:hover {
	background-color: #c9302c;
	border-color: #c9302c;
}

.btn-left {
	padding: 0px 10px 0 0px;
}

.btn-contato {
	padding: 0px;
}

.btn-right {
	padding: 0px 0px 0 10px;
}

.forgot {
	/* border-left: 5px solid #2B9884; */
	border-left: 5px solid #2FA58F;
	padding-left: 10px;
	text-align: left;
}

.forgot a{
	color: #333333 !important;
}

.gray {
	color: #333;
}

.light-gray {
	color: #BBBBBB;
}

.dark-gray {
	color: #757575;
}

.hoverGray:hover ,.hoverGray:visited ,.hoverGray:active  {
	color: #333;
}

.green {
	color: #2B9884;
}

.green-background {
	background: #2B9884;
}

.blue {
	color: #2590CB;
}

.yellow {
	color: #F7C33D;
}

.yellowLink, .yellowLink:visited, .yellowLink:hover,
.yellowLink:active {
	color: #F7C33D;
}

.orange {
	color: #EE7047;
}

.orange-background {
	background: #EE7047;
}

.orangeLink, .orangeLink:visited, .orangeLink:hover,
.orangeLink:active {
	color: #EE7047;
}

.red {
	color: #D9534F;
}

.red-background {
	background: #D9534F;
}

.interno {
	background: #EEEFF3;
}

.menuInternoContainer {
	background: #fff;
	/* box-shadow: 0px 1px 1px #ccc; */
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}

.menuInterno {
	margin-bottom: 0px;
	height: 60px;
}

.menuInterno li {
	height: 100%;
}

.menuInternoLogo a {
	color: #333 !important;
	padding-right: 30px;
}

.menuInterno img {
	
	/* padding-left: 50px; */
	padding-top: 5px;
	padding-bottom: 5px;
}

.menuInternoItem {
	padding: 20px;
	width: 110px;
	text-align: center;
}

.menuInternoItem a {
	color: #333 !important;
}

.menuInternoItem.active {
	background: #2B9884 !important;
}

.menuInternoItem.active a {
	color: #FFF !important;
}

.menuInternoItem2 {
	padding: 20px;
	text-align: center;
}

.menuInternoItem2 a, .menuInternoItem2 a:visited,
.menuInternoItem2 a:hover, .menuInternoItem2 a:active,
a.linkEscuro, a.linkEscu:hover, a.linkEscuro:visited, a.linkEscuro:active {
	color: #333 !important;
	text-decoration: underline;
	margin-left: 5px;
} 

.menuInternoItem2 i {
	margin-left: 10px;
}

.action, .cardsInternoContainer {
	margin-top: 20px;
}

.action a, .action a:visited,
.action a:hover, .action a:active {
	color: #333 !important;
	text-decoration: none;
} 

.cardsInterno {
	background: #fff;
	min-height: 185px !important;
	max-height: 185px !important;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.15);
}

.cards-action:hover, .cards-action:hover i {
	color: #757575 !important;
}

.cardsInternoBanda {
	padding: 15px;
	min-height: 138px;
}

.cardsInternoBanda img {
	max-height: 108px;
}

.cardsInternoAcoes {
	/* background: #2B9884; */
	color: #FFFFFF;
	font-size: 1em;
}

.cardsInternoAcoes .separator {
	padding: 12px;
    border-top: solid 1px #E9E9E9;
}

.cardsInternoAcoes .separator ul {
	margin-bottom: 0px;
}

.cardsInternoAcoes .separator ul li {
	margin-left: 10px;
}

.formatoPermitido {
	font-size: 0.9em;
	margin-bottom: 5px;
	display: block;
}

.plr {
	padding: 8px;
}

.badge-edit{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 44px 65px 0;
	border-color: transparent #2B9884 transparent transparent;
	z-index: 99;
}

.badge-edit:hover{
	position: absolute;
	right: 0;
	top: 0;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 44px 65px 0;
	border-color: transparent #247E6E transparent transparent;
}

.badge-edit i {
	margin-left: 30px;
	font-size: 0.85em;
	color: #fff;
}

.edit {
	margin-left: 20px !important;
}

.addContact a, .addContact a:hover, .addContact a:active, .addContact a:visited {
	color: #333 !important;
}

#barra-brasil .brasil-flag {
	height: 32px !important;
}

div#wrapper-barra-brasil {
	max-width: 1170px !important;
}

#barra-brasil:AFTER {
	clear: both;
}

.ng-invalid.ng-dirty {
  border-color: #D9534F;
}

.ng-valid.ng-dirty {
  border-color: #2B9884;
}

@media (max-width: 767px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 1200px) and (max-width: 1599px) {
	
}

@media (min-width: 1600px) {
	
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	table, 
	thead, 
	tbody, 
	th, 
	td, 
	tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	tr { border: 1px solid #ccc; }
 
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	td:before { content: attr(data-title); }
}










/* ALERTA */

div#alerta {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: rgba(0,0,0,.5);
	color: #636363;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left : 0;
}

div#alerta div.boxAlerta {
	margin-top: 5%;
	background: #FFFFFF;
	margin-bottom: 5%;
}

div#alerta div.headerAlerta {
	border-bottom: solid 1px #cccccc;
}

div#alerta a {
	color: blue !important;
	text-decoration: none;
}

div#alerta div.textoAlerta {
	padding: 30px;
	text-align: justify;
}


.ng-timepicker {
  left: 52px;
  z-index: 999;
  top: 42px;
}

.cursorPointer {
	cursor: pointer !important;
}

.ng-timepicker input {
	width: 30px !important;
}


/**********************************************************/
/** Deixar CADBAN fixo - sem adaptar pro tamanho da tela **/
/**********************************************************/
.container {
 min-width: 1170px !important;
}

footer, header, nav#mainMenu {
min-width: 1170px !important;
}



