﻿html, body {
    font-family: 'Microsoft Sans Serif';
    font-size:10px;
}

#regPopTxt {
    font-family: 'Microsoft Sans Serif';
    font-size: 1.4rem;
    border: 0;
    border: 0;
    outline: 0;
    width: 580px;
    height: 450px;
}

* {
    box-sizing: border-box;
}

.main {
    font-size: 1.4rem;
    width: 1500px;
    height: 800px;
    background-color: #eeeeee;
}

.content, .graphPnlOut, input[type=submit] {
    font-size:1.2rem;
}
input[type=submit] {
    padding: 0.3rem 1rem;
}
.row {
    background-color: #f1eded;
}



.anomTbl {
    border-spacing:0;
}
    .anomTbl td {
        width: 22px;
        vertical-align: top;
    }
    .anomTbl td.spacer {
        width: 5px;
    }
        /*.anomTbl td.center {
            text-align: center;
        }*/

.anomTbl td.col1 {
    width: 35px;
    padding:5px 0;
}
.anomTbl td.col2 {
    width: 205px;
    padding:5px;
}

.scroller {
    height: 92%;
    overflow-y: scroll;
}
/*th {
    font-weight: normal;
    
    text-align: left;
    vertical-align: top;
}*/

.tabs {
    position: relative;
    /*  margin: 1.5% 0; */
    margin: 19px 0 0 0.6%;
    clear: both;
    float: left;
    height: 96.4%;
    max-width: 500px;
    width: 34%;
}

.tab {
    float: left;
}

    .tab label {
        background: #eee;
        padding: 1rem;
        border: 1px solid #ccc;
        margin-left: -1px;
        position: relative;
        left: 1px;
        font-size: 1.1rem
    }

    .tab [type=radio] {
        display: none;
    }

.content {
    position: absolute;
    top: 2.5rem;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 2rem;
    border: 1px solid #ccc;
}

[type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

    [type=radio]:checked ~ label ~ .content {
        z-index: 1;
    }



.graphPnlOut {
    float: left;
    width: 65%;
    height: 100%;
    margin: 0 0.5%;
}
.graphPnlHead {
    width: 100%;
    min-height: 10%;
    padding:8px;
}
    .graphPnlHead label {
        padding: 0 20px 0 0;
    }
    .graphPnlHead input[type=submit] {
        margin: 5px 5px 0 5px;
    }

.graphPnl {
    background-color: #fff;
    width: 99.6%;
    min-height: 87.6%; /*80%;*/
}
.graphPnlFoot {
    /*width: 100%;
    min-height: 10%;*/
    display:none;
}

.addSel {
    text-align:center;
}
    .addSel input[type=submit] {
        margin: 8px 0;
    }

.custSelDiv {
    margin-top: 20px;
    height: 45rem;
}
.custSelDiv select{
    margin-top: 5px;
    width:100%;
    height:95%;
}

.highcharts-legend-item path.highcharts-point {
    display: none;
}

#graphCont {
    padding: 10px 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: auto;
    padding: 0px 10px 10px 10px;
    border: 1px solid #888;
    width: 602px;
    background-color: #eeeeee;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-title {
    margin: 7px 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
}