/* Write your custom CSS here */
.splash2{
	position: fixed;
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 100vh;
	background: #0d1f37;
	z-index: 1000;
	color: white;
	line-height: 40vh; 
 }
/*  body{
 	overflow:hidden;
 } */
.splash{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0d1f37;
	z-index: 90000000000000;
	/* color: white; */
	/* line-height: 30vh;  */
	padding-top: 30vh; 
	text-align: center;
	/* line-height: 90vh;  */
 }
 .ajust-row{
     margin-top: 10px;
 }
 .ajust-row-medium{
     margin-top: 15px;
 }
  .ajust-row-large{
     margin-top: 20px;
 }
 .text-center{
 	text-align:center;
 }
 #myModal > div > div > div.modal-body > div > span{
	width:300px !important;
}
.toast-success,.toast-info {
    background-color: #0d1f37 !important;
}
  .container2 {
    width: 400px;
    height: 10px;
    position: relative;
    /* border: 1px solid white; */
    top: 58% !important;
    margin-left: 40% !important;
  }
  
  .progress2 {
    background: #aeda21;
    float: left;
    color: white;
    width: 100%;
    height: 10px;
    line-height: 50px;
    animation-name: slideInFromLeft;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
    text-align: center;
    border-radius: 10px;
  }
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}  
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d1f37; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aeda21; 
}

#datatable-documents.dataTable tbody tr.highlight  {
  background-color: #aeda2159 !important;
}
 
#datatable-documents.dataTable tbody tr.highlight > .sorting_1 {
  background-color: #aeda2159 !important;
}
@media only screen and (max-width: 390px) {
}
.parsley-errors-list{
	color: red;
}
.mobile-bottom-menubar{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;  
}
.mobile-bottom-menubar > a{
	font-size: 20px;
}
.action-button{
	font-size: 18px;
    cursor: pointer;
    padding-right: 10px;
    color: #0d1f37 !important;
}	
.action-button-green{
	font-size: 18px;
    cursor: pointer;
    padding-right: 10px;
    color: #aeda21 !important;
}	
/* novo menu */
/* fecha por padrão; o JS abre */
.menu .sub-menu { display: none; }

/* seta rotaciona quando abre */
.menu .droplink > .arrow {
  transition: transform .2s ease;
  display: inline-block;
  margin-left: .4rem;
}
.menu .droplink.open > .arrow { transform: rotate(90deg); }

/* layout mais limpo do item */
.menu li > a {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem .9rem;
  border-radius: 10px;
}
.menu .menu-icon {
  width: 18px; text-align: center; opacity: .8;
}

/* estados */
.menu li.active > a,
.menu li > a:hover {
  background: #0d1f37; /* tua cor primária */
  color: #fff;
}
.menu .sub-menu li > a { padding-left: 2rem; }
.menu .sub-menu .sub-menu li > a { padding-left: 3rem; }
