﻿@charset "UTF-8";

@font-face {
    font-family: Raisonne-Bold-Pro;
    src: url("/Frontend/fonts/Raisonne-Bold-Pro.eot?");
    src: url(/Frontend/fonts/Raisonne-Bold-Pro.eot?#iefix) format("embedded-opentype"),url(/Frontend/fonts/Raisonne-Bold-Pro.woff2) format("woff2"),url(/Frontend/fonts/Raisonne-Bold-Pro.woff) format("woff"),url(/Frontend/fonts/Raisonne-Bold-Pro.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

body {
    padding: 20px 30px 20px 30px;
    background: #f3f3ef;
    color: #080808;
}

h1 {
    font-size: 32px;
    font-family: 'Raisonne-Bold-Pro';
}

.toppinfo {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.botteninfo {
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
}

.icon-head {
    flex: 1 100%;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}

.icon-head-block {
    background: #00003a;
    padding: 4px;
}

.calendar-icon:before {
    position: absolute;
    display: block;
    left: 4px;
    font: 28px/30px 'FontAwesome';
    content: "";
    color: #fff;
    padding: 12px;
    margin-right: 140px;
    top: -4px;
}

.calendar-icon:after {
    display: none !important;
}

.calendar-icon h2 {
    padding: 8px;
    margin-left: 46px;
    font: 20px/100% 'Raisonne-Bold-Pro',sans-serif !important;
    color: #fff;
}

.table-wrap {
    font-size: 11px !important;
}

.etavla table {
    min-width: 32%;
    max-width: 32%;
    width: 32%;
    float: left;
    margin-right: 1%;
    max-height: 900px;
    table-layout: fixed;
}

    .etavla table a {
        color: #053e80;
        color: #000;
        text-decoration: underline;
        cursor: pointer !important;
        transition: color .3s;
    }

.screen table a {
    text-decoration: none !important;
}

.etavla th {
    font-weight: bold;
}

th, td {
    text-align: left;
    padding: 8px;
}

tbody > tr:nth-child(2n+1) > td, tbody > tr:nth-child(2n+1) > th {
    background-color: #eee;
}

th {
    font-weight: bold;
}

.th-namn, .td-namn {
    width: 39%;
}

.screen .th-namn, .screen .td-namn {
    width: 52%;
}

.footer {
    position: fixed;
    bottom: 30px;
    right: 40px;
    max-height: 60px;
}

    .footer img {
        margin-left: 20px;
    }

.flexify tbody, .flexify thead, .flexify caption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 800px;
}

.flexify tr {
    width: 100%;
}

.flexify .th-startdatum, .flexify .th-anslas, .flexify .th-overklagande, .flexify .td-startdatum, .flexify .td-anslas, .flexify .td-overklagande {
    width: 100px;
}

.flexify .th-namn, .flexify .td-namn {
    width: 380px;
}

@media screen and (max-width: 1024px) {
    .icon-head-block {
        background: #00003a;
    }

    .etavla table {
        border: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

        .etavla table caption {
            font-size: 16px;
        }

        .etavla table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .etavla table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .etavla table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 1em;
            text-align: right;
            font-weight: bold;
        }

            .etavla table td::before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase !important;
                font-weight: normal !important;
                font-size: .9em !important;
            }

            .etavla table td:last-child {
                border-bottom: 0;
            }

    tbody > tr:nth-child(2n+1) > td, tbody > tr:nth-child(2n+1) > th {
        background-color: #efefef;
    }

    .icon-head-block {
        margin: 0;
    }

    .calendar-icon:before {
        font: 18px/24px 'FontAwesome';
    }

    .headingcol {
        font: 16px/100% 'Raisonne-Bold-Pro' !important;
        color: #fff;
        padding: 8px;
    }

    .calendar-icon h2 {
        padding: 8px;
        margin-left: 30px;
        font: 16px/100% 'Raisonne-Bold-Pro' !important;
        color: #fff;
    }

    .th-namn, .td-namn {
        width: 100%;
    }

    .footer {
        position: relative;
        text-align: center;
        padding-top: 60px;
        width: 100%;
        padding-left: 10%;
    }
}
