/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

#schedule_container.ui-widget {
   width: 95% !important;
}

div.fc-view.fc-basicWeek-view.fc-basic-view td.fc-day.fc-today {
	border: 1px solid #a9a9a9 !important;
    background: #a9a9a9 !important;
}

div.fc-view.fc-month-view td.fc-day.fc-today {
	border: 3px solid #a9a9a9 !important;
    background: #a9a9a9 !important;
}

div.fc-view.fc-month-view td.fc-day-number.fc-today {
	border: 3px solid #a9a9a9 !important;
    background: #a9a9a9 !important;
}

/*
td.fc-day.fc-today {
	border: 3px solid #a9a9a9 !important;
    background: #ffffff !important;
}

td.fc-day-number.fc-today {
	border: 3px solid #a9a9a9 !important;
    background: #a9a9a9 !important;
}
*/

a.event-pull {
    background-color: #ef6262 !important;
    border: 1px solid #ef6262 !important;
}

a.event-transport {
    background-color: #f9c851 !important;
    border: 1px solid #f9c851 !important;
}

a.event-install {
    background-color: #20d077 !important;
    border: 1px solid #20d077 !important;
}

a.event-grout {
    background-color: #3a87ad !important;
    border: 1px solid #3a87ad !important;
}

a.event-empty {
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

a.event-passed {
    background-color: #cacaca !important;
    border: 1px solid #cacaca !important;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.colColored > .successCol {
     background: #5cb85c;
}

.colColored > .dangerCol {
     background: #d9534f;
}

.colColored > .warningCol {
     background: #f0ad4e;
}

.colColored > .emptyCol {
     background: #ffffff;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.ui-widget-content-list {
	border: 0px solid #dddddd !important;
}

.ui-growl {
    position: absolute !important;
    top: 60px !important;
    right: 20px;
    width: 301px;
}

.ui-accordion .ui-accordion-header {
	background: #f5cdcd !important;
}

.ui-accordion .ui-accordion-header .ui-state-active {
	background: #f5cdcd !important;
}

.redCol {
     background: #ff0000 !important;
}

.ui-paginator {
	text-align: left !important;
}

.ui-confirm-dialog {
 top: 40% !important;
 left: 35% !important;
}

.hide-li {
  display: none !important;  
}