
.navbar-nav>.user-menu .user-image{
    border: 1px solid #eeeeee;
    height: 2.5rem;
    width: 2.5rem;
}

.img-circle-large {
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
    border: 1px solid #dddd;
}
.img-circle-medium {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    border: 1px solid #dddd;
    margin-right: 0.5rem;
}
.img-circle-small {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border: 1px solid #dddd;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.content-header{
    padding: 10px 0.5rem;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-body{
    border-bottom:0;
    padding: 10px;
}
.user-body li.nav-item.border-bottom{
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper.dt-bootstrap4 .col-sm-12{
    overflow-x: auto;
}
div.dataTables_scrollBody, .dataTables_scrollHead{
    overflow:initial !important;
}

xmp {
    display: inline;
    font-family: auto;
    text-wrap: wrap;
}

.input-inline {
    display: inline-block;
    width: 100px;
}
.error-message{
    color: #e83e8c;
}

.file-input-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border: 2px dashed #ddd;
    border-radius: 5px;
    margin-bottom: 0px;
    max-width: 160px;
}

.file-input-wrapper:hover {
    border-color: #999;
}

.file-input-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.file-preview {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.file-preview.active {
    display: block;
}

.file-info {
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    text-align: center;
}

.file-remove {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #f00;
    cursor: pointer;
    display: none;
    font-size: 20px;
}

.file-remove.active{
    display: block;
}

.hidden {
    display: none;
}

.brand-text.font-weight-light {
    font-weight: 900 !important;
    font-size: 1.4em;
    color: #ffffff;
}
.brand-link .brand-image{
    margin-top: 8px;
    max-height: 30px;
}

.file-input {
    height: 100%;
}

.card-tabs {
    width: 100%;
}

.color-primary{
    color: #007bff;
}
.inline {
    display: inline;
}
.card-header{
    align-items: center;
}
.padding-left-0 {
    padding-left: 0;
}
.fc-toolbar.fc-header-toolbar {
    padding: 0;
}
.fc-icon.fc-icon-fas {
    font-family: "Font Awesome 5 Free" !important
}
.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: unset;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal;
}
.select2-container{
    width: 100% !important;
}
.form-group.info {
    margin-bottom: 0.5rem;
}

.form-group.info img {
    margin-right: 10px;
}

.form-group.info label {
    margin-bottom: 0;
}
.fc-event-hover {
    position: absolute;
    min-width: 100%;
}
.fc-h-event .fc-event-title{
    display: block;
}


  /*
  i wish this required CSS was better documented :(
  https://github.com/FezVrasta/popper.js/issues/674
  derived from this CSS on this page: https://popper.js.org/tooltip-examples.html
  */

  .popper,
  .tooltip {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
  }
  .style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
  }
  .popper .popper__arrow,
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
  }

  .tooltip .tooltip-arrow,
  .popper .popper__arrow {
    border-color: #FFC107;
  }
  .style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
  }
  .popper[x-placement^="top"],
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  .popper[x-placement^="top"] .popper__arrow,
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="bottom"],
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  .tooltip[x-placement^="bottom"] .tooltip-arrow,
  .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip[x-placement^="right"],
  .popper[x-placement^="right"] {
    margin-left: 5px;
  }
  .popper[x-placement^="right"] .popper__arrow,
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .popper[x-placement^="left"],
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  .popper[x-placement^="left"] .popper__arrow,
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.calendar-note h6 {
    font-size: 1.1rem;
}
.calendar-note h6 .badge{
    font-weight: 500;
    padding: 0.4em 0.5em;
}

.unassigned{
    background-color: #c0c0c0 !important;
}

.sel {
    background-color: #FDFDA8 !important;
}
.progressing {
    background-color: #AEE239 !important;
}

.paused {
    background-color: #FAB87F !important;
}

.completed {
    background-color: #8FBE00 !important;
}

.late {
    background-color: #DC5B3E !important;
}

.assigned {
    background-color: #7ED0D6 !important;
}

.service {
    font-weight: 500;
    padding: 0.4em 0.5em;
    background-color: #9acc85 !important;
}

.contract {
    font-weight: 500;
    padding: 0.4em 0.5em;
    background-color: #8bc9ff !important;
}

.event-icon {
    margin-top:7px!important;
    color:#333;
    float: left;
    margin-right:10px;
}
.bg-wrk:before {
    content: "There is no job currently selected. If you select a job, more details of the job will appear here.";
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 30px;
    margin-left: -15px;
}
.p-group {
    margin-bottom: 0.3rem;
}
.no-sel {
    display: flex;
    justify-content: space-around;
    padding-top: 100px;
    font-size: 20px;
}
#detail-event .icon {
    font-size: 24px;
    width: 38px;
}

#detail-event .service {
    padding: 0.4em 0.8em;
    margin-right: 12px;
}

#detail-event .footer {
    margin-top: 25px;
}

.show-event {
    background-color: rgb(253, 253, 222);
}

#detail-event .p-group .icon.left {
    width: 35px;
}

#detail-event .p-group .icon.right {
    width: 35px;
    margin-left: 15px;
}

#detail-event .p-group.right {
    margin-left: 44px;
}

.bttn, .bttn.fa {
    cursor: pointer;
    margin-right: 10px;
}

#editJobModal .modal-body {
    padding: 0;
}
#editJobModal .card {
    margin-bottom: 0;
}
.selected {
    border-color: #FFC200 !important;
    background-color: #FFF785 !important;
}

.fc-h-event .fc-event-main {
    color: #000000;
}

.fc-timeline-slot-lane:focus {
    background-color: lightgray;
}

.icon-md {
    font-size: 30px;
}

.btn-disabled {
    color: #999;
    cursor: default !important;
}
.btn-change {
    color: #008000;
    cursor: pointer !important;
}

.fa-circle.event-assign {
    color: #999;
    cursor: default !important;
    font-size: 18px;
}
.fa-check-circle.change-assign, .fa-circle.change-assign{
    color: #008000;
    cursor: pointer !important;
    font-size: 18px;
}
xmp {
    font-family: '"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"';
}

.fc-timeline-event .ltr-f.b {
    background-color: #8bc9ff;
}

.ltr-f.small, .ltr-f.b.small {
    margin: 0px 0px 0px -2px;
    display: inline-block;
    padding: 3px 0px 3px 4px;
    width: 15px;
}

.small, small {
    padding: 85%;
}

.event-full {
    right: inherit !important;
    z-index: 1000000000;
}

.page-list-h4 {
    color: #42446e;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    width: 100%;
    padding-left: 15px;
}

.mr-bt-30 {
    margin-top: 20px;
    margin-bottom: 30px!important;
}

.mr-bt-12 {
    margin-bottom: 12px!important;
}

.flex-container {
    display: flex;
    align-items: center;
}

.form-sm-col {
    margin-left: -7.5px;
    margin-right: -39px;
}
.custom-switch{
    padding-top: 7px;
}
.label-note{
    display: block;
    font-size: 90%;
    font-weight: 400;
    opacity: .7;
    color: #3a3c4d;
}
.page-content-settings-section {
    padding-bottom: 45px;
}

.page-content-settings-section h3 {
    color: #42446e;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

.mr-bt-55 {
    margin-bottom: 55px!important;
}

.mr-tp-10 {
    margin-top: 10px!important;
}

.page-content-settings-section hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.page-content-settings-section .card-bx-shadow {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,.08);
}

.pd-25-20 {
    padding: 25px 30px;
}

.page-content-settings-preview .h4, .page-content-settings-preview h4 {
    color: #696c82;
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.has-reminder {
    position: absolute;
    height: 42px;
    border-radius: 0 0 3px 3px;
    background-color: #eef0f5;
    color: #696c82;
    font-size: 12px;
    text-align: right;
    bottom: 1px;
    z-index: 1;
    left: 1px;
    right: 1px;
    line-height: 42px;
    padding-right: 15px;
}

.rlve {
    position: relative!important;
}

.page-content-settings-section-var h4 {
    color: #4f5578;
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.page-content-settings-section-var p {
    color: #696c82;
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 25px;
}

.page-content-settings-section .list-header {
    border-radius: 4px;
    background-color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.list-header .upload-logo-inner {
    padding: 16px;
    display: flex;
    align-items: center;
}

.list-inner {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.list-header .upload-logo-inner {
    padding: 16px;
    display: flex;
    align-items: center;
}
.page-content-settings-section .upload-logo-inner {
    height: 100%;
    width: 100%;
    border: 1px solid #dfe1e6;
    border-radius: 4px;
    background-color: #f5f6f9;
    position: relative;
}
.list-header .header-inner {
    background-color: #eaeaef;
    width: 120px;
    height: 80px;
    position: relative;
    margin-right: 16px;
}
.header-text {
    width: 100%;
    position: relative;
    text-align: center;
}
.header-text span {
    background-color: #eaebf0;
    color: #b6b8be;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}
.header-text span:last-child {
    margin-bottom: 0;
}
.header-text span {
    background-color: #eaebf0;
    color: #b6b8be;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}
.mat-radio-input {
    margin-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
}
.mat-radio-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
}
.mat-radio-button {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
}

.grid-header {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    display: block;
}

.grid-header .upload-logo-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.grid-header .header-inner {
    background-color: #eaeaef;
    width: 90px;
    height: 80px;
    position: relative;
    margin-bottom: 16px;
}

.grid-header .header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-header .header-text span {
    max-width: 170px;
    width: 100%;
}

.grid-header .header-text span {
    max-width: 170px;
    width: 100%;
}

.page-content-settings-section .mr-tp-10 {
    padding-left: 30px;
}

.rename-order {
    width: 100%;
}

.rename-order td{
    padding: 10px;
}

.page-content-settings-media .media {
    padding: 25px;
}

.grid-header .header-text span {
    max-width: 170px;
    width: 100%;
}

.header-text span {
    background-color: #eaebf0;
    color: #b6b8be;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}

.page-content-settings-media .media address {
    color: #9a9aac;
    font-size: 10px;
    line-height: 12px;
}

.media-heading {
    color: #17174d;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.page-content-settings-media .media-heading {
    color: #42446e;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.page-content-settings-media .media-logo img {
    max-width: 100%;
}

.page-content-settings-media .media-logo {
    height: 75px;
    width: 52px;
    display: block;
}

.img-object {
    max-width: 95px;
}

.media-object {
    display: block;
}

.fc-timegrid-event .fc-time, .fc-timeline-event .fc-time{
    display: none;
}

.disable-assign {
    color: #999 !important;
    cursor: default !important;
}

@media (min-width: 992px) {
.modal-lg, .modal-xl {
    max-width: 1020px;
}
}

.tab-pane .toggle{min-width: 60px !important;}
.invoice-show p {
    margin-bottom: 0
}

.block-left {
    float: left;
    margin-right: 10px;
}
.invoice-show address {
    margin-bottom: 0;
}
.text-strong {
    font-weight: 700;
}
.invoice-total.table td, .invoice-total.table th {
    border-top: 0;
    padding: 0.25rem;
}
.invoice-show .card-footer{
    margin-inline: -20px;
    margin-bottom: -20px;
}

.text-green {
    color: green;
}
.text-red {
    color: red;
}
#invoice-pdf .block-left {
    margin-right: 0px;
}
.w-33{
    width: 33%;
}
#invoice-pdf .invoice-number {
    text-align: center;
    padding: 0px;
    font-size: 22px;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    background-color: rgba(0,0,0,.03);
    color: #6d6d6d;
}

#invoice-pdf .table td,#invoice-pdf .table th {
    border: 0px;
}

#invoice-pdf .table {
    border: 0;
}

#invoice-pdf .table .grand-total {
    border-top: 1px solid #aeaeae;
    font-size: 11px;
}

#invoice-pdf .table .item-header {
    border-bottom: 1px solid #aeaeae;
    color: #7a7a7a;
}

#invoice-pdf p, #invoice-pdf{
    margin-bottom: 0px;
    font-size: 10px;
}

#invoice-pdf .table th {
    color: #a1a1a1;
}
#invoice-pdf .address-client {
    vertical-align: top;
}

#invoice-pdf .table-striped tbody tr:nth-of-type(odd){
    background-color: #eee;
}

#invoice-pdf .number {
    font-size: 11px;
}

#invoice-pdf {
    font-family: "DejaVu Sans, sans-serif";
    line-height: 1.1;
}

#invoice-pdf .form-group {
    margin-bottom: 10px;
}
.invoice-show img, #invoice-pdf img {
    vertical-align: top;
}

.image-preview {
    width: 70px;
}

.icon-preview {
    width: 40px;
    vertical-align: top;
}

/* .modal-dialog {
    max-width: 600px;
} */

.invoice-send {
    width: 100%;
}

.invoice-send td {
    padding: 10px;
    vertical-align: text-top;
}

#tabs-service-item li.nav-item {
    width: 20%;
    text-align: center;
}

#tabs-service-all {
    margin-top: 10px;
    border: 1px solid #dddddd;
}

#tabs-service-all .nav-pills .nav-link{
    border-radius: 0;
}

#tabs-service-item-schedule {
    padding-inline: 7.5px;
}

.no-padding{
    padding: 0;
}

.card.card-default .card-header {
    background-color: #aaaaaa;
    color: #fff;
    padding: 0.4rem 1.25rem;
}

.card.card-default .card-header .card-title{
    font-size: 1.3rem;
}

#tabs-service-item-schedule .card, #tabs-service-item-schedule .card-header {
    border-radius: 0;
}

#tabs-service-item-schedule .card.card-default {
    border: 1px solid #dddddd;
}

.service-box {
    padding: 15px;
    border: 1px solid #ddd;
    margin-inline: 0px
}

.badge.bg-default {
    background-color: #999 !important;
    color: #fff;
}

#tabs-contract-tabContent table tbody tr td{
    vertical-align: middle;
}

.td-progress {
    position: relative;
    text-align: center;
}

.progress_circle strong {
    position: relative;
    top: -24px;
    left: -45px;
    text-align: center;
    font-size: 15px;
}


.progress_count {
    position: absolute;
    top: 26px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.typeahead.dropdown-menu {
    min-width: 100%;
    z-index: 2000;
}

.col-form-text {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

.info-box .info-box-number {
    font-size: 18px;
    margin-top: 0;
}
.info-box .info-box-content {
    line-height: 1.2;
}
.info-box{
    min-height: 40px;
    padding: 0;
}
.info-box .info-box-icon {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
}
.info-box-text{
    color: #a1a1a1;
}
.comment-text{
    color: #a1a1a1;
    font-size: 0.9rem;
}

.table-responsive {
    max-height:400px;
}

.pie-dashboard {
    margin-top: -10px;
}

.panel-payment .info-box .info-box-content {
    padding: 0 2px;
}
  
.map {
    height: 500px;
    width: 100%;
}

.ol-tooltip {
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    display: none;
}
.ol-tooltip img {
    width: 100px;
    height: 100px;
}

/* .marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
} */

.rounded-marker {
    border-radius: 50%; /* Đặt giá trị này thành 50% để tạo viền tròn */
}

img[src$="#icon_marker"]{
    border: 2px solid #dc3545 !important;
    border-radius:50%;
}
.ban-email, .ban-whatapp {
    margin-left: -43px;
    color: orangered;
    z-index: 20;
}
#signature{
    width: 100%;
    height: auto;
    border: 1px solid black;
    margin-bottom: 10px;
    min-height: 180px;
}

.jSignature{
    min-height: 160px !important;
}

.fc-title xmp{
    white-space: nowrap;
}

.text-underline{
    text-decoration: underline;
    font-weight: bold;
}
#sign_prev {
    width: 100%;
}