
body {
    background: #1565c0;
    background-image: -webkit-linear-gradient(0deg, #1565c0, #42a5f5);
    background-image: -moz-linear-gradient(0deg, #1565c0, #42a5f5);
    background-image: linear-gradient(0deg, #1565c0, #42a5f5);

    min-height: 100vh;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html, html a, body { -webkit-font-smoothing: antialiased; }

body { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 14px; background-color: #f7fbff; color: #8a8a8a; line-height: 1.5; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 { color: #515365; font-weight: normal; line-height: 1.5; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: 300; color: #5c5f73; }

h1 { font-size: 48px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

h4 { font-size: 24px; }

h5 { font-size: 20px; }

h6 { font-size: 18px; }

p { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; color: #8a8a8a; line-height: 1.8; margin-bottom: 10px; }

.lead { font-size: 18px; }

ul { margin-bottom: 0px; }

a { color: #04a1f4; }

a:hover, a:focus { text-decoration: none; color: #0380c2; }

a:focus { outline: none; }

a.text-gray:hover, a.text-gray:focus { color: #515365 !important; }

a.text-gray.active { color: #04a1f4 !important; }

a.hover-opacity:hover { opacity: 0.8; }

:focus { outline: none; }

hr { border-top: 1px solid #e9eaec; margin-top: 2rem; margin-bottom: 2rem; }

.font-primary { font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

.text-link:hover, .text-link:focus { text-decoration: underline; }

.text-opacity { opacity: 0.85; }

.text-white { color: #ffffff !important; }

.text-dark { color: #515365 !important; }

.text-gray { color: #8a8a8a !important; }

.text-secondary { color: #cacaca !important; }

.text-primary { color: #6569df !important; }

.text-success { color: #24d5d8 !important; }

.text-info { color: #04a1f4 !important; }

.text-warning { color: #fecd2f !important; }

.text-danger { color: #fd3259 !important; }

#texto-molon {
    min-height: 100px;
    line-height: 48px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.15);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-link {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}
.btn-link:hover {
    color: #dfdfdf;
    background-color: transparent;
}

.btn-entrada, .btn-sortida { display:none; }

.btn-entrada.active, .btn-sortida.active { display:block }

.btn-marcatge {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    line-height: 80px;
    padding: 20px;
    font-size: 20px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.5) !important;
}
.btn-marcatge:hover {
    color: #000;
}

.dropdown-menu {
    border: none;
    background-color: rgba(0,0,0,0.15);
}
.dropdown-item {
    color: #fff;
    text-align: right;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.card {
    border: none;
    background-color: rgba(0,0,0,0.15);
    color: #fff;
}
.card-header {
    font-size: 1.4rem;
    font-weight: 100;
}



.flip-clock-wrapper {
    width: max-content;
    padding: 20px;
    margin: 0 auto;
}

.report-user {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 42px;
}
.report-range {
    font-weight: 100;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.50;
}

.report-value {
    font-size: 45px;
    color: #fff;
    line-height: 30px;
}
.report-day {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    opacity: 0.75;
}
.report-label {
    opacity: 0.4;
    color: #fff;
}

.report-total {
    background-color: #fff;
}

.report-total h3 {
    font-size: 32px;
    font-weight: 400;
    padding: 25px 0;
}

@media screen and (max-width: 767px) {

    .navbar-brand img {
        height: 50px;
    }

    #texto-molon {
        font-size: 34px;
        line-height: 38px;
        min-height: 75px;
    }
    .flip-clock-wrapper ul { height: 50px; line-height: 50px;padding: 5px 0; }
    .flip-clock-wrapper ul li a div.up:after { top: 24px; }
    .flip-clock-divider { height: 50px; }
    .flip-clock-dot { height: 6px; width: 6px; left: 7px;}
    .flip-clock-dot.top { top: 17px; }
    .flip-clock-dot.bottom { bottom: 8px; }

    .flip-clock-wrapper ul { width: 37px; }
    .flip-clock-wrapper ul li a div div.inn { font-size: 30px; line-height: 50px; }

    .info-marcatge {
        font-size: 24px;
    }
    .btn-marcatge {
        width: 100px;
        height: 100px;
        line-height: 64px;
        padding: 18px;
        font-size: 18px;
    }
    .ctrl-presencia.p-5 {
        padding: 25px 0 !important;
    }

}
