html, body {
	height: 100% !important;
	min-height: 100% !important;
}
html.popup {
	height: auto !important;
	min-height: 0 !important;
}
body.popup,
.popup-alert {
	height: auto !important;
	min-height: 0 !important;
	background: #fff;
	padding: 0 20px 20px 20px;
}
body.popup.docmsg-gap {
	padding-bottom: 80px;
}
body.popup.blur .wrap {
	opacity: .5;
}
body.popup h1,
.popup-alert h1 {
	font-size: 24px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
	margin: 0 -20px 30px -20px;
}
h2 {
	font-size: 18px;
	color: #111;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 16px;
	color: #e26932;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	border: 0;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 15px;
	color: #939393;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	border: 0;
	padding: 0;
	margin: 0;
}
h2.nocase,
h3.nocase,
h4.nocase,
h5.nocase {
	text-transform: none;
}
.table th,
.table td {
	padding: 10px 10px;
}
.table th {
	background: #f9f9f9;
}
.table .alt td {
	background: #fcfcfc;
}
.popup #content {
	padding-bottom: 30px;
}
.data-load-more {
	height: 68px;
}
.data-load-more.data-loading {
	background: url('/images/loading.svg') no-repeat center center;
}
#todo_list_wrap.data-loading {
	min-height: 68px;
	background: url('/images/loading.svg') no-repeat center center;
}
.alert-dock {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: .95;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #48b972;
	padding: 20px;
}
.alert-dock.error {
	background: #f59e83;
}
/* Buttons */
.btn {
	min-height: 45px;
	border-radius: 24px;
	border: 1px solid #9e9e9e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	padding: 8px 20px;
	min-width: 132px;
	text-align: center;
	text-transform: uppercase;
}
.btn-default {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #333;
}
.btn-default .fa,
.btn-default .far,
.btn-default .fas {
	color: #444 !important;
	margin: 0 5px 0 0;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.btn-success {
	background-color: #009688;
	border-color: #009688;
}
.btn .fa {
	margin: 0 7px 0 0;
}
.small-btn {
	font-weight: 600;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	min-height: 0;
	border: 0 !important;
	border-radius: 18px;
	text-align: center;
	min-width: 50px;
	padding: 0 15px;
}
.small-btn.w100 {
	width: 100%;
}
.small-btn .fa {
	float: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	margin: 0 7px 0 0;
}
.small-btn .fa.right {
	float: none;
	margin: 0 0 0 7px;
}
.small-btn .fa.nopad {
	float: none;
	margin: 0;
}
.tiny-btn {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	min-height: 0;
	border: 0 !important;
	border-radius: 13px;
	text-align: center;
	min-width: 40px;
	padding: 0 12px;
}
.tiny-btn .fa {
	font-size: 14px;
	line-height: 24px;
	margin: 0 7px 0 0;
}
.micro-btn {
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	height: 19px;
	min-height: 0;
	border: 0 !important;
	border-radius: 10px;
	text-align: center;
	min-width: 40px;
	padding: 0 12px;
}
.micro-btn .fa {
	font-size: 13px;
	line-height: 18px;
	margin: 0 7px 0 0;
}
.grid-btn {
	font-size: 14px;
	line-height: 14px;
	border: 0 !important;
	border-radius: 15px;
	text-align: center;
	min-width: 22px;
	min-height: 0;
	padding: 5px 5px;
	margin-right: 7px;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
}
.grid-btn.mini {
	font-size: 12px;
	line-height: 12px;
}
.grid-btn.inline {
	margin-bottom: 0;
	margin-top: 5px;
}
.grid-btn.last {
	margin-right: 0;
}
.grid-btn .fa {
	min-width: 20px;
	text-align: center;
	margin: 0;
}
.form-field-hgt {
	display: block;
	width: 100%;
	color: #222;
	font-weight: 600;
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	min-height: 0;
	border: 1px solid #e0e0e0;
	border-radius: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 15px;
}
.form-field-hgt.danger {
	color: #f44336;
}
.form-field-hgt.budget {
	color: #f44336;
	text-align: right;
}
.text-gray {
	color: #999;
}
.text-bold {
	font-weight: 600;
}
/***** Form Design ******/
label {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
}
label.size-sm {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	margin-bottom: 3px;
}
label.size-sm.inline {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #222;
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 10px;
}
label.size-xs {
	font-size: 11px;
	line-height: 11px;
	color: #222;
	font-weight: 600;
	margin-bottom: 3px;
}
label.block {
	display: block;
}
label.gray {
	color: #999;
}
.label {
	display: inline-block;
	font-size: 100%;
	border-radius: 2px;
	padding: 4px 6px;
}
.form-control {
	border-radius: 18px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e0e0e0;
	text-align: left;
	box-shadow: none;
	padding: 0 10px;
}
.form-control:focus {
	border-color: #757575;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.large {
	border-radius: 23px;
	height: 45px;
	line-height: 45px;
}
.form-control.right {
	text-align: right;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-buttons {
	padding: 15px 0 15px 0;
}
input::placeholder {
	color: #757575;
	font-size: 16px;
}
textarea.form-control {
	border-radius: 2px;
	line-height: 16px;
	padding: 7px 7px;
}
textarea.size1 {
	height: 80px;
}
textarea.size2 {
	height: 118px;
}
textarea.size3 {
	height: 360px;
}
.alert {
	border-radius: 2px;
}
.alert-success {
	background: #e4ffdd;
	border-color: #bde5ba;
}
#canvas img {
	max-width: 100%;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered .alt td,
.table-bordered .alt th,
.table-bordered td.alt,
.table-bordered th.alt {
	background: #f9f9f9;
}
.table-bordered .alt-dark td,
.table-bordered .alt-dark th,
.table-bordered td.alt-dark,
.table-bordered th.alt-dark {
	background: #f3f3f3;
}
/***** Login Design ******/
#login-screen {
	margin-top: 20px;
}
.login-container {
	width: 420px;
	margin: 0 auto 30px auto;
}
.login-header{
    text-align: center;
	margin-bottom: 25px;
	padding-left: 15px;
}
.login-header .login-logo {
    width: 100%;
    max-width: 240px;
}
.site-title {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	color: #e26932;
	font-weight: 600;
	min-height: 30px;
	text-transform: uppercase;
	padding: 20px 0;
}
.popup .site-title {
	padding: 20px 0 20px 0;
}
.site-title .header {
	display: table;
	min-height: 35px;
}
.site-title .header .fa {
	 position: absolute;
	 top: 20px;
	 left: 0;
	 color: #fff;
	 background: #e26932;
	 font-size: 18px;
	 line-height: 35px;
	 height: 35px;
	 width: 35px;
	 text-align: center;
	 border-radius: 50%;
	 margin: 0;
 }
.site-title .header span {
	display: table-cell;
	vertical-align: middle;
	min-height: 35px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 10px 0 45px;
}
.popup .site-title .header span {
	font-weight: 400;
}
.site-title .header.nocase span {
    text-transform: none;
}
.site-title .header span.nopad {
    padding: 0;
}
.site-title .header .thumb {
	position: absolute;
	top: 20px;
	left: 0;
	height: 35px;
	border: 2px solid #ddd;
	border-radius: 50%;
}
.float-title {
	font-size: 16px;
	color: #e26932;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	line-height: 22px;
	padding: 0 0 20px 240px;
	margin: -60px 0 0 0;
}
.panel-results {
	font-size: 16px;
	color: #e26932;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}
.panel-results a {
	font-size: 16px;
	color: #e26932;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
.login-container .site-title {
	color: #222;
}
.login-form {
	border: .8px solid #757575;
	text-align: center;
	position: relative;
	box-shadow: none;
}
.login-title {
	background: #757575;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
}
.login-form form{
	padding: 35px 58px;
}
.login-form label{
	width: 100%;
	text-align: center;
}
.login-form .form-control{
	border: 1px solid #757575;
	height: 45px;
	line-height: 45px;
	border-radius: 23px;
	padding: 0 15px;
}
.password-icon {
	position: absolute;
	right: 12px;
	top: 38px;
	color: #9e9e9e;
	font-size: 20px;
}
@media (max-width: 479px) {
	.login-container{
		width: 290px;
		margin: 0 auto;
	}
	.login-header {
		padding-left: 15px;
	}
	.login-header .col-xs-6{
		width: 100%;
	}
	.login-header .login-logo,
	.login-header .site-title{
		text-align: center;
		width: 100%;
	}
	.login-logo{
		border-right: 0;
	}
	.login-form form {
		padding: 15px 25px;
	}
}
.public-wrap {
	width: 100%;
	max-width: 640px;
	padding: 0 20px;
	margin: 30px auto 50px auto;
}
.public-wrap.md {
	max-width: 920px;
}
.public-wrap.lg {
	max-width: 1200px;
}
.public-wrap .bordered {
	width: 100%;
	max-width: 640px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
}
.public-wrap .site-logo {
	float: none;
	text-align: center;
	background: #eee;
	border-radius: 9px 9px 0 0;
	padding: 15px 0 15px 0;
	margin: -20px -20px 0 -20px;
}
.public-wrap .site-logo img {
	height: 60px;
	margin-top: 0;
}
/***** Header Design ******/
#header {
	background: #ffffff;
	padding: 20px 0;
	border-bottom: 1px solid #d6d6d6;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 1px 3px 0 #d6d6d6;
}
.devenv #header {
	background: #ffe5c9;
}
#header .container{
	position: relative;
}
#mainbody {
	padding: 125px 0 70px 0;
}
.site-logo{
	display: block;
	float: left;
}
.site-logo img{
	height: 60px;
	margin-top: 5px;
}
.account-info {
	float: right;
	padding: 0 0 0 7.5px;
}
.top-nav {
	float: right;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	min-height: 0;
	margin-bottom: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li {
	position: relative;
}
.navbar-default .navbar-nav > li span.area-label {
	display: block;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 0 0;
}
.navbar-default .navbar-nav > li span.hgt-badge {
	display: block;
	position: absolute;
	z-index: 98;
	right: 0;
	top: -7.5px;
	min-width: 25px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	background: #dc143c;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 4px 7px;
}
.navbar-default .navbar-nav > li span.hgt-badge.zero {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
	padding: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: .5px solid #e6e6e6;
	background: #f0f0f0;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	margin: 0 7.5px;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #222;
	background: #ddd;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:hover > a {
	color: #fff;
	background: #e26932;
}
.navbar-default .navbar-nav > li.dark > a {
	color: #fff;
	background: #424242;
}
.navbar-default .navbar-nav > li.gray > a {
	color: #fff;
	background: #757575;
}
.user-image{
	display: block;
}
.user-image img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: .5px solid #e6e6e6;
}
.acc-settings {
	display: none;
	position: absolute;
	top: 60px;
	right: 15px;
	background: #f3f3f3;
	border: 1px solid #999;
	border-radius: 8px;
	min-width: 165px;
	z-index: 99;
	padding: 0;
	margin: 0;
}
.acc-settings li {
	list-style-type: none;
	display: block;
	border-top: 1px solid #999;
	line-height: 35px;
	padding: 0;
	margin: 0;
}
.acc-settings li.name {
	text-align: center;
	color: #222;
	font-weight: 600;
	border-top: none;
	padding: 0 15px;
}
.acc-settings li a {
	display: block;
	line-height: 35px;
	color: #444;
	padding: 0 15px;
}
.acc-settings li .fa {
	margin: 0 7px 0 0;
}
@media (min-width: 1419px) {
	.search-box, .navbar-collapse{
		margin-top: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1419px) {
	.navbar-default .navbar-nav > li > a {
		margin: 0 5px;
	}
	.navbar-default .navbar-nav > li span.area-label {
		font-size: 9px;
		line-height: 9px;
	}
	.account-info {
		padding: 0 0 0 5px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	#mainbody {
		padding: 90px 0 70px 0;
	}
	.site-logo img{
		height: 50px;
		margin-top: 0;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0 2px;
	}
	.navbar-default .navbar-nav > li span.area-label {
		display: none;
	}
	.account-info {
		padding: 0 0 0 2px;
	}
}
@media (min-width: 768px) {
    .top-nav-items {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
	#mainbody {
		padding: 80px 0 70px 0;
	}
	.site-logo img {
		height: 40px;
		margin-top: 0;
	}
	.navbar-nav{
		margin-top: 0;
	}
	.navbar-default .navbar-nav > li > a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		margin: 0 2px;
	}
	.navbar-default .navbar-nav > li span.area-label {
		display: none;
	}
	.account-info {
		padding: 0 0 0 2px;
	}
	.user-image img {
		width: 38px;
		height: 38px;
	}
}
@media (max-width: 767px){
	#header{
		padding: 15px 0;
	}
    #mainbody {
        padding-top: 89px;
    }
	.site-logo img {
		height: 50px;
	}
	.search-box .form-control{
		margin-top: 20px;
	}
	.account-info {
		padding: 8px 0 0 0;
	}
	.navbar{
		position: absolute;
		right: 65px;
		top: 5px;
	}
	.navbar-toggle {
		padding: 12px 10px;
        background-color: transparent;
        transform: scale(1.2);
	}
    .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.top-nav-items {
		display: none;
		position: absolute;
		top: 60px;
		right: 10px;
		background: #f3f3f3;
		border: 1px solid #999;
		border-radius: 8px;
		min-width: 200px;
		z-index: 99;
		padding: 0;
		margin: 0;
	}
	.top-nav-items .navbar-nav {
        margin: 0;
		border-radius: 8px;
    }
    .top-nav-items li {
	    list-style-type: none;
	    display: block;
	    border-top: 1px solid #999;
	    line-height: 34px;
	    height: 35px;
	    padding: 0;
	    margin: 0;
        clear: both;
    }
	.top-nav-items li.active {
        background-color: #e26932;
	}
	.top-nav-items .navbar-nav > li > a {
		display: block;
		line-height: 34px;
        height: 34px;
		color: #444;
        background-color: #f3f3f3;
        padding: 0;
		float: left;
		border: none;
		border-radius: 0;
        margin-left: 0;
	}
    .top-nav-items .navbar-nav > li:hover > a {
        background: transparent;
    }
	.top-nav-items .navbar-nav > li:first-child {
        border-top: none;
        border-top-right-radius: 8px;
		border-top-left-radius: 8px;
    }
	.top-nav-items .navbar-nav > li:first-child > a {
		border-top-left-radius: 8px;
	}
	.top-nav-items .navbar-nav > li:last-child {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
	.top-nav-items .navbar-nav > li:last-child > a{
        border-bottom-left-radius: 8px;
    }
	.top-nav-items .navbar-nav > li > a > .fa {
        line-height: 35px;
    }
	.top-nav-items .navbar-nav > li span.area-label {
		float: left;
		line-height: 34px;
		padding-top: 0;
		font-size: 14px;
		text-transform: unset;
	}
    .top-nav-items .navbar-nav > li.active span.area-label {
        color: #ffffff;
    }
	.top-nav-items .navbar-nav > li span.hgt-badge {
		right:10px;
		top: 5px;
		border-radius: 50%;
        padding: 6px 10px;
	}
}

/***** Left Sidebar Design ******/
.left-sidebar{
	padding-right: 50px;
}
.sidebar-info-box{
	position: relative;
}
.sidebar-info-item {
	display: block;
	position: relative;
	width: calc(100% - 45px);
	height: 45px;
	line-height: 42px;
	font-size: 16px;
	color: #9e9e9e;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.sidebar-info-item.primary {
	background: #e26932;
	color: #fff;
}
.sidebar-info-item.gray {
	background: #aaa;
	color: #fff;
}
.sidebar-info-item > .fa {
	min-width: 24px;
}
.sidebar-info-item .item-name{
	margin: 0;
}
.sidebar-info-item .item-number{
	position: absolute;
	top: 0;
	right: 15px;
}
.form-control.rpad {
	width: calc(100% - 45px);
}
.sidebar-info-box .more{
	position: absolute;
	top: 5px;
	right: 0;
	width: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #9e9e9e;
	background: #f0f0f0;
	border-radius: 50%;
}
.filter-type-title{
	font-size: 16px;
	color: #222;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	margin-bottom: 20px;
}
.filter-type-title .fa-angle-up{
	font-size: 15px;
	color: #bdbdbd;
	position: absolute;
	top: 5px;
	right: 5px;
}
.filter-results select{
	border: 1px solid #e0e0e0;
	box-shadow: none;
}
.checkbox{
	position: relative;
	display: block;
	margin: 0;
}
.checkbox label {
	display: block;
	padding-left: 32px;
	font-size: 14px;
	color: #222;
	line-height: 25px;
	text-align: left;
}
.checkbox.right label {
	padding-left: 0;
	padding-right: 32px;
}
.checkbox.lg label {
	padding-left: 42px;
	line-height: 34px;
}
.checkbox.lg.right label {
	padding-left: 0;
	padding-right: 42px;
}
.checkbox input[type="checkbox"] {
	display: inline;
	opacity: 0;
	width: 0;
	margin: 0;
	-webkit-appearance: none;
	overflow: hidden;
}
.checkbox input[type=checkbox]:focus {
	outline: none;
}
.checkbox label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #757575;
	border-radius: 2px;
	width: 24px;
	height: 24px;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
	color: #de6226;
}
.checkbox.lg label:before {
	width: 33px;
	height: 33px;
	font-size: 31px;
	line-height: 33px;
}
.checkbox.right label:before {
	left: auto;
	right: 0;
}
.checkbox input[type="checkbox"]:checked + label:before {
	content: "\2713";
}
.k-multicheck-wrap li {
	position: relative;
	margin: 0 0 8px 0;
}
.k-multicheck-wrap li label {
	display: block;
	padding-left: 26px;
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 16px;
	text-align: left;
	margin: 0;
}
.k-multicheck-wrap li input[type="checkbox"] {
	display: inline;
	opacity: 0;
	width: 0;
	margin: 0;
	-webkit-appearance: none;
	overflow: hidden;
}
.k-multicheck-wrap li input[type=checkbox]:focus {
	outline: none;
}
.k-multicheck-wrap li span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #757575;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	color: #de6226;
}
.k-multicheck-wrap li input[type="checkbox"]:checked + span:before {
	content: "\2713";
}
.k-calendar {
    width: 285px;
}
.k-calendar .k-content {
	border-spacing: 2px;
	border-collapse: separate;
}
.k-calendar th,
.k-calendar .k-content th {
	text-align: center;
	padding: 5px 0;
}
.k-calendar .k-today,
.k-calendar .k-today:hover {
	background-color: #ddd;
}
.k-calendar .k-today .k-link,
.k-calendar .k-today:hover .k-link {
    color: #222;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
	margin-left: -25px;
}
.search-by-id label{
	margin-right: 12%;
}
.search-by-id .form-control{
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	border: 1px solid #e0e0e0;
}
.filter-actions {
	margin: 20px 0;
}
.action-btn {
	position: relative;
	display: block;
	float: right;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	background: #009688;
	border-radius: 50%;
	color: #ffffff;
}
.action-btn.gray {
	background: #bbb;
}
.action-btn.primary {
	background: #337ab7;
}
.action-btn.danger {
	background: #d9534f;
}
.action-btn.warning {
	background: #ecb244;
}
.action-btn:hover,
.action-btn:focus
{
	color: #ffffff;
}
.action-btn.clear {
	float: left;
	background: #999;
}
.left-sidebar .action-btn,
.action-btn.inline {
	height: 35px;
	width: 35px;
	border: 0;
	margin: 0;
}
.subtask-manage-item .action-btn {
	height: 28px;
	width: 28px;
	font-size: 14px;
	margin: 0;
}
.action-btn .fa,
.action-btn .far {
	line-height: 45px;
}
.left-sidebar .action-btn .fa,
.left-sidebar .action-btn .far,
.action-btn.inline .fa,
.action-btn.inline .far {
	line-height: 35px;
}
.subtask-manage-item .action-btn .fa,
.subtask-manage-item .action-btn .far {
	line-height: 28px;
}
@media (min-width: 1200px) and (max-width: 1419px){
	.search-by-id label {
		margin-right: 5%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.left-sidebar {
		padding-right: 20px;
	}
	.search-by-id label {
		margin-right: 5%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.left-sidebar {
		padding-right: 15px;
	}
	.sidebar-info-item .item-name{
		margin-left: 2px;
	}
}
@media (max-width: 767px){
	#mainbody {
		margin-top: 0;
	}
	.left-sidebar {
		padding-right: 15px;
	}
}
/***** Main Content Design ******/
.main-content {
	position: relative;
	padding-top: 0;
	padding-bottom: 20px;
}
.long-content {
	min-height: 650px;
}
.view-style {
	position: absolute;
	top: 20px;
	right: 0;
}
.view-style a{
	display: inline-block;
	margin-right: 15px;
}
.view-style .svg-inline--fa{
	color: #e0e0e0;
	font-size: 22px;
}
.view-style .svg-inline--fa.active{
	color: #222;
}

/***** Listing Design ******/
.grid-panel {
	position: relative;
	border: .8px solid #9e9e9e;
	margin-bottom: 30px;
}
.client-list .grid-panel {
	height: 335px;
}
.project-list .grid-panel {
	height: 400px;
}
.project-list.client-view .grid-panel {
	height: 320px;
}
.quote-list .grid-panel {
	height: 235px;
}
.quote-list.client-view .grid-panel {
	height: 185px;
}
.ticket-list .grid-panel {
	height: 215px;
}
.ticket-list.client-view .grid-panel {
	height: 165px;
}
.retainer-list .grid-panel {
	height: 300px;
}
.retainer-list.client-view .grid-panel {
	min-height: 248px;
	height: auto;
}
.grid-panel .overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .75;
	z-index: 102;
}
.grid-panel.blocked .overlay {
	display: block;
}
.grid-panel .item-info {
	position: relative;
	background: #757575; 
	padding: 8px 10px 8px 10px;
}
.grid-panel.inactive .item-info {
	background: #aaa;
}
.grid-panel .item-info .logo {
	float: left;
	margin-left: 0;
	margin-right: 8px;
}
.ticket-list .grid-panel .item-info .logo,
.quote-list .grid-panel .item-info .logo {
	margin-top: 9px;
}
.grid-panel .item-info .logo img {
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.grid-panel .date {
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-align: right;
	color: #999;
	font-size: 13px;
}
.grid-panel .date.left {
	left: 12px;
	text-align: left;
}
.grid-panel .item-info .name {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: table;
	padding: 0;
}
.grid-panel .item-info .name.long {
	height: 60px;
}
.grid-panel .item-info .name.rgap {
	padding-right: 36px;
}
.grid-panel .item-info .name a {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
}
.grid-panel.task .item-info .name a {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.grid-panel.inactive .item-info,
.grid-panel.inactive .item-info .name a {
	color: #fff;
}
.grid-panel .item-info .name span {
	display: table-cell;
	vertical-align: middle;
}
.grid-panel .item-info .more {
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 22px;
	line-height: 40px;
	width: 50px;
	text-align: center;
	color: #fff;
}
.grid-panel.inactive .item-info .more {
	color: #ddd;
}
.grid-panel .panel-content {
	position: relative;
	font-size: 13px;
	padding: 15px 12px;
}
.grid-panel .panel-content.tngap {
	padding-top: 3px;
}
.grid-panel .panel-content .cell {
	padding-bottom: 15px;
}
.grid-panel .panel-content .cell.last {
	padding-bottom: 0;
}
.grid-panel .panel-content .cell.services {
	min-height: 95px;
}
.user-list .grid-panel .tiny-btn {
	line-height: 20px;
	height: 20px;
	font-size: 13px;
	padding: 0 7px;
}
.grid-panel .panel-content label {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #aaa;
	padding: 0 0 5px 0;
	margin: 0;
}
.grid-panel .panel-content label.inline {
	display: inline-block;
	padding: 0;
}
.grid-panel .panel-content.toolset {
	padding-bottom: 25px;
}
.grid-panel .panel-content .tools {
	position: absolute;
	right: 5px;
	bottom: 15px;
}
.grid-panel .panel-content .tools a {
	float: left;
	font-size: 22px;
	line-height: 22px;
	color: #b0b0b0;
	margin: 0 0 0 5px;
}
.grid-panel .panel-content .tools a.ngp {
	margin: 0;
}
.grid-panel .panel-content .tools i {
	float: left;
}
.grid-panel .panel-content .tools i.running {
	color: #ff9800;
}
.grid-panel .panel-content .tools span {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 22px;
	min-width: 25px;
	color: #222;
	margin: 0 0 0 5px;
}
.grid-panel .sub-info,
.grid-panel .desc {
	position: relative;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}
.grid-panel .sub-info.rpad {
	margin-right: 15px;
}
.grid-panel .sub-info .fa {
	color: #bdbdbd;
	font-size: 22px;
	line-height: 22px;
	float: left;
	margin-right: 6px;
}
.grid-panel .sub-info span {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}
.grid-panel .c2 .num-info {
	float: left;
	display: block;
	width: 50%;
}
.grid-panel .c3 .num-info {
	float: left;
	display: block;
	width: 33.33%;
}
.grid-panel .c4 .num-info {
	float: left;
	display: block;
	width: 25%;
}
.grid-panel .c5 .num-info {
	float: left;
	display: block;
	width: 20%;
}
.grid-panel .members {
	position: relative;
	float: left;
}
.grid-panel .members .thumb {
	display: block;
	float: left;
	color: #bdbdbd;
	margin-right: 10px;
}
.grid-panel .members .thumb img {
	height: 22px;
	border-radius: 50%;
	border: .5px solid #ddd;
}
.grid-panel .members .fa {
	color: #bdbdbd;
	font-size: 22px;
	line-height: 25px;
	margin-right: 15px;
}
.grid-panel .members .more {
	float: right;
}
.grid-panel .members .more .fa {
	margin-right: 0;
}
.grid-panel .status-label {
	font-size: 13px;
	line-height: 25px;
}
.grid-panel .status-btn {
	font-size: 13px;
	line-height: 24px;
	border-radius: 13px;
	color: #222;
	background: transparent;
	border: 1px solid #d3d3d3;
	display: block;
	min-width: 110px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}
.grid-panel .status-btn.p0 {
	background: #ddd;
	border: 1px solid #ddd;
}
.grid-panel .status-btn.p1 {
	background: #ccf9c3;
	border: 1px solid #ccf9c3;
}
.grid-panel .status-btn.p2 {
	background: #aee3f9;
	border: 1px solid #aee3f9;
}
.grid-panel .status-btn.p3 {
	background: #fde73e;
	border: 1px solid #fde73e;
}
.grid-panel .status-btn.p4 {
	background: #eb5a46;
	border: 1px solid #eb5a46;
}
.grid-panel .status-btn.p5 {
	background: #83c676;
	border: 1px solid #83c676;
}
.grid-panel .status-btn.p6 {
	background: #ffb650;
	border: 1px solid #ffb650;
}
.grid-panel .status-btn.bold {
	font-weight: 600;
}
.grid-panel .status-btn.hgt {
	font-weight: 600;
	color: #e26932;
}
.grid-panel .inline-tools a {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 24px;
	border-radius: 13px;
	height: 25px;
	width: 25px;
	text-align: center;
	background: #93a6b7;
	color: #fff;
	margin: 0 0 0 12px;
}
.grid-panel .inline-tools a.last {
	margin: 0;
}
.grid-panel .context-menu {
	display: none;
	position: absolute;
	top: 56px;
	right: 0;
	z-index: 101;
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin: 0;
}
.grid-panel .context-menu li {
	list-style: none;
	min-width: 100px;
	padding: 4px 0;
	margin: 0;
}
.grid-panel .context-menu li a {
	display: block;
	line-height: 24px;
	color: #333;
}
.grid-panel .context-menu li a .fa {
	margin-right: 8px;
	color: #337ab7;
}
.grid-panel .context-menu li.success a .fa {
	color: #009688;
}
.grid-panel .context-menu li.danger a .fa {
	color: #d9534f;
}
.grid-panel .bookmark,
.grid-panel .bookmark-readonly {
	position: absolute;
	top: 0;
	right: -17px;
	color: #ddd;
	font-size: 21px;
	line-height: 21px;
}
.grid-panel .bookmark.left {
	right: auto;
	left: 7px;
}
.grid-panel .bookmark.active,
.grid-panel .bookmark-readonly.active {
	color: #ffb360;
}
.grid-panel .bookmark.active .far,
.grid-panel .bookmark-readonly.active .far {
	font-weight: 600;
}
.status-transition #mainbody {
	padding-bottom: 0;
}
.status-transition .main-content {
	padding-bottom: 0;
}
.status-transition .dash-panel {
	padding-bottom: 0;
}
.group-heading.sticky {
	position: fixed;
	top: 110px;
	width: 100%;
	z-index: 98;
	background: #fff;
	padding: 10px 0;
}
.group-area {
	overflow-y: scroll;
}
.list-panel {
	position: relative;
	background: #f6f6f6;
	border-bottom: .8px solid #9e9e9e;
}
.group-area .list-panel,
.group-area-portal .list-panel {
	border: 0;
	margin-top: 3px;
}
.group-area .list-panel:first-child,
.group-area-portal .list-panel:first-child {
	margin-top: 0;
}
.group-area .list-panel.drag-clone,
.group-area-portal .list-panel.drag-clone {
	border: .5px solid #bbb;
	margin-top: 0;
}
.task-todos .list-panel:first-child {
	border-top: 0;
}
.task-todos .list-panel {
	border: 0;
	background: #f6f6f6;
	margin: 0 0 2px 0;
}
.task-todos .list-panel.focus {
	background: #e4ffdd;
    border: 1px solid #009688;
    border-radius: 2px;
}
.list-panel.inactive {
	background: #f0f0f0;
}
.list-panel.unread {
	background: #f6fbfd;
}
.list-panel.mentioned a{
	color: #f26017;
}
.list-panel.unread .name a {
	font-weight: 900;
    font-size: 14px;
}
.list-panel.unread .item-info .name {
    font-weight: 900;
}
.list-panel.task-panel {
	cursor: pointer;
}
.list-panel.task-panel.selected {
	background: #fff8e8;
}
.draggable .list-panel {
	padding-left: 5px;
}
.draggable .list-panel.moved {
	background: #fff8e8;
}
.draggable .list-panel.highlight {
	height: 108px;
	background: url('/images/stripe-angle.png') repeat left top transparent;
	opacity: .5;
}
.draggable.group-area .list-panel.highlight {
	height: 166px;
}
.draggable.group-area .list-panel.drag-parent {
	background: url('/images/stripe-angle.png') repeat left top #fff7e9;
}
.draggable.group-area .list-panel.drag-parent > div {
	visibility: hidden;
}
/*.draggable.group-area .other-panel .list-panel.highlight,
.draggable.tab-area .other-panel .list-panel.highlight {
	display: block;
}*/
.group-area.droppable-active .list-panel {
	display: none;
}
.draggable .list-panel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 8px;
	height: calc(100% - 4px);
	background: url('/images/stripe-angle.png') repeat left top transparent;
}
.draggable .list-panel.highlight::before,
.draggable .list-panel.drag-parent::before {
	background: none;
}
.draggable.group-area .list-panel::before {
	top: 0;
	height: 100%;
}
.list-panel .item-info {
	position: relative;
	background: transparent;
	padding: 10px 10px 5px 10px;
}
.list-panel .item-info.lpad {
	padding-left: 47px;
}
.task-todos .list-panel .item-info {
	padding-bottom: 5px;
}
.list-panel .item-info .date {
	position: absolute;
	right: 37px;
	top: 11px;
	font-size: 10px;
	line-height: 11px;
	font-weight: 500;
	color: #888;
	text-align: right;
	text-transform: uppercase;
}
.list-panel .item-info .name {
	display: block;
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #222;
	height: auto;
}
.list-panel .item-info .name.bold {
	font-weight: 600;
}
.list-panel .item-info .name.tgap1 {
	padding-top: 3px;
}
.list-panel .item-info .name.tgap2 {
	padding-top: 6px;
}
.list-panel .item-info .name.tgap3 {
	padding-top: 10px;
}
.list-panel .item-info.lpad .name.t1 {
	font-size: 16px;
	line-height: 1.2;
	padding-right: 165px;
}
.list-panel .item-info.lpad .name.t1.with-due-date {
    padding-right: 270px;
}
.list-panel .item-info.lpad .name.t2 {
	font-size: 14px;
	min-height: 32px;
	line-height: 1.2;
	margin-top: 7px;
	padding-right: 100px;
	padding-bottom: 5px;
}
.list-panel .item-info .name.t2 a {
	color: #333333;
	text-decoration: none;
}
.draggable.group-area .list-panel .item-info .name.rgap {
	padding-right: 32px;
}
.list-panel .item-info .name.rgap {
	padding-right: 60px;
}
.list-panel .item-info .name.l2 {
	min-height: 40px;
}
.list-panel.task.inactive .item-info .name a {
	color: #fff;
}
.task-todos .list-panel .item-info .name a {
	color: #333;
}
.task-todos .list-panel .item-info .name a.subtask-select {
	font-weight: 600;
	color: #e26932;
	margin: 0 5px 0 0;
}
.list-panel .item-info.lpad img.cphoto {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: .5px solid #ddd;
}
.list-panel .item-info.lpad img.uphoto {
	position: absolute;
    right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: .5px solid #ddd;
}
.list-panel .item-info.lpad .priority {
    position: absolute;
    right: 0;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: .5px solid #ddd;
    margin: 0 10px 0 0;
}
.list-panel .item-info.lpad .progress-chart {
	position: absolute;
	right: 30px;
	top: 10px;
}
.list-panel .item-info.lpad .subtask-due-date {
	position: absolute;
	right: 182px;
	top: 10px;
	width: 90px;
	text-align: center;
	color: #fff;
	background-color: #777;
}
.list-panel .item-info .more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 36px;
	width: 38px;
	text-align: center;
	color: #aaa;
}
.list-panel .act-rtop,
.list-panel .act-rbtm {
	display: block;
	position: absolute;
	right: 8px;
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	text-align: center;
	color: #d3d3d3;
	z-index: 95;
}
.list-panel .act-rtop {
	top: 10px;
}
.list-panel .act-rbtm {
	bottom: 10px;
}
.list-panel .act-rtop.active,
.list-panel .act-rbtm.active {
	color: #8bc34a;
}
.list-panel.inactive .item-info .more {
	color: #999;
}
.list-panel .panel-content {
	position: relative;
	font-size: 13px;
	padding: 15px 10px 12px;
}
.list-panel .panel-content.dpc {
	position: relative;
	font-size: 13px;
	padding: 0;
}
.list-panel .panel-content.tngap {
	padding-top: 5px;
}
.list-panel .panel-content .cell {
	padding-bottom: 15px;
}
.list-panel .panel-content .cell.last {
	padding-bottom: 0;
}
.list-panel .panel-content .cell.services {
	height: 110px;
	overflow: hidden;
}
.list-panel .panel-content label {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0;
}
.list-panel .panel-content.toolset {
	padding-bottom: 25px;
}
.list-panel .panel-content .act-icon {
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #b0b0b0;
    margin-right: 5px;
}
.list-panel .panel-content .act-icon.trans {
	color: #d6d6d6;
}
.list-panel .panel-content .act-icon.active {
	color: #e26932;
}
.list-panel.moved-up .panel-content .moveup {
	color: #2196f3;
}
.list-panel.moved-down .panel-content .movedown {
	color: #2196f3;
}
.task-todos .list-panel .panel-content .act-icon.active {
	color: #4caf50;
}
.list-panel .panel-content .tools {
	position: absolute;
	right: 10px;
	bottom: 9px;
}
.list-panel .panel-content .tools a {
	float: left;
	font-size: 22px;
	line-height: 22px;
	color: #b0b0b0;
	margin: 0;
}
.list-panel .panel-content .tools a.ngp {
	margin: 0 5px;
}
.list-panel .panel-content .tools i {
	float: left;
}
.list-panel .panel-content .tools i.running {
	color: #ff9800;
}
.list-panel .panel-content .tools span {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 22px;
	min-width: 25px;
	color: #222;
	margin: 0 0 0 5px;
}
.list-panel .sub-info,
.list-panel .desc {
	position: relative;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}
.list-panel .sub-info.rpad {
	margin-right: 25px;
}
.list-panel .sub-info .fa {
	color: #bdbdbd;
	font-size: 22px;
	line-height: 22px;
	float: left;
	margin-right: 8px;
}
.list-panel .sub-info span {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}
.list-panel .members {
	position: relative;
	min-height: 22px;
}
.list-panel .members .thumb {
	display: block;
	float: left;
	color: #bdbdbd;
	margin-right: 7px;
}
.list-panel .members .thumb img {
	float: left;
	height: 22px;
	border-radius: 50%;
	border: 0;
}
.list-panel .members .thumb.current img {
	border: 2px solid #6bff7b;
	height: 26px;
	margin: -2px;
}
.list-panel .members .fa {
	color: #bdbdbd;
	font-size: 22px;
	line-height: 25px;
	margin-right: 15px;
}
.list-panel .members .more {
	float: right;
}
.list-panel .members .more .fa {
	margin-right: 0;
}
.list-panel .status-label {
	font-size: 13px;
	line-height: 25px;
}
.list-panel .status-label.bold {
	font-weight: 600;
}
.list-panel .status-btn {
	font-size: 13px;
	line-height: 22px;
	border-radius: 13px;
	color: #222;
	background: #fcfcfc;
	border: 0;
	/*display: block;*/
	min-width: 95px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}
.list-panel .status-btn.budget {
	min-width: 130px;
	color: #f44336;
	font-weight: 600;
}
.list-panel .status-btn.bold {
	font-weight: 600;
}
.list-panel .status-btn.changable {
    min-width: 95px;
    cursor: default;
}
.list-panel .status-btn.p0,
.list-panel .status-btn.p1,
.list-panel .status-btn.p2,
.list-panel .status-btn.p3,
.list-panel .status-btn.p4 {
	line-height: 22px;
}
.list-panel .status-btn.p0 {
	background: #ddd;
}
.list-panel .status-btn.p1 {
	background: #ccf9c3;
}
.list-panel .status-btn.p2 {
	background: #aee3f9;
}
.list-panel .status-btn.p3 {
	background: #fde73e;
}
.list-panel .status-btn.p4 {
	background: #eb5a46;
}
.list-panel .status-btn.p5 {
	background: #83c676;
}
.list-panel .status-btn.p6 {
	background: #ffb650;
}
.list-panel .status-btn.p7 {
    background: #cf8eff;
    color: #fff;
}
.list-panel.retainer .status-btn {
	line-height: 23px;
	min-width: 90px;
}
.list-panel .status-wrap {
	float: left;
	line-height: 25px;
	width: 150px;
	margin-right: 15px;
}
.list-panel .progress-chart {
	float: left;
	line-height: 25px;
	width: 125px;
	margin-right: 15px;
}
.list-panel .progress-chart.right {
	float: right;
	width: calc(100% - 150px);
	margin-right: 0;
}
.list-panel .progress-chart.c2 {
	margin: 0 -10px 0 -10px;
}
.list-panel .progress-chart.c2 .cell {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.list-panel .priority {
	float: left;
	line-height: 21px;
	height: 21px;
	width: 21px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #777777;
	border-radius: 50%;
	opacity: .7;
	margin: 1px 15px 0 0;
}
.list-panel .priority.high {
	background: #f44336;
}
.list-panel .priority.medium {
	background: #ff9800;
}
.list-panel .priority.low {
	background: #2196f3;
}
.list-panel.focus .priority {
	opacity: 1;
}
.list-panel .context-menu {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 101;
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin: 0;
}
.list-panel .context-menu li {
	list-style: none;
	min-width: 100px;
	padding: 4px 0;
	margin: 0;
}
.list-panel .context-menu li a {
	display: block;
	line-height: 24px;
	color: #333;
}
.list-panel .context-menu li a .fa {
	margin-right: 8px;
	color: #337ab7;
}
.list-panel .context-menu li.success a .fa {
	color: #009688;
}
.list-panel .context-menu li.danger a .fa {
	color: #d9534f;
}
/*@media (max-width: 1560px) and (min-width: 1200px) {*/
@media (max-width: 1559px) {
    .list-panel .item-info.lpad .name.t1.with-due-date {
        padding-right: 230px;
    }
	.list-panel .status-btn.mgr {
		margin-right: 5px;
	}
    .list-panel .progress-chart {
        width: 90px;
        margin-right: 5px;
    }
	.list-panel .item-info.lpad .subtask-due-date {
		right: 137px;
	}
    .list-panel .panel-content .tools i.mgl {
        margin-left: 5px;
    }
}
@media (max-width: 1199px) {
    .list-panel .status-btn {
        min-width: unset;
    }
    .list-panel .status-btn.changable {
        min-width: 95px;
    }
	.dash-area-wrap .list-panel .status-btn.d-none-lg {
		display: none;
	}
    .dash-area-wrap .list-panel .status-btn.d-block-lg {
		width: 30px;
		display: block;
	}
    .dash-area-wrap .list-panel .progress-chart .d-block-lg .text-prog {
		background-color: #b9e1b1;
		width: 40px;
		text-align: center;
	}
    .dash-area-wrap .list-panel .progress-chart .d-block-lg .text-prog.pbar-prog {
		background-color: #8bc34a;
	}
	.project-subtask-item.list-panel .progress-chart.right {
        width: calc(100% - 115px);
	}
}
.k-grid .bookmark {
	color: #ddd;
	font-size: 20px;
	line-height: 20px;
	z-index: 99;
}
.k-grid .bookmark.active {
	color: #ff9800;
}
.k-grid .bookmark.active .far {
	font-weight: 600;
}
.table td i.sym,
.k-grid td i.sym {
	font-size: 20px;
	line-height: 20px;
	color: #ccc;
}
.table td i.active,
.table td .active i,
.k-grid td i.active,
.k-grid td .active i {
	color: #ff9800;
}
.table td i.success,
.table td .success i,
.k-grid td i.success,
.k-grid td .success i {
	color: #009688;
}
.table td.nocharge,
.table td span.nocharge,
.k-grid td.nocharge,
.k-grid td span.nocharge {
	color: #ff0000;
	text-decoration: line-through;
}
@media (max-width: 1699px) {
	.project-task-item.list-panel .members {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .project-task-item.list-panel .panel-content .tools {
        bottom: 46px;
    }
}
@media (max-width: 1440px) {
	.list-panel .item-info.lpad .name.t1 {
		padding-right: 130px;
	}
	.list-panel .item-info.lpad .name.t2 {
		padding-right: 60px;
	}
    .list-panel .item-info.lpad .progress-chart {
        position: absolute;
        right: 35px;
        top: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1419px) {
	.grid-panel .num-info {
		margin-right: 17px;
	}
	.project-detail-item {
        width: 50%;
    }
	.project-detail-item .num-info {
		margin-right: 0;
	}
	.project-detail-item .grid-panel {
        height: 425px;
    }
	.grid-panel .members .fa {
		margin-right: 5px;
	}
	.pull-left.status-label,
    .pull-right.status-label {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
	.grid-panel .item-info {
		padding: 5px;
	}
	.grid-panel .item-info .name {
		font-size: 14px;
	}
	.grid-panel .panel-content {
		padding: 10px;
	}
	.grid-panel .num-info {
		margin-right: 20px;
	}
    .project-detail-item .num-info {
        margin-right: 0;
    }
	.grid-panel .members .fa {
		margin-right: 5px;
	}
}
@media (max-width: 479px){
	.left-sidebar {
		padding-right: 15px;
	}
	.grid-panel .num-info {
		margin-right: 25px;
	}
	.project-detail-item .num-info {
		margin-right: 0;
	}
	.grid-panel .members .fa {
		margin-right: 8px;
	}
}
@media (max-width: 420px){
	.project-detail-comment .btn-success {
        width: 100%;
    }
}
.task-tree-panel {
	padding: 0 0 15px 0;
}
.task-tree-item {
	position: relative;
	background: #f0f0f0;
	border-left: 3px solid #bbb;
	padding: 8px 8px 8px 8px;
}
.task-tree-item.sub {
	background: #f6f6f6;
	border-left: 0;
	margin: 3px 0 0 30px;
}
.task-tree-item .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 0 30px 0 0;
}
.task-tree-item .data-line {
	padding: 10px 0 0 0;
}
.task-tree-item .cost {
	font-size: 13px;
	line-height: 18px;
	color: #e26932;
	font-weight: 600;
}
.task-tree-item .data {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	font-weight: 600;
}
.task-tree-item .data label,
.task-tree-item .cost label {
	font-size: 13px;
	line-height: 18px;
	color: #aaa;
	padding: 0;
	margin: 0;
}
.task-tree-item .status-btn {
	font-size: 11px;
	line-height: 18px;
	border-radius: 9px;
	color: #222;
	background: #fcfcfc;
	border: 0;
	display: block;
	min-width: 80px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}
.task-tree-item .status-btn.p0 {
	background: #ddd;
}
.task-tree-item .status-btn.p1 {
	background: #ccf9c3;
}
.task-tree-item .status-btn.p2 {
	background: #aee3f9;
}
.task-tree-item .status-btn.p3 {
	background: #fde73e;
}
.task-tree-item .status-btn.p4 {
	background: #eb5a46;
}
.task-tree-item .status-btn.p5 {
	background: #83c676;
}
.task-tree-item .status-btn.p6 {
	background: #ffb650;
}
.task-tree-item .tools .act {
	float: right;
	font-size: 18px;
	line-height: 18px;
	color: #999;
	margin: 0 0 0 15px;
}
.task-tree-item .more {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #999;
	margin: 0;
}
.task-tree-item .brh,
.task-tree-item .brv {
	display: block;
	position: absolute;
	width: 30px;
	top: -3px;
	left: -30px;
}
.task-tree-item .brh {
	top: -1px;
	height: 50%;
	border-bottom: 1px solid #ccc;
}
.task-tree-item .brv {
	height: calc(100% + 3px);
	border-left: 1px solid #ccc;
}
.task-tree-item.last .brv {
	height: calc(50% + 2px);
}
.task-tree-item .context-menu {
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 101;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin: 0;
}
.task-tree-item .context-menu li {
	list-style: none;
	min-width: 100px;
	padding: 4px 0;
	margin: 0;
}
.task-tree-item .context-menu li a {
	display: block;
	line-height: 24px;
	color: #333;
}
.task-tree-item .context-menu li a .fa {
	margin-right: 8px;
	color: #337ab7;
}
.task-tree-item .context-menu li.success a .fa {
	color: #009688;
}
.task-tree-item .context-menu li.danger a .fa {
	color: #d9534f;
}
/***** Add Client Design ******/
.different-address{
	font-size: 16px;
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
.add-another,
.help-text{
	font-size: 14px;
	color: #757575;
}
.photo-thumb {
	position: relative;
}
.photo-thumb .photo-delete {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 18px;
	line-height: 18px;
	opacity: .15;
}
.photo-thumb:hover .photo-delete {
	opacity: 1;
}
.photo-thumb img {
	width: 100%;
}
.client-photo {
	float: right;
	width: 73px;
	margin-bottom: -20px;
}
.user-photo {
	float: right;
	width: 60px;
	margin-bottom: -25px;
}
.file-upload {
	position: relative;
	overflow: hidden;
}
.file-upload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	font-size: 14px !important;
	cursor: pointer;
	opacity: 0;
	padding: 0;
	margin: 0;
}
.file-upload .fu-button {
	background: #ddd;
	width: 80px;
	float: left;
	font-size: 14px;
	line-height: 32px;
	height: 35px;
	border: 1px solid #ccc;
	border-left: 0;
	border-radius: 0 18px 18px 0;
	text-align: center;
	padding: 0 5px;
}
.file-upload .fu-text {
	background: #fff;
	width: 280px;
	float: left;
	font-size: 14px;
	line-height: 32px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 18px 0 0 18px;
	text-align: left;
	padding: 0 10px;
}
.section-panel {
	position: relative;
	padding: 0 0 40px 0;
}
.section-panel .doc-add-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #31708f;
}
.section-panel .doc-add-btn .fa {
	font-size: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.doc-panel {
	position: relative;
	border-top: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0;
}
.doc-panel li {
	position: relative;
	line-height: 24px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
}
.doc-panel li .title {
	font-weight: 600;
	color: #222;
}
.doc-panel li .contact {
	line-height: 20px;
	font-size: 13px;
}
.doc-panel li .label {
	display: inline-block;
	min-width: 50px;
	color: #aaa;
	text-align: left;
	font-weight: normal;
	padding: 0;
}
.doc-panel li .text {
	color: #222;
}
.doc-panel .act {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 16px;
	opacity: .1;
}
.doc-panel li:hover .act {
	opacity: 1;
}
.doc-panel .act.a2 {
	right: 30px;
}
.doc-upload .k-dropzone {
	background: #f0f8ff;
	padding: 15px 15px;
}
.task-todos .checkbox label:before,
.task-comments .checkbox label:before {
	width: 20px;
	height: 20px;
	font-size: 17px;
	line-height: 19px;
}
.task-todos .checkbox label,
.task-comments .checkbox label {
	padding-left: 25px;
	line-height: 20px;
}
.cmt-panel {
	padding: 0;
	margin: 0;
}
.cmt-panel li {
	position: relative;
	line-height: 24px;
	list-style: none;
	padding: 0 0 10px 0;
}
.cmt-panel li .message {
	color: #222;
	border-radius: 0 8px 8px 8px;
	background: #eee;
	font-size: 13px;
	line-height: 16px;
	overflow-x: hidden;
	padding: 10px 22px 10px 10px;
	margin: 0 0 0 40px;
}
.cmt-panel li.rtl .message {
	border-radius: 8px 0 8px 8px;
	background: #fafad2;
	padding: 10px 10px 10px 22px;
	margin: 0 40px 0 0;
}
.cmt-panel li.pending .message {
	background: #fdd891;
}
.cmt-panel li .message.unfocus {
    font-size: 10px;
    padding: 5px;
}
.cmt-panel .act {
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}
.cmt-panel .act.a2 {
    right: 28px;
}
.cmt-panel .act.del {
    right: 0;
    bottom: 17px;
    top: unset;
}
.cmt-panel li.rtl .act {
	right: auto;
	left: 2px;
}
.cmt-panel li:hover .act {
	opacity: 1;
}
.cmt-panel li .date {
	position: relative;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 5px 40px;
}
.cmt-panel li.rtl .date {
	text-align: right;
	padding: 5px 40px 5px 0;
}
.cmt-panel li .date .act {
	display: none;
	position: static;
	float: right;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 0 15px;
}
.cmt-panel li:hover .date .act {
	display: block;
}
.cmt-panel li.rtl .date .act {
	float: left;
	margin: 0 15px 0 0;
}
.cmt-panel li .writer-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	border-radius: 50%;
	border: .5px solid #ddd;
}
.cmt-panel li.rtl .writer-photo {
	left: auto;
	right: 0;
}
.cmt-panel li .writer-photo.unfocus {
    top: 3px;
    left: 15px;
    width: 20px;
}
.cmt-panel li.rtl .writer-photo.unfocus {
    top: 0;
    left: 420px;
}
.cmt-panel li.rtl .act.unfocus {
    font-size: 10px;
    left: 5px;
}
.cmt-panel li.rtl .message.unfocus {
	font-size: 10px;
	padding: 10px 5px 5px 20px;
}
.cmt-panel li .message.force-word-wrap img {
    max-width: 100px;
}
.user-panel {
	border-top: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0;
}
.user-panel li {
	position: relative;
	line-height: 24px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 0;
}
.user-panel li .photo {
	float: left;
	line-height: 24px;
	margin: 0 10px 0 0;
}
.user-panel li .photo img {
	height: 24px;
	border-radius: 50%;
	border: .5px solid #ddd;
}
.user-panel li .title {
	float: left;
	line-height: 24px;
}
.k-editor-toolbar .k-button-group .k-tool {
	width: 30px;
}
.g-recaptcha > div {
	width: 100% !important;
}

.form-control-read {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-radius: 18px;
	text-align: left;
	box-shadow: none;
	color: #333;
	background: #f9f9f9;
	padding: 0 10px;
}
.form-control-read.long {
	height: auto;
	line-height: 18px;
	border-radius: 2px;
	min-height: 60px;
	padding: 7px 7px;
}
.form-control-read.desc {
	height: auto;
	line-height: 18px;
	border-radius: 2px;
	min-height: 60px;
	background: #fff;
	padding: 7px 7px;
}
.form-control-read.text-centre {
	text-align: center;
}
.form-control-read.text-right {
	text-align: right;
}
.form-control-read.bold {
	font-weight: 600;
}
.form-control-read table {
    width: 100%;
}
.form-control-read img {
	max-width: 100%;
	border: 1px solid #ccc;
}
.subtask-manage-item {
	position: relative;
	border-bottom: 1px solid #eee;
	border-radius: 2px;
	padding: 20px 0 20px 0;
	margin: 0;
}
.subtask-manage-item.add-new {
	border-bottom: 0;
	padding: 20px 0 20px 0;
}
.subtask-manage-item.tms {
	padding: 20px 0 20px 0;
	margin: 0 50px 0 0;
}
.subtask-manage-item .form-group {
	padding: 0 0 8px 0;
	margin: 0;
}
.subtask-manage-item .rank {
	position: absolute;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	top: 13px;
	left: 0;
}
.subtask-manage-item.unsaved .rank {
	color: #00ff53;
}
.subtask-manage-item .delete {
	position: absolute;
	font-size: 16px;
	line-height: 28px;
	top: 37px;
	left: -40px;
}
.subtask-manage-item .desc {
	display: none;
}
.subtask-manage-item label {
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #999;
	margin: 0 0 3px 0;
}
.subtask-manage-item .form-control {
	border-radius: 20px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	text-align: left;
	box-shadow: none;
	padding: 0 8px;
}
.subtask-manage-item.tms .form-control {
	font-size: 12px;
}
.subtask-manage-item textarea.form-control {
	font-size: 12px;
	line-height: 13px;
	height: auto;
	border-radius: 2px;
	padding: 3px 3px;
}
.subtask-manage-item.tms textarea.form-control {
	height: 61px;
	font-size: 12px;
}
.subtask-manage-item .form-control-read {
	border-radius: 20px;
	height: 24px;
	line-height: 22px;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	text-align: left;
	box-shadow: none;
	padding: 0 8px;
}
.subtask-manage-item .title {
	width: calc(100% - 38px);
	border-radius: 20px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
.subtask-manage-item .title-wrap {
	float: left;
	width: calc(100% - 138px);
}
.subtask-manage-item .share-combo {
	float: left;
	width: 93px;
	margin: 0 0 0 10px;
}
.subtask-manage-item .expand {
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 12px;
	float: right;
	background: #eee;
	color: #999;
	border-radius: 20px;
	text-align: center;
	margin-top: 15px;
}
.subtask-manage-item.tms .act1 {
	position: absolute;
	display: block;
	top: 35px;
	right: -50px;
}
.subtask-manage-item.tms .act2 {
	position: absolute;
	display: block;
	top: 71px;
	right: -43px;
	color: #d9534f;
	font-size: 14px;
}
.subtask-manage-item .k-multiselect-wrap li span {
	font-size: 12px;
}
.chart-c2 {
	margin: 0 -7.5px;
}
.chart-c2 .chart-cell {
	padding: 0 7.5px;
}
.subtask-due-date,
.pbar-wrap,
.pbar-wrap .text-scope,
.pbar-wrap .text-prog,
.pbar-wrap .pbar-scope,
.pbar-wrap .pbar-prog {
	height: 35px;
	line-height: 35px;
	border-radius: 18px;
}
.subtask-due-date,
.pbar-wrap.short,
.pbar-wrap.short .text-scope,
.pbar-wrap.short .text-prog,
.pbar-wrap.short .pbar-scope,
.pbar-wrap.short .pbar-prog {
	height: 22px;
	line-height: 22px;
	border-radius: 12px;
}
.pbar-wrap {
	position: relative;
}
.pbar-wrap.short {
	height: 22px;
}
.pbar-wrap .text-scope {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 100;
	color: #fff;
}
.pbar-wrap.short .text-scope {
	font-size: 13px;
	line-height: 22px;
}
.pbar-wrap .text-prog {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 97;
	color: #fff;
}
.pbar-wrap.short .text-prog {
	left: 8px;
	font-size: 13px;
	line-height: 22px;
}
.pbar-wrap .pbar-scope {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #b9e1b1;
	z-index: 95;
}
.pbar-wrap.short .pbar-scope {
	height: 22px;
}
.pbar-wrap.warning .pbar-scope {
	background: #ffcc94;
}
.pbar-wrap.error .pbar-scope {
	background: #ff9a8b;
}
.pbar-wrap.notapp .pbar-scope {
	background: #e6e6e6;
}
.pbar-wrap .pbar-prog {
	position: absolute;
	top: 0;
	left: 0;
	background: #4caf50;
	z-index: 96;
	min-width: 35px !important;
}
.pbar-wrap.short .pbar-prog {
	height: 22px;
	min-width: 23px !important;
}
.pbar-wrap.zero .pbar-prog {
	min-width: 0 !important;
}
.pbar-wrap.warning .pbar-prog {
	background: #ecb244;
}
.pbar-wrap.error .pbar-prog {
	background: #ff5e45;
}
.assoc-item {
	border-bottom: 1px solid #eee;
	padding: 6px 0 3px 0;
	margin: 0;
}
.assoc-item.readonly {
	background: #f3f3f3;
}
.assoc-item .strong {
	display: none;
}
.assoc-item.checked .strong {
	display: block;
}
.assoc-item .checkbox {
	line-height: 24px;
	padding-top: 0;
}
.assoc-item .form-control {
	line-height: 25px;
	height: 25px;
}
.member-thumbs {
	position: relative;
	margin: 0;
}
.member-thumbs .thumb {
	display: block;
	float: left;
	color: #bdbdbd;
	margin: 0 10px 5px 0;
}
.member-thumbs .thumb.current {
	border-radius: 50%;
	border: 2px solid #5bc0de;
}
.member-thumbs .thumb img {
	width: 40px;
	border-radius: 50%;
	border: 2px solid #ddd;
}
.ent-detail #status_update,
.ent-detail #priority_update,
.ent-detail #progress_update,
.ent-detail #assignee_update {
	display: none;
}
.group-header {
	position: relative;
	background: #999;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #9e9e9e;
	padding: 10px 24px 10px 12px;
	margin: 15px 0 0 0;
}
.group-header .act {
	position: absolute;
	right: 8px;
	top: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	width: 18px;
	text-align: right;
}
.task-title-wrap {
	position: relative;
}
.task-title-wrap a {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 36px;
	font-size: 18px;
	color: #aaa;
}
.task-title-wrap:hover a {
	display: block;
}
.task-title-wrap .form-control-read {
	font-size: 16px;
	font-weight: 600;
}
.sticky-counter {
	position: fixed;
	right: 5px;
	bottom: 10px;
	z-index: 99;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	background: #31708f;
	color: #fff;
}
.sticky-counter span {
	display: block;
	text-align: center;
	padding: 10px 5px 0 5px;
}
.dash-panel {
	padding: 0 0 30px 0;
}
.dash-panel .group-area,
.dash-panel .group-area-portal {
	height: 100%;
    min-height: 350px;
	overflow-x: hidden;
	border: 1px solid #eee;
	padding: 0;
}
.dash-panel .tab-area {
	display: none;
	height: 100%;
	padding: 0 0 76px 0;
}
.dash-panel .group-area.active,
.dash-panel .group-area-portal.active,
.dash-panel .tab-area.active {
	display: block;
}
.dash-panel .group-area.sortable-over,
.dash-panel .group-area-portal.sortable-over,
.dash-panel .tab-area.sortable-over {
	border: 3px dashed #a9df6c;
	background: #fff7e9;
}
.dash-panel .group-area.droppable-active,
.dash-panel .group-area-portal.droppable-active {
	border: 3px dashed #a9df6c;
	background: #fff8e8;
	overflow: hidden;
}
.dash-panel .ui-sortable-helper {
	cursor: move;
}
@media (max-width: 992px) {
	.dash-panel .group-area,
	.dash-panel .group-area-portal {
		margin-bottom: 15px;
	}
}
.dash-tab {
	position: relative;
	border-bottom: .8px solid #999;
	height: 48px;
	padding: 0;
	margin: 0;
}
.dash-tab.rounded {
	border-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}
.dash-tab li {
	list-style-type: none;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	background: #ddd;
	width: 50%;
}
.dash-tab.c1 li {
	width: 100%;
}
.dash-tab.c3 li {
	width: 33.33%;
}
.dash-tab.c3 li:first-child {
	width: 33.34%;
}
.dash-tab.c4 li {
	width: 25%;
}
.dash-tab.c5 li {
	width: 20%;
}
.dash-tab li.active {
	background: #4caf50;
}
.dash-tab li a {
	display: block;
	text-align: center;
	line-height: 48px;
	color: #777;
	font-size: 16px;
	font-weight: 600;
	border-left: 1px solid #eee;
}
.dash-tab li.active a {
	color: #fff;
}
.dash-tab li:first-child a {
	border-left: 0;
}
.author-ref {
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #aaa;
}
.sh-header {
	position: relative;
}
.sh-header .trigger {
	position: absolute;
	top: -22px;
	right: 0;
	font-size: 22px;
	line-height: 22px;
	color: #999;
}
.tooltip-content {
	color: #555;
	text-align: left;
}
.tooltip-content div {
	color: #555;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}
.tooltip-content div .fa {
	width: 24px;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
}
.timesheet-statusbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f3fcff;
	border-top: .5px solid #bfd7eb;
	z-index: 101;
}
.timesheet-statusbar.collapsed {
	bottom: -100px;
}
.timesheet-statusbar .bar-content {
	position: relative;
	padding: 6px 15px 8px 15px;
}
.timesheet-statusbar label {
	font-size: 13px;
	line-height: 13px;
	color: #696969;
	padding: 0 0 6px 0;
	margin: 0;
}
.timesheet-statusbar .act {
	display: block;
	font-size: 43px;
	line-height: 40px;
	color: #009688;
	margin: 3px 0 0 0;
}
.timesheet-statusbar .act.stop {
	color: #ff6e6e;
}
.timesheet-statusbar .status-report-actions {
	max-width: 320px;
	margin: 0 auto;
}
.timesheet-statusbar .status-report-actions .part {
	float: left;
	width: 50%;
	padding: 0 5px;
}
.timesheet-statusbar .status-report-actions .btn {
	display: block;
	width: 100%;
	font-weight: 600;
	color: #696969;
}
.timesheet-statusbar .status-report-actions .btn-success {
	color: #fff;
}
.timesheet-statusbar .status-report-actions .btn .fa {
	margin: 0;
}
.timesheet-status-info,
.timesheet-status-info .btn {
	font-weight: 600;
	font-size: 14px;
	color: #e26932;
	min-width: 70px;
	text-transform: uppercase;
}
.timesheet-status-info .btn {
	text-transform: none;
}
.timesheet-status-info.right {
	float: right;
}
.timesheet-status-label,
.timesheet-status-label .btn {
	font-weight: 600;
	font-size: 14px;
	line-height: 23px;
	color: #4190d0;
	min-width: 80px;
	text-transform: uppercase;
}
.timesheet-status-label .btn {
	text-transform: none;
}
.timesheet-status-label.right {
	float: right;
}
.timesheet-status-label.danger {
	color: #ff2200;
}
.timesheet-status-info .tiny-btn,
.timesheet-status-label .tiny-btn {
	line-height: 25px;
	height: 25px;
}
.timesheet-status-task-details a {
    line-height: 25px;
    font-size: 18px;
}
.timesheet-statusbar-trig-open {
	display: none;
	position: fixed;
	left: 0;
	bottom: 68px;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	background: #4190d0;
	text-align: center;
	color: #fff;
	padding: 0;
}
.timesheet-statusbar-trig-open:hover,
.timesheet-statusbar-trig-open:focus {
	color: #fff;
}
.timesheet-statusbar-trig-close {
	display: block;
	position: fixed;
	left: 0;
	bottom: 68px;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	background: #ddd;
	text-align: center;
	color: #777;
	padding: 0 2px 0 0;
}
.timesheet-statusbar-trig-close:hover {
	color: #777;
}
.timesheet-statusbar.closed .timesheet-statusbar-trig-open {
	display: block;
}
.timesheet-statusbar.closed .timesheet-statusbar-trig-close {
	display: none;
}
.timesheet-statusbar.closed .bar-content {
	display: none;
}
@media(max-width: 768px) {
	.timesheet-statusbar-trig-close,
	.timesheet-statusbar-trig-open {
		bottom: 90px;
	}
    .timesheet-statusbar {
        margin-left: -100%;
    }
	.timesheet-statusbar .act {
		font-size: 33px;
		line-height: 33px;
		margin: 0;
	}
    .timesheet-status-label {
		line-height: 33px
    }
	.status-report-actions {
		float: left;
	}
	.timesheet-statusbar .bar-content {
		padding: 6px 15px 2px 15px;
	}
	.timesheet-statusreport-container {
		width: calc(100% - 120px);
		clear: both;
		padding-right: 0;
		display: inline-block;
	}
	.timesheet-statusbar .status-report-actions,
	.hours-today-container {
		margin: 10px 0 1px 0;
	}
	.timesheet-statusbar .status-report-actions .part {
		padding: 0 5px 0 0;
        width: auto;
	}
    .timesheet-statusbar .status-report-actions .part:last-child {
        padding: 0;
    }
	.timesheet-statusbar .status-report-actions .btn {
        padding: 0 10px;
    }
	.hours-today-container {
		float: right;
		width: auto;
		padding-left: 0;
	}
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td,
.table td {
	vertical-align: middle;
	line-height: 1.2;
	padding: 8px 8px;
}
.kgrid-timesheet td {
	font-size: 12px;
	line-height: 15px;
}
.grid-timesheet th,
.grid-timesheet td {
	font-size: 12px;
	line-height: 15px;
}
.grid-user-thumb {
	width: 32px; 
	height: 32px;
	border-radius: 16px;
}
.grid-status-circle {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: #999;
	margin: 3px auto;
}
.grid-status-circle.success {
	background: #3c763d;
}
.grid-status-circle.danger {
	background: #a94442;
}
.grid-status-circle.gray {
	background: #ddd;
}
.tms-reset-dock {
	position: relative;
}
.tms-reset-dock .dock-content {
	width: 325px;
	max-width: 100%;
	background: #fafad2;
	border: 1px solid #fdd891;
	padding: 5px 10px 8px 10px;
	margin: 5px auto 0 auto;
}
.tms-reset-dock .dock-message {
	font-size: 14px;
}
.tms-reset-dock .dock-tools {
	padding: 7px 0 0 0;
}
.tms-reset-dock .dock-tools .btn {
	min-width: 50px;
	height: 22px;
	line-height: 22px;
	padding-left: 15px;
	padding-right: 15px;
}
.popup-message-wrap {
	padding: 15px;
}
.quote-detail label {
	color: #999;
}
.quote-detail .static-field {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}
.quote-item-panel {
	border: 1px solid #d6d6d6;
	border-radius: 17px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.quote-item-panel .quote-task-title {
	position: relative;
	background: #d6d6d6;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	line-height: 27px;
	min-height: 48px;
	border-radius: 15px 15px 0 0;
	padding: 10px 140px 10px 38px;
	margin: 0 0 10px 0;
}
.quote-item-panel .quote-task-title .cost {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 120px;
	line-height: 25px;
	font-weight: 600;
	color: #f44336;
	text-align: right;
	border: 1px solid #e0e0e0;
	border-radius: 13px;
	background: #fff;
	padding: 0 15px;
}
.quote-item-panel .quote-task-title i {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}
.quote-item-panel .quote-task-desc {
	font-style: italic;
	padding: 0 12px 8px 12px;
}
.quote-item-panel .quote-todo {
	position: relative;
	line-height: 16px;
	min-height: 42px;
	padding: 13px 140px 0 32px;
}
.quote-item-panel .quote-todo .cost {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 120px;
	line-height: 25px;
	font-weight: 600;
	color: #f44336;
	text-align: right;
	border: 1px solid #e0e0e0;
	border-radius: 13px;
	background: #fff;
	padding: 0 15px;
}
.quote-item-panel .quote-todo i {
	position: absolute;
	top: 11px;
	left: 12px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #999;
}
.quote-total-panel {
	position: relative;
	height: 80px;
	padding: 10px 12px 15px 12px;
}
.quote-total-panel label {
	position: absolute;
	display: block;
	top: 10px;
	right: 12px;
	width: 120px;
}
.quote-total-panel .cost {
	position: absolute;
	top: 35px;
	right: 12px;
	width: 120px;
	line-height: 25px;
	font-weight: 600;
	color: #f44336;
	text-align: right;
	border: 1px solid #e0e0e0;
	border-radius: 13px;
	background: #fff;
	padding: 0 15px;
}
.quote-terms {
	padding: 30px 0 10px 0;
}
.quote-terms label {
	display: inline-block;
	float: right;
	line-height: 23px;
	font-weight: 500;
	color: #666;
	margin: 0;
}
.quote-terms .checkbox {
	float: right;
	margin: 0 0 0 8px;
}
.quote-terms .checkbox label {
	padding-left: 25px;
}
.quote-notes {
	font-size: 12px;
	line-height: 14px;
	color: #888;
	padding: 10px 0 20px 0;
}
.quote-detail .act-req {
	background: #ccc;
	border-color: #bbb;
}
.info-box-wrap {
	display: block;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
	background: #fcfcfc;
	margin: 0 0 20px 0;
}
.info-box-wrap .info-num {
	font-size: 60px;
	line-height: 64px;
	font-weight: 600;
	color: #e26932;
	text-align: center;
	padding: 20px 0;
}
.info-box-wrap .info-label {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #555;
	background: #e6e6e6;
	border-radius: 0 0 9px 9px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
}
.billing-client {
	border: .8px solid #ccc;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 30px 0;
}
.billing-client .client-summary {
	position: relative;
	border: 0;
	background: #f0f0f0;
	padding: 15px 45px 15px 15px;
}
.billing-client .client-summary .more {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 99;
}
.billing-client .details {
	padding: 0 15px 15px 15px;
}
.billing-client .details .billing-projects {
	margin: 0 -17px 0 -16px;
}
.billing-client .details .billing-expenses {
	margin: 0 -17px 0 -16px;
}
.billing-client .checkbox label:before {
	width: 20px;
	height: 20px;
	font-size: 17px;
	line-height: 19px;
}
.billing-client .label-inv {
	display: block;
	line-height: 20px;
}
.billing-client .checkbox label {
	padding-left: 20px;
	line-height: 20px;
}
.value-hgt {
    color: #e26932;
    font-weight: 600;
    font-size: 15px;
    min-width: 110px;
}
.billing-client .value-hgt {
	color: #e26932;
	font-weight: 600;
	font-size: 15px;
    min-width: 110px;
}
.billing-client .value-danger,
.value-danger {
	color: #0014ff;
}
.billing-client .table th,
.billing-client .table td {
	padding: 10px 10px;
}
.billing-client .table th {
	background: #f9f9f9;
}
.billing-client .table .alt td {
	background: #fcfcfc;
}
.billing-client .table .checked td {
	background: #fff7e9;
}
.billing-client .table td.td-bill-amount {
    padding: 5px 10px;
}
.billing-client td .form-control {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
.billing-client .section-totals {
    padding: 0 0 30px 0;
    margin: 0 -5px;
}
.billing-client .section-totals label {
    line-height: 25px;
    margin-right: 15px;
}
.billing-client .billing-actions {
    margin: 0 -5px;
}
.billing-actions .input {
	width: 140px;
	margin-left: 15px;
}
.billing-actions .input .form-control {
	width: 100%;
}
.billing-actions .bill-total {
	min-width: 90px;
}
/*.billing-client .bill-total {
	width: 150px;
}
.billing-client .bill-date {
	width: 150px;
	padding: 0;
}*/
.timesheet-audit .expand-all {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
.timesheet-employee {
	border: .8px solid #ddd;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 30px 0;
}
.timesheet-employee .employee-summary {
	position: relative;
	background: #f0f0f0;
	padding: 15px 45px 15px 15px;
}
.timesheet-employee .employee-summary.open {
	border-bottom: 0;
	border-radius: 15px 15px 0 0;
}
.timesheet-employee .employee-summary .more {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 99;
}
.timesheet-employee .value-hgt {
	color: #e26932;
	font-weight: 600;
	font-size: 15px;
}
.timesheet-employee .details {
	padding: 0;
	margin: 0 -0.5px -0.5px -0.5px;
}
.timesheet-employee .table {
	margin: 0;
}
.timesheet-employee .table th,
.timesheet-employee .table td {
	font-size: 12px;
	padding: 10px 10px;
}
.timesheet-employee .table th {
	background: #f9f9f9;
}
.timesheet-employee .table .alt td {
	background: #fcfcfc;
}
.bill-invoice-total {
	float: right;
	width: 150px;
	text-align: right;
	line-height: 33px;
	height: 35px;
	color: #e26932;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 18px;
	padding: 0 10px;
}
.bill-report-item {
	position: relative;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}
.bill-report-item:first-child {
	border-top: 0;
	margin: 0;
}
.bill-report-item .item-title {
	line-height: 25px;
	padding: 0;
}
.bill-report-item .item-title.rgap {
	padding: 0 300px 0 0;
}
.bill-report-item .item-title.major {
	font-weight: 600;
	font-size: 15px;
}
.bill-report-item .item-tools {
	position: absolute;
	top: 15px;
	right: 0;
}
.bill-report-item .item-tools .more {
	float: left;
	font-size: 22px;
	line-height: 25px;
	color: #e26932;
	margin: 0 15px 0 0;
}
.bill-report-item .item-tools .drill {
	float: left;
	width: 90px;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	height: 25px;
	font-size: 12px;
	color: #666;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 13px;
	margin: 0 15px 0 0;
}
.bill-report-item .amount {
	width: 150px;
	text-align: right;
	line-height: 23px;
	height: 25px;
	font-weight: 600;
	font-size: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 13px;
	padding: 0 10px;
}
.bill-report-item .amount.w100 {
	width: 100%;
}
.bill-report-item .sub-items {
	display: none;
	padding: 0 0 0 40px;
}
.bill-report-item .sub-items.open {
	display: block;
}
.bill-report-item .sub-item {
	position: relative;
	border-top: 1px solid #e9e9e9;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
.bill-report-item .sub-item:first-child {
	border-top: 0;
	margin: 5px 0 0 0;
}
.bill-report-item  .sub-item .sub-item-title {
	line-height: 25px;
	color: #777;
	padding: 0 120px 0 10px;
}
.bill-report-item  .sub-item .sub-item-amount {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	text-align: right;
	line-height: 23px;
	height: 25px;
	color: #777;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 13px;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.bill-report-item .item-title.rgap {
		padding: 0;
		margin-bottom: 10px;
	}
    .bill-report-item .item-tools {
        position: static;
    }
	.bill-report-item .item-tools .drill {
        margin-left: 15px;
    }
    .bill-report-item .amount {
        float: right !important;
        width: 120px;
    }
    .bill-report-item .sub-items {
        padding-left: 0;
    }
	.bill-report-item .sub-item .sub-item-title {
		padding-left: 0;
	}
}
/* Kendo UI override*/
.k-filter-row th,
.k-grid-header th.k-header {
	padding: 10px 10px;
}
.k-grid td {
	line-height: 1.3em;
	padding: 7px 10px;
}
.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
	background-image: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 18px;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-multiselect.k-state-hover,
.k-multiselect.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused {
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused {
	border-color: #757575;
}
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input {
	border-color: #e0e0e0;
	border-radius: 18px 0 0 18px;
}
.k-datetimepicker .k-select + .k-select,
.k-dropdown-wrap .k-select,
.k-list-container.k-state-border-right,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
	border-radius: 0 18px 18px 0;
}
.k-autocomplete .k-input, 
.k-dropdown-wrap .k-input, 
.k-multiselect-wrap .k-input, 
.k-numeric-wrap .k-input, 
.k-picker-wrap .k-input, 
.k-selectbox .k-input, 
.k-textbox>input {
	line-height: 33px;
	border-radius: 17px;
	padding: 0;
}
.k-filtercell .k-textbox.custom {
	line-height: 33px;
	border-radius: 17px;
	border-color: #e0e0e0;
	width: 100%;
	padding: 0;
}
.k-filtercell .k-textbox.custom:hover,
.k-filtercell .k-textbox.custom:focus {
	box-shadow: none;
}
.k-filtercell .k-textbox.custom:focus {
	border-color: #757575;
}
.subtask-manage-item .k-autocomplete .k-input,
.subtask-manage-item .k-dropdown-wrap .k-input,
.subtask-manage-item .k-multiselect-wrap .k-input,
.subtask-manage-item .k-numeric-wrap .k-input,
.subtask-manage-item .k-picker-wrap .k-input,
.subtask-manage-item .k-selectbox .k-input,
.subtask-manage-item .k-textbox > input {
	line-height: 22px;
	height: 22px;
	min-height: 22px;
	font-size: 13px;
}
.subtask-manage-item .k-multiselect-wrap li {
	line-height: 14px;
	min-height: 14px;
}
.subtask-manage-item .k-multiselect > .k-multiselect-wrap > .k-i-close {
	top: 4px;
	right: 4px;
}
.k-multiselect.k-header {
	background-image: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 18px;
	-webkit-box-shadow: none !important;
}
.k-multiselect.k-header.k-state-hover {
	border: 1px solid #e0e0e0;
}
.k-multiselect-clearable .k-multiselect-wrap,
.k-multiselect-clearable.k-state-border-up .k-multiselect-wrap,
.k-multiselect-clearable.k-state-border-down .k-multiselect-wrap {
	border-radius: 18px;
}
.subtask-manage-item .k-multiselect.k-header,
.subtask-manage-item .k-multiselect-clearable .k-multiselect-wrap,
.subtask-manage-item .k-multiselect-clearable.k-state-border-up .k-multiselect-wrap,
.subtask-manage-item .k-multiselect-clearable.k-state-border-down .k-multiselect-wrap {
	border-radius: 14px;
}
.k-toolbar .k-split-button, 
span.k-colorpicker, 
span.k-combobox, 
span.k-datepicker, 
span.k-datetimepicker, 
span.k-dropdown, 
span.k-numerictextbox, 
span.k-timepicker {
	background-image: none;
	background-color: transparent;
}
.k-datepicker .k-input, 
.k-timepicker .k-input {
	background-image: none;
	background-color: transparent;
}
.k-pager-sizes {
	margin: 3px 0 0 0;
}
.k-tooltip{
	background: #fff !important;
	border: 1px solid #aaa;
}
.k-multiselect-wrap li span {
	text-transform: none;
}

.slider-controls-container{
	position: relative;
	padding: 0 10px 10px;
}
.list-panel .item-info.lpad .subtask-due-date.today {
	background-color: #ff9800;
}
.list-panel .item-info.lpad .subtask-due-date.overdue {
	background-color: #ff5e45;
}
.list-panel .subtask-item-due-date {
    /*	position: absolute;*/
    /*	left: 27px;*/
    /*	top: -3px;*/
    display: inline-block;
    width: 90px;
    text-align: center;
    color: #fff;
    background-color: #777;
    border-radius: 18px;
    margin-right: 10px;
    line-height: 22px;
    font-size: 13px;
	vertical-align: top;
}
.list-panel .subtask-item-due-date.today {
	background-color: #ff9800;
}
.list-panel .subtask-item-due-date.overdue {
	background-color: #ff5e45;
}
.slider-controls {
	/* padding: 0 0px 5px 0px; */
	display: inline-block;
	width: calc(100% - 105px);
	vertical-align: top;
	height: 22px;
}
.input-slider {
	display: none;
}
.slider.slider-horizontal {
	height: 22px;
	width: 100%;
}
.slider-handle {
	background-color: #398439;
	background-image: none;
	border: 0;
	box-shadow: none;
	border-radius: 10px;
	filter: none;
	height: 22px;
	width: 30px;
	top: 0;
}
.slider-handle.round {
	border-radius: 11px;
}
.noinput .slider-handle {
	background-color: #949594;
}
.slider-disabled .slider-handle {
	display: none;
}
.slider .tooltip-inner {
	font-size: 9px;
	background: transparent;
	cursor: default;
	text-align: center;
	line-height: 21px;
	width: 30px;
	padding: 0;
	padding-top: 1px;
	vertical-align: middle;
}
.slider.slider-disabled .tooltip-inner {
	display: none;
}
.slider .tooltip-arrow {
	border: 0;
}
.slider .tooltip.top {
	padding: 0;
	margin-top: 0px;
	margin-left: -10px !important;
	/* line-height: 22px; */
}
.slider-track {
	background: #ffe5c9;
	border-radius: 5px;
	box-shadow: none;
}
.slider-track .slider-selection {
	background: #4caf50;
	border-radius: 5px;
	box-shadow: none;
}
.slider.slider-horizontal .slider-track {
	height: 9px;
	margin-top: -4px;
}
.slider-track .slider-rangeHighlight {
	background: #BF262B;
	border-radius: 6px;
}
.more .slider-track .slider-rangeHighlight {
	border-radius: 6px 0 0 6px;
}
.less .slider-track .slider-rangeHighlight {
	border-radius: 0 6px 6px 0;
}
.value-increase,
.value-decrease {
	font-size: 20px;
	line-height: 36px;
}
.value-increase {
	margin: 0 0 0 15px;
}
.value-decrease {
	margin: 0 15px 0 0;
}
.review-timesheets {
	min-height: 300px;
}
.pad-status {
	position: relative;
}
.pad-status .form-control-read {
	width: calc(100% - 40px);
}
.priority-circle {
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	height: 33px;
	width: 33px;
	text-align: center;
	background: #777777;
	border-radius: 50%;
}
.priority-circle.high {
	background: #f44336;
}
.priority-circle.medium {
	background: #ff9800;
}
.priority-circle.low {
	background: #2196f3;
}
i.client-filter {
	float: right;
	color: #ff9800;
	font-size: 14px;
	margin: 5px 0 0 0;
}
.rates th {
	background: #f0f0f0;
}
.rates .rate-item:nth-child(even) {
	background: #f9f9f9;
}
.rates .rate-item.hgt {
	background: #fafad2;
}
.rates .form-control,
.rates .form-control-read {
	line-height: 23px;
	height: 25px;
}
.rates .form-control-read {
	background: #eee;
}
.add-app-option {
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #eaeaea;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 5px solid #ff9800;
    z-index: 999999;
    box-shadow: -1px 2px 4px 2px #ccc;
}
.add-app-image {
    height: 54px;
    width: 54px;
}
.add-app-detail > button {
	min-width: 100px;
	min-height: 30px;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
}
@media (max-width: 419px) {
	.add-app-image {
        margin-right: 0;
	}
}
.date-pill {
	display: inline-block;
	background: #fdd891;
	color: #333;
	border-radius: 12px;
	line-height: 23px;
    text-align: center;
	min-width: 110px;
	padding: 0 8px;
	margin: 2px 4px 2px 0;
}
.table-bordered td.issue-warning,
.table-bordered th.issue-warning,
.issue-warning {
	background: #fdeac4;
}
.table-bordered td.issue-error,
.table-bordered th.issue-error,
.issue-error {
	background: #ffbaaa;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.status-trans {
	z-index: 9999;
	display: none;
	position: absolute;
	right: 4px;
	bottom: 37px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 5px 5px 5px;
	margin: 0;
}
.status-trans li {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}
.status-trans li a {
	display: block;
	font-size: 13px;
	line-height: 22px;
	border-radius: 13px;
	color: #222;
	background: #fcfcfc;
	border: 0;
	min-width: 95px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
}
.estimated-hours {
	display: none;
	position: absolute;
	left: 3px;
	bottom: 63px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 5px 5px 5px;
	margin: 0;
    z-index: 9999;
}
.estimated-hours li {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
}
.estimated-hours li a {
	display: block;
	font-size: 13px;
    line-height: 22px;
	border-radius: 13px;
	color: #FFF;
	background: #BDBDBD;
    border: 0;
	min-width: 95px;
	text-align: center;
    padding: 0 10px;
}
.status-trans li a.p1 {
	background: #009688;
    color: #fff;
}
.status-trans li a.p2 {
	background: #cf8eff;
    color: #fff;
}
.status-trans li a.p3 {
	background: #ffb650;
}
.status-trans li a.p4 {
	background: #ccf9c3;
}
.status-trans li a.p5 {
	background: #fde73e;
}
.dropdown.members ul {
    max-height: 250px;
    overflow: auto;
}
.dropdown-menu > li > a {
    padding: 5px 10px;
}
.dropdown-image {
	height: 22px;
	border: 0;
	padding-right: 5px;
    border-radius: 50%;
}
#subtasks .subtask-comment {
	color: #d6d6d6;
}
#subtasks .subtask-comment.selected {
	color: #4caf50;
}
.subtask-comment {
    position: relative;
}
#cmt_panel li .message.focus {
	background: #b9e1b1;
}
/*#subtasks, #cmt_panel {
    max-height: 400px;
    overflow: auto;
}*/
#notification_tab li {
	min-width: 180px;
	background: #E0E0E0;
	border: 0 solid #E0E0E0;
	text-align: center;
}
#notification_tab li a {
	color: #757575;
	border-radius: 0;
	font-weight: bolder;
	font-size: 16px;
}
#notification_tab li.active a {
    color: #FFFFFF;
	background-color: #4caf50;
}
#notification_tab .nav-pills > li + li,
#notification_tab .nav-pills > li {
	margin-left: 2px;
}
.comments-filtered-by {
	color: #FF9800;
}
.task-tree-item {
    position: relative;
}
.task-tree-item .act-icon {
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #b0b0b0;
	margin-right: 5px;
}
.task-tree-item .act-icon.trans {
	color: #d6d6d6;
}
.task-tree-item .moveup {
	color: #2196f3;
}
.task-tree-item .movedown {
	color: #2196f3;
}
.task-tree-item .arrow-wrapper {
	position: absolute;
	right: 130px;
	top: 20px;
}
.task-tree-panel.moved-up .moveup {
	color: #2196f3;
}
.task-tree-panel.moved-down .movedown {
	color: #2196f3;
}
.btn-recent-timesheet {
	border-color: #e6e6e6 !important;
	color: #696969 !important;
}
.timesheet-record .clock-icon {
	color: #b0b0b0; 
	font-size: 22px;
	margin: 0 3px;
}
.timesheet-record .stopwatch-icon {
	color: #b0b0b0;
	font-size: 24px;
	margin: 0 3px;
}
.timeline-record {
	max-height: 400px;
	overflow-y: auto;
	margin-right: -20px;
}
/*mention*/
.mentions-input-box {
	position: relative;
	background: #fff;
}
.mentions-input-box textarea {
	width: 100%;
	display: block;
	padding: 9px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	overflow: auto;
	background: transparent;
	position: relative;
	outline: 0;
    resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mentions-input-box .mentions-autocomplete-list {
	display: none;
	background: #fff;
	border: 1px solid #b2b2b2;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10000;
	margin-top: -2px;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}
.mentions-input-box .mentions-autocomplete-list ul {
	margin: 0;
	padding: 0;
}
.mentions-input-box .mentions-autocomplete-list li {
	background-color: #fff;
	padding: 0 5px;
	margin: 0;
	width: auto;
	border-bottom: 1px solid #eee;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
}
.mentions-input-box .mentions-autocomplete-list li:last-child {
	border-radius: 5px;
}
.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	/*-moz-background-origin: 3px;*/
	border-radius: 3px;
}
.mentions-input-box .mentions-autocomplete-list li em {
	font-weight: bold;
	/*font-style: none;*/
}
.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
	background-color: #f2f2f2;
}
.mentions-input-box .mentions-autocomplete-list li b {
	background: #ffff99;
	font-weight: normal;
}
.mentions-input-box .mentions {
	position: absolute;
	left: 1px;
	right: 0;
	top: 1px;
	bottom: 0;
	padding: 9px;
	color: #fff;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.mentions-input-box .mentions > div {
	color: #fff;
	white-space: pre-wrap;
	width: 100%;
}
.mentions-input-box .mentions > div > strong {
	font-weight: normal;
	background: #d8dfea;
}
.mentions-input-box .mentions > div > strong > span {
	display: none;
}
.dashboard-task-title {
    font-style: italic;
}
.list-panel .item-info .mark-as-read {
	position: absolute;
	top: 38px;
	right: 12px;
	color: #aaa;
}
.subtask-timeline,
.subtask-timeline:hover {
	color: #d6d6d6;
	display: block;
}
.timeline-actionby {
	position: relative;
}
.timeline-actionedby-photo {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 0.5px solid #ddd;
}
.timeline-container {
	display:flex;
	align-items:center;
	gap:8px;
}
.timeline-text {
	color:black;
	font-size:14px;
	font-weight:500;
}
.timeline-date {
	font-size: 12px;
	color: grey;
}
.rounded-icon {
	color: #fff;
	background: #ccc;
	font-size: 13px;
	line-height: 25px;
	height: 24px;
	width: 24px;
	text-align: center;
	border-radius: 50%;
}
.mark-clickable {
	cursor: pointer;
}
.mark-all-read {
	font-size:12px;
	margin-right:2px;
}

.list-panel .panel-content .subtask-comment {
	position: relative;
	font-size: 24px;
	line-height: 23px;
}

.list-panel .panel-content .subtask-comment .fa-comment {
	line-height: 22px;
}

.list-panel .panel-content .subtask-comment .comment-counter {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
	color: #f6f6f6;
	font-size: 12px;
	transform: 0;
	transform: translate(-50%, -50%);
}

.list-panel .panel-content .timeline-icon {
	padding: 0 6px;
	border-radius: 50%;
	background: #d6d6d6;
	color: #f6f6f6;
	line-height: 22px;
	height: 22px;
	display: block;
}

.list-panel .panel-content .timeline-icon .fa-list {
	font-size: 10px;
	line-height: 10px;
}

.list-panel.focus .subtask-comment .comment-counter {
	color: #e4ffdd;
}

.list-panel.focus .timeline-icon {
	color: #e4ffdd;
}

.leave-balance-item {
	padding-top: 3px;
    padding-bottom: 3px;
}

.leave-balance-item:hover {
    background: #f3f3f3;
}