body,
html {
    min-height: auto;
    /*100%;*/
}

body {
    margin: 0;
    padding-right: 0 !important;
    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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.browserupgrade {
    display: block;
}

/* IE 11 */
_:-ms-fullscreen,
:root .browserupgrade {
    display: block;
}

/* Opera Mini 8 */
:-o-prefocus,
.browserupgrade {
    display: block;
}

.bg-orange, .bg-orange > a {
    color: #FFFFFF !important;
}

.clickable {
    cursor: pointer;
}

.blockquote {
    background: #ffffff;
    border-left: 0.7rem solid #dc3545;
    margin: 1.5em .7rem;
    padding: 0.5em .7rem;
}

.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: #dc3545;
}

.note-editor:focus-within {
    border-color: #f00000 !important;
}

/* all modern browsers */
@supports (display: flex) {
    .browserupgrade {
        display: none;
    }
}

.layout-top-nav .wrapper {
    margin-left: 0;
}

.is-dragover  {
    background-color: #ffcece;
}
/*
.form-control {
    height: 2.25rem !important;
}
*/
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ff1d00;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.input-group-button {
    padding: 0;
    border: none;
    background: none;
}

.input-group .input-group-button:first-child .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-button:last-child .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group select.form-control {
    -webkit-appearance: none;
}

/* Searchbox */
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.tabledit-input[name="registration"],
.tabledit-input[name="vin"] {
    text-transform: uppercase;
}
.tabledit-span {
    white-space: nowrap;
}
/* Deactivated 19.08.2020
.tabledit-input{
    width: auto;
}
*/
.upper {
    text-transform: uppercase;
}

/* BS4 FIX */
.modal {
    padding-right: 0 !important
}

.modal-header {
    cursor: move;
    padding: .5rem 1rem;
    background-image: url(/public/user/img/logo-xs.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
}

.bs4-fix .modal-open .sticky-top ,
.bs4-fix .modal-open .fixed-top {
  padding-right: 1rem !important;
  margin-right: 0 !important;
  /* basically just leave original values */
}

.bs4-fix .modal-open .fixed-top {
  right: 17px;
  /*should be equal to 'padding-right' value applied to body on modal show */
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #dc3545;
}

.bs-tooltip-primary~.tooltip>.tooltip-inner {
    background-color: #dc3545;
}

.brand-link .brand-image {
    float: none !important;
    margin-top: -8px;
}

.logo-xs.brand-image-xl {
    left: 8px;
    top: 25px;
}

.logo-xs.brand-image-xs, .logo-xl.brand-image-xs {
    left: 24px;
    top: 15px;
}



/*
#brand-logo img {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#brand-logo img.zoomin {
    margin-left: .15rem;
    width: 60px;
    height: 15px;
}
*/

/* you can also fix it in BSv.4.2.x by using sticky- and fixed- elements as parents of navbar:
  <div class="sticky-top">
      <nav class="navbar"></nav>
  </div>
*/

/* .Searchbox */


/* Bootstrap 4 text input with search icon */
.has-icon-left {
    position: relative;
}

.has-icon-left .form-control {
    padding-left: 2.375rem;
}

.has-icon-left .form-control-feedback {
    position: absolute;
    top: .3rem;
    left: 0;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
}

table thead,
th {
    background: #F5F5F5;
    /*padding: .5rem !important;*/
    border-collapse: collapse !important;
    font-weight: normal !important;
    line-height: .75;
}

table th:last-child {
    width: 2rem;
}

table th.lock {
    width: 1rem;
}

table td {
    font-weight: lighter !important;
}

table.dataTable {
    border-collapse: collapse !important;
    border-spacing: 0;
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 0px;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #f0f0f0;
}
table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: rgb(0, 0, 0);
}

table div .border {
    border: 1px solid #dee2e6;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.table tr {
    background-color: #ffffff;
    /*line-height: .75;*/
}

.table td {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.table-toolbar {
    /*float: left;*/
    margin-bottom: 5px;
    margin-left: 8px;
}

.table-editor thead tr{
    height: 28px;
}

.table-editor thead th button {
    position: absolute;
    top: 0px;
    right: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


tr.group,
tr.group:hover {
    font-weight: bold;
    background-color: #f8f8f8 !important;
}

.btn-toolbar {
    display: block !important;
}

.btn-tool {
    margin: 0rem 0rem;
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: 0.7875rem !important;
}

/*
#btn-add {
    margin-right: 5px;
}
*/
.btn-add-group {
    margin-right: 5px;
}

#btn-expand {
    margin-left: 5px;
}

#bookings_filter {
    position: absolute;
    /*display: none;*/
    float: left;
    width: 2.375rem;
}

/*
.dt-buttons {
    float: left;
}
*/
.dt-buttons .buttons-html5 a {
    margin-left: 2px;
    margin-right: 2px;
}

.dt-buttons #btn-refresh {
    margin-right: 5px;
}

.custom-select-sm {
    height: 2.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 1rem;
}

.inline-block>div {
    display: inline-block;
}

/* Remove buttons */
.card-header .card-tools {
    display: none;
}

.modal .card-title {
    margin-left: 80px;
    margin-top: 2px;
}

.red-background-drag {
    background-color: #dc3545;
}

.dataTables_length {
    float: right;
}

.table-length {
    float: right;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#booking-add {
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    background: rgb(242, 243, 245);
    border-width: thin 0px;
    border-style: solid solid;
    border-color: rgb(209, 210, 215) rgb(209, 210, 215);
    border-image: initial;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 15px;
}

#booking-add .panel-title {
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    flex: 1 1 0%;
    padding: 8px 24px 8px 16px;
    color: rgb(115, 115, 115);
}

#booking-add .panel-title-text {
    font-size: 1rem;
    font-weight: 600;
}

#booking-add .panel-body {
    margin-left: 15px;
    margin-right: 15px;
}

#booking-add .panel-footer {
    margin-bottom: 5px;
}

.panel-title-text {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(115, 115, 115);
}

#booking-btn-save {
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}

#booking-btn-save-split {
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
}

#booking-btn-cancel {
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

#booking-add label {
    color: rgb(140, 145, 150);
    font-size: 0.75rem;
    font-weight: 400;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis; */
}

label:not(.form-check-label):not(.custom-file-label):not(.panel-title-text) {
    font-weight: 600!important;
}

label {
    display: inline-block;
    margin-bottom: 0.25rem;
    /*margin-top: 0.25rem;*/
}


.modal-dialog label:not(.panel-title-text) {
    color: rgb(140, 145, 150);
    font-size: .8rem;
    font-weight: 400;
}

.tabledit-input .upper {
    text-transform: uppercase;
}

#contact-upload,
#profile-upload {
    position: absolute;
    /*top: 50%;
    right: 30%;
    */
    top: 4.5rem;
    right: 15%;
    background-image: url('../../img/avatar_128x128.png');
    background-size: cover;
    background-position: center;
    height: 128px;
    width: 128px;
    border: 1px solid #bbb;
    border-radius: 128px;
    overflow: hidden;
}

#contact-upload:hover input.upload ,
#profile-upload:hover input.upload {
    display: block;
}

#contact-upload:hover .contact-img,
#profile-upload:hover .profile-img {
    display: inline-block;
}

#contact-upload .fa,
#profile-upload .fa {
    margin: auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    text-align: center;
    right: 0;
    padding: 6px;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transform: scale(.75);
}

#contact-upload:hover .fa,
#profile-upload:hover .fa {
    opacity: 1;
    -webkit-transform: scale(1);
}

#contact-upload input.upload,
#profile-upload input.upload {
    z-index: 1;
    left: 0;
    margin: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    background: #ccc;
    width: 100%;
    display: none;
}

#contact-upload .contact-img,
#profile-upload .profile-img {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    vertical-align: middle;
    position: relative;
    background: transparent;
}

#contact-upload .fa:after,
#profile-upload .fa:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: height 0.3s;
}

#contact-upload:hover .fa:after,
#profile-upload:hover .fa:after {
    height: 100%;
}

li .user-footer button {
    width: 100px;
}

/* Company Logo */

#company-logo {
    position: absolute;
    top:25px;
    right: 10px;
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 200px;
    border: 1px solid #bbb;
    overflow: hidden;
}

#company-logo:hover input.upload {
    display: block;
}

#company-logo:hover .company-img {
    display: inline-block;
}

#company-logo .fa {
    margin: auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    text-align: center;
    right: 0;
    padding: 6px;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transform: scale(.75);
}

#company-logo:hover .fa {
    opacity: 1;
    -webkit-transform: scale(1);
}

#company-logo input.upload {
    z-index: 1;
    left: 0;
    margin: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    background: #ccc;
    width: 100%;
    display: none;
}

#company-logo .company-img {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    vertical-align: middle;
    position: relative;
    background: transparent;
}

#company-logo .fa:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: height 0.3s;
}

#company-logo:hover .fa:after {
    height: 100%;
}


/* Custom checkbox */

/* The container */
.checkmark-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 0.8rempx;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


  }

  /* Hide the browser's default checkbox */
  .checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border: 1px solid #dcdddd;
    border-radius: 2px;
  }

  /* On mouse-over, add a grey background color */
  .checkmark-container:hover input ~ .checkmark {
    background-color: #eee;
  }

  /* When the checkbox is checked, add a blue background */
  .checkmark-container input:checked ~ .checkmark {
    background-color: #fff;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkmark-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkmark-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #dc3545;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/* Select2 */

.select2-container {
    width: 50% !important;
}

.full-width {
    width: 100% !important;
}
.select2-results__option--highlighted {
    background-color: #dc3545 !important;
}

.select2-container--default.select2-container--open {
    border-color:  #dc3545 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #dc3545 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0rem rgba(111, 3, 0, 0.25);
    box-shadow: 0 0 0 0rem rgba(111, 3, 0, 0.25);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #444444;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*
    background-color: #f00000 !important;;
    border-color: #dc3545 !important;;
    */
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.select2-container--bootstrap4 .select2-selection__clear {
    /*margin-top: 0.6em;
    padding-left: .35em;*/
    padding-left: .275em;
    /*background-color: #dc3545 !important;*/
}

.select2-results__option[aria-disabled=true],
    .select2-results__option[disabled]
{
    color: #ff0000 !important;
}

.select2-loader {
    display: inline-block;
    z-index: 2000;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 14px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.mailbox-read-message {
    min-height: 160px;;
}
.mailbox-read-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0px 10px;
}
.mailbox-footer {
    border-top: 1px solid rgba(0,0,0,.125);
    padding: .75rem .5rem;
}

.mailbox-attachments li {

    /*
    border: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
    */


    position: relative;
    padding: 6px;
    margin-right: 3px;
    margin-bottom: 3px;
    background: #f7f7f7;
    color: #4d4d4c;
    border: 1px solid #ced4da;
    border-radius: 4px;
    max-width: 200px;
    max-height: 70px;
}
.mailbox-attachment-name {
    color: #666;
    font-weight: 600;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;

}
.mailbox-attachment-icon {
    color: #666;
    font-size: 32px;
    max-height: 132.5px;
    padding: 20px 10px;
    text-align: center;
}

.mailbox-attachment-info {
    background: #f8f9fa;
    padding: 1px;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 0.6rem;
}

.mailbox-attachment-size > span {
    display: inline-block;
    padding-top: 0.5rem;
}

.dropdown-menu {
    font-size: .8rem;
}
.dropdown-menu .table {
    margin-bottom: auto;
}

.dropdown-menu .table tr {
    height: 20px;
    line-height: .75rem;
}

.dropdown-menu.show {
    padding: 1px 2px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

/*
.dropdown-toggle::after {
    display:none;
}
*/
.jFiler-item {
    display: inline-block;
    width: 24%;
  }

  .jFiler-items-default .jFiler-item .jFiler-item-others {
    font-size: 0.6rem;
  }

  .jFiler-items-default .jFiler-item .jFiler-item-icon {
    font-size: 1rem;
  }

  .jFiler-items-default .jFiler-item-assets a {
    padding: 4px 4px 4px 8px;
  }

  .jFiler-items-default .jFiler-item-assets {
    position: absolute;
    display: block;
    right: 3px;
    top: 7px;
    margin-top: 0px;
  }

  .jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: bold;
    font-size: 0.5rem;
  }

  .jFiler-items-default .jFiler-item {
    position: relative;
    /*padding: 6px;*/
    margin-right: 6px;
    margin-bottom: 6px;
    background: #f7f7f7;
    color: #4d4d4c;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: auto;
  }

  .jFiler-theme-default .jFiler-input {
    height: 38px;
    width: auto;
    font-size: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

@media screen and (max-width: 576px) {
    .btn-booking b {
        display: none;
    }

    .table-toolbar {
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .dt-buttons #btn-refresh {
        margin-right: 0px;
    }
}

/* Numeric Spinner */
.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 2%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    height: 19px;
}

.input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
    /*margin-top: -2px;*/
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}
/* ./Numeric Spinner */


.accordion .card-header.highlight {
    color: #fff;
    border-radius: 2px;
    background: #dc3545;
}

.accordion .card-header {
    background: #ececec;
    padding: 0px 0px;
    border-radius: 2px;
    margin-bottom: -2px;
    font-family: "Roboto", sans-serif;
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.3);  */
    border: none;
}

/*
.accordion .card-header {
    padding: 0.4rem 1.25rem;
}
*/
.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.accordion .card {

    border-radius: 0;
    border: 0;
    margin-bottom: 0.5rem;
}

.accordion .card-header .btn {
    font-size: 1.0rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    position: relative;
    top: 2px;
}


@media screen and (max-width: 575px) {

    .btn-add-group {
        margin-right: 3px;
    }

    #contact-upload{
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: initial;
    }
}

@media screen and (min-width: 576px) {

    .btn-booking i {
        display: none;
    }

    .btn-add-group {
        margin-right: 5px;
    }

    /*
    .select2-container {
        width: 50% !important;
    }
    */

    .full-width{
        width: 100% !important;
    }
    .modal-dialog {
        max-width: 750px;
    }
}

@media screen and (max-width: 767px) {
    .btn-booking b {
        display: none;
    }

    .table-toolbar {
        float: left;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 767px) {
    .btn-booking i {
        display: none;
    }

    .table-toolbar {
        float: left;
        margin-bottom: 5px;
        margin-left: 0px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .btn-booking i {
        display: none;
    }

    .table-toolbar {
        float: left;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .modal-dialog {
        max-width: 1000px;
    }

    .modal-messagebox {
        max-width: 750px !important;
    }

    .modal-dialog-sm {
        max-width: 800px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .btn-booking i {
        display: none;
    }

    .table-toolbar {
        float: left;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .modal-dialog {
        max-width: 1000px;
    }

    .modal-messagebox {
        max-width: 600px !important;
    }

    .modal-dialog-sm {
        max-width: 750px !important;
    }

}

/* Add a black background color to the top navigation */
.navitem {
    background-color: #333;
    overflow: hidden;
}

.nav .nav-treeview li {
    padding-left: 3%;
    background-color: #fafafa;
}

.user-panel img {
    height: auto;
    width: 2.8rem !important;
}

.user-panel .image {
    display: inline-block;
    padding-left: 0.5rem;
}

.user-panel .info {
    padding: 0px 5px 5px 10px;
}

li.user-header {
    background-color: #ff4848;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
  }
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    top: 47px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
  }
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
  }
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
  .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    content: " ";
    display: table;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    clear: both;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
  }
  @media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
      background: #fff !important;
      color: #444 !important;
    }
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    clear: both;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #666666;
  }
  @media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
      background-color: #f9f9f9;
    }
  }
  .navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
  }
  @media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
      float: none;
      margin-right: 0;
      margin-top: -8px;
      line-height: 10px;
    }
  }

/*
.sidebar {
    overflow-y: visible !important;
}

.nav .menu-open li {
    border-right: 3px solid #ff0000 ;
}
*/
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.status {
    font-weight: 400 !important;
}

.status_collected {
    color: #0070ff;
}

.status_activated {
    color: #ff9900;;
}

.status_in_progress {
    color: #18b000;
}

.status_cancelled {
    color: #ff0000;
}

.status_invoiced{
    color: #4CAF50;
}

.status_incomplete{
    color: #ff4800;
}

.progress {
    box-shadow: none;
    border-radius: 0.25rem;
    height: 1.5rem;
    background-color: transparent;
}

/*
When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home").
Show the link that contains should open and close the topnav (.icon)
*/
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/*
The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.
 This class makes the topnav look good on small screens (display the links vertically instead of horizontally)
 */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
