/*
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 *
 * Copyright Headease B.V. (c) 2020.
 */

@font-face {
    font-family: 'DINPro-Light';
    src: url('../ttf/DINPro-Light.ttf');
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../ttf/DINPro-Medium.ttf');
}

.iconadd {
    display: inline-block;
}

.iconremove {
    display: none !important;
}

li.active .collapsible-header .material-icons.iconadd {
    display: none;
}

li.active .collapsible-header .material-icons.iconremove {
    display: inline-block !important;
}

html {
    font-family: 'DINPro-Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

img.gids_logo {
    margin-bottom: -48px;
    width: 180px;
}

.public_key {
    font-family: monospace;
    display: block;
    unicode-bidi: embed;
    white-space: pre;
}

textarea.token, textarea.publicKey {
    font-family: monospace;
}
