/*
    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/imageedit_1_4462201256.png) no-repeat center center;
    background-color: #659dbd;
    /*background-image: linear-gradient(45deg, #008B8B, #87CEFA);*/
}

main {
    flex: 1 0 auto;
}

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

.login-panel{
    margin-top: -7em;
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    bottom: 0;
    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;
}
