/*
file:		custom.css
package:	lifeprojex
author:		Valentin Zaraf
version:	1.0.3
*/
/*theme*/
.lockscreen{background:#e9ecef url(img/wave.svg) top -300px center no-repeat;background-size:cover;background-attachment:fixed;}
.card-footer{background-color:rgba(0,0,0,.08);}
.border-3 {
    border-width:2px !important;
	border-color:#007bff !important;
}
/*defaults*/
img{max-width:100%;}
.bf-blur-1{backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);}
.bf-blur-2{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}
.bf-blur-3{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
.bf-blur-4{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.bf-blur-5{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}
.bf-blur-6{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}
.bf-blur-7{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);}
.bf-blur-8{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
.bf-blur-9{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);}
.bg-light-tr-1{background:rgba(248,249,250,0.1);}
.bg-light-tr-2{background:rgba(248,249,250,0.2);}
.bg-light-tr-3{background:rgba(248,249,250,0.3);}
.bg-light-tr-4{background:rgba(248,249,250,0.4);}
.bg-light-tr-5{background:rgba(248,249,250,0.5);}
.bg-light-tr-6{background:rgba(248,249,250,0.6);}
.bg-light-tr-7{background:rgba(248,249,250,0.7);}
.bg-light-tr-8{background:rgba(248,249,250,0.8);}
.bg-light-tr-9{background:rgba(248,249,250,0.9);}
img.brand-logo{width:auto;height:auto;max-width:160px !important;}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active{background-color:#0063c0;color:#fff;}
.formAlert{font-size:14px;line-height:14px;padding-bottom:2px;width:100%;}
.form-group .formAlert:last-of-type{margin-bottom:4px;}
.hidden{display:none;}
.w-10px{width:10px;}
.w-20px{width:20px;}
.w-25px{width:25px;}
.w-30px{width:30px;}
.w-40px{width:40px;}
.w-50px{width:50px;}
.w-60px{width:60px;}
.w-80px{width:80px;}
.w-100px{width:100px;}
.w-120px{width:120px;}
.w-150px{width:150px;}
.w-200px{width:200px;}
.font-weight-black{font-weight:900;}
@media (max-width: 576px){.modal-dialog.modal-dialog-slideout {width:90%}}
.modal-dialog-slideout {min-height:100%;margin:0 0 0 auto;background:#fff;}
.modal.fade .modal-dialog.modal-dialog-slideout{-webkit-transform: translate(+100%,0);transform: translate(+100%,0);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}
.modal-dialog-slideout .modal-content{border:0;box-shadow:none;}
.modal{padding-right:0 !important;}
.cursor-pointer{cursor:pointer;}
.timeline-body img{max-width:100% !important;height:auto !important;}
.navbar-badge{font-size:0.7rem;font-weight:600;top:5px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border-color: #006fe6;
    color: #fff;
    padding: 0 10px;
    margin-top: .31rem;
}
.brand-name{color:#000 !important;}
.user-panel img{width:35px !important;height:auto;max-width:35px !important;}
.body_home_index a.small-box{color:#fff;}
.body_home_index a.small-box:hover{color:#333;}
@media (max-width: 576px){
.card-header>.card-tools .input-group, .card-header>.card-tools .nav, .card-header>.card-tools .pagination {
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}
}
.disabled{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.50;
-khtml-opacity: 0.50;
opacity: 0.50 !important;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-9 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-10 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}
th.th-normal{
    font-weight: normal;
}
td.d-block:first-of-type{padding-left: 0.3rem !important;}
td.d-block:last-of-type{padding-right: 0.3rem !important;}

.todo-list>li .text{font-weight: 400;font-size:1.3rem;}
.todo-list>li {color: #333;border-left:4px solid #d2d6de;margin-bottom:3px;padding:0px;}
.todo-list>li .table td{vertical-align:middle;}

.todo-list>li.todo-light{border-left:4px solid #d2d6de;background:#f8f9fa;}
.todo-list>li.todo-warning{border-left:4px solid #ffc107;background:#fff9e8;}
.todo-list>li.todo-danger{border-left:4px solid #dc3545;background:#ffe6e8;}

.no-lr td:first-of-type{padding-left: 0.7rem !important;}
.no-lr td:last-of-type{padding-right: 0.7rem !important;}

#topnav-navbar .nav-link{color:#222;}
#topnav-navbar .nav-link.active{background:rgba(0,0,0,0.05);}

a.task-list-title{color:#222;font-weight:400;font-size:1.3rem;}
.task-list-item td{border-top:0px !important;}
.task-tool{border-bottom:1px solid #ccc;}
a.task-tool{color:#212529;}
.todo-list>li.todo-none{
    border-left: 4px solid #fff;
    padding:7px 15px !important;
	font-weight:bold;
}

@media (min-width: 576px) {/*sm*/

}
@media (min-width: 768px) {/*md*/
	
}
@media (min-width: 992px) {/*lg*/
}
}
@media (min-width: 1200px){/*xl*/

}
@media (max-width: 575px) {/*sm*/

}
@media (max-width: 767px) {/*md*/
	.task-row{border-bottom:1px solid #ccc;padding-top:0px !important;padding-bottom:0.50rem !important;}
	#topnav-navbar .nav-link{padding-left:0.5rem;padding-right:0.5rem;}
}
@media (max-width: 991px) {/*lg*/
}
}
@media (max-width: 1199px){/*xl*/

}
.website-field{display:none !important;}