
:root{
    --color-primary: #FFDD00;
    --color-text-black: #000;
    --color-text-white: #fff;
    --color-text-warning: #FFE74D;
    --color-text-success: #485fc7;
    --color-text-danger: #FF290D;
}
html {
    overflow-y: auto;
    background-color: var(--color-primary);
    background-size: 100%;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
}
main{
    flex: 1 0 auto;
}

#login_form{
    background-color: #ffffff66;
}
.group_btn_right{
    position: absolute;
    right: 0;
    margin: 2rem;
}
#page-login .logo img{
    min-height: 4rem;
    margin: 2rem;
    margin-left: 0;
}

.logo img{
    min-height: 4rem;
    margin-top: .5rem;
    margin-bottom: -1rem;
}
.is-logo{
    max-width: 50vw;
}
.bg-color{
    background-color: var(--color-primary);
}
.text-color{
    color: var(--color-primary);
}
.button.bg-color{
    background-color: var(--color-primary);
    color: var(--color-text-white);
    border-color: var(--color-text-white);
}
.button.bg-color:hover{
    background-color: var(--color-text-white);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.hero .tabs a{
    color: #ffffff;
}
.hero .tabs a:hover{
    color: var(--color-primary);
}
.hero .tabs a.is-active{
    color: var(--color-text-black);
}
.hero .tabs a.is-active:hover{
    color: var(--color-text-black);
}
.navbar>.container {
    align-items: center;
}
a.has-text-white:focus, a.has-text-white:hover {
    color: var(--color-primary) !important;
}
.tabs li.is-active a {
    border-bottom-color: var(--color-text-success);
    color: var(--color-text-success);
}
.section:not(#page-login.section){
    background-color: #ffffff;
}
.hide{
    display: none;
}
.is-size-6b{
    font-size: 0.9rem;
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today {
    color: #000 !important;
}

.dashed{
    border: 4px dashed #999;
}
.big_button:hover{
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.navbar-menu a.has-text-white.is-active {
    color: var(--color-primary) !important;
    background-color: var(--color-text-white) !important;
}

#prev_resultados_pesquisa_lista{
    overflow: hidden auto;  max-height: 70vh;
}


/* FOOTER */
.footer{
    background-color: var(--color-text-white);
    background-size: 100%;
    padding: 3rem 1.5rem 2rem;
    flex-shrink: 0;
}
.footer .content{
    min-height: 2em;
}

.footer a::before{
   content: '| ';
   color: var(--color-text-black);
}


.mobile.navbar{
    /* box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%); */
    box-shadow: 0 0.5em 1em rgb(10 10 10);
}

.heading.elipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20vw;
}
.input-hidden{
    height: 3em;
    opacity: 0;
    padding:0;
    margin:0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.uppy-FileInput-container {
    display: none;
}
.uppy-ProgressBar-inner {
    box-shadow: none !important;
}
.clear_file_btt{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 10;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {width: 100%;}
.datetimepicker-footer{
    background-color: #eeeeee;
}
.datetimepicker-footer-today{
    color: #4a4a4a !important;
}
.date-item.is-today{
    color: #000000 !important;
    font-weight: bold;
}
small time{
    font-size: 0.9em;
}

.card-footer-item.has-background-danger{
    border-bottom-right-radius: 0.3em;
}
.image-bg-cover{
    background-size: cover;
    background-position: center;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.image-bg-cover.absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.no-image-bg{
    background-image:url(../../media/no-image.png);
}
.image-cover{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* .login-page .navbar-item img {
    max-height: 5rem;
} */

.modal-background{
    background-color: var(--color-primary) !important;
    opacity: .8;
}

/* Tab dropdown */
#home_tab-container .tabs{
    overflow-x: initial;
    overflow: initial;
}
#home_tab-container .tabs li a {
    border-bottom-color: var(--color-text-success);
    color: var(--color-text-success);
}
div.dropdown-item.is-active {
    background-color: var(--color-text-success) !important;
    color: var(--color-text-white) !important;
}
div.dropdown-item {
    padding-right: 3rem;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
div.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
}

/* @media screen and (max-width: 768px){
    .hero:not(.home-out) .navbar-burger {
        display: none !important;
    }
} */

@media screen and (max-width: 768px){
    .section {
        padding: 1.5rem;
    }
    .iniciativa_data .is-pulled-right{
        float: none !important;
    }
    .footer{
        padding: 3rem 1.5rem 6rem;
    }
    .footer a{
        display: block;
    }
    .footer a::before{
        content: '';
     }
}

@media screen and (max-width: 1023px){
    .navbar-menu.is-active {
        display: block;
        position: absolute;
        right: 0;
        margin-top: -1.3rem;
        min-width: 30%;
        color: var(--color-primary) !important;
    }
    .navbar-menu a.has-text-white {
        color: var(--color-text-black) !important;
        padding: .8rem 2rem
    }

    .navbar-menu a.has-text-white:hover, 
    .navbar-menu a.has-text-white:focus {
        color: var(--color-primary) !important;
    }
    .mobile.navbar a.navbar-item:hover,
    .mobile.navbar a.navbar-item:focus{
        background-color: var(--color-text-white) !important;
    }

}




table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  th,
  td {
    padding: 6px 15px;
  }
  td span.ip_s{cursor:pointer;}
  td span.ip_s:hover{text-decoration:underline;}
  th {
    color: #000;
    text-align: left;
    font-weight: bold;
  }
  thead {
    background-color: hsl(0, 0%, 95%);
  }
  tbody tr:hover {
    background: hsl(0, 0%, 98%) !important;
  }
  table.dataTable thead th, table.dataTable thead td {
      border-bottom-color: #999999;
  }
  tbody tr:first-child {
    border-top: 1px solid #cccccc;
  }
  tbody td {
    border-bottom: 1px solid #cccccc;
  }
  td:last-child {
    border-right: none;
  }
  td:first-child {
    border-left: none;
  }
  tfoot,
  tfoot tr:hover {
    background: #e6e6e6;
  }
  
  .dataTables_filter,
  .dataTables_length {
    margin-bottom: 10px !important;
  }
  
  table.dataTable.no-footer {
    border-bottom: none;
  }
  
  table.dataTable thead .sorting {
    background-image: none;
  }
  
  table.dataTable thead .sorting_asc {
    background-image: none;
  }
  
  table.dataTable thead .sorting_desc {
    background-image: none;
  }
  
  table.dataTable thead .sorting_asc_disabled {
    background-image: none;
  }
  
  table.dataTable thead .sorting_desc_disabled {
    background-image: none;
  }
  .cursor_info{
      cursor:help;
  }
  
  /*! DataTables Bulma integration
  * ©2020 SpryMedia Ltd - datatables.net/license
  */
  table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
  }
  table.dataTable td,
  table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  table.dataTable td.dataTables_empty,
  table.dataTable th.dataTables_empty {
    text-align: center;
  }
  table.dataTable.nowrap th,
  table.dataTable.nowrap td {
    white-space: nowrap;
  }
  div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
  }
  div.dataTables_wrapper div.dataTables_length div {
    vertical-align: middle;
  }
  div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    width: auto;
    vertical-align: middle;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em;
  }
  div.dataTables_wrapper div.dataTables_paginate ul {
    justify-content: flex-end;
    list-style: none;
    margin: 0;
  }
  div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
  }
  table.dataTable > thead > tr > th:active,
  table.dataTable > thead > tr > td:active {
    outline: none;
  }
  table.dataTable > thead > tr > th:not(.sorting_disabled),
  table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
  }
  table.dataTable > thead .sorting,
  table.dataTable > thead .sorting_asc,
  table.dataTable > thead .sorting_desc,
  table.dataTable > thead .sorting_asc_disabled,
  table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
  }
  table.dataTable > thead .sorting:before,
  table.dataTable > thead .sorting:after,
  table.dataTable > thead .sorting_asc:before,
  table.dataTable > thead .sorting_asc:after,
  table.dataTable > thead .sorting_desc:before,
  table.dataTable > thead .sorting_desc:after,
  table.dataTable > thead .sorting_asc_disabled:before,
  table.dataTable > thead .sorting_asc_disabled:after,
  table.dataTable > thead .sorting_desc_disabled:before,
  table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.7em;
    display: block;
    opacity: 0.3;
  }
  table.dataTable > thead .sorting:before,
  table.dataTable > thead .sorting_asc:before,
  table.dataTable > thead .sorting_desc:before,
  table.dataTable > thead .sorting_asc_disabled:before,
  table.dataTable > thead .sorting_desc_disabled:before {
    right: 0.9em;
    content: "↑";
  }
  table.dataTable > thead .sorting:after,
  table.dataTable > thead .sorting_asc:after,
  table.dataTable > thead .sorting_desc:after,
  table.dataTable > thead .sorting_asc_disabled:after,
  table.dataTable > thead .sorting_desc_disabled:after {
    right: 0.2em;
    content: "↓";
  }
  table.dataTable > thead .sorting_asc:before,
  table.dataTable > thead .sorting_desc:after {
    opacity: 1;
  }
  table.dataTable > thead .sorting_asc_disabled:before,
  table.dataTable > thead .sorting_desc_disabled:after {
    opacity: 0;
  }
  div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
  }
  div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  div.dataTables_scrollBody table thead .sorting:before,
  div.dataTables_scrollBody table thead .sorting_asc:before,
  div.dataTables_scrollBody table thead .sorting_desc:before,
  div.dataTables_scrollBody table thead .sorting:after,
  div.dataTables_scrollBody table thead .sorting_asc:after,
  div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
  }
  div.dataTables_scrollBody table tbody tr:first-child th,
  div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
  }
  div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
  }
  div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
  }
  .dataTables_wrapper select, .presel {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px !important;
    padding-left: 10px !important;
    padding-right: 18px !important;
    background-color: transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .75em auto, 100%;
      font-size: 0.85em;
  }

  table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #111;
  }
  
  mark{
      background: #FFDD00;
      color: black;
  }

  .estado_inativo{
    color: hsl(0, 0%, 70%);
  }

/* scheduler */
.scheduler_default_rowheader_inner {
  padding: 14px !important;
}

.scheduler_default_timeheader_cell_inner,
.scheduler_default_timeheader_float_inner {
  padding: 10px;
}

.scheduler_default_columnheader_cell_inner {
  padding: 10px;
}

.scheduler_default_event_inner {
  padding: 10px;
}
.scheduler_default_timeheader_cell_now {
  background-color: #ffdd00 !important;
  font-weight: bold;
}
.scheduler_default_header_icon {
  top: 5px !important;
  width: 29px !important;
  height: 29px !important;
}
.scheduler_default_header_icon_hide::before,
.scheduler_default_header_icon_show::before {
  font-size: 1.6em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.success {
  background-color: limegreen !important;
  color: white;
}
.error {
  background-color: orangered !important;
  color: white;
}
.disabled {
  opacity: 0.7;
  cursor: default !important;
}
.disabled .scheduler_default_event_delete {
  display: none;
}

.scheduler_default_event_delete {
  right: 2px !important;
  width: 70% !important;
  max-width: 15px !important;
}
.scheduler_default_event_menu {
  right: 2px !important;
  width: 70% !important;
  max-width: 20px !important;
  background-color: #f3f3f3 !important;
  height: 19px !important;
}
.scheduler_default_event_menu::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /%3E%3C/svg%3E");
}
.cornerHtml{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  padding-top: 4px;
  z-index: 1;
}
.scheduler_default_message {
  position: relative;
  top: -81px;
  height: 19px;
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(255, 162, 22);
  opacity: 1 !important;
  font-size: 1.2em;
}

/* submenu */
.nested.dropdown:hover > .dropdown-menu {
  display: block;
}
.nested.dropdown .dropdown-menu {
  top: -12px;
  margin-left: 100%;
}
.nested.dropdown .dropdown-trigger button::after {

}
.nested.dropdown .dropdown-trigger button {
  padding: 0px 0px;
  border: 0px;
  font-size: 14px;
  font-weight: 400;  
}