﻿.App_Form {
    width: 900px;
    height: 1418px;
    background-color: white;
}

.App_Image1 {
    height: 113px;
    width: 132px;
    text-align: left;
}

.body {
    min-height: 150vh;
}

.App_div-1 {
    height: 113px;
    width: 132px;
    text-align: left;
}

.LanguageButton {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    left: 672px;
    top: 113px;
    width: 220px;
    height: 36px;
    position: absolute;
    z-index: 1;
    float: none;
}

.Label1 {
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ab0e2c;
    width: 865px;
    left: 29px;
    top: 378px;
    height: 55px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Label2 {
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    width: 865px;
    left: 29px;
    top: 262px;
    height: 98px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Label3 {
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    width: 865px;
    left: 29px;
    top: 167px;
    height: 76px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Label4 {
    text-align: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 862px;
    left: 30px;
    top: 138px;
    height: 16px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Label5 {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 732px;
    left: 147px;
    top: 69px;
    height: 26px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Label6 {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ab0e2c;
    width: 865px;
    left: 29px;
    top: 442px;
    height: 64px;
    float: none;
    z-index: 1;
    position: absolute;
}

.Gridview {
    overflow: auto;
    width: 885px;
    height: 449px;
    top: 441px;
    left: 15px;
    position: absolute;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    float: none;
    z-index: 1;
}

.AlternateColor {
    background-color: #888b8b;
}

.BackgroundColor {
    background-color: #00B8DE;
}

.HeaderRowColor {
    background-color: #00B8DE;
    text-align: center;
    border-style: solid;
    border-width: 2px;
}

.HeaderCells {

    border-style: solid;
    border-width: 1px;
}

.Column1 {
    text-align: center;
    word-wrap: normal;
    border-style: solid;
    border-width: 1px;
    width: 125px;
}

.Column2 {
    text-align: center;
    word-wrap: normal;
    border-style: solid;
    border-width: 1px;
    width: 175px;
}

.Column3 {
    text-align: center;
    word-wrap: normal;
    border-style: solid;
    border-width: 1px;
    width: 150px;
}

.Column4 {
    text-align: center;
    word-wrap: normal;
    border-style: solid;
    border-width: 1px;
    width: 135px;
}

.Column5 {
    text-align: center;
    word-wrap: normal;
    border-style: solid;
    border-width: 1px;
    width: 299px;
}

.GridviewFontSize {
    font-size: 12px;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 15px;
    z-index: 999;
    text-decoration: none;
    font-weight: bold;
}

    .skip-link:focus {
        top: 0;
    }

.ImageFrame {
    height: 113px;
    width: 132px;
    text-align: left;
}

/* default desktop layout */
.container {
    width: 80%;
    font-size: 1rem;
    padding-bottom: 300px;
}

/* mobile adjustments */
@media (max-width: 700px) {
    .container {
        width: 100%;
        padding: 1rem;
        padding-bottom: 300px;
    }

    .title {
        font-size: 1rem;
    }

    .content {
        font-size: 1rem;
    }

    .ImageFrame {
        height: 60%;
        width: 60%;
        text-align: left;
    }

    .App_div-1 {
        height: 113px;
        width: 132px;
        text-align: left;
    }

    .LanguageButton {
        text-align: center;
        font-family: Arial;
        font-size: .85rem;
        left: 170px;
        top: 113px;
        width: 48%;
        height: 36px;
        position: absolute;
        z-index: 1;
        float: none;
    }

    .Label5 {
        text-align: center;
        font-family: Arial;
        font-size: .85rem;
        font-weight: bold;
        width: 50%;
        left: 147px;
        top: 69px;
        height: 50%;
        float: none;
        z-index: 1;
        position: absolute;
    }

    .Label3 {
        text-align: left;
        font-family: Arial;
        font-size: .85rem;
        width: 85%;
        left: 19px;
        top: 167px;
        float: none;
        z-index: 1;
        position: absolute;
    }

    .Label2 {
        text-align: left;
        font-family: Arial;
        font-size: .85rem;
        width: 85%;
        left: 19px;
        top: 307px;
        float: none;
        z-index: 1;
        position: absolute;
    }

    .Label1 {
        text-align: left;
        font-family: Arial;
        font-size: .85rem;
        font-weight: bold;
        color: #ab0e2c;
        width: 85%;
        left: 19px;
        top: 475px;
        float: none;
        z-index: 1;
        position: absolute;
    }

    .Label6 {
        text-align: center;
        font-family: Arial;
        font-size: .85rem;
        font-weight: bold;
        color: #ab0e2c;
        width: 85%;
        left: 19px;
        top: 557px;
        float: none;
        z-index: 1;
        position: absolute;
    }

    .Gridview {
        overflow: auto;
        width: 85%;
        height: 449px;
        top: 550px;
        left: 15px;
        position: absolute;
        text-align: center;
        font-family: Arial;
        font-size: .85rem;
        float: none;
        z-index: 1;
    }

    .AlternateColor {
        background-color: #888b8b;
    }

    .BackgroundColor {
        background-color: #00B8DE;
    }

    .HeaderRowColor {
        background-color: #00B8DE;
        text-align: center;
        border-style: solid;
        border-width: 2px;
    }

    .HeaderCells {
        border-style: solid;
        border-width: 1px;
    }

    .Column1 {
        text-align: center;
        word-wrap: normal;
        border-style: solid;
        border-width: 1px;
        width: 125px;
    }

    .Column2 {
        text-align: center;
        word-wrap: normal;
        border-style: solid;
        border-width: 1px;
        width: 175px;
    }

    .Column3 {
        text-align: center;
        word-wrap: normal;
        border-style: solid;
        border-width: 1px;
        width: 150px;
    }

    .Column4 {
        text-align: center;
        word-wrap: normal;
        border-style: solid;
        border-width: 1px;
        width: 135px;
    }

    .Column5 {
        text-align: center;
        word-wrap: normal;
        border-style: solid;
        border-width: 1px;
        width: 299px;
    }

    .GridviewFontSize {
        font-size: .85rem;
    }

}


