﻿body {
    font-family: 'Century Gothic', 'futura', 'URW Gothic L', 'Verdana', 'sans-serif';
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
}

#loadingSymbolWrapper {
    background: url("../Images/elkAnimation.gif") center no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    /* margin: -25px 0 0 -25px; */
    display: none;
    height: 100%;
    left: 0;
    /* height: 100px; */
    /* width: 100px; */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}


label.error { color: red; }


#leftWrapper { float: left; }

#rightWrapper {
    float: right;
    margin-left: 180px;
    overflow: hidden;
    width: 100%;
}

#mainContent {
    float: left;
    width: 99%;
}



#mainHeading {
    float: left;
    margin-left: 180px;
}


header {
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
    background-color: #f9f9f9;
    border-bottom-color: darkgreen;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: -1px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-sizing: content-box;
    font-size: 23px;
    height: 30px;
    padding: 18px 10px 20px 10px;
    position: fixed;
    width: 100%;
    z-index: 501;
}


nav {
    left: 0;
    position: fixed;
    top: 65px;
    width: 180px;
    z-index: 502;
}


.menuLeftGroup {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8eeec;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #e8eeec;
    border-top: 1px solid #e8eeec;
    border-top-right-radius: 5px;
    left: 0px;
    margin-top: 11px;
    width: 180px;
}

.menuSelectReportItem {
    display: block;
    padding: 4px 10px 8px 10px;
}

.menuSelectReportItem select {
    display: block;
    width: 100%;
}

#menuSliderOpen {
    color: #f9f9f9;
    display: none;
    height: 50px;
    left: 0;
    margin-left: 20px;
    margin-top: 14px;
    position: fixed;
    top: 0;
    width: 50px;
    z-index: 510;
}

#menuSliderClose {
    background-color: #f9f9f9;
    left: 0;    
    margin-top: 12px;
    position: fixed;    
    top: 0;
    width: 180px;
    z-index: 520;
}

div #menuSliderClose i {    
    float: right;
    margin-top: 5px;
}

i.fa.fa-bars:hover:before {   
    color: #999999;
}

i.fa.fa-bars:before {
    color: #023502;
    font-size: 30px;
}

i.fa.fa-bars:hover { cursor: pointer; }

i.fa.fa-arrow-left:hover:before { color: #999999; }

i.fa.fa-arrow-left:before {
    color: #023502;
    font-size: 30px;   
}

i.fa.fa-arrow-left:hover {
    color: #999999;
    cursor: pointer;
}

section {
    margin-left: 180px;
    margin-top: 70px;
    overflow-y: auto;
    padding: 10px;
}

.table {
    margin-bottom: 0px !important;
}

.header-first-row {
    border-bottom-width: 0 !important;
}

.dataTables_info {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}


.dataTables_paginate:after {
    display: block;
    clear: both;
    content: "";
}

.pagination {
    float: right !important;
}