.color-333 {
	color: #333 !important;
}

.color-bfb {
	color: #bfbfbf !important;
}

.color-2d3 {
	color: #2d343d !important;
}

.color-icon {
	color: #8d9293 !important;
}

.background-icon {
	background-color: #8d9293 !important;
}

.form_label_color {
	color: #bfbfbf !important;
}

.border-bfb {
	border: solid 1px #bfbfbf;
}

.background-bfb-20 {
	background: rgba(191, 191, 191, 0.3);
}

.background-bfb-40 {
	background: rgba(191, 191, 191, 0.4);
}

.background-bfb {
	background: #bfbfbf;
}

.border-left-ccc {
	border-left: solid 1px #ccc;
}

.border-right-ccc {
	border-right: solid 1px #ccc;
}

.font-8 {
	font-size: 8px;
}

.font-9 {
	font-size: 9px;
}

.font-11 {
	font-size: 11px;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.line-height-10 {
	line-height: 10px;
}

.btn-fabicon {
	position: absolute;
	z-index: 101;
	width: 62px;
	height: 62px;
	padding: 3px;
	line-height: 52px;
	border: 3px solid #e7e7e7;
	/* overflow: hidden; */
	font-size: 30px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.20);
}

.btn-fabicon.btn-bottom-right {
	bottom: 25px;
	right: 30px;
}


.logo_div {
	width: calc(100% - 5px);
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fff;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.searchbox-input {
	width: 200px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background: #ffffff;
	border: none;
	padding: 3px 22px 4px 30px;
	border-radius: 50px !important;
	background-image: url(../images/search.png);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	background-size: 15px;
	color: #333;
}


.text-capitalize {
	text-transform: capitalize;
}

.border-333 {
	border: solid 1px #333;
}

.modal-max-width {
	max-width: 450px;
	margin: 10px auto;
}

.header-fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.leftsidebar {
	position: fixed;
	top: 56px !important;
	height: calc(100% - 56px);
	width: 25%;
	left: 0px;
	z-index: 10;
}

.main_content_div {
	width: 100%;

}

.pageleftside {
	width: 25%;
}

.pagerightside {
	width: 25%;
}

.rightsidebar {
	position: fixed;
	top: 56px !important;
	height: calc(100% - 56px);
	width: 25%;
	right: 0px;
	left: auto;
	z-index: 10;
}

.modal-open {
	padding-right: 0 !important;
}

.modal.left .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto auto auto 0px;
}

.modal.left .modal-content {
	border-radius: 0px;
	height: 100%;
}

.modal.right .modal-dialog {
	width: 100%;
	/* max-width: 320px; */
	height: 100%;
	margin: auto 0px auto auto;
}

.modal.right .modal-content {
	border-radius: 0px;
	height: 100%;
}

/* modal direction animation start #####*/
.modal.fade:not(.show).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.show).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.show).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

/* Alternative Angles */
.modal.fade:not(.show).top-left .modal-dialog {
	-webkit-transform: translate3d(-25%, -25%, 0);
	transform: translate3d(-25%, -25%, 0);
}

.modal.fade:not(.show).top-right .modal-dialog {
	-webkit-transform: translate3d(25%, -25%, 0);
	transform: translate3d(25%, -25%, 0);
}

.modal.fade:not(.show).bottom-left .modal-dialog {
	-webkit-transform: translate3d(-25%, 25%, 0);
	transform: translate3d(-25%, 25%, 0);
}

.modal.fade:not(.show).bottom-right .modal-dialog {
	-webkit-transform: translate3d(25%, 25%, 0);
	transform: translate3d(25%, 25%, 0);
}

/* modal direction animation end #####*/
/*NAV BAR*/

/* remove outer padding */

.main .row {
	padding: 0px;
	margin: 0px;
}

.side_nav {
	width: 320px;
}

.content_div {
	width: calc(100% - 640px);
}

.right-sidebar {

	width: 320px;

}

.title_div {
	width: calc(100% - 298px);
}

.searchInput {
	border: solid 2px #eee !important;
	border-radius: 20px !important;
	background-image: none !important;
}

#sidebar_scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

#sidebar_scroll::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

.repordcard::-webkit-scrollbar {
	width: 0;
	height: 4px;
}

.repordcard::-webkit-scrollbar-track {
	background: #fff;
}

.repordcard::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 5px;
}

.repordcard::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.list_card {
	background-color: #fff;
	margin: 0 0 5px 0;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 0px;
	border-bottom: 1px hidden #fff;
	overflow: hidden;
}

.profilediv {
	/* 	text-align: center;
	background: #fff;
	width: 46px;
	height: 97px;
	margin-left: 5px; */
	background: red;
	box-shadow: 5px 5px 1px #b6bfc7;
	width: 50px;
	height: 50px;
}

.border-default {
	border: solid 1px #cbcbcb;
}

.border-yellow {
	border: solid 1px #e6d300;
}

.background-yellow {
	background: #e6d300;
}

.background-green {
	background: green !important;
}

.border-red {
	border: solid 1px red;
}

.border-right-green {
	border-right: solid 5px green;
}

.border-right-yellow {
	border-right: solid 5px #e6d300;

}

.border-right-red {
	border-right: solid 5px red;
}

.txt {
	font-weight: 600;
	line-height: 58px;
	font-size: 26px;
	margin: 0;
	text-transform: uppercase;
}

.txt-default {
	color: #008000;
}

.txt-yellow {
	color: #e6d300;
}

.txt-red {
	color: red;
}

.opstionlist {
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid;
	border: none;
	padding: 15px 0;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #333;
}

.option_list {
	display: block;
	position: relative;
	/* padding: 12px 0; */
	color: #0b0e2f;
	font-weight: bold;
}

.bottomborder {
	border-bottom: solid 1px rgba(51, 51, 51, 0.33);
}

.btn-option {
	color: #333;
	border: 1px solid #8c8c8c;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}

#sidebar_scroll::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #00838f;
}

.layout_card {

	margin: 0 0 5px 0;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 3px;
	border-bottom: 1px hidden #fff;
}

.layout_card_desk {

	margin: 0 0 5px 0;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 3px;
	border-bottom: 1px hidden #fff;
	background: #bfbfbf;
}

.layout_card_mob {

	margin: 0;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: 0px hidden #fff;
	background: #bfbfbf;
}

.form-login input,
.form-login select {
	padding: 0px 14px;
	border-radius: 25px !important;
	height: 34px;
	color: #333;
}

.create-btn {
	background: #3f4853 !important;
	border-color: #3f4853 !important;
	color: #fff !important;
}

@media screen and (max-width: 968px) {
	.leftsidebar {
		position: fixed;
		top: 0;
		width: 40%;
	}

	.main_content_div {
		width: 100%;

	}

	.pageleftside {
		width: 0%;
	}

	.pagerightside {
		width: 0%;
	}

	.rightsidebar {
		position: fixed;
		top: 0;
		width: 40%;
	}
}

@media screen and (max-width: 765px) {
	.leftsidebar {
		position: fixed;
		top: 0;
		width: 80%;
	}

	.main_content_div {
		width: 100%;

	}

	.pageleftside {
		width: 0%;
	}

	.pagerightside {
		width: 0%;
	}

	.rightsidebar {
		position: fixed;
		top: 0;
		width: 80%;
	}
}

.center-border:before {
	content: "";
	display: block;
	border: solid 0.5px #bfbfbf;
	height: 100%;
	position: absolute;
	right: 50%;
}

.col-main {
	display: flex;
	width: 100%;
}

.col-second {
	flex: 1;
}

.icon-div-center {
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.icon_div_center {
	position: absolute;
	top: 50%;
	left: 46%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.timeline-message-text {
	min-height: 50px;
	min-width: 100px;
	white-space: normal !important;
	word-wrap: normal !important;

}

.shadow-cr {
	border: solid #bfbfbf 0.5px;

}

.text-div {
	height: 55px;
	overflow-y: scroll;
}

.width-30 {
	width: 30px;
}

.height-35 {
	height: 35px;
}

.height-23 {
	height: 23px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-tb-9 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.line-height-12 {
	line-height: 12px;
}

.blackPatch_1 {
	background: rgba(114, 114, 114, 0.5);
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-left: -10px;
	text-align: right;
	margin-top: 8px;
	padding: 3px;
	line-height: normal;
	display: list-item;
}

/* loader end */
.time-text {

	/* padding-left: 10px; */
	margin: 0 3px;
	width: 34px;
	border-radius: 100%;
	height: 34px;
	background: red;
	border: solid 2px #999;

}

/* loader end */
.point-text {

	/* padding-left: 10px; */
	margin: 2px 9px;
	width: 22px;
	border-radius: 100%;
	line-height: 22px;
	height: 22px;
	background: red;
	border: solid 0.5px #999;

}

.timeline-icon {
	display: block;
	height: 30px;
	line-height: 20px;
}

.timeline-search {
	border: solid 1px #666;
	width: 100%;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background: #ffffff;
	padding: 3px 22px 4px 30px;
	border-radius: 50px !important;
	background-image: url(../images/search.png);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	background-size: 15px;
	color: #333;
}

.margin-top-45 {
	margin-top: 45px;
}

.datepicker-inline {
	width: 100%;
}

.table-condensed {
	width: 100%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
	background-color: #006f79;
	background-image: none;
}

.layout_card1 {
	margin: 0 0 0px 0;
	/*box-shadow: 1px 1px 6px rgba(32, 33, 36, 0.28);*/
	border-radius: 0px;
	border: 0px solid #e0dddd;
}

.font-15 {
	font-size: 15px;
}

.font-5 {
	font-size: 5px;
}

.font-42 {
	font-size: 42px;
	line-height: 46px;
}

.background-6b6-50 {
	background-color: #cbcbcb !important;
}

.border-radius-5 {
	border-radius: 5px !important;
}

.line-dash:before {
	content: "";
	display: block;
	width: 11px;
	background-color: #bfbfbf;
	height: 1px;
	position: absolute;
	left: -6px;
	top: 20px;
}


.creatNameWidth {
	width: 200px;
}

.creatButonWidth {
	width: 200px;
}

.creattoggalWidth {
	width: 200px;
}

.creatvalueWidth {
	width: calc(100% - 400px);
}

.card-vertical-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.recordicon {
	height: 150px;
	width: 150px;
	line-height: 140px;
	font-size: 82px;
	border-radius: 100%;
	border: solid 2px #005e67;
	display: block;
	margin: auto;
}

.timelineLeftIcon {
	margin-left: 4.5%;
}

.timelinemodalBody {
	padding: 10px !important;
}

.timeLineSearchwidth {
	width: 250px;
}

.timelineheaderPad {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media screen and (max-width: 600px) {

	.creatNameWidth {
		width: calc(100% - 90px);
		text-align: left;
	}

	.creatButonWidth {
		width: 90px;
		position: absolute;
		right: 15px;
		top: 5px;
	}

	.creatvalueWidth {
		width: calc(100% - 90px);
		text-align: left;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.creattoggalWidth {
		width: 190px;
		position: absolute;
		right: 15px;
		top: 5px;
	}

	.float_lable {
		font-size: 12px !important;
		padding-top: 0px;
		padding-bottom: 0px;

	}

	.card-vertical-middle {
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.timelineLeftIcon {
		margin-left: 2.5%;
	}

	.timelinemodalBody {
		padding: 10px 0px !important;
	}

	.timeLineSearchwidth {
		width: 200px;
	}

	.timelineheaderPad {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

.background-fff_1 {
	background-color: #fff !important;
}

.red_radio .circle,
label.radio-inline .circle {
	border: 2px solid #f44336;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.red_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #f44336;
}

.red_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #f44336;
}

.yellow_radio .circle,
label.radio-inline .circle {
	border: 2px solid #e6d300;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.yellow_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: #e6d300;
}

.yellow_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: #e6d300;
}

.green_radio .circle,
label.radio-inline .circle {
	border: 2px solid green;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.green_radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
	border-color: green;
}

.green_radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
	background-color: green;
}

.red_radio label,
.yellow_radio label,
.green_radio label {
	color: #000;
}

.allow-user-select {
	-webkit-touch-callout: default;
	/* iOS Safari */
	-webkit-user-select: text;
	/* Chrome/Safari/Opera */
	-khtml-user-select: text;
	/* Konqueror */
	-moz-user-select: text;
	/* Firefox */
	-ms-user-select: text;
	/* Internet Explorer/Edge */
	user-select: text;
	/* Non-prefixed version, currently not supported by any browser */

}

.btn-min-width {
	min-width: 80px;
}

.border-fff {
	border: white 1px solid;
}

.mediabtn {
	padding: 8px !important;
}

.audiobtn {
	background: #f1f3f4 !important;
	border-color: #f1f3f4 !important;
	color: #a9abab !important;
}

.project_progress {
	background: #d8d8d8;
	height: 10px;
	/* border-radius: 10px; */
	margin-bottom: 0px;
}

.project_progress .progress-bar {
	border-radius: 0px;
}

.border-333-1 {
	border: 1px solid #333;
}

.com_cont {
	margin-left: 2px !important;
	width: 14px;
	font-size: 6px;
	line-height: 12px !important;
	display: inline-block !important;
}

.patch_head_colorbg {
	background: #848c57;
}

.patch_head_color_cardbg {
	background: rgba(132, 140, 87, 0.10);
}

.menu_background_opacity {
	background-color: #bfbfbf !important;
}


.countCir {
	position: absolute;
	font-size: 7px;
	color: #fff;
	line-height: 12px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-align: center;
	top: -5px;
	left: -1px;
}

.border-all-bf {
	border: 1px solid #bfbfbf;
}

.pmmmodalinput {
	height: 35px;
	font-size: 13px;
	border: solid 1px #bfbfbf;
	padding: 0px 15px;
	width: 100%;
	text-align: right;
}

#allProjectsTableContainer table button {
	font-size: 8px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 66px;
}

#allProjectsTable tbody tr td {

	word-break: break-all;
}

@media screen and (max-width: 600px) {
	#dashboard_project_list_left {
		width: 100%;
	}

	#dashboard_project_list_right {
		width: 100%;
	}
}

.start_layer {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 99999;
	background: rgba(51, 51, 51, 0.76);
}

.start_button {
	width: 200px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -100px;
}

.start_btn {
	border-radius: 100% !important;
	height: 90px;
	width: 90px;
}

.callingbox {
	position: absolute;
	z-index: 9999;
	width: 320px;
	right: 10px;
	bottom: 0px;
}

#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: block;
	font-weight: 100;
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
}

#clockdiv>div {
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}

#clockdiv div>span {
	padding: 5px 10px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
}

.smalltext {
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
}

.modal-dialog {
	margin: 30px auto;
}



.kt-timeline-v2 {
	position: relative
}

.kt-timeline-v2:before {
	content: '';
	position: absolute;
	left: 8.35rem;
	width: .294rem;
	top: 5px;
	bottom: 5px;
	height: calc(100% - 5px);
	background-color: #e7e9f5;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
	display: table;
	position: relative;
	margin-bottom: 1.75rem
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
	display: table-cell;
	font-size: 1.3rem;
	font-weight: 500;
	vertical-align: top;
	position: absolute;
	padding-top: 3px;
	color: #74788d;
	line-height: 15px;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
	border-radius: 50%;
	border: .89rem solid #fff;
	z-index: 1;
	top: .2rem;
	left: 6.8rem;
	position: relative;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle>i {
	font-size: 1.78rem;
	top: -.93rem;
	left: -.57rem;
	position: absolute
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+1) .kt-timeline-v2__item-cricle>i {
	color: #007bff !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+2) .kt-timeline-v2__item-cricle>i {
	color: #dc3545 !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+3) .kt-timeline-v2__item-cricle>i {
	color: #28a745 !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:nth-child(4n+4) .kt-timeline-v2__item-cricle>i {
	color: #ffb822 !important;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
	display: table-cell;
	vertical-align: top;
	font-size: 1.2rem;
	padding: 0rem 0 0 7.5rem;
	color: #74788d;
	line-height: 1.6rem;
	width: 100%;
	word-break: break-word;
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold {
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: .21rem;
	color: #74788d
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text>span {
	font-weight: 700
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics {
	display: table-cell;
	vertical-align: top
}

.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
	margin-bottom: 0
}

.kt-timeline-v3 .kt-timeline-v3__item {
	display: table;
	margin-bottom: 1rem;
	position: relative
}



.countdown .item {
	position: relative;
	float: none;
	margin: auto;
	width: 160px;
}

.countdown .item h2 {
	text-align: center;
	position: absolute;
	line-height: 125px;
	width: 100%;
}

.countdown svg {
	transform: rotate(-90deg);
}

.countdown .circle_animation {
	stroke-dasharray: 440;
	/* this value is the pixel circumference of the circle */
	stroke-dashoffset: 440;
	transition: all 1s linear;
}


.smallcountdown {
	position: relative;
	margin: auto;
	height: 24px;
	width: 24px;
	text-align: center;
}

.smallcountdown .countNum {
	color: #4caf50;
	display: inline-block;
	line-height: 24px;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
}

.smallcountdown svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}

.smallcountdown svg circle {
	stroke-dasharray: 65px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: #4caf50;
	fill: none;

}

@keyframes countdown {
	from {
		stroke-dashoffset: 67px;
	}

	to {
		stroke-dashoffset: 0px;
	}
}

.selectchecklist .icon-check {
	display: block !important;
}

.selectchecklist .toggle_multi_select {
	display: none;
}

.bootstrap-tagsinput {
	width: 100%;
}

.submenushow {
	display: block;
}

.customCal .fc-header-toolbar {
	display: none;
}

.customCal.fc table {
	font-size: 12px;
}

.customCal .fc-dayGrid-view .fc-body .fc-row {
	min-height: 2.5em;
}

.customCal.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	float: none;
	text-align: center;
}

.customCal .fc-row .fc-content-skeleton td {
	text-align: center;
}

.customCal.fc td,
.customCal.fc th {
	border-style: solid;
	border-width: 1px;
	border-color: #f9f9f9;
	padding: 0;
	vertical-align: middle;
	height: 2.5em;
}

.customCal.fc th {
	font-weight: 500;
}

.customCal.fc .fc-today {
	color: #fff;
	background-color: #586525 !important;
}

.customCal tr:first-child>td>.fc-day-grid-event {
	margin-top: 2px;
	position: absolute;
	top: 0px;
}

.customInput {

	background: transparent;
	background: #f8f8f8;
	border: 0;
	height: 43px;
	line-height: 43px;
	padding: 0 15px;
	color: #777;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 95%;
	margin: 14px 2%;
	border: solid 1px #333;

}

.cat_icon_pro {
	width: 60px;
	height: 60px;
	background: #5c5c5c;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 10px;
}

.ck-editor__editable {
	min-height: 120px;
}

.countCir {
	position: absolute;
	font-size: 7px;
	color: #fff;
	line-height: 12px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-align: center;
	top: -5px;
	left: -1px;
}

.report-head {
	background: #474747;
}

.list_card_new {
	background-color: #fff;
	margin: 0 0 5px 0;
	/* box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); */
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
	border-radius: 0px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	min-height: 85px;
}

.concardheadBG {
	background: #e6e6e6;
	border-top: solid #fff 2px;
}

.concardBG {
	background: #ecf3f8;
	border: solid #fff 2px;
}

.thumbnew {
	background: red;
	box-shadow: 5px 5px 1px #b6bfc7;
	width: 50px;
	height: 50px;
}

.btn-min-width {
	width: 80px;
}

#timemanTab .active {
	background: #333 !important;
}

#Project-Type-Master-page.active_page~.btn-fabicon {
	display: none;
}







.card_head_bgcolor {
	background-color: #ccc
}

.header_background_proj_6 {
	background-color: #848c57;
}

.color_proj_6 {
	color: #848c57;
}






.card_background_proj_6 {
	background-color: rgba(132, 140, 87, 0.2);
}

.header_background_proj_33 {
	background-color: #4c70ac;
}

.color_proj_33 {
	color: #4c70ac;
}

.card_background_proj_33 {
	background-color: rgba(76, 112, 172, 0.2);
}

.header_background_proj_7 {
	background-color: #cb9b42;
}

.color_proj_7 {
	color: #cb9b42;
}

.card_background_proj_7 {
	background-color: rgba(203, 155, 66, 0.2);
}

.header_background_proj_28 {
	background-color: #b5654c;
}

.color_proj_28 {
	color: #b5654c;
}

.card_background_proj_28 {
	background-color: rgba(181, 101, 76, 0.2);
}

.header_background_proj_37 {
	background-color: #94b0b7;
}

.color_proj_37 {
	color: #94b0b7;
}

.card_background_proj_37 {
	background-color: rgba(148, 176, 183, 0.2);
}

.header_background_proj_36 {
	background-color: #595458;
}

.color_proj_36 {
	color: #595458;
}

.card_background_proj_36 {
	background-color: rgba(89, 84, 88, 0.2);
}

.header_background_proj_34 {
	background-color: #c7b198;
}

.color_proj_34 {
	color: #c7b198;
}

.card_background_proj_34 {
	background-color: rgb(199, 177, 152, 0.2);
}

.header_background_proj_23 {
	background-color: #f3b900;
}

.color_proj_23 {
	color: #f3b900;
}

.card_background_proj_23 {
	background-color: rgb(243, 185, 0, 0.2);
}

.header_background_proj_27 {
	background-color: #508104;
}

.color_proj_27 {
	color: #508104;
}

.card_background_proj_27 {
	background-color: rgba(80, 129, 4, 0.2);
}

.header_background_proj_39 {
	background-color: #b88c8c;
}

.color_proj_39 {
	color: #b88c8c;
}

.card_background_proj_39 {
	background-color: rgba(184, 140, 140, 0.2);
}

.header_background_proj_38 {
	background-color: #4a707a;
}

.color_proj_38 {
	background-color: #4a707a;
}

.card_background_proj_38 {
	background-color: rgba(74, 112, 122, 0.2);
}

.header_background_proj_31 {
	background-color: #94b0b7;
}

.color_proj_31 {
	color: #94b0b7;
}

.card_background_proj_31 {
	background-color: rgba(148, 176, 183, 0.2);
}

.header_background_proj_46 {
	background-color: #680734;
}

.color_proj_46 {
	color: #680734;
}

.card_background_proj_46 {
	background-color: rgba(104, 7, 52, 0.2);
}

.header_background_proj_47 {
	background-color: #0a3272;
}

.color_proj_47 {
	color: #0a3272;
}

.card_background_proj_47 {
	background-color: rgba(10, 50, 114, 0.2);
}

@media (max-width: 768px) {
	.hMenu .htab {
		display: inline-block;
		white-space: normal;
		margin: 0px;
		position: relative;
		height: 32px;
		width: 45px;
		padding: 5px;
		font-size: 9px;
		line-height: 11px;
	}

	.layout_card_mob {

		margin: 0 0 5px 0;
		box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
		border-radius: 3px;
		border-bottom: 1px hidden #fff;
		background: #bfbfbf;
	}

	.layout_card_desk {

		margin: 0;
		box-shadow: none;
		border-radius: 0px;
		border-bottom: 0px hidden #fff;
		background: none;
	}

	.cardWidthResponsive {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.cardWidthResponsive {
		width: 100%;

	}
}

.hMenu {
    overflow: auto;
    white-space: nowrap;
}

.hMenu .htab {
    display: inline-grid;
    white-space: normal;
    margin: 0px 10px !important;
    position: relative;
   /*  min-height: 56px; */
    padding: 6px 5px;
	height: 70px;
    float: none;
}

  
.patch_subtask, .patch_subtask input{
	font-size: 13px;
	position: absolute !important;
	min-height: 22px !important;
	padding-left: 35px !important;
	top: 0;
	width: 100% !important;
	right: 0;
	opacity: 0;
	z-index: 1;
}
.list_card_new {
	background-color: #fff;
	margin: 0 0 5px 0;
	/* box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); */
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	min-height: 85px;
}
.concardheadBG {
	background: #e6e6e6;
	border-top: solid #fff 2px;
}

.concardBG {
	background: #ffffff;
	border: solid #fff 2px;
	display: flex;
	align-items: center;
}

.thumbnew {
	background: red;
	box-shadow: none;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
input#file {
    opacity: 1 !important;
    position: unset;
}

input#file::-webkit-file-upload-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: -100%;
}
.list_card_new p {
    font-family: inherit;
    line-height: 24px;
    font-weight: 100;
}