﻿.precontent-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    text-align: center;
}

.precontent-container-item {
}

.precontent-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}


.precontent-modal {
    z-index: 1000;
    align-content: center;
    justify-content: center;
}

.precontent-modal-content {
    margin: auto;
    display: block;
    width: 95%;
    height: 95%;
    padding-top: 2%;
    padding-bottom: 2%;
    align-content: center;
    justify-content: center;
}

.precontent-table {
    align-content: center;
    width: 100%;
    height: 100%;
}

.precontent-title-row {
    width: 100%;
    background-color: transparent;
    color: white;
    background-color: #e20a17;
    font-size: 24px;
    padding: 0px;
    cursor: pointer;
}

    .precontent-title-row:hover {
        background-color: #cc0a16;
    }

.precontent-message-row {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

.precontent-row {
    width: 100%;
    height: 100%;
    background-color: white;
}

.precontent-title-cell {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.precontent-message-cell {
    width: 100%;
    height: 100%;
    color: black;
    background-color: #f2f2f2;
}

.precontent-buttonrow {
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 30;
}

.precontent-buttoncell {
    background-color: white;
    color: #003477;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

    .precontent-buttoncell:hover {
        background-color: #e20a17;
    }

.precontent-buttoncelldisabled {
    background-color: white;
    color: #808080;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    justify-content: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.precontent-cell {
    width: 100%;
    height: 100%;
}

.precontent-capturetable {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    background-color: #f2f2f2;
}

    .precontent-capturetable th {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .precontent-capturetable td {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
