﻿.containerAttach {
    width: 77%;
    margin: 0 auto;
    border: 1px solid #E7E7E7;
    margin-top: 10px;
    padding: 10px;
    background-color: azure;
    height: auto;
    margin-bottom: 10px;
}

.containerCandy {
    background-color: white;
    border: 1px solid transparent;
    padding: 10px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 10px;
    max-width: 800px;
    width: 97vw !important;
    height: 100%;
}

.elementStyle {
    background-color: azure;
    max-width: 100% !important;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    color: blue;
}

.elementStyleTextAreaFor {
    background-color: azure;
    max-width: 100% !important;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: blue;
}

.dateStyle {
    background-color: azure;
    font-size: 18px;
    font-weight: bold;
    width: 90%;
    max-width: 100% !important;
    color: blue;
}

.labeller2 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: left;
}

.h4Style2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
}

.validationSummary {
    text-align: center;
    color: indianred;
    width: 50%;
    margin: auto;
    background-color: yellow;
}

body {
    margin-top: -8px;
    background-color: white;
}

.image-container {
    max-width: 1100px;
    border: 1px solid transparent;
    margin: 0 auto;
    margin-bottom: 0;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #F0FFFF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 3px 2px;
    }

    table.blueTable tbody td {
        font-size: 13px;
    }

    table.blueTable tr:nth-child(even) {
        background: #D0E4F5;
    }

    table.blueTable thead {
        background: #1C6EA4;
        background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
        border-bottom: 2px solid #444444;
    }

        table.blueTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 2px solid #D0E4F5;
        }

            table.blueTable thead th:first-child {
                border-left: none;
            }

    table.blueTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.blueTable tfoot td {
            font-size: 14px;
        }

        table.blueTable tfoot .links {
            text-align: right;
        }

            table.blueTable tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }