/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */


/*# sourceMappingURL=custom.css.map */


/* ======================General Styling===================== */


/* .modal-backdrop {
    display: none !important;
} */
.swal2-icon.swal2-info {
    border-color: #0067B2 !important;
}
.user_name_header {
    color:  #0067B2 !important;
}
.mark_As_read{
    cursor: pointer;
}
.time_header{
    font-size: 9px !important;
}
.terminate_chapi {
    border: none;
    background-color: transparent;
    padding: 0px;
    color: #0067B2;
}

a.mr-2 {
    color: #0067B2;
}

.help-block {
    display: none;
}

.row.guard_listing {
    margin: 0px;
    width: 100%;
}

.upload-photo {
    position: relative;
    overflow: hidden;

}

.upload-photo-field {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.add-more-btn {
    margin-top: 1.7rem;
}

.search-btn {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
}

.add-work-btn {
    width: 14.2rem !important;
}

.add-guard-btn{
    width: 14.2rem !important;

}

h4 {
    color: #000;
    font-size: 20px;
}

a {
    color: #0067B2;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.table.table-bordered td {
    border-color: #00000030 !important;
}

.table.table-bordered th {
    border-color: #fff !important;
}

.modal-heading {
    color: #0067B2;
}

.modal-content {
    background: #E6F0F8;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

body {
    background-color: #ffffff !important;
}

#save-stage_length {
    display: none !important;
}

#save-stage_filter {
    display: none !important;
}

.theme-white .page-item.active .page-link {
    color: #484646;
    background-color: #fff;
    border-color: #484646;
}

.theme-white .page-item .page-link {
    color: #C4CDD5;
}

.theme-white .btn-link {
    font-weight: 400;
    color: #0067b2;
    background-color: transparent;
  }

.theme-white .form-control:focus {
    border-color: #0067b2;
}

.theme-white .btn-link:hover {
    color: #0067b2;
  }

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
    border-color: #0067b2;
}

/* .shift-table-fields {
    font-size: 1rem;
    padding: 13px 15px;
    height: 23px;
    margin: 0px 35px 0px 0px;
    width: 4rem;
} */

.shift-table-heading{
    max-width: 4rem;
}

.shift-table-fields {
    padding: 10px 4px !important;
  }


.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
    background-color: #0067b2;
}

.chat .chat-header {
    background: #0067b2;
}

.chat-box .chat-content {
    background-color: #e6f0f8 !important;
}

.badge.badge-primary {
    background-color: #0067b2;
    border-radius: 5px !important;
    padding: 10px;
}

.badge.badge-secondary {
    background-color: #34395e5c;
    border-radius: 5px !important;
    padding: 10px;
}

#map {
    height: 400px;
    width: 100%;
}

.theme-white .card.card-primary {
    border-top: 2px solid #0067b2;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
    color: #0067b2;
    font-weight: 700;
}


/* autocomplete */

main {
    margin: 64px 0;
    padding: 0 16px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.autocomplete-container {
    position: relative;
}

.autocomplete {
    display: flex;
}

input,
button {
    font-family: inherit;
}

.autocomplete-submit {
    border: 1px solid $color-primary;
    padding: 8px 16px;
    background: $color-primary;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autocomplete-submit svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.autocomplete-results {
    position: absolute;
    margin-top: -1px;
    border: 1px solid rgba(0, 0, 0, 0.54);
    padding: 4px 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: none;
}

.autocomplete-result {
    cursor: default;
    padding: 4px 8px;
}

.autocomplete-result:hover {
    background: rgba(0, 0, 0, 0.12);
}

.autocomplete-result.selected {
    background: rgba(0, 0, 0, 0.12);
}

.search-result {
    margin-top: 64px;
    text-align: center;
}

.hidden {
    display: none;
}

.log-modal-content{
    overflow-y: scroll;
    overflow-x: hidden;
}

.log_block {
    height: 25rem;
    width: 30.5rem;
}

.log-date {
    background: #003358;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin: 10px 0px;
}

.log-checkin {
    display: flex;
  }

.log-checkout {
    color: #003358;
    display: flex;
    justify-content: end;
}

.modal-footer{
    padding-right: 0px;
}

/* Searchable select css */

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0px !important;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0067b2;
    color: #fff;
    margin-bottom: 1px;
  }

.select2-container.select2-container--open .select2-selection--single {
    background-color: #fefeff;
    border-color: #0067b2;
  }

  .select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single{
    background-color: #fefeff;
    border-color: #0067b2;
  }




/* General layout and typography stuff */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
* {
    box-sizing: border-box;
    position: relative;
}

html {
    font-size: 16px
}

body {
    font-family: Open Sans, Verdana, sans-serif;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    line-height: 1.45
}

body,
header {
    background: #fafafa
}

header {
    padding: 40px;
    min-height: 200px;
    text-align: center;
    color: rgba(0, 0, 0, .87)
}

header>* {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

header>:last-child {
    margin-bottom: 0
}

h1 {
    margin-bottom: 0.5em;
    font-weight: inherit;
    line-height: 1.2;
    color: #1c5b72;
    font-size: 2.618em
}

p {
    margin-bottom: 1.3em;
    line-height: 1.618
}

@media (min-width:800px) {
    h1 {
        font-size: 4.236em;
        font-weight: 300
    }
    p {
        font-size: 1.3em
    }
}

a {
    color: #0067b2;
    text-decoration: none
}

.change_cursor {
    cursor: pointer;
}

#aniimated-thumbnials img {
    width: 100%;
    max-height: 205px;
    margin-bottom: 1rem;
    margin: auto;
}

.leaflet-marker-icon {
    border-radius: 100%;
    border: 2px solid #E6F0F8;
}

.marker-cluster {
    border-radius: 0;
    border: 0;
}

.leaflet-red-marker-border {
    border: 2px solid #AB0000;
}

.leaflet-green-marker-border {
    border: 2px solid #00AB00;
}

.btn-secondary{
    background-color: #bfc6cd !important;
}


.btn-secondary:hover{
    background-color: #cdd3d8 !important;
}
