body {
    width: 100%;
    font-size: 13px;
    background-color: #f8f9fa;
}
.daterangepickerinput {
    min-width: 80px;
}
.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .0rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: 0rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
.table-lines {
    min-width: 800px;
}
.table-lines td{
    vertical-align: middle;
}
.table-lines th{
    vertical-align: top;
}
.w-1 {
    width: 1%;
}
.w-7 {
    width: 7%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-150 {
    min-width: 150px;
}
.navbar-filters {
    padding: 0;
}
.checkbox-line {
    z-index: 2;
}
.checkbox-line input{
    position: relative;
}
.login-page {
    max-width: 360px;
    min-width: 200px;
    padding: 8% 0 0;
    margin: auto;
}
.login-page-div {
    position: relative;
    background: #FFFFFF;
    margin: 0 auto 20px;
    padding: 45px;
    text-align: center;
}
.login-page-qr {
    text-decoration: underline;
}
.login-page-div input {
    outline: 0;
    background: #f8f9fa;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
}
.login-page-div button, .login-page-qr-link {
    text-transform: uppercase;
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    border: 1px solid;
    border-color: #007bff;
    padding: 15px;
    color: #007bff;
    font-size: 12px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.login-page-div button:hover,.login-page-div button:active,.login-page-div button:focus {
    background: #007bff;
    color: #FFFFFF;
}
@media (max-width: 992px) {
    .card-columns {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
    }
}
@media (max-width: 767.98px) {
    .bg-success-light-sm {
        background-color: rgba(40, 167, 69, .1)
    }
    .bg-danger-light-sm {
        background-color: rgba(220, 53, 69, .1)
    }
    .card-columns {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }
    .fc-toolbar {
        flex-wrap: wrap;
    }
    .fc-toolbar > div {
        float: left !important;
        width: 100%;
        margin: 4px 0;
    }
    .fc-center {
        order: 1;
    }
    .fc-right {
        order: 2;
    }
    .fc-left {
        order: 3;
    }
}
@media (max-width: 575.98px) {
    .bootstrap-select .dropdown-menu {
        width: 100%;
        min-width: 300px !important;
    }
    .bootstrap-select .dropdown-menu li small {
        white-space: normal;
    }
    .dropdown-item > span {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .card-columns {
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: none;
}
.text-purple {
    color: var(--purple);
}
.badge-purple {
    background-color: var(--purple);
    color: var(--white);
}
.btn-purple {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}
.btn-purple:hover {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}
.btn-outline-purple {
    color: var(--purple);
    border-color: var(--purple);
}
.btn-outline-purple:hover {
    color: var(--white);
    background-color: var(--purple);
    border-color: var(--purple);
}
.table-responsive {
    z-index: 1;
}
a {
    color: black;
}
a:hover {
    color: black;
}
.pointer{
  cursor: pointer;
}
.wait * {
  cursor: wait !important;
}
.hidden {
    display: none;
}
.dropdown-item {
  font-size: 80%;
  font-weight: 400;
}
.up {
    position:absolute;
    left:5px;
    top:10px;
    z-index:1001;
    color:gray;
}
.down {
    position:absolute;
    left:5px;
    top:20px;
    z-index:1001;
    color:gray;
}
textarea.line-textarea {
    min-height: 31px;
    resize: vertical;
    overflow-y: auto;
}
.current-time {
    background-color: rgba(20, 20, 20, 0.10);
    border-radius: 3px;
    color: #9B9B9B;
    position: relative;
    top: 1px;
    cursor: pointer;
}
div[x-out-of-boundaries] {
    display:none;
}
.sort, .pointer {
    cursor: pointer;
}
input.error{
    border-color: red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255,0,0,0.3);
}
input.warning{
    border-color: #ffc107;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255,255,0,1);
}
input.success{
    border-color: rgba(40, 167, 69, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0,255,0,1);
}
div.error{
    border-color: red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255,0,0,1);
}
div.warning{
    border-color: #ffc107;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(255,255,0,1);
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
    .home-card {
        height: 300px;
        overflow-y: auto;
    }
    .home-card::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .home-card-xl {
        height: 600px;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}
.nav-link {
    font-weight: bold;
}
.arrow-right {
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--primary);
}
.arrow-left {
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--primary);
}
.bg-success-light {
    background-color: rgba(40, 167, 69, .1)
}
.bg-danger-light {
    background-color: rgba(220, 53, 69, .1)
}
.bg-primary-light {
    background-color: rgba(0, 123, 255, .1)
}
.font-weight-semi-bold {
    font-weight: 600;
}
.btn-link-custom {
    outline: none;
/*    padding: 5px;*/
    border: 0px;
    box-sizing: none;
    background-color: transparent;
}
.btn-link-custom:hover {
    text-decoration: underline;
}
.list-group-item {
    position: inherit !important;
}
.drag {
    cursor: n-resize;
}
.popover{
    max-width: 400px;
}
.js-comment-content img {
    max-width: 100%;
    height: auto !important;
}
.dropdown-menu {
    z-index: 1021;
}
.text-navy {
    color: #000080;
}
.dropdown-header{
    cursor: pointer;
    font-weight: bold;
}
table.menu-order tr:nth-child(1n+9){
    background: rgba(0,0,0,.03);
}
.freeze-col th:first-child, .freeze-col td:first-child {
  position: sticky;
  left: 0px;
  background-color: #f8f9fa;
}
#spreadsheet table {
    font-family: calibri;
    font-size: 12px;
}
.maintenance-cheklist {
    /*width: 100px;*/
    background-color: white;
    max-height: 700px;
    overflow-y: scroll;
    top: 300px;
    right: 0;
    position:fixed;
    padding: 5px;
    z-index: 100;
}
.maintenance-cheklist label {
    margin-left: 10px;
}
.checklist_list input {
    width: 100%;
}
.jexcel_filter {
    justify-content: normal;
    /*margin-left: 200px;*/
}
.maintenance-partners {
    width: 300px;
    background-color: white;
    padding: 5px;
    z-index: 100;
}
.maintenance-partners input {
    width: 100%;
}
.maintenance-partners textarea {
    margin-top: 5px;
    width: 100%;
    height: 150px;
}
.maintenance-comment {
    width: 300px;
    background-color: white;
    padding: 5px;
    z-index: 100;
}
.maintenance-comment textarea {
    width: 100%;
    height: 150px;
}
table.checklist_h input{
    width: 100%;
}
table.checklist_h td{
    text-align: center;
}
.recurrent_checklist_list input{
    width: 100%;
}
.sync_site_ico {
    height: 16px;
}
.card-fullscreen {
  position: fixed;
  width: 800px !important;
  height: 100%;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -400px;
  z-index: 2000;
}
.card-body-fullscreen{
    height: 100%;
}
.second-nav{
    top: 60px;
    z-index: 1019;
}
.table-orange {
    background-color: #fecba1;
}
.table-purple {
    background-color: #AF9AD4;
}
.table-success-light {
    background-color: rgba(40, 167, 69, .05)
}
.table-danger-light {
    background-color: rgba(220, 53, 69, .05)
}
.table-warning-light {
    background-color: rgba(255, 193, 7, .05)
}
.table-orange-light {
    background-color: rgba(253, 126, 20, .05)
}
.table-primary-light {
    background-color: rgba(0, 123, 255, .05)
}
.table-purple-light {
    background-color: rgba(111, 66, 193, .05)
}
.table-secondary-light {
    background-color: rgba(108, 117, 125, .05)
}
#scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.jcalendar-controls {
    display: none;
}
#filter .bootstrap-select > .dropdown-toggle:not(.bs-placeholder) {
    background-color: #e2e6ea;
}
#filter .form-control-sm:not(:placeholder-shown) {
    background-color: #e2e6ea;
}
.form-control-clear {
    width: 100%;
    padding: 0;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.min-vh-50{
    min-height:50vh!important
}
.mssignin-button {
    display: inline-flex;
    align-items: center;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    height: 41px;
    padding: 0 12px;
    cursor: pointer;
    width: 100%;
}

.mssignin-logo {
    margin-right: 10px;
}

.mssignin-label {
    color: #5e5e5e;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.f-12 {
    font-size: 12px;
}
.hidden-column {
    display: none !important;
}
.tbody-striped tbody:nth-of-type(even){
    background-color: #f2f2f2;
}
.larger-checkbox {
    width: 16px;
    height: 16px;
}
span.close {
    font-size: 1.2rem !important;
}
.hr-separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.hr-separator::before,
.hr-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #D0D4E3;
}

.hr-separator:not(:empty)::before {
    margin-right: 1em;
}

.hr-separator:not(:empty)::after {
    margin-left: 1em;
}
.input-group-fix {
    container-type: inline-size;
}
@container (max-width: 300px) {
    .input-group.input-group-sm {
        flex-direction: column;
    }
    .input-group.input-group-sm > * {
        width: 100%;
    }
}
.h-scroll {
    max-height: 300px;
    height: auto;
    overflow-y: auto;
}
