#widget-calendar .widget-green-sep {
  height: 3px;
  background-color: #00ff00;
}
#widget-calendar .widget-green-sep-large {
  width: 100%;
  margin: 16px 0 16px 0;
}
#widget-calendar .widget-green-sep-small {
  width: 344px;
}
#widget-calendar .widget-calendar-arrow {
	color: #00ff00;
}
#widget-calendar i {
  display: inline-block;
  font-style: normal;
  position: relative;
}
#widget-calendar i.arrow {
  top: 0pt;
  width: 0.6em;
  height: 0.6em;
  border-right: 0.25em solid #00ff00;
  border-top: 0.25em solid #00ff00;
  transform: rotate(45deg);
  cursor: pointer;
}
#widget-calendar i.arrow-right {
  transform: rotate(45deg);
  margin-left: 8px;
}
#widget-calendar i.arrow-left {
  transform: rotate(-135deg);
}
#widget-calendar .widget-calendar-header {
	text-align: center;
	font-size: 18px;
	font-weight: 800;
    margin-bottom: 12px;
}
#widget-calendar .widget-calendar-header span {
	margin: 0 12px 0 12px;
	text-transform: uppercase;
}
#widget-calendar .widget-calendar-content {
	max-height: 450px;
	overflow-y: auto;
}
#widget-calendar .widget-calendar-content::-webkit-scrollbar { 
  display: none; 
}
#widget-calendar .widget-calendar-content-td:after {
	content: '';
  display: block;
  margin-top: 16px;
}
#widget-calendar td.widget-calender-date-td {
	padding: 12px;
  vertical-align: top;
  vertical-align: top !important;
}
.widget-calendar-content-td .widget-calendar-event-name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 8px;
}
.widget-calendar-content-td .widget-calendar-event-time {
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
}
#widget-calendar .calendar-box-head-date {
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
}
#widget-calendar select {
    background-color: #000;
    color: #fff;
    border: thin solid gray;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    font-size: 14px;
    padding: 6px 41px 6px 12px;
    margin: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 120px;
    height: 32px;
    font-weight: 600;
}

#widget-calendar .cal-widget-select-wrapper {
    text-align: center;
}

#widget-calendar select.cal-widget-select {
  background-image:
    linear-gradient(45deg, transparent 50%, #00ff00 50%),
    linear-gradient(135deg, #00ff00 50%, transparent 50%);
      background-position: calc(100% - 12px) calc(8px + 5px), calc(100% - 7px) calc(8px + 5px), calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
#widget-calendar select.cal-widget-select:focus {
  outline: none;
}

::-webkit-scrollbar {
    -webkit-appearance: normal;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/*@media screen and (max-width: 839px) {
  #widget-calendar .widget-calendar-content {
  	overflow-y: hidden;
  }
  }


    TODO Implement  link to calendar*/

