/* div responsavel pela responsividade  */
* {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    *:before,
    *:after {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    .divPrincResp {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .divPrincMenu {
      margin-right: auto;
      margin-left: auto;
    }
    .ocultaDisplayPequeno{
          display:none;
    }
    
    .mostraDisplayMedio{
          display:block;
    }
    
    .ocultaMobile{
          display:none;
    }
    .mostraMobile{
          display:block;	
    }
    .mostraMobile2{
          display:inline-block;	
    }
    .dirGrandeEsqPeq{
          text-align:left;	
    }
    @media (min-width: 768px) {
      .divPrincResp {
        width: 750px;
      }
      
      .divPrincMenu {
        width: 750px;
           padding-right: 15px;
             padding-left: 15px;
      }
      .ocultaDisplayPequeno{
                display:block;
          }
          .ocultaMobile{
                display:inline-block;	
          }
          .mostraMobile{
                display:none;	
          }
          .mostraMobile2{
                display:none;	
          }
          .dirGrandeEsqPeq{
                text-align:right;
          }
          .mostraDisplayMedio{
                display:block;
          }
    
          
    }
    @media (min-width: 992px) {
      .divPrincResp {
        width: 970px;
      }
      .divPrincMenu {
        width: 970px;
           padding-right: 15px;
             padding-left: 15px;
      }
          .mostraDisplayMedio{
                display:none;
          }
    
    }
    @media (min-width: 1200px) {
      .divPrincResp {
        width: 1170px;
      }
      .divPrincMenu {
        width: 1170px;
           padding-right: 15px;
             padding-left: 15px;
      }
          .mostraDisplayMedio{
                display:none;
          }
    
    }
    /* fim div responsavel pela responsividade*/ 
    
    
    /* Adaptando tamanho do rodapé */
    .conteudoAva{
          /*margin-bottom:560px;*/
          margin-bottom:450px;
    }
    @media (min-width: 468px) {
      .conteudoAva {
           /*margin-bottom:500px;*/
           margin-bottom:360px;
      }
    }
    @media (min-width: 768px) {
      .conteudoAva {
           /*margin-bottom:480px;*/
           margin-bottom:270px;
      }
    }
    @media (min-width: 992px) {
      .conteudoAva {
           /*margin-bottom:240px;*/
           margin-bottom:210px;
      }
    }
    @media (min-width: 1200px) {
      .conteudoAva {
           /*margin-bottom:220px;*/
           margin-bottom:180px;
      }
    }
    /* Fim Adaptando tamanho do rodapé */
    
    /* Adaptando as imagens do topo */
    .imagemPerfil{
          width:28px;
          height:28px;	
    }
    .iconesDireita, .avaTopoG {
          display:none;	
    }
    .iconesEsquerda, .avaTopoP {
          display:block;	
    }
    
    
    @media (min-width: 768px) {
      .imagemPerfil {
           width:70px;
          height:70px;
      }
      .iconesDireita, .avaTopoG {
                display:block;	
          }
          .iconesEsquerda, .avaTopoP {
                display:none;	
          }
          
    }
    /* Fim Adaptando as imagens do topo*/
    
    /* divs que trabalham como colunas*/
    .pull-right {
      float: right !important;
    }
    .pull-left {
      float: left !important;
    }
    
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    .clearfix:before,
    .clearfix:after,
    .divPrincResp:before,
    .divPrincResp:after,
    .divPrincResp-fluid:before,
    .divPrincResp-fluid:after,
    .row:before,
    .row:after,
    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after,
    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after,
    .pager:before,
    .pager:after,
    .panel-body:before,
    .panel-body:after,
    .modal-footer:before,
    .modal-footer:after {
      display: table;
      content: " ";
    }
    .clearfix:after,
    .divPrincResp:after,
    .divPrincResp-fluid:after,
    .row:after,
    .form-horizontal .form-group:after,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:after,
    .nav:after,
    .navbar:after,
    .navbar-header:after,
    .navbar-collapse:after,
    .pager:after,
    .panel-body:after,
    .modal-footer:after {
      clear: both;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }
    .col-xs-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
    .col-xs-pull-12 {
      right: 100%;
    }
    .col-xs-pull-11 {
      right: 91.66666667%;
    }
    .col-xs-pull-10 {
      right: 83.33333333%;
    }
    .col-xs-pull-9 {
      right: 75%;
    }
    .col-xs-pull-8 {
      right: 66.66666667%;
    }
    .col-xs-pull-7 {
      right: 58.33333333%;
    }
    .col-xs-pull-6 {
      right: 50%;
    }
    .col-xs-pull-5 {
      right: 41.66666667%;
    }
    .col-xs-pull-4 {
      right: 33.33333333%;
    }
    .col-xs-pull-3 {
      right: 25%;
    }
    .col-xs-pull-2 {
      right: 16.66666667%;
    }
    .col-xs-pull-1 {
      right: 8.33333333%;
    }
    .col-xs-pull-0 {
      right: 0;
    }
    .col-xs-push-12 {
      left: 100%;
    }
    .col-xs-push-11 {
      left: 91.66666667%;
    }
    .col-xs-push-10 {
      left: 83.33333333%;
    }
    .col-xs-push-9 {
      left: 75%;
    }
    .col-xs-push-8 {
      left: 66.66666667%;
    }
    .col-xs-push-7 {
      left: 58.33333333%;
    }
    .col-xs-push-6 {
      left: 50%;
    }
    .col-xs-push-5 {
      left: 41.66666667%;
    }
    .col-xs-push-4 {
      left: 33.33333333%;
    }
    .col-xs-push-3 {
      left: 25%;
    }
    .col-xs-push-2 {
      left: 16.66666667%;
    }
    .col-xs-push-1 {
      left: 8.33333333%;
    }
    .col-xs-push-0 {
      left: 0;
    }
    .col-xs-offset-12 {
      margin-left: 100%;
    }
    .col-xs-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
      margin-left: 75%;
    }
    .col-xs-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
      margin-left: 50%;
    }
    .col-xs-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
      margin-left: 25%;
    }
    .col-xs-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
      margin-left: 0;
    }
    .col-rp-2, .col-rp-3,.col-rp-5, .col-rp-10, .col-rp-txt, .col-rp-btn {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      width:100%;
    }
    
    .btn-toolbar {
      margin-left: -5px;
    }
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
      float: left;
    }
    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
      margin-left: 5px;
    }
    
    .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
      border-radius: 0;
    }
    .btn-group > .btn:first-child {
      margin-left: 0;
    }
    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn-group > .btn:last-child:not(:first-child),
    .btn-group > .dropdown-toggle:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .btn-group > .btn-group {
      float: left;
    }
    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0;
    }
    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .btn-group > .btn-group:last-child > .btn:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .btn-group .dropdown-toggle:active,
    .btn-group.open .dropdown-toggle {
      outline: 0;
    }
    .btn-group > .btn + .dropdown-toggle {
      padding-right: 8px;
      padding-left: 8px;
    }
    .btn-group > .btn-lg + .dropdown-toggle {
      padding-right: 12px;
      padding-left: 12px;
    }
    .btn-group.open .dropdown-toggle {
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    .btn-group.open .dropdown-toggle.btn-link {
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .btn .caret {
      margin-left: 0;
    }
    .btn-lg .caret {
      border-width: 5px 5px 0;
      border-bottom-width: 0;
    }
    .dropup .btn-lg .caret {
      border-width: 0 5px 5px;
    }
    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group,
    .btn-group-vertical > .btn-group > .btn {
      display: block;
      float: none;
      width: 100%;
      max-width: 100%;
    }
    .btn-group-vertical > .btn-group > .btn {
      float: none;
    }
    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
      margin-top: -1px;
      margin-left: 0;
    }
    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
      border-radius: 0;
    }
    .btn-group-vertical > .btn:first-child:not(:last-child) {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .btn-group-vertical > .btn:last-child:not(:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 4px;
    }
    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0;
    }
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .btn-group-justified {
      display: table;
      width: 100%;
      table-layout: fixed;
      border-collapse: separate;
    }
    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
      display: table-cell;
      float: none;
      width: 1%;
    }
    .btn-group-justified > .btn-group .btn {
      width: 100%;
    }
    
    @media (min-width: 768px) {
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
      }
      
      .col-sm-12 {
        width: 100%;
      }
      .col-sm-11 {
        width: 91.66666667%;
      }
      .col-sm-10 {
        width: 83.33333333%;
      }
      .col-sm-9 {
        width: 75%;
      }
      .col-sm-8 {
        width: 66.66666667%;
      }
      .col-sm-7 {
        width: 58.33333333%;
      }
      .col-sm-6 {
        width: 50%;
      }
      .col-sm-5 {
        width: 41.66666667%;
      }
      .col-sm-4 {
        width: 33.33333333%;
      }
      .col-sm-3 {
        width: 25%;
      }
      .col-sm-2 {
        width: 16.66666667%;
      }
      .col-sm-1 {
        width: 8.33333333%;
      }
      .col-sm-pull-12 {
        right: 100%;
      }
      .col-sm-pull-11 {
        right: 91.66666667%;
      }
      .col-sm-pull-10 {
        right: 83.33333333%;
      }
      .col-sm-pull-9 {
        right: 75%;
      }
      .col-sm-pull-8 {
        right: 66.66666667%;
      }
      .col-sm-pull-7 {
        right: 58.33333333%;
      }
      .col-sm-pull-6 {
        right: 50%;
      }
      .col-sm-pull-5 {
        right: 41.66666667%;
      }
      .col-sm-pull-4 {
        right: 33.33333333%;
      }
      .col-sm-pull-3 {
        right: 25%;
      }
      .col-sm-pull-2 {
        right: 16.66666667%;
      }
      .col-sm-pull-1 {
        right: 8.33333333%;
      }
      .col-sm-pull-0 {
        right: 0;
      }
      .col-sm-push-12 {
        left: 100%;
      }
      .col-sm-push-11 {
        left: 91.66666667%;
      }
      .col-sm-push-10 {
        left: 83.33333333%;
      }
      .col-sm-push-9 {
        left: 75%;
      }
      .col-sm-push-8 {
        left: 66.66666667%;
      }
      .col-sm-push-7 {
        left: 58.33333333%;
      }
      .col-sm-push-6 {
        left: 50%;
      }
      .col-sm-push-5 {
        left: 41.66666667%;
      }
      .col-sm-push-4 {
        left: 33.33333333%;
      }
      .col-sm-push-3 {
        left: 25%;
      }
      .col-sm-push-2 {
        left: 16.66666667%;
      }
      .col-sm-push-1 {
        left: 8.33333333%;
      }
      .col-sm-push-0 {
        left: 0;
      }
      .col-sm-offset-12 {
        margin-left: 100%;
      }
      .col-sm-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-sm-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-sm-offset-9 {
        margin-left: 75%;
      }
      .col-sm-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-sm-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-sm-offset-6 {
        margin-left: 50%;
      }
      .col-sm-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-sm-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-sm-offset-3 {
        margin-left: 25%;
      }
      .col-sm-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-sm-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-sm-offset-0 {
        margin-left: 0;
      }
      
      .col-rp-2{
           width:100%; 
      }
      .col-rp-5{
           width:100%; 
      }
      .col-rp-10{
           width:100%;
      }
      
      .col-rp-txt{
            width:488px;
            float:left;
      }
      .col-rp-btn{
            width:262px;
            float:left;
      }
    }
    @media (min-width: 992px) {
      .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
      }
      .col-md-12 {
        width: 100%;
      }
      .col-md-11 {
        width: 91.66666667%;
      }
      .col-md-10 {
        width: 83.33333333%;
      }
      .col-md-9 {
        width: 75%;
      }
      .col-md-8 {
        width: 66.66666667%;
      }
      .col-md-7 {
        width: 58.33333333%;
      }
      .col-md-6 {
        width: 50%;
      }
      .col-md-5 {
        width: 41.66666667%;
      }
      .col-md-4 {
        width: 33.33333333%;
      }
      .col-md-3 {
        width: 25%;
      }
      .col-md-2 {
        width: 16.66666667%;
      }
      .col-md-1 {
        width: 8.33333333%;
      }
      .col-md-pull-12 {
        right: 100%;
      }
      .col-md-pull-11 {
        right: 91.66666667%;
      }
      .col-md-pull-10 {
        right: 83.33333333%;
      }
      .col-md-pull-9 {
        right: 75%;
      }
      .col-md-pull-8 {
        right: 66.66666667%;
      }
      .col-md-pull-7 {
        right: 58.33333333%;
      }
      .col-md-pull-6 {
        right: 50%;
      }
      .col-md-pull-5 {
        right: 41.66666667%;
      }
      .col-md-pull-4 {
        right: 33.33333333%;
      }
      .col-md-pull-3 {
        right: 25%;
      }
      .col-md-pull-2 {
        right: 16.66666667%;
      }
      .col-md-pull-1 {
        right: 8.33333333%;
      }
      .col-md-pull-0 {
        right: 0;
      }
      .col-md-push-12 {
        left: 100%;
      }
      .col-md-push-11 {
        left: 91.66666667%;
      }
      .col-md-push-10 {
        left: 83.33333333%;
      }
      .col-md-push-9 {
        left: 75%;
      }
      .col-md-push-8 {
        left: 66.66666667%;
      }
      .col-md-push-7 {
        left: 58.33333333%;
      }
      .col-md-push-6 {
        left: 50%;
      }
      .col-md-push-5 {
        left: 41.66666667%;
      }
      .col-md-push-4 {
        left: 33.33333333%;
      }
      .col-md-push-3 {
        left: 25%;
      }
      .col-md-push-2 {
        left: 16.66666667%;
      }
      .col-md-push-1 {
        left: 8.33333333%;
      }
      .col-md-push-0 {
        left: 0;
      }
      .col-md-offset-12 {
        margin-left: 100%;
      }
      .col-md-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-md-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-md-offset-9 {
        margin-left: 75%;
      }
      .col-md-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-md-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-md-offset-6 {
        margin-left: 50%;
      }
      .col-md-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-md-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-md-offset-3 {
        margin-left: 25%;
      }
      .col-md-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-md-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-md-offset-0 {
        margin-left: 0;
      }
      
      .col-rp-2{
           width:22%;
           float:left;
      }
      .col-rp-5{
           width:39%;
           float:left;
      }
      .col-rp-10{
           width:78%; 
           float:left;
      }
      
      .col-rp-txt{
            width:708px;
            float:left;
      }
      .col-rp-btn{
            width:262px;
            float:left;
      }
    }
    @media (min-width: 1200px) {
      .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
      }
      .col-lg-12 {
        width: 100%;
      }
      .col-lg-11 {
        width: 91.66666667%;
      }
      .col-lg-10 {
        width: 83.33333333%;
      }
      .col-lg-9 {
        width: 75%;
      }
      .col-lg-8 {
        width: 66.66666667%;
      }
      .col-lg-7 {
        width: 58.33333333%;
      }
      .col-lg-6 {
        width: 50%;
      }
      .col-lg-5 {
        width: 41.66666667%;
      }
      .col-lg-4 {
        width: 33.33333333%;
      }
      .col-lg-3 {
        width: 25%;
      }
      .col-lg-2 {
        width: 16.66666667%;
      }
      .col-lg-1 {
        width: 8.33333333%;
      }
      .col-lg-pull-12 {
        right: 100%;
      }
      .col-lg-pull-11 {
        right: 91.66666667%;
      }
      .col-lg-pull-10 {
        right: 83.33333333%;
      }
      .col-lg-pull-9 {
        right: 75%;
      }
      .col-lg-pull-8 {
        right: 66.66666667%;
      }
      .col-lg-pull-7 {
        right: 58.33333333%;
      }
      .col-lg-pull-6 {
        right: 50%;
      }
      .col-lg-pull-5 {
        right: 41.66666667%;
      }
      .col-lg-pull-4 {
        right: 33.33333333%;
      }
      .col-lg-pull-3 {
        right: 25%;
      }
      .col-lg-pull-2 {
        right: 16.66666667%;
      }
      .col-lg-pull-1 {
        right: 8.33333333%;
      }
      .col-lg-pull-0 {
        right: 0;
      }
      .col-lg-push-12 {
        left: 100%;
      }
      .col-lg-push-11 {
        left: 91.66666667%;
      }
      .col-lg-push-10 {
        left: 83.33333333%;
      }
      .col-lg-push-9 {
        left: 75%;
      }
      .col-lg-push-8 {
        left: 66.66666667%;
      }
      .col-lg-push-7 {
        left: 58.33333333%;
      }
      .col-lg-push-6 {
        left: 50%;
      }
      .col-lg-push-5 {
        left: 41.66666667%;
      }
      .col-lg-push-4 {
        left: 33.33333333%;
      }
      .col-lg-push-3 {
        left: 25%;
      }
      .col-lg-push-2 {
        left: 16.66666667%;
      }
      .col-lg-push-1 {
        left: 8.33333333%;
      }
      .col-lg-push-0 {
        left: 0;
      }
      .col-lg-offset-12 {
        margin-left: 100%;
      }
      .col-lg-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-lg-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-lg-offset-9 {
        margin-left: 75%;
      }
      .col-lg-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-lg-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-lg-offset-6 {
        margin-left: 50%;
      }
      .col-lg-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-lg-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-lg-offset-3 {
        margin-left: 25%;
      }
      .col-lg-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-lg-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-lg-offset-0 {
        margin-left: 0;
      }
      .col-rp-1, .col-rp-2, .col-rp-3, .col-rp-4, .col-rp-5 .col-rp-6, .col-rp-7, .col-rp-8, .col-rp-9, .col-rp-10, .col-rp-11, .col-rp-12, .col-rp-txt, .col-rp-btn {
           float:left;  
      }
      .col-rp-2{
           width:22%;  
      }
      .col-rp-5{
           width:39%;  
      }
      .col-rp-10{
           width:78%;  
      }
      
      .col-rp-txt{
            width:904px;
      }
      .col-rp-btn{
            width:262px;
      }
      
          .col-sm-7 .btnNP {
                margin-right: -45px !important;
          }
    }
    /* fim divs que trabalham como colunas */
    
    /* Botões de formulário*/ 
    .typeText {
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .typeSelect {
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-appearance: menulist;
          appearance:list-menu;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .typeTextDisable{
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          cursor: not-allowed;
          background-color: #eee;
          opacity: 1;
    }
    .typeSelectDisable {
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-appearance: menulist;
          appearance:list-menu;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          cursor: not-allowed;
          background-color: #eee;
          opacity: 1;
    }
    .typeTextArea {
          display: block;
          width: 100%;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .typeTextAreaDisable {
          display: block;
          width: 100%;
          padding: 6px 12px;
          margin-top: 2px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
          -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
          cursor: not-allowed;
          background-color: #eee;
          opacity: 1;
    }
    input[type="search"] {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    input[type="radio"]{
      /*margin: 4px 0 0;*/
      margin-top: 1px \9;
      /* IE8-9 */
      line-height: normal;
      appearance: radio;
      -webkit-appearance: radio;
    }
    input[type="checkbox"] {
      /*margin: 4px 0 0;*/
      margin-top: 1px \9;
      /* IE8-9 */
      line-height: normal;
      appearance: checkbox;
      -webkit-appearance: checkbox;
    }
    input[type="file"] {
      display: block;
    }
    input[type="range"] {
      display: block;
      width: 100%;
    }
    select[multiple],
    select[size] {
      height: auto;
    }
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
              transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
              box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }
    .form-control::-moz-placeholder {
      color: #999;
      opacity: 1;
    }
    .form-control:-ms-input-placeholder {
      color: #999;
    }
    .form-control::-webkit-input-placeholder {
      color: #999;
    }
    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
      cursor: not-allowed;
      background-color: #eee;
      opacity: 1;
    }
    textarea.form-control {
      height: auto;
    }
    input[type="search"] {
      -webkit-appearance: none;
    }
    input[type="date"] {
      line-height: 34px;
    }
    .radio,
    .checkbox {
      display: block;
      min-height: 20px;
      padding-left: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .radio label,
    .checkbox label {
      display: inline;
      font-weight: normal;
      cursor: pointer;
    }
    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
      float: left;
      margin-left: -20px;
    }
    .radio + .radio,
    .checkbox + .checkbox {
      margin-top: -5px;
    }
    .radio-inline,
    .checkbox-inline {
      display: inline-block;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      vertical-align: middle;
      cursor: pointer;
    }
    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
      margin-top: 0;
      margin-left: 10px;
    }
    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
      cursor: not-allowed;
    }
    
    .btn {
      display: inline-block;
      padding: 6px 12px;
      margin: 2px 0px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
      opacity: 1.0;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    .btnLink {
      display: inline-block;
      padding: 6px 12px;
      margin: 2px 0px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
      opacity: 1.0;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    .btn:hover,
    .btn:focus {	  
      text-decoration: none;
    }
    .btnLink:hover,
    .btnLink:focus {	  
      text-decoration: none;
    }
    .btn:active,
    .btn.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
      pointer-events: none;
      cursor: not-allowed;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: .65;
    }
    
    .btn-lg,
    .btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.33;
      border-radius: 6px;
    }
    .btn-sm,
    .btn-group-sm > .btn {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    .btn-xs,
    .btn-group-xs > .btn {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    .btn-verde {
      color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c;
    }
    .btn-verde:focus,
    .btn-verde.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625;
    }
    .btn-verde:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439;
    }
    .btn-verde:active,
    .btn-verde.active,
    .open > .dropdown-toggle.btn-verde {
      color: #fff;
      background-color: #449d44;
      border-color: #398439;
    }
    .btn-verde:active:hover,
    .btn-verde.active:hover,
    .open > .dropdown-toggle.btn-verde:hover,
    .btn-verde:active:focus,
    .btn-verde.active:focus,
    .open > .dropdown-toggle.btn-verde:focus,
    .btn-verde:active.focus,
    .btn-verde.active.focus,
    .open > .dropdown-toggle.btn-verde.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625;
    }
    .btn-verde:active,
    .btn-verde.active,
    .open > .dropdown-toggle.btn-verde {
      background-image: none;
    }
    .btn-verde.disabled:hover,
    .btn-verde[disabled]:hover,
    fieldset[disabled] .btn-verde:hover,
    .btn-verde.disabled:focus,
    .btn-verde[disabled]:focus,
    fieldset[disabled] .btn-verde:focus,
    .btn-verde.disabled.focus,
    .btn-verde[disabled].focus,
    fieldset[disabled] .btn-verde.focus {
      background-color: #5cb85c;
      border-color: #4cae4c;
    }
    .btn-verde .badge {
      color: #5cb85c;
      background-color: #fff;
    }
    .btn-azul {
      color: #fff;
      background-color: #5bc0de;
      border-color: #46b8da;
    }
    .btn-azul:focus,
    .btn-azul.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85;
    }
    .btn-azul:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc;
    }
    .btn-azul:active,
    .btn-azul.active,
    .open > .dropdown-toggle.btn-azul {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc;
    }
    .btn-azul:active:hover,
    .btn-azul.active:hover,
    .open > .dropdown-toggle.btn-azul:hover,
    .btn-azul:active:focus,
    .btn-azul.active:focus,
    .open > .dropdown-toggle.btn-azul:focus,
    .btn-azul:active.focus,
    .btn-azul.active.focus,
    .open > .dropdown-toggle.btn-azul.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85;
    }
    .btn-azul:active,
    .btn-azul.active,
    .open > .dropdown-toggle.btn-azul {
      background-image: none;
    }
    .btn-azul.disabled:hover,
    .btn-azul[disabled]:hover,
    fieldset[disabled] .btn-azul:hover,
    .btn-azul.disabled:focus,
    .btn-azul[disabled]:focus,
    fieldset[disabled] .btn-azul:focus,
    .btn-azul.disabled.focus,
    .btn-azul[disabled].focus,
    fieldset[disabled] .btn-azul.focus {
      background-color: #5bc0de;
      border-color: #46b8da;
    }
    .btn-azul .badge {
      color: #5bc0de;
      background-color: #fff;
    }
    .btn-amarelo {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #eea236;
    }
    .btn-amarelo:focus,
    .btn-amarelo.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d;
    }
    .btn-amarelo:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512;
    }
    .btn-amarelo:active,
    .btn-amarelo.active,
    .open > .dropdown-toggle.btn-amarelo {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512;
    }
    .btn-amarelo:active:hover,
    .btn-amarelo.active:hover,
    .open > .dropdown-toggle.btn-amarelo:hover,
    .btn-amarelo:active:focus,
    .btn-amarelo.active:focus,
    .open > .dropdown-toggle.btn-amarelo:focus,
    .btn-amarelo:active.focus,
    .btn-amarelo.active.focus,
    .open > .dropdown-toggle.btn-amarelo.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d;
    }
    .btn-amarelo:active,
    .btn-amarelo.active,
    .open > .dropdown-toggle.btn-amarelo {
      background-image: none;
    }
    .btn-amarelo.disabled:hover,
    .btn-amarelo[disabled]:hover,
    fieldset[disabled] .btn-amarelo:hover,
    .btn-amarelo.disabled:focus,
    .btn-amarelo[disabled]:focus,
    fieldset[disabled] .btn-amarelo:focus,
    .btn-amarelo.disabled.focus,
    .btn-amarelo[disabled].focus,
    fieldset[disabled] .btn-amarelo.focus {
      background-color: #f0ad4e;
      border-color: #eea236;
    }
    .btn-amarelo .badge {
      color: #f0ad4e;
      background-color: #fff;
    }
    .btn-vermelho {
      color: #fff;
      background-color: #d9534f;
      border-color: #d43f3a;
    }
    .btn-vermelho:focus,
    .btn-vermelho.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19;
    }
    .btn-vermelho:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925;
    }
    .btn-vermelho:active,
    .btn-vermelho.active,
    .open > .dropdown-toggle.btn-vermelho {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925;
    }
    .btn-vermelho:active:hover,
    .btn-vermelho.active:hover,
    .open > .dropdown-toggle.btn-vermelho:hover,
    .btn-vermelho:active:focus,
    .btn-vermelho.active:focus,
    .open > .dropdown-toggle.btn-vermelho:focus,
    .btn-vermelho:active.focus,
    .btn-vermelho.active.focus,
    .open > .dropdown-toggle.btn-vermelho.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19;
    }
    .btn-vermelho:active,
    .btn-vermelho.active,
    .open > .dropdown-toggle.btn-vermelho {
      background-image: none;
    }
    .btn-vermelho.disabled:hover,
    .btn-vermelho[disabled]:hover,
    fieldset[disabled] .btn-vermelho:hover,
    .btn-vermelho.disabled:focus,
    .btn-vermelho[disabled]:focus,
    fieldset[disabled] .btn-vermelho:focus,
    .btn-vermelho.disabled.focus,
    .btn-vermelho[disabled].focus,
    fieldset[disabled] .btn-vermelho.focus {
      background-color: #d9534f;
      border-color: #d43f3a;
    }
    .btn-vermelho .badge {
      color: #d9534f;
      background-color: #fff;
    }
    
    .form-horizontal .informacao {
          /*padding-top: 7px;*/
          margin-bottom: 0;
          text-align: right;
    }
    .form-horizontal .dadosInformacao {
          /*padding-top: 7px;*/
          margin-bottom: 0;
          text-align: left;
    }
    .form-horizontal .dadosInformacaoCentro {
          padding-top: 7px;
          margin-bottom: 0;
          text-align: center;
    }
    
    .form-group {
      margin-bottom: 10px;
    }
    .divisorFaixa{
          margin:15px;
          border-top:1px solid #CCC;	
          height:1px;
    }
    /* Fim dos botões do formulário */
    
    /* Alerts */
    .alert {
      padding: 15px;
      margin-bottom: 10px;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    
    .alert-verde {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
    }
    .alert-azul {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1;
    }
    .alert-amarelo {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc;
    }
    .alert-vermelho {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1;
    }
    .alert-cinza {
      color: #555555;
      background-color: #efefef;
      border-color: #cccccc;
    }
    .alert-laranja {
      color: #F60;
      background-color: #FEF1B7;
      border-color: #FFB787;
    }
    
    .cor-verde {
      color: #3c763d;  
    }
    .cor-azul {
      color: #31708f;
    }
    .cor-amarelo {
      color: #8a6d3b;
    }
    .cor-vermelho {
      color: #a94442;
    }
    .cor-cinza {
      color: #555555;
    }
    .cor-laranja {
      color: #F60;
    }
    
    
    /* Fim dos alerts */
    
    /* Funções de popover */
    
    .popover {
      /*position: absolute;*/
      z-index: 1010;
      display: none;
      max-width: 273px;
      padding: 1px;
      text-align: left;
      white-space: normal;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 6px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
              box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }
    .popover.top {
      margin-top: -10px;
    }
    .popover.right {
      margin-left: 10px;
    }
    .popover.bottom {
      margin-top: 10px;
    }
    .popover.left {
      margin-left: -10px;
    }
    .popover-title {
      padding: 8px 14px;
      margin: 0;
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-radius: 5px 5px 0 0;
    }
    .popover-content {
      padding: 9px;
    }
    .popover > .arrow,
    .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
    }
    .popover > .arrow {
      border-width: 11px;
    }
    .popover > .arrow:after {
      content: "";
      border-width: 10px;
    }
    .popover.top > .arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: #999;
      border-top-color: rgba(0, 0, 0, .25);
      border-bottom-width: 0;
    }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0;
    }
    .popover.right > .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: #999;
      border-right-color: rgba(0, 0, 0, .25);
      border-left-width: 0;
    }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0;
    }
    .popover.bottom > .arrow {
      top: 0px;
      left: 85px;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999;
      border-bottom-color: rgba(0, 0, 0, .25);
    }
    .arrowFoto {
      left: 250px !important;
    }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff;
    }
    .popover.left > .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999;
      border-left-color: rgba(0, 0, 0, .25);
    }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff;
    }
    
    
    .popoverIndicadores{
          position:fixed;
          top:33px;
          z-index:9999;
    }
    .popoverFoto{
          position:fixed;
          top:33px;
          right:14px;
          z-index:9999;
    }
    .indicadoresConteudo{
          
    }
    @media (min-width: 768px) {
      .popoverIndicadores {
        width: 720px;
           top:110px;
      }
      .indicadoresConteudo{
           float:right;
      }
      .popover.bottom > .arrow {
                right:15px;  
                left:auto;
      }
      
      .popoverFoto {
        width: 720px;
           top:77px;
           right:auto;
      }
      .indicadoresConteudo{
           float:right;
      }
      .popover.bottom > .arrow {
                right:15px;  
                left:auto;
      }
      .popover.bottom > .arrowFoto {
                right:63px;  
                left:auto;
      }
      .arrowFoto {
            left: auto !important;
          }
    }
    @media (min-width: 992px) {
      .popoverIndicadores {
        width: 940px;
      }
      .popoverFoto {
        width: 940px;
      }
      .indicadoresConteudo{
           float:right;
      }
    }
    @media (min-width: 1200px) {
      .popoverIndicadores {
        width: 1140px;
      }
      .popoverFoto {
        width: 1140px;
      }
      .indicadoresConteudo{
           float:right;
      }
    }
    /* Fim do popover */
    
    /* Vídeo responsivo */
    
    .videoResponsive {
          position: relative;
          display: block;
          height: 0;
          padding: 0;
          overflow: hidden;
    }
    .iframeVideoResponsive{
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0;	
    }
    
    /* Fim Vídeo responsivo   */
    
    /* Painel */
    
    .painel {
      margin-bottom: 20px;
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
              box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
    .painelConteudo {
      padding: 15px;
    }
    .painelCabecalho {
      padding: 10px 15px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }
    
    /* Fim Painel */
    
    /* Links */
    
    .linkNeutro{
          text-decoration:none;	
    }
    
    /* Fim Links */
    
    /* Tabelas */
    
    .table {
      border-spacing: 0;
      border-collapse: collapse;
      max-width: 100%;
      background-color: transparent;
      width: 100%;
      font-size:14px;
      word-break:normal !important;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: middle;
      border-top: 1px solid #ddd;
    }
    .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd;
    }
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
      border-top: 0;
    }
    .table > tbody + tbody {
      border-top: 2px solid #ddd;
    }
    
    @media (max-width: 992px) {
      .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
      }
      .table-responsive > .table {
        margin-bottom: 0;
      }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
      }
      .table-responsive > .table-bordered {
        border: 0;
      }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
      }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
      }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
      }
    }
    
    /* Fim tabelas */
    
    /* Pills */
    .nav-pills > li {
      float: left;
    }
    .nav-pills > li > a {
      border-radius: 4px;
    }
    .nav-pills > li + li {
      margin-left: 2px;
    }
    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
      color: #fff;
    }
    .nav-stacked > li {
      float: none;
    }
    .nav-stacked > li > a {
      padding:10px 15px;
      display:block;
      text-decoration:none;
    }
    .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0;
    }
    /* Fim pills */
    
    /* Paginação */
    
    .pagination {
      display: inline-block;
      padding-left: 0;
      margin: 20px 0;
      border-radius: 4px;
    }
    .pagination > li {
      display: inline;
    }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #428bca;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
      cursor:pointer;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
      color: #2a6496;
      background-color: #eee;
      border-color: #ddd;
    }
    
    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
      color: #999;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd;
    }
    .pagination-lg > li > a,
    .pagination-lg > li > span {
      padding: 10px 16px;
      font-size: 18px;
    }
    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
    }
    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
    }
    .pagination-sm > li > a,
    .pagination-sm > li > span {
      padding: 5px 10px;
      font-size: 12px;
    }
    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
    }
    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
    }
    
    
    /* Fim paginação */
    
    /* Alinhamento de texto */
    
    .textoCentro{
          text-align:center;
          font-size:14px;
    }
    .textoEsquerda{
          text-align:left;	
          font-size:14px;
          padding-top:10px;
    }
    .textoEsquerda2{
          text-align:left;	
          font-size:14px;
    }
    .textoDireita{
          text-align:right;
          font-size:14px;	
    }
    .textoJustify{
          text-align:justify;
          font-size:14px;	
    }
    
    /* Fim Alinhamento de texto */
    /* backgrounds warning e danger */
    .bgWarning{
          background-color:#fcf8e3;
    }
    .bgDanger{
          background-color:#f2dede;
    }
    
    /* fim backgrounds warning e danger */
    
    /* Foto topo */
    #filtroFoto{
          color:#FFF; 
          background:rgba(0,0,0,0.3); 
          position:absolute; 
          z-index:9999; 
          width:28px; 
          height:28px; 
          margin-top:-28px; 
          text-align:center; 
          vertical-align:middle; 
          display:none;
    }
    .lupa{
          margin-top:7px;	
    }
    @media (min-width: 768px) {
          #filtroFoto{
                width:70px; 
                height:70px; 
                margin-top:-70px; 	
          }
          .lupa{
                margin-top:	27px;
          }
    }
    
    /* Fim foto topo */
    
    /*Imagem responsiva */
    .imgResp{
          max-width:100%;	
          height:auto;
    }
    /* Fim Imagem responsiva */
    
    /* Flutuar a direita grande e flutuar a esquerda pequeno */
    .flutuarDgEp{
          float:left;
    }
    @media (min-width: 992px) {
          .flutuarDgEp{
                float:right;	
          }
    }
    
    
    /* Fim Flutuar a direita grande e flutuar a esquerda pequeno */
    
    .msgAviso{
          font-size:12px;
          color:#F00;
    }
    .msgData{
          font-size:12px;
          color:#777;
    }
    @media (min-width: 468px) {
      .msgAviso{
                font-size:14px;
                color:#F00;
          }
          .msgData{
                font-size:14px;
                color:#777;
          }
    }
    @media (min-width: 768px) {
      .msgAviso{
                font-size:18px;
                color:#F00;
          }
          .msgData{
                font-size:18px;
                color:#777;
          }
    }
    @media (min-width: 992px) {
      .msgAviso{
                font-size:22px;
                color:#F00;
          }
          .msgData{
                font-size:22px;
                color:#777;
          }
    }
    @media (min-width: 1200px) {
      .msgAviso{
                font-size:26px;
                color:#F00;
          }
          .msgData{
                font-size:26px;
                color:#777;
          }
    }