﻿body {
    font: 9pt;
    font-family: Verdana;
}

h1, h2, p {
    margin: 1.250em 0 0;
    padding: 0;
}

h1 {
    font-size: 3.125em;
}

h2 {
    font-size: 2.344em;
}

.field {
    margin-top: 1.250em;
}

.buttons {
    margin-top: 1.250em;
}

.iframe {
    margin-top: 1.250em;
}

.btn {
    border: 0.125em solid #AA8A10;
    color: #AA8A10;
    background-color: white;
    padding: 0.500em 1.250em;
    border-radius: 0.500em;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    text-decoration-color: #AA8A10;
}

.upload-button {
    border: 0.125em solid #AA8A10;
    background: white;
    color: #AA8A10;
    border-radius: 0.500em;
    text-align: center;
    text-decoration-color: #AA8A10;
    width: 18.438em;
    height: 3.125em;
    display: inline-block;
    overflow: hidden;
}

.upload-button3 {
    background: white;
    border-radius: 0.188em;
    text-align: center;
    width: 18.750em;
    height: 25.000em;
}

.upload-button .label {
    line-height: 3.125em;
    pointer-events: none;
    position: relative;
    left: 0;
    top: 0;
    width: 18.750em;
    height: 0px;
    text-decoration-color: #AA8A10;
    /*text-align:end;*/
}

.upload-button input {
    opacity: 0;
    cursor: pointer;
    font-size: 1.250em;
    width: 18.750em;
    height: 3.125em;
}

.wrapper {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: white;
}

.float {
    width: 18.750em;
    height: 35.500em;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    float: none;
}

.upload_outer_box {
    height: 38.250em;
    width: 18.750em;
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
}

.logo {
    height: 9.375em;
    width: 18.750em;
    padding-top: 1.250em;
    background-color: white;
}

.text {
    height: 23.063em;
    width: 18.750em;
    background-color: white;
    text-align: center;
    margin-bottom: 10px;
}

.pb-colour {
    color: black;
}

.heavy-text {
    padding-top: 0.625em;
    font-weight: 700;
}

#loading {
    background: url('/images/spinner.gif') no-repeat center center;
    position: absolute;
    top: 10px;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

#progressBar {
    background-color: black;
}

#loading img {
    position: relative;
    left: 40%;
    top: 40%;
}

#success {
    background: url('/images/success.PNG') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

    #success img {
        position: relative;
        left: 40%;
        top: 40%;
    }

#failure {
    background: url('/images/Failure.PNG') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

    #failure img {
        position: relative;
        left: 40%;
        top: 40%;
    }

.text-center {
    text-align: center !important;
}