.fc-state-active:active,
  .fc-state-down:active,
     .btn-danger:active,
    .btn-primary:active,
.fc-state-active,
.fc-state-down,
.btn-danger,
.btn-primary{
	border-color:#893c00;
	background-color:#ed6b06;
	color:white;
}

.btn-secondary:active,
.btn-secondary{
	border-color:#657581;
	background-color:#768692;
	color:white;
}
.btn-secondary:hover{
	border-color:#546470;
	background-color:#657581;
	color:white;
}

.fc-state-active:hover,
.fc-state-down:hover,
.btn-danger:hover,
.btn-primary:hover{
	border-color:#893c00;
	background-color:#f18f41;
}

.navVoice{
	padding:4px 15px 0 15px;
	cursor:pointer;
	display:inline-block;
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
}
.voiceSel{
	cursor:default;
	text-shadow:0px 0px 4px #ed6b06;
}

.nav-tabs{
	cursor:pointer;
}

link, .nav-tabs .nav-link.active {
    color: #ed6b06;
	cursor:default;
}

.removeGuess{
	color:#ed6b06;
}

select.status_ospite option{
	background:white;
	color:black;

}
select.status_ospite option.col_white:hover{
	background:white;
	color:black;


}
select.status_ospite option.col_green:hover{
	background:green;
	color:white;
}
select.status_ospite option.col_red:hover{
	background:red;
	color:white;

}
select.status_ospite option.col_yellow:hover{
	background:yellow;
	color:black;
}

/* The switch - the box around the slider */
.crea-switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.crea-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.crea-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.crea-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .crea-slider {
  background-color: #2196F3;
}

input:focus + .crea-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .crea-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.crea-slider.crea-slider-round {
  border-radius: 34px;
}

.crea-slider.crea-slider-round:before {
  border-radius: 50%;
}

/* body::-webkit-scrollbar-track {
  background-color: black;
}

body::-webkit-scrollbar-thumb {
  background-color: orange;
}

body{
  scrollbar-base-color: #000;
  scrollbar-face-color: orange;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
} */
