
/* primary : #006DB8 */

.primaryColor {
    color: #006DB8;
}

.white-bg {
    background-color: white !important; 
}

.redColor {
    color: red;
}

.greenColor {
    color: green;
}

.bg-light {
    background-color: #EEEFF6;
}

.cursor-pointer{
    cursor: pointer;
}

body {
    font-family: 'Ubuntu';
    overflow-x: hidden;
    overflow-y: auto; 
    overflow-wrap: break-word;
}        

html,
body {
  height: 100%;
  width: 100%;
}

b {
    font-weight: bold;
}

hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border-top: 1px solid #afafaf;
}

h1 {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
}

h2 {
    font-family: 'Montserrat';
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 350;
}

h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
}

h5 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 250;
}

h6 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 200;
}

p {
    font-family: 'Ubuntu';
    font-size: 14px;
}

li {
    font-family: 'Ubuntu';
    font-size: 16px;
}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
    
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
 
    h6 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    li {
        font-size: 12px;
    }        
    
}

.text-muted{
    color: #7B7B7C !important;
}

.text-small {
    font-size: 0.9rem;
}

.field-icon {
    margin: auto;
    position: relative;
    z-index: 2;
    /* box-shadow: 0 0 1px #006DB8; */
    border-left: 0px;
}

.input-group-icon {
    background-color:#f4fffd;
    /* border: 1px solid #d6d6d6; */
    border-radius: 1px;
    color: inherit;
    padding: 15px 15px 15px 15px;
    text-align: center;
    border-left: 0px;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    /* background-color: rgb(232, 240, 254); */
}

.input-group-icon:focus + .slider {
    box-shadow: 0 0 1px #006DB8;
  }

.input-date {
    background-image: url('/img/calendar-alt-solid.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px 20px;
}

.input-search {
    padding-right: 50px;
    background-image: url('/img/search-solid.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px 20px;
}

.input-search-location {
    background-image: url('/img/search-location-solid.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px 20px;
}

.input-date-left {
    background-image: url('/img/calendar-alt-solid.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 30px !important;
    width: 150px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.75rem + 2px);
}

/* Select2 Layout changes */
.select2-container--default .select2-selection--single {
    display: block;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: black;
    background-color: #F6FDFF;
    background-clip: padding-box;
    border: 1px solid #BED1D6;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-content .select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #006DB8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: black;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: black transparent transparent transparent;
    border-width: 10px 7px 0 7px;
    margin-left: -10px;
    margin-top: -5px;    
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 7px 10px 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent black transparent;
}


/* Pace */
.pace-done .navbar-static-side,
.pace-done .rightbar-container,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* Form Control */
.form-control {
    background-color: #F6FDFF;
    color: black;
    border-radius: 6px;
    line-height: 2;
    border: 1px solid #BED1D6;
}

.modal-content .form-control {
    background-color: white;
    border-color: #006DB8;
}

.form-group label {
    font-size: 1.1rem;
}

.form-control:disabled {
    border-color: #EEEFF6;
}

.input-group-text {
    background-color: #F6FDFF;
    border-color: #BED1D6 transparent #BED1D6 #BED1D6;
    border-radius: 6px 0px 0px 6px;
}

.input-group-field {
    border-radius: 0px 6px 6px 0px;
    border-color: #BED1D6 #BED1D6 #BED1D6 transparent;
}

.modal-content .input-group-text {
    background-color: white;
    border-color: #006DB8 transparent #006DB8 #006DB8;
}

.modal-content .input-group-field {
    border-color: #006DB8 #006DB8 #006DB8 transparent;
}

@media (min-width: 1900px) {
    .modal-lg {
        max-width: 1200px;
    }    
}

.mandatory {
    color: red;
}

.form-group {
    padding: 0.25rem 0.5rem;
}



/* Buttons */
.btn {
    font-family: 'Ubuntu';
    border-radius: 6px;
    padding: 0.375rem 1rem;
    margin: 0.375rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn-icon {
    padding: 0.375rem 0.5rem;
}

.btn-group-toggle-full {
    display: flex;
}

.btn-group-toggle-full > .btn {
    flex: 1;
}

.btn-group-toggle > .btn {
    margin: 0.375rem 0;
}

.btn-group-toggle > .btn:not(:first-child) {
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}

.btn-group-toggle > .btn:not(:last-child) {
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

.btn-group {
    white-space: normal;
}

.btn.focus, 
.btn:focus {
    /* box-shadow: 0 0 0 1px #afafaf; */
    box-shadow: none;
}

/* Button Clear */
.btn-clear {
    padding: 0.375rem 0;
    background-color: transparent;
    border: 1px solid transparent;
}


/* Primary Outline */
.btn-primary.btn-outline,
.btn-primary.btn-outline:focus {
    color: #006DB8;
    border-color: #006DB8;
    background-color: white;
}
  
.btn-primary.btn-outline:hover {
    color: white;
    border-color: #006DB8;
    background-color: #006DB8;
}


/* Primary No Outline Grey */
.btn-no-outline-grey,
.btn-no-outline-grey:focus {    
    border-radius: 0px !important;
    color: grey;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
  
.btn-no-outline-grey:hover {
    border-radius: 0px !important;
    color: #006DB8;
    background-color: transparent;
    border-bottom: 2px solid #006DB8;
}

.btn-no-outline-grey:not(:disabled):not(.disabled):active,
.btn-no-outline-grey:not(:disabled):not(.disabled).active {
    border-radius: 0px !important;
    color: #006DB8;
    background-color: transparent;
    border-bottom: 2px solid #006DB8;
}


/* Primary No Outline */
.btn-primary.btn-no-outline,
.btn-primary.btn-no-outline:focus {
    color: #006DB8;
    border-color: transparent;
    background-color: transparent;
}
  
.btn-primary.btn-no-outline:hover {
    color: white;
    border-color: transparent;
    background-color: #006DB8;
}


/* Primary */
.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #006DB8;
    border-color: #006DB8;
}

.btn-primary:hover {
    background-color: #006DB8;
    border-color: #006DB8;
    color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #006DB8;
    border-color: #006DB8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006DB8;
  border-color: #006DB8;
}



/* Warning Outline */
.btn-warning.btn-outline,
.btn-warning.btn-outline:focus {
    color: #f8ac59;
    border-color: #f8ac59;
    background-color: white;
}
  
.btn-warning.btn-outline:hover {
    color: white;
    border-color: #f8ac59;
    background-color: #f8ac59;
}


/* Warning */
.btn-warning,
.btn-warning:focus {
    color: #ffffff;
    background-color: #f8ac59;
    border-color: #f8ac59;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #f7a54a;
    border-color: #f7a54a;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #f7a54a;
    border-color: #f7a54a;
}


.btn-edit-icon {
    color: black;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-delete-icon {
    color: red;
    border: 1px solid red;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-reset-icon {
    color: #006DB8;
    border: 1px solid #006DB8;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-disable-icon {
    color: #8989A3;
    border: 1px solid #8989A3;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}



/* Dropdown menu */
.dropdown-menu {
    left: auto;
    right: 0px;
    width: auto;
    min-width: 100%;
}
.dropdown-item:focus,.dropdown-item:hover {
    background-color: #006DB8;
    color: white;
}
.dropdown-item:focus,.dropdown-item:hover > img {
    filter: invert(95%) sepia(95%) saturate(0%) hue-rotate(155deg) brightness(106%) contrast(106%);
}

/* Cards List */
.list-cards {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.list-cards > li {
    padding: 10px 0;
}

.list-cards-item {
    border-radius: 10px;
    overflow: hidden;
}

.list-cards-item .card-title {
    padding: 15px 30px;
}

.list-cards-item .card-body {
    padding: 30px 30px;
}

/* .list-cards-item h4 {
    margin-bottom: 0px;
} */

/* .list-cards-item .btn {
    width: 100%;
} */


/* Table */
.table {
    border-collapse: separate;
    border-spacing: 0px;
}

.table th {
    border-top: 1px solid transparent;
}

th:first-child {
    border-radius: 10px 0 0 0;
}

th:last-child {
    border-radius: 0 10px 0 0;
}

.table thead {    
    background-color: #D8F1F9;
    border-color: transparent;
}

.table thead th {
    border-bottom: 2px solid transparent;
}

.table tbody td {
    vertical-align: middle;
    border-bottom: 1px solid black;
    border-top: 1px solid transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #F6FDFF;
}

.table-borderless {
    border-collapse: collapse;
}

.table-borderless th {
    border-top: 0px solid transparent;
}

.table tbody td {
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.table-borderless th:first-child {
    border-radius: 0;
}

.table-borderless th:last-child {
    border-radius: 0;
}


.table-borderless thead th {
    border-bottom: 0px solid transparent;
}



/* Pagination */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 5px 8px;
  margin: 5px;
  font-size: 16px;
  color: #006DB8;
  text-align: center;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    text-decoration: none;
}

.pagination > li.active > a {
    background-color: #006DB8;
    color: white;
}


/* Modal */
.modal-content {
    border: 1px solid transparent;
}
.modal-header {
    background-color: #006DB8;
    color: white;
}

/* Sweet Alert */
.sweet-alert button {
    background-color: #006DB8 !important;
}

.sweet-alert button.cancel {
    background-color: #6c757d !important;
}

#loginPage {
    min-width: 100%;
    min-height: 100%;
    background-color: #EEEFF6;
    padding: 20px;
}
.login-card {
    background-color: white;
    box-shadow: 0px 12px 24px #ECEEF5;
    border-radius: 15px;
    padding: 100px 50px;
    margin: 150px auto;
    max-width: 1400px;
}
.login-logo {
    border-right: 1px solid #A2A7B9;
}
.login-logo img {
    max-height: 250px;
}
.login-card .form-control {
    line-height: 2.5;
}
.btn-login {
    width: 100%;
    background: transparent linear-gradient(90deg, #006EB9 0%, #00AFEE 100%) 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    line-height: 2.5;
}
.forgot_password {
    color: grey;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .login-card {
        padding: 30px 30px;
        margin: 30px auto;
    }

    .login-logo {
        border-right: 1px solid transparent;
    }        
}


#wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #EEEFF6;
}


#page-wrapper {
    padding: 0;
    position: relative;
    flex-shrink: 1;
}

.body-wrapper {
    margin: 0px;
    height: calc(100vh - 100px);
    width: calc(100vw - 260px);
}

body.mini-sidebar .body-wrapper {
    width: calc(100vw - 72px);
}

.body-scroll {
    padding: 2rem 1rem;
}
  
@media (max-width: 1820px) {
    .body-wrapper {
        width: calc(100vw - 200px);
    }    

    @media (max-width: 767px) {
        .body-scroll {
            padding: 1rem 0;
        }
    }
}


/* Side Menu */
.navbar-static-side {
    background-color: rgba(255, 255, 255, 0.7);
    width: 260px;
    height: calc(100vh - 100px);
    box-shadow: 0px 4px 6px #0000001A;
}

body.mini-sidebar .navbar-static-side {
    width: 70px;    
}

body.mini-sidebar .nav-label {
    display: none;
}

.nav-label {
    font-size: 16px;
    display: inline;
    vertical-align: middle;
}

#side-menu {
    padding: 20px 0;
}

.sidebar-footer > p {
    padding: 10px;
    padding-top: 100px;
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
}

#side-menu img {
    height: 15px;
    width: 15px;
    object-fit: contain;
}

#side-menu > li {    
    display: block;
    width: 100%;
    position: relative;
}


#side-menu > li > a {
    display: block;
    color: black;
    height: 54px;
    width: 220px;
    margin: 0 20px;
    padding: 15px;
    border-radius: 10px;
}

body.mini-sidebar #side-menu > li > a {
    margin: 0 10px;    
}

#side-menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 54px;
    background-color: white;
    border-radius: 0 10px 10px 0;
}

#side-menu > li > a.active {
    background-color: #006DB8;
    color: white;
}

#side-menu > li > a.active::before {
    background-color: #006DB8;
}

#side-menu > li > a.active img {
    filter: invert(95%) sepia(95%) saturate(0%) hue-rotate(155deg) brightness(106%) contrast(106%);
}


#side-menu > li > a:hover,
#side-menu > li > a:focus {
    text-decoration: none;    
    /* background-color: #006DB8; */
}

footer > p {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
}

@media (max-width: 1820px) {

    .navbar-static-side {
        width: 200px;
    }
        
    #side-menu > li > a {
        width: 160px;
    }    

    @media (max-width: 767px) {
        .navbar-static-side {
            height: calc(100vh - 65px);
        }
    }

}


/* Top Bar */
.navbar-static-top {
    margin-right: 5px;
    height: 100px;
    background-color: white;
    vertical-align: middle;
    box-shadow: 0px 4px 6px #00000010;
    border-radius: 0px 0px 15px 0px;
    padding: 0.5rem 1rem;
}

.navbar-header img {
    height: 70px;
    margin: 10px 0;
    padding: 0;
}

.navbar-static-top li {
    padding: 0 10px;
}

#alert-dot {
    height: 11px;
    width: 11px;
    background-color: red;
    border: 2px solid #F0F0F0;
    border-radius: 50%;
    position: absolute;
    transform: translate3d(-75%, 30%, 0);
    display: none;
}

.user-image {
    width: 50px;
    height: 50px;
    object-fit: fill;
    border-radius: 50%;
    border: 3px solid #006DB8;
    background-color: #006DB8;
}

.profile-image {
    width: 100%;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: fill;
    border-radius: 50%;
    border: 6px solid #006DB8;
    background-color: #006DB8;
}

#sm_userName {
    padding-left: 10px;
    padding-right: 5px;
}

#userName {
    padding-left: 10px;
    padding-right: 5px;
}


#top-bar > ul > li > a {
    color: black;
}

#top-bar > ul > li > a:hover,
#top-bar > ul > li > a:focus {
    color: black;
    text-decoration: none;    
}

.btn-nav {
    background-color: white;
    color: black;
    padding: 0.375rem 0.5rem;
}

.btn-nav img {
    height: 25px;
    width: auto;
}

.btn-dropdown {
    margin: 0;
    padding: 0.375rem 0.5rem;
    background-color: white;
    color: black;
    box-shadow: none;
}

@media (max-width: 767px) {
    .navbar-static-top {
        height: 65px;
    }
    
    .navbar-static-top li {
        padding: 0 5px;
    }
    
    .navbar-header img {
        margin: 0px;
        height: 50px;
        padding: 0;
    }

    .user-image {
        width: 40px;
        height: 40px;
    }

    #sm_userName {
        display: none;
    }

    #userName {
        display: none;
    }
    
}






/* Dashboard */
#dashDate {
    font-size: 20px;
}

.map-card {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}

#dashMap {
    margin: 20px 15px 15px 15px;
    width: 100%;
    height: 100%;
    min-height: 800px;
    border-radius: 8px;
}

.dash-card {
    height: 128px;
    width: 300px;
}

.dash-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: auto;
}

.livefeed-image {
    width: 75px;
    height: 75px;
    object-fit: fill;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #0000003D;
}

#liveFeed {
    max-height: 800px;
}

.info-window {
    padding: 5px;
    width: 250px;
    height: 160px;
}

.info-window-img {
    border-radius: 4px;
    height: 100px;
    width: 125px;
    object-fit: cover;
}


@media (max-width: 1200px) {

    #dashMap {
        min-height: 50vh;
    }
    

    .dash-card {
        width: auto;
        min-width: 300px;
    }
    
    #liveFeed {
        max-height: 50vh;
    }    


    @media (max-width: 767px) {
        .map-card {
            border-radius: 10px;
            height: auto;
            min-height: 70vh;
            margin-bottom: 20px;
        }    
    }

}


/* Locations */
.location-card {
    background-color: white;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
    padding: 20px;
    margin: 10px auto;
}

.location-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 1.5em;
}

.address-details {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    min-height: 4.5em;
    max-height: 4.5em;
}

.location-img {
    border-radius: 10px;
    height: 200px;
    width: auto;
    object-fit: cover;
    margin-bottom: 20px;    
}

.add-location-img {
    background-color: #006DB8;
    border-radius: 10px;
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin-bottom: 20px;    
}

.btn-loc-image-add {
    position: absolute;
    left: 185px;
    top: 75px;
    color: #006DB8;
    background-color: #384368;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #006DB8;
}

#locationModalMap {
    width: 100%;
    height: 400px;
    margin: 15px;    
    border-radius: 8px;
}

.pac-card {
    margin: 10px 0 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 1000 !important;
    border-radius: 8px;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    z-index: 100000 !important;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

#pac-input {
    margin-left: 12px;
    padding: 3px 10px 3px 10px;
    text-overflow: ellipsis;
    width: 400px;
    margin-top: 10px;
    font-size: 1.1rem;
}

/* #pac-input:focus {
    border-color: #006DB8;
} */

#pac-title {
    color: #fff;
    background-color: #006DB8;
    border-radius: 8px 8px 0 0;
    padding: 6px 12px;
    font-size: 1.1rem;
}

.location-crew-image {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    object-fit: fill;
    border-radius: 50%;
    border: 6px solid #006DB8;
    background-color: #006DB8;
}

.crew-table{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em; 
    width: 150px;
}

.break-btn {
    padding-right: 30px;
    padding-bottom: 30px;
}

.record-modal {
    max-width: 600px;
}


/* Device */
#devicePage {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000D;
    padding: 30px;
    margin: 1.5rem auto;
}

.device-card {
    background-color: white;
    box-shadow: 0px 0px 10px #0000002B;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    cursor: pointer;
}

/* Crew */
#crewPage {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000D;
    padding: 30px;
    margin: 1.5rem auto;
    /* max-height: 80vh;
    overflow: hidden; */
}

.border-right {
    border-right: 2px solid #DDDDEF;
}

.crew-image {
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    object-fit: fill;
    border-radius: 50%;
    border: 6px solid #006DB8;
    background-color: #006DB8;
}

.edit-crew-image {
    width: 100%;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    object-fit: fill;
    border-radius: 50%;
    border: 6px solid #006DB8;
    background-color: #006DB8;
}

.crew-card {
    background-color: white;
    box-shadow: 0px 0px 10px #0000002B;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    cursor: pointer;
}

.btn-rounded-grid {
    color: white;
    background-color: #006DB8;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
}

.btn-image-add {
    position: absolute;
    left: 110px;
    top: 30%;
    color: #006DB8;
    background-color: #384368;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #006DB8;
}

.crew-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
}

/* Crew Details */
.crew-details-page {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000D;
    padding: 30px;
    margin: 1.5rem auto;
    /* max-height: 80vh;
    overflow: hidden; */
}

.crew-details-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 1.5em;
}

.crew-image-card {
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 10px;    
}

.crew-detail-image {
    width: 100%;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: fill;
    border-radius: 50%;
    border: 6px solid #006DB8;
    background-color: #006DB8;
    margin: 30px auto;
}

.btn-crew-detail {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px;
    margin: 10px;
}

.text-date{
    color: #23408F !important;
}
.text-time{
    color: rgb(66, 129, 247) !important;
}
.text-green{
    color: green !important;
}
.text-red{
    color: red !important;
}

.crewtile{
	width: 100%;
	background:white;
    border-radius:10px;
    box-shadow: 0px 0px 10px #0000002B;
    float:left;
  	/* transform-style: preserve-3d; */
  	margin: 10px 5px;

}
.crewstats strong{
	display:block;
	color:rgb(109, 106, 106);
}
.crewstats{
    border-radius: 10px;
	background:rgb(255, 255, 255);
	overflow:auto;
	padding:15px 0;
	color:#909192;
}
.crewstats div{
	border-right:2px solid #c5c5c5;
	width: 20%;
	float:left;
	text-align:center
}
.crewstats div:nth-of-type(5){
    border:none;
}

.div-round{
    padding: 5px 5px;
    background: #f4f4f4;
    /* box-shadow: 0px 0px 5px #0000002B; */
    border-radius: 5px;
    transform-style: preserve-3d;
}
.input-group-addon {
    background-color:#f4fffd;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
    color: inherit;
    padding: 9px 12px 4px 12px;
    text-align: center;
}
.input-group-span {
    background-color: #FFFFFF;
    border: 1px solid #006DB8;
    border-radius: 1px;
    color: inherit;
    padding: 9px 12px 4px 12px;
    text-align: center;
}
/* Tooltip */
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 0.75rem;
  }
  
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.75rem 0;
  }
  
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }
  
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.75rem 0.75rem 0;
    border-top-color: #000;
  }
  
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.75rem;
  }
  
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.75rem;
    height: 1.5rem;
  }
  
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.75rem 0.75rem 0.75rem 0;
    border-right-color: #000;
  }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.75rem 0;
  }
  
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }
  
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.75rem 0.75rem;
    border-bottom-color: #000;
  }
  
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.75rem;
  }
  
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.75rem;
    height: 1.5rem;
  }
  
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.75rem 0 0.75rem 0.75rem;
    border-left-color: #000;
  }
  
  .tooltip-inner {
    max-width: 300px;
    padding: 0.5rem 1rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px #0000002B;
  }
  

  .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
  }
  
  .switch input {
      display:none;
    }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BED1D6;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: #006DB8;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #BED1D6;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #006DB8;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
  }
  
  
    .on, .off {
        color: #006DB8;
        position: absolute;
        transform: translate(-50%,-50%);
        font-size: 10px;
    }

    .on {
        display: none;
        top: 50%;
        left: 30%;
    }

    .off {
        top: 50%;
        left: 70%;

    }

    input:checked + .slider .on{ 
        display: block;
    }
  
    input:checked + .slider .off{
        display: none;
    }
  
    .slider.round {
        border-radius: 34px;
    }
  
    .slider.round:before {
        border-radius: 50%;
    }

    .Custom_Cancel > .sa-button-container > .cancel {
        background-color: #F10921;
        border-color: #F10921;
    }
    .Custom_Cancel > .sa-button-container > .cancel:hover {
        background-color: #F10921;
        border-color: #F10921;
    }
    
    /* New Timeline style */
    .blue-bg,
    .bg-success {
        background-color: #006DB8 !important;
        color: #ffffff;
    }
    .grey-bg,
    .bg-danger {
        background-color: grey !important;
        color: #ffffff;
    }

    .vertical-container {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }
    .vertical-timeline {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 53px;
        height: 100%;
        width: 4px;
        background: #006DB8;
    }
    .vertical-timeline ul {
        margin-bottom: 0px;
    }
    .vertical-timeline-block {
        position: relative;
        margin: 0;
    }
    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }
    .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
    .vertical-timeline-circle {
        position: absolute;
        top: 0;
        left: 1;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        /* border: 3px solid #f1f1f1; */
        text-align: center;
    }

    .vertical-timeline-square {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        border-radius: 0;
        font-size: 16px;
        /* border: 3px solid #f1f1f1; */
        text-align: center;
    }

    .vertical-timeline-content {
        position: relative;
        margin-left: 50px;
        background: white;
        border-radius: 0.25em;
        padding: 1px 1em 1em 1px;
    }
    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }
    .vertical-timeline-content h5 {
        font-weight: 400;
        margin-top: 4px;
    }
    .vertical-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }
    .vertical-timeline-content::before {
        content: '';
        position: absolute;
        top: 16px;
        height: 0;
        width: 0;
        right: 100%;
        border: 7px solid transparent;
        border-right: 7px solid white;
    }

    .vertical-timeline-block:last-child .vertical-timeline-content,
    .vertical-timeline-block:last-child .vertical-timeline-content h5 {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .profile-card {
        padding-left: 30px;
        padding-right: 30px;
    }


    /* Horizontal Timeline */
    .horizontal-timeline {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }
    .horizontal-timeline-table {
        min-width: 100%;
    }
    .horizontal-timeline-table th {
        text-align: center;
        border-top: 4px solid #006DB8;
    }
        
    .horizontal-timeline-circle {
        position: absolute;
        top: -15px;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 16px;
        /* border: 3px solid #f1f1f1; */
        text-align: center;
    }

    .horizontal-timeline-square {
        position: absolute;
        top: -15px;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        border-radius: 0;
        font-size: 16px;
        /* border: 3px solid #f1f1f1; */
        text-align: center;
    }

    /* Notification Bar */
    .rightbar-container {
        transform: translateY(-100%);
        z-index: 100;
        background: rgba(0, 0, 0, 0.5)
    }

    body.show-notifbar .notifbar-container {
        display: block;
    }

    .notifbar-container {
        display: none;        
        background-color: #EEEFF6;
        height: calc(100vh - 100px);    
    }

    #notif-container {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    .notif-card {
        border-radius: 16px;
        margin: 15px;
        padding: 15px;
        background-color: white;
        box-shadow: 0px 0px 10px #0000002B;
    }

    .notifi-alert-view {
        display: inline !important;
    }


    .pace-done .navbar-static-side,
    .pace-done .rightbar-container,
    .pace-done .nav-header,
    .pace-done li.active,
    .pace-done #page-wrapper,
    .pace-done .footer {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .report-image {
        width: 100%;
        height: 120px;
        max-width: 120px;
        max-height: 120px;
        object-fit: fill;
        border-radius: 50%;
        border: 6px solid #006DB8;
        background-color: #006DB8;
    }

    .report-dropdown-menu {
        left: auto;
        right: 0px;
        width: auto;
        min-width: auto !important;
    }


/*Schedule*/

#schedulePage {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000000D;
    padding: 30px;
    margin: 1.5rem auto;
    /* max-height: 80vh;
    overflow: hidden; */
}

.schedule-table-wrapper {
    position: relative;
    height: calc(100vh - 380px);
    overflow-y: scroll;
    border-radius: 10px;
}

.schedule-table-header {
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 0px;
    margin-bottom: 2px;
}
.schedule-table-header th {
    padding: 20px !important;
    border-right: 1px solid #D6D7D9;
    border-bottom: 1px solid #D6D7D9;
    background-color: white;
    white-space: nowrap !important;
    font-weight: 100;
}
.schedule-header-cell {
    width: 200px;
    height: 50px;
}
.schedule-crew-name {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 1.5em;
}
.schedule-crew-image {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


.schedule-table {
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 0px;
}
.schedule-table td {
    width: 211px;
    min-width: 211px;    
    max-width: 211px;
    height: 15px;
    border-right: 1px solid #D6D7D9;
    background-color: white;
    white-space: nowrap !important;
}

.schedule-first-col {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

.schedule-active-bg {
    background-color: white;
}

.schedule-inactive-bg {
    background: repeating-linear-gradient(
        -45deg,
        white,
        rgba(128, 128, 128, 0.7) 1px,
        white 1px,
        white 10px
    );    
}


.schedule-table-overlay {
    position: absolute;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

.schedule-overlay {
    padding-left: 0px;
    list-style: none;
    width: 300px;
    margin-left: -15px;
}

.schedule-overlay-first-col {
    position: absolute;
    left: 15px;     
    top: 140px;  
    width: 85px;
    text-align: right;
}

.schedule-overlay-first-col li {
    height: 60px;
    background-color: white;
    padding-right: 10px;
}





.crew-activity-table {
    position: relative;
    width: auto;
    border-radius: 10px;
}

.crew-activity-table-header thead th {
    height: 80px;
    width: 150px;
    overflow: hidden;
}
.crew-activity-table tbody td {
    height: 60px;
    width: 150px;
}

.crew-activity-table-header thead {
    background-color: #EEEFF6;
    text-align: center;
}
.crew-activity-table-header thead th,
.crew-activity-table tbody td {
    border-bottom: 1px solid transparent;
}
.crew-activity-table-header th:not(:last-child),
.crew-activity-table td:not(:last-child) {
    border-right: 1px solid #C8CADD;
}

.crew-activity-table .day-head {
    font-weight: lighter;
}

.crew-activity-table-overlay {
    position: absolute;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

.timeline-bar {
    padding-left: 0px;
    list-style: none;
    width: 300px;
    margin-left: -15px;
}
/* .timeline-bar > li {
    width: 10px;
} */

.timeline-mon {
    position: absolute;
    left: calc((150px * 1) + 0px);
   
}
.timeline-tue {
    position: absolute;
    left: calc((150px * 3) + 10px);
}
.timeline-wed {
    position: absolute;
    left: calc((150px * 5) + 21px);
}
.timeline-thu {
    position: absolute;
    left: calc((150px * 7) + 28px);
}
.timeline-fri {
    position: absolute;
    left: calc((150px * 5) + 0px);
}
.timeline-sat {
    position: absolute;
    left: calc((150px * 6) + 0px);
}
.timeline-sun {
    position: absolute;
    left: calc((150px * 7) + 0px);
}

.timeline-clear {
    border-left: 3px solid transparent;
}
.timeline-green {
    border-left: 10px solid #00AFF0;
    background-color: #E9F4FF;
}
.timeline-grey {
    border-left: 3px solid #006DB8;
}

.timeline-dot-green {
    height: 0px;
}
.timeline-dot-green::before {
    position: absolute;
    transform: translate3d(-10px, -30px, 0);
    content: '\25CF';
    font-size: 40px;
    height: 10px;
    color: #0CAB21;
}
.timeline-dot-grey {
    height: 0px;
}
.timeline-dot-grey::before {
    position: absolute;
    transform: translate3d(-10px, -30px, 0);
    content: '\25CF';
    font-size: 40px;
    height: 10px;
    color: #006DB8;
}

.calendar-day {
    background-color: white;
    border-radius: 100%;
    height: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
}

.schedule-calendar-table-header th {
    padding: 20px !important;
    white-space: nowrap !important;
    font-weight: 100;
}