.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: 3rem;
    font-weight: bold;
    color: #ababab;
}

.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;
}

.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;

}
