﻿.highlighted-block
{
    background-color: #f3f2f1;
    border-top: 2px solid #0b0c0c;
    padding: 1em;
}

input.uppercase
{
    text-transform: uppercase;
}

.govuk-visually-hidden
{
    display: none;
}

.table-responsive
{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.app-table-col-title {
    width: 11em;
}

.app-table-col-change
{
    width: 3em;
}

.app-modal
{
}

.app-modal-overlay 
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0.5;
}

.app-modal-wrap
{
    width: 25em;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -6em;
    margin-left: -12.5em;
    background-color: #fff;
    z-index: 11;
    border-color: #000;
}