#datatablesSimple thead th {
    vertical-align: top; /* Aliniază textul în partea de sus */
    text-align: center;
}
.auth .card-header{
  background-color: rgb(52,45,95);
  color: white;
}

.auth .card-footer {
  background-color: rgb(52,45,95);
  color: white;
}
.auth a {
  color: white;
}
.auth .btn-primary{
  background-color: rgb(52,45,95);
}


body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
    
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 1em 0;
}

header h1 {
    text-align: center;
    margin: 0;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

nav ul li {
    margin: 0 1em;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.section {
    padding: 2em 0;
    border-bottom: 1px solid #ccc;
}

.section h2 {
    text-align: center;
    margin-bottom: 1em;
}

footer {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 1em 0;
}

.form-inline {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
 .form-inline .form-group {
            margin: 5px;
        }

/*login*/
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Înalțime completă a ferestrei */
}

.auth {
    width: 100%;
    max-width: 500 px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* form fisiers-new */
    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100vh; /* Înalțime completă a ferestrei */
    }

   .text-container {
        flex: 1; 
        justify-content: flex-start; 
        text-align: left; /* Align text to the left */
    }
    .button-container {
        display: flex;
        gap: 5px;
    }
    .button-container-right {
        margin-left: auto;
        justify-content: flex-end;
        right: 0;
        position: relative
    }
    
    .indented-text {
        display: inline-block;
        text-indent: 10px; 
    }

    .align-middle {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .align-top {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }
    .sumacontrol-aligned {
        width: 7em;
            text-align: right;
            display: inline-block;
            vertical-align: top;
    }
    .sumacontrol-aligned-mic {
        width: 6em;
            text-align: right;
            display: inline-block;
            vertical-align: top;
    }

    .col-width-8 {
        width: 10 px;
        vertical-align: top;
    }
    .col-width-10 {
        flex: 0 0 10%;
        max-width: 10%;
        vertical-align: top;
    }
    .col-width-30 {
       width: 30%;
        max-width: 30%;
    }
    .col-width-40 {
        width: 40%;
         max-width: 40%;
         vertical-align: top;
     }
     .col-width-50 {
        width:50%;
        max-width: 50%;
        vertical-align: top;
    }
    .col-width-60 {
        width:60%;
        max-width: 60%;
        vertical-align: top;
    }
    .text-subliniat-dot {
        text-decoration: underline;
        text-decoration-style: dotted;
       font-size: 10px; /* Micșorează fontul la dimensiunea dorită */
    color: #6a6464; /* Poți personaliza culoarea textului dacă dorești */
    }

 /* Personalizează dimensiunea butonului FilePond */
.filepond--drop-label {
    font-size: 16px;
}

.filepond--label-action {
    font-size: 18px; /* Mărește dimensiunea textului butonului */
}

.filepond--item-panel {
    padding: 10px; /* Ajustează padding-ul pentru elementele fișierului */
}

/*afișarea caracterelor Font Awesome*/
.sb-nav-link-icon {
    position: relative;
}
.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem; /* Ajustează mărimea textului după preferințe */
}

.small {
    font-size: 0.8em;
}


/**** Setari pentru imprimare pdf-uri*/
@media print {
    .imprimare-no-print {
    display: none !important;
}
.imprimare-header, .imprimare-footer {
    text-align: center;
    position: fixed;
}
.imprimare-header {
    top: 0;
}
.imprimare-footer {
    bottom: 0;
}

.parinte { background-color: lightblue; }
.copil { background-color: transparent; td:first-child{padding-left: 1em;}}
.copil td:first-child {
    padding-left: 1em;
}
  tr:hover {
background-color: #f5f5f5; /* Umbrire la plimbarea cursorului */}

/**** container pentru vizualizare pdf*/
    .pdf-container {
        width: 100%;
        height: 500px;
        overflow: auto;
        margin-bottom: 20px;
    }



}

