.text-bold{
	font-weight: bold;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.ver-align{
	width: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform:
	translateY(-50%);
	transform: translateY(-50%);
}

.center {
	margin: auto;
	width: 50%;
	border: 3px solid green;
	padding: 10px;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

ul.ks-cboxtags {
	list-style: none;
	margin: 0px;
}

ul.ks-cboxtags li{
	display: inline;
	padding: 5px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

ul.ks-cboxtags li label{
	width: 80px;
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 0px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;
	
	-webkit-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 3px 10px 15px -7px rgba(0,0,0,0.35);		

		
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
}

ul.ks-cboxtags li label {
		padding: 8px 12px;
		cursor: pointer;
}

ul.ks-cboxtags li label::before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		padding: 2px 6px 2px 2px;
		content: "\f067";
		transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
		content: "\f00c";
		transform: rotate(-360deg);	
		transition: transform .3s ease-in-out;
		
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
		border: 0px solid #3b67b8;
		background-color: #4579d9;
		-webkit-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);
		box-shadow: 3px 10px 34px -7px rgba(0,0,0,0.75);		
		color: #fff;
		transition: all .2s;		
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
	
}

