body {
}

.alert-pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url("/fonts/Open_Sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    src: url("/fonts/Open_Sans/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url("/fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url("/fonts/Open_Sans/OpenSans-Italic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 500
    src: url("/fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: italic;
    src: url("/fonts/Open_Sans/OpenSans-BoldItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url("/fonts/Open_Sans/OpenSans-ExtraBold.ttf");
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    src: url("/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf");
}

@font-face {
    font-family: 'Comfortaa';
    font-weight: 400;
    src: url("/fonts/Comfortaa/Comfortaa_Regular.woff");
}

@font-face {
    font-family: 'Comfortaa';
    font-weight: 500;
    src: url("/fonts/Comfortaa/Comfortaa_Bold.woff");
}

body {
    background-color: #042cab;
    background-image: linear-gradient(to bottom right, #042cab 13%, #51edff);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.matrickxlogo {
    text-align: center;
    width: 285px;
    max-width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    height: 50px;
    border-radius: 25px;
}

.btn-oranje {
    background-color: #ffa600;
    border-color: #ffa600;
    background-image: linear-gradient(to bottom, #ffa600 87%, #f48900);
    color: #000c57;
    font-family: 'Comfortaa', sans-serif;
}

.table td {
    vertical-align: middle;
}

#copyright {
    position: fixed;
    right: 5px;
    bottom: 5px;
    text-align: right;
    font-size: 12px;
}
