#TopBar {
    min-width: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    background-color: #eaeaea;
    color: #4d4d4d;
    z-index: 2;
}

#HeaderDate {
    float:right;
    margin-top: 2px;
    height: 35px;
}

#BannerCenter {
    display:inline-block;
    height: 35px;
}

ul.tabs {
    margin: 0;
    overflow-x:hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

ul.tabs li {
    display:block;
    float:left;
    font-size: 1.1em;
    padding: 5px 0 0;
    width: calc(100% / 7);
}

ul.tabs li a {
    display:block;
    text-align: center;
    float:left;
    text-decoration:none;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    margin: 0;
	font-weight:bold;
    color: #4d4d4d;
    background-color: #eaeaea;
}

ul.subtabs {
    overflow-x:hidden;
    padding: 0;
    position: relative;
}

ul.subtabs li {
    display:block;
    float:left;
    font-size: 1.1em;
    border: 1px solid #21A688;
    width: calc((100% / 3) - 2px);
}

ul.subtabs li a {
    display: block;
    text-align: center;
    float: left;
    text-decoration: none;
    width: 100%;
    height: 35px;
    margin: 0;
    font-weight: bold;
    color: #21A688;
    padding: 5px 0;
}

.selected {
    font-weight: bold;
    background-color: #fff;
    color: #43BEE6;
    border-bottom: 1px solid #ffffff;
    border-top: 2px solid #43BEE6;
}

.subselected {
    font-weight: bold;
    background-color: #21A688 !important;
    color: #ffffff !important;
    border: none;
}

.unselected {
    font-weight:normal;
    background-color: #ededed;
    color: #43a1cc;
}

.tab-content {
    background-color: #fff;
    padding: 15px;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-content::after {
    display: block;
    content: '';
    clear: both;
}

.sectionheader {
    display: block;
    font-family: "AvenirNextLTW01-Medium";
    font-size: 1em;
    margin: 10px 0 5px;
    text-align: left;
}

.sectionheader::after {
    content: '';
    display: block;
    clear:both;
}

.timeControls {
    float: right;
    margin: 0 0 10px;
}

.timeTabControls {
    margin: 10px 0;
    margin-left: 15px;
    float: left;
}

.timeControlTitle {
    width: 100%;
    text-align: center;
}

.hasDatepicker {
    margin-right: 5px;
}

.statsDatePicker {
    float:left;
}

.statsDatePicker > input {
    height: 37px;
    font-size: 1.1em;
    text-align: center;
    color: #000000;
}

.usertab {
    background-color: #ffffff;
    float: left;
    width: 100%;
    overflow-y: auto;
}

.geofencetitle {
    background-color: transparent;
    border: 1px dotted #eaeaea;
    direction: ltr;
    float: left;
    font-size: medium;
    width: 95%;
    margin-bottom:10px;
}

.geofencedesc {
    background-color: transparent;
    border: 1px dotted #eaeaea;
    direction: ltr;
    float: left;
    font-size: medium;
    width: 95%;
    height: 100px;
    margin-bottom:5px;
    resize: none;
}

#btnLogout a {
    border: none;
    color: #FAC907;
}
