/* -----ADMINISTRARE------ */
.logoNavMesaje {
    grid-area: header;
}

.tabelMeniuStanga {
    grid-area: sidebar;
    background-color: #45aaf2;
}

article {
    grid-area: content;
    background-color: whitesmoke;
    padding: 20px;
}

.griiid {
    padding: 20px;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 0.6fr 3.4fr;
    grid-template-areas:
        "header  header"
        "sidebar content"
}

/* BARA DE CAUTARE SI ADAUGARE ARENDATOR */
.adaugaSiSearch {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.adaugaSiSearch .fa-user-plus {
    margin-right: 5px;
}

.adaugaSiSearch #addArendator {
    padding: 10px 20px;
    border-radius: 5px;
    border: solid var(--negru) 1px;
    cursor: pointer;
    background: var(--gradient);
}

.searchInput,
#cautaBtn {
    padding: 5px 10px;
    border-radius: 5px;
    border: solid #869900 1px;
}

#cautaBtn {
    background: #869900;
    cursor: pointer;
    color: white;
}


/* TABEL LISTA ARENDATORI */
.tabelSus {
    background: var(--gradient2);
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
}


.categorie-administrare .subcategorie-administrare .container-a .tabelSus {
    text-align: left;
    padding: 10px 0 10px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
}

.categorie-administrare .subcategorie-administrare .container-a .tabelMeniuStanga p {
    width: 100%;
}

.listaArendatoriItems {
    width: 100%;
    text-align: center;
}

.listaArendatoriItems th {
    background: #869900;
    color: white;
    padding: 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 500;
    width: 14%;
    cursor: default;
}

.listaArendatoriItems tr {
    border-bottom: 1px solid #9e9e9e;
}

.listaArendatoriItems td,
.listaArendatoriItems th {
    border-right: 1px solid #9e9e9e;
}

.listaArendatoriItems td {
    padding: 15px 0;
    font-size: 13px;
}

.listaArendatoriItems tr th:first-child {

    border-left: 1px solid #869900;
}

.listaArendatoriItems tr th:last-child {
    border-right: 1px solid #869900;
}

.listaArendatoriItems tr td:first-child {
    border-left: 1px solid #9e9e9e;
}

#actionArendatori input {
    width: 45%;
    padding: 5px 10px;
    margin: 0 auto;
    border: solid var(--negru) 1px;
    border-radius: 5px;
    background: var(--gradient);
    letter-spacing: 1px;
    cursor: pointer;
}

.listaArendatoriContent .adaugaSiSearch a {
    background: #869900;
    padding: 8px 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: solid #869900 1px;
    font-size: 14px;
}

.listaArendatoriContent .adaugaSiSearch a:hover,
#cautaBtn:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}

.listaArendatoriContent {
    padding: 25px;
    z-index: 0;
    position: relative;
    min-height: -webkit-fill-available;

}

.listaArendatoriItems .fa-edit,
.listaArendatoriItems .fa-trash-alt,
.listaArendatoriItems .fa-info-circle {
    color: #869900;
    margin: 0 10px;
    font-size: 18px;
}

.listaArendatoriItems .fa-edit:hover,
.listaArendatoriItems .fa-trash-alt:hover,
.listaArendatoriItems .fa-upload:hover {
    color: black;
}

.tabelMeniuStanga .admCategorie {
    background-color: #869900;
    border: solid black 1px;
    cursor: pointer;
    color: white;
    padding: 15px 0;
}

.divMesajSuccesAdministrare {
    color: #2b7515;
    font-size: 16px;
    text-align: center;
    background: #ecffd6;
    border: 1px solid #617c42;
    padding: 5px;
}

.arListBtn {
    background-color: #869900;
    border: solid black 1px;
    padding: 2px 5px;
    color: white;
    border-radius: 5px;
}

/* NAVLINK */
.navlink {
    padding: 8px 0 8px 5px;
    background: var(--gradient2);
    margin-bottom: 5px;
}

.navlink>a {
    text-decoration: none;
    color: white;
}

.navlink>a:hover {
    text-decoration: underline;
}


/* MENIU ADMINISTRARE */
.tabelMeniuStanga {
    background: var(--gradient2);
    height: calc(100vh - 170px);
    overflow: auto;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.tabelMeniuStanga .admCategorie:hover {
    text-decoration: underline;
}

.subcatDashboard,
.subcatArendatori,
.subcatRapoarte,
.subcatDeclaratii,
.subcatParcele,
.subcatPlatiRestante,
.subcatOfertaCumparare,
.subcatAsistentaTehnica,
.subcatNomenclator {
    background-color: #cddc39;
    display: none;
    border-right: solid black 1px;
    border-left: solid black 1px;
}

.subcatItem {
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.subcatItem:hover {
    background-color: #b9c920;
    text-decoration: underline;
}

.subcatItem a {
    padding: 15px 0;
    display: block;
    border-bottom: solid #acbb22 1px;
}

.fa-exclamation-triangle {
    color: red;
    margin-left: 3px;
}

.iconMenu {
    margin-right: 5px;
    color: #566201
}

.userName {
    background-color: #aeb9aa;
    padding: 15px 0;
}

.userName:hover {
    background-color: #b9c5b5;
}

.userName>a:hover {
    text-decoration: underline;
}

.fa-user-tie {
    margin: 0 10px;
    font-size: 30px;
}


/* ADAUGA SAU EDITEAZA ARENDATOR */


#adaugaArendatorForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
}

.informatiiArendator,
.informatiiBanca {
    padding: 0 50px 20px 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

#adaugaArendatorForm>input:last-child {
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #869900;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    border: solid black 1px;
    cursor: pointer;
}

#adaugaArendatorForm>.informatiiArendator>label,
#adaugaArendatorForm>.informatiiBanca>label {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 14px;
}

#adaugaArendatorForm>.informatiiArendator>input,
#adaugaArendatorForm>.informatiiBanca>input {
    padding: 5px;
    border: solid black 1px;
}

#adaugaArendatorForm>input:last-child:hover {
    background-color: #b9c920;
}

.divMesajeEroareAddSauEdit {
    color: red;
    font-size: 13px;
    text-align: left;
}

.divMesajEroareSpatiiGoale {
    color: red;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}
.tipstats{
    padding: 4px;
}


/* adauga contract */
.foaieDosar {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.titluPeFormular {
    background: var(--negru);
    color: white;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 1px;
}

.continutFormular {
    border: solid black 1px;
    height: 100%;
    padding: 100px;
    width: 100%;
}

.contractForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}

.continutFormular>.contractForm>div>.contractFormRow {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

.continutFormular>.contractForm>div>.contractFormRow>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

.continutFormular>.contractForm>div>.contractFormCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contractFormCol>textarea {
    padding: 20px;
    width: 100%;
    resize: none;
}

.contractForm label {
    padding-bottom: 5px;
    font-size: 14px;
}

.contractForm input[type="submit"] {
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #869900;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    border: solid black 1px;
    cursor: pointer;
}

.contractForm input[type="text"],
.contractForm select,
.contractForm input[type="date"] {
    padding: 3px 5px;
    border: solid black 1px;
    width: 100%;
}

.contractForm .contractFormRow div:first-child {
    padding-right: 10px;
}

.contractForm .contractFormRow div:nth-child(2),
.contractForm .contractFormRow div:nth-child(3) {
    padding: 0 10px;
}

.contractForm .contractFormRow div:last-child {
    padding-left: 10px;
}

.dataExpirare {
    background-color: transparent;
    border: none;
    outline: none;
}

.ceFaciCuContractul label {
    color: red;
    font-size: 16px;
}

.ceFaciCuContractul select {
    width: 30%;
    margin: 0 auto;
}



.fa-plus-square {
    margin-right: 5px;
}

.fa-file-contract {
    font-size: 20px;
    margin: 5px;
    color: #2b7515;
}

.documentlink:hover {
    text-decoration: underline;
    color: red;
}


.continut {
    border: solid black 1px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

.subtitluri {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5px;
}

.subtitluPeFormular {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    color: black;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.subtitluPeFormular:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -100%;
    top: 15px;
    z-index: 1;
}

.subtitluPeFormular:first-child::after {
    content: none;
}

.subtitluPeFormular:nth-child(3)::after {
    background: white;
    width: 98%;
    left: -99%;
}

.subtitluPeFormular:nth-child(2)::after {
    background: white;
    width: 92%;
    left: -92%;
}

#subtitluPeFormular,
#subtitluPeFormular li.active:after {
    background: #000000;
    color: white;
}

fieldset:not(:first-of-type) {
    display: none;
}


/* DOCUMENTE */
.multistep-box>.imagineaIncarcata {
    margin-top: 15px;
    max-width: 100%;
    max-height: 300px;
}

.continut>.formAddAndEdit>input:last-child {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #869900;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    border: solid black 1px;
    cursor: pointer;
}

.numeDoc {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.numeDoc>label {
    font-size: 14px;
    margin-bottom: 3px;
}

.numeDoc>input {
    padding: 5px;
}

.chooseFile {
    display: block;
    text-align: left;
    cursor: pointer;
    padding: 7px 15px;
    border: solid black 1px;
    width: fit-content;
    background: white;
    border-radius: 5px;
    font-size: 14px;
}


/* vremea  */

/*form styles*/
#msform {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    /*stacking fieldsets above each other*/
    position: absolute;
    top: 100px;
    left: 20%;
    right: 20%;
    bottom: 30px;
    height: min-content;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    opacity: 0;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #869900;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #869900;
    color: white;
}

.buttonToDelete {
    border: solid black 1px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
}

.buttonToDelete:hover {
    background-color: #00000029;
}