html,
body {
    height: 100%;
    font-family: 'Muli', 'Josefin Sans', sans-serif;
}

body .ui-widget:not(.pi),
body .ui-widget .ui-widget:not(.pi) {
    font-family: 'Muli', 'Josefin Sans', sans-serif;
}

body .ui-widget:not(.pi):not(.btn-sm),
body .ui-widget .ui-widget:not(.pi):not(.btn-sm) {
    font-size: 1rem;
}

body .ui-widget:not(.pi) .btn-sm,
body .ui-widget .ui-widget:not(.pi) .btn-sm {
    font-size: 0.875rem;
}

body .pi {
    font-size: inherit;
}

.hidden {
    display: none;
}

.bg-none {
    background-color: unset;
}

.bg-purple {
    background-color: #800080;
}

.bg-yellow {
    background-color: #ffc107;
}

.bg-orange {
    background-color: #ff5e00;
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: #007bff;
}

.bg-darkblue {
    background-color: #020f1d;
}

.bg-navy {
    background-color: #000080;
}

.bg-ghostwhite {
    background-color: #F8F8FF;
}

.bg-gainsboro {
    background-color: #DCDCDC;
}

.bg-cadetblue {
    background-color: #57bf9e;
}

.text-none {
    color: unset;
}

.text-lightgray {
    color: #D3D3D3;
}

.text-purple {
    color: #800080;
}

.text-yellow {
    color: #ffc107;
}

.text-orange {
    color: #ff5e00;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-lightgreen {
    color: #90EE90;
}

.text-blue {
    color: blue;
}

.text-lead-color {
    color: #475771;
}

.text-production-color {
    color: #4e4548;
}

.badge-red {
    color: #fff;
    background-color: #dc3545;
}

.badge-yellow {
    color: #fff;
    background-color: #ffc107;
}

.badge-orange {
    color: #fff;
    background-color: #ff5e00;
}

.badge-purple {
    color: #fff;
    background-color: #800080;
}

.badge-blue {
    color: #fff;
    background-color: #0062cc;
}

.badge-cadetblue {
    color: #fff;
    background-color: #57bf9e;
}

.badge-green {
    color: #fff;
    background-color: #28a745;
}

.badge-gray {
    color: #fff;
    background-color: #6c757d;
}

.btn-cadetblue {
    color: #fff;
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}

.btn-cadetblue:hover {
    color: #fff;
    background-color: #489da0;
    border-color: #5f9ea0;
}

.btn-cadetblue:focus, .btn-cadetblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-cadetblue.disabled, .btn-cadetblue:disabled {
    color: #fff;
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}

.btn-cadetblue:not(:disabled):not(.disabled):active, .btn-cadetblue:not(:disabled):not(.disabled).active,
.show > .btn-cadetblue.dropdown-toggle {
    color: #fff;
    background-color: #4f8385;
    border-color: #0d5a66;
}

.btn-cadetblue:not(:disabled):not(.disabled):active:focus, .btn-cadetblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-cadetblue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.table-no-hover tbody tr:hover,
.no-hover:hover {
    background-color: unset;
}

.font-bold {
    font-weight: bold;
}

.font-underline {
    text-decoration: underline;
}

.font-size-1em {
    font-size: 1em;
}

.w-20per {
    width: 20% !important;
}

.w-10per {
    width: 10% !important;
}

.w-1per {
    width: 1% !important;
}

.w-5per {
    width: 5% !important;
}

.w-12rem {
    width: 12rem !important;
}

.w-6rem {
    width: 6rem !important;
}

.w-015rem {
    width: 1.5rem !important;
}

.max-w-200px {
    max-width: 200px !important;
}

.max-h-20rem {
    max-height: 20rem !important;
}

.w-max-content {
    width: max-content !important;
}

.h-auto {
    height: auto;
}

.h-5rem {
    height: 5rem !important;
}

.h-10rem {
    height: 10rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-10px {
    padding-top: 10px;
}

.pt-015rem {
    padding-top: .15rem;
}

.d-block {
    display: block;
    width: 100%;
}

.action-btn {
    color: rgba(0, 0, 0, .8);
}

.action-btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.hover-red:hover {
    color: red;
}

.hover-green:hover {
    color: green;
}

.action-btn.disabled,
.action-btn:disabled {
    opacity: .65;
    pointer-events: none;
}

span.btn,
span.action-btn {
    cursor: default!important;
    pointer-events: none;
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

span.dropdown-item {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.text-link {
    color: blue;
}

.text-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.card-header {
    padding: .2rem 1.25rem;
}

.sidebar-footer {
    bottom: 1rem;
    position: absolute;
    left: 6rem;
    color: #6c757d;
    font-size: .75rem;
}

.table-thin th,
.table-thin td {
    padding-bottom: 0;
    padding-top: 0;
}

.sum-table-row {
    border-bottom: hidden !important;
}

.form-control {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-text {
    height: calc(1.5em + .5rem + 2px);
}

.filter-control > .form-control {
    margin-bottom: .25rem;
}

.content-header {
    margin: 0 0 1rem 0;
}

.content-header .col {
    padding-left: 0;
}

.content-header .back {
    padding-left: 0;
    align-self: center;
}

.content-header-text {
    font-size: 1.25rem;
    font-weight: bold;
}

.content-body {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: white;
    border-radius: .3rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

.pagination-detail {
    align-self: center;
}

table[data-toggle="table"] tfoot .th-inner {
    text-align: right;
    padding: 0 !important;
}

.table:not(.table-borderless) tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.table-header {
    height: 2.4rem;
    margin: 1rem;
}

.table-header .table-header-badge {
    color: white;
    background-color: black;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
}

.table-half-bordered {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.table-selectable tbody tr:not(.table-totals):hover {
    cursor: pointer;
}

.table-selectable tbody tr.selected {
    /*background-color: rgba(0, 0, 0, 0.05);*/
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.filter-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.table-hover tr.clickable:hover {
    cursor: pointer;
}

table.table-hover {
    border-bottom: 1px solid #dee2e6;
}

.search {
    width: 25%;
}

.assign-badge {
    font-size: 75%;
    font-weight: 700;
    color: #dc3545;
    margin: .2rem 1rem;
}

.status-muted-text {
    display: contents;
    font-size: .75rem;
    font-style: italic;
    color: #6c757d;
}

.wrap-column-text {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bs-bars {
    width: 75%;
    padding-right: .25rem;
}

.fixed-table-pagination {
    height: 2.4rem;
    margin: 1rem;
}

.pre-formatted {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.file-container .alert {
    border: unset !important;
    padding: .3rem 1rem;
    margin-bottom: 0;
}

.file-container .close {
    font-size: unset !important;
}

.file-container .alert-dismissible .close {
    padding: .5rem 1rem .3rem 1rem;
}

.user-detail-date {
    font-size: .75em;
    font-style: italic;
    margin-left: 1rem;
    color: #6c757d;
    align-self: center;
}

.dropdown-menu.table-more .dropdown-item {
    font-size: .8rem !important;
    padding: .05rem .8rem;
}

#userMenu.dropdown-menu {
    right: 0;
    left: unset;
}

.normal-link {
    font-family: inherit;
    font-size: inherit;
}

/*loader*/
.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    display:block;
    text-align:center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: loading 1.8s infinite ease-in-out;
    animation: loading 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.show{
    visibility: visible;
}

.spanner {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show {
    opacity: 1
}

.project-status {
    text-align: center;
    margin-bottom: 1rem;
}

.project-status img {
    height: 110px;
}

.project-status .row .col h4 {
    color: #376f79;
}

.costSheet-header {
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.25rem;
    text-align: center;
}

.costSheet-box {
    border: 2px solid #212529;
    border-radius: .3rem;
    padding: 1rem;
    margin-bottom: 3rem;
}

.permission-name {
    font-size: .8rem;
    margin-left: .2rem;
    color: #6c757d;
}

.paid-badge {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    color: #28a745;
    font-size: 1.5rem;
    font-weight: bold;
}

.order-card-container {
    display: inline-flex;
    width: 100%;
}

.order-card:hover {
    cursor: pointer;
}

.order-card.bg-danger:hover,
.order-card.bg-danger:focus {
    color: #fff;
    background-color: #bd2130 !important;
}

.order-card.bg-danger:focus,
.order-card.bg-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.order-card.bg-warning:hover,
.order-card.bg-warning:focus {
    color: #fff;
    background-color: #d39e00 !important;
}

.order-card.bg-warning:focus,
.order-card.bg-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.order-card.bg-info:hover,
.order-card.bg-info:focus {
    color: #fff;
    background-color: #117a8b !important;
}

.order-card.bg-info:focus,
.order-card.bg-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.order-card.bg-cadetblue:hover,
.order-card.bg-cadetblue:focus {
    color: #fff;
    background-color: #48977d !important;
}

.order-card.bg-cadetblue:focus,
.order-card.bg-cadetblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(87, 191, 158, 0.5);
}

.order-card-container .card {
    border-radius: .3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    margin: 10px 10px 30px 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    color: #fff;
}

.order-card-container a {
    text-decoration: none;
}

.order-card-container .card  .card-body{
    border-radius: .3rem .3rem 0 0;
    padding: 1rem;
}

.order-card-container .card .card-body > .row > .col {
    align-self: center;
}

.order-card-container .card .card-body .row .col .row {
    position: relative;
    right: 1rem;
    justify-content: flex-end;
}

.order-card-container .card .card-body i {
    font-size: 3vw;
}

.order-card-container .card .card-body h1 {
    font-size: 3vw;
}

.order-card-container .card .card-body h5 {
    font-size: 1.5vw;
}

.order-card-container .card .card-footer {
    font-size: 1.2vw;
}

.order-card-container .card .card-footer i {
    font-size: 1.7vw;
}

.progress-tracker {
    background-color: #fff;
    display: inline-flex;
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.progress-step {
    color: #C3C3C3;
    padding: 1rem;
}

.progress-step.active {
    color: #0062cc;
    border-top: 3px solid #0062cc;
}

.progress-step.done {
    color: #212529;
    border-top: 3px solid #0062cc;
}

.progress-step:first-child {
    border-radius: 3rem 0 0 3rem;
}

.progress-step:not(:first-child) {
    border-left: 2px dashed rgba(206, 212, 218, 0.33);
}

.progress-step:last-child {
    border-radius: 0 3rem 3rem 0;
}

.progress-step > div {
    display: flex;
    margin: auto;
    width: 50%;
}

.progress-step > div h5 {
    margin: 0;
    font-weight: bold;
}

.progress-step > div i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.ui-inputfield {
    height: calc(1.5em + .5rem + 2px);
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.ui-selectlistbox-listcontainer {
    max-height: 10rem;
}

.select-one-listbox {
    height: auto;
    max-height: 10rem;
}

.no-label-input {
    margin-top: 2rem;
}

.ui-picklist .ui-picklist-list {
    width: auto;
    min-width: 200px;
}

.ui-picklist .ui-picklist-list .ui-picklist-item {
    padding: .1em .857em;
}

.ui-picklist .ui-picklist-list .ui-picklist-item .ui-chkbox {
    margin-right: .5rem;
}

.ui-picklist .ui-picklist-buttons {
    text-align: -webkit-center;
}

.ui-state-disabled.dropdown-item {
    opacity: inherit;
    filter: inherit;
}