@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

card-header:focus-visible,card-body:focus-visible, card:focus-visible {
    outline: none !important;
}

table.table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(72, 106, 156) !important;
    color: rgb(255, 255, 255) !important;
  }
  table.table.dataTable > tbody > tr.selected a {
    color: rgb(9, 10, 11) !important;
  }
  /*table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
  }
    */
  table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.95) !important;
  }
  table.table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.075) !important;
  }
  table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.975) !important;
  }

  table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(124, 150, 190, 0.975) !important;
}

input::placeholder {
    font-size: small;
    font-weight: lighter;
    opacity: 0.5;
}

.modal-xl-custom {
    max-width: 90% !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: small;
}

.form-group {

    margin-bottom: 15px;
}

.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }
  
  .timeline-with-icons .timeline-item {
    position: relative;
  }
  
  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.hf-mt-ajuste {
    margin-top: 2rem !important;
}
.hf-card-box-box {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border-bottom: 1px solid #CCC
}

.hf-card-box-box .hf-card-box-color-blue {
    border-bottom: 1px solid #307ecc
}

.hf-card-box-box .hf-card-box-color-red {
    border-bottom: 1px solid #f98e8e
}

.hf-card-box-header {
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
    to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
    endColorstr='#ffeeeeee', GradientType=0);
    color: #669fc7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    text-align: right
}

.hf-card-box-color-blue > .hf-card-box-header {
    border: 1px solid #307ecc;
    border-bottom: 1px solid #307ecc;
}

.hf-card-box-color-red > .hf-card-box-header {
    border: 1px solid #f98e8e;
    border-bottom: 1px solid #f98e8e;
    color: #fff;
}


.collapsed > .hf-card-box-header {
    border-bottom-width: 0
}

.hf-card-box-header-flat {
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.hf-card-box-header-blue {
    background: #3867B7;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #3867B7 !important;
}

.hf-card-box-header-red {
    background: #f98e8e;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.hf-card-box-header-large {
    min-height: 49px;
    padding-left: 18px
}

.hf-card-box-header-small {
    min-height: 31px;
    padding-left: 10px
}

.hf-card-box-header > :first-child {
    line-height: 36px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left
}

.hf-card-box-header > :first-child > [class*="icon-"] {
    margin-right: 6px;
    font-weight: normal;
    font-size: 110%;
    display: inline-block
}

.hf-card-box-header-large > :first-child {
    line-height: 48px
}

.hf-card-box-header-small > :first-child {
    line-height: 30px
}

.hf-card-box-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    position: relative;
    text-align: left
}

.hf-card-box-header-large > .hf-card-box-toolbar {
    line-height: 48px
}

.hf-card-box-header-small > .hf-card-box-toolbar {
    line-height: 29px
}

.hf-card-box-toolbar.no-padding {
    padding: 0
}

.hf-card-box-toolbar.padding-5 {
    padding: 0 5px
}

.hf-card-box-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border-right: 1px solid #d9d9d9
}

.hf-card-box-header-large > .hf-card-box-toolbar:before {
    top: 6px;
    bottom: 6px
}

:root {
    --header-height: 3.5rem;
    --nav-width: 250px;
    --first-color: #6923D0;
    --nav-pills-bg-selected: #3867B7;
    --hf-title-color: ##3a3a3a;
    --first-color-light: #F4F0FA;
    --title-color: #19181B;
    --text-color: #58555E;
    --text-color-light: #A5A1AA;
    --body-color: #FFFFFF;
    --container-color: #FFFFFF;
    --body-font: 'Poppins', sans-serif;
    --normal-font-size: .938rem;
    --small-font-size: .65rem;
    --mn-font-size: .65rem;
    --font-medium: 500;
    --font-semi-bold: 600;
    --z-fixed: 100;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    width: 100%;
}

/* style icon */
.inner-addon .fa-solid {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    z-index: 2;
}

.inner-addon>i {
    font-size: 12px;
    color: rgb(162, 162, 162);
}

.inner-addon>i:focus {
    font-size: 12px;
    color: var(--first-color);
}


/* align icon */
.left-addon .fa-solid {
    left: 0px;
}

.right-addon .fa-solid {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.nav-pills li a:hover {
    background-color: var(--bs-blue);
}



.hf-m-0 {
    margin: 0 !important
}

.hf-m-top-0 {
    margin-top: 0 !important
}

.hf-m-top-4 {
    margin-top: 4px !important
}

.hf-m-top-6 {
    margin-top: 6px !important
}

.hf-m-top-8 {
    margin-top: 8px !important
}

.hf-m-top-12 {
    margin-top: 12px !important
}

.hf-m-top-16 {
    margin-top: 16px !important
}

.hf-m-top-18 {
    margin-top: 18px !important
}

.hf-m-top-20 {
    margin-top: 20px !important
}

.hf-m-top-32 {
    margin-top: 32px !important
}

.hf-m-top-24 {
    margin-top: 24px !important
}

.hf-m-top-40 {
    margin-top: 40px !important
}

.hf-m-bottom-0 {
    margin-bottom: 0 !important
}

.hf-m-bottom-2 {
    margin-bottom: 2px !important
}

.hf-m-bottom-4 {
    margin-bottom: 4px !important
}

.hf-m-bottom-6 {
    margin-bottom: 6px !important
}

.hf-m-bottom-8 {
    margin-bottom: 8px !important
}

.hf-m-bottom-10 {
    margin-bottom: 10px !important
}

.hf-m-bottom-11 {
    margin-bottom: 11px !important
}

.hf-m-bottom-12 {
    margin-bottom: 12px !important
}

.hf-m-bottom-16 {
    margin-bottom: 16px !important
}

.hf-m-bottom-18 {
    margin-bottom: 18px !important
}

.hf-m-bottom-20 {
    margin-bottom: 20px !important
}

.hf-m-bottom-24 {
    margin-bottom: 24px !important
}

.hf-m-bottom-26 {
    margin-bottom: 26px !important
}

.hf-m-bottom-28 {
    margin-bottom: 28px !important
}

.hf-m-bottom-32 {
    margin-bottom: 32px !important
}

.hf-m-bottom-40 {
    margin-bottom: 40px !important
}

.hf-m-right-0 {
    margin-right: 0 !important
}

.hf-m-right-2 {
    margin-right: 2px !important
}

.hf-m-right-4 {
    margin-right: 4px !important
}

.hf-m-right-8 {
    margin-right: 8px !important
}

.hf-m-right-10 {
    margin-right: 10px !important
}

.hf-m-right-12 {
    margin-right: 12px !important
}

.hf-m-right-16 {
    margin-right: 16px !important
}

.hf-m-right-20 {
    margin-right: 20px !important
}

.hf-m-right-22 {
    margin-right: 22px !important
}

.hf-m-right-32 {
    margin-right: 32px !important
}

.hf-m-right-36 {
    margin-right: 36px !important
}

.hf-m-right-40 {
    margin-right: 40px !important
}

.hf-m-right-64 {
    margin-right: 64px !important
}

.hf-m-left-4 {
    margin-left: 4px !important
}

.hf-m-left-0 {
    margin-left: 0 !important
}

.hf-m-left-8 {
    margin-left: 8px !important
}

.hf-m-left-12 {
    margin-left: 12px !important
}

.hf-m-left-16 {
    margin-left: 16px !important
}

.hf-m-left-20 {
    margin-left: 20px !important
}

.hf-m-left-24 {
    margin-left: 24px !important
}

.hf-m-left-30 {
    margin-left: 30px !important
}

.hf-m-left-80 {
    margin-left: 80px !important
}


@media screen and (min-width: 1024px) {
    :root {
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --mn-font-size: .813rem;
    }
}

.hf-btn-with-badge {
    position: relative
}

.hf-btn-with-badge .hf-badge {
    align-items: center;
    background: #0c6dff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    left: 80%;
    line-height: 14px;
    margin: 0 0 0 -10px;
    min-width: 16px;
    padding: 0;
    position: absolute;
    top: 0
}

.hf-btn-with-badge .hf-badge.bad {
    background: #da2121
}

.hf-btn-with-badge .hf-badge.complete {
    background: #00a653
}

.hf-btn {
    align-items: center;
    background: #fff;
    background-image: none;
    border: 1px solid #066bb3;
    border-radius: 4px !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    color: #066bb3;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 0;
    outline: none;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none !important;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.hf-btn.hf-btn-sm {
    padding: 0px 6px !important;
    font-size: 14px !important;
    height: 28px !important;


} 


.hf-btn.hf-btn-selected {
    background: #c1d4e4
}

.hf-btn.borderless,
.hf-btn.borderless:hover {
    border: none
}

.hf-btn.hf-btn-delete,
.hf-btn.hf-btn-delete:hover {
    background: #fee8e7;
    color: #f44336
}

.hf-btn.hf-btn-delete:hover {
    opacity: .7
}

.hf-btn.hf-btn-borderless {
    border: none !important
}

.hf-btn a {
    text-decoration: none
}

.hf-btn.hf-new-btn {
    height: auto !important;
    padding: 8px 24px;
    width: auto !important
}

.hf-btn:hover {
    border: 2px solid #034c87;
    color: #034c87;
   
}

.hf-btn:hover.hf-new-btn {
    padding: 7px 23px
}

.hf-btn:active {
    background: #002e5c;
    background: #f0f5f9;
    border: 1px solid #002e5c;
    color: #002e5c
}

.hf-btn.text-centered {
    justify-content: center
}

.hf-btn.light {
    border: 1px solid #c4dcee;
    box-sizing: border-box;
    height: auto
}

.hf-btn.light:hover {
    padding: 6px 12px
}

.hf-btn.btn-back {
    background: #f0f5f9;
    border-radius: 20px 0 0 0 !important;
    display: flex;
    height: auto
}

.hf-btn img {
    height: 24px;
    width: 24px
}

.hf-btn img.small {
    height: 16px;
    transition: transform .3s;
    width: 16px
}

.hf-btn.hf-btn-disabled,
.hf-btn[disabled] {
    background: #f2f2f2 !important;
    border: none;
    box-shadow: none;
    color: #c2c5cc !important;
    cursor: not-allowed;
    position: relative
}

.hf-btn.hf-btn-disabled[title]:hover:after,
.hf-btn[disabled][title]:hover:after {
    background: #2a3b4c;
    border-radius: 8px;
    bottom: -25%;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .08);
    color: #fff;
    content: attr(title);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px;
    position: absolute;
    right: 100%;
    width: -moz-max-content;
    width: max-content
}

.hf-btn.hf-btn-danger {
    border: 1px solid #f44336 !important;
    color: #f44336 !important
}

.hf-btn.hf-btn-secondary {
    background: #6c757d;
    border: 1px solid #fff;
    color: #fff
}

.hf-btn.hf-btn-secondary:hover {
    opacity: .7
}

.hf-btn.hf-btn-secondary:active {
    opacity: .5
}

.hf-btn.dashed-border {
    border: 1px dashed #c4dcee;
    border-radius: 12px;
    box-sizing: border-box
}

.hf-btn.hf-btn-primary {
    background: #066bb3;
    color: #fff
}

.hf-btn.hf-btn-primary:hover {
    background: #034c87
}

.hf-btn.hf-btn-primary:active {
    background: #002e5c
}



.hf-btn.hf-btn-primary-warning {
    border: 1px solid #f8cc0a !important;
    background: #f8cc0a;
    color: #fff
}

.hf-btn.hf-btn-primary-warning:hover {
    background: #c7a303
}

.hf-btn.hf-btn-primary-warning:active {
    background: #a18402
}
.hf-btn.hf-btn-primary-refreshGreen {
    border: 1px solid #05c115 !important;
    background: #05c115;
    color: #fff
}

.hf-btn.hf-btn-primary-refreshGreen:hover {
    background: #01930d
}

.hf-btn.hf-btn-primary-refreshGreen:active {
    background: #00730a
}
.hf-btn.hf-btn-primary-purple {
    border: 1px solid #c104b7 !important;
    background: #c104b7;
    color: #fff
}

.hf-btn.hf-btn-primary-purple:hover {
    background: #93008c
}

.hf-btn.hf-btn-primary-purple:active {
    background: #5a0256
}


.hf-btn.hf-btn-primary-cancel {
    border: 1px solid #f44336 !important;
    background: #842029;
    color: #fff
}

.hf-btn.hf-btn-primary-cancel:hover {
    background: #b02a37
}

.hf-btn.hf-btn-primary-cancel:active {
    background: #842029
}


.hf-btn.hf-btn-icon-more:before {
    content: "\f0e6";
    font: normal normal normal 14px/1 FontAwesome;
    margin: auto 8px auto auto
}

.hf-btn-back-auth {
    border: 2px solid #c2daf2;
    border-radius: 11px;
    color: #2a3b4c;
    font-size: 13px;
    margin-right: 10px;
    padding: 9px 10px
}

.hf-btn-back-auth:hover {
    background: var(--nav-pills-bg-selected);
    color: #fff
}

.hf-card {
    background: #fff;
    border-radius: 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    margin: 10px;
    padding: 20px
}
span.hf-subtitle{
    font-size: 20px;
    line-height: 33px;
    color:var(--text-color)
}
h1.hf-title {
    font-size: 24px;
    line-height: 33px
}

h1.hf-title,
h2.hf-title {
    color: var(--hf-title-color);
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 0
}

h2.hf-title {
    font-size: 20px;
    line-height: 27px
}

h3.hf-title {
    color: var(--hf-title-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0
}


/*========== DATATABLE =======*/

.dataTable {
    font-size: 13px;
    padding-top: 20px
}

.dataTable thead th {
    border: none !important;
    color: rgba(0, 0, 0, .549);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px !important;
    text-align: center !important
}

.dataTable thead .sorting {
    background-image: none !important
}

.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after {
    content: "" !important
}

.fci-grid {
    height: 1.2em !important;
    width: 3.4em !important;
    float: none !important;
}

.dataTable tbody td {
    border-radius: 0 !important;

    vertical-align: middle !important;
    width: 30px !important
}
.tr-details{
    background-color: #e2e3e5 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box !important;
    display: inline-block !important;
    min-width: 1.5em;
    padding: 0 !important;
    margin-left: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: inherit !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    color: none !important;
    border: none !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none !important;
    color: black !important;
  }


div.dataTables_length select {
    background: #fff;
    padding: 3px;
    text-align: center
}

.contabancariagrid tbody td {
    font-size: var(--normal-font-size);
}

.datatables-truncate {
    max-width:80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.modal-pai-escurece
{    
    z-index: 1001 !important;
}
/* PILLS*/
/* 3. Pills */
.nav-stacked>div {
    float: none !important;
}

.nav-pills>div>a:visited {
    color: #666666;
    text-decoration: none;
}

.nav-pills>div>a {
    position: relative;
    display: block;
}

.nav-pills>div {
    position: relative;
    float: left;
}

.nav-pills>div>a {
    padding: 10px 40px 10px 10px;
    border-radius: 4px;
    position: relative;
    display: block;
}

.nav-pills>div>a:focus,
.nav-pills>div>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills>div.active>a,
.nav-pills>div.active>a:focus,
.nav-pills>div.active>a:hover {
    color: #fff;
    background-color: var(--nav-pills-bg-selected);
}

.nav-pills>div.active,
.nav-pills>div.active>a:link,
.nav-pills>div.active>a:visited,
.nav-pills>div.active>a:active,
.nav-pills>div.active>a:focus,
.nav-pills>div.active>a:hover {
    text-decoration: none;
    border-radius: 4px 0px 0px 4px;
    background-color: var (--nav-pills-bg-selected);
    height: 44px;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.nav-pills>div>.triangle {
    display: none;
    position: absolute;
    z-index: 99;
    border-color: transparent;
    border-left: 25px solid transparent;
    border-style: solid none solid solid;
    border-width: 22px 0 22px 20px;
    height: 0;
    top: 0;
    width: 0;
    left: 100%;
    margin-bottom: 0;
    margin-left: 0;
}

.nav-pills>div.active .triangle {
    display: block;
    border-left-color: #3867B7;
}

.block-under-title {
    padding-top: 20px;
    border-left: 1px solid #D9DBDA !important;
    border-bottom: 1px solid #D9DBDA !important;
    border-top: none !important;
    padding-left: 23px;
    width: 85%;
}



/*========== BASE ==========*/
*,
::before,
::after {
    box-sizing: border-box;
}

body {
    margin: 2.5rem 0 0 0;
    padding: 1px 0 0 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
.logoReport
{
    width: 90px;
}

.headerReport
{
text-align: -webkit-center;
}

/*========== HEADER ==========*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--container-color);
    box-shadow: 0 1px 0 rgba(22, 8, 43, 0.1);
    padding: 0 1rem;
    z-index: var(--z-fixed);
}

.header__container {
    display: flex;
    align-items: center;
    height: var(--header-height);
    justify-content: space-between;
}

.header__img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.header__logo {
    color: var(--title-color);
    font-weight: var(--font-medium);
    display: none;
}

.header__search {
    display: flex;
    padding: .40rem .75rem;
    background-color: var(--first-color-light);
    border-radius: .25rem;
}

.header__input {
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--first-color-light);
}

.header__input::placeholder {
    font-family: var(--body-font);
    color: var(--text-color);
}

.header__icon,
.header__toggle {
    font-size: 1.2rem;
}

.header__toggle {
    color: var(--title-color);
    cursor: pointer;
}

/*========== NAV ==========*/
.bg_subnav {
    background-color: #3867B7 !important;
}

._subNavLnk {
    color: #ffffff !important;
}

._subNavLnk.active,
._subNavLnk:hover {
    color: var(--text-color) !important;
    background-color: #fff !important;
    font-weight: 500;

}

.bg_nav {
    background-color: #eff3f6 !important;
}

.link_nav_menu.active,
.link_nav_menu:hover {
    color: #0c6dff !important;
    background-color: rgb(255, 255, 255) !important;

}

.link_nav_menu {
    color: var(--text-color-light) !important;
}

.nav2 {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    padding: 1rem 1rem 0;
    background-color: var(--container-color);
    box-shadow: 1px 0 0 rgba(22, 8, 43, 0.1);
    z-index: var(--z-fixed);
    transition: .4s;
}

.nav__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3rem;
    overflow: auto;
    scrollbar-width: none;
    /* For mozilla */
}

/* For Google Chrome and others */
.nav__container::-webkit-scrollbar {
    display: none;
}

.nav__logo {
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;
}

.nav__list,
.nav__items {
    display: grid;
}

.nav__list {
    row-gap: 2.5rem;
}

.nav__items {
    row-gap: 1.5rem;
}

.nav__subtitle {
    font-size: var(--normal-font-size);
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: var(--text-color-light);
}

.nav__link {
    display: flex;
    align-items: center;
    color: var(--text-color);
}

.nav__link:hover {
    color: var(--first-color);
}

.nav__icon {
    font-size: 1.2rem;
    margin-right: .5rem;
}

.nav__name {
    font-size: var(--small-font-size);
    font-weight: var(--font-medium);
    white-space: nowrap;
}

.nav__logout {
    margin-top: 5rem;
}

.brasao {
    width: 150px;
}

/* Dropdown */
.nav__dropdown {
    overflow: hidden;
    max-height: 21px;
    transition: .4s ease-in-out;
}

.nav__dropdown-collapse {
    background-color: var(--first-color-light);
    border-radius: .25rem;
    margin-top: 1rem;
}

.nav__dropdown-content {
    display: grid;
    row-gap: .5rem;
    padding: .75rem 2.5rem .75rem 1.8rem;
}

.nav__dropdown-item {
    font-size: var(--mn-font-size);
    font-weight: var(--font-medium);
    color: var(--text-color);
}

.nav__dropdown-item:hover {
    color: var(--first-color);
}

.nav__dropdown-icon {
    margin-left: auto;
    transition: .4s;
}

/* Show dropdown collapse */
.nav__dropdown:hover {
    max-height: 100rem;
    transition: .4s;
}

/* Rotate icon arrow */
.nav__dropdown:hover .nav__dropdown-icon {
    transform: rotate(180deg);
}

/*===== Show menu =====*/
.show-menu {
    left: 0;
}

/*===== Active link =====*/

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/
@media screen and (max-width: 320px) {
    .header__search {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    
    .header {
        padding: 0 3rem 0 6rem;
    }

    .header__container {
        height: calc(var(--header-height) + .5rem);
    }

    .header__search {
        width: 300px;
        padding: .55rem .75rem;
    }

    .header__toggle {
        display: none;
    }

    .header__logo {
        display: block;
    }

    .header__img {
        width: 40px;
        height: 40px;
        order: 1;
    }


    .nav2 {
        left: 0;
        padding: 1.2rem 1.5rem 0;
        width: 68px;
        /* Reduced navbar */
    }


    .nav__items {
        row-gap: 1.7rem;
    }

    .nav__icon {
        font-size: 1.3rem;
    }

    /* Element opacity */
    .nav__logo-name,
    .nav__name,
    .nav__subtitle,
    .nav__dropdown-icon {
        opacity: 0;
        transition: .3s;
    }


    /* Navbar expanded */

    .nav2:hover {
        width: var(--nav-width);
    }

    /* Visible elements */
    .nav2:hover .nav__logo-name {
        opacity: 1;
    }

    /* Visible elements */
    .nav2:hover .nav__logo-name {
        opacity: 1;
    }

    .nav2:hover .nav__subtitle {
        opacity: 1;
    }

    .nav2:hover .nav__name {
        opacity: 1;
    }

    .nav2:hover .nav__dropdown-icon {
        opacity: 1;
    }
}



.btn-circleStep {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/*CREATE BTN CIRCLE*/
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.container-steps {
    position: relative;
    height: 2rem;
    width: 380px;
    max-width: 90svw
}

.container-steps .step {
    position: absolute;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    z-index: 1;
    color: #fff;
    font-size: 1rem
}

.container-steps .step.completed {
    background-color: #009efb;
}

.container-steps .step:first-child {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem
}

.container-steps .step:nth-child(2) {
    left: calc(33% + 0.25rem);
    top: 50%;
    transform: translate(-50%,-50%)
}

.container-steps .step:nth-child(3) {
    left: calc(66% - 0.25rem);
    top: 50%;
    transform: translate(-50%,-50%)
}

.container-steps .step:nth-child(4) {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.container-steps .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 1rem);
    height: 0.5rem;
    background-color: #eee;
    border-radius: 0.25rem
}

.container-steps .line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #009efb
}

.container-steps .line.second-step:after {
    width: 33%
}

.container-steps .line.third-step:after {
    width: 66%
}

.container-steps .line.fourth-step:after {
    width: 100%
}

.container-status {
    /*padding: 1rem;*/
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem
}

.container-status .status-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600
}

.container-status .status-title label {
    color: #54667a
}

.container-status .status-title button {
    padding: 0;
    color: #009efb;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer
}

.container-status .status-title button:hover {
    text-decoration: underline
}

.container-status .status-flow-steps {
    /* padding:0.5rem 0rem; */
    width: 100%;
    /* display:flex; */
    /* justify-content:center; */
    align-items: center;
}

.container-status .status-card {
    padding: 0.4rem;
    width: 100%;
    border-radius: 1.3rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-status .status-reason {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem
}

.container-status .status-reason label {
    font-weight: 600;
    color: #54667a
}

.container-status .status-reason p {
    margin: 0;
    text-align: justify
}

.card-alert {
    font-size: 16px;
    color: #b55902;
    background-color: rgba(255,154,60,0.278);
    padding: 16px;
    border-radius: 16px;
    font-weight: 500
}
.app-container,
.user-container {
    display: inline-block;
    vertical-align: top;
    min-height: 44px;
    text-align: center;
    position: relative
}

.user-content:hover .user-info {
    display: inline-block
}

.user-info>ul>li {
    position: relative;
    padding: 10px;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025)
}

.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.user-info>ul>li::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #eee;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search-info>ul>li>i {
    font-size: 12px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.user-info>ul>li:hover::before {
    width: 100%
}

.user-info>ul>li:hover a,
.user-info>ul>li:hover div,
.user-info>ul>li:hover i {
    color: var(--first-color) !important;
}

.user-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.all-application,
.user-content {
    width: 35px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    font-size: 18px;
    color: #3a3a3a;
    cursor: pointer;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}


.all-application i {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.all-application:hover i {
    color: #fafafa;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.all-application:hover,
.favorite-content:hover {
    text-decoration: none;
    background-color: var(--first-color);
}


.all-application:hover>.menu-application {
    display: inline-block
}

.menu-application {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 10;
    min-height: 200px;
    min-width: 320px;
    background-color: #fafafa;
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.menu-application li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 10px
}

.menu-application li a {
    width: 85px;
    height: 48px;
    border: 2px solid #fff;
    color: #ccc;
    display: block;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .5
}

.menu-application li a:focus,
.menu-application li a:hover {
    opacity: 1;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.user-container {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative
}

.user-content:hover {
    text-decoration: none;
    color: #fafafa;
    background-color: var(--first-color)
}

.user-content:hover .user-info {
    display: inline-block
}

.user-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a !important;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}


.user-info>ul {
    padding: 0;
}



.user-info>h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fafafa;
    line-height: 15px;
    padding: 10px 15px;
    margin: 0 -1px;
    background-color: var(--first-color);
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.user-info>ul>hr {
    color: #3a3a3a
}

.user-info>ul>hr:hover {
    color: #3a3a3a
}

.user-info {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    min-width: 197px;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}


.file-upload {
    background-color: transparent;
    width: 600px;
    padding: 20px;
}

/* BUTTON */
.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

/* PLACEHOLDER */
.file-upload-preview {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-placeholder {
    margin-top: 20px;
    border: 4px dashed var(--nav-pills-bg-selected);
    position: relative;
}

.image-dropping,
.file-upload-placeholder:hover {
    background-color: var(--nav-pills-bg-selected);
    border: 4px dashed #fff;
    color: #fff !important;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #ccc;
    padding: 60px 0;
}


/* PREVIEW */
.file-upload-image {
    height: 350px;
    width: 350px;
    margin: auto;
    padding: 20px;
}

/* REMOVE */
.file-upload-remove {
    padding: 0 15px 15px 15px;
    color: #222;
}

.remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.hf-primary {
    color: var(--nav-pills-bg-selected) !important;
}

/* my own interpretation of Bootstrap callout */
.bs-callout {
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 4px;
}

.bs-callout>p {
    font-size: 0.87rem !important;
}

.bs-callout h6 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 4px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
    background-color: #f7f7f9;
}

.bs-callout-default h6 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h6 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #efffe8;
}

.bs-callout-success h6 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #fcf2f2;
}

.bs-callout-danger h6 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fefbed;
}

.bs-callout-warning h6 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
    background-color: #f0f7fd;
}

.bs-callout-info h6 {
    color: #5bc0de;
}

/* bg transparency and disabled effects for Bootstrap callout */
.bs-callout-default.transparent {
    background-color: rgb(247, 247, 249, 0.7);
    /*#f7f7f9*/
}

.bs-callout-success.transparent {
    background-color: rgb(239, 255, 232, 0.7);
    /*#efffe8*/
}

.bs-callout-warning.transparent {
    background-color: rgb(254, 251, 237, 0.7);
    /*#fefbed*/
}

.bs-callout-danger.transparent {
    background-color: rgb(252, 242, 242, 0.7);
    /*#fcf2f2*/
}

.bs-callout-info.transparent {
    background-color: rgb(240, 247, 253, 0.7);
    /*#f0f7fd*/
}

.bs-callout.disabled {
    opacity: 0.4;
}

/*okr*/
.okr {
    background-color: transparent
}

.okr .objectives-informations-box {
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    height: 100px;
    padding: 16px;
    width: 100%
}

.okr .objectives-informations-box .objectives-informations-icon {
    color: #066bb3;
    display: inline-block;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: super
}

.okr .objectives-informations-box .objectives-informations-info {
    display: inline-block;
    height: 100%;
    text-align: left
}

.okr .objectives-informations-box .objectives-informations-info span:first-child {
    display: block;
    font-size: 14px
}

.okr .objectives-informations-box .objectives-informations-info span:nth-child(2) {
    display: inline-block;
    font-size: 35px;
    line-height: 35px
}

/*REVISAR*/
  .well {
         min-height: 20px;
         padding: 19px;
         margin-bottom: 20px;
         background-color: #f5f5f5;
         border: 1px solid #e3e3e3;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
         border-radius: 4px;
         -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
         -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
         box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
      }
.well4 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: none;
    border: 1px solid #e3e3e3;
}
.well {
    border-radius: 0
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin-top: 0
}

.well h1, .well h2, .well h3 {
    line-height: 36px
}

.title {
    font-weight: 600;
}
.alncenter {
    text-align: center !important;
}

.justified {
    text-align: justify !important;
}
._header_ {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC
}
.dark-blue {
    color: #275182 !important
}
.bkgd-grey {
    background-color: #e9e9e9 !important;
}
.bkgd-light-grey {
    background-color: #f4f3f3 !important;
}
.green {
    color: #69aa46 !important
}

.light-green {
    color: #b6e07f !important
}
.tr-collapse {
    /* display: none; */
}

.tr-collapse.in {
    display: table-row;
}

.ident-4 {
    padding-left: 4px;
}

.ident-6 {
    padding-left: 6px;
}

.ident-12 {
    padding-left: 12px;
}

.ident-16 {
    padding-left: 16px;
}

.ident-24 {
    padding-left: 24px;
}

.ident-36 {
    padding-left: 36px;
}

.ident-48 {
    padding-left: 48px;
}

.ident-72 {
    padding-left: 72px;
}

.ident-96 {
    padding-left: 96px;
}

.ident-120 {
    padding-left: 120px;
}
.mn-90 {
    font-size: 90%
}
.grey {
    color: #777 !important
}

.light-grey {
    color: #bbb !important
}

.MesFundo {
    background-color: #275c80  !important;
}

.MesTitulo {
    color: #ffffff !important;
}

.MesSilga {
    color: #dceb06 !important;
}

.bgaccparcela {
 
    background-color: #eff3f6  !important;
}

.bgaccparcela:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none;
    ;
}
.th-text-left {
    text-align: left !important;
}

.custom-tooltip {
    --bs-tooltip-bg: red;
    --bs-tooltip-color: white;
  }

  
.space,.vspace {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0
}

.hfvspace {
	display: none
}

.hfspace-32 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 32px 0
}

.hfvspace-32 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 32px 0;
	display: none
}

.hfspace-28 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 28px 0
}

.hfvspace-28 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 28px 0;
	display: none
}

.hfspace-24 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 24px 0
}

.hfvspace-24 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 24px 0;
	display: none
}

.hfspace-20 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 20px 0
}

.hfvspace-20 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 20px 0;
	display: none
}

.hfspace-16 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 16px 0
}

.hfvspace-16 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 16px 0;
	display: none
}

.hfspace-12 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0
}

.hfvspace-12 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	display: none
}

.hfspace-8 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 8px 0
}

.hfvspace-8 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 8px 0;
	display: none
}

.hfspace-4 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 4px 0
}

.hfvspace-4 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 4px 0;
	display: none
}

.hfspace-10 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 10px 0
}

.hfvspace-10 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 10px 0;
	display: none
}

.hfspace-6 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0
}

.hfvspace-6 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0;
	display: none
}

.hfspace-2 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 2px 0
}

.hfvspace-2 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 2px 0;
	display: none
}

.hfspace-1 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 1px 0
}

.hfvspace-1 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 1px 0;
	display: none
}
.mm-110 {
	font-size: 110%
}

.mm-120 {
	font-size: 120%
}

.mm-125 {
	font-size: 125%
}

.mm-130 {
	font-size: 130%
}

.mm-140 {
	font-size: 140%
}

.mm-150 {
	font-size: 150%
}

.mm-160 {
	font-size: 160%
}

.mm-170 {
	font-size: 170%
}

.mm-200 {
	font-size: 200%
}

.mm-250 {
	font-size: 250%
}

.mm-800 {
	font-size: 800%
}

.mn-90 {
	font-size: 90%
}

.mn-80 {
	font-size: 80%
}

.mn-75 {
	font-size: 75%
}

.mn-60 {
	font-size: 60%
}

.mn-65 {
	font-size: 65%
}

.mn-50 {
	font-size: 50%
}
.alnright{
	text-align: right !important;
}

.alncenter{
	text-align: center !important;
}

.alnleft{
	text-align: left !important;
}
table.pdf-table-black, table.pdf-table-black tr, table.pdf-table-black td,
	table.pdf-table-black th {
	border-color: #333 !important;
}

.light-grey{
	color: #f4f3f3 !important
}

.bkgd-white{
	background: #ffffff !important;
}

.bkgd-white-swan{
	background: #fcfaf6 !important;
}

.bkgd-black{
	background: #000000 !important;
}

.bkgd-red{
	background-color: #dd5a43 !important
}

.bkgd-red-first-date{
	background-color: #fab1a0 !important;
}

.bkgd-red-pastel{
	background: #ff6b6b !important;
}

.bkgd-red-pomegranate{
	background:  #c0392b !important;
}


.bkgd-pink-glamour{
	background: #ff7979 !important;
}

.bkgd-pink-apple-valley{
	background: #ea8685 !important;
}

.bkgd-light-grey{
	background: #f4f3f3 !important;
}
	
.bkgd-primary{
	background: #2283c5 !important;
}

.bkgd-info{
	background: #6fb3e0 !important;
}
	
.bkgd-grey{
	background: #e9e9e9 !important;
}

.bkgd-orange{
	background: #ffb638 !important;
}

.bkgd-light-blue{
	background: #dcf5fa !important;
}

.bkgd-light-blue2{
	background: #E4F1FE !important;
}

.bkgd-blue{
	background: #2283c5 !important;
}

.bkgd-blue2{
	background: #73B1D6 !important;
}

.bkgd-amethyst{
	background: #9b59b6 !important;
}

.bkgd-emerald{
	background: #2ecc71 !important;
}

.bkgd-alizarin{
	background: #e74c3c !important;
}

.bkgd-soft-red{
	background: #EC644B !important;
}

.bkgd-sun-flower{
	background: #f1c40f !important;
}

.bkgd-peter-river{
	background: #3498db !important;
}

.bkgd-wet-asphalt{
	background: #34495e !important;
}

.bkgd-midnight-blue{
	background: #2c3e50 !important;
}

.bkgd-asbestos{
	background: #7f8c8d !important;
}

.bkgd-hot-stone{
	background: #aaa69d !important;
}

.bkgd-pencil-lead{
	background: #596275 !important;
}

.bkgd-silver{
	background: #bdc3c7 !important;
}

.bkgd-turquoise{
	background: #1abc9c !important;
}

.bkgd-green-sea{
	background: #16a085 !important;
}

.bkgd-green-lime-soup{
	background: #7bed9f !important;
}

.bkgd-sour-lemon{
	background: #ffeaa7 !important;
}

.bkgd-bright-yarrow{
	background: #fdcb6e !important;
}

.bkgd-green-wild-caribean{
	background: #1dd1a1 !important;
}

.bkgd-light-green{
	background: #9be19b !important;
}

.bkgd-light-green2{
	background: #dbf6db !important;
}

.bkgd-wax-flower{
	background:#F1A9A0 !important;
}

.bkgd-wax-flower2{
	background:#ffdfdb !important;
}
.no-border{
	border: none !important;
}

/*Notification counter*/
.mailbox {
    position: relative;
    font-size: 16px;
    line-height: 2.5em;
    margin: 0.3em;
  }
  
  .notification {
    /* circle shape, size and position */
    position: absolute;
    right: -0.7em;
    top: -0.7em;
    min-width: 1.6em; /* or width, explained below. */
    height: 1.6em;
    border-radius: 0.8em; /* or 50%, explained below. */
    border: 0.05em solid white;
    background-color: red;
  
    /* number size and position */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    color: white;
  }

  /* Make the badge float in the top right corner of the button */
.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
   
    padding: 1px 3px;
    font-size: 10px;
    
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
  }
.uppercase {
    text-transform: uppercase;
}
.subtitleReport {
    font-size: 20px;
    font-weight: 800;
}

/*colors*/
.red {
	color: #dd5a43 !important
}

.black {
	color: #000000 !important
}

.yellow{
	color: #fee188 !important
}

.light-red {
	color: #f77 !important
}

.light-red2{
	color: #F5A9A9 !important
}

.blue {
	color: #478fca !important;
}

.light-blue {
	color: #93cbf9 !important
}

.dark-blue{
	color: #275182 !important
}

.green {
	color: #69aa46 !important
}

.light-green {
	color: #b6e07f !important
}

.orange {
	color: #ff892a !important
}

.purple {
	color: #a069c3 !important
}

.pink {
	color: #c6699f !important
}

.pink2 {
	color: #d6487e !important
}

.brown {
	color: #a52a2a !important
}

.card-menu .icon {
  font-size: 3rem;
  color: var(--first-color);
}

.card-menu-text {
  color: gray;
}

.card-menu {
  transition: all 0.5s;
}

.card-menu:hover {
  background-color: #a187c7;
  color: #fff;
  cursor: pointer;
}

.card-menu:hover .icon,
.card-menu:hover .card-text {
  color: #fff !important;
}