@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap');

body {
    font-family: 'Karla', sans-serif;
    background: #263648;
    /* line-height: 1.45em; */
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    color:#fff;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.btn-gray {
    background-color: #293c4e;
    color: #fff;

}
.btn-gray:hover {
    background-color: #21303f;
    border-color: #6c757d;
    color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-dark:hover {
    color: #fff;
    background-color: #223140;
    border-color: #86909b;
}

.bg-color-lightBlue {
    background-color: #34495e;
    border: none;
}

.bg-color-lightBlue:focus {
    background-color: #34495e;
    color: white;
    border: none;
    box-shadow: none;
}

.nav-link {
    height: 54px;
}

.bg-blue_dark {
    background-color: #293C4E !important;
}

.nav-link:hover {
    background-color: #223140 !important;
    border: 1px solid #86909b !important;
    border-radius: 0;
}

.tarjetaAdjuntar {
    width: 450px;
    height: 450px;
}
.card-body {
    width: 100%;
    height: 100%;
}

#canvasThreejs {
    outline: none;
    box-shadow: none;
    width: 100% !important;
    height: 100% !important;
}

input[type=number] {
    background-color: #293c4e;
    border: none;
    width: 60px;
    height: 26px;
    color:#fff;
}

.border-lbt {
    border-color: #2a3b4e!important;
}

.ui-slider-horizontal {
    height: .5em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    color: gray !important;
}

.ui-slider .ui-slider-handle {
    width: 1em !important;
    height: 1.1em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.5em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.35em !important;
}

.ui-widget-content {
    background: #263648 !important;
    border: none !important;
}


.modulo-checkbox {
    margin-left: 0; 
    margin-top: 1.6vh;
}

.squaredThree {
    position: relative;
    float: left;
    margin-left: 5vh;
    margin-top: 2vh;
}

.squaredThree label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -16px;
    background: #263648;
    border-radius: 3px;
}

.inputAlinear {
    top: -12px !important;
    margin-left: 10px;
}

p, label {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.7em;
}

.rspnsv-img {
    background-size: 100% !important;
}

.icons {
    height: 5vh;
}

#chart {
    width: 100%;
    height: 24vh;
    background-color: #263648;
}
#chart svg {
    width: 100% !important;
}

.options {
    height: 71vh;
}

g.tick > text {
    fill: #ffffffa8 !important;
    text-shadow: none !important;
}

.parcoords text.label {
    cursor: default;
}

text.label {
    stroke: transparent;
    fill: #ffffffa8;
}

.tarjeta {
    width: 50%;
    height: 45%;
    float: left;
}


.custom-scrollbar-css {
    overflow-y: scroll;
}

.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
}

.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #eee;
}

.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

.txtTarjeta p {
    font-family: 'Karla', sans-serif !important;
    /* font-size: 10px !important; */
    line-height: 2px;
}

.titulo {
    color: #c3c3c3;
}

.detalle {
    height: 20px;
    width: 100%;
    margin-bottom: 5%;
}

.detalles .detalle div:nth-child(1) {
    float: left;
    color: #929fad;
}

.detalles .detalle div:nth-child(2) {
    float: right;
}

.dropdown-coste button {
    background-color: #34495E;
    width: 100%;
    height: 50px;
    margin-left: 0;
    border: none;
}

.dropdown, .dropdown button {
    max-width: 120px;
    max-height: 30px;
    min-width: 120px;
    min-height: 30px;
}

.dropdown-toggle {
    padding-top: 2px;
    margin: 0 0 0 2vh;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.dropdown-coste, .dropdown-coste button {
    background-color: #34495E;
    max-width: 100%;
    min-width: 100%;
    max-height: 50px;
    min-height: 50px;
    margin-left: 0;
    border: none;
}

.dropdown-toggle-coste::after {
    right: 30px;
}

.row1-coste {
    height: 26vh;
}

.row2-coste {
    height: 68vh;
}

.b-rojo {
    border: 1px solid red;
}

.tabla-coste-parcela td,
.tabla-coste-parcela tr,
.tabla-coste-parcela th {
    text-align: end;
}

.btn-selected {
    background-color: #282d31 !important;
    border-color: transparent;
}

.tabla-coste-gastos1 td,
.tabla-coste-gastos2 td,
.tabla-coste-gastos3 td {
    font-size: 0.8rem;
}

.input-text, .input-text:focus {
    color: white;
    background-color: #425B74;
    border: none;
    border-radius: 0;
    width: 80%;
}

.btn-green {
    border-color: #293C4E;
    border-radius: 0;
    font-size: .8vw;
    color: white;
    background-color: #359D9E;
    margin-top: 3%;
    margin-left: 18%;
    width: 65%;
}

#btn-lock {
    padding: 8px 8px 8px 32px;
    background: url(../images/chain.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 30px;
    width: 100px;
}

.edificab-slider {
    margin-bottom: 2rem !important;
}

.input {
    
}