﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/********************************************************************************************************************************************************************
ALC CSS TAGS                    ALC CSS TAGS                    ALC CSS TAGS                ALC CSS TAGS                    ALC CSS TAGS                ALC CSS TAGS
*********************************************************************************************************************************************************************/

/* Overwriting navbar background colour and hover*/
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-bar-opt-mob {
    display:none;
}






.nav-bar-opt-mob a,
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.nav-bar-opt-mob a:hover,
.dropdown-content a:hover {
        background-color: #ddd;
    }


.dropdown:hover .dropdown-content {
        display: block;
}




    /* mkaing the bottom of the table margin 0 thus the last row is next to the end of the table*/

    .table {
        margin-bottom: 0;
    }
        /*
    This removes the line gap between a table and a div 
    since there is a border in table you need to set it to none 
*/
        .table thead > tr > th,
        .table tbody > tr > th,
        .table tfoot > tr > th {
            border: none;
        }


    /********************************************************************************************************************************************************
    HOME PAGE STYLE        HOME PAGE STYLE        HOME PAGE STYLE        HOME PAGE STYLE        HOME PAGE STYLE        HOME PAGE STYLE
*********************************************************************************************************************************************************/
.welcome {
    color: black;
}

.shadow {
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
    padding: 5px;
    opacity: 0.8;
}

.shadow:hover {
    font-weight: bold;
    opacity: 1;
}


.menu {
    overflow: auto;
}

ul.menu {
    padding-left: 0;
    width: 100%;
}

ul.menu li {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
    min-height: 114px;
}

ul.menu li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
}

img.svg-img-home {
    width: 64px;
    opacity: 0.7;
}

    /*  
    COMMERCIAL DOCS STYLE

    
    display: -ms-flexbox;
    
    -ms-flex-flow: row wrap;
*/
    /*
.container.ctas {
    margin: auto;
    max-width: 65rem;
}
    */

    .grid-x {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }


    /*DIV MEDIUM-4 CELL*/


    .grid-padding-x > .cell {
        padding-right: 0.56818rem;
        padding-left: 0.56818rem;
    }

    .cell {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    /* CELL A LINK*/


    .ctas a {
        background-color: #111;
        background-size: cover;
        border-radius: 8px;
        color: #fff;
        display: block;
        margin: 15px 0;
        overflow: hidden;
        padding: 40px 20px;
        position: relative;
        text-align: center;
        width: 100%;
        height: 80%;
    }


    .cta1 {
        background: url(../images/Commercial/nodeImageI.jpg) top no-repeat;
    }

    a {
        line-height: inherit;
        color: #33657b;
        text-decoration: none;
        cursor: pointer;
    }

    /*SPAN*/


    .cta1 span {
        background-color: #4db8e8;
    }

    .ctas span {
        -ms-flex-align: center;
        align-items: center;
        border-radius: 999px;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: auto;
        width: 60px;
    }

    a img {
        border: 0;
    }

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    img {
        border-style: none;
    }


    .ctas h4 {
        border-bottom: 1px solid #dfe9ed;
        margin: 0 auto 8px;
        max-width: 250px;
        padding-bottom: 10px;
        padding-top: 40px;
        font-size: 2.2rem;
    }


    .ctas p {
        font-size: 1.5rem;
        margin: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }


    .material-icons {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }

    /* COMMERCIAL STYLE FOR LESS THEN 768PX SCREEN */

    @media print, screen and (min-width: 48.0625em) {
        .grid-padding-x > .cell {
            padding-right: 0.85227rem;
            padding-left: 0.85227rem;
        }
    }

    @media print, screen and (min-width: 48.0625em) {
        .grid-x > .medium-4 {
            width: 33.33333%;
        }
    }

    @media print, screen and (min-width: 48.0625em) {
        .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-shrink {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }
    }

    @media print, screen and (min-width: 48.0625em) {
        .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-full, .grid-x > .medium-shrink {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
    }

    @media (max-width: 768px) {
        .ctas a {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 2px 13px 0 rgb(50 50 50 / 20%);
            margin-bottom: 8px;
            padding: 10px 0 10px 120px;
            text-align: left;
        }
    }

    @media (max-width: 768px) {
        .cta1 span {
            border-right: 4px solid #048ab0;
        }
    }

    @media (max-width: 768px) {
        .ctas span {
            -ms-flex-align: center;
            align-items: center;
            border-radius: 0;
            bottom: 0;
            display: -ms-flexbox;
            display: flex;
            height: auto;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            left: 0;
            position: absolute;
            top: 0;
            width: 100px;
        }
    }

    @media (max-width: 768px) {
        .ctas h4 {
            color: #176b7e;
            margin: 0 30px 0 0;
            max-width: 100%;
        }
    }

    @media print, screen and (min-width: 48.0625em) {
        .h4, h4 {
            font-size: 1.02273rem;
        }
    }

    @media (max-width: 768px) {
        .ctas p {
            color: #21a4dd;
            padding-top: 4px;
        }
    }

    @media screen and (max-width: 0em), screen and (min-width: 48.0625em) {
        .show-for-small-only {
            display: none !important;
        }
    }



    @media (max-width: 768px) {
        .ctas i {
            padding-top: 5px;
            position: absolute;
            right: 22px;
        }
    }


    /********************************************************************************************************************************************************
    ASIDE        ASIDE        ASIDE        ASIDE        ASIDE        ASIDE        ASIDE        ASIDE        ASIDE       ASIDE       ASIDE    
*********************************************************************************************************************************************************/
    aside {
        background: #0c3669;
        color: #fff;
        padding: 20px;
        margin: 10px 0 0 0;
        border-radius: 10px;
    }

        aside.stats h4, .updates h4 {
            padding-bottom: 10px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: rgb(241, 241, 241);
            color: #ffff00;
        }

        aside h4 {
            text-transform: uppercase;
        }

        aside ul li {
            list-style-type: none;
        }

    .total {
        padding-bottom: 10px;
        border-bottom: solid 1px #f1f1f1;
    }

    aside ul {
        padding-left: 0;
    }

        aside ul li {
            list-style-type: none;
        }


    /********************************************************************************************************************************************************
    DASHBORD        DASHBORD        DASHBORD        DASHBORD        DASHBORD        DASHBORD        DASHBORD        DASHBORD        DASHBORD    
*********************************************************************************************************************************************************/
    aside {
        text-align: center;
    }

    ul.dashboard li {
        padding: 0 5px;
    }

    .row.dashboard-row {
        border: 1px dotted #aeaeae;
        border-radius: 10px;
    }

    ul.dashboard li {
        padding: 0 5px;
    }

    aside.stats span, .updates span {
        display: inline-block;
    }


    .title {
        margin-left: -5%;
    }

    span.dash {
        padding: 0 5% 0 5%;
    }

    .ndStatus {
        margin-left: 0;
    }

    /*green text and box*/
    .gn-txt {
        padding: 0 20px 0 0;
        margin-left: 15px;
    }

    span.green {
        background-color: green;
        color: black;
        padding: 1% 10% 1% 10%;
        margin: 5px 20px 5px 20px;
        cursor: pointer;
        width: 40%;
    }
    /*amber text and box*/
    .am-txt {
        padding: 0 20px 0 0;
        margin-left: 15px;
    }

    span.amber {
        background-color: #ffbf00; /*#ffcc00; /*#ffbf00;*/
        color: black;
        padding: 1% 10% 1% 10%;
        margin: 5px 20px 5px 18px;
        cursor: pointer;
        width: 40%;
    }

    /*yellow text and box*/
    .yw-txt {
        padding: 0 20px 0 0;
        margin-left: 15px;
    }

    span.yellow {
        background-color: #FFFF00; /*#ffbf00;*/
        color: black;
        padding: 1% 10% 1% 10%;
        margin: 5px 20px 5px 18px;
        cursor: pointer;
        width: 40%;
    }

    /*red text and box*/
    .rd-txt {
        padding: 0 20px 0 0;
        margin-left: 17px;
    }

    span.red {
        background-color: red;
        color: black;
        padding: 1% 10% 1% 10%;
        margin: 5px 17px 5px 30px;
        cursor: pointer;
        width: 40%;
    }


        span.green:hover, span.amber:hover, span.red:hover, span.yellow:hover {
            background-color: #6d6c6c;
            color: white;
        }

    .row.dashboard-row {
        border: 1px dotted #aeaeae;
        border-radius: 10px;
    }

    /********************************************************************************************************************************************************
    SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR        SEACH BAR
*********************************************************************************************************************************************************/



    /**
    main page search bar list style
*/

    #targetUL {
        width: inherit;
        border: 1px solid silver;
        /*margin-top: 2px;*/
        list-style: none;
        color: black;
        overflow: auto;
        max-height: 150px;
    }

    li.targetLI {
        margin-left: -40px;
        border-bottom: 2px solid silver;
        height: auto;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        cursor: pointer;
        background-color: white;
    }

        li.targetLI:hover {
            background-color: #c3c3c3;
            color: black;
            cursor: pointer;
            outline: -webkit-focus-ring-color auto 5px;
        }

    input.searchtxt {
        width: 100%;
        color: black;
        max-width: none;
        /*border:2px solid white;*/
    }

    input.searchtxt {
        width: 100%;
        max-width: none;
        /* border: 2px solid white; */
        border: 2px solid #0c3669;
        padding: 3px;
        /*margin-top: 10px;*/
        border-radius: 15px;
        /*background: url(../images/search.png) no-repeat;*/
        background-size: contain;
        background-position-x: right;
    }

        input.searchtxt:focus {
            border-radius: 0;
        }

    .searchtxt.new-structure {
        border-radius: 0;
    }


    .selected {
        background-color: #c3c3c3;
        color: black;
        cursor: pointer;
        outline: -webkit-focus-ring-color auto 5px;
    }


    .ui-widget-content {
        max-height: 350px;
        /*max-width: 360px;*/
        overflow: auto;
    }


    /* Home Page*/
    .home-dashboard {
        float: left;
        width: 33%;
        padding: 10px;
    }

    .home-map {
        width: 66.66%;
        float: left;
    }

    @media (max-width: 993px) {
        .home-dashboard {
            width: 100%;
        }

        .home-map {
            width: 100%;
        }
    }




    @media (max-width:420px) {

        .updates span.dash {
            display: none;
        }
    }

    @media (max-width:768px) {

        ul.menu {
            float: left;
        }

            ul.menu li a img {
                width: 80px;
                height: 80px;
            }

            ul.menu li a div {
                display: none;
            }

        section.welcome {
            text-align: center;
        }
    }

    @media (max-width:500px) {

        ul.menu li a img {
            width: 50px;
            height: 50px;
        }

        ul.dashboard li {
            padding: 0 5px;
            width: 25%;
            height: 60px;
        }
    }





    /*Container on top of every other container*/
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        color: black;
    }


        .container-fluid:before, .container-fluid:after {
            content: " ";
            display: table;
        }

        .container-fluid:after {
            clear: both;
        }

    /*extension of container-fluid which sets the background of the website*/

    /*
.bg-dark {
    background: #fff;
    color: #fff;
    padding-bottom: 10px;
}
*/


    /*Container after "container-fluid"*/

    /*.container {
    padding-right: 0; 
    padding-left: 0; 
    margin-right: 10%; 
    margin-left: 10%; 
}*/

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }



    .content-md {
        color: black;
    }

    .content {
        margin-top: 80px;
    }




    /********************************************************************************************************************************************************
    WRAPPER TABLE CSS SETTING                       WRAPPER TABLE CSS SETTING                       WRAPPER TABLE CSS SETTING           
*********************************************************************************************************************************************************/


    /******************************/
    .tableFixHead {
        overflow-y: auto;
        height: 150px;
        border: 2px solid #0c3669;
    }

        .tableFixHead thead th {
            position: sticky;
            top: 0;
        }

    /* Just common table stuff. Really. */
    table {
        border-collapse: collapse;
        width: 100%;
    }

    th, td {
        padding: 8px 16px;
    }

    th {
        background-color: #0c3669;
        color: white;
    }

    /******************************/





    .table-wrapper-scroll {
        width: 100%;
        max-height: 400px;
        margin-bottom: 15px;
        border: 2px solid #0c3669;
        overflow-y: auto;
    }

        .table-wrapper-scroll thead th {
            position: sticky;
            top: 0;
        }


    .fix-header-table-color {
        background-color: #0c3669;
        display: block;
        clear: both;
    }

    .fix-header-table {
        width: 98.5%;
    }

    .table-first-row {
        background-color: #0c3669;
        color: white;
        /*position:fixed;*/
    }

    tr.tr-link:hover {
        /*background-image: none !important;*/
        background-color: #c3c3c3;
        /*background-image: linear-gradient(to right, #1c7ef5, #ccf984) !important;*/
        /*background-image: linear-gradient(to right, #ccf984, #6caeff) !important;*/
        color: black;
        cursor: pointer;
        /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;*/
        /*user-select: none;*/
        outline: -webkit-focus-ring-color auto 5px;
    }


    tr.tr-link.no-hov-bg-col:hover {
        background-color: transparent !important;
    }

    .header-sm-1 {
        display: none;
    }

    @media(max-width:580px) {
        .header-sm-1 {
            display: contents;
        }

        .fix-header-table-color {
            display: none;
        }
    }

    /*<><>dont or do need it*/
    @media(max-width:989px) {
        .fix-header-table {
            width: 98.5%;
        }
    }

    /*making all <H> defined row within a table change the colour whenever a mouse hover it*/
    h1.tr-link:hover, h4.tr-link:hover, h5.tr-link:hover {
        color: #c3c3c3;
        cursor: pointer
    }


    tr, td, th, tbody, thead, tfoot {
        page-break-inside: avoid;
    }


    .edit-cls:hover, .edit-cls:focus {
        color: #000000;
        /*background-image: linear-gradient(to right, #c3c3c3, #ffffff);*/
        text-align: center;
    }

    .edit-cls {
        color: #0c3669;
        text-decoration: none;
        font-weight: 900;
    }


    /********************************************************************************************************************************************************
    MAP STYLE
*********************************************************************************************************************************************************/
    /*
    Style for Map label (Single or Multiple Structure)
*/
    .map {
        position: relative;
        color: black;
        margin-top: 10px;
        padding-top: 3px;
    }

        .map.label {
            position: absolute;
            top: 15.7%;
            left: 1%;
            background-color: white;
            color: black;
            border-radius: 5%;
        }

    ul.map-label.ul {
        padding: 0;
        list-style-type: none;
    }

    li.map-label-ul.status-green {
        color: #8ac175
    }


    li.map-label-ul.status-amber {
        color: #ffbf00
    }

    li.map-label-ul.status-red {
        color: #fd4545
    }

    li.map-label-ul.status-unnassigned {
        color: #FF33FF
    }

    .map-lb-area {
        position: absolute;
        top: 73.5%;
        left: 70%;
        z-index: 99;
        background-color: transparent;
    }

    /*Google map for new structure*/
    .google-map.new-structure {
        width: 100%;
        height: 70vh;
    }
    /*Google map for multi select structure*/
    .google-map.multi-structure {
        width: 100%;
        height: 650px;
    }


    /*
    imgage size of label on google map
*/
    img.map-m.lb-single-structure {
        width: 15px;
        height: 25px;
        float: left;
    }

    img.map-m.lb-multi-structure {
        width: 35px;
        height: 35px;
        float: left;
    }

    p.map-m.lb-txt {
        color: black;
        margin-top: -1px;
        float: left;
        font-size: 14px;
        padding: 5px;
    }

    .map-m.lb-single {
        margin-left: 10px;
    }

    p.map-m.lb-txt.lb-single {
        margin-left: 9px;
    }

    .lb-multi {
        margin-top: 3px;
    }

    .google-map {
        width: 100%;
        height: 400px;
    }

    .reloadmap {
        background: none rgb(255, 255, 255);
        border: 0;
        margin: 10px;
        padding: 0;
        position: absolute;
        cursor: pointer;
        user-select: none;
        border-radius: 2px;
        height: 40px;
        width: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
        overflow: hidden;
        top: 50px;
        right: 0;
        color: rgb(102, 102, 102);
        font-size: 20px;
    }

        .reloadmap:focus {
            outline: none;
        }

        .reloadmap:hover {
            color: black;
        }

    .map.map-sm {
        width: 70%;
        height: 200px;
        float: right;
        margin-top: 0px;
        padding: 0px;
    }

    .google-map.map-sm {
        width: 100%;
        height: 200px
    }

    

    @media(max-width:992px) {
        .map.map-sm {
            width: 50%;
        }

        .google-map.map-sm {
            width: 100%;
        }
    }

    @media(max-width:766px) {
        .map.map-sm {
            width: 100%;
            float: none;
        }

        .google-map.map-sm {
            width: 100%;
        }

        .structure-info.struc-sm {
            float: none;
        }

        .structure-info-in.struc-sm {
            float: none;
        }
    }

    /***************************************************************************

************************************************************************************
*/


    .unselectallnode {
        background: none rgb(255, 255, 255);
        border: 0;
        margin: 10px;
        padding: 0;
        position: absolute;
        cursor: pointer;
        user-select: none;
        border-radius: 2px;
        height: 40px;
        width: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
        overflow: hidden;
        top: 100px;
        right: 0;
        color: rgb(102, 102, 102);
        font-size: 20px;
    }

        .unselectallnode:focus {
            outline: none;
        }

        .unselectallnode:hover {
            color: black;
        }



    @media(max-width: 768px) {
        .map-m.lb {
            padding: 2px;
            top: 17.7%;
            left: 2%;
            z-index: 99;
            color: black;
        }

        img.map-m.lb-single-structure {
            width: 12px;
            height: 22px;
            float: left;
        }

        img.map-m.lb-multi-structure {
            width: 25px;
            height: 25px;
            float: left;
            margin-left: 3px;
        }

        p.map-m.lb-txt {
            font-size: 12px;
        }

        .google-map {
            width: 100%;
            height: 500px;
        }
    }

    /********************************************************************************************************************************************************
    SINGLE STRUCTURE PAGE
*********************************************************************************************************************************************************/
    /*
    Setting for the structre header Page
*/


    .structure-info {
        border: 2px solid #0c3669;
        /*margin-top: -18px;*/
        /*margin-left: 10px;*/
        /*margin-right: 10px;*/
        float: left;
        width: 100%
    }
    .structure-header {
        text-align: center;
    }
.structure-info-in.struc-sm {
    float: left;
}

.structure-info-in {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold !important;
}

    p.btn.btn-default.structure-info-ul {
        font-weight: bold;
    }

    ul.structure-info-ul {
        float: left;
        width: 30%;
    }

    .structure-info:before, .structure-info:after {
        display: table;
        content: " ";
    }

    /********************************************************************************************************************************************************
    EXPORT STYLE
*********************************************************************************************************************************************************/
    /*
    Export pdf and excel files styling
*/

    .export {
        float: right;
        padding: 10px;
    }

    .structure-header.export-pdf {
        align-content: center;
        text-align: center;
        padding: 10px;
    }

    .structure-info.export-pdf {
        border: 2px solid #0c3669;
        margin-top: -18px;
        /* margin-left: 10px; */
        /* margin-right: 10px; */
        float: left;
        width: 100%;
    }

    .exportPDF {
        border: 2px solid #0c3669;
    }


    /********************************************************************************************************************************************************
    Login
*********************************************************************************************************************************************************/
    .hidden-md-up {
        visibility: hidden;
    }

    @media (max-width: 766px) {
        .hidden-md-up {
            visibility: visible;
        }

        .back-style {
            display: none;
        }
    }

    .form-3 {
        font-family: 'Ubuntu', 'Lato', sans-serif;
        font-weight: 400;
        /* Size and position */
        width: 300px;
        position: relative;
        margin: 60px auto 30px;
        padding: 10px;
        overflow: hidden;
        /* Styles */
        background: #4c9dff;
        border-radius: 0.4em;
        border: 1px solid #191919;
        box-shadow: inset 0 0 2px 1px rgba(255,255,255,0.08), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
    }

        .form-3 label {
            /* Size and position */
            width: 50%;
            float: left;
            padding-top: 9px;
            /* Styles */
            color: #ddd;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: 0 1px 0 #000;
            text-indent: 10px;
            font-weight: 700;
            cursor: pointer;
        }

        .form-3 input[type=text],
        .form-3 input[type=password] {
            /* Size and position */
            width: 50%;
            float: left;
            padding: 8px 5px;
            margin-bottom: 10px;
            font-size: 12px;
            /* Styles */
            background: linear-gradient(#1f2124, #27292c);
            border: 1px solid #000;
            box-shadow: 0 1px 0 rgba(255,255,255,0.1);
            border-radius: 3px;
            /* Font styles */
            font-family: 'Ubuntu', 'Lato', sans-serif;
            color: #fff;
        }

            .form-3 input[type=text]:hover,
            .form-3 input[type=password]:hover,
            .form-3 label:hover ~ input[type=text],
            .form-3 label:hover ~ input[type=password] {
                background: #27292c;
            }

            .form-3 input[type=text]:focus,
            .form-3 input[type=password]:focus {
                box-shadow: inset 0 0 2px #000;
                background: #494d54;
                border-color: #51cbee;
                outline: none; /* Remove Chrome outline */
            }



    /********************************************************************************************************************************************************
    MAIN HOME PAGE AND LOGIN MIX
*********************************************************************************************************************************************************/


    .img-container {
        padding-left: 0;
        margin-left: 0;
        /*float: left;*/
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: -80px;
    }

        /*.img-container:before,
.img-container:after {
    content: " ";
    display: table;
}*/

        .img-container:before,
        .img-container:after {
            content: '';
            display: table;
            clear: both;
        }

        .img-container.tilt-content::after
        .img-container.tilt-content::before {
            content: '';
            display: table;
            clear: both;
        }

    .content:after
    .content:before {
        content: '';
        display: table;
        clear: both;
    }
    /*.img-container:after {
    clear: both;
}*/

    .main-container {
        background-color: #0c3669;
    }

        .main-container:before {
            content: '';
            position: absolute;
            left: 0;
            top: -100px;
            width: 100%;
            height: 225px;
            background: #0c3669;
            transform: skewY(-2deg);
        }


    .row {
        color: white;
    }

    .sat {
        float: left;
    }

    .numbers {
        float: left;
        margin-left: 25px;
        text-align: center;
    }



    .remote-text {
        float: left;
        padding: 10px 20px;
        font-weight: 100;
        text-align: center;
        font-size: 18px;
    }

    .footer-row {
        color: black;
    }


    /*
    Stlying of the text at the centre
*/
    .text-center {
        position: absolute;
        margin: 10vh auto 20px auto;
        width: inherit;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
        text-shadow: 2px 2px #000;
        top: 0;
        left: 0;
        background-color: transparent;
        color: white;
    }

    .slide-text {
        position: center;
        padding: 150px;
        font-size: 30px;
    }

    h1.text-info-site {
        font-size: 40px;
    }

    /* 
    if the media is smaller than
    change the padding of tilt-content
    change the font of the text-info-site >> text for site information
    also changes the font of text on slide-text >> text below the info text

*/
    @media (max-width: 990px) {
        h1.text-info-site {
            font-size: 35px;
        }

        .slide-text {
            padding: 130px;
            font-size: 25px;
        }

        .ui-widget-content {
            max-height: 150px;
            max-width: inherit;
        }
    }

    @media (max-width: 650px) {
        h1.text-info-site {
            font-size: 25px;
        }

        .slide-text {
            padding: 70px;
            font-size: 20px;
        }
    }

    .alcrailwayimg {
        max-height: 850px;
        max-width: 100%;
        width: 100%;
        height: 100%;
        min-height: 520px;
        /* min-width: 400px; */
    }

    .container.img-container.commercial {
        height: 550px;
    }

    @media (max-width: 320px) {
        .ui-widget-content {
            max-width: 260px;
        }
    }

    #hp {
        float: right;
        margin: 0 0 0 15px;
    }

    /********************************************************************************************************************************************************
    NAVBAR  STYLE
*********************************************************************************************************************************************************/
    .navbar {
        border-bottom: solid 3px #0C3669;
    }

    .navbar-inverse {
        background-color: #f9faf7;
        border-color: #ffffff;
    }

    .navbar.navbar-inverse.navbar-fixed-top {
        padding: 0 0 10px 0;
    }

    .lang-bar {
        background: linear-gradient(to right, white 0%, black 100%);
        height: 20px;
    }

    .site-title {
        position: absolute;
        top: 26px;
    }

    img.nav-alc-logo {
        width: 150px;
    }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: black;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: black;
        background-color: transparent;
    }

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #000000;
    }

    .navbar > .container .navbar-brand {
        margin-top: -15px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }

    .container > .navbar-collapse {
        margin-left: 120px;
        margin-top: 10px;
    }

    @media (max-width: 766px) {
        .site-title {
            position: absolute;
            left: 50%;
            margin-left: -57.5px;
        }

        .container > .navbar-collapse {
            /* margin-left: 120px; */
            text-align: center;
            margin-top: 45px;
            margin-right: -15px;
            margin-left: -15px;
        }
    }

    .navbar-inverse .back-style > .open > a,
    .navbar-inverse .back-style > .open > a:hover,
    .navbar-inverse .back-style > .open > a:focus {
        color: #777;
        background-color: white;
    }


    /*
    THIS IS FOR LOGIN CLICK
*/

    .info-form {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        background: #0c3669;
    }

    form.contact-form input, form.contact-form textarea {
        background: transparent;
        border: none;
        border-bottom: solid 2px #fff;
        border-radius: 0;
        color: #fff;
    }

/*.btn-blue {
    background: #1663c0;
    color: white;
    width: 100%;
    width: 200px;
    border: solid 1px #fff;
    display: block;
    border-radius: 0;*/
    /*text-align: right;*/
    /*margin: 10px 0;*/
    /*text-align: left;*/
    /*text-transform: uppercase;
}*/

    form.contact-form .btn-link {
        color: #fff;
    }

    .col-md-8.col-md-offset-2.log-in-text-pg {
        color: black;
    }

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    /*.btn-blue:hover {
        background: #0c3669;
        color: #fff;
    }*/

    #show-login span.dropdown-menu .form-horizontal .form-group button {
        background: #1663c0;
        width: 100%;
        border: solid 1px #fff;
        display: block;
        border-radius: 0;
        text-align: right;
    }

        #show-login span.dropdown-menu .form-horizontal .form-group button:hover {
            background: #237be6;
        }

    .btn-link:hover {
        color: white;
    }




    /*-------------------------------------------*/
    /*login partial view style*/

    #show-login span.dropdown-menu {
        width: 350px;
        background: #0c3669;
        color: #fff;
        padding: 20px 10px;
    }

        #show-login span.dropdown-menu:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 20px 20px 20px;
            border-color: transparent transparent #0c3669;
            top: -20px;
            left: 206px;
            position: absolute;
        }

        #show-login span.dropdown-menu .form-horizontal .form-group {
            margin: 10px 0;
        }

            #show-login span.dropdown-menu .form-horizontal .form-group label {
                width: 120px;
                text-align: left;
            }


    /*
    styling for the drop down for the admin login
*/
    /* Dropdown Button */
    .dropbtn {
        color: #777777;
        background-color: #f9faf7;
        padding: 16px;
        border: none;
    }

        /* Dropdown button on hover & focus */
        .dropbtn:hover, .dropbtn:focus {
            color: black;
        }

        .dropbtn:focus, .dropbtn:focus {
            outline: none;
        }
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
    }


    /* For the loged in user*/
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 1;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            color: #777777;
            background-color: #f9faf7;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            /* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                color: black;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {
        display: block;
    }


    @media (max-width: 768px) {
        .dropdown.hidden-smw {
            display: none;
        }
    }

    .dropdown-content-ul {
        list-style: none;
        padding: 0;
    }






    /*footer styling*/
    footer {
        font-size: 12px;
        padding: 20px 0 20px 0;
        margin-top: 20px;
        border-top: solid 3px #0c3669;
        position: relative;
    }


    .footer-row {
        color: black;
        font-size: 12px;
        margin-right: 0;
        margin-left: 0;
    }

    .footer:before,
    .footer:after {
        content: " ";
        display: table;
    }
    /*
.sat-float {
    float: right;
}
*/

    @media screen and (max-width: 991px) {
        footer {
            text-align: center;
        }

            footer .postcode {
                display: block;
            }

        .tel {
            display: block;
        }

        .footer-row {
            text-align: center;
            align-items: center;
        }

        .footer {
            text-align: center;
            align-items: center;
        }
    }


    /********************************************************************************************************************************************************
    GRC REPORT PAGE     GRC REPORT PAGE     GRC REPORT PAGE     GRC REPORT PAGE     GRC REPORT PAGE
*********************************************************************************************************************************************************/

    /* conditional status report*/
    .grc-report.overview {
        overflow: auto;
    }

    .grc-report.assets {
        border-style: solid;
        border-color: #0c3669;
        border-width: 2px;
        float: left;
        width: 50%;
        padding: 2px;
    }

    .table-wrapper-scroll.grc-report {
        margin: 0;
        max-height: 200px;
        clear: both;
    }

    .grc-report.dashboard {
        float: left;
        width: 50%;
        padding: 2px;
        margin-top: -2px;
    }

    aside.updates.grc-report {
        margin: 0;
    }

    .grc-report.color-code-indiviual {
        border-style: solid;
        border-color: #0c3669;
        border-width: 2px;
        padding: 10px;
        margin-top: 5px;
    }

    .table-wrapper-scroll.color-code-indiviual {
        margin: 0;
        border: none;
        max-height: 300px;
    }

    .table-wrapper-scroll.grc-report {
        border: none;
    }

    @media screen and (max-width: 991px) {
        .grc-report.assets {
            float: none;
            width: auto;
            margin: 2px;
        }

        .grc-report.dashboard {
            float: none;
            width: auto;
            margin-top: 0;
        }
    }





    /********************************************************************************************************************************************************
    STRUCTURE PAGE      STRUCTURE PAGE      STRUCTURE PAGE      STRUCTURE PAGE      STRUCTURE PAGE
*********************************************************************************************************************************************************/

    h1.header-status {
        float: left;
    }

    /*
    Acceptable Page
*/
    h1.header-status-color {
        padding-left: 10px;
        /*background-color: green;*/
        border-radius: 10px;
        /*color: white;*/
        color: black;
        padding-right: 10px;
    }

    .header-status-green {
        background-color: #8ac175;
        /*background-color: #b9e8a7;*/
        /*color: black;*/
    }

    .header-status-yellow {
        background-color: #ffeba1;
    }

    .header-status-amber {
        background-color: #ffbf00;
    }

    /* red hex used for flag = #fd4545*/
    .header-status-red {
        background-color: #fd4545;
    }

    h1.header-status.header-status-cen {
        display: none;
    }

    @media (max-width: 768px) {

        h1.header-status {
            font-size: 30px;
            text-align: center;
            float: none;
            margin-top: 8px;
            margin-bottom: 8px;
        }

            h1.header-status.header-status-cen {
                display: block;
            }

        .header-status.header-status-main {
            display: none;
        }

        h1.header-status-color {
            margin-top: 0;
            margin-bottom: 8px;
        }
    }

    /*
        Setting for different window size
*/


    @media (min-width: 1200px) {
        .container {
            max-width: 100%;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 100%;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
        .table-wrapper-scroll {
            overflow: auto;
        }
    }

    /*@media screen and (max-width: 767px) {
    .table-wrapper-scroll {
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}*/

    @media(max-width:991px) {
        /* dont know why this is here*/
        .structure-box {
            width: 50%;
        }

        ul.structure-info-ul {
            float: left;
            width: 50%;
        }

        ul.dashboard li {
            width: 25%;
        }
    }

    @media(max-width:500px) {
        ul.structure-info-ul {
            float: left;
            width: 100%;
        }
    }

    @media (max-width: 766px) {

        .site-title {
            position: absolute;
            left: 50%;
            margin-left: -57.5px;
        }

        .container > .navbar-collapse {
            /* margin-left: 120px; */
            text-align: center;
            margin-top: 45px;
            margin-right: -15px;
            margin-left: -15px;
        }
    }




    td.col-sm-6.col-xs-6 {
        color: black;
    }

    /*
    Styling for the information filled in by user for
    Structures
*/

select#SelectedAdditionalType,
select#SelectedAssetType,
select#SelectedColumnManufacturer,
select#SelectedRaiseAndLower,
select#SelectedColumnMaterial,
select#SelectedAssetUse,
select#SelectedLocationName,
select#SelectedStreetName,
select#SelectedColumnHeightFromGround,
select#SelectedNumberOfDoor,
select#SelectedDoorDimensions,
select#SelectedFoundationType,
select#SelectedBracketType,
select#SelectedBracketLength,
select#SelectedEstimatedColumnAge,
select#SelectedIsCostal,
select#SelectedLanternManufacturer,
select#SelectedAttachment,
select#lantern_manu,
select#lantern_model,
td#SelectedAssetTypeSuccess,
td#SelectedColumnManufacturerSuccess,
td#SelectedRaiseAndLowerSuccess,
td#SelectedColumnMaterialSuccess,
td#SelectedColumndTypeSuccess,
td#SelectedColumnHeightFromGroundSuccess,
td#SelectedNumberOfDoorSuccess,
td#SelectedDoorDimensionsSuccess,
td#SelectedFoundationTypeSuccess,
td#SelectedBracketTypeSuccess,
td#SelectedBracketLengthSuccess,
td#SelectedAttachment,
td#SelectedStreetName,
td#SelectedLocationName,
td#SelectedEstimatedColumnAgeSuccess,
td#SelectedIsCostalSuccess,
td#SelectedLanternManufacturerSuccess {
    width: 100%;
    /*text-align: center;*/
    /* text-rendering: auto; */
    /*font-family: cursive;*/
    font-size: 17px;
}

    option {
        color: black;
    }

    structual-information {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 20px;
        font-family: cursive;
        font-weight: bolder;
        float: left;
    }

    structual-information-info {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 20px;
        font-family: cursive;
        float: left;
    }

    .select-list-info {
        font-weight: bold;
    }

    .success {
        color: #3c763d;
        background-color: #dff0d8;
        padding: 20px 20px 10px 20px;
        font-weight: bold;
        text-align: center;
        font-size: 17px;
    }

    .ask-asset-id {
        padding: 10px;
        border: 5px solid #0c3669;
        display: none;
    }

    p.col-sm-6.col-xs-6.asset-id-text {
        width: 30%;
    }

    p.col-sm-6.col-xs-6.asset-id-text-user {
        width: 50%;
    }

    p.btn.btn-default.structure-info-ul.asset-id-text {
        margin-top: -2px;
    }


    div#added-success-structures {
        display: none;
    }

    div#input-result {
        color: #3c763d;
        background-color: #dff0d8;
        padding: 20px 20px 10px 20px;
        font-weight: bold;
        text-align: center;
        font-size: 17px;
        display: none;
    }

    .column-information {
        overflow: auto;
    }

    .structural-information {
        overflow: auto;
    }

    .structure-info.edit {
        margin: 0;
    }


    .alc-btn-div {
        float: right;
        padding: 10px;
    }

    .alc-btn:focus {
        color: white;
    }


    button.btn.btn-default.alc-btn {
        background: #1663c0;
        color: white;
    }

        button.btn.btn-default.alc-btn:hover {
            background: #0c3669;
        }

        button.btn.btn-default.alc-btn:focus {
            color: white;
        }


    div#home-warning {
        color: #000000;
        background-color: #f59494;
        padding: 10px 10px 10px 10px;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
        display: none;
        margin-top: 10px;
        margin-right: 15px;
        border-radius: 10px;
    }

        div#home-warning:hover {
            color: #b73434;
            background-color: #f0d8d8;
            cursor: pointer;
            user-select: none;
            /*font-size: 16px;*/
        }



    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1; /* Firefox */
    }

    .gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style-cc {
        display: none;
    }
    /*
.gmnoprint div {
    background: none !important;
}*/


    body.waiting,
    body.waiting a:hover,
    body.waiting * {
        cursor: wait !important;
    }

    /*

    following are the CSS style which has been added
    for the condition status report
    CHECK and simplify
*/

    .structure-multi-edit-header {
        display: none;
    }

    .condition-status-report-header {
        width: 100%;
        background-color: #0c3669;
        color: white;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .condition-status-report-header:hover {
            background-color: #0c3669;
            cursor: initial;
            color: white;
        }

    .condition-status-report-row {
        width: 100%;
        background-color: white;
        color: black;
        border: none;
        border-top: #cccccc solid;
        border-bottom: #cccccc solid;
        white-space: normal;
    }

        .condition-status-report-row:hover {
            background-color: #c7c7c7;
            color: black;
            border-top: #cccccc solid;
            border-bottom: #cccccc solid;
        }

        .condition-status-report-row:focus {
            background-color: #585858;
            color: white;
            border-top: #585858 solid;
            border-bottom: #585858 solid;
        }

        .condition-status-report-row:active {
            background-color: #c7c7c7 !important;
            color: black !important;
            border-top: #cccccc solid !important;
            border-bottom: #cccccc solid !important;
        }

    .export-CSR-station {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3%;
        padding-right: 3%;
        border: 2px solid #0c3669;
        width: 100%;
        /*margin-bottom: 15px;*/
        overflow-y: auto;
    }



    .condition-status-report-column {
        word-wrap: normal;
        text-align: start;
        float: left;
        display: inline-table;
        width: 20%;
    }

        .condition-status-report-column.dt {
            width: 15%;
        }









    html {
        overflow-y: scroll;
    }

    .show-arrow,
    .gap-for-arrow {
        width: 18px;
    }

        .show-arrow::after {
            content: " ►";
            font-size: 16px;
            color: black !important;
        }

        .show-arrow:active::after {
            content: " ▼";
            font-size: 16px;
            color: black !important;
        }

    a[aria-expanded="true"] .show-arrow::after {
        content: " ▼";
        font-size: 16px;
        color: black !important;
    }

    .tick-box .checked {
        background-color: red;
    }

    .tick-box:hover {
        cursor: pointer;
    }

    a[aria-expanded="true"] {
        background-color: #c7c7c7;
    }

    .single-station-export {
        float: right;
    }

    .btn-single-station-export {
        display: block;
        width: 15px;
        height: 15px;
    }

    /************************************************************************************************************
    dashboard alerts css
    *********************************************************************************************************
*********************************************************************************************************
*/
    span.title.btn-alert-report {
        color: darkred;
        background-color: #ffff00;
        border: 2px solid darkred;
        padding: 2px;
        font-size: 16px;
        font-weight: bold;
        animation: blinker 1s cubic-bezier(0.49, 0.21, 0.97, -0.29) infinite;
    }

        span.title.btn-alert-report:hover {
            cursor: pointer;
            background-color: darkgray;
        }

    @keyframes blinker {
        80% {
            background-color: darkred;
            color: black;
        }
    }

    .alert-btn {
        /*padding:10px;*/
        margin: 2px;
        border: 0px;
    }

    .asset-options {
        display: flex;
        flex-direction: row;
    }
    /************************************************************************************************************
    REPLACEMENT PROCESS CSS
    *********************************************************************************************************
*********************************************************************************************************
*/
    button.btn.btn-default.alc-btn.btn-replace-process {
        width: 250px;
    }

    .alc-btn-div.replace-process {
        float: none;
        display: none;
        margin: auto;
        width: 250px;
    }


    .map-m.replace {
        position: absolute;
        top: 15.7%;
        left: 1%;
        z-index: 99;
        background-color: white;
        color: black;
        padding: 5px;
        border-radius: 5%;
        width: 160px;
        display: none;
    }


    .btn-check {
        display: block;
        width: 18px;
        height: 17px;
    }



    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

        .sticky + .content {
            padding-top: 102px;
        }







    .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
    }

    #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
    }

    .pac-controls {
        display: inline-block;
        padding: 5px 11px;
    }

        .pac-controls label {
            font-family: Roboto;
            font-size: 13px;
            font-weight: 300;
        }

    #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
    }

        #pac-input:focus {
            border-color: #4d90fe;
        }



    /************************************************************************************************************
    ANGLE STATUS GRAPH CSS
    FOR FROM AND TO DATE
    *********************************************************************************************************
*********************************************************************************************************
*/

    .angle-status-info-div {
        border: 2px solid #0c3669;
        border-width: initial;
    }

        .angle-status-info-div.angle-sm {
            padding: 10px;
            font-weight: bold;
        }

    span._alc_angle_check_status_col {
        background: green;
        color: white;
        padding: 3px;
        border-radius: 5px;
    }

    .status-graph-date {
        overflow: hidden;
        position: relative;
        height: 33px;
        padding: 5px;
    }

    .status-graph-date-inner {
        position: absolute;
        right: 0;
    }


    /************************************************************************************************************
    HELP SECTION
    *********************************************************************************************************
*********************************************************************************************************
*/


    .help-nav {
        float: left;
        height: 100%;
        position: absolute;
        font-size: x-large;
    }

    .container.help-content {
        padding-right: 15px;
        padding-left: 95px;
    }

    .help-section,
    .help-section-answer {
        padding: 10px;
        font-size: x-large;
    }

    .help-section-img {
        width: 100%;
    }

    h2.help-section-img-title {
        padding-left: 45%;
        margin: 0;
    }

    /*

    FOR TOGGLE SWITCH
*/
    .switch {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 19px;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

    /**********************************************************************************************************************
     device shadow things style setting
***********************************************************************************************************************
*/
    .lux-input {
        float: left;
    }

    .lux-input-label {
        float: left;
        padding-right: 10px;
        padding-left: 10px
    }

    .lux-input-button {
    }




    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
        z-index: -99;
    }

        .slider.round:before {
            border-radius: 50%;
        }




    /* Button used to open the contact form - fixed at the bottom of the page */
    .open-button-force-meas {
        background-color: #555;
        color: white;
        border: none;
        opacity: 0.8;
    }

    /* The popup form - hidden by default */
    .form-popup-force-meas {
        display: none;
        position: fixed;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }

    /* Add styles to the form container */
    .form-container-force-meas {
        max-width: 300px;
        padding: 10px;
        background-color: white;
    }

        /* Full-width input fields */
        .form-container-force-meas input[type=text], .form-container-force-meas input[type=password] {
            width: 100%;
            padding: 15px;
            margin: 5px 0 22px 0;
            border: none;
            background: #f1f1f1;
        }

            /* When the inputs get focus, do something */
            .form-container-force-meas input[type=text]:focus, .form-container-force-meas input[type=password]:focus {
                background-color: #ddd;
                outline: none;
            }

        /* Set a style for the submit/login button */
        .form-container-force-meas .btn {
            background-color: #04AA6D;
            color: white;
            padding: 16px 20px;
            border: none;
            cursor: pointer;
            width: 100%;
            margin-bottom: 10px;
            opacity: 0.8;
        }

        /* Add a red background color to the cancel button */
        .form-container-force-meas .cancel {
            background-color: red;
        }

        /* Add some hover effects to buttons */
        .form-container-force-meas .btn:hover, .open-button-force-meas:hover {
            opacity: 1;
        }




    /**
        Help text

    */

    .help-link {
        float: right;
    }


    /*
    Account Adminstration
*/



    .center-div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .center-div-option {
        width: 60%;
    }

    a.center-div-btn {
        display: block;
        background-color: #1663c0;
        color: white;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
        text-align: center;
    }

    .center-form-group {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    label.center-label {
        width: 30%;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .center-input {
        width: 50%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    button.center-div-btn {
        padding: 10px;
        border-radius: 10px;
    }

    i.bi.bi-eye-slash.password-eye {
        margin-left: -30px;
        cursor: pointer;
    }


    ._alc_admin {
        display: flex;
        flex-direction: row;
    }

    ._alc_admin_nav_sidebar {
        width: 30%;
    }

    ._alc_admin_main_body {
        width: 70%;
    }





    /**
    Update page style
*/

    ._alc_update_div {
        padding-bottom: 5px;
        border-bottom: 1px groove black;
    }

    ._alc_update_info {
        border: 2px solid #0c3669;
        padding: 5px;
        display: flex;
        /* flex-direction: row; */
        /* flex-wrap: wrap; */
    }

    ._alc_update_label {
        display: flex;
        flex-direction: column;
        font-weight: bold !important;
        /* flex-basis: 75%; */
    }

    ._alc_update_btn {
        display: flex;
        /* align-self: end; */
        flex-direction: column;
        /* flex-basis: 20%; */
        /* float: left; */
        margin-left: auto;
    }

    ._alc_update_add_mass {
        border: none;
        max-height: 200px;
    }

    ._alc_update_mass_list_btn {
        display: flex;
        justify-content: center;
        cursor: pointer;
        height: 30px;
        align-items: center;
    }


        ._alc_update_mass_list_btn:hover {
            background: #e1e1e1;
        }

    ._alc_additional_asset_type {
        width: 100%;
        font-size: 17px;
    }



    /********************************************************************************************************************************************************
    Google Map      Google Map   Google Map   Google Map   Google Map   Google Map   Google Map   Google Map  
*********************************************************************************************************************************************************/

    ._alc_setup_map {
        width: 100%;
        height: 450px;
    }

    ._alc_setup_continue_btn {
        background: none padding-box rgb(255, 255, 255);
        display: table-cell;
        border: 0px;
        margin: 0px;
        padding: 0px 23px;
        text-transform: none;
        position: relative;
        cursor: pointer;
        user-select: none;
        direction: ltr;
        overflow: hidden;
        text-align: center;
        height: 25px;
        vertical-align: middle;
        color: rgb(0, 0, 0);
        font-family: Roboto, Arial, sans-serif;
        font-size: 15px;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
        min-width: 55px;
        font-weight: 500;
    }

    ._alc_info_win_assigned_node {
        display: flex;
        flex-direction: column;
        font-weight: bold;
    }

    ._alc_force_meas_conf_title {
        margin: 0;
        line-height: 1.42857143;
        font-size: x-large;
    }

    ._alc_asset_node_status_live {
        border: 4px solid;
        padding: 3px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    ._alc_asset_node_status_active {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: row;
        background: green;
        color: white;
        font-size: 20px;
    }

    ._alc_asset_node_status_unactive {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: row;
        background: white;
        color: black;
        font-size: 20px;
    }




@media(max-width:766px) {
    .nav-bar-opt-mob {
        display: flex;
        flex-direction: column;
        /* align-content: center; */
        align-items: center;
    }

    .dropdown.nav-drop-down {
        display: none;
    }

    label.center-label {
        width: auto;
    }

    .center-form-group {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .center-input {
        width: 80%;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    .asset-options {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
