::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

  /* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
  
  /* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-repeat:  no-repeat;
    border-width: thin;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 5%;
}

input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 10%;
}

input::-webkit-datetime-edit {
    position: relative;
    left: 10%;
}

.header-bar{
	color: white;
	width: 100%; 
	border: none; 
	border-bottom: 1px solid #d9dadb; 
	background-color: #4f9101; 
	position: relative; 
	top: 0; 
	padding: 15px 0 0 10px;
	margin-bottom: none;
}
  
.logo{
	display: inline-block; 
	position: relative; 
	top: -5px; 
	margin-left: 20px;
	height: 40px;
	width: 40px;
}

.inline-header{
	display: inline-block;
}

.col-2{
	/* width: 26% !important; */
	width: 280px !important;
	padding: 20px;
}

#homepage-content{
	width: calc(calc(calc(100% - 280px) / 4) * 3) !important;
}

#tag-menu{
	width: calc(calc(100% - 280px) / 4) !important;
	padding: 10px 10px;
}

.tag{
	margin-bottom: 10px;
	font-weight: 500;
	padding: 10px 30px 10px 23px;
	border-radius: 5px;
	border: 1px solid #ececec;
	border-left: 3px solid #4f9101;
	cursor: pointer;
}

.tag:hover{
	background-color: #ececec;
}

.tag::after{
	content: '';
	background-image: url('../images/arrow_right_icon.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
	right: -17px;
	float: right;
	top: -7px;
	/* margin-top: 5px; */
	filter: invert(19%) sepia(0%) saturate(1679%) hue-rotate(228deg) brightness(94%) contrast(86%);
}

.video{
	width: 100%;
	/* aspect-ratio: 16 / 9; */
	/* max-height: 200px; */
}

.add-enum-field{
	border-radius: 5px;
	border: 1px solid #60646b;
	color: #60646b;
	padding-left: 20px;
	margin-top: 20px;
	font-weight: 500;
}

.add-enum-field:hover{
	background-color: #ececec;
	color: #3a3a3a;
	border-color: #3a3a3a;
}

.add-enum-field::before{
	content: '';
	background-image: url('../images/plus_icon.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
	display: inline-block;
	position: relative;
	right: 12px;
	top: 2px;
	filter: invert(19%) sepia(0%) saturate(1679%) hue-rotate(228deg) brightness(94%) contrast(86%);
}

#countWeekends{
	top: 18px;
}

#countWeekends + label{
	position: relative;
	top: 14px;
}

.container-fluid{
	user-select: none;
	padding: auto;
}

.menu{
	background-color: #4f9101;
	font-weight: 500;
}

.nav-item{
	height: 50px !important;
}

.nav-link.header{
	font-size: large;
}

.nav-link{
	padding: 10px !important;
	position: relative;
	left: 30px;
	display: block;
	color: #a8c585;
	top: -35px;
}

.nav-link:first-child{
	top: -40px;
}

.loading{
	text-align: center; 
	margin: 25px auto 0 auto;
}

.spinning{
	width: 40px;
	height: 40px;
	animation: rotation 2s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.card-title-wrap{
	display: table-row;
}

.card-title-wrap .col:first-child{
	display: table-cell;
	width: calc(100% - 180px) !important;
}

.card-title-wrap .col:last-child{
	display: table-cell;
	width: 180px !important;
}

.nav-link.active{
	color: #fff;
}

.nav-item:hover .nav-link,
.nav-link:active{
	color: #fff;
}

.menu-icon{
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.menu-icon image{
	filter: invert(74%) sepia(29%) saturate(392%) hue-rotate(45deg) brightness(97%) contrast(87%);
}

.nav-item:hover .menu-icon image{
	filter: invert(96%) sepia(0%) saturate(7500%) hue-rotate(326deg) brightness(105%) contrast(101%);
}

.menu-icon.active image{
	filter: invert(96%) sepia(0%) saturate(7500%) hue-rotate(326deg) brightness(105%) contrast(101%);
}

.alert-success,
.alert-danger,
.alert-warning{
	z-index: 1;
	position: fixed;
	top: 2%;
	right: 2%;
	width: fit-content;
	padding-bottom: 10px !important;
}

.green-filter {
	filter: invert(35%) sepia(93%) saturate(1190%) hue-rotate(59deg) brightness(99%) contrast(101%);
}

.red-filter{
	filter: invert(12%) sepia(45%) saturate(6558%) hue-rotate(333deg) brightness(87%) contrast(97%);
}

.yellow-filter{
	filter: invert(42%) sepia(78%) saturate(294%) hue-rotate(6deg) brightness(93%) contrast(89%);
}

.up{
	margin-left: 5px;
	position: relative;
	top: -5px;
}

.svg{
	position: relative;
	top: -5px;
}

#success-alert,
#error-alert,
#warning-alert
{
	display: none;
}

.btn-success{
	display: block;
	border-color: #4f9101;
	background-color: #4f9101;
	font-weight: 600;
}

.btn-success:hover{
	background-color: #447e02;
	border-color: #447e02;
}

.btn-success:focus,
.btn-success:active{
	background-color: #447e02;
	border-color: #447e02;
	outline: none !important;
	box-shadow: none !important;
}

#smart-process{
	position: relative;
	float: right;
	top: 25px;
}

.col{
	margin-top: 10px;
}

#header{
	width: 100%; 
}

.dropdown-toggle-new{
	width: 100%;
	position: relative;
	float: right;
	background-color: #fff;
	color: #3a3a3a;
	border-color: #3a3a3a;
	text-align: left;
	/* color: #4f9101;
	border-color: #4f9101; */
}

.dropdown-toggle-new::after{
	cursor: pointer;
	content: '';
	background-image: url('../images/dropdown.svg');
	background-size: 10px 10px;
	height: 10px;
	width: 10px;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 8px;
	/* left: -10px; */
	filter: invert(19%) sepia(0%) saturate(1679%) hue-rotate(228deg) brightness(94%) contrast(86%);
}

.dropdown-toggle-new:hover::after,
.dropdown-toggle-new:focus::after{
	filter: invert(100%) sepia(2%) saturate(2%) hue-rotate(103deg) brightness(114%) contrast(100%);
}

.dropdown-toggle-new span{
	color: #3a3a3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.dropdown-toggle-new:hover,
.dropdown-toggle-new:focus{
	/* color: #4f9101; */
	border-color: #4f9101;
	background-color: #4f9101;
	outline: none !important;
	box-shadow: none !important;
}

.dropdown-toggle-new:hover span,
.dropdown-toggle-new:focus span{
	color: #fff;
}

.dropdown-item:focus,
.dropdown-item:active{
	background-color: #4f9101;
}

ul.dropdown-menu{
	max-height: 370px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-left: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
}

.dropdown-menu li .dropdown-item{ 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-menu{
	position: relative;
	overflow: auto;
	border: none;
	white-space: nowrap;
}

.category-table{
	width: 100%;
	display: table;
}

#responsible-content .category-table .category-table-row .category-table-cell
{
	padding: 5px;
}

#deadlines-content .category-table .category-table-row .category-table-cell{
	padding-left: 5px;
}

#deadlines-content .category-table{
	position: relative;
	top: 5px;
}

.category-table-cell p{
	color: #3a3a3a;
	font-weight: 500;
	font-size: medium;
}

.category-table-cell span.table-header{
	color: #3a3a3a;
	font-weight: 700;
	font-size: medium;
}

.category-table-row{
	display: table-row;
}

.category-table-row:not(:first-child){
	position: relative;
	top: 15px;
}

.category-table-cell{
	display: table-cell;
	width: 50%;
}

#responsible-content .category-table .category-table-row:not(:first-child) .category-table-cell p{
	margin:  0;
	position: relative;
	top: -15px;
}

.center{
	margin-top: 40px;
}

.center button{
	margin: auto;
}

.search{
	border: none;
	border-bottom: 1px solid #ced4da;
	box-sizing: border-box;
	background-image: url('../images/searchicon.svg');
	background-position: 10px 6px;
	background-size: 25px 28px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.search:focus,
.search:active{
	outline: none !important;
	box-shadow: none !important;
	border-color: #4f9101;
}

.hide-name{
	display: none;
}

.priority{
	position: relative;
	top: -5px !important;
	padding: 0.375rem 0.75rem 0 0.75rem !important;
	border: none;
	border-bottom: 1px solid #ced4da;
}

.priority:focus,
.priority:active{
	border-color: #4f9101;
	box-shadow: none !important;
	outline: none !important;
}

input[type="checkbox"]{
	position: relative;
	top: 4px;
	border: 1px solid #d9dadb;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

input[type="checkbox"]:checked{
	accent-color: #4f9101 !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #4f9101 !important;
	border-color: #4f9101 !important;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:active{
	box-shadow: none !important;
	border-color: #4f9101 !important;
}

input[type="checkbox"] + label{
	margin-bottom: 20px;
	font-weight: 500;
}

#contact-developer{
	position: absolute;
    bottom: 0;
}

.btn-contact-developer{
	/* background-color: #4f9101;
    border: 1px solid #4f9101; */
    color: #a8c585;
	position: relative;
	left: -12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-block;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px 0 24px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, "Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.btn-contact-developer::before{
	content: '';
	background-image: url('../images/world_icon.svg');
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: -13px;
	filter: invert(97%) sepia(4%) saturate(3582%) hue-rotate(29deg) brightness(87%) contrast(74%);
}

.btn-contact-developer:hover{
	color: #fff;
}

.btn-contact-developer:hover::before{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(103%) contrast(101%);
}

.em-dash{
	position: relative;
	left: -10px;
}

.input-group .form-control{
	z-index: 99;
}

.input-group .form-control,
.btn-outline-green{
	border-radius: 0.25rem !important;
	box-shadow: none !important;
}

.input-group .btn.btn-outline-secondary{
	border-radius: 0.25rem !important;
}

.input-group .form-control:focus,
.input-group .form-control:active{
	border-color: #4F9101;
}

.input-group-text{
	border: none;
	background-color: #fff;
}

.cross{
	/* display: inline-block; */
	position: relative;
	float: right;
	left: -23px;
	bottom: -10px;
	content: '';
	background-image: url('../images/cross_del.svg');
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	filter: invert(19%) sepia(6%) saturate(106%) hue-rotate(314deg) brightness(91%) contrast(83%);
	cursor: pointer;
	z-index: 999;
}

.cross:hover{
	filter: invert(58%) sepia(5%) saturate(0%) hue-rotate(249deg) brightness(89%) contrast(91%);
	/* color: #868686; */
}

#placement{
	padding-top: 10px;
}

#button-filter-items{
	position: relative;
	top: -10px;
}

#progress{
	text-align: center;
}

.stat-card{
	padding: 0;
	border-radius: 10px;
	height: 100px;
	color: #fff;
	font-weight: 500;
	font-size: medium;
	z-index: 999;
}

.stat-card-header{
	background-color: #4F9101;
	padding: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.stat-card-body{
	background-color: #acda83;
	height: 100%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.stat-card-body span{
	font-size: 46px;
	position: relative;
	float: right;
	bottom: -35px;
	margin-right: 15px;
}

.apexcharts-tooltip-series-group{
	background-color: #3c4e50 !important;
    color: #ffffff !important;
}