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

Project:    Edumix Foundation Dashboard Template
Version:    1.2
Last change:    11/03/2014 [fixed Float bug, vf]
Author:matirasa
-------------------------------------------------------------------*/
@import url(https://designerwardrobe.co.nz/css/entypo.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
[class*="entypo-"]:before {
  font-family: "entypo", sans-serif; }

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: "FontAwesome", sans-serif; }
.move-warning{
	background-color: #e8390d;
	color: #fff;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  padding: 0;
  font-size: 13px !important;
  color: #888 !important;
  transition: opacity 200ms ease;
}
body.pace-running {
  pointer-events: none;
  opacity: 0.7;
}
body.pace-done {
  pointer-events: all;
  opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold; }

p {
  font-size: 14px !important; }

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; }

ul, ol, dl {
  font-size: 13px; }

/*
Preloader
 */
#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 */ }

#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/puff.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 */ }

.slide-out-div {
  padding: 20px 5px;
  width: 60px;
  background: #fff;
  position: relative;
  z-index: 9999; }

.handle {
  background: #0D0C0E;
  color: #fff;
  width: 40px;
  height: 50px;
  text-align: center;
  display: block;
  left: -36px !important; }

/*
Value Master
 */
.fixed-nest {
  position: fixed !important; }

.no-pad {
  padding: 0px !important; }

.pad {
  padding: 10px !important; }

.pad-twenty {
  padding: 20px !important; }

.pad-forty {
  padding: 40px !important; }

.margin {
  margin: 10px !important; }

.margin-center {
  margin: 10px 0; }

.margin-left {
  margin: 0 40px 0 0; }

.padding-content {
  padding: 0 15%; }

.height-tiny {
  height: 8px !important; }

.radius {
  border-radius: 3px !important; }

.inline {
  display: inline;
  width: auto; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

/*
Master Background Color
 */
.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; }
.bg-light-grey {
  background: #f9f9f9 !important;
}
.bg-white {
  background: #fff !important; }

.bg-gray {
  background: #777 !important; }

.bg-gray-blue {
  background: #EEF1F7 !important; }

.bg-black {
  background: #222A38 !important; }

.bg-black-solid {
  background: #000000 !important; }

.bg-red {
  background: #F20556 !important; }

.bg-yellow {
  background: #f39c12 !important; }

.bg-aqua {
  background-color: #0ABAEF !important; }

.bg-blue {
  background-color: #5C9DF5 !important; }

.bg-light-blue {
  background-color: #3c8dbc !important; }

.bg-dark-blue {
  background-color: #0F5593 !important; }

.bg-green {
  background-color: #92CD18 !important; }

.bg-light-green {
  background-color: #45B6B0 !important; }

.bg-navy {
  background-color: #001f3f !important; }

.bg-teal {
  background-color: #B5AB8A !important; }

.bg-olive {
  background-color: #3d9970 !important; }

.bg-lime {
  background-color: #01ff70 !important; }

.bg-orange {
  background-color: #FF884D !important; }

.bg-red-orange {
  background-color: #e83922 !important; }

.bg-fuchsia {
  background-color: #f012be !important; }

.bg-purple {
  background-color: #932ab6 !important; }

.bg-maroon {
  background-color: #85144b !important; }

.bg-transparent {
  background: transparent !important; }

.bg-opacity {
  background: rgba(0, 0, 0, 0.5) !important; }

.bg-opacity-one {
  background: rgba(0, 0, 0, 0.3) !important; }

.bg-opacity-white {
  background: rgba(255, 255, 255, 0.5) !important; }

.bg-opacity-white-btn {
  background: rgba(255, 255, 255, 0.2) !important; }

.bg-opacity-white-btn:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  color: white !important; }

.border-gray {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; }

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

.text-black {
  color: #222A38 !important; }

.text-red {
  color: #F20556 !important; }

.text-gray {
  color: #777 !important; }

.text-amber {
  color: #ffffff !important; }

.text-yellow {
  color: #f39c12 !important; }

.text-aqua {
  color: #0ABAEF !important; }

.text-blue {
  color: #5C9DF5 !important; }

.text-dark-blue {
  color: #0F5593 !important; }

.text-light-blue {
  color: #3c8dbc !important; }

.text-green {
  color: #92CD18 !important; }

.text-navy {
  color: #B7C1D3 !important; }

.text-teal {
  color: #39cccc !important; }

.text-olive {
  color: #3d9970 !important; }

.text-lime {
  color: #01ff70 !important; }

.text-orange {
  color: #FF884D !important; }

.text-fuchsia {
  color: #f012be !important; }

.text-purple {
  color: #932ab6 !important; }

.text-maroon {
  color: #85144b !important; }

.text-white {
  color: #ffffff !important; }

.border-green {
  border-color: #37A8AF !important; }

.border-blue {
  border-color: #3E739D !important; }

.border-aqua {
  border-color: #0090D9 !important; }

.text-opacity {
  color: rgba(255, 255, 255, 0.7) !important; }

/*
Hide elements by display none only
*/
.hide {
  display: none !important; }

/* Remove borders */
.no-border {
  border: 0px !important; }

/* Remove padding */
.no-padding {
  padding: 0px !important; }

/* Remove margins */
.no-margin {
  margin: 0px !important; }

/* Remove box shadow */
.no-shadow {
  box-shadow: none !important; }

.border {
  border-bottom: 1px !important; }

.star {
  color: red !important; }

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

.font-uppercase {
  text-transform: uppercase !important; }

.font-medium {
  font-size: 14px !important; }

/*
Foundation Coustom
 */
.row {
  max-width: none !important;
  margin-bottom: 5px; }
  .row.display {
    background: #eee;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 2em;
    margin-left: 0 !important;
    margin-right: 0 !important; }

.top-bar-nest {
  float: right;
  min-height: 73px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 14px 14px 13px;
  margin: 0 -15px; }

.top-bar {
  margin: 0 -15px;
  background: #fff; }

.top-bar-section ul li {
  background: #EEF1F7; }

.top-bar.expanded .title-area {
  background: transparent; }

.breadcrumbs {
  padding: 1.1625rem 0.875rem 1.7625rem 3em;
  border-width: 0;
  border-bottom: 1px solid #eee;
  height: 73px;
  background: #F9F9F9;
  margin-left: -15px;
  padding: 2rem;
  border-radius: 0 !important; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 12px;
    line-height: 0.6875em;
    text-transform: capitalize !important;
    color: #8c92a3; }
    .breadcrumbs > * a {
      color: #8c92a3; }
    .breadcrumbs > *:before {
      content: "\e015";
      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; }

.breadcrumbs-fixed {
  padding-top: 95px; }

.slim_scroll {
  margin-top: 5px; }

.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; }
  .dropdown-nest li a {
    font-family: "Open Sans", sans-serif !important;
    background: #fff !important;
    display: block;
    height: 60px;
    line-height: 60px !important;
    color: #8c92a3 !important; }
    .dropdown-nest li a div {
      border: 2px solid rgba(140, 146, 163, 0.3);
      background: transparent !important;
      color: #8c92a3;
      font-size: 12px;
      border-radius: 15px;
      float: right;
      top: 15px; }
  .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; }
  .dropdown-nest li a h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0;
    font-weight: bold;
    color: #8c92a3; }
  .dropdown-nest li a h4 {
    font-size: 13px;
    margin: 0;
    padding: 17px 0 0;
    font-weight: normal;
    color: #8c92a3; }
  .dropdown-nest li a p {
    font-size: 12px !important;
    margin: 0;
    padding: 0 0 10px;
    color: #8c92a3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02); }
  .dropdown-nest li a span {
    font-size: 11px;
    float: right;
    font-weight: 100; }
    .dropdown-nest li a span small {
      font-size: 10px;
      margin-left: 5px;
      color: #8c92a3; }

.top-dropdown-nest {
  height: 49px !important;
  position: absolute;
  line-height: 49px;
  font-size: 13px;
  padding: 0 20px;
  top: 0px; }
  .top-dropdown-nest:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #EEF1F7 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -9px;
    left: 5px; }

.profile-dropdown {
  width: 100px !important;
  min-width: 200px !important;
  padding-top: 1px !important;
}
.profile-dropdown li a {
  background: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px !important;
  color: #8c92a3 !important;
}
/* CSS for header noti dropdown */
.noti-dropdown {
  width: 350px !important;
  min-width: 200px !important;
  padding-top: 1px !important;
}
.noti-dropdown li a {
  color: #8c92a3 !important;
}
.noti-dropdown li.admin-noti-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.noti-dropdown li.admin-noti-item:last-child {
  border-bottom: none;
}
.noti-dropdown li.admin-noti-item a {
  padding: 0 !important;
  height: auto !important;
  line-height: normal !important;
  white-space: normal;
  background-color: transparent !important;
}
.noti-dropdown li.admin-noti-item .admin-noti-image {
  width: 50px;
}
.noti-dropdown li.admin-noti-item .admin-noti-info {
  flex: 1;
  padding-left: 15px;
}
.noti-dropdown li.admin-noti-item .admin-noti-info p {
  margin: 0;
  font-size: 14px;
}

.pull-right {
  float: right; }
  .pull-right > *:before {
    content: "" !important; }
  .pull-right li {
    color: red; }

.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; }

.edumix-msg-noft {
  background: #fff;
  border: 2px solid #92cd10;
  color: #666 !important;
  height: 30px;
  width: 30px;
  line-height: 19px;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 50%; }

.edumix-noft {
  background: #fff;
  border: 2px solid #5C9DF5;
  color: #666 !important;
  height: 30px;
  width: 30px;
  line-height: 19px;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 50%; }

.search-menu {
  background: #2a394f;
  width: 100%;
  display: block;
  height: 55px;
  margin: -10px 0 10px 0; }

.has-form-transparent, .transparent {
  background: transparent !important; }

.input-top {
  background: #F9F9F9 !important;
  border-color: #F9F9F9 !important;
  padding: 0 0 0 40px !important;
  border-radius: 4px !important; }

.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; }

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; }

.right-off-canvas-menu {
  background: #202228; }

.move-left .exit-off-canvas {
  box-shadow: none; }

ul.off-canvas-list li label {
  border-top: 1px solid transparent; }

.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%; }

.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 */ }

.alert-box {
  border-color: transparent; }

button.small, .button.small {
  font-size: 14px !important; }

span.error, small.error, .error small.error {
  background: #F20556; }

[data-abide] .error small.error, [data-abide] .error span.error {
  background: #F20556; }
[data-abide] span.error, [data-abide] small.error {
  background: #F20556; }
input.input-top {
  height: 2.4em;
}
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; }

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; }

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; }

textarea:focus {
  box-shadow: none;
  border-color: #999999; }

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; }

textarea:focus {
  background: #f8f8f8;
  border-color: #999999;
  outline: none; }

label {
  font-size: 13px; }

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

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

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

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

.logo-text {
  color: #808CA0 !important;
  font-size: 21px;
  position: relative;
  top: -8px !important;
  left: 57px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px; }
  .logo-text:hover {
    text-decoration: none;
    color: #fff; }
  .logo-text small {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 0 11px;
    color: #eee !important; }

.news-list li strong {
  margin: 0 5px; }

.noft-btn {
  position: relative;
  left: 60px; }
  .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; }
    .noft-btn li p {
      float: left; }

.admin-pic {
  /* border: 2px solid rgba(0, 0, 0, 0.1); */
  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: 30px;
  margin-left: 15px !important;
  margin-right: 10px !important;
  margin-top: 7px !important;
  width: 30px;
  border-radius: 50%; }

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

/*
Search Style
 */
.dark {
  position: absolute;
  top: -7px;
  left: -28px;
  z-index: 999; }
  .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: 16px;
    left: 33px;
    color: #8c92a3; }
  .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; }

.search {
  padding: 6px 15px 6px 15px;
  width: 60%;
  margin-top: -5px; }

.nav > li > a {
  font-size: 13px !important; }
  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important; }
.nav .open > a {
  background-color: transparent !important; }
  .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important; }

/*
Page Container
 */
#page-container {
  background: #e6e7e8;
  overflow: hidden; }

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; }
  ol.breadcrumb.newcrumb li a {
    color: #808CA0 !important;
    padding: 0;
    text-transform: capitalize; }
    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; }

.breadcrumb > li + li:before {
  content: "εó┤" !important;
  padding: 0 5px;
  font-family: "typicons";
  font-style: normal;
  font-weight: normal;
  color: #8A98B3;
  margin: 0 2px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666; }
.vuetable td, .vuetable th {
  text-align: center;
}
.vuetable-actions button {
  width: 90%;
  margin-bottom: 3px;
  font-size: 0.875rem;
}
/* 
Dropdown menus
*/
.dropdown-menu > li > a {
  color: #888 !important; }
  .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
    margin-right: 10px; }

.dropdown-setting > li > a {
  font-size: 12px !important; }

.dropdown-menu > li > a:hover {
  background-color: #92CD18;
  color: #fff !important; }

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

.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; }
  .drop-btn:hover {
    opacity: 0.9; }

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

.task-list-item {
  margin: 0 0 0 10px;
  color: #808CA0 !important; }
  .task-list-item h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0; }
    .task-list-item h2 span {
      float: right; }
      .task-list-item h2 span small {
        color: #808CA0;
        font-size: 11px;
        margin: 0 10px 0 5px; }
  .task-list-item h1 {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    font-style: italic; }
  .task-list-item p {
    font-size: 12px;
    font-weight: 100;
    color: #808CA0; }

/* 
Sidebar Menu
*/
.profile {
  background: #fff;
  width: 100%;
  position: relative;
  top: -13px;
  left: 0;
  height: 75px;
  font-size: 13px;
  margin: 0;
  padding: 0;
  z-index: 99; }
  .profile img {
    display: block;
    margin: auto;
  }
  .profile img.logo {
    padding-top: 27px;
  }
  .profile img.symbol {
    padding-top: 15px;
  }
  .profile h3 {
    color: white;
    opacity: 0.9;
    position: relative;
    top: 25px;
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 18px;
    left: 15px; }
  .profile span {
    position: relative;
    left: 12px;
    top: 30px;
    color: #fff; }
  .profile i {
    color: #fff;
    float: right;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    top: 13px;
    right: 25px;
    font-weight: normal; }

#skin-select h3, #skin-select h4 {
  font-family: "Montserrat", sans-serif; }

.fixed-nest-sidebar div {
  padding: 15px 0 0 0;
  margin: -15px 0 0 0; }

#skin-select {
  position: absolute;
  top: 10px;
  width: 250px;
  left: 0;
  z-index: 1000;
}
  #skin-select #toggle {
    background: #fff;
    color: #eee;
    border: 1px solid #eee;
    border-left: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -25px;
    text-align: left;
    top: 14px;
    width: 25px;
    font-size: 13px;
    z-index: 999;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0 4px 4px 0; }
    #skin-select #toggle:hover {
      color: #ccc;
    }
    #skin-select #toggle.active {
      cursor: pointer;
      display: block;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: -25px;
      text-align: left;
      top: 14px;
      width: 25px;
      font-size: 13px;
      z-index: 1;
      font-style: normal;
      text-decoration: none;
      font-weight: normal;
      border-radius: 0 4px 4px 0; }
  #skin-select li span {
    left: 1px;
    font-weight: 700 !important;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }

.edumix-bar-title {
  font-weight: 700 !important;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase !important; }
  .edumix-bar-title:hover {
    color: transparent !important; }

.menu-hide span {
  color: red; }

#skin-select li ul li {
  line-height: 20px; }
#skin-select li b {
  position: relative;
  top: 8px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.1);
  padding: 0 20px 0 0; }
#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%; }
#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; }

.skin-part {
  padding: 0;
  position: relative;
  top: 0; }
  .skin-part h3 {
    text-shadow: none;
    margin-bottom: 10px; }
    .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; }
    .skin-part h3 small {
      margin-left: 6px;
      color: #fff;
      letter-spacing: 2px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 2px 6px;
      border-radius: 15px;
      position: relative;
      top: -3px; }
  .skin-part h4 {
    font-size: 1em;
    margin: 7px 0 !important; }

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

.devider-title h3 {
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 15px; }

#menu-showhide {
  margin: -10px 0 0;
  position: relative;
  z-index: 0; }

#menu-select {
  background-color: #eee;
  padding: 0 0 0 40px;
  position: relative; }
  #menu-select:before {
    content: "";
    width: 3px;
    /*   background: $logo-bg-color; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.side-dash {
  margin: 10px;
  padding: 0 10px 0 0; }
  .side-dash h3 {
    color: #FFFFFF !important;
    font-size: 12px;
    margin-bottom: 10px !important;
    padding: 0; }
    .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; }

.side-dashh-list, .side-bar-list {
  margin-bottom: 25px;
  margin-left: -30px;
  width: 195px; }

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

.side-dashh-list span {
  float: right !important;
  padding-right: 15px; }
  .side-dashh-list span i {
    left: 0 !important;
    margin-left: 8px; }

.side-bar-list li {
  font-size: 12px !important;
  line-height: 4em !important; }

.linebar, .linebar2, .linebar3 {
  float: right;
  margin-right: 10px; }

.scroll {
  float: left;
  width: 21%;
  padding: 0;
  margin-left: 4%;
  margin-top: 40px; }

.topnav {
  padding: 40px 28px 25px 0; }

img.icon-menu {
  margin-left: 10px;
  margin-right: 3px;
  margin-top: 3px; }

ul.topnav {
  border-top: 1px solid #eee;
  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); }
  ul.topnav li a {
    color: #222 !important;
    font-weight: bold;
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 32px;
    list-style: none outside none;
    padding: 0 10px 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s; }
    ul.topnav li a:hover {
      background: red; }

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

.bottom-list-menu {
  margin: 0;
  border-top: 1px solid #222;
  padding: 20px 0 0 20px; }
  .bottom-list-menu li {
    list-style: none;
    font-size: 12px;
    padding: 10px 0 10px 15px;
    color: #D5DAE6;
    cursor: pointer;
    word-spacing: 4px;
    letter-spacing: 0; }
    .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; }

.menucon-main {
  color: red !important; }

.noft-blue {
  background: #0d8add;
  float: right !important;
  padding: 0 5px !important;
  font-size: 10px;
  display: block !important;
  height: 20px;
  line-height: 20px;
  margin: 7px 30px 0 !important;
  border-radius: 4px; }

.side-menu-noft {
  /* height: 20px; */
  line-height: 14px;
  padding: 2px 8px;
  border-radius: 11px;
  margin: 0;
  position: absolute;
  left: 100px;
  top: 4px;
  font-size: 9px;
  /* width: 35px; */
  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 */
#menuwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #menuwrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50px;
    cursor: pointer; }
    #menuwrapper ul li:hover, #menuwrapper ul li.iehover {
      position: relative; }
    #menuwrapper ul li a {
      pointer-events: auto; }
    #menuwrapper ul li ul {
      position: absolute;
      display: none;
      left: -1000px; }
    #menuwrapper ul li:hover ul, #menuwrapper ul li.iehover ul {
      left: 49px;
      top: 0px;
      display: block;
      width: 190px;
      padding: 5px 0;
      background: #25272E; }
    #menuwrapper ul li ul li {
      /*background-color:#cae25a;*/ }
    #menuwrapper ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover {
      /*background-color:#b1b536;*/ }
    #menuwrapper ul li ul li a {
      color: #454444;
      display: inline-block;
      width: 210px;
      pointer-events: auto; }
      #menuwrapper ul li ul li a:hover {
        color: #000; }
    #menuwrapper ul li:hover ul li ul, #menuwrapper ul li.iehover ul li ul {
      position: absolute;
      display: none; }
    #menuwrapper ul li:hover ul li:hover ul, #menuwrapper ul li.iehover ul li.iehover ul {
      display: block;
      left: 150px;
      top: 0; }
    #menuwrapper ul li:hover ul li:hover ul li, #menuwrapper ul li.iehover ul li.iehover ul li {
      background: #86d3fa; }
    #menuwrapper ul li:hover ul li:hover ul li:hover, #menuwrapper ul li.iehover ul li.iehover ul li.iehover {
      background: #358ebc; }
    #menuwrapper ul li:hover ul li:hover ul li a, #menuwrapper ul li.iehover ul li.iehover ul li a {
      color: #ffffff; }

/* Clear float */
.clear {
  clear: both; }

ul.topnav li a:hover {
  background: #eee;
  text-shadow: none;
  position: relative; }
  ul.topnav li a:hover:before {
    content: "";
    background: #92cd18;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
ul.topnav ul {
  margin: 0;
  padding: 0;
  display: none;
  background: #e3e3e3;
  position: relative; }
  ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none outside none; }
    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; }
      ul.topnav ul li a:hover {
        background-color: transparent;
        color: #92cd18 !important; }
        ul.topnav ul li a:hover:before {
          content: "";
          background: transparent;
          width: 3px;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%; }
  ul.topnav ul ul li a {
    color: #444;
    padding-left: 40px;
    background: #c8c8c8;
    transition: all 0.2s ease 0s; }
    ul.topnav ul ul li a:hover {
      background-color: #D3CEB8;
      color: #0C7CBB; }
ul.topnav h4 {
  float: right !important;
  margin-top: -2px; }

/* 
        CONTENT
*/
/*
Boxes
*/
.box {
  position: relative;
  margin: 20px 0;
  width: 100%;
  background: #fff;
  /* #E9ECF3 */
  border-radius: 4px; }

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

.box.box-primary {
  border-top-color: #eaeaec; }
.box.box-info {
  border-top-color: #0ABAEF; }
.box.box-danger {
  border-top-color: #F20556; }
.box.box-warning {
  border-top-color: #FF884D; }
.box.box-success {
  border-top-color: #92CD18; }
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto; }
.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; }
  .box .box-header:before {
    display: table;
    content: " "; }
  .box .box-header:after {
    display: table;
    content: " ";
    clear: both; }
  .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: #8c92a3; }
  .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: #8c92a3; }
    .box .box-header .box-title i {
      height: 35px;
      width: 35px;
      /* background: $text-box-title; */
      display: block;
      text-align: center;
      line-height: 35px;
      color: #8c92a3;
      cursor: pointer;
      margin: 0 5px;
      position: relative;
      padding: 0;
      border-radius: 50%;
      float: left; }
    .box .box-header .box-title span {
      top: 5px;
      position: relative;
      left: 5px;
      color: #8c92a3;
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      font-weight: lighter; }
  .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: #8c92a3;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    padding: 0;
    border-radius: 50%;
    float: left; }
  .box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion {
    top: 5px;
    position: relative;
    left: 5px;
    color: #8c92a3;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: lighter; }
  .box .box-header a {
    color: #444; }
  .box .box-header > .box-tools {
    padding: 15px 15px 5px 5px; }

.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; }

.box .box-body {
  padding: 20px;
  color: #8c92a3; }
  .box .box-body p {
    font-size: 13px !important; }
  .box .box-body > table, .box .box-body > .table {
    margin-bottom: 0; }
  .box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden; }
  .box .box-body > .chart {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .box .box-body > .chart svg, .box .box-body > .chart canvas {
      width: 100% !important; }
  .box .box-body .fc {
    margin-top: 5px; }
  .box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #8c92a3;
    margin-left: 10px;
    font-weight: 300; }
  .box .box-body .fc-header-right {
    padding-right: 10px; }
  .box .box-body .fc-header-left {
    padding-left: 10px; }
  .box .box-body .fc-widget-header {
    background: #17335A;
    text-transform: uppercase;
    padding: 5px 0;
    color: #fff;
    width: 130px; }

.content-box {
  color: #8c92a3;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.6em; }

.fc-grid .fc-day-number {
  float: none !important;
  padding: 20px 0 0 !important;
  text-align: center !important;
  font-size: 14px;
  font-weight: bold;
  color: #8c92a3 !important; }

.fc-border-separate th, .fc-border-separate td {
  border-width: 0 !important; }

.box .box-body .fc-grid {
  width: 100%;
  border: 0; }
.box .box-body .fc-widget-header:first-of-type, .box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0; }
.box .box-body .fc-widget-header:last-of-type, .box .box-body .fc-widget-content:last-of-type {
  border-right: 0; }
.box .box-body .table {
  margin-bottom: 0; }
.box .box-body .full-width-chart {
  margin: -19px; }
.box .box-body.no-padding .full-width-chart {
  margin: -9px; }
.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; }
.box.box-solid {
  border-top: 0px; }
  .box.box-solid > .box-header .btn.btn-default {
    background: transparent; }
  .box.box-solid.box-primary > .box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc; }
    .box.box-solid.box-primary > .box-header a {
      color: #444; }
  .box.box-solid.box-info > .box-header {
    color: #fff;
    background: #0090D9;
    background-color: #0090D9; }
    .box.box-solid.box-info > .box-header a {
      color: #444; }
  .box.box-solid.box-danger > .box-header {
    color: #fff;
    background: #f56954;
    background-color: #f56954; }
    .box.box-solid.box-danger > .box-header a {
      color: #444; }
  .box.box-solid.box-warning > .box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12; }
    .box.box-solid.box-warning > .box-header a {
      color: #444; }
  .box.box-solid.box-success > .box-header {
    color: #fff;
    background: #0AA699;
    background-color: #0AA699; }
    .box.box-solid.box-success > .box-header a {
      color: #444; }
  .box.box-solid > .box-header > .box-tools > .btn {
    border: 0;
    box-shadow: none; }
  .box.box-solid.collapsed-box .box-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .box.box-solid[class*='bg'] > .box-header {
    color: #fff; }
.box .box-group > .box {
  margin-bottom: 5px; }
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em; }
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none; }
  .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; }
    .box .todo-list > li:last-of-type {
      margin-bottom: 0; }
    .box .todo-list > li.danger {
      border-left-color: #f56954; }
    .box .todo-list > li.warning {
      border-left-color: #f39c12; }
    .box .todo-list > li.info {
      border-left-color: #0090D9; }
    .box .todo-list > li.success {
      border-left-color: #0AA699; }
    .box .todo-list > li.primary {
      border-left-color: #3c8dbc; }
    .box .todo-list > li > input[type='checkbox'] {
      margin: 0 10px 0 5px; }
    .box .todo-list > li .text {
      display: inline-block;
      margin-left: 5px;
      font-weight: 600; }
    .box .todo-list > li .label {
      margin-left: 10px;
      font-size: 9px; }
    .box .todo-list > li .tools {
      display: none;
      float: right;
      color: #f56954; }
      .box .todo-list > li .tools > .fa, .box .todo-list > li .tools > .glyphicon, .box .todo-list > li .tools > .ion {
        margin-right: 5px;
        cursor: pointer; }
    .box .todo-list > li:hover .tools {
      display: inline-block; }
    .box .todo-list > li.done {
      color: #999; }
      .box .todo-list > li.done .text {
        text-decoration: line-through;
        font-weight: 500; }
      .box .todo-list > li.done .label {
        background: #eaeaec !important; }
  .box .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px; }
.box .chat {
  padding: 5px 20px 5px 10px; }
  .box .chat .item {
    margin-bottom: 10px; }
    .box .chat .item:before {
      display: table;
      content: " "; }
    .box .chat .item:after {
      display: table;
      content: " ";
      clear: both; }
    .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; }
      .box .chat .item > img.online {
        border: 2px solid #0AA699; }
      .box .chat .item > img.offline {
        border: 2px solid #f56954; }
    .box .chat .item > .message {
      margin-left: 55px;
      margin-top: -40px; }
      .box .chat .item > .message > .name {
        display: block;
        font-weight: 600; }
    .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; }
      .box .chat .item > .attachment > h4 {
        margin: 0 0 5px 0;
        font-weight: 600;
        font-size: 14px; }
      .box .chat .item > .attachment > p, .box .chat .item > .attachment > .filename {
        font-weight: 600;
        font-size: 13px;
        font-style: italic;
        margin: 0; }
      .box .chat .item > .attachment:before {
        display: table;
        content: " "; }
      .box .chat .item > .attachment:after {
        display: table;
        content: " ";
        clear: both; }
.box > .overlay, .box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7); }
  .box > .overlay.dark {
    background: rgba(0, 0, 0, 0.5); }
.box > .loading-img {
  z-index: 1020;
  background: transparent url("../img/ajax-loader1.gif") 50% 50% no-repeat; }

#paper-bg {
  background: #f5f5f5;
  min-height: 1040px;
  margin: -19px 0 -35px;
  padding: 0 15px 85px;
  position: relative; }
  #paper-bg:before {
    background: red;
    position: absolute;
    display: block;
    height: 100%;
    width: 200px;
    top: 0;
    left: 0; }

.wrap-fluid {
  padding: 20px;
  width: 100%;
  border-left: 1px solid #eee;
}

.wrap-sidebar-content {
  background: #3E4E68; }

.form_center {
  margin: 0 auto;
  width: 70%; }

.top-val {
  margin-bottom: 20px; }

.put-dash {
  background-color: rgba(0, 0, 0, 0.05) !important; }

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

.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; }

.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; }
  .tittle-content-header small {
    text-transform: none;
    margin: 0 0 0 5px;
    color: #8c92a3; }
  .tittle-content-header > span > i {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize; }
  .tittle-content-header span {
    border-left: 1px solid #CCCCCC;
    margin-left: 0;
    padding-left: 10px; }

.subtitle-header {
  font-size: 12px;
  text-transform: capitalize;
  color: #87909e !important;
  margin: 0 0 0 15px; }

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

.date-top li {
  font-size: 12px;
  color: #87909e;
  position: relative;
  top: -20px; }

/*
FOOTER
*/
footer {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 -15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: absolute;
  width: 100%;
  bottom: 35px; }

#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; }
  #footer a {
    color: #92CD18 !important; }
  #footer ul {
    float: right;
    margin: 0 15px;
    text-decoration: none; }
    #footer ul li {
      color: #92CD18;
      display: inline-block;
      font-size: 18px !important;
      padding: 0;
      text-decoration: none; }

.copyright {
  bottom: 0;
  color: #666666;
  float: right;
  font-size: 12px !important;
  padding: 0 15px;
  position: relative; }

.devider-footer {
  border-left: 1px solid #d2dae1;
  float: right;
  height: 40px;
  margin-top: -10px;
  width: 4px; }

.devider-left {
  border-left: 1px solid #DDDDDD;
  float: left;
  height: 50px;
  width: 4px; }

/*# sourceMappingURL=theme.css.map */

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

/* CSS for header noti */
#admin-noti-btn .fa-bell {
  font-size: 18px;
}

#admin-noti-btn #admin-noti-count {
  display: inline;
  font-size: 12px;
  background-color: #f04124;
  border-radius: 12px;
  padding: 1px;
  color: #f04124;
  margin-left: -10px;
}

#admin-noti-btn #admin-noti-count.dirty {
  display: none;
}

/* CSS for bottom noti */
.admin-bottom-noti {
  position: fixed;
  bottom: 72px;
  left: 16px;
  z-index: 1000;
  right: 16px;
}

@media (min-width: 981px) {
  .admin-bottom-noti {
    width: 237px;
    bottom: 16px;
    right: 0;
  }
}

.admin-bottom-noti .admin-bottom-noti-item {
  cursor: pointer;
  position: relative;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 2px solid rgba(0,0,0,.06);
  padding: 20px;
  color: black;
  display: flex;
  font-size: 14px;
}

.admin-bottom-noti .admin-bottom-noti-item .admin-bottom-noti-item-icon {
  margin-right: 10px;
}

.admin-bottom-noti .admin-bottom-noti-item .admin-bottom-noti-item-x {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 3px;
  color: lightgray;
}

.admin-bottom-noti .admin-bottom-noti-item .admin-bottom-noti-item-x:hover {
  color: black;
}

.admin-bottom-noti .admin-bottom-noti-item .admin-bottom-noti-item-message a {
  color: #6f6f6f
}

.admin-bottom-noti .admin-bottom-noti-item .admin-bottom-noti-item-message a:hover {
  text-decoration: none;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F9F9F9;
  border-bottom: 1px solid #eee;
}

.admin-header .breadcrumbs {
  margin-bottom: 0;
  border-bottom: none;
}

.admin-header .top-bar-nest {
  float: unset;
  border-bottom: none;
}

.admin-header .admin-header-search {
  flex: 1 1 auto;
  margin: 0 50px;
  display: flex;
  align-items: center;
}

.admin-header .admin-header-search .admin-header-search-types {
  width: 100px;
  height: 56px;
  background-color: #fff;
  border-right: none !important;
  border: 1px solid #e8e8e8;
  padding: 8px;
  margin-bottom: 0;
}

.admin-header .admin-header-search .admin-header-search-buttons button {
  padding: 18px 20px;
  margin-bottom: 0px;
}

.admin-header .admin-user-search, .admin-header .admin-order-search {
  width: 100%;
}

.admin-header .admin-user-search input, .admin-header .admin-order-search input {
  height: 56px;
  margin-bottom: 0;
  border: 1px solid #e8e8e8;
  font-size: 14px;
}

.multiselect:not(.multiselect--active) .multiselect__input {
  border: none;
}

/* Style for pagination component */
.ui.right.floated.pagination.menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  float: none !important;
  border: none;
  box-shadow: none;
  background: transparent;
}

.ui.pagination.menu .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 4px;
  background: #f5f5f5;
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
}

.ui.pagination.menu .item:hover:not(.disabled):not(.active) {
  background: #e8e8e8;
  border-color: #bbb;
}

.ui.pagination.menu .item.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: 600;
}

.ui.pagination.menu .item.active.large {
  background: #007bff;
  color: #fff;
}

.ui.pagination.menu .item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f5f5f5;
}

.ui.pagination.menu .item.disabled:hover {
  background: #f5f5f5;
  border-color: #ddd;
}

.ui.pagination.menu .item.btn-nav {
  background: #fff;
  border: 1px solid #ddd;
}

.ui.pagination.menu .item.btn-nav:hover:not(.disabled) {
  background: #f5f5f5;
  border-color: #bbb;
}

.ui.pagination.menu .item i.icon {
  margin: 0;
  font-size: 14px;
}


/* Map Semantic UI icons sang FontAwesome cho pagination */
.ui.pagination.menu .item i.icon.angle.double.left:before,
.ui.pagination.menu .item i.icon.angle.double.left.icon:before {
  content: "\f100"; /* fa-angle-double-left */
  font-family: FontAwesome;
}

.ui.pagination.menu .item i.icon.left.chevron:before,
.ui.pagination.menu .item i.icon.left.chevron.icon:before {
  content: "\f104"; /* fa-angle-left */
  font-family: FontAwesome;
}

.ui.pagination.menu .item i.icon.right.chevron:before,
.ui.pagination.menu .item i.icon.right.chevron.icon:before {
  content: "\f105"; /* fa-angle-right */
  font-family: FontAwesome;
}

.ui.pagination.menu .item i.icon.angle.double.right:before,
.ui.pagination.menu .item i.icon.angle.double.right.icon:before {
  content: "\f101"; /* fa-angle-double-right */
  font-family: FontAwesome;
}

/* Đảm bảo icon hiển thị đúng */
.ui.pagination.menu .item i.icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 .slicknav_menu
}
.slicknav_menu a:hover {
    color: rgba(0, 0, 0, 0.5);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}
.slicknav_nav {
    clear: both
}
.slicknav_nav ul, .slicknav_nav li {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 3px 0 0 0.4em;
    float: right;
}
.slicknav_nav .slicknav_item {
    cursor: pointer;
}
.slicknav_nav .slicknav_row {
    display: block;
}
.slicknav_nav a {
    display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table;
}
.slicknav_menu:after {
    clear: both
}
/* IE6/7 support */

.slicknav_menu {
    *zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}
/* Button */

.slicknav_btn {
    margin: 6px 0 6px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    left: 5px;
    float: left;
}
.slicknav_btn:focus {
    color: #fff;
}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: 700!important;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}
.slicknav_menu {
    padding: 5px;
    width: 100%;
    position: relative;
    text-align: left;
}
.slicknav_nav {
    color: #fff;
    margin: 30px -5px;
    padding: 0;
    font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 35px;
}
.slicknav_nav ul li {
    margin: 0;
}
.slicknav_nav ul li a {
    text-transform: capitalize;
}
.slicknav_nav ul li a:hover {
    background: transparent;
    color: rgba(0, 0, 0, 0.5)!important;
}
.slicknav_nav .slicknav_row {
    /* padding: 5px 10px;
    margin: 2px 5px; */
}
.slicknav_nav a {
    padding: 10px 30px;
    margin: 0;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    text-transform: uppercase;
}
.slicknav_nav a span {
    margin: 0 0 0 10px;
}
.slicknav_nav a span small {
    top: -4px!important;
}
.slicknav_nav a i {
    font-size: 14px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}
.slicknav_nav .slicknav_row:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.slicknav_nav a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
/*responsive*/

.slicknav_menu {
    display: none;
}
@media screen and (max-width: 70em) {
    /* #menu is the original menu */
    
    .js .slicknav {
        display: none;
    }
    .js #skin-select {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
    #paper-bg {
        margin: 0!important;
    }
    .top-bar .name h1 a span {
        display: none;
    }
    .top-bar-nest {
        min-height: 0!important;
        background: transparent!important;
        display: block!important;
        padding: 0!important;
        margin: 0!important;
        position: relative!important;
        left: 0!important;
    }
    .breadcrumbs-fixed {
        padding-top: 20px!important;
    }
    .dropdown-nest {
        padding-top: 0!important;
        width: 100%!important;
    }
    .noft-blue {
        margin: 0;
    }
    .dropdown-nest li i.fa-bell, .dropdown-nest li i.fa-envelope {
        margin: -7px 0 -5px 0;
    }
    .top-bar .name h1 span {
        margin: 0 0 0 15px;
    }
    .admin-pic {
        border: 0px solid rgba(0, 0, 0, 0.1);
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        display: inline-block;
        float: none;
        height: 35px;
        margin: 0px 10px 0 0!important;
        width: 35px;
        border-radius: 50%;
    }
    .admin-pic-text {
        position: relative;
        top: 2px;
    }
    .dropdown-nest {
        padding-top: 43px!important;
        margin-top: 0px!important;
        position: relative!important;
        top: 0!important;
        border-right: 1px solid #EAECF0;
        border-bottom: 1px solid #EAECF0;
        border-left: 1px solid #EAECF0;
    }
    .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 5px 15px;
    }
    .top-bar-section .dropdown li.title h5 {
        font-size: 13px;
    }
    .top-bar .title-area {
        width: 100%;
    }
    .top-bar .title-area {
        position: relative;
        margin: 22px 0;
    }
    .dark:before {
        top: 8px;
    }
}

@media (max-width: 768px) {
    .slicknav_nav {
        color: #000;
    }

    .slicknav_menu .slicknav_menutxt {
        color: #000;
    }

    .slicknav_nav a {
        color: #000;
    }

    .slicknav-sm-hidden {
        display: none;
    }

    .top-bar-nest {
        display: none !important;
    }
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #03B2B4;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #03B2B4, 0 0 5px #03B2B4;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #03B2B4;
  border-left-color: #03B2B4;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

/*------------------------------------------------------------------
[Page Style Stylesheet]

Project:    Edumix Foundation Dashboard Template
Version:    1.2
Last change:    11/03/2014 [fixed Float bug, vf]
Author: matirasa
-------------------------------------------------------------------*/
/*
    Page: locked screen
*/

#time {
    color: #FFF;
    font-size: 34px;
    margin: 160px auto 30px auto;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    width: 200px;
    border-radius: 4px;
}
#time small {
    font-size: 18px!important;
    font-weight: 100;
}
.lockscreen-text {
    color: #fff !important;
    font-size: 21px;
    position: relative;
    top: -8px!important;
    /* font-family: 'Pacifico', cursive; */
    
    left: 57px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}
.lockscreen-name {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
/* We will put the dynamically generated digital clock here */

.lockscreen .headline {
    color: #fff;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    -webkit-font-smoothing: antialiased !important;
    opacity: 0.8;
    margin: 10px 0 30px 0;
    font-size: 90px;
}
@media screen and (max-width: 480px) {
    .lockscreen .headline {
        font-size: 60px;
        margin-bottom: 40px;
    }
}
/* User name [optional] */

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
/* Will contain the image and the sign in form */

.lockscreen-item {
    padding: 0;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto;
    width: 290px;
}
.lockscreen-item:before, .lockscreen-item:after {
    display: table;
    content: " ";
}
.lockscreen-item:after {
    clear: both;
}
/* 
User image 
*/

.lockscreen-item > .lockscreen-image {
    position: absolute;
    left: -10px;
    top: -30px;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}
.lockscreen-item > .lockscreen-image > img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* Contains the password input and the login button */

.lockscreen-item > .lockscreen-credentials {
    margin-left: 80px;
}
.lockscreen-item > .lockscreen-credentials input {
    border: 0 !important;
}
.lockscreen-item > .lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
}
/* Extra to give the user an option to navigate the website [optional]*/

.lockscreen-link {
    margin-top: 30px;
    text-align: center;
}
/*
Buttons
*/

.btn {
    font-weight: 500;
    border: 1px solid transparent;
    font-size: 13px;
    padding: 7px 10px;
}
.dropdown-menu>li>a {
    color: #888;
    font-size: 13px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125)!important;
}
.btn.btn-default {
    background-color: #ffffff;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default.hover {
    background-color: #fff!important;
}
.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}
.btn.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.hover {
    background-color: #367fa9;
}
.btn.btn-success {
    background-color: #0AA699;
    border-color: #0AA699;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success.hover {
    background-color: #2c9399;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #2c9399!important;
    border-color: #2c9399!important;
}
.btn.btn-info {
    background-color: #0090D9;
    border-color: #0090D9;
}
.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info.hover {
    background-color: #0181c1;
    border-color: #0181c1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #0181c1!important;
    border-color: #0181c1!important;
}
.btn.btn-danger {
    background-color: #f56954;
    border-color: #f56954;
}
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger.hover {
    background-color: #f4543c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #f4543c!important;
    border-color: #f4543c!important;
}
.btn.btn-warning {
    background-color: #f39c12;
    border-color: #f39c12;
}
.btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning.hover {
    background-color: #e08e0b;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #e08e0b!important;
    border-color: #e08e0b!important;
}
.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
    outline: none;
}
.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}
.btn.btn-file > input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}
.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}
.btn.btn-app > .fa, .btn.btn-app > .glyphicon, .btn.btn-app > .ion {
    font-size: 20px;
    display: block;
}
.btn.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}
.btn.btn-app:active, .btn.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}
.btn.btn-social-old {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    padding: 0;
}
.btn.btn-social-old > .fa {
    padding: 10px 0;
    width: 40px;
}
.btn.btn-social-old > .fa + span {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
    padding: 10px;
}
.btn.btn-social-old:hover {
    opacity: 1;
}
.btn.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*
Element
 */

h2.box-title {
    font-size: 13px;
    padding: 0 0 15px;
    margin: 45px 0 50px;
    border-bottom: 1px solid #eee;
    color: #888;
}
/*
Gmap
 */

.gmap3 {
    margin: 0 auto 10px auto;
    width: 100%;
    height: 300px;
}
/*
Icons
 */

.entypo li, .entypo-tooltip li {
    float: left;
    height: 10%;
    padding: 0.5em;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 10%;
    list-style: none;
    font-size: 20px;
    color: #363E49;
}
.entypo li:hover, .entypo-tooltip li:hover {
    color: #000;
    cursor: pointer;
}
.the-icons {
    line-height: 24px;
    color: #58719C !important;
}
.fontawesome-icon-list {
    color: #58719C !important;
}
.fontawesome-icon-list span {
    color: #888!important;
    font-size: 13px;
}
.switch {} .switch input {
    margin-right: 0.3em;
}
.codesOn .i-name {
    display: none;
}
.codesOn .i-code {
    display: inline;
}
.i-code {
    display: none;
}
.i-name {
    font-size: 13px;
    color: #777;
}
/*
Pricing Table
 */

.wrap-price-table {
    margin-top: 60px;
}
.plans {
    width: 836px;
    margin: 50px auto;
    overflow: hidden;
}
.plan {
    float: left;
    width: 100%;
    margin: 20px 2px;
    padding: 15px 25px;
    text-align: center;
    background: white;
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.plan-title {
    margin-bottom: 12px;
    font-size: 19px;
    color: #454545;
    text-transform: uppercase;
}
.plan-price {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 40px!important;
    font-weight: bold;
    color: #000;
}
.plan-unit {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}
.plan-features {
    width: 80%;
    margin: 20px auto 15px;
    padding: 15px 0 0 15px;
    border-top: 1px solid #e5ded6;
    text-align: left;
}
.plan-feature {
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    list-style: none;
}
.plan-feature + .plan-feature {
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    list-style: none;
}
.plan-feature-unit {
    margin-left: 2px;
    font-size: 16px;
}
.plan-feature-name {
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}
.plan-button {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #77ad03;
    /**/
    
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.plan-button:hover{
    color: #fff;
}
.plan-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
}
.plan-highlight {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.plan-highlight .plan-button {
    font-size: 18px;
    line-height: 49px;
    background: #92cd18;
    border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended {
    width: 100%;
    margin: -15px auto 15px;
    padding-bottom: 2px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    background: #92cd18;
    border-radius: 0 0 4px 4px;
}
.plan-circle {
    background: #17335A;
    margin: 0 auto;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    color: #fff!important;
}
.plan-circle h3 {
    color: #fff;
    padding: 35px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
.plan-circle p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px!important;
    font-weight: bold;
    color: #fff;
}
.plan-circle span {
    margin: 0;
}
.plan-circle-highlight {
    background: #1C5E98;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 80px;
    color: #fff!important;
}
.plan-circle-highlight h3 {
    color: #fff;
    padding: 35px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
.plan-circle-highlight p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px!important;
    font-weight: bold;
    color: #fff;
}
.plan-circle-highlight span {
    margin: 0;
}
/*
Timeline
 */

.timeline {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 2px;
    background: #d2dae1;
    left: 32px;
    border: 1px solid #eee;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: 20px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before, .timeline > li:after {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-item {
    margin-top: 25px;
    border: 0px solid #dfdfdf;
    background: #fff;
    color: #888;
    margin-left: 60px;
    margin-right: 0;
    padding: 0;
    position: relative;
    line-height: 1.6em;
    font-size: 13px;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #ddd;
    padding: 20px;
    font-size: 14px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header span {
    color: #fff;
    font-size: 13px;
    font-weight: bold
}
.timeline > li > .timeline-item > .timeline-header:before {
    content: "\f0d9";
    font-size: 60px;
    font-family: FontAwesome;
    position: absolute;
    left: -15px;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 5px 10px;
    margin: 0;
}
.timeline > li.time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #C2CBD1;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 45px;
    position: absolute;
    color: #fff;
    background: #c2cbd1;
    border-radius: 50%;
    text-align: center;
    left: -5px;
    top: 20px;
}
.timeline > li > h2 {
    font-size: 12px;
}
.timeline > li > span {
    color: #666;
    margin: 0;
    position: relative;
    left: 60px;
    top: 5px;
}
.timeline > li > span > small {
    background: none repeat scroll 0 0 #b1c2ca;
    border-radius: 3px;
    color: #fff;
    float: right;
    margin: 0;
    padding: 3px 5px;
    text-align: right;
    top: 0;
}
.timeline-body span {
    display: block;
}
.timeline-body span small {
    float: right;
}
.timeline-body p {
    color: #ffffff!important;
}
/*
404 & 500
 */

.edumix-not-found {
    text-align: center;
    margin: 50px auto 0 auto;
}
.edumix-not-found h1 {
    margin: 0;
    font-size: 60px;
}
.edumix-not-found i {
    font-size: 60px;
}
.edumix-not-found span {
    background: #454545;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    display: inline-table;
    padding: 0 10px;
    line-height: 35px;
    margin: 0 0 15px;
    border-radius: 3px;
}
section.page-error {
  margin: 100px auto;
  width: 380px;
  background: rgba(255,255,255,0.5);
  padding: 40px;
  border-radius: 4px;
}


.alert-panel {
    margin-bottom: 1.5em;
    line-height: 1.3em;
}
.alert-panel p, .alert-panel a, .alert-panel h1, .alert-panel h2, .alert-panel h3, .alert-panel h4, .alert-panel h5, .alert-panel h6 {
    margin-bottom: 0;
    margin-top: 0;
}
.alert-panel .button.secondary {
    background: #fff;
}
/* Alert panel title */

.alert-panel-title {
    background-color: #1688EC;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
    padding: 10px 34px 10px 20px;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
/* Alert panel close button */

.alert-panel.close {
    /* border-bottom: solid 1px #2284a1; */
    
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 15px;
    line-height: -4px;
    font-size: 0.8em;
    font-weight: bold;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
    background-color: #F20556;
    color: #fff;
}
.alert-panel.close:hover, .alert-panel.close:active {
    background-color: #2284a1;
    border-bottom: solid 1px #2284a1;
    border-left: solid 1px #2284a1;
    color: #cdebf5;
}
.alert-panel.secondary .alert-panel.close {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.4);
}
.alert-panel.secondary .alert-panel.close:hover, .alert-panel.secondary .alert-panel.close:active {
    background-color: #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
    border-left: solid 1px #c3c3c3;
    color: white;
}
.alert-panel.success .alert-panel.close {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.4);
}
.alert-panel.success .alert-panel.close:hover, .alert-panel.success .alert-panel.close:active {
    background-color: #457a1a;
    border-bottom: solid 1px #457a1a;
    border-left: solid 1px #457a1a;
    color: #c6eca7;
}
.alert-panel.alert .alert-panel.close {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.4);
}
.alert-panel.alert .alert-panel.close:hover, .alert-panel.alert .alert-panel.close:active {
    background-color: #970b0e;
    border-bottom: solid 1px #970b0e;
    border-left: solid 1px #970b0e;
    color: #f8a9aa;
}
/* Alert panel message area */

.alert-panel-message {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
    line-height: 1.3;
    margin: 0 0 30px;
    border-radius: 0 0 4px 4px;
}
.alert-panel.secondary .alert-panel-message {} .alert-panel.success .alert-panel-message {} .alert-panel.alert .alert-panel-message {}
/* Alert panel action area */

.alert-panel-action {
    background: #e3f4f9;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
    text-align: right;
    margin: 0 0 30px;
}
.alert-panel.secondary .alert-panel-action {
    background: #f6f6f6;
}
.alert-panel.success .alert-panel-action {
    background: #D7EDEC;
}
.alert-panel.alert .alert-panel-action {
    background: #fac0c2;
    border: solid 1px #ef3236;
}


@charset "UTF-8";

@font-face {
  font-family: "dripicons";
  src:url("../fonts/dripicons.eot");
  src:url("../fonts/dripicons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dripicons.ttf") format("truetype"),
    url("../fonts/dripicons.svg#dripicons") format("svg"),
    url("../fonts/dripicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dripicons";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dripicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
 
}


.icon-align-center:before {
  content: "\e000";
}

.icon-align-justify:before {
  content: "\e001";
}

.icon-align-left:before {
  content: "\e002";
}

.icon-align-right:before {
  content: "\e003";
}

.icon-arrow-down:before {
  content: "\e004";
}

.icon-arrow-left:before {
  content: "\e005";
}

.icon-arrow-thin-down:before {
  content: "\e006";
}

.icon-arrow-right:before {
  content: "\e007";
}

.icon-arrow-thin-left:before {
  content: "\e008";
}

.icon-arrow-thin-up:before {
  content: "\e009";
}

.icon-arrow-up:before {
  content: "\e010";
}

.icon-attachment:before {
  content: "\e011";
}

.icon-arrow-thin-right:before {
  content: "\e012";
}

.icon-code:before {
  content: "\e013";
}

.icon-cloud:before {
  content: "\e014";
}

.icon-chevron-right:before {
  content: "\e015";
}

.icon-chevron-up:before {
  content: "\e016";
}

.icon-chevron-down:before {
  content: "\e017";
}

.icon-chevron-left:before {
  content: "\e018";
}

.icon-camera:before {
  content: "\e019";
}

.icon-checkmark:before {
  content: "\e020";
}

.icon-calendar:before {
  content: "\e021";
}

.icon-clockwise:before {
  content: "\e022";
}

.icon-conversation:before {
  content: "\e023";
}

.icon-direction:before {
  content: "\e024";
}

.icon-cross:before {
  content: "\e025";
}

.icon-graph-line:before {
  content: "\e026";
}

.icon-gear:before {
  content: "\e027";
}

.icon-graph-bar:before {
  content: "\e028";
}

.icon-export:before {
  content: "\e029";
}

.icon-feed:before {
  content: "\e030";
}

.icon-folder:before {
  content: "\e031";
}

.icon-forward:before {
  content: "\e032";
}

.icon-folder-open:before {
  content: "\e033";
}

.icon-download:before {
  content: "\e034";
}

.icon-document-new:before {
  content: "\e035";
}

.icon-document-edit:before {
  content: "\e036";
}

.icon-document:before {
  content: "\e037";
}

.icon-gaming:before {
  content: "\e038";
}

.icon-graph-pie:before {
  content: "\e039";
}

.icon-heart:before {
  content: "\e040";
}

.icon-headset:before {
  content: "\e041";
}

.icon-help:before {
  content: "\e042";
}

.icon-information:before {
  content: "\e043";
}

.icon-loading:before {
  content: "\e044";
}

.icon-lock:before {
  content: "\e045";
}

.icon-location:before {
  content: "\e046";
}

.icon-lock-open:before {
  content: "\e047";
}

.icon-mail:before {
  content: "\e048";
}

.icon-map:before {
  content: "\e049";
}

.icon-media-loop:before {
  content: "\e050";
}

.icon-mobile-portrait:before {
  content: "\e051";
}

.icon-mobile-landscape:before {
  content: "\e052";
}

.icon-microphone:before {
  content: "\e053";
}

.icon-minus:before {
  content: "\e054";
}

.icon-message:before {
  content: "\e055";
}

.icon-menu:before {
  content: "\e056";
}

.icon-media-stop:before {
  content: "\e057";
}

.icon-media-shuffle:before {
  content: "\e058";
}

.icon-media-previous:before {
  content: "\e059";
}

.icon-media-play:before {
  content: "\e060";
}

.icon-media-next:before {
  content: "\e061";
}

.icon-media-pause:before {
  content: "\e062";
}

.icon-monitor:before {
  content: "\e063";
}

.icon-move:before {
  content: "\e064";
}

.icon-plus:before {
  content: "\e065";
}

.icon-phone:before {
  content: "\e066";
}

.icon-preview:before {
  content: "\e067";
}

.icon-print:before {
  content: "\e068";
}

.icon-media-record:before {
  content: "\e069";
}

.icon-music:before {
  content: "\e070";
}

.icon-home:before {
  content: "\e071";
}

.icon-question:before {
  content: "\e072";
}

.icon-reply:before {
  content: "\e073";
}

.icon-reply-all:before {
  content: "\e074";
}

.icon-return:before {
  content: "\e075";
}

.icon-retweet:before {
  content: "\e076";
}

.icon-search:before {
  content: "\e077";
}

.icon-view-thumb:before {
  content: "\e078";
}

.icon-view-list-large:before {
  content: "\e079";
}

.icon-view-list:before {
  content: "\e080";
}

.icon-upload:before {
  content: "\e081";
}

.icon-user-group:before {
  content: "\e082";
}

.icon-trash:before {
  content: "\e083";
}

.icon-user:before {
  content: "\e084";
}

.icon-thumbs-up:before {
  content: "\e085";
}

.icon-thumbs-down:before {
  content: "\e086";
}

.icon-tablet-portrait:before {
  content: "\e087";
}

.icon-tablet-landscape:before {
  content: "\e088";
}

.icon-tag:before {
  content: "\e089";
}

.icon-star:before {
  content: "\e090";
}

.icon-volume-full:before {
  content: "\e091";
}

.icon-volume-off:before {
  content: "\e092";
}

.icon-warning:before {
  content: "\e093";
}

.icon-window:before {
  content: "\e094";
}

