/*
    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;

    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../img/DSC_3968.png) no-repeat center center;
    background-size: cover;
/*    display: flex;
    min-height: 100vh;
    flex-direction: column;*/
}

main {
    flex: 1 0 auto;
}

.icon-block .material-icons {
    font-size: inherit;
}

.login-panel{
    margin-top: -7em;
    /*margin-top: -5px;*/
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    bottom: 0;
    /*content: "";*/
    /*display: block;*/
    right: auto;
    left: 0;
    top: 0;
    transform: translateX(0%);
    width: 290px;
    height: 290px;
    /*z-index: 1001;*/
    opacity: 0.75;
    padding: 20px 10px 0 10px;
}

.login-inputs{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#svgChart{
    height: 500px;
}

.required{
    color: red;
    padding-left: 3px;
}

.uk-container{
    max-width: 1500px;
}

.green {
    color: green;
    font-weight: bolder;
}
.orange {
    color: orange;
    font-weight: bolder;
}
.red {
    color: red;
    font-weight: bolder;
}

#loaderDimmer{
    padding-top: 3px;
}

/*.jqx-grid-column-header{
    white-space: normal;
}*/
