 

/*********** GLOBAL STYLES **********/
/** Bootstrap normalize changes font-size to inherit**/
/*button, input, optgroup, select, textarea {
    font-size: 14px;
}*/

a:hover{
    text-decoration:none;
}

.header-logo a img {
    max-height: 60px;
}

@media (min-width: 1281px) {
    .master-wrapper-content, .html-account-page .master-wrapper-content {
        padding-top: 35px !important;
    }
}

@media (min-width: 768px) {
    .master-wrapper-content, .html-account-page .master-wrapper-content {
        padding-top: 35px !important;
    }
}


@media (min-width: 1025px) {
    .header-menu {
        z-index:unset;
    }
    .header {
        z-index: unset;
    }
    .ui-autocomplete {
        width: calc(20% - 47px) !important;
    }
}

.administration {
color:rgb(187,187,187) !important;
}

