﻿body {
}
a, a:visited {
    color: #00a160;
}
case_link {
    color: #00a160;
}
#foc_button {
    color: #00a160;

}
#customSpinner {
    position: fixed;
    opacity: 0.6;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: gainsboro;
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#customSpinner::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient, .page-header {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(114, 196, 140, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(114, 196, 140, 0.18), transparent);
    background-color: #009966;
    color: white;
}
.page-header, .page-logo {
    height: 100px;
}
.nav-menu, .nav-link-text, a {
    color: white;
}

.header-btn {
    background-color: #a1d4ad;
}
.dropzone {
    margin: 5px;
    padding: 5px;
    border: thick;
    background-color: #cee8d3;
    width: 90%;
}
.dz-button {
    display: none;
}
.dropzone .dz-preview .dz-progress {
    top: 75% !important;
}
.dropzone .dz-preview .dz-error-message {
    top: 115% !important;
}

.fa-angle-up, .fa-angle-down, .fa-file-import {
    color: white;
}

.foc_button {
    background-color: #00a160;
    color: #000000;
}

#foc_panel {
    margin: 20px;
}
.foc_panel {
    margin: 20px;
    width: 85%;
}

#divAddressChangeQ {
    margin: 5px;
    border: thick;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#foc_panel_repeater {
    margin: 5px;
    border: thick;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

FOCSearchResults_wrapper {
    width: 100%;
}
#FOCSearchResults_wrapper {
    width: 100%;
}
.foc_valign {
    vertical-align: bottom;
}

.foc_halign {
    text-align: center;
}
.dataTables_wrapper {
    width: 100%;
}
.required:after {
    content: " *";
    color: red;
    font-weight: 100;
}
