/*Light blue: #a2b7d1*/
/*Dark blue: #6e8091*/
/*Electric #006e75*/
/*App background: #3c3c3c*/

.app-bg {
    background-color: #3c3c3c;
}

.ui-bg-primary {
    color: #ffffff !important;
    background-color: #3EC7CE !important;
}

.ui-bg-primary[disabled] {
    color: #ffffff !important;
    background-color: #959fa0 !important;
}

.ui-bg-primary2 {
    color: #ffffff !important;
    background-color: #80B8BB !important;
}

.ui-c-primary {
    color: #80B8BB !important;
}

.ui-bg-accent {
    color: #ffffff !important;
    background-color: #75AFB3 !important;
}

.ui-bg-grey {
    color: #ffffff !important;
    background-color: #DEDEDE !important;
}


.ui-text-primary {
    color: #3EC7CE !important;
}

.ui-text-dark-primary {
    color: #006e75 !important;
}

.ui-text-accent {
    color: #75AFB3 !important;
}

.ui-text-grey {
    color: #DEDEDE !important;
}


.text-light-primary {
    color: #a2b7d1 !important;
}

.text-dark-primary {
    color: #6e8091 !important;
}

.bg-light-primary {
    color: #ffffff !important;
    background-color: #a2b7d1 !important;
}

.bg-dark-primary {
    color: #ffffff !important;
    background-color: #6e8091 !important;
}

.bg-light-dark {
    color: #ffffff !important;
    background-color: #A9A9A9 !important;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../../assets/fonts/Quicksand/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-bold';
    font-weight: bold;
    src: url('../../assets/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('../../assets/fonts/Quicksand/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../../assets/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-VFW';
    src: url('../../assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-book';
    src: url('../../assets/fonts/Quicksand/Quicksand_Book.otf') format('truetype');
}

html, body {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", "Material Icons" !important;
}

#ui-wrapper {
    background-color: rgb(249, 249, 249) !important;
    min-width: 320px;
    background-image: url('../../assets/images/flower.png') !important;
    background-position: bottom right !important;
    background-repeat: no-repeat;
}

#ui-wrapper > * {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", "Material Icons" !important;
}

#ui-wrapper h1,
#ui-wrapper h2,
#ui-wrapper h3,
#ui-wrapper h4,
#ui-wrapper h5,
#ui-wrapper h6 {
    font-family: "Quicksand-bold", Roboto, Helvetica Neue, "sans-serif", "Material Icons" !important;
}

#ui-main-page-toolbar {
    z-index: 999;
}

#ui-main-page-footer, #ui-main-page-toolbar {
    font-size: 13px !important;
}

#ui-main-page-content {
    background: transparent;
    min-height: calc(100% - 180px);
}

#ui-main-page-footer {
    min-height: 56px;
    background: transparent;
}

#ui-main-page-footer .footer {
    background-color: #000;
    color: #ffffff;
    padding-top: 8px !important;
}

.quick-sand {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
}

.quick-sand-bold {
    font-family: "Quicksand-bold", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
}

.ui-footer-wrapper {
    border: none;
    padding: 4px 8px;
    background: transparent;
}

.text-left {
    text-align: left;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-avatar {
    width: 52px;
    height: 52px;
    margin-right: 8px;
    border-radius: 50%;
}

.dot-on-time {
    color: rgb(79, 234, 177);
}

.bg-black {
    background-color: black;
}

#virtual-vertical-container {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
}

.ui-table th, .ui-table td {
    padding: 8px !important;
}

table.ui-table > tbody > tr > td {
    vertical-align: middle;
}

.borderless td, .borderless th {
    border: none !important;
}

.ui-table .tr-row {
    height: 72px;
}

.ui-table .table-header-tall tr {
    height: 72px;
}

.ui-table .table-header-tall th.logo {
    padding-top: 20px !important;
}

.ui-table .table-header-tall th {
    padding-top: 40px !important;
}

.ui-toolbar {
    padding-left: 0px;
    padding-right: 0px;
    color: #e6e6e6 !important;
    background-color: #f9f9f9 !important;
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif" !important;
}

.ui-toolbar .logout {
    color: #333333;
}

.logout span {
    padding-left: 4px;
}

.ui-icon-material {
    font-family: 'Material Icons', "Quicksand", Roboto, Helvetica Neue, "sans-serif" !important;
}

.ui-toolbar .dropdown {
    text-decoration: none;
}

.ui-toolbar .dropdown .dropdown-toggle {
    font-size: 13px;
}

.ui-toolbar .dropdown-menu > li > a {
    color: #333333;
}

.ui-filter-wrapper md-icon {
    width: 40px;
    padding: 0 8px;
}

.ui-filter-wrapper .input-round {
    border-radius: 16px;
}

.ui-filter-wrapper .form-group {
    margin-bottom: 0;
}

.ui-filter-wrapper .form-group .form-control-feedback {
    color: black;
}

.pointer {
    cursor: pointer !important;
}

.p-t-8 {
    padding-top: 8px;
}

.p-l-20 {
    padding-left: 20px;
}

#ui-filter-option .option-title {
    font-weight: bold;
}

#ui-filter-option .option-block {
    width: 250px;
}

.option-block md-list,
.option-block md-list .md-list-item-inner {
    padding: 0;
}

.option-block md-list .md-list-item-inner,
.option-block md-list-item {
    min-height: 40px;
    height: 40px;
}

.text-small {
    font-size: 13px;
}

/**
 * ### BoX Menu
 *
 **/
.ui-menu-box {
    min-width: 200px;
}

.ui-menu-box md-list-item.active {
    background-color: #e6e6e6;
    /*color: #ffffff;*/
}

/**
 * ### End of BoX Menu
 *
 **/
/*
 * ### Search bar style
 * */
.ui-search-wrapper-x {
    position: absolute;
    right: 0;
}

.wrapper-x-active {
    position: relative;
    /*right: -15vw;*/
    /*width: 30vw;*/
}

.ui-search-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}

.ui-search-wrapper * {
    outline: none;
    box-sizing: border-box;
}

.ui-search-field {
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: transparent;
    padding: 0.35em 30px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.ui-search-field:focus,
.ui-search-field-focus {
    border-color: #1ab394 !important;
    width: 45vw;
    color: #2b2b2b;
    cursor: default;
    padding-left: 12px;
    background-color: white;
}

.ui-search-field:focus ~ .ui-search-icon {
    background-color: transparent !important;
    cursor: pointer;
    pointer-events: auto;
}

.ui-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    width: 32px;
    height: 32px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.ui-search-field::-webkit-input-placeholder,
.ui-search-field:-moz-placeholder,
.ui-search-field::-moz-placeholder,
.ui-search-field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.ui-search-field::-webkit-input-placeholder[style*=hidden],
.ui-search-field:-moz-placeholder[style*=hidden],
.ui-search-field::-moz-placeholder[style*=hidden],
.ui-search-field:-ms-input-placeholder[style*=hidden] {
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/*
/// End od Search bar style
*/

.ui-rounded {
    border-radius: 20px !important;
}

.ui-btn-rounded {
    background-color: #1ab394 !important;
    color: #ffffff !important;
    border-radius: 20px;
}

.ui-btn-rounded_nocolor {
    border-radius: 20px;
}

.ui-btn-alert {
    color: #ffffff;
    background-color: #cb133a;
}

.ui-btn-info {
    color: #ffffff;
    background-color: #1ab394 !important;
}

.ui-avatar-wrapper {
    position: relative;
    width: 70px;
}

.ui-status {
    position: absolute;
    bottom: 0;
    right: 8px;
}

.width-5-percent {
    width: 5%;
}

.width-10-percent {
    width: 10%;
}

.width-15-percent {
    width: 15%;
}

.width-20-percent {
    width: 20%;
}

.opacity-half {
    opacity: 0.5;
}

.skeleton-avatar {
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 8px;
    background-color: #ccc;
    border-radius: 25%;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-avatar 1.6s infinite linear;
}

.skeleton-line {
    float: left;
    width: 100%;
    height: 16px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-lite {
    position: relative;
    float: left;
    width: 100%;
    height: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #edeff1 0px, #dcdfe2 40px, #edeff1 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-lite-data {
    margin-left: 0px;
}

.skeleton-line-lite-bold {
    position: relative;
    float: left;
    width: 100%;
    height: 16px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #edeff1 0px, #dcdfe2 40px, #edeff1 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-lite-bold-header {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #edeff1 0px, #dcdfe2 40px, #edeff1 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-avatar + .skeleton-line {
    margin-top: 11px;
    width: 100px;
}

.skeleton-line ~ .skeleton-line {
    background-color: #ddd;
}

.skeleton-line-box {
    float: left;
    width: 60%;
    height: 86px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-box-2 {
    float: left;
    width: 100%;
    height: 35px;
    border-radius: 24px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-box-3 {
    float: left;
    width: 100%;
    height: 35px;
    border-radius: 0px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}

.skeleton-line-dropdown {
    background-color: white;
    height: 36px;
    border-radius: 24px;
    margin-left: -4px;
    width: 106%;
    max-width: 307px;
    border: 1px #d3d3d3 solid;
    background-image: linear-gradient(90deg, #e7eaec 0px, #e7eaec 40px, #e7eaec 80px);
}

.skeleton-line-dropdown:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 21px;
    width: 0;
    height: 0;
    border: 4.5px solid transparent;
    border-color: #757575 transparent transparent transparent;
}

.skeleton-line-inputbox {
    background-color: white;
    height: 36px;
    border-radius: 24px;
    margin-left: -4px;
    width: 106%;
    max-width: 307px;
    border: 1px #d3d3d3 solid;
    background-image: linear-gradient(90deg, #e7eaec 0px, #e7eaec 40px, #e7eaec 80px);
}

.skeleton-line-data {
    margin-top: 8px;
    margin-left: 12px;
}


@keyframes shine-lines {
    0% {
        background-position: -100px;
    }

    40%, 100% {
        background-position: 140px;
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }

    40%, 100% {
        background-position: 208px;
    }
}

.color-gray {
    color: gray;
}

.fixed-bottom {
    position: fixed;
    bottom: 15px;
    right: 30px;
}

.font-size-18 {
    font-size: 18px;
}

.text-black {
    color: #000;
}

.text-green {
    color: #1ab394;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.color-gray {
    color: gray !important;
}

md-menu-content.md-altheme-theme md-menu-item {
    color: gray;
}

.w-30 {
    width: 30%;
}

.width-560 {
    width: 560px;
}

.width-20 {
    width: 20px;
}

.height-200 {
    height: 200px;
}

.height-20 {
    height: 20px;
}

.pr-h-500 {
    position: relative;
    min-height: 500px;
}


.pr {
    position: relative;
}

.ui-calendar-wrapper {
    position: relative;
    color: #979797;
    letter-spacing: 1px;
    padding: 0 12px 0 16px;
    border-radius: 20px;
    border: 1px solid rgba(60, 60, 60, 0.3);
}


.ui-calendar-wrapper:focus-within {
    border-color: #009688 !important;
}

.ui-calendar-wrapper:focus-within .ui-calendar-label {
    color: #009688 !important;
}

.ui-calendar-wrapper.calendar-custom .daterangepicker.dropdown-menu {
    min-width: 280px;
    width: 730px !important;
}

.ui-calendar-wrapper.calendar-custom#ceventDate .daterangepicker.dropdown-menu {
    left: -15px !important;
}

.ui-calendar-wrapper .daterangepicker.dropdown-menu.show-calendar {
    border-radius: 14px;
}


md-input-container.floating-label-always label {
    -webkit-transform: translate3d(0, 6px, 0) scale(.75) !important;
    transform: translate3d(0, 6px, 0) scale(.75) !important;
    -webkit-transition: width .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1) !important;
    transition: width .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1) !important;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1) !important;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), width .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .25, 1) !important;
    opacity: 1 !important;
    top: auto !important;
}

md-input-container.floating-label-always .md-select-placeholder > span:not(.md-select-icon) {
    color: transparent;
}

md-input-container.floating-label-always .md-select-placeholder > span:not(.md-select-icon):after {
    content: none !important;
}

@media screen and (max-width: 768px) {
    .ui-calendar-wrapper.calendar-custom .daterangepicker.dropdown-menu {
        width: 100% !important;
    }
}

.ui-calendar-content {
    position: relative;
}

.ui-calendar-wrapper .daterangepicker.dropdown-menu {
    top: 34px;
    right: 0 !important;
}

.ui-calendar-wrapper .title {
    font-weight: bold;
    margin: 0 4px;
}

.ui-calendar-wrapper input {
    width: 200px;
    color: rgba(60, 60, 60, 0.87);
    font-size: 13px;
    border: 0;
    padding-left: 0;
}

.ui-calendar-wrapper .daterangepicker td.disabled,
.ui-calendar-wrapper .daterangepicker option.disabled {
    color: white !important;
    background-color: #a2b7d1 !important;
    border: 3px solid #a2b7d1 !important;
    cursor: not-allowed;
    text-decoration: none !important;
}

.ui-calendar-wrapper .daterangepicker td.in-range {
    background-color: #a2b7d1 !important;
}

.ui-calendar-wrapper .daterangepicker td.active:not(.disabled) {
    background-color: #6e8091 !important;
    color: #FFFFFF !important;
}

.ui-calendar-wrapper .daterangepicker td.active:active:focus,
.ui-calendar-wrapper .daterangepicker td.active:active:hover {
    background-color: #a2b7d1 !important;
    color: #FFFFFF !important;
}

.ui-calendar-wrapper .daterangepicker .input-mini.active {
    border-color: #a2b7d1 !important;
}

.divider {
    border-top: 1px solid #f3f3f4;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-52 {
    font-size: 52px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

md-checkbox.dotted .md-icon {
    border-width: 1px;
    border-style: dashed;
    border-radius: 100%;
}

md-checkbox.rounded .md-icon {
    border-radius: 6px;
}


md-switch.md-checked.darkgreen .md-thumb,
md-checkbox.md-checked.darkgreen .md-icon,
md-radio-button.md-default-theme.darkgreen .md-on, md-radio-button.darkgreen .md-on,
md-radio-button.md-checked.darkgreen .md-on {
    background-color: #006369 !important;
}

md-radio-button.md-default-theme.md-checked.darkgreen .md-off, md-radio-button.md-checked.darkgreen .md-off {
    border-color: #006369 !important;
}

md-button.md-default-theme.darkgreen:not([disabled]) md-icon, .md-button.darkgreen:not([disabled]) md-icon,
md-switch.md-default-theme.md-checked.darkgreen:not([disabled]) .md-ink-ripple, md-switch.md-checked.darkgreen:not([disabled]) .md-ink-ripple,
md-radio-button.md-default-theme.md-checked.darkgreen .md-ink-ripple, md-radio-button.md-checked.darkgreen .md-ink-ripple,
md-checkbox.md-default-theme.md-checked.darkgreen .md-ink-ripple, md-checkbox.md-checked.darkgreen .md-ink-ripple {
    color: #006369 !important;
}

md-switch.md-checked.darkgreen .md-bar {
    background-color: #75AFB3;
}

md-chips.ui-chip-borderless.md-default-theme .md-chips,
md-chips.ui-chip-borderless .md-chips {
    box-shadow: none !important;
}


.min-width-200 {
    min-width: 200px;
}

.min-width-320 {
    min-width: 320px;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-500 {
    min-width: 500px;
}

.chip-wrapper {
    height: 32px;
    border-radius: 50px;
    background-color: #6e8091;
    padding: 4px 12px;
}

.chip-wrapper .chip-title {
    color: #ffffff;
    padding: 0 8px;
    font-weight: bold;
}

.chip-wrapper .material-icons {
    color: #ffffff;
    padding-top: 3px;
    font-size: 18px;
}

.md-dialog-container {
    z-index: 99999;
}

.textarea-resize-none {
    resize: none;
}

.small-text {
    font-size: 12px;
}

.md-button {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.26) !important;
}
.width-100{
    width: 100px;
}
.width-150{
    width: 150px;
}
.width-100-percent {
    width: 100%;
}
.width-75-percent{
    width: 75%;
}
.position-relative{
    position: relative;
}
.text-align-right{
    text-align: right;
}
.right-38{
    right: 38px;
}
.right-14{
    right: 14px;
}
.right-99{
    right: 99px;
}
.left-minus-99{
    left: -99px;
}


/**
* Modal Style Part
*/
.ui-modal-wrapper {
    max-width: 95vw;
    font-size: 13px;
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
    border-radius: 15px !important;
    margin: 0;
}

.ui-modal-sm {
    min-width: 576px;
}

.ui-modal-md {
    min-width: 768px;
}

.ui-modal-lg {
    min-width: 992px;
}

.ui-modal-xlg {
    min-width: 1200px;
}

.ui-modal-wrapper *:not(.material-icons, .fa) {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
}

.ui-modal-wrapper .md-button {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.26) !important;
}

.ui-modal-wrapper .ui-modal-header {
    padding: 16px 24px 8px;
    height: 56px !important;
    border-bottom: 1px solid #adadad;
}

.ui-modal-wrapper .ui-modal-header .close-icon {
    color: #a2a2a2;
}

.close-icon {
    color: #a2a2a2;
    /* padding-right: 7px; */
}

.ui-modal-wrapper .ui-modal-content {
    min-height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    /*padding: 16px 24px;*/

    /* max-height: calc(100% - 359); 
    min-height: calc(100% - 359); */
}

.ui-modal-content-scrollable {
    max-width: 90vw !important;
    max-height: 80vh !important;
}

.ui-modal-content-scrollable:not(.fixed-footer) .ui-modal-group-content,
.ui-modal-content-scrollable.fixed-footer .ui-modal-content {
    max-height: 50vh;
    scroll-behavior: smooth;
    overflow-y: auto !important;
    -ms-overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

/* .ui-modal-content-scrollable .ui-modal-group-content::-webkit-scrollbar,
.ui-modal-content-scrollable .ui-modal-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
} */

.ui-modal-content-scrollable .ui-modal-group-content::-webkit-scrollbar-track,
.ui-modal-content-scrollable .ui-modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 6px;
}

.ui-modal-content-scrollable .ui-modal-group-content::-webkit-scrollbar-thumb,
.ui-modal-content-scrollable .ui-modal-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background: #C0C0C0;
}

.ui-modal-wrapper .ui-modal-footer {
    min-height: 56px;
    padding: 8px 8px;
}

.fullscreen-dialog-modal {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    border-radius: 0;
}

.fullscreen-dialog-modal:not(.fixed-footer) .ui-modal-group-content,
.fullscreen-dialog-modal.fixed-footer .ui-modal-content {
    scroll-behavior: smooth;
    overflow-y: auto !important;
    -ms-overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 420px) {
    .fullscreen-dialog-modal-xs {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        border-radius: 0;
    }

    .fullscreen-dialog-modal-xs:not(.fixed-footer) .ui-modal-group-content,
    .fullscreen-dialog-modal-xs.fixed-footer .ui-modal-content {
        max-width: 100vw !important;
        scroll-behavior: smooth;
        overflow-y: auto !important;
        -ms-overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        height: 100%;
        width: 100%;
    }


    .fullscreen-dialog-modal-xs.fixed-footer.mobile-device .ui-modal-content::-webkit-scrollbar,
    .fullscreen-dialog-modal-xs .ui-modal-group-content::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .fullscreen-dialog-modal-xs.fixed-footer.mobile-device .ui-modal-content::-webkit-scrollbar-track,
    .fullscreen-dialog-modal-xs .ui-modal-group-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        margin-bottom: 6px;
    }

    .fullscreen-dialog-modal-xs.fixed-footer.mobile-device .ui-modal-content::-webkit-scrollbar-thumb,
    .fullscreen-dialog-modal-xs .ui-modal-group-content::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 24px;
        background: #C0C0C0;
    }


    .fullscreen-dialog-modal-xs .ui-modal-footer.layout-xs-column {
        padding: 0 16px !important;
    }
}

.scrollable-x {
    overflow-x: scroll !important;
    -ms-overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.scrollable-y {
    overflow-y: scroll !important;
    -ms-overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.modal-dialog-open {
    overflow: hidden !important;
    position: relative !important;
    margin: 0;
    padding: 0;
}


md-input-container.ui-form-control {
    height: 42px !important;
    margin-top: 24px;
}

md-input-container.ui-form-control.md-block {
    height: 48px !important;
    margin-bottom: 0 !important;
}

md-input-container.ui-form-control.md-block.has-error-message .md-char-counter,
md-input-container.ui-form-control.md-block.has-error-message .md-input-message-animation {
    padding-top: 2px !important;
}

md-input-container.ui-form-control.md-block.has-error-message {
    min-height: 56px !important;
    margin-bottom: 0 !important;
}

md-input-container.ui-form-control label {
    padding-left: 24px !important;
    font-size: 16px !important;
    margin-bottom: 4px;
}

md-input-container.ui-form-control input,
md-input-container.ui-form-control md-select,
md-input-container.ui-form-control textarea {
    min-height: 36px;
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
    padding-left: 16px !important;
    padding-right: 12px !important;
    /*border: 1px solid rgba(60, 60, 60, 0.3) !important;*/
}

md-input-container.ui-form-control .md-input-message-animation:not(.md-char-counter) {
    padding-left: 16px !important;
}

.department {
    position: relative;
}

md-input-container.ui-form-control md-select .md-select-value {
    border-bottom-width: 0 !important;
}

md-input-container .md-input,
md-input-container.ui-form-control md-select,
.ui-select-wrapper md-select {
    font-size: 13px;
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
    letter-spacing: 1px;
    border: 1px solid rgba(60, 60, 60, 0.3) !important;
    padding: 0 12px !important;
    border-radius: 24px;
}

md-input-container.ui-form-control md-select-header {
    padding-left: 16px !important;
}

md-input-container.ui-form-control input:focus,
md-input-container.ui-form-control textarea:focus,
md-input-container.ui-form-control md-select:focus {
    border-color: #009688 !important;
}

md-input-container.md-input-focused .md-input,
md-input-container.md-input-resized .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
    border-width: 1px;
}

.ui-modal-wrapper .md-chips md-chip {
    font-size: 13px;
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
}

md-input-container .textarea {
    border-radius: 16px;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-width: 1px;
}

.ui-select-wrapper md-select {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
    min-height: 36px;
    margin-top: 10px;
    padding-left: 16px !important;
    padding-right: 12px !important;
    margin-bottom: 10px;
}

.ui-select-wrapper md-select.md-default-theme.md-no-underline .md-select-value,
.ui-select-wrapper md-select.md-no-underline .md-select-value,
.ui-select-wrapper md-select.md-default-theme .md-select-value,
.ui-select-wrapper md-select .md-select-value,
md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
}

.ui-select-wrapper md-select:focus {
    border-bottom-color: rgba(60, 60, 60, 0.3) !important;
}

md-select-menu {
    border-radius: 9px !important;
}


md-select-menu .md-text, md-list-item .md-button {
    font-family: "Quicksand", Roboto, Helvetica Neue, "sans-serif", 'Material Icons' !important;
}

.ui-select-wrapper .icon-none .md-select-icon {
    display: none;
}

md-tabs.md-no-animation md-tab-content {
    transition: none;
}

md-tabs.md-no-animation-bar md-ink-bar {
    transition: none;
}

.required:after {
    content: " *";
    color: red;
}

.dots:after {
    content: '\2807';
    font-size: 15px;
}

.menu .dropbtn {
    padding: 0px 20px 0px 20px;
    border: none;
    background-color: transparent;
}

.menu .dropdown {
    position: relative;
    display: inline-block;
}

.menu .dropbtn:focus {
    outline: none;
}

.menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -100px;
    height: 55px;
    padding-top: 5px !important;
}

.menu .button-style {
    width: 100%;
    background-color: #F5F5F5;
    border: 0px;
    text-align: left;
    padding-top: 10px !important;
}

.menu .dropdown-content a {
    color: lightslategrey;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu .dropdown-content button:hover {
    background-color: #ECECEC !important;
}

.menu .dropdown:hover .dropdown-content {
    display: block;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 3em;
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
}

.text_trans_none {
    text-transform: none;
}

.min-height-80 {
    min-height: 80px;
}

.min-height-90 {
    min-height: 90px;
}

@media (max-width: 699px){
    .min-height-60-vh{
        min-height: 60vh !important;
    }
}

.date-label {
    display: inline-block;
    position: relative;
    color: gray !important;
    padding-left: 20px !important;
    font-size: 12px !important;
    margin-bottom: 4px;
    font-weight: 700;
}

.date-label-no-padding-left {
    display: inline-block;
    position: relative;
    color: gray !important;
    padding-left: 0px !important;
    font-size: 12px !important;
    margin-bottom: 4px;
    font-weight: 700;
}

.simple-label {
    display: inline-block;
    position: relative;
}

.tile-back-button {
    width: 55px;
    font-size: 11px;
    color: #232323;
    margin-top: 5px;
    margin-right: -15px;
}

.md-tooltip {
    font-size: 13px;
}

md-tooltip.tooltip-multiline ._md-content,
md-tooltip.tooltip-multiline .md-content {
    height: auto;
}

.font-size-14 {
    font-size: 14px;
}

.strike-through {
    text-decoration: line-through;
}

.circle-loading-overlay-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 500
}

.circle-loading-overlay-wrapper .fa-spinner {
    position: absolute;
    left: 47%;
    top: 45%;
}

.timeframe-bottom-option {
    position: fixed;
    top: 0 !important;
}

/* This will disable the panel animation */
md-tabs.no-animation [role="tabpanel"] {
    transition: none;
}

.event-workschedule-input-box {
    background-color: #d4d3d3;
    color: #d4d3d3;
    border-radius: 16px 16px 16px;
    width: 193px;
    height: 29px;
}

md-input-container#time-frame {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    height: 45px !important;
    width: 193px;
}

td#time-frame-td {
    padding: 0px 8px 0px 8px;
}

.wj-dropdown#firstDay {
    border-radius: 12px;
}

.wj-dropdown#lastDay {
    border-radius: 12px;
}

.n-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.modal-vertical {
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    padding: 0 5px 0 0;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}
.hide-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.memo-delete {
    color:rgb(214, 210, 210); 
    position: relative; 
    bottom: 20px; 
    right: 10px; 
    float: right;
}

.min-height-500{
    min-height: 55vh !important;
}

.min-height-450{
    min-height: 45vh !important;
}

.width-fit-content{
    width: fit-content;
}
.width-auto{
    width: auto;
}
.float-right{
    float: right;
}
.position-absolute{
    position: absolute;
}
.position-fixed{
    position: fixed;
}

.display-inline-block{
    display: inline-block;
}

@media (min-width: 700px){
    /* PC */
    .mobile-display{display: none;}
    .desktop-display{display: block;}
    .mobile-display-flex{display: none;}
    .desktop-display-flex{display: flex;}
    .desktop-display-content{display: contents;}
    .desktop-display-table{display: table;}
    .mobile-display-table{display: none;}
    .desktop-display-grid{display: grid;}
    .mobile-display-grid{display: none;}
}
@media (max-width: 699px){
    /* mobile */
    .mobile-display{display: block;}
    .desktop-display{display: none;}
    .mobile-display-flex{display: flex;}
    .desktop-display-flex{display: none;}
    .desktop-display-content{display: none;}

    .desktop-display-table{display: none;}
    .mobile-display-table{display: table;}
    .desktop-display-grid{display: none;}
    .mobile-display-grid{display: grid;}

}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ui-modal-col {
        min-width: 43vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ui-modal-col {
        min-width: 600px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .ui-modal-col {
        min-width: 600px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ui-modal-col {
        min-width: 768px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .ui-modal-col {
        min-width: 992px;
    }
}

@media (max-width: 699px){
    /* mobile */
    .mo-display-contents{
        display: contents !important;
    }
    .mo-m-l-38 {
        margin-left: 38px !important;
    }
    .mo-m-l-30 {
        margin-left: 30px !important;
    }
    .mo-p-l-29{
        padding-left: 29px !important;
    }
    .mo-position-fixed{
        position: fixed !important;
    }
    .mo-display-table-row{
        display: table-row;
    }
    .mo-m-l-5{
        margin-left: 5;
    }
    .mo-m-t-40{
        margin-top: 40px;
    }
    .mo-width-44-vh{
        width: 44vh;
    }
    md-backdrop{
        max-height: calc(100% - 0px) !important;
    }
    .md-sidenav-left#sideNavLeftAdmin{
        max-height: 976px !important;
    }
    .ui-side-menu-left{
        height: 100% !important;
    }
    .admin-side-menu-left{
        max-height: calc(100% - 107px) !important;
    }

}
