html, body {
  height: 100%;
  padding-top: 40px;
}
.fixed-top{
	z-index:99991;
}
html.index{
	padding-top: 0;
}
.page-login {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	text-align: center;
}
.page-login-left{
	width: 100%;
	background-color: #efefef;
	background-image: url('../img/index_bg.jpg');
	background-size: cover;
	background-position: left;
}
.page-login-right{
	min-width: 600px;
	width: 600px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, .1);
}
.page-login-right .btn{
	font-size: 16px;
}




.form-signin img {
	margin:auto;
	width: 180px;
	display: block;
	margin-bottom: 50px!important;
}
.form-signin .form-control{
	margin-bottom: 10px;
}

.section {
	margin-bottom: 20px;
}
.cards-inner-list .card{
	margin-bottom: 5px;
	background-color: #fff;
	transition: all 0.3s;
}
.cards-inner-list .card.highlight{
	border-color: #ff0000;
}
.cards-inner-list .card.priority-first{
	border-color:#ffb9b9;
}


.comment-row{
	display: flex;
}
.comment-chck{
	width: 60px;
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment-chck .custom-control-label::after{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.comment-chck .custom-control-label::before{
	width: 20px;
	height: 20px;
	border-color: #28a745;
}
.comment-chck .custom-control-input:checked~.custom-control-label::before{
	background-color: #28a745;
	border-color: #28a745;
}

.comment-img{
	width: 80px;
	min-width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}
.cards-inner-list .card img{
	margin-bottom: 5px;
	max-height: 63px;
	object-fit: cover;
	width: 100%;
	height:100%;
}
.comment-body{
	width: 100%;
}





.cards-inner-list .card .card-body{
	background-color: #fff;
	padding: 15px;
}

.project-page .card-body{
	background: rgba(0,0,0,.03);

}


.cards-inner-list .card:last-child{
	margin-bottom: 0;
}
.cards-inner-list{
	margin-bottom: 20px;
}
.cards-inner-list .card.completed{
	position: relative;
	border-color: #e8e8e8;
}
.cards-inner-list .card.completed .comment-info .btn-group{
	z-index: 11;
}
.cards-inner-list .card .card-overlay{
	display: none;
	background-color: #fff;
	position: absolute;
	top:0;left:150px;right:0;bottom:0;
	opacity:0.80;
}
.cards-inner-list .card.completed .card-overlay{
	display: block;
	z-index:10;
}

.card.completed .comment-img{
	opacity: 0.8;
}




.comment-info{
	display: flex;
}
.comment-info .btn-group{
	display: inline-block;
	margin-left: auto;
}
.comment-info .btn-group .btn{
	line-height: 1;

}
.text-muted{
	color: #9faab4!important;
	font-size: 12px;
}
.card-text{
	font-size: 14px;
	line-height: 1.2;
	padding-right: 100px;
	white-space: break-spaces;
}
.collapse-h{
	cursor: pointer;
}
.collapse-h.body-hidden{
	border-bottom: 0;
}
.dropdown-menu{z-index:12;}

.modal-backdrop{
	z-index: 10000;
}
.modal{
	z-index: 10001;
}

.profile .card{
	margin-bottom:20px;
}

.card-footer{
	display: flex;
	align-items: center;
}
.card-footer .btn-group{
	margin-left: auto;
}
.break-line{
	flex-basis: 100%
	width:100%;
}

.projects .card{
	margin-bottom: 20px;
}

.flex{
	display: flex;
	align-items: center;
}
.btn-edit{
	min-width: 42px;
	max-width: 42px;
	margin-left: 10px;
}
.btn-delete{
	min-width: 42px;
	max-width: 70px;
	margin-left: 10px;
}

.filter-group{
	padding-top:5px;
	padding-bottom: 5px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}




.filter-group select{
	max-width: 200px;
	margin-left: auto;
}
.bg-dark{
	background-color: #252F56!important;
}
.navbar-brand {
	display: flex;
	align-items: center;
}
.navbar-brand img{
	max-height: 25px;
}

.edit-comment-image{
	width: 100%;
	border:1px solid grey;
	margin-bottom: 15px;
}

.link-content{
	color: #01A2DB;
}

.project-link-row{
	margin-bottom: 0px;
}
.project-link-row input{
	width: 200px;
}


.section-h{
	position: relative;
	display: flex;
	align-items: center;
}
.section-h-btns{
	display: flex;
	align-items: center;
	position: absolute;
	top:5px;
	right:5px;
}
.section-h-btns i{
	cursor: pointer;
	margin-left: 10px;
	color: #cfcfcf;
	font-size: 18px;
	transition: all 0.3s;
}
.section-h-btns i:hover{
	color: var(--primary);
}

.adding-project-link{
	margin-top:6px;
}
.adding-project-link input.name{
	width: 100%;
}

.project-link-row input.name{
	width: 100%;
	font-size: 16px;
}
.links-editable{
	margin-top:3px;
}
.links-editable .col-sm-4{
	display: flex;
	align-items: center;
}
.add-link{margin-top:5px;}

#projects-loop .card-img-top{
	width: auto;
	max-height: 70px;
	max-width: 100%;
}
#projects-loop .card-body{
	padding:15px 15px 0 15px;
}
#projects-loop .card-footer:last-child{
	padding:10px 15px;
}
.projects .card-text.links{
	position: absolute;
	top: 15px;
	width: 50%;
	right:15px;
	text-align: right;
	white-space: unset;
}
.projects .card-text.links a{
	font-size: 16px;
	color: var(--secondary);
	margin-bottom: 5px;
	display: inline-block;
	padding-left:3px;
}

#projects-loop .col-4{
	margin-bottom: 20px;
}

.project-img{
	display: flex;
	height: 70px;
	margin: 15px 15px 0 15px;
	align-items: center;
	width: 50%;
}
.completed .custom-checkbox,.completed  .btn-primary{
	opacity: 0.5;
}



@media (min-width: 576px){
	.modal-dialog {
		display: flex;
		align-items: center;
		min-height: 100%;
	    margin: 0px auto;
	}
}

.todo .cards-inner-list{
	margin-bottom: 0;
}
.noedit{
	margin-top: 5px;
	padding-right: 0;
}

.add-project{
	margin-left:auto;
}

.nav-bellicon::after{
	display: none;
}

.notif {
	flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-clip: padding-box;
    border-bottom:  1px solid #e8e8e8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.notif-header{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem 0 0 0;
    color: #6c757d;
    line-height: 1;
    margin-bottom: 5px;
}
.notif-body{
	padding: 0 0 0 0;
	line-height: 1.3;
	
}
.nav-notif-menu{
	width: 350px;

}
.nav-notif-h {
	border-bottom:  1px solid #e8e8e8;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.nav-notif-h span{
	font-size: 12px;
	float: right;
	margin-top: 2px;
	cursor: pointer;
	color: #6c757d;
	font-weight: 500;
}
.notif-items a:last-child .notif{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.new-notif-sign{
	background-color: #f77e0b;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	margin-right: 5px;
	display: inline-block;
}

.nav-bellicon-h-fixed{
	position: absolute;
	top:0px;
	right: 0px;
	bottom: 0;
}
.nav-bellicon-h-fixed a{
	height: 100%;
	line-height: 30px;
}	
.fas.fa-bell{
	color: #f77e0b;
}

.main-filter{
	display: inline-flex;
	align-items: center;

}
.main-filter b{
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}


.projects .card-text{
	padding-right: 0;
}


.project-link-row .form-control-plaintext{
	cursor: pointer;
}

.notif-items a:hover{
	text-decoration: none!important;
}
.notif-items a .notif-body{
	color: #212529;
}


.projects .card-body .card-title{
	margin-top: 10px;
}
.projects .card-body .badge{
	font-size: 11px;
	font-weight: 500;
}

.card-text{
	position: relative;
}


.reaction-area{
	margin-top: 0px;
}
.btn-send-reaction{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
}
.btn-close-reaction{
	margin-top: 0px;
	margin-right: 5px;
	margin-left: auto;
	display: inline-block;
}
.new-r{
	display: flex;
	flex-wrap: wrap;
}

.reaction-item{
	background-color: #fff;
	padding:10px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.125);
	font-size:14px;
	margin-bottom: 5px;
	position: relative;
}
.reaction-item .text-muted{
	line-height: 1;
}
.reaction-item .text-muted span{
	color: #212529;
	font-weight: 500;
}
.reaction-item .answer{
	right: 10px;
	top:10px;
}
.reaction-item.reaction-to{
	margin-left: 20px;
}
.btns-edit-reaction{
	margin-left: auto;
	margin-top: 10px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
.btns-edit-reaction .btn-send-reaction{
	margin-left:0px;
}
.reaction-item textarea.form-control{
	margin-top: 10px;
	font-size: 14px;
	min-height: 100px;
}





.new-r div{
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}



.delete-reaction{
	position: absolute;
	right: 35px;
	top:10px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #9faab4;
	transition: all 0.3s;
}
.delete-reaction:hover{
	color: var(--primary);
}

.edit-reaction{
	position: absolute;
	right: 60px;
	top:10px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #9faab4;
	transition: all 0.3s;
}
.edit-reaction:hover{
	color: var(--primary);
}


.reaction-msg{
	padding-right: 80px;
}
.reaction-to .delete-reaction{
	right: 10px;
}
.reaction-to .edit-reaction{
	right: 36px;
}

.users .list-group{
	margin-top: 20px;
}
.list-group-item{
	display: flex;
	font-size:14px;
}
.list-group-item .mail{
	min-width: 250px;
}
.list-group-item .name{
	min-width: 80px;
}
.list-group-item .done{
	min-width: 50px;
}
.list-group-item .form-check{
	margin-left: auto;
}

.list-group-item-h{
	font-size:12px;
	padding: 5px 1.25rem;
	font-weight: 500;
}

.attachments{
	font-size:14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.attachments:last-child{
	margin-bottom:0;
}
.attachments-item{
	border: 1px solid #efefef;
	margin-bottom: 3px;
	padding:2px 5px;
	border-radius: 4px;
	font-weight: 400;
	position: relative;
}
.attachments-item:first-child{
	margin-top: 5px;
}
.attachments-item:last-child{
	margin-bottom: 0;
}
.attachments-item i{
	position: absolute;
	right: 0;
	top:0;
	color: #9faab4;
	transition: all 0.3s;
	cursor: pointer;
	bottom:0;
	margin:auto 0;
	height: 15px;
	line-height: 15px;
	right:5px;
}
.attachments-item i:hover{
	color: var(--primary);
}

@media (max-width: 576px){
	.nav-bellicon-h-fixed{display: none;}
}



.filter-to-right-icon{
	margin-left: auto;
	width:31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secondary);
	cursor: pointer;
}
.filter-group-100{
	display: none;
	padding:0px 0 15px 0;
	flex-basis: 100%;
}
.filter-col-h{
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}



.answer{
	position: absolute;
	right: 100px;
	top:17px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #9faab4;
	transition: all 0.3s;
}
.answer:hover{
	color: var(--primary);
}


.priority-1{
	position: absolute;
	right: 100px;
	top:17px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #9faab4;
	transition: all 0.3s;
}
.priority-1:hover{
	color: var(--danger);
}
.fa-exclamation-circle.active{
	color: var(--danger);
}


.priority-2{
	position: absolute;
	right: 130px;
	top:17px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #9faab4;
	transition: all 0.3s;
	z-index: 11;
}
.priority-2:hover{
	color: var(--grey);
}
.fa-hourglass.active{
	color: var(--primary);
}


.news-block{
	max-width: 500px;
}
.news-block:not(.news){
	padding:20px;
	background-color: #f3f3f3;
	border-radius: .25rem;
}

.news{
	margin-top: 20px;
}
.news-item{
	margin-bottom: 20px;
}
.news-item-h{
	display: flex;
	margin-bottom: 15px;
}
.news-item-h .btn-group{
	margin-left: auto;
}
.news-item-h .btn-group button.moredots{
	background-color: transparent;
	border:0;
	outline: 0;
	line-height: 1;
    height: 30px;
}
.news-item-circle{
	background-color: var(--primary);
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
}
.news-item-desc{
	padding-left: 15px;
}
.news-item-desc .badge{
	font-size: 10px;
	font-weight: 400;
	padding: 1px 4px 2px 4px;
	line-height: 1;
	border-radius: 3px;
}
#selected-tags .badge{
	font-size: 10px;
	font-weight: 400;
	padding: 1px 4px 2px 4px;
	line-height: 1;
	border-radius: 3px;
	margin-right: 4px;
}
.news-item-name{
	line-height: 1;
}
.news-body{
	font-size: 15px;
	line-height: 1.4;
	white-space: break-spaces;
}
.news-image{
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    overflow: hidden;
    margin-top: 15px;
}
.news-image img{
	width: 100%;
}
.news{
	padding-bottom: 50px;
}
.bodynews{
	height: auto;
}

.list-group-item .toright{
	margin-left: auto;
	display: flex;
}


#projects-loop .card-body{
	position: relative;
}
#projects-loop .card-body .progress{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	border-radius: 0;
	height: 3px;
}


/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background-color: var(--primary);
	border-radius:3px;
	padding:1px 4px 2px 4px;
	font-size: 12px;
	line-height: 1;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 5px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	padding: 0px 2px;
	font-weight: 600;
	font-size: 10px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


#tagsselect ul{
	list-style-type: none;
	margin:0;
	padding:0;
	display: flex;
	margin-top: 10px;
}
#tagsselect ul li{
	margin-right: 2px;
    color: var(--gray-dark);
    background-color: #eaeaea;
    border-radius: 3px;
    padding: 3px 5px 5px 5px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}
#tagsselect ul li.active{
    color: #fff;
    background-color: var(--primary);
}

.news-h{
	margin-bottom: 15px;
}
.news-h .btn-group{
	margin-left: auto;
}
.news-h .card-title{
	margin-bottom: 0;
}


.asgn-page{

}
.asgn-page .card{
	border:0;
}
.asgn-page .section-h{
	padding:5px 10px;
	font-size: 15px;
	background-color: transparent;
	font-weight: 600;
	border:1px solid rgba(0,0,0,.125);
	border-radius:3px;
	flex-wrap: wrap;
}
.asgn-page .section-h .text-muted{
	width: 100%;
}

.asgn-page .cards-inner-list .card{
	padding-left: 50px;
	margin-top: 10px;
}
.asgn-page .cards-inner-list .card:first-child{
	margin-top: 0px;
}
.asgn-page .iconbtn{
	margin-left: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.asgn-page .iconbtn i{
	font-size: 15px;
}
.primary-body{
	margin-top: 5px;
	margin-bottom: 10px;
}
.asgn-page .card-body{
	padding:0;
}
.asgn-page .cards-inner-list{
	margin-bottom: 0;
}
.asgn-h{
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding:5px 10px;
	border:1px solid rgba(0,0,0,.125);
	border-bottom: 0;
	border-radius:3px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.asgn-h .text-muted{
	width: 100%;
}
.asgn-h::before{
	content:"";
	position: absolute;
	left:-50px;
	width: 40px;
	top:25px;
	height:2px;
	background-color: rgba(0,0,0,.125);
}
.asgn-body{
	padding:10px;
	border:1px solid rgba(0,0,0,.125);
	font-size: 14px;
}
.asgn-body p{
	margin-bottom: 10px;
}
.asgn-body b{
	font-weight: 700;
}
.asgn-page .modal-dialog{
	max-width: 850px;
}

.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0;
    background-color: #efefef;
}
.btn-fullscreen{
	display: none;
}
.note-editable{
	min-height: 300px;
}

.btn-addasgn{
	margin-left: auto;margin-bottom: 15px;
}

.asgn-page .section-h-btns i{
	margin-left: 0;
}

.card-img, .card-img-top{
	border-radius: 3px;
}


.poll-create{
	display: none;
	margin-bottom: 20px;
}
.poll-options-label{
	margin-top: 15px;
}
.poll-create-items{
	
}
.poll-create-items .item{
	position: relative;
	padding-right: 50px;
	margin-bottom: 5px;
}
.poll-create-items .item input{
	
}
.del-poll-item{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}

.poll{
	font-size:14px;
	margin-bottom: 10px;
	font-weight: 500;
}
.poll:last-child{
	margin-bottom:0;
}
.poll-item{
	font-weight: 400;
}
.votes-counter{
	display: inline-block;
	width: 70px;
	padding-right: 20px;
}
.votes-counter i{
	margin-left: 5px;
}
.poll-item .form-check{
	padding-left: 0;
}

.poll .poll-name{
	font-weight: 400;
}

a.head-profile{
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 2px 0;
}
.navbar-dark .navbar-nav a.head-profile{
	color: #fff;
}
.head-profile span{
	display: block;
	font-size: 11px;
	line-height: 1;
	font-weight: 400;
	color: rgba(255,255,255,.5);
	margin-bottom: 3px;
}
.navbar-dark .navbar-nav a.nav-link{
	padding: 2px 5px;
}

.custom-toast{
	position: fixed;
	bottom: 20px;
	right: 20px;
	transform: translateY(20px);
	width: 250px;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;

}
.custom-toast.active{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.toast-desc{
	font-size: 14px;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,.2);
	font-weight: 500;
	border-radius: 4px;
}

.enviro-item{
	cursor: pointer;
}

#loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 99999;
	background-color: rgba(0,0,0,0.3);
	display: none;
}
#loading img{
	width: 50px;
}

.open-section{
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
}

.section-dropdown .card-body{
	display: none;
}
.section-dropdown.active .card-body{
	display: block;
}
.section-dropdown .card-header{
	border-bottom: 0;
}
.section-dropdown.active .card-header{
	border-bottom: 1px solid rgba(0,0,0,.125);
}


.tags-list .list-group-item{
	margin-bottom: 0;
}


.filter-ctgs{
	margin-top: 10px;
}
.filter-ctgs .btn-primary.focus{
	background-color: var(--primary);
	border-color: var(--primary);
}
.filter-ctgs input:checked + label {
   background-color: var(--primary);
}
.filter-ctgs .btn-sm{
	padding: 0.2rem 0.5rem;
    font-size: .7rem;
    line-height: 1.2;
}