html, body {
    min-width: 1200px;
    background-color: ghostwhite;
}

.glyphicon.glyphicon-padding-right {
    padding-right: 5px;
}

.glyphicon.glyphicon-padding-left {
    padding-left: 5px;
}

.myGrid {
    width: 100%;
    height: 60%;
}

.emdas-content {
    margin-top: 15px;
    min-width: 90%;
    max-height: 100%;
    min-height: 600px;
    margin-bottom: 50px;
}

.md-top {
    position: fixed;
}

.md-right {
    position: fixed;
}

.content {
    border-top: 1px solid #F1F1F1;
    padding-top: 5px;
    padding-bottom: 45px;
}

.md-menu-bar-menu *.active {
    color: #8c8c8c;
}

.md-menu-bar-menu.md-dense {
    padding: 7px 0px 7px 0px !important;
    height: auto;
}

.md-menu-bar-menu.md-dense > .md-menu-divider {
    margin: 0px !important;
}

.md-menu-bar-menu.md-dense > .md-menu-item {
    height: 40px !important;
}

.md-menu-bar-menu.md-dense > .md-menu-item > a {
    height: inherit !important;
    color: #3B3B3B !important;
}

.md-button.not-uppercase {
    text-transform: none;
}

div.m-app-loading {
    position: fixed;
    z-index: 9999;
    cursor: not-allowed;
}

div.m-app-loading div.animated-container {

    background-color: transparent;
    bottom: 0px;
    left: 0px;
    opacity: 1.0;
    position: fixed;
    right: 0px;
    top: 0px;
}

div.m-app-loading div.background-loader-container {
    background-color: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.m-app-loading div.animated-container.ng-leave-active {
    opacity: 1.0;
}

div.m-app-loading div.messaging {
    color: darkslategray;
    font-family: monospace;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 40%;
    font-size: 26px;
}

div.m-app-error {
    display: none;
    width: 100%;
    height: 10%;
    background-color: red;
    bottom: 0px;
    left: 0px;
    opacity: 1.0;
    position: fixed;
    right: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    z-index: 9777;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}