#top {
    position: relative;    
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;    
    width: 100%;  
    height: 20%;    
}

#top2 {
    position: relative;    
    color: #000000; 
    background-color: #ffffff;
    padding: 0px;     
    height: auto;
    width: 70%;    
    left: 50%;
    transform: translateX(-50%);
}

#top3{
    position: relative;    
    color: #000000; 
    background-color: #ffffff;    
    height: auto;
    width: 100%; 
}

#top_error {
    position: relative;    
    color: white;
    padding: 5px;       
}

#top_login {
    position: relative;    
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;    
}

#top_curso {
    position: relative;    
    color: white;
    padding: 5px;    
    margin-top: -20px;    
}

/*@media only screen and (max-width: 768px){
    #top2 {
        width: 100%;
    }        
}*/

#bottom {
    position: relative;    
    background-color: #dddddd;
    padding: 5px;     
}

#bottom3 {
    position: relative;
    background-color: lightgray;    
    /*border: #000000 solid thin;*/
}

#bottom_curso {
    position: relative;
    z-index: 0 !important;

    width: 80%;
    margin: 0 auto;
    padding: 5px;

    left: auto;
    transform: none;

    box-sizing: border-box;
}

#bottom_curso,
#bottom_curso form,
#frmRodape,
.curso-footer {
    z-index: 0 !important;
}


@media only screen and (max-width: 768px){
    #bottom_curso{           
        padding: 0px;
        width: 100%;
    }  
}

#left {
    float: left;
    background-color: #ece3a5;    
    padding: 5px;
    width: 150px;    
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    position: relative;    
    background-color: #ffffff;   
    width: 100%;         
}

.center_content2 {
    position: relative;    
    background-color: #ffffff;   
    padding: 0px;   
    width: 70%;
    left: 50%;
    transform: translateX(-50%);     
}

@media only screen and (max-width: 768px){
    .center_content2 {         
        width: 100%;
    }
}

.center_content3 {
    position: relative;    
    background-color: #ffffff;   
    padding: 0px;    
    width: 100%;
    height: auto;  
}

.center_content4 {
    position: relative;    
    background-color: #ffffff;   
    padding: 0px;    
    width: 100%;
    height: auto;  
}

.center_content_login {
    position: relative;    
    background-color: #ffffff;    
    /*padding: 5px;    */
    width: 100%;    
}

/*.center_content_curso { 
    position: relative;    
    background-color: #ffffff;    
    padding: 5px;  
    width: 80%;
    left: 50%;
    transform: translateX(-50%);    
}*/

.center_content_curso {
    position: relative;
    z-index: 10;

    width: 80%;
    margin: 0 auto;
    padding: 5px;

    left: auto;
    transform: none;

    background-color: #ffffff;
    box-sizing: border-box;
    overflow: visible;
}


@media only screen and (max-width: 768px) {
    .center_content_curso {
        width: 100%;
    }
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 100px;     
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;    
}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;    
}

.menuAreaAssociado{
    color: #ffffff !important;
    background-color: #D20005;
    text-decoration: none !important;
    font-weight: 100 !important;    
    border-color: #D20005 !important;  
    /*display: flex;    */

}

.menuAreaAssociado:hover {
    border-bottom: #ffffff solid medium !important;
    background-color: green !important;
}

.ui-menubar{    
    background-color: #D20005 !important;    
    border-color: #D20005 !important;
    background-image: linear-gradient(#D20005,#D20005) !important; 
}

.ui-menuitem-text{
    color: #ffffff !important;
    font-weight: 100 !important; 
}

.ui-menuitem-link:hover{
    background-color: #8B0000 !important;    
    border-color: #8B0000 !important; 
    border-radius: 0%;
    box-shadow: 1px 1px white !important;
}

.posicaoAlerta{    
    position: absolute;
    width: 40%;    
    left: 50%;  
    top: 5% !important;
    transform: translateX(-50%);
}

.posicaoAlerta2{    
    position: absolute;
    width: 50%;    
    left: 50%;  
    top: 5% !important;
    transform: translateX(-50%);
}

.posicaoDialog{    
    position: relative;
    width: 30% !important;    
    left: 50% !important;  
    
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .posicaoDialog{
        width: 100% !important;
    }
}

.posicaoAlerta3{    
    position: fixed;
    width: 100%;          
    margin-top: -50%;
}

/* =====================================================
   EMPILHAMENTO DA PÁGINA DE INSCRIÇÃO
   ===================================================== */

.center_content_curso,
#content.center_content_curso {
    position: relative;
    z-index: 10;

    width: 80%;
    margin: 0 auto;
    padding: 5px;

    left: auto;
    transform: none;

    background-color: #ffffff;
    box-sizing: border-box;
    overflow: visible !important;
}

#bottom_curso {
    position: relative;
    z-index: 0 !important;

    width: 80%;
    margin: 0 auto;
    padding: 5px;

    left: auto;
    transform: none;

    box-sizing: border-box;
}

#bottom_curso,
#bottom_curso form,
#frmRodape,
.curso-footer {
    z-index: 0 !important;
}

#content,
#content form,
.curso-page-box,
.curso-wiz-container,
.curso-wiz,
.curso-wiz .ui-wizard,
.curso-wiz .ui-wizard-content,
.curso-wiz .ui-wizard-step {
    overflow: visible !important;
}

/* Máscara modal abaixo do dialog */
#content .ui-widget-overlay,
#frmCurso .ui-widget-overlay,
#frmCurso2 .ui-widget-overlay {
    z-index: 4990 !important;
}

/* Dialog acima da máscara e do rodapé */
#content .ui-dialog.curso-dialog,
#frmCurso .ui-dialog.curso-dialog,
#frmCurso2 .ui-dialog.curso-dialog {
    position: fixed !important;
    z-index: 5000 !important;
}

#content .ui-dialog.curso-dialog-aluno,
#frmCurso .ui-dialog.curso-dialog-aluno,
#frmCurso2 .ui-dialog.curso-dialog-aluno {
    z-index: 5010 !important;
}

@media only screen and (max-width: 768px) {
    .center_content_curso,
    #content.center_content_curso,
    #bottom_curso {
        width: 100%;
    }
}