﻿body {
}

.page-header {
    background-color: #2b6bb0;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    /*font-family:Verdana;*/
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-top-left-radius:5px;
    border-top-right-radius:5px;*/
}

label{
    font-weight:bold;
}

.brand-logo {
    padding-left: 0px;
    height: 45px;
}

.validationElement {
    border: 2px solid #ff0000;
    background-color: #ffeeee;
}

.validationMessage {
    color: red;
}

.fa {
    cursor: pointer;
}

footer {
    /*background-color: #333333;*/
    background-color: rgb(55, 53, 53);
    text-align: center;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../Images/footer.png');
    color: #aeaeae;
}

    footer a:link {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px white dotted;
    }

    footer a:visited {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px white dotted;
    }

    footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        border-bottom: 0px;
    }

    footer a:active {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px white dotted;
    }

.bg-prime {
    background-color: #2b6bb0 !important;
}

.bg-disable {
    background-color: #e9ecef;
}

.text-control {
    display: inline;
    /*max-width:280px;*/
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid black;
    /*border-radius: 0.25rem;*/
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}

.table-sm th, .table-sm td {
    padding: 2px;
    border-top:0px;
    border-top-style:none;
}

#drop_zone {
    margin: 10px 0;
    width: 120px;
    height: 120px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border: 8px dashed #898;
}

.form-control-sm {
    height: calc(1.25em + 0.6rem + 2px);
    padding-top:4px;
}

.bg-header-light {
    background-color: rgba(222, 226, 230, 1);
}


.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}