﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html {
        font-size: 16px;
        font-family: Arimo, sans-serif !important;
        color: white;
        /* Sticky footer */
        position: relative;
        min-height: 100%;
    }

    body {
        font-size: 16px;
        font-family: Arimo, sans-serif !important;
        color: white;
        background-color: #002339 !important;
        /* Needed for the nav fixed */
        padding-top: 98px;
        /* Needed for the sticky footer*/
        margin-bottom: 70px;
    }

    main {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 70px;
        background-color: #f5f5f5;
    }

    #footer-container {
        height: 100%;
    }

        #footer-container .row {
            height: 50%;
        }

    /* Clases genéricas del sitio misterdomain */
    .orange-font-color, .orange-paytone-font, .md-upper-nav-item a:hover, #MainTopBar ul li a:hover {
        color: #BD5622 !important;
    }

    .orange-paytone-font, .blue-paytone-font {
        font-family: Paytone One, sans-serif !important;
    }

    .blue-font-color, .blue-paytone-font {
        color: #002443 !important;
    }




    /************************************************/
    /******************     Header      *************/
    /************************************************/

    header nav {
        background-color: #002443 !important;
    }

    header #navbarNavDropdown a {
        color: white;
    }

        header #navbarNavDropdown a:hover {
            color: #002443 !important;
        }

    header #boton_header, header #boton_header:hover {
        color: white !important;
    }

    .md-upper-nav-item a {
        line-height: 0.9rem;
    }

    #MainTopBar ul li a {
        color: white;
    }

    .divider-vertical {
        max-height: 0.8rem;
        margin-top: .5rem;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }

    #md-header-container {
        height: 98px;
    }

    #MainTopBar {
        background-color: #00102F !important;
    }

    #MainBar {
        background-color: #BD5622 !important;
    }

    #logoheader {
        height: 60px;
    }

    #img_btn_header {
        visibility: hidden;
        display: none;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,1);
        border-color: rgba(0,0,0,1);
    }

    .btn-header {
        background-color: #002443 !important;
        border-color: #002443 !important;
        color: white;
    }

        .btn-header:hover {
            background-color: transparent;
            border-color: #002443 !important;
            color: white;
        }

    @media screen and (max-width: 767px) {
        #boton_header {
            visibility: hidden;
            display: none;
        }

        #img_btn_header {
            visibility: visible;
            display: inline-block;
        }
    }
}
