.show{
  display:block;
}
.menu-active{
  border-radius: 3px;
  border:1px solid #eee;
  padding: 8px;
  background-color: #007abc;
  color:white;
}
.menu-active:hover,a:hover{
  text-decoration: none;
  color:#3c4a53;
}
.hide{
  display: none;
}
.form-control{
  border: 1px solid #222!important;
}
input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 80px;
	height: 15px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}
.cursor{
  cursor: pointer;
}
.date-link{
  margin-right: 10px;
  color: blue!important;
}
.clear{
  clear: both;
}
.height-25{
  height: 25px;
}
.jokers{
  font-size:9pt;
  color:blue;
}
.jokers a{
  cursor: pointer;
}
.postType{
  font-size: 13px!important;
  position: relative!important;
  float: left!important;
  opacity: 1!important;
  margin-top: 0px!important;
  margin-right: 10px!important;
  cursor: pointer!important;
  pointer-events: all!important;
  color:#ED5565 !important;
}
.toggle-off.btn {
  background-color: #dddddd!important;
}
.report-table{
  width: 100%;
  border:1px solid grey;
  font-size:9pt;
}
.report-table td,.report-table th{
  border:1px solid grey;
  padding: 15px;
}
.remove-easypoint-closed-dates{
  color:red!important;
  font-size: 12pt;
  margin-left: 5px;
  cursor: pointer;
}
