/* Add here all your CSS customizations */

.crud-buttons {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.b-light {
	font-weight: 600;
}

.circular {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.anchor { 
	display: block;
	height: 150px; /*same height as header*/
	margin-top: -150px; /*same height as header*/
	visibility: hidden;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}

.cropper-image {
	max-width: 100%;
	max-height: 900px;
}