/*************************************New Design **************************/
table thead{
/*	background-color: rgb(213, 230, 229) !important;
	color:#2c3e50 !important;*/
border-bottom: 1px solid #e2e5e8;
    font-size: 13px;
    color: #37474f;
    background: #f6f6f6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(26, 188, 156, 0.03);
}
#leave_statistics , #leave_statistics thead th  {
	border: 1px solid #2c3e50;
}
a:hover{
	text-decoration: none;
}
/*a,h3{
	color: #1abc9c;
	text-decoration: none;
	cursor:pointer;
}*/
.btn.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50% !important;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.btn.btn-icon i{
	font-size: 12px !important;
}
/*.btn-outline-primary {
    color: #1abc9c !important;
    border-color: #1abc9c !important;
}
.btn-outline-primary:hover:not(.disabled) ,.btn-outline-primary:not(:disabled):not(.disabled).active{
    color: #fff !important;
    background-color: #1abc9c;
    border-color: #1abc9c;
}*/
.btn-outline-danger {
    color: #e74c3c;
    border-color: #e74c3c;
}
.btn-outline-danger:hover:not(.disabled),.btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-outline-warning {
    color: #f1c40f;
    border-color: #f1c40f;
}
.btn-outline-warning:hover:not(.disabled),.btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #f1c40f;
    border-color: #f1c40f;
}
.btn-outline-secondary{
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}
.badge-light-secondary {
    background: rgba(108, 117, 125, 0.2);
    border-color: #d6d8db;
    color: #6c757d;
}
/*.bg-primary{
	background-color:#1abc9c !important;
	color:#fff !important;
	border-color:#1abc9c !important;
}*/
.text-green{
	color:#1abc9c !important;
}
.set-right{
	right:0;
	position: absolute;
}
/*** Home Page ***/*
.marquee {
	/*background-color: #ddd;*/
	/*width: 800px;*/
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
.marquee .bday_div {
	display: inline-block;
	padding-left: 100%;
	will-change: transform;
	/* show the marquee just outside the paragraph */
	animation: marquee 20s linear infinite;
}
.marquee:hover .bday_div {
	animation-play-state: paused;
}

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}
.bday_div blockquote {
	/*background: #f9f9f9;*/
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
.bday_div blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.bday_div blockquote  {
	/* padding-left: 20px; */
	position: relative;
	display: inline-block;
	margin-left: 122px;
	float: left;
	width:50%;
	margin-top: -4px;
}
.quote
{
	padding: 0.18rem 0.05rem;
	border-top: none;
}
.quote_card
{
	border: none;
}


.owl-carousel
{
	z-index: 0 !important;
}
/*.shortcut:hover{
	text-decoration: none !important;
}
.shortcut {
    width: 90%;
    display: inline-block;

    vertical-align: top;
    text-decoration: none;
    background: #fff;

	border-right: 1px solid #ccc;

}
.shortcut:hover .shortcut-icon, .shortcut-label:hover {
    color: #1abc9c !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;
}*/
.app-header {

    background: #2c3e50;
    color: rgba(255, 255, 255, 0.8) !important;
	border-bottom:none !important;
}
.navbar-nav .nav-link{
	color:  rgba(255, 255, 255, 0.8) !important;
}
.table-card{
	border-top: 3px solid #8CDDCD !important;
}
.flat-card{
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease-in-out;
/*    border-top: 3px solid #8CDDCD !important;*/
}
.flat-card .row-table:first-child {
    border-bottom: 1px solid #ddd;
}
.flat-card .row-table {
    display: table;
    align-items: center;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}
.flat-card .row-table > [class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}
.flat-card .row-table i {
	font-size: 22px;
    margin-left: 20%;
}
.text-c-green {
    color: #2ecc71;
}
.text-c-yellow {
    color: #f1c40f;
}
.flat-card .row-table .br {
    border-right: 1px solid #ccc;
}
.widget-primary-card.flat-card, .flat-card.widget-purple-card {
    border-top: none;
    background-color: #1abc9c;
    color: #fff;
}
.widget-primary-card.flat-card .row-table > [class*=col-]:first-child, .flat-card.widget-purple-card .row-table > [class*=col-]:first-child {
    background-color: #17a689;
    text-align: center;
}
.widget-primary-card.flat-card .row-table > [class*=col-], .flat-card.widget-purple-card .row-table > [class*=col-] {
    display: inline-block;
    vertical-align: middle;
}
.flat-card[class*="widget-"] .row-table {
    display: flex;
}

.flat-card .row-table:first-child {
    border-bottom: 1px solid #ddd;
}
.flat-card .row-table {
    display: table;
    align-items: center;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}
.text-c-red {
    color: #e74c3c;
}
.card .card-header {
    border-bottom: 1px solid #e2e5e8;
    position: relative;
	color: #444;
    padding: 20px;
    box-shadow: none;

}
.card .header h2 {
    font-size: 16px;
    color: #444;
    position: relative;
}
.card-header:first-child {
    border-radius: calc(2px - 0px) calc(2px - 0px) 0 0;
}
.card-header {
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}



.leave-content{
	border:none !important;
	height:194px; 
	overflow:auto;
}
.card-footer{
	background-color:#fff !important;
}
.sidebar{
	background-color: #3e5871;
}
.sidebar .nav-link.active{
	background: #1abc9c;
}
.sidebar .nav-link.active .nav-icon {
    color: #fff !important;
}

.card-columns .card {
    display: inline-block;
    width: 100%;
}
.card-columns .card {
    margin-bottom: 1.25rem;
}
.bg-c-blue {
    background-color: #1abc9c;
}
.widget-purple-card{
	background-color: #2ecc71;

}
.bday-text{
	position: absolute; top: -6%; right: 10%;
}
.holiday-box{
	height:101px;overflow:auto;
}


a
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
/*    border: 1px solid rgba(0, 0, 0, 0.125)*/
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.todo-indicator {
    position: absolute;
    width: 4px;
    height: 60%;
    border-radius: 0.3rem;
    left: 0.625rem;
    top: 20%;
    opacity: .6;
    transition: opacity .2s
}
/*.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link,.nav-tabs .nav-link.active:focus {
    color: #fff;
    background-color: #1abc9c;
}*/
.tab-content{
	margin-top:0px !important;
	border:none !important;
}
.cursor-box{
	cursor:pointer;
}
.count-box{
	margin-left: 12%; 
	font-size: 19px;
}
.text-box{
	margin-left: 16%;
}

.users-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.users-list > li {
    float: left;
    padding: 10px;
	width: 50%;
    text-align: center;
}
.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.users-list-name, .users-list-date {
    display: block;
}
.users-list-date {
    color: #999;
    font-size: 12px;
}
.ctm-text-sm {
    font-size: 12px;
    color: #888;
}

.recent-comment {
    max-height: 390px;
    overflow-y: auto;
    position: relative;
}
.notice-board {
    display: flex;
    align-items: center;
}
.e-avatar:first-of-type {
    margin-left: 0 !important;
}

.e-avatar {
    background-color: #fff;
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
    margin-left: -20px;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.e-avatar > img {
    border-radius: 50%;
    width: 100%;
	height:100%;
}
.overflow-modal{
	height:300px;
	overflow:auto;
}
.sidebar .nav-link:hover , .sidebar .nav-link:hover .nav-icon, .sidebar .nav-link:hover{
	color:#1abc9c !important;
	background: none !important;
}	
.list-group-item{
	color:black;
}
/*.btn-primary , .btn-primary.disabled, .btn-primary:disabled{
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}*/
.btn {
	text-align: center;
    vertical-align: middle;

    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*.btn-primary:hover {
    color: #fff;
    background-color: #148f77;
    border-color: #12846e;
}*/
/*** Home Page ***/*
/**** Project Home ***/
.preview {
	width: 20em;
    height: 400px;
    font-size: 40px;
    -webkit-transform:scale(.25);
    -ms-transform:scale(.25);
    transform:scale(.25);
    -webkit-transform-origin:0 0; 
    -ms-transform-origin:0 0; 
    transform-origin:0 0; 
    margin:7px 0 -300px 0;
	overflow: auto;
}
.project-members{
	align-items: center!important;
	display: flex!important;
}
.action-icon {
    color: #777;
    font-size: 18px;
    display: inline-block;
}

.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}
.project-title {
    margin: 0 0 5px;
}
/*
.message {
    padding: 4px 7px;
    border: 1px solid #ddd;
    background-color: #fff;
}*/

.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin-left: 4%;
}
.pro-img img {
    max-width: 100%;
}

/****Project Home***/
/***** Project Details ***/

/**** Issue view page ***/
.basic-list li:first-child {
    padding-top: 0px;
}
.basic-list li {
    padding-bottom: 15px;
	    font-weight: bold;
    font-size: 11px;
}
.basic-list li span.right-span {
    float: right;
}
.status_widget li {
    padding: 12px 15px;
    border: 1px solid #f0f0f0;
    margin: 4px 0;
}
.status_widget li .status-left {
    float: left;
    width: 33px;
    font-size: 18px;
}
.status_widget li .status-body {
    width: auto;
}
.status_widget li .status-body .title {
    font-size: 16px;
}
.status_widget li:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.14), 0 2px 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.status_widget li {
    padding: 12px 15px;
    border: 1px solid #f0f0f0;
    margin: 4px 0;
}
.subtask  li {
    position: relative;
}
.subtask .media {
	margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.subtask  .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;
}
.subtask  .media .media-object{
    margin-right: 10px;
}
.subtask  .media .media-body {
    color: #666;
    font-size: 14px;
	flex: 1;
}
.subtask li .media-object:hover {
    border-color: #1abc9c;
}
.m-r-5 {
    margin-right: 5px;
}
.acc-card-header{
	border-bottom: 1px solid #e2e5e8 !important;
}
/**** Issue view page ***/
/**** user **/
.profile-view {
		position: relative;
	}
	.profile-view .profile-basic {
		margin-left: 140px;
		padding-right: 50px;
	}
	.profile-view .profile-img-wrap {
		height: 120px;
		width: 120px;
	}
	.profile-img-wrap {
		height: 120px;
		position: absolute;
		width: 120px;
		background: #fff;
		overflow: hidden;
	}
	.profile-info-left {
		border-right: 2px dashed #ccc;
	}
	.user-name {
		color: #333;
	}
	.profile-img-wrap img {
		border-radius: 50%;
		height: 120px;
		width: 120px;
	}
	.staff-id {
		font-size: 14px;
		font-weight: 500;
		margin-top: 5px;
	}
	.personal-info {
		list-style: none;
		margin-bottom: 0;
		padding: 0;
	}

	.file_manager .file .hover {
		position: absolute;
		right: 10px;
		top: 10px;
		transition: all 0.2s ease-in-out;
	}
	.file_manager .file .icon {
		max-height: 180px;
		overflow: hidden;
		background-size: cover;
		background-position: top;
	}
	.file_manager .file .icon {
		padding: 15px 10px;
		display: table;
		width: 100%;
	}
	.file_manager .file .icon i {
		display: table-cell;
		font-size: 30px;
		vertical-align: middle;
		color: #777;
		line-height: 100px;
	}
	.file_manager .file .file-name {
		padding: 10px;
		border-top: 1px solid #e7e6e6;
	}
	.file_manager .file-name p {
		font-size: 10px;
	}
	.file_manager .file .icon {
		text-align: center;
	}
	.file_manager .file .file-name small .date {
		float: right;
	}
	.uploadbtn{
		width:100%;
		color:#fff;
		cursor:pointer;
	}
	.uploadbtn input{
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		outline: 0;
	}
/**** user **/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 400px) and (max-width: 600px) {
	.preview {
		width:39em;	
	}
}
@media only screen and (max-width: 1000px) {
/*	.preview {
		width:39em;	
	}*/
	.search-set{
		margin:2% 0 2% 0;
	}
	.p-name{
		font-size:10px !important;
	}
	.dashboard-cards .dash-card .task-count{
		width: 30px !important;
		height: 30px !important;
		top: 10px !important;
		line-height: 30px !important;
	}
}
@media (min-width: 300px){
	.bday-avatar{
		float:left;
	}
	.bday-text{
		right: -5%;
	}

}
.tabs-left, .tabs-left-content {
display: table-cell;
}
.tabs-left-content {
width: 100%;
}
.tabs-left .nav-item{
width: 100%;
position: relative;
}
.avatar-me-wrapper { min-height: 30px; overflow: hidden; padding-left: 40px; position: relative; }
.avatar-me {
    background-color: #1abc9c; color: #fff; display: block; height: 30px; left: 0; overflow: hidden;  position: absolute; text-align: center; text-overflow: ellipsis; text-transform: uppercase; top: 0; white-space: nowrap; width: 30px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.avatar-me, .user-name {  font-size: 14px; line-height: 30px;margin-right: 8px;}
.avatar-me { font-weight: 300; }
.user-name { font-weight: 700; }
.ml-25{
	margin-left:25%;
}
.avatar-me-wrapper:hover{
	border: 1px dashed #1abc9c;
   
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
	background-color: #1abc9c !important;
}
