body{
    font-family: Inter;
}
.sign-in-form {
    max-width: 450px;
    margin: 6% auto;
    padding: 30px
}

.login-text{
  font-size:1.8em;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}

.space{
  height:80px;
}

.form-outline{
  margin-bottom:15px;
}

.select-wrapper{position:relative; top:6px;}

.breadcrumbs{
  margin-bottom:10px;
  font-size:0.9em;
}

.item{
  width:100px; 
  border:1px solid #bbb;
  position:absolute !important;
  text-align:right;
  border-radius: 2px;
  padding-right:5px;
  color:#fff;
  font-size:0.8em;
  line-height:1.3em;
  border-radius: 3px;
}

.item-line{
  font-weight: bold;
}

.browser-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height:35px;
}
.datatable td {
  overflow: visible; /* this is what fixes the expansion */
  text-overflow: unset !important;
  white-space: nowrap;
  max-width: min-content !important;
}
.fl-right{
    float:right;
}
.image-dropped-div{
    position:relative;
    width:100px;
    height:140px;
    text-align:center;
    border:1px solid #bdbdbd; 
    border-radius:3px;
    margin-right:5px;
    float:left;
}
.image-dropped{
    max-width:95%;
    max-height:95%;
    margin-top:2.5%
}
.image-dropped-wrapper{
    height:80px;
}
.image-dropped-filename{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin: 0 2px 0 2px;
    height: 28px;
}
.visualize-delete-dropped-div{
    height:30px;
    border-top:1px solid #bdbdbd;
    text-align: center;
}
.visualize-dropped-div{
    width:50%;
    display:inline-block;
}
.delete-dropped-div{
    border-left:1px solid #bdbdbd;
    height:100%;
    display:inline-block;
}
.box-shadow-none{
    box-shadow: none;
}
.box-shadow-none:hover{
    box-shadow: none;
}
.box-shadow-none:focus{
    box-shadow: none;
}

@media (min-width: 1400px) {
    main,
    header,
    #main-navbar {
        /*padding-left: 240px !important;*/
    }
}

body {
    background-color: #fbfbfb;
}

main{
    margin-top:48px;
}
.text-right{text-align:right!important}
.text-left{text-align:left!important}

#calendar{ max-height: 700px; }

.select-wrapper{ position: initial !important; }
.table-responsive { /*overflow: visible !important; */}

td{ overflow:visible !important; }

.form-label-select{
    position:relative;
    top:-44px;
    left:8px;
    font-size:12px;
    background-color:white;
    padding: .5px 3px;
}

.select-input-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-right: 2rem;
}

.notification-item{
    width:300px;
    border-bottom:1px solid lightgray;
}

.notification-item:last-child{
    border-bottom:none;
}

.whitespace-none{
    white-space: normal !important;
}
.event-created{
    background-color: #093d94;
    color: white;
}
.event-dispatched{
    background-color: #94095c;
    color: white;
}
.event-accepted{
    background-color: #949009;
    color: white;
}
.event-travel{
    background-color: #099494;
    color: white;
}
.event-on-site{
    background-color: #946909;
    color: white;
}
.event-return-needed{
    background-color: #940909;
    color: white;
}
.event-work-done{
    background-color: #09942d;
    color: white;
}
.ws-order-box-calendar{
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    font-size: small;
    background-color: #f4f4f4;
}
.ws-order-box-calendar-wrapper{
    padding: 5px;
    width: 100%;
    height:100px;
    overflow: hidden;
    cursor: pointer;
}
.ws-order-box-calendar-wrapper-dropped{
    resize: vertical;
    position: absolute !important;
    width: auto;
    left: 0;
    right: 0;
}
.calendar-ws-orders td{
    height: 0;
    overflow: hidden !important;
}
@-moz-document url-prefix() { 
    .calendar-ws-orders tr{
        height: 100%;
    }
    .calendar-ws-orders td{
        height: 100%;
        overflow: hidden !important;
    }
}
.absolute-div{
    background-color:white;
    width: 100%;
    height: 100%;
}
.no-pointer-events{
    visibility: hidden;
}
.multiple-lines-background{
    background-color: #fff;
    background-image: linear-gradient(#e0e0e0 1.5px, transparent 1.5px);
    background-size: 100% 40px;  
    background-position-y: 3.15%;
}
.form-label{
    white-space: nowrap;
}
.form-outline{
    overflow-x: clip;
}
.cursor-pointer{
    cursor: pointer;
}
.comment-below-input{
    margin-top: -25px;
    font-size: 11px;
    padding-left: 10px;
}
.table-xs td, .table-xs th{
    padding: .5rem 0.6rem !important;
}
td.td-inside, th.td-inside{
    padding:0px !important;
}
.red-border{
    border-color: red !important;
}
.red-border:focus{
    border-color: red !important;
    box-shadow: inset 0 0 0 1px red;
    -webkit-box-shadow: inset 0 0 0 1px red;
}
.autocomplete-form-outline-red{
    border:1px solid red; 
    border-radius:.25rem
}
.autoc-red:focus{
    box-shadow: inset 0 0 0 1px red !important;
    -webkit-box-shadow: inset 0 0 0 1px red !important;
}
.border-top-input-line{
    border-bottom:0;
    border-top:2px solid #e0e0e0;
}
.fco{
    border-radius: 3px;
    border: 1px solid #7e7e7e;
    padding: 1px 5px;
}
input[readonly]{
    color:gray !important;
}
.recipient-buffer-item{
    background-color: #e3e3e3;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    margin-right: 3px;
}
.recipient-buffer{
    margin-bottom: 15px;
}
.mr-5{
    margin-right: 5px;
}
.nowrap{
    white-space: nowrap;
}
.phone-tabs-wrapper{
    position:fixed;
    bottom:0;
    height:80px;
    background-color:white;
    width: 100%;
    width: -moz-available; 
    width: -webkit-fill-available; 
    width: fill-available;
    -webkit-box-shadow: 0px 1px 5px 3px #676767; 
    box-shadow: 0px 1px 5px 3px #676767;
}

.nav-tabs .nav-link-phone {
    border: solid transparent;
    border-width: 2px 0px 0px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    padding: 10px 0px;
}

@media (max-width: 450px) {
    .nav-tabs .nav-link-phone {
        font-size: 2.7vw;
    }
}

.simple-error{
    color:red;
}

#notifications-dropdown-navigation{
    right: 0px !important
}

@media (max-width: 567px) {
    #notifications-dropdown-navigation{
        right: -185px !important
    }
}

.mentionable-users-div{
    position:absolute;
    top:0px;
    left:0px;
    z-index:999999;
    background-color:white;
    width:200px;
    max-height:200px;
    height:auto;
    overflow-y:auto;
    padding:3px;
    border:1px solid #e3e3e3;
    border-radius:3px;
}

.mentionable-users-div-row{
    padding:2px;
    cursor: pointer;
}

.mentionable-users-div-row:hover{
    background-color: #e3e3e3;
}

div[contenteditable="true"] {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: vertical;
    width: 400px;
}

.mentioned-user{
    background-color:#4f49ff;
    color:white;
    border-radius: 4px;
    padding:1px 4px;
}

.ui-autocomplete{
    z-index:99999 !important;
}

.user-image{
    width: 3rem;
    border-radius: 50%;
    margin-bottom: .5rem;
}

.ui-multiselect{
    white-space: nowrap;
}

.table-dashboard thead{
    color: #8D918B !important;
}

.collapse-div-navigation-left{
    position: absolute;
    right: -5px;
    color: #252831;
    top: 87px;
    background-color: white;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #252831;
    z-index: 9;
}

.content-with-sidenav{
    padding-left: 240px !important;
}

.content-no-sidenav{
    padding-left:0px !important;
}

.sidenav-1-closed .collapse-div-navigation-left{
    display: none;
}

.sidenav-1-closed{
    transform: translateX(-100%) !important;
}

.sidenav-1-opened{
    transform: translateX(0%) !important;
}

@media (max-width: 1399px) {
    .content-with-sidenav{
        padding-left:0px !important;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 10px;
    border: transparent;
}

.large-checkbox{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}

label:empty{
    display:none !important;
}

.table {
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 137, 191, 0.3);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: white !important;
    border: 1px solid #808080 !important;
    overflow-x:hidden !important;
}

.ui-widget {
  font-family: Inter !important;
}

.clickable-breadcrumb-item{
    background-color: #dbdbdb;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: bold;
    color: black;
}

.property-name{
    color:#979696;
}

.property-value{
    font-weight: bold;
}

.page-action-button{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    color:#4f4d4d;
    margin-left:10px;
}

.action-button-with-icon{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    color:#4f4d4d;
    margin-left:10px;
}

.card-header-hr{
    border: 2px solid #39c0ed;
    opacity: 1;
    margin-top: 0px;
}

.panel-header-action-button{
    background: none;
    color: #39c0ed;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.nav-tabs-page-view{
    background-color: #c4c4c4;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom:0px !important;
}

.nav-link-page-view{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    
    padding: 10px 6px !important;
    text-transform: none !important;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}

.active-tab-page-view{
    background-color: white;
    color: green !important;
}

.select-simple-sm{
    background-color:white;
    border-style:solid;
    border: 1px solid #979696;
    border-radius: 7px;
    padding:1px 5px;
    height:25px !important;
    font-size:13px;
}

.panel-subtitle-div{
    background-color: #e1e1e1;
    padding: 5px;
    font-weight: bold;
}

.btn-xs{
    padding: 4px 9px;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
}

.alert-sm{
    padding:0.5rem;
}

.td-property-name{
    max-width: 100px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-results__option{
    font-size: 12px;
    padding: 5px;
}

.select2-search__field{
    padding:3px;
}

.past-due-task{
    border: 3px solid #db5461;
}

.required-star{
    color: red;
}

.required-star::after {
    content: "*";
}

.required-border-activated{
    border:3px solid #db5461 !important;
}

.sub-table-style{
    background-color:#dfdfdf;
}

.time-slip-details{
    border:1px solid #dfdfdf;
    padding:3px;
    margin-bottom:5px;
    border-radius: 5px;
}

.time-slip-details-start-time{
    color:orange;
}

.report_filter .form-control{
    height:30px !important;
}

.report_filter .select-arrow{
    top:6px !important;
}

.bg-primary-light {
    background-color: #5277B3!important;
}

.bg-secondary-light {
    background-color: #CE8DF7!important;
}

.bg-success-light {
    background-color: #A1E1B3!important;
}

.bg-info-light {
    background-color: #6CCFF6!important;
}

.bg-warning-light-light {
    background-color: #FFF5DF!important;
}

.bg-warning-light {
    background-color: #FFD580!important;
}

.bg-danger-light {
    background-color: #E77E8D!important;
}

.bg-light-light {
    background-color: #F7F7F7!important;
}

.bg-dark-light {
    background-color: #6B6B6B!important;
}

.bg-white-light {
    background-color: #E6E6E6!important;
}

.bg-black-light {
    background-color: #4D4D4D!important;
}

.dropzone .dz-preview .dz-progress {
  display: none !important;
}

.appointment-header{
    background-color:red;
    color:white;
    display: block;
    text-align: center;
    margin-top: -5px;
    padding: 0px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 2px;
}

#stripe-payment-modal {
    width: 800px; /* Adjust the width to your desired size */
    height: 500px; /* Adjust the height to your desired size */
}

.sticky {
    position: fixed;
    top: 75px;
    z-index: 999;
    overflow-x: auto;
    -webkit-scrollbar {
        width: 0;
      }
}

.absolute-thead-parts-progress{
    position: absolute;
    top: 60px;
    z-index: 999;
    overflow-x: auto;
    -webkit-scrollbar {
        width: 0;
      }
}

.table-container{
    overflow-x: auto;
}

.page-label{
    padding:10px;
    font-weight: bold;
    border-radius: 6px;
}

.transparent-loading-full-window{
    position: absolute;
    background-color: #80808080;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
}

.office-calendar-thead th{
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    padding: 11px 13px !important;
}

.day-button-task{
    background-color: #ececec;
    border-radius: 20px;
    padding: 6px 13px;
    color: gray;
    cursor: pointer;
}

.day-button-active{
    background-color: #3155dd;
    color: white;
}

.hide-arrows::-webkit-inner-spin-button,
.hide-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    moz-appearance: textfield;
}

/* Hide number input arrows on hover */
.hide-arrows:hover::-webkit-inner-spin-button,
.hide-arrows:hover::-webkit-outer-spin-button {
    -webkit-appearance: none;
    moz-appearance: textfield;
}

.row-div-table{
    --bs-gutter-x: 0.5rem !important;
    width: 100%;
    
    border-collapse: collapse;
}

.row-div-table > div {    
    padding: .5rem 0.6rem !important;
    font-size: .9rem;
    
    border-top: 1px solid #ddd;
}

.row-div-table-head > div{
    font-weight: 500;
    border-top: none;
}

.row-div-table-border-md {
    border: none !important;
}

@media (min-width: 768px) {
    .row-div-table-border-md {
          border-top: 1px solid #ddd !important;
    }
}