/*------------------------------------------------------------------
[Dashboard Page Stylesheet]

Project:    Fondamix Foundation Dashboard Template
Version:    1.0
Last change:    01/01/2017 [fixed Float bug, vf]
Author: Themesmile
-------------------------------------------------------------------*/
/*
Loader
*/
/* line 26, ../dashboard.scss */
.top-main-fondamix {
  margin: -25px -16px 40px !important;
}

/* line 30, ../dashboard.scss */
.loader {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border: 5px solid #E33244;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* line 41, ../dashboard.scss */
.counter {
  width: 100%;
  line-height: 150px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

/* line 54, ../dashboard.scss */
canvas {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 59, ../dashboard.scss */
.newsticker {
  font-size: 13px;
}

/* line 63, ../dashboard.scss */
.content-icon {
  text-align: center;
  position: relative;
  padding: 15px 0 0;
}
/* line 67, ../dashboard.scss */
.content-icon i {
  font-size: 40px;
  line-height: 35px;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
}
/* line 79, ../dashboard.scss */
.content-icon h2 {
  margin: 10px 0 0;
  font-weight: bold;
  padding: 5px;
}
/* line 84, ../dashboard.scss */
.content-icon p {
  margin: 5px 0;
  font-weight: 100;
  color: #fff;
}

/* line 91, ../dashboard.scss */
.content-bg {
  background: #ffffff;
  min-height: 220px;
  width: 100%;
}

/* line 97, ../dashboard.scss */
.socmed-stat {
  margin: 0 20px;
  color: #777;
}
/* line 100, ../dashboard.scss */
.socmed-stat h3 {
  margin: 0 0 20px 0;
  font-size: 12px;
  color: #87909e;
}
/* line 105, ../dashboard.scss */
.socmed-stat span {
  background: rgba(255, 255, 255, 0.6);
  padding: 2px 15px;
  border-radius: 20px;
}

/* line 112, ../dashboard.scss */
.soc-widget {
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* line 119, ../dashboard.scss */
.soc-widget li i {
  font-size: 11px;
}

/* line 124, ../dashboard.scss */
#div_g {
  position: absolute;
  left: 200px;
  right: 10px;
  top: 100px;
  bottom: 10px;
}

/* line 132, ../dashboard.scss */
.gauge-nest {
  background: #fff;
  height: 100px;
}

/*
Weather
 */
/* line 142, ../dashboard.scss */
.weather-wrap {
  background-color: #65C3DF;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  color: #FFFFFF;
  height: 176px;
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
}

/* line 154, ../dashboard.scss */
.berlin {
  border-radius: 4px 4px 0 0;
  clip: rect(0px, auto, 80%, 0px);
  position: absolute;
  width: 100%;
  height: 65%;
}

/* line 162, ../dashboard.scss */
.temperature {
  font-size: 14px;
  margin: 15px -5px;
  z-index: 1;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* line 171, ../dashboard.scss */
.temperature span {
  float: right;
}

/* line 176, ../dashboard.scss */
.weather-icon {
  margin: 0;
  z-index: 1;
}
/* line 179, ../dashboard.scss */
.weather-icon i {
  font-size: 90px;
}

/* line 184, ../dashboard.scss */
.weather-text {
  position: relative;
  right: 10px;
  top: 0;
}
/* line 189, ../dashboard.scss */
.weather-text > h3 {
  float: right;
  font-size: 57px;
  letter-spacing: -8px;
  padding: 0 25px;
  position: relative;
}
/* line 195, ../dashboard.scss */
.weather-text > h3 > i {
  font-size: 31px;
  margin: 0;
}
/* line 200, ../dashboard.scss */
.weather-text > h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 0;
  margin: 0 0 10px;
}
/* line 206, ../dashboard.scss */
.weather-text > h2 > i {
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/* line 215, ../dashboard.scss */
.weather-local h3 {
  display: inline-block;
}

/* line 219, ../dashboard.scss */
.weather-dash {
  margin-top: 20px;
}

/* line 223, ../dashboard.scss */
.daily-weather {
  text-align: center;
  background: #fff;
  border-bottom: 0 solid #ccc;
}
/* line 228, ../dashboard.scss */
.daily-weather > h2 {
  background: #1D89CF;
  font-size: 13px;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
/* line 239, ../dashboard.scss */
.daily-weather > h3 {
  font-size: 22px;
  font-weight: bold;
  margin: -5px 0;
  text-align: center;
  text-transform: uppercase;
  color: #1D89CF;
}
/* line 246, ../dashboard.scss */
.daily-weather > h3 > small {
  font-size: 14px !important;
}
/* line 251, ../dashboard.scss */
.daily-weather h3 span {
  font-size: 32px;
  color: #555;
}
/* line 256, ../dashboard.scss */
.daily-weather > h4 {
  font-size: 30px;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 262, ../dashboard.scss */
.daily-weather > h5 {
  font-size: 13px;
  font-weight: bold;
  margin: 18px 0 0;
  text-align: center;
  color: #999;
  padding: 0 0 13px;
}
/* line 270, ../dashboard.scss */
.daily-weather > h5 > i {
  font-style: normal;
  font-weight: normal;
}
/* line 274, ../dashboard.scss */
.daily-weather > h5 > p {
  font-size: 12px;
}
/* line 279, ../dashboard.scss */
.daily-weather > span {
  margin: 13px 0;
  display: block;
}

/* line 286, ../dashboard.scss */
.weather-local {
  position: absolute;
  right: 20px;
  bottom: -15px;
}
/* line 290, ../dashboard.scss */
.weather-local i {
  font-size: 24px;
}

/*
Text Ticker
 */
/* line 300, ../dashboard.scss */
.right-nest {
  border-radius: 4px;
  padding: 0;
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}

/*
News widget
 */
/* line 313, ../dashboard.scss */
.map-content {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  width: 100%;
  min-height: 200px;
  border-radius: 4px;
  margin-bottom: 40px;
}

/* line 322, ../dashboard.scss */
.gmap3 {
  width: 100%;
  height: 100%;
}

/* line 328, ../dashboard.scss */
.halte i {
  font-size: 65px;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: relative;
  top: 0;
  left: 0;
  color: #AEF0F2;
}
/* line 339, ../dashboard.scss */
.halte h5 {
  font-weight: bold;
  position: relative;
  left: 0px;
}
/* line 344, ../dashboard.scss */
.halte h3 {
  font-weight: bold;
  position: relative;
  left: 0px;
  margin: 0;
}

/* line 352, ../dashboard.scss */
.media-body {
  margin-top: 20px;
}

/* line 356, ../dashboard.scss */
.nesting-icon {
  color: #fff;
  float: left;
  position: absolute;
  left: 0px;
  height: 59px;
}

/* line 364, ../dashboard.scss */
.direction {
  margin: 0;
  padding: 0px 10px;
  min-height: 65px;
  position: relative;
  color: #8BA2C9;
}
/* line 370, ../dashboard.scss */
.direction i {
  font-size: 33px;
  line-height: 33px;
  display: block;
  margin: 15px 0 0;
}
/* line 376, ../dashboard.scss */
.direction h6 {
  font-weight: bold;
  position: relative;
  left: -65px;
  float: left;
  top: -10px;
}
/* line 383, ../dashboard.scss */
.direction h5 {
  font-weight: bold;
  margin: 10px 0;
}
/* line 387, ../dashboard.scss */
.direction h4 {
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
}

/* line 395, ../dashboard.scss */
.jalur-nest {
  background: rgba(0, 0, 0, 0.1);
}

/* line 399, ../dashboard.scss */
.jalur-active {
  background: rgba(0, 0, 0, 0.3);
}

/* line 403, ../dashboard.scss */
.jalur-nest li {
  padding: 5px 10px 5px 20px;
}
/* line 405, ../dashboard.scss */
.jalur-nest li span {
  width: 3px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 6px 0px;
  margin: 0 10px 0 10px;
}

/* line 414, ../dashboard.scss */
.chart-nest {
  position: relative;
  padding: 20px;
  margin-top: 20px;
}

/* line 420, ../dashboard.scss */
.chart-height-wrap {
  margin: 30px 0 0;
  height: 235px !important;
}

/* line 425, ../dashboard.scss */
.news-widget {
  border-radius: 0;
  padding: 0 30px 20px 0;
  margin: -40px -20px 0;
}
/* line 429, ../dashboard.scss */
.news-widget h2 span {
  background: #000;
  font-size: 13px;
  margin: 15px 0 0;
  padding: 3px 15px;
  color: #fff;
  display: inline-block;
}
/* line 437, ../dashboard.scss */
.news-widget i {
  background: #c3ccdb;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 79px;
  float: left;
  margin: 0 20px;
  padding: 0;
}
/* line 451, ../dashboard.scss */
.news-widget h4 {
  font-size: 45px;
  font-weight: bold;
  text-align: right;
}
/* line 456, ../dashboard.scss */
.news-widget h5 {
  font-size: 16px;
  font-weight: 100;
  text-align: right;
}

/* line 463, ../dashboard.scss */
.chart-bg {
  background-color: #fff;
  padding: 20px 20px 0;
  border: 1px solid #f9cfbb;
  border-radius: 0px;
}

/* line 470, ../dashboard.scss */
.your-account {
  background: #ffffff;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  color: #666;
  position: relative;
  min-height: 130px;
}
/* line 478, ../dashboard.scss */
.your-account span {
  font-size: 50px;
  position: absolute;
  top: -15px;
}
/* line 483, ../dashboard.scss */
.your-account h4 {
  color: #454545;
  margin: 5px 0 10px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
}
/* line 490, ../dashboard.scss */
.your-account h6 {
  color: #8c92a3;
  font-size: 12px;
  margin: -5px 0 0;
}
/* line 495, ../dashboard.scss */
.your-account ul {
  margin: 10px 0 0;
}
/* line 497, ../dashboard.scss */
.your-account ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 0 0px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0px;
}
/* line 498, ../dashboard.scss */
.your-account ul li:last-child {
  border-right: 0px solid #ccc;
}
/* line 508, ../dashboard.scss */
.your-account ul li i {
  color: #454545;
  background: #000 !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 5px 0 0;
}

/* line 524, ../dashboard.scss */
.bg-complete-profile {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px 0 0 0;
  width: 100%;
  min-height: 135px;
  text-align: center;
  margin: 0 0 15px 0px;
}
/* line 532, ../dashboard.scss */
.bg-complete-profile span {
  font-size: 40px;
  text-align: center;
}
/* line 536, ../dashboard.scss */
.bg-complete-profile h6 {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 0;
  background: rgba(0, 0, 0, 0.24);
  padding: 5px 0;
}

/* STATS RIGHT */
/* line 551, ../dashboard.scss */
.stats-wrap h2 {
  color: #45B6B0;
  font-weight: 700 !important;
  font-family: 'Montserrat Hairline', sans-serif !important;
  margin: 0 0 -5px;
}
/* line 557, ../dashboard.scss */
.stats-wrap h4 {
  color: #1688EC;
  font-weight: 700 !important;
  font-family: 'Montserrat Hairline', sans-serif !important;
  margin: 0 0 -5px;
  font-size: 28px;
}
/* line 564, ../dashboard.scss */
.stats-wrap h2 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
}
/* line 575, ../dashboard.scss */
.stats-wrap h4 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
}
/* line 586, ../dashboard.scss */
.stats-wrap p {
  margin: 0px 0 26px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 0 5px;
}
/* line 592, ../dashboard.scss */
.stats-wrap p small {
  float: right;
  font-size: 9px;
  text-transform: uppercase;
  margin: 4px 0 0;
}
/* line 599, ../dashboard.scss */
.stats-wrap hr {
  margin: 4px 0;
}

/* line 604, ../dashboard.scss */
.bg-timesheet {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

/*
timeline
*/
/* line 617, ../dashboard.scss */
ul.events {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
}
/* line 621, ../dashboard.scss */
ul.events li {
  /* -webkit-border-radius: 11px; */
  -moz-border-radius: 0px;
  border-radius: 0;
  background: #eee;
  /* border: 1px solid #ddd; */
  /* color: #707070; */
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 1px 0px;
  position: relative;
  text-align: center;
}
/* line 634, ../dashboard.scss */
ul.events li em {
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
}
/* line 641, ../dashboard.scss */
ul.intervals {
  list-style-type: none;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 646, ../dashboard.scss */
ul.intervals li {
  background: rgba(255, 255, 255, 0.5);
  border-right: 1px solid #ccc;
  color: #999;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 14.24%;
  font-weight: bold;
}
/* line 657, ../dashboard.scss */
ul.intervals li.first {
  border-left: 1px solid #ccc;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
/* TWITTER TIMELINE */
/* line 670, ../dashboard.scss */
.bubble {
  width: 100%;
  padding: .5em 1em;
  line-height: 1.4em;
  padding: 20px;
  background-color: #ecf0f1;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0;
}
/* line 686, ../dashboard.scss */
.bubble:hover > .over-bubble {
  opacity: 1;
}

/* line 691, ../dashboard.scss */
.bubble-container {
  width: 75%;
  display: block;
  position: relative;
  padding-left: 21px;
  vertical-align: top;
  display: inline-block;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  margin-left: 12px;
}

/* line 702, ../dashboard.scss */
.arrow-tweet {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ecf0f1;
}

/* line 715, ../dashboard.scss */
.timeline-tweet {
  display: block;
  margin: auto;
  /* background-color: #dde1e2; */
  padding-bottom: 2em;
  /* -webkit-box-shadow: #bdc3c7 0 5px 5px; */
  -moz-box-shadow: #bdc3c7 0 5px 5px;
  /* box-shadow: #bdc3c7 0 5px 5px; */
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 2em;
  list-style: none;
}
/* line 731, ../dashboard.scss */
.timeline-tweet li {
  padding: 0;
}

/* line 736, ../dashboard.scss */
.avatar {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 15px 0 0;
}
/* line 743, ../dashboard.scss */
.avatar img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ecf0f1;
  position: relative;
}
/* line 753, ../dashboard.scss */
.avatar:hover > .hover {
  cursor: pointer;
  opacity: 1;
}

/* line 759, ../dashboard.scss */
.icon-twitter {
  font-size: 1.5em;
}

/* line 763, ../dashboard.scss */
.new {
  position: absolute;
  right: 5%;
}

/* line 768, ../dashboard.scss */
.over-bubble {
  line-height: 1.4em;
  padding-top: 10%;
  background-color: rgba(236, 240, 241, 0.8);
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  position: absolute !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-size: 2.8em;
  text-shadow: white 1px 1px 0;
}

/* line 803, ../dashboard.scss */
.retweet {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 1em;
  display: block;
  background-color: #16a085;
  padding: 4px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 817, ../dashboard.scss */
.retweet .icon-retweet {
  color: white;
  margin: auto;
  width: 100%;
  display: block;
  font-size: 1.2em;
}

/* line 826, ../dashboard.scss */
.bubble h3 {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .2em;
  color: #95a5a6;
}

/* SUMMARY */
/* line 837, ../dashboard.scss */
.summary-nest {
  position: relative;
}
/* line 839, ../dashboard.scss */
.summary-nest p {
  font-size: 13px !important;
  text-align: center;
  margin: 0 0 20px;
  display: block;
}
/* line 845, ../dashboard.scss */
.summary-nest h2 {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  color: #A8ADB8;
}
/* line 852, ../dashboard.scss */
.summary-nest h4 {
  font-family: 'Montserrat Hairline', sans-serif !important;
  font-size: 20px;
}
/* line 856, ../dashboard.scss */
.summary-nest span {
  text-align: center;
}
/* line 859, ../dashboard.scss */
.summary-nest h2 small {
  margin: 0 0 0 5px;
  background: #000;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}

/* line 873, ../dashboard.scss */
.summary-border-top {
  border-bottom: 1px solid #D5DAE6;
}

/* line 877, ../dashboard.scss */
.summary-border-bottom {
  border-top: 1px solid #D5DAE6;
}

/* line 881, ../dashboard.scss */
.summary-border-left {
  border-left: 1px solid #D5DAE6;
}

/* line 885, ../dashboard.scss */
.summary-pad-nest {
  padding: 25px 0 0;
}

/* School Timetable */
/* line 892, ../dashboard.scss */
.school-timetable {
  color: #8c92a3;
}
/* line 894, ../dashboard.scss */
.school-timetable h5 {
  font-size: 12px;
  color: #454545;
  padding: 2px 5px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
}
/* line 900, ../dashboard.scss */
.school-timetable h5 i {
  font-style: normal;
}
/* line 904, ../dashboard.scss */
.school-timetable h6 {
  font-size: 12px;
  color: #8c92a3;
}
/* line 907, ../dashboard.scss */
.school-timetable h6 i {
  color: #8c92a3;
}
/* line 910, ../dashboard.scss */
.school-timetable h6 span {
  font-size: 10px;
  background: #8c92a3;
  padding: 2px 4px;
  margin: 0 0 0 5px;
  color: #fff;
  border-radius: 2px;
    /* float: right; /
display: block;*/
}
/* line 921, ../dashboard.scss */
.school-timetable span {
  background: #8c92a3;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 12px;
}
/* line 928, ../dashboard.scss */
.school-timetable hr {
  border-color: #D5DAE6;
  margin: 5px 0 15px;
}
/* line 932, ../dashboard.scss */
.school-timetable ul {
  margin: 10px 0 0;
}
/* line 934, ../dashboard.scss */
.school-timetable ul li {
  display: inline-block;
  list-style: none;
  margin: 0 -5px 0 0;
}

/* EVENT */
/* line 946, ../dashboard.scss */
.events-nest div {
  background: #ccc;
  margin: -20px -20px 33px;
  padding: 20px;
}
/* line 950, ../dashboard.scss */
.events-nest div h1 {
  float: left;
  color: #fff;
  font-weight: lighter;
  position: relative;
  top: -5px;
}
/* line 957, ../dashboard.scss */
.events-nest div small {
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -45px;
}
/* line 969, ../dashboard.scss */
.events-nest div span {
  font-size: 12px;
  top: 13px;
  position: relative;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  border-radius: 25px;
}
/* line 977, ../dashboard.scss */
.events-nest div span i {
  padding: 0px 10px 0 0;
  margin: 0 10px 0 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 983, ../dashboard.scss */
.events-nest div p {
  font-weight: lighter;
  top: 12px;
  position: relative;
  font-size: 12px !important;
  left: 15px;
}
/* line 991, ../dashboard.scss */
.events-nest ul {
  margin: 0;
}
/* line 993, ../dashboard.scss */
.events-nest ul li {
  list-style: none;
}
/* line 995, ../dashboard.scss */
.events-nest ul li h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
/* line 998, ../dashboard.scss */
.events-nest ul li h4 small {
  margin: 0 0 0 5px;
}
/* line 1002, ../dashboard.scss */
.events-nest ul li p {
  font-size: 12px !important;
}
/* line 1004, ../dashboard.scss */
.events-nest ul li p i {
  float: right;
  margin: 0 0 0 10px;
  color: #ccc;
}

/* line 1014, ../dashboard.scss */
.lastest-post-nest {
  background-color: #000 !important;
  z-index: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0;
  height: 274px;
}
/* line 1022, ../dashboard.scss */
.lastest-post-nest h3 {
  font-family: "Varela Round", sans-serif !important;
}
/* line 1025, ../dashboard.scss */
.lastest-post-nest h4 {
  font-family: 'Montserrat Hairline', sans-serif !important;
}
/* line 1028, ../dashboard.scss */
.lastest-post-nest div {
  position: absolute;
  bottom: 30px;
  left: 0;
  height: auto;
  padding: 0;
  margin: 0 20px;
  background: transparent;
}
/* line 1037, ../dashboard.scss */
.lastest-post-nest:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(http://placehold.it/2800x2800) no-repeat center center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1058, ../dashboard.scss */
.bg-widget-random {
  background-color: #000 !important;
  z-index: 0;
  opacity: 1;
  border-radius: 5px;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 1066, ../dashboard.scss */
.bg-widget-random:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background: url(http://placehold.it/2800x2800) no-repeat center center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  opacity: 0.5;
  padding: 0;
  margin: 0;
}

/* line 1086, ../dashboard.scss */
.events-nest .wrap-no-pad {
  background: transparent;
  margin: 0;
  padding: 0 20px 20px;
}
/* line 1090, ../dashboard.scss */
.events-nest .wrap-no-pad h1 {
  float: left;
  color: #fff;
  font-weight: lighter;
  position: relative;
  top: -5px;
}
/* line 1096, ../dashboard.scss */
.events-nest .wrap-no-pad h1 img {
  width: 48px;
  height: 48px;
  margin: 0 0 0 25px;
}
/* line 1102, ../dashboard.scss */
.events-nest .wrap-no-pad span {
  font-family: "Montserrat Hairline", sans-serif !important;
  font-size: 20px;
  top: 13px;
  position: relative;
  left: 15px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
}
/* line 1113, ../dashboard.scss */
.events-nest .wrap-no-pad p {
  font-weight: lighter;
  top: 12px;
  position: relative;
  font-size: 12px !important;
  left: 15px;
}
/* line 1121, ../dashboard.scss */
.events-nest ul {
  margin: 0;
}
/* line 1123, ../dashboard.scss */
.events-nest ul li {
  list-style: none;
}
/* line 1125, ../dashboard.scss */
.events-nest ul li h4 {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
}
/* line 1129, ../dashboard.scss */
.events-nest ul li h4 small {
  position: absolute;
  right: 0;
  margin: 0 0 0 5px;
  top: 6px;
  font-size: 10px;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 1139, ../dashboard.scss */
.events-nest ul li h3 {
  font-size: 16px;
  color: #555;
  font-family: "Montserrat Light", sans-serif;
}
/* line 1144, ../dashboard.scss */
.events-nest ul li p {
  font-size: 12px !important;
}
/* line 1146, ../dashboard.scss */
.events-nest ul li p i {
  float: right;
  margin: 0 0 0 10px;
  color: #ccc;
}
/* line 1152, ../dashboard.scss */
.events-nest ul li hr {
  border-bottom: 1px solid #eee !important;
}

/* line 1159, ../dashboard.scss */
.browser-stats {
  text-align: center;
  margin: 0 auto;
}
/* line 1162, ../dashboard.scss */
.browser-statsimg {
  width: 50%;
}

/* CIRCLE PROGRESS */
/* line 1170, ../dashboard.scss */
.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
/* line 1177, ../dashboard.scss */
.circle canvas {
  vertical-align: top;
}
/* line 1180, ../dashboard.scss */
.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: red;
}
/* line 1189, ../dashboard.scss */
.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
/* line 1195, ../dashboard.scss */
.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

/* line 1202, ../dashboard.scss */
.circliful {
  position: relative;
}

/* line 1206, ../dashboard.scss */
.circle-text {
  font-weight: bold;
  color: #454545 !important;
  top: 0px !important;
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

/* line 1216, ../dashboard.scss */
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

/* line 1225, ../dashboard.scss */
.circle-desc {
  font-size: 13px !important;
}

/* line 1229, ../dashboard.scss */
.circle-info,
.circle-info-half {
  color: #999 !important;
}

/* line 1234, ../dashboard.scss */
.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}

@media screen and (max-width: 40em) {
  /* #menu is the original menu */
  /* line 1242, ../dashboard.scss */
  .summary-border-left {
    border-left: 0px solid #D5DAE6;
  }
}
/*# sourceMappingURL=dashboard.css.map */
