﻿.masterWrapper {
    height: 100%;
}

.UDMainContent {
    /*padding-top: 50px;*/
    padding-left: 10px;
    margin-left: 0;
    -webkit-transition: margin-left 0.25s ease-in;
    -moz-transition: margin-left 0.25s ease-in;
    -ms-transition: margin-left 0.25s ease-in;
    -o-transition: margin-left 0.25s ease-in;
    transition: margin-left 0.25s ease-in;
}

.UDMainContent-MenuOpen {
    margin-left: 200px !important;
}

.UDFooter {
    margin-left: 0;    
}

@media screen and (max-width: 768px) {
    .UDMainContent {
        margin-left: 0;
    }
    .UDMainContent-MenuOpen {
        margin-left: 200px !important;
    }
}

body {
    font-family: Segoe UI, Lucida Sans Unicode, Verdana, Arial !important;
    font-weight: lighter;
    overflow-x:no-display;
}

.labelledControl {
    display: inline-block;
    display: -webkit-inline-box;
}

.labelledControl p {
    font-weight: bold;
    padding-right: 10px;
}

.controlLabel {
    font-weight: bold;
}

.EmsTableGrid td {
    padding: 10px;
}

.EmsTableGrid tr {
    margin: 0;
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
     /*background-color: transparent !important;*/ 
}

.pure-menu-active {
    background: #FFAF36;
}

.disabledDiv {
    pointer-events: none;
    -ms-opacity: 0.4;
    opacity: 0.4;
}


.uniformGridColumn
{
    float: left;
    min-width: 150px;
    margin-left: 0.2em;
    padding-top: 1px;
    padding-bottom: 1px;
}

.uniformGridColumn p
{
    padding-top: 5px;
}

.uniformGridColumn .ui-checkbox-container
{
    margin: 5px;
}


.EMSCheckBox {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.EMSCheckBox > span {
    margin-right: 5px;
}

.loading-data {
    /*float: left;*/
    /*z-index: 10000;*/
    /*margin-top: 50px;
    margin-left: 50px;*/
    /*margin: 10px auto;*/
    display: block !important;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background: url(../img/thinfadingline.gif) 0 0 no-repeat !important;
    -ms-background-size: 32px 32px !important;
    background-size: 32px 32px !important;

}


.emsPanel {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    background: #FFFFFF;
    margin: 5px;
    min-width: 200px;
    font-family: Segoe UI !important

}

@media screen and (max-width: 800px) {
    .emsPanelBody {
        -moz-min-width: 200px;
        -ms-min-width: 200px;
        -o-min-width: 200px;
        -webkit-min-width: 200px;
        margin: auto 0;
        min-width: 200px;
        padding: 5px;
    }

    .emsPanelBody-form {
        -moz-min-width: 200px;
        -ms-min-width: 200px;
        -o-min-width: 200px;
        -webkit-min-width: 200px;
        margin: auto 0;
        min-width: 200px;
        padding: 5px;
        display: table;
        width: 100%;
        max-width: 600px;
    }

        .emsPanelBody-form > div {
            padding-top: 5px;
            padding-bottom: 5px;
        }
}

@media screen and (min-width: 800px) {
    .emsPanelBody {
        -moz-min-width: 200px;
        -ms-min-width: 200px;
        -o-min-width: 200px;
        -webkit-min-width: 200px;
        margin: auto 0;
        min-width: 200px;
        padding: 5px;
    }

    .emsPanelBody-form {
        -moz-min-width: 200px;
        -ms-min-width: 200px;
        -o-min-width: 200px;
        -webkit-min-width: 200px;
        margin: auto 0;
        min-width: 200px;
        padding: 5px;    
        display: table;
        width: 100%;
        max-width: 600px;
    }

        .emsPanelBody-form > div {
            padding-top: 5px;
            padding-bottom: 5px;
        }
}

.emsPanelBody-ControlGroup {
    margin: 5px;
}

.emsPanelBody-table td {
    padding: 5px;
    width: 50%;
}

.emsPanel-form-inline-field {
    display: table;
    width: 100%;
    padding: 5px;
}

.emsPanel-form-inline-field-label {
    display: table-cell;
    width: 180px;
    max-width: 200px;
}

.emsPanel-form-inline-field-input {
    display: table-cell;
    width: 100%;
    max-width: 600px;
}

.emsPanelHeader {
    /*background: #6EAFDD;*/
    height: 100%;
    width: 55%;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
    border-color: #6EAFDD;
    border-style: solid;
    border-width: 0 0 2px 0;
    font-size: 24px;
    margin: 0 0 0 5px;
    font-family: Segoe UI !important
}

.emsPanelBreak {
    border: 1px solid grey;
    margin-top: 5px;
    margin-bottom: 5px;
}

.topBottomMargin5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.emsTreeHeader {
    background: #6EAFDD;
    border-color: #6EAFDD;
    border-style: solid;
    border-width: 5px;
    float: left;
    margin: auto;
    position: relative;
    right: 14px;
    text-align: center;
    width: 110%;
}

.selectionOptions {
    margin-bottom: 10px;
}

td {
    vertical-align: top;
}

.chartElement {
    padding-bottom: 20px;
}

body {
    background-color: white;
    color: black;
}

.modal-header {
    background-color: white;
}

.modal-content {
    background-color: white;
}

.modal-footer {
    background-color: white;
}

.modal-body {
    background-color: white;
    color: black;
    width: auto;
}

.modal-backdrop {
    background-color: white;
}


span {
    display: inline-block;
    /*margin-right: 30px;*/
}

.Gen {
    display: inline;
}

#ContentWrap {
    height: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 98%;
}

#topPanel {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 20px;
    width: 25%;
}

#bottomPanel {
    height: 80%;
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
}





/*Report Setup Styles*/

#reportBtns {
    margin: 10px;
}

#reportSetup {
    margin: 10px;
}

@media screen and (min-width: 800px) {
    #tree {
        max-height: 80vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 800px) {
    #tree {
        max-height: 65vh;
        overflow-y: auto;
    }
}


#graphbuttonBar {
    text-align: center;
    /*border-bottom: thick solid #ef9520;
    border-top: thick solid #ef9520;*/
    /*margin-left: 1px;*/
    width: 100%;
}

#Tree_Flyout {
    display: none;
    float: left;
    width: 300px;
}

#emsDropdown {
    -moz-border-radius: 0;
    -moz-min-width: 250px;
    -ms-border-radius: 0;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-border-radius: 0;
    -webkit-min-width: 250px;
    background: #6EAFDD;
    border: solid #000000 2px;
    border-radius: 0;
    color: black;
    display: inline-block;
    font-family: Segoe UI, Lucida Sans Unicode, Verdana, Arial;
    font-size: 15px;
    height: 45px;
    margin-bottom: 10px;
    min-width: 250px;
    padding: 8px 20px 10px 20px;
    text-decoration: none;
    width: 15%;
}

#loading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}

#Treeloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}


#Reportloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}

#Graphloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1020;
}

#Rankloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}

#Weekloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 50%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}

#Monthloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 50%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1090;
}

#Yearloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 50%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1090;
}

#FYearloading {
    -ms-opacity: .9;
    background-color: #fff;
    display: block;
    height: 50%;
    left: 0;
    opacity: .9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1090;
}

#loading-image {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1100;
}

#loading-imageStats {
    left: 50%;
    position: absolute;
    top: 40%;
    z-index: 1000;
}

#loading-imageStatsBottom {
    left: 50%;
    position: absolute;
    top: 40%;
    z-index: 1000;
}

.stickyFooter {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
}


/*Tables*/
.center-table {
    margin: 0 auto;
}

.full-width-table {
    width: 100%;
}

.emsTable {
    width: 810px;
    border: 1px solid #6EAFDD;
    padding: 5px;
}

.emsTable th {
    padding: 2px;
    background: #6EAFDD;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: normal;
}

.emsTable td {
    padding: 5px;
    background: white;
    border: 1px solid rgba(110,175,221, 0.4);
    text-align: center;
    /*color: black;*/
}

@media screen and (max-width: 750px) {
    .emsTable {
        width: 520px;
    }
}


@media screen and (max-width: 560px) {
    .emsTable {
        width: 320px;
    }
}

@media screen and (max-width: 350px) {
    .emsTable {
        width: 280px;
    }
}

.dashboardPanel {
    border: 2px solid rgb(171, 171, 171);
    
}

.siteTree {
    max-height: 500px;
}

.Loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 1000;
}

.Spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #6EAFDD; /* Blue */
    background-color: #FFAF36;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;

    position: relative;

    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}