/* The blue css style */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus,
input[type="checkbox"]:focus, textarea:focus {
	box-shadow: 0 0 1px 1px rgb(0, 180, 217);
	outline: 1px solid #00b4d9;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	background-color: #00b4d9;
	box-shadow: 0 0 1px 0 rgb(0, 180, 217);
}

.dbm-color {
	color: #00b4d9;
}

.dbm-background {
	background-color: #00b4d9;
}

.dbm-border-bottom {
	border-bottom: 1px solid #00b4d9;
}

.dbm-link-primary:hover {
	color: #00b4d9;
}

.dbm-btn-primary {
	background-image: linear-gradient(to right, #00b4d9 0%, #ff3e44 51%, #00b4d9 100%);
	box-shadow: 0 0 2px #00b4d9;
}

.dbm-btn-primary-hover:hover {
	color: #fff;
	background-color: #00b4d9;
	background-image: linear-gradient(to right, #00b4d9 0%, #ff3e44 51%, #00b4d9 100%);
}

.dbm-box-dashed {
	background-color: #c5f5ff;
	border: 2px dashed #00b4d9;
}

.dbm-box-dashed span {
	color: #00839e;
}

.dbm-header {
	border-bottom: 3px solid #00b4d9;
}
