.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    
}
.green-check-input {
  background-color: green;
  padding-bottom: 1em;
}
.form-switch .form-check-input, .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.custom-checkbox{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Change to conditional size scaling based on screen size (phones 1.25 or 1.50, full screens 1.0) */
.zoom-125{
	zoom: 1.25;
}

.dlk-radio input[type="radio"]
{
	margin-left:-99999px;
	display:none;
}
.dlk-radio input[type="radio"] + .fa
{
	color: white;
	opacity:0.15;
	text-decoration: none;
}
.dlk-radio input[type="radio"]:checked + .fa
{
    opacity: 1;
}
.btn-danger:focus {
  outline: none;
  box-shadow: none;
}
.dlk-radio .btn-success:hover {
  outline: none;
  box-shadow: none;
  background-color: #198754;
}
.dlk-radio .btn-danger:hover {
  outline: none;
  box-shadow: none;
  background-color: #dc3545;
}
.dlk-radio .btn-secondary {
  outline: none;
  box-shadow: none;
  background-color: #565e64;
}
.item-heading{
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 0px !important;
}
.fill {
	min-width:100% !important;
}
.dlk-fill {
	width:100% !important;
	margin:0;
	border:0;
	margin-left: -10px;
}
.dlk-fill-50 {
	width:50% !important;
	margin:0;
	border:0;
	margin-left: -10px;
}
.dlk-fill-33 {
	width:33% !important;
	margin:0;
	border:0;
	margin-left: -10px;
}
.dlk-fade {
	opacity: .70;
}
.login-form {
	padding-right:10%;
	padding-left:10%;
}
@media screen and (max-width: 480px) {
	.login-form {
		padding-right:5%;
		padding-left:5%;
	}
	
}
@media only screen and (min-width : 768px) {
	.login-form {
		padding-right:20%;
		padding-left:20%;
	}
	
}
.center {
  text-align: center;
}
.login-header {
	margin-top: 4em;
}