.FichaProyectoTable {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.FichaProyectoTable .inputLabel,
.FichaProyectoTable span {
    color: #ffffff !important;
    font-size: 12px !important;
}

.FichaProyectoTable tr:nth-child(odd) {
    background: #1d2e3d;
}

.FichaProyectoTable tr:nth-child(even) {
    background: rgba(29, 46, 61, 0.7);
}

.FichaProyectoTable td {
    padding: 10px;
    font-size: 12px;
}

.FichaProyectoTable tr td:first-child {
    text-align: right;
    font-weight: bold;
    letter-spacing: 1px;
}

.CenterButton {
    text-align: center;
    display: block;
    padding: 20px 0px;
}

.dropdown-wrapper {
    width: 150px;
    /* Sets the width of your dropdown */
}

.dropdown-wrapper select {
    width: 115%/* This hides the arrow icon */
    ;
    background-color: transparent/* This hides the background */
    ;
    background-image: none;
    -webkit-appearance: none/* Webkit Fix */
    ;
    border: none;
    box-shadow: none;
    padding: 0.3em 0.5em;
    font-family: arial !important;
    color: #666666 !important;
    font-size: 12px !important;
}

.checkboxListContainer input {
    margin-right: 0.5rem;
}

.ContenedorFichasProyecto .FichaProyectoTable {
    width: 767px;
}

.ContenedorFichasProyecto .FichaProyectoTable tr td:first-child {
    width: 35%;
}