* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	color: #000;
	font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
	position: relative;
}

table, table * {
	box-sizing: content-box;
}

input[type=text], input[type=password], input[type="number"], select {
	font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
	padding: 7px 3px;
	border: 1px solid #BDC7D8;
}

.title {
	font-weight: bold;
    color: #646783;
    padding: 0px 5px 0px 0px;
}

.bold {
    font-weight: bold;
}

.red {
	color: red;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #1A6945;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 100%;
	min-height: 400px;
	text-align: left;
	margin: 30px auto;
	background: #FFF;
	overflow: hidden;
	padding: 0 20px;
}

#calendar, .calendar {
	width: calc(100% - 215px);
	float: left;
}

#eventSession {
	float:right;
}

.eventBtn {
	background: yellow;
}

#header {
	background: linear-gradient(135deg, #1A6945 0%, #236B4A 100%);
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-bottom: 3px solid #FFD700;
	min-height: 85px;
	display: flex;
	align-items: center;
}

#header #navMenu {
	width: 1200px;
	max-width: 95%;
	padding: 15px 20px 15px 320px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .logo-left {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	z-index: 100;
}

#header .logo-left a{
	background: url(../img/mc-logo.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 280px;
	height: 70px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

#header #navMenu #logo {
	display: none;
}

#header #navMenu #logo a {
	color: white; font-size: 22px; font-weight: bold;
}

#header #navMenu #logo span {
	color: white;
}

#header #navMenu #logo span a {
	 font-size: 12px;
	 float: left;
	 margin-left: 5px;
	 margin-top: 5px;
}

#header #navMenu #logo a:hover {
	text-decoration: none;
} 

#header #navMenu ul#menu {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin: 0;
    padding: 0;
    align-items: center;
}

#header #navMenu ul#menu li {
	background: rgba(255, 255, 255, 0.1);
	list-style: none;
	border-radius: 4px;
	margin: 0;
}

#header #navMenu ul#menu li:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

#header #navMenu ul#menu > li li {
	background-color: #2D8659;
	border-radius: 0;
	margin: 5px 0;
}

#header #navMenu ul#menu > li li a {
	font-weight: normal;
}

#header #navMenu ul#menu > li > ul {
	position: absolute;
	display: none;
	background: white;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	min-width: 180px;
	margin-top: 5px;
	overflow: hidden;
}

#header #navMenu ul#menu li.welcome {
	background: none;
}

#header #navMenu ul#menu li.welcome a {
	padding-left: 5px;
	font-size: 12px;
	font-weight: 600;
}

#header #navMenu ul#menu li.welcome a:hover {
	background: none;
}

#header #navMenu ul#menu li.welcome img {
	margin-right: 5px;
	vertical-align: middle;
}

#header #navMenu ul#menu li a {
	color: white;
	padding: 10px 14px;
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

#header #navMenu ul#menu li a:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

#header #navMenu ul#menu li a.selected {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    border-bottom: 2px solid #FFD700;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

#footer {
	height: 15px;
	border-top: 1px solid #B3B3B3;
	width: 960px;
	margin: 0px auto;
	margin-top: 50px;
	padding-top: 5px;
	color: #858585;
	text-align: center;
}

/* Buttons */
input[type="button"],button {
	border: 0 none;
	font: inherit;
}

*:focus {
	outline: 0 none;
}

input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

input[type="button"] {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

input[type="button"],button {
	-moz-box-sizing: content-box;
}

input[type="button"]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border: 0 none;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.button {
	border-style: solid;
    border-width: 1px;
	border-color: #999999 #999999 #888888;
	background-image: url("../img/buttons.png");
	background-position: 0 -49px;
    background-repeat: no-repeat;
	color: #333333 !important;
	background-color: #EEEEEE;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold !important;
	line-height: 1;
	overflow: visible;
	padding: 6px 7px;
	line-height: 13px;
	position: relative;
	text-decoration: none;
	width: auto;
	text-align: center;
}

.button:hover {
	background-color: #D1D1D1;
	text-decoration: none !important;
	background-image: none;
}

.button:active {
	background-color:#F3F3F3;
	background-image: none;
}

/* Login page */
#loginForm {
	width: 290px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

#loginForm .title {
	border-bottom: 1px solid #858585; 
	padding-bottom: 10px;
}

#loginForm .title span {
	font-weight: bold; 
	font-size: 16pt;
}

#loginForm .input {
	width: 200px;
}

#loginForm .submit {
	width: 80px;
}

#loginForm .spacing {
	height: 5px;
}

#loginForm .label {
	font-weight: bold;
	text-align: right;
}

/* Submenu */
.event-title {
    background: url('../img/event-icon.png') no-repeat left center;
    padding-left: 35px;
}

#subMenu {
	height: 27px; 
	color: #858585;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 50px;
}

#subMenu .title {
	float: left; 
	font-weight: bold; 
	font-size: 16pt; 
	line-height: 27px;
}

#subMenu .links {
	float: right; 
	font-size: 12pt; 
	line-height: 27px;
}

#subMenu .links a {
	color: #858585;
}

#subMenu .links a:hover {
	color: #627AAD;
	text-decoration: none;
}

/* Create Event */
#createEvent .licensee-id {
	width: 200px;
}

#createEvent .name {
	width: 192px;
}

/* List Event */
#listEvent table {
	width: 100%;
	border-collapse: collapse;
}

#listEvent table tr {
	height: 30px;
}

#listEvent table td, #listEvent table th {
	padding: 5px;
}

/* Fishing */
#fishingContainer select {
    width: 50px;
}

#fishingContainer select#startTime, #fishingContainer select#endTime {
	width: 100px;
}

#fishingContainer table td {
    padding: 2px 5px;
}

#fishingContainer .td-boats {
    background: url(../img/ajax-loader-2.gif) no-repeat center right;
}

#fishingContainer #selectedBoats li {
    display: inline-block;
    list-style: none;
    position: relative;
}

#fishingContainer #selectedBoats li a{
}

#fishingContainer select#boats option:first-child {
    border: none;
    background: none;
}

#datePicker {
   padding:0px;
   width: 120px;
   text-align: center;
}

.filter {
    height: 35px;
    padding: 5px 0px;
}

.filter select {
    width: 120px;
    text-align: center;
    margin-right: 10px;
}

.filter select option {
    text-align: left;
    padding: 0px 5px;
}

/* Edit Event */
#selectActivite table.event-info {
    border-collapse: collapse;
    margin-bottom: 20px;
}

#selectActivite table.event-info td {
    padding: 7px;
}

#selectActivite table.event-info .label {
    font-weight: bold;
    padding-right: 12px;
    text-align: right;
}

#selectActivite .listActivites {
    margin-top: 10px;
}

#selectActivite .listActivites h3 {
	padding: 15px 0 10px;
}

#selectActivite .listActivites .tab {

}

.listActivites .tab li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
}

.listActivites .tab li .area {
	color: #3313B7;
	font-weight: bold;
}

.listActivites .tab li:last-child {
	border: none;
}

#selectActivite .listActivites .tab li:last-child {
	border: none;
}

.listActivites .tab li p {
    line-height: 20px;
}

.listActivites > p.title {
    border-bottom: 2px solid #D7D7D7;
    text-align: left;
    margin: 20px 0 5px;
}

.multi-day-event {
    border-radius: 4px;
    border: 1px solid #2a5f9e;
}

/* Make sure multi-day events display properly across days */
.wc-cal-event.multi-day-event {
    z-index: 10;
}

.listActivites .time {
	font-weight: bold;
	padding: 5px 0px;
	color: red;
}

.listActivites > p > a {
    width: 100px;
}

/* Dining */
/*#diningCalendar #calendar {width: 870px;}*/

#diningDialog table td,
#educationDialog table td{
	padding: 2px 5px;
}

#diningDialog select,
#educationDialog select {
	width: 130px;
}

#diningDialog table td a.button,
#educationDialog table td a.button {
	width: 98px;
}

#diningDialog textarea,
#educationDialog textarea {
	width: 388px;
}

.dining-list ul li, .fishing-list ul li, .education-list ul li {
	list-style: none;
	border: 1px solid #AED0EA;
	border-radius: 4px;
	margin:4px 0px;
	padding: 2px;
	background: white;/*#EDEFF4;*/
	cursor: pointer;
}

.dining-list ul li:hover, .fishing-list ul li:hover, .education-list ul li:hover {
	border: 1px solid #DC8B18;
}

.dining-list ul li table {
	width: 250px;
}

.education-list ul li table {
	width: 420px;
}

#histories table {
	border-collapse: collapse;
	border-color: #D7D7D7;
}

#histories table th, #histories table td{
	width: 70px;
	text-align: center;
	border-color: #D7D7D7;
}

#histories table th {
}

/* Huning */
#huntingContainer .ul-gun li, #huntingContainer .ul-bird li {
	display: inline-block;
	list-style: none;
	width: 183px;
	margin: 3px 0px;
}

#huntingContainer .ul-gun li select, #huntingContainer li select{
	width: 50px;
}
#huntingContainer .ul-gun, #huntingContainer .ul-bird {
	width: 590px;
}

#huntingContainer table td {
	padding: 2px 5px;
}
#huntingContainer select {
	width: 100px;
}
#huntingContainer table td a.button {
	width: 98px;
}

/* Lodging */
#frm table td {
	padding: 2px 5px;
}
#frm select {
	width: 130px;
}
#frm table td a.button {
	width: 98px;
}

#notes {
	margin-top: 10px;
}

#notes li {
	list-style: none;
	margin: 5px;
}

#notes li span {
	width: 20px;
	height: 20px;
	display: inline-block;
}

#notes .yellow {
	background: yellow;
}

#notes .blue {
	background: blue;
}

#notes .red {
	background: red;
}

/*.fc-border-separate td:hover {
	background: #dee6f7;
}*/

.fc-border-separate td:hover {
	background: #dee6f7;
}

/* Clay Target */
/* Huning */
#clayTargetContainer .ul-gun li {
	display: inline-block;
	list-style: none;
	width: 180px;
	margin: 3px 0px;
}

#clayTargetContainer .ul-gun li select, #clayTargetContainer .ul-bird li select{
	width: 50px;
}
#clayTargetContainer .ul-gun, #clayTargetContainer .ul-bird {
	width: 550px;
}

#clayTargetContainer table td {
	padding: 2px 5px;
}
#clayTargetContainer select[name="start_time"], #clayTargetContainer select[name="end_time"]{
	width: 100px;
}
#clayTargetContainer select{
	width: 50px;
}

/*new*/
#clayTargetCalendar .cl-time-slot {width: 100%; /*855px;*/}
#clayTargetCalendar  .cl-time-slot.cl-time-slot-full {width: 100%;}
.clay-sporting-new-1 {width: 148px; height: 121px; background: url(../img/clay-1.png); position: absolute; top: 0px; right: -148px;}
.clay-sporting-new-2 {width: 148px; height: 80px; background: url(../img/clay-2.png); position: absolute; top: 120px; right: -148px;}

.clay-sporting-new-3 {width: 149px; height: 122px; background: url(../img/clay-3.png); position: absolute; top: -1px; right: -149px;}
.clay-sporting-new-4 {width: 149px; height: 81px; background: url(../img/clay-4.png); position: absolute; top: 119px; right: -149px;}


#huntingContainer table td a.button {
	width: 98px;
}

/* Meeting */
#meetingContainer table td {
    padding: 2px 5px;
}

/* Campsite */
#campsiteContainer table td {
    padding: 2px 5px;
}

#campsiteContainer input[name="start"], #campsiteContainer input[name="end"] {
	width: 100px;
	padding: 7px 0px;
	text-align: center;
}

/* Search */
#searchDialog table td {
	padding: 5px;
}

.search-result {
	padding-top: 20px;
}

.search-result > h3 {
	margin-bottom: 15px;
	border-bottom: 5px solid #ccc;
	padding-bottom: 2px;
}

.form-report {
	float: left;
}

.form-report td {
	padding: 2px 0px;
}

.report-result {
	margin-left: 230px;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}

.report-result > h3 {
	padding-bottom: 20px;
}

#homePage {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#homePage p.section {
	font-size: 17px;
	font-weight: bold;
	color: gray;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}

#homePage > div {
	float: left;
	display: inline-block;
	width: 300px;
	margin: 0px 10px;
	min-height: 230px;
}

#homePage > div a {
	line-height: 25px;
	font-size: 14px;
	background: url('../img/calendar-icon.png') no-repeat left center;
	padding-left: 27px;
	display: inline-block;
}

#homePage .calendar a {
	background: url('../img/calendar-icon.png') no-repeat left center;
}

#homePage .search a {
	background: url('../img/find.png') no-repeat left center;
}

#homePage .report a {
	background: url('../img/evolution-tasks.png') no-repeat left center;
}

.next_date, .prev_date {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 0px 3px;
}

.next_date {
	background: url(../img/forward.png) no-repeat left center;
	margin-right: 20px;
}

.prev_date {
	background: url(../img/back.png) no-repeat left center;
}

/* Archery */

#newArchery table td {
	padding: 2px 5px;
}

#viewArchery table td {
	padding: 2px 5px;
}

/* Licensee Profile*/

#profile #licenseeFrm > div {
	margin: 20px 0px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	background: #EFEDEA;
}

#profile > div .bold {
	color: #28234E;
	font-size: 11px;
}

#profile h2 {
	border-bottom: 2px solid #CCCCCC;
    color: #3F3F3F;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

#profile h3 {
	font-weight: normal;
}

#dialogInterests td {
	padding-right: 80px;
}

#profile .menu-selections {
	text-align: center;
}

#profile .menu-selections a {
	margin: 0px 4px;
}

/* Admin Pgae */
#adminPage {
	margin-top: 50px;
}
#adminPage > div {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: 300px;
}

p.section {
    border-bottom: 2px solid #CCCCCC;
    color: gray;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

#adminPage > div p {
	margin: 12px 0px;
}

#adminPage > div a {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding-left: 27px;
}

#adminPage .configurations a {
    background: url("../img/settings-icon.png") no-repeat scroll left center transparent;
}

#adminPage .licensee-info a {
	background: url('../img/liceninfo.png') no-repeat left center;
}



/* Hunting Birds */
#huntingBird table td, #huntingBird table th {
}

/* Fishing Boat */

/* Hunting Gun */
#huntingGun table td, #huntingGun table th{
	width: 20px;
}

/*Claytarget Gun*/
#claytargetGun table td, #claytargetGun table th{
	width: 20px;
}

/* Licensee */
/* Interest */
#dialogInterests li, #dialogActivities li, #dialogStatuses li {
	list-style: none;
	display: inline-block;  
}

#dialogInterests li {  
	margin: 5px 10px;
    width: 160px;
}

#dialogStatuses li {
	margin: 5px 10px;
    width: 170px;
 }

#dialogActivities li {
    float: left;
    height: 25px;
    margin: 5px 10px;
    width: 210px;
}

.maxg-table {
	border-collapse: collapse;
}

.maxg-table th {
	background: #1A6945;
	border: 1px solid #000000;
	color: white;
	font-weight: normal;
	font-size: 15px;
	padding: 5px;
}

.maxg-table th a {
	color: white;
	font-weight: normal;
	font-size: 15px;
}

.maxg-table tbody td {
	border: 1px solid #000000;
	padding: 8px;
}

.maxg-table tr.odd td {
	background: #efedea;
}

.admin-page {
	border-left: 4px solid #C3BCB5;
	padding-left: 20px;
}

.admin-page form > p, .admin-page > p {
	padding: 5px 0px;
	line-height: 20px;
	margin-right: 80px;
}

.admin-task-menu {
	float: left;
	min-height: 400px;
	width: 192px;
}
.admin-task-menu li {
	list-style: none;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 15px;
	padding-left: 15px;
}

.admin-task-menu li a {
	color: #573C3C;
}

.admin-task-menu li a:hover {
	text-decoration: none;
}

.admin-task-menu li.selected {
	background: #C3BCB5;
	border-radius: 5px 0px 0px 5px;
}

.admin-task-menu li.selected a {
	color: white;
}

.admin-task-menu li a:hover {
	color: #791c03;
}

/*Header Admin */
#headerAdmin {
	height: 40px;
	background: #1A6945;
	border-bottom: 1px solid #1A6945;
}

.admin-menu {
	width: 960px;
	margin: 0px auto;
}

.admin-menu .menu {
	float: right;
	margin-top: 9px;
}

.admin-menu li {
	list-style: none;
}

.admin-menu .ul > li > ul {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 2000;
	background: white;
}

.admin-menu .ul > li > ul li {
	margin: 10px 0px;
	padding: 0px 10px;
}

.admin-menu .ul > li {
	display: inline-block;
	position: relative;
	padding: 1px 1px 0px 1px;
	/*border-top: 1px solid #1A6945;
	border-left: 1px solid #1A6945;
	border-right: 1px solid #1A6945;*/
}

.admin-menu .ul > li:hover {
	background: white;
	border-top: 1px solid #1A6945;
	border-left: 1px solid #1A6945;
	border-right: 1px solid #1A6945;
	padding: 0px;
}

.admin-menu .ul > li:hover a {
	color: #1A6945;
}

.admin-menu .ul > li:hover  ul {
	background: white;
	border-left: 1px solid #1A6945;
	border-right: 1px solid #1A6945;
	border-bottom: 2px solid #1A6945;
	left: -1px;
}

.admin-menu li a:hover {
	color: #791c03;
	text-decoration: none;
}

.admin-menu .ul > li > a {
	color: #FFFFFF;
	padding: 8px 10px;
	display: inline-block;
	margin: 0px 1px;
}

.admin-menu .menu {
}

.admin-menu .logo{
	float: left;
	padding: 5px 0px;
}

.admin-menu .logo a {
	font-size: 20px;
	color: #FFFFFF;
}

#searchLicensees ul {
	width: 500px;
	padding-bottom: 10px;
}

#searchLicensees li {
	list-style: none;
	display: inline-block;
	width: 240px;
	padding: 5px 0px;
}

#searchLicensees p, #searchResults p {
	padding: 5px 0px;
	line-height: 20px;
}


.defaultTextActive {color: #a1a1a1; font-style: italic;}

#createEvent {
	height: 350px;
}

/* Donation Reporting */
.field label {padding: 0px 5px;}
.frm-inputs .field {float: left; padding: 7px 5px; height: 25px;}
.frm-checkboxes {clear: both;}
.frm-checkboxes .field {width: 250px; display: inline-block; padding: 3px 0px;}
.frm-checkboxes > div {padding: 10px 0px; width: 600px;}
.frm-checkboxes > div > p {padding: 5px 0px;}

#viewAllLicensee label {padding: 0px 5px;}
#viewAllLicensee ul li {display: inline-block; width: 150px; height: 50px; float: left; color: #8952D5;}
#viewAllLicensee ul li a {color: #8952D5; font-size: 11px}
#viewAllLicensee > form > div {padding: 8px 5px;}
#viewAllLicensee .list-licensees {height: 350px; width: 500px; overflow-y: auto;}
/*
 .tooltip {
    font-size:12px;
    padding:10px;
    color: black;
   	border: 1px solid gray;
   	position: absolute;
   	background: #ccc;
  }
  */


  #clayTargetCalendar .calendar-event-empty.noon {border-bottom: 1px solid #6ea6f2; background: #eaedfe;}
    #clayTargetCalendar .calendar-event-empty.morning {background: #ffeee4; border-bottom: 1px solid #f1a880;border-top: 1px solid #f1a880;}
    
    /**
     * Dining Notes
     */
    .note-wrapper-right {float: left; margin-left: 15px; position: relative;}
    .note-wrapper {}
    .note-wrapper .notes {margin-top: 7px}
    .notes .inote-title, .notes .inote-content {padding: 5px; background: transparent; border: none; width: 180px;}
    .notes .inote-title {border: 1px dashed #8B8B8B;}
    .notes .note-title, .notes .note-content {width: 190px; padding: 5px;  background: #ffce6f;}
    .notes .inote-content {height: 925px;}
    
/* 14-Oct-2021 start */
.ml-30 {
	margin-left: 30px;
}

#btn_approve {
		background-color: #EEEEEE;
    background-image: url(../img/buttons.png);
    background-position: 0 -49px;
    background-repeat: no-repeat;
    border-color: #999999 #999999 #888888;
    border-style: solid;
    border-width: 1px;
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold !important;
    line-height: 13px;
    overflow: visible;
    padding: 5px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    border-radius: 0px;
    margin-left: 5px;

}
/* 14-Oct-2021 end */