/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

@import url('boot.css');
@import url('../font/font-awesome/css/all.css');

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


/*DATA TABLE */
.dt-info{
    padding-left: 30px !important;
}
.dt-paging.paging_simple_numbers{
  padding-right: 15px !important;
}

#myTable a{
    color: #333 !important;
}
#myTable a strong{
    font-weight: 600 !important;
}
.dt-paging .dt-paging-button.current{
    border-color: #ebeaea !important;
    background: #ebeaea !important;
    color: #5e88fe !important;
    border-radius: 4px !important;
}

div.dt-container div.dt-layout-row{
  margin-top: 0px !important;
}
/*
.table > :not(:first-child) {
    border-top: 0px !important;
}
.table-border-bottom-0{
  border-top: 2px solid #d9dee3 !important;
}*/



.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
}


/*COLORS*/

.badge2 {
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 12px;
}
.badge2.badge-primary{
    color: #5E88FE;
    background: #5e88fe36;
}
.badge2.badge-danger{
    color: #EF4444;
    background: #EF444436;
}
.badge2.badge-info{
    color: #0EA5E9;
    background: #0EA5E936;
}
.badge2.badge-success{
    color: #22c55E;
    background: #22c55E36;
}
.badge2.badge-warning{
    color: #F59E0B;
    background: #F59E0B36;
}


.btn-primary {
    color: #fff;
    background-color: #1579bd;
    border-color: #1579bd;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.btn-primary:hover{
    background: #1a252f;
    border-color: #1a252f;
}


/*
.table thead{
    border-top: 0px !important;
}*/
.table-responsive div.dt-container div.dt-layout-row{
    margin: 0px !important;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging{
    padding-top: 12px;
    padding-bottom: 12px;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active{
    opacity: 0.3;
}



.timeline{
    position: relative;
    list-style: none;
}
.timeline .timeline-item{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 12px;
    padding-left: 28px;
}
.timeline .timeline-item h4{
    font-size: 1rem;
}
.timeline .timeline-item::before{
    position: absolute;
    content: '';
    top: 26px;
    left: 6px;
    background-color: #cbd5e1;
    width: 2px;
    height: calc(100% - 2rem);
}

.timeline .timeline-item::after{
    position: absolute;
    content: '';
    top: 3px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-color: #cbd5e1;
    border-radius: 50%;
}
.timeline .timeline-item:first-child::after{
    background-color: #6231F2 !important;
}
.timeline h4{
    font-weight: 600 !important;
}
.timeline small{
    font-size: 0.8rem;
}
.timeline p{
    margin-top: 8px;
    font-size: 0.93rem;
    margin-bottom: 0px;
}
.timeline{
    padding-left: 0px !important;
}


.layout-navbar.navbar-detached{
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px;
}


.card-indicadores{
    border-bottom: 2px solid #ddd;
}
.card-indicadores i{
    background:#ddd;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}
.card-indicadores .card-title{
    font-weight: 700;
}
.card-indicadores-azul{
    border-bottom: 3px solid #A6D2F5;
}
.card-indicadores-azul i{
    background: #DBEEFB;
    color: #228FE9;
}
.card-indicadores-amarelo{
    border-bottom: 3px solid #FFDE9D;
}
.card-indicadores-amarelo i{
    background: #FFF3D7;
    color: #FFAC27;
}
.card-indicadores-laranja{
    border-bottom: 3px solid #FFB2A6;
}
.card-indicadores-laranja i{
    background: #FFE0DB;
    color: #FF3A21;
}
.card-indicadores-azulclaro{
    border-bottom: 3px solid #9AE7F6;
}
.card-indicadores-azulclaro i{
    background: #D7F5FC;
    color: #0DC3EA;
}

.card-atendimento .avatar i{
    background:#ddd;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
}
.card-atendimento .avatar.item0 i{
    background: #D7F5FC;
    color: #0DC3EA;
}
.card-atendimento .avatar.item1 i{
   background: #FFE0DB;
    color: #FF3A21;
}
.card-atendimento .avatar.item2 i {
    background: #FFF3D7;
    color: #FFAC27;
}
.card-atendimento .avatar.item3 i {
    background: #e0fad6;
    color: #0b6a1c;
}
.card-atendimento .avatar.item4 i {
    background: #e9d6fa;
    color: #440b6a;
}
.card-atendimento .avatar.item5 i {
    background: #DBEEFB;
    color: #228FE9;
}

.layout-menu .menu-link .badge-danger{
    background: #DC3545FF!important;
    font-size: 0.6rem !important;
        height: 18px;
    margin-left: 12px;

}
.bg-menu-theme .menu-header:before{
    display: none !important;
}


/* Esconde o radio padrão */
.color-radio input[type="radio"] {
    display: none;
}

/* Cria a bolinha */
.color-radio label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
}

/* Mostra borda azul quando selecionado */
.color-radio input[type="radio"]:checked + label {
    border: 2px solid #007BFF; /* azul */
}


.politica-privacidade  h1{
    font-size: 1.6rem;
    font-weight: 700;
}
.politica-privacidade  h4{
    font-size: 1.2rem;
    font-weight: 700;
}