﻿body {
    padding-right: 0 !important
}

    body.loading {
        overflow: hidden;
    }

        body.loading .gdmodal {
            display: block;
        }

input[type=button], input[type=submit], a[role=button] {
    /*border-radius: 5px;
    background-color: #cacaca;
    color: #000;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;*/
    /*min-width: 150px;*/
}

.main-body {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height: 60px;*/
    overflow: hidden;
    border-bottom: 2px solid #cccccc;
    background-color: #448936;
    z-index: 10;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    overflow: hidden;
    border-top: 2px solid #cccccc;
    text-align: center;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #f1e5b6;
    text-shadow: 1px 2px 1.5px rgba(0,0,0,0.3) !important;
    background-color: #448936;
    margin-top: 25px;
    height: 40px;
}

.copywrite-text {
    font-size: 10px;
    font-weight: bold;
    display: block;
}

.version-text {
    font-size: 10px;
    font-weight: bold;
    display: block;
}

.home {
    padding-top: 15px;
    font-size: 1.5em;
}

.navbar-toggle {
    background-color: #448936;
}

.login-input-panel {
    height: 220px;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    border-radius: 10px;
}

/***********************************************************
 ******************* Progress Indicators *******************
 ***********************************************************/
div.progress {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99 !important;
    background-color: #000000;
    opacity: 0.2;
}

img.progress-img {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99 !important;
}

#loadingOverlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    transition: 1s 0.4s;
}

#loadingProgstat {
    font-size: 1.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #bcd7ff;
}

/***********************************************************
 ********************** Global Styles **********************
 ***********************************************************/
.error {
    color: #CC0000;
    font-weight: bold;
}

.centered-text {
    text-align: center;
}

.centered {
    margin: 0 auto;
}

/* Primarily for disabling hover events on anchor tags */
.no-highlight {
    pointer-events: none;
}

.no-resize {
    resize: none;
}

.page-header-margins {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.padding-sm {
    padding: 7px;
}

.padding-md {
    padding: 12px;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: small;
}

.right-buffer-sm {
    margin-right: 5px;
}

.left-buffer-sm {
    margin-left: 5px;
}

.left-right-buffer-md {
    margin-left: 15px;
    margin-right: 15px;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 12px;
}

.mt-4 {
    margin-top: 16px;
}

.mb-1 {
    margin-bottom: 4px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 12px;
}

.mb-4 {
    margin-bottom: 16px;
}

.fa-left {
    padding-right: 8px;
}

.red-text {
    color: red;
}