﻿.calendar {
	padding: 4px;
	overflow: auto;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.calendar.calendar-rtl {
	direction: rtl;
}
.calendar.calendar-rtl table tr td span {
	float: right;
}
.calendar table {
	margin: auto;
}
.is-today {
    border-left: 4px solid red;
    border-right: 4px solid red;
    border-bottom: none;
    box-shadow: inset 0 3px 0 red;
}
.is-sunday { color: #f00000; } 
.is-saturday { color: #064685; }
.calendar table td, .calendar table th {
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	padding: 4px 5px;
	font-size: 15px;
}
.calendar .year-title {
	font-weight: 700;
	text-align: center;
	height: 20px;
	width: auto;
}
.calendar .year-neighbor {
	color: #aaa;
}
.calendar .year-neighbor2, .calendar table.month tr td.disabled, .calendar table.month tr td.disabled:hover {
	color: #ddd;
}
.calendar .months-container {
	width: 100%;
	display: none;
}
.calendar .month-container {
	min-width: 200px;
	text-align: center;
	height: 250px;
	padding: 0;
	margin-bottom: 15px;
}
.calendar table.month th.month-title {
	font-size: 18px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	background-color: #064685;
}
.event-name {
	font-size: 16px;
}
table.month td:last-child,
table.month thead tr:nth-child(2) th:last-child 
{
color: #f00000;
}
table.month thead tr:nth-chiLd(2) th:nth-last-child(2) 
{
color: #053e76;
}
table.month thead tr:nth-chiLd(2) th:nth-last-child(8) 
{
color: #8A8A8A;
}
.calendar table.month th.day-header {
	font-size: 15px;
	background-color: #b2d8fd;
}
.calendar table.month th.day-header-ne {
	font-size: 15px;
	background-color: #b2d8fd;
}
.calendar table.month tr td, .calendar table.month tr th {
	padding: 0;
}
.calendar table.month td.week-number {
    cursor: default;
    font-weight: 250;
    border-right: 1px solid #b2d8fd;
    padding: 5px;
    color: #8A8A8A;
}
.calendar .round-left {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.calendar .round-right {
	webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.calendar table.month tr td .day-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
}
.table-striped .calendar table.month tr td, .table-striped .calendar table.month tr th {
	background-color: transparent;
}
.calendar table.month td.day .day-content:hover {
	background: rgba(0,0,0,.1);
	cursor: pointer;
}
.calendar table.month td.day.disabled .day-content:hover, .calendar table.month tr td.new, .calendar table.month tr td.new:hover, .calendar table.month tr td.old, .calendar table.month tr td.old:hover {
	background : 0 0;
	cursor: default;
}
.calendar table.month tr td.range .day-content {
	background: rgba(0,0,0,.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.calendar table.month tr td.range.range-start .day-content {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.calendar table.month tr td.range.range-end .day-content {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.calendar-context-menu, .calendar-context-menu .submenu {
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	position: absolute;
	display: none;
}
.calendar-context-menu .item {
	padding: 5px 10px;
	cursor: pointer;
	display: table;
	width: 100%;
}
.calendar-context-menu .item:hover {
	background: #eee;
}
.calendar-context-menu .item .content {
	display: table-cell;
}
.calendar-context-menu .item span {
	display: table-cell;
	padding-left: 10px;
	text-align: right;
}
.calendar-context-menu .item span:last-child {
	display: none;
}
.calendar-context-menu .submenu {
	left: 100%;
	margin-top: -6px;
}
.calendar-context-menu .item:hover > .submenu {
	display: block;
}
.gdropdown {
  position: relative;
  display: inline-block;
  border-radius: 5px;
padding: 5px;
}

.gdropbtn-container {
  display: inline-block;
  position: relative;
}

.gdropbtn {
  background-color: #fff;
  padding: 5px 12px 5px 12px;
  border: none;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gdropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin-top: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 110px;
}

.gdropdown-content a {
  display: block;
  padding: 7px;
  text-decoration: underline;
}
.gdropdown-content a:hover {
  text-decoration: none;
  background-color: #e6f2ff;
}

.gdropdown:hover .gdropdown-content {
  display: block;
}
@media (max-width: 767px) {
.calendar table {
	margin: auto;
	width: 95%;
}
}
@media (max-width: 480px) {
.calendar table {
	margin: auto;
	width: 100%;
}
}