body {
    font-family: roboto-regular !important;
    padding-top: 56px;
    top: 0 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.list-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    height: 89vh;
    padding: 15px;
    border-radius: 5px
}

.list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
}

.list-item {
    background-color: #ccc;
    display: flex;
    padding: 0;
    width: 50%;
    outline: 1px solid #868686;
    overflow: hidden;
}

.list-content {
    width: 100%;
}


.link-image-parent {
    width: 100%;
    height: 100%;
    position: relative;
}

.link-image-child {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.link-image-content {
    text-shadow: 1px 1px #000;
    position: absolute;
    bottom: 0;
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    width: 100%;
    background-image: linear-gradient(rgb(211 211 211 / 2%),rgb(108 105 105 / 73%));
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 1px;
}

    .link-image-content h2 {
        color: #fff;
    }

    .link-image-content p {
        color: #f9f7f7;
        font-size: 16px;
    }

#ecs-site-link {
    /*background-image: url('../images/landinglogoleft-min.png');*/
    background-image: url('../images/optimizerlitefuelbay.png');
}

#smartfems-transaction-log {
    background-image: url('../images/transactionlog.png');
}

#smartfems-product-delivery {
    background-image: url('../images/productdeliverylog-min.png');
}

#smartfems-performance-report {
    background-image: url('../images/performancereport-min.png');
}

#ecs-knowledge-base {
    background-image: url('../images/KnowledgeBase.png');
}

#ecs-logo {
    width: 75px;
    padding-top: 5px;
}

.link-image-parent:hover .link-image-child,
.link-image-parent:focus .link-image-child {
    transform: scale(1.1);
    border: 1px solid #fff;
}

    .link-image-parent:hover .link-image-child div,
    .link-image-parent:focus .link-image-child div {
        margin-left: 40px;
        margin-bottom: 40px;
    }


.link-image-child div {
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

/*End Site Landing Page*/



/*page tabs */
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/

/*page tabs*/
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 1px 10px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }

input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #06c;
    background: lightgrey;
}

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: #06c;
    }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}



.tabset {
    max-width: 100%;
}

.edit-line {
    margin-left: 5px;
}

/*tabs 2*/
#page_tabs .nav-pills > li > a {
    border-radius: 4px 4px 0 0 !important;
}

#page_tabs .tab-content {
    /*color: white;*/
    /*background-color: #428bca;*/
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    padding: 5px 15px;
}

.nav-tabs > li > a {
    background-color: #333333;
    border-color: #777777;
    color: #fff;
}

/* active tab color */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #FFF;
}

/* hover tab color */
.nav-tabs > li > a:hover {
    color: #000;
    background-color: #FFF;
}

.nav-fill .nav-item {
    background: grey;
}

/*high chart css*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 500px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.login-option-btn {
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 350px;
    height: 70px;
    align-items: center;
    border: none;
    box-shadow: rgb(0, 186, 215, 0.1) 0 0 32px 8px;
    background: white;
}

.login-option-btn:hover {
    box-shadow: rgb(0, 186, 215, 0.2) 0 0 32px 8px;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular.ttf') format('truetype');
}

 .no-style {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.no-style:hover {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.bg-box-shadow {
    box-shadow: rgb(0, 186, 215, 0.16) 0 0 12px -2px;
}

.bg-logo-gradient {
    background-image: linear-gradient(to bottom right, rgba(0, 176, 242, 0.12), rgba(0,196,185, 0.12));
}

.bg-main {
    background: #F2FBFE;
}

.logo-gradient {
    background-image: linear-gradient(to bottom right, rgb(0, 176, 242), rgb(0,196,185));
}

.footer-style {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    opacity: 0.7;
}

.footer-lbl-style {
    margin-right: 8px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}

.form-floating-select-sm {
    font-size: 12px !important;
    padding: 0.9rem 2.25rem 0.375rem 0.75rem !important;
    height: 2.3rem !important;
}

.form-floating-label-sm {
    transform: scale(0.6) translateY(-1rem) translateX(0rem) !important;
}

.w100 {
    width: 100% !important;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.goog-te-combo {
    width: 150px !important;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 4px;
    color: #6F6F6F;
}

.goog-te-combo:focus {
    border: 1px solid #ced4da !important;
}

.goog-te-gadget {
    height: 34px;
    overflow: hidden;
}

.col-max-content {
    flex: 0 0 auto;
    width: max-content !important;
}

.popover-body {
    white-space: pre-wrap;
}
.btn-road-m {
    display: block;
    width: 100%
}

.title-back-arrow {
    text-decoration: none;
    color: black;
    margin: 8px;
    font-size: 26px;
}

    .title-back-arrow:hover {
        color: gray;
    }

.button-clicked {
    background-color: white !important;
    color: black !important;
    }

.live-view-equipment-status li:hover {
    background-image: linear-gradient(to bottom right, rgba(0, 176, 242, 0.08), rgba(0,196,185, 0.08));
}

.customMarker {
    position: absolute;
    cursor: pointer;
    /*background: #9acfea;*/
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    padding: 0;
}
/*
    .customMarker:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 40px;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #9acfea transparent;
        display: block;
        width: 0;
    }*/

.friendsCustomMarker {
    position: absolute;
    cursor: pointer;
    background: #f57977;
    width: 100px;
    height: 100px;
    /*margin-left: -50px;
    margin-top: -110px;*/
    border-radius: 10px;
    padding: 0;
}

    /*    .friendsCustomMarker:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 40px;
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #f57977 transparent;
        display: block;
        width: 0;
    }*/

    .customMarker img, .friendsCustomMarker img {
        width: 90px;
        height: 90px;
        /*margin: 5px;*/
        border-radius: 10px
    }

.gm-style {
    color: #ccc !important;
}

    .gm-style .gm-style-iw-c {
        margin-top: 80px;
        background-color: rgba(55,65,78,1) !important;
        padding: 5px !important;
    }

.equipment-tracking-circle-info-window .gm-style .gm-style-iw-c {
    margin-top: -50px !important;
}

.gm-style-iw-tc::after {
    margin-top: 63px;
    background-color: rgb(34,45,59) !important;
}

.gm-style .gm-style-iw-tc::after {
    overflow: hidden !important;
    margin-top: 80px;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw-d {
    overflow: hidden;
}

#equipment-card {
    background-color: rgb(34,45,59);
    color: #ccc;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}


/*Custom infowindow*/
#iw-container.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: rgba(178, 178, 178, 0.3);
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container.gm-style-iw-c {
    background-color: rgba(178, 178, 178, 0.3) !important;
}

#iw-container {
    z-index: 1000;
    margin-bottom: 10px;
    background-color: rgba(178, 178, 178, 0.3);
    padding: 20px;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 400;
        padding: 10px;
        background-color: #48b5e9;
        color: white;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.table-equipment-details-side {
    border-collapse: collapse;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
}

    .table-equipment-details-side td, th {
        border-bottom: 1px solid #ccc;
        padding-left: 0.5rem;
        text-align: left;
    }

        .table-equipment-details-side td:nth-child(2) {
            border-left: 1px solid #ccc;
        }

#equipment-card .card-body {
    padding: 5px !important
}

/* End For Bounding Box*/
.custom-gm-button {
    margin: 8px 9px 0px 0px;
    direction: ltr;
    overflow: hidden;
    text-align: center;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    user-select: none;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    padding: 0px 17px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border: 0;
    /*background-clip: padding-box;*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;*/
    min-width: 36px;
}

.active-toggle {
    overflow: hidden;
    color: #000;
    /*font-family: Roboto, Arial, sans-serif;
    background-color: rgb(118, 118, 118);*/
    /*border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;*/
    /*background-clip: padding-box;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    min-width: 65px;
    font-weight: 500;
    /*background-color: rgb(189 185 189);*/
}

.custom-gm-button:hover {
    overflow: hidden;
    /*color: #414141;*/
    background-color: #ebebeb
    /*font-size: 18px;*/
    /*min-width: 65px;*/
    /*font-weight: 500;*/
    /*border: 2px solid #000;*/
}

.site-map {
    min-height: 300px;
    width: 100%;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(55, 110, 129, 0.1) 0px 3px 1px, rgba(41, 68, 77, 0.05) 0px 4px 8px, rgba(55, 110, 129, 0.05) 0px 0px 0px 1px;
    height: 75vh;
    position: relative;
    overflow: hidden;
}

.custom-scrollbar {
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    scrollbar-width: none;
    scrollbar-color: #425748 #697577;
}

    /* Chrome, Edge, and Safari */
    .custom-scrollbar::-webkit-scrollbar {
        width: 8px;
    }

    .custom-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.25);
        border-radius: 4px;
        border: 3px none #425748;
    }

.live-view-equipment-status li.clicked {
    border: 1px solid rgba(0, 176, 242, 0.8);
    background-image: linear-gradient(to bottom right, rgba(0, 176, 242, 0.16), rgba(0,196,185, 0.16));
}

.live-view-equipment-side-bar-item {
    border-radius: 0.375rem;
    cursor: pointer;
    border: 1px solid #ced4da;
}

.live-view-equipment-side-bar-item * {
    pointer-events: none;
}

.live-view-equipment-side-bar-item a {
    pointer-events: all
}
    }
    /*time line styling*/
.timeline-container-wrapper {
    max-width: 650px;
    margin: 0px auto;
    padding-right: 10px;
    height: 26vh;
    overflow-y: auto;
}

p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
    opacity: 0.8;
}

.timeline {
    position: relative;
    padding-left: 25px;
    margin: 0 0 0 10px;
    color: white;
}

    .timeline:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: rgba(39, 41, 61,1);
        box-shadow: 0px 0px 5px 0px #ccc;
    }

    .timeline .timeline-container {
        position: relative;
        margin-bottom: 2.5rem;
        box-shadow: 0px 0px 16px -2px #ccc;
    }

        .timeline .timeline-container .timeline-icon {
            position: absolute;
            left: -33px;
            top: 6px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            text-align: center;
            font-size: 1rem;
            background: #4f537b;
        }

            .timeline .timeline-container .timeline-icon i {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .timeline .timeline-container .timeline-icon img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .timeline .timeline-container .timeline-body {
            background: #27293d;
            border-radius: 3px;
            padding: 10px 10px 10px;
            box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
        }

            .timeline .timeline-container .timeline-body:before {
                content: "";
                background: inherit;
                width: 13px;
                height: 13px;
                display: block;
                position: absolute;
                left: -6px;
                transform: rotate( 45deg );
                border-radius: 0 0 0 2px;
                box-shadow: -5px 5px 3px -5px #ccc;
            }

            .timeline .timeline-container .timeline-body .timeline-title {
                margin-bottom: 1.4rem;
            }

                .timeline .timeline-container .timeline-body .timeline-title .badge {
                    background: #4f537b;
                    padding: 4px 8px;
                    border-radius: 3px;
                    font-size: 12px;
                    font-weight: bold;
                    text-shadow: 1px 1px #27293d;
                }

            .timeline .timeline-container .timeline-body .timeline-subtitle {
                font-weight: 300;
                font-style: italic;
                opacity: 0.4;
                margin-top: 16px;
                font-size: 11px;
            }

        .timeline .timeline-container.primary .badge,
        .timeline .timeline-container.primary .timeline-icon {
            background: #1d8cf8;
        }

        .timeline .timeline-container.info .badge,
        .timeline .timeline-container.info .timeline-icon {
            background: #11cdef;
        }

        .timeline .timeline-container.success .badge,
        .timeline .timeline-container.success .timeline-icon {
            background: #00bf9a !important;
        }

        .timeline .timeline-container.warning .badge,
        .timeline .timeline-container.warning .timeline-icon {
            background: #ff8d72 !important;
        }

        .timeline .timeline-container.danger .badge,
        .timeline .timeline-container.danger .timeline-icon {
            background: #fd5d93 !important;
        }
.partial-form{
    font-size: x-small !important
}
.card-hearder-text{
    font-size: small
}
.opened {
    display: block !important;
}