/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic");*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -2px !important;
}
.header-border-top {
    border-top: 2px solid #f4f4f4; 
    padding-top: 10px; 
    margin-top: 5px;
}
.shadow_rounded {
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #999999;
}
a.nav:visited {
    color: #333333; 
    text-decoration: none; 
    cursor: pointer;
}
a.nav:link {
    color: #333333;
    text-decoration: none; 
    cursor: pointer;
}
a.nav {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}
.help-inline {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}
.help-inline li {
  color: red;
}
.has-error {
  color: #dd4b39;  
}
.text-red {
  color: #dd4b39;
}
.text-bold {
  font-weight: 700;
}
.text-confirm  p {
  font-size: 21px !important;
  color: #dd4b39 !important;
}
.zoom {
    cursor: crosshair;
}
.no-active {
    cursor: not-allowed;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-0 {
    margin-top: 0px !important; 
}
.margin-top-5 {
    margin-top: 5px !important; 
}
.margin-top-10 {
    margin-top: 10px !important; 
}
.margin-top-20 {
    margin-top: 20px !important; 
}
.modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}
select.readonly {
  background: #eee;
  pointer-events: none;
  touch-action: none;
  /*cursor: no-drop;*/
}
.select2-readonly .select2-selection {
  background-color: #e9ecef;
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: auto;
}
.tab-caption {
  width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.tab-body {
  padding: 10px;
}
.user-panel > .info > a {
    font-size: 15px !important;
    color: #3c763d !important;  
}
#custom-search-input{
    padding: 3px;
    /*border: solid 1px #E4E4E4;*/
    border-radius: 6px;
    background-color: #fff;
}
.user-image-msg {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 0px;
}
textarea {
    padding: 10px;
    line-height: 1.5 !important;
    border-radius: 5px !important;
    /*border: 1px solid #ccc !important;*/
    /*box-shadow: 1px 1px 1px #999 !important;*/
}
@media screen { 
    .hidden-desktop { display:none; } 
}

/*** Loading Transition ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
}
#preloader_1{
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
#preloader_1 span{
  display:block;
  bottom:0px;
  width: 6px;
  height: 5px;
  background:#e04f5d; 
  position:absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {height:5px;transform:translateY(0px);background:#e62d3f;}
  25% {height:30px;transform:translateY(15px);background:#e62d3f;}
  50% {height:5px;transform:translateY(0px);background:#ee2438;}
  100% {height:5px;transform:translateY(0px);background:#ee2438;}
}

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 12px;
  position: fixed;
  z-index: 5;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 30px !important;
  background-color: #008cff;
  border-color: #008cff;
}
.back-to-top:hover {
  color: #fff;
  background-color: #037de2;
  border-color: #037de2;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
  transition: all .5s
}
.form-control {
  border-radius: .25rem;
  box-shadow: inset 0 0 0 transparent;
  /*box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);*/
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}

span.valid{
  display: none;
}

td.cell-autosize {
  width: 1%;
  white-space: nowrap;
}
/*span.cell-collapse {
    overflow: hidden
    border: solid 2px blue;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block; /* inline-grid;* /
}*/
.callout.callout-info, .callout.callout-danger, .callout.callout-warning, .callout.callout-success {
  background-color: #fff !important;
  color: #525252 !important;
  box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
.small-box-body{
  height: 40px;
}

.integer, .currency, .currency3, .currency4, .percent, .percent3, .percent4 {
  text-align: right !important;
}

.border-bottom {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}

.err > form ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}
.err > form ul li {
  color: red;
}
.err > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}
.err > ul li {
  color: red;
}
.error {
  /*color: red;*/
  color: #dd4b39;  
}
.disabled, .disabled:hover {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.overlay-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -10px;
    color: #333;
    font-size: 15px;
}

.hand-pointer {
  cursor: pointer;
}

input[readonly] {
    /* Vários tipos de cursores para compatibilidade */
    /*cursor: url('path/to/custom-cursor.cur'), auto;  Cursor customizado para o IE */
    /*cursor: url('path/to/custom-cursor.png') 16 0, auto;  Customizado com hotspot para navegadores modernos */
    cursor: not-allowed; /* Fallback para navegadores que não suportam cursores customizados */
}

.input-file {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.div-file {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  border: 3px dotted #bebebe;
  border-radius: 10px;
}
.label-file {
  display: inline-block;
  position: relative;
  height: 56px;
  width: 100%;
}
div.dragover {
  background-color: #aaa;
}
.fa-pix::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path opacity="1" fill="%231E3050" d="M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.8C231.1-7.6 280.3-7.6 310.6 22.8L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.8L22.8 310.6C-7.6 280.3-7.6 231.1 22.8 200.8L80.8 142.7H112.6z"/></svg>');
}


body::-webkit-scrollbar {
  width: 5px; 
  background-color: #aaa;
  /*display: none;*/
}
body::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 50px;
  /*border: 3px solid #f1f1f1;*/ 
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}


.parent-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.scroll-custom {
  flex-grow: 1;
}
.scroll-custom {
  width: 100%; 
  height: 100%;
  max-height: 100%;
  overflow-y: hidden; 
  /*box-sizing: border-box;*/
  /*border: 1px solid #ccc;*/
  transition: overflow-y 0s linear 0.8s;
  scrollbar-gutter: stable;
}
.scroll-custom:hover {
  overflow-y: auto;
}
.scroll-custom::-webkit-scrollbar {
  width: 5px; 
  background-color: #aaa;
  opacity: 0; 
  transition: overflow-y 0s linear 0.8s;   
}
.scroll-custom:hover::-webkit-scrollbar {
  opacity: 1;
}
.scroll-custom::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 50px;
  /*border: 3px solid #f1f1f1;*/ 
}
.scroll-custom::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

#affix.affix {
    position: fixed !important;
    top: 0 !important;
    z-index: 1030;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    width: inherit;
}

.tree-node .tree-title{
    font-size: 14px !important;
    color: #555 !important;
}

.textbox .textbox-text {
    font-size: 14px !important;
    color: #555 !important;
    padding: 6px 12px !important;
}

.tree-icon.tree-file {
    background: none !important;
}

.tree-icon.tree-file:before {
    font-family: 'FontAwesome' !important;
    content: '\f0da';
    font-size: 14px;
    color: #555;
}
