.box {
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	margin: 10px;
}

@media screen and (max-width: 768px) {
	.btn-secondary .text {
		display: none;
	}
}
.myLabel {
	padding-right: 5px;
	font-weight: bold;
}
.textmarker {
	background-color: yellow;
	color: black;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.input-group-prepend button {
	background-color: #ffffff;
	color: black !important;
}
.myToolItem .btn {
	color: black !important;
    background-color: white;
}