/*<!--control the device detail view-- >*/
tr {
    /*height: 10px;*/
    /*font-size: x-small;*/
    font-size: small;
    margin: 0 0 0 0;
}

.mytableheight > tbody > tr > td {
    height: 10px;
    padding: 0px;
    border-top: 0px;
}

.installArea {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*background: powderblue;*/
    /*background: AliceBlue;*/
    background: lightcyan;
    padding: 1%;
    border: 1px solid black;
}

.installTop {
    overflow: hidden;
    /*height: 20%;*/
    height: 10%;
    width: 100%;
    /*background: linear-gradient(to right, lightgrey, lightgrey, grey);*/
    /*background: linear-gradient(to right, AliceBlue, AliceBlue, powderblue);*/
    background: linear-gradient(to right, AliceBlue, AliceBlue, lightgrey);
}

.installMiddle {
    overflow: hidden;
    /*overflow-y: auto;*/
    /*height: 70%;*/
    height: 80%;
    width: 100%;
    background: white;
}

.installTottom {
    overflow: hidden;
    height: 10%;
    width: 100%;
    /*background: linear-gradient(to right, powderblue, AliceBlue, AliceBlue);*/
    background: linear-gradient(to right, lightgrey, AliceBlue, AliceBlue);
}


/*<!--dashboard layout-- >*/

.right2 {
    overflow: hidden;
    height: 100%;
    /*margin-left: 10px;*/
    background: yellow;
    /*border: 1px dashed #00f;*/
}

.rleft3 {
    float: left;
    height: 91.5%;
    width: 350px;
    background: white;
    /*border: 1px dashed #f0f;*/
}

.rright3 {
    overflow: hidden;
    height: 91.5%;
    /*margin-left: 10px;*/
    background: blue;
    /*border: 1px dashed #00f;*/
}

/*no alerts case panel*/
.rlupanddown4 {
    overflow: hidden;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: white;
    /*border: 1px solid powderblue;*/
}

/*alert status panel*/
.rlup4 {
    overflow: hidden;
    overflow-x: hidden;
    height: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: AliceBlue;
    /*border: 1px solid powderblue;*/
}

/*critical alerts panel*/
.rldown4 {
    overflow: auto;
    overflow-x: hidden;
    height: 50%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
    /*border: 1px solid #73AD21;*/
}

/*map panel*/
.rrup4 {
    height: 68%;
    width: 100%;
    background: red;
    margin: 0;
    padding: 0;
    /*border: 1px solid powderblue;*/
}

.rrdown4 {
    height: 32%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
    /*border: 1px solid #73AD21;*/
}

/*total consumption panel*/
.rrleft5 {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    height: 100%;
    width: 50%;
    background: AliceBlue;
    /*margin-top: 10px;*/
    /*padding-top: 10px;*/
    /*border: 1px dashed #f0f;*/
}

/*device type panel*/
.rrright5 {
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    width: 50%;
    /*margin-left: 10px;*/
    /*background: lightgrey;*/
    /*border: 1px dashed #00f;*/
}

/*text and combo panel*/
.rrlup6 {
    overflow: auto;
    overflow-x: hidden;
    height: 20%;
    width: 100%;
    background: AliceBlue;
    margin: 0;
    /*margin-top: 10px;*/
    padding: 0;
    padding-top: 6px;
    /*border: 1px solid powderblue;*/
}

/*bar chart panel*/
.rrldown6 {
    overflow: auto;
    overflow-x: hidden;
    height: 80%;
    width: 100%;
    background: AliceBlue;
    margin: 0;
    padding: 0;
    /*border: 1px solid #73AD21;*/
}

/*start, end, frequence panel*/
.rrrup6 {
    overflow: auto;
    overflow-x: hidden;
    height: 15%;
    width: 100%;
    background: white;
    margin: 0;
    /*margin-top: 10px;*/
    padding: 0;
    padding-top: 6px;
    /*border: 1px solid powderblue;*/
}

/*device type panel*/
.rrrdown6 {
    overflow: auto;
    overflow-x: hidden;
    height: 85%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
    /*border: 1px solid #73AD21;*/
}


.infoBubbleBackground {
    /*background: linear-gradient(white, lightgrey);*/
    background: linear-gradient(white, lightcyan);
}

.device-type-grid-container {
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-columns: 1fr 1fr;*/
    /*grid-template-rows: 1fr 1fr;*/
    /*background-color: #2196F3;*/
    padding: 0px;
}

.device-type-grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    /*border: 0.3px solid rgba(0, 0, 0, 0.8);*/
    border: 0.3px solid lightgrey;
    padding: 5px;
    font-size: 20px;
    text-align: center;
}

 /*meter detail layout*/
/*ddDeviceList: dd --> device detail*/

.popover {
    position: absolute;
    z-index: 100;
}

.geek {
    border: 1px solid black;
    width: 400px;
    background-color: green;
    border-radius: 4px;
    height: 20px;
    color: white;
} 

.borderless td, .borderless tr {
    border: none;
}

.selected {
    background-color: white;
    color: darkred;
    font-weight: bold;
}

.ddDeviceDetailView {
    position: relative;
    height: calc(100% - 80px);
}

.ddDeviceList {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    width: 350px;
    background: white;
}

.ddBarArea {
    overflow: hidden;
    height: 30px;
    background: linear-gradient(white, lightgrey);
}

.ddChartBarArea {
    overflow: hidden;
    height: 30px;
    background: linear-gradient(white, lightgrey);
    padding-top: 4px;
}

.ddBarAreaLeft {
    overflow: hidden;
    padding-top: 4px;
    float: left;
    width: 50%;
    background: transparent;
}

.ddBarAreaRight {
    overflow: hidden;
    padding-top: 4px;
    float: right;
    width: 50%;
    background: transparent;
}

.ddLayoutLeft {
    overflow: hidden;
    float: left;
    width: 50%;
    background: transparent;
}

.ddLayoutRight {
    overflow: hidden;
    float: right;
    width: 50%;
    background: transparent;
}

.ddDetailInfo {
    overflow: hidden;
    height: 100%;
    background: blue;
}

.ddDeviceGeneralInfo {
    overflow: hidden;
    border: 1px solid lightgrey;
    height: 22%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
}

.ddLifecyclePict {
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid red;
    float: left;
    height: calc(100% - 30px);
    width: 30%;
    background: white;
}

.ddAdditionAlertConsumption {
    height: 35%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
}

.ddAdditions {
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: left;
    height: 100%;
    width: 33%;
    background: white;
}

.ddAlertConsumption {
    float: right;
    height: 100%;
    width: 67%;
    background: white;
}

.ddAlerts {
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: left;
    height: 39%;
    width: 50%;
    background: white;
}


.ddConsumption {
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 100%;
    width: 50%;
    background: white;
}

.ddRelateLastChart {
    height: 35%;
    width: 100%;
    background: white;
    margin: 0;
    padding: 0;
}


.ddRelated {
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: left;
    height: 100%;
    width: 33%;
    background: white;
}

.ddLastChart {
    float: right;
    height: 100%;
    width: 67%;
    background: blue;
}

.ddLifecycle {
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: left;
    height: 39%;
    width: 50%;
    background: white;
}

.ddDeviceGeneralInfoTable {
    overflow: auto;
    overflow-x: hidden;
    border: 0px;
    float: left;
    height: calc(100% - 30px);
    width: 100%;
    background: white;
}

.ddLifecycleText {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 30px);
    width: 70%;
    background: white;
}

.ddCharts35 {
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 39%;
    width: 50%;
    background: white;
}

.ddCharts45 {
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 45%;
    width: 50%;
    background: white;
}

.ddChartsArea {
    border: 1px solid lightgrey;
    height: calc(100% - 30px);
    width: 100%;
    background: white;
}

.ddLog35 {
    overflow: auto;
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 39%;
    width: 50%;
    background: white;
}

.ddLog25 {
    overflow: auto;
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 25%;
    width: 50%;
    background: white;
}
.connectorTb{
    overflow: auto;
    border: 1px solid lightgrey;
    padding-top: 4px;
    float: right;
    height: 90%;
    width: 100%;
    background: white;
}

.underline-on-hover:hover {
    text-decoration: underline;
    cursor: pointer !important;
}

.myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.myui-button {
    /*position: relative;
    cursor: pointer;
    border: solid black;
    text-align: center;
    overflow: visible;
    background-color: white;
    overflow: hidden;*/
    background-color: #4CAF50;
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
}