﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mwnd-body iframe {
        max-height: 94%;
    }
    /*IE, Edge hack*/
}

#linksMenu {
    top: 15px !important;
    right: 20px !important;
}

    #linksMenu a {
        font-size: 12px !important;
    }

#logo {
    background-size: 90px !important;
    width: 100px !important;
}

#slogan {
    left: 110px !important;
}

#top_menu {
    left: 100px !important;
    width:auto !important;
}

#logo1 {
    background-image: url('/Applications/default/logo64x64_1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    margin: 0;
    overflow: hidden;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding: 0;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1000 !important;
}

#LanguageBar {
    display:none;
}


.loader {
    z-index: 99999;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
    left: 49vw;
    top: 49vh;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: "OCR-B-10-BT.ttf";
    font-style: normal;
    src: url("fonts/OCR-B-10-BT.ttf"); /*if IE */
    src: local("OCR-B 10 BT"), url("fonts/OCR-B-10-BT.ttf") format("monotype"); /* non-IE */
}