
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #DDDDDD;
  --color-dark-1: #051036;
  --color-dark-2: #0D2857;
  --color-dark-3: #13357B;
  --color-dark-4: #163C8C;
  --color-light-1: #697488;
  --color-light-2: #F5F5F5;
  --color-light-3: #FBFCFF;
  --color-blue-1: #3554D1;
  --color-blue-2: #E5F0FD;
  --color-green-1: #EBFCEA;
  --color-green-2: #008009;
  --color-yellow-1: #F8D448;
  --color-yellow-2: #E1C03F;
  --color-yellow-3: #FFC700;
  --color-yellow-4: #FFF8DD;
  --color-brown-1: #923E01;
  --color-purple-1: #7E53F9;
  --color-red-1: #D93025;
  --color-red-2: #F1416C;
  --color-red-3: #FFF5F8;
  --color-info-1: #CDE9F6;
  --color-info-2: #4780AA;
  --color-warning-1: #F7F3D7;
  --color-warning-2: #927238;
  --color-error-1: #ECC8C5;
  --color-error-2: #AB3331;
  --color-success-1: #DEF2D7;
  --color-success-2: #5B7052;
}

.userIdentity {
    width: 100%;
      visibility: hidden;
      height: 0px;
    }

    #auth {
      background: #6c757d;
      min-height: 100vh;
      padding-top: 100px;
      background-image: url(../img/evivesoma.jpg);
    }
    #auth .card {
      box-shadow: 0 5px 15px rgba(36, 104, 146, 0.6);
      border: none;
    }

    .header {
      width: 100%;
      top: 1px;
      padding-bottom: 3px;
      margin-bottom: 3px;
      padding-top: 3px;
      font-weight: 500;
      text-align: center;
      font-size: 22px;
      border-bottom: 4px solid rgb(3, 16, 19);
  }
  .footerpdf {
      width: 100%;
      position: fixed;
      visibility: hidden;
      bottom: -5px;
      background: white;
      z-index: 1;
      border-top: 2px solid rgb(7, 142, 184);
  } 

  @page {
    margin: 10%;
  }
  
  @media print {
    .table_action{
      visibility: hidden;
      height: 0px;
    }
  
    .incoiceHeadPdf, .footerpdf{
      visibility: visible;
    }
      .dataTables_length, .mdb-datatable-filter, .dataTables_info, .dataTables_paginate, .table_action{
        visibility: hidden;
        height: 0px;
      }
      .userIdentity, .footerpdf{
        visibility: visible;
        margin-top: 10px;
        height: auto;
      }
      table {
          width: 100%;
          border-collapse: collapse;
        }

        tr:nth-child(odd) {
          background-color: #f2f2f2f4;
        }

        tr:nth-child(even) {
          background-color: #ffffff;
        }
  }

  input, select, textarea{
    border : 1px solid rgb(158, 153, 153) !important;
  }
  .page-content-tab{
    margin-left: 0px !important;
    width: 100% !important;
  }
  .display-sm {
    display: block !important;
  }

  .dashSlide {
    height:  280px;
  }

  @media screen and (max-width: 600px) {
    .dashSlide {
      width : 407px;
      height : 250px
    }
  }

  .bg-orangered, .bg-orangered-hover:hover, .bg-orangered:hover {
    background-color: rgb(0, 0, 90) !important;
  }

  .bg-soft-orangered, .bg-soft-orangered:hover {
    background-color: rgb(239, 72, 11,.08) !important;
    color : black !important;
  }


  .border-orangered, .border-orangered:hover {
    border: rgb(0, 0, 100) !important;
  }

  .text-orangereded{
    color: rgb(0, 0, 200) !important;
  }
  
  .text-orangered, .text-orangered-hover:hover {
    color: rgb(0, 0, 100) !important;
  }

  .btn-outline-primary, .btn-outline-blue, .btn-soft-secondary{
    border:  1px solid rgb(0, 0, 90) !important;
    color: rgb(0, 0, 100) !important;
  }

  .btn-outline-primary:hover, .btn-outline-blue:hover{
    border:  1px solid rgb(0, 0, 90) !important;
    background-color: rgb(0, 0, 90) !important;
    color: white !important;
  }

  .btn-primary{
    border:  1px solid rgb(0, 0, 150) !important;
    background-color: rgb(0, 0, 150) !important;
    color: white !important;
  }
  .modal-header{
    border-bottom: 3px solid rgb(0, 0, 100);
  }
.modal-header, .modal-title{
    background-color:white !important;
    color: black !important;
  }

  body > iframe {
    display: none;
  }
  
  .text-orangered-white { color:  white !important}
  .text-orangered-white:hover { color:  black !important}
  .btn-outline-secondary:hover { background-color: rgb(0, 0, 180) !important; }
  .bg-soft-primary:hover{background-color:rgba(11,81,183,.08)!important};
  .badge-soft-primary { background-color:rgba(219, 202, 186, 0.08)!important};


  form input, .form input, .form input , .form select{
    border: 1px solid rgb(130, 135, 142) !important; 
    border-radius: 10px;
   }
   .compt-title{
     font-size: 12px;
   }
   .compt-identy{
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-weight: 600;
     font-size:  12px;
   }
   .table_css{
     width: 100%;
     border-collapse: collapse;
     border:  1px solid rgb(220, 217, 217);
   }
   .table_css th, .table_css td{
     border:  1px solid rgb(220, 217, 217);
     padding-left: 2px;
     font-size: 11px !important;
   }
   .borderInput{
     border: 0px solid white !important;
   }
   
   .bg-sidebar {
     background-color : rgb(8, 24, 80) !important
   }
   
   .incoiceHeadPdf {
     visibility: hidden;
     height: 0px;
     margin: 0px;
   }   

   .bg-light-1 {
    background-color: var(--color-light-1) !important;
  }
  
  .bg-light-2 {
    background-color: var(--color-light-2) !important;
  }
  
  .bg-light-3 {
    background-color: var(--color-light-3) !important;
  }
  .custom-confirm-alert-overlay{
    z-index: 105500 !important;
  }
  .custom-confirm-alert {
    z-index: 105600 !important;
  }

.img_add{
  width : "100%";
  height : '100%';
  object-fit: 'cover'
}