﻿:root {
    --hidden: hidden;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
}

    body::after {
        content: "";
        background-color: rgba(0,0,0,.5);
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        visibility: var(--hidden);
    }

.closediv {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .closediv:hover {
        opacity: 1;
    }

    .closediv:before, .closediv:after {
        position: absolute;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #3a8a9e;
    }

    .closediv:before {
        transform: rotate(45deg);
    }

    .closediv:after {
        transform: rotate(-45deg);
    }



#Principale {
    margin: auto;
    width: 90%;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .col-sm {
        float: left;
        margin-left: 40px !important;
        margin-top: 40px !important;
        width: 120%;
    }
}

@media screen and (min-width: 601px) and (max-width: 3000px) {
    .col-sm {
        float: left;
        margin-left: 40px !important;
        margin-top: 40px !important;
    }
}
/*Tables places*/
.col-sm {
    float: left;
    margin-left: 40px !important;
    margin-top: 40px !important;
}
/*hide the canvasjs credits*/
.hidecanvas {
    background-color: white;
    color: red;
    height: 20px;
    width: 60px;
    z-index: 90;
    position: relative;
    bottom: 13px;
    left: 0;
}

.canvasjs-chart-credit {
    visibility: hidden !important;
    display: none !important;
}
/*arrows*/
.container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.v-div {
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 17px solid blue;
}

.box {
    height: 30px;
    width: 70px;
    background: blue;
}
/*first arrow*/
.arrow1 {
    font-size: 0;
}

.inner-arrow1 {
    width: 70px;
    height: 30px;
    display: inline-block;
    background-color: blue;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.arrow1:before,
.arrow1:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    vertical-align: middle;
}

.arrow1:before {
    border-top-color: blue;
    border-bottom-color: blue;
    border-right-color: blue;
}

.arrow1:after {
    border-left-color: blue;
}
/*seccond arrow*/
.arrow {
    font-size: 0;
}

.inner-arrow {
    width: 70px;
    height: 30px;
    display: inline-block;
    background-color: cornflowerblue;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.arrow:before,
.arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    vertical-align: middle;
}

.arrow:before {
    border-top-color: cornflowerblue;
    border-bottom-color: cornflowerblue;
    border-right-color: cornflowerblue;
}

.arrow:after {
    border-left-color: cornflowerblue;
}
/*third arrow*/
.arrow2 {
    font-size: 0;
}

.inner-arrow2 {
    width: 70px;
    height: 30px;
    display: inline-block;
    background-color: lightblue;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.arrow2:before,
.arrow2:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    vertical-align: middle;
}

.arrow2:before {
    border-top-color: lightblue;
    border-bottom-color: lightblue;
    border-right-color: lightblue;
}

.arrow2:after {
    border-left-color: lightblue;
}
/*fourth arrow*/
.arrow3 {
    font-size: 0;
}

.inner-arrow3 {
    width: 70px;
    height: 30px;
    display: inline-block;
    background-color: lightcyan;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.arrow3:before,
.arrow3:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    vertical-align: middle;
}

.arrow3:before {
    border-top-color: lightcyan;
    border-bottom-color: lightcyan;
    border-right-color: lightcyan;
}

.arrow3:after {
    border-left-color: lightcyan;
}
/*banner*/
/* OUTER CONTAINER */

/*report table design*/
.tbTablesDesign {
    /* background-color: #CADAE7;*/
    background-color: white;
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

    .tbTablesDesign th {
        // background-color: #5F7686;
        background-color: black;
        border-top: none;
    }

        .tbTablesDesign td:first-child, .tbTablesDesign th:first-child {
            border-left: none;
        }

    .tbTablesDesign td, .tbTablesDesign th {
        border-left: solid black 1px;
        border-top: solid black 1px;
    }
/*table arrow design*/
.tableArrow {
    background-color: white;
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

    .tableArrow th {
        background-color: black;
        border-top: none;
    }

        .tableArrow td:first-child, .tableArrow th:first-child {
            border-left: none;
        }

    .tableArrow td, .tableArrow th {
        border-left: solid black 1px;
        border-top: solid black 1px;
    }


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.POIsList {
    border-radius: 20px;
    background-color: white;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    min-width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding: 30px;
    align-self: center;
    width: 200px;
    height: 220px;
    position: absolute;
    top: 30%;
    left: 38em;
    overflow: hidden;
    align-content: center;
    z-index: 100001;
}
/* Style the buttons inside the tab */
.NewDevicetab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #3F69A0;
}

    /* Style the buttons inside the tab */
    .NewDevicetab input {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .NewDevicetab input:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .NewDevicetab input.active {
            background-color: #ccc;
        }


/* Style the tab content */
.NewDevicetabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.cssCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
    width: 13px;
    height: 13px;
    padding: 0px;
    background: #779BCA;
    border: 1px solid #003580;
    color: #003580;
    text-align: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    transition: color 0.2s linear;
    font: 13px Arial, sans-serif;
}

    .cssCircle:hover {
        background: #3F69A0;
        cursor: pointer;
    }

.plusSign {
    line-height: 1.1em;
}

    .plusSign:hover {
        color: white;
    }

.RFIDtooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(images/StockInfoIcon.png);
    background-size: contain;
}

    .RFIDtooltip .RFIDtooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #346ca3;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 18px;
        left: 100%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        cursor: pointer;
    }


    .RFIDtooltip:hover .RFIDtooltiptext {
        visibility: visible;
        opacity: 1;
    }

.addDeviceDiv {
    border-radius: 20px;
    background-color: white;
    font-family: Raleway;
    min-width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    align-self: center;
    width: 60%;
    height: 50%;
    position: absolute;
    top: 140px;
    left: 20%;
    /*z-index: 999;*/
    /* overflow-y: scroll;*/
    overflow: hidden;
    align-content: center;
    margin-bottom: 20%;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.FreeBirdDetails {
    border-radius: 20px;
    background-color: white;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    min-width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding: 30px;
    align-self: center;
    width: 40em;
    height: 22em;
    position: absolute;
    top: 15em;
    left: 29.2em;
    overflow: hidden;
    align-content: center;
    z-index: 100000;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

.moreButton {
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #346ca3;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

    .moreButton:hover {
        background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
        opacity: 0.8;
    }

    .moreButton:active {
        position: relative;
        top: 1px;
    }

.Guide {
    border-radius: 20px;
    background-color: white;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    min-width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 45em;
    height: 35em;
    position: absolute;
    top: 5em;
    left: 30%;
    z-index: 999;
    /* overflow-y: scroll;*/
    overflow: hidden;
    align-content: center;
}

.Guide2 {
    border-radius: 20px;
    background-color: white;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    min-width: 300px;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 40%;
    /*height: 60%;*/
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 4;
    /* overflow-y: scroll;*/
    overflow: hidden;
    align-content: center;
}

.GuideInput {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

    .GuideInput.invalid {
        background-color: #ffdddd;
    }

.tabe {
    display: none;
}

.RFIDTab {
    display: none;
}

.GuideButton {
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #346ca3;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    margin-top: 30px;
    right: 15px;
}

    .GuideButton:hover {
        opacity: 0.8;
    }

.RFIDGuideButton {
    position: absolute;
    bottom: 40px;
}

.RFIDstep {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #346ca3;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    position: absolute;
    bottom: 10px;
}

    .RFIDstep.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .RFIDstep.finish {
        background-color: #346ca3;
    }

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #346ca3;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    position: absolute;
    bottom: 10px;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #346ca3;
    }

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
/*.ui-autocomplete { position: fixed; cursor: default;z-index:1000 !important;}*/
.ui-autocomplete {
    z-index: 100 !important;
}

.header {
    width: initial;
}

.Popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 75%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 12.5%;
    /*z-index: 999;*/
    /* overflow-y: scroll;*/
    overflow: hidden;
}

.Popup_delete {
    border: 3px solid black;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 50%;
    height: 75px;
    position: fixed;
    top: 40%;
    left: 25%;
    z-index: 1000;
}

.Popup_reports {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #3a8a9e;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 40%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 30%;
    /*z-index: 999;*/
    /* overflow-y: scroll;*/
    overflow: hidden;
}

.footer {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 998;
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.myButton {
    -moz-box-shadow: 3px 4px 0px 0px #899599;
    -webkit-box-shadow: 3px 4px 0px 0px #899599;
    box-shadow: 3px 4px 0px 0px #899599;
    background-color: #ededed;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #3a8a9e;
    font-family: arial;
    font-size: 17px;
    padding: 7px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #e1e2ed;
}

    .myButton:hover {
        background-color: #bab1ba;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }


.MenuBtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .MenuBtn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        background-color: #dfdfdf;
    }

    .MenuBtn:active {
        position: relative;
        top: 1px;
    }

.MenuBtnOuter {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: default;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .MenuBtnOuter:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        background-color: #dfdfdf;
    }

    .MenuBtnOuter:active {
        position: relative;
        top: 1px;
    }

.area {
    position: relative;
    font-weight: bold;
}

.fixed {
    position: absolute;
    top: -85px;
    right: 10px;
    border: 1px solid black;
    padding: 5px;
    z-index: 100;
    background-color: Window;
    font-size: xx-small;
    display: none;
    width: 200px;
}

/*TrackBtn {
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #346ca3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}*/
.TrackBtn {
    background-color: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    border: 1px solid #EA1C0C;
    display: inline-block;
    cursor: pointer;
    color: #EA1C0C;
    font-size: 11px;
    /* width: 80px; */
    height: 25px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    /* white-space: break-spaces;*/
}

    .TrackBtn:hover {
        background-color: #EA1C0C;
        color: white;
    }

    .TrackBtn:disabled {
        background-color: darkgray;
        border-color: darkgray;
        color: white;
        cursor: progress;
    }

.BarBtn {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .BarBtn:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
    }

    .BarBtn:active {
        position: relative;
        top: 1px;
    }

.HeaderMenu:hover {
    text-decoration: underline;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.FixedHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    z-index: 1000;
    background: #fff;
    /*position: fixed;*/
}

.checkbox-round:checked {
    background-color: gray;
}

.myListBox {
    border-style: none;
    border-width: 0px;
    border: none;
    font-size: 12px;
}


.rcorners2 {
    border-radius: 8px;
    /* border: 2px solid #000000; */
    padding: 0px;
    width: 200px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.SettingsDiv {
    /*height: 70%;*/
    width: 40%;
    position: absolute;
    top: 50%;
    right: 70%;
    background-color: white;
    display: none;
    overflow: auto;
}


.SolidBorder {
    border: 1px solid #000000;
    padding: 0px;
    width: 95%;
}

.auto-style5 {
    height: 22px;
    width: 26px;
}

.auto-style6 {
    width: 59px;
    height: 54px;
}

label.wrap {
    width: 90px;
    overflow: hidden;
    height: 24px;
    position: relative;
    display: block;
}

    label.wrap:after {
        content: "\f13a ";
        font-family: FontAwesome;
        color: #000;
        position: absolute;
        right: 0;
        z-index: 1;
        width: 50%;
        height: 40%;
        pointer-events: none;
        top: 4px;
    }


.auto-style7 {
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
    width: 20px;
}
/*elissa*/
.MenuBox {
    height: 200px;
    background-color: white;
    width: 250px;
    border-radius: 12px;
    border: 1px solid #000;
}

.auto-style8 {
    width: 231px;
    height: 54px;
    margin-left: 18px;
}


.__logout {
    height: 17px;
    width: 23px;
    margin-top: 3px;
}



._language {
    margin-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

._logo {
    width: 188px;
    height: 48px;
    margin-left: 18px;
}

._logout {
    cursor: pointer;
    height: 21px;
    width: 20px;
    margin-left: 5px;
}

.copyRight {
    height: 35px;
    color: white;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 600;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 20px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .3s;
        transition: .3s;
    }

input:checked + .slider {
    background-color: #056e1e;
}

    /*input:focus + .slider {
  box-shadow: 0 0 1px green;
}*/

    input:checked + .slider:before {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switchText {
    font-weight: bold;
    height: 20px;
    font-size: 13px;
    font-family: Tahoma;
    vertical-align: bottom;
}

.lblmenu {
    font-family: Monsterrat;
    font: medium;
    font-size: 12px;
    padding: 5px;
}

.search {
    height: 20px;
    background-color: #E8E8E8;
    border-radius: 3px;
    border-width: 0px;
}

/*.menu-item,
.menu-open-button {
    background: #EEEEEE;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin-left: -40px;
    position: absolute;
    color: #FFFFFF;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    ;
}

.menu-open {
    display: none;
}
*/
.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    width: 80px;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
    position: absolute;
    left: 380px;
    top: 50px;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */
/*
.menu-item:hover {
    background: #EEEEEE;
    color: #3290B1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(10) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    height: 82px;
    width: 82px;
}

    .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 180ms;
        -webkit-transition-duration: 180ms;
        -webkit-transform: translate3d(-50.08361px, -110.62064px, 0);
        transform: translate3d(-50.08361px, -110.62064px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(9) {
        transition-duration: 780ms;
        -webkit-transition-duration: 780ms;
        -webkit-transform: translate3d(-115.08361px,104.99997px, 0);
        transform: translate3d(-115.08361px, 104.99997px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 280ms;
        -webkit-transition-duration: 280ms;
        -webkit-transform: translate3d(50.08361px, -110.62064px, 0);
        transform: translate3d(50.08361px, -110.62064px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 380ms;
        -webkit-transition-duration: 380ms;
        -webkit-transform: translate3d(125.9466px, -45.47586px, 0);
        transform: translate3d(125.9466px, -45.47586px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(8) {
        transition-duration: 680ms;
        -webkit-transition-duration: 680ms;
        -webkit-transform: translate3d(-115.9466px, -45.47586px, 0);
        transform: translate3d(-115.9466px, -45.47586px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6) {
        transition-duration: 480ms;
        -webkit-transition-duration: 480ms;
        -webkit-transform: translate3d(125.9466px,45.47586px, 0);
        transform: translate3d(125.9466px, 45.47586px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(10) {
        transition-duration: 880ms;
        -webkit-transition-duration: 880ms;
        -webkit-transform: translate3d(-115.9466px,45.47586px, 0);
        transform: translate3d(-115.9466px, 45.47586px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(7) {
        transition-duration: 580ms;
        -webkit-transition-duration: 580ms;
        -webkit-transform: translate3d(50.08361px, 115.62064px, 0);
        transform: translate3d(50.08361px, 115.62064px, 0);
    }



    .menu-open:checked ~ .menu-item:nth-child(9) {
        transition-duration: 780ms;
        -webkit-transition-duration: 780ms;
        -webkit-transform: translate3d(-50.08361px,110.62064px, 0);
        transform: translate3d(-50.08361px, 110.62064px, 0);
    }

    */

.button_active {
    z-index: 1;
    background-color: #02304C;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .button_active:hover {
        background-color: #02304C !important;
        color: #fff;
    }

    .button_active .btnmenu {
        background-color: #02304C !important;
        color: #fff;
    }

    .button_active input[type=button]:hover {
        background-color: #02304C !important;
        color: #fff;
    }

.button_normal {
    z-index: 1;
    background-color: #737a75;
    color: #000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    width: 75px;
    height: 75px;
}

    .button_normal:hover {
        z-index: 1;
        background-color: #02304C;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    }








.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #EEEEEE;
}

    .credit a {
        padding: 8px 0;
        color: #C49CDE;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

        .credit a:hover {
            text-decoration: underline;
        }

/*.btnmenu {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    outline: 0;
    border-radius: 100%;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    border-color: transparent !important;
    white-space: normal;
    color: white;
    overflow: hidden;
}

    .btnmenu:hover {
        color: white !important;
    }*/

.btnmenudark {
    width: 100%;
    height: 100%;
    background-color: #02304C;
    outline: 0;
    border-radius: 100%;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    border-color: transparent;
    white-space: normal;
    color: white;
}

#alertBox {
    position: absolute;
    top: 100px;
    left: 100px;
    border: solid 1px black;
    background-color: red;
    padding: 50px;
    visibility: hidden;
}

.tempPopUp {
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 120px;
    height: 40px;
    position: absolute;
    top: 600px;
    left: 1%;
    z-index: 999;
    /* overflow-y: scroll;*/
    overflow: hidden;
    text-align: center;
    vertical-align: central;
}

.trackPopUp {
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 120px;
    height: 40px;
    position: absolute;
    top: 700px;
    left: 1%;
    z-index: 999;
    /* overflow-y: scroll;*/
    overflow: hidden;
    text-align: center;
    vertical-align: central;
}

.MultimapPopUp {
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    padding-top: 10px;
    padding-left: 10px;
    align-self: center;
    width: 200px;
    height: 60px;
    position: absolute;
    top: 600px;
    left: 16%;
    z-index: 999;
    /* overflow-y: scroll;*/
    overflow: hidden;
    text-align: center;
    vertical-align: central;
}

.lblPopup {
    color: black;
    font-size: 13px;
    font-family: Tahoma;
    padding-right: 5px;
}

.HeadGVAddMR {
    position: absolute;
    table-layout: fixed;
    width: calc(100% - 2.3%);
    font-family: Tahoma;
    font-size: 11px;
    top: 200px;
}

    .HeadGVAddMR th {
        width: 5.26%;
        overflow-x: hidden;
        overflow-wrap: break-word;
        word-spacing: normal;
        word-break: keep-all;
    }


.BigCheckBox input {
    width: 20px;
    height: 20px;
}

.BigCheckBox2 input {
    width: 15px;
    height: 30px;
}

.spaceRow {
    margin-top: 300px;
}

.DriversGridView th {
    margin-top: 2000px;
}

.lblSwitch {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: #E5E5E5;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .lblSwitch:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 5px;
        width: 18px;
        height: 17px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

input:checked + .lblSwitch {
    background: #4CC94C;
}

    input:checked + .lblSwitch:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

.lblSwitch:active:after {
    width: 30px;
}

._lblSwitch {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: inline-block;
    border-radius: 100px;
    position: relative;
}

    ._lblSwitch:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 05px;
        width: 18px;
        height: 17px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

input:checked + ._lblSwitch {
    background: #4CC94C;
}

    input:checked + ._lblSwitch:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

._lblSwitch:active:after {
    width: 30px;
}

.selectedGVtr {
    background-color: #1702d4;
}

.wrapper {
    border: 1px solid #000;
    display: inline-block;
    position: relative;
    background-color: white;
    border-color: darkgrey;
}

.buttonclear {
    background-color: #ffffff;
}

.close-icon {
    content: "X";
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: transparent;
    z-index: 1;
    right: 25px;
    top: 2px;
    bottom: 3;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    border: none;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.PageGV {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bolder;
}

#nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #nav li {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        font-weight: bold;
        top: 0px;
        left: 0px;
        height: 17px;
        width: 77px;
    }

        #nav li a {
            color: #333333;
            text-decoration: none;
        }

            #nav li a:hover {
                color: #006699;
                text-decoration: none;
            }

#notification_li {
    position: relative;
}





#notificationsBody {
    /*padding: 33px 0px 0px 0px !important;*/
    z-index: 10;
}



#notification_count {
    padding: 2px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -11px;
    font-size: 9px;
    top: 30px;
    left: 135px;
    height: 10px;
    width: 6px;
    z-index: 10;
}

.auto-style-notification {
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    padding-left: 20px;
    padding-top: 20px;
    vertical-align: bottom;
    
}

.card {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;*/
    width: 40%;
    border-radius: 5px;
}

    /*.card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }*/

.containers {
    padding: 2px 16px;
    background-color:white;
    margin:0 20px 15px 0;
}

.cardNot {
    position: relative;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 20%;
    z-index: 100;
    bottom: 0;
    -webkit-transition: all 0.4s, -webkit-transform 0.4s;
    transition: all 0.4s, transform 0.4s;
    height: auto;
    opacity: 1;
}

.move-in-to-place {
    padding: 2px 16px;
    position: absolute;
    padding: 8px;
    background: #737a75;
    font-size: 12px;
    line-height: 1.2;
    bottom: 0;
    -webkit-transition: all 0.4s, -webkit-transform 0.4s;
    transition: all 0.4s, transform 0.4s;
    width: 20%;
    height: auto;
    opacity: 1;
}

#dialog-container {
    /** border: dashed 2px pink; **/
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dialog-box {
    position: relative;
    min-height: 80px;
    max-height: 180px;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px #346ca3;
}

    .dialog-box .header {
        height: 25px;
        position: relative;
        color: black;
    }

.background-blur {
    height: 100%;
    width: 100%;
    background-color: darkgray;
    position: absolute;
}

.left {
    float: left;
    text-align: left;
    width: content-max;
    padding: 3px 0 0 10px;
}

.right {
    float: right;
    text-align: right;
    width: content-max;
    padding: 3px 10px 0 0;
}

.contents {
    z-index: 100;
    position: inherit;
    font-size: 0.8em;
}

.main-content {
    padding: 8px 20px 10px 10px;
    height: content-max;
}

.footer-text {
    font-size: 0.8em;
    position: absolute;
    bottom: 8px;
    right: 8px;
}



#loader {
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.labelRed {
    color: white;
    padding: 8px;
}

.danger {
    background-color: #f44336;
}
/* Red */
