/* Add Minelli */
.blink_me {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/* Masthead */
body {font-family: Arial, Helvetica, sans-serif, align: center;}
.popup{
	position: fixed;
	top: 10; bottom: 10;
	left: 0; right: -150;
	margin: auto;
	width: 500px;
	height: 600px;
	height: 580px;
	padding: 0px;
	border: solid; 1px;
	background: #f5f5f5;
	display: block;

}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

input[type=text], input[type=password] {
   
    padding: 3px 10px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[type=password]{
  padding: 3px 10px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[type=text]:hover, textarea:hover{ 
         background: #f2f2f2; border:1px solid #333333;
}
.azul {
	color:#004085;
	background-color:#cce5ff;
	border-color: #b8daff;
}
.box {
    box-shadow: 10px 10px 5px grey;
}
#masthead h1
{
	left: 1px;
	position: absolute;
	margin: -.4em 0 0 0;
	padding: 0;
	z-index: 1;
	width: 202px;
	bottom: -47px;
	height: 44px;
	background: url("images/logo.gif") no-repeat bottom left;
}
#masthead h1 a
{
	text-indent: -700em;
	text-decoration: none;
	left: 369px;
	position: absolute;
	width: 202px;
	top: 107px;
}

#masthead h1 a:hover {text-decoration: none !important;}

.account  /*  formata texto  trocar usuario  */
{
	
	font-size: 70%;
	line-height: 240%;
	display: block;
}
.input1_big { 
	font: 18px 'Helvetica Condensed', tahoma;
	text-transform:uppercase;
	font-weight:bold;
}
.input2_big { 
	font: 18px 'Helvetica Condensed', tahoma;

	font-weight:bold;
}
.account a, .account a:visited
{
	font-weight: bold;
	color: #56626d;
	line-height: 90%;
}

.account a.logout { font-weight: normal; }

/* General */

.bg_vermelho
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/sinal_vermelho.png); 
	color: #FFFFFF;
}
.bg_verde
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/sinal_verde.png); 
	color: #000000;
}
.bg_azul
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/sinal_azul.png); 
	color: #FFFFFF;
}

.bg_offline
{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/sinal_offline.png); 
}

body
{
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #000000
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

a 
{
	text-decoration: none;
	color: #03c;
}

a:visited
{
	text-decoration: none;
	color: #039;
}

a:hover
{
	text-decoration: underline;
	color: #36f;
}

a.selected
{
	font-weight: bold;
	color: #88969e;
}

img { border: none; }

.input1 { 
	font: 11px tahoma, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
.tab { box-shadow: 5px 5px 5px #000; }
.tab_rodape { box-shadow: 5px 5px #000; }


.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
}
.input_busca { 
	font: 24px Arial Black;
	
	font-weight:bold;
}

.desc-title {
	color:#FFFFFF;
	background-color:#CC0000;
	font: 12px Tahoma;
}

.desc-title2 {
	color:#FFFFFF;
	background-color:#FFFFFF;
}

form.top fieldset, form.top label  /* formata form superior */
{
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.compras
{
	color:#004085;
	background-color:#cce5ff;
	border-color: #b8daff;
}
.borda{
border-color:#46525D;
border-width:2px;
border-style:solid;
border-top:solid #E4E4E4;
border-left: solid #E4E4E4;

}
.borda_verde{
border-color:#006600;
border-width:2px;
border-style:solid;
border-top:solid #E4E4E4;
border-left: solid #E4E4E4;

}

.borda2{
border-color:#1A4444;
border-width:2px;
border-style:solid;
border-top:solid;
border-left: solid;

}


.botao {
	background: #CDDCDC url('images/fundo_botao.gif');
	border-bottom: solid #1A4444;
	border-left: solid #FFFFFF;
	border-right: solid #1A4444;
	border-top: solid #FFFFFF;
	border-width: 1px 1px 1px 1px;
	color: #315556;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-top: 3px
}

.botao_dois {
	background: #CDDCDC url('images/fundo_botao2.gif');
	border-bottom: solid #999999;
	border-left: solid #FFFFFF;
	border-right: solid #999999;
	border-width: 1px 1px 1px 1px;
	color: #333333;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-top: 3px
}

.titulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.titulo_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7E1E24;
}
.titulo_form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.texto_cli 
{
	font: 11px arial;
}



.texto6 {
	color: #B7B7B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.debito {
	font-family: Verdana;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
.sms {
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.pago {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	

}


form.top legend { display: none; }  /* esconde o display  search */
form input.searchword { width: 8em; }  /*  comprimento do cx input  */

#searchform, .projectsearch  /* mostra a lupinha das buscas  */
{
	background: url("images/icon_search.gif") no-repeat left;
	padding: 0 0 0 32px;
	margin: 0 0 0 .5em;
}

form.top  /* espaço do topo até o form superior  */
{
	margin: .2em 0 0 .5em !important;
	float: right;
	line-height: 80%;
	display: block;
}

form.top input, form.top select, .projectsearch input
{
	font-size: 72.3%;
	margin: 0 0 0 .5em;
}


/* Main nav */
#nav  /*  formata menu vermelho  */
{
	background: #6c0006 url("images/nav_bg.gif") repeat-x;
	padding: .1em 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	border-top: 2px solid #6c0006;
	border-bottom: 4px solid #000000;
	position: relative;
}

#nav li
{
	display: inline;
	list-style: none;
	padding: 0 .2em;  /* .5 é o espaço entre menus da linha vermelha */
	margin: 0;
	line-height: 150%;
}

#nav li a  /*  formata texto do menu PRETO  */
{
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px #6c0006;
	font-weight: bold;
	margin: 0;
    padding: .1em 1em .3em 1em !important;
}

#nav li.begin { margin: 0 0 0 1.4em; }

#nav li a:hover, #high li a:hover
{
	color: #adb8c4;
	text-decoration: none;
	text-shadow: none;
}

/* Highlights for main nav */
#high a, #high li.select a  /*  fundo do menu selecionado  */
{
	color: #fff !important;
	background: #adb8c4 repeat-x top !important;
	margin: 0;
	border: 1px solid #789;
	border-top: 1px solid #56626d;
	border-bottom: 1px solid #adb8c4;
	text-shadow: 2px 2px #56626d !important;
}
/* Current main nav selected */
li.select a
{
	color: #fff;
	background:
	border: 1px solid #6c0006;
}

.usernav  /*  formata barra do nome do usuario e empresa  */
{
	background: #ced4da url("images/usernav_bg.gif") repeat-x bottom;
	padding: 1.0em 0 0 0;
	margin: 0 0 -.1em 0;
	position: relative;
}

#nav li ul
{
	display: none;
	background: url("images/main_select_bg.gif") top repeat-x #789;
	padding: .3em 0;
	margin: 1px 0 0 0;
	position: absolute;
	left: 0;
	top: 1.51em;
	z-index: 2;
	width: 100%;
	border-bottom: 1px solid #56626d;
}

#nav li ul li
{
	padding: .2em;
	margin: 0;
}

#nav li ul li a, #nav li.select ul li a, #high li.select ul li a
{
	color: #fff !important;
	font-weight: normal;
	border: none;
	background: transparent !important;
	padding: .2em .4em !important;
	text-shadow: none !important;
}

#nav li ul li.begin { margin: 0 0 0 .1em !important; }
#nav li ul li a:hover { color: #56626d !important; }

#breadcrumb
{
	padding: 0;
	margin: 0 0 0 2.8em;
	font-size: 70%;
}

#breadcrumb li
{
	display: inline;
	padding: 0;
	margin: 0;
	color: #789;
	list-style: none;
}

#breadcrumb li a { color: #56626d; }


#status
{
	margin: 0 1em .2em 0;
	top: 1.3em;
	position: absolute;
	right: 0;
}
#status a span { display: none; }

#status a:hover span
{
	display: inline;
	text-decoration: none;
	color: #56626d;
}

#status a.button
{
	font-size: 65%;
	padding: 0 25px 1px 0;
	margin: 0 0 0 .4em;
	color: #56626d;
}

#status a:hover.button
{
	display: inline;
	text-decoration: none;
	padding: 0 15px 1px 0;
	margin: 0;
}

#status a.phase
{
	background: url("images/phase.gif") right no-repeat;
}
#status a.feedback {
	background: url("images/feedback2.gif") right no-repeat;
}

a.online
{
	background: url("images/stat0.gif") right no-repeat;
}

a.offline
{
	background: url("images/stat1.gif") right no-repeat;
}

#frame, #innerframe { margin: 1em; }

.t1, .t2, .t1w, .t2w
{
	display: block;
	overflow: hidden;
}

div.tbarwrap .t1w
{
	height: 1px;
	margin: 0 2px;
	background: #fff;
}

.advanced, #status, #frame .pmap ul ul, #frame .pmap ul li input, #frame .pmap ul li a, #frame .onewidetop ul li, #frame .onewide ul li, #frame ul.clean li, .r100, .r90, .r80, .r70, .r60, .r50, .r40, .r30, .r20, .r10, .r0, .projectsearch, .searchform, #sfmarquee, #sfmarquee h4, .stats {position: relative;}

#top { _height: 1.65em;}

#status {margin: -1.6em .5em 0 0; float: right;}

.usernav {position: static;}

.linha {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-bottom: 1px;
	padding-bottom: 1pt;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.alerta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6c0006 url("images/nav_bg.gif") repeat-x;
	padding-top:3px;
	padding-bottom:3px;
}

.alerta_dois {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
}

.alerta_est {
	font-family: Verdana;
	font-size: 11px;
	color: #990000;
}

/* Header part -- contains navigation buttons and day names. */

/* The body part -- contains all the days in month. */
/* Combo boxes (menus that display months/years for direct selection) */
/* GiantSteps CCSTheme */
A:link
{
	font-family:verdana; font-size:11px; color:#000000; text-decoration:none;
}

A:hover
{
	font-family:verdana; font-size:11px; color:#155674; text-align:center; text-decoration:none;
}

A:active
{
	font-family:verdana; font-size:11px; color:#155674; text-decoration:none;
}

A:visited
{
	font-family:verdana; font-size:11px; color:#155674; text-decoration:none;
}
.imput_texto 
{
	background-color: #FFFFCC; 
	width:380px;
	font: 11px Verdana, sans-serif;
	color: #003399;
	border: 2px solid #0000FF;
	padding-left:10px;
}
.campos {
background-color:#FFFFFF; 
font: 11px verdana;
color:#000000;
}
.style13 {font-family: Verdana; font-weight: bold; font-size: 12px; }
.bordaInf {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3C2784;
	border-right-color: #3C2784;
	border-bottom-color: #3C2784;
	border-left-color: #3C2784;
}
.bordaInf2 {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #3C2784;

}
.invisivel {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.bordaSup {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid	;
	border-top-color: #3C2784;
	border-right-color: #3C2784;
	border-bottom-color: #3C2784;
	border-left-color: #3C2784;
}

