
/*
 * FullCalendar v1.5.3 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Mon Feb 6 22:40:40 2012 -0800
 *
 */


html .fc,
.fc table {
  font-size: 12px;
}

.fc {
  direction: ltr;
  text-align: left;
  margin-bottom: 20px;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* HEADER
------------------------------------------------------------------------*/

.fc-header {
  -webkit-text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
  -moz-text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.well-black .fc-header {
  -webkit-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
}

.widget-box .fc-header {
  background: #e5e7eb;
  background: -moz-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e7eb), color-stop(100%, #d8dade));
  background: -webkit-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -o-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -ms-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: linear-gradient(to bottom, #e5e7eb 0%, #d8dade 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e7eb', endColorstr='#ffd8dade', GradientType=0 );
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
}

/* NAVIGATION 
------------------------------------------------------------------------*/

.fc-navigation {
  list-style: none;
  margin: 0
}

.fc-navigation li {
  display: inline-block;
*display:inline;
  line-height: 29px;
  margin: 6px 10px;
  zoom: 1;
}

.fc-navigation .fc-header-left {
  text-align: left;
  min-width: 25%;
}

.fc-navigation .fc-header-center {
  text-align: center;
}

.fc-navigation .fc-header-right {
  text-align: right;
  float: right;
}

.fc-navigation:before,
.fc-navigation:after {
  display: table;
  content: "";
}

.fc-navigation:after {
  clear: both;
}

.fc-navigation li:before,
.fc-navigation li:after {
  display: table;
  content: "";
}

.fc-navigation li:after {
  clear: both;
}

.fc-header-title {
  display: inline-block;
  vertical-align: middle;
}

.fc-header-title h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  white-space: nowrap;
}

.fc .fc-header-space {
  padding-left: 10px;
}

.fc-header .fc-button {
  vertical-align: middle;
}

/* buttons edges butting together */

.fc-header .fc-button {
  margin-right: -1px;
}

.fc-header .fc-corner-right {
  margin-right: 1px; /* back to normal */
}

.fc-header .ui-corner-right {
  margin-right: 0; /* back to normal */
}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}

.fc-header .fc-state-down {
  z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

/*** CONTENT
 ------------------------------------------------------------------------ */

.fc-content {
  clear: both;
}

.fc-view {
  width: 100%; /* needed for view switching (when view is absolute) */
  overflow: hidden;
}

.widget-simple .fc-content {
  margin-bottom: 15px;
}

/*** CELL STYLES
 ------------------------------------------------------------------------ */

.fc-widget-header,
.fc-widget-content {
  border: 1px solid #c0c2cd;
}

.well-black .fc-widget-header,
.well-black .fc-widget-content {
  border: none;
}

.fc-state-highlight {
  background: #ffe79d;
}

.well-black .fc-state-highlight {
  background: #2c3033;
  color: #D9B751;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
  background: #9cf;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* BUTTONS
 ------------------------------------------------------------------------ */

.fc-button {
  display: inline-block;
  position: relative;
  color: #3795EA;
  cursor: pointer;
}

.fc-button:hover {
  color: #0066cc;
}

.fc-state-default {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fc-state-active,
.fc-state-active:hover {
  color: #444444;
  background-color: #e3e4e8;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 1);
}

.fc-button-content {
  position: relative;
  white-space: nowrap;
}

.fc-button-today {
  font-size: 11px;
  font-weight: normal;
}

.fc-button-next {
  color: #333333;
  padding-right: 0
}

.fc-button-prev {
  color: #333333;
  padding-left: 0
}

.well-black .fc-button-next {
  color: #E6E8EB;
}

.well-black .fc-button-prev {
  color: #E6E8EB;
}

.well-black .fc-state-active,
.well-black .fc-state-active:hover {
  color: #E6E8EB;
  background-color: #70767a;
  border: none;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 5px rgba(0, 0, 0, 0.40), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 5px rgba(0, 0, 0, 0.40), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 5px rgba(0, 0, 0, 0.40), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  color: #999;
}

.fc-state-disabled {
  cursor: default;
}

.fc-state-disabled .fc-button-effect {
  display: none;
}

/*** GLOBAL EVENT STYLES
 ------------------------------------------------------------------------ */ 

a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

a.fc-event {
  text-decoration: none;
}

.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: 11px;
  font-weight:bold;
  cursor: default;
}

.fc-rtl .fc-event {
  text-align: right;
}

.fc-event-skin {
  background-color: #3594E9; /* default BACKGROUND color */
  border-color: #3594E9; /*default BORDER color */
  color: #fff; /* default TEXT color */
}

.fc-event-inner {
  border-style: solid;
  border-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden; /* hacky spaces (IE6/7) */
  font-size: 300%;  /* */
  line-height: 50%; /* */
}

.external-event { /* try to mimick the look of a real event */
  margin: 10px 0;
  padding: 2px 8px;
  background: #3594E9;
  color: #fff;
  font-size: 12px;
  font-weight:bold;
  cursor: pointer;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;

}

/* Corporate Events */
.corporate { background-color: #3594E9;}
.conferences {}
.seminars {}
.meetings {}
.team-building {}
.trade-shows {}
.business-dinners {}
.golf-events {}
.press-conferences {}
.networking-events {}
.incentive-travel {}
.product-launches {}
.theme-parties {}
.vip-events {}
.trade-fairs {}
.incentive-events {}
.board-meetings {}

/* Private Events Events */
.private { background-color: #62C462;} 
.weddings { background-color: #64C464;}
.birthdays { background-color: #64C494;}
.wedding-anniversaries { background-color: #64C4C4;}
.family-events { background-color: #94C464;}


/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

/* resizable */

.fc-event-hori .ui-resizable-e {
  top: 0 !important; /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px; /* IE6 had 0 height */
}

/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/

.fc-corner-left {
  margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
  margin-left: -1px;
}

.fc-corner-right {
  margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
  margin-right: -1px;
}

.fc-corner-top {
  margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
  margin-top: -1px;
}

.fc-corner-bottom {
  margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
  margin-bottom: -1px;
}

/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/

.fc-corner-left .fc-event-inner {
  border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
  border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
  border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px;
}

/* Reusable Separate-border Table
------------------------------------------------------------*/

.fc-border-separate {
  border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}

.fc-border-separate tbody td {
  border-left-color: #dcdde4;
}

.fc-border-separate tbody td.fc-first {
  border-left-color: #c0c2cd;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

.well-black .fc-border-separate tbody td {
  border-bottom: 1px solid #222222;
}

.well-black .fc-border-separate tbody tr.fc-first td {
  border-top: 1px solid #222222;
}

.well-black.fc-striped .fc-border-separate tbody td {
  border-top-color: #D9B751;
}

.widget-box .fc-border-separate th.fc-last,
.widget-box .fc-border-separate td.fc-last {
  border-right: none;
}

.widget-box .fc-border-separate tbody tr.fc-last th,
.widget-box .fc-border-separate tbody tr.fc-last td {
  border-bottom: none;
}

.widget-box .fc-border-separate th.fc-first,
.widget-box .fc-border-separate td.fc-first {
  border-left: none;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
  text-align: center;
}

.fc-grid .fc-day-number {
  padding: 2px 4px;
  text-align: left;
  font-size: 16px;
  font-weight: bold; /*800*/
  border-top: 1px solid #fff;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.well-black .fc-grid .fc-day-number {
  border-top: 1px solid #555A5E;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
}

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE *//* opacity with small font can sometimes look too faded might want to set the 'color' property instead making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
  padding: 2px 2px 1px;
  clear: both;  /* distance between events and day edges */
}

/* event styles */

.fc-grid .fc-event-time {
  font-weight: bold;
}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
  border-collapse: separate;
}

.fc-agenda-days th {
  text-align: center;
}

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
}

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* all-day area */

.fc-agenda-allday th {
  border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
  min-height: 34px; /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

.well-black .fc-agenda-divider-inner {
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #1a1a1a;
}

.well-black .fc-widget-header .fc-agenda-divider-inner {
  background: #555A5E;
}

/* slot rows */

.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

.fc-agenda-slots td div {
  height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style: solid; /* doesn't work with background in IE6/7 */
}

.well-black .fc-agenda-slots tr.fc-minor th,
.well-black .fc-agenda-slots tr.fc-minor td {
  border-width: 1px 0 0;
  border-top-color: #555A5E;
}


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
  border-width: 0 1px;
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
  display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */
	

.fc-event-vert .ui-resizable-s {
  bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
  _overflow: hidden;
}

/* Custom
------------------------------------------------------------------------*/	

.fc-content thead th {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.widget-box .fc-content thead th {
  -webkit-text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
  -moz-text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.widget-box .fc-content thead {
  background: #D3D5DA;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(2%, #EBEDF2), color-stop(85%, #D3D5DA));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEDF2 2%, #D3D5DA 85%);
  background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEDF2 2%, #D3D5DA 85%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #EBEDF2 2%, #D3D5DA 85%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #EBEDF2 2%, #D3D5DA 85%);
  background: linear-gradient(top, #FFFFFF 0%, #EBEDF2 2%, #D3D5DA 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D3D5DA', GradientType=0 );
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.header-black .fc-content thead {
  background: #2b2d38;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464a56), color-stop(100%, #2b2d38));
  background: -webkit-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -moz-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -ms-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -o-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: linear-gradient(top, #464a56 0%, #2b2d38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464a56', endColorstr='#2b2d38', GradientType=0 );
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.header-black .fc-content thead th {
  border-color: #2B2D38 #454954 #454954;
  color: white;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
}

.well-black .fc-content thead {
  background: #2b2e31;
}

/*.widget-box .fc-grid tbody td { background: #f1f2f3; }
.widget-box .fc-grid tbody td.fc-other-month { background-color: transparent; }*/

.widget-box .fc-grid tbody td {
  background: #fbfbfb;
}

.widget-box .fc-grid tbody td.fc-other-month {
  background-color: transparent;
}

.fc-grid tbody td:hover {
  background: #FFFAE9;
}

.fc-grid tbody td:hover .fc-day-number {
  background: #FFFAE9;
  border-bottom-color: #fedc73;
}

.fc-grid tbody td.fc-other-month:hover {
  background: none;
}

/* Striped */	

.fc-striped .fc-border-separate tbody td {
  border-top-color: #D9B751;
}

.fc-striped .fc-grid .fc-day-number {
  background: #eceef2;
  border-bottom: 1px solid #e3e3e3;
}

.fc-striped .fc-grid .fc-state-highlight {
  background: #ffe79d;
}

.fc-striped .fc-grid .fc-state-highlight .fc-day-number {
  background: #ffe79d;
}

.well-black.fc-striped .fc-grid .fc-day-number {
  background: #3a3e41;
  border-bottom: 1px solid #3e4245;
}

.well-black.fc-striped .fc-grid .fc-state-highlight {
  background: #2c3033;
}

.well-black.fc-striped .fc-grid .fc-state-highlight .fc-day-number {
  background: #2c3033;
}

.well-black .fc-grid tbody td:hover {
  background: #313538;
}

.well-black .fc-grid tbody td:hover .fc-day-number {
  background: #313538;
}

.well-black.fc-striped .fc-grid tbody td:hover {
  background: #313538;
}

.well-black.fc-striped .fc-grid tbody td:hover .fc-day-number {
  background: #313538;
  border-bottom-color: #D9B751;
}

.fc > *:last-child tr:last-child > *:first-child,
.fc > *:last-child tr:last-child > *:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

