﻿/*==========  Mobile First Method  ==========*/

@font-face {
    font-family: bebasneue;
    src:url(fonts/bebasneue_regular-webfont.eot);
    src:url(fonts/bebasneue_regular-webfont.eot?#iefix) format('eot'),
    url(fonts/bebasneue_regular-webfont.woff2) format('woff2'),
    url(fonts/bebasneue_regular-webfont.woff) format('woff'),
    url(fonts/bebasneue_regular-webfont.ttf) format('truetype'),
    url(fonts/bebasneue_regular-webfont.svg#bebas_neue_regular) format('svg');
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family: bebasneue_bold;
    src:url(fonts/bebasneue_bold-webfont.eot);
    src:url(fonts/bebasneue_bold-webfont.eot?#iefix) format('eot'),
    url(fonts/bebasneue_bold-webfont.woff2) format('woff2'),
    url(fonts/bebasneue_bold-webfont.woff) format('woff'),
    url(fonts/bebasneue_bold-webfont.ttf) format('truetype'),
    url(fonts/bebasneue_bold-webfont.svg#bebas_neuebold) format('svg');
    font-weight:normal;
    font-style:normal
}


html {
    height:100%;
}

body {
    font-family: Roboto, Calibri, Helvetica, sans-serif;
	font-size: 16px;
    height:100%;

}




#pageWrapper {
    min-height:100%; 
    position:relative;
        background-color:#ededed;
    background-image:url(../images/banner_550x1920.jpg);
    background-repeat:no-repeat; 
    background-position:top center;
}

#topHeader {
    height:90px; 
    width:100%; 
    background:url(../images/topHeader.jpg) no-repeat;
    background-size:cover;
}

#content {
    height:100%; 
    padding-bottom:80px;
    
}

#claim {
    text-align:center;
    margin: 100px auto;
    width:50%;
    
}

#majorClaim {
    font-family: bebasneue_bold;
    font-size:50px;
    color:#fff;
}

#minorClaim {
    color:#fff;
    margin-top:10px;   
    
    
}

.claimSeparator {
    width:50%;
    border: 2px solid #e73827;
    
}

.actionZone {
    background:#fff; padding:20px;
    text-align:center;
}

.actionButton {
    width:23%; height:230px; background:#dadde2; margin: 1%; float:left;
    cursor:pointer;
}

.actionButton:hover {
    background:#e73827;
}


.actionTitle {
    font-family: bebasneue_bold;
    color:#333333;
    font-size:2em;
}

.actionButton:hover .actionTitle{
    color:#FFF;
}

.actionSnitch {
    background: url(../images/icon_denuncia.png) no-repeat center;
    height:86px;
    width:70px;
    background-size:cover;
    margin:30px auto;
}

.actionButton:hover .actionSnitch{
    background: url(../images/icon_denuncia_hover.png) no-repeat center;
    background-size:cover;
}

.actionFaq {
    background: url(../images/icon_faqs.png) no-repeat center;
    height:86px;
    width:70px;
    background-size:cover;
    margin:30px auto;
}

.actionButton:hover .actionFaq{
    background: url(../images/icon_faqs_hover.png) no-repeat center;
    background-size:cover;
}

.actionManipulacao {
    background: url(../images/icon_manipulacao.png) no-repeat center;
    height:86px;
    width:70px;
    background-size:cover;
    margin:30px auto;
}

.actionButton:hover .actionManipulacao{
    background: url(../images/icon_manipulacao_hover.png) no-repeat center;
    background-size:cover;
}

.actionConduta {
    background: url(../images/icon_conduta.png) no-repeat center;
    height:86px;
    width:70px;
    background-size:cover;
    margin:30px auto;
}

.actionButton:hover .actionConduta{
    background: url(../images/icon_conduta_hover.png) no-repeat center;
    background-size:cover;
}

#dNav {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-align:left;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#dNav li {
    line-height: 23px;
    background: #babdc4;
    display: inline-block;
    width: 17%;
    padding: 11px;
    font-family: bebasneue_bold;
    color:#333333;
    font-size:18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right:1%;
}

#dNav li:last-child {
    margin-right:0;
}

.bullet {
    background:#333333;
    width:22px;
    height:22px;

    border-radius:10px;
    color:#babdc4;
    display:inline-block;
    text-align:center;
    margin-right:10px;
    font-size:16px;
}

#dNav li.active {
    background: #e73827;
    color:#fff;
}

#dNav li.active .bullet {
    background:#fff;
    color:#e73827;
    font-size:16px;
}

#fNav, #rfNav {
    text-align:right;
}
#fNav > div, #rfNav > div {
    display: inline-block;
    width:98px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-family: bebasneue_bold;
    font-size:18px;
    margin:5px;
    background: #babdc4;
    color:#333333;
    cursor:pointer;
    border: 1px solid #333333;
    user-select:none;
    
}

#fNav > div:last-child, #rfNav > div:last-child {
    margin-right:0px;
}


#fNav > div:hover, #rfNav > div:hover  {
    display: inline-block;
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-family: bebasneue_bold;
    font-size:18px;
    
    background: #e73827;
    color:#fff;
    cursor:pointer;
    border:0;
    
}

.formPage {
    text-align:left;
    padding: 20px 0px;
    min-height:210px;
}

.fPageTitle {
    font-family: "Roboto Condensed";
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
    padding-bottom:10px;
}

.resumeHeader {
    font-family: "Roboto Condensed";
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
    padding-bottom:5px;
    border-bottom:1px solid #b9bcc3;
    margin:20px 0px 5px;
}

#rpdata label, #dcdata label {
    font-weight:bold;
}

#rpdata > div, #dcdata > div, #rfiles > div {
    margin-bottom:7px;
}

.fPageDescription {
    padding-bottom:15px;

}

.selectList {
    margin:0;
    padding:0;
    list-style-type:none;
}

.selectList li {
    height:33px;
    line-height:33px;
    border-top: 1px solid #e3e5e7;
    width:300px;
    position:relative;
}

.selectList li:last-child {
    border-bottom: 1px solid #e3e5e7;
}


#editForm input[type=checkbox]:not(old){
    width   : 28px;
    margin  : 0;
    padding : 0;
    opacity : 0;
    height  : 28px;
}

#editForm input[type=checkbox]:not(old) + label{
    display: inline-block;
    margin-left: -31px;
    padding-left: 31px;
    background: url(../images/unchecked.png) no-repeat 0 center;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal;
    width: 267px;
    height: 32px;
    vertical-align:top;
}

#editForm input[type=checkbox]:not(old) + label img {
    float: right;
    
}

#editForm input[type=checkbox]:not(old):checked + label{
    background   : url('../images/checked.png') no-repeat 0 center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616360;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #616360;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #616360;
}
:-moz-placeholder { /* Firefox 18- */
  color: #616360;
}

input:disabled::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
input:disabled::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
input:disabled:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
input:disabled:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}



#editForm input[type=text] {
    display: inline-block;
    width:30%;
    height:34px;
    border: 1px solid #b9bcc3;
    margin: 10px 15% 10px 0px;
    background: #dadee3;
    padding:0px 5px;
    color:#333333;
    
    
}

#editForm input[type=text]:disabled{
    
    color:#aaa;
    
    
}

#editForm textarea {
    display: inline-block;
    width:99%;
    height:65px;
    border: 1px solid #b9bcc3;
    margin: 10px 0 10px 0px;
    background: #dadee3;
    padding:5px 5px;
    color:#333333;
    max-width:99%;
    
    
}

.optDesc {
    position:absolute;
    display:none;
    width:200px;
    height:100px;
    background:#dadde2;
    border:1px solid #333333;
    bottom:30px;
    right:0px;
    border-radius:5px;
}

.sInfo {
    float: right;
    margin-top: 6px;
}

.sInfo:hover .optDesc {
    display:block;
    
}


#fileupload .ui-state-default .ui-icon {
    background-image:none;
}

#fileupload button, #fileupload .fileinput-button { 
    display: inline-block;
    width:125px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-family: bebasneue_bold;
    font-size:18px;
    margin:5px;
    background: #babdc4;
    color:#333333;
    cursor:pointer;
    border: 1px solid #333333;
    user-select:none;
    padding:0px;
    font-weight:normal;
}



#fileupload .ui-button-text {
    padding:0px 5px;
    line-height: 38px;
    font-family: bebasneue_bold;
}

#fileupload button:hover{
    
    display: inline-block;
    width:127px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-family: bebasneue_bold;
    font-size:18px;
    margin:5px;
    background: #e73827;
    color:#fff;
    cursor:pointer;
    border:0;
    font-weight:normal;
}

 #fileupload .fileinput-button:hover {
    
    display: inline-block;
    width:127px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-family: bebasneue_bold;
    font-size:18px;
    margin:5px;
    background: #e73827;
    color:#fff;
    cursor:pointer;
    border:0;
    font-weight:normal;
}


#footer {
    position:absolute; 
    bottom:0; 
    height:80px; 
    background:#333333; 
    width:100%;
    line-height:80px;
    color:#fff;
    font-size:14px;
}

#footer a {
    text-decoration:none;
    color:inherit;
}

.wrapper {
        margin:0 auto;
        position:relative;
        padding:0 20px;

    }

.hRight {
    height:90px;
    line-height:90px;
    position:relative;
}
.langSel {
    display: inline-block;
    height: 45px;
    width: 45px;
    background: #e73827;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
   
}

.langSel:hover {
   
    background: #c12d27;
    
   
}

#langChooser {
    position:absolute;
    top:68px;
    left:0;
    width: 45px;
    text-align: center;
    height:auto;
    background:rgba(51, 51, 51, 0.7);
    
    color:#fff;
    display:none;
    
}

#langChooser li{

    background:#e73827;
    margin:5px 0px;
    line-height:45px;
    cursor:pointer;
}

#langChooser li:hover{

    background:#c12d27;
    
}

.right {
    float:right
}

.left {
    float:left;
}

.clearfix {
    clear:both;
    float:none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left:inherit;
    right: .5em;
}

h3.ui-state-hover {
    font-weight:bold;
}

#fError {
    text-align:left;
    color:#e73827;
    display:none;
    font-size:13px;
    margin-bottom:20px;
}

.template-download .delete, .template-upload .cancel {
    background: url(../images/icon_apagar.png) no-repeat;
    height:21px;
    width:20px;
    background-position: center;
}

.template-download .delete:hover, .template-upload .cancel:hover {
    background: url(../images/icon_apagar_over.png) no-repeat center;
}

tr.template-download, tr.template-upload {
    border-top:2px solid #babdc4;
}

tr.template-download:last-child, tr.template-upload:last-child {
    border-bottom:2px solid #babdc4;
}

.template-download td, .template-upload td {
    padding:10px 0px;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

    #pageWrapper {
        background-size:cover;
        background-image:url(../images/banner.jpg);
        background-repeat:no-repeat; 
        background-position:top center;
    }
    .wrapper {
        width:280px;
    }

    #topHeader {
        height: 60px;
        
    }

    #topLogo {
        height:60px;
        content:url("../images/topLogos.png");
    }

    #topLogo2 {
        height:60px;
        margin-top:0px;
        margin-left:10px;
        content:url("../images/LogoSJS.png");
    }

    #topLogo3 {
        
        margin-top:7px;
        margin-left: 10px;
        content: url("../images/logo_lpfp.png");
    }

    .hRight {
        height:60px;
        line-height:60px;
    }

    #langChooser {
        top: 53px;
        z-index: 99;
    }

    #content {
        
        padding-bottom: 80px;
    }

    #footer {
       
        
        line-height: 40px;
       
    }

    #footer .wrapper {
        
        padding-top:10px;
    }

    .footerLogo {
        vertical-align:middle;float:left
    }

    .footerFPF {
        margin-left:10px; float:left; width:240px;line-height:16px;
    }

    .actionButton {
        width:100%;
        margin:3% auto;
    }

    #claim {
        width:98%;
        margin: 30px auto 0px;
    }

    #majorClaim {
        margin-bottom:30px;
    }

    #minorClaim {
        display:none;
    }

    .cshow {
        display:none;
    }

    

    #dNav > li {
       color:#babdc4;
    }

    #dNav > li.active {
       color:#e73827;
    }

    .selectList, .selectList li {
     
        width: 100%;
    }

    #editForm input[type=checkbox]:not(old) + label {
        width: 86%;
    }

    #editForm input[type=text] {
        margin: 10px 0px;
        width: 100%;
    }

    #fNav > div, #rfNav > div {
        
        width: 64px;
    }

    #fNav > div:hover, #rfNav > div:hover {
        
        width: 66px;
    }

    #fileupload button {
        
        width: 66px;
    }

     #fileupload button:hover {
        
        width: 68px;
    }

    #fileupload .ui-button-text {
        text-indent: 0px;
    }

     #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
        
     .files .preview img {
       display:none;
    }


}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    #pageWrapper {
        background-size:cover;
        background-image:url(../images/banner.jpg);
        background-repeat:no-repeat; 
        background-position:top center;
    }

    #topLogo {
        
        content:url("../images/topLogos.png");
    }

    #topLogo2 {
        height:60px;
        margin-top:0px;
        margin-left:10px;
        content:url("../images/LogoSJS.png");
    }

    #topLogo3 {
        margin-top: 7px;
        margin-left: 10px;
        content: url("../images/logo_lpfp.png");
    }

    .wrapper {
        width:440px;
    }

    #footer {
        line-height:80px;
    }

    #footer .wrapper {
        padding-top:0px;
    }


    .footerLogo {
        margin-top: 22px;
    }

    .footerFPF {
        width:270px;
        margin-top: 23px;
    }

    .actionButton {
        width: 90%;
        margin: 5%;

    }

    #claim {
         margin: 50px auto 50px;
    }

    .cshow {
        display:block;
    }
    #majorClaim {
        margin-bottom:0px;
    }

    #minorClaim {
        display:none;
    }

    .files .preview img {
        display:inline-block;
        max-width: 80px;
        padding-right: 10px;
        vertical-align:middle;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #pageWrapper {
        background-size:inherit;
        background-image:url(../images/banner_550x1920.jpg);
        background-repeat:no-repeat; 
        background-position:top center;
    }

    .wrapper {
        width:728px;
    }

    #topHeader {
        height: 90px;
    }

    #topLogo {
        height: 90px;
        content: url("../images/topLogo.png");
    }



    #topLogo2 {
        height: 80px;
        margin-top: 5px;
        margin-left: 15px;
        content: url("../images/LogoSJ.png");
    }

    #topLogo3 {
        height:65px;
        margin-top: 13px;
        margin-left: 10px;
        content: url("../images/logo_lpfpg.png");
    }

    .hRight {
        height:90px;
        line-height:90px;
    }

    #langChooser {
        top:68px;
    }

    #footer {
       
        line-height:80px;
        
    }

    .footerLogo {
        float:none;
        margin-top: 0px;
    }

    .footerFPF {
        width:80%;
        margin-top: 0px;
        float:none;
    }

    #claim {
        width:50%;
        margin: 100px auto;
    }

    #minorClaim {
        display:block;
    }

    .actionButton {
        width: 29%;
        margin: 2%;
        height: 255px;
    }

    #dNav > li {
       color:#333333;
    }

    #dNav > li.active {
       color:#fff;
    }

    .selectList, .selectList li {
     
        width: 60%;
    }

    #editForm input[type=checkbox]:not(old) + label {
        width: 86%;
    }

    #editForm input[type=text] {
        width: 30%;
        
        margin: 10px 15% 10px 0px;
    }

    #fNav > div, #rfNav > div {
        
        width: 98px;
    }

    #fNav > div:hover, #rfNav > div:hover {
        
        width: 100px;
    }

    #fileupload button, #fileupload .fileinput-button {
        
        width: 98px;
    }

     #fileupload button:hover, #fileupload .fileinput-button:hover {
        
        width: 100px;
    }

     #rc-imageselect, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .wrapper {
        width:952px;
    }

    

    #editForm input[type=checkbox]:not(old) + label {
        width: 90%;
    }

    .actionButton {
        width: 29%;
        margin: 2%;
        height: 255px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
     .wrapper {
        width:1070px;
    }
}

