
@font-face {
    font-family: 'Futura PT';
    src: url('../../fonts/FuturaPT-Heavy.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../../fonts/FuturaPT-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../../fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

:root {
    --transparent: transparent;
    --black: #3c3c3c;
    --white: #fff;
    --white-50: hsla(0,0%,100%,.5);
    --danger: #e74444;
    --success: #21b978;
    --warning: #ffeb3b;
    --info: #03a9f4;
    --primary: #4099de;
    --primary-dark: #3c3c3c;
    --primary-70: rgb(241 119 19 / 70%);
    --primary-50:rgb(241 119 19 / 50%);
    --primary-30: rgb(241 119 19 / 30%);
    --primary-10: rgb(241 119 19 / 10%);
    --logo: #252d37;
    --sidebar-icon: #b3c1d1;
    --20: #f6fbff;
    --30: rgb(94 102 115 / 30%);
    --40: rgb(94 102 115 / 40%);
    --50: rgb(94 102 115 / 50%);
    --60: rgb(94 102 115 / 60%);
    --70: rgb(94 102 115 / 70%);
    --80: rgb(94 102 115 / 80%);
	--black): #1b1b1b;
    --90: #5e6673;
    --90-half: #5e6673;
    --warning-light: #fff382;
    --warning-dark: #684f1d;
    --success-light: #c6f6d5;
    --success-dark: #38a169;
    --danger-light: #fed7d7;
    --danger-dark: #e53e3e;
    --info-light: #bee3f8;
    --info-dark: #3182ce;
}

::selection {
    color: #fb7d17;
    background-color: #fff0e4;
}

::-moz-selection {
    color: #fb7d17;
    background-color: #fff0e4;
}


body {
	background: rgb(247 247 248) !important;
}

body, .font-sans {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.font-medium, .font-normal {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .btn, .title {
    font-family: 'Futura PT';
    font-weight: 700;
    letter-spacing: -0.02em;
}

:root {
    --primary: rgb(241, 118, 19);
    --primary-dark: #3c3c3c;
    --primary-70: rgb(241 119 19 / 70%);
    --primary-50:rgb(241 119 19 / 50%);
    --primary-30: rgb(241 119 19 / 30%);
    --primary-10: rgb(241 119 19 / 10%);
    --logo: #430051;
    --sidebar-icon: rgb(241, 118, 19);
}


a, button, input, .bg-grad-sidebar,
.sidebar-nav h3 .sidebar-label,
.sidebar-nav ul,
.sidebar-nav h3 svg,
.tooltip-icon .tooltip-hover  {
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


.flex.text-left .flex-no-shrink {
    display: none;
}

.shadow {
	    box-shadow: 0 0 30px 0 rgb(91 104 126 / 6%);
}

.h-header {
    height: 90px;
}

.px-6 {
	padding-left:20px;
	padding-right:20px;
}

.w-sidebar {
    width: 230px;
}

.content {
    max-width: 100vw;
    background: rgb(247 247 248);
    padding-left: 78px;
}

.text-base,
.text-sm {
    font-size: 14px;
}

.font-black, .font-bold, .font-extrabold {
    font-weight: 600;
}

.text-primary,
.table td a {
    color: rgb(251 125 23);
}

.text-xs {
	font-size:12px;
}

/* margins & padding */

.mr-1 {
	margin-right:10px;
}

.ml-1 {
	margin-left:10px;
}

.mt-1 {
	margin-top:10px;
}

.mb-1 {
	margin-bottom:10px;
}

.mr-2 {
	margin-right:20px;
}

.ml-2 {
	margin-left:20px;
}

.mt-2 {
	margin-top:20px;
}

.mb-2 {
	margin-bottom:20px;
}

.mr-3 {
	margin-right:30px;
}

.ml-3 {
	margin-left:30px;
}

.mt-3 {
	margin-top:30px;
}

.mb-3 {
	margin-bottom:30px;
}

.mr-4 {
	margin-right:40px;
}

.ml-4 {
	margin-left:40px;
}

.mt-4 {
	margin-top:40px;
}

.mb-4 {
	margin-bottom:40px;
}

.mr-5 {
	margin-right:45px;
}

.ml-5 {
	margin-left:45px;
}

.mt-5 {
	margin-top:45px;
}

.mb-5 {
	margin-bottom:45px;
}

.mr-6 {
	margin-right:50px;
}

.ml-6 {
	margin-left:50px;
}

.mt-6 {
	margin-top:50px;
}

.mb-6 {
	margin-bottom:50px;
}

.mr-7 {
	margin-right:55px;
}

.ml-7 {
	margin-left:55px;
}

.mt-7 {
	margin-top:55px;
}

.mb-7 {
	margin-bottom:55px;
}

.mr-8 {
	margin-right:60px;
}

.ml-8 {
	margin-left:60px;
}

.mt-8 {
	margin-top:60px;
}

.mb-8 {
	margin-bottom:60px;
}

.mr-9 {
	margin-right:70px;
}

.ml-9 {
	margin-left:70px;
}

.mt-9 {
	margin-top:70px;
}

.mb-9 {
	margin-bottom:70px;
}

.mr-10 {
	margin-right:80px;
}

.ml-10 {
	margin-left:80px;
}

.mt-10 {
	margin-top:80px;
}

.mb-10 {
	margin-bottom:80px;
}


.pr-1 {
	padding-right:10px;
}

.pl-1 {
	padding-left:10px;
}

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

.pb-1 {
	padding-bottom:10px;
}

.pr-2 {
	padding-right:20px;
}

.pl-2 {
	padding-left:20px;
}

.pt-2 {
	padding-top:20px;
}

.pb-2 {
	padding-bottom:20px;
}

.pr-3 {
	padding-right:30px;
}

.pl-3 {
	padding-left:30px;
}

.pt-3 {
	padding-top:30px;
}

.pb-3 {
	padding-bottom:30px;
}

.pr-4 {
	padding-right:40px;
}

.pl-4 {
	padding-left:40px;
}

.pt-4 {
	padding-top:40px;
}

.pb-4 {
	padding-bottom:40px;
}

.pr-5 {
	padding-right:45px;
}

.pl-5 {
	padding-left:45px;
}

.pt-5 {
	padding-top:45px;
}

.pb-5 {
	padding-bottom:45px;
}

.pr-6 {
	padding-right:50px;
}

.pl-6 {
	padding-left:50px;
}

.pt-6 {
	padding-top:50px;
}

.pb-6 {
	padding-bottom:50px;
}

.pr-7 {
	padding-right:55px;
}

.pl-7 {
	padding-left:55px;
}

.pt-7 {
	padding-top:55px;
}

.pb-7 {
	padding-bottom:55px;
}

.pr-8 {
	padding-right:60px;
}

.pl-8 {
	padding-left:60px;
}

.pt-8 {
	padding-top:60px;
}

.pb-8 {
	padding-bottom:60px;
}

.pr-9 {
	padding-right:70px;
}

.pl-9 {
	padding-left:70px;
}

.pt-9 {
	padding-top:70px;
}

.pb-9 {
	padding-bottom:70px;
}

.pr-10 {
	padding-right:80px;
}

.pl-10 {
	padding-left:80px;
}

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

.pb-10 {
	padding-bottom:80px;
}


.px-view {
	padding-left:40px;
	padding-right:40px;
}

.py-view {
	padding-top:40px;
	padding-bottom:40px;
}

.px-8 {
	padding-left:30px;
	padding-right:30px
}

.py-6 {
	padding-top:30px;
	padding-bottom:30px;
}

.py-5 {
	padding-top:25px;
	padding-bottom:25px;
}


.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* custom styling */



svg path {
    stroke: white;
    stroke-width: 1px;
    fill: #5e6673;
}

svg:hover path {
    fill: #fb7d17;
}

.bg-grad-sidebar {
    background-attachment: fixed;
    background: #ffffff;
    border: none;
    border-right: 1px solid rgb(94 102 115 / 14%);
}

h1.font-normal {
    font-weight: 700;
    color: #3c3c3c;
}

.ticket-modal table {
	width:100%;
}

.table th, .ticket-modal table thead td {
    color: #3c3c3c;
    font-family: 'Futura PT';
    font-size: 12px;
    letter-spacing: -0.02em;
    background: none;
    border-bottom: 1px solid;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.table td,  .ticket-modal table tbody td {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    border-bottom: 1px solid rgb(94 102 115 / 18%);
}

.table tfoot td {
    border-bottom: none;
    font-weight: 500;
    color: #3c3c3c;
	background:#ffffff;
}

.table tfoot tr:hover td {
	background:#ffffff;
}

.table tr:nth-of-type(even) td {
    background: rgb(94 102 115 / 3%);
}

.table tr:hover td, .table tr:nth-of-type(even):hover td {
    background-color: rgb(255 157 78 / 12%);
}

a.logo-main {
    padding: 20px 20px;
    display: flex;
    justify-content: start;
    opacity: 1;
    height: 80px;
}
a.logo-main:hover {
	opacity:0.6;
}

a.logo-main svg {
    float: left;
    width: auto;
    height: 100%;
    display: block;
}

a.logo-main svg .cls-1 {
    fill: #fb7d17;
}

a.logo-main svg .cls-2 {
    fill: #3c3c3c;
}

a.logo-main .title {
    color: #fb7d17;
    bottom: 18px;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-left: 41px;
}

.bg-grad-sidebar {
    padding-top: 93px;
    position: fixed;
    top: 0px;
    left: 0px;
z-index: 15;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: start;
    align-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 78px;
	overflow:hidden;
}

.bg-grad-sidebar.expand {
    width: 230px;
}

.form-global-search {
    background: #ffffff;
}


.sidebar-nav h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 26px;
    opacity: 1 !important;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 36px;
}


.sidebar-nav h3 svg {
    width: 22px;
    height: 22px;
    margin-right: 0px;
    border: none;
    position: absolute;
    left: 7px;
    top: -3px;
}

.expand .sidebar-nav h3 svg {
	left:0px;
}

.sidebar-nav h3 svg path {
    border: none;
    text-shadow: none;
    stroke: white;
    stroke-width: 0.7px;
    fill: #5e6673;
}

.sidebar-nav h3.router-link-active svg path {
	fill:#5e6673;
}

.sidebar-nav h3 .sidebar-label {
    color: #5e6673;
    font-weight: 400;
    font-family: 'Poppins';
    white-space: nowrap;
    opacity: 0;
}

.expand .sidebar-nav h3 .sidebar-label {
    opacity: 1;
}

.sidebar-nav ul {
    margin: 5px 0 0 0;
    clear: both;
    float: left;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.expand .sidebar-nav ul {
	opacity:1;
	visibility:visible;
    height: auto;
    overflow: visible;
}

.sidebar-nav ul li {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.sidebar-nav h3 svg g,
.sidebar-nav h3 svg g use {
    fill: none;
    filter: none;
}

.sidebar-nav ul li a {
    color: #5e6673;
    opacity: 1 !important;
}

.sidebar-nav ul li a.router-link-active {
    color: #3c3c3c;
    font-weight: 600 !important;
}

.sidebar-nav h3.router-link-active .sidebar-label,
.sidebar-nav ul li a:hover{
    color: #fb7d17!important;
}

.sidebar-nav h3.router-link-active svg path {
	fill:#fb7d17 !important;
}

.sidebar-nav h3:hover  .sidebar-label  {
	color:#3c3c3c;
}

.sidebar-nav h3:hover svg path {
	fill:#3c3c3c;
}

.markdown img {
    max-width: 150px;
}

.btn-default,
.card .fc.fc-theme-standard .fc-button-primary,
.bg-grad-sidebar a.expand {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50px;
    box-shadow: 0 0px 20px 0 rgb(241 118 19 / 12%);
    text-shadow: none;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
	background-color: var(--primary);
	cursor:pointer;
}
.btn-default:hover,
.card .fc.fc-theme-standard .fc-button-primary:hover,
.bg-grad-sidebar a.expand:hover {
    box-shadow: 0 0px 20px 0 rgb(241 118 19 / 0%);
}

.bg-grad-sidebar a.expand:hover {
    background-color: var(--primary-dark);
}

.btn svg {
    width: 16px;
    height: auto;
}

.btn-icon,
button[data-testid="action-confirm"] {
    width: 40px;
    padding: 0px;
    min-width: 40px;
}


.btn-icon svg {
    margin: -1px 0 0 1px !important;
}

.btn-default svg path {
    fill: #3c3c3c;
}

.bg-primary svg path,
.btn-primary svg path {
    fill: #ffffff;
    stroke-width: 0;
}

.btn-danger {
background: #ff4646;
}

.btn-danger:hover {
background: #c93030;
}

.breadcrumbs {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    padding: 0px;
    margin-top: 0px;
    float: right;
}

.breadcrumbs li.breadcrumbs__item {
    float: left;
    margin-right: 30px;
}

.breadcrumbs li.breadcrumbs__item:last-of-type {
	margin-right:0px;
}

.breadcrumbs li.breadcrumbs__item a, .breadcrumbs li.breadcrumbs__item span {
   color: var(--90);
    font-weight: 400 !important;
    font-size: 12px;
    float: left;
    line-height: 1;
    margin: 0 0 0 0;
    display: block;
}

.breadcrumbs li.breadcrumbs__item a:after {
    float: right;
    position: relative;
    top: 0px;
    transform: none;
    color: var(--90);
    margin-right: -18px;
    margin-top: 1px;
}

.breadcrumbs li.breadcrumbs__item a:hover {
    color: var(--primary);
}

.site-title {
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--primary-dark);
}

.user-meta {
    float: left;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
}

.user-meta img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    margin-right: 15px;
}

.card-panel {
    height: 100%;
}

.user-meta span {
}

.user-meta svg {
}

.open .user-meta svg {
    fill: var(--primary-dark);
}


.form-global-search, .pl-search {
    padding-left: 16px;
    padding-right: 40px;
    height: 45px;
    line-height: 1;
    border-width: 1px;
    border-color: rgb(94 102 115 / 13%);
    color: var(--90);
    border-radius: 7px;
    -webkit-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
}


.form-global-search:hover, .pl-search:hover {
    border-color: rgb(94 102 115 / 50%);
    -webkit-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
}

.form-global-search:focus, .pl-search:focus {
 border-color: #3c3c3c;
    -webkit-box-shadow: 2px 2px 0px 0px rgb(94 102 115 / 0%);
    -moz-box-shadow: 2px 2px 0px 0px rgb(94 102 115 / 0%);
    box-shadow: 2px 2px 0px 0px rgb(94 102 115 / 0%);
}

.help-text {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: normal;
}

svg.search-icon-center {
    margin-left: 0px;
    right: 18px;
    width: 16px;
    height: auto;
    top: 14px;
}

svg.search-icon-center path {
    fill: var(--primary-dark);
    stroke: none;
}

svg.search-icon-center:hover path {
	fill: var(--primary);
}

trix-editor {
		height: 550px !important;
		max-height: 550px !important;
  	overflow-y: auto !important;
}

.card {
    border-color: rgb(94 102 115 / 13%);
    -webkit-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
}

/* calendar styling */

.card .fc.fc-theme-standard .fc-header-toolbar {
    margin-bottom: 30px;
    position: relative;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-toolbar-title {
    color: #3c3c3c;
    font-size: 24px;
    line-height: 1.2;
    padding: 0 15px;
}

.card .fc.fc-theme-standard .fc-button-group {
    position: unset;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-next-button, .card .fc.fc-theme-standard .fc-header-toolbar .fc-prev-button {
    position: absolute;
    top: 0px;
    border: none;
    box-shadow: none !important;
    background: none;
    padding: 0px;
    font-size: 18px;
    border-radius: 0px;
    height: 30px;
    width: 30px;
    line-height: 1;
    color: #5e6673;
    opacity: 1;
    outline: none !important;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-next-button:hover, .card .fc.fc-theme-standard .fc-header-toolbar .fc-prev-button:hover {
	opacity:0.6;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-prev-button {
    left: -10px;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-next-button {
    right: -10px;
}


.card .fc.fc-theme-standard .fc-header-toolbar .fc-today-button {
    height: auto;
    color: var(--primary);
    opacity: 1;
    border: none;
    background: none;
    text-decoration: underline !important;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0 -19px 0;
    box-shadow: none !important;
    outline: none !important;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-today-button:hover, .ticket-modal h3 {
	color:#3c3c3c;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-today-button[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    color: #666666;
}

.card .fc-theme-standard .fc-scrollgrid {
    border: none;
}

.card .fc.fc-theme-standard th.fc-col-header-cell {
    border: none;
    border-bottom: 5px solid #ffffff;
}

.card .fc-theme-standard td, .card .fc-theme-standard th {
    border: none;
}

.card .fc.fc-theme-standard th.fc-col-header-cell .fc-scrollgrid-sync-inner {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #3c3c3c;
    padding: 0 10px 10px;
}

.card .fc.fc-theme-standard a.fc-col-header-cell-cushion {
    padding: 0px;
    color: #3c3c3c;
    font-size: 12px;
    font-family: 'Futura PT';
    font-weight: 700;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    display: block;
    margin: -2px 0 -2px 0;
    line-height: 1;
}

.card .fc.fc-theme-standard td {
    border: 5px solid #ffffff;
    border-top: none;
    border-left: none;
    background: #ffffff;
}

.card .fc.fc-theme-standard .fc-daygrid-day-frame {
    border: none;
    background: rgb(94 102 115 / 8%);
    border-radius: 7px;
}

.card .fc.fc-theme-standard .fc-daygrid-day-frame:hover {
    background: rgb(94 102 115 / 15%);
}

.card .fc.fc-theme-standard .fc-daygrid-day-frame .fc-daygrid-day-number {
    color: #5e6673;
    padding: 15px 15px 7px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    margin-right: auto;
}

.card .fc.fc-theme-standard td.fc-day-today .fc-daygrid-day-frame, .card .fc.fc-theme-standard td.fc-day-today .fc-daygrid-day-frame:hover {
    background: rgb(255 255 255);
    box-shadow: inset 0px 0px 0px 1px #bdbdbd;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    margin-top: 2px;
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event {
    white-space: normal;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 14px;
    box-shadow: none;
    border: solid 1px #dcd8d8;
    padding-right: 36px;
    position: relative;
    min-height: 52px;
    line-height: 1.4;
    float: left;
    width: 96%;
}

.fc .fc-daygrid-day-top span.total_time.time_amber {
    background: #ef9c05;
}

.fc .fc-daygrid-day-top span.total_time.time_green {
    background: green;
}

.fc .fc-daygrid-day-top span.total_time.time_red {
    background: red;
}


/*.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-scheduled {
    background: #15c382;
    box-shadow: 0px 0px 0px 5px rgb(21 195 130 / 0%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-scheduled:hover {
    box-shadow: 0px 0px 0px 5px rgb(21 195 130 / 21%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-normal, 
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event {
    background: #3699ff;
	    box-shadow: 0px 0px 0px 5px rgb(54 153 255 / 0%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-normal:hover, 
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:hover {
    box-shadow: 0px 0px 0px 5px rgb(54 153 255 / 21%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-normal > div, .card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event > div,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-scheduled > div,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical > div {
    color: #ffffff;
    font-weight: 500;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-low {
    background: #ffd60b;
	box-shadow: 0px 0px 0px 5px rgb(255 214 11 / 0%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-low:hover {
	box-shadow: 0px 0px 0px 5px rgb(255 214 11 / 21%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-low > div {
    color: #4a3f04;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent {
    background: #ff962a;
	box-shadow: 0px 0px 0px 5px rgb(255 148 41 / 0%);
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent:hover {
	box-shadow: 0px 0px 0px 5px rgb(255 148 41 / 21%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical {
    background: #ff3e3e;
    box-shadow: 0px 0px 0px 5px rgb(255 62 62 / 0%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical:hover {
    box-shadow: 0px 0px 0px 5px rgb(255 62 62 / 21%);
}*/

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event {
    background: #ffffff;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event .fc-event-main {
    color: #5e6673;
    font-weight: 400;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.type-deployment .fc-event-main {
    color: red;
    font-weight: 800;
}


.bg-grad-sidebar a.expand {
    text-decoration: none;
    margin-top: auto;
    width: 36px;
    height: 36px;
    transform: rotate(0deg);
}

.bg-grad-sidebar.expand a.expand {
    transform: rotate(-180deg);
    padding-top: 4px;
}

.table td a {
	font-weight:400;
}

.table td a.no-underline {
    color: var(--90);
    font-weight: 300;
}

.table td a:hover, .table td a.no-underline {
    color: #3c3c3c;
    opacity: 1;
}

svg.text-danger path {
    fill: #ff2828;
}

svg.text-success path {
    fill: var(--success);
}


/* comments form */
.ticket-modal {
    min-width: 100vw;
    max-width: 100vw;
    height: auto;
    min-height: calc(100vh + 80px);
    max-height: none;
    padding: 0px;
    margin-top: -40px;
    border-radius: 0px;
    margin-bottom: -40px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top small {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    margin-left: 8px;
    margin-bottom: -4px;
}

.ticket-modal form {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 5px;
}

.ticket-modal form.invalid input:invalid, .ticket-modal form.invalid select:invalid, .ticket-modal form.invalid textarea:invalid {
    border: solid 1px red !important;
}

.ticket-modal form.ticket-convo {
    position: relative;
}



.ticket-modal form .form-group input[type="text"],
.ticket-modal form .form-group input[type="number"],
.ticket-modal form .form-group select,
.ticket-modal form .form-group textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
.form-select,
.main-container .multiselect {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 7px;
    color: #5e6673;
    outline: none !important;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid rgb(228 228 228);
    font-size: 14px;
}

.ticket-modal form .form-group textarea {
    height: 200px;
    resize: none;
    line-height: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ticket-modal form .form-group input[type="text"]:hover, .ticket-modal form .form-group select:hover, .ticket-modal form .form-group input[type="number"]:hover,
.ticket-modal form .form-group textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
select:hover,
.form-select:hover,
.main-container .multiselect:hover {
    background: rgb(235 236 239);
    border-color: rgb(235 236 239);
    cursor: pointer;
}

.ticket-modal form .form-group input[type="text"]:focus,
.ticket-modal form .form-group select:focus,
.ticket-modal form .form-group input[type="number"]:focus,
.ticket-modal form .form-group textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
.form-select:focus {
	background:#ffffff;
	border-color:#3c3c3d;
}

.ticket-modal-inner {
    padding-bottom: 3px;
    padding: 25px 30px;
}


.modal::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

/* Track */
.modal::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.modal::-webkit-scrollbar-thumb {
    background: rgb(94 102 115 / 60%);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

/* Handle on hover */
.modal::-webkit-scrollbar-thumb:hover {
 background: rgb(94 102 115 / 100%);
}

.ticket-modal-inner {
    position: relative;
}

.ticket-notes .ticket-notes-inner .ticket-conversation:before {
    content: "";
    position: absolute;
    bottom: 15px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(odd) .ticket-conversation:before {
    width: 0;
    height: 0;
    border-top: 40px solid rgb(233 244 255);
    border-right: 40px solid transparent;
    left: 0px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation:before {
      width: 0;
      height: 0;
      border-top: 40px solid rgb(231 253 242);
      border-left: 40px solid transparent;
	  right:0px;
}





.ticket-modal-inner::-webkit-scrollbar {
    width: 14px;
}

/* Track */
.ticket-modal-inner::-webkit-scrollbar-track {
background: #edeef0;
}

/* Handle */
.ticket-modal-inner::-webkit-scrollbar-thumb {
    background: #3c3c3c;
    border: 0px solid #edeef0;
    border-left: 5px solid #edeef0;
    border-right: 5px solid #edeef0;
    border-top: 7px solid #edeef0;
    border-bottom: 7px solid #edeef0;
    border-radius: 10px;
}

/* Handle on hover */
.ticket-modal-inner::-webkit-scrollbar-thumb:hover {
  background: #f17613;
}

/*.ticket-modal form .form-group select {
    appearance: none;
    -webkit-appearance: none;
}*/

.ticket-modal form .form-group.full {
    flex: 0 0 100%;
    max-width: 100%;
}

.ticket-modal form .form-group.c-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ticket-modal form .form-group.c-box label {
    display: flex;
	justify-content:start;
	align-items:center;
}

input[type="checkbox"],
input[type=radio] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    border-radius: 6px;
    webkit-appearence: none;
    appearance: none;
    background: rgb(243 244 245);
    border: none;
-webkit-transition:  none;
    -moz-transition: none;
    -ms-transition:  none;
    -o-transition: none;
    transition: none;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid rgb(191 191 191);
}

td input[type="checkbox"] {
    border: 1px solid rgb(94 102 115 / 20%);
    background: #ffffff;
}

input[type="checkbox"]:hover,
input[type=radio]:hover {
 background: rgb(223 226 231);
 cursor:pointer;
}

input[type=radio] {
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 6px rgb(255 255 255) !important;
    -moz-box-shadow: inset 0px 0px 0px 6px rgb(255 255 255) !important;
    box-shadow: inset 0px 0px 0px 6px rgb(255 255 255) !important;
}

input[type=radio]:checked {
    border-color: #f17613;
    background: #f17613;
}
input[type="checkbox"]:checked,
td input[type="checkbox"]:checked {
    background: url(../../img/checkmark.png) #f17613;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
	border-color:#f17613;
}

td input[type="checkbox"]:checked {
	border-color:#f17613;
}

.ticket-notes {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column-reverse;
}

.ticket-notes .ticket-notes-inner {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    padding-bottom: 45px;
    position: relative;
}

.ticket-notes .ticket-notes-inner:last-of-type {
    margin-bottom: 15px;
}

.ticket-notes .ticket-notes-inner ul.involved {
    bottom: 0px;
    position: absolute;
    list-style-type: none;
    padding: 0px;
}

.ticket-notes .ticket-notes-inner ul.involved li {
    float: left;
    margin: 0 2px;
}

.ticket-notes .ticket-notes-inner ul.involved li.no-notification {
    background: red;
}

.ticket-notes .ticket-notes-inner ul.involved li.no-notification span {
    color: white;
}

.ticket-notes .ticket-notes-inner ul.involved span {
    width: 30px;
    float: left;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgb(110 119 135 / 12%);
    color: #5e6673;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
padding: 6px 0;
}

.ticket-modal form .ticket-meta {
    margin-left: 8px;
    float: left;
    margin-bottom: 20px;
    background: #FA7D18;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px;
    border-radius: 7px;
    margin-right: 2px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: rgb(233 244 255);
    padding: 17px 20px 20px;
    border-radius: 10px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(odd) {
    padding-right: 25px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) {
    padding-left: 25px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(odd) ul.involved {
    right: 25px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) ul.involved {
    left: 25px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation:after {
}


.ticket-notes .ticket-notes-inner .ticket-conversation span.description {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
    color: #293c4e;
}


.ticket-notes .ticket-notes-inner .ticket-conversation ul.meta-info {
    clear: both;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    margin-bottom: -14px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation ul.meta-info li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 13px;
    font-size: 12px;
    position: relative;
    padding-left: 22px;
    color: #293c4e;
    font-weight: 500;
    padding-right: 10px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation ul.meta-info li b {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 0.8;
    margin-bottom: 8px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation ul.meta-info li span {
    clear: both;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
    text-overflow: ellipsis;
}

.ticket-notes .ticket-notes-inner .ticket-conversation ul.meta-info li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation {
    background: rgb(231 253 242);
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation:before {
    border-top: 40px solid rgb(231 253 242);
}



.ticket-modal form .ticket-meta.Incomplete {
    background: #fdf3a7;
    color: #464012;
}

.ticket-modal form .ticket-meta.Scheduled,
.ticket-modal form .ticket-meta.On.Track,
.ticket-modal form .ticket-meta.Open {
    background: #caf5e0;
    color: #389368;
}

.ticket-modal form .ticket-meta.Not.On.Track {
    background: #ffdfdf;
    color: #c73737;
}

.ticket-modal form .ticket-meta.Ready.for.Testing {
    background: #d2e7fd;
    color: #1f4e81;
}



.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    font-family: 'Futura PT';
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #293c4e;
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top span {
    width: 30px;
    height: 30px;
    background: #1b1b1b;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-right: 10px;
    line-height: 1;
    padding: 6px 0;
}

.ticket-notes .ticket-notes-inner:nth-of-type(odd) .ticket-conversation .ticket-top span,
.ticket-notes .ticket-notes-inner:nth-of-type(odd) .ticket-conversation .ticket-top .edit_comment {
	background: #3699ff;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation .ticket-top span,
.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation .ticket-top .edit_comment {
	background: #15c382;
}

.ticket-notes .ticket-notes-inner:first-of-type {
    margin-top: 0px;
}

.ticket-notes .ticket-notes-inner:nth-of-type(even) .ticket-conversation .ticket-top {
    color: #293c4e;
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top .edit_comment {
    outline: none !important;
    margin-left: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    padding: 5px 10px;
    opacity: 1;
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top .edit_comment:hover {
	opacity:0.6;
}

ul.tabs {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 30px;
    padding: 0px;
    position: relative;
    list-style-type: none;
}


ul.tabs:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    background: rgb(94 102 115 / 20%);
    width: 100%;
}

ul.tabs li {
    float: left;
    margin-right: 20px;
}

ul.tabs li a {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 1;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
}

ul.tabs li a:hover {
}

ul.tabs li a.active {
    color: #f17613;
    border-color: #f17613;
	pointer-events:none;
	cursor:default;
}


.tab-panels {
	float:left;
	width:100%;
	height:0px;
	overflow:hidden;
	visibility:hidden;
}

.tab-panels.active {
	visibility:visible;
	height:auto;
	overflow:visible;
}

.ticket-notes .ticket-notes-inner ul.involved li.alerted {
    font-size: 12px;
    font-weight: 500;
    color: #3c3c3c;
    line-height: 1;
    margin-top: 7px;
    padding-right: 7px;
}

.ticket-modal form .form-group.w-icon {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ticket-modal form .form-group.w-icon i {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding-right: 15px;
    color: #3c3c3c;
}

.ticket-modal ul.tabs:before {
    left: -25px;
    width: calc(100% + 50px);
}


.ticket-modal ul.tabs {
    margin-top: 15px;
}
.sidebar-nav h3 svg.fa {
    width: 24px;
    height: 24px;
    top: -5px;
}


.user-meta-outer button {
    box-shadow: none !important;
    outline: none !important;
}

.btn-link {
    color: #3c3c3c;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	box-shadow:none !important;
	outline:none !important;
	cursor:pointer;
}

.btn-link:hover {
	color:#f17613;
}

/* Icons and status */
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:before,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:after {
	content:"";
	font-family:"Font Awesome 5 Pro";
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:before {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #ffffff;
    right: 2px;
    top: 4px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 0.8;
    padding: 9px 0;
    font-weight: 600;
    background: none;
    color: #ffffff !important;
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:before {
    content: "\f133";
    color: #3699ff;
}
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-scheduled:before {
    content: "\f736";
    color: #15c382;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent:before {
    content: "\f273";
    color: #ff962a;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-low:before {
    content: "\f783";
    color: #4a3f04 !important;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical:before {
    content: "\f334";
    color: #ff3e3e;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:after {
    font-family: 'Poppins', sans-serif;
    position: relative;
    clear: both;
    background: rgb(255 255 255 / 29%);
    margin-top: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 10px;
    margin-bottom: 2px;
    color: #ffffff;
}

/*.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-scheduled:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-on-track:after {
    content: "Scheduled";
    background: #caf5e0;
    color: #389368;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-open:after {
    content: "Open";
    background: #caf5e0;
    color: #389368;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-not-on-track:after {
    content: "Not on track";
    background: #ffdfdf;
    color: #c73737;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-incomplete:after {
    content: "Incomplete";
    background: #fdf3a7;
    color: #464012;
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-ready-for-testing-client:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-ready-for-testing-internal:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-client---ready-for-testing:after {
    content: "Ready for testing (client)";
    background: #d2e7fd;
    color: #1f4e81;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-ready-for-testing-internal:after {
	content:"Ready for testing (internal)";
}*/



/*.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-scheduled:after {
    color:#15c382;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-normal:after, .card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:after {
    color: #3699ff;
}



.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical:after {
	color:#ff3e3e;
}





.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent:after {
	color:#ff962a;
}*/

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-low:after {
    color: #4a3f04;
    background: rgb(255 255 255 / 43%);
}


.card .fc.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(3) .fc-button-group {
    margin-left: 10px;
    border-radius: 25px;
    overflow: hidden;
    height: auto;
    background: rgb(247 247 248);
    padding: 5px;
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(3) .fc-button-group button {
    border-radius: 30px;
    border: none !important;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 18px;
    background: none;
    margin: 0px;
    box-shadow: none;
    color: var(--90);
    height: auto;
    margin: 0 2px;
    background: rgb(102 102 102 / 0%);
}


.card .fc.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(3) .fc-button-group button:hover {
    background: rgb(102 102 102 / 11%);
}

.card .fc.fc-theme-standard .fc-header-toolbar .fc-toolbar-chunk:nth-of-type(3) .fc-button-group button.fc-button-active {
	background:#3c3c3c;
	color:#ffffff;
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event {
webkit-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 10%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 10%);
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 10%);
}


.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:before {
	visibility:visible;
	opacity:0;
}

/* hiding card icon */
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:before {
	display:none;
}

a.fc-event.status-resolved, a.fc-event.status-client---ready-for-testing, a.fc-event.status-on-track, a.fc-event.status-closed, a.fc-event.status-rebooked.fc-event-past, a.fc-event.status-awaiting-client {
    opacity: 0.7;
    background: #c5f7c6 !important;
}

label.label {
    font-size: 15px;
    font-weight: 700;
    color: #3c3c3c;
    font-family: 'Futura PT';
    letter-spacing: -0.02em;
}

a#forceCloseModal {
    width: 30px;
    height: 30px;
    padding: 7px 10px;
    margin: -9px -10px 0px 0;
    position: relative;
    z-index: 5;
}

a#forceCloseModal svg {
    width: 10px;
    height: auto;
    float: left;
}

a#forceCloseModal svg path {
    fill: #ff4646;
}

a#forceCloseModal:hover svg path {
	fill: #c93030;
}

.grid {
    display: grid;
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}

.col-span-2 {
    grid-column: span 2/span 2;
}

.col-span-1 {
    grid-column: span 1/span 1;
}


.col-span-4 {
    grid-column: span 4/span 4;
}


.col-span-6 {
    grid-column: span 6/span 6;
}

.gap-6 {
	gap:30px;
}

/*select {
    appearance: none;
    -webkit-appearance: none;
}*/

.tox-tinymce {
    border: 1px solid rgb(191 191 191)!important;
    border-radius: 7px !important;
}

.tox-tinymce .tox-editor-header .tox-menubar,
.tox-tinymce .tox-editor-header .tox-toolbar-overlord,
.tox-tinymce .tox-statusbar {
    background: rgb(247 247 250) !important;
}

.form-control[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.4;
}

.whitespace-nowrap {
	white-space:nowrap;
}

.flex-imporant {
    display: flex !important;
}

.tooltip-icon {
    position: relative;
}

.tooltip-icon .tooltip-hover {
    position: absolute;
    white-space: nowrap;
    background: #3c3c3c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 12px;
    border-radius: 50px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
	transform:translateY(0px)
}

.tooltip-icon:hover .tooltip-hover {
    opacity: 1;
    z-index: 20;
    visibility: visible;
    transform: translateY(-30px);
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top span{
    font-size: 0px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation .ticket-top span:first-letter {
    font-size: 18px;
}

.ticket-notes .ticket-notes-inner ul.involved span {
    width: auto;
    font-size: 12px;
    border-radius: 50px;
    padding: 7px 10px;
    height: auto;
}

.main-container .multiselect {
    padding: 0px;
    height: auto;
}

.main-container .multiselect .multiselect__select {
    z-index: 3;
    width: 45px;
    height: 45px;
    top: 0px;
    right: 5px;
    padding: 0px;
}

.main-container .multiselect .multiselect__select:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    border: none;
    top: 0%;
    color: #5e6673;
    font-weight: 100;
    font-size: 20px;
    width: 45px;
    height: 45px;
    position: absolute;
    margin: 0px;
    line-height: 1;
    padding: 12px 0;
}

.main-container .multiselect .multiselect__tags {
    box-shadow: none;
    border: none;
    min-height: 45px;
    background: none;
    padding: 0px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: center;
    align-content: center;
    padding-right: 50px;
}

.main-container .multiselect .multiselect__tags .multiselect__tags-wrap {
    float: left;
    margin: -6px 0 -7px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}
.main-container .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px 7px;
    line-height: 1;
    margin: 3px 5px 3px 0;
}

.main-container .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag span {
}

.main-container .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon {
	display:none;
}

.main-container .multiselect .multiselect__tags input.multiselect__input {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
    border: none;
    margin: 0px;
    background: none !important;
    flex: 1;
}

.main-container .multiselect .multiselect__content-wrapper {
    background: none;
    border: none;
    z-index: 20;
    overflow: visible;
}

.main-container .multiselect .multiselect__content-wrapper ul {
    border: 1px solid;
    border-color: rgb(94 102 115 / 13%);
    -webkit-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 7%);
    background: #ffffff;
    float: left;
    margin: 15px 0;
    border-radius: 7px;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-container .multiselect .multiselect__content-wrapper ul li {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.main-container .multiselect .multiselect__content-wrapper ul li > span {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 15px;
    height: auto;
    line-height: 1;
    color: #5e6673;
}

.main-container .multiselect .multiselect__content-wrapper ul li > span:after {
    color: #5e6673;
}

.main-container .multiselect .multiselect__content-wrapper ul li > span {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 15px;
    height: auto;
    line-height: 1;
    color: #5e6673;
}

.main-container .multiselect .multiselect__content-wrapper ul li:hover > span:after,
.main-container .multiselect .multiselect__content-wrapper ul li > span.multiselect__option--highlight,
.main-container .multiselect .multiselect__content-wrapper ul li > span.multiselect__option--highlight:after {
    background: #f5f5f5;
    color: #5e6673;
}

.main-container .multiselect .multiselect__content-wrapper ul li > span.multiselect__option--selected,
.main-container .multiselect .multiselect__content-wrapper ul li > span.multiselect__option--selected:after,
.main-container .multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag {
    background: #dbffee;
color: #277c54;
}


.user-key {
    list-style-type: none;
    padding-left: 0px;
    display: none;
}

.user-key li {
    margin-left: 0px;
    margin-right: 15px;
}

.user-key li label {
}

.user-key li.staff span {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    color: #5e6673;
    white-space: nowrap;
}

.user-key li.staff span:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    background: rgb(94 102 115 / 10%);
    border-radius: 5px;
    margin-right: 9px;
}

.user-key li.Liam span:before {
    background: #5ea4ed;
}

.user-key li.Sam span:before {
    background: #5ecced;
}

.user-key li.Jordan span:before {
    background: #59ddac;
}


.user-key li.Matt span:before {
    background: #98dd59;
}

.user-key li.Robbie span:before {
    background: #6bbd21;
}

.user-key li.Connor span:before {
background: #f3e53f;
}

.user-key li.Lawrence span:before {
    background: #f3a33f;
}

.user-key li.Bradley span:before {
    background: #f33f3f;
}

.user-key li.Josh span:before {
    background: #ff78c3;
}

.user-key li.Georgia span:before {
    background: #9565f3;
}





ul.tabs li a span {
    background: #3c3c3c;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 0px 4px;
    text-align: center;
    line-height: 0.8;
    display: inline-block;
    width: auto;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    letter-spacing: 0px;
    margin: -1px 0 0 7px;
    float: right;
}

ul.tabs li a.active span {
    background: #f17613;
}

.main-container .multiselect .multiselect__tags .multiselect__placeholder {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.tox-tinymce {
    min-height: 300px;
}

span.total_time, span.last_commenter {
    display: none;
}

.additional_event_info {
    float: left;
    clear: both;
    width: 100%;
}

span.event_status {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: white;
    background: #ff0000;
    padding: 5px;
    border-radius: 5px;
    margin: 2px 0 0;
    float: left;
    clear: both;
    margin-right: 10px;
}

.status-awaiting-client span.event_status, .status-closed span.event_status, .status-resolved span.event_status, .status-scheduled span.event_status, .status-new span.event_status, .status-na span.event_status, .status-client---ready-for-testing span.event_status, .status-on-track span.event_status, .status-rebooked span.event_status {
    display: none;
}

input.mx-input {
    background: none;
    border: none;
    padding: 0px;
    height: auto;
    font-size: 12px;
    line-height: 1.2;
    margin: 0px;
}

.mce-content-body img {
    max-width: 500px;
}

.sidebar-nav a.expand-title {
    clear: both;
    float: left;
    width: 100%;
    display: block;
}

.login-panel a.logo-main {
    padding: 0px;
    height: 50px;
}

.login-panel {
    max-width: 450px;
}

.login-panel .btn-primary {
    min-width: 150px;
}

.user-key li {
    overflow: hidden;
}

.user-key li.staff span {
	flex-wrap:nowrap;
}

.user-key li.Liam,
.user-key li.Sam,
.user-key li.Matt {
    max-width: 64px;
}


.user-key li.Jordan,
.user-key li.Robbie {
    max-width: 80px;
}


.user-key li.Connor,
.user-key li.Bradley {
    max-width: 84px;
}


.user-key li.Lawrence {
    max-width: 100px;
}

.user-key li.Josh {
    max-width: 64px;
}

.user-key li.Georgia {
    max-width: 88px;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-na {
    background: #c0ffdc;
    color: #1b5836;
    font-weight: 500;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-na:after {
	display:none;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-na .fc-event-main {
    color: #1b5836;
    font-weight: 500;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event:after {
	display:none;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-incomplete:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-not-on-track:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-ready-for-testing-client:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-ready-for-testing-internal:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.status-on-track:after,
.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.status-client---ready-for-testing:after {
	display:none;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row;
}

.fc .fc-daygrid-day-top span.total_time {
    float: right;
    display: block;
    margin-left: auto;
    background: #5e6673;
    color: #ffffff;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    padding: 6px 9px;
    border-radius: 30px;
    margin-right: 15px;
    margin-top: 10px;
}

.toasted ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.toasted ul li {
	padding:0px;
}

.toasted ul li:before {
	display:none;
}

.form-group a.credentials {
    white-space: nowrap;
    margin-left: 20px;
    background: #FA7D18;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    border-radius: 7px;
    line-height: 2;
}

.form-group a.credentials:hover {
	background:#3c3c3c;
}

.form-group a.credentials:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 8px;
}

.form-group a.test_schedules {
    white-space: nowrap;
    margin-left: 20px;
    background: red;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 15px;
    border-radius: 30px;
}

.form-group a.test_schedules:hover {
    background:#3c3c3c;
}

.form-group a.test_schedules:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 8px;
}

.vue__time-picker {
    float: left;
    width: 100%;
    height: auto;
}

label.file-upload {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    background: rgb(247 247 250);
    border-radius: 7px;
    color: #5e6673;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgb(191 191 191);
    font-size: 14px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 45px;
}

label.file-upload:after {
    content: "\f341";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 300;
    color: #3c3c3c;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 5px;
    text-align: center;
    padding: 13px;
    top: 0px;
}

label.file-upload input {
    float: left;
    width: calc(100% + 75px);
    height: auto;
    display: block;
    margin: 8px 0 0 -75px;
}

label.file-upload:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    z-index: 2;
    background: rgb(247 247 250);
    width: 20px;
    height: 100%;
}

ul.attachments {
    padding: 0px;
    list-style-type: none;
    float: left;
}

ul.attachments li {
    float: left;
    line-height: 26px;
}

ul.attachments li:after {
    content: ",";
    padding: 0 3px;
}

ul.attachments li:last-of-type:after {
	display:none;
}

.select-none {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

a.fc-event .last_commenter, a.fc-event .event_time {
    display: block;
    position: absolute;
    z-index: 3;
    right: 11px;
    height: 21px;
    width: 21px;
    background: #f17613;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    bottom: 9px;
    line-height: 1;
    padding: 5px 0;
    padding-left: 1px;
}

a.fc-event .event_time {
    background: none;
    color: #000;
    top: 5px;
    right: 15px;
}


.ticket-modal form .form-group.w-icon.repeatable-event {
    align-items: start;
}

.ticket-modal form .form-group.w-icon.repeatable-event .repeatable-event-inner {
    margin-top: 7px;
}

.mx-datepicker i.mx-icon-calendar,
.mx-datepicker i.mx-icon-clear {
    top: 0px;
    transform: none;
    padding-right: 0px !important;
    font-size: 18px !important;
    right: 3px;
}

.mx-datepicker i.mx-icon-calendar svg {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.ticket-modal form .ticket-meta .mx-datepicker {
    width: auto;
}

.ticket-modal form .ticket-meta .mx-datepicker .mx-input-wrapper {
    float: left;
    width: auto;
    padding-right: 27px;
    width: 100px;
}

.ticket-modal form .ticket-meta .mx-datepicker input.mx-input {
    float: left;
    width: auto;
    height: 30px;
    background: none !important;
    font-size: 13px;
    font-weight: 600;
    margin: -8px 0 -11px 0;
    color: #fff
}

.ticket-modal form .ticket-meta .mx-datepicker .mx-icon-calendar {
}

.ticket-notes .ticket-notes-inner .ticket-conversation span.description p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation span.description > *:first-child {
	margin-top:-7px;
}

.ticket-notes .ticket-notes-inner .ticket-conversation span.description > *:last-child {
margin-bottom: -7px;
}

body .mx-datepicker-popup {
    margin-top: 20px;
    box-shadow: 2px 2px 20px 0px rgb(94 102 115 / 16%);
    color: #5e6673;
    font-family: 'Poppins';
    border: 1px solid rgb(94 102 115 / 15%);
    padding: 10px;
    border-radius: 7px;
}

.ticket-modal form .ticket-meta .mx-datepicker i {
    font-size: 13px !important;
    right: 0px;
    top: -1px;
}

/*Retainer Reporting*/
.board-row { float: left; width: 100%; margin: 20px 0 0 0; border: dotted 2px #dfdada; padding: 20px; border-radius: 10px;}
.year-row { display: flex; flex-wrap: wrap; padding-top: 30px; gap: 15px; }
.year-row > h2 { flex: 0 0 100%; width: 100%; color: #3b3b3b; font-size: 18px; text-transform: uppercase; letter-spacing: 6px; margin-bottom: 10px; line-height: 0.8; }
.month-column { width: auto; flex: 0 0 19.222222%; margin: 0px; background: rgb(94 102 115 / 5%); border: none; border-radius: 7px; padding: 15px; padding-bottom: 0px; }
.month-column h3 { color: #3c3c3c; font-size: 20px; line-height: 1; margin-bottom: 10px; }
.month-column h4, .month-column p { font-family: 'Poppins'; font-size: 14px; font-weight: 400; line-height: 22px; margin: 0 0 7px 0; }
.month-column p strong { font-weight: 600; color: #3c3c3c; }
.month-column .ticket-type { clear: both; float: left; width: 100%; margin-bottom: 15px; display: flex; flex-wrap: wrap; flex-direction: column; gap: 5px;
}
.month-column .ticket-type .ticket-card { margin: 0px; background: #ffffff; border: 1px solid rgb(94 102 115 / 40%); padding: 8px 12px; }
.month-column .ticket-type .ticket-card:hover { border: 1px solid rgb(94 102 115); }
.month-column .ticket-type .ticket-card p { margin: 0px; font-size: 13px; color: #5e6673; }
.month-column .ticket-type .ticket-card p br { display: none; }
.board-row.all .month-column { flex: 0 0 31%;  }
.board-row:nth-child(odd) { clear: both; }
.board-row.all table { width: 100% }
.board-row.all table > tr:nth-of-type(1) { font-weight: bold; }
.month-column .ticket-type .ticket-card.overtime p {color: red;}


/* Loader */

.calendar-view {
    position: relative;
}

#loading {
    background: rgb(0 0 0 / 20%);
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0.5rem;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
  top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%)translateX(-50%);
    -ms-transform: translateY(-50%)translateX(-50%);
    transform: translateY(-50%)translateX(-50%);
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Kanban */
.kanban-column {
    float: left;
    width: 20%;
    height: 500px;
    border-right: dashed 1px grey;
    margin: 0 0 20px 0;
    padding: 5px;
}

span.card-title {
    font-weight: bold;
    padding: 0 0 20px 0;
    display: block;
    background: black;
    color: white;
    padding: 10px 5px;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

.ticket-card {
    border: solid 1px grey;
    border-radius: 7px;
    padding: 5px;
    margin: 0 0 10px 0px;
    cursor: pointer;
}

.ticket-card:hover {
    background: grey;
    color: white;
}

.ticket-card span.last_commenter {
    display: block;
}

.ticket-card span.last_commenter.Client {
    color: red; 
    font-weight: bold;
}

table#billing {
    width: 100%;
    margin: 10px 0 0 0;
}

table#billing thead td {
    font-weight: bold;
    padding: 5px;
}

table#billing td {
    padding: 15px 5px;
}

#billing tr {
    border-bottom: dashed 1px grey;
}

span.not_billable, span.ignore_billable {
    font-size: 11px;
    margin: 20px 0 0 0;
    float: left;
    color: red;
    cursor:  pointer;
}

span.ignore_billable {
   margin: 5px 0 0 0;
}

span.not_billable:hover, span.ignore_billable:hover {
    color: green;
}

body .vue__time-picker {
    width: 100%;
}

body .mx-table-date .today {
    color: #5e6673;
}

body .mx-calendar-content .cell:hover {
    background-color: #5e667312;
    color: #5e6673;
}

body .mx-calendar-content .cell.active {
    background-color: #ffffff;
    color: #5e6673;
}

body .vue__time-picker-dropdown ul li:not([disabled]).active, 
body .vue__time-picker-dropdown ul li:not([disabled]).active:focus, 
body .vue__time-picker-dropdown ul li:not([disabled]).active:hover, 
body .vue__time-picker .dropdown ul li:not([disabled]).active, 
body .vue__time-picker .dropdown ul li:not([disabled]).active:focus, 
body .vue__time-picker .dropdown ul li:not([disabled]).active:hover {
    background: #f17613;
    color: #fff;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical {
    background: #fff1f1;
    border: 1px solid #ffcbcb;
    box-shadow: 2px 2px 20px 0px rgb(255 0 0 / 4%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical .fc-event-main, .card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-critical .event_time {
    color: #e90000;
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent {
    background: #fffdf1;
    border: 1px solid #ebdd88;
    box-shadow: 2px 2px 20px 0px rgb(255 247 0 / 4%);
}

.card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent .fc-event-main, .card .fc.fc-theme-standard .fc-daygrid-body-unbalanced .fc-daygrid-day-events a.fc-event.priority-urgent .event_time {
    color: #8c6f04;
}

.billable-items {
    gap: 30px;
}

.justify-between {
    background: none;
}

.billable-items .billable-admin {
    max-width: 40%;
}

.billable-items .billable-display {
    max-width: calc(50% - 38px);
}

.card .fc.fc-theme-standard td.fc-day-past .fc-daygrid-day-number {
    opacity: 0.3;
}

.card .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.card .fc.fc-theme-standard td.fc-day-past .total_time {
    background: #5e6673;
    color: #ffffff;
    opacity: 0.3;
}

.card .fc.fc-theme-standard td.fc-day-past .fc-daygrid-day-frame:hover {
    background: rgb(94 102 115 / 8%);
}

.card .fc.fc-theme-standard td.fc-day-past a.fc-event {
    opacity: 0.4;
}


a.fc-event .last_commenter {
    font-size: 8px;
    padding: 7px 0;
    padding-left: 0px;
}


body .mx-btn {
    color: #3b3b3b;
    outline: none !important;
    box-shadow: none !important;
}

body .mx-btn:hover,
body .mx-btn:focus {
	color:#f17613;
}

body .mx-table th {
    color: #3b3b3b;
    border-bottom: 2px solid;
}

body .mx-table-date td {
    border-radius: 5px;
}

body .mx-btn.mx-btn-icon-double-left, body .mx-btn.mx-btn-icon-double-right {
    display: none;
}

body .mx-btn.mx-btn-icon-left,
body .mx-btn.mx-btn-icon-right {
    border: 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .mx-btn.mx-btn-icon-left i:before,
body .mx-btn.mx-btn-icon-right i:before{
    width: 12px;
    height: 12px; 
    border-width: 3px 0 0 3px;
}

body .mx-btn.mx-btn-icon-left {
    padding-right: 2px;
}

body .mx-btn.mx-btn-icon-right {
    padding-left: 2px;
}

span.linked-event {
    display: inline-block;
    margin-left: 0px;
    height: 24px;
    width: 24px;
    background: #5e6673;
    color: #ffffff;
    line-height: 1;
    border-radius: 5px;
    margin-top: 2px;
    font-size: 10px;
    text-align: center;
    padding: 7px 0;
}

span.linked-event:hover {
	cursor:pointer;
	background:#3b3b3b;
}

.status-incomplete span.event_status {
    display: none;
}

.fc-day-today .status-incomplete span.event_status,
.fc-day-past .status-incomplete span.event_status {
    display: block;
}

#cashflow_table a.payment {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

#cashflow_table a.payment[data-invoice-id]:not([data-invoice-id=""]) {
    background: green;
    color: white;
}

table#cashflow_table tr td, table#time_tracking_report tr td, .board-row.all table tr td {
    border: solid 1px #dedddd;
    padding: 4px;
}

.description ul {
    margin: 20px 0;
}

.description ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.description ul li ul {
    margin: 0px;
}

span.forecast_hourly_rate {
    display: inline;
    color: black;
    border-radius: 4px;
    padding: 5px;
}

span.forecast_hourly_rate.orange {
    background: orange;
}

span.forecast_hourly_rate.red {
    background: red;
}

span.forecast_hourly_rate.green {
    background: #16be16;
}

/* margin resets */
.mb-0 {
    margin-bottom: 0 !important;
}

.scope-tabs ul li {
    list-style-type: none;
}