::-webkit-scrollbar-track {
    background-color: white;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #1D2939;
  }
  ::-webkit-scrollbar-thumb {
    background: #1D2939;
  }

  .br-mainpanel{
    animation: fadein 1s;
  }

  .btn{
    cursor:pointer;
  }

  .modal-full-screen-total {
    max-width: 80%;
    /*max-width: 50%;*/
    width:80%;
    
    height: 100vh;
    display: flex;
  }

  .modal-full-screen {
    /*max-width: 100%;*/
    max-width: 50%;
    width:50%;
    
    height: 100vh;
    display: flex;
  }

  .modal-body{
    max-height:500px;
    overflow:auto;
  }

  /***********************************/
  
  label{
    font-weight: bold;
  }
  .form-layout{
    border:1px solid grey;
  }

  .linha-click{
    cursor:pointer;
  }

  .linha-click-cc{
    cursor:pointer;
  }

  .linha-click-recibo{
    cursor:pointer;
  }
  
  .tr-clicked{
    background-color: #bddef9;
  }

  .tr-clicked-cc{
    background-color: #bddef9;
  }

  .overflow-table{
    overflow:auto;
  }

  .card-1{
    max-height:400px;
  }

  .card-3{
    max-height:180px;
    overflow:auto;
  }

  .table-cards-main{
    font-size:12px;
    overflow:auto;
  }

  .table-cards-diversos{
    font-size:13px;
    overflow:auto;
  }

  .table-cards-diversos td {
    padding:4px;
  }

  .buttonLikeLink{
    background:none!important;
    color:#626768;
    border:none;
    cursor:pointer;
    text-align:center;
  }

  .buttonLikeLink:hover {
    text-decoration: underline;
  }
