body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
}

@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/pt-sans-regular.ttf") format("truetype");
}

@font-face {
    font-family: "BourgeoisTRUBolRegular";
    src: url("assets/fonts/bourgeoistrubol-webfont.woff") format("woff");
}

html,
body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

.bottom-footer,
.push {
    min-height: 60px;
}

#logo-header {
    background-color: #444;
}

.header-menu .header-middle {
    padding: 17px 0;
    display: inline-block;
}

.header-menu .header-middle img {
    height: 42px;
}

.header-middle span.odtu-text {
    font-family: BourgeoisTRUBolRegular;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    display: block;
}

.header-middle span.service-text {
    font-family: BourgeoisTRUBolRegular;
    font-size: 18px;
    line-height: 8px;
    font-weight: 400;
    color: #fff;
    margin-left: 20px;
}

.bg {
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 20px;
    padding-top: 40px;
}

.bg .panel {
    background-color: rgba(255, 255, 255, 0.9);
}

.panel-primary > .panel-heading {
    background-color: #E31837;
    border-color: #ccc;
}

.panel {
    border: 1px solid #ccc;
}

.bg .panel .fa {
    margin-right: 5px;
}

.bg .panel ul {
    list-style: none;
}

.bg .panel ul li a {
    color: #333;
    display: block;
    padding: 4px;
}

.bg .panel ul li a:hover {
    text-decoration: none;
}

.header-menu .header-middle .department-name {
    color: #fff;
}

.navbar-right {
    padding: 12px;
}

.navbar-right li:hover a,
.nav > li > a:focus,
.nav > li > a:hover {
    background: #333;
}

.feedback {
    bottom: 0px;
    right: 0px;
    position: fixed;
    width: 150px;
    height: 24px;
    line-height: 24px;
    z-index: 9999;
    background: #68bc39;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.feedback a {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    display: inline-block;
}

.feedback a:hover {
    text-decoration: none;
    color: #fff;
}

a.locale-changer,
a.locale-changer:hover {
    color: #fff;
    text-decoration: none;
}

.copyright {
    background: #212121;
    color: #999;
    font-size: 12px;
    line-height: 160%;
    padding-top: 6px;
    padding-bottom: 6px;
}

#content {
    text-align: center;
}

#holder {
    min-height: 1px;
}

.pdf-upload {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

canvas {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
    width: 800px;
}

@media only screen and (max-width: 767px) {
    .header-middle span.service-text,
    .header-middle span.odtu-text {
        /* line-height: inherit; */
    }

    .navbar-right {
        position: absolute;
        top: -20px;
        right: 0px;
        padding-right: 0;
        margin-right: 0;
    }
}
