* {
  margin: 0;
  padding: 0;  
}

html {
	-webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  font-size: 8pt;
  color: #222;
  -webkit-print-color-adjust: exact;
}

li {
  list-style: none;
}

a {
  color: #416300;
  text-decoration: none;
}


h1 {
  text-align: center;
}
h1 a {
  color: inherit;
  border-bottom: 1px solid #416300;
  padding-bottom: 1px;
}
h1 a:hover {
  color: #416300;
}
h1 a.arrow {
  color: #416300;
  border-bottom: none;
}


header, .crewMenu, nav, .bottom-mobile-nav {
  display: none;
}


table {
  border-spacing: 0;
  background: #fff;
  width: 100%;
  border: 1px solid #9f9f9f;
  margin-top: 10px;
}


.year ul {
  margin-right: -2%;
  overflow: hidden;
}
.year li {
  float: left;
  width: 23%;
  margin-bottom: 2%;
  margin-right: 2%;
  box-shadow: rgba(0,0,0, .05) 0px 2px 5px;
}
.year li h2 {
  background: #416300;
  color: #fff;
  border: 1px solid #416300;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  box-shadow: rgba(255,255,255, .06) 0px 1px 0px inset;
}
.year li h2 a {
  color: inherit;
}
.year li table {
  height: 200px;
  border-left: 1px solid #e6e6e6;
}
.year li th,
.year li td { 
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  width: 14.2%;
  box-shadow: rgba(255,255,255, .06) 0px 1px 0px inset;
}
.year li th {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #416300;
  color: #416300;
}
.year li td strong {
  color: #416300;
}
.year li td.inactive {
  background: #fff;
  color: rgba(0,0,0, .2);
}


.month table {
  box-shadow: rgba(0,0,0, .05) 0px 2px 5px;
  table-layout: fixed;
}
.month th,
.month td { 
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  box-shadow: rgba(255,255,255, .06) 0px 1px 0px inset;
}
.month th {
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid #416300;
  color: #222;
  padding: 10px 0;
}
.month td {
  height: 120px;
}
.month td.inactive {
  background: #fff;
  color: rgba(0,0,0, .2);
}
.month td strong {
  color: #416300;
}

.week table {
  box-shadow: rgba(0,0,0, .05) 0px 2px 5px;
  table-layout: fixed;
}
.week th,
.week td { 
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  box-shadow: rgba(255,255,255, .06) 0px 1px 0px inset;
}
.week th {
  font-weight: bold;
  border-bottom: 3px solid #416300;
  color: #222;
}

.week td {
  font-weight: normal;
  color: #222;
  text-align: left;
  padding-left: 10px;
}

.week li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}

.current-month {
	background: black !important;
	border: 1px solid black !important;
}

.current-week {
	background: #416300;
	color: white !important;
}

tr td:first-child {
	padding-left: 10px;
	font-weight: bold;
}

tr:nth-child(odd) td:first-child, tr:nth-child(odd) td:first-child input {
  color: red;
  font-weight: normal;
}

.week tr:nth-child(odd) td {
  border-bottom: 1px solid #416300 !important;
}

td {
	overflow: hidden;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input {
/*	border: none;*/
	padding: 5px;
}

input[type="submit"], input[type="button"] {
	margin-top: 10px;
	cursor: pointer;
	background: #ccc;
	border: 1px solid #f9f9f9;
}


.admin-crew {
	position: absolute;
	left:25px;
	cursor: pointer;
}

.modal-inner header {
	margin-bottom: 0 !important;
}
#crew-admin td {
	padding: 5px;
	float: left;
}

.centerMe {
	text-align: center !important;
}

.special {
	border: 1px solid black;
}

.linkAdd {
	font-size: 12px;
}

textarea {
	width: 85%;
	margin-top: 10px;
/*	display: none;*/
	padding: 5px;
/*	border: none;*/
}

.current-day {
	background-color: #FFECB3!important;
    color: #000000!important;
}