#map {
    /*position: absolute;*/
    /*top: 0;
bottom: 0;*/
    width: 100%;
}

#tileViewDiv {
    width: 100%;
    position: absolute;
    z-index: 11;
    opacity: 0;
    background-color: #F1F5F9;
}

.tile-row {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;*/
    /*justify-content: stretch;*/
    /*align-content: flex-start;*/
    padding: 20px;
    height: 100%;
    width: 100%;
    display: grid;
    overflow: auto;
    /*  grid-template-rows: repeat(10000, 400px);*/
    grid-auto-rows: 400px;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.tile-column {
    /*flex-grow: 1;*/
    background-color: white;
    /* height: 200px;*/
    /*width: 300px;*/
    /*max-width: 400px;*/
    /*  margin: 0 5px 5px 0;*/
}

    .tile-column:hover {
        background-color: ivory;
    }

.bg-none {
    background: none !important;
}

/*custom style which can be used for generic purpose; append here if need more START*/

body {
    font-family: 'Heebo', sans-serif;
    color: #4a4a4a;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.2;
    font-size: 14px;
}

img {
    width: 100%;
    max-height: 100%;
}

h1,
.h1 {
    font-size: 1.125rem;
}

button,
button.close,
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    outline: none;
    border: none;
}

.dropdown-arrow {
    width: 14px;
    display: inline-block;
    margin-top: 7px;
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}

input {
    font-family: 'Heebo', sans-serif;
    -webkit-text-size-adjust: none;
}

p.small {
    font-size: 70%;
}

a.text-primary {
    color: #13a8fe !important;
    font-size: 14px;
}

    a.text-primary:hover,
    a.text-primary:focus {
        color: #13a8fe !important;
    }

label {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 7px;
    margin-left: 4px;
}

.table th,
.table td {
    padding-top: 0.4rem;
    padding-left: 0.1rem;
    padding-bottom: 0.4rem;
}

.table.table-bordered {
    border: 1px solid #dee2e6;
}

.dataTable.table-bordered.table th,
.dataTable.table-bordered.table td {
    padding: 0.5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.dataTable .datatable-ellipsis {
    width: 10px;
}

.datatable-width tbody {
    display: block;
    height: auto;
    overflow: auto;
}

.datatable-width thead, .datatable-width tfoot,
.dataTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.datatable-width td,
.dataTable th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}

.text-primary {
    color: #13a8fe;
    font-size: 14px;
}

.form-group {
    margin-bottom: 14px;
}

.form-control {
    background-color: #eeeeee;
    border: 1px solid #979797;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
    color: #4a4a4a;
    padding: 8px 15px;
}

    .form-control:not(:disabled):not(.disabled):not(.no-effect):hover {
        background-color: #f8f8f8;
    }

    .form-control:not(:disabled):not(.disabled):not(.no-effect):focus {
        background-color: #f8f8f8;
        /*border: 3px solid #4a90e2;*/
        outline-offset: 0px;
        box-shadow: inset 0 0 0 2px #4a90e2;
        outline: 0px;
    }

    .form-control.no-effect:focus {
        outline-offset: 0px;
        box-shadow: none;
        outline: 0px;
    }

    .form-control:disabled,
    .form-control.disabled {
        background-color: #eeeeee;
        opacity: 0.3;
    }

    .form-control.date-pick {
        background-image: url(../images/calendar.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 1rem;
        background-origin: content-box;
        padding-right: 7px;
    }

.dataTables_filter .form-control,
.dt-col-search.form-control {
    height: 32px;
    background-color: #fff;
}

.dataTables_filter .select2-container .select2-selection--single {
    height: 32px;
    background-color: #fff;
}

    .dataTables_filter .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 5px 8px;
    }

.dataTables_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 0px;
}

.dataTables_filter select.form-control {
    padding: 4px;
}

.dataTables_filter .form-control:not(:disabled):not(.disabled):not(.no-effect):hover,
.dataTables_filter .form-control:not(:disabled):not(.disabled):not(.no-effect):focus,
.dt-col-search.form-control:not(:disabled):not(.disabled):not(.no-effect):hover,
.dt-col-search.form-control:not(:disabled):not(.disabled):not(.no-effect):focus {
    background-color: #fff;
}

/*custom style which can be used for generic purpose; append here if need more END*/

/*Bootstrap override START*/

a {
    color: #4a90e2;
}

.btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
}

    .btn:focus {
        box-shadow: none;
    }

.btn-primary {
    background-color: #4a90e2;
    border-color: #4a90e2;
}

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #4a90e2;
        border-color: #4a90e2;
    }

.btn-success {
    background-color: #7ed321;
    border-color: #7ed321;
}

    .btn-success:not(:disabled):not(.disabled):hover {
        background-color: #7ED321;
        border-color: #7ED321;
        /* box-shadow: #7ED321 0 3px 10px; */
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active {
        background-color: #7ED321;
        border-color: #7ED321;
    }

    .btn-success:not(:disabled):not(.disabled):focus {
        background-color: #7ED321;
        border-color: #7ED321;
        /* box-shadow: #7ED321 0 3px 10px; */
    }

    /*.btn-success:focus::before {
position: absolute;
border: 1px solid #4a90e2;
content: '';
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
z-index: 0;
border-radius: 8px;
}*/

    .btn-success.disabled,
    .btn-success:disabled {
        /*background-color: rgba(126, 211, 33, 0.3);
border-color: rgba(126, 211, 33, 0.3);*/
        background-color: #7ed321;
        border-color: #7ed321;
    }

.btn.disabled,
.btn:disabled {
    opacity: 0.8;
}

.btn-empty {
    border: 1px solid #e7eef6;
    background: #e7eef6;
    color: #007aff;
    font-weight: normal;
    line-height: normal;
}

    .btn-empty:hover {
        border-color: #fff;
        background: #fff;
        /* box-shadow: 0 2px 6px rgba(0, 122, 255, .1); */
        color: #007aff;
    }

    .btn-empty:not(:disabled):not(.disabled):active,
    .btn-empty:not(:disabled):not(.disabled).active {
        background-color: #eeeeee;
    }

    .btn-empty:focus {
        /* box-shadow: inset 0 0 0 1px #007aff; */
        position: relative;
    }

        .btn-empty:focus::before {
            /*position: absolute;
border: 2px solid #4a90e2;
content: '';
top: -4px;
left: -4px;
right: -4px;
bottom: -4px;
z-index: 0;
border-radius: 8px;*/
        }

    .btn-empty.disabled,
    .btn-empty:disabled {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: #d2d2d2;
    }

.dropdown-toggle::after {
    display: none;
}

.option-dropdown.dropup > .dropdown-toggle::after {
    content: none;
}

.custom-control-label {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::after {
    top: 2px;
    left: -24px;
    width: 18px;
    height: 18px;
    background: no-repeat 50% / 90% 90%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/checked.svg);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #13a8fe;
    background-color: #13a8fe;
}

.custom-control-input:hover:not(:checked):not(:disabled) ~ .custom-control-label::before {
    border-color: #979797;
    background-color: #eee;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #979797;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: rgba(128, 134, 139, 0.3);
}

.custom-checkbox .custom-control-label::before {
    border-color: #80868B;
    border-radius: 3px;
    border-width: 1.5px;
    height: 18px;
    width: 18px;
    top: 0.1rem;
}

.dropdown-submenu > .dropdown-menu {
    margin-top: -9px !important;
    margin-right: 0;
    margin-left: 0;
}

.dropdown-item {
    font-size: 14px;
}

.dropright .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

.fancybox-nav span {
    visibility: visible !important;
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 960px;
    }
}

/*.bootstrap-dialog.type-default .modal-header,
.modal-header {
    border-bottom: 0 none;
    padding: 10px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}*/

#ReportNameModel .bootstrap-dialog.type-default .modal-header,
#ReportNameModel .modal-header {
    padding: 10px 13px;
    background: #F1F1F1;
}

#ReportNameModel .content {
    padding-left: 21px;
}

.bootstrap-dialog-body label {
    margin-left: 0;
    color: #777777;
    font-weight: 400;
}

/*#alertDialog .modal-header {
    padding: inherit;
}*/

/*#alertDialog #alertDialog_title {
    width: 100%;
    margin-top: 10px;
    margin-left: 15px;
}*/

/*.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 24px;
    overflow: hidden;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
    color: #007aff;
    text-transform: capitalize;
    align-items: center;
    margin-bottom: 0;
}*/

.bootstrap-dialog .modal-lg .bootstrap4-dialog-button:first-child {
    margin-top: 0;
}

/*.modal-lg .bootstrap4-dialog-button {
height: 46px;
width: 109px;
}*/

button.disabled {
    pointer-events: none;
}

/*.modal-sm .bootstrap4-dialog-button {
height: 32px;
}*/



.modal-lg .modal-footer {
    /*padding-right: 30px;*/
}

/*.bootstrap-dialog {
    overflow: auto;
    overflow-x: hidden;
}
*/
.table-bordered {
    border: 0 none;
}

    .table-bordered th,
    .table-bordered td {
        border-width: 1px;
        border-color: #cacaca;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: #eeeeee;
}

.ui-jqgrid {
    border: 0 none !important;
}

    .ui-jqgrid .ui-jqgrid-toppager {
        border-bottom: 2px solid #cacaca;
    }

    .ui-jqgrid .table-bordered,
    .ui-jqgrid .table-bordered td,
    .ui-jqgrid .table-bordered th.ui-th-ltr {
        /*border-right: 0 none !important;*/
        color: #4a4a4a;
        line-height: 1.25;
    }

    .ui-jqgrid tr.ui-row-ltr td {
        border-right: 0 none !important;
    }

    .ui-th-ltr,
    .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
        border-right: 0 none !important;
        /*border-bottom: 0 none !important;*/
        border-top: 0 none !important;
    }

    .ui-jqgrid .ui-pager-control {
        margin-top: 10px;
    }

        .ui-jqgrid .ui-pager-control .ui-pager-table td {
            color: #4a4a4a;
        }

    .ui-jqgrid table.ui-paging-pager td.ui-pg-button {
        padding: 5px;
        width: auto;
        text-align: center;
        min-height: auto !important;
        /*border: 1px solid #ccc !important;*/
        border-radius: 0px;
        vertical-align: middle;
    }

    .ui-jqgrid .ui-pg-input,
    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
        height: 26px;
        border-radius: 0px;
        text-align: center;
        border: 0.5px solid #ccc;
    }

    .ui-jqgrid .ui-pg-selbox,
    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
        height: 27px !important;
        border-radius: 0;
        border: 0.5px solid #ccc;
    }

/*Bootstrap override END*/

.login-page {
    background-image: url(../images/login-bg.jpg);
    height: 100%;
    position: relative;
    background-color: #191954;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

    .login-page.ats {
        background-image: url(../images/login-bg-ats.jpg);
    }

    .login-page.syncauto {
        background-color: #ddd;
        background-image: none;
    }

    .login-page .login-box {
        width: 396px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        margin: 0 auto;
        background-color: #fff;
        position: relative;
    }

    .login-page.ats .login-box {
        position: initial;
    }

    .login-page.syncauto .login-box {
    }

    .login-page .login-box.with-privacy {
    }

    .login-page .login-box .login-box-body {
        padding: 25px 23px 21px 22px;
    }

        .login-page .login-box .login-box-body > form {
        }

            .login-page .login-box .login-box-body > form .form-control.input-validation-error {
                border: 2px solid #d0021b;
            }

            .login-page .login-box .login-box-body > form .button-footer {
                text-align: right;
            }

            .login-page .login-box .login-box-body > form label.font-weight-bold {
                margin-left: 0;
            }

    .login-page .login-box .login-box-msg {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .login-page .login-box .login-box-email {
        font-size: 16px;
        margin-top: 9px;
    }

    .login-page.ats .login-box header {
        left: 10px;
        top: 10px;
        width: 200px;
    }

    .login-page.syncauto .login-box header {
        left: 20%;
        top: -100px;
        right: 20%;
    }

    .login-page .login-box header {
        position: absolute;
        left: 28%;
        right: 28%;
        top: -150px;
        visibility: hidden;
    }

    .login-page .login-box footer {
        position: absolute;
        right: 0;
    }

        .login-page .login-box footer p {
            color: #fff;
            font-size: smaller;
            margin: 10px 0 10px;
            text-align: right;
        }

.login-box-headline {
    text-align: center;
    font-size: 20px;
}

.navbar-bg {
    background: #fff;
    box-shadow: 0 0 6px 0px;
    height: 72px;
    z-index: 900;
}

    .navbar-bg .header-home {
        border: 2px solid #ffffff00;
        height: 52px;
        padding: 8px;
        border-radius: 10px;
        width: 52px;
        margin-left: 4px;
    }

        .navbar-bg .header-home:hover {
            border-color: #4a4a4a;
            background: #fff;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 2px;
        }

    .navbar-bg .empty-block {
        width: 92px;
        padding: 18px 0;
        margin: 0 10px;
        font-size: 20px;
        line-height: 1.4;
    }

.dv-lctime .local-time{
    font-size : 11px;
    font-weight: 700;
    padding-left: 2px;
}

.navbar-bg .logo {
    height: 52px;
    /*max-width: 87px;*/
}

        .navbar-bg .logo > img {
            width: auto;
            max-width: 100%;
        }

.header-event-detail {
    border: 2px solid #ffffff00;
    height: 52px;
    border-radius: 10px;
    margin-left: 14px;
    padding: 3px 0 6px 0px;
   /* padding: 3px 0 6px 10px;*/
    position: relative;
    /*width: 680px;*/
}

.header-event-search {
    border: 0 none;
    height: 52px;
    border-radius: 0;
    margin-left: 14px;
    padding: 0;
    position: relative;
}

.header-event-detail > .search-form {
    margin: 0px 10px;
    height: 100%;
    position: relative;
}

    .header-event-detail > .search-form > .evsearch {
        margin-bottom: auto;
        height: 100%;
    }

    .header-event-detail > .search-form input[type=text] {
        border: 2px solid #e7eef6;
        border-radius: 10px;
        background: #fff;
        height: 100%;
        padding-right: 45px;
        font-size: 20px;
        font-style: italic;
    }

        .header-event-detail > .search-form input[type=text]:hover {
            background-color: #f8f8f8;
        }

        .header-event-detail > .search-form input[type=text]:focus {
            background-color: #f8f8f8;
            border: 3px solid #4a90e2;
        }

    .header-event-detail > .search-form > .create-event {
        position: absolute;
        right: 7px;
        top: 0;
        text-decoration: none;
        color: #1b2b3c;
        border: 2px solid #e7eef6;
        padding: 5px;
        border-radius: 5px;
        width: 36px;
        margin: 7px 0;
        background: #fff;
    }

        .header-event-detail > .search-form > .create-event:hover {
            border-color: #4a4a4a;
            background: #fff;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
        }

    .header-event-detail > .search-form > .evsearch > ul > li:hover {
        cursor: pointer;
        background-color: #eee;
    }

.event-detail {
    float: left;
    color: #1b2b3c;
}

    .event-detail > .event-name {
        font-size: 20px;
        line-height: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* max-width: 180px !important;*/
    }

    .event-detail > .trackerEventName {
        line-height: 42px !important;
    }

    .event-detail > .dealerEventName {
        line-height: 42px !important;
    }

    .event-detail > .event-code {
        font-size: 14px;
    }

.header-event-detail > .event-edit {
    width: 28px;
    height: 28px;
    float: left;
    margin: 7px 2px 0 4px;
    padding: 2px 5px;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    line-height: 20px;
}

    .header-event-detail > .event-edit:hover {
        border: 2px solid #4a4a4a;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
        border-radius: 6px;
    }

.header-event-detail > .list-map {
    float: right;
    margin: 3px 4px 0 0;
    padding: 5px 7px;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    line-height: 26px;
    color: #343a40;
    font-size: 20px;
}

    .header-event-detail > .list-map:hover {
        border: 2px solid #4a4a4a;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
        border-radius: 6px;
    }

.header-event-detail > .event-time {
    font-size: 16px;
    width: 275px;
    float: left;
    border-left: 2px solid #5a626b;
    margin-top: 3px;
    margin-right: 10px;
    line-height: 1.2;
    padding-left: 10px;
    font-weight: bold;
}

.header-right {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}


    .header-right > .header-support,
    .header-right > .header-message,
    .header-right > .header-superAdmin,
    .header-right > .header-account {
        border: 2px solid #ffffff00;
        border-radius: 10px;
        font-size: 16px;
        height: 52px;
        /*margin-left: 10px;*/
        padding: 7px 1px;
    }
    .header-right > .header-superAdmin, 
    .header-right > .header-account {
        padding: 7px 7px !important;
    }
        .header-right > .header-support:hover,
        .header-right > .header-message:hover,
        .header-right > .header-superAdmin:hover,
        .header-right > .header-account:hover {
            border-color: #4a4a4a;
            box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
        }

    .header-right > .header-support {
        min-width: 135px;
    }

    .header-right > .header-message {
        min-width: 160px;
    }

    .header-right > .header-account {
        min-width: 120px;
    }

    .header-right > .header-superAdmin {
        min-width: 123px;
    }

.support-pic {
    max-width: 28px;
    float: left;
    margin-top: 3px;
    margin-left: 6px;
}

.support-name {
    margin: 7px 7px 0 2px;
    display: inline-block;
}

.account-pic {
    max-width: 33px;
    float: left;
    font-size: 28px;
    padding: 0 2px;
    line-height: 36px;
}

.message-pic {
    max-width: 30.8px;
    float: left;
    margin-top: 1px;
    margin-left: 4px;
}

.account-detail,
.message-detail {
    float: left;
    margin: 0 0 0 5px;
    line-height: 1;
    /* max-width: 100px; */
    overflow: hidden;
    white-space: nowrap;
}

.account-detail {
    margin: 0 6px 0 2px;
}

.message-detail {
    margin-top: 8px;
    margin-left: 14.1px;
}

.account-detail {
    max-width: 134px;
}

.account-role,
.message-time {
    color: #b4cde7;
}
.account-role {
    color: #4a90e2 !important;
    font-weight: 600;
    font-size: 14px;
}

.line-height-md{
    line-height: 1.2;
}

.option-right-icon {
    display: none;
    background: #fff;
    border: 2px solid #e7eef6;
    border-radius: 10px;
    padding: 9px;
    cursor: pointer;
    margin-left: auto
}

    .option-right-icon:hover {
        border-color: #4a4a4a;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
    }

.header-right .dropdown-menu {
    border: 2px solid #e7eef6;
    margin-top: 4px;
    border-radius: 10px;
}

.header-right .dropdown-divider {
    border-top: 2px solid #e7eef6;
}

.help-block {
    margin-top: 10px;
    font-size: 12px;
    color: #4a4a4a;
}

.select2-container .select2-selection--single {
    border-radius: 3px;
    height: 40px;
    background-color: #eee;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 6px;
        color: #4a4a4a;
        font-size: 14px;
        padding: 11px 15px;
        line-height: normal;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px;
}

.select2-results__option[aria-selected] {
    font-size: 14px;
}

.select2-container .select2-selection--single:hover {
    background-color: #f8f8f8;
}

.select2-container--focus .select2-selection--single {
    /*border: 3px solid #4a90e2;*/
    background-color: #f8f8f8;
    outline: none;
    box-shadow: inset 0 0 0 2px #4a90e2;
}

    .select2-container--focus .select2-selection--single .select2-selection__rendered {
        /*padding-top: 4px;*/
    }

.dataTable .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

.dataTables_length .select2-container .select2-selection--single,
.dataTable thead th .select2-container .select2-selection--single {
    height: 32px;
    background-color: #fff;
}

    .dataTables_length .select2-container .select2-selection--single .select2-selection__rendered,
    .dataTable thead th .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 6px 12px;
        font-weight: normal;
    }

.dataTables_length .select2-container--focus .select2-selection--single .select2-selection__rendered,
.dataTable thead th .select2-container--focus .select2-selection--single .select2-selection__rendered {
    padding: 5px 12px;
}

.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow,
.dataTable thead th .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 4px;
}

.form-horizontal label {
    padding-top: 9px;
}

.modal-dialog .form-horizontal {
    margin-left: 15px;
    margin-right: -15px;
}

.content {
    padding-left: 15px;
    padding-right: 15px;
}

.title-md {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.container-grid {
    width: 100%;
    padding: 0;
}

.ui-jqgrid .table-active,
.ui-jqgrid .table-active > th,
.ui-jqgrid .table-active > td {
    background-color: transparent;
}

.ui-jqgrid .ui-th-ltr,
.ui-jqgrid .ui-jqgrid .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-top: 1px solid #eee;
}

.ui-jqgrid tr.ui-search-toolbar td > input,
.ui-jqgrid tr.ui-search-toolbar select {
    padding: 3px 7px;
    height: 30px;
    border-radius: 3px 0 0 3px;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-bottom: 1px solid #cacaca;
    padding-top: 0px;
    padding-left: 0px;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td,
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td,
.ui-jqgrid .table-bordered th.ui-th-ltr {
    overflow: inherit;
    white-space: pre-wrap;
    word-break: break-word;
    border: 1px solid #cacaca !important;
    border-right: 1px solid #cacaca !important;
    padding: 8px 5px;
    vertical-align: middle;
}

.ui-jqgrid .ui-search-table td.ui-search-clear a {
    border-radius: 0 3px 3px 0;
    border: 1px solid #979797 !important;
    border-left: 0 !important;
    background: #eee;
    width: 28px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evo-pop {
    background-color: white;
    border: solid 1px rgba(151, 151, 151, 0.5);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 0px;
    position: fixed !important;
}

.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
    width: 27px !important;
    height: 31px !important;
    float: right;
    border-radius: 6px;
    /*margin-top: 2px;*/
    margin-left: 3px;
    border: 1px solid !important;
}

.evo-palette,
.evo-palette-ie {
    border-spacing: 3px 0px !important;
}

.txtColor {
    width: 80px;
    padding: 0px 6px !important;
}

.evo-cp-wrap {
    width: 120px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    /*padding-bottom: 0px !important;
padding-top: 0px !important;*/
}

@media screen and (max-width:1126px) {
    header .navbar .event-date {
        display: none;
    }
}

@media screen and (max-width:1250px) {
    header.navbar .event-time {
        display: none;
    }

    header.navbar .parent-event-time {
        display: none !important;
    }

    .header-event-detail > .event-edit {
      /*  border-left: 2px solid #5a626b;*/
        padding: 4px 8px;
        width: 36px;
        margin: 2.5px 4px 0 4px;
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        border-radius: 3px;
    }
}

@media screen and (max-width:1024px) {

    .event-date,
    header.navbar .list-map,
    header.navbar .event-edit {
        display: none;
    }

    .header-right {
        border: 2px solid #e7eef6;
        display: none;
        position: absolute;
        background: #fff;
        top: 60px;
        right: 0px;
        padding: 5px 0px 9px 0;
        border-radius: 10px;
    }

    .option-right-icon {
        display: inline-block;
        /*margin-left: 5px;*/
    }

    .header-right > .header-support,
    .header-right > .header-message {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:992px) {
    header.navbar-bg {
        height: auto !important;
    }
}

@media screen and (max-width:768px) {
    header.navbar {
        padding: 5px;
        height: 62px;
    }

    .header-event-detail {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    header.navbar .header-home {
        margin-right: 5px;
    }

    header.navbar .empty-block,
    header.navbar .logo,
    header.navbar .event-time,
    header.navbar .list-map,
    header.navbar .event-edit,
    header.navbar .local-time {
        display: none;
    }

    .event-detail .event-name {
        /*height: 22px;*/
        overflow: hidden;
    }

    .header-right {
        top: 65px;
    }



    .toggle-button-parent {
        margin: auto;
    }

    .header-event-detail {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media screen and (min-width:576px) {
    #setupEventDialog .modal-dialog {
        margin-top: 1rem;
    }
}

#dummyArrow {
    position: absolute;
    width: 2px;
    z-index: 9999;
    height: 22px;
    border: none;
    display: none !important;
}

.right {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.arrow_box {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #999698;
}

    .arrow_box:after,
    .arrow_box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(252, 252, 252, 0);
        border-right-color: #fcfcfc;
        border-width: 10px;
        margin-top: -10px;
    }

    .arrow_box:before {
        border-color: rgba(153, 150, 152, 0);
        border-right-color: #999698;
        border-width: 11px;
        margin-top: -11px;
    }

.context-menu-list {
    font-size: 14px !important;
}

.btn-sms-message {
    width: 175px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.dz-remove {
    float: left;
    margin-left: 5px;
    margin-top: -5px;
}

.dz-edit {
    float: right;
    margin-right: 5px;
    margin-top: -5px;
}

.tooltip > .tooltip-inner {
    background-color: white;
    border: solid 1px #cdcccc;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: center;
    color: #7b8a9d;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    object-fit: contain;
    /* height: 29px; */
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #7b8a9d;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #7b8a9d;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #7b8a9d;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #7b8a9d;
}

.tooltip.show {
    opacity: 1;
}

.top-icon {
    color: #ea1515;
    font-size: 39px;
}

.pop-header {
    color: #3c8dbc;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}

.full-screen-header {
    border: 2px solid #e7eef6;
    border-radius: 10px;
    background: #fff;
    font-size: 20px;
    padding: 5px 10px;
    position: fixed;
    top: 29px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1080;
}

.fullHistoryDialog {
    top: 100px;
    width: 800px;
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.IconDialog {
    top: 100px;
    width: 900px;
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.small-form label {
    margin-bottom: 3px;
}

.small-form .form-group {
    margin-bottom: 6px;
}

.no-padding /*,
.event-dialog .modal-header,
.event-dialog .modal-body*/ {
    padding: 0px !important;
}

.no-margin {
    margin: 0 !important;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #4a4a4a;
    padding: 10px 0px 10px 8px;
}

    .nav-pills .nav-link:hover {
        color: #0d88e6;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d88e6;
    }

        .nav-pills .nav-link.active:hover {
            color: #4a4a4a;
        }

.tabbed-action {
    background-color: #eeeeee;
}

/*.event-dialog .bootstrap-dialog-title {
    width: 100%;
}

.event-dialog .modal-header .bootstrap-dialog-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
}*/

/*.event-dialog .modal-header .close {
    padding: 0;
    margin: 0;
}*/

ul.chat-attachments-type {
    position: absolute;
    z-index: 25;
    /*background: #cecece;*/
    padding: 0;
    right: 0;
    top: 40px;
    list-style: none;
}

    ul.chat-attachments-type > li:nth-child(2) {
        margin: 5px 0;
    }

    ul.chat-attachments-type > li > button > svg {
        width: 12px !important;
    }

.chat-con-header > h3 {
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
}

.camera-button-row {
    text-align: center;
    margin-top: 10px;
}

    .camera-button-row > ul {
        list-style: none;
        display: inline;
    }

        .camera-button-row > ul > li {
            display: inline
        }

            .camera-button-row > ul > li > button {
                width: 35px;
                height: 35px;
            }

.th-msg {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 5px 10px;
}

.my-msg {
    background-color: #e7eef6;
    border-radius: 5px;
    padding: 5px 10px;
}

.left-msg {
    display: flex;
    flex-direction: row;
}

.right-msg {
    display: flex;
    flex-direction: row-reverse;
}

    .right-msg > .my-msg {
        float: right;
        position: relative;
    }

.left-msg > .th-msg {
    margin-right: 16.666667%;
    position: relative;
}


.unified-div .mt-SOS {
    background: var(--red);
}

    .unified-div .mt-SOS .color-me,
    .unified-div .mt-SOS .color-eventcontrol,
    .unified-div .mt-SOS .um-text,
    .unified-div .mt-SOS .um-time,
    .unified-div .mt-SOS .fa-chevron-down {
        color: #fff !important;
    }

.unified-div .um-toprow,
.unified-div .um-toprow {
    margin: -5px -10px 5px;
    padding-bottom: 3px;
    padding-top: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.email-attach-block {
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    padding: 5px 10px;
    color: #4a4a4a;
    display: inline-block;
}

    .email-attach-block:hover {
        color: #4a4a4a;
        text-decoration: none;
    }

    .email-attach-block > svg {
        font-size: 16px;
    }

.group-img {
    width: 260px;
    padding: 0;
    margin: 0;
}

.photo-group {
    padding-top: 4px;
    padding-left: 4px;
}

.photo-group-img {
    width: 128px;
    height: 128px;
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 2px;
    position: relative;
}

.photo-group .photo-group-img img {
    width: 124px;
    height: 124px;
}

.photo-group .photo-group-img .con-img-rr {
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 10px;
    height: 12px;
    background: linear-gradient(to bottom right, transparent, #e7eef6);
}

.add-img-overlay {
    position: absolute;
    width: 124px;
    height: 124px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 40px;
    padding-top: 40px;
    color: #fff;
    cursor: pointer;
}

.cv-fancybox > img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.photo-group + .msg-right-time {
    margin: -1px 4px 1px 0;
}

.msg-right-time {
    margin: 0 -5px -5px 0;
    z-index: 11;
    position: relative;
}

.cv-text-next {
    width: 45px;
    display: inline-block;
}

.cv-text-gnext {
    width: 70px;
    display: inline-block;
}

.reply-div .reply-outer {
    background: #dddddd;
    margin: 2px 0;
    border-radius: 5px;
    padding: 14px;
    flex: 0 0 100%;
    overflow: hidden;
    position: relative;
}

.reply-div .reply-inner {
    overflow: hidden;
    width: 95%;
    min-height: 34px;
    position: relative;
}

.reply-div .reply-cancel {
    position: absolute;
    top: 33%;
    right: 10px;
    font-size: 20px;
}

.attachment-preview {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 8px 8px 8px 0px;
    font-size: 16px;
    font-weight: bold;
}

.reply-container {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0px;
    position: relative;
    cursor: pointer;
}

.reply-container-img {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
    overflow: hidden;
}

    .reply-container-img > img {
        height: 42px;
        width: 42px;
        object-fit: cover;
    }

.reply-container-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 320px;
}

.reply-inner-photo {
    position: absolute;
    right: 0;
    top: 0;
}

    .reply-inner-photo > img {
        object-fit: cover;
        width: 40px;
        height: 40px;
    }

.reply-inner-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
}

.msg-not-header {
    padding: 2px 10px;
}

.msg-not-top {
    color: #fff;
}

    .msg-not-top.clr-information {
        background: var(--green);
    }

    .msg-not-top.clr-important,
    .msg-not-top.clr-medium-level {
        background: var(--orange);
    }

    .msg-not-top.clr-urgent,
    .msg-not-top.clr-very-important {
        background: var(--red);
    }

.msg-not-top-left {
    margin-top: 10px;
    margin-left: 10px;
}

.msg-not-top-right {
    margin-top: 10px;
    margin-right: 5px;
}

.um-container,
.cv-container {
    position: relative;
    z-index: 9;
}

    .um-container .um-text,
    .cv-container .cv-text {
        height: 100%;
        overflow: hidden;
    }

    .cv-container .cv-text {
        display: inline-block;
    }

    .um-container label,
    .cv-container label {
        position: absolute;
        margin: 0;
        text-decoration: underline;
        color: #a4a4a4;
        cursor: pointer;
    }

    .um-container label {
        top: 100%;
    }

    .cv-container label {
        bottom: -15px;
    }

    .um-container input,
    .cv-container input {
        display: none;
    }

    .um-container label:after,
    .cv-container label:after {
        content: "more";
    }

    .um-container input:checked + label:after,
    .cv-container input:checked + label:after {
        content: "less";
    }

    .um-container input:checked ~ div,
    .cv-container input:checked ~ span.cv-text {
        height: 100% !important;
    }

.hpx-100 {
    height: 90px;
}

.um-fancybox > img {
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.color-me {
    color: #039C11;
}

.color-everyone {
    color: #FF9900;
}

.color-eventcontrol {
    color: #2B78E4;
}

.um-hdate,
.cv-hdate {
    background: #e5e5e5;
    padding: 5px;
    border-radius: 5px;
    z-index: 11;
    position: relative;
}

.floating-date {
    position: absolute;
    z-index: 15;
}

.floating-down-arrow {
    position: absolute;
    z-index: 16;
    bottom: 4px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    height: 24px;
}

.floating-down-arrow-chat {
}

.left-msg > .th-msg:hover .cv-msg-option-in,
.right-msg > .my-msg:hover .cv-msg-option-out,
.um-message:hover .um-msg-option-in,
.um-message:hover .um-msg-option-out {
    display: block;
}

.cv-msg-option-in,
.cv-msg-option-out,
.um-msg-option-in,
.um-msg-option-out {
    position: absolute;
    padding-right: 6px;
    padding-top: 6px;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 28px;
    text-align: right;
    top: 0;
    right: 0;
    z-index: 13;
    font-size: 18px;
    border-radius: 5px;
}

.cv-msg-option-in {
    background: #f1f1f1;
}

.cv-msg-option-out {
    background-color: #e7eef6;
}

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px;
    /* FF1+ */
    -webkit-border-radius: 5px;
    /* Saf3-4 */
    border-radius: 5px;
    /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    /* Opera 10.5+, IE 9.0 */
    padding: 1px 4px;
    margin: 0 -4px;
}

    .highlight.current {
        background-color: #2B78E4;
        color: #fff;
    }

.type-icon-wr {
    padding-left: 15px;
    padding-right: 5px;
    font-size: 18px;
    cursor: pointer;
}

.richText .richText-editor {
    font-family: inherit;
}

.overflow-elliptic {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dataTable .dropdown-menu {
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

.dataTable .dropdown-item:hover,
.dataTable .dropdown-item:focus {
    background-color: #eeeeee;
}

.dataTable .dropdown-menu > li:first-child > a.dropdown-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
}

.dataTable .dropdown-menu > li:last-child > a.dropdown-item {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
}

.context-menu-list.contextmenu-datatable {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 0px;
    background-color: white;
    padding: 2px 0px;
}

    .context-menu-list.contextmenu-datatable > .context-menu-item {
        padding: 0.2em 1.5em;
    }

        .context-menu-list.contextmenu-datatable > .context-menu-item.context-menu-hover {
            background-color: #eeeeee;
            color: inherit;
        }

    .context-menu-list.contextmenu-datatable > li:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .context-menu-list.contextmenu-datatable > li:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.break-next-line {
    white-space: pre-line;
}

#helpDialog .modal-dialog {
    width: 800px;
    height: 560px;
}

#helpDialog .modal-content {
    height: 585px;
}

#helpDialog .bootstrap-dialog-message {
    font-size: 18px;
    color: black;
}

    #helpDialog .bootstrap-dialog-message div:nth-child(1) {
        text-transform: capitalize;
    }

#helpDialog .modal-header {
    /*padding: inherit;*/
    background-color: #9650C4;
}

#helpDialog .close {
    color: white;
    opacity: 1;
}

#helpDialog #helpDialog_title {
    width: 100%;
    color: #fff;
    /*margin-top: 10px;*/
}

.helpStepText {
    font-size: 24px;
}

.helpTextClass {
    height: 145px;
}

.helpHeaderText {
    font-size: 30px;
    text-transform: initial;
    color: white;
}

.helpImage {
    /* max-height: 400px;
max-width: 725px;
margin: auto;
display: flex;*/
    margin: 20px 0px;
}

    .helpImage img {
        height: 250px;
        width: auto;
    }

.hoverBox {
    position: relative;
    float: left;
    margin: 10px 10px 10px 0;
    width: 25px;
    height: 25px;
}

.showMeBtn {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #007aff;
    font-weight: bolder;
}

    .showMeBtn:hover {
        color: #007aff;
    }

/*
* Component: Sidebar
* ------------------
*/

.navbar-bg .map-side-menu {
    color: #1b2b3c;
    font-size: 24px;
    text-align: center;
    padding-top: 12px !important;
    border: 2px solid #ffffff;
    height: 52px;
    padding: 14px;
    border-radius: 10px;
    width: 52px;
}

    .navbar-bg .map-side-menu:hover {
        border-color: #4a4a4a;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 3px;
    }

.main-sidebar {
    border-radius: 10px;
}

.sidebar-mini .main-sidebar.event-top-menu {
    width: 230px;
    margin-top: 76px;
    margin-left: 4px;
    border-radius: 10px;
}

.hideMenu {
    display: none;
}

.sidebar-mini .main-sidebar {
    border: 1px solid #d2d6de;
    /*background-color: #061D2D;*/
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 76px;
    margin-left: 5px;
    border-radius: 5px;
    /*min-height: 100%;*/
    width: 230px;
    z-index: 900;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    /* width: 130px;
padding-top: 80px;
z-index: 8;*/
}

.map-fullscreen .main-sidebar {
    padding-top: 10px;
}
/*
@media(max-width:767px) {
    .main-sidebar {
        padding-top: 100px
    }
}

@media(max-width:767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media(min-width:768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media(max-width:767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}*/

/* .sidebar {
padding-bottom: 8px;
padding-top: 8px;
} */

.main-sidebar .sidebar-menu,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden
}

.main-sidebar .sidebar a {
    /*color: #b8c7ce;*/
    color: #4a4a4a;
    font-size: 14px;
    line-height: normal;
}

    .main-sidebar .sidebar a span {
        margin-left: 13px;
    }

.main-sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: visible;
}

    .main-sidebar .sidebar-menu > li.header {
        color: #848484;
        background: #f9fafc;
    }

    .main-sidebar .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .main-sidebar .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .main-sidebar .sidebar-menu > li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .main-sidebar .sidebar-menu > li > a {
            padding: 9px 10px 9px 18px;
            display: block;
            /*border-left: 3px solid transparent;*/
        }

        .main-sidebar .sidebar-menu > li.treeview > a:after {
            content: "";
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid;
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .main-sidebar .sidebar-menu > li.active > a {
            border-left-color: #fff;
        }

        .main-sidebar .sidebar-menu > li:hover > a {
            /* background: #f2f2f2;
color: #4a4a4a; */
            background: #4a4a4a;
            color: #fff;
        }

        .main-sidebar .sidebar-menu > li:last-child:hover > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .main-sidebar .sidebar-menu > li.menu-open > a {
            color: #fff;
            /* background: #096FE8; */
            background: #4a4a4a;
            opacity: 1;
        }

        .main-sidebar .sidebar-menu > li.active > a,
        .main-sidebar .sidebar-menu .treeview-menu > li.active > a {
            color: #fff;
            background: #096FE8;
            /* background: #4a4a4a; */
            opacity: 1;
        }

        .main-sidebar .sidebar-menu > li.active:first-child > a,
        .main-sidebar .sidebar-menu > li.menu-open:first-child > a,
        .main-sidebar .sidebar-menu .treeview-menu > li.active:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .main-sidebar .sidebar-menu > li.active:last-child > a,
        .main-sidebar .sidebar-menu > li.menu-open:last-child > a,
        .main-sidebar .sidebar-menu .treeview-menu > li.active:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .main-sidebar .sidebar-menu li a svg {
        width: 14px;
    }

    .main-sidebar .sidebar-menu li .treeview-menu li a svg {
        opacity: .6;
    }

    .main-sidebar .sidebar-menu > li > .treeview-menu {
        margin: 0;
        background: #fff;
        border-radius: 0 10px 10px 10px;
        /* padding: 8px 0; */
        border: 1px solid #d2d6de;
    }

.main-sidebar .treeview.menu-open > ul.treeview-menu {
    overflow: visible;
    height: auto;
}

.main-sidebar .sidebar-menu .active > .treeview-menu {
    /* display: block;*/
}

.main-sidebar .treeview > ul.treeview-menu {
    overflow: hidden;
    height: auto;
    /*padding-top: 0px !important;
padding-bottom: 0px !important;*/
}

.main-sidebar .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

    .main-sidebar .treeview-menu > li {
        /* margin: 8px -2px;*/
        /*padding: 8px 0px;*/
    }

        .main-sidebar .treeview-menu > li:hover > a,
        .main-sidebar .treeview-menu > li.active > a,
        .main-sidebar .treeview-menu > li.menu-open > a,
        .main-sidebar .treeview-menu > li:hover {
            background: #4a4a4a;
            opacity: 1 !important;
            color: #fff !important;
            /* filter: invert(1); */
        }

            .main-sidebar .treeview-menu > li:hover img,
            .main-sidebar .treeview-menu > li.active img {
                filter: invert(1);
            }

.main-sidebar .sidebar-menu .treeview-menu > li > a > span {
    margin-left: 0;
}

.main-sidebar .treeview-menu > li > a {
    padding: 9px 5px 9px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.main-sidebar .sidebar-menu .treeview-menu > li > a {
    color: #4a4a4a;
    opacity: 1;
}

.main-sidebar .sidebar-menu li > a {
    position: relative;
}

/* .main-sidebar .sidebar-menu .treeview-menu > li > a:hover {
color: #4a4a4a;
background-color: #f2f2f2;
} */

.main-sidebar .sidebar a:hover {
    text-decoration: none;
}

.main-sidebar .sidebar-menu .menu-open > a > .fa-angle-left,
.main-sidebar .sidebar-menu .menu-open > a > .float-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-sidebar .sidebar-menu li > a > .float-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.main-sidebar .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    /* padding-left: 5px;*/
}

    .main-sidebar .sidebar-menu .treeview-menu .treeview-menu {
        padding-left: 20px;
    }

.sidebar-form {
    border-radius: 3px;
    border: 1px solid #d2d6de;
    margin: 10px 10px;
}

.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

    .sidebar-form .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
    }

    .sidebar-form .btn {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid transparent;
        height: 40px;
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.sidebar-mini .content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 130px;
    z-index: 840;
}

@media (max-width:767px) {
    .sidebar-mini .content-wrapper {
        margin-left: 0;
    }

    /* .map-side-menu {
        display: none;
    }*/
}

.sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 50px;
}

@-moz-document url-prefix() {

    .scrollbar-macosx,
    .scrollbar-outer {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .acc-content {
        overflow-y: auto;
    }
}

/*
* Component: Sidebar Mini
*/

@media(min-width:768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850
    }

    .sidebar-mini .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px
        }

        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .float-right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0)
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px
    }
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.float-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 210px;
    left: 50px
}

.sidebar-mini .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 245px;
    left: 228px;
    /* left: 130px*/
}

.sidebar-mini .sidebar-menu > li:hover > .report-treeview-menu {
    left: 228px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -4px;
    padding: 12px 5px 12px 20px;
    background-color: inherit
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .float-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 235px !important;
    top: -22px !important;
    z-index: 900
}

    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .float-right-container > .label:not(:first-of-type) {
        display: none
    }

.sidebar-mini .sidebar-menu > li:hover > .treeview-menu {
    top: 0;
    margin-left: -1px;
    margin-top: -1px
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 40px;
    margin-left: -1px;
}

.map-side-menu,
.main-sidebar {
    /*display: none !important;*/
}

#dvSearchResult {
    max-height: 400px;
    overflow-y: auto;
}

.divTransfer {
    min-height: 500px;
}

.spnSearchDisplay {
    /*margin-bottom: 5px;*/
    padding: 5px 0px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#step2TransferFrom .form-control {
    width: 275px;
}

#step2TransferFrom .form-inline .form-group {
    margin-bottom: 10px;
    /* height:56px;*/
}

    #step2TransferFrom .form-inline .form-group label {
        width: 100px;
        display: block;
    }

#noCustomerFound {
    color: red;
}

#transferSuccessMsg {
    text-align: center;
    color: green;
    font-size: 16px;
}

    #transferSuccessMsg span {
        font-size: 14px;
    }

#transferErrorMsg, .hasError, #transferPhoneErrorMsg {
    text-align: center;
    color: #FF8C00;
    font-size: 16px;
}

    #transferErrorMsg span, .hasErrorg span {
        font-size: 14px;
    }

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.customerDetails {
    overflow-y: auto;
    overflow-x: hidden;
}

/* DATEPICKER CSS 20July2021 */

.datepicker.datepicker-dropdown {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 0;
    padding: 0;
    border-radius: 10px;
    min-width: auto;
    background-clip: content-box;
    width: 270px;
    height: 220px;
    margin-top: 5px;
}

.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none !important;
}

.datepicker table {
    border-collapse: separate;
    border-spacing: 4px 0;
    width: 100%;
}

    .datepicker table tr td.day {
        width: 20px;
        height: 22px;
        border-radius: 6px;
        font-size: 11px;
        color: #444;
    }

    .datepicker table tr td.old,
    .datepicker table tr td.new {
        color: #999;
    }

    .datepicker table tr td.day.active,
    .datepicker table tr td.day:hover,
    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-image: none !important;
        background-color: #1172f1 !important;
        color: #fff;
    }

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background-color: #1172f1 !important;
        background-image: none !important;
        color: #fff;
    }

.datepicker th.prev,
.datepicker th.next {
    border-bottom: 1px solid #eee;
    padding: 17px 7px;
    /* -moz-padding: 17px 7px;
-webkit-padding: 17px 7px; */
    font-size: 14px;
}

.datepicker-months th.prev,
.datepicker-months th.next {
    border-bottom: 1px solid #eee;
    padding: 0px 7px 21px;
    /* -moz-padding: 17px 7px;
-webkit-padding: 17px 7px; */
    font-size: 14px;
}

.datepicker th.datepicker-switch {
    border-bottom: 1px solid #eee;
    padding: 11px 7px;
    -moz-padding: 17px 7px;
    -webkit-padding: 17px 7px;
    font-size: 14px;
}

.datepicker-months th.datepicker-switch {
    border-bottom: 1px solid #eee;
    padding: 17px 7px;
    -moz-padding: 17px 7px;
    -webkit-padding: 17px 7px;
    font-size: 14px;
}

.datepicker th.dow {
    padding: 7px 10px;
    font-size: 11px;
}

.datepicker td,
.datepicker th {
    width: 20px;
    height: 21px;
}

.datepicker-months th,
.datepicker-years th,
.datepicker-decades th,
.datepicker-centuries th,
.datepicker-months td,
.datepicker-years td,
.datepicker-decades td,
.datepicker-centuries td {
    padding: 0 13px;
}

.datepicker .datepicker-switch:focus,
.datepicker .prev:focus,
.datepicker .next:focus,
.datepicker tfoot tr th:focus {
    color: #fff;
    background: #4a4a4a;
}

.datepicker.datepicker-dropdown table tr td span {
    height: 40px;
    line-height: 40px;
}

.datepicker-months thead tr:nth-child(1),
.datepicker-years thead tr:nth-child(1),
.datepicker-decades thead tr:nth-child(1),
.datepicker-centuries thead tr:nth-child(1) {
    display: none;
}

.datepicker-days {
    height: 220px;
    overflow: hidden;
}

    .datepicker-days th.next,
    .datepicker-months th.next,
    .datepicker-years th.next,
    .datepicker-decades th.next,
    .datepicker-centuries th.next {
        visibility: hidden !important;
    }

        .datepicker-days th.next:after,
        .datepicker-months th.next:after,
        .datepicker-years th.next:after,
        .datepicker-decades th.next:after,
        .datepicker-centuries th.next:after {
            /* content: '\203A'; */
            content: url('../img/arrows.svg');
            visibility: visible;
            /* display: block !important; */
            position: absolute !important;
            background-color: #fff;
            padding: 29px 10px 22px;
            -moz-padding: 36px 10px 14px;
            -ms-padding: 36px 10px 14px;
            -webkit-padding-before: 36px;
            -webkit-padding-end: 10px;
            -webkit-padding-after: 14px;
            -webkit-padding-start: 36px;
            top: 0px;
            font-size: x-large;
            right: 9px;
            border-bottom: 1px solid #eeeeee;
            width: 15%;
            font-weight: 100;
            color: #5C5C5C;
            height: 31px;
            z-index: 111;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding-right: 17px;
        }

    .datepicker-days th.prev,
    .datepicker-months th.prev,
    .datepicker-years th.prev,
    .datepicker-decades th.prev,
    .datepicker-centuries th.prev {
        visibility: hidden !important;
    }

        .datepicker-days th.prev:after,
        .datepicker-months th.prev:after,
        .datepicker-years th.prev:after,
        .datepicker-decades th.prev:after,
        .datepicker-centuries th.prev:after {
            /* content: '\2039'; */
            content: url('../img/prev-arrow.svg');
            visibility: visible;
            position: absolute !important;
            background-color: #fff;
            padding: 25px 0px 26px;
            /* -moz-padding: 24px 0px 26px; */
            -ms-padding: 24px 0px 26px;
            -webkit-padding: 24px 0px 26px;
            -webkit-padding-before: 23px;
            -webkit-padding-end: 0px;
            -webkit-padding-after: 27px;
            -webkit-padding-start: 24px;
            top: 0px;
            font-size: x-large;
            left: 9px;
            border-bottom: 1px solid #eeeeee;
            width: 15%;
            font-weight: 100;
            color: #5C5C5C;
            height: 0px;
            z-index: 111;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-left: 0px;
            padding-right: 23px;
        }

.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
    width: 270px;
    height: 220px !important;
}

    .datepicker-months table,
    .datepicker-years table,
    .datepicker-decades table,
    .datepicker-centuries table {
        height: 220px;
        width: 270px;
    }

        .datepicker-months table tr td span,
        .datepicker-years table tr td span,
        .datepicker-decades table tr td span,
        .datepicker-centuries table tr td span {
            height: 33px !important;
            line-height: 79px;
            display: flex !important;
            justify-content: center;
            align-items: center;
            margin: 9px 2px;
            width: 55px;
            font-size: 13px;
        }

/* .datepicker table tr td span {

} */

th.datepicker-switch {
    width: 100% !important;
    max-width: 100% !important;
}

/* Icon Div */

#divIcon {
    position: relative;
}

/* .iconList.vscrollIcon{
position: inherit !important;
transform: translate(28px, -197px);
top: 607px !important;
} */

/* .datepicker .datepicker-switch:hover{
background-color: transparent !important;
} */

.datepicker .datepicker-switch {
    position: relative;
}

    .datepicker .datepicker-switch::before {
        visibility: hidden;
        background-color: #eeeeee;
        position: absolute;
        content: '';
        width: 63%;
        height: 100%;
        top: 0;
        left: 42px;
        z-index: -1;
    }

    .datepicker .datepicker-switch:hover .datepicker-switch::before {
        visibility: visible;
        display: inline-block;
        background-color: #eeeeee;
    }

.bootstrap-dialog-message div:nth-child(2) {
    word-spacing: 2px;
}

/* ---------- */

.dt-container-12,
.dt-container-12 label {
    font-size: 12px;
}

    .dt-container-12 .dataTable.table-bordered.table th,
    .dt-container-12 .dataTable.table-bordered.table td {
        padding: 6px;
    }

/* icon-box Scroll */

.nicescroll-cursors {
    top: 10px;
    width: 3px;
    height: 57px;
}

#country-listbox .highlight {
    margin: 0px -1px;
}

.intl-tel-input .country-list {
    white-space: normal;
}

.shapeList .thumbnail.selected, .shapeList.shape-thumbnail.selected {
    border-color: #4187f5 !important;
    width: 44px;
    height: 44px;
}

/* Color Picker  */
.wColorPicker-bg, .wColorPicker-holder {
    background-color: #fff;
}

.wColorPicker-palettes-holder, .wColorPicker-holder {
    width: 185px;
    height: 150px;
}

/*#alertDialog .modal-content {
    border-radius: 6px;
}

/*#alertDialog .btn-empty {
    height: 44px;
    width: 132px;*/
/* width: 109px;
    height: 37px; */
/*border-radius: 6px;
    padding: 4px;
}

#alertDialog .btn-delete {
    padding: 4px;
    width: 132px;
    height: 44px;*/
/* width: 109px;
    height: 37px; */
/*background: #7ED321;
    box-shadow: 0px 1px 2px rgba(97, 97, 97, 0.2), 0px 2px 4px rgba(97, 97, 97, 0.2);
    border-radius: 6px;
}*/

/*#alertDialog .divDeleteMsg, #alertDeleteDialog .divDeleteMsg {
    margin-top: -22px;
    font-size: 16px !important;
}

.bootstrap-dialog#alertDeleteDialog .modal-footer button {
    height: 44px;
    width: 132px;
}*/

.validation-summary-errors {
    color: #dc3545;
}

    .validation-summary-errors > ul {
        padding-left: 0;
        list-style: none;
    }



@media screen and (max-width:450px) {
    .inptDiv {
        width: 33%
    }

    #fuelExpensesChart, #idelTimeChart {
        height: 400px;
    }

    .dllTripList {
        min-width: 90px !important;
    }

    #txtPrimaryDay, #txtComparedDay {
        font-size: 12px;
    }
}

@media screen and (min-width:500px) {
    #ddlViewRoute {
        max-width: 500px;
    }
}

.lblLanguage {
    color: white;
    font-size: 14px;
    padding-top: 13px;
    margin-right: 10px;
}

/*.support-name {
    margin: 5px 5px 0 2px;
    display: inline-block;
}*/

#dialogWithViewFullScreen {
    padding: 5px !important;
}

    #dialogWithViewFullScreen .modal-dialog {
        max-width: 100% !important;
        margin: 10px !important;
    }

    #dialogWithViewFullScreen .modal-content {
        height: calc(100vh - 30px);
    }

.bg-lightblue {
    background-color: #F1F1F1;
    align-items: center;
    padding: 10px 16px;
    justify-content: flex-end;
}

.btn-green {
    background-color: #7ED321;
    min-width: 100px;
    color: #ffffff;
}
.btn-green:hover {
    background-color: #7ED321;
    min-width: 100px;
    color: #ffffff;
}

.btn-red {
    background-color: #FF99A2;
    min-width: 100px;
    color: #ffffff;
}

    .btn-red:hover {
        background-color: #FF99A2;
        min-width: 100px;
        color: #ffffff;
    }

.btn-grey {
    background-color: #DDDDDD;
    min-width: 100px;
    color: #000000;
}

.bootstrap-dialog.type-default .modal-header, .modal-header {
    background-color: #F1F1F1;
    align-items: center;
    padding: 10px 16px;
}

.bootstrap-dialog button.close {
    border: 2px solid;
    border-radius: 50px;
    padding: 0px 4px;
    margin: -5px -5px;
    font-size: 17px;
    /*margin: 0 !important;
    padding: 0 0 0 1px;
    font-weight: 500;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 0.5px #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: normal;
    opacity: .8;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;*/
}

.modal-footer {
    background-color: #f1f1f1;
    padding: 16px 17px;
    border-top: 0 none;
    /*padding-top: 0;*/
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #e4e4e4 !important;
}


.imgPopUpDetail {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.ic-search{
    cursor: pointer;
    float: right;
    top: 50%;
    color: #9b9b9b;
    position: absolute;
    transform: translateY(-50%);
    right: 6px;
    font-size: 14px;
}

@-moz-document url-prefix() {
    .scroll-wrapper > .scroll-content {
        scrollbar-width: none;
    }
}

.daterangepicker.show-calendar .drp-calendar.right {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.customlinkbutton {
    text-decoration: underline;
    color: #4a90e2;
    background: transparent;
}
.font-weight-600{
    font-weight: 600 !important;
}

.sec-enml input.form-control, .sec-enml select.form-control {
    height: 36px;
    padding: 6px 10px;
}

.sec-enml .btn-green, .sec-enml .btn-green:hover {
    min-width: 80px;
    height: 36px;
}

.sec-enml .dv-Itembadge {
    background-color: #eee;
    padding: 6px 14px;
    border-radius: 16px;
}

.items-box {
    overflow-y: auto;
    max-height: 122px;
    border: 1px solid #d9d9d9;
    padding: 4px 6px;
    border-radius: 4px;
}
.font-12 {
    font-size: 12px !important;
}
.flex-1 {
    flex: 1;
}