html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*font-family: 'open_sansregular' !important;*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family: 'robotoregular';
	font-size: 15px;
	line-height: 1.42857143em;
	color: #333;
	background: #eee;
	background-size: cover;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	font-family: inherit;
	font-weight: 300;
}

/* -- button styles ------------------------------------- */


/*-- signin-card animation ---------------------------------------- */


/* -- login paper styles ------------------------------ */

.signin-card {
	max-width: 350px;
	border-radius: 2px;
	margin: 20px auto;
	padding: 20px;
	background-color: #eceff1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.background-theme {
	background: #00838f;
}

.background-theme-2 {
	background-color: #3f4853;
}

.color-theme {
	color: #00838f;
}
.border-theme {
    border: solid 1px #00838f;
}
.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;
}

.display1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.subhead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
	text-transform: inherit;
	letter-spacing: inherit;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
	color: #fff;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
	color: inherit;
}

*[data-role='page'] {
    overflow: hidden !important;
}

/**
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #fff;
    border-color: #fff;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
color: #fff;}

.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check{    border: 2px solid #fff;}
**/

select.form-control {
	padding-left: 5px;
	padding-right: 5px;
}

.tile {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition-duration: 200ms;
	transition-property: transform, box-shadow, margin, opacity, width;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff;
}

.margin-top-22 {
	margin-top: 22px;
}

.box-shadow-6 {
	margin-bottom: 6px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.59);
}

.clip {
	clip: rect(auto, auto, auto, auto);
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.display-inline {
	display: inline;
}

.form-group.form-theme .form-control {
	transition: none;
	background-image: none;
	background-color: #e7e7e7;
	color: #333;
	padding: 7px 15px;
	border-radius: 20px;
}

.form-group.form-theme .form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-group.form-theme .form-control:-ms-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-webkit-input-placeholder {
	color: #999
}

.form-group.form-theme .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.btn-theme {
	color: #ffffff;
	background-color: #00838f;
	border-color: #00838f;
	border-radius: 25px;
}

.btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus{
    background: #00838f;
    outline: none;
}

.btn.btn-raised:not(.btn-link):hover.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-theme, .btn-group-raised .btn:not(.btn-link):hover.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-theme, .btn.btn-raised:not(.btn-link):focus.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-theme, .btn-group-raised .btn:not(.btn-link):focus.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-theme, .btn.btn-raised:not(.btn-link).active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-theme, .btn-group-raised .btn:not(.btn-link).active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-theme, .btn.btn-raised:not(.btn-link):active.btn-theme, .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-theme, .btn-group-raised .btn:not(.btn-link):active.btn-theme, .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-theme{
	background-color: #00838f;
}

.btn.btn-raised.btn-theme, .input-group-btn .btn.btn-raised.btn-theme, .btn.btn-fab.btn-theme, .input-group-btn .btn.btn-fab.btn-theme, .btn-group-raised .btn.btn-theme, .btn-group-raised .input-group-btn .btn.btn-theme {
    background-color: #00838f;
    color: rgba(255,255,255, 0.85);
	border-color: #00838f;
}

.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;
}

.background-bfb-20 {
	background: rgba(191, 191, 191, 0.3);
}

.background-bfb-40 {
	background: rgba(191, 191, 191, 0.4);
}

.background-bfb {
	background: #e6e6e6;
}

.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;
}

.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;
}
/*Remove rounded coners*/

nav.sidebar.navbar {
	border-radius: 0px;
	background-color: transparent;
}

nav.sidebar,
.main {
	-webkit-transition: margin 200ms ease-out;
	-moz-transition: margin 200ms ease-out;
	-o-transition: margin 200ms ease-out;
	transition: margin 200ms ease-out;
}


#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 {
	overflow: hidden;
	background-color: #fff;
	margin: 5px 5px 5px 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
	border-radius: 10px;
	border: 1px solid #e6e6e6;
}

.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;
}

.form-popup {
	background-color: transparent;
	border: 1px solid #d2d2d2;
	height: 34px;
	color: #dadada;
	border-radius: 25px !important;
}

.form-popup input,
.form-popup select {
	padding: 0px 14px;
	border-radius: 25px !important;
	height: 34px;
}

.pagination_pop>li>a,
.pagination_pop>li>span {
	background: transparent;
	border: 0px;
}

.pagination_pop>.active>a,
.pagination_pop>.active>a:focus,
.pagination_pop>.active>a:hover,
.pagination_pop>.active>span,
.pagination_pop>.active>span:focus,
.pagination_pop>.active>span:hover {
	z-index: 2;
	color: #00838f;
	cursor: default;
	background-color: #ffffff;
	border-radius: 100%;
}

.btn-option:hover {
	color: #fff;
	background-color: #0e102f !important;
	border: 1px solid #8c8c8c;
}

.pagination_pop>.disabled>a,
.pagination_pop>.disabled>a:focus,
.pagination_pop>.disabled>a:hover,
.pagination_pop>.disabled>span,
.pagination_pop>.disabled>span:focus,
.pagination_pop>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: transparent;
	border-color: transparent;
}

#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;
}
/*
/* Add gap to nav and right windows.*/

.main {
	padding: 10px 10px 0 10px;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
	background-color: #00838f;
	color: inherit;
}

.navbar .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: normal;
}

/* .....NavBar: Icon only with coloring/layout.....*/


/*small/medium side display*/

@media (min-width: 768px) {

	/*Allow main to be next to Nav*/
	.main {
		position: absolute;
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/
		margin-left: 235px;
		float: right;
	}

	.navbar.navbar-inverse .dropdown-menu li>a {
		font-size: 14px;
		padding: 11px 22px;
	}

	/*lets nav bar to be showed on mouseover*/
	/*Center Brand*/
	nav.sidebar.navbar.sidebar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}

	/*Center Brand*/
	nav.sidebar .navbar-brand,
	nav.sidebar .navbar-header {
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}

	/*Center Icons*/
	nav.sidebar a {
		padding-right: 13px;
	}

	/*adds border top to first nav box */
	nav.sidebar .navbar-nav>li:first-child {
		border-top: 0x #e5e5e5 solid;
	}

	/*adds border to bottom nav boxes*/
	nav.sidebar .navbar-nav>li {
		border-bottom: 0px #e5e5e5 solid;
	}

	/* Colors/style dropdown box*/
	nav.sidebar .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #fff;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-inverse .navbar-nav>li>a {
		color: #333;
	}

	/*allows nav box to use 100% width*/
	nav.sidebar .navbar-collapse,
	nav.sidebar .container-fluid {
		padding: 0 0px 0 0px;
		background: transparent;
	}

	.navbar .navbar-nav>.active>a,
	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.active>a:focus {
		color: #333;
		background-color: #fff;
		border-radius: 3px;
		border: solid 1px #00838f;
	}

	/*colors dropdown box text */
	.navbar-inverse .navbar-nav .open .dropdown-menu>li {
		color: #333;
		white-space: normal;
	}

	/*gives sidebar width/height*/
	nav.sidebar {
		width: 100%;
		height: 100%;
		float: left;
		z-index: 100;
		margin-bottom: 0px;
	}

	/*give sidebar 100% width;*/
	nav.sidebar li {
		width: 100%;
	}

	/* Move nav to full on mouse over*/
	nav.sidebar:hover {
		margin-left: 0px;
	}

	/*for hiden things when navbar hidden*/
	.forAnimate {
		opacity: 1;
	}
}


/* .....NavBar: Fully showing nav bar..... */

@media (max-width: 767px) {
	.main_div_width {
		width: 100%;
		margin-top: 112px;
	}

	.navbar-side {
		width: auto;
		height: auto;
	}

	.side_nav {
		width: 100%;
	}

	.content_div {
		width: 100%;
	}

	.navbar .navbar-nav>li>a {
		color: #333;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar .navbar-nav .active>a {
		color: #fff;
		background: #009688;
	}

	.navbar .navbar-nav .dropdown .dropdown-toggle:after {
		content: '';
		font-family: 'Material Icons';
		font-size: 1.5em;
		float: right;
	}

	.navbar .navbar-nav .dropdown.open .dropdown-toggle:after {
		content: '';
	}

	.navbar-nav .open .dropdown-menu {
		/*position: absolute; */
		float: none;
		width: auto;
		margin-top: 0;
		background-color: white;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		left: -126%;
		color: #333;
	}

	.searchbox-input {
		width: 96%;
	}

	.searchbox-input:focus {
		width: 96%;
	}
}

@media (min-width: 1330px) {

	/*Allow main to be next to Nav*/
	.main {
		width: calc(100% - 235px);
		/*keeps 100% minus nav size*/

	}

	/*Show all nav*/
	nav.sidebar {
		margin-left: 0px;
		float: left;
	}

	/*Show hidden items on nav*/
	nav.sidebar .forAnimate {
		opacity: 1;
	}
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color:rgba(0, 0, 0, 0.44) !important;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
	color: inherit;
	background-color: #00838f;
}

nav:hover .forAnimate {
	opacity: 1;
}

section {
	padding-left: 15px;
}

@media (max-width: 786px) {

	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0px;
		border: 1px solid transparent;
	}

}

.right_bottom {

	position: fixed !important;
	right: 20px;
	bottom: 20px;

}


#accordion-style-1 h1,
#accordion-style-1 a {
	color: #007b5e;
}

#accordion-style-1 .btn-link {
	font-weight: 400;
	color: #333;
	background-color: transparent;
	text-decoration: none !important;
	font-size: 15px;
	padding-left: 10px;
	text-transform: inherit;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
	display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
	background: #007b5e;
	padding: 13px 11px;
	color: #ffffff;
	width: 35px;
	height: 41px;
	position: absolute;
	left: -1px;
	top: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	display: block;
}

.plus_xs {

	font-size: 24px !important;
	height: 40px !important;
	line-height: 40px !important;
	margin: auto !important;
	min-width: 40px !important;
	width: 40px !important;

}

.hMenu {
	overflow: auto;
	white-space: nowrap;
}

.hMenu .htab {
	display: inline-block;
	white-space: normal;
	margin: 0px;
	position: relative;
	height: 34px;
	width: 80px;
	padding: 5px;
	font-size: 14px;
}



.form-group {
	padding-bottom: 0px;
	margin: 20px 0 0 0;
}

.side_list .row-fulid:nth-child(4n+1) .layout_card {
	background: rgb(191, 191, 191);
}

.side_list .row-fulid:nth-child(4n+2) .layout_card {
	background: rgba(191, 191, 191, 0.8);
}

.side_list .row-fulid:nth-child(4n+3) .layout_card {
	background: rgba(191, 191, 191, 0.6);
}

.side_list .row-fulid:nth-child(4n+4) .layout_card {
	background: rgba(191, 191, 191, 0.4);
}

.form-login {
	background-color: transparent;
	border: 1px solid #d2d2d2;
	height: 34px;
	color: #dadada;
	border-radius: 25px !important;
}

.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;
}

.message-text {
	min-height: 50px;
	min-width: 120px;
	max-width: 75%;
	margin: 3px 2px;
	padding: 8px 10px;
	margin: 3px 2px;
	padding: 8px 10px;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 8px;
	line-height: 20px;
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
}

.message-text_1 {
	min-height: 50px;
	min-width: 120px;
	max-width: 75%;
	/* margin: 3px 2px; */
	padding: 8px 10px;
	padding: 0px 5px;
	/* box-shadow: 0px 0px 5px 0px #999; */
	border-radius: 8px;
	line-height: 20px;
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
	word-break: break-word;
}

.message-time {
	font-size: 10px;
	line-height: 14px;
	margin-right: -8px;
	font-size: 10px;
	line-height: 14px;
	margin-right: -8px;
}


.RecvBox .msg-arrow {
	position: absolute;
	font-size: 16px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "\e92b";
	/*   margin: -11px 0 0 0%; */
	text-shadow: -1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
	z-index: 2;
}

.SendBox .msg-arrow {
	position: absolute;
	font-size: 16px;
	right: 0px;
	color: #fff;
	top: 50%;
	/*   margin: -11px 0 0 0%; */
	transform: translateY(-50%);
	text-shadow: 1.5px 0px 0.5px rgba(123, 122, 122, 0.52);
	z-index: 2;

}

.timeLineview {
	font-size: 10px;
	line-height: 14px;
	margin-right: -8px;
	font-size: 10px;
	line-height: 14px;
	margin-right: 0px;
	padding: 5px 5px;
	text-decoration: underline;
}

.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;
}

.Thumbdiv_1 {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	margin: 0;
	float: right;
}

.ThumbText_1 {
	font-weight: bold;
	line-height: 18px;
	font-size: 10px;
	border-radius: 0;
}

::-webkit-scrollbar {
	width: 6px;
	height: 4px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}


/* material loader */

.action-btn-circle .material-loader-box {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: 0px;
	margin-top: 0px;
	width: 0px;
}

.material-loader-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 1;

	/* width: 150px;
    height: 70px;
    top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -35px; */

	width: 220px;
	min-height: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -50px;
	padding-bottom: 10px;
}

.material-loader-box .loader {
	position: relative;
	margin: 15px auto;
	width: 45px;
	height: 45px;

	&:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
}

.material-loader-box .circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.material-loader-box .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #F04E23;
}

.material-loader-box .path-color {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes color {

	100%,
	0% {
		stroke: #d62d20;
	}

	40% {
		stroke: #0057e7;
	}

	66% {
		stroke: #008744;
	}

	80%,
	90% {
		stroke: #ffa700;
	}
}

.datepicker-days .prev,
.datepicker-days .next {
	font-family: icomoon;
	margin: 0 0 5px 0;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 3px;
	border-bottom: 1px hidden #fff;
	padding: 10px;
}

.picker-switch {
	background: #eee;
}

.glyphicon {
	font-family: icomoon;
}

.glyphicon-time {
	display: none !important;
}

.glyphicon-chevron-right:before {
	content: "\e957";
}

.glyphicon-chevron-left:before {
	content: "\e959";
}



/* material loader end */

/* loader start */
.loader_Wrapper {
	/* display: block; */
	position: absolute; 
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: rgba(255,255,255,0.2); */
	background: rgba(0, 0, 0, 0.2);
}


.spinner {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
}

.spinner>div {
	width: 22px;
	height: 22px;
	/* background-color: #406F18; */
	/* background-color: #fff; */
	background-color: #F04E23;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* 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;
}

#accordion{
    /*border: 2px solid #1468a8;*/
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 0px solid ;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title span{
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #474747;
    text-align: right;
    border: none;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    /*background: #fff;
    color: #1468a8;*/
}
#accordion .panel-title a.collapsed:hover{
    /* background: #1468a8; */
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    color: #fff;
    position: fixed;
    top: 17px;
    left: 20px;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    color: #1468a8;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}

.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-494{
	background-color:#adadad;
}
.background-6b6{
	background-color:#6b6b6b !important;
}
.background-5b5{
	background-color:#b4b4b4 !important;
}
.background-146{
	background-color:#9b9b9b  !important;
}
.background-bottom-blue{
	background-color:#1f4d71 !important;
    font-size: 9px;
    padding: 0px 5px;
    line-height: 12px;
    color: #fff;

}
.report-head{
	    background: #474747;
}
.color-yellow{
	color:#efc775;
}
.color-heding-color{
	color:#c0e4f2 !important;
}
.border-left-bf{
	    border-left: solid #787878 0.7px;
}
.border-right-bf{
	    border-right: solid #787878 0.7px;
}
.color-green_1{
	color:#47af35;
}
.color-red_1{
	color:#ef6c57;
}
.margin-left-5{
	margin-left:5px;
}

.blue-card{
	background-color: #3083b7;
    margin: 0 0 0px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px hidden #fff;
}
.blue-light-card{
	background-color: #425764;
    margin: 0 0 0px 0;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px hidden #fff;
}
.panel-group {
    margin-bottom: 0px;
}
.padding-tb-7{
	padding-top:7px !important;
	padding-bottom:7px !important;
}

.faintbluecard {
	background-color:#c0e4f2;
    color:#0c4b72!important;
    margin: 0 0 0px 0;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px hidden #fff;
    line-height: 21px;
    font-size: 10px;
    padding: 0px 5px;
}
.blue-dark-card {
    background-color: #1468a8;
    margin: 0 0 0px 0;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 1px hidden #fff;
}

.color-blue{
	color:#0c4b72;
}
.panel-heading{
    background-color: #0c4b72;
}
.card_bottom_mar{
    margin-bottom: 0px;
}
.card_top_mar{
    margin-top: 2.5px;
}
.padding-bottom-7{
    padding-bottom: 7px; 
}
.padding-top-7{
    padding-top: 7px; 
}
.border-bottm-bf {
    border-bottom:  solid #7a7a7a  0.7px;
}

.main_font_big{
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
}
.bor-div{
    
        outline: solid 0.2px #b5b5b5;
    height: 60px;
    margin: 5px 0px;
    width: 0px;
    padding: 0 !important;
    
}
.main_div_big{
    margin-top:12px;
    padding: 10px 10px 0px 10px;
}
.border-radius-5{
    border-radius: 5px !important;
}
.background-6b6-50 {
    background-color: #cbcbcb !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;
}


.background-status-green {
 	margin:  4px 0px;
	background-color: green;
 	width: 10px;
  	height: 10px;
  	border-radius: 50%;
}

.background-status-yellow {
	background-color: #fff000;
	 /* margin:  10.5px 4px; */
	 margin: 4px 0px;
 	width: 10px;
  	height: 10px;
  	border-radius: 50%;
  	/* animation: yellow 0.7s linear infinite; */

}

.background-status-red {
  background-color: red;
	 /* margin: 10.5px 4px; */
  margin: 4px 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* animation: red 0.7s linear infinite; */
}

@keyframes red {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3), 
   				0 0 0 2px rgba(255, 0, 0, 0.3), 
    			0 0 0 6px rgba(255, 0, 0, 0.3), 
    			0 0 0 8px rgba(255, 0, 0, 0.3);
 	}
  100% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.3), 
    			0 0 0 6px rgba(255, 0, 0, 0.3), 
    			0 0 0 8px rgba(255, 0, 0, 0.3), 
    			0 0 0 15px rgba(255, 0, 0, 0);
  	}
}
@keyframes yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 240, 0, 0.3), 
   				0 0 0 2px rgba(255, 240, 0, 0.3), 
    			0 0 0 6px rgba(255, 240, 0, 0.3), 
    			0 0 0 8px rgba(255, 240, 0, 0.3);
 	}
  100% {
    box-shadow: 0 0 0 2px rgba(255, 240, 0, 0.3), 
    			0 0 0 6px rgba(255, 240, 0, 0.3), 
    			0 0 0 8px rgba(255, 240, 0, 0.3), 
    			0 0 0 15px rgba(255, 240, 0, 0);
  	}
}

.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: 50px;
		top: 5px;
	}
	.infoButton{
		width: 25px;
		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: #ffffff !important;
	border: 1px solid #ddd;
}


.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:#162a4f !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;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
}
.btn-min-width {
    width: 80px;
}
#timemanTab .active{
    background: #333 !important;
}

#Project-Type-Master-page.active_page ~ .btn-fabicon {
	display: none;
}
.buttons-csv{
	color: #fff !important;
	background-color: #162a4f;
	border-radius: 25px;


}
div#additionalCards {
    margin-top: 10px;
    padding: 5px;
}

div#additionalCards .card {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

div#additionalCards .card legend{
    margin: 0;
    font-size: 15px;
    display: inline-block;
    width: auto;
    margin-left: 20px;
    font-weight: 600;
}

div#additionalCards .card fieldset {
    border: 1px solid #acacac;
    min-height: 100px;
    border-radius: 5px;
}
div#CreateHelpDeskMasterForm {
    height: calc(100vh - 100px);
    overflow: auto;
}
div#MasterHelpDeskMasterList {
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 70px;
}

.WeekSelection .component-card {
    margin: 0;
    padding: 10px;
}
.WeekSelection fieldset {
    min-height: 60px !important;
    padding: 10px;
}

div#HelpDeskMasterView legend {
    margin: 0;
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin-left: 16px;
}

div#HelpDeskMasterView fieldset {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

div#HelpDeskMasterView fieldset span {
    display: block;
}
.row-fluid.vertical-middle.menu_background_opacity p {
    color: #000 !important;
}
.app_content_body > .layout_card {
    background: #fff;
}

.app_content_body > .layout_card input {
    border: 2px solid #ddd;
}

.app_content_body > .layout_card .col-xs-6:first-child {
    text-align: left;
    display: flex;
}

.app_content_body > .layout_card button[data-type="goto"] ,
.app_content_body > .layout_card button {
    background-color: #fff !important;
    border: 1px solid #586525;
    box-shadow: none !important;
    color: #586525 !important;
    font-weight: 600;
    width: auto;
    font-size: 10px;
}

.app_content_body > .layout_card button[data-type="goto"]:hover ,
.app_content_body > .layout_card button:hover {
    background: #586525 !important;
    color: #fff !important;
}
.layout_card .list_card_new {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.layout_card {}

.col-sm-6.cardWidthResponsive.mediaCodeList.layout_card {box-shadow: none !important;}

.layout_card .list_card_new .concardBG {
    background: #fff;
    min-height: 85px;
    padding-top: 15px !important;
}

.list_card[id*="ComponentCard"] {background-color: #fff !important;margin: 0 0 3px -1px !important;box-shadow: 0 1px 6px rgba(32, 33, 36, 0.47);border-radius: 3px;border-bottom: 1px hidden #fff;overflow: hidden;}

.list_card[id*="ComponentCard"] label {
    color: #333;
}

div#myAssignProjecListContainer .cardBG {
    background: #fff !important;
}

div#myAssignProjecListContainer .newcardstyle {
    border-radius: 10px !important;
    padding: 5px !important;
}
#globalSearchProjectsContainer .cardBG {
    background: #fff !important;
}

#globalSearchProjectsContainer .newcardstyle {
    border-radius: 10px !important;
    padding: 5px !important;
}
#myProjectsListContainer .cardBG {
    background: #fff !important;
}

#myProjectsListContainer .newcardstyle {
    border-radius: 10px !important;
    padding: 5px !important;
}
#SetMyTargets-page .cardBG {
    background: #fff !important;
}

#SetMyTargets-page .newcardstyle {
    border-radius: 10px !important;
    padding: 5px !important;
}
.newthemecolor {
    background: #fff !important;
}

.newthemecolor .selectchecklist_div {
    color: #333 !important;
    margin: 0px !important;
    padding: 0 !important;
}
.progress-holdersd{
	position:relative;
	width: 50px;
	height: 50px;
	border-radius:50%;
	background: #586525;
	overflow:hidden;
	margin-left: 15px;
	}
.semi-circlesd{
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: 50%;
	position:absolute;
	top:0px;
	left:0px;
}
.left-blocksd{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ccc;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.right-blocksd{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	background: #ccc;
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
	transform-origin: left center;
}
.masksd{
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	background: #fff;
	border-radius: 50%;
	text-align:center;
	}

.masksd span{
	color: #586525;
	font-size: 11px;
	font-family: Arial;
	position: absolute;
	width: 100%;
	text-align: center;
	top: calc(50% - 10px);
	left: calc(0px);
}

.newthemecolor .selectchecklist_div p.font-8 {
    font-size: 9px;
}

[addform="1"] .app_content_body {
    background: #eee;
}
[addform="1"] .app_content_body .container {
    background: #fff;
    margin-top: 10px !important;
    width: 100% !important;
    max-width: 700px !important;
    padding: 10px !important;
    border-radius: 5px;
}

[addform="1"] .app_content_body div#accordion-style-1 {
    margin: 5px;
}
[addform="1"] .app_content_body .container .inputOptionFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputOptionFormField .col-xs-2.text-center {
    display: none;
}

[addform="1"] .app_content_body .container .inputOptionFormField label {
    top: -30px !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    left: 0px !important;
}

[addform="1"] .app_content_body .container .inputOptionFormField input {
    /* border: 1px solid #ddd; */
    /* background-image: none !important; */
    border-radius: 5px !important;
    margin-top: 10px;
    padding-left: 0px;
    font-size: 15px;
}
/* option */
[addform="1"] .app_content_body .container .inputtextFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputtextFormField .col-xs-2.text-center {
    display: none;
}

[addform="1"] .app_content_body .container .inputtextFormField label {
    top: -30px !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    left: 0px !important;
}

[addform="1"] .app_content_body .container .inputtextFormField input {
    /* border: 1px solid #ddd; */
    /* background-image: none !important; */
    border-radius: 5px !important;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}
/* text */
[addform="1"] .app_content_body .container .inputselectAutoCompleteFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputselectAutoCompleteFormField .col-xs-2.text-center {
    display: none;
}

[addform="1"] .app_content_body .container .inputselectAutoCompleteFormField label {
    top: -30px !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    left: 0px !important;
}

[addform="1"] .app_content_body .container .inputselectAutoCompleteFormField input {
    /* border: 1px solid #ddd; */
    /* background-image: none !important; */
    border-radius: 5px !important;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}
/* selectAutoComplete */

[addform="1"] .app_content_body .container .inputattachMentFileFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputattachMentFileFormField .col-xs-2.text-center {
    display: none;
}

[addform="1"] .app_content_body .container .inputattachMentFileFormField label {
    top: -30px !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    left: 0px !important;
}

[addform="1"] .app_content_body .container .inputattachMentFileFormField input {
    /* border: 1px solid #ddd; */
    /* background-image: none !important; */
    border-radius: 5px !important;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}
/* attachMentFile */
[addform="1"] .app_content_body .container .inputradioFormField {
    /* box-shadow: none !important; */
    /* border: none; */
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputradioFormField .col-xs-2.text-center {
    display: none;
}

[addform="1"] .app_content_body .container .inputradioFormField .col-sm-4 button {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding-left: 6px !important;
}

[addform="1"] .app_content_body .container .inputradioFormField input {
    border: 1px solid #ddd;
    background-image: none !important;
    border-radius: 5px !important;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}
/* radio */

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card {
    background: #fff !important;
    box-shadow: none;
    display: block !important;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card .creatNameWidth button {
    padding: 0 !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card .creatNameWidth {
    width: 100% !important;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card .creatvalueWidth {
    width: 98% !important;
    /* border: 1px solid #ddd !important; */
    border-radius: 5px;
    margin-left: 3px;
    height: 40px;
    margin-top: 10px;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card .creatvalueWidth p {
    text-align: left !important;
    padding-top: 3px;
}

[addform="1"] .app_content_body .container .inputOptionWithBtnFormField .layout_card .creatButonWidth {
    position: absolute !important;
    top: 27px;
    right: 10px;
}

/* optionwithbtn */
[addform="1"] .app_content_body .container .inputtoggleFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}

[addform="1"] .app_content_body .container .inputtoggleFormField [id*="Name"] {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 0;
}

[addform="1"] .app_content_body .container .inputFrequencybuttonsFormField {
    box-shadow: 0 1px 3px rgba(32, 33, 36, 0.47) !important;
    border: none;
    margin-bottom: 10px !important;
}
[addform="1"] .app_content_body .container .inputFrequencybuttonsFormField [id*="Name"] {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-bottom: 10px;
}

[addform="1"] .app_content_body .container .inputFrequencybuttonsFormField .col-xs-4 button {
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
}

[addform="1"] .app_content_body .container .inputtoggleFormField .col-xs-10 {
    padding: 0;
}


[addform="1"] .app_content_body .container .inputradioFormField .layout_card {
    box-shadow: none;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

[addform="1"] .app_content_body .container .inputradioFormField .col-sm-8 > div .form-group {
    margin: 0px !important;
}

[addform="1"] .app_content_body .container .inputradioFormField .col-sm-8 {
    width: 100% !important;
}

[addform="1"] .app_content_body .container .inputradioFormField .col-sm-8 > div .form-group .radio {
    text-align: left !important;
}
[addform="1"] .app_content_body .container .inputtoggle1FormField .newcardstyle {
    box-shadow: none;
}

[addform="1"] .app_content_body .container .inputtoggle1FormField .newcardstyle .creatNameWidth button {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;    
}

[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle {
    box-shadow: none;
}


[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle .creatNameWidth button {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle .creatNameWidth {
    width: 100% !important;
}

[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle .creatvalueWidth {
    width: 100% !important;
}

[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle .creatvalueWidth p {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    min-height: 35px;
    padding-right: 40px;
}

[addform="1"] .app_content_body .container .inputCheckboxFormField .newcardstyle .creatButonWidth {
    position: absolute;
    top: 24px;
    right: 13px;
}
div#projectDetails-body div {
    width: 50%;
    display: inline-block;
    padding: 0;
}

div#projectDetails-body div.col-sm-4 p {
    color: #6b6868;
}

div#projectDetails-body div.col-sm-4 {
    width: 40%;
}

div#projectDetails-body div.col-sm-8 {width: 60%;}

div#projectDetails-body .clearfix {
    display: none;
}
.projectsteps .width70 {
    width: 100%;
    display: inline;
}

.projectsteps .width30 {
    width: 30px;
    display: inline;
}

.projectsteps .col-md-12.col-xs-12 {
    display: flex;
    align-items: center;
}

div#UpdateStatus-modal .modal-content {margin-top: 0px !important;}
div#MasterprojectTypeOwneMappingList {
    height: calc(100vh - 140px);
    overflow: auto;
}