/* FLEX ADMIN PLUGIN CUSTOMIZATION STYLES */
/* The following styles are used to customize plugins used within the Flex Admin theme. */

/* WYSIWYG Editor Customization */

.note-editor .note-editable {
  background-color: #fff;
}

/* Morris Chart Demo Styles */

#morris-chart-dashboard {
  width: 100%;
  height: 350px;
}

/* Flot Chart Demo Styles */

.flot-chart {
  display: block;
  height: 300px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Spark Chart Demo Styles */

.jqstooltip{
  box-sizing: content-box;
}

.spark-chart p.small {
  font-size: 13px;
  margin-bottom: 0;
}

.spark-chart p.lead {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.spark-chart p.lead .small {
  font-size: 14px;
  font-weight: normal;
}

/* Full Calendar Customization */

.fc-state-default {
  background-color: #16a085;
  background-image: none;
  border-color: #15987e;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #fff;
  background-color: #149077;
  border-color: #138871;
}

.fc-state-hover {
  color: #fff;
}

.fc-state-down,
.fc-state-active {
  background-color: #149077;
}

#external-events {
  text-align: left;
}
				
.external-event { /* try to mimick the look of a real event */
  margin-bottom: 10px;
  padding: 2px 4px;
  background-color: #16a085;
  border-color: #15987e;
  color: #fff;
  font-size: .85em;
  cursor: pointer;
  border-radius: 3px;
}

#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}

.fc-green,
.fc-event {
  background-color: #16a085;
  border-color: #15987e;
  color: #fff;
}

.fc-orange {
  background-color: #f39c12;
  border-color: #e79411;
  color: #fff;
}

.fc-blue {
  background-color: #2980b9;
  border-color: #2779b0;
  color: #fff;
}

.fc-red {
  background-color: #e74c3c;
  border-color: #db4839;
  color: #fff;
}

.fc-purple {
  background-color: #8e44ad;
  border-color: #8741a4;
  color: #fff;
}

.fc-default {
  background-color: #34495e;
  border-color: #314559;
  color: #fff;
}

.fc-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.fc-header-title h2 {
  font-size: 1.5em;
}

/* Bootstrap Datepicker Customization */

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
  background: #16a085;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
  background: #34495e;
  color: #fff;
}

.datepicker.dropdown-menu {
  border-radius: 0;
}

/* jQuery UI Slider Colors */

.slider-input {
  border: none;
  background-color: transparent;
  font-weight: bold;
  color: #333;
}

.ui-slider-handle:focus {
  outline: none;
}

.slider-default .ui-slider-range {
  background: #34495e;
}

.slider-default .ui-slider-handle {
  border-color: #34495e;
}

.slider-green .ui-slider-range {
  background: #16a085;
}

.slider-green .ui-slider-handle {
  border-color: #16a085;
}

.slider-blue .ui-slider-range {
  background: #2980b9;
}

.slider-blue .ui-slider-handle {
  border-color: #2980b9;
}

.slider-orange .ui-slider-range {
  background: #f39c12;
}

.slider-orange .ui-slider-handle {
  border-color: #f39c12;
}

.slider-red .ui-slider-range {
  background: #e74c3c;
}

.slider-red .ui-slider-handle {
  border-color: #e74c3c;
}

.slider-purple .ui-slider-range {
  background: #8e44ad;
}

.slider-purple .ui-slider-handle {
  border-color: #8e44ad;
}

/* Additional Font Awesome Styles */

.fa-muted {
  color: #bdc3c7;
}

/* Messenger Popup Responsive Sizing Styles */

@media (max-width: 390px) {
  ul.messenger {
    max-width: 280px;
  }
}

.note-editor .note-editable {
  overflow: auto;
}

/* Dropzone Custom Styles */

.dropzone-portlet {
  overflow: hidden;
}

/* DataTables Responsiveness */

@media (max-width: 480px) {

  div.dataTables_paginate {
	display: block;
	width: 100%;
  }

}