﻿@font-face {
    font-family: 'MetaPro';
    src: url('fonts/MetaPro-Regular.woff2') format('woff2'),
         url('fonts/MetaPro-Regular.woff') format('woff'),
         url('fonts/MetaPro-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'MetaPro';
    font-weight: bold;
    src: url('fonts/MetaPro-Bold.woff2') format('woff2'),
         url('fonts/MetaPro-Bold.woff') format('woff'),
         url('fonts/MetaPro-Bold.otf') format('truetype');
}

html, body {
    font-family: 'MetaPro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
}

label {
    margin-bottom: .3rem;
}

.notice-viewer {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-color: #e9ecef;
    color: #495057;
    padding: .5rem .75rem;
    width: 100%;
    height: 136px;
    overflow: scroll;
}

.notice-viewer:focus {
    outline: 0;
}

.form-control {
    background-color: #f8f9fa;
}

.link-list {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}

.link-item {
    display: block;
}

.read-only-form {
    color: #959799;
}

.prelined {
    white-space: pre-line;
}

.bg {
    height: 100%;
    width: 100%;
    position: relative;
}

.card {
    border-radius: 0px;
}

.card-body {
    background-color: white;
}

/*.bg::before {
    content: "";
    background-image: url('../images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: -150px;
    right: 0;
    position: absolute;
    z-index: 0;
}*/

.box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.bg-card {
    background-color: rgba(255, 255, 255, .5);
    padding: 0px;
}

@media (min-width: 576px) {
    .plr-none {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bg-card {
        padding: 1.5rem;
    }
}

nav a {
    color: #333;
}

.festo-nav-logo {
    height: 20px;
    object-fit: contain;
}

textarea {
    resize: none;
}

footer {   
    padding-top: 2rem;
    height: 150px;
}

footer h5 {
    font-size: .75rem;
    font-weight: bold;
}

footer a {
    color: #333;
}

footer {
    font-size: .75rem;
}

::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(110, 110, 110);
    outline: rgb(51, 51, 51) solid 1px;
    border: none;
    border-radius: 0px;
}

body::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
}

.header-logo {
    height: 40px;
    width: 40px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.disabled-grey {
    color: silver;
}