﻿/* IE img size bug Fix */
img {
	width: auto;
	height: auto;
}
button {
	font-family: Roboto, serif, Arial, Helvetica, Sans-serif;
}
/* End IE img size bug Fix */
/* Font e Defenições gerais Pagina */
body, html {
	font-family: serif, Arial, Helvetica, Sans-serif;
	margin:0px;
	padding: 0;
	height:100%;
	overflow: hidden;
}
body {
	background-color: #CCCCCC;
}
#campnovinline {
float: left;
margin-left: 10px;
}
.nomargintop {
	margin-top: 0;
}
#contatenosE {
	right: 0;
	bottom: 0;
	top:0;
	left: 200px;
	margin: auto;
	position: fixed;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	padding: 10px;
	max-width: 600px;
	width: 40%;
	min-height: 200px;
	max-height: 370px;
	height: 60%;
	border: 5px solid;
	border-color: #404040;
	background-color: white;
	z-index: 750;
}
#contatenosE #headcontatenos {
	width: 100%;
	position: relative;
	height: 30px;
	margin: -10px 0 0 -10px;
	padding: 0 10px 0 10px;
	background-color: #404040;
}
#contatenosE #headcontatenos span {
	float: left;
	font-family: Roboto, serif, Arial, Helvetica, Sans-serif;
	color: white;
	margin-top: 7px;
}
#contatenosE #headcontatenos  img{
	margin-top: 4px;
	float:right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
#contatenosE  #contatenosE_Form {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}
#contatenosE  form {
	padding: 0;
	margin: 0;
	border: none;
}
#contatenosE form h3{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 2px;
}
#contatenosE form input {
    max-width: 98%;
    width: 98%;
    margin: 0;
}
#contatenosE form textarea {
	max-width: 99%;
	width: 99%;
	min-width: 99%;   
    height: auto;
    padding: 0px;
	margin-bottom: 5px;
}
#contatenosE form #sendcontate {
	width: 100% !important;
	max-width: 100% !important;
}
#contatenosE,
#containerT #headBar,
#containerT #containerI,
#containerT #containerToLoad,
#containerT #submenuInside,
#containerT .containerS {
	min-width: 200px !important;
}
h1 {
	font-family: Roboto, serif, Arial, Helvetica, Sans-serif;
	font-size: 18px;
}
/* End Font e Defenições gerais Pagina */
/* header bar */
#headBar {
	max-width: 1024px;
    height: auto;
    margin-top: 20px;
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;                  
    text-align: center;
    padding: 10px;
	font-family: Roboto, serif, Arial, Helvetica, Sans-serif;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	width: 80% !important;
}
#headBar span {
    font-weight: bolder;
}
/* end header bar */
/* Big container */
#scrollUp {
	bottom: 0px;
	right: 30px;
	width: 70px;
	height: 25px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #ebebeb, #dedede);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dedede));
	background-image: -webkit-linear-gradient(top, #ebebeb, #dedede);
	background-image: -o-linear-gradient(top, #ebebeb, #dedede);
	background-image: linear-gradient(to bottom, #ebebeb,#dedede);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
	display:none;
	visibility: hidden;
	cursor: pointer;
	z-index: 700;
}
#scrollUp:hover {
	margin-bottom: 0;
}
#scrollUp.scrollUpV {
	display:block;
	visibility: visible;
}
#ajaxDoThinking {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 22px;
	margin-top: -72px;
	width: 100px;
	height: 100px;
	padding: 20px;
	border-radius: 25px;
	border: 1px solid #c0c0c0;
	background-color: rgba(255,255,255,0.5) !important;
	z-index: 900;
	text-align: center;
	overflow: hidden;
}
#ajaxDoErrThinking {
	position: fixed;
	margin-left: -10px;
	margin-top: -110px;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	padding: 10px;
	border-radius: 25px;
	background-color: red;
	background-color: rgba(255,0,0,0.7);
	z-index: 800;
	font-size: 23px;
	color: white;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
}
#CenterHolidays {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background-color: grey;
	background-color: rgba(180,180,180,0.5);
	z-index: 3000;
	overflow: auto;
}
#containerT {
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	overflow: auto;
	z-index: 100;
}
#containerT #containerI {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	height: auto;
	/*border: 1px solid #c0c0c0;*/
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	border-radius: 5px;
	padding: 10px 10px 5px 10px;
	overflow: auto;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80% !important;
}
#containerT #containerI img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}
#containerT #containerToLoad {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#containerT .containerS {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	height: auto;
	/*border: 1px solid #c0c0c0;*/
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	border-radius: 5px;
	padding: 10px;
	overflow: auto;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80% !important;
}
#containerT #submenuInside {
	height:auto;
	line-height: 40px;
	min-height: 40px;
	padding: 10px;
	background-color: #f7f7f7;
	margin: 20px auto 10px auto;
	max-width: 1024px;
	display: none;
	visibility: hidden;
	/*border: 1px solid transparent;*/
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.5);
	width: 80% !important;
}
#containerT #submenuInside.active {
	display: block !important;
	visibility: visible !important;
}
#containerT #submenuInside #nomesub {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline;
}
#containerT #submenuInside #plusbtSub {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	*margin-top: -35px;
	display: none;
	visibility: hidden;
}
#containerT #submenuInside .holdersub {
	width: 100%;
	height: auto;
	line-height: 40px;
	display: none;
	visibility: hidden;
}
#containerT #submenuInside .activeSub {
	display: block;
	visibility: visible;
}
#containerT #submenuInside .AactiverrSub {
	display: block !important;
	visibility: visible !important;
}
#containerT #submenuInside .holdersub span {
	width: auto;
	height: 40px;
	background-image: url(../imagens/Sidebar/bt-bg.png);
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 44px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	border-bottom: 5px #313131 solid;
	cursor: pointer;
	margin: 0 -5px 15px 0;
}
#containerT #submenuInside .holdersub span:hover {
	background-image:url(../imagens/Sidebar/bthover-bg.png);
	border-bottom:5px #cf4040 solid;
}
#containerT #submenuInside .holdersub span.active {
	background-image:url(../imagens/Sidebar/bthover-bg.png);
	border-bottom:5px #FFCC00 solid;
	color:#333332;
}
#containerT #submenuInside .holdersub span:active {
	background-image:url(../imagens/Sidebar/bthover-bg.png);
	border-bottom:5px #FFA000 solid;
}
#containerT .conttoResponse {
	display: block;
	width: 100%;
}
#containerT .imgtoResponse {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
}
#containerT .imgtoResponse img{
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#containerT .imgholdNotresponsive {
	width: 100%;
	text-align: center;
}
#containerT .imgholdNotresponsive img {
	width: 100%;
}
#containerT #containerToLoad h1,
#containerT #containerToLoad ul,
#containerT #containerToLoad ul li {
	text-align: left;
}
/* End Big container */
#createdBy {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}