﻿@charset "utf-8";

 
.windowstatus{
			    display:none;
			    width:40%;
			    /*height:40px;*/
			    position:absolute;
			    left:29px;
			    top:203px;
                background:#FFF;
			    z-index:9900;
			    padding:10px;
			    border-radius:10px;
                text-align :left ;
                margin-top:430px

                 
               /* pointer-events: auto;*/
		    }

.modal:target {
	opacity: 1;
	pointer-events: visible;
}

.modal > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 15px 20px;
	background: #fff;
}

.fechar {
	position: absolute;
	width: 30px;
	right: -15px;
	top: -20px;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	background: #ff4545;
	border-radius: 50%;
	font-size: 16px;
	color: #8d0000;
}
/*---------------MENUS DROPDOWN-------------------*/

.dropbtn {
	
	width:100%;
	color:#fff;
	float:left;
	margin-left:2%;
	font-family: 'Montserrat', sans-serif;
	font-size:0.9em;
	text-align:center;
    border: none;
    cursor: pointer;
	background-color:#393939;
	height:43px;
	border-radius:20px 20px 20px 20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	
	width:15%;
    float:left;
	z-index:5;
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:5;
	margin-top:43px;
	margin-left:2px;
	background-color:#393939;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	width:220px;
	font-family: 'Montserrat', sans-serif;
	font-size:0.8em;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#393939;
}

/* Change color of dropdown links on hover */
	/*color:#000000;*/
.dropdown-content a:hover {background-color: #A4A4A4}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    /*color:black;*/
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	/*background-color:#393939;*/
    color:black;

	background-color:#FFF212;
		border-radius:10px 0px 10px 0px;
}


/*---------------FIM DOS MENUS DROPDOWN-------------------*/

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.smartlogo
{
	width:100%;
	height:220px;
	background-image:url(img/smartlogo3d.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	background-size:272px 200px;
	margin-top:30px;
}

.txtttholder
{
	width:auto;
	height:auto;
	padding:20px 30px 20px 30px;
	font-family: 'Orbitron', sans-serif;
	font-size:1em;
	color:#fff;
	margin:auto;
	text-align:center;
}

.loginholder
{
	width:15%;
	height:auto;
	padding:20px;
	margin:auto;
	background-image:url(img/logback.png);
	border-style:solid;
	border-width:1px;
	border-color:#A4A4A4;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:0.8em;
	color:#fff;
}

.copyright
{
	width:100%;
	height:auto;
	padding-top:20px;
	text-align:center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:0.6em;
	color:#FFFFFF;
	font-style:italic;
}

.userlogado
{
	width:auto;
	height:auto;
	float:right;
	padding:10px;
	margin-top:10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	color:#D87900;
	text-align:center;
}

.topo
{
	width:90%;
	height:145px;
	margin:auto;
	background-image:url(img/topoback.png);
	background-position:right;
	background-repeat:no-repeat;
}

.logo
{
	width:40%;
	height:78px;
	float:left;
	background-image:url(img/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:319px 78px;
	margin-top:25px;
}

.menu
{
	width:90%;
	height:43px;
	background-color:#393939;
	margin:auto;
	border-radius:10px 0px 10px 0px;
}

.btmenu
{
	width:12%;
	height:30px;
	float:left;
	margin-left:2%;
	font-family: 'Montserrat', sans-serif;
	color:#393939;
	font-size:0.9em;
	text-align:center;
	padding-top:13px;
}

.btmenu:hover
{
	background-color:#393939;
/*:#E3D71F*/
	border-radius:10px 0px 10px 0px;
}

.btsair
{
	width:auto;
	height:auto;
	float:right;
	padding:2px 10px 2px 10px;
	background-color:#FF9E00;
	color:#FFFFFF;
	margin-left:10px;
	border-radius:5px 0px 5px 0px;
	
}

.btsair:hover
{
	background-color:#FFBE55;	
}

.seta
{
	width:14px;
	height:7px;
	margin-left:10px;
	
}

/*---------------CONTEÚDO DA PÁGINA PRINCIPAL-------------------*/

.content
{
	width:92%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-width:1px;
	/*border-color:#494949;*/
	padding:20px;
    margin-left:40px;
    /*margin-right: 229px;*/
}

.bottomlogholder
{
	width:100%;
	height:50px;
	padding:10px 0px 10px 0px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

.logladoa
{
	width:60%;
	height:50px;
	float:left;
	font-size:11px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	text-decoration:underline;
	
}
.logladob
{
	width:40%;
	height:50px;
	float:left;
}

.btentrar
{
	width:auto;
	height:auto;
	text-align:center;
	background-color:#000000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	padding:5px 0px 5px 0px;
	color:#FFF212;
}



.btentrar:hover
{
	background-color:#393939;
}

.btcadastro
{
	width:90%;
	height:auto;
	text-align:center;
	background-color:#000000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	padding:5px 0px 5px 0px;
	color:#FFF212;
	margin:auto;
	margin-top:10px;
}

.btcadastro:hover
{
	background-color:#393939;
}

.titulobarra
{
	width:98%;
	height:auto;
	padding:10px 0px 10px 2%;
	background-color:#393939;
	border-style:dotted;
	border-width:1px;
	border-color:#F5F5DC;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#FFFFFF;
	
}

.listaladoa
{
	width:65%;
	height:auto;
	float:left;
	border-style:dotted;
	border-width:1px;
	border-color:#8C8C8C;	
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#000000;
	padding:2%;
	margin-top:5px;
	text-align:left;
}

.listaladob
{
	width:26%;
	height:auto;
	float:left;
	border-style:dotted;
	border-width:1px;
	border-color:#8C8C8C;	
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#000000;
	padding:2%;
	margin-top:5px;
	margin-left:6px;
	text-align:left;
}

.listaladoc
{
	width:96%;
	height:auto;
	border-style:dotted;
	border-width:1px;
	border-color:#8C8C8C;	
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#000000;
	padding:2%;
	margin-top:5px;
	text-align:left;
}

.toplista
{
	width:100%;
	height:auto;
	margin:auto;
	padding:5px 0px 5px 0px;
	background-color:#EADF2D;
}

.listatitle
{
	height:auto;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:1em;
	color:#000000;
	text-align:left;
	float:left;
	margin-left:1%;
}

.lista
{
	width:100%;
	height:300px;
	margin:auto;
	margin-top:2px;
	overflow:auto;
	border-style:dotted;
	border-width:1px;
	border-color:#8C8C8C;	
	
}

.faixa1
{
	width:100%;
	height:auto;
	padding:8px 0px 8px 0px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#C05300;
	
}

.faixa2
{
	width:100%;
	height:auto;
	padding:8px 0px 8px 0px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#C05300;
	background-color:#F4F4F4;
	
}

.campopreenchido
{
	text-align:left;
	float:left;
	margin-left:1%;
}


.campoholder
{
	width:201px;
	height:73px;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.txt1
{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	color:black;
	padding:2px;
	margin-top:5px;
	border-radius:5px 0px 5px 0px;
	float:left;
	resize:none;
    }

.spacebtween
{
	width:10px;
	height:20px;
	float:left;
}

.btlista
{
	width:auto;
	height:auto;
	float:left;
	background-color:#EADF2D;
	border-radius:5px 0px 5px 0px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding:4px 13px 4px 13px;
	margin-left:5px;
	
}
.btlista2
{
	width:auto;
	height:auto;
	float:left;
	/*background-color:#EADF2D;*/
	border-radius:5px 0px 5px 0px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	/*color:#FFFFFF;*/
	padding:4px 13px 4px 13px;
	margin-left:5px;
	
}

.btlista:hover
{

	background-color:#F1EB8A;

	
}

.liliconsearch
{
	width:14px;
	height:14px;
	float:left;
	background-image:url(img/icon1.png);
	background-repeat:no-repeat;
	background-position:center;
}

.lilicon
{
	width:14px;
	height:14px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	margin-right:5px;
	
}



/*---------------FIM DO CONTEÚDO DA PÁGINA PRINCIPAL-------------------*/

.prebottom
{
	width:100%;
	height:273px;
	margin:auto;
	background-color:#F5F5DC;
}

.prebottomholder
{
	width:90%;
	height:273px;
	margin:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:0.8em;
	color:#000000;
}


.guiaprincipal
{
	width:15%;
	height:200px;
	float:left;
	margin-top:20px;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#000000;
	padding-left:5%;
}

.guialinksrapidos
{
	width:25%;
	height:200px;
	float:left;
	margin-top:20px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#000000;
	padding-left:5%;
}

.btholder
{
	width:100%;
	height:auto;
	float:left;
	padding:10px 0px 10px 0px;
}

.linksladoa
{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.linksladob
{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.contaholder
{
	width:auto;
	height:auto;
	float:left;
	border-style:dotted;
	border-width:1px;
	border-color:#000000;
	padding:1%;
}

.breve
{
	width:90%;
	height:auto;
	padding:50px 0px 50px 0px;
	font-family: 'Orbitron', sans-serif;
	font-size:2em;	
	color:#FF6E00;
	text-align:center;
	
	
}

.guiaredessociais
{
	width:15%;
	height:200px;
	float:left;
	margin-top:20px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#000000;
	padding:0px 20px 0px 20px;
}

.guiacontato
{
	width:25%;
	height:200px;
	float:left;
	margin-top:20px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.foot
{
	width:100%;
	height:50px;
	margin:auto;
	background-color:#F5F5DC;
}

.footholder
{
	width:90%;
	height:50px;
	margin:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:0.7em;
	color:#F5F5DC;
	
}

.footladoa
{
	width:50%;
	padding-top:20px;
	height:auto;
	float:left;
	text-align:left;
}

.footladob
{
	width:50%;
	padding-top:20px;
	height:auto;
	float:left;
	text-align:right;
}

