﻿body {
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .elementotxt, .elementodisplay {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

.elementotxt {
    font-size: 14px;
    border: 1px solid lightgray;
    text-align: left;
}

.elementodisplay {
    font-size: 12px;
    text-align: left;
    border: 1px solid lightgray;
}
#menuContainer {
    display: inline-block;
    flex-direction: column;
}

.menuRow {
    display: flex;
    margin: 3px;
}

.tableReport {
    width: 100%;
    border-collapse: collapse;
}

.input-containerreport {
    width: 100%;
    box-sizing: border-box;
}

.contenedor {
    display: flex;
}

.columna {
    padding: 10px;
    border: 1px solid #ccc;
    width: 30%;
}

.columna2 {
    padding: 10px;
    border: 1px solid #ccc;
    width: 70%;
}
.PanelDiv {
    height: 500px;
    -webkit-border-radius: 10px;
    width: 100%;
    border-color: #6B6C70;
    border-width: 2px;
    background-color: #ECECED;
}

.Sptitle {
    font-weight: bold;
    margin: 1%;
    font-size: 20px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.btnGeneralPrimary {
    background-color: #6B6C70;
    border-color: #6B6C70;
    color: white;
    -webkit-border-radius: 5px;
}

    .btnGeneralPrimary:hover {
        background-color: #5C5D61;
        border-color: #5C5D61;
        color: white;
        -webkit-border-radius: 5px;
    }

.DdList {
    background-color: #6B6C70;
    -webkit-border-radius: 5px;
    color: white;
    display: inline-block;
    margin: 5px;
}

.contentSearch {
    display: inline-block;
    margin: 5px;
    justify-content: flex-end;
}

.container2 {
    Height: 100%;
    Width: 100%;
   
}

.btnGrid {
    -webkit-border-radius: 5px;
    border-color: #6B6C70;
    text-align: center;
    padding: 2px;
}

    .btnGrid:hover {
        -webkit-border-radius: 5px;
        border-color: #6B6C70;
        background-color: #6B6C70;
        color: white;
        text-align: center;
        padding: 2px;
    }

.btnReport {
    -webkit-border-radius: 5px;
    border-color: #6B6C70;
    background-color: #6B6C70;
    color: white;
    text-align: center;
    padding: 2px;
}

    .btnReport:hover {
        -webkit-border-radius: 5px;
        border-color: #6B6C70;
        background-color: darkgray;
        color: white;
        text-align: center;
        padding: 2px;
    }

.txtSearch {
    -webkit-border-radius: 5px;
    border-color: #6B6C70;
    background-color: transparent;
}

.txbText {
    -webkit-border-radius: 5px;
    margin: 1%;
}

.column {
    width: 5%;
}

.column2 {
    width: 10%;
}

.vehiculo-info-table {
    width: 100%;
    border-collapse: collapse;
}

    .vehiculo-info-table th, .vehiculo-info-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

        /* Establece el número deseado de columnas aquí */
        .vehiculo-info-table td:nth-child(odd) {
            background-color: #f2f2f2;
        }


.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    Height: 80%;
    Width: 100%;
}

.containerTitle {
    Height: 100%;
    Width: 100%;
}

.div1 {
    Height: 100%;
    Width: 20%;
}

.div2 {
    Height: 100%;
    Width: 80%;
    margin-left: 2%;
}

.DivImage {
    Height: 200px;
    overflow: auto;
}


.DdList2 {
    background-color: darkgray;
    -webkit-border-radius: 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    margin-right: 1%;
}


.gallery-item {
    cursor: pointer;
    overflow: hidden;
    margin: 10px;
}

.thumbnail {
    max-width: 100%;
    max-height: 100%;
}



.text2 {
    font-weight: bold;
    color: #00655F;
}

.texttitle {
    font-weight: bold;
    color: #00655F;
    margin-top: 2%;
}



input, select {
    padding: 3px;
    border: 1px solid #96A6C5;
    margin-top: 2px;
}

.input-container {
    width: 70%;
}


.divArchivo {
    height: 100%;
    background-color: #e9e9e9;
}

.form-label {
    width: 100%;
}

.form-sub-title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6B6C70;
}

.lblResult {
    font-weight: bold;
    display: flex;
    float: right;
    margin-right: 2%;
}

.ModSerieicon {
    display: inline-table;
    border: 0;
}

.input {
    padding: 1px;
}

.checkboxlist {
    padding: 1px;
}

.div-regForm {
    background-color: #D4D4D4;
    border: 7px solid #D5D5D5;
    margin: 5px;
}

.ajax__fileupload_uploadbutton {
    display: none;
}

.form-title {
    font-weight: bold;
}

.BtnBack {
    background-color: #DE1515;
    color: white;
    border-color: #7B0000;
    -webkit-border-radius: 5px;
    display: flex;
    float: right;
    cursor: pointer
}

    .BtnBack:hover {
        background-color: #7B0000;
        border-color: #7B0000;
        color: white;
        -webkit-border-radius: 5px;
        display: flex;
        float: right;
    }

.title {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #00655F;
    background-color: #d3d3d3;
    -webkit-border-radius: 5px;
    font-family: 'Lucida Sans'
}

.gridv {
    -webkit-border-radius: 20px;
}

.btnAñadir {
    background-color: green;
    color: white;
    border-color: darkgreen;
    -webkit-border-radius: 5px;
}

    .btnAñadir:hover {
        background-color: darkgreen;
        color: white;
        border-color: darkgreen;
        -webkit-border-radius: 5px;
    }

.barraBusqueda {
    display: flex;
    float: right;
}

.btnPrimary {
    background-color: green;
    color: white;
    border-color: darkgreen;
    -webkit-border-radius: 5px;
    display: flex;
    float: right;
}

    .btnPrimary:hover {
        background-color: darkgreen;
        color: white;
        border-color: darkgreen;
        -webkit-border-radius: 5px;
        display: flex;
        float: right;
    }

.btnok {
    background-color: green;
    color: white;
    border-color: darkgreen;
    -webkit-border-radius: 5px;
}

    .btnok:hover {
        background-color: darkgreen;
        color: white;
        border-color: darkgreen;
        -webkit-border-radius: 5px;
    }

.btnWarning {
    background-color: #008780;
    border-color: #008780;
    color: white;
    -webkit-border-radius: 5px;
}

    .btnWarning:hover {
        background-color: #007770;
        border-color: #007770;
        color: white;
        -webkit-border-radius: 5px;
    }

.btnRegresarGray {
    background-color: darkgray;
    border-color: #8a8a8a;
    color: white;
    -webkit-border-radius: 5px;
}

    .btnRegresarGray:hover {
        background-color: #8a8a8a;
        border-color: #8a8a8a;
        color: white;
        -webkit-border-radius: 5px;
    }

.btnDanger {
    background-color: #DE1515;
    color: white;
    border-color: #7B0000;
    -webkit-border-radius: 5px;
    display: flex;
    float: right;
}

    .btnDanger:hover {
        background-color: #7B0000;
        border-color: #7B0000;
        color: white;
        -webkit-border-radius: 5px;
        display: flex;
        float: right;
    }

.contentCol {
    margin-bottom: 10%;
}

.required {
    color: red;
}

.Popup {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}

    .Popup h2 {
        color: #555;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .Popup .btnConfirm,
    .Popup .btnCancel {
        border-radius: 5px;
        border: none;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        margin-right: 10px;
        padding: 10px 20px;
        transition: all 0.3s ease-in-out;
    }

    .Popup .btnConfirm {
        background-color: #e74c3c;
    }

        .Popup .btnConfirm:hover {
            background-color: #c0392b;
        }

    .Popup .btnCancel {
        background-color: #2c3e50;
    }

        .Popup .btnCancel:hover {
            background-color: #1b293e;
        }

.Background {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.centered-usercontrol {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.container-usercontrol {
    display: block;
    position: fixed;
    left: 35%;
    top: 5%;
    width: 30%;
    height: 80%;
    background-color: #f8f9fa;
    -webkit-border-radius: 5px;
}

.containerdelete-usercontrol {
    display: block;
    position: fixed;
    left: 35%;
    top: 40%;
    width: 30%;
    height: 90%;
}

.content {
    background-color: #e5e5e5;
    overflow: auto;
}

.btnDangerCancel {
    background-color: #DE1515;
    color: white;
    border-color: #7B0000;
    font-size: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    float: right;
}







ul {
    list-style-type: none;
    padding: 0;
}

li {
    cursor: pointer;
    margin-bottom: 10px;
}

#pdfViewer {
    width: 100%;
    height: 100%;
}

.pdf-popup {
    width: 100%;
    height: 100%;
}

.file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 5px;
    cursor: pointer;
}

    .file-upload input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 100px;
        cursor: pointer;
        opacity: 0;
    }

.file-upload-label {
    font-size: 1px;
}

.file-display {
    display: none;
    padding: 5px;
    color: black;
    background-color: lightgray;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.file-upload-icon {
    margin-right: 10px;
}

.btnWarningg {
    background-color: #008780;
    border-color: #008780;
    color: white;
    -webkit-border-radius: 5px;
}


.file-upload-button {
    background-color: transparent;
    color: #6B6C70;
    padding: 10px;
    border-color: #EE7900;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 5px;
    cursor: pointer;
}

    .file-upload input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 100px;
        cursor: pointer;
        opacity: 0;
    }

.file-upload-label {
    font-size: 1px;
}

.file-display {
    color: black;
    background-color: lightgray;
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.file-upload-icon {
    margin-right: 10px;
}

.btnWarningg {
    background-color: #008780;
    border-color: #008780;
    color: white;
    -webkit-border-radius: 5px;
}
