﻿body
{
    min-width: 960px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Sans-Serif, Verdana;
    font-size: 11pt;
    color: #007F74;
}

.divBloco1{
    background-color: #e3e3e3;
    background-repeat: repeat-x;
    height: 100px;
    width: 100%;
    color: #828282;
}

.divHeaderMaster{
    width: 960px;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    position: relative;
}

#divTarja
{
    background-image: url('../imagens/tarja.png');
    background-repeat: repeat-x;
    height: 15px;
    width: 100%;
    margin-top: -3px;
    z-index: 0;
}

#divFundoLogo
{
    background-image: url('../imagens/shape_logo.png');
    background-repeat: no-repeat;
    width: 263px;
    height: 122px;
    top: -9px;
    z-index: 3;
}

#divLogoATP {
    background-image: url('../imagens/Logotipo-iCondutor-Branco-horizontal.png');
    background-repeat: no-repeat;
    width: 220px;
    height: 60px;
    margin-top: -105px;
    margin-left: -15px;
    z-index: 6;
}
/*#divLogoATP2 {
    background-image: url('../imagens/Logotipo-iCondutor-Branco-horizontal.png');
    background-repeat: no-repeat;
    width: 176px;
    height: 60px;
    margin-top: -120px;
    margin-left: 5px;
    z-index: 6;
}*/
#divTituloSistema
{
    color: #828282;
    font-size: 25px;
    text-align: right;
    margin-top: -50px;
    margin-right: 40px;
}
#divTituloVersao {
    color: #828282;
    font-size: 10px;
    text-align: right;
    margin-top: 50px;
    margin-right: 40px;
}
#divLogin
{
    background-image: url('../imagens/fundoLogin.png');
    background-repeat: no-repeat;
    width: 367px;
    height: 272px;
    margin-left: 60%;
    margin-top: -3px;
}

#divEsqueceuSenha
{
    margin-left: 30%;
    margin-top: 10px;
}

.formLogin
{
    position: absolute;
    margin-top: 65px;
    margin-left: 50px;
}

#divPath
{
    text-align: right;
    margin-right: 40px;
}

#divContentMaster{
    width: 960px;
    margin-top: 20px;
}

#divBtnIncluir
{
    padding: 10px 40px 10px 0;
    width: 100%;
    text-align: right;
}

#divBtnIncluirDominio
{
    padding: 10px 40px 10px 0;
    width: 95%;
    text-align: right;
}

#divBtnPesquisar
{
    padding: 10px 40px 10px 0;
    width: 100%;
    text-align: right;
}
#divGrid
{
    padding-left: 10%;
}

#divGridDetalhes
{
    width: 100%;
}

#divBotaoForm
{
    margin-top: 20px;
}

/*Menu*/
.divMenuPrincipal
{
    background-image: url('../imagens/menuPrincipal.png');
    background-repeat: no-repeat;
    width: 213px;
    height: 53px;
    padding-top: 42px;
    padding-left: 1px;
}

p {
  line-height: 1.5em;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
  width: 211px;
}



ul.menu li a
{
    background: #007F74; 
    color: #fff;
    padding: 0.5em;
    padding-left: 15px;
}

ul.menu li a:hover
{
    background: #006666;
}

ul.menu li ul li a
{
    background: #339985;
    color: #000;
    padding-left: 20px;
}

ul.menu li ul li a:hover
{
    background: #339999;
    border-left: 5px #000 solid;
    padding-left: 15px;
}

/*Modal*/
.pBotao
{
    width: 100px;
    height: 35px;    
}

#divProcessando
{
	background: url(../imagens/carregando.gif) no-repeat center;
	position:fixed;
	filter:alpha(opacity=80);
    opacity: 0.7;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0;
	
    display:block;
    position:fixed;
    left:0;
    top:0;
    background-color:#000;
    cursor: wait;
}

input[type=button], input[type=submit]
{
    padding:5px;
    background-color:#007F74;
    border:1px solid #000;
    color:#FFF;
    font-weight:bold;
    min-width: 100px;
}

input[type=button]:hover, input[type=submit]:hover
{
    padding:5px;
    background-color:#006666;
    border:1px solid #000;
    color:#FFF;
    font-weight:bold;
    min-width: 100px;
}


/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.hide {
    display: none !important;
}

.grvAula {
    padding-top: 15px;
}