﻿@import "https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700";

body {
    font-family: "Roboto Slab", sans-serif;
    font-weight: normal;
    background: #FFF;
    margin-top: 140px;
}

.block {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: calc(100vw);
    height: calc(100vh);
    background-color: rgba(255, 255, 255, 0.8);
    line-height: calc(100vh);
    text-align: center;
    vertical-align: central;
    font-size: 40px;
    color: #7c7d70;
}

.borderless td, .borderless th {
    border: none;
}

.no-click {
    pointer-events: none;
}

.font-color-unimed {
    color: #135c24;
}


/* BOOSTRAP TWEAK */
table thead tr th {
    color: #135c24;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 900px) {
    .navbar {
        min-height: 80px;
    }

    .navbar-brand {
        padding: 10px 25px;
        height: 80px;
        /*line-height: 80px;*/
    }

    .navbar-toggle {
        /* (80px - button height 34px) / 2 = 23px */
        /*margin-top: 23px;*/
        padding: 10px !important;
    }

    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        /*padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;*/
        margin-right: 20px;
    }
}
