﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    padding: 0 0 0 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
}

.info-gerais {
    display: flex;
    justify-content: center;
}

.btnVeja {
    text-align: center;
    width: 70%;
}

#portaria {
    text-align: center;
}

#pgwrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
}

#pgheader {
    height: 138px;
}

#pgcontent {
    padding-bottom: 60px; /* Height of the footer element */
}

#pgfooter {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-nav > li > a:hover {
    text-decoration: none !important;
    color: #000;
}

.menu-acessibilidade {
    height: 35px;
}

.menu-acessibilidade > li > a {
    color: #fff !important;
    height: 40px;
}

.menu-acessibilidade > li > a:hover {
    background-color: #005295 !important;
}

#wrp-rodape-linha-1 {
    background-color: #3a3a3a;
    padding: 1rem 0;
}

#wrp-rodape-linha-2 {
    background-color: #303030;
    padding: 1rem 0;
}

#wrp-rodape-linha-2 * {
    color: #666;
    font-family: Arial;
    font-size: 1.1rem;
    vertical-align: inherit;
}

#wrp-rodape-linha-2 #logo-prodam-texto {
    display: inline-block;
    width: 8rem;
    margin: 0 2rem;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    background-color: #333;
}

.navbar .full,
.navbar .barra-cinza,
.navbar .full-preto {
    clear: both;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}

.navbar .barra-cinza {
    height: 71px;
    padding: 0;
    background: none repeat scroll 0 0 #646464;
}

.navbar .barra-cinza {
    height: 31px !important;
}

.navbar .barra-cinza #acesso a {
    line-height: 23px;
    font-size: 1em;
    color: #cacaca;
    display: inline-block;
    float: left;
}

#acesso a {
    color: #cacaca;
    display: inline-block;
    float: left;
}

.bold {
    font-weight: 700;
}

a {
    outline: none;
}

.navbar .barra-cinza #acesso .imgI {
    background: url(../images/icone-capital-sp.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    margin: -30px 0 0 165px;
}

.navbar .barra-cinza #acesso a {
    line-height: 23px;
    font-size: 1em;
    color: #cacaca;
    display: inline-block;
    float: left;
    margin-right: 70px;
}

@media only screen and (min-width: 768px) .navbar .barra-cinza .container-wrapper #acesso {
    width: 500px !important;
    padding-top: 4px !important;
    margin-left: 10px !important;
    font-size: 0.9em;
}

@media only screen and (min-width: 480px) .navbar .barra-cinza .container-wrapper #acesso {
    padding: 0;
    width: 300px;
    margin-left: 0;
}

.navbar .barra-cinza #acesso {
    padding: 0;
    padding-top: 10px !important;
    width: 240px;
}

.navbar .barra-cinza .container {
    padding-left: 1.7em;
}

.navbar .barra-cinza .container {
    padding-left: 1.7em;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 768px) body div.width-12,
    header.width-12,
    section.width-12,
    nav.width-12 {
    width: 72.75%;
}

@media only screen and (min-width: 992px) .container-wrapper {
    width: 960px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) .container-wrapper {
    min-width: 768px;
}

.titulo-tela {
    color: #515151;
}

.titulo-ferramenta {
    color: #333333;
    font-size: 9pt;
}

/*Accordion -----------------------------------------------*/
.panel-accordion {
    border: 0px !important;
    box-shadow: none;
}

.panel_heading_accordion {
    padding: 3px 15px !important;
    border-radius: 10px !important;
    text-align: center;
    cursor: pointer;
    height: 20px !important;
}

.panel-heading_accordion_disabled {
    color: #fff;
    background-color: #c3c3c3 !important;
    border-color: #c3c3c3 !important;
}

.link_accordion {
    text-decoration: none;
    font-size: 10pt;
}

.link_accordion:hover {
    text-decoration: none;
}

.link_accordion:visited {
    text-decoration: none;
}

.panel-body-accordion {
    border: 1px solid #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0px !important;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

/*---------------------------------------------------------*/

/*Grid ----------------------------------------------------*/

.grid {
    border: 1px solid #dddddd;
    width: 100%;
    overflow: visible;
    font: 1.2em Arial, Helvetica, sans-serif;
    color: #18345a;
}

.webGrid th {
    font: Arial;
    color: #333333 !important;
    border: 0px;
    background: #ffffff !important;
    margin: 2px;
    padding: 8px;
    line-height: 1.42857143;
    text-align: left;
    vertical-align: bottom;
}

.webGrid td {
    border: 0px !important;
    background: #f7f8fa;
    margin: 2px;
    padding: 8px;
    line-height: 1.42857143 !important;
}

.webGrid a {
    font: Arial, Helvetica, sans-serif;
    color: #ff6600;
    text-decoration: underline;
}

.webGrid a:hover {
    font: Arial, Helvetica, sans-serif;
    color: #ff6600;
    text-decoration: underline;
}

.webGrid a:visited {
    font: Arial, Helvetica, sans-serif;
    color: #18345a;
    text-decoration: underline;
}

.webGrid a:active {
    font: Arial, Helvetica, sans-serif;
    color: #ff6600;
    text-decoration: none;
}

.gridHead a:hover {
    font: Arial, Helvetica, sans-serif;
    color: #ff6600 !important;
    text-decoration: underline;
}

.gridHead a:hover {
    font: Arial, Helvetica, sans-serif;
    color: #ff6600;
    text-decoration: underline;
}

.link_paginacao {
    color: #555555;
    text-decoration: underline;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.link_paginacao_disabled {
    color: #555555;
    text-decoration: none !important;
    text-align: center;
    outline: none;
    display: none;
}

.paginate_of::after {
    content: " | ";
}

.paginate_page::before {
    content: " | ";
}

.link-secretaria {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
}

.link-secretaria:hover {
    text-decoration: underline;
}

.row_selected td {
    background-color: #fdecd0 !important;
    color: #000;
    border-color: #f69f15;
    border-top: 1px double #f69f15;
}

.hover td {
    /*background-color: #FEEAD6 !important;*/
    color: #ff6600 !important;
}

ul li div:hover {
    color: #ff6600;
}

.dataTables_scrollBody_heightIlimitado {
    border: 0px !important;
    padding: 0px !important;
    max-height: 10000000px !important;
    height: auto !important;
}

.modalDialogPopup50 {
    width: 55% !important;
}

.modalDialogPopup70 {
    width: 70% !important;
}

.modalDialogPopup80 {
    width: 80% !important;
}

.modalDialogPopup60 {
    width: 60% !important;
}

.modalDialogPopup40 {
    width: 50% !important;
}

#dvAbas ul {
    /*display: table-row;*/
    display: table;
    width: 100%;
}

#dvAbas ul li {
    display: table-cell;
    height: 60px;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
    width: 90px;
    text-align: center;
}

#dvAbas ul li a {
    display: block;
    /* visual do link */
    text-decoration: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#dvAbas ul li a:hover {
    background-color: #024986;
    color: #fff;
}

.estiloMenuDiv {
    width: 8%;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 60px;
}

.estiloMenuDiv1ponta {
    width: 8%;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.estiloMenuDiv2ponta {
    width: 8%;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.linhaGrid {
    background: lightblue;
}

.linhaGrid tr {
    background: lightblue;
}

.linhaGrid td {
    background: lightblue;
}

.linhaGrid:hover {
    background: #73c8e4 !important;
}

.linhaGrid:hover tr {
    background: #73c8e4 !important;
}

.linhaGrid:hover td {
    background: #73c8e4 !important;
}

.linhaGridASelecionar:hover {
    background: lightgray;
}

.linhaGridASelecionar:hover tr {
    background: lightgray;
}

.linhaGridASelecionar:hover td {
    background: lightgray;
}

.texto_rodape_autenticar {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #a2a2a2;
    margin-top: 5px;
}

.modal-body {
    max-height: 720px;
    overflow-y: auto;
}

.slideAcessivel {
    display: none;
}

.fundo1Barra {
    background-color: #006cc2 !important;
}

.fundo2Barra {
    background-color: #fbfbfb !important;
}

.linhaBarra {
    border-bottom: 1px solid #eee;
}

.cssBotao {
    color: white;
}

.classeMenuBarra {
    background-color: #337ab7 !important;
}

.classeMenuBarra > li {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.classeMenuBarra > li > a {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.classeMenuBarraSelec {
    background-color: #024986 !important;
}

.classeMenuBarraSelec > li {
    background-color: #024986 !important;
    color: #fff !important;
}

.classeMenuBarraSelec > li > a {
    background-color: #024986 !important;
    color: #fff !important;
}

.qtip {
    font-size: 16px;
    max-width: 400px !important;
    line-height: 120%;
}

table caption {
    display: none;
}

.textoVermelho {
    color: red;
    font-style: normal !important;
}

.textoVermelho em {
    color: red;
    font-style: normal !important;
}

#linkExcluir:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
    border: 1px solid rgba(81, 203, 238, 1) !important;
}

input[type="radio"]:focus {
    box-shadow: 0 0 10px rgba(53, 194, 236, 1) !important;
    border: 3px solid rgba(81, 203, 238, 1) !important;
}

#imgLogoToLegal {
    width: 70px;
}

table.grid_com_paginacao thead th {
    background-color: #ffffff !important;
    line-height: 40px !important;
    text-transform: uppercase;
    display: table-cell;
    text-align: left !important;
    vertical-align: middle;
    border-radius: 2px;
    border-bottom: 1px solid;
}

table.grid_com_paginacao tbody td {
    line-height: 40px !important;
}

table.grid_com_paginacao thead th.sorting_asc:after {
    content: "\f0de";
    background-color: #ffffff !important;
}

table.grid_com_paginacao thead th.sorting_desc:after {
    background-color: #ffffff !important;
}

table.grid_com_paginacao thead th.sorting:after {
    content: "\f0dc";
    color: #000;
    font-size: 1.1em;
    padding-top: 0.12em;
    background-color: #ffffff !important;
    padding: 0px !important;
}

table.grid_com_paginacao thead th,
table.grid_com_paginacao thead td {
    padding: 6px 5px !important;
}

.paginate_button {
    color: #2763ff !important;
    text-transform: uppercase;
}

.dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #2763ff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #2763ff !important;
    background: #fff !important;
    box-shadow: none;
}

.webGrid .even td {
    background-color: #ffffff !important;
    border-bottom: 0px !important;
}

.webGrid .odd td {
    background-color: #e5e5e5 !important;
    border-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #757575 !important;
    background: #757575 !important;
    color: #fff !important;
}

.paginate_button:hover {
    background-color: #757575 !important;
    background: #757575 !important;
    color: #fff !important;
}

.paginate_button {
    color: #2763ff !important;
}

.dataTables_paginate {
    color: red !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: inherit;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 1rem !important;
    font-weight: normal !important;
    margin-top: 20px;
}

/*
input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
    border-bottom: 0px;
    box-shadow: 0px;
}
*/

.sorting_desc {
    background-image: url("../images/caretDown.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}
.sorting_asc {
    background-image: url("../images/caretUp.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.sorting {
    background-image: url("../images/caretUpDown.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.dataTables_empty {
    text-align: center;
}

.emissaoTPU {
    font-style: italic;
}

.botoesOpcoesTPU {
    padding-left: 5px !important;
}

.botoesOpcoesTPU button {
    width: 94%;
}

.corFundoAlternancia {
    background-color: #f0f0f0;
}

.corFundoTPU {
    background-color: #f0f0f0;
}

.corFundoTPU2 {
    background-color: #f2f2f2;
}

.espacamentoTopo {
    margin-top: 5px;
    padding-top: 5px;
}

.tituloTPU .row .col:first-child {
    padding: 0 0 0 50px !important;
    padding-right: 0px !important;
}
.tituloTPU h2 {
    font-size: 1.3rem !important;
}

.observacaoTpuBicicleta {
    font-style: italic;
    font-weight: normal;
    font-size: 10pt;
    color: #787974;
}

.pull-right {
    float: right !important;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-size: 14pt !important;
    line-height: 1.42857143;
}

.modal-title h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 0.9;
    color: inherit;
}

.hiddenFileInput > input {
    height: 100%;
    width: 100;
    opacity: 0;
    cursor: pointer;
}

.item-modal-validaca oul li {
    list-style-type: disc !important;
}

.qtArea {
    width: 40% !important;
}

.item-modal-validacao ul li {
    list-style-type: disc !important;
    display: list-item !important;
}

.item-modal-validacao ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.nomeDocumento {
    /*Chrome*/
    word-break: break-word;
    /*Firefox*/
    white-space: pre-wrap;
    overflow-wrap: break-word;
    /*IE*/
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 576px) {
    .info-gerais {
        justify-content: start;
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
}

@media screen and (min-width: 576px) {
    #drop {
        display: none;
    }
}
