﻿.body {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.pt-55 {
    padding-top: 60px !important;
}

.modal-dialog-fs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fs {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.bg-draft {
    background-color: #d9d9d9;
}

.bg-cancelled {
    background-color: #db3b3b;
}

.bg-pending {
    background-color: #545454;
}

.bg-ongoing {
    background-color: #004369;
}

.bg-nam {
    background-color: #FF66C4;
}

.bg-underreview {
    background-color: #935ba3;
}

.bg-unserved {
    background-color: #fb8334;
}

.bg-partiallydelivered {
    background-color: #fad02c;
}

.bg-delivered {
    background-color: #63b3d3;
}

.bg-billed {
    background-color: #00c875;
}

.bg-workingon {
    background-color: #03f8ff3d;
}

.trunc-text {
    /*display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

.swal-wide {
    width: 750px !important;
    height: 400px !important;
}

.swal-html {
    height: 370px;
    padding-top: 25px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.bg-updated-light {
    background-color: #09c2de40 !important;
}

.width-50px {
    width: 50px;
}

.width-200px {
    width: 200px;
}

.text-allcaps {
    text-transform: uppercase;
}

.is-me .chat-msg > small > a {
    color: white
}

.note-editor.note-frame, .note-editor.note-airframe {
    border: none;
}

.nk-chat-head-tools > li {
    padding: .125rem;
}

.chat-msg > a > img {
    max-height: 150px;
}


.chat-msg > p > img {
    max-height: 150px;
}

.bg-body-gray {
    background-color: #f7f9fc !important;
}

.scroll-dialog {
    max-height: calc(120vh - var(--mud-appbar-height));
    overflow-y: auto;
}

.swal2-container {
    z-index: 9999 !important;
}

.border-dropzone-custom {
    border: 2px dashed #0000005c !important;
}

.signature-pad {
    left: 0;
    top: 0;
    /*    width: 650px;
    height: 200px;*/
}

.signature-wrapper {
    border: 2px dashed #0000005c !important;
    position: relative;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mud-nav-link .mud-nav-link-text {
    color: rgb(85, 104, 125);
    font-weight: 600;
}

.mud-nav-group > .mud-nav-link > .mud-nav-link-text {
    color: rgb(85, 104, 125);
    font-weight: 600 !important;
}

.border-bottom-light {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.mud-tab {
    text-transform: none !important;
    min-width: 0px !important;
}

.btn-paper-style {
    border-radius: 6px !important;
    border-color: rgb(223, 230, 237) !important;
    border-style: solid !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px !important;
}



.btn-box-shadow-paper {
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px !important;
}

.mud-tabs-toolbar {
    background-color: transparent !important;
}

.not-uppercase {
    text-transform: none !important;
}

.th-gray-header {
    background: #f5f6fa;
}

.text-light-gray {
    color: #000000a3;
}

.noitem-svg {
    background: transparent url("../images/279.svg") no-repeat scroll 0px 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.modal-backdrop {
    z-index: 1301 !important;
}

.modal {
    z-index: 1302 !important;
}

.ql-container {
    height: 150px !important;
}

.mud-popover {
    z-index: 1403 !important;
}

.outer-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.mud-menu > div.mud-menu-activator{
    display:block !important;
}

tw-20{
    width:20%;
}

tw-80 {
    width: 80%;
}


.mud-drawer .mud-drawer-content {
    background-color: #f5f8fb;
}

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

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.border-right-light {
    border-right: 1px solid var(--mud-palette-lines-default);
}

.mud-checkbox{
    margin-bottom:0px !important;
}

.text-char-limited {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70ch;
}

.fileupload-button-style{
    border:1px black dashed !important;
    height: 100px;
}

.clickable-action{
    cursor: pointer;
}