/* 
    Created on : 17/12/2014, 14:29:25
    Author     : edle
    versao 1.0.0
*/

html, body
{
    _height: 100%;
    _overflow: auto;
    background-color: #fCfCfC;
}

p {
    text-align: justify;
}
div {
    _position: absolute;
}

.site-margin-horizontal {
    margin-top: 15px; 
    margin-bottom: 15px; 
}

.site-margin-horizontal-min {
    margin-top: 8px; 
    margin-bottom: 8px; 
}

.site-padding-padrao {
    padding: 15px;
}

.site-padding-horizontal {
    padding-top: 15px; 
    padding-bottom: 15px; 
}

.site-padding-vertical {
    padding-left: 15px; 
    padding-right: 15px; 
}

/********************* CABECALHO DO SITE *********************/
.site-background {
    background-color: #ECECEC !important;
}

.site-cabecalho {
    position:fixed !important;
    min-width: 480px !important;
    z-index: 200 !important;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 56px;
    background-color: #ECECEC !important;
}

.site-cabecalho-logo {
    margin: -10px !important;
    width: 95px;
    height: 40px;
    margin: 2px; 
    display: inline; 
    float: left;    
}

.site-cabecalho-titulo {
    padding-left: 20px;    
    font-weight: bold;
    display: none !important;
}

.site-cabecalho-titulo-abreviado {
    padding-left: 20px;    
    font-weight: bold;
    display: inline !important;
}

.site-cabecalho-subtitulo {
    padding-left: 15px;
    color: #448dae;
}

.site-cabecalho-sombra {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
    -moz-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
    box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
}

/********************* NAVEGACAO *********************/
.site-navegacao {
    position: fixed !important;
    min-height: 36px !important;
    z-index: 199 !important;
    width: 100%;
    height: 36px !important;
    top: 56px !important;
    background-color: #fff;
}

.site-navegacao-botao-menu {
    visibility: false;
}

.site-navegacao-botao-menu-secundario {
    visibility: false;
}

.site-navegacao-breadcrumb {
    display: none;
}

.site-navegacao-nome-secundario {
    position: fixed !important;
    min-height: 36px !important;
    z-index: 200;
    right: 0px;
    top: 56px !important;
    height: 36px !important;
    width: 30;
    margin-right: 5px; 
    margin-top: 10px; 
    text-align: right;
}

.site-navegacao-nome {
    position: fixed !important;
    min-height: 36px !important;
    z-index: 199;
    left: 0px;
    width: 100%;
    top: 56px !important;
    height: 36px !important;
    background-color: #428bca;
    color: #fff;
    padding-left: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 4px !important;
    font-weight: bold;
}

/********************* MENU *********************/

.menu-informacao {
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    display: none;
    outline: none;
    position: absolute;
    width: 250px;
    height: 172px !important;
    padding: 15px;
    right: 0;
    top: 56px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
}

.menu-informacao-titulo {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 0px;
    color: #428bca;
}

.menu-informacao-perigo {
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 0px;
    color: #CC0000;
}

.menu-informacao-texto {
    font-size: 10px;
    font-weight: normal;
    margin-top: 1px;
    margin-bottom: 0px;
}

.menu-informacao-separador {
    margin-top: 7px;
    margin-bottom: 12px;
}

/********************* PRINCIPAL *********************/
.site-principal {
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-left: 0px!important;
    padding-right: 15px!important;
    margin: 0px;
    padding-top: 107px; /* para livrar o cabecalho*/
    padding-bottom: 51px; /* para livrar o rodape*/
}

.site-principal-conteudo {
    padding-left: 15px; 
    padding-right: 15px;
}

.site-principal-conteudo-secao {
    font-size: 20px;
    font-weight: bold;
    color: #428bca;
    margin-top:  20px;
    margin-bottom: 20px;
}

.site-principal-conteudo-col1 {
    padding-left: 15px; 
    padding-right: 15px;
}

.site-principal-conteudo-col3 {
    padding-left: 15px; 
    padding-right: 15px;
}

@media screen and (min-width: 600px) {
    /********************* NAVEGACAO *********************/
    .site-navegacao {
        position: fixed !important;
        min-height: 36px !important;
        z-indmin-heightex: 199 !important;
        width: 100%;
        height: 36px !important;
        top: 56px !important;
        background-color: #fff;
    }

    .site-navegacao-botao-menu {
        background-image: url(../imagens/menu.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px;
        display: inline-block;
        margin-left: -6px;
        margin-top: 3px;
        height: 13px;
        opacity: 0.75;
        width: 28px;
        -webkit-user-drag: none;
    }

    .site-navegacao-botao-menu-secundario {
        background-image: url(../imagens/botoes/menu-secundario.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px;
        display: inline-block;
        height: 13px;
        opacity: 0.75;
        width: 28px;
        -webkit-user-drag: none;
    }
    
    .site-navegacao a:hover {
        opacity: 1;
    }

    .site-navegacao a:focus {
        outline: none;        
    }

    .site-navegacao-nome {
        position: fixed !important;
        min-height: 36px !important;
        z-index: 199;
        left: 0px;
        width: 25%;
        top: 56px !important;
        height: 36px !important;
        background-color: #428bca;
        color: #fff;
        padding-left: 15px !important;
        padding-top: 8px !important;
        padding-bottom: 4px !important;
        font-weight: bold;
    }
    
    .site-navegacao-breadcrumb {
        display: inline;
        position: fixed !important;
        z-index: 199;
        height: 36px !important;
        width: 75%;
        top: 56px !important;
        left: 20%;
        min-height: 36px !important;
        padding-top: 8px !important;
        padding-bottom: 4px !important;
        border-radius: 0 !important;
        background-color: #fff !important;
    }

    /********************* PRINCIPAL *********************/
    .site-principal {
        position: absolute;
        z-index: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        padding-left: 0px!important;
        padding-right: 15px!important;
        margin: 0px;
        padding-top: 107px; /* para livrar o cabecalho*/
        padding-bottom: 51px; /* para livrar o rodape*/
    }

    .site-principal-menu {
        position: fixed !important;
        z-index: 199;
        width: 20% !important;
        height: 100% !important;
        margin-top: -15px !important;
        background-color: #ECECEC;
        padding-left: 0px; 
        padding-right: 0px;
        overflow: auto;
        padding-bottom: 122px !important; /* para livrar o rodape*/
    }

    .site-principal-menu a:hover {
        opacity: 1;
        background-color: #fCfCfC !important;
    }

    .site-principal-menu-secundario {
        position: fixed !important;
        z-index: 199;
        left: 80%;
        width: 20% !important;
        height: 100% !important;
        margin-top: -15px !important;
        background-color: #ECECEC;
        border-left-color: #e5e5e5 !important;
        border-left: 1px solid;
        padding-left: 0px; 
        padding-right: 0px;
        overflow: auto;
        padding-bottom: 122px !important; /* para livrar o rodape*/
    }

    .site-principal-menu-item {
        background-color: #FCFCFC;
    }
    
    .site-principal-menu-item > li {
        border-bottom: 1px solid #d7d7d7
    }

    .site-principal-menu-subitem {
        border-radius: 0 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        margin-bottom: 1px !important;
        border-bottom: 1px solid #e5e5e5 !important;
        background-color: #ECECEC;
        /*        margin-left: 10px !important; removido para o cand */
        height: auto !important;
        padding-left: 12px !important;
    }

    .site-principal-menu-sombra {
        -webkit-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 1.1);
        -moz-box-shadow:    0px 2px 3px 0px rgba(100, 100, 100, 1.1);
        box-shadow:         0px 2px 3px 0px rgba(100, 100, 100, 1.1);
    }

    .site-principal-conteudo {
        position: absolute;
        margin-top: 0px;
        margin-left: 20%;

        width: 80%;
        /*background-color: #fff;*/
        padding-left: 15px; /* para livrar o rodape*/
        padding-bottom: 51px !important; /* para livrar o rodape*/
    }


    #sitePrincipalMenuSecundario.ocultar-menu {
        width: 0% !important;
        display: none;
    }

    #sitePrincipalMenu.ocultar-menu {
        width: 0% !important;
        display: none;
    }

    #sitePrincipalConteudo.ocultar-menu {
        margin-left: 0%;
        width: 100%;
    }    

    #sitePrincipalConteudo.ocultar-menu-esquerdo {
        margin-left: 0%;
        width: 80%;
        margin-right: 20%;
    }    

    #sitePrincipalConteudo.ocultar-menu-direito {
        margin-right: 0%;
        width: 80%;
        margin-left: 20%;
    }    

    #sitePrincipalConteudo.ocultar-menu-esquerdo-direito {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }    

    .site-principal-conteudo-col1 {
        position: absolute;
        margin-top: 0px;
        width: 100%;
        /*background-color: #fff;*/
        padding-left: 15px; /* para livrar o rodape*/
        padding-bottom: 51px !important; /* para livrar o rodape*/
    }

    .site-principal-conteudo-col3 {
        position: absolute;
        margin-top: 0px;
        margin-left: 20%;
        margin-right: 20%;

        width: 60%;
        /*background-color: #fff;*/
        padding-left: 15px; /* para livrar o rodape*/
        padding-bottom: 51px !important; /* para livrar o rodape*/
    }

    /********************* RODAPE *********************/
    .site-rodape {
        position: fixed;
        z-index: 201;
        bottom: 0;    
        width: 100%;
        height: 36px;
        background-color: #ECECEC;
        border-top: 1px solid #fff;
        text-align: center;
        padding-top: 8px !important; 
        font-size: 10px;       
    }

    .site-rodape-nao-fixo {
        width: 100%;
        height: 36px;
        margin-left: -15px;
        margin-bottom: -51px;
        background-color: #ECECEC;
        border-top: 1px solid #fff;
    }

    .site-rodape-sombra{
        /*    -webkit-box-shadow: 0px -1px 1px 0px rgba(158, 158, 158, 0.9);
            -moz-box-shadow:    0px -1px 1px 0px rgba(158, 158, 158, 0.9);
            box-shadow:         0px -1px 1px 0px rgba(158, 158, 158, 0.9);*/
        -webkit-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
        -moz-box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);
        box-shadow: 0px 2px 5px 0px rgba(100, 100, 100, 0.9);

    }
}

@media screen and (min-width: 768px) {
    .site-cabecalho-titulo {
        display: inline !important;
    }    

    .site-cabecalho-titulo-abreviado {
        display: none !important;
    }
    
}

@media screen and (min-width: 1025px) {

    /********************* PRINCIPAL *********************/
    #sitePrincipalMenuSecundario.ocultar-menu {
        width: 0% !important;
        display: none;
    }

    #sitePrincipalMenu.ocultar-menu {
        width: 0% !important;
        display: none;
    }

    #sitePrincipalConteudo.ocultar-menu {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }    

    #sitePrincipalConteudo.ocultar-menu-esquerdo {
        margin-left: 0%;
        margin-right: 15%;
        width: 85%;
    }    

    #sitePrincipalConteudo.ocultar-menu-direito {
        margin-left: 0%;
        width: 85%;
        margin-left: 15%;
    }    

    .site-principal-conteudo-col1 {
        width: 100%;
    }

    .site-principal-conteudo-col3 {
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
    }
}