/*
    Created on : 18/10/2015, 00:28:11
    Author     : Demerval
    Email      : demervalalmeida@gmail.com
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Source+Sans+3:wght@400;600;700&display=swap');

@font-face {
   font-family: 'Source Sans 3', sans-serif;
    src: local('fonts/SansRegular.ttf'), url(fonts/SansRegular.ttf) format('truetype');
}


body {
   font-family: 'Source Sans 3', sans-serif;
    background-color: rgb(240, 244, 247);

}

.btn {
   border-radius: .28999em;
}

.input {
    border-radius: 0px;
}


/* configurações para o x-editable */
.div-textarea-padding {
    padding: 5px 5px 5px 5px
}

/* configurações para o tooltip*/
.tooltip.top .tooltip-inner {
    background-color: #00436B;
    font-weight: bold;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00436B;
}

.tooltip.right .tooltip-inner {
    background-color: #00436B;
    font-weight: bold;
}

.tooltip.right .tooltip-arrow {
    border-top-color: #00436B;
}

.tooltip.left .tooltip-inner {
    background-color: #00436B;
    font-weight: bold;
}

.tooltip.left .tooltip-arrow {
    border-top-color: #00436B;
}

/* configurações para o menu header */
@media (max-width: 960px) {

  .main-header .navbar-custom-menu a,
  .collapse .navbar-collapse {
    font-size: 0.7em;
  }
  
}
 
@media (max-width: 1280px) {

  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
    font-size: 0.7em;
  }

  .collapse .navbar-collapse {
    font-size: 0.7em;
  }
}


/* definições de tamanho de fonts*/

.font-size8 {
    font-size: 8px;
}

.font-size9 {
    font-size: 9px;
}

.font-size10 {
    font-size: 10px;
}

.font-size11 {
    font-size: 11px;
}

.font-size12 {
    font-size: 12px;
}

.font-size14 {
    font-size: 14px;
}

.font-size15 {
    font-size: 15px;
}

.font-size8em {
    font-size: 0.8em;
}

.font-size12em {
    font-size: 1.2em;
}
.font-size14em {
    font-size: 1.4em;
}
.font-size16em {
    font-size: 1.6em;
}
.font-size18em {
    font-size: 1.8em;
}
.font-size20em {
    font-size: 2.0em;
}

.font-size-negrito8 {
    font-size: 8px;
    font-weight: bold
}

.font-size-negrito9 {
    font-size: 9px;
    font-weight: bold
}

.font-size-negrito10 {
    font-size: 10px;
    font-weight: bold
}

.font-size-negrito11 {
    font-size: 11px;
    font-weight: bold
}

.font-size-negrito12 {
    font-size: 12pt;
    font-weight: bold
}

.font-size-negrito13 {
    font-size: 13px;
    font-weight: bold
}

.font-size-negrito14 {
    font-size: 14px;
    font-weight: bold
}

.font-size-negrito15 {
    font-size: 15px;
    font-weight: bold
}

.maiusculo {
    text-transform: uppercase;
}

#divmensagem {
    margin-top: 10px
}

.bg-black-light {
    background-color: #2A3F54;
}

.bg-blue-dark {
    color: #E4F4FA;
    background-color: #193048 !important;
}

.table-relatorio {
    border: 1px solid #000000;
    border-collapse: collapse;
    font-family: sans-serif, Verdana, Arial, Helvetica;
}

.table-head {
    background: #B5BBC8;
}

.texto-justificado {
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    text-indent: 50px;
    line-height: 2;
}

.text-end {
    text-align: end
}

.text-decoration-none {
    text-decoration: none
}

.border-bottom {
    border-bottom: 1px solid #5cb85c
}

.border-top {
    border-top: 1px solid #dfe5e8
}

.border-left {
    border-left: 1px solid #dfe5e8
}

.border-right {
    border-right: 1px solid #dfe5e8
}

p.quebra {
    page-break-before: always
}

.text-vertical {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

/* CSS PARA bs-callout customizado*/
.bs-callout {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

.linhaHover {
    background-color: #98FB98;
}

.linhaSelecionada {
    background-color: #f6da08;
    font-weight: bold;
}

.img {
    max-width: 240px;
    width: 100%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}

.tableLinhaZebrada tbody tr:nth-child(2n) {
    background-color: #ccc;
}

@page {
    margin: 0.5cm;
}

@media print {

    * {
        background: transparent !important;
        color: #000000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        -webkit-print-color-adjust: exact !important; /* Para navegadores baseados em WebKit (Chrome, Safari, Edge) */
         print-color-adjust: exact !important; /* Padrão W3C */
        -moz-print-color-adjust: exact !important; /* Para navegadores baseados em Gecko (Firefox) */
        -o-print-color-adjust: exact !important; /* Para navegadores baseados em Presto (Opera) */
        -ms-print-color-adjust: exact !important; /* Para navegadores baseados em Trident (Internet Explorer) */
        -webkit-filter: none !important;
    }

    body {
        margin: 0;
        padding: 0;
    }

    table.borda-table {
        border: 1px solid #000000;
        border-collapse: collapse;
        margin-left: 0px;
        border-left-color: #000000;
        border-bottom-color: #000000;
    }

    table.borda-table tr td {
        border: 1px solid #000000;
        border-collapse: collapse;
        border-left-color: #000000;
        border-bottom-color: #000000;
    }

    table.borda-table tr th {
        border: 1px solid #000000;
        border-collapse: collapse;
        border-bottom-color: #000000;
        border-left-color: #FFFFFF;

    }

    p.quebra {
        page-break-before: always
    }

    .text-vertical {
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

    .rodape {
        text-align: center;
        font-size: 0.7em;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .img {
        max-width: 240px;
        width: 100%;
        height: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        float: left;
    }

    .box-header {
        color: #73879C;
        background: #F7F7F7;

    }

}

.jumbotron-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    color: inherit;
    background-color: #eee;
}

.bt-home {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.box{
    border-radius: .5em;
}
@media (max-width: 1226px) {
    .font-size-mobile7 {
        font-size: 0.7em;
    }

    .font-size-mobile8 {
        font-size: 0.8em;
    }

}

@media all and (max-width: 768px) {
    .scroll-div {
        overflow-x: scroll;
        overflow-y: auto;
    }

    .box-header .box-title {
        font-size: 10px;
        font-weight: bold;
    }

    .table-mobile {
        font-size: 9px;
    }

    .nav-tabs {
        font-size: 9px;
    }

    .list-group-item {
        font-size: 9px;
    }

    .font-size-mobile7 {
        font-size: 0.7em;
    }

    .font-size-mobile8 {
        font-size: 0.8em;
    }

    .font-size-mobile9 {
        font-size: 0.9em;
    }

    .font-mobile10 {
        font-size: 10px;
    }

    .font-mobile9 {
        font-size: 9px;
    }

    .mobile-hide {
        display: none !important;
    }

    .btn {
        display: inline-block;
        padding: 4px 10px;
        margin-bottom: 0;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        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: 2px;
    }

    .btn-lg,
    .btn-group-lg>.btn {
        padding: 8px 14px;
        font-size: 11px;
        line-height: 1.3333333;
        border-radius: 4px;
    }

    .btn-sm,
    .btn-group-sm>.btn {
        padding: 8px 14px;
        font-size: 11px;
        line-height: 1.3333333;
        border-radius: 4px;
    }

    .jumbotron-custom {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-radius: 4px;
        color: inherit;
        background-color: #eee;
    }

    .popover {
        z-index: 999999;
    }

    .table-td-hide {
        display: none !important;
    }

    .bt-home-mobile {
        width: 25px;
        height: 25px;
        padding: 6px 0;
        border-radius: 15px;
        text-align: center;
        font-size: 10px;
        line-height: 1.428571429;
    }

}


