﻿body {
    margin: 0;
    padding: 0;
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0 auto;
    background-color: rgba(5,58,79,0.9);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.75);
    z-index: 1030
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.header-logo img {
    max-height: 35px
}

.header-logo {
    display: inline-block;
    padding: 20px 13px 20px 0;
}

label {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #053a4f;
    background-color: transparent;
    font-weight: bold;
}

.divMain {
    margin: 12px auto;
}

.divInner {
    margin: 10px auto;
}

.divPublishedImage {
    margin: 20px auto;
    max-height: 235px;
    overflow: auto;
    text-align: center;
}


@media(min-height: 450px) {
    .divPublishedImage {
        max-height: 260px
    }
}

@media(min-height: 500px) {
    .divPublishedImage {
        max-height: 320px
    }
}

@media(min-height: 550px) {
    .divPublishedImage {
        max-height: 375px
    }
}

@media(min-height: 600px) {
    .divPublishedImage {
        max-height: 420px
    }
}

@media(min-height: 650px) {
    .divPublishedImage {
        max-height: 470px
    }
}

@media(min-height: 700px) {
    .divPublishedImage {
        max-height: 540px
    }
}
    
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 2px;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-transform: uppercase;
}

.btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #4d4e53;
    text-decoration: none
}

.btn-secondary {
    color: #fff;
    background-color: #053a4f;
    border-color: #fff
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #02171f;
    border-color: #bfbfbf
}

.btn-secondary:hover {
    color: #fff;
    background-color: #02171f;
    border-color: #e0e0e0
}

.ErrorMessage {
    text-align: center;
    padding: 5px;
    color: red;
}