﻿/*Messages*/
.messageContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    color: #666666;
    padding-top: 15px;
    text-align: center;
    font-size: 1.2em;
    z-index: 10000;
    border-radius: 3px;
}
.generalMessage {
    background-color: #efeff2;
    box-shadow: 2px 2px 2px #bcbcc0;
}
.successMessage {
    background-color: #a0c406;
    box-shadow: 2px 2px 2px #80b204;
}
.errorMessage {
    background-color: #ee7766;
    box-shadow: 2px 2px 2px #cc5544;
}

.hidden {
    display: none;
}
/*
@media only screen and (min-width: 1024px) {
    .table-regs > tr:first-child, .table-regs > tbody > tr:first-child {
        width: 99%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1vh;
        height: 6vh;
    }
    .row.cfdirel-reg > div{
        width: 100%;
    }
}
    */

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/wait.gif') no-repeat rgb(249,249,249) fixed center;
        background-size: auto auto;
    opacity: .2;
    background-size: 100px 100px;
}