@charset "UTF-8";
/*------------------------------------------------------------------
[Core General Stylesheet]

Project:    Fondamix Foundation Dashboard Template
Version:    1.0
Last change:    01/01/2017 [fixed Float bug, vf]
Author:Themesmile
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/* line 66, ../theme.scss */
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif;
}

/* fontawesome */
/* line 73, ../theme.scss */
[class*="fontawesome-"]:before {
  font-family: "FontAwesome", sans-serif;
}

/* line 77, ../theme.scss */
body {
  font-family: "Montserrat", sans-serif !important;
  background: #2f323a;
  padding: 0;
  font-size: 13px !important;
  color: #888 !important;
}

/* line 85, ../theme.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}

/* line 95, ../theme.scss */
p {
  font-size: 14px !important;
}

/* line 99, ../theme.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 3px solid #8c92a3;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #222;
}

/* line 109, ../theme.scss */
ul,
ol,
dl {
  font-size: 13px;
}

/*
Preloader
 */
/* line 120, ../theme.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2F323A;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

/* line 132, ../theme.scss */
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/ball-triangle.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* line 148, ../theme.scss */
.slide-out-div {
  padding: 20px 5px;
  width: 60px;
  background: #fff;
  position: relative;
  z-index: 9999;
}

/* line 156, ../theme.scss */
.handle {
  background: #0D0C0E;
  color: #fff;
  width: 40px;
  height: 50px;
  text-align: center;
  display: block;
  left: -36px !important;
}

/*
Value Master
 */
/* line 171, ../theme.scss */
.fixed-nest {
  position: fixed !important;
}

/* line 175, ../theme.scss */
.no-pad {
  padding: 0px !important;
}

/* line 179, ../theme.scss */
.pad {
  padding: 10px !important;
}

/* line 183, ../theme.scss */
.pad-twenty {
  padding: 20px !important;
}

/* line 187, ../theme.scss */
.pad-forty {
  padding: 40px !important;
}

/* line 191, ../theme.scss */
.margin {
  margin: 10px !important;
}

/* line 195, ../theme.scss */
.margin-center {
  margin: 10px 0;
}

/* line 199, ../theme.scss */
.margin-left {
  margin: 0 40px 0 0;
}

/* line 203, ../theme.scss */
.padding-content {
  padding: 0 15%;
}

/* line 207, ../theme.scss */
.height-tiny {
  height: 8px !important;
}

/* line 211, ../theme.scss */
.radius {
  border-radius: 3px !important;
}

/* line 215, ../theme.scss */
.inline {
  display: inline;
  width: auto;
}

/* line 220, ../theme.scss */
.text-right {
  text-align: right !important;
}

/* line 224, ../theme.scss */
.text-left {
  text-align: left !important;
}

/*
Master Background Color
 */
/* line 233, ../theme.scss */
.bg-light-green,
.bg-dark-blue,
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}

/* line 253, ../theme.scss */
.bg-white {
  background: #fff !important;
}

/* line 257, ../theme.scss */
.bg-gray {
  background: #777 !important;
}

/* line 261, ../theme.scss */
.bg-gray-blue {
  background: #EEF1F7 !important;
}

/* line 265, ../theme.scss */
.bg-black {
  background: #222A38 !important;
}

/* line 269, ../theme.scss */
.bg-black-solid {
  background: #000000 !important;
}

/* line 273, ../theme.scss */
.bg-red {
  background: #F20556 !important;
}

/* line 277, ../theme.scss */
.bg-yellow {
  background: #f39c12 !important;
}

/* line 281, ../theme.scss */
.bg-aqua {
  background-color: #0ABAEF !important;
}

/* line 285, ../theme.scss */
.bg-blue {
  background-color: #5C9DF5 !important;
}

/* line 289, ../theme.scss */
.bg-light-blue {
  background-color: #3c8dbc !important;
}

/* line 293, ../theme.scss */
.bg-dark-blue {
  background-color: #0F5593 !important;
}

/* line 297, ../theme.scss */
.bg-green {
  background-color: #92CD18 !important;
}

/* line 301, ../theme.scss */
.bg-light-green {
  background-color: #45B6B0 !important;
}

/* line 305, ../theme.scss */
.bg-navy {
  background-color: #001f3f !important;
}

/* line 309, ../theme.scss */
.bg-teal {
  background-color: #B5AB8A !important;
}

/* line 313, ../theme.scss */
.bg-olive {
  background-color: #3d9970 !important;
}

/* line 317, ../theme.scss */
.bg-lime {
  background-color: #01ff70 !important;
}

/* line 321, ../theme.scss */
.bg-orange {
  background-color: #FF884D !important;
}

/* line 325, ../theme.scss */
.bg-red-orange {
  background-color: #e83922 !important;
}

/* line 329, ../theme.scss */
.bg-fuchsia {
  background-color: #f012be !important;
}

/* line 333, ../theme.scss */
.bg-purple {
  background-color: #932ab6 !important;
}

/* line 337, ../theme.scss */
.bg-maroon {
  background-color: #85144b !important;
}

/* line 341, ../theme.scss */
.bg-transparent {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 347, ../theme.scss */
.bg-opacity {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* line 351, ../theme.scss */
.bg-opacity-one {
  background: rgba(0, 0, 0, 0.3) !important;
}

/* line 355, ../theme.scss */
.bg-opacity-white {
  background: rgba(255, 255, 255, 0.5) !important;
}

/* line 359, ../theme.scss */
.bg-opacity-white-btn {
  background: rgba(255, 255, 255, 0.2) !important;
}

/* line 363, ../theme.scss */
.bg-opacity-white-btn:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  color: white !important;
}

/* line 368, ../theme.scss */
.border-gray {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/*
Master Text Color
 */
/* line 377, ../theme.scss */
.text-opacity {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 381, ../theme.scss */
.text-black {
  color: #222A38 !important;
}

/* line 385, ../theme.scss */
.text-red {
  color: #F20556 !important;
}

/* line 389, ../theme.scss */
.text-gray {
  color: #777 !important;
}

/* line 393, ../theme.scss */
.text-amber {
  color: #ffffff !important;
}

/* line 397, ../theme.scss */
.text-yellow {
  color: #f39c12 !important;
}

/* line 401, ../theme.scss */
.text-aqua {
  color: #0ABAEF !important;
}

/* line 405, ../theme.scss */
.text-blue {
  color: #5C9DF5 !important;
}

/* line 409, ../theme.scss */
.text-dark-blue {
  color: #0F5593 !important;
}

/* line 413, ../theme.scss */
.text-light-blue {
  color: #3c8dbc !important;
}

/* line 417, ../theme.scss */
.text-green {
  color: #92CD18 !important;
}

/* line 421, ../theme.scss */
.text-navy {
  color: #B7C1D3 !important;
}

/* line 425, ../theme.scss */
.text-teal {
  color: #39cccc !important;
}

/* line 429, ../theme.scss */
.text-olive {
  color: #3d9970 !important;
}

/* line 433, ../theme.scss */
.text-lime {
  color: #01ff70 !important;
}

/* line 437, ../theme.scss */
.text-orange {
  color: #FF884D !important;
}

/* line 441, ../theme.scss */
.text-fuchsia {
  color: #f012be !important;
}

/* line 445, ../theme.scss */
.text-purple {
  color: #932ab6 !important;
}

/* line 449, ../theme.scss */
.text-maroon {
  color: #85144b !important;
}

/* line 453, ../theme.scss */
.text-white {
  color: #ffffff !important;
}

/* line 457, ../theme.scss */
.border-green {
  border-color: #37A8AF !important;
}

/* line 461, ../theme.scss */
.border-blue {
  border-color: #3E739D !important;
}

/* line 465, ../theme.scss */
.border-aqua {
  border-color: #0090D9 !important;
}

/* line 469, ../theme.scss */
.text-opacity {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 473, ../theme.scss */
.button-radius {
  border-radius: 30px !important;
}

/*
Hide elements by display none only
*/
/* line 480, ../theme.scss */
.hide {
  display: none !important;
}

/* Remove borders */
/* line 487, ../theme.scss */
.no-border {
  border: 0px !important;
}

/* Remove padding */
/* line 494, ../theme.scss */
.no-padding {
  padding: 0px !important;
}

/* Remove margins */
/* line 501, ../theme.scss */
.no-margin {
  margin: 0px !important;
}

/* Remove box shadow */
/* line 508, ../theme.scss */
.no-shadow {
  box-shadow: none !important;
}

/* line 512, ../theme.scss */
.border {
  border-bottom: 1px !important;
}

/* line 516, ../theme.scss */
.star {
  color: red !important;
}

/* font style for title */
/* line 523, ../theme.scss */
.font-title {
  font-family: "Montserrat", sans-serif !important;
}

/* line 527, ../theme.scss */
.font-uppercase {
  text-transform: uppercase !important;
}

/* line 531, ../theme.scss */
.font-medium {
  font-size: 14px !important;
}

/* line 535, ../theme.scss */
.js-off-canvas-exit {
  background: transparent;
}

/* line 539, ../theme.scss */
.img-circle {
  border-radius: 50%;
}

/* line 543, ../theme.scss */
.circle-nest {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}

/* line 554, ../theme.scss */
.circle-nest-medium {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}

/* line 564, ../theme.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.05);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
  border-radius: 3px;
}

/* line 574, ../theme.scss */
hr {
  border-bottom: 1px solid #eee;
}

/* line 578, ../theme.scss */
#topbar h3 small {
  color: #737373 !important;
}

/*
Foundation Coustom
 */
/* line 33, ../topbar.scss */
.row {
  max-width: none !important;
  margin-bottom: 5px;
}
/* line 36, ../topbar.scss */
.row.display {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  line-height: 3em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 45, ../topbar.scss */
.top-bar-nest {
  margin: 0 -15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 73px;
  line-height: 73px;
}

/* line 53, ../topbar.scss */
.top-bar {
  margin: 0 -15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 73px;
  line-height: 73px;
}

/* line 61, ../topbar.scss */
.top-bar-devider {
  width: 5px;
  height: 30px;
  border-left: 1px solid #ddd;
  background: #fff;
}

/* line 67, ../topbar.scss */
.navbar-form {
  position: relative !important;
}

/* line 70, ../topbar.scss */
.top-bar-section ul li {
  background: #EEF1F7;
}

/* line 74, ../topbar.scss */
.top-bar.expanded .title-area {
  background: transparent;
}

/* line 78, ../topbar.scss */
.breadcrumbs {
  padding: 1.1625rem 0.875rem 1.7625rem 3em;
  border-width: 0;
  height: 49px;
  line-height: 49px !important;
  margin: 0;
  border-radius: 0 !important;
}
/* line 85, ../topbar.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 12px;
  line-height: 0.6875em;
  text-transform: capitalize !important;
  color: #222;
}
/* line 92, ../topbar.scss */
.breadcrumbs > * a {
  color: #222;
}
/* line 95, ../topbar.scss */
.breadcrumbs > *:before {
  content: "";
  color: rgba(140, 146, 163, 0.5);
  margin: 0 0.25em;
  position: relative;
  top: 1px;
  font-family: "dripicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

/* line 109, ../topbar.scss */
.breadcrumbs-fixed {
  padding-top: 95px;
}

/* line 113, ../topbar.scss */
.slim_scroll {
  margin-top: 5px;
}

/* line 117, ../topbar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 1rem;
  margin: 0 -15px;
}

/* line 124, ../topbar.scss */
.dropdown-wrap {
  margin: 10px 0 0;
  position: relative;
  background-color: #fff !important;
}
/* line 128, ../topbar.scss */
.dropdown-wrap:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #cacaca transparent;
  display: block;
  width: 0;
  top: -25px;
  right: 22px;
  z-index: 0;
}
/* line 140, ../topbar.scss */
.dropdown-wrap:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  top: -23px;
  right: 22px;
  z-index: 1;
}
/* line 154, ../topbar.scss */
.dropdown-wrap li div div {
  background: #fff;
}
/* line 156, ../topbar.scss */
.dropdown-wrap li div div div {
  padding: 0 20px;
}
/* line 161, ../topbar.scss */
.dropdown-wrap li a {
  background: #fff !important;
  display: block;
  height: 60px;
  line-height: 60px !important;
  color: #0a0a0a !important;
}
/* line 167, ../topbar.scss */
.dropdown-wrap li a div {
  border: 2px solid rgba(140, 146, 163, 0.3);
  background: transparent !important;
  color: #0a0a0a;
  font-size: 12px;
  border-radius: 15px;
  float: right;
  top: 15px;
}
/* line 177, ../topbar.scss */
.dropdown-wrap li i {
  display: block;
  width: 0;
  height: 30px;
  background: transparent !important;
  float: left;
  line-height: 40px;
  text-align: center;
  margin: 10px 40px 0 0;
  padding-bottom: 0;
  padding: 0;
  font-size: 16px;
}
/* line 191, ../topbar.scss */
.dropdown-wrap li a h3 {
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
  font-weight: bold;
  color: #0a0a0a;
}
/* line 198, ../topbar.scss */
.dropdown-wrap li a h4 {
  font-size: 13px;
  margin: 0;
  padding: 17px 0 0;
  font-weight: normal;
  color: #0a0a0a;
}
/* line 205, ../topbar.scss */
.dropdown-wrap li a p {
  font-size: 12px !important;
  margin: 0;
  padding: 0 0 10px;
  color: #0a0a0a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 212, ../topbar.scss */
.dropdown-wrap li a span {
  font-size: 11px;
  float: right;
  font-weight: 100;
}
/* line 216, ../topbar.scss */
.dropdown-wrap li a span small {
  font-size: 10px;
  margin-left: 5px;
  color: #0a0a0a;
}

/* line 226, ../topbar.scss */
.dropdown-nest {
  width: 260px !important;
  padding-top: 43px !important;
  margin-top: 20px !important;
  position: relative;
  top: 40px !important;
  border-right: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  border-left: 1px solid #EAECF0;
}
/* line 236, ../topbar.scss */
.dropdown-nest li a {
  font-family: "Open Sans", sans-serif !important;
  background: #fff !important;
  display: block;
  height: 60px;
  line-height: 60px !important;
  color: #0a0a0a !important;
}
/* line 243, ../topbar.scss */
.dropdown-nest li a div {
  border: 2px solid rgba(140, 146, 163, 0.3);
  background: transparent !important;
  color: #0a0a0a;
  font-size: 12px;
  border-radius: 15px;
  float: right;
  top: 15px;
}
/* line 253, ../topbar.scss */
.dropdown-nest li i {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent !important;
  float: left;
  line-height: 40px;
  text-align: center;
  margin: 10px 15px 0;
  border-radius: 50%;
  padding-bottom: 0;
}
/* line 266, ../topbar.scss */
.dropdown-nest li a h3 {
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
  font-weight: bold;
  color: #0a0a0a;
}
/* line 273, ../topbar.scss */
.dropdown-nest li a h4 {
  font-size: 13px;
  margin: 0;
  padding: 17px 0 0;
  font-weight: normal;
  color: #0a0a0a;
}
/* line 280, ../topbar.scss */
.dropdown-nest li a p {
  font-size: 12px !important;
  margin: 0;
  padding: 0 0 10px;
  color: #0a0a0a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
/* line 287, ../topbar.scss */
.dropdown-nest li a span {
  font-size: 11px;
  float: right;
  font-weight: 100;
}
/* line 291, ../topbar.scss */
.dropdown-nest li a span small {
  font-size: 10px;
  margin-left: 5px;
  color: #0a0a0a;
}

/* line 301, ../topbar.scss */
.top-dropdown-nest {
  margin: 0 20px;
}
/* line 303, ../topbar.scss */
.top-dropdown-nest span {
  border-radius: 20px;
}

/* line 309, ../topbar.scss */
.profile-dropdown li a {
  background: #fff !important;
  display: block;
  color: #0a0a0a !important;
  font-size: 12px !important;
}
/* line 314, ../topbar.scss */
.profile-dropdown li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
/* line 323, ../topbar.scss */
.profile-dropdown li a span {
  float: right;
  margin: 5px 0 0;
}

/* line 330, ../topbar.scss */
.pull-right {
  float: right;
}
/* line 332, ../topbar.scss */
.pull-right > *:before {
  content: "" !important;
}
/* line 335, ../topbar.scss */
.pull-right li {
  color: red;
}

/* line 340, ../topbar.scss */
.top-bar .name h1 span {
  background: none repeat scroll 0% 0% #395F97;
  padding: 4px 10px;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  border-radius: 3px;
  color: #fff;
  margin: 0 0 0 25px;
}

/* line 352, ../topbar.scss */
.edumix-msg-noft {
  background: #ccc;
  color: #fff !important;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: -5px;
}

/* line 368, ../topbar.scss */
.edumix-noft {
  background: #ccc;
  color: #fff !important;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: -5px;
}

/* line 384, ../topbar.scss */
.menu > li > a img,
.menu > li > a i {
  font-size: 17px !important;
}

/* line 389, ../topbar.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #c2c3c3 transparent transparent;
}

/* line 393, ../topbar.scss */
.dark {
  position: absolute;
  top: -7px;
  left: -28px;
  z-index: 999;
}

/* line 400, ../topbar.scss */
.search-menu {
  background: #2a394f;
  width: 100%;
  display: block;
  height: 55px;
  margin: -10px 0 10px 0;
}

/* line 408, ../topbar.scss */
.has-form-transparent,
.transparent {
  background: transparent !important;
}

/* line 413, ../topbar.scss */
.input-top {
  background: #F9F9F9 !important;
  border-color: #F9F9F9 !important;
  padding: 0 0 0 40px !important;
  border-radius: 4px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  box-shadow: none !important;
  display: block;
  font-size: 0.875rem;
  margin: 2px 0 1rem 0 !important;
  padding: 17px 0.5rem 17px 35px !important;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 13px !important;
  border-radius: 35px !important;
  /* border: 1px solid #eee!important; */
  position: relative;
}

/* line 435, ../topbar.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 2px #ccc, 0 7px 0 2px #ccc, 0 14px 0 2px #ccc;
  width: 10px;
}

/* line 447, ../topbar.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 15px 20px;
  color: #D5DAE6;
  border-bottom: 1px solid transparent;
  transition: background 300ms ease;
  font-size: 12px;
}

/* line 456, ../topbar.scss */
.right-off-canvas-menu {
  background: #202228;
}

/* line 460, ../topbar.scss */
.move-left .exit-off-canvas {
  box-shadow: none;
}

/* line 464, ../topbar.scss */
ul.off-canvas-list li label {
  border-top: 1px solid transparent;
}

/* line 468, ../topbar.scss */
.chat-pic {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: inline-block;
  float: left;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0px;
  width: 40px;
  border-radius: 50%;
}

/* line 485, ../topbar.scss */
.chat-pic-gray {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* line 496, ../topbar.scss */
.alert-box {
  border-color: transparent;
}

/* line 500, ../topbar.scss */
button.small,
.button.small {
  font-size: 14px !important;
}

/* line 505, ../topbar.scss */
span.error,
small.error,
.error small.error {
  background: #F20556;
}

/* line 513, ../topbar.scss */
[data-abide] .error small.error,
[data-abide] .error span.error {
  background: #F20556;
}
/* line 518, ../topbar.scss */
[data-abide] span.error,
[data-abide] small.error {
  background: #F20556;
}

/* line 524, ../topbar.scss */
input.input-top {
  height: 2.4em;
  background: transparent !important;
  border: 1px solid #ddd !important;
  margin: 5px 15px 0 !important;
  border-radius: 5px !important;
}

/* line 533, ../topbar.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1rem 0;
  padding: 0.5em;
  /* height: 2.3125em; */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 569, ../topbar.scss */
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1rem 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 592, ../topbar.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus {
  box-shadow: none;
  border-color: #999999;
}

/* line 611, ../topbar.scss */
textarea:focus {
  box-shadow: none;
  border-color: #999999;
}

/* line 617, ../topbar.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus {
  background: #f8f8f8;
  border-color: #999999;
  outline: none;
}

/* line 637, ../topbar.scss */
textarea:focus {
  background: #f8f8f8;
  border-color: #999999;
  outline: none;
}

/* line 643, ../topbar.scss */
label {
  font-size: 13px;
}

/* TAB */
/* line 650, ../topbar.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
  background: #fff;
  padding: 30px 30px;
}

/* line 658, ../topbar.scss */
.tabs dd > a,
.tabs .tab-title > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* line 667, ../topbar.scss */
.accordion .accordion-navigation > a,
.accordion dd > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* line 673, ../topbar.scss */
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  display: block;
  background: white;
  padding: 20px 35px;
  font-size: 14px;
}

/* line 682, ../topbar.scss */
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
Header Navigation
 */
/* line 692, ../topbar.scss */
.nav-bg-trans {
  background: transparent;
  border-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 65px;
}

/* line 702, ../topbar.scss */
.logo-text {
  color: #808CA0 !important;
  font-size: 21px;
  position: relative;
  top: -8px !important;
  left: 57px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 711, ../topbar.scss */
.logo-text:hover {
  text-decoration: none;
  color: #fff;
}
/* line 715, ../topbar.scss */
.logo-text small {
  font-family: "Montserrat Light", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 0 11px;
  color: #eee !important;
}

/* line 725, ../topbar.scss */
.news-list li strong {
  margin: 0 5px;
}

/* line 729, ../topbar.scss */
.noft-btn {
  position: relative;
  left: 60px;
}
/* line 732, ../topbar.scss */
.noft-btn li {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #B7C1D3;
  margin-left: 5px;
  color: #fff;
  line-height: 30px;
  font-size: 13px;
  border-radius: 15px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  left: 15px;
  top: 0px;
}
/* line 749, ../topbar.scss */
.noft-btn li p {
  float: left;
}

/* line 755, ../topbar.scss */
.admin-pic {
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  display: inline-block;
  border-radius: 50%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 0 10px;
}

/* line 768, ../topbar.scss */
.admin-pic-text {
  position: relative;
  top: 0px;
  font-size: 13px;
  margin: 0 10px 0 0px;
  opacity: 0.8;
  color: #777 !important;
}
/* line 775, ../topbar.scss */
.admin-pic-text i {
  position: absolute;
  top: -15px;
  left: -25px;
  font-size: 16px;
  color: #777 !important;
}

/* line 784, ../topbar.scss */
.dropdown-pane-nest {
  padding: 0 !important;
}

/* line 788, ../topbar.scss */
.profile-nest {
  width: 200px;
  border: 1px solid #eee;
}
/* line 791, ../topbar.scss */
.profile-nest ul {
  position: relative;
}
/* line 793, ../topbar.scss */
.profile-nest ul:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  top: -9px;
  left: 22px;
  z-index: 1;
}
/* line 805, ../topbar.scss */
.profile-nest ul:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #cacaca transparent;
  display: block;
  width: 0;
  top: -10px;
  left: 22px;
  z-index: 0;
}

/*
Search Style
 */
/* line 825, ../topbar.scss */
.dark {
  position: absolute;
  top: -7px;
  left: -28px;
  z-index: 999;
}
/* line 830, ../topbar.scss */
.dark:before {
  content: "\f002";
  position: absolute;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  top: 10px;
  left: 45px;
  color: #0a0a0a;
}
/* line 846, ../topbar.scss */
.dark input[type=text] {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  color: #ccc;
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 0px solid #ccc;
  margin: 4px 10px 0;
  border-radius: 25px;
  padding: 0 0 0 45px;
}

/* line 859, ../topbar.scss */
.search {
  padding: 6px 15px 6px 15px;
  width: 60%;
  margin-top: -5px;
}

/* line 866, ../topbar.scss */
.nav > li > a {
  font-size: 13px !important;
}
/* line 868, ../topbar.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent !important;
}
/* line 873, ../topbar.scss */
.nav .open > a {
  background-color: transparent !important;
}
/* line 875, ../topbar.scss */
.nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent !important;
}

/*
Page Container
 */
/* line 887, ../topbar.scss */
#page-container {
  background: #e6e7e8;
  overflow: hidden;
}

/* line 892, ../topbar.scss */
ol.breadcrumb.newcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0;
  position: relative;
  z-index: 999;
  width: 100%;
  font-size: 13px;
  margin: 0;
  right: 25px;
  top: 0;
}
/* line 904, ../topbar.scss */
ol.breadcrumb.newcrumb li a {
  color: #808CA0 !important;
  padding: 0;
  text-transform: capitalize;
}
/* line 908, ../topbar.scss */
ol.breadcrumb.newcrumb li a span {
  border-radius: 50%;
  color: #808CA0 !important;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 0 5px 0 5px;
}

/* line 921, ../topbar.scss */
.breadcrumb > li + li:before {
  content: "" !important;
  padding: 0 5px;
  font-family: "typicons";
  font-style: normal;
  font-weight: normal;
  color: #8A98B3;
  margin: 0 2px;
}

/* line 931, ../topbar.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}

/* 
Dropdown menus
*/
/* line 944, ../topbar.scss */
.dropdown-menu > li > a {
  color: #888 !important;
}
/* line 946, ../topbar.scss */
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}

/* line 955, ../topbar.scss */
.dropdown-setting > li > a {
  font-size: 12px !important;
}

/* line 959, ../topbar.scss */
.dropdown-menu > li > a:hover {
  background-color: #92CD18;
  color: #fff !important;
}

/*
Drodown in navbars
*/
/* line 969, ../topbar.scss */
.main-theme .navbar .dropdown-menu > li > a {
  color: #92CD18;
}

/* line 973, ../topbar.scss */
.drop-btn {
  height: 40px;
  width: 40px;
  background: #eee;
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #E3E7EB;
}
/* line 987, ../topbar.scss */
.drop-btn:hover {
  opacity: 0.9;
}

/* line 992, ../topbar.scss */
.label-drop {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
}

/* line 1003, ../topbar.scss */
.task-list-item {
  margin: 0 0 0 10px;
  color: #808CA0 !important;
}
/* line 1006, ../topbar.scss */
.task-list-item h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0;
}
/* line 1010, ../topbar.scss */
.task-list-item h2 span {
  float: right;
}
/* line 1012, ../topbar.scss */
.task-list-item h2 span small {
  color: #808CA0;
  font-size: 11px;
  margin: 0 10px 0 5px;
}
/* line 1019, ../topbar.scss */
.task-list-item h1 {
  font-size: 13px;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}
/* line 1025, ../topbar.scss */
.task-list-item p {
  font-size: 12px;
  font-weight: 100;
  color: #808CA0;
}

    /* 
Sidebar Menu
*/
    /*$font-text: 'Varela Round',
sans-serif;*/
/* line 39, ../sidebar.scss */
body {
  font-family: "Montserrat Light", sans-serif !important;
  background: #2f323a;
  padding: 0;
  font-size: 13px !important;
  color: #888 !important;
}

/* line 47, ../sidebar.scss */
.profile {
  background: #333;
  font-size: 13px;
  margin: 0;
  vertical-align: middle;
  padding: 0;
  z-index: 99;
  width: 260px;
}
/* line 55, ../sidebar.scss */
.profile img {
  width: 55px;
  height: 55px;
  float: left;
  opacity: 0.9;
  top: 10px;
  margin-left: 13px;
  border-radius: 50%;
  padding: 7px;
}
/* line 65, ../sidebar.scss */
.profile h3 {
  color: white;
  opacity: 1;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 18px;
}
/* line 72, ../sidebar.scss */
.profile span {
  position: relative;
  left: 12px;
  top: 30px;
  color: #fff;
}
/* line 78, ../sidebar.scss */
.profile i {
  color: #fff;
  float: right;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  top: 13px;
  right: 25px;
  font-weight: normal;
}

/* line 91, ../sidebar.scss */
#skin-select h3,
#skin-select h4 {
  text-transform: uppercase;
}

/* line 97, ../sidebar.scss */
.fixed-nest-sidebar div {
  padding: 15px 0 0 0;
  margin: -15px 0 0 0;
}

/* line 104, ../sidebar.scss */
#skin-select {
  position: absolute;
  top: 105px;
  width: 250px;
  left: 0;
  z-index: 1;
  background: #2f323a;
}
/* line 111, ../sidebar.scss */
#skin-select #toggle {
  background: #333;
  color: white;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 9px;
  width: 40px;
  font-size: 13px;
  z-index: 999;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  border-radius: 0 20px 20px 0;
}
/* line 129, ../sidebar.scss */
#skin-select #toggle:hover {
  background: #333;
}
/* line 132, ../sidebar.scss */
#skin-select #toggle:before {
  content: "\e64a";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 144, ../sidebar.scss */
#skin-select #toggle.active {
  background: #333;
  color: white;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 9px;
  width: 40px;
  font-size: 13px;
  z-index: 999;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  border-radius: 0 20px 20px 0;
}
/* line 145, ../sidebar.scss */
#skin-select #toggle.active:before {
  content: "\e649";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 157, ../sidebar.scss */
#skin-select #toggle.active:hover {
  background: #333;
}
/* line 179, ../sidebar.scss */
#skin-select li span {
  left: 1px;
  font-weight: normal !important;
  position: relative;
  font-family: "Montserrat Light", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 189, ../sidebar.scss */
.edumix-bar-title {
  font-weight: 700 !important;
  position: relative;
  font-family: "Montserrat Light", sans-serif;
  font-size: 12px;
  text-transform: uppercase !important;
}
/* line 195, ../sidebar.scss */
.edumix-bar-title:hover {
  color: transparent !important;
}

/* line 200, ../sidebar.scss */
.menu-hide span {
  color: red;
}

/* line 205, ../sidebar.scss */
#skin-select li ul li {
  line-height: 20px;
}
/* line 208, ../sidebar.scss */
#skin-select li b {
  position: relative;
  top: 8px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.1);
  padding: 0 20px 0 0;
}
/* line 215, ../sidebar.scss */
#skin-select li i {
  font-size: 15px;
  left: -5px;
  position: relative;
  width: 30px;
  top: 3px !important;
  display: inline-block;
  height: 30px;
  text-align: center;
  padding: 8px 0 0;
  border-radius: 100%;
}
/* line 227, ../sidebar.scss */
#skin-select li li i {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  left: -5px;
  line-height: 15px;
  position: relative;
  width: 23px;
  top: 2px;
}

/* line 239, ../sidebar.scss */
.skin-part {
  padding: 0;
  position: relative;
  top: 0;
}
/* line 243, ../sidebar.scss */
.skin-part h3 {
  text-shadow: none;
  margin-bottom: 10px;
  font-family: "sinisukaregular";
}
/* line 247, ../sidebar.scss */
.skin-part h3 span {
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 10px 5px;
  border-radius: 10px;
  margin-left: 0px;
  font-size: 11px;
  color: #f2f2f2;
}
/* line 255, ../sidebar.scss */
.skin-part h3 small {
  margin-left: 6px;
  color: #fff;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 9px;
  border-radius: 15px;
  position: relative;
  top: -1px;
  font-size: 9px;
}
/* line 267, ../sidebar.scss */
.skin-part h4 {
  font-size: 1em;
  margin: 7px 0 !important;
}

/* line 273, ../sidebar.scss */
.devider-horizontal {
  width: 100%;
  height: 2px;
  display: inline-block;
  padding: 15px 0 0 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 281, ../sidebar.scss */
.devider-title h3 {
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 15px;
}

/* line 287, ../sidebar.scss */
#menu-showhide {
  margin: 5px 0 0 0;
  position: relative;
  z-index: 0;
}

/* line 293, ../sidebar.scss */
#menu-select {
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0 0 40px;
  position: relative;
}
/* line 297, ../sidebar.scss */
#menu-select:before {
  content: "";
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 307, ../sidebar.scss */
.side-dash {
  margin: 10px;
  padding: 0 10px 0 0;
}
/* line 310, ../sidebar.scss */
.side-dash h3 {
  color: #FFFFFF !important;
  font-size: 12px;
  margin-bottom: 10px !important;
  padding: 0;
}
/* line 315, ../sidebar.scss */
.side-dash h3 span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-left: 5px;
  padding: 5px 12px;
  text-align: center;
}

/* line 325, ../sidebar.scss */
.side-dashh-list,
.side-bar-list {
  margin-bottom: 25px;
  margin-left: -30px;
  width: 195px;
}

/* line 332, ../sidebar.scss */
.side-dashh-list li,
.side-bar-list li {
  font-size: 12px !important;
  line-height: 1.6em !important;
}

/* line 338, ../sidebar.scss */
.side-dashh-list span {
  float: right !important;
  padding-right: 15px;
}
/* line 341, ../sidebar.scss */
.side-dashh-list span i {
  left: 0 !important;
  margin-left: 8px;
}

/* line 347, ../sidebar.scss */
.side-bar-list li {
  font-size: 12px !important;
  line-height: 4em !important;
}

/* line 352, ../sidebar.scss */
.linebar,
.linebar2,
.linebar3 {
  float: right;
  margin-right: 10px;
}

/* line 359, ../sidebar.scss */
.scroll {
  float: left;
  width: 21%;
  padding: 0;
  margin-left: 4%;
  margin-top: 40px;
}

/* line 369, ../sidebar.scss */
.topnav {
  padding: 40px 28px 25px 0;
}

/* line 373, ../sidebar.scss */
img.icon-menu {
  margin-left: 10px;
  margin-right: 3px;
  margin-top: 3px;
}

/* line 379, ../sidebar.scss */
ul.topnav {
  margin: 0;
  font-size: 14px;
  line-height: 0.5em !important;
  list-style: none !important;
  padding: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/* line 386, ../sidebar.scss */
ul.topnav li a {
  color: #eee !important;
  font-weight: bold;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: 50px !important;
  list-style: none outside none;
  padding: 0 10px 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}
/* line 398, ../sidebar.scss */
ul.topnav li a:hover {
  background: red;
}

/* line 404, ../sidebar.scss */
li.hide-min-toggle {
  background: #545CA6;
  text-align: left !important;
  font-size: 13px !important;
  padding: 13px 0 13px 28px !important;
  font-weight: bold;
}

/* line 412, ../sidebar.scss */
.bottom-list-menu {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
}
/* line 415, ../sidebar.scss */
.bottom-list-menu li {
  list-style: none;
  font-size: 12px;
  padding: 10px 0 10px 15px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  word-spacing: 2px;
  letter-spacing: 0;
  text-transform: uppercase;
}
/* line 424, ../sidebar.scss */
.bottom-list-menu li small {
  float: right;
  font-size: 16px;
  padding: 5px 20px 0 0;
}
/* line 429, ../sidebar.scss */
.bottom-list-menu li span {
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  float: right !important;
  width: 30px;
  text-align: center;
  font-size: 14px !important;
  border-radius: 50%;
  left: -18px !important;
  line-height: 29px;
  top: -7px;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 445, ../sidebar.scss */
.chat-list-menu {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
}
/* line 448, ../sidebar.scss */
.chat-list-menu .online {
  font-style: normal !important;
  color: rgba(255, 255, 255, 0.6);
}
/* line 452, ../sidebar.scss */
.chat-list-menu .online small:before {
  display: none !important;
}
/* line 455, ../sidebar.scss */
.chat-list-menu .online small:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #06da8d;
  border-radius: 50%;
}
/* line 465, ../sidebar.scss */
.chat-list-menu li {
  list-style: none;
  font-size: 12px;
  padding: 5px 0 5px 15px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  letter-spacing: 0;
  font-style: italic;
}
/* line 466, ../sidebar.scss */
.chat-list-menu li small {
  margin: 0 5px 0 0;
}
/* line 477, ../sidebar.scss */
.chat-list-menu li:first-child {
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}
/* line 482, ../sidebar.scss */
.chat-list-menu li i {
  float: right;
  margin-top: -10px !important;
}

/* line 489, ../sidebar.scss */
.noft-blue {
  background: #0d8add;
  padding: 0 7px !important;
  font-size: 10px;
  display: block !important;
  height: 20px;
  line-height: 20px;
  margin: 0 !important;
  border-radius: 15px;
  position: absolute;
  top: 20px;
  right: 25px;
}

/* line 503, ../sidebar.scss */
.side-menu-noft {
  line-height: 14px;
  padding: 2px 8px;
  border-radius: 11px;
  margin: 0;
  position: absolute;
  left: 100px;
  top: 14px;
  font-size: 9px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

    /* 
Show up sidemenu when minimize
*/
    /*
menu
*/
/* We remove the margin, padding, and list style of UL and LI components */
/* line 522, ../sidebar.scss */
#menuwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 526, ../sidebar.scss */
#menuwrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50px;
  cursor: pointer;
}
/* line 532, ../sidebar.scss */
#menuwrapper ul li:hover, #menuwrapper ul li.iehover {
  position: relative;
}
/* line 536, ../sidebar.scss */
#menuwrapper ul li a {
  pointer-events: auto;
}
/* line 539, ../sidebar.scss */
#menuwrapper ul li ul {
  position: absolute;
  display: none;
  left: -1000px;
}
/* line 544, ../sidebar.scss */
#menuwrapper ul li:hover ul, #menuwrapper ul li.iehover ul {
  left: 49px;
  top: 0px;
  display: block;
  width: 190px;
  padding: 5px 0;
  background: #25272E;
}
/* line 553, ../sidebar.scss */
#menuwrapper ul li ul li {
  /*background-color:#cae25a;*/
}
/* line 556, ../sidebar.scss */
#menuwrapper ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover {
  /*background-color:#b1b536;*/
}
/* line 560, ../sidebar.scss */
#menuwrapper ul li ul li a {
  color: #454444;
  display: inline-block;
  width: 210px;
  pointer-events: auto;
}
/* line 565, ../sidebar.scss */
#menuwrapper ul li ul li a:hover {
  color: #000;
}
/* line 569, ../sidebar.scss */
#menuwrapper ul li:hover ul li ul, #menuwrapper ul li.iehover ul li ul {
  position: absolute;
  display: none;
}
/* line 574, ../sidebar.scss */
#menuwrapper ul li:hover ul li:hover ul, #menuwrapper ul li.iehover ul li.iehover ul {
  display: block;
  left: 150px;
  top: 0;
}
/* line 580, ../sidebar.scss */
#menuwrapper ul li:hover ul li:hover ul li, #menuwrapper ul li.iehover ul li.iehover ul li {
  background: #86d3fa;
}
/* line 584, ../sidebar.scss */
#menuwrapper ul li:hover ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover ul li.iehover {
  background: #358ebc;
}
/* line 588, ../sidebar.scss */
#menuwrapper ul li:hover ul li:hover ul li a, #menuwrapper ul li.iehover ul li.iehover ul li a {
  color: #ffffff;
}

/* Clear float */
/* line 596, ../sidebar.scss */
.clear {
  clear: both;
}

/* line 600, ../sidebar.scss */
.topnav.slicknav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
/* line 603, ../sidebar.scss */
.topnav.slicknav li ul li {
  border-bottom: none;
}

/* line 610, ../sidebar.scss */
ul.topnav li a:hover {
  background: #25272E;
  color: white !important;
  text-shadow: none;
  position: relative;
}
/* line 616, ../sidebar.scss */
ul.topnav ul {
  margin: 0;
  padding: 0;
  display: none;
  background: #25272E;
  position: relative;
}
/* line 622, ../sidebar.scss */
ul.topnav ul li {
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none outside none;
}
/* line 627, ../sidebar.scss */
ul.topnav ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 100 !important;
  outline: 0 none;
  transition: all 0.2s ease 0s;
  text-align: left;
  text-transform: capitalize;
  padding: 6px 0 7px 50px;
  position: relative;
}
/* line 637, ../sidebar.scss */
ul.topnav ul li a:hover {
  background-color: transparent;
  color: #666 !important;
}
/* line 643, ../sidebar.scss */
ul.topnav ul ul li a {
  color: #444;
  padding-left: 40px;
  background: #c8c8c8;
  transition: all 0.2s ease 0s;
}
/* line 648, ../sidebar.scss */
ul.topnav ul ul li a:hover {
  background-color: #D3CEB8;
  color: #0C7CBB;
}
/* line 654, ../sidebar.scss */
ul.topnav h4 {
  float: right !important;
  margin-top: -2px;
}

/* Smartphones (portrait) ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  /* Styles */
  /* line 664, ../sidebar.scss */
  input.input-top {
    margin: 30px 15px 15px !important;
    max-width: 92%;
  }

  /* line 668, ../sidebar.scss */
  .top-bar {
    border-bottom: 1px solid #eee;
    height: 100%;
  }

  /* line 672, ../sidebar.scss */
  .dropdown-pane-nest {
    padding: 0 !important;
    left: 0px !important;
    width: 100% !important;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  /* line 681, ../sidebar.scss */
  .dropdown-wrap:before,
  .dropdown-wrap:after {
    display: none;
  }
}
/* 
        CONTENT
*/
/*
Boxes
*/
/* line 49, ../content.scss */
.over-flow-hidden {
  overflow: hidden !important;
}

/* line 53, ../content.scss */
.box {
  position: relative;
  margin: 20px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

/* line 64, ../content.scss */
.box-no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px solid #eee !important;
}

/* line 70, ../content.scss */
.box-full {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  /* fallback */
}

/* line 79, ../content.scss */
.box.box-primary {
  border-top-color: #eaeaec;
}
/* line 82, ../content.scss */
.box.box-info {
  border-top-color: #0ABAEF;
}
/* line 85, ../content.scss */
.box.box-danger {
  border-top-color: #F20556;
}
/* line 88, ../content.scss */
.box.box-warning {
  border-top-color: #FF884D;
}
/* line 91, ../content.scss */
.box.box-success {
  border-top-color: #92CD18;
}
/* line 94, ../content.scss */
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
/* line 98, ../content.scss */
.box .box-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px double #B7C1D3;
  color: #444;
  padding-bottom: 0px;
  background: #fff;
}
/* line 116, ../content.scss */
.box .box-header:before {
  display: table;
  content: " ";
}
/* line 120, ../content.scss */
.box .box-header:after {
  display: table;
  content: " ";
  clear: both;
}
/* line 126, ../content.scss */
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
  display: inline-block;
  padding: 10px 0px 10px 0;
  margin: 0 0 0 5px;
  font-size: 14px;
  float: left;
  cursor: default;
  font-weight: bold;
  color: #222;
}
/* line 139, ../content.scss */
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 0px 10px 0;
  margin: 0 0 0 5px;
  font-size: 14px;
  float: left;
  cursor: default;
  font-weight: bold;
  color: #222;
}
/* line 148, ../content.scss */
.box .box-header .box-title i {
  height: 35px;
  width: 35px;
  /* background: $text-box-title; */
  display: block;
  text-align: center;
  line-height: 35px;
  color: #222;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  float: left;
}
/* line 163, ../content.scss */
.box .box-header .box-title span {
  position: relative;
  left: 5px;
  color: #222;
  font-family: "Montserrat Light", sans-serif;
  top: 7px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 175, ../content.scss */
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
  height: 35px;
  width: 35px;
  /* background: $text-box-title; */
  display: block;
  text-align: center;
  line-height: 35px;
  color: #222;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  padding: 0;
  border-radius: 50%;
  float: left;
}
/* line 194, ../content.scss */
.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion {
  top: 5px;
  position: relative;
  left: 5px;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: lighter;
}
/* line 206, ../content.scss */
.box .box-header a {
  color: #444;
}
/* line 209, ../content.scss */
.box .box-header > .box-tools {
  padding: 15px 15px 5px 5px;
}

/* line 215, ../content.scss */
.box-tools span {
  /* background: #D5DAE6; */
  width: 30px;
  height: 20px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  color: #D5DAE6;
  cursor: pointer;
}

/* line 227, ../content.scss */
.box .box-body {
  padding: 20px;
  color: #222;
}
/* line 230, ../content.scss */
.box .box-body p {
  font-size: 13px !important;
}
/* line 234, ../content.scss */
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
/* line 239, ../content.scss */
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
/* line 243, ../content.scss */
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 247, ../content.scss */
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100% !important;
}
/* line 252, ../content.scss */
.box .box-body .fc {
  margin-top: 5px;
}
/* line 255, ../content.scss */
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #222;
  margin-left: 10px;
  font-weight: 300;
}
/* line 262, ../content.scss */
.box .box-body .fc-header-right {
  padding-right: 10px;
}
/* line 265, ../content.scss */
.box .box-body .fc-header-left {
  padding-left: 10px;
}
/* line 268, ../content.scss */
.box .box-body .fc-widget-header {
  background: #17335A;
  text-transform: uppercase;
  padding: 5px 0;
  color: #fff;
  width: 130px;
}

/* line 277, ../content.scss */
.content-box {
  color: #222;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.6em;
}

/* line 286, ../content.scss */
.fc-grid .fc-day-number {
  float: none !important;
  padding: 20px 0 0 !important;
  text-align: center !important;
  font-size: 14px;
  font-weight: bold;
  color: #222 !important;
}

/* line 296, ../content.scss */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0 !important;
}

/* line 304, ../content.scss */
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
/* line 308, ../content.scss */
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
/* line 313, ../content.scss */
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
/* line 317, ../content.scss */
.box .box-body .table {
  margin-bottom: 0;
}
/* line 320, ../content.scss */
.box .box-body .full-width-chart {
  margin: -19px;
}
/* line 323, ../content.scss */
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
/* line 327, ../content.scss */
.box .box-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #fff;
}
/* line 344, ../content.scss */
.box.box-solid {
  border-top: 0px;
}
/* line 346, ../content.scss */
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
/* line 349, ../content.scss */
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
/* line 353, ../content.scss */
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
/* line 357, ../content.scss */
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #0090D9;
  background-color: #0090D9;
}
/* line 361, ../content.scss */
.box.box-solid.box-info > .box-header a {
  color: #444;
}
/* line 365, ../content.scss */
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
/* line 369, ../content.scss */
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
/* line 373, ../content.scss */
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
/* line 377, ../content.scss */
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
/* line 381, ../content.scss */
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #0AA699;
  background-color: #0AA699;
}
/* line 385, ../content.scss */
.box.box-solid.box-success > .box-header a {
  color: #444;
}
/* line 389, ../content.scss */
.box.box-solid > .box-header > .box-tools > .btn {
  border: 0;
  box-shadow: none;
}
/* line 393, ../content.scss */
.box.box-solid.collapsed-box .box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 398, ../content.scss */
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
/* line 402, ../content.scss */
.box .box-group > .box {
  margin-bottom: 5px;
}
/* line 405, ../content.scss */
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
/* line 412, ../content.scss */
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
/* line 416, ../content.scss */
.box .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
/* line 425, ../content.scss */
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
/* line 428, ../content.scss */
.box .todo-list > li.danger {
  border-left-color: #f56954;
}
/* line 431, ../content.scss */
.box .todo-list > li.warning {
  border-left-color: #f39c12;
}
/* line 434, ../content.scss */
.box .todo-list > li.info {
  border-left-color: #0090D9;
}
/* line 437, ../content.scss */
.box .todo-list > li.success {
  border-left-color: #0AA699;
}
/* line 440, ../content.scss */
.box .todo-list > li.primary {
  border-left-color: #3c8dbc;
}
/* line 443, ../content.scss */
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
/* line 446, ../content.scss */
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
/* line 451, ../content.scss */
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
/* line 455, ../content.scss */
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
/* line 460, ../content.scss */
.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
/* line 468, ../content.scss */
.box .todo-list > li:hover .tools {
  display: inline-block;
}
/* line 471, ../content.scss */
.box .todo-list > li.done {
  color: #999;
}
/* line 473, ../content.scss */
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
/* line 477, ../content.scss */
.box .todo-list > li.done .label {
  background: #eaeaec !important;
}
/* line 482, ../content.scss */
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* line 488, ../content.scss */
.box .chat {
  padding: 5px 20px 5px 10px;
}
/* line 490, ../content.scss */
.box .chat .item {
  margin-bottom: 10px;
}
/* line 492, ../content.scss */
.box .chat .item:before {
  display: table;
  content: " ";
}
/* line 496, ../content.scss */
.box .chat .item:after {
  display: table;
  content: " ";
  clear: both;
}
/* line 502, ../content.scss */
.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
/* line 509, ../content.scss */
.box .chat .item > img.online {
  border: 2px solid #0AA699;
}
/* line 512, ../content.scss */
.box .chat .item > img.offline {
  border: 2px solid #f56954;
}
/* line 516, ../content.scss */
.box .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
/* line 519, ../content.scss */
.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
/* line 524, ../content.scss */
.box .chat .item > .attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
/* line 533, ../content.scss */
.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
/* line 538, ../content.scss */
.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
/* line 546, ../content.scss */
.box .chat .item > .attachment:before {
  display: table;
  content: " ";
}
/* line 550, ../content.scss */
.box .chat .item > .attachment:after {
  display: table;
  content: " ";
  clear: both;
}
/* line 560, ../content.scss */
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 568, ../content.scss */
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
/* line 571, ../content.scss */
.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
/* line 575, ../content.scss */
.box > .loading-img {
  z-index: 1020;
  background: transparent url("../img/ajax-loader1.gif") 50% 50% no-repeat;
}

/* line 582, ../content.scss */
#paper-bg {
  background: #fff;
  min-height: 1040px;
  margin: 0 0 -35px;
  padding: 0 15px 85px;
  position: relative;
  border-right: 1px solid #eee;
}
/* line 589, ../content.scss */
#paper-bg:before {
  background: red;
  position: absolute;
  display: block;
  height: 100%;
  width: 200px;
  top: 0;
  left: 0;
}

/* line 600, ../content.scss */
.wrap-fluid {
  padding: 20px;
  width: 100%;
}

/* line 605, ../content.scss */
.wrap-sidebar-content {
  background: #3E4E68;
}

/* line 609, ../content.scss */
.form_center {
  margin: 0 auto;
  width: 70%;
}

/* line 614, ../content.scss */
.top-val {
  margin-bottom: 20px;
}

/* line 618, ../content.scss */
.put-dash {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* line 622, ../content.scss */
.header-icon {
  height: 35px;
  width: 20px;
  float: left;
  margin: 2px 0 0 20px;
  text-align: center;
  padding: 5px 0 0;
  line-height: 25px;
}
/* line 630, ../content.scss */
.header-icon i {
  font-size: 12px;
  color: #808CA0 !important;
}

/* line 636, ../content.scss */
.tittle-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #fff;
  display: none;
  height: 40px;
  padding: 15px 0 0;
}

/* line 644, ../content.scss */
.tittle-content-header {
  color: #f79365 !important;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 0 4px;
  text-transform: uppercase;
  padding: 0 15px;
}
/* line 652, ../content.scss */
.tittle-content-header small {
  text-transform: none;
  margin: 0 0 0 5px;
  color: #222;
}
/* line 657, ../content.scss */
.tittle-content-header > span > i {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 663, ../content.scss */
.tittle-content-header span {
  border-left: 1px solid #CCCCCC;
  margin-left: 0;
  padding-left: 10px;
}

/* line 670, ../content.scss */
.subtitle-header {
  font-size: 12px;
  text-transform: capitalize;
  color: #87909e !important;
  margin: 0 0 0 15px;
}

/* line 677, ../content.scss */
.sub-board {
  position: relative;
  background: #E8EBF0;
  height: 50px;
  border-bottom: 1px solid #E3E7EB;
  border-top: 3px solid #E3E7EB;
  padding-top: 3px;
}
/* line 684, ../content.scss */
.sub-board h4 {
  font-size: 12px;
  color: #87909e;
  padding: 0 15px;
}
/* line 689, ../content.scss */
.sub-board ul {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 696, ../content.scss */
.date-top li {
  font-size: 12px;
  color: #87909e;
  position: relative;
  top: -20px;
}

/*
FOOTER
*/
/* line 708, ../content.scss */
footer {
  background: #fff;
  margin: 0 -15px;
  border-top: 1px solid #eee;
  position: absolute;
  width: 100%;
  bottom: 35px;
}

/* line 717, ../content.scss */
#footer {
  font-size: 12px;
  height: 45px;
  width: 100%;
  z-index: 0;
  line-height: 45px;
  margin: 0 0px 0 0;
  padding: 0 30px 0 0px;
  color: rgba(98, 113, 155, 0.7);
  text-align: right;
}
/* line 727, ../content.scss */
#footer a {
  color: rgba(98, 113, 155, 0.9) !important;
}
/* line 730, ../content.scss */
#footer ul {
  float: right;
  margin: 0 15px;
  text-decoration: none;
}
/* line 734, ../content.scss */
#footer ul li {
  color: #92CD18;
  display: inline-block;
  font-size: 18px !important;
  padding: 0;
  text-decoration: none;
}

/* line 744, ../content.scss */
.copyright {
  bottom: 0;
  color: #666666;
  float: right;
  font-size: 12px !important;
  padding: 0 15px;
  position: relative;
}

/* line 753, ../content.scss */
.devider-footer {
  border-left: 1px solid #d2dae1;
  float: right;
  height: 40px;
  margin-top: -10px;
  width: 4px;
}

/* line 761, ../content.scss */
.devider-left {
  border-left: 1px solid #DDDDDD;
  float: left;
  height: 50px;
  width: 4px;
}

/* Off Canvas settings */
/* line 3, ../off-canvas.scss */
.off-canvas.position-right {
  border-left: 1px solid #ddd;
}

/* line 7, ../off-canvas.scss */
.nav.navbar-stacked {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 12, ../off-canvas.scss */
.nav.navbar-stacked li {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 15px 10px 15px 35px;
  border-bottom: 1px solid #eee;
  position: relative;
}
/* line 16, ../off-canvas.scss */
.nav.navbar-stacked li a {
  padding: 10px 0 !important;
  color: #555 !important;
  text-indent: -40px;
  margin-left: 25px;
  display: block;
}
/* line 22, ../off-canvas.scss */
.nav.navbar-stacked li a span {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 8px;
}
/* line 31, ../off-canvas.scss */
.nav.navbar-stacked li a i {
  color: #ccc;
  font-size: 10px !important;
  position: relative;
  left: -5px;
}
/* line 37, ../off-canvas.scss */
.nav.navbar-stacked li a small {
  text-align: right;
  background: #fff;
  color: #ccc;
  border: 1px solid #ddd;
  padding: 3px 7px;
  border-radius: 15px;
  margin: 0 0 0 7px;
  font-size: 10px;
}
/* line 47, ../off-canvas.scss */
.nav.navbar-stacked li a img {
  width: 95%;
  padding: 0;
  border-radius: 4px;
  margin: 10px 0;
}
/* line 57, ../off-canvas.scss */
.nav.navbar-stacked.sidebar-right-content {
  padding-bottom: 150px;
}
