.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    padding: 0;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

@media print {
    html, body {
        display: none; /* hide whole page */
    }
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
    margin: 15px;

}

#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .container {
        max-width: 730px;
    }

    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.videoContainer {
    width: 100%;
    height: 100%;
    position: absolute;;
    overflow: hidden;
}

.headerLogin .navbar {
    background: none !important;
    border: none !important;
}

.headerLogin .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    font-size: 21pt;
    margin-top: 20px;
}

.headerLogin .navbar-brand:hover {
    color: rgba(255, 255, 255, 1);
}

.jumbotron {
    text-align: center;
    width: 30rem;
    border-radius: 0.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 4rem auto;
    background-color: #fff;
    padding: 2rem;
}

.container .glyphicon-list-alt {
    font-size: 10rem;
    margin-top: 3rem;
    color: #0075ad;
}

input {
    width: 100%;
    margin-bottom: 1.4rem;
    padding: 1rem;
    background-color: #ecf2f4;
    border-radius: 0.2rem;
    border: none;
}

h2 {
    margin-bottom: 1.4rem;
    font-weight: bold;
    color: #f39c12;
}

.btn {
    border-radius: 0.2rem;
}

.btn .glyphicon {
    font-size: 3rem;
    color: #fff;
}

.full-width {
    background-color: #8eb5e2;
    width: 100%;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.loginContainer {
    display: block;
    position: absolute;
    /*top: 50%;*/

    margin-top: 100px;
    /*margin-left: -150px;*/
    overflow: hidden;
    /*height: 370px;*/
    background: rgba(2555, 255, 255, .8);
    border-radius: 10px;
    /*width: 300px;*/
}

.loginContainer img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.loginContainer h2 {
    margin: 0 0 10px 0;
}

.loginContainer button {
    background: rgba(32, 120, 222, 1);
}

.loginContainer button:hover {
    background: #2078de;
}

.loginContainer input {
    font-size: 16px !important;
}

.footerLogin {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
}

.footerLogin p {
    color: #000000;
}

.footerLogin a {
    color: #000000
}

.footerLogin .glyphicon-heart {
    color: #f70f66;
}

.appWrapper {
    margin-top: 65px;
}

#menuApp {
    background: #0075ad !important;
    border-color: #0075ad !important;
}

#menuApp a {
    color: white !important;
}

.menuActivo {
    font-weight: bold !important;
    color: #0075ad !important;
    font-size: 17px !important;
}

.page-header {
    overflow: hidden;
}

.page-header h1 {
    margin-top: 0;
}

/* Cards */
.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card a {

}

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    cursor: pointer;
}

.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    position: relative;
    overflow: hidden;
    background-color: #00a2e2;
    height: 120px;
}

.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}

.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}

.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px;
}

.required-label::after {
    content: "requerido";
    color: red;
    margin-left: 4px;
}

.required-filled::after {
    content: "";
}

.card .card-action a {
    color: #0075ad;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.card .card-action a:hover {
    color: #00a2e2;
    text-decoration: none;
}

/*   */

.align-center {
    text-align: center;
}

.map-canvas {
    height: 400px;
}


.red {
    color: #bb1516;
}

.blue {
    color: #3668b1;
}

.white {
    color: #FFFFFF !important;
}

.zindex {
    z-index: 20 !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 2 !important;
}

.modal-backdrop {
    z-index: 2 !important;
}

.btnClass {
    margin-left: 50px;
}

input[type=checkbox] {

    width: 20px;
    height: 20px;

}

@media (prefers-color-scheme: dark) {
    body {
        background-color: rgb(21, 32, 43);
        color: white;
    }

    #page-content-wrapper {

        background-color: rgb(21, 32, 43);
        color: white;


    }

    .modal-body {
        background-color: rgb(21, 32, 43);
        color: white;
    }

    .modal-header {
        background-color: rgb(21, 32, 43);
        color: white;
    }

    a {
        color: white;
    }

    label {
        color: white;
    }

    #page-content {

        background-color: rgb(21, 32, 43);
        color: white;

    }

    .panel-body {

        background-color: rgb(21, 32, 43);
        color: white;

    }



    .panel-heading {

        background-color: rgb(112, 112, 112);
        color: white;

    }

    /* Modal styles for video player */
    .video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1050;
        justify-content: center;
        align-items: center;
        overflow: auto;
    }
    .video-modal.open {
        display: flex;
    }
    .video-modal-content {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        max-width: 90%;
        max-height: 90%;
        position: relative;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.3s ease;
    }
    @keyframes fadeIn {
        from { opacity: 0; transform: scale(0.9); }
        to { opacity: 1; transform: scale(1); }
    }
    .video-modal video {
        width: 100%;
        max-height: 70vh;
        display: block;
    }
    .close-modal {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 30px;
        color: #333;
        cursor: pointer;
        background: none;
        border: none;
        line-height: 1;
        padding: 5px 10px;
    }
    .close-modal:hover {
        color: #d9534f;
    }
    /* Button styles */
    .video-btn {
        display: inline-flex;
        align-items: center;
        padding: 12px 20px;
        font-size: 16px;
        color: #fff;
        background-color: #337ab7;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 15px;
        touch-action: manipulation;
        transition: background-color 0.2s;
    }
    .video-btn:hover {
        background-color: #286090;
    }
    .video-btn .fa {
        margin-right: 8px;
    }
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .video-modal-content {
            padding: 15px;
            max-width: 95%;
        }
        .video-btn {
            width: 100%;
            justify-content: center;
            font-size: 18px;
            padding: 15px;
        }
        .close-modal {
            font-size: 25px;
            padding: 10px;
        }
    }
    /* Accessibility */
    .video-btn:focus, .close-modal:focus {
        outline: 3px solid #337ab7;
        outline-offset: 2px;
    }


}







.has-error .form-control { border-color: red; }
.help-block { color: red; }
.text-muted { font-size: 12px; }
.progress { height: 10px; margin-top: 5px; }





