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%;
}

.modal-content{
	user-select: none;
}

.sticker{
    border: none;
    margin: none;
    padding: none;
}

::-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;
}

.container-fluid{
	padding: auto;
}

.svg-plus{
	cursor: pointer;
	position: relative; 
	left: -22px;
	top: -2px;
	margin-right: 10px;
}

.btn-close{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(158deg) brightness(106%) contrast(101%);
}

.btn-outline-green{
	color: #4f9101;
	border-color: #4f9101;
}

.search-icon{
	position: relative;
	top: -2px;
	left: -3px;
}

.search-icon image{
	filter: invert(38%) sepia(67%) saturate(1847%) hue-rotate(60deg) brightness(95%) contrast(99%);
}

.btn-outline-green:hover{
	background-color: #447e02;
	color: #fff;
}

.btn-outline-green:hover .search-icon image{
	filter: invert(97%) sepia(32%) saturate(3%) hue-rotate(122deg) brightness(99%) contrast(103%);
}

table{
	user-select: none;
	z-index: 1;
}

.table thead{
	position: sticky;
	top: 0px;
	background-color: #fff;
	z-index: 10;
}

.svg-plus:hover image{
	filter: invert(35%) sepia(93%) saturate(1190%) hue-rotate(59deg) brightness(99%) contrast(101%);
}

.table-highlight td{
	background-color: #f4f4fc;
}

.table-highlight:hover td{
	background-color: #dcdce4;
}

.table-footer{
	position: sticky;
	bottom: -1px;
	background-color: #fff;
	z-index: 10;
	border-bottom-color: #fff;
}

.ok td:nth-child(5) span::before{
	margin-right: 3px;
	display: inline-block;
	filter: invert(72%) sepia(31%) saturate(2555%) hue-rotate(29deg) brightness(99%) contrast(102%);
	position: relative; 
	top: 2px;
	content: '';
	background-image: url('../images/dot.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

.warning td:nth-child(5) span::before{
	margin-right: 3px;
	display: inline-block;
	filter: invert(60%) sepia(69%) saturate(641%) hue-rotate(359deg) brightness(100%) contrast(106%);
	position: relative; 
	top: 2px;
	content: '';
	background-image: url('../images/dot.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

.danger td:nth-child(5) span::before{
	margin-right: 3px;
	display: inline-block;
	filter: invert(45%) sepia(26%) saturate(1731%) hue-rotate(316deg) brightness(101%) contrast(101%);
	position: relative; 
	top: 2px;
	content: '';
	background-image: url('../images/dot.svg');
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

a{
	color: black;
	text-decoration: none !important;
}

svg + a{
	position: relative;
	left: -28px;
}

a:hover{
	color: #4f9101 !important;
}

td:first-child{
	padding-left: 22px;
}

table.table{
	z-index: 1;
	position: relative;
}

.finished td:nth-child(5) span{
	margin-left: 18px;
}

.finished td:first-child{
	text-decoration: line-through;
}

.finished td:first-child:hover{
	text-decoration-color: #4f9101 !important;
	-moz-text-decoration-color: #4f9101 !important;
}

.sorting-btn{
	position: absolute;
	top: 45%;
	right: 5px;
}

.sorting-btn:hover{
	cursor: pointer;
}

#sort-min:hover,
#sort-max:hover,
#sort-kind:hover{
	cursor: pointer;
}

.center{
	text-align: center;
}

.header{
	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: -3px; 
	margin-left: 20px;
	height: 40px;
	width: 40px;
}

.inline-header{
	display: inline-block;
}

.text{
	position: relative;
	top: 0;
	font-weight: 600;
}

.help{
	position: relative;
	float: right;
	top: -10px;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	border-radius: 8px;
}

.help svg image{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
}

.help:hover{
	background-color: #447e02;
}

svg.icon{
	height: 50px;
	width: 50px;
}

.icon{
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

.point{
	margin: 10px auto 0 15px;
	border-bottom: 1px solid #d9dadb;
}

.point:last-child{
	border-bottom: none;
}

.point:nth-child(1) .icon-container{
  top: -60px;
}

.point:nth-child(2) .icon-container{
  top: -20px;
}

.alert-success,
.alert-danger,
.alert-warning{
	z-index: 9999;
	position: fixed;
	top: 2%;
	right: 2%;
	width: fit-content;
	padding-bottom: 10px !important;
}

.cog{
	cursor: pointer;
	z-index: 2;
	position: relative;
	float: right;
}

.cog image{
	filter: invert(100%) sepia(0%) saturate(2535%) hue-rotate(157deg) brightness(111%) contrast(101%);
}

.configs-icon{
	cursor: pointer;
	z-index: 2;
	position: relative;
	top: -5px;
	float: right;
	margin-right: 10px;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(312deg) brightness(105%) contrast(113%);
}

#show-finished,
#show-without-deadline{
	position: relative;
	border: 1px solid #d9dadb;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#show-finished + label,
#show-without-deadline + label{
	font-size: medium;
	color: #3c4e50;
	position: relative;
	top: 2px;
}

#show-finished:checked,
#show-without-deadline:checked{
	accent-color: #4F9101 !important;
	background-color: #4F9101 !important;
	border-color: #4F9101 !important;
}

#show-finished:checked,
#show-without-deadline:checked,
#show-finished:active,
#show-without-deadline:active,
#show-finished:focus,
#show-without-deadline:focus{
	box-shadow: none !important;
}

#show-finished:checked:hover,
#show-without-deadline:checked:hover{
	accent-color: #498a00 !important;
	background-color: #498a00 !important;
}

.text-muted{
	font-size: small;
	padding-left: 5px;
}

.input-group .form-control,
.btn-outline-green{
	border-radius: 0.25rem !important;
	box-shadow: none !important;
}

.input-group .form-control:focus,
.input-group .form-control:active{
	border-color: #4F9101;
}

.input-group-text{
	border: none;
	background-color: #fff;
}

.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;
}

#configs .modal-dialog .modal-content .modal-body{
	padding-top: 0;
}

#filters .modal-dialog .modal-content .modal-body{
	padding-bottom: 25px;
}

.description{
	margin: auto;
	display: inline-block;
  	width: 90%;
}

.icon-container{
	display: inline-block;
	position: relative;
}

.description-text{
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #3c4e50;
}

.description-header{
	font-weight: 700;
	color: #6c9844;
	font-size: 12px;
	line-height: 50%;
}

.btn-success{
	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;
}

.configs {
	display: table;
	width: 90%;
	margin: auto;
}

.rowr{
	display: table-row;
	font-size: 16px;
	font-weight: 400;
}

.row-header{
	font-size: medium;
	font-weight: 600;
	text-transform: uppercase;
}

.cell{
	display: table-cell;
	padding: 10px;
}

.cell p{
	margin: 0;
	position: relative;
	top: -10px;
}

.cell-square{
	width: 30px;
}

.cell-sm{
	width: calc((100% - 30px) / 3);
}

.cell-bg{
	width: calc((100% - 30px) / 3 * 2);
}

.red-square{
	background-color: #ff5752;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}

.yellow-square{
	background-color: #ffa900;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}

input[type="text"]{
	font-weight: 500;
}

.green-square{
	background-color: #9dcf00;
	border-radius: 5px;
	width: 30px;
	height: 30px;
}

.indicator-name{
	border: 1px solid #ccc;
	position: relative;
	top: -10px;
	height: 35px;
}

.indicator-days{
	border: 1px solid #ccc;
	position: relative;
	top: -10px;
	height: 35px;
	width: 25%;
}

.indicator-name:active,
.indicator-name:focus,
.indicator-days:active,
.indicator-days:focus{
	border-color: #4f9101;
	outline: none;
	box-shadow: none;
}

.check{
	position: relative;
	top: 3px;
	border: 1px solid #d9dadb;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.check:checked{
	accent-color: #4f9101 !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #4f9101 !important;
	border-color: #4f9101 !important;
}

.check:focus,
.check:active{
	box-shadow: none !important;
	border-color: #4f9101 !important;
}

th{
	font-weight: 400 !important;
}

.btn-contact-developer{
	background-color: #4f9101;
    border: 1px solid #4f9101;
    color: #fff;
	border-radius: 20px;
	line-height: 37px;
	vertical-align: middle;
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    text-transform: uppercase;
    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;
    height: 39px;
    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;
	left: -10px;
	filter: invert(100%) sepia(5%) saturate(7500%) hue-rotate(286deg) brightness(117%) contrast(102%);
}

.btn-contact-developer:hover{
	background: #59a009;
	border-color: #59a009;
	color: #fff;
}

.btn-contact-developer:active{
    background: #447e02;
    border-color: #447e02;
    color: #fff;
}

.btn-contact-developer:focus{
    outline: none !important;
}

.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; */
}

.em-dash{
	position: relative;
	left: -10px;
}