:root {
    --main-color: #1C4005;
	--secondary-color: #290540;
	--link-color: #122803;
}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    height: 100%;
    margin-bottom: 90px;
    font-family: 'Open Sans', sans-serif;

}

a {
    color: var(--link-color);
}

a:hover {
    color: var(--main-color);
    text-decoration: none
}

input.highlight, select.highlight, textarea.highlight {
    background-color: #FFC;
}

body > .container {
    padding: 60px 15px 0;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-default {
    background: var(--main-color);
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    background: var(--main-color);
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background: var(--link-color);
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: var(--link-color);
    color: #ffffff;
}

.dropdown-menu {
    background: var(--link-color);
}

.dropdown-menu > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffffff;
    background: var(--main-color);
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: var(--link-color);
        color: #ffffff;
    }
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #ffffff
}

.dropdown-header {
    color: #ffffff
}

.fblogo {
    margin-top: 23px;
}

.crumb {
    text-align: right;
    margin-top: 40px;
    background: #ffffff;
    font-size: 12pt
}

.crumb.popup {
    text-align: left;
    margin-top: 10px;
    margin-left: -20px;
    background: #ffffff;
    font-size: 12pt
}

.page-header {
    padding-bottom: 0px;
    padding-left: 10px;
    margin: 10px 0 20px;
    border: 0px solid #eee;
}

.subsection {
    padding: 7px;
}

.push {
    height: 90px
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 90px;
    border-top: 10px solid var(--link-color);
    background: var(--secondary-color);
    color: #ffffff
}

.footer a {
    color: #ffffff;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff
}

.footercol {
    margin-top: 14px;
}

@media (max-width: 1199px) {
    .footercol {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .push {
        height: 120px
    }

    .crumb {
        text-align: left;
        margin-top: 40px;
        background: #ffffff;
        font-size: 10pt
    }
}

.homeviewrow {
    margin-bottom: 5px;
}

.homeviewlabel {
    margin-bottom: 10px
}

.homeviewfield {
    font-weight: bold;
}

.homeviewdata {
}

.panelh4 {
    color: var(--secondary-color)
}

.btn-primary {`
    background: var(--secondary-color);
}

.nav-pills > li.active > a {
    background: var(--secondary-color);
    border-radius: 0;
}

.label-primary {
    background: var(--secondary-color);
}

.addnewdep, .addnewben {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 5px;
    border-top: 1px solid #cccccc
}

* {
    border-radius: 0 !important;
}

.border-active {
    border-color: green !important
}

.plandiv {
    padding: 20px;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin-bottom: 20px;
}
