﻿/*
    ESDU CSS

    Some ESDU-specific styles.
*/

@font-face {
    font-family: Gibson-Medium;
    src: url("fonts/Gibson-Medium.otf") format("opentype");
}

@font-face {
    font-family: Industry-Demi;
    src: url("fonts/Industry-Demi.otf") format("opentype");
}

@font-face {
    font-family: Poppins-Light;
    src: url("fonts/Poppins-Light.ttf") format("truetype");
}


body {
    font-weight: 100;
    font-size: 12px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    background-color: #53575C;
}

/* ACCURIS */
.esdu-sketch {
    border: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.esdu-sketch-docviewer {
    max-width: 500px;
}

.esdu-sessioninvalid {
    background-color: yellow;
    color: red;
    font-weight: bolder;
    padding: 10px;
    border-color: red;
}

.hdr-container {
    margin-top: 7px;
    margin-bottom: 10px;
}

.hdr-text {
    font-family: Gibson-Medium;
    color: #1000E8;
    line-height:90%;
}

    .hdr-text a {
        color: #1000E8;
    }

        .hdr-text a:hover {
            color: #FF3E39;
            text-decoration: none;
        }

.hdr-esdu {
    font-size: 43px;
    padding-top: 2px;
}

.hdr-accuris {
    font-size: 14px;
    padding-left: 3px;
    padding-bottom: 4px;
}

.hdr-logo {
    /*width: 130px;*/
}

.hdr-logo-fs {
    width: 130px;
    float: left;
}

.hdr-title {
    font-size: 22px;
    color: black;
    vertical-align: middle;
    line-height: 100%;
}

.hdr-title-fs {
    font-size: 30px;
    color: black;
    line-height: 100%;
}

.hdr-title-sub {
    font-size: small;
    line-height: 100%;
    padding-top: 10px;
    padding-left:4px;
}

.hdr-title-right {
    text-align: right;
}


/* DEPRECATED */

.esdu-fs-logoheader {
    color: #32363B;
    font-size: 30px;
    line-height: 60%;
    min-height: 60px;
    padding: 9px 0px 0px 90px;
    background-image: url('../img/esdu.svg');
    background-size: 53px;
    background-color: white;
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.esdu-logoheader {
    background-color: white;
    color: black;
    font-size: 18px;
    min-height: 60px;
    margin: 5px 0px 5px 0px;
    padding: 10px 5px 5px 80px;
    background-image: url('../img/esdu.svg');
    background-size: 53px;
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
}
