html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
img{max-width:100%;}

html,body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;     
	background-color: #464646;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #565656;
  outline: 1px solid slategrey;
}

#leftBar{ 
	position: fixed;
	top: 0px;
	left: 0px;
	width: 150px;
	min-height: 100%;
	background-color: #262626;
	border-right: 1px solid #ff6600;
	z-index: 2000;
}

#leftBarLogo{
	float: left;
	position: relative;
	width: 150px;
	min-height: 120px;	
}

.menu{ 
	position: fixed;
	top: 0px;
	left: 151px;
	width: calc(100% - 176px);
	height: 50px;
	padding-left: 25px;
	background-color: #363636;
	-webkit-box-shadow: 0 2px 1px 0px #767676;
	-moz-box-shadow: 0 2px 1px 0px #767676;
	box-shadow: 0 2px 1px 0px #767676;
	z-index: 2000;
}

#menuPrivado{
	display: none;
}

.menuItem{
	float: left; 
	position: relative;
	width: auto;
	min-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 10px;
	margin-top: 7px;
	margin-left: 15px;
	font-weight: bold;
}
.menuItem:hover{
	color: #ff6600;
}

.menuMobile{ 
	display: none;
	position: relative;
	float:left;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #363636;
	-webkit-box-shadow: 0 2px 1px 0px #767676;
	-moz-box-shadow: 0 2px 1px 0px #767676;
	box-shadow: 0 2px 1px 0px #767676;
	z-index: 2000;
}
.menuMobileIcon{ 
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: calc(50% - 10px);
	margin-top: 5px;
	cursor: pointer;
}

.menuMobileIconBar{ 
	float: left;
	position: relative;
	width: 100%;
	height: 5px;
	margin-bottom: 2px;
	border-radius: 1px;
	background-color: #ff6600;
}

#contentBox{
	position: absolute;
	width: calc(100% - 151px);
	height: calc(100% - 50px);
	margin-left: 151px;
	margin-top: 50px;
	z-index: 1000;
}
         
.box {
	width: 100%;
    border: 0px;
	height: 20px; 
	font-size: 12px;
	background-repeat: no-repeat;
	text-indent: 15px;
	padding-left: 15px;
	border-radius: 3px;
}
		 
.box2 {
	width: 100%;
    border: 0px;
	height: 20px; 
	font-size: 12px;
	background-repeat: no-repeat;
	text-indent: 15px;
	padding-left: 15px;
	border-radius: 3px;
	margin-top: 10px;
}
		 
.boxButton{
	width: auto;
	background-color: #ff6600;
	border: 0px;
	color: #FFFFFF;
	cursor:pointer;
	height: 20px; 
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 3px;
	text-align: left;
	padding-left: 5px;
}
.boxButton:hover{
	background-color: #ff7519;
}
		 		 		 
#formBox{
	float: left;
	position: relative;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px;
	margin-top: 10px;
	background-color: #363636;
}
		 
.imgBox{
	float: left;
	position: relative;
	margin-top: -18px;
	margin-left: 5px;
} 	

#logout{
	float: left;
	position: relative;
	width: auto;
	height: 20px;
	padding: 5px;
	line-height: 20px;
	background-color: #ff6600;
	color: #FFFFFF;
	cursor:pointer;
	margin-top: 20px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 38px;
	display: none;
}

#imgLogout{
	float: left;
	position: relative;
	margin-top: 2px;
	margin-right: 5px;
	width: 15px;
}

.line{
	float: left;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #ff6600;
}

.contentBoxLogo{
	position: absolute;
	width: 60%;
	height: auto;
	left: 20%;
	top: 0px;
	opacity: 0.2;
}

.paginasContent{
	float: left;
	position: relative;
	width: calc(100% - 100px);
	padding: 50px;
	min-height: 300px;
	color: #ffffff;
	font-size: 16px;
}

.pdfBox{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.chavesBox{
	float: left;
	position: relative;
	width: calc(100% - 4px);
	padding: 2px;
	min-height: 15px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.chavesBoxBola{
	float: left;
	position: relative;
	width: 25px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background-color: #ffffff;
}

.chavesBoxBolaCon{
	float: left;
	position: relative;
	width: 25px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	margin-left: 30px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background-color: #ffffff;
}

.chavesBoxMais{
	float: left;
	position: relative;
	width: 25px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
}

.chavesBoxEstrela{
	float: left;
	position: relative;
	width: 33px;
	height: 33px;
	line-height: 38px;
	margin-right: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background-image: url("../images_geral/star.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 30px 30px;
}

.chavesBoxEstrelaCon{
	float: left;
	position: relative;
	width: 33px;
	height: 33px;
	line-height: 38px;
	margin-right: 10px;
	margin-left: 26px;
	margin-top: -3px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background-image: url("../images_geral/star.png");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 30px 30px;
}

.chavesBoxCount{
	float: left;
	position: relative;
	width: 25px;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
}
.calcButton{
	float: left;
	position: relative;
	width: auto;
	padding: 10px;
	min-height: 20px;
	line-height: 20px;
	color: #ffffff;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	background-color: #262626;
	color: #ffffff;
	border-radius: 3px;
}
.calcButton:hover{
	color: #ff6600;
}

