/*
    Document   : home_css
    Created on : October 26, 2016, 4:37 PM
    Author     : clustersblue
    Description:
        Purpose of the stylesheet follows.
*/
body {
    padding-top: 20px;
    padding-bottom: 20px;
/*    display: flex;
    min-height: 100vh;
    flex-direction: column;*/
}

main {
    flex: 1 0 auto;
}

.required{
    color: red;
    padding-left: 3px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.login-panel{
    margin-top: -10em;
}

#svgChart{
    height: 500px;
}

.background {
    background-color: rgba(117, 190, 218, 0.2);
}

.chart-inner-text {
    fill: #00BAFF;
    color: #00BAFF;
    font-size: 30px;
    font-family: Verdana;
}

.logo-size{
  /* margin-top: -20px; */
  height: 70px;
}

.uk-navbar-nav > li.uk-active > a {
    border-bottom: 1px solid transparent;
    border-color: #307402 !important;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
    min-height: 50px;
}
