body {
    font-family: 'Roboto', sans-serif !important;
}

[v-cloak] > * { display:none }
[v-cloak]::before {
    margin-left: 30%;
    content: url('../imagens/loading.svg');
}

.btn-voltar {
    margin-right: 15px;
}

mark {
    background-color: yellow !important;
}

button.close {
    color: #FFF !important;
    opacity: 1.0 !important;
}

.mb10 {
    margin-top:10px;
}
.mt5 {
    margin-top:5px;
}
.mt7 {
    margin-top:7px;
}
.mb5 {
    margin-bottom:5px;
}

.metas-por-programa {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.metas-por-programa .head-programa {
    padding: 8px;
}
.metas-por-programa .head-acao {
    padding: 8px;
}
.metas-por-programa .head-meta, .lista-metas .head-meta {
    background-color: #f9f9f9;
    padding: 8px;
    border-bottom: 1px solid #FFF;
}
.metas-por-programa .border {
    border-left:1px solid #ddd;
}

.card-meta-head {
    background-color: #f9f9f9;
    color: #000;
    padding: 8px;
    margin-bottom: 5px;
}

.click {
    cursor: pointer;
}

.fa-fade {
    color: #AAA !important;
}

.navbar-text {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.modal-header {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    color: white;
}

table thead tr {
    background-color: #144334;
}


table thead tr th {
    color: white;
    font-weight: 300;
}

.panel-default > .panel-heading {
    color: white !important;
    font-size: medium !important;
    font-weight: 300 !important;
}

.erro-login {
    padding: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.backgroundCabecalhoTabela {
    background-color: #8B6914;
    color: #FFF;
}

.FixedCenter {
    height: 200px;
    border: 5px solid #000;
    display: block;
    margin: auto;
    width: 300px;
}

.backCanoas {
    background-image: url(../imagens/canoas.jpg);
}

.badge-orange {
    font-family: Arial;
}

.titulo_pagina {
    text-shadow: #000 .1em .1em .5em;
    font-weight: 700;
}

.subtitulo_pagina {
    color: rgba(255,255,255,1);
    text-shadow: #000 .05em .05em .1em;
}

.no-data {
    color: #adadad;
}

pre {
    font-weight: 700;
}

.icone-link {
    color: #FFF !important;
    text-decoration:none;
}

.icone {
    color: #337ab7;
}

.icone:hover {
    color: #007071;
    cursor: pointer;
}

.icone-inativo {
    color: #ccc;
}

.icone-inativo:hover {
    color: #666;
    cursor: pointer;
}

.icone-yellow {
    color: #ffc107;
}

.icone-yellow:hover {
    color: #dc9e00;
    cursor: pointer;
}

.icone-green {
    color: #008000;
}

.icone-green:hover {
    color: #006900;
    cursor: pointer;
}

.icone-red {
    color: #ff0000;
}

.icone-red:hover {
    color: #dc0000;
    cursor: pointer;
}

.icone-grey {
    color: #666;
}

.icone-grey:hover {
    color: #666;
    cursor: pointer;
}

.divIconesAcao {
    width: 50%;
    float: left;
    margin-top: 5px;
}

.divIconesAcao2 {
    width: 25%;
    float: left;
    margin-top: 5px;
}

.divIconesAcao3 {
    width: 20%;
    float: left;
    margin-top: 5px;
}

.icone-acao {
    margin-right: 2px;
}
.icone-acao a, .icone-acao label, .icone-acao i {
    margin-top: 5px;
}

.adminDivIconesAcao {
    width: 25%;
    float: left;
    margin-top: 5px;
}

.statusSelecionado {
    display: none;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}

/*.statusVerde {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #5CB85C;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    background-color: #5CB85C;
}

.statusVermelho {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #AC2925;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    background-color: #AC2925;
}

.statusAmarelo {
    float: left;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #FFD700;
    text-align: center;
    line-height: 70px;
    color: #FFF;
    background-color: #FFD700;
}*/

.labelTodos {
    display: inline;
}

.statusLabel {
    float: left;
    margin: 10px 0 0 10px;
}

.divSeparaStatus {
    width: 100%;
    clear: left;
    height: 10px;
}

.botaoStatusAmarelo {
    background-color: #FFD700;
    color: #FFF;
}

.botaoStatusAmarelo:hover {
    color: #FFF !important;
}

.carregando {
    width: 100%;
    height: 100px;
    top: 25%;
    margin: 0;
    position: relative;
    z-index: 9999;
    display: none;
    background: #fff;
}

.carregando strong {
    font-size: 12px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
}

.textarea-atividade {
    height: 200px;
}

.textareaModal {
    width: 100%;
    resize: none;
    border-width: 0;
}

.estrutura-meta {
    background-color: #119D93;
    color: #FFF;
}

.meses-tabela-atividade {
    text-align: center;
    width: 2.5%;
}

.modal {
    overflow: auto !important;
}

.campo-medio {
    max-width: 52em;
}

.campo{
    font-size: 14px;
    height: 40px;
    padding: 8px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.panel-canoas {
    color: #FFF !important;
}

.panel-canoas-td {
    vertical-align: middle !important;
}

.status-meta {
    width: 55px;
    margin-right: 10px;
}

.head-programa {
    background-color: #119D93 !important;
    color: #FFF !important;
}

.head-acao {
    background-color: #007071 !important;
    color: #FFF !important;
}

.head-projeto {
    background-color: #026466 !important;
    color: #FFF !important;
}

.head-atividade {
    color: #FFF !important;
    padding: 4px;
}
.head-meta>div{
    min-height: 50px;
}

.input-busca {
    margin-right: 10px;
}

.header-logo {
    margin-top: 2em;
    margin-bottom: 1em;
}

.pmc-logo {
    min-width: 225px;
    width: 50%;
}

.obrigatorio{
    color: #a94442;
}

.obrigatorio-msg {
    color: #cf3432;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
}

.tabela-periodo thead tr, .tabela-periodo tfoot tr {
    color: #FFF;
    text-align: center;
}

.tabela-periodo thead tr th, .tabela-periodo tbody tr td {
    text-align: center;
    vertical-align: middle !important;
    padding: 9px !important;
    width: 15%;
}

.tabela-periodo thead tr th:first-child, .tabela-periodo thead tr th:last-child, .tabela-periodo tbody tr td:first-child, .tabela-periodo tbody tr td:last-child{
    width: 5% !important;
    text-align: center;
}

.tabela-periodo thead tr th:nth-child(2), .tabela-periodo tbody tr td:nth-child(2){
    width: 10%;
}

.tabela-periodo tfoot tr td span {
    float: right;
}

.tabela-usuario thead tr, .tabela-usuario tfoot tr {
    color: #FFF;
    text-align: center;
}

.tabela-usuario thead tr th, .tabela-usuario tbody tr td {
    text-align: center;
    vertical-align: middle !important;
}

.tabela-usuario thead tr th:last-child, .tabela-usuario tbody tr td:last-child{
    width: 5% !important;
    text-align: center;
}

.tabela-usuario tfoot tr td span {
    float: right;
}

.tabela-projetoestrategico thead tr, .tabela-projetoestrategico tfoot tr {
    color: #FFF;
    text-align: center;
}

.tabela-projetoestrategico thead tr th, .tabela-projetoestrategico tbody tr td {
    text-align: center;
    vertical-align: middle !important;
}

.tabela-projetoestrategico thead tr th:last-child, .tabela-projetoestrategico tbody tr td:last-child{
    width: 5% !important;
    text-align: center;
}

.tabela-projetoestrategico tfoot tr td span {
    float: right;
}

.tabela-acao thead tr, .tabela-acao tfoot tr {
    color: #FFF;
    text-align: center;
}

.tabela-acao thead tr th, .tabela-acao tbody tr td {
    text-align: center;
    vertical-align: middle !important;
}

.tabela-acao thead tr th:last-child, .tabela-acao tbody tr td:last-child{
    width: 5% !important;
    text-align: center;
}

.tabela-acao tfoot tr td span {
    float: right;
}

.tabela-programa thead tr, .tabela-programa tfoot tr {
    color: #FFF;
    text-align: center;
}

.tabela-programa thead tr th, .tabela-programa tbody tr td {
    text-align: center;
    vertical-align: middle !important;
}

.tabela-programa thead tr th:last-child, .tabela-programa tbody tr td:last-child{
    width: 5% !important;
    text-align: center;
}

.tabela-programa tfoot tr td span {
    float: right;
}

.titulo-header {
    margin-top: 1.5%;
}

.logo-header {
    min-width: 225px;
    width: 50%;
}

.container-header {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-group .control-label {
    font-weight: normal;
}

.form-label {
    font-weight: normal;
}

.modal-header-canoastec {
    color: white;
}

/*.glyphicon-folder-open {
    margin-right: 5px;
}*/

#div_situacao {
    margin: 5px 0;
}

#div_situacao label {
    font-weight: normal;
}

#div_situacao .sit-title {
    font-weight: bold;
    font-size: 16px;
    margin: 5px 2px;
}

#div_secretaria {
    margin: 10px 0;
}

.col-filter {
    width: 100%;
}

#buscaRelatorioMetaPorSecretaria .form-group {
    margin-bottom: 10px !important;
}

#buscaRelatorioMetaPorSecretaria .form-group select {
    margin-right: 10px;
}

.paginacao {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

.paginacao li {
    display: inline-block;
    padding-right: 15px;
}

.paginacao li a {
    color: white;
}

.paginacao li a:hover{
    text-decoration: none;
    font-weight: bold;
}

.paginacao .pagina-atual {
    font-weight: bold;
}

.margin-top-25 {
    margin-top: 25px;
}

.m-bottom {
    margin-bottom: 15px;
    float: right;
}

#nome_servidor {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 6px;
}

#cpf_servidor {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 6px;
}

/*.glyphicon-list-alt {
    cursor: pointer;
    color: green;
}*/

.btn-limpar {
    margin-right: 15px;
}

#modal-secretarias-usuario .modal-dialog {
    overflow-y: initial !important
}

#modal-secretarias-usuario .modal-body {
    height: 300px;
    overflow-y: auto;
}

.percent-previsto {
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.percent-previsto label {
    margin-right: 10px;
    font-weight: bold;
}

.ptm-lancamento-avaliacao {
    padding: 10px 0 5px 0;
}

.label-download-publico {
    padding-left: 5px;
}

#publicizacao {
    resize: vertical;
    min-height: 125px;
}

.botao-fechar {
    margin-right: 15px;
}

.version-align {
    padding-top: 10px;
}

.loading-align {
    padding-top: 20%;
}

.loading-text {
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 15px;
}

.table-align {
    vertical-align: middle !important;
}

.quebra{
    word-wrap: break-word;
    width: 570px;
}

.required:before {
    content:"* ";
    color: #a94442;
}

.botao-abrir-modal {
    text-align: right;
    margin-bottom: 1em;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}

.disabled{
    background: #eee;
        pointer-events: none;
    touch-action: none;

}

.btn-voltar-top-page{
    margin: -10px 0px 9px !important;
}

.form-group-fixo {
    width: 650px;
}

@media (max-width: 600px)
{
    .form-group-fixo {
        width: auto;
    }
}

/** estilo para botao voltar para o topo/back to top **/

    .goTop {
    border-radius: 5px;
    background-color: #007071;
    position: fixed;
    width: 50px;
    height: 50px;
    display: block;
    right: 5%;
    bottom: 60px;
    border: none;
    opacity: 0;
    z-index: -1;
    }

    .isVisible {
    opacity: .8;
    z-index: 4;
    transition: all .4s ease-in;
    }



@media (max-width: 290px)
{
    .goTop {
        bottom:110px;
    }
}

@media screen and (min-width: 1400px) {
    .goTop {
        right: 8%;
    }
}


i.fa.fa-angle-double-up {
    font-size: 40px;
    color: #FFFFFF;
}


.alerta-atividade{
    color:#D8222E !important;
    font-weight: bold;
}

.icon-button{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    padding: 0;
    color: #337ab7;
}

.icon-button:hover .icon-button:focus{
	color: #a0a6ab;
}

.icon-button[disabled]{
	color: #eeeeee !important;
    opacity: 1;
}

.text-justify{
    text-align: justify;
}

.ml-10 {
    margin-left: 10px !important;
}

.tem-anexo {
    font-weight: bold !important;
    color: #006900 !important;
    font-size: 16px;
}

.style-form .row [class*="col-md-"] .form-control{
    width: 100%;
    margin-bottom: 5px;
}



@media (min-width: 992px){
    .style-form .row :first-child[class*="col-md-"]~[class*="col-"]{
        padding-left: 0px;
    }
    .form-horizontal .form-group :first-child[class*="col-md-"]~[class*="col-"]{
        padding-left: 0px;
    }
}

@media (max-width: 992px){
    .form-horizontal .form-group{
        margin-bottom: 0px;
    }
    .form-horizontal .form-group [class*="col-md-"]{
        margin-bottom: 15px;
    }
}

