#ir-whatsapp{
    position: fixed;
    bottom: 10rem;
    right: 2.15rem;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 3000;
    display: block;
    opacity: 0.7;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

.btn_mult{
    border: none; 
    background-color: #2C7768;
    color: #fff;
    font-weight: 900;
    margin-top: 12px;
    padding: 4px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    width: 100px;
    height: 41px;
}

.abadanger{
    background: #F2DEDE !important;
}

.abawarning{
    background: #FCF8E3 !important;
}

.abasuccess{
    background: #E3F5E5 !important;
}

.abainfo{
    background: #E3E8F5 !important;
}

#listaprodutos td input { /* 66 */
    border-width: 0px;
    background-color: transparent;
    text-align: right;
    width: 80px;
}

.SemanaCss { /* 66 */
    border-width: 0px;
    background-color: transparent;
    text-align: right;
    width: 140px;
}

.tingredientes .delete_item_cardapio{
    display: none;
}

.tingredientes .delete_item{
    display: none;
}

.tcardapio .up{
    display: none;
}

/*
Icone mais opções
*/

.fab {
    cursor: pointer;
}
.fab-backdrop {
    color: rgba(255, 255, 255, 0);
}
.fab-primary, .fab-secondary {
    transition: all 0.35s ease-in-out;
}
.fab.active .fab-primary {
    opacity: 0;
    transform: rotate(225deg);
}
.fab-secondary {
    opacity: 0;
    transform: rotate(-225deg);
}
.fab.active .fab-secondary {
    opacity: 1;
    transform: rotate(0);
    margin-top: -2px;
}



#inbox .show-on-hover:hover > ul.dropdown-menu {
    display: block;    

}
#inbox .show-on-hover {
    position: absolute;
    bottom: 80px;
    right: 80px;
}
#inbox .btn-io{
    border-radius: 50%;
    height: 54px;
    width: 54px;
    padding: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(202, 124, 124, 0.72);
}
#inbox .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
    margin-bottom: -5px;
    padding-bottom: 30px;
}
#inbox .dropdown-menu-right {
    right: 0 !Important;
    left: auto !Important;
}
#inbox .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0) !Important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0) !Important;
}
#inbox .fa-iox{
    font-size: 22px;
}
#inbox .dropdown-menu > li > a {
    display: block;
    padding: 0;
    padding-top: 4px;
    margin-top: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    border: solid 1px #ccc;
    border-radius: 50px;
    font-size: 21px;
    box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.72);
}
#inbox .dropdown-menu > li:first-child>a {
    background: #6E4320 !important;
    color: #fff !important;
}
#inbox .dropdown-menu > li:last-child>a {
    background: #D3A516;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(3)>a {
    background: #3C80F6;
    color: #fff;
}
#inbox .dropdown-menu > li:nth-child(2)>a {
    background: #2CAC26;
    color: #fff;
}
#inbox .fa-iosm{

    margin-top: 7px;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

/*
.chat-panel .panel-body {
    height: 700px;
    overflow-y: scroll;
}
*/

/*
** listagem das pessoas
*/

.tables-social-list{
    width: 100%;
}

.tables-social-list img{
    margin-right: 0px;
    margin-bottom: 10px;
}

.tables-social-list td{
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top;
}

.tables-social-list tr{
    border-bottom: 1px solid #ddd;
}

/*
Vídeo responsive
*/

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

figure { width: 90%; min-width: 17.5em; margin:0 auto;}
figcaption { font: 120% sans-serif; text-align: center;}
.boxVideo {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto;
}
.boxVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*rodapé do sistema */
#rodape  {
    background-color: #f7fbfb;
    border-top: solid 2px #378e97;
    font-size: 9pt;
    font-family: Verdana;
    /*font-weight: bold;*/
    width: 100%;
    color: Black;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 900;
}
#rodape .img  {
    width: 150px;
}

/* criado para piscar gabarito que não pode ser inserido */
.backgroundRed {
    animation: fundoVermelho 3.5s;
}

@keyframes fundoVermelho {
    0% { background: transparent; color: #333;}
    33% { background: #f2aaa7; color: #000; }
    85% { background: #f2aaa7; color: #000; }
    100% { background: transparent; color: #333; }
}


/*Botão suspenso*/
.social {
    position: fixed;
    top: 50%;
    right:0px;
    z-index: 1000;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}

.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
    -webkit-transform: translate(-110px, 0);
    -moz-transform: translate(-110px, 0);
    -ms-transform: translate(-110px, 0);
    -o-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
    background: rgba(173, 178, 177, 0.4);
    z-index: 1000;
}

.social ul li:hover a {
    color: #000;
    z-index: 1000;
}

.social ul li:hover i {
    color: #fff;
    background: #16a085;
    z-index: 1000;
}

.social ul li i {
    margin-right: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px; 
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 1000;

}




.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.cr-rotate-controls button {
    border: 0;
    background: none;
}
.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}
.cr-rotate-l i:before {
    content: '↺';
}
.cr-rotate-r i:before {
    content: '↻';
}


.btn-whats {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999999999;
    display: block
}
button.pulse-button i {
    color: #ffffff;
    font-size: 25px;
}
button.pulse-button:focus {
    outline: none;
}
.pulse-button {
    position: relative;
    width: 51px;
    height: 51px;
    border: none;
    box-shadow: 0 0 0 0 rgba(217, 0, 0, 0.29);
    border-radius: 50%;
    background: #19768b;
    background-image: -webkit-linear-gradient(top, #19768b, #19768b);
    background-image: -moz-linear-gradient(top, #19768b, #19768b);
    background-image: -ms-linear-gradient(top, #19768b, #19768b);
    background-image: -o-linear-gradient(top, #19768b, #19768b);
    background-image: linear-gradient(to bottom, #19768b, #19768b);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
}
.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

hr.new1 {
    border-top: 1px solid red;
}

.img-publicacao-bs img{
    max-width: 100%;
}



.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
                .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* fim do css do croppie */

/** NOVO CSS SIPF 2025 VERSÃO 4 **/
/* Container “largura total” opcional */
.container.container--stretch { max-width: 98%; width: auto; }

/* Mainbar “largura total” */
.mainbar { transition: all .2s ease; }
.mainbar--stretch { width: 100%; }
@media (min-width: 992px) {
  .mainbar--stretch { margin-left: 0 !important; }
}

/* Footer “largura total” */
footer.footer { transition: all .2s ease; }
footer.footer.footer--stretch { width: 100%; }
footer.footer.footer--stretch > .container { max-width: 98%; width: auto; }
@media (min-width: 992px) {
  footer.footer.footer--stretch { margin-left: 0 !important; }
}

/* Header & crumbs */
.content--interactive .content-header { margin-bottom: 12px; }
.content-header .content-header-main {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap;
}
.header-tools .btn + .btn { margin-left: 6px; }
.tools-divider { display: inline-block; width: 1px; height: 20px; background: #e6e6e6; margin: 0 8px; }
.breadcrumb--compact { margin: 8px 0 0; background: transparent; padding: 0; }
.breadcrumb--compact > li + li:before {
  content: "\f105"; font-family: FontAwesome; color: #9aa0a6; padding: 0 6px;
}

/* Gutters utilitários (simulam g-* do BS5) */
.row.g-16 { margin-left: -8px; margin-right: -8px; }
.row.g-16 > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

/* Modo compacto */
.compact-mode .row [class*="col-"] > .panel,
.compact-mode .row [class*="col-"] > .well { margin-bottom: 8px; }
.compact-mode .panel-body { padding: 10px; }

/* ===== KPIs compactos no sidebar ===== */
.kpi-mini .kpi-item{
  display:flex; align-items:center; gap:10px;
  border:1px solid #eee; border-radius:8px; padding:10px 12px; margin-bottom:8px;
  background:#fff;
}
.kpi-mini .kpi-ico{ font-size:18px; width:20px; text-align:center; }
.kpi-mini .kpi-text{ line-height:1.2; }
.kpi-mini .kpi-value{ font-weight:700; font-size:16px; }
.kpi-mini .kpi-label{ font-size:12px; color:#6b7280; }

/* Indicadores extra (badges já do BS3) */
.kpi-extra .list-group-item { display:flex; align-items:center; justify-content:space-between; }

/* ===== Tabela turmas ===== */
#tabela-turmas td .badge{
  font-size:11px;
}

/* ===== Modal: alunos com foto ===== */
.alunos-list .media{
  border-bottom:1px solid #f1f1f1; padding:8px 0;
}
.avatar-xs{
  width:38px; height:38px; border-radius:50%;
  object-fit:cover; background:#f4f4f4;
}
.media-heading .label{ margin-left:6px; }
.rail{ max-height:220px; overflow:auto; }

/* ===== Filtros ===== */
#form-filtros .form-group{ margin-right:6px; margin-bottom:6px; }


/* ===== Notificações no header ===== */
.header-actions .badge-notif{
  background:#d9534f; /* vermelho Bootstrap */
  margin-left: 4px;
}
.notif-menu{ width: 360px; padding:0; }
.notif-menu .dropdown-header{ padding:8px 12px; }
.notif-menu .no-padding{ padding:0; }
.notif-scroll{ max-height: 260px; overflow:auto; }

/* Itens de notificação */
.notif-item{
  padding:8px 10px; border-bottom:1px solid #f1f1f1;
  display:flex; align-items:flex-start; gap:8px;
}
.notif-item:hover{ background:#f9f9f9; }
.notif-prio{
  width:6px; border-radius:3px; display:inline-block; margin-right:4px; margin-top:3px;
}
.prio-alta    { background:#d9534f; }  /* danger */
.prio-media   { background:#f0ad4e; }  /* warning */
.prio-baixa   { background:#5bc0de; }  /* info */
.notif-icon   { width:18px; text-align:center; margin-right:2px; }
.notif-main   { flex:1 1 auto; }
.notif-title  { margin:0; font-size:13px; line-height:1.2; }
.notif-meta   { font-size:11px; color:#888; margin-top:2px; }
.notif-thumb{
  width:32px; height:32px; border-radius:50%; object-fit:cover; background:#f1f1f1;
}

/* Modal Relatar Erro */
#modalRelatarErro .help-block{ margin-bottom:0; }

/* ===== Chips do header (estilo da imagem) ===== */
.header-tools .header-chips { display: inline-block; }
.header-tools .header-chips .chip {
  display: inline-block;
  padding: 10px 14px;
  margin: 0 6px 6px 0;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid transparent;
  min-width: 180px;          /* largura agradável como no print */
  text-align: center;
}
.header-tools .header-chips .chip i { margin-right: 6px; }

/* Paletas suaves, compatíveis com BS3 */
.header-tools .chip-success  { background: #e6f4ea; border-color:#d7eadf; color:#2f6f4f; }
.header-tools .chip-info     { background: #e8f0fe; border-color:#dbe7fd; color:#2c4a7a; }
.header-tools .chip-warning  { background: #fff7e6; border-color:#ffefcc; color:#7a5a1e; }

/* Responsivo: quando o header comprimir, quebra linha com bom espaçamento */
@media (max-width: 991px){
  .header-tools .header-chips .chip { min-width: auto; width: 100%; text-align: left; }
}
