@import "cadastro.css";
@import "logado.css";


body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:0.7em;
	color:#444;
	background:#EEEFF1!important;
	margin:20px 0 15px 0;
}

/* formatacao */

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}

h1, h2, h3, h4, h5 {font-weight:normal;}

img {border:none;}

a {color:#0D649C;}

a:hover {
	color:#e30720;
	text-decoration:underline;
}

.redAlert {
	font-size:1.2em;
	font-weight:600;
	color:#e30720;
}

a:hover {text-decoration:none;}

.center {text-align:center;}

.center h5 {
	font-size:1.1em;
	margin:0 0 8px 0;
}

.left {
	float:left;
	padding:0 5px 5px 0;
}

.abas li a:hover {
    text-decoration:none;
}

/* bg destaque anuncie */

.fundoDestaque {
	background:#f4f4f4;
	padding:10px 10px 5px 10px;
	margin:0 0 20px 0;
}

.space {
	height:40px;
}

/* post show/hide */

.posthidden {
	display:none;
	padding:10px 0px 10px 5px;
} 

.postshown {display:inline;}

.line {
	border-bottom:1px solid #ddd;
	margin:0 15px 10px 0;
}

.lineBox {
	border-bottom:1px solid #ddd;
}

ul.listaOff li {
	padding:2px 0 2px 8px;
	border-bottom:1px solid #ddd;
	background:url(../images/seta_red_off.gif) top left no-repeat;
	background-position:0 6px;
}

ul.listaOn li {
	padding:3px 0 8px 7px;
	background:url(../images/seta_red_on.gif) top left no-repeat;
	background-position:0 7px;
}

ul.lista li {
	padding:1px 0 1px 7px;
	background:url(../images/seta_red_on.gif) top left no-repeat;
	background-position:0 7px;
}

.btn_cadastro {
	text-align:center;
	padding:7px 0 7px 0;
}

.btn_cadastro a {
	padding:8px 25px 10px 25px;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
	background:url(../images/bg_btn_off.gif) #0d649c repeat-x;
	color:#fff;
}

.btn_cadastro a:hover {
	text-decoration:none;
	background:url(../images/bg_btn_on.gif) #e30720 repeat-x;
	color:#fff;
}

/* botao padrao */

.btnPadrao {
	margin:0 10px 10px 0;
}

.btnPadrao a {
	text-align:right;
	font-weight:600;
	color:#e30720;
}

/* titulos */

.tituloCat {
	font-size:1.6em;
	/*background:url(../images/seta_brancaBaixo.gif) center left no-repeat;
	padding:0 0 0 12px;*/
	margin:0 0 8px 0;
	color:#fff;
}

.tituloBase {
	font-size:24px;
	/*background:url(../images/seta_red_on.gif) center left no-repeat;
	padding:0 0 0 8px;*/
	margin:0 0 15px 0;
	color:#444;
}

.tituloPrinciapl {
	font-size:1.8em;
	color:#e30720;
	margin:15px 0 20px 0;
}

.TituloPrincipal { 		/* Titulo interno busca de categorias */
	font-size:1.8em;
	color:#e30720;
	margin:20px 0 0 0;
}

.sTitulo {
	font-size:1.2em;
	color:#e30720;
	padding:15px 0 10px 0;
}

.tituloCat img {vertical-align:middle;}

/* div #geral que engloba as demais */

#geral {
	width:780px;
	margin:0 auto;
}

/* topo */

.topo {
	height:71px;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	background:url(../images/topo_bg.gif) repeat-x;
	padding:0 10px 0 0;
}

.abreTopo {
	height:10px;
	_margin:0 0 -4px 0; /* Hack de alinhamento IE6 */
	background:url(../images/topo_top.gif) no-repeat;
}

.fechaTopo {
	height:10px;
	background:url(../images/topo_bottom.gif) no-repeat;
	clear:right;
}

.topo img {vertical-align:middle;}

/* logo e slogan */

.topo h1 {
	float:left;
	padding:0 30px 0 5px;
}

.topo h2 {
	float:left;
	padding:23px 0 0 0;
}

/* menu topo */

.menuTopo {
	margin:0 0 10px 0;
}

/* area de login */

/* Menu */

#menu {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	margin:20px 0 30px 0;
}

ul#menu li {display:inline;}

ul#menu li a {
	padding:4px 18px 4px 18px;
	text-decoration:none;
}

ul#menu li.menuLinkRed a {
	color:#e30720;
	padding:4px 18px 4px 18px;
	text-decoration:none;
}

ul#menu li.menuLinkRed a:hover, ul#menu li a:hover {
	background:#f4f4f4;;
}

ul#menu li.selected a {
	background:#e30720;
	color:#fff;
}


.menuHome > li > a  {
    padding:15px 45px!important;
}


/* lista guia CP */
ul.listaFaq {
	padding:30px 20px 25px 20px;
	margin:0 0 30px 0;
	background:#f4f4f4;
	}
	
	ul.listaFaq li {
		padding:5px 0 5px 0;
		}

.pdf {
	height:45px;
	margin:10px 0 0 0;
	padding:0 0 0 50px;
	background:url(../images/icon-pdf.gif) 0 0 no-repeat;
	}
	
	.pdf p strong {
		font-size:1.2em;
		padding:5px 0 0 0;
		}
	.pdf p span {font-size:1.1em;}

/****************
 area principal 
 ***************/

.areaPrincipal {
	float:left;
	width:468px;
	padding:0 10px 0 10px;
}

.areaPrincipalInterna {
	float:left;
	width:840px;
	padding:10px 40px 0 10px;
}

.areaPrincipalInterna .tituloPerfil {margin:15px 0 10px 0;}

.areaPrincipalFull {
	float:left;
	width:600px;
	margin:10px 10px 0 10px;
}

.areaPrincipalFS {
	float:left;
	width:100%;
	margin:0px 10px 0 10px;
}

.areaPrincipal p, .areaPrincipalFull p, .areaPrincipalInterna p {
	margin:0 0 15px 0;
	text-align:justify;
}

/* banner */

.banner p {	
	text-align:right;
	font-size:0.9em;
	margin:0;
}

/* destaque area principal */

.destaquePrincipal {
	margin:15px 0 0 0;
	clear:both;
}

	.destaquePrincipal h4 {
		font-size:1.6em;
		color:#e30720;
		margin:0 0 10px 5px;	
	}
	
	.destaquePrincipal p.assCondominialTV {
		float:right;
		width:100%;
		text-align:right;
	}

/* box categorias e busca de categorias */

#boxCategorias {
	height:50px;
	padding:10px;
	margin:10px 0 0 0;
	background:url(../images/box_categoria_top.gif) top #7f7f7f no-repeat;
	clear:both;
}

.boxCategoriasFecha {
	height:10px;
	background:url(../images/box_categoria_bottom.gif) no-repeat;	
}

/* chamada categorias */

.boxCategoriasChamada {
	width:210px;
	float:left;
}

.boxCategoriasChamada p {
	text-align:justify;
	color:#fff;
}

/* box busca de categorias */

.searchBox {
	float:left;
	margin:0 0 0 0px;
    padding:10px;
    background:#F1F1F1;
    width:100%;
    border:1px solid #ccc;
}

.searchBox fieldset {border:none;}

.tituloCat {
    font-size: 15px;
    color:#666;
}

.searchBox fieldset legend {display:none;}

.searchBox input.searchField {
	width:300px;	
    font-size:15px;
	font-weight:100;
	color:#078ee3;
    border:1px solid #ccc!important;
    padding:10px;
	background:#fff;
    color:#666;
	padding:5px 0 5px 7px;
	margin:4px 3px 0 0;
	border:none;
}

.searchBox .searchButton {	
	font-size:15px;
	color:#444;
    padding:7px;
    border-radius:4px!important;
    color:#fff;
    background:#428BCA;
    border:none;
}

.searchBox .searchButton:hover {	
	background:#2F6DA6;
}

/* lista categorias */

.categoriasFor {	
	float:right;
	width:130px;
	margin:15px 40px 0 0;
	_margin:15px 15px 0 0; /* Hack de alinhamento IE6 */
}

.categoriasFor h4 {
	font-size:14px;
	color:#e30720;
    font-weight:bold;
	margin:0 0 14px 5px;
}

.categoriasFor ul li, .categoriasFor ul li a {float:left;}

.categoriasFor ul li a {
	width:122px;
	font-size:1.1em;	/* tamanho fonte lista de categorias */
	background:url(../images/seta_red_off.gif) top left no-repeat;
	background-position:0 8px;
	padding:3px 0 3px 8px;
	border-bottom:1px solid #dcdcdc;
	text-decoration:none;
}

.categoriasFor ul li a:hover {
	background:url(../images/seta_red_on.gif) #f9f9f9 top left no-repeat;
	background-position:0 7px;
	color:#e30720;
}

/**************
 area lateral 
 *************/

.areaLateral {
	float:left;
	width:280px;
	clear:right;
}

/* box lateral */

.boxLateral {
    border:1px solid #d5d5d5;
    background:#fff;
    float:left;
    padding:15px;

}

.abreBoxLateral {
	height:10px;
	_margin:0 0 -4px 0;	/* Hack de alinhamento IE6 */
}

.fechaBoxLateral {
	height:10px;
	margin:0 0 15px 0;
	clear:left;
}

.boxLateral h3 {
	font-size:1.6em;
	color:#000;
	margin:0 0 15px 0;
}

/* sobre o CondoPlaza */

.boxLateral_beneficios {
	padding:10px 0 0 0;
	clear:left;
    margin-bottom:25px;
}

.col-md-6 h3 {
    margin-top: 0px;
}

.boxLateral_beneficios img {
	float:left;
	padding:0 10px 0 0;
}

.boxLateral_beneficios h4 {
	margin:8px 0 3px 0;
}

/* perfil de cliente (comprador, fornecedor e administrador) */

.perfilCliente {
	margin:25px 0 0 0;
	padding:0 10px 0 10px;
}

.perfilCliente p {
	margin:0 0 5px 0;
}

.perfilCliente p strong {font-size:1.1em;}

.tituloPerfil {
	font-size:1.6em;
	color:#e30720;
     width:100%;
	margin:25px 0 10px 0;
}

/* rodape */

.fullrodape {
    width: 100%;
    float: left;
    border-top:1px solid #ccc;
    padding-bottom:25px;
    background: #EEEFF1;
}


#rodape {
	height:70px;	
	margin:0  auto;
	padding:40px 0 0 0;
	clear:both;
    width:1147px;

}

#rodape p {
	margin:0 0 5px 0;
}

.menuRodape {
	border-top:1px solid #ddd;
	padding:15px 0 0 0;
}

.byAthos {
	float:right;
	padding:10px 0 0 0;
}


/* Suporte */

#formulario fieldset {border:none;}

#formulario fieldset legend {display:none;}

#formulario form input {
	height:35px;
    padding:0 15px 0 15px;
	border:1px solid #ddd;
	margin:0 0 5px 0;
}

#formulario form select {
	font-size:1.0em;
	height:18px;
	border:1px solid #ddd;
	margin:0 0 5px 0;
}

#formulario form textarea {
	width:300px;
	height:100px;
	border:1px solid #ddd;
}

#formulario .check {
	vertical-align:middle;
	padding:0 0 5px 0;
	margin:0 5px 0 0;
}


#formulario .button {
    padding: 10px;
    color: #fff;
    background: #428BCA;
    border:none;
}

/* opcoes suporte */

.opcoesSuporte {
	height:50px;
    float:left;
    width:100%;
    margin-bottom:30px;
	padding:8px 0 5px 0;
}

.opcoesSuporte img {
	float:left;
	margin:0 10px 0 0;
}

.opcoesSuporte p {
	padding:3px 0 0 0;
    margin:0;
}

/* mensagem enviada */

.emailEnviado {
	padding:20px;
	margin:30px 0 30px 0;
	background:#f4f4f4;
}

.emailEnviado h3 {
	font-size:1.5em;
	color:#e30720;
	margin:0 0 20px 0;
}

.emailEnviado p {
}




/* NOVO CONDOPLAZA */

.row {
    margin-top: 15px;
}


.row h3 {
      }


.note.note-success a {
    text-decoration: none;
}

.menuMobile {
    display: none;
}

.navbar-nav > li > a {
    font-size: 14px;
    text-transform:uppercase;
    color:#fff;
    padding-left:25px!important;
    padding-right:30px!important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #30363F!important;
    color:#fff;
}

.topoRestrito {
 padding-bottom:120px!important;
 height:0!important;
 background:#EEEFF1!important;

}

.page-header-top {
    margin-top: -40px!important;
    padding-bottom:250px;
    height:310px;
    background:url("../images/fundoCondoplaza.jpg") center top no-repeat; 
   }

.page-header {
    margin-bottom: -10px!important;
}

.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
    font-size: 20px!important;
    text-transform: none!important;
    font-weight:100!important;
}


.portlet.light > .portlet-title > .caption.caption-md > i {
    font-size: 25px!important;
    font-weight:100!important;
}

.page-content{
    background:#fff!important;
    }

    .page-content .container {
        padding-top:10px;
        padding-bottom: 20px;
    }

.container h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid #ccc;
    padding-bottom:15px;
    }


.portlet.light {
    border: 1px solid #D2DEEC;
    float:left;
    width:100%!important;
}

.page-logo {
    margin: 20px 0 10px 0;
}

.page-header-menu {
    background: #444D58;    
  }

    .page-header-menu a {
        color: #E2E2E2!important;
    }

    .loginArea {
        width: 404px;
        float:right;
        margin:-80px 0 0px 300px;
      }


        .loginArea legend {
            border: none;
            width:150px;
            font-size:17px;
            font-weight:bold;
            color:#666;
            }

        .loginArea .input-group {
            width: 150px;
            float:left;
            margin:0 10px 0 0;
            }

        .btn-primary {
            border-radius: 4px!important;
            }

        .loginArea a {
            color: #428BCA;
            float:left;
            font-size:15px;
            }


    .loginArea .loginOpcoes {
        clear: both;
        margin-top:10px;
        float:left;
        }

    .areaPublicidade {
       margin:20px 0 20px 0;
        }


    .boxVideosCondominial {
        margin: 25px 0 0 0;
        }

.note.note-success {
    clear: both;
}

.boxUsuario {
    float: right;
    width: 250px;
    margin:-70px  50px 10px 0;
    }

.input-group .input-group-addon {
    background: #ccc!important;
}

.page-content table {
    border:1px  solid #fff;
}

    .page-content table td {
        padding:3px;
        padding-top:5px;
        padding-bottom:5px;
        font-size:14px!important;
    }

     .page-content table tr td font {
        font-size:13px!important;
        padding:5px 0 5px 0!important;
    }


    .page-content table th {
        padding-bottom: 10px!important;
        }

    .page-content table td input[type="text"] , .page-content table td input[type="password"] {
        padding:4px!important;
    }
        
        .page-content table td select{
            padding: 4px;
                  }

        .page-content  input[type="submit"] {
            background:#428BCA!important;
            padding:5px 10px 5px 10px;
            border:none;
            color:#fff;    
            border-radius:4px;   
        }

.cadastroFornecedor {
float: right;
clear:both;
border-top:1px solid #ccc;
padding:15px;
padding-top:15px;
margin:30px 0 0 0;
}

    .cadastroFornecedor b {
        font-size: 18px;
        color:#EE3239;
        width:350px;
        margin:-5px 0 4px 7px;
        float:left;
    }

    .cadastroFornecedor i {
        float: left;
          color:#EE3239;
        font-size:25px;
    }

    .cadastroFornecedor span {
        clear: both;
        float:left;
           width:300px;
    }


.tabelaPadrao {
    width: 100%;
    float: left;
}

.tabelaPadrao th {
    border-bottom:1px solid #ccc;
    background-color: #fff;
    padding: 5px 0 0 10px!important;
}


.tabelaPadrao tr {
    margin: 10px 0 10px 0;
}

.tabelaPadrao tr:nth-child(odd) {
   background-color: #E9E9E9;
}

.formPesquisa {
    width: 300px;
    margin: 0 auto;
    padding:25px 0 25px 0;
}


    .formPesquisa input[type=text] {
        padding:10px;
        width:200px;
    }


#modalPadrao .modal-dialog {
    width: 650px;
    }

#modalPadrao table td {
    background: #fff!important;
}
    





@media screen and (max-width: 1200px) and (min-width: 768px) {

    .menuHome > li > a {
        padding: 15px 21px!important;
    }

}

@media screen and (max-width: 991px) and (min-width: 0px) {
   body,html {
	overflow-x: hidden;
	}

    .page-logo a img {
        width: 210px;

    }

    .areaInterna {
        margin: 0 0 0  -5px!important;
        }
	

    .page-header-top {
        background-position: -600px top;
        background-image:url("../images/fundomobile.jpg");
        background-color:#EEEFF1;
        height:200px;
        width:100%!important;
        z-index:9999;
        padding:0!important;
        position:fixed;
        border-bottom:1px solid #ccc;
    }

    .loginArea {
        width: 100%!important;
        margin: 18px 0 15px 0!important;
        display:none;
    }

   
        .loginArea .btn {
            clear: both;
            width: 100%!important;
        }

        .loginArea .input-group {
            width: 100%!important;
            margin-bottom:5px;
            }

    .page-header-menu {
        display: none!important;

    }

    .menuMobile{
              display: block!important;
              width: 100%;
              margin:30px 0 0 0;
              padding:10px;

    }

    .col-md-6 {
        clear: both;
    }

    .cadastroFornecedor {
             display: none;
        }


    .searchBox {
        margin-bottom: 20px;
    }

    .searchBox input.searchField {
        width: 100%;
        margin-bottom:10px;
        }

    .categoriasFor {
        margin: 0!important;
        width:100%!important;
        margin-bottom:10px!important;
    }



    .areaPrincipalInterna {
        width: 100%!important;
    }


    .page-content {
        margin-top: 160px!important;
    }


    .portlet-body center a img {
        width: 100%;
    }

    .acessoRestrito {
        display: block!important;
        font-size:15px;
        margin:15px 0 0 0;
        font-size:16px;
    }

        .acessoRestrito i {
            font-size: 16px;
            }

    #loginMobile .input-group {
        margin-bottom: 10px;
    }


    #loginMobile .btn {
        width: 100%;
        margin-bottom:10px;
        }


    .cadCelulaFase, .cadCelula, .cadCelulaFaseOk {
        width: 97%;
        margin-bottom:10px;
    }

    .tituloPerfil {
        float: left;
        width:100%!important;
        margin-top: 30px;
    }

    form.F1 button, form.F2 button {
        float: left;
    }

    form.F2 {
       margin:0 0 0 -5px;
    }


    .boxUsuario {
        display: none;
    }

    .topoRestrito {
        z-index: 99999!important;
    }

        .topoRestrito .menuMobile {
            margin: 20px 0 0 0!important;
            width:95%!important;
            }

        .topoRestrito .container {
            background: #F3F4F5!important;
            padding-bottom: 10px!important;
            }

    .bemvindoMobile {
        display: block!important;
        margin: 10px 0 10px 0;
        float: left;
        width: 100%;
   
    }

    .areaRestrita {
        margin: -60px 0 0 0!important;
    }

    .areaPrincipalLogada {
        width: 100%!important;
    }

    #videosDep {
        height: auto!important;
    }

    #videosDep img {
        width: 70px!important;
        height: 70px!important;
        margin-left:35%;
        margin-top:10px;
        }

    .videoDepDescription {
        width: 80%!important;
    }

    .areaLateralInt {
        display: none;
    }

    .ui-tabs-nav {
        zoom: 76%!important;
    }

    #wall {

         zoom:35%!important;
    }

    .message {
        zoom:180%!important;
    }

    #facebookConteudo {
        display: none!important;
    }

    .tabelaPadrao {
      display: block!important;
        overflow-x: auto!important;
        }


    #rodape {
        width: 90%!important;
    }

     .cadastroFor table td{
       clear:both!important;
       width:98%!important;
       float:left!important;
    }

        .cadastroFor table td input[type="text"],   .cadastroFor table td select {
            width: 100%!important;
            }
        
}