﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
h1,h2 {
    color: #19bc19;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.page-link {
    background-color: #474747;
    border-color: black;
    color: white;
}
    .page-link:hover {
        color: #19bc19 !important;
        background-color: #363636;
        border-color: #19bc19;
    }
    .page-item.active .page-link {
        color: black !important;
        background-color: #19bc19;
        border-color: black;
    }
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background-color: #363636;
    color: white;
    background-image: url("/img/common/background.png");
    background-size: calc(100vh - 182px);
    background-repeat: no-repeat;
    background-position: center calc(50% + 38px);
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
}
.nav-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #474747;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}
    nav > a:hover {
        color: #19bc19 !important;
    }
.navbar-nav > li > .dropdown-menu {
    background-color: #474747;
}
.navbar .nav-link:hover{
    color: #19bc19 !important;
}
.dropdown-item:hover {
    color: #19bc19 !important;
    background-color: #363636;
}
a.text-light:hover {
    color: #19bc19 !important;
}
.fondo {
    height: calc(100vh - 182px);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Cosas Mutant
-------------------------------------------------- */


.bg-bizum {
    background-color: rgb(157,123,189) !important;
}

.btn-bizum {
    background-color: rgb(157,123,189) !important;
}
.form-control:disabled {
    background-color: dimgrey !important;
}

.cam-mobile{
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.texto-resumen {
    font-size: small;    
    font-weight: bold;
}
.color-resumen {
    color: #363636 !important;
}
.color-resumen span{
    color: #363636 !important;
}
.dia-reservas {
    margin-top: 60px;
}
.add-overlay {
    position: fixed;
    background-color: green;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}
    .add-overlay i {
        color: white;
        line-height: 50px;
        padding-left: 11px;
    }

.gastos-overlay {
    cursor: pointer;
    position: fixed;
    background-color: #d53f3f;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    bottom: 120px;
    right: 50px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}
    .gastos-overlay i {
        color: white;
        line-height: 50px;
        padding-left: 11px;
    }


.DistSocios-overlay {
    cursor: pointer;
    position: fixed;
    background-color: #0c5cea;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: 100px;
    right: 50px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}

    .DistSocios-overlay i {
        color: white;
        line-height: 50px;
        padding-left: 5px;
    }

.arqueo-overlay {
    display: none;
    position: fixed;
    background-color: cornflowerblue;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    bottom: 50px;
    left: 50px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}

    .arqueo-overlay i {
        color: white;
        line-height: 50px;
        padding-left: 12px;
        padding-top: 2px;
        zoom: 90%;
    }

.add-arqueo {
    position: fixed;
    background-color: #474747;
    padding-right: 5px;
    padding-top: 5px;
    /*top: 66px;*/
    bottom: 0px;
    /*right: calc(25% - 125px);*/
    left: 25px;
    z-index: 10;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: white;
    font-weight: bold;
    min-width: 250px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 8px 2px #000000;
    box-shadow: 0px 1px 8px 2px #000000;
}
.add-arqueo .ok {
    color: green !important;
}

.add-arqueo .fail {
    color: red;
}
.arqueo-ok {
    color: green !important;
}

.arqueo-fail {
    color: red !important;
}
.add-arqueo span {
    width: 50%;
}

.arqueomodal {
    max-width: 900px !important;
}
.add-arqueo i {
    color: white;
    line-height: 50px;
    padding-left: 11px;
}
.graph-mutant {
    position: relative !important;
    height: 40vh;
    width: 30vw;
    max-width:504px;
}

.graph-mutant-bigger {
    position: relative !important;
    height: 40vh;
    width: 64vw;
    max-width:1075px;
}

.filePreview {
    max-height: 15rem !important;
    width: initial !important;
    max-width: 17rem;
    color:#19bc19;
}

@media (max-width: 812px) {
    h1, h2 {
        color: #19bc19;
        font-size: x-large;
    }

    .add-overlay {
        position: fixed;
        background-color: green;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }

        .add-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 12px;
        }

    .arqueo-overlay {
        display: block;
        position: fixed;
        background-color: cornflowerblue;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        bottom: 20px;
        left: 20px;
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }

        .arqueo-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 14px;
        }

    .gastos-overlay {
        cursor: pointer;
        position: fixed;
        background-color: #d53f3f;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        bottom: 20px;
        right: calc((100vw/2) - 25px);
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }

        .gastos-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 11px;
        }
    .graph-mutant {
        position: relative !important;
        height: 60vh;
        width: 80vw;
        max-width: none;
    }
    .graph-mutant-bigger {
        position: relative !important;
        height: 60vh;
        width: 80vw;
    }

    .scrollable {
        max-height: 200px;
        overflow-y: auto;
    }
}

@media (max-width: 420px) {
    h1, h2 {
        color: #19bc19;
        font-size: x-large;
    }
    .DistSocios-overlay {
        cursor: pointer;
        position: fixed;
        background-color: #0c5cea;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        top: 100px;
        right: 20px;
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }

        .DistSocios-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 5px;
        }

    .add-overlay {
        position: fixed;
        background-color: green;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }
        .add-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 12px;
        }

    .arqueo-overlay {
        display: block;
        position: fixed;
        background-color: cornflowerblue;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        bottom: 20px;
        left: 20px;
        z-index: 10;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
        -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.6);
    }

        .arqueo-overlay i {
            color: white;
            line-height: 50px;
            padding-left: 14px;
        }
    .graph-mutant {
        position: relative !important;
        height: 60vh;
        width: 80vw;
    }
    .graph-mutant-bigger {
        position: relative !important;
        height: 60vh;
        width: 80vw;
    }
    .scrollable {
        max-height: none;
        overflow-y: auto;
    }

    .busq-fecha {
        max-width: 180px;
    }
    body {
        margin-bottom: 60px;
    }
}

html {
    font-size: 1rem;
}


.footer-declaracion {    
    background-color: #363636;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    box-shadow: 0px 0px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px -4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px -4px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 0px -4px rgba(0,0,0,0.6);
}

div.start-screen .col-6 {
    height: calc(100vh/4);
    width: calc(100vh/4);
    border: 2px solid rgba(255,255,255,0.5);
    background-color: rgba(3, 3, 3, 0.5);
    color: rgba(255,255,255,0.5) !important;
}
div.start-screen .celda {
    height: calc(100vh/4) !important;
    width: calc(100vh/4) !important;
    border: 2px solid rgba(255,255,255,0.5);
    background-color: rgba(3, 3, 3, 0.5);
    color: rgba(255,255,255,0.5) !important;
}
    div.start-screen a:hover {
        background-color: rgba(3, 3, 3, 1);
        text-decoration: none !important;
        color: rgba(255,255,255,0.5) !important;
    }
div.start-screen .celda:hover {
    background-color: rgba(3, 3, 3, 1);
    text-decoration: none !important;
    color: rgba(255,255,255,0.5) !important;
}
div.start-screen i, 
div.start-screen span {
    color: rgba(255,255,255,0.7) !important;
}
.container-index {
    height: calc(100vh - 200px);
}


/* ANIMACIÓN FLASH */
.flashit {
    color: white;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}
