
.semi-bold {
  font-weight: 400;
}
.text-white {
  color: #ffffff !important;
}
.text-white-opacity {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*------------------------------------------------------------------
[5. Misc]
*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
	border:none !important;
}
.fc-day-header{
	text-transform:uppercase;
}
.fc-unthemed .fc-row{
	border-bottom:solid 1px #e5e5e5 !important;
}
.fc-unthemed td.fc-today{
	background-color:#c8e4fd;
}

.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.image-responsive-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
}
.calender-options-wrapper .events-wrapper {
  margin-top: 0px;
}
.calender-options-wrapper .events-heading {
  font-size: 26px;
  color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.calender-options-wrapper .external-event {
  font-size: 14px;
  color: #000000;
  background-color: #ffe900;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
}
.fc-view {
  margin-top: 15px;
}
.fc td,
.fc th {
  vertical-align: middle;
}
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fc-grid .fc-day-number {
  padding: 25px 10px;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-right-width: 0px;
}
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px;
}
.fc-state-highlight {
  background-color: transparent;
}
.fc-state-highlight .fc-day-number {
 /* background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;*/
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}
.fc table thead tr th {
  font-size: 0.9em;
}
#calender-current-date{
	text-transform:uppercase;
	font-size:50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#000000;
}
.bordered-circle .owl-controls {
  text-align: left;
}
.bordered-circle .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  border: 1px solid #333333;
  opacity: 1;
  background-color: transparent;
}
.bordered-circle .owl-theme .owl-controls .owl-page.active span,
.bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333333;
}
.fc-event{
	border: 1px solid #0055a3;
	background-color: #0055a3;
	padding:10px;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.fc-event[href], .fc-event.fc-draggable {
    cursor: initial;
	color:#ffffff;
	text-decoration:none;
}
.fc-today .fc-day-number{
	/*background-color: #099a8c;*/
}

/*------------------------------------------------------------------
[9. Tiles]
*/
.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative;
}
.tiles .tiles-title {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.7px;
  font-weight: 400;
}
.tiles .tiles-body {
  padding: 19px 18px 15px 24px;
}
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right;
}
.tiles .controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.tiles .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles.white {
  background-color: #ffffff;
  color: #8b91a0;
}
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px;
}
.tiles.white.borderall {
  border: 1px solid #e5e9ec;
}
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec;
}
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec;
}
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec;
}
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec;
}
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5;
}
.tiles.white label {
  color: #9aa0ad;
}
.tiles.white > .tiles-body > .heading {
  color: #000;
}
.tiles.white .tiles-body > .description {
  color: #8b91a0;
}
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}
.tiles .heading {
  font-size: 25px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 4px 0px;
}
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative;
}
.tiles p {
  margin: 0 0 5px;
}
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038;
}
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto;
}
.tiles .progress {
  width: 70%;
  margin-bottom: 13px;
}
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28);
}
.tiles .iconplaceholder i {
  color: #ffffff;
}
.tiles > .tiles-body > .description {
  font-size: 13px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.tiles .description i {
  font-size: 21px;
  color: #ffffff;
}
.tiles .description .mini-description {
  position: relative;
  top: -5px;
}
.tiles label {
  color: #ffffff;
}
.tiles.red {
  background-color: #ffffff;
}
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe;
}
.tiles.purple {
  background-color: #735f87;
}
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7;
}
.tiles.blue {
  background-color: #0090d9;
}
.tiles.green {
  background-color: #0aa699;
}
.tiles.black {
  background-color: #22262e;
}
.tiles.black .blend {
  color: #8b91a0;
}
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
}
.tiles.dark-blue {
  background-color: #365d98;
}
.tiles.light-blue {
  background-color: #00abea;
}
.tiles.light-red {
  background-color: #f96773;
}
.tiles.grey {
  background-color: #e9ecee;
}
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
}
.tiles.gradient-black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.tiles .blend {
  color: rgba(0, 0, 0, 0.42);
}
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}
.tile-more-content {
  background-color: #ffffff;
}
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px;
}
.row-fluid.side-content .tiles,
.row-fluid .tile-content {
  margin: 0;
}
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
}
.chart-wrapper {
  padding-top: 40px;
}
.tiles.red .settings-box,
.tiles.red .button {
  background: #bf3938;
  color: #f35958;
}
.tiles.purple .settings-box,
.tiles.red .button {
  background: #08897e;
  color: transparent;
}
.tiles-chart {
  position: relative;
}
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
}
.tiles-chart .tiles-body .heading {
  color: #0aa699;
}
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.tiles-overlay {
  width: 100%;
  height: 100%;
}
.tiles-overlay.auto {
  width: auto;
  height: auto;
}
.tiles:hover .hover-effect-img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tiles.adjust-text p {
    font-size: 10px;
  }
  .tiles.adjust-text h3 {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tiles.adjust-text p {
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:focus {
  outline: none !important;
}
.btn .caret {
  margin-left: 3px;
}
.btn .caret.single {
  margin-left: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #b9c3c8;
}
.btn-primary {
  color: #ffffff;
  background-color: #0055a3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #01325e;
}
.btn-success {
  color: #ffffff;
  background-color: #0055a3;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #01325e;
}
.btn-info {
  color: #ffffff;
  background-color: #1f3853;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0aa699;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fbb05e;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #f35958;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #0090d9;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #1f3853;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn-group.open .btn-white.dropdown-toggle {
  background-color: #fbfcfd;
}
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px #f7f7f7 solid;
  padding-right: 10px;
  border-left: 1px solid #E5E9EC;
}
.btn-group > .btn.btn-mini + .dropdown-toggle {
  padding-right: 8px;
}
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.btn-group > .dropdown-menu li {
  padding-left: 0px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 0;
}
.btn-group > .btn.btn-white:hover,
.btn-group > .btn.btn-white:focus,
.btn-group > .btn.btn-white:active,
.btn-group > .btn.btn-white.active {
  border: 1px solid #E5E9EC;
}