﻿.footer {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

    .footer a:hover {
        color: #f86a00;
        text-decoration: none;
    }

.boilerplateWrapperDiv {
    background-color: #484848;
    height: 35px;
    font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    line-height: 35px;
    color: #828282;
    text-align: center;
}

.field-validation-error {
    color: #f86a00;
    padding: 6px 6px 0 6px;
    display: block;
}

.validation-summary-errors ul {
    list-style-type: none;
    color: #f86a00;
}

a:hover {
    color: #f86a00;
}

#loading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: .6;
    position: fixed;
    width: auto;
    height: auto;
}

#circularG {
    width: 70px;
    height: 70px;
    z-index: 20;
    left: 50%;
    position: fixed;
}

.circularG {
    position: absolute;
    background-color: #00adef;
    width: 16px;
    height: 16px;
    -moz-border-radius: 11px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.72s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 11px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.72s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 11px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.72s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 11px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.72s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 11px;
    animation-name: bounce_circularG;
    animation-duration: 0.72s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#circularG_1 {
    left: 0;
    top: 28px;
    -moz-animation-delay: 0.27s;
    -webkit-animation-delay: 0.27s;
    -ms-animation-delay: 0.27s;
    -o-animation-delay: 0.27s;
    animation-delay: 0.27s;
}

#circularG_2 {
    left: 7px;
    top: 7px;
    -moz-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

#circularG_3 {
    top: 0;
    left: 28px;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#circularG_4 {
    right: 7px;
    top: 7px;
    -moz-animation-delay: 0.54s;
    -webkit-animation-delay: 0.54s;
    -ms-animation-delay: 0.54s;
    -o-animation-delay: 0.54s;
    animation-delay: 0.54s;
}

#circularG_5 {
    right: 0;
    top: 28px;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circularG_6 {
    right: 7px;
    bottom: 7px;
    -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

#circularG_7 {
    left: 28px;
    bottom: 0;
    -moz-animation-delay: 0.81s;
    -webkit-animation-delay: 0.81s;
    -ms-animation-delay: 0.81s;
    -o-animation-delay: 0.81s;
    animation-delay: 0.81s;
}

#circularG_8 {
    left: 7px;
    bottom: 7px;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}
