﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: small;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-top-10{
    padding-top: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.page-content {
    padding: 5px 0;
}

.breadcrumb {
    background: 0 0;
    padding: 0 0 5px;
    margin: 0;
    color: #a7b2c0;
}

.dl-horizontal dt {
    white-space: normal;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.th-select {
    width: 46px;
}

/*Header table*/
/*thead{
    background-color: #ececec;
}

thead th{
    color: #ececec;
}*/

.d-flex {
    display: flex;
    padding: 15px 0
}

.list-icons {
    list-style: none;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
}

.down-add-itens {
    position: absolute;
    bottom: 12px;
}

.list-icons li {
    cursor: pointer
}

.form-horizontal .control-label {
    text-align: right;
    font-weight: 600;
}

.control-label::after {
    content: ': '
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0;
}

.btn-add {
    display: inline-block;
    padding: 5px 10px;
    background: #ffffff;
    color: #0094ff;
    border-style: none;
    border: 1px solid #0094ff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-add i {
        line-height: 1.5;
        font-weight: 700
    }

    .btn-add:hover {
        background: #0094ff;
        color: #ffffff;
    }

.td-first {
    width: 20px;
}

.td-center {
    text-align: center;
}

.form-control {
    height: 30px;
}

.form-actions {
    text-align: right;
}

.form-actions-bottom-border {
    border-bottom: 1px solid #e7ecf1;
}

.cursor-pointer {
    cursor: pointer;
}

.tabbable-custom > .nav-tabs > li {
    margin-right: 2px;
    border-top: 0px solid #d4d4d4;
    background-color: rgba(198, 197, 197, 0.24);
    color: #555;
}

    .tabbable-custom > .nav-tabs > li > a {
        color: #555;
    }

    .tabbable-custom > .nav-tabs > li.active > a {
        font-weight: 700;
        color: #555;
    }

    .tabbable-custom > .nav-tabs > li.active {
        border-top: 1px solid #d4d4d4;
    }



.badge-vg {
    height: 100%;
    top: 0px;
    padding: 3px 5px;
}

.btn-evidenciar-ico {
    font-style: normal;
    padding: 0px 3px;
}

.status-item {
    height: 95%;
    width: 5px;
    background-color: #6c6;
    position: absolute;
}

.tab-content-item {
    height: 100%;
}

.tab-content-item-historico {
    height: 182px;
    overflow: auto;
}

@media (max-width: 768px) {
    .status-item {
        height: 96%;
        width: 5px;
        background-color: #6c6;
        position: absolute;
    }

    .tab-content-item {
        height: 100%;
    }
}

.btn-checklist {
    width: 80%;
}

.btn-checklist-small {
    width: 39%;
}

.timeline {
    margin: 0px 30px 30px;
}

    .timeline .timeline-body {
        margin-left: 26px;
    }

    .timeline:before {
        margin-left: 2px;
    }

.widget-thumb .widget-thumb-heading.indicadores-box {
    margin-top: 14px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .indicadores-sticky {
        position: sticky;
        top: 0px;
        z-index: 100;
    }
}

@media (min-width: 1027px) {
    .indicadores-sticky {
        position: sticky;
        top: 52px;
        z-index: 100;
    }
}


.progress.progress-vg {
    height: 19px;
    margin-bottom: 0px;
}

.progress-bar-warning.aguardando-aprovacao-bar {
    background-color: #f58443;
}




.labelOverlay {
    width: 0px;
    height: 0px;
    position: relative;
    top: 49px;
    left: 60px;
    text-align: center;
    cursor: default;
    z-index: 10;
    font-size: 12px;
}

.labelOverlay2 {
    width: 0px;
    height: 0px;
    position: relative;
    top: 60px;
    left: 220px;
    text-align: center;
    cursor: default;
    z-index: 10;
    font-size: 11px;
}

.chart {
    position: relative;
}

.labelOverlay p {
    line-height: 0.3;
    padding: 0;
    margin: 8px;
}

.page-content-wrapper .page-content {
    margin-left: 195px;
    margin-top: 0;
    min-height: 600px;
    padding: 7px 15px 10px;
}

.page-bar {
    margin-bottom: 8px;
    background-color: #eef1f5;
}

.form-control-tree {
    width: 100%;
    padding: 6px 6px 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    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;
    -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;
}

.form-control-tree-bottom {
    border-bottom: 1px solid #c2cad8;
}

.down-tree-facke {
    position: absolute;
    z-index: 10;
    width: 95%;
}

#portlet_tree_down {
    /*max-height: 236px;*/
    overflow-y: auto;
}

.progress-inside-table {
    margin-bottom: 0px;
    height: 14px;
    width: 68%;
    float: left;
}

.sr-only.sr-only-inside-table {
    clip: unset;
    position: inherit;
    width: 35px;
    height: 15px;
}

.progress-bar-atendido.progress-bar-success {
    background-color: green;
}

.progress-bar-aprovacao.progress-bar-success {
    background-color: #2b82ce;
}

.page-title {
    color: #67809F;
    font-size: 22px;
    margin-top: 16px;
}

.portlet > .portlet-title-index {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
}


@media (max-width: 991px) {
    .actions-left {
        float: left;
        padding-bottom: 10px
    }

    .actions-filtro-grid {
        padding-bottom: 10px;
    }
}

@media (min-width: 1027px) {
    .actions-left {
        float: left;
    }
}

table > thead {
    background-color: #444d58;
}

.table.table-light > thead > tr > th {
    color: #ebecec;
}

    .table.table-light > thead > tr > th a {
        color: #ebecec;
    }

@media (min-width: 1200px) {
    .container {
        width: 1279px;
    }
}

.font-dark {
    color: #67809F !important;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done:hover {
    background-color: rgba(255, 255, 255, 0.00);
}

.line-space-10 {
    height: 10px;
}

.page-header .page-header-top .page-logo {
    height: 50px;
}

.page-header .page-header-top .top-menu {
    margin: 0px 0 0;
}

.page-header .page-header-top {
    height: 50px;
}


@media (max-width: 991px) {
    .page-header {
        /*height: 0px;*/
    }

    #TituloHeader {
        width: 92%;
    }
}

@media (min-width: 1027px) {
    .page-header {
        height: 86px;
    }

    #TituloHeader {
        /*width: 92%;*/
    }
}

.page-header .page-header-menu .search-form {
    margin-top: 0px;
}

.page-header .page-header-menu {
    /*height: 36px;*/
}

    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        padding: 8px 18px 8px;
    }

.sr-only {
    position: unset;
}

.tabbable-custom {
    margin-bottom: 0px;
}

.form-control, output {
    font-size: small;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a, .page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
    color: #ebecec;
}

.portlet-title.sem-border-bottom {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    height: 34px;
    min-height: 34px;
}

.actions-expandir {
    margin-top: -25px;
    margin-right: -27px;
}

.portlet > .portlet-title > .actions > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn, .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm, .portlet > .portlet-title > .actions > .btn.btn-sm.btn-filtrar {
    padding: 4px 10px 5px 10px;
}

@media (max-width: 991px) {
    .actions-left {
        float: left;
        padding-bottom: 10px
    }

    .portlet.light > .portlet-title > .actions.actions-filtro-grid {
        padding: 0px 0 10px;
    }
}

@media (min-width: 1027px) {
    .actions-left {
        float: left;
    }

    .portlet.light > .portlet-title > .actions.actions-filtro-grid {
        padding: 0px 0 0px;
    }
}


.portlet.light .portlet-body {
    padding-top: 0px;
}

.table.table-light > thead > tr > th {
    font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    font-size: 12px;
}

.modal-body {
    padding: 0px;
}

    .modal-body.modal-alert {
        padding: 20px;
    }

.portlet.light > .portlet-title {
    min-height: 40px;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.pendente {
    border-color: #F1C40F #F1C40F #e7ecf1;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.aprovado {
    border-color: #26C281 #26C281 #e7ecf1;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.aguardando-aprovacao {
    border-color: #f58443 #f58443 #e7ecf1;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.reprovado {
    border-color: #ed6b75 #ed6b75 #e7ecf1;
}


.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.insatisfatorio {
    border-color: #ed6b75;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.bom {
    border-color: #F1C40F;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.satisfatorio {
    border-color: #26C281;
}


.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done.item-nao-aplicavel {
    border-color: #fff #fff #e7ecf1 #e7ecf1;
    background-color: #eff3f8;
    border-left: #e7ecf1 0.5px solid;
    border-top: #e7ecf1 0.5px solid;
}

.btn.btn-outline.blue-hoki.item-nao-aplicavel-blue-hoki {
    border-color: #67809f30;
    color: #67809f5e;
    background: 0 0;
}

    .btn.btn-outline.blue-hoki.item-nao-aplicavel-blue-hoki:hover {
        border-color: #67809F;
        color: #FFF;
        background-color: #67809F;
    }

.label-aprovado {
    background-color: #26C281
}

.label-aguardando-aprovacao {
    background-color: #f58443
}

.label-reprovado {
    background-color: #ed6b75
}

.label-pendente {
    background-color: #F1C40F
}

.label-doc-vencido {
    background-color: #ed6b75
}

.label-doc-a-vencer {
    background-color: #F1C40F;
}

.label-doc-em-dia {
    background-color: #2b99f7;
}

.page-header .page-header-top .page-logo .logo-default {
    margin: 0.5px 0 0;
}

.overflow-area {
    height: 407px;
    overflow: auto;
}

.cabecalho-relatorio {
    display: none;
}

.portlet-title-visivel {
    display: block;
}

.portlet-title-no-visivel {
    display: none;
}


.page-header .page-header-top .menu-toggler {
    background: url(../assets/layouts/img/sidebar_toggler_icon_darkblue.png);
}

@media (max-width: 991px) {
    .row-evidencia-item {
        margin-right: 31px;
    }

    .col-dataValidade-NaoAplicavel {
        margin-top: 15px;
        padding-left: 15px;
    }

    .hierarquia-filtro-area-fixed {
        /*position: fixed;*/
        /*width: 32%;*/
    }
}

@media (min-width: 1027px) {
    .row-evidencia-item {
        margin-right: 61px;
    }

    .col-dataValidade-NaoAplicavel {
        margin-top: 15px;
        padding-left: 0px;
    }

    .hierarquia-filtro-area-fixed {
        position: fixed;
        width: 32%;
    }
}


/*CSS para impressão*/
@media print {

    @page {
        margin: 0.5cm;
    }

    .page-header.page-bar.hierarquia-filtro-area {
        display: none;
    }

    .relatorio-area {
        width: 100%;
    }

    table > thead {
        background-color: #444d58;
    }

    .table-scrollable {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border: 1px solid #e7ecf1;
        margin: 10px 0 !important;
    }

    .cabecalho-relatorio {
        display: block;
        padding-bottom: 10%;
    }

    .portlet-title-visivel.portlet-title-no-visivel {
        display: none;
    }

    .hierarquia-filtro-area-fixed {
        position: inherit;
        width: 32%;
        display: none;
    }
}

.text-only {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

    .text-only.insatisfatorio {
        color: #ed6b75;
    }

.glyphicon.glyphicon-ok-circle.insatisfatorio {
    color: #ed6b75;
    padding-right: 15px;
    font-size: large;
}

.text-only.bom {
    color: #F1C40F;
}

.glyphicon.glyphicon-ok-circle.bom {
    color: #F1C40F;
    padding-right: 15px;
    font-size: large;
}


.text-only.satisfatorio {
    color: #26C281;
}

.glyphicon.glyphicon-ok-circle.satisfatorio {
    color: #26C281;
    padding-right: 15px;
    font-size: large;
}

.status-questionario {
    width: 100px;
    height: 30px;
    margin-left: 14px;
    padding-top: 7px;
    text-align: center;
}

.status-questionario-reprovado {
    background-color: #ed6b75;
    width: 100px;
    height: 30px;
    margin-left: 14px;
    padding-top: 7px;
    text-align: center;
}


.slimScrollBar {
    opacity: 10 !important;
}

select option:disabled {
    color: red;
    font-weight: bold;
}

/***
    Icones produtos VG
    ***/
.vg-link-icons {
    padding: 0;
    margin: 0 auto;
    width: auto;
}

    .vg-link-icons:after,
    .vg-link-icons:before {
        content: "";
        display: table;
    }

    .vg-link-icons:after {
        clear: both;
    }

    .vg-link-icons li {
        float: left;
        display: inline;
        list-style: none;
        margin: 12px;
    }

        .vg-link-icons li a, a.vg-link-icon {
            width: 70px;
            height: 70px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
        }

            .vg-link-icons li a, a.vg-link-icon:hover {
                background-color: #eee;
            }

        .vg-link-icons li:hover {
            background-color: #eee;
        }

    .vg-link-icons .sogi {
        background: url(../assets/img/link-sogi.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icons .consultoriaonline {
        background: url(../assets/img/link-consultoriaonline.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icons .vgresiduos {
        background: url(../assets/img/link-vgresiduos.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icons .vgloja {
        background: url(../assets/img/link-loja.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icons .futurelegis {
        background: url(../assets/img/future-legis.png) no-repeat;
        background-size: contain;
    }

.vg-link-icon {
    display: inline-block !important;
    width: 70px;
    height: 70px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

    .vg-link-icon.sogi {
        background: url(../img/link-sogi.png) no-repeat;
        background-size: contain;
        background-position: top;
    }

    .vg-link-icon.consultoriaonline {
        background: url(../img/link-consultoriaonline.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icon.vgresiduos {
        background: url(../img/link-vgresiduos.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icon.vgloja {
        background: url(../img/link-loja.png) no-repeat;
        background-size: contain;
    }

    .vg-link-icon.futurelegis {
        background: url(../img/future-legis.png) no-repeat;
        background-size: contain;
    }

#SolucoesApps :hover {
    text-decoration: none;
    background-color: white;
}

#dropdownApps:after {
    position: absolute;
    top: -7px;
    left: 457px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #C1CCD1;
    border-left: 6px solid transparent;
    content: '';
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 5px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
    }


    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.obrigatorio:after {
    color: #e02222;
    content: "*";
    font-size: 12px;
    padding-left: 2px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

[aria-expanded="true"] .fa-chevron-circle-down,
[aria-expanded="false"] .fa-chevron-circle-up {
    display: none;
}