/***** Ajustes inFORT CMS *****/

/* corrige comportamento bugado do menu de contexto ao usar um ticonview dentro de um card ou form */
.card,
.form-group,
.fb-inline-field-container  {
    position: unset; /* relative; */
}

.right-panel{
    box-shadow: -25px 0px 50px 0px rgb(0 0 0 / 35%) !important;
}

iframe
{
   background: none !important;
}

/***** Header Action *****/

.header-actions {
    gap: 3px;
    flex-wrap: wrap;
}

/***** Charts *****/

.chart
{
    box-shadow: none;
   /* background: white;*/
    padding: 0;
    margin-bottom: 0;
}


/***** window_modal *****/

.ui-dialog {
    box-shadow: 0 20px 100px rgba(0,0,0,.9);
    /*border: 1px solid #2c3c43 !important;*/
}
.window_modal .panel {
    margin: unset;
}/*
.ui-dialog .panel .note-editor.note-frame {
    border: 1px solid #a9a9a9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}*/
.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*z-index: 1300 !important;*/
}

/***** ** *****/


/* Modal - corrie bug ao usar com um TWindow */
.modal-open .modal {
    z-index: 2002 !important;
}


.hr-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


/***** IconPicker *****/

.iconpicker-popover.popover {
    position: fixed;
}

/***** ImageCrooper *****

.timagecropper_actions {
    z-index: 2;
}
.img_imagecropper {
    position: absolute;
    z-index: 1;
}


/***** COLORS *****/

.bg-amber {
  background-color: #FFC107 !important;
  color: #fff; }
  .bg-amber .content .text,
  .bg-amber .content .number {
    color: #fff !important; }

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff; }
  .bg-blue-grey .content .text,
  .bg-blue-grey .content .number {
    color: #fff !important; }

.col-amber {
  color: #FFC107 !important; }

.col-blue-grey {
  color: #607D8B !important; }

.bg-light-blue-grey {
    background-color: #e0e8ec !important;
}

.bg-picture {
    background: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.15) 100%);
}
.bg-picture img {
    border: none;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(0px 2px 1px #33333399);
}
.tfieldlist > .bg-picture img {
    padding: 1px;
}

[data-bs-theme=dark] .bg-picture {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/***** BTN APP *****/

.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 10px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.btn-app > .fa,
.btn-app > .fab,
.btn-app > .far,
.btn-app > .fas,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px !important;
  display: block;
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.bg-app {
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4
}
.bg-app:hover { 
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.bg-app:active,
.bg-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[data-bs-theme=dark] .bg-app {
    background-color: #212529;
    border-color: var(--bs-border-color);
    color: white;
}
[data-bs-theme=dark] .bg-app:hover, [data-bs-theme=dark] .bg-app:active, [data-bs-theme=dark] .bg-app.hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: var(--bs-border-color);
}
/*
[data-bs-theme=dark] .bg-app {
    color: #c9cfd5;
    background-color: #374249;
    border: 1px solid #374249;
}
[data-bs-theme=dark] .bg-app:hover, [data-bs-theme=dark] .bg-app:focus {
    color: #555;
    background-color: #e3e3e3;
}
*/

/***** Tooltip *****/

.tooltip .tooltip-inner
{
    /*color: #000;
    background-color: #fff;
    padding: 3px 8px;
    border:#000 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;*/
    -moz-box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    box-shadow: 2px 2px 2px RGBA(0,0,0,0.2);
    /*max-width: none;*/
}

/***** Bootstrap Form *****/

.fixed-bottom .panel-footer.card-footer {
    position: fixed;
    /*right: -5px;*/
    bottom: 45vh;
    z-index: 10;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-inner-border-radius) 0 0 var(--bs-card-inner-border-radius);
    /* background: none; */
    padding: 0.25rem 0.5rem 0.25rem 0.15rem;
    width: 65px !important;
    text-align: center;
    /*box-shadow: var(--bs-card-box-shadow);*/
    -webkit-animation: shadow-drop-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fixed-bottom .panel-footer.card-footer .btn{
    height: 46px;
    width: 46px;
    margin: 2px;
}
.fixed-bottom .panel-footer.card-footer .btn i{
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em;
}

[data-bs-theme=dark] .fixed-bottom .panel-footer.card-footer {
    background-color: var(--bs-card-bg);
}

.max-boy-height .card-body {
    height: calc(100vh - 135px);
    overflow: auto;
}

/***** Form do Perfil *****/

.caixa {
    padding: 15px 5px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/***** Footer *****/

.logo_rodape,
footer .logo_rodape {
    height: 0.82em;
    width: auto;
    margin-bottom: .15rem;
}

[data-bs-theme=dark] .logo_rodape .path-cor {
    fill:#fff;
}

/***** Login *****/

.login-page .modal-content.rounded-4.shadow {
    background-color: rgb(255 255 255 / 60%) !important;
    box-shadow: .25rem 0 .375rem -.0625rem rgba(20,20,20,.12), .125rem 0 .25rem -.0625rem rgba(20,20,20,.07)!important;
    backdrop-filter: blur(3px);
}

.copyright {
    
}

.copyright.vertical {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -80px;
    bottom: 100px;
    position: absolute;
    text-shadow: -1px 1px 1px #000;
    font-size: 14px;
    color: #fff;
}
.copyright.vertical a {
    color: #fff;
}
.copyright.vertical a:hover {
    color: #ee453c;
}

.blur {
    box-shadow: inset 0 0 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    /*background-color: rgba(255,255,255,.8)!important; */
}

/***** Listagem de Arquivos *****/

.ticonview img {
    max-height: 80px;
    max-width: 100px;
}

.ticonview > li {
/*    border: 2px solid #fff;
    padding: 5px; */
    vertical-align: text-top;
}
.ticonview>li .infortcms-filesystem:hover,
.ticonview>li .infortcms-filesystem:focus {
    background: #7e7e7e36;
    border-color: rgba(1,123,255, 0.3);
}
.ticonview>li>a:hover {
    text-decoration: none;
}
.ticonview>li>a>i {
    height: 57px;
}
.ticonview > li > div > span {
    color: inherit;
}

/*
.infortcms-filesystem {
    border: 2px solid #fff;
    padding: 10px;
}
.infortcms-filesystem:hover,
.infortcms-filesystem:focus {
    border-color: rgba(1,123,255, 0.3);
}*/
.infortcms-filesystem img {
    max-height: 7rem;
    max-width: 11rem;
}
.infortcms-filesystem > .item-icon {
    height: 7rem;
    width: 11rem;
    text-align: center;
}
.infortcms-filesystem > .item-icon > .cropper-bg,
.infortcms-filesystem > .item-icon > .cropper-bg > .bg-picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infortcms-filesystem > .item-icon > i {
    font-size: 7rem;
}
.infortcms-filesystem > .item-name {
    text-align: center;
    width: 11rem;
}
[data-type="back"] .infortcms-filesystem > .item-ellipsis {
    display: none !important;
    word-wrap: break-word;
}
.infortcms-filesystem > .item-ellipsis {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    display: none;
    z-index: 2;
    text-align: center;
    background: rgb(255 255 255 / 70%);
}
.infortcms-filesystem > .item-select {
    position: absolute;
    /*left: 5px;
    top: 5px;*/
    width: 20px;
    z-index: 2;
    text-align: center;
    /*background: rgb(255 255 255 / 70%);*/
}
.infortcms-filesystem > .item-select > .ttd {
    margin: 0 !important;
    /*color: gold;*/
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.infortcms-filesystem:hover {
    border-color: rgba(1,123,255, 0.3);
    /*color: #8f95a5;*/
}
.infortcms-filesystem:hover > .item-select,
.infortcms-filesystem:hover > .item-ellipsis {
    display: block;
    color: rgba(1,123,255, 1);
}
.infortcms-filesystem > .item-ellipsis:hover {
    background: rgba(1,123,255, 1);
    color: white;
}

@media (max-width:767px)
{
    .infortcms-filesystem img {
        max-height: 5rem;
        max-width: 9rem;
    }
    .infortcms-filesystem > .item-icon {
        height: 5rem;
        width: 9rem;
    }
    .infortcms-filesystem > .item-icon > i {
        font-size: 5rem;
    }
    .infortcms-filesystem > .item-name {
        width: 9rem;
    }
}

/***** Scrollbar *****/

/* Works on Firefox */
* {
  scrollbar-width: 8px !important;
  scrollbar-color: rgba(0,0,0,.3) rgba(0,0,0,0) !important;
}

/* Works on Chrome, Edge, and Safari */
/* width */
*::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
*::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  background-color: rgba(0,0,0,.2) !important;
  border-radius: 10px !important;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0) !important;
  border-radius: 10px !important;
  /*border-bottom: 1px solid #222;*/
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  /*background-color: rgba(255,255,255,.5); /*#b30000;*/
}

/***** Info Box *****/

.info-box-3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  }
  .info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-3 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-3 .chart {
    margin-right: 5px; }
  .info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-3 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-3 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-3 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-3 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-3 .content .text {
      font-size: 13px;
      margin-top: 11px;
      }
    .info-box-3 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      }

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
  width: 100%; }

/***** Modal de Vídeo *****/
 
.video-modal .modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.video-modal .modal-content .modal-body {
    padding: 0 25px 25px 25px !important;
    overflow-y: unset;
}

.video-modal .modal-content .modal-header {
    padding: 25px 25px 15px 25px !important;
    text-align: right;
}

.video-modal .modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

#iframe_external {
    width: 1150px;
    height: 645px;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.7);
}
.video-modal .modal-dialog {
    width: 1200px;
}

@media (max-width:1599px)
{
    #iframe_external {
        width: 1150px;
        height: 645px;
    }
    .video-modal .modal-dialog {
        width: 1200px;
    }
}
@media (max-width:1199px)
{
    #iframe_external {
        width: 850px;
        height: 475px;
    }
    .video-modal .modal-dialog {
        width: 900px;
    }
}
@media (max-width:991px)
{
    #iframe_external {
        width: 550px;
        height: 308px;
    }
    .video-modal .modal-dialog {
        width: 600px;
    }
}
@media (max-width:767px)
{
    #iframe_external {
        width: 100%;
        max-width: 600px;
        height: 308px;
    }
    .video-modal .modal-dialog {
        width: auto;
        max-width: 600px;
    }
}

@media (min-width: 576px)
{
    .video-modal .modal-dialog {
        max-width: unset;
        margin: 1.75rem auto;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2025-1-20 23:2:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-left
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-left {
  0% {
    opacity: 0;
    right: -50px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    right: -5px;
    opacity: 1;
    -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35);
            box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-left {
  0% {
    right: -50px;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    right: -5px;
    opacity: 1;
    -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35);
            box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35);
  }
}
