body {
    width: 100%;
    height: 100%;
    background-color: #ecf0f5;
}

#app {
    width: 100%;
    height: 100svh;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#offline {
    width: 100%;
    height: 100vh;
    background-color: #902525;
    color: #ffffff;
    text-align: center;
    font-size: 30 !important;
    font-weight: bold;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#erroJavascript {
    width: 100%;
    height: 100vh;
    background-color: #fce008;
    color: #000000;
    text-align: center;
    font-size: 30 !important;
    font-weight: bold;
    display: none;
    margin: 0;
    padding: 0;
}

#shortcut {
    /* width: 100%; */
    width: 100%;
    margin: 10px;
    padding: 0;
    text-align: center;
    /* overflow: auto;
    float: left; */
}

#fastdebug {
    width: 100%;
    margin: 10px;
    padding: 0;
    text-align: center;
    /* overflow: auto; */
}

/**
 * Informações úteis para debug de campo
**/
.infocampo {
    background-color: #000000;
    color: #ffffff;
    display: none;
}

/**
 * Layout estrutural
**/

.bioform-navbar-top {
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    min-height: 30px;
    background-color: rgb(75, 108, 158);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    /* margin-left: 230px; */
    z-index: 100;
}

.bioform-navbar-footer {
    overflow: hidden;
    background-color: #ededed;
    color: #2c048a;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    z-index: 105;
}

.bioform-sidebarleft {
    left: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    display: none;
    box-sizing: border-box;
    background-color: #fffff8;
    color: rgb(33, 37, 41);
    display: block;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 103;
}

.bioform-sidebarright {
    display: none;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: block;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 200px;
    z-index: 101;
}

#bioform-topbar-left {
    padding-left: 15px;
    width: 25%;
}

#bioform-topbar-center {
    width: 50%;
}

#bioform-topbar-right {
    width: 25%;
}

#bioform-topbar-avisos {
    display: block;
    box-sizing: border-box;
    left: 5px;
    width: 2%;
    padding-right: 5px;
    text-align: center;
    cursor: pointer;
}

a.bioform-menutoggle {
    color: #ffffff;
    font-weight: 600;
    margin-left: 3px;
}

submit.gravar {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

button {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0.3px solid #ccc;
    border-radius: 0.25rem;
}

button.bioform {
    margin-left: 7px;
    margin-right: 7px;
    box-shadow: none;
    border-radius: 0.25rem;
}

button.incluir {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #ddd;
}

button.incluir:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

button.editar {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #ddd;
}

button.excluir {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

button.gravar {
    color: #fff;
    background-color: #00a65a;
    border-color: #008d4c;
}

button.cancelar {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #ddd;
}

button.fechar {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #ddd;
}

i.bioform-iconemenu {
    margin: 10px;
    width: 25px;
    text-align: center;
    color: rgb(75, 108, 158);
}

i.bioform-iconesubmenu {
    margin: 4px;
    width: 25px;
    text-align: center;
    color: rgb(75, 108, 158);
}

.li_header {
    padding: 2px;
    border-bottom: 1px solid #eee;
}

.principal {
    padding-left: 0px !important;
}

ul.bioform-menuesquerdo {
    /* color: rgb(90, 96, 106); */
    color: #000000;
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

ul.bioform-menuesquerdo-submenu {
    color: rgb(90, 96, 106);
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

a.bioform-menuesquerdo {
    color: rgb(90, 96, 106);
    text-decoration: none;
}
a.bioform-menuesquerdo:focus,
a.bioform-menuesquerdo:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}
a.bioform-menuesquerdo:active {
    outline: 0;
    text-decoration: none;
}

.bioform-menuesquerdo {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-weight: 600;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-wrap: nowrap;
    unicode-bidi: isolate;
    white-space-collapse: collapse;
    padding-left: 20px;
}

.bioform-sidebarleft-menu {
    position: relative;
    top: 50px;
    left: 0px;
}

.bioform-sidebarleft-shortcut {
    position: relative;
}

.bioform-sidebarleft-fastdebug {
    position: relative;
    bottom: 80px;
    left: 5px;
}

.bioform-conteudo {
    display: block;
    width: 99%;
    margin-right: 17px;
    float: left;
    margin-bottom: 50px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    /* margin-bottom: 20px; */
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 18px;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

/**
 * Elementos genéricos
**/
.esquerda {
    display: block;
    float: left;
    width: 35%;
    text-align: left;
    margin-top: 10px;
    /* background-color: #d5d5d5; */
}

.centro {
    display: block;
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 10px;
    /* background-color: #4c6c9c87; */
}

.direita {
    display: block;
    float: left;
    width: 35%;
    margin-top: 10px;
    text-align: right;
    /* background-color: #d5d5d5; */
}

.bioform-content-wrapper {
    margin-left: 210px;
}

/**
* Header
**/
.bioform-loginbox {
    /* background-color: #ffffff; */
    padding: 10px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 447.625px;
    line-height: 21.4286px;
    margin-bottom: 133.344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 133.344px;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 394px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bioform-loginbox-footer {
    margin-top: 50px;
    box-sizing: border-box;
}

.bioform-login {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-color: rgb(210, 214, 222);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 447.625px;
    line-height: 21.4286px;
    margin-bottom: 20px;
    position: relative;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 360px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bioform-header {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    line-height: 21.4286px;
    max-height: 100px;
    position: relative;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 100%;
    z-index: 1030;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bioform-copyrigth {
    color: #000000;
}

.bioform-versao {
    color: #000000;
}

.bioform-menudireito {
    position: relative;
    float: right;
    top: 10px;
    right: 10px;
    color: #ffffff;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.4286px;
    /* width: 239px; */
}

.bioform-logo {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
}

a.bioform-logo:active {
    color: #ffffff;
    font-weight: 600;
}

a.bioform-logo:link {
    color: #ffffff;
    font-weight: 600;
}

a.bioform-logo:visited {
    color: #ffffff;
    font-weight: 600;
}

a.bioform-logo:hover {
    color: #ffffff;
    font-weight: 600;
}

a.bioform-menudireito:active {
    color: #ffffff;
    font-weight: 600;
}

a.bioform-menudireito:link {
    color: #ffffff;
    font-weight: 400;
}

a.bioform-menudireito:visited {
    color: #ffffff;
    font-weight: 400;
}

a.bioform-menudireito:hover {
    color: #ffffff;
    font-weight: 600;
}

.bioform-menuusuario {
    position: relative;
    float: right;
    right: 100px;
    width: 50px;
    height: 50px;
}

.bioform-imagemusuario {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.bioform-navbar-footer-menu a {
    z-index: 200;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 100%;
}

.bioform-navbar-footer-menu a:hover {
    background: #ddd;
    color: black;
}

.bioform-navbar-footer-sair a {
    margin-top: -17px;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height: 100%;
}

.bioform-navbar-footer-sair a:hover {
    margin-top: -17px;
    background: #ddd;
    color: black;
}

/**
* Campos e Formulários
**/

.bioform-input {
    background-color: rgb(232, 240, 254);
    border-color: rgb(210, 214, 222);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: text;
    display: block;
    height: 34px;
    letter-spacing: normal;
    line-height: 25px;
    margin: 0px;
    padding: 6px;
    text-align: start;
    width: 340px;
    word-spacing: 0px;
}

.bioform-botao {
    align-items: flex-start;
    appearance: button;
    background-color: rgb(32, 77, 116);
    background-color: rgb(32, 77, 116);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    line-height: 20px;
    margin: 0px;
    padding: 3.75px;
    text-align: center;
    /* width: 300px; */
}

.bioform-botao-pequeno {
    width: 100px;
}

.bioform-container-erro {
    width: 100%;
    height: 100%;
    background-color: #902525;
    margin: 0px;
    padding: 0px;
}

.bioform-erro {
    position: static;
    width: 300px;
    height: 300px;
    background-color: #902525;
    color: #ffffff;
    text-align: center;
    font-size: 30 !important;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
}

.bioform-mensagemerro {
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 14px;
}

.bioform-idxcampo {
    background-color: rgb(119, 119, 119);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    display: inline-block;
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
}

.bioform-panoramaestudo {
}

.bioform-centro {
}

table.bioform-listagem {
    width: 100%;
}

.bioform-participantes {
    background-color: #00c0ef;
}

#bioform-campoPopup {
}

#bioform-previewcampos {
    width: 100%;
    display: none;
}

#bioform-edicaocampo {
    width: 100%;
    display: none;
}

#tabFormularios {
}

#tabFormularios.row {
    display: block;
}

#tabFormularios_wrapper {
}

#parametrosValidacao {
    display: block;
    float: left;
}

#bioform-edicaocampo {
    width: 100%;
}

#tabEquipe_wrapper,
#tabCentroParticipante_wrapper,
#tabFormulario_wrapper,
#tabEtapa_wrapper,
#tabObjeto_wrapper,
#tabListagem_wrapper {
    width: 100%;
    border: solid 1px #dee2e6;
    border-radius: 5px;
    padding: 8px;
    background-color: #fff;
}

.text-sm {
    /* Ajuste para o tamanho do texto em datatable */
    font-size: 14px !important;
}

.dt-processing {
    /*loading datatable*/
    background-color: white;
}

/*# inicio - Corrige bug do modal que não aparece #*/
.modal-backdrop {
    opacity: 0.5 !important;
}
.fade:not(.show) {
    opacity: 1;
}
/*# fim - Corrige bug do modal que não aparece #*/

/*# inicio ajuste modal */
.modal {
    top: 30px;
}

.modal-title {
    margin-top: 30px;
}

.modal-header .close {
    position: absolute;
    top: 40px;
    right: 12px;
}

/*# fim ajuste modal */

.form-control {
    /* height: auto; */
    min-height: 36px;
}

.select2-selection {
    height: auto !important;
}

.gap-0  { gap: 0 !important; }
.gap-1  { gap: 0.25rem !important; }
.gap-2  { gap: 0.5rem !important; }
.gap-3  { gap: 1rem !important; }
.gap-4  { gap: 1.5rem !important; }
.gap-5  { gap: 3rem !important; }

/* Overlay de loadding de tela */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 43, 43, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; 
}
.loader {
    position: relative;
    width: 100px;
    height: 130px;
    background: #fff;
    border-radius: 4px;
  }
  .loader:before{
    content: '';
    position: absolute;
    width: 54px;
    height: 25px;
    left: 50%;
    top: 0;
    background-image:
    radial-gradient(ellipse at center, #0000 24%,#246ab5 25%,#246ab5 64%,#0000 65%),
    linear-gradient(to bottom, #0000 34%,#246ab5 35%);
    background-size: 12px 12px , 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    transform: translate(-50% , -65%);
    box-shadow: 0 -3px rgba(0, 0, 0, 0.25) inset;
  }
 .loader:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 66%;
    height: 60%;
    background: linear-gradient(to bottom, #619ddd  30%, #0000 31%);
    background-size: 100% 16px;
    animation: writeDown 2s ease-out infinite;
 }

 @keyframes writeDown {
    0% { height: 0%; opacity: 0;}
    20%{ height: 0%; opacity: 1;}
    80% { height: 65%; opacity: 1;}
    100% { height: 65%; opacity: 0;}
 }
 /* FIM Overlay de loadding de tela */
      
 .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    /* background-color: #008d4c; */
}

/* padronização cor datatable inicio */
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FBFBEF;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > th {
      background: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%) repeat-x scroll 0 0 #F5F5F5;
}
/* padronização cor datatable fim */

.breadcrumb {
    /* display: none; */
    background: transparent;
    font-size: 12px;
}

.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}