@font-face {
    font-family: 'encode_sans_widesemibold';
    src: url('../fonts/encodesanswide-600-semibold-webfont.eot');
    src: url('../fonts/encodesanswide-600-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanswide-600-semibold-webfont.woff2') format('woff2'),
         url('../fonts/encodesanswide-600-semibold-webfont.woff') format('woff'),
         url('../fonts/encodesanswide-600-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'encode_sans_compressedbold';
    src: url('../fonts/encodesanscompressed-700-bold-webfont.eot');
    src: url('../fonts/encodesanscompressed-700-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanscompressed-700-bold-webfont.woff2') format('woff2'),
         url('../fonts/encodesanscompressed-700-bold-webfont.woff') format('woff'),
         url('../fonts/encodesanscompressed-700-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'encode_sans_widemedium';
    src: url('../fonts/encodesanswide-500-medium-webfont.eot');
    src: url('../fonts/encodesanswide-500-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanswide-500-medium-webfont.woff2') format('woff2'),
         url('../fonts/encodesanswide-500-medium-webfont.woff') format('woff'),
         url('../fonts/encodesanswide-500-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'encode_sans_wideextrabold';
    src: url('../fonts/encodesanswide-800-extrabold-webfont.eot');
    src: url('../fonts/encodesanswide-800-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanswide-800-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/encodesanswide-800-extrabold-webfont.woff') format('woff'),
         url('../fonts/encodesanswide-800-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'encode_sans_widemedium';
}

.betatext {
    display: none;
}
.invitationcodegroup {
    display: none;
}
#users_table td {
    cursor: pointer;
}
.main {
    margin-top: 42px
}
.logo, .footer {
    margin-bottom: 20px
}
.card-header h5 {
    margin-bottom: 0px;
}
.bg-custom {
    background-color: #00338e;
}
i.icon-grey {
    color: #d3d3d3;
    vertical-align: middle
}
i.icon-grey:hover {
    color: #FFFFFF;
}
.navbar {
    padding: 0;
}
.icon-active {
    color: #FFFFFF;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.bread i, .bread a {
     display: inline-flex;
    vertical-align: middle;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.clickablediv, #messages_table td {
    cursor: pointer
}

.icon-product {
    background: #21519c;
    color: #FFF;
    padding: 10px;
    border-radius: 50px;
    font-size: 50px !important;
}

.btn-custom {
    background-color: #00338e;
    border-color: #002F80;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.trainingcard {
    margin-bottom: 10px;
}

.card-body {
    padding: 1rem;
}

img {
    max-width: 100%;
}

.producttitle {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.literature .card-body {
    text-align: center;
}

.removediagrambutton, .removepartbutton, .removevideobutton, .changevideobutton {
    color: #FFF !important;
}