﻿/* CSS Reset */

*
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
}
.b1
{
    border: 1px solid red;
}

h1, h2, h3, h4, h5
{
    font-weight: lighter;
}

a, a:active, a:link, a:visited
{
    outline: none;
    text-decoration: none;
}

/* Elements */

h1
{
    font-size: 30px;
}

h2
{
    font-size: 24px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

/* MISC */

.ftLeft
{
    float: left;
}

.ftRight
{
    float: right;
}

.cbBoth
{
    clear: both;
}

.centraliza
{
    margin: 0 auto;
}

.maskInputFieldText
{
    background: url("../img/maskInputFieldText.jpg") no-repeat top left;
    height: 30px;
    width: 246px;
}

.mrgBottom5px
{
    margin-bottom: 5px;
}

.mrgTop5px
{
    margin-top: 5px;
}

.mrgTop40px
{
    margin-top: 40px;
}

.mrgRight20px
{
    margin-right: 20px;
}

.padBottom20px
{
    padding-bottom: 20px;
}

.padTop10px
{
    padding-top: 10px;
}

.padTop20px
{
    padding-top: 20px;
}

.padRigth10px
{
    padding-right: 20px;
}

.posRelative
{
    position: relative;
}

.posAbsolute
{
    position: absolute;
}

.txtAlignCenter
{
    text-align: center;
}

.wth900px
{
    margin: 0 auto;
    width: 900px;
}
.relative
{
    position: relative;
}

/* STRUCTURE */

.header
{
    background: #e60811;
    height: 75px;
    width: 100%;
    position: relative;
}

/* TOPO */

.topo
{
    background: #d71921;
    border: 1px solid #f4363e;
    border-bottom: none;
    border-top: none;
    height: 100%;
}

.topo h1, .topo h5
{
    color: #FFF;
    width: auto;
}
.topo h1
{
    color: #FFF;
    width: auto;
    font-size: 30px;
}

/* TOPO - LOGO */

.logo
{
    border-left: 1px solid #c40c11;
    padding: 10px;
    width: 30%;
}

.panel
{
    border-right: 1px solid #c40c11;
    width: 65%;
}

/* TOPO - INFO USUÁRIO */

.infoUsuario
{
    color: #FFF;
    width: auto;
}

.infoUsuario a
{
    color: #FFF;
}

/* TOPO - MENU */

/* MENU - 1º NIVEL */

.menu
{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 900px;
    margin-left: -450px;
}
.pos_menu
{
    position: absolute;
    top: 40px;
    right: 0px;
    width: 700px;
}

ul.nav
{
    background: url("../img/bg_menu.png") repeat top left;
    height: 35px;
    width: 100%;
}

ul.nav li
{
    float: left;
    position: relative;
    z-index: 999;
}

ul.nav li a
{
    color: White;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 13px 0 13px; /*text-transform: capitalize;*/
}

ul.nav li a:hover
{
    background: #710004;
}

ul.nav li a.subDrop
{
    background: url("../img/arrow_drop.png") no-repeat right 17px;
}

ul.nav li a.subDrop:hover
{
    background: url("../img/arrow_drop.png") no-repeat right 17px #710004;
}

li.mark
{
    background: #710004;
}

/* MENU - 2º NIVEL */

ul.nav li ul
{
    background: #710004;
    display: none;
    width: 210px;
    position: absolute;
    top: 35px;
    left: 0;
}

ul.nav li ul li
{
    float: none;
}

ul.nav li ul li a:hover
{
    background-color: #460002;
}

ul.nav li ul li.submenu > a
{
    background: url("../img/arrow_menu.png") no-repeat center right;
}

ul.nav li ul li.submenu > a:hover
{
    background: url("../img/arrow_menu.png") no-repeat center right #861a1e;
}

/* MENU - 3º NIVEL ADIANTE */

ul.nav li ul li ul
{
    background: #4d0003;
    display: none;
    width: 210px;
    position: absolute;
    top: 0;
    left: 210px;
}

ul.nav li ul li ul li > a:hover
{
    background: #861a1e;
}

/* FIM TOPO */

/* CONTAINER */

.container
{
    background: url(../img/bgCorpoRepeat.png) repeat-x top left;
    border-top: 1px solid #fff;
    min-height: 300px;
}

/* FIM CONTAINER */

/* FOOTER */

.footer
{
    background: url(../img/bgRodapeRepeat.png) 0 0 repeat-x;
    text-align: center;
}

.footer .gsGroupLogo
{
    background: url(../img/gsGroupLogo.png) 0 0 no-repeat;
    display: block;
    height: 42px;
    left: 0;
    top: 20px;
    width: 109px;
}

.footer p
{
    color: #969b9b;
    font-size: 11px;
    font-family: Tahoma;
    margin: 20px auto;
    width: 290px;
}

.footer div
{
    background: url(../img/gsMarcaDagua.png) no-repeat right 3px;
    min-height: 80px;
}

/* FIM FOOTER */

/* LOGIN */
.blocoLogin
{
    background: url("../img/sombra_chao.jpg") no-repeat bottom center;
    margin: 0 auto;
    padding-top: 40px;
    width: 646px;
}

.logoCliente
{
    background: url("../img/sombra_topo.jpg") no-repeat bottom center;
    text-align: center;
}

.blocoLogin h1
{
    color: #99a6a3;
}

.areaLogin
{
    height: 160px;
    width: 300px;
}

.areaLogin label
{
    color: #747875;
    font-size: 13px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    width: 38px;
}

.areaLogin input[type=text], .areaLogin input[type=password]
{
    background: none;
    border: none;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 246px;
}

.areaLogin #div-login
{
    margin-left: 31px;
    padding: 20px;
    text-align: center;
}

.cmb_incorporador
{
    position: absolute;
    top: 10px;
    left: 199px;
}
.cmb_empreendimento
{
    position: absolute;
    top: 10px;
    left: 450px;
}

.grupos_ajuda
{
    font-size: 35px;
}
.grupos_ajuda a
{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.grupos_ajuda a:hover
{
    color: #000;
    text-decoration: underline;
}
.titulo_grupo ul li a
{
    background-color: #dadada;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.titulo_grupo a
{
    background-color: #dadada;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
.titulo_grupo a:hover
{
    background-color: #c0c0c0;
}

.grupo_interno
{
    padding: 0px 0px 20px 10px;
}
.grupo_interno ul
{
    width: 200px;
    float: left;
}
.fl_ajuda
{
    float: left;
    margin-right: 10px;
    border-left: 1px solid #cecece;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    width: 210px;
}

/* Reset */

.accordion, .accordion ul, .accordion li, .accordion a, .accordion span
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.accordion li
{
    list-style: none;
    width: 900px;
}
.accordion li i
{
    background-color: #dadada;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

/* Layout & Style */

.accordion li > a
{
    display: block;
    position: relative;
}


.accordion > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
}
/* Sub Menu */
.sub-menu
{
    width: 880px;
}
.sub-menu a
{
    color: #000;
    margin-left: 10px;
    clear: both;
}
.sub-menu a:hover
{
    color: #000;
    text-decoration: underline;
}

.accordion li > .sub-menu
{
    height: 0;
    overflow: hidden;
    margin-left: 10px;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    -ms-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.accordion li:target > .sub-menu
{
    min-height: 300px;
}
