.pf.groupper{
	background-color: white;
	padding: 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 12px;
	position: relative;
}

.pf.groupper .actions{
	/* border-top: 1px solid rgba(0,0,0,0.05); */
	background-color: rgba(0,0,0,0.03);
	width: 100%;
	margin-left: -20px;
	margin-bottom: -20px;
	margin-top: 20px;
	padding: 10px 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	text-align: right;
}

/* ================================== */
/* LOADING */
/* ================================== */
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.pf.loading::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -12.5px 0 0 -12.5px;
	width: 20px;
	height: 20px;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}
.pf.loading::after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -12.5px 0 0 -12.5px;
	width: 20px;
	height: 20px;
	border-radius: 500rem;
	-webkit-animation: loader .6s infinite linear;
	animation: loader .6s infinite linear;
	border: .2em solid white;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: white;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	animation: rotation 500ms infinite linear;
}
.pf.loading.big::before,.pf.loading.big::after{
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
}
.pf.loading.big::before{
	border: .3em solid rgba(0,0,0,.15);
}
.pf.loading.big::after{
	border: .3em solid white;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.pf.loading.dark::before{
	border-color: rgba(0,0,0,.15);
}
.pf.loading.dark::after{
	border-left-color: rgba(0,0,0,.50);
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

/* ================================== */
/* MESSAGE */
/* ================================== */
.pf.message{
	background-color: rgba(0,0,0,0.08);
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 16px;
}
.pf.error.message:empty{
	display: none;
}
.pf.message.error{
	background-color: #fadddd;
	color: #a05252;
}
.pf.message > .header{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.pf.success.message,.pf.green.message{
	background-color: #D6F2AB;
	color: #3F6212;
}
.pf.message ul.list{
	margin: 0;
	padding-left: 15px;
}
.pf.message ul.list li{
	margin-bottom: 5px;
}
.pf.message ul.list li:last-child{
	margin-bottom: 0;
}
form > .pf.error.message{
	margin-top: 20px;
	font-size: 14px;
	padding: 10px;
}

/* ================================== */
/* EXTRAS */
/* ================================== */

pre.logo{
	text-align: center;
	color: hsl(84, 76%, 44%);
	font-weight: 700;
}

/* ================================== */
/* LABEL */
/* ================================== */

.pf.label{
	padding: 3px 15px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #6B728036;
	color: #0F172Ae6;
	position: relative;
}
.pf.circular.label{
	padding: 3px 3px;
	min-width: 20px;
}
.pf.small.label{
	font-size: 12px;
}
.pf.label.blue{
	background-color: #3B82F636;
	color: #1E3A8Ae6;
}
.pf.label.yellow{
	background-color: #F59E0B36;
	color: #713F12e6;
}
.pf.label.green{
	background-color: #A3E63536;
	color: #365314e6;
}
.pf.label.red{
	background-color: #F8717136;
	color: #7F1D1De6;
}
.pf.selectable.label{
	cursor: pointer;
}
.pf.loading.label{
	color: transparent;
}
.pf.loading.label::before, .pf.loading.label::after{
	margin: -8px 0 0 -8px;
	width: 10px;
	height: 10px;
}
.pf.loading.label::before{
	border: .2em solid rgba(0,0,0,.15);
}
.pf.loading.label::after{
	border: .2em solid white;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

/* ================================== */
/* DROPZONE */
/* ================================== */
.pf.dropzone{
	width: 100%;
	border-radius: 10px;
	border-width: 2px;
	border-style: dashed;
	border-color: #cccccc;
	background-color: #fafafa;
	height: 100px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	color: #afafaf;
}

.pf.dropzone i{
	display: block;
	font-size: 30px;
	color: inherit;
}
.pf.dropzone .label{
	font-weight: 500;
	color: inherit;
	/* color: #969696; */
}
.pf.dropzone input{
	display: none;
}

.pf.dropzone.active{
	border-color: #f8e076;
	background-color: #fdfbf2;
	color: #b0974b
}
.pf.dropzone.done{
	border-color: #caecc7;
	background-color: #f2ffee;
	color: #538653;
}
.pf.dropzone.error, .ui.form .field.error .pf.dropzone:not(.done):not(.active){
	border-color: #ecc7c7;
	background-color: #fee;
	color: #c46f6f;
}

/* ================================== */
/* TABLE */
/* ================================== */
table.pf.table{
	width: 100%;
	background-color: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
	border-collapse: collapse;
	border-radius: 12px;
	overflow: hidden;
}
table.pf.table.selectable tbody tr:not(.noselect){
	cursor: pointer;
}
table.pf.table.selectable tbody tr:not(.noselect):hover{
	background-color: rgba(0, 0, 0, 0.06) !important;
}
table.pf.table thead th{
	text-transform: uppercase;
	background-color: #F9FAFB;
	border-bottom: 1px solid #e5e7eb;
}
table.pf.table tfoot tr{
	background-color: #F9FAFB;
	border-top: 1px solid #e5e7eb;
}
table.pf.table thead th{
	padding: 0.75rem 1rem;
}
table.pf.table thead th{
	text-align: left;
	font-size: 12px;
	color:rgba(0, 0, 0, 0.6)
}
table.pf.table:not(.compact) tr:not(.compact) td{
	padding: 0.75rem 1rem;
}
table.pf.table.compact tr td{
	height: 100%;
}
table.pf.table tr.fat td{
	padding: 0.75rem 1rem;
}
table.pf.table tr td a{
	padding: 0.75rem 1rem;
	display: block;
	color: black;
	text-decoration: none;
	height: calc(100% - 1.5rem);
}
table td.green a{
	color: inherit !important;
}
table td.red a{
	color: inherit !important;
}
table.pf.table td.green{
	color: green;
}
table.pf.table td.red{	
	color: #a72a2a;
}
table.pf.table td.yellow{
	color: #c57f41e6;
}
table.pf.table td.collapsing, table.pf.table th.collapsing{
	width: 1px;
	white-space: nowrap;
}

table.pf.table th.title{
	font-size: 18px;
}
table.pf.table.details td{
	border-right: 1px solid rgba(0,0,0,0.1);
}
table.pf.table.details td:last-child, table.pf.table.details th:last-child{
	border-right: 0;
}
table.pf.table.details td:last-child{
	padding-left: 20px;
}
table.pf.table.details tr td:first-child{
	font-weight: bold;
	max-width: 200px;
	width: 1px;
	white-space: nowrap;
	padding-right: 20px;
}
table.pf.table tr.divider{
	padding-top: 5px;
	height: 1px;
	padding-bottom: 5px;
}
table.pf.table th{
	text-align: left;
}
table.pf.table.selectable tbody tr:hover{
	background-color: rgba(0, 0, 0, 0.04);
	cursor: pointer;
}

table.pf.table.details.striped tr td:first-child{
	color:rgba(0, 0, 0, 0.65)
}
table.pf.striped.table tbody tr:nth-child(even){
	background-color: rgba(0, 0, 0, 0.02);
}

/* ================================== */
/* FOMANTIC */
/* ================================== */
.ui.modal .content .header{
	background-color: transparent;
	border-bottom: none;
}
.ui.modal > .content{
	width: auto !important;
}
.ui.dropdown, .ui.dropdown .menu .item{
	min-height: auto !important;
}
.pf.form .ui.selection.dropdown.fluid{
	width: auto !important;
	font-size: 14px;
}
.pf.form .ui.dropdown .menu .item{
	font-size: 14px !important;
}
.ui.selection.dropdown{
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	padding: 11px;
	border-radius: 8px;
}
.field.error .ui.selection.dropdown{
	background-color: #FEE2E2;
	border: 1px solid #FECACA;
}
.field.error .ui.selection.dropdown .default.text{
	color: #e89797;
}
.ui.selection.dropdown i.dropdown.icon, .ui.selection.dropdown .menu .item{
	padding: 10px;
}
.ui.selection.dropdown.active, .ui.selection.dropdown:focus{
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-top-right-radius: 8px !important;
	border-top-right-radius: 8px !important;
	background-color: white !important;
}
.ui.upward.selection.dropdown.visible,.ui.active.upward.selection.dropdown{
	border-radius: 8px !important;
}

.ui.selection.dropdown:focus,.ui.selection.dropdown:hover{
	border: 1px solid #cacaca !important;
}
.ui.selection.dropdown .menu{
	border-color: #e0e0e0 !important;
	border-top-width: 1px !important;
	width: 100% !important;
	min-width: 100% !important;
	border-radius: 8px;
	top: calc(100% + 5px);
	z-index: 1000;
}
.ui.selection.dropdown.upward .menu{
	top: auto;
	bottom: 100%;
	max-height: 200px;
	margin-bottom: 10px;
	border-bottom-width: 1px !important;
}
.ui.checkbox label{
	font-size: 14px;
	font-weight: 500;
	padding-top: 2px;
}
.ui.checkbox label::after{
	top: 1px;
	left: 1px;
}
.ui.modal .actions{
	/* background-color: rgba(0, 0, 0, 0.02);
	border-top-color: rgba(0, 0, 0, 0.07); */
	background-color: #F9FAFB;
	border-top: 1px solid #e5e7eb;
}
.ui.modal .header{
	background-color: #F9FAFB;
	border-bottom: 1px solid #e5e7eb;
	/* background-color: rgba(0, 0, 0, 0.02);
	border-bottom-color: rgba(0, 0, 0, 0.07); */
}
.ui.confirm-ation.modal form:empty{
	margin: 0;
}

.ui.checkbox input:checked ~ label::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
}

i.dropdown.icon::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
}

.ui.button.selection.dropdown{
	border: none;
	background-color: #A3E63536;
	color: #365314e6;
	margin: auto;
	display: block;
	max-width: 200px;
	min-width: 200px;
	margin-bottom: 10px;
}

.ui.button.selection.dropdown:hover, .ui.button.selection.dropdown:focus{
	border: none !important;
	background-color: #A3E63536 !important;
	color: #365314e6 !important;
	background-color: #a5e43f36 !important;
}

.ui.dropdown .menu .item.destructive{
	color: #B91C1C
}

/* ================================== */
/* PAGINATION */
/* ================================== */
.pf.pagination{
	display: inline-flex;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	background-color: white;
}
.pf.pagination .page{
	padding: 10px 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	background-color: white;
}
.pf.pagination .page:not(.ellipsis){
	cursor: pointer;
}
.pf.pagination .page:not(.ellipsis):hover{
	background-color: rgba(0, 0, 0, 0.03);
}
.pf.pagination .page:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-left: 0;
}
.pf.pagination .page:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.pf.pagination .active.page{
	background-color: rgba(0, 0, 0, 0.04);
	font-weight: bold;
}

/* ================================== */
/* STATS */
/* ================================== */
.pf.stats, .pf.stat{
	background-color: white;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 12px;
	text-align: center;
}
.pf.stats{
	display: flex;
}
.pf.stats .stat, .pf.stat{
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	padding: 15px 10px;
	flex-grow: 100;
	flex-basis: 0;
}
.pf.stats .stat:last-child{
	border-right: 0;
}
.pf.stats .stat .label, .pf.stat .label{
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 14px;
}
.pf.stats .stat .value, .pf.stat .value{
	font-size: 38px;
	font-weight: 900;
}

/* ================================== */
/* HEADER */
/* ================================== */
.pf.header{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	line-height: 1em;
	color: black;
}
.pf.red.header{
	color: #cc1414;
}
.pf.header .sub.header{
	color: gray;
	font-size: 0.5em;
	line-height: 1em;
	margin-top: 3px;
	font-weight: normal;
}
.pf.centered.header{
	text-align: center;
}
.pf.small.header{
	font-size: 1.5em;
}
.pf.gray.header{
	color: gray;
}
.pf.small.header .sub.header{
	font-size: 0.6em;
}