

.dab-margin-bottom_xsmall
{
	margin-bottom: 4px !important
}
.dab-margin-bottom_small
{
	margin-bottom: 8px !important
}
.dab-full-height
{
	height: 100vh;
}

.kyn-vh
{
	vertical-align: middle !important;
}


.kyn-container
{
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}
.kyn-bg
{
	background-color: #f2f2f2;
}

.hand
{
	cursor: pointer;
}

.editable:empty:before
{
	content: attr(data-placeholder);
}


/* FROM BOOTSTRAP ---> TEMPORARLY NEEDED TO USE MODAL CRUD
*/

.d-none
{
	display: none!important
}
