.txtLogin {
    text-transform: lowercase;
}
#tudo {
    width: 1024px;
    min-height: 400px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    margin-top:20px;
    padding: 40px;
    padding-top:20px;
    font-family: "Open Sans", sans-serif;
    color: #555;
    border-radius: 10px;
    border-bottom-right-radius:0 0;
    border-bottom-left-radius:0 0;
    line-height: 25px;
}

#cabecalho {
    height: 120px;
}
    #divLogo {
        float: left;
    }
    #divStatus{
        bottom: 0;
         height: 20px;
        float: right;
        margin-top: 45px;
        text-align: right;
      
    }
    #divInfoCont {
         float: right;
         height: 20px;
         font-size: 12px;
    }
    #divStatus p {
	font-size: 14px;
    }

#divMenu {
      height: 40px;
      background: rgb(53,106,160);
      margin-bottom: 10px;
      padding: 5px;
      border-radius: 10px;

}
    #divOpcoes{
        float: left;
         margin: 5px;
         color: #fff;
    }   
    #divAjuda {
        float: right;
        color: white;
        font-size: 20px;
        font-weight: bold;
        margin: 10px;
        margin-right: 30px;
    }
    
    #divTitulo {
        height: 20px;
        margin-bottom: 10px;
         font-size: 16px;
    }
    #divConteudo{
        padding-bottom: 60px;
        background-image: linear-gradient(to bottom, #FBFBFB, #E9E9E9);
        margin-bottom: 10px;
        border-radius: 10px;
        min-height: 100px;
       
    }
    
#divRodape { 
     background-color: #E9E9E9;
      width: 1024px;
      margin: 0 auto;
        padding: 40px;
         padding-bottom: 40px;
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
          text-align: right;
           font-family: "Open Sans", sans-serif;
    color: #555;
    font-size: 12px;
     border-radius: 10px;
     border-top-right-radius:0 0;
    border-top-left-radius:0 0;
}
.logoRodape {
        width: 130px;
        height: 30px;
        margin-left: 10px;
        
    } 

    #wait {
        text-align: center;
        padding: 30px;
    }
    
    #divLogin {
        margin: auto;
        padding: 30px;
        padding-bottom: 0px;
        text-align: center;
    }
    
    #tbLogin{
         font-family: "Open Sans", sans-serif;
            color: #555;
    }
 
    .erro {
        color: red;
    }
 
    .imgIcone {
        width: 20px;
        height: 20px;
        margin: 0px;
    }
    
 .tabela {
    font-family: "Open Sans", sans-serif;
    color: #555;
    font-size: 10px;
}

.pnlSuperior {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    text-align: right;
}

.pnlInferior {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    text-align: right;
}

.aSair {
     font-family: "Open Sans", sans-serif;
        font-size: 16px;
     text-decoration: none;
}

.lnk {
     font-family: "Open Sans", sans-serif;
    font-size: 16px;
     text-decoration: none;
      color: #555;
}
.lnk:hover {
        color: #0063dc;
    }

.aBtnTab {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #555;
     font-weight: bold;
   
}

  

.aBtm {
    
    height: 25px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #555;
    padding-top: 10px;
    padding-bottom: 2px;
    font-weight: bold;
    padding-left: 25px;
    margin-right: 10px;
}
  .aBtm:hover {
        color: #0063dc;
    }

.window {
        display:none;
        width: auto;
        height: auto;
        position:absolute;
        left:0;
        top:0;
        background:#ffffff;
         background-image: linear-gradient(to bottom, white, #F5F5F5);
        z-index:9900;
        padding:30px;
        border-radius:10px;
        border: 1px solid #cccccc;
        -moz-box-shadow:    0px 0px 12px 0px #828282;
        -webkit-box-shadow: 3px 3px 12px 0px #828282;
        box-shadow:         0px 0px 12px 0px #828282;
    }

    #mascara{
        position:absolute;
        left:0;
        top:0;
        z-index:9000;
        background-color: #cccccc;
        display:none;
    }

    #btmFechar{
        display:block; 
        text-align:right;
        font: bold 11px /14px "Helvetica";
        color: #828282;
    }
    
.tipFixo {
    color: #fff;
    border: #828282 2px solid;
    min-width: 100px;
    background-image: linear-gradient(to bottom, white, #F5F5F5);
    border-radius:10px;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -moz-box-shadow:    0px 0px 12px 0px #828282;
    -webkit-box-shadow: 3px 3px 12px 0px #828282;
    box-shadow:         0px 0px 12px 0px #828282;
} 


.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
   /* label {
        display: block;
        margin-bottom: 5px;
    }*/
}

.dvUpload {
    position: relative; 
    margin-bottom: 5px;
    width: 500px;
    border: 1px solid #ccc;
    background-color: rgb(53,106,160);
    color: white;
}

.uploadButton {
    cursor: pointer; 
    color: #fff;
    background-color: rgb(53,106,160);
    
}

#menuHorizontal ul {
	padding:8px;
        padding-right: 15px;
        padding-left: 15px;
	margin:0px;
	list-style:none;
       background-image: linear-gradient(rgb(251, 251, 251), rgb(233, 233, 233));
       border: 1px solid #cccccc;
       border-radius: 8px;
       box-shadow: rgba(0, 0, 0, 0.498039) 1px 2px 6px 0px;


}


#menuHorizontal ul li { display: inline; }

#menuHorizontal ul li a:hover {
	background-color:#cccccc;
	color: #6D6D6D;
	border-bottom:2px solid rgb(53,106,160);
}

.pTituloBorda{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    font-weight: bold;
    color: rgb(53,106,160);
}

.dvMenuVertical {
    
    width: 200px;
    min-height: 50px;
}

.menuHorizontal ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.menuHorizontal ul li { display: inline; }

.menuHorizontal ul li a:hover {
	background-color:#D6D6D6;
	color: #6D6D6D;
	border-bottom:3px solid rgb(53,106,160);
}

#menuVertical ul {
       list-style: none;
           list-style-type: none;
        float: left;
	padding:0px;
	margin:0px;
	list-style:none;
}


#menuVertical ul li a:hover {
    list-style: none;
        list-style-type: none;
     display: none ;
    float: left;
	background-color:#D6D6D6;
	color: #6D6D6D;
	border-bottom:3px solid rgb(53,106,160);
}

.preenchimento {
    background-color: whitesmoke;
    border-radius: 10px;
    border: 2px solid #eeeeee;
    padding: 10px;
}

table {
    font: 12px Verdana;
    color: #555;
    line-height: 130px;
    vertical-align: top;
}

.menuVertical ul {
	padding:8px;
	margin:0px;
	list-style:none;

}

.menuVertical ul li {
	padding-bottom: 10px;

}

 .modal {
        display: none;
    }

.btnPadrao {
    background-image: none;
    background-color: none;
    padding: 5px;
    padding-top: 12px;
    cursor: pointer;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    text-align: left;
    font-size: 14px;
    color: #555;
    font-weight: bold;

}
.btnPadrao:hover{
    color: #0063dc;
}

 .iconeReload span { 
        padding-left: 23px;
        background: url(../img/iconeReload.png) no-repeat 0;
    }
    
.iconeFiltrar span { 
    padding-left: 23px;
    background: url(../img/iconeFiltrar.png) no-repeat 0;
     padding-top: 5px;
}

.iconeList span { 
        padding-left: 23px;
        background: url(../img/iconeList.png) no-repeat 0;
    }
    
.iconeKey span { 
        padding-left: 23px;
        background: url(../img/iconeKey.png) no-repeat 0;
    }
.iconeSettings span { 
        padding-left: 23px;
        background: url(../img/iconeSettings.png) no-repeat 0;
    }
.iconeCancelar span { 
        padding-left: 23px;
        background: url(../img/iconeCancelar.png) no-repeat 0;
    }
.iconeConfirma span { 
        padding-left: 23px;
        background: url(../img/iconeConfirma.png) no-repeat 0;
        padding-top: 5px;
    }
    
.iconeVoltar span { 
        padding-left: 23px;
        background: url(../img/iconeVoltar.png) no-repeat 0;
    }

.iconeAdd span { 
        padding-left: 23px;
        background: url(../img/iconeAdd.png) no-repeat 0;
    }
    
.iconeAsk span { 
        padding-left: 23px;
        background: url(../img/iconeAsk.png) no-repeat 0;
    }
    
.iconeAll span { 
        padding-left: 23px;
        background: url(../img/iconeAll.png) no-repeat 0;
    }
    
.iconeDesativar span { 
        padding-left: 23px;
        background: url(../img/iconeDesativar.png) no-repeat 0;
    }

.iconeChangeUsr span { 
        padding-left: 23px;
        background: url(../img/iconeChangeUsr.png) no-repeat 0;
    }
.iconeMoney span { 
        padding-left: 23px;
        background: url(../img/iconeMoney.png) no-repeat 0;
    }

.iconeReport span { 
        padding-left: 23px;
        background: url(../img/iconeReport.png) no-repeat 0;
    }
    
.iconePrint span { 
        padding-left: 23px;
        background: url(../img/iconePrint.png) no-repeat 0;
    }
    
.iconeNew span { 
    padding-left: 23px;
    background: url(../img/iconeNew.png) no-repeat 0;
}

 .iconeList span { 
        padding-left: 23px;
        background: url(../img/iconeList.png) no-repeat 0;
    }
    
.iconeCancelar span { 
    padding-left: 23px;
    background: url(../img/iconeCancelar.png) no-repeat 0;
}
    
    .iconeFAQ span { 
        padding-left: 23px;
        background: url(../img/iconeFAQ.png) no-repeat 0;
    }
    
    .iconeEditar span { 
        padding-left: 23px;
        background: url(../img/iconeEditar.png) no-repeat 0;
    }
    
    .iconeAnswer span { 
        padding-left: 23px;
        background: url(../img/iconeAnswer.png) no-repeat 0;
    }
    
     .iconeSettings span{
        padding-left: 23px;
        background: url(../img/iconeSettings.png) no-repeat 0;
    }
    
    .iconeSupervisor span{
        padding-left: 23px;
        background: url(../img/iconeSupervisor.png) no-repeat 0;
    }
   
    .iconeDelete span { 
        padding-left: 23px;
        background: url(../img/iconeDelete.png) no-repeat 0;
        padding-top: 5px;
    }
    .iconeAnexo span { 
        padding-left: 23px;
        background: url(../img/iconeAnexo.png) no-repeat 0;
    }

 
    
    .iconeUpload span {
        margin: 5px;
        padding: 20px;
        padding-left: 23px;
        background: url(../img/iconeUpload.png) no-repeat 0;
    }
    
    .iconeVer span {
        margin: 5px;
        padding: 20px;
        padding-left: 23px;
        background: url(../img/iconeVer.png) no-repeat 0;
    }
    
    .iconeAdd span {
        margin: 5px;
        padding: 20px;
        padding-left: 23px;
        background: url(../img/iconeAdd.png) no-repeat 0;
        
    }   
    
    .iconeAjuda span {
        margin: 5px;
        padding: 20px;
        padding-left: 23px;
        background: url(../img/iconeAjuda.png) no-repeat 0;
        
    }   
    
.pDenied {
    font-weight: bold;
    text-align: center;
}


/*Padronizaçao*/
.tituloMasterCentral {
    color: rgb(53,106,160);
    font-size: 26px;
    font-weight: bold;
}

.alert {
    color: red;
    font-size: 13px;
}

.tabPadrao {
	border-collapse: collapse; 
	font-size: 12px;
}
.tabPadrao tbody tr:nth-child(odd) {
   background-color: #f8f7f7;
}

.tabPadrao tbody tr td {
	padding:10px;
	color: #3D3D3D;
}
.tabPadrao tbody tr {
	font-size: 16px;
}
.tabPadrao tbody tr:hover {
	background-color: #F3F3F3;
	cursor: pointer;	
}

.tabPadrao th {
	height: 30px;
}
.tabPadrao thead {
	border-bottom: 1px solid #555;
	font-weight: bold;
	color: rgb(53,106,160);
}

.borderBottom {
	border-bottom: 1px solid gray;
}

#divBemVindo a, a:visited {
    text-decoration: none;
    color: rgb(53,106,160);
}

#divLoginInt a, a:visited {
    text-decoration: none;
    color: rgb(53,106,160);
    font-size: 12px;
    line-height: 1.5;
}

.pAlertaSenha {
    background-color: rgb(247, 191, 186);
    padding: 8px;
    border-radius: 3pt;
    font-weight: bold;
}

.pAlertOK {
    background-color: rgb(186, 247, 191);
    padding: 8px;
    border-radius: 3pt;
    font-weight: bold;
}
