@import "variables";
body {
	background-color:var(--bg-color);
}

.app-header{

	background-color:var(--header-color);
	/*	height:40px !important;*/
	height:50px !important;
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.breadcrumb{
	padding: 0.50rem !important;
}
.breadcrumb {
	/*    margin-top: 22px !important;*/
	margin-top: 35px !important;
    position: fixed;
    width: 100%;
    z-index: 99;
}
a:hover{
	text-decoration: none;
}
.main .container-fluid {
    margin-top: 6%;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--white-color);
    border-color:var(--main-color);
    background-color: var(--main-color);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{
	border-color: var(--main-color);
    background-color: var(--main-color);
}
.select-control {
    /* display: block; */
    width: 25%;
    height: 32px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.iconspan {
	float: right;
	margin-right: 6px;
	margin-top: -25px;
	position: relative;
	z-index: 2;

}
.btn-outline-primary {
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.btn-outline-primary:hover:not(.disabled) ,.btn-outline-primary:not(:disabled):not(.disabled).active{
    color: var(--white-color)  !important;
    background-color: var(--main-color);
    border-color: var(--main-color)!important;
}
.bg-primary{
	background-color:var(--main-color) !important;
	color:var(--white-color) !important;
	border-color:var(--main-color) !important;
}
.btn-primary , .btn-primary.disabled, .btn-primary:disabled{
    color:  var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-primary:hover {
    color: var(--main-color) !important;
    background-color: var(--white-color) !important;
 border-color: var(--main-color)!important;
}
.text-basic{
	color:var(--main-color);
}
.btn-outline {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-outline:hover {
    outline: none;
    text-decoration: none;
    color: var(--white);
    background-color: var(--main-color);
}
.w-90{
	width:90%;
}
/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #F5F5F5; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.app-footer{
	color: var(--white);
    background: var(--main-color);
}
a {

    color: var(--a-color);
}
.a_text{
	color:#000;
}
label.error{
	font-weight: normal;
	color:var(--red-color);
}
.pb-1{
	padding-bottom:1em;

}
.mt-6{
	margin-top:6%;
}
@media (min-width: 992px){
	.header-fixed .app-body {
		margin-top: 1%;
		margin-bottom: 3%;
	}
}
.text-red{
	color: var(--red-color) !important;
}
.mdl-layout {
	align-items: center;
	justify-content: center;
}
.mdl-layout__content {
	padding: 24px;
	flex: none;
}
.mdl-button {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mdl-button--fab {
	color: var(--main-color);
	background-color: var(--white-color);
	height: 30px;
	min-width: 30px;
	width: 30px;
	border:1px solid  var(--main-color);
}
.mdl-button--fab:hover{
	color: var(--white-color);
	background-color:  var(--main-color);
}
.mdl-button{
	margin-top: 0px; 
}
.icon {
	color: #1abc9c;
	background-color: var(--white-color);
	height: 30px;
	min-width: 30px;
	width: 30px;

}
.icon:hover{
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotate(360deg) scale(2);
	-ms-transform: rotate(360deg) scale(2);
	transform: rotate(360deg) scale(2);
}
.animated-icon{
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.animated-icon:hover{
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotate(360deg) scale(2);
	-ms-transform: rotate(360deg) scale(2);
	transform: rotate(360deg) scale(2);
}

.warn{
	color: red;
}
.box{
	border: 1px solid #ececec;
    padding: 1%;
    border-radius: 6px;
    box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);

}
.middle-text-label {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid var(--main-color); 
	line-height: 0.1em;
	margin: 20px 0 20px; 
	color:var(--main-color);
	cursor:pointer;
} 
.middle-text-label span{ 
    background:var(--white-color); 
	padding: 10px 10px;

}
h6.middle-text {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #ececec; 
	line-height: 0.1em;
	margin: 20px 0 20px; 
	color:var(--main-color);
	cursor:pointer;
} 
.basic-header{
	background: var(--white-color);
	border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	height:25px;
	border:1px solid var(--main-color) !important;
}
h6.middle-text span { 
    background:var(--white-color); 
	padding: 11px 18px;
	border: 1px solid #ececec; 
	cursor:pointer;
}
h6.middle-text span:hover { 
	background-color: var(--main-color);
	color:var(--white-color);
}
.option-text{
	border: 1px solid #F3F3F3;
    padding: 5px;
    border-radius: 5px;
    background-color: #FBFBFB;
}
.cursor{
	cursor: pointer;
}
/* ================ Main menu styles: Begin ================ */
.exo-menu{
	width: 100%;
	/*	float: left;*/
	list-style: none;
	position:relative;
	background: var(--main-color);
}
.exo-menu > li {	
	display: inline-block;
	float:left;
}
.exo-menu > li > a{
	color: var(--menu-a-color);
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #365670 dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active{
	background: var(--white-color);
    color: #000;
}
.exo-menu > li > a:hover,
.exo-menu li.drop-down ul > li > a:hover{
	background: var(--main-hover-color);;
    color: var(--white);
}
.exo-menu i {
	float: left;
	font-size: 14px;
    margin-right: 6px;
    line-height: 15px !important;
}
.mega-drop-down,.exo-menu .drop-down{
	background-color: var(--main-color);
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
	content: "\f103";
	color: var(--white-color);
	font-family: FontAwesome;
	font-style: normal;
	display: inline;
	position: absolute;
	right: 5px;
    top: 12px;
    font-size: 12px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #000;
	display: block;
	padding: 12px 14px;
	text-decoration: none;
	background-color: var(--white-color);
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}

.mega-drop-down i:before , .exo-menu  .drop-down i:before , 
.exo-menu  li i:before
{
	font-size:12px;
}
/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
	color:var(--border-color);
	margin-top: 0px;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
	font-size: 90%;
	line-height: 25px;
	color: var(--white-color);
	font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
	text-decoration: none;
	background-color: #4f2c50 !important;
	color: #ccc !important
}
/*mega menu*/

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	display:none;
	padding-top: 0;
	min-height: 100%;
	min-width:800px;

}
h4.row.mega-title {
	color: #000;
	margin-top: 0px;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #a8a6a6;
    padding-top: 15px;
    background-color: #ccc;
}
.mega-menu ul li a {
	line-height: 25px;
	font-size: 90%;
	display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
	border-radius: 1px;
	margin-top:15px;
	background-color: #4f2c50;
	padding: 2px 10px !important;
	line-height: 21px !important;
	display: inline-block !important;
}
a.view-more:hover{
	color:var(--white-color);
	background:#0DADEF;
}
ul.icon-des li a i {
    color: var(--white-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #4f2c50;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:var(--white-color);
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
	width:100%;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
	font-size: 15px;
	margin-top: 0px;
	text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: var(--white-color);
	border:1px solid #4f2c50;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
.visible-xs-block{
	display:none;
}
/*responsive*/
@media (min-width:767px){

	.exo-menu > li > a{
		display:block;
		padding: 14px 20px 8px 8px;
		font-size: 12px;
	}
	.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
	.flyout-left>ul, li.drop-down>ul{
		position:absolute;
	}
	.flyout-right>ul{
		left: 100%;
	}
	.flyout-left>ul{
		right: 100%;
	}
}
@media (max-width:767px){
	.visible-xs-block{
		display:block;
	}
	.exo-menu {
		min-height: 40px;
		background-color:  var(--main-color);
		width: 100%;

	}
	.mega-menu{
		height: 375px;
		overflow: auto;
	}
	.exo-menu > li > a{
		width:100% ;
		display:none ;

	}
	.exo-menu > li{
		width:100%;

	}
	.display.exo-menu > li > a{
		display:block ;
		padding: 14px 20px 8px 8px;
		font-size: 12px;
	}

	.mega-menu, .Images, .Blog,.flyout-right>ul,
	.flyout-left>ul, li.drop-down>ul{
		position:relative;
	}

}


.exo-menu a.toggle-menu{
	position: absolute;
    left: 0px;
    padding: 3px;
    font-size: 23px;
    color: #ccc;
    top: 0px;
}
.border-right{
	border-right: 1px solid #4f2c50;
}
.mega-menu a{
	color: #000;
}

.drop-down-ul li {
	border-left: 1px dotted #547787;
	border-right: 1px dotted #547787;
}
/*  ================ Main menu styles: End ================ */
/*  ================ Job openings styles: Start ================ */


.fav-icon{
	cursor:pointer;
}
.fav-icon i{
	border: 1px solid  var(--main-color);
    padding: 2%;
    border-radius: 50%;
}
.fav-icon i:hover{
	background-color:  var(--main-color);
	color:var(--white-color);
}
.list-grid-item:hover {
    -webkit-box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);
/*    box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);*/
    box-shadow: 0 0 20px 0px var(--main-color);
   	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-color: transparent;
}
.icon-trash {
	color:red !important;
}
.icon-pencil {
	color:var(--main-color) !important;
}
.list-grid-item {
	background: var(--white-color);
    border: 1px solid #b2b2b2;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-grid-item .breakword {
	 word-break: break-word;
}
.text-muted {
    color: #6c757d!important;
}

.list-inline-item {
    display: inline-block;
}
.left-border{
   
    color: #777777;
   
}
.job-single-meta .list-inline-item {
    position: relative;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.accordion>.card {
    overflow: hidden;
}
.card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.left-sidebar .card-body {
    border-bottom: 1px solid #ececec;
}
.box-checkbox {
    margin: 10px 20px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
a.job-list[data-toggle=collapse]:before {
    content: '\f068';
    display: block;
    font-family: "FontAwesome"; 
    font-size: 12px;
    color: #000000;
	font-weight: bold;
    position: absolute;
    right: 10px;
    top: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f067';
	font-size: 12px;
	font-weight: bold; top: 40%;
	font-family: "FontAwesome"; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.job-detail-icons li {
    margin: 2px !important;
}
.add-button{
	display: inline-block;
	position: relative;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	z-index: 999;
	background:  var(--main-color);
	color: var(--white-color);
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	transition:0.2s opacity ease-in-out;
	-webkit-transition:0.2s opacity ease-in-out;
	position: fixed;
    bottom: 10%;
    right: 1%;
}
.add-button:hover{
	background-color: var(--white-color);
	color: var(--main-color);
	border:1px solid  var(--main-color);
}
.leftadd-button{
	display: inline-block;
	position: relative;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	z-index: 999;
	background:  var(--main-color);
	color: var(--white-color);
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	transition:0.2s opacity ease-in-out;
	-webkit-transition:0.2s opacity ease-in-out;
	position: fixed;
    bottom: 10%;
    left: 1%;
}
.leftadd-button:hover{
	background-color: var(--white-color);
	color: var(--main-color);
	border:1px solid  var(--main-color);
}
.nodata{
	padding: 3%;
    font-weight: bold;
    padding-left: 2%;
    border-bottom: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
    border-left: 5px solid var(--main-color);
}
.icon-border{
	border-right:1px solid #777777;
}
.base-color{
	color:var(--main-color);
}
.options {
	padding: 4px;
	border: 1px solid #ececec; 
	border-radius: 5px;
	cursor:pointer;
}
.options:hover,.options-active{
	background-color: #e4e7ea;
}
.questions {
	list-style: circle;
	color: var(--main-color);
	font-weight: bold;

}

.list-grid-item small, .list-grid-item .animated-icon{
	color: #9f9d9d
}
.nav-tabs li.active{
	background-image: linear-gradient(to top,  var(--main-color) 2px, rgba(255, 255, 255, 0) 2px);
}
/************* Project Dashboard *************/
.task-overview .nav-tabs .nav-link.active  {
	border: none;
	background: no-repeat center bottom, center 100%;
	background-size: 0 100%, 100% 100%;
	transition: background 0.3s ease-out;
	background-image: linear-gradient(to top,  var(--main-color) 2px, rgba(255, 255, 255, 0) 2px);
}
.task-overview .nav-tabs .nav-link.active:focus{
	color: #495057;
	background-color: #FAFAFE;
	background-image: linear-gradient(to top,  var(--main-color) 2px, rgba(255, 255, 255, 0) 2px);
}
.task-overview .nav-tabs .nav-link.active {
	background-size: 100% 100%, 100% 100%;
}
.task-overview .nav-tabs .nav-link.active, .task-overview .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	/*    background-color: #FAFAFE;*/
	border-color: #dee2e6 #dee2e6 var(--white-color);
}

.task-block{
	background-color: var(--white-color);
	border:1px solid var(--border-color);
	border-radius:20px;
	height:auto;
}
.border-block{
	border:1px solid #000;
}
.task-overview .tab-content{
	background: none;
}
.task-overview .nav-tabs {
	border-bottom: none;
}
.detail-task-header{
	color:#b9bbc4;
}
.bg-soft-success {
	background-color: rgba(50,200,97,.1)!important;
}

.bg-soft-warning {
	background-color: rgba(255,169,28,.1)!important;
}
.bg-soft-danger {
	background-color: rgba(249,106,116,.1)!important;
}
.bg-soft-light {
	background-color: rgba(148, 158, 161,.1)!important;
}
.bg-soft-dark {
	background-color: #cae7ff !important;
}

.running-task{
	font-size: 12px;
}
.w-30{
	width: 30px;
}
.time-tag-medium:after {
	border-right: 3px solid #f8a100;
}

.time-tag-medium {
	background-color: #fc9f00;
}
.btn-success {
	background-color: var(--main-color);
}
.bg-dark-grey{
	background-color: #f3f3fc;
}

.project-holder{
	border:1px solid var(--border-color);
	border-radius:20px;
	/*		height:205px;*/
	box-shadow: 0 0 20px 0px rgba(47, 47, 47, 0.09);
}
.bg-grey{
	background-color: #FAFAFE;
}
.project-header,.task-header,.timer-header,.mytask-header{
	font-weight: bold;
	border-bottom: 1px solid var(--border-color);
}

.task-overview .navbar-nav .nav-link,.task-overview .navbar-nav .nav-link {
	color: var(--white-color)!important;
}

.project-footer{
	border-top: 1px solid var(--border-color);
}
/*	
	.description{
		height:100px ;
	}*/

.border-right{
	border-right: 1px solid var(--border-color);
}
.border-top{
	border-top: 1px solid var(--border-color);
}
.team-info li img {
	width: 30px;
	height: 30px;
}




/*******************************/

.timeline{
	margin-top:20px;
	position:relative;

}

.timeline:before{
	position:absolute;
	content:'';
	width:4px;
	height:calc(100% + 50px);
	background: rgb(138,145,150);
	background: var(--main-color);
	left:14px;
	top:5px;
	border-radius:4px;
}

.timeline-month{
	position:relative;
	padding:4px 15px 4px 35px;
	background-color:var(--main-color);
	display:inline-block;
	width:auto;
	border-radius:40px;
	border:1px solid var(--main-color);
	border-right-color:var(--main-color);
	margin-bottom:30px;
	color:var(--white-color);
}

.timeline-month span,.timeline-date span{
	position:absolute;
	top:-1px;
	left:calc(100% - 10px);
	white-space:nowrap;
	display:inline-block;
	background-color:var(--white-color);

	border-top-right-radius:40px;
	border-bottom-right-radius:40px;
	border:1px solid var(--main-color);
	box-sizing:border-box;
	color:var(--main-color);
}
.timeline-month span{
	padding:4px 10px 4px 20px;
}
.timeline-date span{
	padding:0px 10px 4px 20px;
}
.timeline-month:before{
	position:absolute;
	content:'';
	width:20px;
	height:20px;
	background: rgb(138,145,150);
	background:var(--main-color);
	border-radius:100%;
	border:1px solid var(--white-color);
	left:5px;
}

.timeline-section{
	padding-left:35px;
	display:block;
	position:relative;
	margin-bottom:30px;
}

.timeline-date{
	margin-bottom:15px;
	padding:2px 15px;
	background:var(--main-color);
	position:relative;
	display:inline-block;
	border-radius:20px;
	border:1px solid var(--main-color);
	color:var(--white-color);
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.3);*/
}
.timeline-section:before{
	content:'';
	position:absolute;
	width:30px;
	height:1px;
	background-color:var(--main-color);
	top:12px;
	left:20px;
}

.timeline-section:after{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:var(--main-color);
	top:7px;
	left:11px;
	border:1px solid var(--main-color);
	border-radius:100%;
}

.timeline-section .col-sm-4{
	margin-bottom:15px;
}

.timeline-box{
	position:relative;

	background-color:var(--white-color);
	border-radius:15px;
	border-top-left-radius:0px;
	border-bottom-right-radius:0px;
	border:1px solid var(--border-color);
	transition:all 0.3s ease;
	overflow:hidden;
}

.box-icon{
	position:absolute;
	right:5px;
	top:0px;
}

.box-title{
	padding:5px 15px;
	border-bottom: 1px solid var(--border-color);
}

.box-title i{
	margin-right:5px;
}

.box-content{
	padding:5px 15px;
	background-color:var(--white-color);
}

.box-content strong{
	color:#666;
	font-style:italic;
	margin-right:5px;
}

.box-item{
	margin-bottom:5px;
}

.box-footer{
	padding:5px 15px;
	border-top: 1px solid var(--border-color);
	background-color:var(--white-color);
	text-align:right;
	font-style:italic;
}
.all-users {
	background-color: #ff5e3a;
	color: var(--white-color) !important;
	font-size: 10px;
	border: 2px solid var(--white-color);
	border-radius: 100%;
	display: block;
	height: 30px;
	overflow: hidden;
	width: 30px;
	line-height: 25px;
	text-align: center;
}
.righticon{
	font-size: 14px;
}
.cursor{
	cursor: pointer;
}
.border-right-green{
	border-right: 3px solid #713772;
}
.btn-graphicon{
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f5;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
	width: 15% !important;
}
.btn-treeicon{
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    text-align: center;
    white-space: nowrap;
    background-color: #d8dbdd;
    border: 1px solid #e4e7ea;
    border-radius: 0.25rem;
	width: 15% !important;
}

.date #daymonth {
	color:#454545;
	font-size: 12px;

	text-align: center;
}
.date #year {
	color:#C1C1C1;
	font-size: 12px;

	text-align: center;
}
.clock.clockborder
{
	border: 0.6em solid #846363 !important;
}
.clock {
	background-color:#e2e2e7;
	border: 0.6em solid white;
	border-radius: 100%;
	height: 3em;
	margin-top:-50%;
	position: relative;
	width: 3em;
}
.clock span {
	background: white;
	bottom: 50%;
	display: block;
	left: 50%;
	position: absolute;
	transform-origin: bottom center;
}
.clock .hours {
	height: 30%;
	width: 0.2em;
}
.clock .minutes {
	height: 45%;
	width: 0.2em;
}
.clockbox {
	background:var(--white-color);
	border-radius:5px;
	display:inline-block;
	margin-top: 6%;
    padding: 7px;
	margin-left: 10px;
}
.clock-title{
	padding:2%;
	background-image:linear-gradient(to top,  var(--main-color) 2px, rgba(255, 255, 255, 0) 2px);
	width:50%;
}
.project-container{
	margin-top: 5%;
}	
.timeline_graph{
	height:460px !important;
}
.projectmenu {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 17px 15px;
	width: 50px;
	height: 50px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	color: #464448;
	overflow: hidden;
	background: var(--main-color);
	border-radius: 50%;
	box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.25);
	transition: 0.2s;
}

.projectmenu.open {
	background: white;
	border: 1px solid #ccc;
	width: 165px;
	height: auto;
	border-radius: 2px;
}

.projectmenu.open .menu__button {
	color: #999;
	transform: rotate(45deg);
}

.projectmenu.open .menu__content {
	opacity: 1;
	visibility: visible;
}

.menu__button {
	font-weight: 400;
	border: 0;
	background: none;
	color: white;
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 34px;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 12px;
	transition: 0.2s;
	user-select: none;
}

.menu__title {
	font-size: 12px;
	margin: 0 0 13px 0;
}

.menu__content {
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.menu__content__list { list-style: none; }
.menu__content__list li {
	margin-bottom: 5%;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px solid var(--border-color);
}
.projectmenu.open .menu__content__list li a{
	margin-left: 3px;
}

/************* Project Dashboard *************/
/************* Question Paper *************/	
.a_skills{
	padding: 5px !important;
}
.wf-stage.purple {
    background-color: var(--main-color);
    color: var(--border-color) ;
}
.wf-stage {
    border-radius: 0;
    color: var(--border-color) !important;
    display: inline-block!important;
    height: 20px;
    float: left;
	font-size: 12px;
    line-height: 20px;
    padding: 0 23px 0 5px;
    position: relative;
    margin: 0 3px 3px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
}
.wf-stage-tags a::before {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,.25);
    content: '';
    height: 6px;
    right: 13px;
    position: absolute;
    width: 6px;
    top: 7px;
}
.wf-stage-tags .purple::after {
    background: var(--white-color);
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--main-color);
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.wf-stage-tags .grey::after {
    background: var(--white-color);
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--border-color);
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.wf-stage.grey {
    color: #000 !important;
    background-color: var(--border-color);
}

/************* Question Paper *************/	
/**** Candidate Profile ********/

.title-info {
/*    display: inline-block;*/
/*	width: 50%;*/
	color: #757575;
}
.info {
	display: block;
    padding-left: 5%;
}
.profile h3 {
	color: #757575;
    font-size: 20px;
	padding-bottom: 20px;
}

.profile {
    padding: 33px 33px 0px;
}
.profile h2{
    color: #713772;
}
.photo-profile {
    margin-bottom: 20px;
}
.photo-profile img {
    display: block;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.download-resume {
    margin-bottom: 25px;
	padding: 8px 0px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    transition: all .3s;
	color: #757575;
	width: 160px;
}

.profile
{
	width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.11);
}

.li-social-links {
    display: inline-block;
    margin: 0 5px 12px;
}
.li-social-links a {
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: all .2s;
	color: #757575;
	border: 1px solid #757575;
}
.li-social-links a:hover {
	background-color: #713772;
	color:var(--white-color) !important;
}
/*#printableArea .title-info{
	width:25% !important;
}*/

.li-info {
	word-wrap: break-word !important;
    padding-bottom: 10px;
}
.skills {
	list-style: none;
}
.skills li:before {    
	font-family: 'FontAwesome';
	content: '\f02c';
	margin:0 5px 0 -15px;
	color: #1abc9c;
}
#tbl_interview_mails{
	border: 0 !important;
}

#tbl_interview_mails tr {
	background-color: var(--white-color) !important;
	border: 0;
	padding: 15px;
	margin-bottom: 1px;
}
#tbl_interview_mails tr:first-child,  #tbl_interview_mails tr:last-child {
	/* -webkit-border-radius: 0; */
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.right-content{
	padding-right:1%;
	word-break: break-word;
	/*		text-align: right;*/
	/*    float: right;*/
	width: 45%;
	font-size: 13px;
	font-weight: bold;
}
.left-content{
	padding-right:1%;
	text-align: left;
	padding: 2%;
	font-size: 13px;
	font-weight: bold;
}
.disable-links
{
	pointer-events: none !important;
	color: #bbcfe1 !important;
}
/****************************/
.profile-icon{
	border-radius:50%;
}
.border-bottom{

	border-bottom:1px double #e2e5e8 !important;
}
.setborder
{
	border: 1px solid red !important;
}




.second {
	width: 350px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 10px 10px 5px #aaaaaa
}

.thumbup {
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px
}

.thumbupo {
	color: #17a2b8
}


#slideOut {
	background-color: var(--white-color);
	position: fixed;
	/*  width: 300px;*/

    width: 444px;
	/*  height: 800px;*/
	top: 30px;
	/*  right: -300px;*/
	right:-444px;
	z-index: 99999;
	/* Animation  */
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	border-radius: 15px 0px 0px 15px
}


/* Display slideOut */

.showSlideOut {
	right: 0px !important;
}


/* Tab */

.slideOutTab {
	cursor: pointer;
	background-color: var(--white-color);
	margin-top: 50px;
	position: absolute;
	left: -40px;
	height:  300px;
	width: 40px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);

	border-radius: 15px 0px 0px 15px
}

.slideOutTab div {
	text-align: center;
	position: relative;
	right: 70px;
	top: 130px;

	width: 180px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
}
#slideOut .modal-body {
	height: 390px;
}
#slideOut .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#slideOut .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.sc_title{
	background-color: var(--white-color);
	color: #713772;
	text-transform: uppercase;
	font-weight: bold;

}
/*.tab-content .tab-pane {
    padding: 0px !important;
}*/
#center-text {          
	display: flex;
	flex: 1;
	flex-direction:column; 
	justify-content: center;
	align-items: center;  
	height:100%;

}
#chat-circle {
	z-index: 99999;
	position: fixed;
	bottom: 50px;
	right: 50px;
	background: #713772;
	width: 60px;
	height: 60px;

	border-radius: 50%;
	color: white;
	padding:15px;
	cursor: pointer;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn#my-btn {
	background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
	z-index: 99999;
	display:none;
	background: #efefef;
	position:fixed;
	right:30px;
	bottom:50px;  
	width:350px;
	max-width: 85vw;
	max-height:100vh;
	border-radius:5px;  
	/*   box-shadow: 0px 5px 35px 9px #464a92; */
	box-shadow: 0px 5px 35px 9px #ccc;
}
.chat-box-toggle {
	float:right;
	margin-right:15px;
	cursor:pointer;
}
.chat-box-header {
	background: #713772;
	color:var(--white-color) !important;
	height:70px;
	border-top-left-radius:5px;
	border-top-right-radius:5px; 
	color:white;
	text-align:center;
	font-size:20px;
	padding-top:17px;
}
.chat-box-body {
	position: relative;  
	height:370px;  
	height:auto;
	border:1px solid #ccc;  
	overflow: hidden;
}
.chat-box-body:after {
	content: "";
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height:100%;
	position: absolute;
	z-index: -1;   
}
#txt_remarks{
	background: #f4f7f9;
	width:100%; 
	position:relative;
	height:47px;  
	padding-top:10px;
	padding-right:50px;
	padding-bottom:10px;
	padding-left:15px;
	border:none;
	resize:none;
	outline:none;
	border:1px solid #ccc;
	color:#888;
	border-top:none;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	overflow:hidden;  
}
.chat-input > form {
    margin-bottom: 0;
}
#txt_remarks::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
#txt_remarks::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
#txt_remarks:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
#txt_remarks:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}
.chat-submit {  
	position:absolute;
	bottom:3px;
	right:10px;
	background: transparent;
	box-shadow:none;
	border:none;
	border-radius:50%;
	color:#713772;
	width:35px;
	height:35px;  
}
.chat-logs {
	padding:15px; 
	height:370px;
	overflow-y:scroll;
}

.chat-logs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
	width: 5px;  
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
	background-color: #5A5EB9;
}



@media only screen and (max-width: 500px) {
	.chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
	width:45px;
	height:45px;
	border-radius:50%;
	float:left;
	width:15%;
}
.chat-msg.self > .msg-avatar img {
	width:45px;
	height:45px;
	border-radius:50%;
	float:right;
	width:15%;
}
.cm-msg-text {
	background:white;
	padding:10px 15px 10px 15px;  
	color:#666;
	max-width:75%;
	float:left;
	margin-left:10px; 
	position:relative;
	margin-bottom:20px;
	border-radius:30px;
}
.chat-msg {
	clear:both;    
}
.chat-msg.self > .cm-msg-text {  
	float:right;
	margin-right:10px;
	background: #5A5EB9;
	color:white;
}
.cm-msg-button>ul>li {
	list-style:none;
	float:left;
	width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.email_header{
	background-color: var(--white-color);
    position: relative;
    padding: 10px 10px;
    padding-right: 120px;
    color: #713772;
	font-weight: bold;
    text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.11);
}
.mail-header-main {
    display: inline-block;
}
.mail-header-right {
    float: right;
}
.mail-header .time {
    color: #a3afb7;
}
.mail-inner-section{

	padding:1%
}
.mail-content{
	text-align: justify;
}
#examtab.nav-tabs .nav-link.active{
	color: #713772; 
	background-color: var(--white-color); 
}
#examtab.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	border:0px solid var(--white-color) !important;
	border-bottom:1px solid #713772; 
}
/**** Candidate Profile ********/
/**** Home Page****/
.shortcut:hover{
	text-decoration: none !important;
}
.shortcut {
    width: 90%;
    display: inline-block;

    vertical-align: top;
    text-decoration: none;
    background: var(--white-color);

	border-right: 1px solid #ccc;

}
.shortcut:hover .shortcut-icon, .shortcut-label:hover {
    color: var(--main-color) !important;
}

.shortcut .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 17px;
    color: #545454;
}

.shortcut-label {
    display: block;
    font-weight: 400;
    color: #545454;
	font-size: 10px;
}

.task-menu li{
	padding:2%;
}
.holiday_day{
	font-size: 20pt;
	font-weight: 100;
	line-height: 1;
}
.holiday_month{
	font-size: 10pt;
    font-weight: 900;
    line-height: 1;
}
.blockquote-custom {
	position: relative;


}

.blockquote-custom-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -17px;
	left: 50px;
	background-color: #713772	;
	font-size: 12px;
}
.today-box{
	background-color: var(--border-color);
	border-radius:5px;
	color:#713772;
	padding: 2%;
	font-weight: bold;
}
.today-list, .upcoming-list ,.holiday-list{
	border-radius:5px;
	color:#713772;


}
.today-list li, .upcoming-list li ,.holiday-list li{
	padding: 2%;

	list-style: none;
	color:#713772;
}
.basic-header p {
	font-size: 12px;
}
.quote-content{
	font-size: 12px;
}
.left-menu:hover{
	box-shadow:0 0 20px 0px rgba(47, 47, 47, 0.09);
	border-radius: 5px;
}
.notes-header
{
	padding: 10px 30px !important;
}
.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.02);
    cursor: pointer;

}

.comment-widgets .comment-row {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	font-size:12px;
}

.comment-text:hover {
    visibility: hidden
}

.comment-text:hover {
    visibility: visible
}

.border-left{
	border-top-left-radius: 42px !important;

}
.note_modal{
	top:25%;
}

/****/
/******Project details************/
.team-info li{
	display: inline-block;

}
.team-name {
	font-weight: bold;
    width: 100%;
    color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
    text-transform: uppercase;
}
.team-info li+li {
    margin-left: -10px;
}
.team-info li:hover,.task-img:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    z-index: 999;
}
.team-info li img ,.avatar-img {
    width: 35px;
	height:35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.team-members {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.team-info{
	display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.team{
	font-weight: bold;

}
.team-info li{
	display: inline-block;
}
.dashboard-cards {
	position: relative;
	margin:0 0px 0px 1%  !important
}

.dashboard-cards .dash-card {
	background: var(--white-color);
	display: inline-block;
	-webkit-perspective: 1000;
	perspective: 1000;
	z-index: 20;
	padding: 0 !important;
	margin: 5px 5px 10px 5px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s 0s ease-in;
	transition: all 0.3s 0s ease-in;
	z-index: 1;
	width: calc(33.33333333% - 14px);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dashboard-cards .dash-card:hover {
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dashboard-cards .dash-card .card-title {
	background: var(--white-color);
	padding: 20px 15px;
	position: relative;
	z-index: 0;
	margin-bottom: 0px !important;
	border:1px solid #e5e4e4;
}

.dashboard-cards .dash-card .card-title h2 {
	font-size: 20px;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.dashboard-cards .dash-card .card-title h2 small {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	letter-spacing: -0.025em;
}

.dashboard-cards .dash-card .card-description {
	position: relative;
	font-size: 14px;
	border-top: 1px solid #ddd;
	padding: 10px 15px 0 15px;
	height:200px;
	overflow:auto;
	border:1px solid #e5e4e4;
}

.dashboard-cards .dash-card .card-actions {
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
	padding: 10px;
	text-align: center;
	border:1px solid #e5e4e4;
}

.dashboard-cards .dash-card .card-flap {
	background: #d9d9d9;
	position: absolute;
	width: 100%;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.dashboard-cards .dash-card .flap1 {
	-webkit-transition: all 0.3s 0.3s ease-out;
	transition: all 0.3s 0.3s ease-out;
	z-index: -1;
}

.dashboard-cards .dash-card .flap2 {
	-webkit-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	z-index: -2;
}

.dashboard-cards.showing .dash-card {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transform: scale(0.88);
	transform: scale(0.88);
}

.dashboard-cards .no-touch .dashboard-cards.showing .dash-card:hover {
	opacity: 0.94;
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
}

.dashboard-cards .dash-card.d-card-show {
	opacity: 1 !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}

.dashboard-cards .dash-card.d-card-show .card-flap {
	background: var(--white-color);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.dashboard-cards .dash-card.d-card-show .flap1 {
	-webkit-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

.dashboard-cards .dash-card.d-card-show .flap2 {
	-webkit-transition: all 0.3s 0.2s ease-out;
	transition: all 0.3s 0.2s ease-out;
}

.dashboard-cards .dash-card .task-count {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 22px;
	right: 10px;
	background: #ecf0f1;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	color: #333333;
	font-weight: 600;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.dashboard-cards .dash-card .priority-count {
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: 5px;
	background: red;
	text-align: center;
	font-size: 10px !important;
	border-radius: 100%;
	color: var(--white-color) !important;
	font-weight: 600;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.dashboard-cards .task-list {
	padding: 0 !important;
}

.dashboard-cards .task-list li,.dashboard-cards .dash-card .card-description table tr {
	padding: 10px 0;
	padding-left: 10px;
	margin: 3px 0;
	list-style-type: none;
	border-bottom: 1px solid #e9ebed;
	border-left: 3px solid #2c3e50;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.dashboard-cards .task-list li,.dashboard-cards .dash-card .card-description table tr {
    font-size: 9.4px !important;
}
.dashboard-cards .task-list li:hover ,.dashboard-cards .dash-card .card-description table tr:hover {
	background: #ecf0f1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.dashboard-cards .task-list li span,.dashboard-cards .dash-card .card-description table tr td span{
	float: right;
	color: #2c3e50;
	margin-right: 5px;
	font-weight: bold;
	font-size:15px;
}

.dashboard-cards.showing .dash-card.d-card-show .task-count {
	color: var(--white-color);
	background: #2c3e50;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.dashboard-cards .card-actions .btn {
	color: #333;
}

.dashboard-cards .card-actions .btn:hover {
	color: #f36525;
}
.emptydiv{
	margin :5%;
}
.not-right{
	right: 4%;
    position: absolute;
}
.project-team .media{
	margin-bottom: 20px;

}
.project-team .media .media-object {
    width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-team .media .media-object {
    margin-right: 10px;
}
.project-team .media .media-body {
    color: #666;
    font-size: 14px;
}
.project-team li a:hover .media-object {
    border-color: #713772;
}
.project-team .media .name {
    font-size: 13px;
    color: #bdbdbd;
}
.project-team .media .media-object {
    width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.count_div_child,#count_div{
	flex:1;
	margin-bottom:3px !important;
	cursor:pointer;
}
.tracker{
	font-size: 9px;
	border-right: 1px solid var(--border-color);
    margin-left: 8px;
    width: 20px;
    line-height: 54px;
    padding: 6px;
    font-weight: bolder;

    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;


}
.tracker-filter{
	font-size: 9px;
	border-right: 1px solid var(--border-color);
	height: 35px;
    line-height: 25px;

    padding: 6px;
    font-weight: bolder;

    border-radius: 6px;

}
.tracker-b{
	background: rgba(249,106,116,.1)!important;
	color: rgb(249 106 116 / 55%)!important;
}
.tracker-f{
	background:rgb(106 249 157 / 10%)!important;
	color: rgb(72 157 94)!important;
}
.tracker-g{
	background: rgb(236 178 13 / 10%)!important;
    color: rgb(207 176 27)!important;


}
.tracker-e{
	background: rgb(0 0 0 / 10%)!important;
    color: rgb(38 44 38)!important;
}
.tracker-s{
	background: rgb(128 106 249 / 10%)!important;
    color: rgb(62 94 166)!important;
}
/* fixed social*/
#fixed-social {
	position: fixed;
	top: 30%;
	left:0px;
	z-index: 2;
}

#fixed-social a {
	color: var(--white-color);
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
    line-height: 40px;
	width: 40px;
	margin-bottom: 1px;
	z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
	left: 41px;
	opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-icon {
	background-color: #9c689f;
	border:1px solid var(--white-color);
}

.fixed-icon span{
	background-color: var(--white-color);
	border:1px solid #9c689f;
	color:#9c689f;
}
.w-80
{
	width:80%;
}
.filter_icon{
	line-height: 60px;
}
.modal-header-fixed{
	position: fixed;
    top: 0;
    width: 100%;
    background: var(--white-color);
    border-radius: 0;
    z-index: 9;
}

@media (max-width:1000px){
	.breadcrumb{
		margin-top: -4px !important;
	}
	.project-container{
		margin-top: 8.5% !important;
	}

}
.fixed-bottom
{z-index: 1000 !important; }
/* The sidepanel menu */
.filterSidepanel {
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 25%;
	right: 0;
	background-color: var(--white-color); /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
	z-index: 9999 !important;
    border-radius: 6px;
    box-shadow: 0 0 20px 0px #713772;
	height:400px;
	overflow-y: auto;
}
.filtersidepanel-header{
	border-bottom:1px solid #713772;
}
/* The sidepanel links */
.filterSidepanel a {
	padding: 8px 3px 8px 13px;
/*	padding: 8px 8px 8px 32px;*/
	text-decoration: none;
	font-size: 15px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.filterSidepanel a:hover {
	color: #f1f1f1;
}
.filtersidepanel-title{
	padding: 8px 8px 8px 32px;
    font-size: 15px;
    color: #818181;

}

/************ Task detail *******************/

.badge-light-blue
{
	background-color: lightblue;
	color:var(--white-color);
}


div.project_toolbar {
	margin-top: 10px;
	clear: both;
	text-rendering: auto;
}
div.tools {
	padding: 5px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	overflow: hidden;
}
div.tools div.group {
	float: left;
	padding: 5px 0;
	font-size: 14px;
}
div.tools a {
	color: #1c5c76;
	text-decoration: underline;
	float: left;
	margin-right: 15px;
	padding: 0;
}
div.tools div.group.in_project+div.not_in_project {
	border-left: 1px solid #ececec;
	padding-left: 15px;
	padding-right: 15px;
}
div.buttonset {
	border-left: 1px solid #ececec;
	padding-left: 15px;
}
div.tools div.group span.label {
	float: left;
	margin: 0 15px 0 0;
	color: #333;
}

.posted-data{
	color: #aa9c84;
	display: inline-block;
	vertical-align: middle;
}
/*************** Project activities*******************/
.actvitytimeline-desc {
	margin: 1em 0.75em 0 0;
	padding: 2%;
	font-size: 0.77777em;
	font-style: italic;
	line-height: 1.5em;
	word-wrap: break-word;
}
.actvitytimeline {
	/*	max-width: 800px;*/
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.actvitytimeline:before {
	top: 2px;
	bottom: 15px;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: var(--border-color);
	left: 50%;
	margin-left: -1.5px;
}
.arrowhead{
	width: 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;

	border-top: 0 solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid var(--border-color);
}
.actvitytimeline > li {
	min-height: 250px;
	width: 50%;
	padding-left: 42px;
	padding-right: 42px;		
	margin-bottom: 30px;		
	position: relative;		
	float: left;
	clear: left;
}
.actvitytimeline:before {
    top: 2px;
    bottom: 15px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: var(--border-color);
    left: 50%;
    margin-left: -1.5px;
}
/*Panel*/
.actvitytimeline > li > .actvitytimeline-panel {
	width: 85%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.actvitytimeline > li > .actvitytimeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.actvitytimeline > li > .actvitytimeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid var(--white-color);
	border-right: 0 solid var(--white-color);
	border-bottom: 14px solid transparent;
	content: " ";		
}

.actvitytimeline-panel img {
	width: 100%;
	padding: 10px 10px 0 10px;
}


/*Inverted panel*/
.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-panel {
	float: right;
}
.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.actvitytimeline > li.actvitytimeline-inverted{
	float: right; 
	clear: right;
	margin-top: 0px;
	margin-bottom: 30px;
}
.actvitytimeline > li:nth-child(3) {
	margin-top: 100px;
}


/*Last panel*/
@media (min-width: 850px) {
	.actvitytimeline .last{
		margin-top: -40px;
	}
	.actvitytimeline .last .actvitytimeline-panel{
		margin-top: 75px;
		left: calc(50% + 60px);
	}
	.actvitytimeline .last .actvitytimeline-panel:before{
		top: -15px;
		right: calc(50% - 7px);
		border-top: 0 solid transparent;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ccc;
	}
	.actvitytimeline .last .actvitytimeline-panel:after{
		top: -14px;
		right: calc(50% - 6.5px);
		border-top: 0 solid transparent;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-bottom: 14px solid var(--white-color);
	}
}


/*Badge*/
.actvitytimeline > li > .actvitytimeline-badge {   
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: 5px;
	z-index: 100; 
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%; 
	cursor: default;
}
.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-badge{
	left: 5px;
}

.actvitytimeline > li > .actvitytimeline-badge:before{
	position: absolute;
	top: 58%;
	right: -11px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: var(--white-color);
	border-radius: 10px;
	border: 4px solid var(--main-color);;
	z-index: 10;
}
.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-badge:before{
	left: -11px;
}




/*Content*/
.actvitytimeline-title {
	background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}
.actvitytimeline-body > p,
.actvitytimeline-body > ul {
	padding:0 20px 20px 20px;
	margin-bottom: 0;
}
.actvitytimeline-body > p + p {
	margin-top: 5px;
}

.actvitytimeline-footer{
	background-color:#f4f4f4;
	padding: 10px;
	text-align: center;		
}
.actvitytimeline-footer > a{
	padding:20px;
	cursor: pointer;
	text-decoration: none;
}

/*Placement small devices*/
@media (max-width: 850px) {
	ul.actvitytimeline:before { 
		bottom: -15px;
	}
    ul.actvitytimeline:before, .arrowhead {
        left: 10px;    
    }

    ul.actvitytimeline > li {
		min-height: 50px;
		margin-bottom: 20px;
		padding-right: 5px;
		position: relative;
		width:100%;
		float: left;
		clear: left;
    }
    ul.actvitytimeline > li > .actvitytimeline-panel {
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
    }


    ul.actvitytimeline > li > .actvitytimeline-panel {
        float: right;
    }

	ul.actvitytimeline > li > .actvitytimeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.actvitytimeline > li > .actvitytimeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	.actvitytimeline > li.actvitytimeline-inverted{
		float: left; 
		clear: left;
		margin-top: 0;
		margin-bottom: 20px;
	}

	ul.actvitytimeline > li > .actvitytimeline-badge, ul.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-badge{
		left: 15.5px;
	}   
	ul.actvitytimeline > li > .actvitytimeline-badge:before, ul.actvitytimeline > li.actvitytimeline-inverted > .actvitytimeline-badge:before{
		left: -11.5px;
	}
}
#div_report{
	word-wrap: break-word !important
		;
}
.disable-leave-link {
	cursor: not-allowed;
	background-color: white !important;
}
.meeting-icon {
    font-family: 'Material Icons';
    font-weight: bold;
    font-style: normal;
    font-size: 31px;
    line-height: 0;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.address_div .title
{
    color:var(--main-color);
}
.user_tab_pane .nav-tabs .nav-link.active 
{
    border:none;
    border-bottom: 2px solid var(--main-color) !important;
}
.fail_validate
{
	border:1px solid red !important;
}
/*Start--Deliverables*/
.chat-card .received-chat .msg {
    background: var(--white-color);
    border-radius: 0 5px 5px 5px;
	width: 100%;
	border:1px solid var(--main-color);
}
.chat-card .msg {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
.chat-card .send-chat, .chat-card .widget-chat-box .receive-chat, .widget-chat-box .chat-card .receive-chat {
    text-align: right;
}
.chat-card .received-chat .msg:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-bottom-color: var(--main-color);
}
.chat-card .send-chat .msg, .chat-card .widget-chat-box .receive-chat .msg, .widget-chat-box .chat-card .receive-chat .msg {
	border:1px solid var(--main-color);
	width:100%;
    border-radius: 5px 0 5px 5px;
}

.chat-card .msg {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
/*.chat-card .othercomment
{
	margin-left: -50px !important;
}
.chat-card .mycomment
{
	margin-right: -50px !important;
}*/
.chat-card .send-chat .msg:after, .chat-card .widget-chat-box .receive-chat .msg:after, .widget-chat-box .chat-card .receive-chat .msg:after {
    content: "";
    position: absolute;
    right: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-right-color: var(--main-color);
}
/*.chat-overflow {
	height: 325px;
	overflow-y:auto;
}*/
.wid-40 {
    width: 40px;
}
.img-radius {
    border-radius: 50%;
}
.p-r-0 {
    padding-right: 0px;
}
.m-b-20 {
    margin-bottom: 20px;
}	
.text-blue
{
	color:#0884ef !important;
}
/*End--Deliverables*/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 18px !important;
}
/*Start--Exit procedure*/
.exitchat {
		background: var(--white-color);
		border: 1px solid var(--main-color);
		border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
	}




	.exitchat .chat-history {
		padding: 20px;
		border-bottom: 2px solid var(--white-color);
	}
	.exitchat .chat-message {
		padding: 20px;
	}

	.exitchat .chat-history .my-message {
		background: #eee;
		margin-top:3% !important;
	}
	.exitchat .chat-history .message {
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		color: #444;
		font-size: 16px;
		padding: 18px 20px;
		line-height: 26px;
		position: relative;
	}
	.exitchat .chat-history .my-message:after {
		bottom: 100%;
		left: 30px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #eee;
		border-width: 10px;
		margin-left: -10px;
	}
	.exitchat .chat-history .message-data-time {
		color: #434651;
		padding-right: 6px;
	}
		.people_list .chat-list li {
		margin: 10px 0px;
		width: 100%;
		border-right: 3px solid;
		border-color: transparent;
	}
	.chatheader{
		padding: 9px 0px;
		border-bottom: 1px solid var(--main-color); !important
	}
	.people_list {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		height:auto;

	}
	@keyframes bell {
		0% {transform: rotate(35deg);}
		12.5% {transform: rotate(-30deg);}
		25% {transform: rotate(25deg);}
		37.5% {transform: rotate(-20deg);}
		50% {transform: rotate(15deg);}
		62.5% {transform: rotate(-10deg)}
		75% {transform: rotate(5deg)}
		100% {transform: rotate(0);}  
	}
	.blinking{
		animation:blinkingText 1.2s infinite;
		font-weight: bold;
/*		color: #fff;*/
		animation: blink 1s linear infinite;
	}
	@keyframes blink{
		0%{opacity: 0;}
		50%{opacity: .5;}
		100%{opacity: 1;}
	}
	.blob {


		box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
		transform: scale(1);
		animation: pulse 2s infinite;
	}



	.blob.green {
		color:rgba(51, 217, 178, 1);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
		animation: pulse-green 2s infinite;
	}

	@keyframes pulse-green {
		0% {
			transform: scale(0.95);
			box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
		}

		70% {
			transform: scale(1);
			box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
		}

		100% {
			transform: scale(0.95);
			box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
		}
	}
.notification::before {
		content: "\f0f3";
		font-family: "FontAwesome";
		display: block;
	}
	.notification::before {
		content: "\f0f3";
		font-family: "FontAwesome";
		display: block;
	}

	.notification.notifybell::before {
		animation: bell 1s ease-out;
		transform-origin: center top;
	}

	

	.lbl_checked_count ,.lbl_approved_date{
		font-size:15px;
	}
	.text-yellow{
		color:#ffc107;
	}
	.bg-light-grey{
		background-color:#fafafa;
	}
	.accordion > .card:first-of-type {
		border-bottom: 1px solid #e2e5e8 !important;
	}
	.left-div{
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
	}
	.save_chk_item{
		margin-left:1%;
	}
	#content{

		border: 1px solid rgba(0, 0, 0, 0.125);
		padding: 10px;
		margin-left: 16px !important;
		width: 97%;
		border-radius: 0.25rem;
	}
	.titlebox{
		float:left;
		padding:0 5px;
		margin:-20px 0 0 30px;
		background:#fafafa;
	}
	.save_chk_item, #chk_item, .lbl_or{
		margin-top:0px !important;
	}
	.panel-icon,.add_item{
		margin-left:2%;
	}
	.hide{
		display: none;
	}
	#add_checklist{
		margin-bottom: 10px;
	}

	.filelisting_ul li{
		background-color: antiquewhite !important;
	}

	
	.pt-6{
		padding-top: 60px;
	}
		.comment-main ul{
			list-style: none;
		}
		.sub-cmt-img{
			width: 55px !important;
			height: 55px !important;
			border-radius: 50%;
		} 
		.main-cmt-img{
			width: 40px !important;
			height: 40px !important;
			border-radius: 50%;
		}
		.border-bottom{
			font-size: 13px;
			border-bottom: 1px solid #d3d3d3;
		}
		.user-comment{
			background-color: #f3f3f3 !important;
			box-shadow: 0px 5px 8px -4px #c1c1c1;
		}
		.user-comment-desc, .user-comment span{
			color: #a0a0a0;
		}
		.user-comment-desc p{
			font-size: 12px;
			display: inline-block;
			float: left;
		}
		.send-icon i{
			font-size: 20px;
			background: #f3f3f3;
			padding: 6px 5px;
			border-radius: 50%;
			color: #74C2E1;
			height: 35px;
			width: 35px;
		}
		.user-comment:before{
			content: "";
			height: 0;
			width: 0;
			top: 0;
			left: -10px;
			position: absolute;
			border-style: solid;
			border-width: 13px 0 0 13px;
			border-color: #f3f3f3 transparent transparent transparent; 
		}
		.div_add_comment
		{
			margin-right: 0px !important;
		}
		.masterlist
		{
			margin-left: 15px !important;
		}
		.checklist_remove
		{
			color: red !important;
		}
		.checklist_reminder
		{
			color:#63838e !important;
		}
		.lbl_or
		{
			padding-top: 5px !important;
			padding-left: 12px !important;
		}
		#checklist{
			min-height: 265px !important;
		}

		#export_checklist{
			margin-bottom: 10px !important;
			margin-left: 10px !important;
		}
		#btn_export{
			margin-top: 26px !important;
		}
		#btncancel_export{
			margin-top: 26px !important;
			margin-left: 5px !important;
		}
		.leavelist li
		{
			background-color: #bde2ba  !important;
		}
	/*End--Exit procedure*/
	
	.shortcutmenu_button{
		width: 130px; height: 25px; background-color: var(--main-color);color:white;
	}
	/*chat*/
	.search-holder{
/*	position: fixed;*/
    padding: 1%;
    z-index: 1;
    margin-top: -16px;
/*    margin-left: -16px;*/
	/*    width: 240px;  */
	width: 100%;

}
.ui.input{
	width:100% !important;
}
#chat .message {
    line-height: .5;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding: 1px 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
    border-radius: 100px;
    /* padding: 4px 7px; */
    /* border: 1px solid #ddd; */
    /* background-color: #fff; */
}
#chat .c-title{

font-size: .7rem;
    font-weight: 600;
    width: 85%;
    margin-bottom: .4rem;
    padding: .8rem 1rem .1rem 1rem;
color: #3a3a45;
}
#chat  .c-image {
    display: block;
    float: left;
    width: 32px;
    min-width: 32px;
    height: 32px !important;
    margin: 8px;
    margin-left: 12px;
    border-radius: 50%;
}
#chat .email-data
{
    font-size: .7rem;
    font-weight: 500;
    line-height: inherit;
    color: #bdbdbd;
}
#chat .message:hover {
    transition: all .3s ease-in-out;
    background-color: #f5f5f5;
}
#chat .avatar-status{
	position: absolute;
    top: 42%;
    right: 5%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}
/*#chat .ui.input{
	width: 22% !important;
}*/
#chat .user-holder{
/*	margin-top: 20%;*/
	height: 75vh;
    overflow: auto;
}
.chat-dropdown{
		width:100px;
		cursor: pointer;
	}
	.chat-header .username {
		margin-top:5px;
	}

/* Messages */


.medium-image {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.img-circle {
    border-radius: 50%;
}



.message-body {
  background-color: #fbfcff;
  height: 100%;
  width: calc(100% - 305px);
  float: right;
}


.chat-footer.new-message-textarea {
  display: block;
  position: relative;
  padding: 0 10px;
}

.chat-footer.new-message-textarea .send-message-button {
  right: 35px;
}

.chat-footer.new-message-textarea .upload-file {
  right: 85px;
}

.chat-footer.new-message-textarea .send-message-text {
  padding-right: 100px;
  height: 90px;
}

.message-chat {
  width: 100%;
  overflow: hidden;
}

.chat-body {
  min-height: 290px;
  height: calc(100vh - 320px);
  background-color: #fbfcff;
  
  padding: 30px 5px 5px 5px;
  overflow-y: auto;
 
  
}

.chatmessage {
  position: relative;
  width: 100%;
}

.chatmessage br {
  clear: both;
}

.chatmessage .message-body {
  position: relative;
  width: 75%;
  
  float: left;
  border-radius: 4px;
 margin: 0 0 20px 0;
  color: #788288;
}

.chatmessage .medium-image {
  float: left;
  margin-right: 10px;
}

.chatmessage .message-info {
  width: 100%;
  height: 22px;
}

.chatmessage .message-info > h5 > i {
  font-size: 11px;
  font-weight: 700;
  margin: 0 2px 0 0;
  color: #a2b8c5;
}

.chatmessage .message-info > h5 {
  color: #a2b8c5;
  margin: 8px 0 0 0;
  font-size: 12px;
  float: left;
  padding-left: 10px;
}
.chatmessage.info .message-info > h4,
.chatmessage.info .message-info > h5,
.chatmessage.info .message-info > h5 > i
{
	color: #fff;
}
.chatmessage .message-info > h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 7px 13px 0 10px;
  color: #65addd;
  float: left;
}

.chatmessage hr {
  margin: 4px 2%;
  width: 96%;
  opacity: 0.75;
}

.chatmessage .message-text {
  text-align: left;
  padding: 3px 13px 10px 13px;
line-height: 17px;
    font-size: 13px;
  word-wrap: break-word;
}

.chatmessage.my-message .medium-image {
	float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.chatmessage.my-message .message-info > h5 {
/*  float: left;*/
float: right;
  padding-right: 10px;
  padding-left: 0;
}

.chatmessage.my-message .message-info > h4 {
  float: right;
}

.chatmessage.info .message-body {
  background-color: #2da9e9;
  border: 1px solid #2da9e9;
  color: #fff;
}


.chat-footer {
  position: relative;
  width: 100%;
 background-color: #fbfcff;
}

.chat-footer .send-message-text {
  position: relative;
  display: block;
  width: 87%;
    margin-left: 11%;
  min-height: 55px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 95px 5px 10px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  border: 1px solid #e0e6eb;
}

.chat-footer .send-message-button {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(0,0,0,0.05);
  outline: none;
  font-weight: 600;
  border-radius: 50%;
  padding: 0;
}

.chat-footer .send-message-button > i {
  font-size: 12px;
  margin: 0 0 0 -2px;
}

.chat-footer label.upload-file input[type="file"] {
  position: fixed;
  top: -1000px;
}

.chat-footer .upload-file {
  display: block;
  position: absolute;
    right: 52px;
  height: 30px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
  cursor: pointer;
}
.chat-footer .emojiicon {
  display: block;
  position: absolute;
 left: 5px;
  height: 30px;
  font-size: 20px;
  top: 30px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  color:black;
}
.chat-footer .likeicon{
	display: block;
  position: absolute;
 left: 7px;
  height: 30px;
  font-size: 20px;
  top: -20px;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
	cursor: pointer;
	color:black;
}
.chat-footer .upload-file:hover {
  opacity: 1;
}
 .chat-body h4:before, 
  .chat-body h4:after { 
            content: ""; 
            flex: 1 1; 
            border-bottom: 2px solid #a9a0a0; 
            margin: auto; 
        } 
          
 .chat-body h4 { 
            display: flex; 
            flex-direction: row; 
        } 
		.headingdate{
			font-size: 12px;
			color:#a9a0a0;
		}
		.ui.search > .results > .message .description{
			    margin-left: 4% !important;
		}
		.ui.search > .results > .message .header{
			margin: 6% 0 0 4% !important;
		}
.addchat-bot {
    line-height: .8;
    position: fixed;
    z-index: 9999;
    right: 1%;
    bottom: 2%;
    overflow: hidden;
   
  
    border-radius: 12px;
    background: #f3f5f8;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
@media (max-width:800px){
	
	.addchat-bot {
	right:0px !important;
	width:100% !important;
	}
/*	#filterSidepanel{
		width:100% !important;
	}*/
}
/*** daterangee picker**/
.ranges li:hover , .ranges li.active {
    background-color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    color: #fff !important;
}
.ranges li{
	color:var(--main-color) !important;
}
.font-black{
	color:#000 !important;
}
.floating-action-menu{
		display: inline-block;
    position: relative;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    z-index: 9999;
    background: var(--main-color);
    color: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transition: 0.2s opacity ease-in-out;
    -webkit-transition: 0.2s opacity ease-in-out;
    position: fixed;
    bottom: 10%;
    right: 1%;
	}
	div.floating-action-menu > .action-menu {
            visibility: hidden;
            transform: translateY(65px);
            opacity: 0;
            max-height: 0;
            overflow: hidden;

            transition: all 300ms linear;
        }
        div.floating-action-menu.active > .action-menu {
            visibility: visible;
            transform: translate(0);
            opacity: 1;
            padding-bottom: 5px;
            max-height: 1000px;
			margin-top: -212%;
    margin-left: -234%;
        }

        div.floating-action-menu > .action-menu > .floating-action {
            padding-right: 0.45rem;
        }

        div.floating-action-menu > .action-menu .btn-floating,
        div.floating-action-menu > .action-menu .badge
        {
            transform: scale(0.4);
            transition: all 500ms ease-in-out;
			font-size: 12px;
        }
        div.floating-action-menu.active > .action-menu .btn-floating,
        div.floating-action-menu.active > .action-menu .badge
        {
            transform: scale(1);
        }

        div.floating-action-menu > .action-button > .btn-floating {
            transition: all 500ms linear;
        }
     
       
        div.floating-action-menu > .action-button > .btn-floating > i {
            transition: transform 500ms ease-in-out;
        }
        div.floating-action-menu.active > .action-button > .btn-floating > i {
            transform: rotate(-315deg);

        }
		
		/*********** Online exam ***********/
		.borderright{
    padding: 5px;
    border-right: 3px solid #fff;
}

.border-noright{
	padding: 5px;
}

.examcard {
	 background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
	border:1px solid var(--main-color);
   box-shadow: 0 0 20px 0px var(--main-color);
}

.examcard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.examcard .body {
    color: #444;
    padding: 20px;
    font-weight: 400;
}

.examcard-footer,.examcard-header{
	background-color: #fff;
}

.examcard-header{
	color:#000;
}
.examcard-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.text-dark-pink {
    color: #93438D;
}
.examcard-footer {
    background-color: #fff !important;
}
.examcard-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f0f3f5;
    border-top: 1px solid #c8ced3;
}
.examslider {
/*  z-index: 999999;*/
  display: block;
  position: absolute;
  width: 5px;
  background-color: var(--main-color);
  left: 0;
  top: 0;
  bottom: 0;
  overflow: visible;
  cursor: col-resize;
}
.q-count {
    width: 40px;
    height: 40px;
    position: absolute;
       top: 55px;
    background: var(--main-color);
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
/* -------------------------------------- */    
/* rectangle  list style                  */     

/* list */
.rectangle-list ol#qset 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ol#qset > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list div.questionp
{
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 2.5em;
background: #d2cece;
color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;	
}

/* item hover */
.rectangle-list div.questionp:hover,.rectangle-list div.questionp.active
{
background: var(--main-color);
color:#fff;
cursor:pointer;
}	

/* number  */
.rectangle-list div.questionp:before
{
content: counter(li);
counter-increment: li;

position: absolute;	
left: 0;
top: 50%;
margin-top: -1em;

background: #fff;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}
.rectangle-list div.questionp.active{
	background: var(--main-color);
	color:#fff;
}
/* number hover */
.rectangle-list div.questionp:after
{
position: absolute;	
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;				
}

.rectangle-list div.questionp:hover:after
{
    left: 1.9em;
border-left-color: var(--main-color);			
}
.rectangle-list div.questionp.active:before,.rectangle-list div.questionp:hover:before
{
  
background-color: var(--main-color);			
}
.rectangle-list div.questionp.active:after
{
	 left: 1.9em;
	border-left-color: var(--main-color);	
}
.rectangle-list div.questionp.attended:after{
	 left: 1.9em;
border-left-color: #abdbe0;		
}
.rectangle-list div.questionp.attended:before{
	background-color:  #abdbe0;		
}
.rectangle-list div.questionp.answered:after{
	 left: 1.9em;
border-left-color: #abe0b4;		
}
.rectangle-list div.questionp.answered:before{
	background-color:  #abe0b4;		
}
/* -------------------------------------- */
.disable-field
{
	pointer-events: none !important;
}
#leave_statistics tr td {
	border-right: 1px solid #c8ced3;
	padding-left:1% !important;
}
table.dataTable tfoot th
{

    border-top: 1px solid #c8ced3 !important;

}