﻿.attachment-document {
    height: 170px;
    padding: 1em;
    background: rgba(0,0,0,0.3);
    box-shadow: 10px 10px 5px #555;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.attachment-delete {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.badge-color {
    background-color: green !important;
    color: white !important;
}

.bg-color {
    background-color: rgba(0,0,0,0.6);
}

.bg-content {
    background-color: rgba(200,200,200,0);
    border-radius: 5px;
}

.bg-header-content {
    background-color: #464646 !important;
}

.bottom-padding {
    padding-bottom: 1em;
}

.btn-round {
    border-radius: 50px;
}

.btn-index {
    margin: 5px;
    padding: 6px 20px;
    width: 75px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 100px;
}

.center-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
}

/* Although the ( * ) tag is not pre-ferred, it is used here to make sure all emails are able to be viewed */
.comment-container > div > * {
    color: black !important;
}

.dark-transluscent-bg {
    background-color: rgba(0,0,0,.5);
}

.display-box {
    background-color: #7F7E7E;
    border: .5px solid white;
    padding: 5px;
    padding-bottom: 1em !important;
}

.display-section {
    margin-bottom: 4rem;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.error-template {
    padding: 40px 0;
    text-align: center;
    margin: 0 10px;
}

.field-validation-error {
    color: yellow !important;
}

.full-screen {
    height: 100% !important;
    width: 100% !important;
    padding-top: 10px;
}

.inline {
    display: inline;
}

.input-validation-error {
    border: 1px solid red !important;
    background-color: rgba( 242,222,222,.9);
}

.input-group-btn-border {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.list-label {
    width: 250px !important;
    max-width: 250px !important;
}

    .list-label > div > label {
        font-size: .8em !important;
    }

.loading {
    color: white;
}

.modal {
    color: black !important;
}

    .modal > .modal-content > .modal-body {
        border-radius: 0;
    }

.modal-header .close {
    color: white !important;
}

.sponsor-label {
    width: 250px !important;
    max-width: 250px !important;
}

    .sponsor-label > div > label {
        font-size: .8em !important;
    }

    .sponsor-label.inactive > div > label {
        background-color: lightgrey;
    }

.text-color-black {
    color: black !important;
}

.tab-header {
    font-family: 'Alegreya SC', serif;
}

.vic-number {
    font-family: 'Ultra', serif;
    font-size: 7rem;
}