@charset "UTF-8";:root{--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px}@media (min-width: 840px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media (min-width: 600px) and (max-width: 839px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media (max-width: 599px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}@media (min-width: 840px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop, 24px);grid-template-columns:repeat(12,minmax(0,1fr))}}}@media (min-width: 600px) and (max-width: 839px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet, 16px);grid-template-columns:repeat(8,minmax(0,1fr))}}}@media (max-width: 599px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone, 16px);grid-template-columns:repeat(4,minmax(0,1fr))}}}@media (min-width: 840px){.mdc-layout-grid__cell{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));box-sizing:border-box;margin:12px;margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.3333333333% - 24px);width:calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.6666666667% - 24px);width:calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.3333333333% - 24px);width:calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.6666666667% - 24px);width:calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:calc(58.3333333333% - 24px);width:calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.6666666667% - 24px);width:calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.3333333333% - 24px);width:calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.6666666667% - 24px);width:calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media (min-width: 600px) and (max-width: 839px){.mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:auto;grid-column-end:span 8}}}@media (max-width: 599px){.mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));box-sizing:border-box;margin:8px;margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports (display: grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports (display: grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media (min-width: 840px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc(var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2)}}@media (min-width: 600px) and (max-width: 839px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc(var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2)}}@media (max-width: 599px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc(var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2)}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto}::ng-deep .mdc-layout-grid{padding:5px!important}html{--mat-sys-surface: var(--branco);--mat-option-label-text-size: 12px;--mat-option-label-text-line-height: 3em;--mdc-list-list-item-one-line-container-height: auto;--mat-list-active-indicator-shape: 0px;box-sizing:border-box}html{--mat-badge-text-font: Roboto, sans-serif}html{--mat-badge-small-size-text-size: 9px}html{--mat-badge-small-size-container-padding: 5px 0 0 0}html{--mat-badge-text-weight: 600}html{--mat-menu-item-label-text-font: Roboto,Helvetica Neue,sans-serif}html{--mat-menu-item-label-text-size: 14px}html{--mat-icon-color: var(--mat-sys-secondary)}html{--mat-expansion-container-shape: 2px}html{--mat-expansion-header-text-size: var(--mat-sys-title-small-size)}html{--mdc-switch-track-width: 42px}html{--mdc-switch-track-height: 20px}html{--mat-switch-unselected-handle-size: 14px}html{--mat-switch-selected-handle-size: 14px}html{--mat-switch-pressed-handle-size: 14px}html{--mat-switch-with-icon-handle-size: 14px}html{--mdc-switch-selected-icon-size: 14px}html{--mdc-switch-unselected-icon-size: 14px}html .mat-mdc-slide-toggle{margin-top:10px;margin-bottom:10px}html{--mat-card-title-text-size: 20px}html{--mat-card-title-text-weight: 500}html{--mat-card-subtitle-text-size: 12px}html{--mat-card-subtitle-text-color: var(--mat-sys-outline)}html{--mat-table-header-headline-color: rgba(0, 0, 0, .5411764706)}html{--mat-table-header-headline-size: 12px}html{--mat-table-header-headline-weight: 500}html{--mat-table-row-item-outline-color: rgba(0, 0, 0, .1215686275)}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: var(--branco)}html .tabela-zebrada-azul .mat-mdc-row:nth-child(2n){background:#e0edf5}html .tabela-zebrada-cinza .mat-mdc-row:nth-child(2n){background-color:#eee}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .5411764706)}html{--mat-paginator-container-background-color: var(--branco)}html{--mat-radio-label-text-size: 12px}html{--mat-radio-label-text-weight: bold}html{--mat-radio-label-text-color: #696363}html .radio-group-vertical-conteiner{--mdc-radio-state-layer-size: 20px}html .mat-elevation-z2,html .mat-elevation-z8{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}html .app-snackbar-ok{--mdc-snackbar-container-color: var(--mat-sys-primary)}html .app-snackbar-ok{--mdc-snackbar-supporting-text-color: var(--mat-sys-primary)}html .app-snackbar-ok{--mat-snack-bar-button-color: var(--mat-sys-on-primary)}html .app-snackbar-erro{--mdc-snackbar-container-color: var(--mat-sys-error)}html .app-snackbar-erro{--mdc-snackbar-supporting-text-color: var(--mat-sys-primary)}html .app-snackbar-erro{--mat-snack-bar-button-color: var(--mat-sys-on-primary)}html .mdc-snackbar__label{color:var(--mat-sys-on-primary)}html .snack-com-fundo-branco{--mdc-snackbar-container-color: var(--mat-sys-on-primary)}html .snack-com-fundo-branco{--mdc-snackbar-supporting-text-color: var(--mat-sys-primary)}html .app-snackbar-conteudo-branco{--mdc-elevated-card-container-shape: 0px;--mdc-elevated-card-container-elevation: 0px;--mdc-elevated-card-container-color: #ddd;margin-top:45px}html .app-snackbar-conteudo-branco{--mdc-snackbar-container-color: #ddd}html .app-snackbar-conteudo-branco{--mdc-snackbar-container-shape: var(--mdc-dialog-container-shape)}html .app-snackbar-conteudo-branco .mat-mdc-card-content{background-color:#fff;border-radius:var(--mdc-dialog-container-shape);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;padding-top:10px;padding-bottom:10px}html .app-snackbar-conteudo-branco .mdc-snackbar__label{color:var(--mat-sys-on-background)}html .app-snackbar-conteudo-branco .mat-mdc-snack-bar-container{border-radius:var(--mdc-dialog-container-shape)}html .btn-icon-primary{--mat-icon-color: var(--mat-sys-primary)}html .btn-icon-error{--mat-icon-color: var(--mat-sys-error)}html .btn-icon-outline{--mat-icon-color: var(--mat-sys-outline)}html{--mdc-elevated-card-container-color: #fff}html .mat-mdc-card{padding:0 0 16px}html .mat-mdc-card .mat-mdc-card-header-text{width:100%}html .mat-mdc-card .mat-mdc-card-actions{justify-content:flex-end;padding:0 16px}html .mat-mdc-card-title{margin-bottom:12px}html .card-com-botao-fechar-no-topo .mat-mdc-card .mat-mdc-card-header-text .mat-mdc-card-title{width:100%;display:flex;justify-content:space-between;align-items:center}html{--mat-datepicker-calendar-date-selected-state-text-color: var(--mat-sys-on-neutral)}html{--mat-datepicker-calendar-date-selected-state-background-color: var(--mat-sys-neutral)}html .btn-fab-primary{--mat-icon-color: var(--mat-sys-on-primary)}html .btn-fab-primary{--mdc-fab-small-container-color: var(--mat-sys-primary)}html .btn-fab-primary{--mdc-fab-container-color: var(--mat-sys-primary)}html .btn-fab-secondary{--mat-icon-color: var(--mat-sys-on-secondary)}html .btn-fab-secondary{--mdc-fab-small-container-color: var(--mat-sys-secondary)}html .btn-fab-secondary{--mdc-fab-container-color: var(--mat-sys-secondary)}html .btn-fab-verde-escuro{--mat-icon-color: var(--mat-sys-on-primary)}html .btn-fab-verde-escuro{--mdc-fab-small-container-color: var(--verde-escuro)}html .btn-fab-verde-escuro{--mdc-fab-container-color: var(--verde-escuro)}html .btn-fab-verde-escuro:disabled{--mat-icon-color: var(--mat-sys-on-neutral)}html .btn-fab-amarelo-escuro{--mat-icon-color: var(--mat-sys-on-primary)}html .btn-fab-amarelo-escuro{--mdc-fab-small-container-color: var(--amarelo-escuro)}html .btn-fab-amarelo-escuro{--mdc-fab-container-color: var(--amarelo-escuro)}html .btn-fab-error{--mat-icon-color: var(--mat-sys-on-error)}html .btn-fab-error{--mdc-fab-small-container-color: var(--mat-sys-error)}html .btn-fab-error{--mdc-fab-container-color: var(--mat-sys-error)}html .mat-micro-fab{transform:scale(.8)}html .primary{color:var(--mat-sys-primary)}html .secondary{color:var(--mat-sys-secondary)}html .error{color:var(--mat-sys-error)}html .bold{font-weight:700}html .mat-drawer-container{--mat-sys-background: #eee}html .icone-alinhado-texto .mat-icon.mat-icon-inline{line-height:13px}html .app-margin-bottom-10{margin-bottom:10px}html .app-margin-bottom-24{margin-bottom:24px}body{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background:var(--mat-sys-outline);margin:0}.toolbar{position:absolute;z-index:99;top:0;left:0;height:64px;width:100%}.logoJT{width:150px}.logoJTPeq{width:30px}.title{font-size:20px;flex:1 1 auto;color:var(--mat-sys-on-primary);text-decoration:inherit}a.app-add-fab,button.app-add-fab{position:fixed;right:23px;top:88px;z-index:99}a.app-add-fab,button.app-add-fab{--mdc-fab-container-color: var(--mat-sys-primary)}a.app-add-fab,button.app-add-fab{--mat-icon-color: var(--mat-sys-on-primary)}.app-fullwidth{width:100%}.mat-mdc-option{font-size:12px}.app-spacer{flex:1 1 auto}.app-hideSmartphone{display:block}.app-showSmartphone{display:none}.app-checkbox-wrap span{white-space:normal}.app-position-just{padding:10px}.app-botoes{margin-top:10px}.app-botoes button+button,.app-botoes button+a,.app-botoes a+button,.app-botoes a+a{margin-left:8px}.botaoPrimary{background-color:var(--color-primary)!important;color:#fff!important}.botaoSecondary{background-color:var(--color-secondary)!important;color:#fff!important}.botaoAccent{background-color:var(--color-accent)!important;color:#fff!important}.app-table-responsive{overflow-x:auto}.app-table-responsive table{width:100%}.mat-secondary{background-color:var(--mat-sys-secondary);color:var(--mat-sys-on-secondary)}.app-value{font-size:12px;font-weight:700;color:#696363}.mat-label{font-size:12px;color:var(--mat-sys-outline)}.app-column-small,.app-column-small-painel{width:5%}.app-column-medium{width:15%}.app-column-large{width:30%}.app-column-right{text-align:right;margin-right:10px}.app-row-value{font-size:12px}.changePointer:hover{cursor:pointer!important}@media (max-width: 799px){.app-checkbox-phone{font-size:11px}.app-tab{margin-top:3px;margin-bottom:3px}.app-hideSmartphone{display:none}.app-showSmartphone{display:block}}.center{display:block;margin-left:auto;margin-right:auto;width:50%}.app-titulo-painel-espelho{font-size:16px;padding:8px;margin-bottom:5px;background-color:#d3d3d3;height:35px!important;border-radius:var(--mat-sys-corner-medium)}.app-titulo-painel-espelho-fechada{font-size:16px;padding:8px;margin-bottom:-2px;background-color:var(--cor-lotacao-fechada);height:35px!important;border-radius:var(--mat-sys-corner-medium)}.app-titulo-painel-espelho-fechada-supervisor{font-size:16px;padding:8px;margin-bottom:-2px;background-color:var(--cor-lotacao-fechada-supervisor);height:35px!important;border-radius:var(--mat-sys-corner-medium)}.app-titulo-painel{font-size:16px;padding:8px;margin-bottom:5px;background-color:#d3d3d3}.app-titulo-painel-fechada{font-size:16px;padding:8px;margin-bottom:-2px;background-color:var(--cor-lotacao-fechada)}.app-titulo-painel-fechada-supervisor{font-size:16px;padding:8px;margin-bottom:-2px;background-color:var(--cor-lotacao-fechada-supervisor)}.app-subtitulo-painel{position:absolute;left:5px}.totais-label{font-weight:700;font-size:13px;float:right}.totais-valor{font-weight:700;color:#000;font-size:13px;float:right}.totais-valor-lista{font-weight:400;color:#000;font-size:13px;float:right}.saldo-positivo{color:var(--mat-sys-primary);font-weight:700;font-size:13px;float:right}.saldo-positivo-lista-painel{color:var(--mat-sys-primary);font-weight:400;font-size:13px;float:right}.saldo-positivo-lista{color:var(--mat-sys-primary);font-weight:400}.valor-menor{font-size:13px}.lancamento{padding-left:35px}.saldo-negativo{color:var(--mat-sys-error);font-weight:700;font-size:13px;float:right}.saldo-negativo-lista-painel{color:var(--mat-sys-error);font-weight:400;font-size:13px;float:right}.saldo-negativo-lista{color:var(--mat-sys-error);font-weight:400}.red-icon{color:var(--mat-sys-error);font-size:18px}.menuBar{height:5px}.cursor-loading{cursor:wait}.item-saldo{margin-left:30px;display:inline}.example-spacer{flex:1 1 auto}.multiline-tooltip{white-space:pre-line}.app-titulo-painel{font-size:16px;padding:8px;margin-bottom:5px;background-color:#d3d3d3;height:35px!important}.dem-label{font-size:12px}.item-saldo-espelho{margin-left:20px}.card-cabecalho-filtro{padding:unset!important;margin-bottom:5px}.subtitulo{font-size:16px;color:gray}.myapp-no-padding-dialog mat-dialog-container{padding:unset!important}.myapp-no-overflow-dialog mat-dialog-container{overflow-y:hidden!important}.card-cabecalho-close{padding:unset!important;margin-bottom:5px}::ng-deep .mat-select-search-input{width:100%}.material-icons.md-18{font-size:18px}.material-icons.md-24{font-size:24px}.material-icons.md-36{font-size:36px}.material-icons.md-48{font-size:48px}.v-middle{vertical-align:middle}.fieldset-header-com-destaque{color:#4477ce;font-weight:700}.sem-dados{padding:24px}.mat-header-cell{color:#0000008a;font-size:12px}.mat-mdc-snack-bar-container{border-radius:4px;margin:24px;padding:14px 16px;transform-origin:center}.mat-mdc-card{padding:16px}.mat-mdc-subheader{color:#0000008a;font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500;line-height:16px}.btn{--mdc-filled-button-container-shape: 8px}.btn{--mdc-outlined-button-container-shape: 8px}.btn{width:100px}.btn-primary{--mdc-filled-button-container-color: var(--mat-sys-primary)}.btn-primary{--mdc-filled-button-label-text-color: var(--mat-sys-on-primary)}.btn-secondary{--mdc-filled-button-container-color: var(--mat-sys-secondary)}.btn-secondary{--mdc-filled-button-label-text-color: var(--mat-sys-on-secondary)}.btn-com-hint-mesmo-desabilitado:disabled{pointer-events:auto}.texto-justificado{text-align:justify}.titulo-pagina{font-size:1.2rem;margin:12px 0 24px}app-bater-ponto .mat-expansion-panel-body{padding:0!important}:root{--branco: #fff;--verde-escuro: green;--verde-claro: rgba(60, 179, 114, .2);--cor-lotacao-fechada: #90c2d7;--cor-lotacao-fechada-supervisor: #ffedb0;--cinza-claro: #f5f5f5;--amarelo-escuro: #ffb500;--cor-alerta: #8f4e0a;--cor-alerta-container: #ffd7ad}html{--mat-sys-background: #f9f9f9;--mat-sys-error: #c00100;--mat-sys-error-container: #ffdad4;--mat-sys-inverse-on-surface: #f0f1f1;--mat-sys-inverse-primary: #9ccbfa;--mat-sys-inverse-surface: #2f3131;--mat-sys-on-background: #1a1c1c;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #930100;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #114a72;--mat-sys-on-primary-fixed: #001d33;--mat-sys-on-primary-fixed-variant: #114a72;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #004d67;--mat-sys-on-secondary-fixed: #001e2b;--mat-sys-on-secondary-fixed-variant: #004d67;--mat-sys-on-surface: #1a1c1c;--mat-sys-on-surface-variant: #454558;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #004492;--mat-sys-on-tertiary-fixed: #001a40;--mat-sys-on-tertiary-fixed-variant: #004492;--mat-sys-outline: #76758a;--mat-sys-outline-variant: #c6c4db;--mat-sys-primary: #31628c;--mat-sys-primary-container: #cee5ff;--mat-sys-primary-fixed: #cee5ff;--mat-sys-primary-fixed-dim: #9ccbfa;--mat-sys-scrim: #000000;--mat-sys-secondary: #4f9abe;--mat-sys-secondary-container: #c1e8ff;--mat-sys-secondary-fixed: #c1e8ff;--mat-sys-secondary-fixed-dim: #87d0f6;--mat-sys-shadow: #000000;--mat-sys-surface: #f9f9f9;--mat-sys-surface-bright: #f9f9f9;--mat-sys-surface-container: #eeeeee;--mat-sys-surface-container-high: #e8e8e8;--mat-sys-surface-container-highest: #e2e2e2;--mat-sys-surface-container-low: #f3f3f4;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dadada;--mat-sys-surface-tint: #31628c;--mat-sys-surface-variant: #f5f5f5;--mat-sys-tertiary: #235cb2;--mat-sys-tertiary-container: #d8e2ff;--mat-sys-tertiary-fixed: #d8e2ff;--mat-sys-tertiary-fixed-dim: #acc7ff;--mat-sys-neutral-variant20: #2e2f41;--mat-sys-neutral10: #1a1c1c}html{--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500}html{--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px}html{--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}:root{--mat-dialog-content-padding: 20px 24px 0}:root{--mdc-dialog-container-shape: 4px}:root .mat-mdc-dialog-content{padding-top:5px;padding-bottom:5px}:root .mat-mdc-dialog-container{max-width:90vw}:root .modal-com-bordas,:root .modal-com-bordas-sem-container-branco{--mat-dialog-actions-padding: 15px 0px 5px 0px;--mat-dialog-with-actions-content-padding: 10px;--mat-dialog-container-elevation-shadow: 5px 10px 15px #00000066;--mdc-dialog-subhead-weight: 500;--mdc-dialog-container-color: #eee;--mat-dialog-headline-padding: 6px 0px 13px}:root .modal-com-bordas .mat-mdc-dialog-title,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-title{background-color:#eee}:root .modal-com-bordas .mat-mdc-dialog-content,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-content{background-color:var(--branco);border-radius:var(--mdc-dialog-container-shape);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;margin-bottom:5px;padding-top:10px!important;min-height:100px}:root .modal-com-bordas .mat-mdc-dialog-surface,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-surface{padding:20px 30px}:root .modal-com-bordas .mat-mdc-dialog-actions,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-actions{background-color:#eee}:root .modal-com-bordas .mat-mdc-dialog-actions .btn:last-child,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-actions .btn:last-child{margin-right:0!important}:root .modal-com-bordas .mat-dialog-title-buttons,:root .modal-com-bordas-sem-container-branco .mat-dialog-title-buttons{position:absolute;top:20px;right:30px}:root .modal-com-bordas .mat-mdc-dialog-content.separacao-modais-content,:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-content.separacao-modais-content{margin-top:10px}:root .modal-com-bordas-sem-container-branco{--mat-dialog-with-actions-content-padding: 0px}:root .modal-com-bordas-sem-container-branco .mat-mdc-dialog-content{background-color:transparent;border-radius:none;box-shadow:none}.la-timer,.la-timer>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-timer{display:block;font-size:0;color:#fff}.la-timer.la-dark{color:#333}.la-timer>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-timer{width:32px;height:32px}.la-timer>div{width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%}.la-timer>div:before,.la-timer>div:after{position:absolute;top:14px;left:14px;display:block;width:2px;margin-top:-1px;margin-left:-1px;content:"";background:currentColor;border-radius:2px;-webkit-transform-origin:1px 1px 0;-moz-transform-origin:1px 1px 0;-ms-transform-origin:1px 1px 0;-o-transform-origin:1px 1px 0;transform-origin:1px 1px 0;-webkit-animation:timer-loader 1.25s infinite linear;-moz-animation:timer-loader 1.25s infinite linear;-o-animation:timer-loader 1.25s infinite linear;animation:timer-loader 1.25s infinite linear;-webkit-animation-delay:-625ms;-moz-animation-delay:-625ms;-o-animation-delay:-625ms;animation-delay:-625ms}.la-timer>div:before{height:12px}.la-timer>div:after{height:8px;-webkit-animation-duration:15s;-moz-animation-duration:15s;-o-animation-duration:15s;animation-duration:15s;-webkit-animation-delay:-7.5s;-moz-animation-delay:-7.5s;-o-animation-delay:-7.5s;animation-delay:-7.5s}.la-timer.la-sm{width:16px;height:16px}.la-timer.la-sm>div{width:16px;height:16px;border-width:1px}.la-timer.la-sm>div:before,.la-timer.la-sm>div:after{top:7px;left:7px;width:1px;margin-top:-.5px;margin-left:-.5px;border-radius:1px;-webkit-transform-origin:.5px .5px 0;-moz-transform-origin:.5px .5px 0;-ms-transform-origin:.5px .5px 0;-o-transform-origin:.5px .5px 0;transform-origin:.5px .5px 0}.la-timer.la-sm>div:before{height:6px}.la-timer.la-sm>div:after{height:4px}.la-timer.la-2x{width:64px;height:64px}.la-timer.la-2x>div{width:64px;height:64px;border-width:4px}.la-timer.la-2x>div:before,.la-timer.la-2x>div:after{top:28px;left:28px;width:4px;margin-top:-2px;margin-left:-2px;border-radius:4px;-webkit-transform-origin:2px 2px 0;-moz-transform-origin:2px 2px 0;-ms-transform-origin:2px 2px 0;-o-transform-origin:2px 2px 0;transform-origin:2px 2px 0}.la-timer.la-2x>div:before{height:24px}.la-timer.la-2x>div:after{height:16px}.la-timer.la-3x{width:96px;height:96px}.la-timer.la-3x>div{width:96px;height:96px;border-width:6px}.la-timer.la-3x>div:before,.la-timer.la-3x>div:after{top:42px;left:42px;width:6px;margin-top:-3px;margin-left:-3px;border-radius:6px;-webkit-transform-origin:3px 3px 0;-moz-transform-origin:3px 3px 0;-ms-transform-origin:3px 3px 0;-o-transform-origin:3px 3px 0;transform-origin:3px 3px 0}.la-timer.la-3x>div:before{height:36px}.la-timer.la-3x>div:after{height:24px}@-webkit-keyframes timer-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes timer-loader{0%{-moz-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes timer-loader{0%{-o-transform:rotate(0deg);transform:rotate(0)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes timer-loader{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
