html{
    background-color: #F5F5F5;

}


body{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    min-width:320px;

}


@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1670px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1770px;
    }
}



/**
Set Type-face data
 */


@font-face {
    font-family: Century Gothic;
    /*noinspection CssUnknownTarget*/
    src: url('/css/fonts/GOTHIC.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Century Gothic;
    /*noinspection CssUnknownTarget*/
    src: url('/css/fonts/GOTHICB.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Century Gothic;
    /*noinspection CssUnknownTarget*/
    src: url('/css/fonts/GOTHICI.TTF');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Century Gothic;
    /*noinspection CssUnknownTarget*/
    src: url('/css/fonts/GOTHICBI.TTF');
    font-weight: bold;
    font-style: italic;
}




*{
    font-family: "Century Gothic","Arial","sans-serif";

    transition:500ms;
    transition-timing-function: ease-in-out;
}

.ui-block, .ui-block *{
    transition:none;
}

h1 {
    margin:5px 0 5px 0px;
    padding:0px;

    font-size: 24px;
    line-height:32px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}


h2 {

    margin:3.5px 0px 3.5px 0px;
    padding:0px;

    font-size: 18px;
    line-height:24px;
    letter-spacing: 0;
    color: #4D4F5C;
    opacity: 1;
}

h3 {

    margin:2px 0px 2px 0px;
    padding:0px;

    font-size: 16px;
    line-height:10px;
    letter-spacing: 0;
    color: #4D4F5C;
    opacity: 1;
}

h4 {

    margin:0px 0px 0px 0px;
    padding:0px;

    font-size: 14px;
    line-height:17px;
    letter-spacing: 0.21px;
    color: #4D4F5C;
    opacity: 1;
}

h5 {

    margin:0px 0px 0px 0px;
    padding:0px;

    font-size: 13px;
    line-height:17px;
    letter-spacing: 0.21px;
    color: #4D4F5C;
    opacity: 1;
}

h6 {

    margin:0px 0px 0px 0px;
    padding:0px;

    font-size: 8px;
    line-height:10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #4D4F5C;
    opacity: 1;
}


.highlight{
    font-weight:bold;
}

h1.highlight{
    font-size:70px;
    line-height:70px;
    color:#4D4F5C;
}



h2.highlight{
    font-size:40px;
    line-height:40px;
    color:#4D4F5C;
}

h2.highlight.smaller{
    font-size:30px;
    line-height:30px;
}
h3.highlight{
    font-size:24px;
    line-height:29px;
    color:#4D4F5C;
}
h4.highlight{
    font-size:16px;
    line-height:20px;
    color:#4D4F5C;
}

p{
    font-size:11px;
    line-height:16px;
}

sub{
    font-size:9px;
    line-height:12px;
}


/**
Nav bar
 */

/** Mobile Nav Bar - folds out */
.hidden-md .nav-bar{
    height:100vh;
    position:fixed;
    width:300px;
    max-width:90vw;
    right:99.8%;
    transition: 300ms;
    transition-timing-function: ease-in-out;
    background:#232323;

    z-index: 9999;
    border-width:0px 1px 0px 0px;
    border-color:grey;
    border-style:solid;
    box-shadow: grey 0px 0px 5px;

}

/** Desktop Nav Bar */
.nav-column{
    padding-left:0px;

}

.nav-column .nav-bar{
    position:inherit;
    width:100%;
    transition: 300ms;
    transition-timing-function: ease-in-out;
    background:#232323;

    z-index: 9999;
    border-width:0px 1px 0px 0px;
    border-color:grey;
    border-style:solid;
    box-shadow: grey 0px 0px 5px;

}
.modal-header{
    border-bottom:0px !important;
    padding: 0px;


}
.dilog-status{
    float: left;
    margin-top: 30px;
    padding-left: 10px
}
.header-group {
    margin-bottom: 2em; /* Adjust the value as needed */
}
.form-group{
    margin-left: -15px;
}
.tableNew{
    display: inline;
}
.col-form-label{
    text-align: right;
}
.col-form-space{
    margin-top: 55px;
}
.dilogbutton{
    border-color:#13670B !important;
    color:#13670B !important;
    border-style: solid;
    font-weight: bold;
    background:white !important;


}
.nav-bar *{
    transition:100ms;
    color:#EBEBEB;
    text-decoration: none !important;
}
.modal-dimension {
    max-width:480px !important;
    max-height:1300px !important;
}
.nav-bar a.nav-toggle{
    position:fixed;
    top:5px;
    left:10px;
    #color:black;
}

.nav-bar .nav-open *{
    color:black !important;
}

.nav-column .nav-bar .nav-container{
    position:fixed;
    background-color:#232323;
    width:16%;
    height:100vh;
    overflow-y:auto;
    overflow-x:hidden;
}


.nav-bar .nav-items{
    padding:130px 0px 50px 0px;
    margin-top:50px;
    letter-spacing: 0.21px;
    font-size: 14px;
    font-weight:bold;

}

.nav-bar .nav-items > ul.fa-ul{
    padding-right:50px;
}


.nav-bar .nav-items ul.fa-ul li{
    position: relative;
    vertical-align: center;

    line-height:30px;
    font-size:15px;
    padding-left:25px;
    padding-bottom:13px;

}

.nav-bar .nav-items ul.fa-ul li span{
    padding-left:15px;
    display:inline-block;
}


/** Style selected Items **/
.nav-bar .nav-items ul.fa-ul > a > li.active,
.nav-bar .nav-items ul.fa-ul > a > li:active,
.nav-bar .nav-items ul.fa-ul > a > li:hover,
.nav-bar .nav-items ul.fa-ul > a > li:focus,
.nav-bar .nav-items ul.fa-ul > a > li.active *,
.nav-bar .nav-items ul.fa-ul > a > li:active *,
.nav-bar .nav-items ul.fa-ul > a > li:hover *,
.nav-bar .nav-items ul.fa-ul > a > li:focus *{
    color:#048BE6 !important;
}

/** Give top level Nav items a left-aligned border **/
.nav-bar .nav-items ul.fa-ul > a > li.active > span,
.nav-bar .nav-items ul.fa-ul > a > li:active > span,
.nav-bar .nav-items ul.fa-ul > a > li:hover > span,
.nav-bar .nav-items ul.fa-ul > a > li:focus > span{

    border-left: 5px solid #048BE6;
}



/** Give sub items a buttom-border **/
.nav-bar ul.nav-sub > a > li.active > span{
    border:none !important;
}


.nav-bar img.blade-logo{
    position:absolute;

    top:60px;
    width:66.6666%;
    left:17%;

}


/**
 Top-right navigation with Account shortcuts
 */

div.account-menu{
    position:fixed;
    top:0;
    right:0;
    padding:8px 15px 8px 15px;
    min-width:10px;
    min-height:10px;
    background-color:white;
    border-radius:5px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    box-shadow: 3px 6px 3px #00000026;
    z-index:20;


}

div.account-menu div.account-link{
    display:none;
}



div.account-menu:hover{
    bottom:unset;
    top:0px;
    width:unset;
    min-width:10px;
}

div.account-menu:hover div.account-bar-hint{
    display:none;
}

div.account-menu:hover div.account-link{
    display:block;
}

div.account-menu a {
    font-weight:bold;
    color: #363636;
}

/**
Adjust Breadcrumbs
 */
ul.breadcrumb{
    margin: 5px 0px 5px 0px;
    padding: 0px;

}

ul.breadcrumb li a, ul.breadcrumb li{

    font-size: 24px;
    line-height:24px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;

    height:32px;
}

/* Breadcrumb Seperator Character, match to parent selector height above */
.breadcrumb > li + li:before{
    content: " | ";
    vertical-align: top;
    line-height: 24px;
    font-size: 24px;
    height:24px;
}

.breadcrumb > li a{
    #color: #3E3B38 ;
    color:#000000;
    text-decoration: none;
    text-align: center;
}

.breadcrumb > .active{
    color:#000000;
    font-weight:bold;
}




/**
Body
 */

.wrapper {
    background-color: #F5F5F5;
}

@media(max-width:991px) {
    .wrapper .home {

        margin-top: 55px;
    }
}

@media(min-width:992px) {
    .wrapper .home {

        margin-top: 25px;
    }
}



@media(max-width:1400px) {
    .hidden-md-lg{
        display:none;
    }
}


body > div.header-wrapper.bg-cover > div.container > div > div {
    padding-top: 0px;
}




form.compact > div.form-group{
   margin-bottom:0px;

}

.content.container{
    min-height:5vw;
}

/**
Custom shadowed UI block
**/

.ui-block{
    background-color:white;
    padding:15px 20px 15px 20px;

    border-radius:5px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    box-shadow: 3px 6px 3px #00000026;
    margin:10px;
    margin-bottom:10px;
}

.ui-block .grid-view{
    margin-top:20px;
}



/**
Footer
 */

footer#footer{
    margin-top:10px;
    padding-top:10px;
    background-color: #F5F5F5;
}


footer#footer div.container{
    min-height:auto;
    text-align:center;
    margin:0 auto;
}





/**
    Rescale big texts based on screen size
 */

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

}

@media (max-width: 355px) {
    h1 {
        font-size: 20px;
    }
    *{
        font-size:1.5rem;
    }
}

@media (max-width: 300px) {
    h1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }

    a h5 {
        font-size:6vw;
        line-height:6vw;


    }
}



/** Fix glitchy modal padding */
body.modal-open{
    padding-right:0 !important;
}

body.modal-open div.modal{
    padding-right:0 !important;
}

body.modal-open div.modal-body{
    padding-bottom:19px;
}

.modal-dialog{
    margin-top:95px;
}

/** Adjust Highcharts Tooltip */
.dashboard-highcharts-tooltip{
    min-width:fit-content;
}

/** Adjust Table Styling **/


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:none;


}


table.table-gridview {
    border:none;
}

table.table-gridview *{

    transition: 150ms linear;
}

table.table-gridview thead tr{
    border:none;
}

table.table-gridview > tbody > td{
    border:none;
}

table.table-gridview > tbody > tr td{
    border-bottom:1px solid #dfdfdf !important;
}

table.table-gridview > tbody > tr:hover{

    border-left:6px solid #048BE6 !important;
}


table.table-gridview > tbody > tr:hover td{
    border-bottom:1px solid #048BE6 !important;
    background-color: rgba(4, 164, 255, 0.02);

}

table.table-gridview.simple-pair tbody tr td:last-of-type{
    font-weight: bold;
}

table .clickable-hint{
    cursor:pointer;
}

table.table .thin-column{
    width: 1px;
}

table.table .thin-column, table.table .thin-column * {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.table-detailview {
    border:none;
}

table.table-detailview *{

    transition: 150ms linear;
}

table.table-detailview thead tr{
    border:none;
}

table.table-detailview > tbody > td{
    border:none;
}

table.table-detailview > tbody > tr{
    border-bottom:1px solid #dfdfdf !important;
}

table.table-detailview > tbody > tr > th{
    font-weight: normal;
}
table.table-detailview > tbody > tr > td{
    font-weight: bold;
}

.bold{
    font-weight: bold;
}

    /* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e113";
}

a.desc:after {
    content: "\e114";
}

.sort-numerical a.asc:after {
    content: "\e113";
}

.sort-numerical a.desc:after {
    content: "\e114";
}

.sort-ordinal a.asc:after {
    content: "\e113";
}

.sort-ordinal a.desc:after {
    content: "\e114";
}


*{
    border-radius: 0 !important;
}

.issuescript-img {
    border-radius: 50% !important;
    object-fit: cover;
    width: 10vw;
    height: 10vw;
    max-width: 150px;
    max-height: 150px;
    min-width: 115px;
    min-height: 115px;
}

.issuescript-panel {
    border: 0;
}
.panel-heading{
    border: 2px solid lightgray;
    margin-bottom: 20px;
}
.issuescript-panel > .panel-heading {
    background-color: inherit;
}
.issuescript-panel > .panel-heading a,.panel-default > .panel-heading a:hover {
    text-decoration: none;
    font-weight: bold;
}

.panel-default .troubleshoot-desc, .panel-default .troubleshoot-img  {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

.clear {
    clear: both
}
.issue{
    padding-left:  0px;
    padding-right: 0px;
    height: 600px;
}
#w0 tr {
    margin-bottom: 10px; /* Adjust the gap size as per your preference */
}
.div-sub-first-row-fixed{

    height: 300px;
    padding-right:5px;

}
.div-main-fixed {
    padding-left: 0px;
    max-height: 1600px; 
    overflow-y: auto;
    padding-right: 20px;
}F
.div-sub-fixed{
    overflow-y: auto;
    padding-left: 100px;
    padding-right:500px;
}
.issuepannel{
    margin-bottom: 20px;

}
.dropdown-wrapper select {
    width: 100%;
    height: 40px; /* Adjust the height as per your requirement */
    padding: 1px;
    font-size: 16px;
    margin-right: 125px;
    outline: none;
    box-shadow: none;
    border: 2px solid lightgray;
    /* Adjust the font size as per your requirement */
}
.sensor-timeline-fixed-length{
    padding-left:  25px;
    padding-right: 120px;
    max-height: 1000px;
    overflow-y: auto;


}

.list-view{
    width: 800px;
    overflow-x: auto;


}
.timeline-area{

    border-left: 2px solid #ccc;
    padding: 0 20px 0 30px;
    font-family: "Font Awesome 5 Free";
    overflow-x: auto;
}
.timeline{
    background-color: #fff;
    padding: 0px 0px;
    font-size:18px;
    border: 0px solid #ccc;
    position: relative;
    margin-bottom: 10px;


}
.timeline:before {
    content: "\f111";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: transparent;
    top: 15px;
    left: -15px;
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    text-align: center;
    line-height: 25px;
    color: blue; /* Set the font color to green */
    font-weight: bold;
    backdrop-filter: blur(5px);

}

.lightgreen1:before {
    content: "\f058";
    color: #7AB800 !important;

}
.darkgrey2:before {
    content: "\f059";
    color: #4D4F5C !important;
}
.darkred3:before {
    content: "\f057";
    color: #ff2b00 !important;
}
.goldenyellow4:before {
    content: "\f06a";
    color: #FECB00 !important;
}
.darknofont:before {
    content: "\f111";
    color: #4D4F5C !important;

}
div.tooltip .tooltip-inner {
    background-color: #C8D4BB !important;
    color: black;
    font-family: Arial, sans-serif; /* Change the font family */
    font-size: 12px;
    overflow: hidden; /* Hide any overflowed content */
    text-overflow: ellipsis;

}

div.tooltip .tooltip-colored{
    font-size: 16px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

div.tooltip .tooltip-grey {
    font-size: 18px;
    font-weight: bolder;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.div-main-fixed-test{
    padding-left: 0px;
    max-height: 1600px;
    overflow-y: auto;
    padding-right: 20px;
    width:600px;
    height:600px;
}


.parent-container-parent{
    height: 500px;
    background-color: white;
    color:black;
}

.vertical-line {
    width: 0px;
    height: 100%;
    background-color: #F4F7E9;
    margin: 0 10px; /* Added margin to create space around the line */
}

.list-container {
    text-align: center;
    flex: 1;

}

.list-container.right ul {
    text-align: right;
    width: 100px;
}

.list-container.left ul {
    text-align: left;
    width: 100px;
}

.list-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-container ul li {
    margin-bottom: 10px;
}
.row-right th {
    text-align: right;
}

.row-left th {
    text-align: left;
}




.nobreak{
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.tooltip-inner {
    max-width: 350px;
    text-align: left;
    max-height: 410px;
}

/* Heineken colors */

/* interactive elements */
.interactive-blue{
    color: #048BE6 !important;
}
/* negative markup */
.heineken-red{
    color: #ff2b00 !important;
}
/* positive markup */
.positive-green{
    color: #24D124 !important;
}
/* standard accent color */
.heineken-blue{
    color: #2A6EBB !important;
}
.heineken-blue-fade{
    color: rgba(42, 110, 187, .6) !important;
}
/* passive performance */
.heineken-orange{
    color: #FF7900 !important;
}
.heineken-orange-fade{
    color: rgba(255, 121, 0, .6) !important;
}
/* low performance */
.heineken-goldenyellow{
    color: #FECB00 !important;
}
.heineken-goldenyellow-fade{
    color: rgba(254, 203, 0, .6) !important;
}
/* medium performance */
.heineken-lightgreen{
    color: #7AB800 !important;
}
.heineken-lightgreen-fade{
    color: rgba(122, 184, 0, .6) !important;
}
/* high performance */
.heineken-green{
    color: #13670B !important;
}
.heineken-green-fade{
    color: rgba(19, 103, 11, 0.6) !important;
}
/* dark gray */
.heineken-darkgrey{
    color: #4D4F5C !important;
}
.heineken-grey{
    color: #808080 !important;
}
.heineken-lightgrey{
    color: lightgrey !important;
}
