/****************************/
/*** Begin Screen Styling ***/
/****************************/
body {
    font-size: .845rem;
    background-color: #1a2733;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.screen-gallery .card-body {
    padding: 0 10px;
    width:80%;
}

.wrapper-body {
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.main-body {
    width: 100%;
    min-width: 0;
    -webkit-transition: margin-left .35s ease-in-out, left .35s ease-in-out;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out;
}

/* .btn:has(.icon) { */
main.content div.container-fluid:has(.screen-container) {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 63.5px;
    bottom: 50px;
}

footer.footer {
    line-height: 17px;
}

nav.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

.screen-toolbar {
    height: auto;
    min-height: 60px;
    line-height: 34px;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 30px;
    position: relative;
}

.screen-toolbar>div {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.screen-toolbar-search input {
    display: inline-flex;
    /* padding: 8px 152px 8px 12px; */
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    width: 182px;
    padding-left: 25px;
    /* margin-top:5px; */
    background-image: url(/assets/images/map/search.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.screen-toolbar .screen-toolbar-filter {
    /* width: 100%; */
    padding: 0%;
    margin-left: 10px;
    /* padding-top: 4px; */
}

.screen-toolbar .screen-toolbar-actions {
    white-space: nowrap;
    display: inline-flex;
    gap: 24px;
    margin-left: auto !important;
}

.screen-toolbar-actions div {
    cursor: pointer;
    height: 33px;
}

.screen-toolbar-actions span {
    font-size: 14px;
    color: #21252B;
    line-height: 20px;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
.screen-toolbar-actions button{
    height:32px;
}

a.btn-view i {
    padding: 10px;
}

.add-btn {
    display: flex;
    align-items: center;
    padding: 5px;
}

.screen-list table .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-color: #2B388E;
}

.screen-display {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: calc(100vh - 200px);
    padding: 5px 18px 10px 18px;
}

.screen-display>div {
    display: flex;
    flex: 1;
    flex-direction: row;
    position: relative;
}

.screen-filter-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1.5px solid #D9E0ED;
    border-radius: 8px;
    margin: 4px 0px;
    margin-bottom: 0px;
}

.screen-content-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 258px;
    right: 0;
    border-radius: 8px;
    border: 1px solid #E6EAEE;
    background-color: #FFFFFF;
    margin: 4px 0 0 0;
}


.screen-list .dataTables_scrollBody {
    height: calc(100vh - 345px);
}

.screen-page-heading {
    padding: 2px 16px 0px 0px;
}

.screen-page-heading svg {
    margin-bottom: 2px;
}

.screen-page-heading h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.screen-page-heading a {
    position: absolute;
    top: 12px;
    color: var(--blue-apex-brand-40-main, #2B388E);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 107.692% */
}

.screen-toolbar-search {
    margin-left: 1%;
}

.screen-content-container>div {
    display: flex;
    height: 100%;
    width: 100%;
}

.screen-list {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 20px;
    padding-bottom: 0px;
}

.screen-list table tbody tr {
    cursor: pointer;
}

.screen-gallery {
    height: 100%;
    width: 33%;
    padding: 0;
    overflow: auto;
}

.screen-gallery>div {
    padding: 15px;
}

.screen-map {
    height: 100%;
    width: 67%;
    padding: 10px;
    border-left: 1px solid #D9E0ED;
}

.screen-map>div {
    height: 100%;
    width: 100%;
}

.screen-container[data-mode="gallery"] .screen-map,
.screen-container[data-mode="gallery"] .screen-list,
.screen-container[data-mode="map"] .screen-list,
.screen-container[data-mode="list"] .screen-map,
.screen-container[data-mode="list"] .screen-gallery {
    display: none !important;
}

.screen-container[data-mode="gallery"] .screen-gallery {
    width: 100%;
}

.screen-container[data-mode="map"] .screen-gallery {
    padding: 0;
    overflow-x: hidden;
    border-radius: 8px;
}

.screen-container[data-mode="map"] .screen-gallery>div {
    padding: 0;
}

.filter-icon {
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.disableClick{
    pointer-events: none;
    opacity: 0.5;
}

/**********/
/* Filter */
/**********/
.facet-filters {
    margin-top: 10px;
    padding: 10px;
}


.facet-filters>div {
    justify-content: space-between;
}

.facet-filters h5 {
    color: #94A1B2;
}

.facet-container {
    margin: 0;
    padding: 0;
}

.facet {
    list-style: none;
}

.facet [data-toggle="collapse"],
.filter [data-toggle="collapse"]  {
    position: relative;
}

.facet>a,
.filter>a  {
    display: block;
    padding: 0.75rem 0.7rem !important;
    color: #6c757d;
    font-weight: 600;
    background: #fff;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.facet>a[data-toggle="collapse"]:before,
.filter>a[data-toggle="collapse"]:before {
    content: " ";
    border: solid;
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 8px;
    height: 8px;
}

.facet [data-toggle=collapse]:not(.collapsed):before,
.filter [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 1.4rem;
    width: 8px;
    height: 8px;
}

.facet .facet-label {
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.facet-item-label,
.custom-control-label {
    font-size: 14px;
    line-height: normal;
    color: #21252B;
}

.facet-item-count {
    color: #94A1B2;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.facet a.show-more-link,
.facet a.show-less-link {
    padding: 0.625rem 0.7rem 0.625rem 0.7rem !important;
    color: #2B388E;
}

.facet .show-more-item {
    display: none;
}

.facet .show-more-item.show {
    display: inherit;
}

.facet-item-container {
    padding-left: 0;
    list-style: none;
}

.facet-item>a,
.filter-item>a  {
    padding: 0.625rem 0.7rem 0.625rem 0.7rem !important;
    color: #6c757d;
    background: #fff;
    font-weight: 400;
    text-decoration: none;
}

.facet-item.selected>a,
.filter-item.selected>a{
    background-color: #243648 !important;
    color: #fff !important;
    background: #f3f2ff !important;
    font-weight: 600 !important;
}

.filter-content-screen {
    overflow: auto;
    position: absolute;
    top: 135px;
    bottom: 10px;
    left: 11px;
    /* width: 270px; */
    width: 95%;
}

.screen-filter-container .closeFilter {
    float: right;
}

.selected-filter {
    border: 1px solid var(--grey-20, #D9E0ED);
    display: inline-flex;
    padding: 4px 12px;
    line-height: normal;
    margin-left: 12px;
    margin-top: 3px;
    border-radius: 4px;
    background: var(--base-white, #FFF);
    align-items: center;
    gap: 10px;
}

.selected-filter i {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.selected-filter span {
    text-transform: capitalize;
    color: var(--text-primary, #21252B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.reset-filters-link {
    margin-bottom: 4px;
    text-transform: none;
    font-size: initial
}

.multiSelect {
    position: sticky;
    z-index: 999;
    top: 0;
}

.screen-gallery-text {
    padding: 10px !important;
}

.screen-header {
    padding: 0px 20px 5px 20px;
    margin: 0;
}



/**************************/
/*** End Screen Styling ***/
/**************************/


/* scrollbar  */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(36, 54, 72, 1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(116, 126, 183, 1);
}

/******************************/
/********    Body      *******/
/****************************/

/* body {
    font-size: .845rem;
    background-color: #1a2733;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
} */

/****************/
/* login styles */
/****************/
#login .login {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 800px;
    margin-top: 70px;
}

#login .login-message {
    position: relative;
    float: left;
    width: 400px;
    background-color: #EFEFEF;
    padding: 30px 30px 25px 35px;
    overflow: auto;
    font-size: 2em;
}

#login .login-dialog {
    text-align: left;
    background-color: #fff;
}

#login .login-logo {
    text-align: center;
}

#login .login-logo img {
    height: 60px;
    margin-bottom: 2px;
}

#login .login-background {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#login .login-form {
    float: left;
    width: 400px;
    height: 100%;
    color: #606060;
    position: relative;
}

#login .login-form .title {
    font-size: 22px;
    padding: 20px 30px;
}

#login .login-form .message {
    padding: 0 30px 10px 30px;
    margin-top: -10px;
    text-align: center;
    font-size: 14px;
    color: #CC0000;
}

#login .signIn_privacy_policy {
    position: absolute;
    bottom: 5px;
    right: 20px;
}

#login div.login-version {
    padding-top: 5px;
    color: #efefef;
    font-weight: normal;
}

#login div.login-version a {
    color: #2B73EE;
    font-weight: normal;
}
.AuthorizeHeader img{
    max-width: 500px;
}

.screen-toolbar-search {
    position: relative;
}
.screen-toolbar-search input[type="text"] {
    width: 100%;
}
.clear-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 16px;
}
.screen-toolbar-search input[type="text"]:not(:placeholder-shown) ~ .clear-btn,
.screen-toolbar-search input[type="text"]:focus ~ .clear-btn {
    display: block;
}

/******************************/
/********    Content   *******/
/****************************/
.content {
    padding: 4rem 1rem 2.8rem 1rem !important;
}

#details_1 .card {
    box-shadow: none !important;
}

.card {
    box-shadow: none !important;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 0.1rem rgba(36, 54, 72, 0.5) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #243648;
}

#alertDropList .list-group .list-group-item:hover {
    background: #fff !important;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #243648 !important;
    background-color: #243648 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #243648;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(36, 54, 72);
}

.tt-menu {
    width: 500px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 1000 !important;
}

select option:hover {
    box-shadow: 0 0 10px 10px red inset !important;
}

select:active,
select:hover {
    outline-color: red !important;
}

/******************************/
/********    Toast     *******/
/*****************************/
.toast-info {
    background-color: #4480d2 !important;
}

.toast-progress {
    background-color: #234069 !important;
}

/******************************/
/********    Modal     *******/
/*****************************/
.full-modal {
    position: fixed;
    top: 63px;
    bottom: 0;
    min-width: 100%;
    margin: 0;
}

.modal.fade:not(.show) .modal-dialog {
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
}

.sw-btn-prev {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    margin-right: inherit !important;
    background-color: #d6dbe1 !important;
    color: #495057 !important;
}

.sw-btn-next {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    color: #fff !important;
    background-color: #243648 !important;
    border-color: #243648 !important;
}

/*******************************/
/*      Side Menu Styles       */
/******************************/
.sidebar {
    min-width: 256px;
    max-width: 256px;
    max-height: calc(100vh - 130px) !important;
    border-right: 1px solid #edeef0;
}

.sidebar,
.sidebar-content {
    -webkit-transition: margin-left .35s ease-in-out, left .35s ease-in-out;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out;
    background: #fff;
}

.sidebar-sticky .sidebar-content {
    border-right: 1px solid #edeef0
}

.sidebar-sticky .sidebar-nav {
    padding-bottom: 0
}

.sidebar-sticky .sidebar-content {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 256px
}

.sidebar-nav {
    padding-bottom: 0 !important;
    padding-left: 0;
    list-style: none
}

.sidebar-link,
a.sidebar-link {
    display: block;
    padding: .75rem 1.5rem;
    color: #6c757d;
    font-weight: 600;
    background: #fff;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
    margin-right: .75rem;
    color: #6c757d;
    opacity: .3
}

.sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 3.625rem
}

.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 4.5rem
}

.sidebar-link:focus {
    outline: 0
}

.sidebar-link:hover {
    color: #000;
    background: #fff;
}

.common-sidebar-menu .sidebar-link:hover {
    color: #000;
    background: #e3e3e3;
}

.sidebar-link:hover i,
.sidebar-link:hover svg {
    color: #000;
    opacity: .5
}

.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active>.sidebar-link {
    color: #243648;
    background: #fff;
}

.common-sidebar-menu .sidebar-item.active .sidebar-link:hover,
.common-sidebar-menu .sidebar-item.active>.sidebar-link {
    color: #243648;
    background: #e3e3e3;
}

.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active>.sidebar-link i,
.sidebar-item.active>.sidebar-link svg {
    color: #243648;
    opacity: .5
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 2.75rem;
    color: #6c757d;
    background: #fff;
    font-weight: 400
}

.sidebar-dropdown .sidebar-item.active .sidebar-link,
.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #000;
    background: #fff;
    font-weight: 600
}

.top10modeldata .sidebar-link {
    padding: 0px 1px 0px 1px;
    border-bottom: 1px solid #e7e7e7;
}

.common-sidebar-menu .sidebar-dropdown .sidebar-item.active .sidebar-link,
.common-sidebar-menu .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    color: #000;
    background: #e3e3e3;
    font-weight: 600
}

.sidebar [data-toggle=collapse] {
    position: relative
}

.sidebar-item.active [data-toggle=collapse]:before {
    content: " ";
    border: solid;
    border-width: 0 .1rem .1rem 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sidebar-item.active [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 1.4rem
}

.sidebar-brand {
    font-weight: 600;
    font-size: 1.15rem;
    padding: 0rem 2.8rem 0.5rem 2.8rem;
    color: #343a40;
    display: block
}

.sidebar-brand:hover {
    text-decoration: none;
    color: #343a40
}

.sidebar-brand:focus {
    outline: 0
}

.sidebar-brand .feather,
.sidebar-brand svg {
    color: #2c7be5;
    height: 24px;
    width: 24px;
    margin-left: -.15rem;
    margin-right: .375rem
}

.sidebar-toggle {
    cursor: pointer;
    width: 26px;
    height: 26px
}

.sidebar.toggled {
    margin-left: -256px
}

.sidebar.toggled .sidebar-content {
    left: -256px
}

@media (min-width:1px) and (max-width:991.98px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar .sidebar-content {
        left: 0;
    }

    .sidebar.toggled {
        margin-left: 0
    }

    .sidebar.toggled .sidebar-content {
        left: 0
    }

    .sidebar-collapsed {
        margin-left: 0
    }

    .sidebar-collapsed .sidebar-content {
        left: 0
    }

    .sidebar-collapsed.toggled {
        margin-left: 0;
    }

    .sidebar-collapsed.toggled .sidebar-content {
        left: 0;
    }
}

.sidebar-header {
    background: transparent;
    color: #6c757d;
    padding: 10px !important;
    font-size: .65rem;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
}

.sidebar-bottom {
    -webkit-transition: margin-left .35s ease-in-out, left .35s ease-in-out;
    transition: margin-left .35s ease-in-out, left .35s ease-in-out;
    padding: 1rem;
    width: inherit;
    font-size: .8rem;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #f8f9fa;
    min-width: 256px;
    max-width: 256px;
    color: #343a40;
    border-right: 1px solid #edeef0;
    margin-left: 0
}

.sidebar-bottom h5 {
    color: #343a40
}

.sidebar.toggled .sidebar-bottom {
    margin-left: -256px
}

.sidebar-badge {
    position: absolute;
    right: 15px;
    top: 14px
}

/*******************************/
/*      Custom changes        */
/******************************/
.dropdown-menu.date_select.show {
    display: block;
    left: -2em !important;
    /*min-width: 290px !important;*/
}
/*******************************/
/*      Data table            */
/******************************/
.table.dataTable tbody tr:hover {
    background-color: #243648;
    color: white;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #243648;
    border-color: #243648;
}

table.dataTable thead {
    background-color: #343a3f !important;
    color: #fff !important;
}

/*******************************/
/*         Type head          */
/******************************/
.typeahead {
    min-width: 380px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: #243648;
}

/*******************************/
/*         Miscellaneous       */
/******************************/
.threedot {
    color: #1a2733 !important;
}

/*******************************/
/*      Nav Bar Styles        */
/******************************/
.navbar {
    border-bottom: 0;
    box-shadow: none !important;
    background-color: #243648;
    min-height: 63.5px;
    box-shadow: 0 0 1rem 0 rgb(53 64 82 / 10%) !important;
    border: none !important;
}

/*******************************/
/*******   Nav tab           ***/
/******************************/

.nav-tabs {
    background-color: transparent !important;
}

.tab .nav-tabs .nav-link.active {
    color: #000 !important;
    background: #243648;
}

.tab .nav-tabs .nav-link {
    color: #fff !important;
}

.fa.fa-bell {
    color: white !important;
    font-size: 20px !important;
}

.far.fa-bell {
    color: #000 !important;
    font-size: 20px !important;
}

.dropdown-menu.show {
    display: block;
    top: 42px;
}

.breadcrumb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 1rem !important;
    margin-bottom: 0rem !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: .2rem;
    font-size: initial;
}

.breadcrumb-item+.breadcrumb-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "\f054";
    font-size: 15px;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.sidebar-dropdown-toggle:after {
    border: none;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-toggle {
    color: white !important;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
}

/*******************************/
/*     Alert Dropdown          */
/******************************/
.alertDropDown {
    max-height: calc(100vh - 130px) !important;
    overflow-y: auto;
}

/*.suggestion {
	    padding: 3px 20px;
	    font-size: 14px;
	    line-height: 20px;
	    color: #000;
	}*/
/* Twitter Typeahead
================================================== */
.tt-query {
    /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
    /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 500px;
    /*top: 34px!important;
    left: auto!important;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 1000 !important;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
}

.tt-suggestion .category {
    color: #E87911;
}

.tt-suggestion .description {
    color: #A0A0A0;
}

.tt-suggestion.tt-selectable:hover,
.tt-suggestion.tt-selectable:hover .description,
.tt-suggestion.tt-selectable.tt-cursor,
.tt-suggestion.tt-selectable.tt-cursor .description {
    background-color: #486C8F;
    color: #fff;
}

.tt-suggestion.tt-is-under-cursor {
    /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-dataset {
    /*max-height: 250px;
  overflow-y: auto;*/
}

/*******************************/
/*      Bootstrap Accordian overwrite Styles */
/******************************/
.sidebar-custom {
    min-width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 130px) !important;
    overflow-y: auto;
}

/*****************************/
/*******   INFO WINDOW  *****/
/****************************/
.iw-title {
    font-size: 18px;
    font-weight: 400;
    background-color: #fff;
}

.iw-container .iw-content {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    padding: 8px 0px 8px 0px;
}

.iw-close-btn:hover {
    cursor: pointer;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

/*****************************/
/*****   Toggle Button  *****/
/****************************/
.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    max-width: 60px;
    height: 25px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #243648;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 22px;
    width: 27px;
    height: 14px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
    font-size: 11px;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'ON';
    position: absolute;
    top: 5px;
    left: 7px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
    font-size: 11px;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

/*****************************/
/* loading content animation */
/*****************************/
.loading-container {
    height: calc(100vh - 130px);
    width: 100%;
    display: flex;
    align-items: center;
}

.loading-container.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #243648;
    width: 120px;
    height: 120px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: auto;
    margin-left: auto;
}

.loader.size-40 {
    width: 40px;
    height: 40px;
    border-width: 5px;
    border-top-width: 5px;
}

.loader.size-30 {
    width: 30px;
    height: 30px;
    border-width: 4px;
    border-top-width: 4px;
}

/*************************/
/******* Buttons *********/
/*************************/

.btn-info,
.btn-info.disabled,
.btn-info.focus,
.btn-info.hover:not(:disabled):not(.disabled),
.btn-info:disabled,
.btn-info:focus,
.btn-info:hover:not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #243648;
    border-color: #243648;
}

.btn-info:disabled {
    cursor: not-allowed !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #243648;
    border-color: #243648;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 54, 72, 0.6);
}

.btn.focus,
.btn:focus,
.fc-unthemed .fc-button:focus,
.fc-unthemed .focus.fc-button {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #456b8c;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #243648 !important;
    border-color: #243648 !important;
}

.enable a {
    color: gray !important;
}

.enable:hover i,
.enable:hover a {
    color: #243648 !important;
}

.enable:hover {
    color: #243648 !important;
    cursor: pointer;
    text-decoration: none;
}

.isDisabled i {
    color: white !important;
    cursor: not-allowed;
    text-decoration: none;
}

.isDisabled {
    color: white !important;
    cursor: not-allowed;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #243648;
    background-color: #243648;
}

.isDisabled:hover {
    color: white !important;
    cursor: not-allowed;
    text-decoration: none;
}

.isDisabled:hover a {
    color: white !important;
    cursor: not-allowed !important;
    text-decoration: none;
}

.isDisabled:hover i {
    color: white !important;
    cursor: not-allowed;
    text-decoration: none;
}

.isDisabled small {
    color: white !important;
}

.btn-outline-info {
    background: none rgb(255, 255, 255);
    border: 0px;
    color: #243648 !important;
    margin: 7px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0px;
    right: 0px;
}

.btn-outline-info:hover {
    color: #fff !important;
    background-color: #243648 !important;
    border-color: #243648;
}

/*************************/
/******* FOOTER **********/
/*************************/
footer.footer {
    background: #243648;
    border-top: 1px solid #243648;
    padding: 1rem .75rem;
}

/*********************************/
/******* Card accordian **********/
/*********************************/
.card [data-toggle=collapse]:before {
    content: "\f0d7" !important;
    font-family: "Font Awesome 5 Free" !important;
    border: none !important;
    border-width: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    display: inline-block;
    top: 1rem !important;
    right: 12px !important;
    position: absolute;
    z-index: 1;
    font-weight: 900;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.card [aria-expanded=true]:before,
.card [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 1rem;
}

#eventTime [data-toggle=collapse]:before {
    content: "\f0d7" !important;
    font-family: "Font Awesome 5 Free" !important;
    border: none !important;
    border-width: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    display: inline-block;
    top: -1.3rem !important;
    right: -2em !important;
    /*left: 4em !important;*/
    /*left: -9em !important;*/
    position: absolute;
    z-index: 1;
    font-weight: 900;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#eventTime [aria-expanded=true]:before,
#eventTime [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: -1.3rem !important;
    /*left: 4em !important;*/
}

/*************************/
/******* Timeline *********/
/*************************/
.timeline-item.stoppage:before {
    content: url(/assets/images/eventsNew/stoppage.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.stoppage:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.movement:before {
    content: url(/assets/images/eventsNew/movement.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.movement:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.speed:before {
    content: url(/assets/images/eventsNew/speed.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.speed:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.ignition_off:before {
    content: url(/assets/images/eventsNew/ignition_off.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.ignition_off:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.auto_locate:before {
    content: url(/assets/images/eventsNew/auto_locate.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.auto_locate:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.current:before {
    content: url(/assets/images/eventsNew/current.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.current:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.daily_secret_loc:before {
    content: url(/assets/images/eventsNew/daily_secret_loc.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.daily_secret_loc:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.gps_acquired:before {
    content: url(/assets/images/eventsNew/gps_acquired.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.gps_acquired:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 25px;
    height: 20px;
}

.timeline-item.gps_lost:before {
    content: url(/assets/images/eventsNew/gps_lost.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.gps_lost:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 25px;
    height: 20px;
}

.timeline-item.idle_alert:before {
    content: url(/assets/images/eventsNew/idle_alert.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.idle_alert:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.ignition_on:before {
    content: url(/assets/images/eventsNew/ignition_on.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.ignition_on:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.low_battery:before {
    content: url(/assets/images/eventsNew/low_battery.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.low_battery:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.low_internal_battery:before {
    content: url(/assets/images/eventsNew/low_internal_battery.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.low_internal_battery:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.motion_detect:before {
    content: url(/assets/images/eventsNew/motion_detect.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.motion_detect:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.power_disconnected:before {
    content: url(/assets/images/eventsNew/power_disconnected.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.power_disconnected:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.power_reconnected:before {
    content: url(/assets/images/eventsNew/power_reconnected.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.power_reconnected:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.pulse:before {
    content: url(/assets/images/eventsNew/pulse.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.pulse:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.starter_disabled:before {
    content: url(/assets/images/eventsNew/starter_disabled.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.starter_disabled:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.starter_enabled:before {
    content: url(/assets/images/eventsNew/starter_enabled.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.starter_enabled:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.warning:before {
    content: url(/assets/images/eventsNew/warning.png);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.warning:before {
    background: none !important;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 18px;
    height: 20px;
}

.timeline-item.parking:before {
    content: "P";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.parking:before {
    background: #243648;
    border-radius: 0% !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800 !important;
    border: 3px solid #243648;
    left: -39px;
    top: 40%;
    width: 20px;
    height: 20px;
}

.timeline-item.obd_data:before {
    content: "\f1b9";
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.obd_data:before {
    color: #243648;
    font-size: 14px;
    font-weight: 900 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 20px;
    height: 20px;
}

.timeline-item.sleep_mode_on:before {
    content: "\f023";
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.sleep_mode_on:before {
    color: #243648;
    font-size: 14px;
    font-weight: 900 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 20px;
    height: 20px;
}

.timeline-item.wake_up:before {
    content: "\f13e";
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.wake_up:before {
    color: #243648;
    font-size: 14px;
    font-weight: 900 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 20px;
    height: 20px;
}

.timeline-item.driving:before {
    content: "\f1b9";
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.driving:before {
    color: #243648;
    font-size: 14px;
    font-weight: 900 !important;
    border: none !important;
    left: -39px;
    top: 40%;
    width: 20px;
    height: 20px;
}

.timeline-item.last-reported:before {
    content: url(/assets/images/map/report-pin.svg);
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item.last-reported:before {
    color: #243648;
    font-size: 14px;
    font-weight: 900 !important;
    border: none !important;
    left: -39px;
    top: 25%;
    width: 22px;
    height: 35px;
}

.timeline-item:before.timeline:before {
    content: "\f106";
    display: flex;
    font-family: "Font Awesome 5 Free";
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    font-weight: 900;
}

.timeline-item:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #47bac1;
    left: -39px;
    width: 20px;
    height: 20px;
    top: 40%;
}

.timeline-item {
    position: relative;
}

.timeline-last {
    list-style-type: none !important;
    position: relative !important;
}

.timeline-last:before {
    background: #dee2e6;
    left: 9px;
    width: 0px !important;
    height: 100%;
}

.timeline-item.parking.active {
    background: #cccccc3d !important;
}

.timeline-item.driving.active {
    background: #cccccc3d !important;
}

.timeline-event {
    list-style-type: none;
    position: relative;
    /* left: 0px; */
}

b,
strong {
    font-weight: 900 !important;
}

.daterangepicker.ltr.show-ranges.opensright.show-calendar {
    z-index: 9999 !important;
}

.media-card {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, .05) !important;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: .25rem;
}

.select-plan-accordian [data-toggle=collapse]:before {
    content: " " !important;
    font-family: "Font Awesome 5 Free" !important;
    border: none !important;
    border-width: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    display: inline-block;
    top: 1rem;
    right: -3px;
    position: absolute;
    z-index: 1;
    font-weight: 900;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.select-plan-accordian [aria-expanded=true]:before,
.select-plan-accordian [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    top: 1rem !important;
    right: -3px;
}

.media-accordian [data-toggle=collapse]:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free" !important;
    border: none !important;
    border-width: 0px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    display: inline-block;
    top: -1.3rem;
    right: -3px;
    position: absolute;
    z-index: 1;
    font-weight: 900;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.media-accordian [aria-expanded=true]:before,
.media-accordian [data-toggle=collapse]:not(.collapsed):before {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    top: -1.3rem !important;
    right: -3px;
}

.initialFont {
    font-size: initial !important;
}

.font-small {
    font-size: small;
}

.img-fluid-h0 {
    max-width: 100%;
}

.dropdown-toggle-i {
    cursor: pointer;
}

.absoluteValue {
    position: absolute;
    top: 48%;
    color: white;
    left: 55%;
    font-size: 11px;
    font-weight: 900;
}

.daterangeinput i.fa-calendar {
    position: absolute;
    left: 3%;
    top: 6.5em;
    z-index: 1;
    color: gray;
}

.daterangeinput i.fa-caret-down {
    position: absolute;
    right: 3%;
    top: 6.5em;
    z-index: 1;
    color: gray;
}

/*************************************/
/******* Notification Loader *********/
/*************************************/
.notificationloader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.notificationloader span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #243648;
    margin: 35px 5px;
    opacity: 0;
}

.notificationloader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.notificationloader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.notificationloader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/*************************/
/******* SPINNER *********/
/*************************/

@media only screen and (min-device-width : 680px) and (max-device-width : 795px) {
    .typeahead {
        min-width: 20px !important;
    }
}

@media only screen and (max-device-width: 767px) {
    #login .login {
        width: 100%;
    }

    #login .login-logo {
        text-align: center;
    }

    .login-dialog {
        margin: 15px;
        height: 100% !important;
    }

    #login .login-message {
        display: none;
    }

    #login .login-form {
        float: none;
        width: 100%;
        height: 100%;
    }

    #login .login-form .title {
        text-align: center;
    }

    #login .login-logo img {
        height: 45px !important;
    }

    .login-form,
    .login-form .btn,
    .login-version {
        font-size: 12px;
    }

    .login-form .title {
        font-size: 18px !important;
    }

    #login .form-group label {
        margin-right: 0 !important;
    }
}

#myModal4 .modal-footer button {
    background-color: #38a0ff;
    color: #fff;
    font-weight: 700;
}

#myModal4 .modal-footer button:hover {
    color: #fff;
}

#myModal3 .modal-footer button {
    background-color: #38a0ff;
    color: #fff;
    font-weight: 700;
}

#myModal3 .modal-footer button:hover {
    color: #fff;
}

#myModal4 .modal-content {
    background-color: #3e3e3e;
    color: #fff;
}

#myModal4 .modal-title4 {
    color: #fff;
}

.cancelLogout {
    background-color: #3e3e3e !important;
}

.cancelLogout:hover {
    color: #fff !important;
}

#myModal4 .modal-header {
    border-bottom: 1px solid #444;
}

#myModal4 .modal-footer {
    border-top: 1px solid #444;
}

.buttonContent {
    display: block;
    float: left;
}

@media (max-width: 900px) {
    .pageHeading {
        display: none !important;
    }

    .navbar-fixed-bottom .text-left {
        text-align: center !important;
    }

    .navbar-fixed-bottom .text-right {
        text-align: center !important;
    }

    .buttonContent {
        display: none !important;
    }

    .twitter-typeahead .typeahead {
        min-width: 75% !important;
    }

    .d-sm-inline-block .form-group {
        margin-bottom: 0;
        margin-left: 2rem;
    }

    .d-sm-inline-block .input-group {
        flex-wrap: inherit;
    }
}

.mglass {
    cursor: pointer;
}

.selected-globalSearch {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slideOut 0.5s backwards;
    -webkit-animation: slideOut 0.5s backwards;
}

@keyframes slideOut {
    0% {
        -webkit-transform: translateX(-2%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(10%);
        opacity: 0;
    }
}

@-webkit-keyframes slideOut {
    0% {
        transform: translateX(-2%);
        opacity: 1;
    }

    100% {
        transform: translateX(10%);
        opacity: 0;
    }
}

.selected-globalSearch:focus {
    border: none !important;
    box-shadow: none !important;
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(10%);
    }

    100% {
        -webkit-transform: translateX(-2%);
    }
}

@-webkit-keyframes slide-in {
    30% {
        transform: translateX(70%);
    }

    70% {
        transform: translateX(30%);
    }
}

input[name=globalSearchV1] {
    border: none !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    border: none !important;
    box-shadow: none !important;
}

.tt-menu {
    width: 400px;
}

.pageHeading {
    font-size: 14px;
}

.tt-dataset {
    max-height: calc(100vh - 103px);
    overflow-y: auto;
}

.empty-message {
    padding: 10px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (min-width:1px) and (max-width:600px) {
    .responsive-form {
        display: none !important;
    }

    .main-logo {
        margin-left: 8% !important;
    }
}

@media (min-width:1px) and (max-width:465px) {
    .main-logo {
        display: none !important;
    }
}

@media (max-width: 980px) {
    .pageHeading {
        display: none !important;
    }

    .navbar-fixed-bottom .text-left {
        text-align: center !important;
    }

    .navbar-fixed-bottom .text-right {
        text-align: center !important;
    }

    .input-group.global-search {
        display: none !important;
    }

    .twitter-typeahead .typeahead {
        min-width: 75% !important;
    }

    .d-sm-inline-block .form-group {
        margin-bottom: 0;
        margin-left: 2rem;
    }

    .d-sm-inline-block .input-group {
        flex-wrap: inherit;
    }

    .tt-menu {
        width: 310px;
        left: -10px !important;
    }

    .tt-dataset {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    .tt-suggestion {
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    .filter-text {
        display: none;
    }

    .filter-icon {
        padding: 10px;
    }

    .screen-page-heading>h3 {
        font-size: 18px !important;
        padding-left: 4%;
    }

    .screen-toolbar-actions {
        gap: 6px !important;
    }

    /* .screen-toolbar {
        padding-left: 5px !important;
    } */

    .screen-page-heading {
        padding-right: 5px !important;
    }

    .screen-toolbar .screen-toolbar-filter {
        margin-left: 3px;
    }

    #geofence-map-btn {
        height: 30px;
        width: 30px;
    }

    #info-icon {
        height: 30px;
        width: 30px;
    }

    #map-filter-button {
        height: 30px;
        width: 30px;
    }

    .gm-fullscreen-control {
        height: 30px !important;
        width: 30px !important;
    }
}

@media screen and (max-width: 992px) {

    .screen-filter-container {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -40px;
        height: 60%;
        width: 100%;
        z-index: 1000;
        background-color: #fff;
        margin-left: 0;
        box-shadow: 0 0 1rem 0 rgb(53 64 82 / 10%) !important;
    }

    .filter-content {
        min-height: calc(100vh - 400px) !important;
        height: calc(100vh - 400px) !important;
    }

    .screen-filter-container[data-mode="open"] {
        visibility: visible;
        opacity: 1;
        top: 0;
        transition: all 0.5s;
    }

    .screen-content-container {
        left: 0;
    }

    .screen-display {
        min-height: calc(100vh - 230px);
    }

    .screen-map {
        position: absolute;
        top: 0;
        height: 50%;
        width: 100%;
        border-bottom: 1px solid #d9e0ed;
    }

    .screen-gallery {
        position: absolute;
        height: 100%;
        bottom: 0;
        width: 100% !important;
    }

    .screen-container[data-mode="map"] .screen-gallery {
        height: 50%;
    }

    .filter-icon {
        display: inline;
    }

    .screen-toolbar {
        height: auto !important;
        min-height: 110px !important;
    }

    .selected-filter-list {
        position: absolute;
        left: 0;
    }

    .filter-content-screen {
        width: 98%;
        left: 0;
    }

    .closeFilter {
        right: 20px;
        position: absolute;
        top: 10px;
    }

    #map {
        height: 100% !important;
    }

    .facet-item.selected {
        animation: none;
    }

    .screen-display {
        top: 0%;
        position: relative;
    }

    .report-results .dataTables_scrollBody {
        height: calc(100vh - 410px);
        overflow: scroll;
    }

    .screen-filter-container {
        box-shadow: 0 0 1rem 0 rgb(53 64 82 / 10%) !important;
    }

    .screen-list .dataTables_scrollBody {
        height: calc(100vh - 390px) !important;
    }

    .filter-content-screen {
        padding: 10px;
    }

    .selected-filter-list {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .screen-display {
        min-height: calc(100vh - 250px) !important;
    }

    .selected-filter-list {
        position: absolute;
        top: 64%;
        left: 2%;
    }

    .filter-icon .filter-text {
        display: none;
    }

    .screen-toolbar-actions .actionButtons {
        display: none
    }

    .screen-toolbar-search input {
        width: 120px;
    }

    .screen-toolbar .screen-toolbar-actions {
        gap: 12px;
        margin-left: 3% !important;
    }

    .screen-list .dataTables_scrollBody {
        height: calc(100vh - 435px) !important;
    }

    .screen-toolbar-search,
    .screen-toolbar-filter {
        float: left;
    }

    .screen-header.report-details {
        display: block !important;
    }

    .screen-toolbar .screen-toolbar-actions {
        display: inline-flex;
    }

    .report-results .dataTables_scrollBody {
        height: calc(100vh - 460px) !important;
        overflow: scroll;
    }
}

@media screen and (max-width : 640px) {
    .card {
        height: 100% !important;
        max-height: 100% !important;
    }

    .card-body {
        height: 100% !important;
        max-height: 100% !important;
        padding-bottom: 0px !important;
    }

    .page-link {
        position: relative;
        display: block;
        padding: 9px;
        margin-left: -1px;
        line-height: 1.25;
        color: #6c757d;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

    .wrapper-body {
        -webkit-box-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: flex;
        width: 100%;
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 352px) {
    .filter-icon span {
        display: none;
    }
}

.pageHeading {
    margin-top: 5px !important;
}

.profileIconMobile {
    color: #676b6f;
    font-size: 20px;
}

/**********************/
/*****  Wizard Start   *******/         
/*********************/
/*!
 * jQuery SmartWizard v5
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipu.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/jquery-smartwizard/blob/master/LICENSE
 */
 .sw {
	position: relative
}

.sw *,
.sw ::after,
.sw ::before {
	box-sizing: border-box
}

.sw>.tab-content {
	position: relative;
	overflow: hidden
}

.sw .toolbar {
	padding: .8rem
}

.sw .toolbar>.btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: .2rem;
	margin-right: .2rem;
	cursor: pointer
}

.sw .toolbar>.btn.disabled,
.sw .toolbar>.btn:disabled {
	opacity: .65
}
.sw > .nav {
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width:640px) {
	.sw>.nav {
		flex-direction: column!important;
		flex: 1 auto
	}
}

.sw>.nav .nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none
}

.sw>.nav .nav-link:active,
.sw>.nav .nav-link:focus,
.sw>.nav .nav-link:hover {
	text-decoration: none
}

.sw>.nav .nav-link::-moz-focus-inner {
	border: 0!important
}

.sw>.nav .nav-link.disabled {
	color: #ccc!important;
	pointer-events: none;
	cursor: default
}

.sw>.nav .nav-link.hidden {
	display: none!important
}

.sw.sw-justified>.nav .nav-link,
.sw.sw-justified>.nav>li {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.sw.sw-dark {
	color: rgba(255, 255, 255, .95);
	background: #000
}

.sw.sw-loading {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sw.sw-loading::after {
	content: "";
	display: block;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .7);
	z-index: 2;
	transition: all .2s ease
}

.sw.sw-loading::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 45%;
	width: 2rem;
	height: 2rem;
	border: 10px solid #f3f3f3;
	border-top: 10px solid #3498db;
	border-radius: 50%;
	z-index: 10;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
.sw-theme-dots>.tab-content>.tab-pane {
	padding: 10px;
	padding-left: 32px;
	padding-top: 16px;
}

.sw-theme-dots .toolbar>.btn {
	color: #fff;
	background-color: #17a2b8;
	border: 1px solid #17a2b8;
	padding: .375rem .75rem;
	border-radius: .25rem;
	font-weight: 400
}

.sw-theme-dots>.nav {
	position: relative;
	margin-bottom: 10px
}

.sw-theme-dots>.nav::before {
	content: " ";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 2px;
    width: 5px;
    height: 100%;
    background-color: #eee;
    border-radius: 4px;
    z-index: 1;
}

.sw-theme-dots>.nav .nav-link {
	position: relative;
	margin-top: 40px
}

.sw-theme-dots>.nav .nav-link::before {
	content: " ";
	position: absolute;
	display: block;
	top: -36px;
	left: -1px;
	right: 0;
	margin-left: auto;
	margin-right: auto !important;
	width: 0px;
	height: 0px !important;
	border-radius: 50% !important;
	border: none !important;
	background: #d4d2d2 !important;
	color: #428bca !important;
	text-decoration: none !important;
	z-index: 98 !important;
}

.sw-theme-dots>.nav .nav-link::after {
	content: " ";
    position: absolute;
    display: block;
    top: -30px;
    left: -7px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 99;
}

.sw-theme-dots>.nav .nav-link.inactive {
	color: #999 !important;
	cursor: not-allowed
}

.sw-theme-dots>.nav .nav-link.inactive::after {
	background-color: #999 !important;
}

.sw-theme-dots>.nav .nav-link.active {
	color: #5bc0de!important;
	cursor: pointer;
}

.sw-theme-dots>.nav .nav-link.active::after {
	background-color: #5bc0de!important
}

.sw-theme-dots>.nav .nav-link.done {
	color: #5cb85c;
	cursor: pointer
}

.sw-theme-dots>.nav .nav-link.done::after {
	background-color: #5cb85c !important;
}

.sw-theme-dots>.nav .nav-link.disabled {
	color: #f9f9f9;
	cursor: not-allowed
}

.sw-theme-dots>.nav .nav-link.disabled::after {
	background-color: #f9f9f9
}

.sw-theme-dots>.nav .nav-link.danger {
	color: #d9534f;
	cursor: pointer
}

.sw-theme-dots>.nav .nav-link.danger::after {
	background-color: #d9534f
}

.sw-theme-dots.sw-dark {
	color: rgba(255, 255, 255, .95);
	background: #000
}

.sw-theme-dots.sw-dark>.nav::before {
	background-color: #3c3c3c
}

.sw-theme-dots.sw-dark>.nav .nav-link::before {
	background: #434343;
	color: #000
}

.tab-vertical.sw-theme-dots>ul.step-anchor>li.done>a::after {
    background-color: #999 !important;
    cursor: pointer;
}

.tab-vertical.sw-theme-dots>ul.step-anchor>li.active>a::after {
    background-color: #243648!important;
    cursor: pointer;
}

.sw.sw-justified>.nav>li > div.nav-link-heading::after {
	content: ""attr(name)"";
	position: absolute;
    top: auto;
    left: 32px;
    min-width: 125px;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    margin-top: 10px;
}

/**********************/
/*****  Wizard End   *******/         
/*********************/
.loading-container-modal {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.filters-content li {
    list-style: none;
}
.filters-header span{
    color: #94A1B2;
    margin: 0px 15px;
}
.filters-content .filter-container {
    padding: 20px 0px;
}
.filter a{
    padding: 0 16px;
    color: black;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}
.filter-item-container{
    padding:0;
}
.filter-item-container span{
    font-size: 14px;
    line-height: normal;
    color: #21252B;
    font-weight: 400;
    text-decoration: none;
}
.filters-header{
    margin-top: 26px;
}
#resetFilters{
    float: right;
}