table.tblresponsive{
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

table.tblresponsive caption {
  font-size: 22px;
  /* margin: .5em 0 .75em; */
  color: rgb(0, 0, 0);
  display: table-caption;
  text-align: center;  
}


table.tblresponsive tr {
  background-color: #f8f8f8;
  background-color: #ffffff;
  border: 0px solid magenta;
  padding: .35em;
}

table.tblresponsive tr.myred  {
  background-color: #c0eed0;
  border: 0px solid magenta;
  padding: .35em;
}


table.tblresponsive th,
table.tblresponsive td {
  border: 1px solid #ccc;
  padding: .625em;
  /* text-align: center; */
}

table.tblresponsive th {
  font-size: 1.15em;
  /* letter-spacing: .1em; */
  text-transform: capitalize;
  text-transform: uppercase;
  font-size: 13px;
  /* color: green; */
}

table.tblresponsive   a {
  font-size: 11px !important;

}

.restd td{
  text-align:right;
 }

 .fontsm a{
  font-size: 9px;
 }

  .fontfiles {
  font-size: 14px;
  color: rgb(216, 24, 24);
 }  

 .restdjs td{
  text-align:justify;
 }

.myresponsive{
  float: left;
  /* text-transform: uppercase; */
  /* text-transform: capitalize; */
  display: none;
  font-weight: normal;
}

.myresponsive2{
  font-weight: normal;
}

div.topcheck{
  /* visibility: hidden; */
  display: none !important;
} 



/* @media screen and (max-width: 600px) { */

@media screen and (max-width: 992px) {


  .headlinefield1, .headlinefield2{

    text-decoration: 1px orange underline;
    text-underline-offset: 4px; 


  }
  
  .myresponsive2{
    border: 0px solid red;
    margin-left: 0px;
    text-align: left;
    display: inline-block;
    width: 69%;
    text-align: left;
     
  }





  .myresponsive{
    /* width: 30%; */
    /* width: 100%; */
    float: left;
    text-align: left;
    display: block;
    border: 0px solid red;

    /* font-weight: 700; */
    /* color: #9B2335; */
    font-size: 14px;

    /* text-decoration: 1px red underline;
    text-underline-offset: 4px; */

  }


  /* .myresponsive{
    display: block;
  } */

  table.tblresponsive {
    border: 0;
  }

  table.tblresponsive caption {
    font-size: 1.3em;
  }
  
  table.tblresponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tblresponsive tr {
    /* border-bottom: 1px solid #ddd;
    border-bottom: 3px solid #680707; */
    border-top: 0px solid #3ba50a;
    display: block;
    margin-bottom: 2em;
    padding: 0em;
  }

  table.tblresponsive tr:first-child {
    border-top: 3px solid #6e2b75;
    margin-top: 0px;
  }

  table.tblresponsive tr:not(:first-child)  {
    /* border-top: 33px solid #3ba50a; */
    border-top: 3px solid #6e2b75;
  }
  
  
  table.tblresponsive th {
      font-size: .85em;
      letter-spacing: .1em;
      text-transform: capitalize;
    }

  table.tblresponsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
    text-align: right;

    border: 0px solid #ccc;
    background: #f2f4f5;



  }

  
  table.tblresponsive td.alnrgt {
    text-align: right !important;
  }

 

  table.tblresponsive td.td_files {
    text-align: left;
  }

  
  table.tblresponsive th
 {
    border: 0px solid #bdbbbb;
    border-bottom: 0px solid #ddd;
  }


  table.tblresponsive td.todayrec {
    background-color: #67c410;
    background-color: #cbf5c9;
  }

table.tblresponsive td.border-left-green {
    box-shadow: inset 0px 0 0 0 #cbf5c9; /* Creează un border doar pe partea stângă */
}



  table.tblresponsive td::before {
    /* content: attr(data-label); */
    float: left;
    /* font-weight: bold; */
    text-transform: capitalize;
    text-transform: uppercase;
  }
  
  table.tblresponsive td:last-child {
    border-bottom: 0;
  }


  table.tblresponsive td {
    border: 0px solid #bdbbbb;
    border-bottom: 1px solid #ddd;
  }


  table.tblresponsive_utilizatori td {
    border-bottom: 0px solid #ddd;
  }  

  .btn_tbl_resp  {
    /* float: right; */
    border: 0px solid red !important;
  }  

  div.topcheck{
    /* visibility: visible; */
    /* display: block !important; */
    display: flex !important;
    justify-content: center; /* Centrează elementele pe axa orizontală */
    /* align-items: center;    /* Centrează elementele pe axa verticală * */


    /* font-size: 100px !important; */

  }


  

}
