body {
  overflow-x: hidden;
  overflow-y: overlay;
}

#main {
  padding-top: 42px;
}

.container {
  width: 100%;
  padding: 20px 15px;
  margin: 0px;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 5px;
    margin: 0px;
    }
  .card-header, .card-body {
    margin-left: -10px;
    margin-right: -10px;
  }
  .panel-body {
    margin-right: -20px;
  }
}

.header-inner {
  padding-top: 4px !important;
}

#menu-trigger:before {
  top: 3px !important;
  left: 10px !important;
  width: 37px !important;
  height: 37px !important;
}

#header {
  height: 42px !important;
  min-height: 42px !important;
  z-index: 1045;
}

#header .logo a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  padding: 0px;
}

.top-menu > li > a > .zmdi-notifications {
  margin-top: 2px;
  font-size: 20px;
  line-height: 32px;
}

#toggle-width .toggle-switch {
  margin: 9px 9px 0px 15px !important;
}

#toggle-width .toggle-switch .ts-helper::before {
  width: 15px;
  height: 15px;
  top: -2px;
}

#sidebar {
  top: 40px;
  height: calc(100% - 40px);
}

.modal .modal-content {
  border-radius: 8px;
}

.trumbowyg-indent-button {
  position: relative;
  top: 11px;
}

.trumbowyg-outdent-button {
  position: relative;
  top: 11px;
}

.panel {
  float: left;
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  border-top: 2px solid #E5E5E5;
  margin-bottom: 20px;
  position: relative;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel .panel-heading .panel-title-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #434a54;
  padding: 0px;
  margin: 0px;
}

.panel .panel-heading .panel-title-box span {
  font-size: 12px;
  color: #a7adb5;
  font-weight: 400;
  line-height: 12px;
}

.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body {
  float: left;
  width: 100%;
}

.panel-body {
  padding: 15px 5px;
}

.panel .panel-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  float: left;
  margin-top: 0px;
  color: #434a54;
}

/* PANEL CONTROLS */
ul.panel-controls {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
ul.panel-controls > li {
  float: left;
}
ul.panel-controls > li > a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #656d78;
  border: 1px solid #BBB;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
ul.panel-controls > li > a.control-primary {
  color: #57a9a8;
  border-color: #57a9a8;
}
ul.panel-controls > li > a.control-success {
  color: #95b75d;
  border-color: #95b75d;
}
ul.panel-controls > li > a.control-info {
  color: #1caf9a;
  border-color: #1caf9a;
}
ul.panel-controls > li > a.control-warning {
  color: #1caf9a;
  border-color: #1caf9a;
}
ul.panel-controls > li > a.control-danger {
  color: #E04B4A;
  border-color: #E04B4A;
}
ul.panel-controls > li > a:hover {
  border-color: #999;
  color: #434a54;
}
ul.panel-controls > li > a.rounded {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
ul.panel-controls.panel-controls-title {
  margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
ul.panel-controls > li.label-control .label,
.label-form {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 12px;
  margin-top: 4px;
}
ul.panel-controls > li > .dropdown-menu {
  left: auto;
  right: 3px;
}
ul.panel-controls > li > .dropdown-menu:after,
ul.panel-controls > li > .dropdown-menu:before {
  left: auto;
  right: 11px;
}
ul.panel-controls > li > .dropdown-menu:after {
  margin-left: auto;
  margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu:before {
  margin-left: auto;
  margin-right: -6px;
}
/* EOF PANEL CONTROLS */

.pagination > li > a, .pagination > li > span {
  border: none 0px !important;
  border-radius: 10% !important;
  background-color: transparent !important;
}

.pagination > li > a::before, .pagination > li > span::before {
  border-radius: 10% !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00BCD4 !important;
  border-color: #fff !important;
  cursor: default;
}

.fg-float .fg-label {
  top: unset;
  bottom: 0%;
}

.growl-animated {
   z-index:9999 !important;
}

#notifications > .lv-header {
   margin-bottom: 0px;    
}

#notifications > .lv-body > .lv-item {
   margin: 4px;
}

#notifications > .lv-body > .lv-item .lv-small {
   color: white;
   font-weight: bold;
   padding-top: 5px;
}

.text-yellow {
   color: yellow;
}

.bg-info {
   color: #000099 !important;
}

.fg-float .fg-toggled .fg-label {
  top: -12px;
  font-size: 11px;
}

.card {
  border-radius: 10px;
}

.timeline-badge.end {
  background-color: #3f903f !important;
  top: 0px;
}

.fc-event .fc-time {
  display: none !important;
}

.fc-event .fc-title {
  font-weight: 800 !important;   
}

.fc-event .fc-title span {
  font-weight: 200 !important;   
}

 .fc-day-grid-event {
  margin: 1px 9px 0;
  border-radius: 3px;
}

.bgm-lightgreen {
  background-color: #8BC34A !important;
  border: solid 1px #7AB229 !important;
  border-radius: 4px;
}

.bgm-lightgray {
  color: #303336 !important;
  background-color: #eff0f1 !important;
  border: solid 1px #dec9e0 !important;
  border-radius: 4px;
}

.bgm-lightpink {
  border: solid 1px #E91E63 !important;
  background-color: #F390B2 !important;
  border-radius: 4px;
}

.bgm-lightindigo {
  border: solid 1px #192048 !important;
  background-color: #8B96D2 !important;
  border-radius: 4px;
}

.bgm-lightorange {
  background-color: #FF9800 !important;
  background-color: #EE8700 !important;
  border-radius: 4px;    
}

/* WIDGETS */
.widget {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 10px;
  margin-bottom: 20px;
  min-height: 120px;
  position: relative;
}
.widget.widget-padding-sm,
.widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget.widget-np {
  padding: 0px;
}
.widget.widget-no-subtitle {
  padding-top: 25px;
}
.widget.widget-carousel {
  padding-bottom: 0px;
  padding-top: 10px;
}
.widget.widget-default {
  background: #ffffff;







}
.widget.widget-primary {
  background: #2196F3;
  background: -moz-linear-gradient(top, #2196F3 0%, #101215 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2196F3), color-stop(100%, #101215));
  background: -webkit-linear-gradient(top, #2196F3 0%, #101215 100%);
  background: -o-linear-gradient(top, #2196F3 0%, #101215 100%);
  background: -ms-linear-gradient(top, #2196F3 0%, #101215 100%);
  background: linear-gradient(to bottom, #2196F3 0%, #101215 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2196F3, endColorstr=#101215, GradientType=0);
}
.widget.widget-success {
  background: #95b75d;
  background: -moz-linear-gradient(top, #95b75d 0%, #101215 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95b75d), color-stop(100%, #101215));
  background: -webkit-linear-gradient(top, #95b75d 0%, #101215 100%);
  background: -o-linear-gradient(top, #95b75d 0%, #101215 100%);
  background: -ms-linear-gradient(top, #95b75d 0%, #101215 100%);
  background: linear-gradient(to bottom, #95b75d 0%, #101215 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b75d, endColorstr=##101215, GradientType=0);
}
.widget.widget-info {
  background: #1caf9a;
  background: -moz-linear-gradient(top, #1caf9a 0%, #101215 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1caf9a), color-stop(100%, #101215));
  background: -webkit-linear-gradient(top, #1caf9a 0%, #101215 100%);
  background: -o-linear-gradient(top, #1caf9a 0%, #101215 100%);
  background: -ms-linear-gradient(top, #1caf9a 0%, #101215 100%);
  background: linear-gradient(to bottom, #1caf9a 0%, #101215 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1caf9a, endColorstr=#101215, GradientType=0);
}
.widget.widget-danger {
  background: #E04B4A;
  background: -moz-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E04B4A), color-stop(100%, #a43f3e));
  background: -webkit-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -o-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -ms-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: linear-gradient(to bottom, #E04B4A 0%, #a43f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E04B4A, endColorstr=#a43f3e, GradientType=0);
}
.widget .widget-title,
.widget .widget-subtitle,
.widget .widget-int,
.widget .widget-big-int {
  width: 100%;
  text-align: center;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: uppercase;
}
.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
  color: #EEE;
}
.widget .widget-int {
  font-size: 26px;
  line-height: 32px;
  font-weight: 100;
  text-align: center;
  font-stretch: ultra-condensed;
}
.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}
.widget .widget-item-left {
  margin-left: 10px;
  float: left;
  width: 100px;
}
.widget .widget-item-right {
  margin-right: 10px;
  float: right;
  width: 100px;
}
.widget.widget-item-icon .widget-item-left,
.widget.widget-item-icon .widget-item-right {
  width: 70px;
  padding: 20px 0px;
  text-align: center;
}
.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}
.widget .widget-item-left .fa,
.widget .widget-item-right .fa,
.widget .widget-item-left .glyphicon,
.widget .widget-item-right .glyphicon {
  font-size: 60px;
}
.widget .widget-data {
  padding-left: 120px;
}
.widget .widget-data-left {
  padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
  padding-left: 90px;
}
.widget.widget-item-icon .widget-data-left {
  padding-right: 90px;
  padding-left: 10px;
}
.widget .widget-data .widget-title,
.widget .widget-data-left .widget-title,
.widget .widget-data .widget-subtitle,
.widget .widget-data-left .widget-subtitle,
.widget .widget-data .widget-int,
.widget .widget-data-left .widget-int,
.widget .widget-data .widget-big-int,
.widget .widget-data-left .widget-big-int {
  text-align: left;
}
.widget .widget-controls a {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  color: #FFF;
  border: 1px solid #FFF;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}

.widget .widget-controls a.widget-control-left {
  left: 10px;
  top: 10px;
}
.widget .widget-controls a.widget-control-right {
  right: 10px;
  top: 10px;
}
.widget .widget-controls a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.widget .widget-buttons {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-buttons a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 21px;
}
.widget .widget-buttons .col {
  width: 100%;
  float: left;
}
.widget .widget-buttons.widget-c2 .col {
  width: 50%;
}
.widget .widget-buttons.widget-c3 .col {
  width: 33.333333%;
}
.widget .widget-buttons.widget-c4 .col {
  width: 25%;
}
.widget .widget-buttons.widget-c5 .col {
  width: 20%;
}
.widget.widget-primary .widget-buttons a {
  color: #000000;
  border-color: #000000;
}
.widget.widget-primary .widget-buttons a:hover {
  color: #000000;
}
.widget.widget-success .widget-buttons a {
  color: #51672e;
  border-color: #51672e;
}
.widge.widget-success .widget-buttons a:hover {
  color: #435526;
}
.widget.widget-info .widget-buttons a {
  color: #eee;
  border-color: #eee;
}
.widget.widget-info .widget-buttons a:hover {
  color: #fff;
}
.widget.widget-warning .widget-buttons a {
  color: #a15e01;
  border-color: #a15e01;
}
.widget.widget-warning .widget-buttons a:hover {
  color: #874f01;
}
.widget.widget-danger .widget-buttons a {
  color: #5a2222;
  border-color: #5a2222;
}
.widget.widget-danger .widget-buttons a:hover {
  color: #471b1b;
}
.plugin-clock span {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin-right: 2px;
}
.widget.widget-default {
  color: #1b1e24;
}
.widget.widget-default .widget-subtitle {
  color: #1b1e24;
}
.widget.widget-default .widget-controls a {
  color: #1b1e24;
  border-color: #1b1e24;
}
/* END WIDGETS */
