* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    overflow-x: hidden;
}

h2 {
  text-align: center;
  font-size: 24px;
}

.italic-centered {
  text-align: center;
  font-style: italic;
}


.navtop {
    background-color: #3b4656;
    height: 60px;
    width: 100%;
    border: 0;
}
.navtop div {
    display: flex;
    margin: 0 auto;
    width: 800px;
    height: 100%;
}
.navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}
.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #ebedee;
    font-weight: normal;
}
.navtop div a {
    padding: 0 20px;
    text-decoration: none;
    color: #c4c8cc;
    font-weight: bold;
}
.navtop div a i {
    padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #ebedee;
}
.content {
    width: 800px;
    margin: 0 auto;
}
.content h2 {
    margin: 0;
    padding: 0px 0;
    font-size: 22px;
    /* border-bottom: 1px solid #ebebeb; */
    color: #666666;}
    


    .content {
        text-align: center; 
        padding-left:14px; 
        font-family: arial;
        margin-top: 100px;  
        color: #8e909b;
      } 


      .div_all {
        background-color: #fff; /* Light gray background color */
        padding: 10px; /* Adjust padding as needed */
        border-radius: 8px; /* Add rounded corners */
        margin-top: 0px; /* Add spacing from the content above */
        margin-left: 70px;
        margin-right: 10px;
        border-radius: 10px; /* Add rounded corners */
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); /* Add a light shadow */
        /* Responsive styles */
        border: 1px solid #333; /* Add a dark border around the div */
        max-width: 100%;
        box-sizing: border-box;
      }
  
  

  /* -----------------------------------------------tabele--------------------------------------------------------------- */


/* Default table styles */
.div_table {
  background-color: #fff; /* Light gray background color */
  padding: 0px; /* Adjust padding as needed */
  border-radius: 8px; /* Add rounded corners */
  margin-top: 0px; /* Add spacing from the content above */
  margin-left: 70px;
  margin-right: 0px;
  border-radius: 10px; /* Add rounded corners */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); /* Add a light shadow */
  /* Responsive styles */
  border: 1px solid #333; /* Add a dark border around the div */
  max-width: 100%;
  box-sizing: border-box;
}

.styled-table {
    border-collapse: collapse;
    width: 100%;
     max-width: 1360px; /* Adjust as needed */
     margin: 0 auto; /* Center the table on the page */
    font-family: Arial, sans-serif;
    
}

.styled-table th, .styled-table td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    transition: background-color 0.3s; /* Add a smooth transition for background color change */
}

.styled-table tr:nth-child(even) {
    background-color: #f2f2f2; /* Alternate row background color */
}

.styled-table th {
    background-color: #DEDEDE;
    color: rgb(0, 0, 0);
}

.styled-table th, .styled-table td {
    white-space: nowrap; /* Prevent text from breaking onto multiple lines */
}

.styled-table a {
    text-decoration: none;
    color: #4CAF50;
}

.styled-table a:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* Add hover effect */
.styled-table tr:hover {
    background-color: #D4D4D4; /* Change background color when hovering */
    color: rgb(0, 0, 0); /* Change text color when hovering */
}


    

/* table */


  /* -----------------------------------------------forms--------------------------------------------------------------- */
  
  .entry-form-relative {
   /*  border: 2px solid #000000; */
   
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    border-radius: 10px; /* Add rounded corners */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); /* Add a light shadow */
    /* Responsive styles */
 
  }  
  
  /* Bordered form */
  
  .entry-form-main {
    min-height: 420px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 2% auto;
    padding: 20px 20px;
    /* position: relative; */
    
  }
  
  .entry-container {
    background-color: #f1f1f1;
    
  }
  
  .entry-lbl-name {
    font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
  }
  
  
  /* Full-width inputs */
  
  .entry-inpt {
    width: 49%;
    padding: 12px 20px;
    margin: 10px 0;
    display: inline-block;
   
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
  }

  
  .entry-checkbox {
    display: inline-block;
    margin-right: 5px;
    transform: scale(1.5); /* Increase the checkbox size */
  }

  /* Style for the container (optional) */
  .checkbox-container {
    margin: 10px 10px;
  }
  
  /* Set a style for all buttons */
  

  .btn-search {
    background-color: #45a049;
    align-content: center;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 200px;
  }
  


  .sbmt-entry {
    background-color: #45a049;
    align-content: center;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  
  /* Extra style for the cancel button (red) */
  
  .cancelbtn {
    padding: 14px 20px;
    background-color: #ed3b3c;
    border: none;
    color: #ffffff;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
  }

  .center-text {
    text-align: center;
  }

/* forms */



/* -----------------------------------------------View--------------------------------------------------------------- */



  .view-container {
    display:grid;
    grid-template-areas:
        'header'
        'main-content'
        'left-sidebar'
        'right-sidebar'
        'footer';
}

/* general column padding */
.view-container > * {
    padding:1rem;
}

/* assign columns to grid areas */
.view-container > .header {
    grid-area:header;
    background:#D7E6B0;
}
.view-container > .main-content {
    grid-area:main-content;
    background:#fff;
}
.view-container > .left-sidebar {
    grid-area:left-sidebar;
    background:#FBF8F8;
}
.view-container > .right-sidebar {
    grid-area:right-sidebar;
    background:#FBF8F8;
}
.view-container > .footer {
    grid-area:footer;
    background:#FEDFCE;
}



/* tablet breakpoint */
@media (min-width:768px) {
    .view-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            'header header'
            'main-content main-content'
            'left-sidebar right-sidebar'
            'footer footer';
    }
}

/* desktop breakpoint */
@media (min-width:1024px) {
    .view-container {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
            'header header header header'
            'left-sidebar main-content main-content right-sidebar'
            'footer footer footer footer';
    }
}


/* sa ramana meniul activ colorat in alb */
.selected {
  background-color: rgb(255, 255, 255); /* sau culoarea dorită pentru elementul selectat */
  color: black; /* culoarea textului pentru vizibilitate */
}


/* forms */
