﻿/*
 *   Main CSS for backend application.
 */

body {
    font-family: "Roboto Condensed", helvetica, tahoma, verdana, sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-weight: 400;
    font-size: 1.5em;
    margin: .75em 0;
}

/* Twitter Bootstrap */

/* Stick footer */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    font-size: 12px;
    color: #fff;
    background-color: #2f2f2f;
    /* old color: background-color: #9a1315; */
}

.navbar {
    background-color: #c5264e !important;
}

.navbar-brand, .nav-link {
    color: #fff !important;
}

.btn-tocco {
    color: #c5264e;
    border: #c5264e 1px solid;
}

.btn-tocco:hover {
        color: #c5264e;
}

.label-padding label {
    margin-left: 5px;
}

/* Copied from hftm website hftm.ch. */
.hftm_website {
    color: #c5264e;
    color: #701530;
    color: #2f2f2f;
}

#loading {
    background: url("/Images/ajax-loader.gif") no-repeat center;
    height: 120px;
    width: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin: -25px 0 0 -25px;
}

#loading span {
    color: #c5264e;
    font-weight: bold;
}