﻿body {
    display: block;
}

h2 {
    font-weight: bold;
    color: #666;
}
/*LOGIN*/
#container {
    float: left;
}

#defBody {
    /*background-color: #e0e0e0; #E5E5E5*/
    background-color: #EEEEEE;
}

.divBack {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    /* width: 100%;*/
    height: 100%;
    background-color: #7393B3;
}

#divInfo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7393B3;
    background: url("Images/graph.jpg") no-repeat scroll 0 0 #221917;
    background-size: cover;
}

#img_main {
    height: auto;
    width: 100%;
    height: 100vh;
    vertical-align: top;
    display: none;
}



#login_panel {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    float: right;
    height: 100%;
    width: 500px;
    margin: 0;
    padding: 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f7f7f7;
}

#divlogin_sect {
    padding-top: 0;
}

.divlogocontainer {
    display: block;
    width: 50%;
    margin: auto;
    /*border: 1px yellow solid;*/
}

.divlogincontainer {
    display: block;
    width: 60%;
    margin: auto;
    padding: 10px;
}

.divlogoimg {
    width: 100%;
    margin: auto;
    background-color: #fff;
}

#img_logo {
    display: block;
    margin: auto;
    width: 80%;
}
/*LOGIN END*/

/*MAIN END*/
#divFilterPanel {
    top: 0px;
}

#divDash {
    margin: 0 auto;
    width: 100%;
    /* max-width: 960px;*/
    overflow: scroll;
}

.div-wrapper {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
}

.div-wrapper_home {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.div-header {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-left: 100px;
    border-bottom: 2px solid #CFCFCF;
}

.div-body {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    background-color: #eeeeee; /* #E5E5E5; darker #CFCFCF;*/
    vertical-align: top;
}

#divcardmain {
    width: 85%;
    margin: auto;
    margin-top: 100px;
    overflow: auto;
    max-height: 90vh;
}


#divChart {
    overflow: auto;
    /*allow for scrolling on really small screens.*/
    width: 100%;
}

#ASPxDashboard2 {
}

#loginfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #666;
    padding-left: 10px;
}

#lbVersion {
    width: 100%;
    color: #666;
}

.div-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #eee;
}


.div-headerdb {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.div-bodydb {
    margin-top: 67px;
    margin-bottom: 100px;
    overflow-y: auto;
    max-height: 100%;
    background-color: #eeeeee; /* #E5E5E5 darker #CFCFCF;*/
    vertical-align: top;
}

.div-footerdb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #eee;
}

#divcardmaindb {
    width: 90%;
    margin: auto;
    margin-top: 60px;
}

#divfilter {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    background-color: #FFF;
    border-bottom: 2px solid #CFCFCF;
    width: 100%;
    height: 65px;
}

/*Div TABLE*/
.divtablecontainer {
    display: table;
    width: 100%;
}

.divtable-row {
    display: table-row;
}


.divtable-left, .divgtable-right, .divtable-middle {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    height: 55px;
}
/*Div TABLE END*/


.aHome {
    background: url("Images/home1.png") no-repeat scroll 0 0 transparent;
    background-size: 55px 55px;
}

.cmdHome {
    display: block;
    width: 55px;
    height: 55px;
    float: left;
}

.clear {
    clear: both;
}

#imageheader {
    background: url("Images/logo.jpg") no-repeat scroll 0 0 transparent;
    background-size: 246px 60px;
    display: block;
    width: 246px;
    height: 60px;
    float: left;
}

#imagediv {
    margin-top: 20px;
}

#headerright {
    float: right;
    margin-right: 150px;
}

.containerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rf-page {
    padding: 40px;
}

.rfflex-container {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    margin-bottom: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    /* min-height: 600px;*/
    height: 70vh;
    overflow-y: auto;
}

    .rfflex-container > h3 {
        font-size: 22px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }

    .rfflex-container > h4 {
        font-size: 16px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }

    .rfflex-container > h5 {
        font-size: 16px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }
/*1*/
.flxRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    width: 100%;
    border-bottom: 1px solid #007BF7;
}

.pRpt {
    font-size: 1em;
    font-weight: 700;
    margin-block-start: 0px;
    margin-block-end: 1px;
}

.pRptI {
    font-size: 12px;
    font-style: italic;
    margin-block-start: 0px;
    margin-block-end: 1px;
}

.rfflex-container {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 10px 10px;
}

.div100 {
    width: 100%;
}

.div98 {
    width: 98%;
}

.div97 {
    width: 97%;
}

.div95 {
    width: 95%;
}

.div90 {
    width: 90%;
}

.div80 {
    width: 80%;
}

.div75 {
    width: 75%;
}

.div60 {
    width: 60%;
}

.div50 {
    width: 50%;
}

.div48 {
    width: 48%;
}

.div45 {
    width: 45%;
}

.div42 {
    width: 42%;
}

.div40 {
    width: 40%;
}

.div35 {
    width: 35%;
}

.div33 {
    width: 33%;
}

.div30 {
    width: 30%;
}

.div20 {
    width: 20%;
}

.div25 {
    width: 25%;
}

.div15 {
    width: 15%;
}

.div10 {
    width: 10%;
}

.div5 {
    width: 5%;
}

.div3 {
    width: 3%;
}

.div2 {
    width: 2%;
}

.padt5 {
    padding-top: 5px;
}

.padt1p {
    padding-top: 1%;
}

.padt2p {
    padding-top: 2%;
}

.padt6 {
    padding-top: 6px;
}


.pad5 {
    padding-right: 5px;
}

.padall5 {
    padding: 5px;
}

.padb5 {
    padding-bottom: 5px;
}

.cBlue {
    background: #007BF7; /*#5490cc;*/
    color: white;
}

.cGreen {
    background: #35B86B;
    color: white;
}

.cPurple {
    background: #d807f7;
    color: white;
}
.cGray1 {
    background: #F8F8F8;
    color: black;
}

.cGray2 {
    background: #F5F5F5;
    color: black;
}

.itemL {
    width: 80%;
    margin-bottom: 1%; /* (100-32*3)/2 */
    border-radius: 3px;
    background-color: #A2CBFA;
    border: 1px solid #4390E1;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgb(0 90 250 / 5%), 0 4px 4px rgb(0 90 250 / 5%), 0 8px 8px rgb(0 90 250 / 5%), 0 16px 16px rgb(0 90 250 / 5%);
}

.itemR {
    width: 5%;
    margin-bottom: 1%; /* (100-32*3)/2 */
    border-radius: 3px;
    background-color: #A2CBFA;
    border: 1px solid #4390E1;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgb(0 90 250 / 5%), 0 4px 4px rgb(0 90 250 / 5%), 0 8px 8px rgb(0 90 250 / 5%), 0 16px 16px rgb(0 90 250 / 5%);
}



.containerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rf-page {
    padding: 40px;
}

.rfflex-container {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    margin-bottom: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    /* min-height: 600px;*/
    height: 70vh;
    overflow-y: auto;
}

    .rfflex-container > h3 {
        font-size: 22px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }

    .rfflex-container > h4 {
        font-size: 16px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }

    .rfflex-container > h5 {
        font-size: 16px;
        padding: 0;
        /*text-shadow: 0 0 3px rgb(0 0 0 / 28%), 0 0 5px #4285f4;*/
        text-decoration: none;
    }

.pRpt {
    font-size: 1em;
    font-weight: 700;
    margin-block-start: 0px;
    margin-block-end: 1px;
}

.pRptI {
    font-size: 12px;
    font-style: italic;
    margin-block-start: 0px;
    margin-block-end: 1px;
}

.rfflex-container {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 10px 10px;
}

.div100 {
    width: 100%;
}

.div98 {
    width: 98%;
}

.div97 {
    width: 97%;
}

.div95 {
    width: 95%;
}

.div90 {
    width: 90%;
}

.div80 {
    width: 80%;
}

.div75 {
    width: 75%;
}

.div60 {
    width: 60%;
}

.div50 {
    width: 50%;
}

.div48 {
    width: 48%;
}

.div45 {
    width: 45%;
}

.div42 {
    width: 42%;
}

.div40 {
    width: 40%;
}

.div35 {
    width: 35%;
}

.div33 {
    width: 33%;
}

.div30 {
    width: 30%;
}

.div20 {
    width: 20%;
}

.div25 {
    width: 25%;
}

.div15 {
    width: 15%;
}

.div10 {
    width: 10%;
}

.div5 {
    width: 5%;
}

.div3 {
    width: 3%;
}

.div2 {
    width: 2%;
}

.padt5 {
    padding-top: 5px;
}

.padt1p {
    padding-top: 1%;
}

.padt2p {
    padding-top: 2%;
}

.padt6 {
    padding-top: 6px;
}


.pad5 {
    padding-right: 5px;
}

.padall5 {
    padding: 5px;
}

.padb5 {
    padding-bottom: 5px;
}

.cBlue {
    background: #007BF7; /*#5490cc;*/
    color: white;
}

.cGreen {
    background: #35B86B;
    color: white;
}

.cPurole {
    background: #d807f7;
    color: white;
}


.itemL {
    width: 80%;
    margin-bottom: 1%; /* (100-32*3)/2 */
    border-radius: 3px;
    background-color: #A2CBFA;
    border: 1px solid #4390E1;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgb(0 90 250 / 5%), 0 4px 4px rgb(0 90 250 / 5%), 0 8px 8px rgb(0 90 250 / 5%), 0 16px 16px rgb(0 90 250 / 5%);
}

.itemR {
    width: 5%;
    margin-bottom: 1%; /* (100-32*3)/2 */
    border-radius: 3px;
    background-color: #A2CBFA;
    border: 1px solid #4390E1;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgb(0 90 250 / 5%), 0 4px 4px rgb(0 90 250 / 5%), 0 8px 8px rgb(0 90 250 / 5%), 0 16px 16px rgb(0 90 250 / 5%);
}



.div-card {
    width: 25%;
    border: none;
    display: block;
    margin: 4px;
    float: left;
    padding: 20px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}

.tail {
    background: white;
    width: 100%;
}

.tail_top .tail_top_content {
    height: inherit;
    overflow: hidden;
    white-space: nowrap;
    width: 294px;
}


.tail_top {
    height: 153px;
    background: #ffffff;
}

.tail_content {
    padding: 10px;
}

.tail_bottom {
    background: #007BF7; /*#5490cc;*/
    width: 100%;
    color: white;
}


.tail_bottomgreen {
    background: #35B86B;
    width: 100%;
    color: white;
}

.tail_menu {
    padding-top: 2px;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.view_command {
    background: url("Images/view.png") no-repeat scroll 0 0 transparent;
    background-size: 28px;
   margin-right:8px;
}
.command {
    display: block;
    width: 32px;
    height: 31px;
    float: right;
}

.heartbeat {
    float: left;
    display: none;
    margin: 5px;
    color: #0063a3;
    right: 0;
    top: 0;
}



.divCard {
    min-height: 250px;
    display: inline-block;
    width: 49%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}



.divCardRT {
    min-height: 250px;
    display: inline-block;
    width: 48%;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

#cardWrap {
    padding: 5px;
    min-height: 450px;
}

#dComp {
    width: 40%;
    float: left;
    padding: 25px 0 0 20px;
}
/* unvisited link */
.pRpt a:link {
    font-size: 1em;
    font-weight: 700;
    margin-block-start: 0px;
    margin-block-end: 1px;
    text-decoration: none;
    color:black;
}

/* selected link */
.pRpt a:active {
    text-decoration: none;
    color: black;
}
/* visited link */
.pRpt a:visited {
    text-decoration: none;
    color: black;
}

/* mouse over link */
.pRpt a:hover {
    color: #007BF7;
    text-decoration: none;
}


.mTop75{
    margin-top: 75px;
}
/*MAIN END*/



@media only screen and (max-height: 931px) {
    #divcardmain {
        max-height: 100vh;
    }

    #ASPxDashboard1 {
    }

    #divChart {
        max-height: 92vh;
        overflow-y: auto;
    }

    #divlogin_sect {
        padding: 0;
    }
}
/* iPads (landscape) */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .divtablecontainer {
        display: inline-block;
        width: 100%;
        background-color: greenyellow;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 80px;
    }

    .divtable-row {
        display: inline-block;
    }

    .divtable-left, .divgtable-right, .divtable-middle {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        height: 80px;
    }

    .div-bodydb {
        margin-top: 80px;
        margin-bottom: 108px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1310px), only screen and (max-width: 1400px) {

    .divtablecontainer {
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 80px;
    }

    .divtable-row {
        display: inline-block;
    }

    .divtable-left, .divgtable-right, .divtable-middle {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        height: 80px;
    }

    .div-bodydb {
        margin-top: 80px;
        margin-bottom: 108px;
        overflow-y: auto;
    }
}


/* iPhone (portrait) */
@media only screen and (max-width: 357px), only screen and (max-width: 521px) {

    #divBack {
        display: none;
    }

    #img_logo {
        width: 100vw;
    }

    .flxRow {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        padding: 0 0 5px 0;
        width: 100%;
    }

    .div95 {
        width: 100%;
    }

    .div5 {
        width: 100%;
    }

    .pRptI {
        display: none;
    }

    .view_command {
        background: url("Images/view.png") no-repeat scroll 0 0 transparent;
        background-size: 28px;
    }

    .command {
        display: block;
        width: 28px;
        height: 21px;
        float: right;
    }


    #headerright {
        float: right;
        position:absolute;
        top: 30px;
        text-align:right;
        text-align:right;
        margin-left: 55%;

    }

    .div-header {
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 50px;
        border-bottom: 2px solid #CFCFCF;
    }
    #dComp {
        display:none;
    }


    .padt6 {
        padding-top: 0;
    }
    .divlogincontainer {
        display: block;
        width: 80%;
        margin: auto;
        padding: 10px;
    }


    .divlogoimg {
        width: 100vw;
        margin: auto;
        border-bottom: 2px solid #3367d6;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.14), 0px 4px 8px rgba(0,0,0,0.28);
    }

    #login_panel {
        position: fixed;
        right: 0;
        top: 0;
        float: left;
        height: 1000px;
        width: 100vw;
        margin: 0;
        padding: 0;
        z-index: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #divlogin_sect {
        padding: 0;
    }

    #loginfooter {
        display: none;
    }

    .divtablecontainer {
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 80px;
    }

    .divtable-row {
        display: inline-block;
    }

    .divtable-left, .divgtable-right, .divtable-middle {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        height: 80px;
    }

    .div-bodydb {
        margin-top: 80px;
        margin-bottom: 108px;
        overflow-y: auto;
    }
}
/* iPhone (landscape) */
@media only screen and (max-device-width : 375px) and (orientation : landscape) {

    #divBack {
        display: none;
    }

    #img_logo {
        width: 100vw;
    }


    .divlogincontainer {
        display: block;
        width: 80%;
        margin: auto;
        padding: 10px;
    }


    .divlogoimg {
        width: 100vw;
        margin: auto;
        border-bottom: 2px solid #3367d6;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.14), 0px 4px 8px rgba(0,0,0,0.28);
    }

    #login_panel {
        position: fixed;
        right: 0;
        top: 0;
        float: left;
        height: 1000px;
        width: 100vw;
        margin: 0;
        padding: 0;
        z-index: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #divlogin_sect {
        padding: 0;
    }

    #loginfooter {
        display: none;
    }
}
