@import "./ol.css";

.scroll-control{
    /* scrollbar-gutter: stable;
    overflow-y: scroll; */
}
#card_part {
display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:
  "al_id uuid location status"
  "source_name source_name source_name source_name"
  "sid priority_select priority ."
  "wo wo_priority wo_required ."
  "call_required esc_calls esc_lvl . "
  "create_ts call_ts db_ts . "
}
.ecscard{
    word-break: break-word;
    margin-top:20px;

}
.val_head{
    font-weight: bold; 
    /* max-width: 210px; */
}
#al_id{
    grid-area: al_id;
}
#uuid{
    grid-area: uuid;
}
#location{
    grid-area: location;
}
#status{
    grid-area: status;
}
#source_name{
    grid-area: source_name;
}
#sid{
    grid-area: sid;
}
#priority_select{
    grid-area: priority_select;
}
#priority{
    grid-area: priority;
}
#wo{
    grid-area: wo;
}
#wo_priority{
    grid-area: wo_priority;
}
#wo_required{
    grid-area: wo_required;
}
#call_required{
    grid-area: call_required;
}
#esc_calls{
    grid-area: esc_calls;
}
#esc_lvl{
    grid-area: esc_lvl;
}
#create_ts{
    grid-area: create_ts;
}
#call_ts{
    grid-area: call_ts;
}
#db_ts{
    grid-area: db_ts;
}
.feedback-cont{
    background-color: #BFD9E0;
}
.ecs-select{
    width: 95px;
    height: 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 5px 5px;
}

.ecs-select-height-rad{   
    height: 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 5px 5px;
}
#reportTbl>tbody>tr>td{
    max-width: 140px;
    overflow-wrap: break-word;
}
.alarmSearch{
    width: 250px;
    height: 25px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fae88c;
    border-color: #d6e9c6;
}
.alert-success {
    color: #3c763d;
    background-color: #95df96;;
    border-color: #d6e9c6;
}
 #pageMsg{
    text-align: center;
    border: 1px solid #ccc!important;
    height: 40px;
    margin: 10px 10px 10px 10px;
}
#pageMsgTxt{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: black;
}
#int_label{
    float:left;
    margin-right: 5px;
}
#time_int, #end_dt_label_mobile_cust, #end_dt_label,#end_dt, .notif-tab-nav{
    float:left;
}
#end_dt_label{
    margin-left:10px; 
}
#sdLabel{
    /* margin-right: 10%; */
    margin-left: 10px;
}
.logreg{
    width: 50%;
    padding: 20px;
    border: 1px solid #307183!important;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lrinput{
    margin: 5px 25% 5px 25% ;
    width: 50%;
}
.forg-pass{
    margin: auto;
    text-align: center;
}
.forg-pass>a{
    margin: auto !important;
    max-width: 200px;
}
.logreg>h3{
    text-align:center;
}
#logBtn, #regBtn{
    margin:0 auto;
    display:block;
    width:45%;
    margin-top: 10px;
}
.resetBtn{
    margin:0 auto;
    display:block;
    width:25%;
    margin-top: 10px;
}
#logreghead{
    background-color: #3780A5!important;
    width: 100%;
    min-height: 60px;
    max-height:120px;
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#logreghead>button{
   margin: 5px 5px 0px 5px;
   width: 100px;
}
#logout{
    float: right;
} 
.user-info{
    margin-bottom: 40px;
}
#saveUserBtn, #editUserBtn{
    margin-top: 20px;
}
.email-msg{
    /* color:#3780A5!important; */
    color:red;
    /* margin: 1% 10% 1% 10%; */
    font-size: 18px;
    text-align: center;
}
.pass-msg{
    color:#3780A5!important;
    text-align: center;
}
.dtInput{
    width: 205px;
}
#dtPicker{
    float:right; 
    margin-left: 10px;
}
.pgTitle{
    text-align: center;
    margin: 3px 0 !important;
}
#topbar{
    position: sticky;
    top: 0px;
    z-index: 14;
    width: inherit;
    display: flex;
    align-items: center;
}
#searchBar{
    float:left;
}
#searchBarDiv{
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}
.main_tbl_btn_div{
    width: 250px;
    float: right;
}

#dtSelect{
    float:left; 
    margin: 8px 0px 10px 40px;
}
#csvBtn{
    float:right; 
    margin: 5px 0px 10px 0px
}
.btn-bar-csv{
    float: right;
    margin-top:15px !important;
}
#closeup_csv_bt, .csv-btn{
    float: right;
}
.csv-btn{
    margin: 3px 0px 10px 0px;
    height: 35px;
}
#woBtn, #issuesRprtBtn{
    float:right; 
    margin: 5px 10px 10px 0px
}
#siteWoBtn{
    float:right; 
}
.ecsBtn{
    display:inline-block;
    margin: 5px 0px 5px 0px
}
.userTbl>tbody>tr>td{
    vertical-align: middle;
    word-wrap: break-word;
}
.ecs-teal{
    color:#fff!important;
    background-color:#3780A5!important;
}
.ecs-red{
    background-color:#fff!important;
    color:red!important;
}
.ecs-text-teal{
    color:#3780A5!important;
    margin: 1% 40% 1% 40%
}

.ecs-grey{
    color:#fff!important;
    background-color:#a3aeb1!important 
}

table tr:nth-child(odd){
    background-color:#f1f6f8
}

table  thead  tr{
    background-color:#fff!important; 
}
#headLine{
    width: 130%;
    float: right;
    border: 1px solid #307183!important;
    margin: 5px -30px 10px 0px;
}
.teal-line{
    width: 100%;
    float: right;
    border: 1px solid #307183!important;
}
#formSplit{
    margin-top:30px;
    border: 1px solid #BFD9E0!important;
    width: 110%;
    float: right;
    margin: 30px -30px 20px 0px;
}
.menuShade{
    color:#000000!important;
    background-color:#BFD9E0!important
}

td.simple {
    white-space: nowrap;   
}
#simpleTable > thead > tr > :first-child{
    z-index: 2;
}
#notificationsTable{
    height: 800px;
    max-height: 800px;
    min-width:98%
}
#notificationsTable > #simplTbl{
    min-height: 790px;
}
.rprtTable{
    width:100%;
}
.rprt-nav{
    float:right; 
    margin: 17px 7px -50px -100px;
}

table.simple-table-expand tr> :nth-child(1){
    font-size: 12px;
}

table.simple-table-collapse tr> th:first-child, table.simple-table-collapse tr> td:first-child{
    width: 20px !important;
}

.callTable > table.simple-table-expand > tr{
    max-height: 100px !important; 
}

.callTable > table.simple-table-expand > th, .callTable > table.simple-table-expand > td{
   min-width: 120px !important;
}

.callTable > table.simple-table-expand td:nth-child(7){
    min-width: 900px !important;
}

/* .callTable > table.simple-table-expand {
    display:block !important;
    overflow-x:auto !important;
     overflow-y:auto !important;
    max-height: 85vh;
 } */

 
.callTable {
    overflow-x:auto !important;
 }
 .callTable > table.simple-table-expand > tbody, .callTable > table.simple-table-expand > thead{
    width:100%
 }

 .woAlarmsTable > table.simple-table-expand > tbody, .woAlarmsTable > table.simple-table-expand > thead{
    width:100%
 }
 .woAlarmsTable  {
    overflow-x:auto !important;
 }

.callRprtTable > table.simple-table-expand {
    /* display:block !important; */
    max-height: 85vh;
 }

.woRprtTable > .w3-responsive > #simplTbl, .actionableAlmTbl > .w3-responsive > #simplTbl{
    max-height: 65vh !important;
 }

.callRprtTable > table.simple-table-expand > tbody>tr> td:nth-child(17){
    min-width: 900px !important;
}

.site-type-tbls > div:nth-child(3) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3),
.site-type-tbls > div:nth-child(4) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3),
.site-type-tbls > div:nth-child(5) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3),
.site-type-tbls > div:nth-child(6) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3),
.site-type-tbls > div:nth-child(7) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3),
.site-type-tbls > div:nth-child(9) > div.w3-responsive > div.tblDiv > table.simple-table-expand > tbody > tr > td:nth-child(3){
    min-width: 80px;
    width: 80px !important;
    max-width: 80px;
    
}

.dev-raw-tbl>table{
    table-layout: fixed;
    word-wrap: break-word; 
}

.dev-raw-tbl{
    overflow-x: scroll;
}

.dev-stats-tbl{
    overflow-x: scroll;
}

.dev-raw-tbl > table.simple-table-expand >  tbody>tr>td, .dev-raw-tbl > table.simple-table-expand >  thead>tr>th,
.dev-stats-tbl > table.simple-table-expand >  tbody>tr>td, .dev-stats-tbl > table.simple-table-expand >  thead>tr>th{
    width: 140px !important;  
    word-wrap: break-word; 
}

.dev-raw-tbl > table.simple-table-expand >  tbody>tr>td:nth-child(2), .dev-raw-tbl > table.simple-table-expand >  thead>tr>th:nth-child(2),
.dev-stats-tbl > table.simple-table-expand >  tbody>tr>td:nth-child(2), .dev-stats-tbl > table.simple-table-expand >  thead>tr>th:nth-child(2){
    text-align: center;
}

.dev-raw-tbl > table.simple-table-expand >  tbody>tr>td:nth-child(1), .dev-raw-tbl > table.simple-table-expand >  thead>tr>th:nth-child(1),
.dev-stats-tbl > table.simple-table-expand >  tbody>tr>td:nth-child(1), .dev-stats-tbl > table.simple-table-expand >  thead>tr>th:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 2;
    opacity: 1;
    width: 160px !important;
}

.dev-raw-tbl > table.simple-table-expand >  tbody>tr:nth-child(odd)>td:nth-child(1),
.dev-stats-tbl > table.simple-table-expand >  tbody>tr:nth-child(odd)>td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 2;
    opacity: 1;
    background-color: #f1f6f8;
    width: 160px !important;
}

.dev-raw-tbl > table.simple-table-expand > thead>tr>th:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 3;
    opacity: 1;
    background-color: #f1f6f8;
    width: 160px !important;
}

.dev-raw-tbl > table.simple-table-expand >  tbody>tr:nth-child(even)>td:nth-child(1),
.dev-stats-tbl > table.simple-table-expand >  tbody>tr:nth-child(even)>td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 2;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    width: 160px !important;
}
/* .dev-stats-tbl>table > th:first-child,.dev-stats-tbl>table > td:first-child {
    width: 140px;
} */

.dev-stats-tbl > table{
    table-layout: fixed;
    word-wrap: break-word; 
    overflow-x: scroll;
}

.dev-type-tbl > table.simple-table-expand{
    overflow-y: hidden;
}

.dev-type-tbl > table.simple-table-expand > tbody>tr>td:first-child, .dev-type-tbl > table.simple-table-expand >  thead>tr>th:first-child{
    /* width: 77px !important;
    min-width: 77px !important;
    max-width: 77px !important; */
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
}

.dev-type-tbl > table.simple-table-expand > tbody>tr>td:nth-child(2), .dev-type-tbl > table.simple-table-expand >  thead>tr>th:nth-child(2){
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.report_select, .wo_select{
    width: 100px;
    float: right;
    margin-right: 40px;
}

#siteHeading{
    /* position: sticky;  */
    /* top: 15px; */
    background: hsl(0, 0%, 100%);
    padding:10px 0px;
    width: 101%;
    /* z-index: 9; */
    margin-left: -0.5%;
}

#simplTbl {
    table-layout: fixed;
    word-wrap: break-word; 
    overflow-y: scroll;
    max-height: 75vh;
}

#repDataTable{
    table-layout: fixed;
    word-wrap: break-word;
    overflow-y: scroll;
}

#summaryNav{
    width: 100%;
    height:60px;
    margin: 30px 0px 20px 0px;
}
#alarmNav{
    min-height:60px;
}
.sum-nav-boarder{
    border: 2px solid #307183!important;
}

.total-cell, .nav-cell{
    float: left;
    display: flex;
    justify-content: center;
    height: 25%; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.summary-info-bottom{
    flex-direction: column;
}

.summary-num{
    margin: -11px 0px 5px 5px !important;
    height: 35px !important;
}

.total-label{
    float:left; 
    margin-top: -1px
}

.total-link{
    float:left; 
    /* margin-top:2px; */
    margin-top:-1px;
    font-weight: lighter !important;
    font-size: 18px;
}

/* @media (max-width: 900px){
    .total-cell{
        margin: 5px 1% 0px 1%; 
    }
    .summary-num{
        margin: 10px 0px 0px 0px !important;
    }
    .total-label{
        float:left; 
        margin: -11px 10px 0px 10px !important;
    }
    .total-link{
        float:left; 
        margin: 15px 10px 0px 15px !important;
    }
}

@media (max-width: 400px){
    #menu_toggle{
        margin-left:12%;
    }
} */

#popup-window{
    position: fixed;
    width: 330px;
    height: 250px;
    background: hsl(0, 0%, 100%);
    border: 2px solid black;
    padding: 10px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 12%;
    z-index: 10;
}
#popup-window > h2{
   text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    display: none;
    z-index: 10;
  }
#popup-window > select{
    position: relative;
   margin-left: 25%;
   margin-right: 25%;
   width: 50%;
 }
 #file_upload_popup{
    position:fixed; 
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5%; 
    z-index:13; 
    width: 50%;
    background-color: white; 
    height: 100px;
    min-width: 500px;
 }
 .descript-too-long{
    height: 130px !important;
 }
 #file_cancel_btn{
    float:right; 
    margin-left: 5px; 
    margin-top: 10px;
 }
 #file_upload_btn{
    float:right; 
    margin-top: 10px;
 }
 .feedback-cont, .contact-title-form-cont{
    position: fixed;
    width: 340px;
    height: 450px;
    background: hsl(0, 0%, 100%);
    border: 2px solid black;
    padding: 10px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5%;
    z-index: 10;
 }
 .loading-popup{
    position: fixed;
    padding-bottom:5px;
    width:50%;
    height: 50px;
    background: hsl(0, 0%, 100%);
    margin: 22% 25% 74% 22%;
    z-index: 10;
 }
 .tbl-data-loading-popup{
    position: static;
    padding-bottom:5px;
    width:50%;
    height: 50px;
    background: hsl(0, 0%, 100%);
    margin: 10% 25% 80% 22%;
    z-index: 10;
 }
 .no-data-popup{
    position: fixed;
    padding-bottom:5px;
    width:50%;
    height: 50px;
    background: hsl(0, 0%, 100%);
    margin: 0% 25% 100% 22%;
    z-index: 10;
 }
 .ir-loading-popup{
    position: fixed;
    padding-bottom:5px;
    width:50%;
    height: 50px;
    background: hsl(0, 0%, 100%);
    margin: 15% 25% 74% 22%;
    z-index: 10;
 }
 .loading-popup-text{
    position: relative;
    text-align: center;
    margin-top:5px;
 }
 #comment_cont{
    height:40%;
    width: 90%;
    margin-bottom: 5px;
    margin-left:4%;
    margin-top:7%
 }
 #comment{
    top: 460px;
    left: 290px;
    min-width: 100%;
    width:100%;
    max-width: 100%;
    padding: 0 0 115px;
 }
 .pass-length-err{
    text-align: center;
 }
 .login-nav{
    text-align: center;
    margin: 5px 43% 5px 43% !important;
 }
 #type_cont{
    margin-left:4%;
 }
 .feedback-btn{
    width: 40%;
    margin: 3% 30% 0% 30%;
 }
 #feedback-lbl, .feedback-lbl{
    font-weight: bold;
    font-size: 20px;
 }
 .tab-btn{
    margin: 20px 10px 20px 10px;
 }
 .first-tab-btn{
    margin: 20px 10px 20px 0px !important;
 }
 .score-box{
    width: 25%;
    border: 2px solid #307183!important;
    min-height: 38px;
    float:right;
    margin: 5px 25% 10px 5px;
}
.score-box-text{
    text-align: center;
    margin: 8px 0px 8px 0px;
}
 .fb-radio-lbl{
    font-size: 18px;
 }
 .feedback-close{
    float:right;
    margin-bottom:5%
 }
 .teal-border-bottom{
    border-bottom: 1px solid #307183!important;
    padding-bottom: 10px;
 }
 .closeup-chrt{
    height: 100% !important;
    max-height: 100% !important;
 }
#almChrtWrap, #woChrtWrap, #callAvgChrtWrap{
    width:45% !important;
    min-width:400px;
    margin-left: 20px;
    float:left
}
#almChrtWrap,#callsChrtWrap{
    margin-top: 30px !important;
}
#almChrt, #callsChrt, #wosChrt, #callAvgChrt, #noWoChrt{
    margin-top: -10px;
    max-height: 460px;
}
#woChrtWrap, #callAvgChrtWrap, #noWoChrtWrap{
    margin-top: 70px;
}
#callsChrtWrap, #noWoChrtWrap{
    width:45% !important;
    min-height: 380px;
    min-width:400px;
    float:right;
    margin-right: 20px;
}
#callsWoChrtWrap{
    /* width:45% !important; */
    min-width:400px;
    float:left;
    margin-top: 70px;
    max-height: 425px !important;
    margin-left: 20px;
}
#alarmWoChrtWrap{
    /* width:45% !important; */
    min-width:400px;
    max-height: 425px !important;
    float:right;
    margin-right: 20px;
}
#alarmCallsChrtWrap{
    /* width:49%; */
    /* min-width:400px; */
    float:right;
    max-height: 425px !important;
    /* margin-top: 70px; */
    margin-right: 20px;
}
.stacked-chart{
    min-height: 500px;
    max-height: 500px;
    width:45%;
    margin-top: 70px;
    border: 3px outset #fff;
    box-shadow: 5px 5px 10px #000;
}
.hor-chart{
    min-height: 415px;
    max-height: 415px;
}
#dashboardDtSelect{
    float: left;
    margin: 5px 0px 10px 352px;
}
#dashboard_container{
    margin-bottom: 50px;
}
.current-alrm{
    background-color: #BFD9E0 !important;
}
.stacked-chart-title{
    text-align: center;
    height:30px;
    max-height:30px;
    margin-bottom: -30px;
}
.horizontal-chart-title{
    text-align: center;
    margin-bottom: 4px;
}
.ecs-data-tbl{
    word-wrap: break-word; 
    overflow-x: auto;
}
.site-header-info{
 padding-bottom: 7px;
 background-color: #FFFFFF;
}
.site-score{
    float:right;
    margin-right:10%;
}
.ecs-fifth{
    width: 19.999%;
    float:left;
}
.wo-disclaimer{
    color:red;
    text-align: center;
}
.rectangle{
    width:40px;
    height:15px;
}
#op_range{
    background: rgb(193, 225, 193);
}
#commfail{
    background:rgba(158,158,158,255)
}
/* #legend {
    float: right;
  }
  
  [class$="-legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
  }
  
  [class$="-legend"] li {
    display: block;
    padding: 0 5px;
  }
  
  [class$="-legend"] li.hidden {
    text-decoration: line-through;
  }
  
  [class$="-legend"] li span {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
  }
  
  [class$="-legend"] li span.bar {
    height: 10px;
  }
  
  [class$="-legend"] li span.line {
    height: 1px;
  } */
  
#js-legend li span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  
    width: 50px;
    height: 25px;
  
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #fff;
  }
#js-legend > ul > li{
    display: inline;
  }
#js-legend >ul>li> span.bar {
    height: 25px;
    margin-bottom: -5px;
  }

#js-legend>ul> li >span.line {
    height: 7px;
  }
#js-legend>ul> li >span.broken-line {
    margin: 5px; 
    border-bottom: 1px dotted #71797E;
  } 
#js-legend{
    position: relative;
    width: 80%;
    margin: auto;
    /* margin-left: 25%;
    margin-bottom: -1%; */
  }
.wo-input, .wo-description{
    min-width: 60%;
    float: right;
    margin-right: 25%;
    min-height: 30px;
}
#select_cont, #desc_cont{
    margin-left: 20%;
}
#desc_cont{
    margin-top: 2%;
}
.input-div{
    margin-top: 2%;
}
#phone_type{
    min-width: 205px;
    min-height: 28px;
}
.contact-input-div{
    margin-top: 2%;
    float: left;
    max-width: 150px;
    margin-right: 100px;
}
#contact-btn{
    margin-top: 20px;
}
.wo-description{
    min-height: 60px !important;
}
#description{
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 30px;
}
#wo-btn{
    width: 20%;
    margin: 3% 0% 0% 45%;
}
.zoom-div{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.wo-card{
    width: 30%;
    margin: 5% 0% 0% 40%;
}
.wo-header{
    text-align: center;
}
/* #issues_report{
    margin: 0 4% 0 4%;
} */
#wo_table, #issues_report table{
    table-layout: fixed;
    word-wrap: break-word; 
    overflow-y: scroll;

    border-collapse: collapse;
    border-spacing: 0;
    display: table;

    overflow-x: scroll;
}
#issues_report table{
    max-width: 98%;
}
#wo_table{
    min-width: 100% !important;
}
#issues_report td, #issues_report th{
    min-width: 100px;
    min-height: 50px !important;
    max-height: 50px !important;
    height: 50px !important;
    padding: 5px 10px;
    text-align: center;
}
#issues_report >table>tr>td:nth-child(12){
    text-align: left !important;
    min-width:1000px !important;
}
#call_table > tr > td:last-child{
    text-align: left !important;
}
.ecs-box{
    border: 1px solid darkgray;
}
.ecs-no-data{
    margin-right: 40px !important;
    margin-top: 140px !important;
    margin-left: 0 !important;
    max-width: 99% !important;
}
.ecs-no-data > h3{
    min-width: 100% !important;
}
.enbl-btn{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.disbl-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ecs-disbld{
    background-color: #c0c4c4;
    border: 1px solid;
    border-color: black; 
    padding: 15px 15px 15px 15px;
}
.ecs-btn{
    height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.enbl-selected{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.disbl-selected{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.flex-center {
    display: flex;
    align-items: flex-start;
}


.btn-bar-closeup{
 Position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.template-container{
    Position: relative;
    top: 0px;
    left: 0px;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin-right: 20px;
    /* height: 500px; */
    min-width: 600px;
}

.diagram{
    Position: absolute;
}

#diagram, #chart{
    Position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}



#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  
#map_popup {
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 1px 15px;
    line-height: 0.5em;
  }
  
#map_popup-content {
    font-family: Arial, sans-serif;
  }
  

  
  .asset-score-chart-container {
    text-align: center;
}

.asset-scores {
    display: flex;
    justify-content: space-around;
    
}

.asset-current-score {
    margin: 0 10px;
}

.asset-score-box {
    background-color: white;
    color: white;
    display: flex;               
    justify-content: center;     
    align-items: center;         
    width: 100px;               
    height: 75px;               
    border-radius: 5px;
    box-shadow: 5px 5px 10px #000;
}

.asset-charts {
    display: block;
}

.asset-chart-section {
    width: 100%;
    height: 180px;
    margin-bottom: 30px; 
    padding: 10px; 
}

.reduced-margin p {
    margin: 5px 0 !important;
}
.reduced-margin > h4{
    margin: 0px 0px !important;
}
.margin-five  {
margin: 5px 0 !important;
}

