html{
    background-image: url(../images/BlueGradientFinal.png);
    display: none;
    height: 100%;
    width: 100%;
}

#commonIVSHeaderID{
    font-size: 16px;
    width: auto;
    font-family: Poppins, ui-rounded;
    margin: 0 auto;
    text-decoration: underline #002173;
/*    box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);*/
}

div.commonIVSHeader{
    text-decoration: underline;
    text-align: center;
    text-align: center;
    color: #002173;
    font-size: medium;
    background-image: inherit;
}

div.commonIVSApplicationPageTitles{
    text-decoration: underline #002173;
    font-size: 16px;
    color: #002173;
    text-align: center;
    height: auto;
    width: auto;
    font-family: Poppins, ui-rounded;
    margin: 0 auto;

 /*   box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);*/
}

div.commonNavigationBar {
    overflow: hidden;
    background-color: #002173;
    font-family: Poppins, ui-rounded;
    border-radius: 15px;
    text-align: center;
}

div.commonNavigationBar a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;

    font-size: 17px;
    text-decoration: underline #ffffff;
}

div.commonNavigationBar a.active {
    background-color: #002173;
    color: white;
    text-decoration: underline #fff;
}
div.commonNavigationBar a:hover {
    background-color: rgb(168,142,57);
    color: black;
    text-decoration: underline #000;
}

#administrationHref{
    display: none;
}

div.copyRight{
    font-family: Poppins, ui-rounded;
    color: rgb(168,142,57);
    text-shadow:
            1px 1px 1px #000,
            1px 1px 1px #000,
            1px 1px 1px #000,
            1px 1px 1px #000;
    opacity: 25;
}

.form-submit-common{
    display: inline-block;
    background: rgb(0,33,115);
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}

.form-submit-common:hover {
    background-color: rgb(168,142,57);
    color: black;
    text-decoration: underline #000;
}

.button-common{
    /*margin:0 auto;*/
}

#resultsButtons {
    height: 200px;
    position: relative;
    border: 3px solid green;
}

.verticalCentre {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@keyframes selectedScreenAnimation  {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}