﻿.Header_Menu{
    line-height: 91px;
    vertical-align: middle;
    display: block;
}

.MainContent {
    display: block;
    padding-left: 2%;
    min-height: 550px !important;
}

.Content {
    margin-left: 200px;
    margin-right: 200px;
}

/* tablet */
@media all and (max-width: 1024px) {
    .Content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .Header_Container {
    margin-left: 5px !important;
    margin-right: 5px !important;
    }
    .prev, .next {
        display:none;
    }
}

/* mobile phone */
@media all and (max-width: 768px) {
    .Content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .Header_Container {
   margin-left: 5px !important;
    margin-right: 5px !important;
    }
    .prev, .next {
        display:none;
    }
}

.SideMenu td {
    height: 30px;
    font-size: 20px;
}
.Footer.ThemeGrid_Wrapper.Responsive{
    line-height: 91px;
    vertical-align: middle;
    display: block;
    background: #1E9D8B;
}

.ThemeGrid_Wrapper {
    min-width: 980px;
    position: absolute;
    top: 0;
    width: 100%;
}

.LayoutTopImage img {
    border-width: 0;
    width: 100%;
}
.Content {
    padding-top: 0px !important;
}

.Footer{
    position: fixed;
    bottom: 0;
    width: 100%
}

.NavigationPane{

    margin-bottom: 1%;
}

.TableNav{
    width: auto;
    width: fit-content !important;
}
.Header_Container{
    width: auto;
    margin-left: 200px;
    margin-right: 200px;
}

.ContentCell1{
    border-right: solid 2px gray;
    width: 15%;
}

.ContentCell2{
    border-left: solid 2px gray
}

.ContentTitle{
    font-weight: 900;
    font-family: ROBOTO;
    font-size: 20px;
}

span, a, Label, Button, input {
    font-family: ROBOTO;
}

.FooterLayout{
    bottom: 0;
    position: fixed;
}

.FooterLayout table {
    padding-bottom: 1%;
    min-height: 30px;
}

.fa {
    color: white;
}

.Login_Info, .AppSwitcherContainer, a.Login_Info_Username, a.Login_Info_Username:link, a.Login_Info_Username:visited, .Login_Info_Logout:before, .Login_Info_Username:before, .AppSwitcherContainer:before, .MenuSlider_Toggler, .Menu_TopMenuActive:hover a, .Menu_TopMenuActive a:link, .Menu_TopMenuActive a:visited {
    color: white;
}

span, a {
    font-family: roboto !important;
}

.fa {
    font-family: FontAwesome !important;
}