﻿/* Navbar ====================================== */
@import url(materialize.css);
@import url(grades.css);
@import url(colors.css);
.navbar {
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%; }
  .navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .navbar .navbar-custom-right-menu {
    float: right; }
  .navbar .navbar-toggle {
    text-decoration: none;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 17px; }
    .navbar .navbar-toggle:before {
      content: '\E8D5';
      font-family: 'MaterialIcons';
      font-size: 26px; }
  .navbar .navbar-collapse.in {
    overflow: visible; }

.ls-closed .sidebar {
  margin-left: -300px; }

.ls-closed section.content {
  margin-left: 15px; }

.ls-closed .bars:after, .ls-closed .bars:before {
  font-family: 'MaterialIcons';
  font-size: 24px;
  position: absolute;
  top: 18px;
  left: 20px;
  margin-right: 10px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ls-closed .bars:before {
  content: '\E5D2';
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.ls-closed .bars:after {
  content: '\E5C4';
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.ls-closed .navbar-brand {
  margin-left: 30px; }

.overlay-open .bars:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.overlay-open .bars:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.navbar-header {
  padding: 10px 7px; }
  .navbar-header .bars {
    float: left;
    text-decoration: none; }

.navbar-nav > li > a {
  padding: 7px 7px 2px 7px;
  margin-top: 17px;
  margin-left: 5px; }

.navbar-nav .dropdown-menu {
  margin-top: -40px !important; }

.label-count {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 10px;
  line-height: 15px;
  background-color: #000;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:hover,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus {
  color: #fff; }

.col-red .navbar .nav > li > a:hover,
.col-red .navbar .nav > li > a:focus,
.col-red .navbar .nav .open > a,
.col-red .navbar .nav .open > a:hover,
.col-red .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-red .navbar .nav > li > a {
  color: #fff; }

.col-red .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-red .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:hover,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus {
  color: #fff; }

.col-pink .navbar .nav > li > a:hover,
.col-pink .navbar .nav > li > a:focus,
.col-pink .navbar .nav .open > a,
.col-pink .navbar .nav .open > a:hover,
.col-pink .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-pink .navbar .nav > li > a {
  color: #fff; }

.col-pink .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-pink .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:hover,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus {
  color: #fff; }

.col-purple .navbar .nav > li > a:hover,
.col-purple .navbar .nav > li > a:focus,
.col-purple .navbar .nav .open > a,
.col-purple .navbar .nav .open > a:hover,
.col-purple .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-purple .navbar .nav > li > a {
  color: #fff; }

.col-purple .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-purple .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:hover,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus {
  color: #fff; }

.col-deep-purple .navbar .nav > li > a:hover,
.col-deep-purple .navbar .nav > li > a:focus,
.col-deep-purple .navbar .nav .open > a,
.col-deep-purple .navbar .nav .open > a:hover,
.col-deep-purple .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-deep-purple .navbar .nav > li > a {
  color: #fff; }

.col-deep-purple .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-deep-purple .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:hover,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus {
  color: #fff; }

.col-indigo .navbar .nav > li > a:hover,
.col-indigo .navbar .nav > li > a:focus,
.col-indigo .navbar .nav .open > a,
.col-indigo .navbar .nav .open > a:hover,
.col-indigo .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-indigo .navbar .nav > li > a {
  color: #fff; }

.col-indigo .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-indigo .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:hover,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus {
  color: #fff; }

.col-blue .navbar .nav > li > a:hover,
.col-blue .navbar .nav > li > a:focus,
.col-blue .navbar .nav .open > a,
.col-blue .navbar .nav .open > a:hover,
.col-blue .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-blue .navbar .nav > li > a {
  color: #fff; }

.col-blue .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-blue .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:hover,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus {
  color: #fff; }

.col-light-blue .navbar .nav > li > a:hover,
.col-light-blue .navbar .nav > li > a:focus,
.col-light-blue .navbar .nav .open > a,
.col-light-blue .navbar .nav .open > a:hover,
.col-light-blue .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-light-blue .navbar .nav > li > a {
  color: #fff; }

.col-light-blue .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-light-blue .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:hover,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus {
  color: #fff; }

.col-cyan .navbar .nav > li > a:hover,
.col-cyan .navbar .nav > li > a:focus,
.col-cyan .navbar .nav .open > a,
.col-cyan .navbar .nav .open > a:hover,
.col-cyan .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-cyan .navbar .nav > li > a {
  color: #fff; }

.col-cyan .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-cyan .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:hover,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus {
  color: #fff; }

.col-teal .navbar .nav > li > a:hover,
.col-teal .navbar .nav > li > a:focus,
.col-teal .navbar .nav .open > a,
.col-teal .navbar .nav .open > a:hover,
.col-teal .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-teal .navbar .nav > li > a {
  color: #fff; }

.col-teal .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-teal .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:hover,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus {
  color: #fff; }

.col-green .navbar .nav > li > a:hover,
.col-green .navbar .nav > li > a:focus,
.col-green .navbar .nav .open > a,
.col-green .navbar .nav .open > a:hover,
.col-green .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-green .navbar .nav > li > a {
  color: #fff; }

.col-green .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-green .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:hover,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus {
  color: #fff; }

.col-light-green .navbar .nav > li > a:hover,
.col-light-green .navbar .nav > li > a:focus,
.col-light-green .navbar .nav .open > a,
.col-light-green .navbar .nav .open > a:hover,
.col-light-green .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-light-green .navbar .nav > li > a {
  color: #fff; }

.col-light-green .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-light-green .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:hover,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus {
  color: #fff; }

.col-lime .navbar .nav > li > a:hover,
.col-lime .navbar .nav > li > a:focus,
.col-lime .navbar .nav .open > a,
.col-lime .navbar .nav .open > a:hover,
.col-lime .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-lime .navbar .nav > li > a {
  color: #fff; }

.col-lime .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-lime .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:hover,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus {
  color: #fff; }

.col-yellow .navbar .nav > li > a:hover,
.col-yellow .navbar .nav > li > a:focus,
.col-yellow .navbar .nav .open > a,
.col-yellow .navbar .nav .open > a:hover,
.col-yellow .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-yellow .navbar .nav > li > a {
  color: #fff; }

.col-yellow .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-yellow .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:hover,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus {
  color: #fff; }

.col-amber .navbar .nav > li > a:hover,
.col-amber .navbar .nav > li > a:focus,
.col-amber .navbar .nav .open > a,
.col-amber .navbar .nav .open > a:hover,
.col-amber .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-amber .navbar .nav > li > a {
  color: #fff; }

.col-amber .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-amber .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:hover,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus {
  color: #fff; }

.col-orange .navbar .nav > li > a:hover,
.col-orange .navbar .nav > li > a:focus,
.col-orange .navbar .nav .open > a,
.col-orange .navbar .nav .open > a:hover,
.col-orange .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-orange .navbar .nav > li > a {
  color: #fff; }

.col-orange .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-orange .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:hover,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus {
  color: #fff; }

.col-deep-orange .navbar .nav > li > a:hover,
.col-deep-orange .navbar .nav > li > a:focus,
.col-deep-orange .navbar .nav .open > a,
.col-deep-orange .navbar .nav .open > a:hover,
.col-deep-orange .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-deep-orange .navbar .nav > li > a {
  color: #fff; }

.col-deep-orange .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-deep-orange .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:hover,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus {
  color: #fff; }

.col-brown .navbar .nav > li > a:hover,
.col-brown .navbar .nav > li > a:focus,
.col-brown .navbar .nav .open > a,
.col-brown .navbar .nav .open > a:hover,
.col-brown .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-brown .navbar .nav > li > a {
  color: #fff; }

.col-brown .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-brown .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:hover,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus {
  color: #fff; }

.col-grey .navbar .nav > li > a:hover,
.col-grey .navbar .nav > li > a:focus,
.col-grey .navbar .nav .open > a,
.col-grey .navbar .nav .open > a:hover,
.col-grey .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-grey .navbar .nav > li > a {
  color: #fff; }

.col-grey .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-grey .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:hover,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus {
  color: #fff; }

.col-blue-grey .navbar .nav > li > a:hover,
.col-blue-grey .navbar .nav > li > a:focus,
.col-blue-grey .navbar .nav .open > a,
.col-blue-grey .navbar .nav .open > a:hover,
.col-blue-grey .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-blue-grey .navbar .nav > li > a {
  color: #fff; }

.col-blue-grey .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-blue-grey .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:hover,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus {
  color: #fff; }

.col-black .navbar .nav > li > a:hover,
.col-black .navbar .nav > li > a:focus,
.col-black .navbar .nav .open > a,
.col-black .navbar .nav .open > a:hover,
.col-black .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-black .navbar .nav > li > a {
  color: #fff; }

.col-black .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-black .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:hover,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus {
  color: #fff; }

.col-white .navbar .nav > li > a:hover,
.col-white .navbar .nav > li > a:focus,
.col-white .navbar .nav .open > a,
.col-white .navbar .nav .open > a:hover,
.col-white .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-white .navbar .nav > li > a {
  color: #fff; }

.col-white .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-white .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

/* Material Icons ============================== */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-26 {
  font-size: 26px; }

.material-icons.md-28 {
  font-size: 28px; }

.material-icons.md-30 {
  font-size: 30px; }

.material-icons.md-32 {
  font-size: 32px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Helpers ===================================== */
.m-l--125 {
  margin-left: -125px; }

.m-t--125 {
  margin-top: -125px; }

.m-r--125 {
  margin-right: -125px; }

.m-b--125 {
  margin-bottom: -125px; }

.m-l--120 {
  margin-left: -120px; }

.m-t--120 {
  margin-top: -120px; }

.m-r--120 {
  margin-right: -120px; }

.m-b--120 {
  margin-bottom: -120px; }

.m-l--115 {
  margin-left: -115px; }

.m-t--115 {
  margin-top: -115px; }

.m-r--115 {
  margin-right: -115px; }

.m-b--115 {
  margin-bottom: -115px; }

.m-l--110 {
  margin-left: -110px; }

.m-t--110 {
  margin-top: -110px; }

.m-r--110 {
  margin-right: -110px; }

.m-b--110 {
  margin-bottom: -110px; }

.m-l--105 {
  margin-left: -105px; }

.m-t--105 {
  margin-top: -105px; }

.m-r--105 {
  margin-right: -105px; }

.m-b--105 {
  margin-bottom: -105px; }

.m-l--100 {
  margin-left: -100px; }

.m-t--100 {
  margin-top: -100px; }

.m-r--100 {
  margin-right: -100px; }

.m-b--100 {
  margin-bottom: -100px; }

.m-l--95 {
  margin-left: -95px; }

.m-t--95 {
  margin-top: -95px; }

.m-r--95 {
  margin-right: -95px; }

.m-b--95 {
  margin-bottom: -95px; }

.m-l--90 {
  margin-left: -90px; }

.m-t--90 {
  margin-top: -90px; }

.m-r--90 {
  margin-right: -90px; }

.m-b--90 {
  margin-bottom: -90px; }

.m-l--85 {
  margin-left: -85px; }

.m-t--85 {
  margin-top: -85px; }

.m-r--85 {
  margin-right: -85px; }

.m-b--85 {
  margin-bottom: -85px; }

.m-l--80 {
  margin-left: -80px; }

.m-t--80 {
  margin-top: -80px; }

.m-r--80 {
  margin-right: -80px; }

.m-b--80 {
  margin-bottom: -80px; }

.m-l--75 {
  margin-left: -75px; }

.m-t--75 {
  margin-top: -75px; }

.m-r--75 {
  margin-right: -75px; }

.m-b--75 {
  margin-bottom: -75px; }

.m-l--70 {
  margin-left: -70px; }

.m-t--70 {
  margin-top: -70px; }

.m-r--70 {
  margin-right: -70px; }

.m-b--70 {
  margin-bottom: -70px; }

.m-l--65 {
  margin-left: -65px; }

.m-t--65 {
  margin-top: -65px; }

.m-r--65 {
  margin-right: -65px; }

.m-b--65 {
  margin-bottom: -65px; }

.m-l--60 {
  margin-left: -60px; }

.m-t--60 {
  margin-top: -60px; }

.m-r--60 {
  margin-right: -60px; }

.m-b--60 {
  margin-bottom: -60px; }

.m-l--55 {
  margin-left: -55px; }

.m-t--55 {
  margin-top: -55px; }

.m-r--55 {
  margin-right: -55px; }

.m-b--55 {
  margin-bottom: -55px; }

.m-l--50 {
  margin-left: -50px; }

.m-t--50 {
  margin-top: -50px; }

.m-r--50 {
  margin-right: -50px; }

.m-b--50 {
  margin-bottom: -50px; }

.m-l--45 {
  margin-left: -45px; }

.m-t--45 {
  margin-top: -45px; }

.m-r--45 {
  margin-right: -45px; }

.m-b--45 {
  margin-bottom: -45px; }

.m-l--40 {
  margin-left: -40px; }

.m-t--40 {
  margin-top: -40px; }

.m-r--40 {
  margin-right: -40px; }

.m-b--40 {
  margin-bottom: -40px; }

.m-l--35 {
  margin-left: -35px; }

.m-t--35 {
  margin-top: -35px; }

.m-r--35 {
  margin-right: -35px; }

.m-b--35 {
  margin-bottom: -35px; }

.m-l--30 {
  margin-left: -30px; }

.m-t--30 {
  margin-top: -30px; }

.m-r--30 {
  margin-right: -30px; }

.m-b--30 {
  margin-bottom: -30px; }

.m-l--25 {
  margin-left: -25px; }

.m-t--25 {
  margin-top: -25px; }

.m-r--25 {
  margin-right: -25px; }

.m-b--25 {
  margin-bottom: -25px; }

.m-l--20 {
  margin-left: -20px; }

.m-t--20 {
  margin-top: -20px; }

.m-r--20 {
  margin-right: -20px; }

.m-b--20 {
  margin-bottom: -20px; }

.m-l--15 {
  margin-left: -15px; }

.m-t--15 {
  margin-top: -15px; }

.m-r--15 {
  margin-right: -15px; }

.m-b--15 {
  margin-bottom: -15px; }

.m-l--10 {
  margin-left: -10px; }

.m-t--10 {
  margin-top: -10px; }

.m-r--10 {
  margin-right: -10px; }

.m-b--10 {
  margin-bottom: -10px; }

.m-l--5 {
  margin-left: -5px; }

.m-t--5 {
  margin-top: -5px; }

.m-r--5 {
  margin-right: -5px; }

.m-b--5 {
  margin-bottom: -5px; }

.m-l-0 {
  margin-left: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-b-0 {
  margin-bottom: 0px; }

.m-l-5 {
  margin-left: 5px; }

.m-t-5 {
  margin-top: 5px; }

.m-r-5 {
  margin-right: 5px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-l-10 {
  margin-left: 10px; }

.m-t-10 {
  margin-top: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-15 {
  margin-left: 15px; }

.m-t-15 {
  margin-top: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-20 {
  margin-left: 20px; }

.m-t-20 {
  margin-top: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-25 {
  margin-left: 25px; }

.m-t-25 {
  margin-top: 25px; }

.m-r-25 {
  margin-right: 25px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-l-30 {
  margin-left: 30px; }

.m-t-30 {
  margin-top: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-35 {
  margin-left: 35px; }

.m-t-35 {
  margin-top: 35px; }

.m-r-35 {
  margin-right: 35px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-l-40 {
  margin-left: 40px; }

.m-t-40 {
  margin-top: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-45 {
  margin-left: 45px; }

.m-t-45 {
  margin-top: 45px; }

.m-r-45 {
  margin-right: 45px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-l-50 {
  margin-left: 50px; }

.m-t-50 {
  margin-top: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-55 {
  margin-left: 55px; }

.m-t-55 {
  margin-top: 55px; }

.m-r-55 {
  margin-right: 55px; }

.m-b-55 {
  margin-bottom: 55px; }

.m-l-60 {
  margin-left: 60px; }

.m-t-60 {
  margin-top: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-65 {
  margin-left: 65px; }

.m-t-65 {
  margin-top: 65px; }

.m-r-65 {
  margin-right: 65px; }

.m-b-65 {
  margin-bottom: 65px; }

.m-l-70 {
  margin-left: 70px; }

.m-t-70 {
  margin-top: 70px; }

.m-r-70 {
  margin-right: 70px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-l-75 {
  margin-left: 75px; }

.m-t-75 {
  margin-top: 75px; }

.m-r-75 {
  margin-right: 75px; }

.m-b-75 {
  margin-bottom: 75px; }

.m-l-80 {
  margin-left: 80px; }

.m-t-80 {
  margin-top: 80px; }

.m-r-80 {
  margin-right: 80px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-l-85 {
  margin-left: 85px; }

.m-t-85 {
  margin-top: 85px; }

.m-r-85 {
  margin-right: 85px; }

.m-b-85 {
  margin-bottom: 85px; }

.m-l-90 {
  margin-left: 90px; }

.m-t-90 {
  margin-top: 90px; }

.m-r-90 {
  margin-right: 90px; }

.m-b-90 {
  margin-bottom: 90px; }

.m-l-95 {
  margin-left: 95px; }

.m-t-95 {
  margin-top: 95px; }

.m-r-95 {
  margin-right: 95px; }

.m-b-95 {
  margin-bottom: 95px; }

.m-l-100 {
  margin-left: 100px; }

.m-t-100 {
  margin-top: 100px; }

.m-r-100 {
  margin-right: 100px; }

.m-b-100 {
  margin-bottom: 100px; }

.m-l-105 {
  margin-left: 105px; }

.m-t-105 {
  margin-top: 105px; }

.m-r-105 {
  margin-right: 105px; }

.m-b-105 {
  margin-bottom: 105px; }

.m-l-110 {
  margin-left: 110px; }

.m-t-110 {
  margin-top: 110px; }

.m-r-110 {
  margin-right: 110px; }

.m-b-110 {
  margin-bottom: 110px; }

.m-l-115 {
  margin-left: 115px; }

.m-t-115 {
  margin-top: 115px; }

.m-r-115 {
  margin-right: 115px; }

.m-b-115 {
  margin-bottom: 115px; }

.m-l-120 {
  margin-left: 120px; }

.m-t-120 {
  margin-top: 120px; }

.m-r-120 {
  margin-right: 120px; }

.m-b-120 {
  margin-bottom: 120px; }

.m-l-125 {
  margin-left: 125px; }

.m-t-125 {
  margin-top: 125px; }

.m-r-125 {
  margin-right: 125px; }

.m-b-125 {
  margin-bottom: 125px; }

.margin-0 {
  margin: 0; }

.p-l-0 {
  padding-left: 0px; }

.p-t-0 {
  padding-top: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-l-5 {
  padding-left: 5px; }

.p-t-5 {
  padding-top: 5px; }

.p-r-5 {
  padding-right: 5px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-t-10 {
  padding-top: 10px; }

.p-r-10 {
  padding-right: 10px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-l-15 {
  padding-left: 15px; }

.p-t-15 {
  padding-top: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-t-20 {
  padding-top: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-25 {
  padding-left: 25px; }

.p-t-25 {
  padding-top: 25px; }

.p-r-25 {
  padding-right: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-l-30 {
  padding-left: 30px; }

.p-t-30 {
  padding-top: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-l-35 {
  padding-left: 35px; }

.p-t-35 {
  padding-top: 35px; }

.p-r-35 {
  padding-right: 35px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-l-40 {
  padding-left: 40px; }

.p-t-40 {
  padding-top: 40px; }

.p-r-40 {
  padding-right: 40px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-l-45 {
  padding-left: 45px; }

.p-t-45 {
  padding-top: 45px; }

.p-r-45 {
  padding-right: 45px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-l-50 {
  padding-left: 50px; }

.p-t-50 {
  padding-top: 50px; }

.p-r-50 {
  padding-right: 50px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-l-55 {
  padding-left: 55px; }

.p-t-55 {
  padding-top: 55px; }

.p-r-55 {
  padding-right: 55px; }

.p-b-55 {
  padding-bottom: 55px; }

.p-l-60 {
  padding-left: 60px; }

.p-t-60 {
  padding-top: 60px; }

.p-r-60 {
  padding-right: 60px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-l-65 {
  padding-left: 65px; }

.p-t-65 {
  padding-top: 65px; }

.p-r-65 {
  padding-right: 65px; }

.p-b-65 {
  padding-bottom: 65px; }

.p-l-70 {
  padding-left: 70px; }

.p-t-70 {
  padding-top: 70px; }

.p-r-70 {
  padding-right: 70px; }

.p-b-70 {
  padding-bottom: 70px; }

.p-l-75 {
  padding-left: 75px; }

.p-t-75 {
  padding-top: 75px; }

.p-r-75 {
  padding-right: 75px; }

.p-b-75 {
  padding-bottom: 75px; }

.p-l-80 {
  padding-left: 80px; }

.p-t-80 {
  padding-top: 80px; }

.p-r-80 {
  padding-right: 80px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-l-85 {
  padding-left: 85px; }

.p-t-85 {
  padding-top: 85px; }

.p-r-85 {
  padding-right: 85px; }

.p-b-85 {
  padding-bottom: 85px; }

.p-l-90 {
  padding-left: 90px; }

.p-t-90 {
  padding-top: 90px; }

.p-r-90 {
  padding-right: 90px; }

.p-b-90 {
  padding-bottom: 90px; }

.p-l-95 {
  padding-left: 95px; }

.p-t-95 {
  padding-top: 95px; }

.p-r-95 {
  padding-right: 95px; }

.p-b-95 {
  padding-bottom: 95px; }

.p-l-100 {
  padding-left: 100px; }

.p-t-100 {
  padding-top: 100px; }

.p-r-100 {
  padding-right: 100px; }

.p-b-100 {
  padding-bottom: 100px; }

.p-l-105 {
  padding-left: 105px; }

.p-t-105 {
  padding-top: 105px; }

.p-r-105 {
  padding-right: 105px; }

.p-b-105 {
  padding-bottom: 105px; }

.p-l-110 {
  padding-left: 110px; }

.p-t-110 {
  padding-top: 110px; }

.p-r-110 {
  padding-right: 110px; }

.p-b-110 {
  padding-bottom: 110px; }

.p-l-115 {
  padding-left: 115px; }

.p-t-115 {
  padding-top: 115px; }

.p-r-115 {
  padding-right: 115px; }

.p-b-115 {
  padding-bottom: 115px; }

.p-l-120 {
  padding-left: 120px; }

.p-t-120 {
  padding-top: 120px; }

.p-r-120 {
  padding-right: 120px; }

.p-b-120 {
  padding-bottom: 120px; }

.p-l-125 {
  padding-left: 125px; }

.p-t-125 {
  padding-top: 125px; }

.p-r-125 {
  padding-right: 125px; }

.p-b-125 {
  padding-bottom: 125px; }

.padding-0 {
  padding: 0; }

.font-6 {
  font-size: 6px; }

.font-7 {
  font-size: 7px; }

.font-8 {
  font-size: 8px; }

.font-9 {
  font-size: 9px; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-20 {
  font-size: 20px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

.font-23 {
  font-size: 23px; }

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.font-26 {
  font-size: 26px; }

.font-27 {
  font-size: 27px; }

.font-28 {
  font-size: 28px; }

.font-29 {
  font-size: 29px; }

.font-30 {
  font-size: 30px; }

.font-31 {
  font-size: 31px; }

.font-32 {
  font-size: 32px; }

.font-33 {
  font-size: 33px; }

.font-34 {
  font-size: 34px; }

.font-35 {
  font-size: 35px; }

.font-36 {
  font-size: 36px; }

.font-37 {
  font-size: 37px; }

.font-38 {
  font-size: 38px; }

.font-39 {
  font-size: 39px; }

.font-40 {
  font-size: 40px; }

.font-41 {
  font-size: 41px; }

.font-42 {
  font-size: 42px; }

.font-43 {
  font-size: 43px; }

.font-44 {
  font-size: 44px; }

.font-45 {
  font-size: 45px; }

.font-46 {
  font-size: 46px; }

.font-47 {
  font-size: 47px; }

.font-48 {
  font-size: 48px; }

.font-49 {
  font-size: 49px; }

.font-50 {
  font-size: 50px; }

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

.align-center {
  text-align: center; }

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

.align-justify {
  text-align: justify; }

.no-resize {
  resize: none; }

.font-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.font-underline {
  text-decoration: underline; }

.font-line-through {
  text-decoration: line-through; }

.font-overline {
  text-decoration: overline; }

.block-header {
  margin-bottom: 15px; }
  .block-header h2 {
    margin: 0 !important;
    color: #666 !important;
    font-weight: normal;
    font-size: 16px; }
    .block-header h2 small {
      display: block;
      font-size: 12px;
      margin-top: 8px;
      color: #888; }
      .block-header h2 small a {
        font-weight: bold;
        color: #777; }

.bg-red {
  background-color: #F44336 !important;
  color: #fff; }
  .bg-red .content .text,
  .bg-red .content .number {
    color: #fff !important; }

.bg-pink {
  background-color: #E91E63 !important;
  color: #fff; }
  .bg-pink .content .text,
  .bg-pink .content .number {
    color: #fff !important; }

.bg-purple {
  background-color: #9C27B0 !important;
  color: #fff; }
  .bg-purple .content .text,
  .bg-purple .content .number {
    color: #fff !important; }

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #fff; }
  .bg-deep-purple .content .text,
  .bg-deep-purple .content .number {
    color: #fff !important; }

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #fff; }
  .bg-indigo .content .text,
  .bg-indigo .content .number {
    color: #fff !important; }

.bg-blue {
  background-color: #0071CD !important;
  color: #fff; }
  .bg-blue .content .text,
  .bg-blue .content .number {
    color: #fff !important; }

.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #fff; }
  .bg-light-blue .content .text,
  .bg-light-blue .content .number {
    color: #fff !important; }

.bg-cyan {
  background-color: #00BCD4 !important;
  color: #fff; }
  .bg-cyan .content .text,
  .bg-cyan .content .number {
    color: #fff !important; }

.bg-teal {
  background-color: #009688 !important;
  color: #fff; }
  .bg-teal .content .text,
  .bg-teal .content .number {
    color: #fff !important; }

.bg-green {
  background-color: #4CAF50 !important;
  color: #fff; }
  .bg-green .content .text,
  .bg-green .content .number {
    color: #fff !important; }

.bg-light-green {
  background-color: #8BC34A !important;
  color: #fff; }
  .bg-light-green .content .text,
  .bg-light-green .content .number {
    color: #fff !important; }

.bg-lime {
  background-color: #CDDC39 !important;
  color: #fff; }
  .bg-lime .content .text,
  .bg-lime .content .number {
    color: #fff !important; }

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff; }
  .bg-yellow .content .text,
  .bg-yellow .content .number {
    color: #fff !important; }

.bg-amber {
  background-color: #FFC107 !important;
  color: #fff; }
  .bg-amber .content .text,
  .bg-amber .content .number {
    color: #fff !important; }

.bg-orange {
  background-color: #FF9800 !important;
  color: #fff; }
  .bg-orange .content .text,
  .bg-orange .content .number {
    color: #fff !important; }

.bg-deep-orange {
  background-color: #FF5722 !important;
  color: #fff; }
  .bg-deep-orange .content .text,
  .bg-deep-orange .content .number {
    color: #fff !important; }

.bg-brown {
  background-color: #795548 !important;
  color: #fff; }
  .bg-brown .content .text,
  .bg-brown .content .number {
    color: #fff !important; }

.bg-grey {
  background-color: #9E9E9E !important;
  color: #fff; }
  .bg-grey .content .text,
  .bg-grey .content .number {
    color: #fff !important; }

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff; }
  .bg-blue-grey .content .text,
  .bg-blue-grey .content .number {
    color: #fff !important; }

.bg-black {
  background-color: #000000 !important;
  color: #fff; }
  .bg-black .content .text,
  .bg-black .content .number {
    color: #fff !important; }

.bg-white {
  background-color: #ffffff !important;
  color: #fff; }
  .bg-white .content .text,
  .bg-white .content .number {
    color: #fff !important; }

.col-red {
  color: #F44336 !important; }

.col-pink {
  color: #E91E63 !important; }

.col-purple {
  color: #9C27B0 !important; }

.col-deep-purple {
  color: #673AB7 !important; }

.col-indigo {
  color: #3F51B5 !important; }

.col-blue {
  color: #0071CD !important; }

.col-light-blue {
  color: #03A9F4 !important; }

.col-cyan {
  color: #00BCD4 !important; }

.col-teal {
  color: #009688 !important; }

.col-green {
  color: #4CAF50 !important; }

.col-light-green {
  color: #8BC34A !important; }

.col-lime {
  color: #CDDC39 !important; }

.col-yellow {
  color: #ffe821 !important; }

.col-amber {
  color: #FFC107 !important; }

.col-orange {
  color: #FF9800 !important; }

.col-deep-orange {
  color: #FF5722 !important; }

.col-brown {
  color: #795548 !important; }

.col-grey {
  color: #9E9E9E !important; }

.col-blue-grey {
  color: #607D8B !important; }

.col-black {
  color: #000000 !important; }

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

/* Custom Animate ============================== */
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Demo ======================================== */
.demo-button-sizes .btn {
  margin-bottom: 5px; }

.icon-button-demo button {
  margin-right: 5px;
  margin-bottom: 12px; }

.icon-and-text-button-demo button {
  margin-right: 5px;
  margin-bottom: 12px;
  width: 16.66666666666667%; }

.button-demo ul {
  padding-left: 0; }
  .button-demo ul li {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-right: 7px; }
    .button-demo ul li .btn {
      display: block;
      min-width: 175px; }

.button-demo .btn {
  margin-right: 8px;
  margin-bottom: 13px;
  min-width: 120px; }

.demo-button-groups .btn-group {
  margin-right: 10px; }

.demo-button-toolbar .btn-toolbar {
  float: left;
  margin-right: 25px; }

.demo-button-nesting > .btn-group {
  margin-right: 15px; }

.demo-single-button-dropdowns > .btn-group {
  margin-right: 10px; }

.demo-splite-button-dropdowns > .btn-group {
  margin-right: 10px; }

.demo-dropup .dropup {
  margin-right: 10px; }

.demo-checkbox label,
.demo-radio-button label {
  min-width: 150px; }

.demo-knob-chart div {
  margin-right: 15px; }

.demo-switch .switch {
  display: inline-block;
  min-width: 170px; }

.demo-switch .demo-switch-title {
  min-width: 95px;
  display: inline-block; }

.demo-color-box {
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .demo-color-box .color-name {
    font-size: 16px;
    margin-bottom: 5px; }
  .demo-color-box .color-code,
  .demo-color-box .color-class-name {
    font-size: 13px; }

.demo-image-copyright {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  color: #777;
  margin: 5px 0 10px 0; }
  .demo-image-copyright a {
    font-weight: bold;
    color: #555 !important; }

.demo-tagsinput-area {
  margin-bottom: 50px !important; }

.demo-icon-container .demo-google-material-icon {
  margin-bottom: 5px;
  text-align: left; }
  .demo-icon-container .demo-google-material-icon .icon-name {
    position: relative;
    top: -8px;
    left: 7px; }
  .demo-icon-container .demo-google-material-icon .material-icons {
    width: 24px; }

.demo-preloader .preloader {
  margin-right: 10px; }

.irs-demo {
  margin-bottom: 40px; }
  .irs-demo .irs {
    margin-top: 15px; }

.right-sidebar .nav-tabs + .tab-content {
  padding: 0; }

.right-sidebar p {
  margin: 20px 15px 15px 15px;
  font-weight: bold;
  text-align: center; }

.right-sidebar #settings .setting-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; }
  .right-sidebar #settings .setting-list li {
    padding: 15px;
    position: relative;
    border-top: 1px solid #eee; }
    .right-sidebar #settings .setting-list li .switch {
      position: absolute;
      top: 15px;
      right: 5px; }

.demo-choose-skin {
  list-style: none;
  padding-left: 0;
  overflow-y: hidden; }
  .demo-choose-skin li {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 4px 10px;
    position: relative;
    cursor: pointer; }
    .demo-choose-skin li.active {
      background-color: #eee; }
      .demo-choose-skin li.active:after {
        font-family: 'MaterialIcons';
        position: absolute;
        top: 10px;
        right: 10px;
        content: '\E876';
        font-size: 18px;
        font-weight: bold; }
    .demo-choose-skin li:hover {
      background-color: #eee; }
    .demo-choose-skin li div {
      width: 24px;
      height: 24px;
      display: inline-block;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .demo-choose-skin li span {
      position: relative;
      bottom: 7px;
      left: 5px; }
  .demo-choose-skin .red {
    background-color: #F44336; }
  .demo-choose-skin .pink {
    background-color: #E91E63; }
  .demo-choose-skin .purple {
    background-color: #9C27B0; }
  .demo-choose-skin .deep-purple {
    background-color: #673AB7; }
  .demo-choose-skin .indigo {
    background-color: #3F51B5; }
  .demo-choose-skin .blue {
    background-color: #0071CD; }
  .demo-choose-skin .light-blue {
    background-color: #03A9F4; }
  .demo-choose-skin .cyan {
    background-color: #00BCD4; }
  .demo-choose-skin .teal {
    background-color: #009688; }
  .demo-choose-skin .green {
    background-color: #4CAF50; }
  .demo-choose-skin .light-green {
    background-color: #8BC34A; }
  .demo-choose-skin .lime {
    background-color: #CDDC39; }
  .demo-choose-skin .yellow {
    background-color: #ffe821; }
  .demo-choose-skin .amber {
    background-color: #FFC107; }
  .demo-choose-skin .orange {
    background-color: #FF9800; }
  .demo-choose-skin .deep-orange {
    background-color: #FF5722; }
  .demo-choose-skin .brown {
    background-color: #795548; }
  .demo-choose-skin .grey {
    background-color: #9E9E9E; }
  .demo-choose-skin .blue-grey {
    background-color: #607D8B; }
  .demo-choose-skin .black {
    background-color: #000000; }
  .demo-choose-skin .white {
    background-color: #ffffff; }

/* Materialize Css | Taken from www.materializecss.com */
/* Media ======================================= */
@media (max-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 35px;
    width: 73%; }
  .navbar .navbar-header {
    display: inline-block;
    margin-bottom: -6px;
    width: calc(100% + 30px); }
  .navbar .nav > li {
    display: inline-block; }
  .navbar .navbar-nav {
    margin-top: -10px;
    margin-bottom: 1px;
    margin-left: -7px; }
    .navbar .navbar-nav .open .dropdown-menu {
      background-color: #fff;
      position: absolute; }
  .navbar .dropdown-menu {
    margin-left: -50px; }
  .navbar .js-right-sidebar {
    margin-top: 15px; }
  .dt-buttons {
    float: none !important;
    text-align: center;
    margin-bottom: 15px; }
  .panel-switch-btn {
    top: 12px;
    right: 0 !important; } 
    .navbar-brand
    {
        display: none;
    }
    
    img.eschoollogo 
    {
        top: 6px;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    .masonry-layout
    {
        column-count: 1 !important;
    }
    
    }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 20px; display: none; } 
    
    img.eschoollogo 
    {
        top: 6px;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    }

@media (min-width: 992px) and (max-width: 1169px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 20px; display: none; } 
    
    img.eschoollogo 
    {
        top: 6px;
        right: 0;
        left: 0;
        margin: auto;
    }
    
    }

/* General ===================================== */
body {
  background-color: white;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Roboto', Arial, Tahoma, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

button,
input,
select,
a {
  outline: none !important; }

.no-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important; }

section.content {
   margin: 65px 0px 0 210px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; 
}

/* Dashboard =================================== */
.dashboard-flot-chart {
  height: 275px; }

.dashboard-donut-chart {
  height: 265px; }

.dashboard-line-chart {
  height: 250px; }

.dashboard-stat-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px; }
  .dashboard-stat-list li {
    padding: 16px 0 0 0; }
    .dashboard-stat-list li small {
      font-size: 8px; }

.dashboard-task-infos .progress {
  height: 10px;
  margin-bottom: 0;
  position: relative;
  top: 6px; }

/* Buttons ===================================== */
.btn:focus {
  outline: none !important; }

.btn-circle {
  border: none;
  outline: none !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .btn-circle i {
    font-size: 18px;
    position: relative;
    left: -1px; }

.btn-link {
  font-weight: bold;
  color: #333;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: #333; }
  .btn-link:hover {
    text-decoration: none;
    color: #333;
    background-color: #ddd; }

.btn-circle-lg {
  border: none;
  outline: none !important;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important; }
  .btn-circle-lg i {
    font-size: 26px !important;
    position: relative !important;
    left: 0px !important;
    top: 6px !important; }

.btn:not(.btn-link):not(.btn-circle) {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: none;
  font-size: 13px;
  outline: none; }
  .btn:not(.btn-link):not(.btn-circle):hover {
    outline: none; }
  .btn:not(.btn-link):not(.btn-circle) i {
    font-size: 20px;
    position: relative;
    top: 3px; }
  .btn:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: -2px;
    margin-left: 3px; }

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: #ff9600 !important; }

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #fb483a !important; }

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #00b0e4 !important; }

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #2b982b !important; }

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0071CD !important; }

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #fff !important; }

.btn-group,
.btn-group-vertical {
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12); */}
  .btn-group .btn,
  .btn-group-vertical .btn {
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .btn-group .btn .caret,
    .btn-group-vertical .btn .caret {
      position: relative;
      bottom: 1px; }
  .btn-group .btn-group,
  .btn-group-vertical .btn-group {
    box-shadow: none !important; }
  .btn-group .btn + .dropdown-toggle,
  .btn-group-vertical .btn + .dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.08) !important; }

/* Bootstrap Tags Input ======================== */
.bootstrap-tagsinput {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important; }

/* noUISlider ================================== */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr; }
  .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 6px;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.25s, top 0.25s;
  transition: left 0.25s, top 0.25s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }
  .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px; }

.noUi-vertical {
  width: 18px; }
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
  .noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
  left: 17px; }

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
  top: 17px; }

[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

.noUi-target {
  box-shadow: none;
  border: none; }

.noUi-base {
  height: 15px;
  top: -6px; }

.noUi-background {
  height: 3px;
  top: 6px;
  background-color: #bfbfbf;
  box-shadow: none; }

.noUi-horizontal {
  height: 3px; }

.noUi-connect {
  height: 3px;
  top: 6px;
  background-color: #0071CD;
  box-shadow: none; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #0071CD;
  border: none;
  left: -5px;
  top: -6px;
  transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.noUi-handle:before, .noUi-handle:after {
  content: none; }

.noUi-target .noUi-active.noUi-handle {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.noUi-target .range-label {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 50% 100%; }

.noUi-target .noUi-active .range-label {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px, -25px); }

.range-label span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.noUi-active .range-label span {
  opacity: 1; }

/* Multi Select ================================ */
.ms-container {
  width: auto !important; }
  .ms-container .ms-list {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }
  .ms-container .ms-list.ms-focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }
  .ms-container .ms-selectable,
  .ms-container .ms-selection {
    min-width: 250px !important; }
    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
      color: #000000 !important;
      background-color: #e6e6e6 !important; }
    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selectable li.ms-elem-selection,
    .ms-container .ms-selection li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
      padding: 9px 15px 6px 15px !important; }
  .ms-container .ms-optgroup-label {
    padding: 5px 0 0 8px !important; }

/* Card ======================================== */
.card {
  background: #fff;
  min-height: 50px;
  /**box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000; }
    .card .card-inside-title small {
      color: #999;
      display: block;
      font-size: 11px;
      margin-top: 5px; }
      .card .card-inside-title small a {
        color: #777;
        font-weight: bold; }
  .card .card-inside-title:first-child {
    margin-top: 0; }
  .card .bg-red,
  .card .bg-pink,
  .card .bg-purple,
  .card .bg-deep-purple,
  .card .bg-indigo,
  .card .bg-blue,
  .card .bg-light-blue,
  .card .bg-cyan,
  .card .bg-teal,
  .card .bg-green,
  .card .bg-light-green,
  .card .bg-lime,
  .card .bg-yellow,
  .card .bg-amber,
  .card .bg-orange,
  .card .bg-deep-orange,
  .card .bg-brown,
  .card .bg-grey,
  .card .bg-blue-grey,
  .card .bg-black {
    border-bottom: none !important;
    color: #fff !important; }
    .card .bg-red h2, .card .bg-red small, .card .bg-red .material-icons,
    .card .bg-pink h2,
    .card .bg-pink small,
    .card .bg-pink .material-icons,
    .card .bg-purple h2,
    .card .bg-purple small,
    .card .bg-purple .material-icons,
    .card .bg-deep-purple h2,
    .card .bg-deep-purple small,
    .card .bg-deep-purple .material-icons,
    .card .bg-indigo h2,
    .card .bg-indigo small,
    .card .bg-indigo .material-icons,
    .card .bg-blue h2,
    .card .bg-blue small,
    .card .bg-blue .material-icons,
    .card .bg-light-blue h2,
    .card .bg-light-blue small,
    .card .bg-light-blue .material-icons,
    .card .bg-cyan h2,
    .card .bg-cyan small,
    .card .bg-cyan .material-icons,
    .card .bg-teal h2,
    .card .bg-teal small,
    .card .bg-teal .material-icons,
    .card .bg-green h2,
    .card .bg-green small,
    .card .bg-green .material-icons,
    .card .bg-light-green h2,
    .card .bg-light-green small,
    .card .bg-light-green .material-icons,
    .card .bg-lime h2,
    .card .bg-lime small,
    .card .bg-lime .material-icons,
    .card .bg-yellow h2,
    .card .bg-yellow small,
    .card .bg-yellow .material-icons,
    .card .bg-amber h2,
    .card .bg-amber small,
    .card .bg-amber .material-icons,
    .card .bg-orange h2,
    .card .bg-orange small,
    .card .bg-orange .material-icons,
    .card .bg-deep-orange h2,
    .card .bg-deep-orange small,
    .card .bg-deep-orange .material-icons,
    .card .bg-brown h2,
    .card .bg-brown small,
    .card .bg-brown .material-icons,
    .card .bg-grey h2,
    .card .bg-grey small,
    .card .bg-grey .material-icons,
    .card .bg-blue-grey h2,
    .card .bg-blue-grey small,
    .card .bg-blue-grey .material-icons,
    .card .bg-black h2,
    .card .bg-black small,
    .card .bg-black .material-icons {
      color: #fff !important; }
    .card .bg-red .badge,
    .card .bg-pink .badge,
    .card .bg-purple .badge,
    .card .bg-deep-purple .badge,
    .card .bg-indigo .badge,
    .card .bg-blue .badge,
    .card .bg-light-blue .badge,
    .card .bg-cyan .badge,
    .card .bg-teal .badge,
    .card .bg-green .badge,
    .card .bg-light-green .badge,
    .card .bg-lime .badge,
    .card .bg-yellow .badge,
    .card .bg-amber .badge,
    .card .bg-orange .badge,
    .card .bg-deep-orange .badge,
    .card .bg-brown .badge,
    .card .bg-grey .badge,
    .card .bg-blue-grey .badge,
    .card .bg-black .badge {
      background-color: #fff;
      color: #555; }
  .card .header {
    color: #555;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35); }
    .card .header .header-dropdown {
      position: absolute;
      top: 20px;
      right: 15px;
      list-style: none; }
      .card .header .header-dropdown .dropdown-menu li {
        display: block !important; }
      .card .header .header-dropdown li {
        display: inline-block; }
      .card .header .header-dropdown i {
        font-size: 20px;
        color: #999;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .card .header .header-dropdown i:hover {
          color: #000; }
    .card .header h2 {
      margin: 0;
      font-size: 18px;
      font-weight: normal;
      color: #111; }
      .card .header h2 small {
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #999;
        line-height: 15px; }
        .card .header h2 small a {
          font-weight: bold;
          color: #777; }
    .card .header .col-xs-12 h2 {
      margin-top: 5px; }
  .card .body {
    font-size: 14px;
    color: #555;
    padding: 20px; }
    .card .body .col-xs-1,
    .card .body .col-sm-1,
    .card .body .col-md-1,
    .card .body .col-lg-1 {
      margin-bottom: 20px; }
    .card .body .col-xs-2,
    .card .body .col-sm-2,
    .card .body .col-md-2,
    .card .body .col-lg-2 {
      margin-bottom: 20px; }
    .card .body .col-xs-3,
    .card .body .col-sm-3,
    .card .body .col-md-3,
    .card .body .col-lg-3 {
      margin-bottom: 20px; }
    .card .body .col-xs-4,
    .card .body .col-sm-4,
    .card .body .col-md-4,
    .card .body .col-lg-4 {
      margin-bottom: 20px; }
    .card .body .col-xs-5,
    .card .body .col-sm-5,
    .card .body .col-md-5,
    .card .body .col-lg-5 {
      margin-bottom: 20px; }
    .card .body .col-xs-6,
    .card .body .col-sm-6,
    .card .body .col-md-6,
    .card .body .col-lg-6 {
      margin-bottom: 20px; }
    .card .body .col-xs-7,
    .card .body .col-sm-7,
    .card .body .col-md-7,
    .card .body .col-lg-7 {
      margin-bottom: 20px; }
    .card .body .col-xs-8,
    .card .body .col-sm-8,
    .card .body .col-md-8,
    .card .body .col-lg-8 {
      margin-bottom: 20px; }
    .card .body .col-xs-9,
    .card .body .col-sm-9,
    .card .body .col-md-9,
    .card .body .col-lg-9 {
      margin-bottom: 20px; }
    .card .body .col-xs-10,
    .card .body .col-sm-10,
    .card .body .col-md-10,
    .card .body .col-lg-10 {
      margin-bottom: 20px; }
    .card .body .col-xs-11,
    .card .body .col-sm-11,
    .card .body .col-md-11,
    .card .body .col-lg-11 {
      margin-bottom: 20px; }
    .card .body .col-xs-12,
    .card .body .col-sm-12,
    .card .body .col-md-12,
    .card .body .col-lg-12 {
      margin-bottom: 20px; }

/* Infobox ===================================== */
.info-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; }
    .info-box .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
    .info-box .icon .chart.chart-bar {
      height: 100%;
      line-height: 100px; }
      .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-pie {
      height: 100%;
      line-height: 123px; }
      .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-line {
      height: 100%;
      line-height: 115px; }
      .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important; }
  .info-box .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px; }
    .info-box-2 .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
  .info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px; }
    .info-box-2 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
    .info-box-2 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px; }
    .info-box-2 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-2 .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box-2 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-2 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-2.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-2.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-2.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-2.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-3 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-3 .chart {
    margin-right: 5px; }
  .info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-3 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-3 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-3 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-3 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-3 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-3 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-4 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-4 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-4 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-4 .chart {
    margin-right: 5px; }
  .info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-4 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-4 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-4 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-4 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-4 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-4 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-4.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-4.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-4.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-4.hover-expand-effect:hover:after {
  width: 100%; }

/* Alerts ====================================== */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff !important; }
  .alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }

.alert-success {
  background-color: #2b982b; }

.alert-info {
  background-color: #00b0e4; }

.alert-warning {
  background-color: #ff9600 !important; }

.alert-danger {
  background-color: #fb483a !important; }

.alert-dismissible .close {
  color: #fff;
  opacity: 1;
  border: none;
  text-shadow: none; }

/* Dialogs (SweetAlert) ======================== */
.sweet-alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }
  .sweet-alert p {
    font-size: 14px !important; }
  .sweet-alert .sa-input-error {
    top: 23px !important;
    right: 13px !important; }
  .sweet-alert h2 {
    font-size: 18px !important;
    margin: 0 0 5px 0 !important; }
  .sweet-alert button {
    font-size: 15px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 5px 20px !important; }

/* Checkbox & Radio ============================ */
[type="checkbox"] + label {
  padding-left: 26px;
  height: 25px;
  line-height: 21px;
  font-size: 13px;
  font-weight: normal; }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px; }

[type="checkbox"]:checked.chk-col-red + label:before {
  border-right: 2px solid #F44336;
  border-bottom: 2px solid #F44336; }

[type="checkbox"]:checked.chk-col-pink + label:before {
  border-right: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63; }

[type="checkbox"]:checked.chk-col-purple + label:before {
  border-right: 2px solid #9C27B0;
  border-bottom: 2px solid #9C27B0; }

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7; }

[type="checkbox"]:checked.chk-col-indigo + label:before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5; }

[type="checkbox"]:checked.chk-col-blue + label:before {
  border-right: 2px solid #0071CD;
  border-bottom: 2px solid #0071CD; }

[type="checkbox"]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4; }

[type="checkbox"]:checked.chk-col-cyan + label:before {
  border-right: 2px solid #00BCD4;
  border-bottom: 2px solid #00BCD4; }

[type="checkbox"]:checked.chk-col-teal + label:before {
  border-right: 2px solid #009688;
  border-bottom: 2px solid #009688; }

[type="checkbox"]:checked.chk-col-green + label:before {
  border-right: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50; }

[type="checkbox"]:checked.chk-col-light-green + label:before {
  border-right: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A; }

[type="checkbox"]:checked.chk-col-lime + label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39; }

[type="checkbox"]:checked.chk-col-yellow + label:before {
  border-right: 2px solid #ffe821;
  border-bottom: 2px solid #ffe821; }

[type="checkbox"]:checked.chk-col-amber + label:before {
  border-right: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107; }

[type="checkbox"]:checked.chk-col-orange + label:before {
  border-right: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800; }

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722; }

[type="checkbox"]:checked.chk-col-brown + label:before {
  border-right: 2px solid #795548;
  border-bottom: 2px solid #795548; }

[type="checkbox"]:checked.chk-col-grey + label:before {
  border-right: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E; }

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
  border-right: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B; }

[type="checkbox"]:checked.chk-col-black + label:before {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000; }

[type="checkbox"]:checked.chk-col-white + label:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important; }

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
  border: 2px solid #F44336;
  background-color: #F44336; }

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
  border: 2px solid #E91E63;
  background-color: #E91E63; }

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
  border: 2px solid #9C27B0;
  background-color: #9C27B0; }

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
  border: 2px solid #673AB7;
  background-color: #673AB7; }

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
  border: 2px solid #3F51B5;
  background-color: #3F51B5; }

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
  border: 2px solid #0071CD;
  background-color: #0071CD; }

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
  border: 2px solid #03A9F4;
  background-color: #03A9F4; }

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
  border: 2px solid #00BCD4;
  background-color: #00BCD4; }

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
  border: 2px solid #009688;
  background-color: #009688; }

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
  border: 2px solid #4CAF50;
  background-color: #4CAF50; }

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
  border: 2px solid #8BC34A;
  background-color: #8BC34A; }

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
  border: 2px solid #CDDC39;
  background-color: #CDDC39; }

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
  border: 2px solid #ffe821;
  background-color: #ffe821; }

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
  border: 2px solid #FFC107;
  background-color: #FFC107; }

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
  border: 2px solid #FF9800;
  background-color: #FF9800; }

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
  border: 2px solid #FF5722;
  background-color: #FF5722; }

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
  border: 2px solid #795548;
  background-color: #795548; }

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
  border: 2px solid #9E9E9E;
  background-color: #9E9E9E; }

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
  border: 2px solid #607D8B;
  background-color: #607D8B; }

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
  border: 2px solid #000000;
  background-color: #000000; }

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
  border: 2px solid #ffffff;
  background-color: #ffffff; }

[type="radio"]:not(:checked) + label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: normal; }

[type="radio"]:checked + label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: normal; }

[type="radio"].radio-col-red:checked + label:after {
  background-color: #F44336;
  border-color: #F44336; }

[type="radio"].radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border-color: #E91E63; }

[type="radio"].radio-col-purple:checked + label:after {
  background-color: #9C27B0;
  border-color: #9C27B0; }

[type="radio"].radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border-color: #673AB7; }

[type="radio"].radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border-color: #3F51B5; }

[type="radio"].radio-col-blue:checked + label:after {
  background-color: #0071CD;
  border-color: #0071CD; }

[type="radio"].radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border-color: #03A9F4; }

[type="radio"].radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border-color: #00BCD4; }

[type="radio"].radio-col-teal:checked + label:after {
  background-color: #009688;
  border-color: #009688; }

[type="radio"].radio-col-green:checked + label:after {
  background-color: #4CAF50;
  border-color: #4CAF50; }

[type="radio"].radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border-color: #8BC34A; }

[type="radio"].radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border-color: #CDDC39; }

[type="radio"].radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border-color: #ffe821; }

[type="radio"].radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border-color: #FFC107; }

[type="radio"].radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border-color: #FF9800; }

[type="radio"].radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border-color: #FF5722; }

[type="radio"].radio-col-brown:checked + label:after {
  background-color: #795548;
  border-color: #795548; }

[type="radio"].radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E; }

[type="radio"].radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border-color: #607D8B; }

[type="radio"].radio-col-black:checked + label:after {
  background-color: #000000;
  border-color: #000000; }

[type="radio"].radio-col-white:checked + label:after {
  background-color: #ffffff;
  border-color: #ffffff; }

[type="radio"].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #F44336; }

[type="radio"].with-gap.radio-col-red:checked + label:after {
  background-color: #F44336;
  border: 2px solid #F44336; }

[type="radio"].with-gap.radio-col-pink:checked + label:before {
  border: 2px solid #E91E63; }

[type="radio"].with-gap.radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63; }

[type="radio"].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #9C27B0; }

[type="radio"].with-gap.radio-col-purple:checked + label:after {
  background-color: #9C27B0;
  border: 2px solid #9C27B0; }

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #673AB7; }

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7; }

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
  border: 2px solid #3F51B5; }

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5; }

[type="radio"].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #0071CD; }

[type="radio"].with-gap.radio-col-blue:checked + label:after {
  background-color: #0071CD;
  border: 2px solid #0071CD; }

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #03A9F4; }

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4; }

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
  border: 2px solid #00BCD4; }

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4; }

[type="radio"].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #009688; }

[type="radio"].with-gap.radio-col-teal:checked + label:after {
  background-color: #009688;
  border: 2px solid #009688; }

[type="radio"].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #4CAF50; }

[type="radio"].with-gap.radio-col-green:checked + label:after {
  background-color: #4CAF50;
  border: 2px solid #4CAF50; }

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
  border: 2px solid #8BC34A; }

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A; }

[type="radio"].with-gap.radio-col-lime:checked + label:before {
  border: 2px solid #CDDC39; }

[type="radio"].with-gap.radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39; }

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #ffe821; }

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821; }

[type="radio"].with-gap.radio-col-amber:checked + label:before {
  border: 2px solid #FFC107; }

[type="radio"].with-gap.radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107; }

[type="radio"].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #FF9800; }

[type="radio"].with-gap.radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800; }

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #FF5722; }

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722; }

[type="radio"].with-gap.radio-col-brown:checked + label:before {
  border: 2px solid #795548; }

[type="radio"].with-gap.radio-col-brown:checked + label:after {
  background-color: #795548;
  border: 2px solid #795548; }

[type="radio"].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #9E9E9E; }

[type="radio"].with-gap.radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E; }

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
  border: 2px solid #607D8B; }

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B; }

[type="radio"].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000000; }

[type="radio"].with-gap.radio-col-black:checked + label:after {
  background-color: #000000;
  border: 2px solid #000000; }

[type="radio"].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #ffffff; }

[type="radio"].with-gap.radio-col-white:checked + label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff; }

/* Switch ====================================== */
.switch label {
  font-weight: normal;
  font-size: 13px; }
  .switch label .lever {
    margin: 0 14px; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-red {
    background-color: rgba(244, 67, 54, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
      background-color: #F44336; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-pink {
    background-color: rgba(233, 30, 99, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
      background-color: #E91E63; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-purple {
    background-color: rgba(156, 39, 176, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
      background-color: #9C27B0; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
      background-color: #673AB7; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
      background-color: #3F51B5; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(33, 150, 243, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-blue {
    background-color: rgba(33, 150, 243, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
      background-color: #0071CD; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
    background-color: #34C759; }
    .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
      background-color: #03A9F4; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
    background-color: rgba(0, 188, 212, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
      background-color: #00BCD4; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-teal {
    background-color: rgba(0, 150, 136, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
      background-color: #009688; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-green {
    background-color: rgba(76, 175, 80, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
      background-color: #4CAF50; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
      background-color: #8BC34A; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-lime {
    background-color: rgba(205, 220, 57, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
      background-color: #CDDC39; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
      background-color: #ffe821; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-amber {
    background-color: rgba(255, 193, 7, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
      background-color: #FFC107; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-orange {
    background-color: rgba(255, 152, 0, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
      background-color: #FF9800; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
      background-color: #FF5722; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-brown {
    background-color: rgba(121, 85, 72, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
      background-color: #795548; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-grey {
    background-color: rgba(158, 158, 158, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
      background-color: #9E9E9E; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
      background-color: #607D8B; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-black {
    background-color: rgba(0, 0, 0, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
      background-color: #000000; }
  .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1); }
  .switch label input[type=checkbox]:checked + .lever.switch-col-white {
    background-color: rgba(255, 255, 255, 0.5); }
    .switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
      background-color: #ffffff; }

/* DateTime Picker ============================= */
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #007d72; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #009688; }

.dtp .dtp-buttons .dtp-btn-ok {
  margin-left: 10px; }

.dtp .dtp-buttons .dtp-btn-clear {
  margin-right: 10px !important; }

.dtp .p10 > a {
  color: #fff; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #ffffff; }

.dtp table.dtp-picker-days tr td a.selected {
  background: #007d72;
  color: #fff; }

/* Bootstrap Select ============================ */
.bootstrap-select {
  box-shadow: none !important;
  border-bottom: 1px solid #ddd !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
    outline: none !important; }
  .bootstrap-select .bs-searchbox,
  .bootstrap-select .bs-actionsbox,
  .bootstrap-select .bs-donebutton {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e9e9e9; }
    .bootstrap-select .bs-searchbox .form-control,
    .bootstrap-select .bs-actionsbox .form-control,
    .bootstrap-select .bs-donebutton .form-control {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
      box-shadow: none !important;
      border: none;
      margin-left: 30px; }
  .bootstrap-select .bs-searchbox {
    position: relative; }
    .bootstrap-select .bs-searchbox:after {
      content: '\E8B6';
      font-family: 'MaterialIcons';
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 25px; }
  .bootstrap-select ul.dropdown-menu {
    margin-top: 0 !important; }
  .bootstrap-select .dropdown-menu li.selected a {
    background-color: #eee !important;
    color: #555 !important; }
  .bootstrap-select .dropdown-menu .active a {
    background-color: transparent;
    color: #333 !important; }
  .bootstrap-select .dropdown-menu .notify {
    background-color: #F44336 !important;
    color: #fff !important;
    border: none !important; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 9px; }

/* Tooltip & Popovers ========================== */
.tooltip {
  font-size: 13px; }
  .tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .popover .popover-title {
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #e9e9e9;
    border-bottom: 1px solid #ddd; }
  .popover .popover-content {
    font-size: 13px;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

/* Nav Tabs ==================================== */
.nav-tabs {
  border-bottom: 2px solid #eee; }
  .nav-tabs > li {
    position: relative;
    top: 3px;
    left: -2px; }
    .nav-tabs > li > a {
      border: none !important;
      color: #999 !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
        background-color: transparent !important; }
      .nav-tabs > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        border-bottom: 2px solid #0071CD;
        bottom: 2px;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        -webkit-transition: 0.1s ease-in;
        transition: 0.1s ease-in; }
      .nav-tabs > li > a .material-icons {
        position: relative;
        top: 7px;
        margin-bottom: 8px; }
  .nav-tabs li.active a {
    color: #222 !important; }
    .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
      background-color: transparent !important; }
    .nav-tabs li.active a:before {
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .nav-tabs + .tab-content {
    padding: 15px 0; }

.nav-tabs.tab-col-red > li > a:before {
  border-bottom: 2px solid #F44336; }

.nav-tabs.tab-col-pink > li > a:before {
  border-bottom: 2px solid #E91E63; }

.nav-tabs.tab-col-purple > li > a:before {
  border-bottom: 2px solid #9C27B0; }

.nav-tabs.tab-col-deep-purple > li > a:before {
  border-bottom: 2px solid #673AB7; }

.nav-tabs.tab-col-indigo > li > a:before {
  border-bottom: 2px solid #3F51B5; }

.nav-tabs.tab-col-blue > li > a:before {
  border-bottom: 2px solid #0071CD; }

.nav-tabs.tab-col-light-blue > li > a:before {
  border-bottom: 2px solid #03A9F4; }

.nav-tabs.tab-col-cyan > li > a:before {
  border-bottom: 2px solid #00BCD4; }

.nav-tabs.tab-col-teal > li > a:before {
  border-bottom: 2px solid #009688; }

.nav-tabs.tab-col-green > li > a:before {
  border-bottom: 2px solid #4CAF50; }

.nav-tabs.tab-col-light-green > li > a:before {
  border-bottom: 2px solid #8BC34A; }

.nav-tabs.tab-col-lime > li > a:before {
  border-bottom: 2px solid #CDDC39; }

.nav-tabs.tab-col-yellow > li > a:before {
  border-bottom: 2px solid #ffe821; }

.nav-tabs.tab-col-amber > li > a:before {
  border-bottom: 2px solid #FFC107; }

.nav-tabs.tab-col-orange > li > a:before {
  border-bottom: 2px solid #FF9800; }

.nav-tabs.tab-col-deep-orange > li > a:before {
  border-bottom: 2px solid #FF5722; }

.nav-tabs.tab-col-brown > li > a:before {
  border-bottom: 2px solid #795548; }

.nav-tabs.tab-col-grey > li > a:before {
  border-bottom: 2px solid #9E9E9E; }

.nav-tabs.tab-col-blue-grey > li > a:before {
  border-bottom: 2px solid #607D8B; }

.nav-tabs.tab-col-black > li > a:before {
  border-bottom: 2px solid #000000; }

.nav-tabs.tab-col-white > li > a:before {
  border-bottom: 2px solid #ffffff; }

/* Thumbnails ================================== */
.thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .thumbnail p:not(button) {
    color: #999999;
    font-size: 14px; }
  .thumbnail h3 {
    font-weight: bold;
    font-size: 17px; }

/* Modals ====================================== */
.modal .modal-header {
  border: none;
  padding: 25px 25px 5px 25px; }
  .modal .modal-header .modal-title {
    font-weight: bold;
    font-size: 16px; }

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.31) !important;
  border: none; }
  .modal .modal-content .modal-body {
    color: #777;
    padding: 15px 25px; }

.modal .modal-footer {
  border: none; }

.modal-col-red {
  background-color: #F44336; }
  .modal-col-red .modal-body,
  .modal-col-red .modal-title {
    color: #fff !important; }
  .modal-col-red .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-red .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-red .modal-footer .btn-link:hover, .modal-col-red .modal-footer .btn-link:active, .modal-col-red .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-pink {
  background-color: #E91E63; }
  .modal-col-pink .modal-body,
  .modal-col-pink .modal-title {
    color: #fff !important; }
  .modal-col-pink .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-pink .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-pink .modal-footer .btn-link:hover, .modal-col-pink .modal-footer .btn-link:active, .modal-col-pink .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-purple {
  background-color: #9C27B0; }
  .modal-col-purple .modal-body,
  .modal-col-purple .modal-title {
    color: #fff !important; }
  .modal-col-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-purple .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-purple .modal-footer .btn-link:hover, .modal-col-purple .modal-footer .btn-link:active, .modal-col-purple .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-deep-purple {
  background-color: #673AB7; }
  .modal-col-deep-purple .modal-body,
  .modal-col-deep-purple .modal-title {
    color: #fff !important; }
  .modal-col-deep-purple .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-deep-purple .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-deep-purple .modal-footer .btn-link:hover, .modal-col-deep-purple .modal-footer .btn-link:active, .modal-col-deep-purple .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-indigo {
  background-color: #3F51B5; }
  .modal-col-indigo .modal-body,
  .modal-col-indigo .modal-title {
    color: #fff !important; }
  .modal-col-indigo .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-indigo .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-indigo .modal-footer .btn-link:hover, .modal-col-indigo .modal-footer .btn-link:active, .modal-col-indigo .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-blue {
  background-color: #0071CD; }
  .modal-col-blue .modal-body,
  .modal-col-blue .modal-title {
    color: #fff !important; }
  .modal-col-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-blue .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-blue .modal-footer .btn-link:hover, .modal-col-blue .modal-footer .btn-link:active, .modal-col-blue .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-light-blue {
  background-color: #03A9F4; }
  .modal-col-light-blue .modal-body,
  .modal-col-light-blue .modal-title {
    color: #fff !important; }
  .modal-col-light-blue .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-light-blue .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-light-blue .modal-footer .btn-link:hover, .modal-col-light-blue .modal-footer .btn-link:active, .modal-col-light-blue .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-cyan {
  background-color: #00BCD4; }
  .modal-col-cyan .modal-body,
  .modal-col-cyan .modal-title {
    color: #fff !important; }
  .modal-col-cyan .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-cyan .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-cyan .modal-footer .btn-link:hover, .modal-col-cyan .modal-footer .btn-link:active, .modal-col-cyan .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-teal {
  background-color: #009688; }
  .modal-col-teal .modal-body,
  .modal-col-teal .modal-title {
    color: #fff !important; }
  .modal-col-teal .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-teal .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-teal .modal-footer .btn-link:hover, .modal-col-teal .modal-footer .btn-link:active, .modal-col-teal .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-green {
  background-color: #4CAF50; }
  .modal-col-green .modal-body,
  .modal-col-green .modal-title {
    color: #fff !important; }
  .modal-col-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-green .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-green .modal-footer .btn-link:hover, .modal-col-green .modal-footer .btn-link:active, .modal-col-green .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-light-green {
  background-color: #8BC34A; }
  .modal-col-light-green .modal-body,
  .modal-col-light-green .modal-title {
    color: #fff !important; }
  .modal-col-light-green .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-light-green .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-light-green .modal-footer .btn-link:hover, .modal-col-light-green .modal-footer .btn-link:active, .modal-col-light-green .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-lime {
  background-color: #CDDC39; }
  .modal-col-lime .modal-body,
  .modal-col-lime .modal-title {
    color: #fff !important; }
  .modal-col-lime .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-lime .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-lime .modal-footer .btn-link:hover, .modal-col-lime .modal-footer .btn-link:active, .modal-col-lime .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-yellow {
  background-color: #ffe821; }
  .modal-col-yellow .modal-body,
  .modal-col-yellow .modal-title {
    color: #fff !important; }
  .modal-col-yellow .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-yellow .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-yellow .modal-footer .btn-link:hover, .modal-col-yellow .modal-footer .btn-link:active, .modal-col-yellow .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-amber {
  background-color: #FFC107; }
  .modal-col-amber .modal-body,
  .modal-col-amber .modal-title {
    color: #fff !important; }
  .modal-col-amber .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-amber .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-amber .modal-footer .btn-link:hover, .modal-col-amber .modal-footer .btn-link:active, .modal-col-amber .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-orange {
  background-color: #FF9800; }
  .modal-col-orange .modal-body,
  .modal-col-orange .modal-title {
    color: #fff !important; }
  .modal-col-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-orange .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-orange .modal-footer .btn-link:hover, .modal-col-orange .modal-footer .btn-link:active, .modal-col-orange .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-deep-orange {
  background-color: #FF5722; }
  .modal-col-deep-orange .modal-body,
  .modal-col-deep-orange .modal-title {
    color: #fff !important; }
  .modal-col-deep-orange .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-deep-orange .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-deep-orange .modal-footer .btn-link:hover, .modal-col-deep-orange .modal-footer .btn-link:active, .modal-col-deep-orange .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-brown {
  background-color: #795548; }
  .modal-col-brown .modal-body,
  .modal-col-brown .modal-title {
    color: #fff !important; }
  .modal-col-brown .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-brown .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-brown .modal-footer .btn-link:hover, .modal-col-brown .modal-footer .btn-link:active, .modal-col-brown .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-grey {
  background-color: #9E9E9E; }
  .modal-col-grey .modal-body,
  .modal-col-grey .modal-title {
    color: #fff !important; }
  .modal-col-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-grey .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-grey .modal-footer .btn-link:hover, .modal-col-grey .modal-footer .btn-link:active, .modal-col-grey .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-blue-grey {
  background-color: #607D8B; }
  .modal-col-blue-grey .modal-body,
  .modal-col-blue-grey .modal-title {
    color: #fff !important; }
  .modal-col-blue-grey .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-blue-grey .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-blue-grey .modal-footer .btn-link:hover, .modal-col-blue-grey .modal-footer .btn-link:active, .modal-col-blue-grey .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-black {
  background-color: #000000; }
  .modal-col-black .modal-body,
  .modal-col-black .modal-title {
    color: #fff !important; }
  .modal-col-black .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-black .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-black .modal-footer .btn-link:hover, .modal-col-black .modal-footer .btn-link:active, .modal-col-black .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

.modal-col-white {
  background-color: #ffffff; }
  .modal-col-white .modal-body,
  .modal-col-white .modal-title {
    color: #fff !important; }
  .modal-col-white .modal-footer {
    background-color: rgba(0, 0, 0, 0.12); }
    .modal-col-white .modal-footer .btn-link {
      color: #fff !important; }
      .modal-col-white .modal-footer .btn-link:hover, .modal-col-white .modal-footer .btn-link:active, .modal-col-white .modal-footer .btn-link:focus {
        background-color: rgba(0, 0, 0, 0.12); }

/* Labels ====================================== */
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.label-primary {
  background-color: #1f91f3; }

.label-success {
  background-color: #2b982b; }

.label-info {
  background-color: #00b0e4; }

.label-warning {
  background-color: #ff9600; }

.label-danger {
  background-color: #fb483a; }

/* Collapse ==================================== */
.collapse .well,
.collapse.in .well,
.collapsing .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0; }

/* Tables ====================================== */
.table tbody tr td, .table tbody tr th {
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.table tbody tr.primary td, .table tbody tr.primary th {
  background-color: #1f91f3;
  color: #fff; }

.table tbody tr.success td, .table tbody tr.success th {
  background-color: #2b982b;
  color: #fff; }

.table tbody tr.info td, .table tbody tr.info th {
  background-color: #00b0e4;
  color: #fff; }

.table tbody tr.warning td, .table tbody tr.warning th {
  background-color: #ff9600;
  color: #fff; }

.table tbody tr.danger td, .table tbody tr.danger th {
  background-color: #fb483a;
  color: #fff; }

.table thead tr th {
  padding: 10px;
  border-bottom: 1px solid #eee; }

.table-bordered {
  border-top: 1px solid #eee; }
  .table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 10px;
    border-right: none !important;
        border-left: none !important; }
  .table-bordered thead tr th {
    padding: 10px;
    border: 1px solid #eee; }

/* Panel ======================================= */
.panel-group .panel-col-red {
  border: 1px solid #F44336; }
  .panel-group .panel-col-red .panel-title {
    background-color: #F44336 !important;
    color: #fff; }
  .panel-group .panel-col-red .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-pink {
  border: 1px solid #E91E63; }
  .panel-group .panel-col-pink .panel-title {
    background-color: #E91E63 !important;
    color: #fff; }
  .panel-group .panel-col-pink .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-purple {
  border: 1px solid #9C27B0; }
  .panel-group .panel-col-purple .panel-title {
    background-color: #9C27B0 !important;
    color: #fff; }
  .panel-group .panel-col-purple .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-deep-purple {
  border: 1px solid #673AB7; }
  .panel-group .panel-col-deep-purple .panel-title {
    background-color: #673AB7 !important;
    color: #fff; }
  .panel-group .panel-col-deep-purple .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-indigo {
  border: 1px solid #3F51B5; }
  .panel-group .panel-col-indigo .panel-title {
    background-color: #3F51B5 !important;
    color: #fff; }
  .panel-group .panel-col-indigo .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-blue {
  border: 1px solid #0071CD; }
  .panel-group .panel-col-blue .panel-title {
    background-color: #0071CD !important;
    color: #fff; }
  .panel-group .panel-col-blue .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-light-blue {
  border: 1px solid #03A9F4; }
  .panel-group .panel-col-light-blue .panel-title {
    background-color: #03A9F4 !important;
    color: #fff; }
  .panel-group .panel-col-light-blue .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-cyan {
  border: 1px solid #00BCD4; }
  .panel-group .panel-col-cyan .panel-title {
    background-color: #00BCD4 !important;
    color: #fff; }
  .panel-group .panel-col-cyan .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-teal {
  border: 1px solid #009688; }
  .panel-group .panel-col-teal .panel-title {
    background-color: #009688 !important;
    color: #fff; }
  .panel-group .panel-col-teal .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-green {
  border: 1px solid #4CAF50; }
  .panel-group .panel-col-green .panel-title {
    background-color: #4CAF50 !important;
    color: #fff; }
  .panel-group .panel-col-green .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-light-green {
  border: 1px solid #8BC34A; }
  .panel-group .panel-col-light-green .panel-title {
    background-color: #8BC34A !important;
    color: #fff; }
  .panel-group .panel-col-light-green .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-lime {
  border: 1px solid #CDDC39; }
  .panel-group .panel-col-lime .panel-title {
    background-color: #CDDC39 !important;
    color: #fff; }
  .panel-group .panel-col-lime .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-yellow {
  border: 1px solid #ffe821; }
  .panel-group .panel-col-yellow .panel-title {
    background-color: #ffe821 !important;
    color: #fff; }
  .panel-group .panel-col-yellow .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-amber {
  border: 1px solid #FFC107; }
  .panel-group .panel-col-amber .panel-title {
    background-color: #FFC107 !important;
    color: #fff; }
  .panel-group .panel-col-amber .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-orange {
  border: 1px solid #FF9800; }
  .panel-group .panel-col-orange .panel-title {
    background-color: #FF9800 !important;
    color: #fff; }
  .panel-group .panel-col-orange .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-deep-orange {
  border: 1px solid #FF5722; }
  .panel-group .panel-col-deep-orange .panel-title {
    background-color: #FF5722 !important;
    color: #fff; }
  .panel-group .panel-col-deep-orange .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-brown {
  border: 1px solid #795548; }
  .panel-group .panel-col-brown .panel-title {
    background-color: #795548 !important;
    color: #fff; }
  .panel-group .panel-col-brown .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-grey {
  border: 1px solid #9E9E9E; }
  .panel-group .panel-col-grey .panel-title {
    background-color: #9E9E9E !important;
    color: #fff; }
  .panel-group .panel-col-grey .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-blue-grey {
  border: 1px solid #607D8B; }
  .panel-group .panel-col-blue-grey .panel-title {
    background-color: #607D8B !important;
    color: #fff; }
  .panel-group .panel-col-blue-grey .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-black {
  border: 1px solid #000000; }
  .panel-group .panel-col-black .panel-title {
    background-color: #000000 !important;
    color: #fff; }
  .panel-group .panel-col-black .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel-col-white {
  border: 1px solid #ffffff; }
  .panel-group .panel-col-white .panel-title {
    background-color: #ffffff !important;
    color: #fff; }
  .panel-group .panel-col-white .panel-body {
    border-top-color: transparent !important; }

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .panel-group .panel .panel-title .material-icons {
    float: left;
    line-height: 16px;
    margin-right: 8px; }
  .panel-group .panel .panel-heading {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .panel-group .panel .panel-heading a {
      display: block;
      padding: 10px 15px; }
      .panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    color: #555; }

.panel-group .panel-primary {
  border: 1px solid #1f91f3; }
  .panel-group .panel-primary .panel-title {
    background-color: #1f91f3; }

.panel-group .panel-success {
  border: 1px solid #2b982b; }
  .panel-group .panel-success .panel-title {
    background-color: #2b982b;
    color: #fff; }

.panel-group .panel-warning {
  border: 1px solid #ff9600; }
  .panel-group .panel-warning .panel-title {
    background-color: #ff9600;
    color: #fff; }

.panel-group .panel-danger {
  border: 1px solid #fb483a; }
  .panel-group .panel-danger .panel-title {
    background-color: #fb483a;
    color: #fff; }

.full-body .panel-col-red .panel-body {
  border-top-color: #fff !important;
  background-color: #F44336;
  color: #fff; }

.full-body .panel-col-pink .panel-body {
  border-top-color: #fff !important;
  background-color: #E91E63;
  color: #fff; }

.full-body .panel-col-purple .panel-body {
  border-top-color: #fff !important;
  background-color: #9C27B0;
  color: #fff; }

.full-body .panel-col-deep-purple .panel-body {
  border-top-color: #fff !important;
  background-color: #673AB7;
  color: #fff; }

.full-body .panel-col-indigo .panel-body {
  border-top-color: #fff !important;
  background-color: #3F51B5;
  color: #fff; }

.full-body .panel-col-blue .panel-body {
  border-top-color: #fff !important;
  background-color: #0071CD;
  color: #fff; }

.full-body .panel-col-light-blue .panel-body {
  border-top-color: #fff !important;
  background-color: #03A9F4;
  color: #fff; }

.full-body .panel-col-cyan .panel-body {
  border-top-color: #fff !important;
  background-color: #00BCD4;
  color: #fff; }

.full-body .panel-col-teal .panel-body {
  border-top-color: #fff !important;
  background-color: #009688;
  color: #fff; }

.full-body .panel-col-green .panel-body {
  border-top-color: #fff !important;
  background-color: #4CAF50;
  color: #fff; }

.full-body .panel-col-light-green .panel-body {
  border-top-color: #fff !important;
  background-color: #8BC34A;
  color: #fff; }

.full-body .panel-col-lime .panel-body {
  border-top-color: #fff !important;
  background-color: #CDDC39;
  color: #fff; }

.full-body .panel-col-yellow .panel-body {
  border-top-color: #fff !important;
  background-color: #ffe821;
  color: #fff; }

.full-body .panel-col-amber .panel-body {
  border-top-color: #fff !important;
  background-color: #FFC107;
  color: #fff; }

.full-body .panel-col-orange .panel-body {
  border-top-color: #fff !important;
  background-color: #FF9800;
  color: #fff; }

.full-body .panel-col-deep-orange .panel-body {
  border-top-color: #fff !important;
  background-color: #FF5722;
  color: #fff; }

.full-body .panel-col-brown .panel-body {
  border-top-color: #fff !important;
  background-color: #795548;
  color: #fff; }

.full-body .panel-col-grey .panel-body {
  border-top-color: #fff !important;
  background-color: #9E9E9E;
  color: #fff; }

.full-body .panel-col-blue-grey .panel-body {
  border-top-color: #fff !important;
  background-color: #607D8B;
  color: #fff; }

.full-body .panel-col-black .panel-body {
  border-top-color: #fff !important;
  background-color: #000000;
  color: #fff; }

.full-body .panel-col-white .panel-body {
  border-top-color: #fff !important;
  background-color: #ffffff;
  color: #fff; }

.full-body .panel-primary .panel-body {
  border-top-color: #fff !important;
  background-color: #1f91f3;
  color: #fff; }

.full-body .panel-success .panel-body {
  border-top-color: #fff !important;
  background-color: #2b982b;
  color: #fff; }

.full-body .panel-warning .panel-body {
  border-top-color: #fff !important;
  background-color: #ff9600;
  color: #fff; }

.full-body .panel-danger .panel-body {
  border-top-color: #fff !important;
  background-color: #fb483a;
  color: #fff; }

/* Progress Bars =============================== */
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 22px; }
  .progress .progress-bar {
    line-height: 23px;
    background-color: #1f91f3; }
  .progress .progress-bar-success {
    background-color: #2b982b; }
  .progress .progress-bar-info {
    background-color: #00b0e4; }
  .progress .progress-bar-warning {
    background-color: #ff9600; }
  .progress .progress-bar-danger {
    background-color: #fb483a; }

/* Ion Range Slider ============================ */
.irs .irs-min,
.irs .irs-max,
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* Input Group ================================= */
.input-group {
  width: 100%;
  margin-bottom: 20px; }
  .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .input-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -2px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    .input-group .form-line + .input-group-addon {
      padding-right: 0;
      padding-left: 10px; }
  .input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .input-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px; }
  .input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold; }
    .input-group .input-group-addon .material-icons {
      font-size: 18px;
      color: #555; }
  .input-group input[type="text"],
  .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0; }
  .input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }

.input-group.input-group-sm .input-group-addon i {
  font-size: 14px; }

.input-group.input-group-sm .form-control {
  font-size: 12px; }

.input-group.input-group-lg .input-group-addon i {
  font-size: 26px; }

.input-group.input-group-lg .form-control {
  font-size: 18px; }

.form-control-label {
  text-align: right; }
  .form-control-label label {
    margin-top: 8px; }

.form-horizontal .form-group {
  margin-bottom: 0; }

.form-group {
  width: 100%;
  margin-bottom: 25px; }
  .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0; }
  .form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd; }
    .form-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: -1px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    .form-group .form-line .form-label {
      font-weight: normal;
      color: #aaa;
      position: absolute;
      top: 10px;
      left: 0;
      cursor: text;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .form-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px; }

.form-group-sm .form-label {
  font-size: 12px; }

.form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px; }

.form-group-lg .form-label {
  font-size: 18px; }

.form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent; }

/* Color Picker ================================ */
.colorpicker {
  z-index: 1; }
  .colorpicker:before, .colorpicker:after {
    display: none !important; }

/* Dropzone ==================================== */
.dropzone {
  border: 2px solid transparent !important;
  background-color: #eee !important; }
  .dropzone .dz-message .drag-icon-cph .material-icons {
    font-size: 80px;
    color: #777; }

.dz-drag-hover {
  border: 2px dashed #888 !important; }

/* Breadcrumbs ================================= */
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 13px;
  margin-bottom: 10px; }
  .breadcrumb li a {
    color: #444;
    text-decoration: none; }
    .breadcrumb li a .material-icons {
      font-size: 18px;
      position: relative;
      top: 4px; }
  .breadcrumb li .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px; }
  .breadcrumb > li + li:before {
    content: '>\00a0'; }

.breadcrumb-col-red li a {
  color: #F44336 !important;
  font-weight: bold; }

.breadcrumb-bg-red {
  background-color: #F44336 !important; }
  .breadcrumb-bg-red li {
    color: #fff !important; }
    .breadcrumb-bg-red li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-red li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-red li + li:before {
    color: #fff; }

.breadcrumb-col-pink li a {
  color: #E91E63 !important;
  font-weight: bold; }

.breadcrumb-bg-pink {
  background-color: #E91E63 !important; }
  .breadcrumb-bg-pink li {
    color: #fff !important; }
    .breadcrumb-bg-pink li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-pink li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-pink li + li:before {
    color: #fff; }

.breadcrumb-col-purple li a {
  color: #9C27B0 !important;
  font-weight: bold; }

.breadcrumb-bg-purple {
  background-color: #9C27B0 !important; }
  .breadcrumb-bg-purple li {
    color: #fff !important; }
    .breadcrumb-bg-purple li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-purple li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-purple li + li:before {
    color: #fff; }

.breadcrumb-col-deep-purple li a {
  color: #673AB7 !important;
  font-weight: bold; }

.breadcrumb-bg-deep-purple {
  background-color: #673AB7 !important; }
  .breadcrumb-bg-deep-purple li {
    color: #fff !important; }
    .breadcrumb-bg-deep-purple li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-deep-purple li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-deep-purple li + li:before {
    color: #fff; }

.breadcrumb-col-indigo li a {
  color: #3F51B5 !important;
  font-weight: bold; }

.breadcrumb-bg-indigo {
  background-color: #3F51B5 !important; }
  .breadcrumb-bg-indigo li {
    color: #fff !important; }
    .breadcrumb-bg-indigo li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-indigo li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-indigo li + li:before {
    color: #fff; }

.breadcrumb-col-blue li a {
  color: #0071CD !important;
  font-weight: bold; }

.breadcrumb-bg-blue {
  background-color: #0071CD !important; }
  .breadcrumb-bg-blue li {
    color: #fff !important; }
    .breadcrumb-bg-blue li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-blue li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-blue li + li:before {
    color: #fff; }

.breadcrumb-col-light-blue li a {
  color: #03A9F4 !important;
  font-weight: bold; }

.breadcrumb-bg-light-blue {
  background-color: #03A9F4 !important; }
  .breadcrumb-bg-light-blue li {
    color: #fff !important; }
    .breadcrumb-bg-light-blue li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-light-blue li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-light-blue li + li:before {
    color: #fff; }

.breadcrumb-col-cyan li a {
  color: #00BCD4 !important;
  font-weight: bold; }

.breadcrumb-bg-cyan {
  background-color: #00BCD4 !important; }
  .breadcrumb-bg-cyan li {
    color: #fff !important; }
    .breadcrumb-bg-cyan li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-cyan li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-cyan li + li:before {
    color: #fff; }

.breadcrumb-col-teal li a {
  color: #009688 !important;
  font-weight: bold; }

.breadcrumb-bg-teal {
  background-color: #009688 !important; }
  .breadcrumb-bg-teal li {
    color: #fff !important; }
    .breadcrumb-bg-teal li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-teal li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-teal li + li:before {
    color: #fff; }

.breadcrumb-col-green li a {
  color: #4CAF50 !important;
  font-weight: bold; }

.breadcrumb-bg-green {
  background-color: #4CAF50 !important; }
  .breadcrumb-bg-green li {
    color: #fff !important; }
    .breadcrumb-bg-green li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-green li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-green li + li:before {
    color: #fff; }

.breadcrumb-col-light-green li a {
  color: #8BC34A !important;
  font-weight: bold; }

.breadcrumb-bg-light-green {
  background-color: #8BC34A !important; }
  .breadcrumb-bg-light-green li {
    color: #fff !important; }
    .breadcrumb-bg-light-green li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-light-green li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-light-green li + li:before {
    color: #fff; }

.breadcrumb-col-lime li a {
  color: #CDDC39 !important;
  font-weight: bold; }

.breadcrumb-bg-lime {
  background-color: #CDDC39 !important; }
  .breadcrumb-bg-lime li {
    color: #fff !important; }
    .breadcrumb-bg-lime li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-lime li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-lime li + li:before {
    color: #fff; }

.breadcrumb-col-yellow li a {
  color: #ffe821 !important;
  font-weight: bold; }

.breadcrumb-bg-yellow {
  background-color: #ffe821 !important; }
  .breadcrumb-bg-yellow li {
    color: #fff !important; }
    .breadcrumb-bg-yellow li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-yellow li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-yellow li + li:before {
    color: #fff; }

.breadcrumb-col-amber li a {
  color: #FFC107 !important;
  font-weight: bold; }

.breadcrumb-bg-amber {
  background-color: #FFC107 !important; }
  .breadcrumb-bg-amber li {
    color: #fff !important; }
    .breadcrumb-bg-amber li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-amber li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-amber li + li:before {
    color: #fff; }

.breadcrumb-col-orange li a {
  color: #FF9800 !important;
  font-weight: bold; }

.breadcrumb-bg-orange {
  background-color: #FF9800 !important; }
  .breadcrumb-bg-orange li {
    color: #fff !important; }
    .breadcrumb-bg-orange li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-orange li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-orange li + li:before {
    color: #fff; }

.breadcrumb-col-deep-orange li a {
  color: #FF5722 !important;
  font-weight: bold; }

.breadcrumb-bg-deep-orange {
  background-color: #FF5722 !important; }
  .breadcrumb-bg-deep-orange li {
    color: #fff !important; }
    .breadcrumb-bg-deep-orange li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-deep-orange li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-deep-orange li + li:before {
    color: #fff; }

.breadcrumb-col-brown li a {
  color: #795548 !important;
  font-weight: bold; }

.breadcrumb-bg-brown {
  background-color: #795548 !important; }
  .breadcrumb-bg-brown li {
    color: #fff !important; }
    .breadcrumb-bg-brown li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-brown li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-brown li + li:before {
    color: #fff; }

.breadcrumb-col-grey li a {
  color: #9E9E9E !important;
  font-weight: bold; }

.breadcrumb-bg-grey {
  background-color: #9E9E9E !important; }
  .breadcrumb-bg-grey li {
    color: #fff !important; }
    .breadcrumb-bg-grey li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-grey li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-grey li + li:before {
    color: #fff; }

.breadcrumb-col-blue-grey li a {
  color: #607D8B !important;
  font-weight: bold; }

.breadcrumb-bg-blue-grey {
  background-color: #607D8B !important; }
  .breadcrumb-bg-blue-grey li {
    color: #fff !important; }
    .breadcrumb-bg-blue-grey li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-blue-grey li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-blue-grey li + li:before {
    color: #fff; }

.breadcrumb-col-black li a {
  color: #000000 !important;
  font-weight: bold; }

.breadcrumb-bg-black {
  background-color: #000000 !important; }
  .breadcrumb-bg-black li {
    color: #fff !important; }
    .breadcrumb-bg-black li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-black li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-black li + li:before {
    color: #fff; }

.breadcrumb-col-white li a {
  color: #ffffff !important;
  font-weight: bold; }

.breadcrumb-bg-white {
  background-color: #ffffff !important; }
  .breadcrumb-bg-white li {
    color: #fff !important; }
    .breadcrumb-bg-white li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-white li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-white li + li:before {
    color: #fff; }

/* Badge | List Group Item ===================== */
.badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.list-group .active {
  background-color: #0071CD;
  border-color: #0071CD; }
  .list-group .active:hover, .list-group .active:focus, .list-group .active:active {
    background-color: #0071CD;
    border-color: #0071CD; }
  .list-group .active .list-group-item-text {
    color: #dfe9f1;
    font-size: 13px; }
    .list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
      color: #dfe9f1; }

.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
  color: #dfe9f1; }

.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.list-group .list-group-item .list-group-item-heading {
  font-weight: bold;
  font-size: 17px; }

.list-group .list-group-item-success {
  background-color: #2b982b;
  border: none;
  color: #fff; }
  .list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
    background-color: #2b982b;
    color: #fff;
    opacity: 0.8; }

.list-group .list-group-item-info {
  background-color: #00b0e4;
  border: none;
  color: #fff; }
  .list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
    background-color: #00b0e4;
    color: #fff;
    opacity: 0.8; }

.list-group .list-group-item-warning {
  background-color: #ff9600;
  border: none;
  color: #fff; }
  .list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
    background-color: #ff9600;
    color: #fff;
    opacity: 0.8; }

.list-group .list-group-item-danger {
  background-color: #fb483a;
  border: none;
  color: #fff; }
  .list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
    background-color: #fb483a;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-red {
  stroke: #F44336; }

.list-group .list-group-bg-red {
  background-color: #F44336;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-red:hover, .list-group .list-group-bg-red:focus {
    background-color: #F44336;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-pink {
  stroke: #E91E63; }

.list-group .list-group-bg-pink {
  background-color: #E91E63;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-pink:hover, .list-group .list-group-bg-pink:focus {
    background-color: #E91E63;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-purple {
  stroke: #9C27B0; }

.list-group .list-group-bg-purple {
  background-color: #9C27B0;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-purple:hover, .list-group .list-group-bg-purple:focus {
    background-color: #9C27B0;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-deep-purple {
  stroke: #673AB7; }

.list-group .list-group-bg-deep-purple {
  background-color: #673AB7;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-deep-purple:hover, .list-group .list-group-bg-deep-purple:focus {
    background-color: #673AB7;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-indigo {
  stroke: #3F51B5; }

.list-group .list-group-bg-indigo {
  background-color: #3F51B5;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-indigo:hover, .list-group .list-group-bg-indigo:focus {
    background-color: #3F51B5;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-blue {
  stroke: #0071CD; }

.list-group .list-group-bg-blue {
  background-color: #0071CD;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-blue:hover, .list-group .list-group-bg-blue:focus {
    background-color: #0071CD;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-light-blue {
  stroke: #03A9F4; }

.list-group .list-group-bg-light-blue {
  background-color: #03A9F4;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-light-blue:hover, .list-group .list-group-bg-light-blue:focus {
    background-color: #03A9F4;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-cyan {
  stroke: #00BCD4; }

.list-group .list-group-bg-cyan {
  background-color: #00BCD4;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-cyan:hover, .list-group .list-group-bg-cyan:focus {
    background-color: #00BCD4;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-teal {
  stroke: #009688; }

.list-group .list-group-bg-teal {
  background-color: #009688;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-teal:hover, .list-group .list-group-bg-teal:focus {
    background-color: #009688;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-green {
  stroke: #4CAF50; }

.list-group .list-group-bg-green {
  background-color: #4CAF50;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-green:hover, .list-group .list-group-bg-green:focus {
    background-color: #4CAF50;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-light-green {
  stroke: #8BC34A; }

.list-group .list-group-bg-light-green {
  background-color: #8BC34A;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-light-green:hover, .list-group .list-group-bg-light-green:focus {
    background-color: #8BC34A;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-lime {
  stroke: #CDDC39; }

.list-group .list-group-bg-lime {
  background-color: #CDDC39;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-lime:hover, .list-group .list-group-bg-lime:focus {
    background-color: #CDDC39;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-yellow {
  stroke: #ffe821; }

.list-group .list-group-bg-yellow {
  background-color: #ffe821;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-yellow:hover, .list-group .list-group-bg-yellow:focus {
    background-color: #ffe821;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-amber {
  stroke: #FFC107; }

.list-group .list-group-bg-amber {
  background-color: #FFC107;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-amber:hover, .list-group .list-group-bg-amber:focus {
    background-color: #FFC107;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-orange {
  stroke: #FF9800; }

.list-group .list-group-bg-orange {
  background-color: #FF9800;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-orange:hover, .list-group .list-group-bg-orange:focus {
    background-color: #FF9800;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-deep-orange {
  stroke: #FF5722; }

.list-group .list-group-bg-deep-orange {
  background-color: #FF5722;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-deep-orange:hover, .list-group .list-group-bg-deep-orange:focus {
    background-color: #FF5722;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-brown {
  stroke: #795548; }

.list-group .list-group-bg-brown {
  background-color: #795548;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-brown:hover, .list-group .list-group-bg-brown:focus {
    background-color: #795548;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-grey {
  stroke: #9E9E9E; }

.list-group .list-group-bg-grey {
  background-color: #9E9E9E;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-grey:hover, .list-group .list-group-bg-grey:focus {
    background-color: #9E9E9E;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-blue-grey {
  stroke: #607D8B; }

.list-group .list-group-bg-blue-grey {
  background-color: #607D8B;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-blue-grey:hover, .list-group .list-group-bg-blue-grey:focus {
    background-color: #607D8B;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-black {
  stroke: #000000; }

.list-group .list-group-bg-black {
  background-color: #000000;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-black:hover, .list-group .list-group-bg-black:focus {
    background-color: #000000;
    color: #fff;
    opacity: 0.8; }

.list-group .pl-white {
  stroke: #ffffff; }

.list-group .list-group-bg-white {
  background-color: #ffffff;
  border: none;
  color: #fff; }
  .list-group .list-group-bg-white:hover, .list-group .list-group-bg-white:focus {
    background-color: #ffffff;
    color: #fff;
    opacity: 0.8; }

/* Pagination & Pager ========================== */
.pager li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #222;
  font-weight: bold; }

.pager li a:focus,
.pager li a:active {
  background-color: transparent; }

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled a:active {
  color: #bbb; }

.pagination li.active a {
  background-color: #0071CD; }

.pagination li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .pagination li a:focus,
  .pagination li a:active {
    background-color: transparent;
    color: #555; }

.pagination > li > a {
  border: none;
  color: #555; }

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: auto;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;     
  font-weight: 100;}
  .pagination > li:first-child > a .material-icons,
  .pagination > li:last-child > a .material-icons {
    position: relative;
    bottom: 2px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:last-child > a {
  width: 28px;
  height: 28px; }
  .pagination-sm > li:first-child > a .material-icons,
  .pagination-sm > li:last-child > a .material-icons {
    position: relative;
    top: -1px;
    left: -6px;
    font-size: 20px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:last-child > a {
  width: 44px;
  height: 44px; }
  .pagination-lg > li:first-child > a .material-icons,
  .pagination-lg > li:last-child > a .material-icons {
    font-size: 30px;
    position: relative;
    top: -3px;
    left: -10px; }

/* Media Object ================================ */
.media {
  margin-bottom: 25px; }
  .media .media-body {
    color: #777;
    font-size: 13px; }
    .media .media-body .media-heading {
      font-size: 16px;
      font-weight: bold;
      color: #333; }

/* Form Wizard ================================= */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  float: left;
  width: 30%; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard.vertical > .content {
  float: left;
  margin: 0 0 0.5em 0;
  width: 70%; }

.wizard.vertical > .actions {
  float: right;
  width: 100%; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%;
  float: left; }

.wizard > .actions > ul > li {
  float: left; }

.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default; }
  .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default; }

.wizard > .steps .current a {
  background: #2184be;
  color: #fff;
  cursor: default; }
  .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default; }

.wizard > .steps .done a {
  background: #9dc8e2;
  color: #fff; }
  .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff; }

.wizard > .steps .error a {
  background: #ff3111;
  color: #fff; }
  .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff; }

.wizard > .content {
  border: 1px solid #ddd;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }

.wizard > .actions a {
    text-transform: uppercase;
  background: #0071cd;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #0071cd;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa; }
  .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa; }

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px 30px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .tabcontrol > .content > .body ul {
      list-style: disc !important; }
      .tabcontrol > .content > .body ul > li {
        display: list-item; }

.wizard .content {
  min-height: 245px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow-y: auto; }
  .wizard .content .body {
    padding: 15px; }

.wizard .steps a {
    text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.wizard .steps .done a {
  background-color: #095a9b }
  .wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
    background-color: #9dc8e2 }

.wizard .steps .error a {
  background-color: #F44336 !important; }

.wizard .steps .current a {
  background-color: #0071CD; }
  .wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
    background-color: #0071CD; }

/* Waves ======================================= */
.waves-effect.waves-red .waves-ripple {
  background: rgba(244, 67, 54, 0.5); }

.waves-effect.waves-pink .waves-ripple {
  background: rgba(233, 30, 99, 0.5); }

.waves-effect.waves-purple .waves-ripple {
  background: rgba(156, 39, 176, 0.5); }

.waves-effect.waves-deep-purple .waves-ripple {
  background: rgba(103, 58, 183, 0.5); }

.waves-effect.waves-indigo .waves-ripple {
  background: rgba(63, 81, 181, 0.5); }

.waves-effect.waves-blue .waves-ripple {
  background: rgba(33, 150, 243, 0.5); }

.waves-effect.waves-light-blue .waves-ripple {
  background: rgba(3, 169, 244, 0.5); }

.waves-effect.waves-cyan .waves-ripple {
  background: rgba(0, 188, 212, 0.5); }

.waves-effect.waves-teal .waves-ripple {
  background: rgba(0, 150, 136, 0.5); }

.waves-effect.waves-green .waves-ripple {
  background: rgba(76, 175, 80, 0.5); }

.waves-effect.waves-light-green .waves-ripple {
  background: rgba(139, 195, 74, 0.5); }

.waves-effect.waves-lime .waves-ripple {
  background: rgba(205, 220, 57, 0.5); }

.waves-effect.waves-yellow .waves-ripple {
  background: rgba(255, 232, 33, 0.5); }

.waves-effect.waves-amber .waves-ripple {
  background: rgba(255, 193, 7, 0.5); }

.waves-effect.waves-orange .waves-ripple {
  background: rgba(255, 152, 0, 0.5); }

.waves-effect.waves-deep-orange .waves-ripple {
  background: rgba(255, 87, 34, 0.5); }

.waves-effect.waves-brown .waves-ripple {
  background: rgba(121, 85, 72, 0.5); }

.waves-effect.waves-grey .waves-ripple {
  background: rgba(158, 158, 158, 0.5); }

.waves-effect.waves-blue-grey .waves-ripple {
  background: rgba(96, 125, 139, 0.5); }

.waves-effect.waves-black .waves-ripple {
  background: rgba(0, 0, 0, 0.5); }

.waves-effect.waves-white .waves-ripple {
  background: rgba(255, 255, 255, 0.5); }

/* Page Loader ================================= */
.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444; }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px); }

/* Preloaders ================================== */
.md-preloader .pl-red {
  stroke: #F44336; }

.md-preloader .pl-pink {
  stroke: #E91E63; }

.md-preloader .pl-purple {
  stroke: #9C27B0; }

.md-preloader .pl-deep-purple {
  stroke: #673AB7; }

.md-preloader .pl-indigo {
  stroke: #3F51B5; }

.md-preloader .pl-blue {
  stroke: #0071CD; }

.md-preloader .pl-light-blue {
  stroke: #03A9F4; }

.md-preloader .pl-cyan {
  stroke: #00BCD4; }

.md-preloader .pl-teal {
  stroke: #009688; }

.md-preloader .pl-green {
  stroke: #4CAF50; }

.md-preloader .pl-light-green {
  stroke: #8BC34A; }

.md-preloader .pl-lime {
  stroke: #CDDC39; }

.md-preloader .pl-yellow {
  stroke: #ffe821; }

.md-preloader .pl-amber {
  stroke: #FFC107; }

.md-preloader .pl-orange {
  stroke: #FF9800; }

.md-preloader .pl-deep-orange {
  stroke: #FF5722; }

.md-preloader .pl-brown {
  stroke: #795548; }

.md-preloader .pl-grey {
  stroke: #9E9E9E; }

.md-preloader .pl-blue-grey {
  stroke: #607D8B; }

.md-preloader .pl-black {
  stroke: #000000; }

.md-preloader .pl-white {
  stroke: #ffffff; }

.preloader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }
  .preloader.pl-size-xl {
    width: 75px;
    height: 75px; }
  .preloader.pl-size-l {
    width: 60px;
    height: 60px; }
  .preloader.pl-size-md {
    width: 50px;
    height: 50px; }
  .preloader.pl-size-sm {
    width: 40px;
    height: 40px; }
  .preloader.pl-size-xs {
    width: 25px;
    height: 25px; }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #F44336;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .spinner-layer.pl-red {
    border-color: #F44336; }
  .spinner-layer.pl-pink {
    border-color: #E91E63; }
  .spinner-layer.pl-purple {
    border-color: #9C27B0; }
  .spinner-layer.pl-deep-purple {
    border-color: #673AB7; }
  .spinner-layer.pl-indigo {
    border-color: #3F51B5; }
  .spinner-layer.pl-blue {
    border-color: #0071CD; }
  .spinner-layer.pl-light-blue {
    border-color: #03A9F4; }
  .spinner-layer.pl-cyan {
    border-color: #00BCD4; }
  .spinner-layer.pl-teal {
    border-color: #009688; }
  .spinner-layer.pl-green {
    border-color: #4CAF50; }
  .spinner-layer.pl-light-green {
    border-color: #8BC34A; }
  .spinner-layer.pl-lime {
    border-color: #CDDC39; }
  .spinner-layer.pl-yellow {
    border-color: #ffe821; }
  .spinner-layer.pl-amber {
    border-color: #FFC107; }
  .spinner-layer.pl-orange {
    border-color: #FF9800; }
  .spinner-layer.pl-deep-orange {
    border-color: #FF5722; }
  .spinner-layer.pl-brown {
    border-color: #795548; }
  .spinner-layer.pl-grey {
    border-color: #9E9E9E; }
  .spinner-layer.pl-blue-grey {
    border-color: #607D8B; }
  .spinner-layer.pl-black {
    border-color: #000000; }
  .spinner-layer.pl-white {
    border-color: #ffffff; }

.right {
  float: right !important; }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .gap-patch.circle {
    width: 1000%;
    left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  25% {
    transform: rotate(270deg); }
  37.5% {
    transform: rotate(405deg); }
  50% {
    transform: rotate(540deg); }
  62.5% {
    transform: rotate(675deg); }
  75% {
    transform: rotate(810deg); }
  87.5% {
    transform: rotate(945deg); }
  to {
    transform: rotate(1080deg); } }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

/* Navbars ===================================== */
.navbar-brand {
    padding: 6px 15px;
  }

.navbar {
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%; 
  height: 50px;
}
  .navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .navbar .navbar-custom-right-menu {
    float: right; }
  .navbar .navbar-toggle {
    text-decoration: none;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 17px; }
    .navbar .navbar-toggle:before {
      content: '\E8D5';
      font-family: 'MaterialIcons';
      font-size: 26px; }
  .navbar .navbar-collapse.in {
    overflow: visible; }

.ls-closed .sidebar {
  margin-left: -300px; }

.ls-closed section.content {
  margin-left: 0px; }

.ls-closed .bars:after, .ls-closed .bars:before {
  font-family: 'MaterialIcons';
  font-size: 24px;
  position: absolute;
  top: 9px;
  left: 20px;
  margin-right: 10px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ls-closed .bars:before {
  content: '\E5D2';
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.ls-closed .bars:after {
  content: '\E5C4';
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.ls-closed .navbar-brand {
  margin-left: 30px; }

.overlay-open .bars:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.overlay-open .bars:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.navbar-header {
  padding: 10px 7px; }
  .navbar-header .bars {
    float: left;
    text-decoration: none; }

.navbar-nav > li > a {
  padding: 7px 7px 2px 7px;
  margin-left: 5px;
      margin-top: 8px; }

.navbar-nav .dropdown-menu {
  margin-top: -40px !important; }

.label-count {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 10px;
  line-height: 15px;
  background-color: #000;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:hover,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus {
  color: #fff; }

.col-red .navbar .nav > li > a:hover,
.col-red .navbar .nav > li > a:focus,
.col-red .navbar .nav .open > a,
.col-red .navbar .nav .open > a:hover,
.col-red .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-red .navbar .nav > li > a {
  color: #fff; }

.col-red .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-red .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:hover,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus {
  color: #fff; }

.col-pink .navbar .nav > li > a:hover,
.col-pink .navbar .nav > li > a:focus,
.col-pink .navbar .nav .open > a,
.col-pink .navbar .nav .open > a:hover,
.col-pink .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-pink .navbar .nav > li > a {
  color: #fff; }

.col-pink .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-pink .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:hover,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus {
  color: #fff; }

.col-purple .navbar .nav > li > a:hover,
.col-purple .navbar .nav > li > a:focus,
.col-purple .navbar .nav .open > a,
.col-purple .navbar .nav .open > a:hover,
.col-purple .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-purple .navbar .nav > li > a {
  color: #fff; }

.col-purple .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-purple .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:hover,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus {
  color: #fff; }

.col-deep-purple .navbar .nav > li > a:hover,
.col-deep-purple .navbar .nav > li > a:focus,
.col-deep-purple .navbar .nav .open > a,
.col-deep-purple .navbar .nav .open > a:hover,
.col-deep-purple .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-deep-purple .navbar .nav > li > a {
  color: #fff; }

.col-deep-purple .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-deep-purple .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:hover,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus {
  color: #fff; }

.col-indigo .navbar .nav > li > a:hover,
.col-indigo .navbar .nav > li > a:focus,
.col-indigo .navbar .nav .open > a,
.col-indigo .navbar .nav .open > a:hover,
.col-indigo .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-indigo .navbar .nav > li > a {
  color: #fff; }

.col-indigo .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-indigo .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:hover,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus {
  color: #fff; }

.col-blue .navbar .nav > li > a:hover,
.col-blue .navbar .nav > li > a:focus,
.col-blue .navbar .nav .open > a,
.col-blue .navbar .nav .open > a:hover,
.col-blue .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-blue .navbar .nav > li > a {
  color: #fff; }

.col-blue .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-blue .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:hover,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus {
  color: #fff; }

.col-light-blue .navbar .nav > li > a:hover,
.col-light-blue .navbar .nav > li > a:focus,
.col-light-blue .navbar .nav .open > a,
.col-light-blue .navbar .nav .open > a:hover,
.col-light-blue .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-light-blue .navbar .nav > li > a {
  color: #fff; }

.col-light-blue .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-light-blue .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:hover,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus {
  color: #fff; }

.col-cyan .navbar .nav > li > a:hover,
.col-cyan .navbar .nav > li > a:focus,
.col-cyan .navbar .nav .open > a,
.col-cyan .navbar .nav .open > a:hover,
.col-cyan .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-cyan .navbar .nav > li > a {
  color: #fff; }

.col-cyan .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-cyan .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:hover,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus {
  color: #fff; }

.col-teal .navbar .nav > li > a:hover,
.col-teal .navbar .nav > li > a:focus,
.col-teal .navbar .nav .open > a,
.col-teal .navbar .nav .open > a:hover,
.col-teal .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-teal .navbar .nav > li > a {
  color: #fff; }

.col-teal .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-teal .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:hover,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus {
  color: #fff; }

.col-green .navbar .nav > li > a:hover,
.col-green .navbar .nav > li > a:focus,
.col-green .navbar .nav .open > a,
.col-green .navbar .nav .open > a:hover,
.col-green .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-green .navbar .nav > li > a {
  color: #fff; }

.col-green .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-green .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:hover,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus {
  color: #fff; }

.col-light-green .navbar .nav > li > a:hover,
.col-light-green .navbar .nav > li > a:focus,
.col-light-green .navbar .nav .open > a,
.col-light-green .navbar .nav .open > a:hover,
.col-light-green .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-light-green .navbar .nav > li > a {
  color: #fff; }

.col-light-green .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-light-green .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:hover,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus {
  color: #fff; }

.col-lime .navbar .nav > li > a:hover,
.col-lime .navbar .nav > li > a:focus,
.col-lime .navbar .nav .open > a,
.col-lime .navbar .nav .open > a:hover,
.col-lime .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-lime .navbar .nav > li > a {
  color: #fff; }

.col-lime .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-lime .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:hover,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus {
  color: #fff; }

.col-yellow .navbar .nav > li > a:hover,
.col-yellow .navbar .nav > li > a:focus,
.col-yellow .navbar .nav .open > a,
.col-yellow .navbar .nav .open > a:hover,
.col-yellow .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-yellow .navbar .nav > li > a {
  color: #fff; }

.col-yellow .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-yellow .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:hover,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus {
  color: #fff; }

.col-amber .navbar .nav > li > a:hover,
.col-amber .navbar .nav > li > a:focus,
.col-amber .navbar .nav .open > a,
.col-amber .navbar .nav .open > a:hover,
.col-amber .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-amber .navbar .nav > li > a {
  color: #fff; }

.col-amber .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-amber .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:hover,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus {
  color: #fff; }

.col-orange .navbar .nav > li > a:hover,
.col-orange .navbar .nav > li > a:focus,
.col-orange .navbar .nav .open > a,
.col-orange .navbar .nav .open > a:hover,
.col-orange .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-orange .navbar .nav > li > a {
  color: #fff; }

.col-orange .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-orange .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:hover,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus {
  color: #fff; }

.col-deep-orange .navbar .nav > li > a:hover,
.col-deep-orange .navbar .nav > li > a:focus,
.col-deep-orange .navbar .nav .open > a,
.col-deep-orange .navbar .nav .open > a:hover,
.col-deep-orange .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-deep-orange .navbar .nav > li > a {
  color: #fff; }

.col-deep-orange .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-deep-orange .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:hover,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus {
  color: #fff; }

.col-brown .navbar .nav > li > a:hover,
.col-brown .navbar .nav > li > a:focus,
.col-brown .navbar .nav .open > a,
.col-brown .navbar .nav .open > a:hover,
.col-brown .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-brown .navbar .nav > li > a {
  color: #fff; }

.col-brown .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-brown .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:hover,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus {
  color: #fff; }

.col-grey .navbar .nav > li > a:hover,
.col-grey .navbar .nav > li > a:focus,
.col-grey .navbar .nav .open > a,
.col-grey .navbar .nav .open > a:hover,
.col-grey .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-grey .navbar .nav > li > a {
  color: #fff; }

.col-grey .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-grey .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:hover,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus {
  color: #fff; }

.col-blue-grey .navbar .nav > li > a:hover,
.col-blue-grey .navbar .nav > li > a:focus,
.col-blue-grey .navbar .nav .open > a,
.col-blue-grey .navbar .nav .open > a:hover,
.col-blue-grey .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-blue-grey .navbar .nav > li > a {
  color: #fff; }

.col-blue-grey .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-blue-grey .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:hover,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus {
  color: #fff; }

.col-black .navbar .nav > li > a:hover,
.col-black .navbar .nav > li > a:focus,
.col-black .navbar .nav .open > a,
.col-black .navbar .nav .open > a:hover,
.col-black .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-black .navbar .nav > li > a {
  color: #fff; }

.col-black .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-black .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:hover,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus {
  color: #fff; }

.col-white .navbar .nav > li > a:hover,
.col-white .navbar .nav > li > a:focus,
.col-white .navbar .nav .open > a,
.col-white .navbar .nav .open > a:hover,
.col-white .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.col-white .navbar .nav > li > a {
  color: #fff; }

.col-white .navbar .bars {
  float: left;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 4px; }

.col-white .navbar .bars:hover {
  background-color: rgba(0, 0, 0, 0.08); }

/* Dropdown Menu =============================== */
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-top: -35px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none; }
  .dropdown-menu .divider {
    margin: 5px 0; }
  .dropdown-menu .header {
    font-size: 13px;
    font-weight: bold;
    min-width: 270px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 4px 0 6px 0; }
  .dropdown-menu ul.menu {
    padding-left: 0; }
    .dropdown-menu ul.menu.tasks h4 {
      color: #333;
      font-size: 13px;
      margin: 0 0 8px 0; }
      .dropdown-menu ul.menu.tasks h4 small {
        float: right;
        margin-top: 6px; }
    .dropdown-menu ul.menu.tasks .progress {
      height: 7px;
      margin-bottom: 7px; }
    .dropdown-menu ul.menu .icon-circle {
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      display: inline-block; }
      .dropdown-menu ul.menu .icon-circle i {
        font-size: 18px;
        line-height: 36px; }
    .dropdown-menu ul.menu li {
      border-bottom: 1px solid #eee; }
      .dropdown-menu ul.menu li:last-child {
        border-bottom: none; }
      .dropdown-menu ul.menu li a {
        padding: 7px 11px;
        text-decoration: none;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .dropdown-menu ul.menu li a:hover {
          background-color: #e9e9e9; }
    .dropdown-menu ul.menu .menu-info {
      display: inline-block;
      position: relative;
      top: 3px;
      left: 5px; }
      .dropdown-menu ul.menu .menu-info h4 {
        margin: 0;
        font-size: 13px;
        color: #333; }
      .dropdown-menu ul.menu .menu-info p {
        margin: 0;
        font-size: 11px;
        color: #aaa; }
        .dropdown-menu ul.menu .menu-info p .material-icons {
          font-size: 13px;
          color: #aaa;
          position: relative;
          top: 2px; }
  .dropdown-menu .footer a {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 5px 0 5px 0;
    font-size: 12px;
    margin-bottom: -5px; }
    .dropdown-menu .footer a:hover {
      background-color: transparent; }
  .dropdown-menu > li > a {
    padding: 7px 18px;
    color: #666;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 25px; }
    .dropdown-menu > li > a:hover {
      background-color: rgba(0, 0, 0, 0.075); }
    .dropdown-menu > li > a i.material-icons {
      float: left;
      margin-right: 7px;
      margin-top: 2px;
      font-size: 20px; }

.dropdown-animated {
  -webkit-animation-duration: .3s !important;
  -moz-animation-duration: .3s !important;
  -o-animation-duration: .3s !important;
  animation-duration: .3s !important; }

/* Left Sidebar & Overlay ====================== */
.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 101; }

.overlay-open .sidebar {
  margin-left: 0;
  z-index: 99999999 !important; }

.sidebar {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
  background: white;
  width: 210px;
  overflow: hidden;
  display: inline-block;
  height: calc(100vh - 50px);
  position: fixed;
  top: 50px;
  left: 0;
  /*-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);*/
  z-index: 11 !important; }
  .sidebar .legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*border-top: 1px solid #eee;*/
    padding: 15px;
    overflow: hidden; }
    .sidebar .legal .copyright {
      font-size: 13px;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; }
      .sidebar .legal .copyright a {
        font-weight: bold;
        text-decoration: none; }
    .sidebar .legal .version {
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-top: 5px;
      font-size: 13px; }
  .sidebar .user-info {
    padding: 25px 15px 12px 15px;
    white-space: nowrap;
    position: relative;
    /*border-bottom: 1px solid #e9e9e9;*/
    background: url("../images/user-img-background.jpg") no-repeat no-repeat;
    background: #0071CD; }
    .sidebar .user-info .image {
      margin-right: 12px;
    display: block;
    text-align: center;
    margin: 0 auto; }
      .sidebar .user-info .image img {
        vertical-align: bottom !important; }
    .sidebar .user-info .info-container {
      cursor: default;
      display: none;
      position: relative;
      top: 0px; }
      .sidebar .user-info .info-container .name {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        max-width: 200px;
        color: #555; }
      .sidebar .user-info .info-container .email {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        max-width: 200px;
        color: #555; }
      .sidebar .user-info .info-container .user-helper-dropdown {
        position: absolute;
        right: -3px;
        bottom: -12px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        color: #fff; }
  .sidebar .menu {
    position: relative;
    overflow-y: auto;
    height: 90vh; }
    .sidebar .menu .list {
      list-style: none;
      padding-left: 0; }
      .sidebar .menu .list li.active > :first-child span {
        font-weight: bold; }
      .sidebar .menu .list .header {
        background: #eee;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 16px; }
      .sidebar .menu .list i.material-icons {
        margin-top: 4px; 
        color: #0071CD;
      }
      .sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
        position: absolute;
        top: calc(50% - 14px);
        right: 17px;
        font-size: 19px;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sidebar .menu .list .menu-toggle:before {
        content: '+';
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .sidebar .menu .list .menu-toggle:after {
        content: '\2013';
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0); }
      .sidebar .menu .list .menu-toggle.toggled:before {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0); }
      .sidebar .menu .list .menu-toggle.toggled:after {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .sidebar .menu .list a {
          color: #747474;
          position: relative;
          display: inline-flex;
          vertical-align: middle;
          width: 100%;
          padding: 3px 9px;
      }
        .sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
          text-decoration: none !important; }
        .sidebar .menu .list a small {
          position: absolute;
          top: calc(50% - 7.5px);
          right: 15px; }
        .sidebar .menu .list a span {
          margin: 7px 0px 7px 7px;
          color: #333;
          font-weight: 100;
          font-size: 13px;
          overflow: hidden; }
      .sidebar .menu .list .ml-menu {
        list-style: none;
        display: none;
        padding-left: 0; }
        .sidebar .menu .list .ml-menu span {
          font-weight: normal;
          font-size: 13px;
          margin: 3px 0 1px 0px; }
        .sidebar .menu .list .ml-menu li a {
          padding-left: 48px;
          padding-top: 4px;
          padding-bottom: 4px; }
        .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
          font-weight: 600;
          margin-left: 5px; }
          .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
            content: '\E315';
            font-family: 'MaterialIcons';
            position: relative;
            font-size: 21px;
            height: 20px;
            top: -5px;
            right: 0px; }
        .sidebar .menu .list .ml-menu li .ml-menu li a {
          padding-left: 80px; }
        .sidebar .menu .list .ml-menu li .ml-menu .ml-menu li a {
          padding-left: 95px; }

.right-sidebar {
  width: 280px;
  height: calc(100vh - 70px);
  position: fixed;
  right: -300px;
  top: 70px;
  background: #fdfdfd;
  z-index: 11 !important;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .right-sidebar.open {
    right: 0; }
  .right-sidebar .nav-tabs {
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    margin-left: 2px; }
    .right-sidebar .nav-tabs li {
      text-align: center; }
      .right-sidebar .nav-tabs li > a {
        margin-right: 0; }
      .right-sidebar .nav-tabs li:first-child {
        width: 45%; }
      .right-sidebar .nav-tabs li:last-child {
        width: 55%; }

/* Bootstrap Notify ============================ */
.bootstrap-notify-container {
  max-width: 320px;
  text-align: center; }

/* Jquery Nestable ============================= */
.dd-handle {
  background-color: #f9f9f9 !important; }
  .dd-handle:hover {
    color: #0071CD; }

.nestable-dark-theme .dd-handle {
  background: #f1f1f1 !important;
  color: #555 !important;
  font-weight: 100;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: none;
  }

.dd3-handle {
  background: #999 !important; }

.dd3-content:hover {
  color: #0071CD; }

/* Login Page ================================== */
.login-page {
  padding-left: 0;
  max-width: 360px;
  margin: 5% auto;
  overflow-x: hidden; }
  .login-page .login-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center; }
  .login-page .login-box a {
    font-size: 14px;
    text-decoration: none;
    color: #0071CD; }
  .login-page .login-box .logo {
    margin-bottom: 20px; }
    .login-page .login-box .logo a {
      font-size: 36px;
      display: block;
      width: 100%;
      text-align: center;
      color: #fff; }
    .login-page .login-box .logo small {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      margin-top: -5px; }

/* Sign Up Page ================================ */
.signup-page {
  background-color: #00BCD4;
  padding-left: 0;
  max-width: 360px;
  margin: 5% auto;
  overflow-x: hidden; }
  .signup-page .signup-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center; }
  .signup-page .signup-box a {
    font-size: 14px;
    text-decoration: none;
    color: #00BCD4; }
  .signup-page .signup-box .logo {
    margin-bottom: 20px; }
    .signup-page .signup-box .logo a {
      font-size: 36px;
      display: block;
      width: 100%;
      text-align: center;
      color: #fff; }
    .signup-page .signup-box .logo small {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      margin-top: -5px; }

/* Forgot Password Page ======================== */
.fp-page {
  background-color: #00BCD4;
  padding-left: 0;
  max-width: 360px;
  margin: 5% auto;
  overflow-x: hidden; }
  .fp-page .fp-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center; }
  .fp-page .fp-box a {
    font-size: 14px;
    text-decoration: none;
    color: #00BCD4; }
  .fp-page .fp-box .logo {
    margin-bottom: 20px; }
    .fp-page .fp-box .logo a {
      font-size: 36px;
      display: block;
      width: 100%;
      text-align: center;
      color: #fff; }
    .fp-page .fp-box .logo small {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      margin-top: -5px; }

/* 404 Not Found Page ========================== */
.four-zero-four {
  width: 100%;
  text-align: center;
  margin: 5% auto; }
  .four-zero-four .four-zero-four-container .error-code {
    font-size: 160px; }
  .four-zero-four .four-zero-four-container .error-message {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-top: -40px; }
  .four-zero-four .four-zero-four-container .button-place {
    margin-top: 32px; }

/* 500 Server Error Page ======================= */
.five-zero-zero {
  width: 100%;
  text-align: center;
  margin: 5% auto; }
  .five-zero-zero .five-zero-zero-container .error-code {
    font-size: 160px; }
  .five-zero-zero .five-zero-zero-container .error-message {
    font-size: 27px;
    color: #333;
    font-weight: bold;
    margin-top: -40px; }
  .five-zero-zero .five-zero-zero-container .button-place {
    margin-top: 32px; }

/* Maps ======================================== */
/* Google Maps */
.gmap {
  width: 100%;
  height: 400px; }

/* jVector Map */
.jvector-map {
  width: 100%;
  height: 600px; }

/* Charts ====================================== */
/* Morris */
.morris-hover.morris-default-style {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/* Flot */
.flot-chart {
  width: 100%;
  height: 320px; }

.panel-switch-btn {
  position: relative;
  right: 20px;
  z-index: 9; }
  .panel-switch-btn label {
    font-weight: bold !important; }

.legendLabel {
  width: 85px !important;
  position: relative;
  left: 3px; }

#multiple_axis_chart .legendLabel {
  width: 160px !important; }

/* Sparkline */
.sparkline {
  text-align: center; }

/* Searchbar =================================== */
.search-bar {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 9999999;
  width: 100%;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .search-bar.open {
    top: 0; }
  .search-bar .search-icon {
    position: absolute;
    top: 20px;
    left: 14px; }
    .search-bar .search-icon .material-icons {
      font-size: 32px;
      color: #999; }
  .search-bar .close-search {
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 16px;
    right: 18px; }
    .search-bar .close-search .material-icons {
      color: #999;
      opacity: 1;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .search-bar .close-search .material-icons:hover {
        opacity: .5; }
  .search-bar input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 25px 60px 23px 56px;
    border: none; }

/* Jquery DataTable ============================ */
.dataTables_wrapper {
  position: relative; }
  .dataTables_wrapper select {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .dataTables_wrapper select:active, .dataTables_wrapper select:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
  .dataTables_wrapper input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd; }
    .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
      border-bottom: 2px solid #1f91f3; }
  .dataTables_wrapper .dt-buttons {
    float: right; }
    .dataTables_wrapper .dt-buttons a.dt-button {
     background-color: white;
      color: #607D8B;
      padding: 4px 10px;
      margin-right: 5px;
      text-decoration: none;
      border-radius: 2px;
      border: none;
      font-size: 13px;
      outline: none;
      text-transform: uppercase; }
      .dataTables_wrapper .dt-buttons a.dt-button:active {
        opacity: 0.8; }

.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 400px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: -100px;
  margin-left: -200px;
  z-index: 21; }
  .dt-button-info h2 {
    color: #777; }
  .dt-button-info div {
    color: #777;
    margin-bottom: 20px; }

/* Light Gallery ================================ */
.lg-outer .lg-thumb-item,
.lg-outer .lg-toogle-thumb {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }

/* For Internet Explorer 10 ===================== */
html.ie10 .sidebar .menu .list li {
  line-height: 30px; }

html.ie10 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
  top: 6px !important;
  line-height: 20px !important; }

html.ie10 .sidebar .user-info .info-container {
  top: 15px; }

html.ie10 .search-bar input[type="text"] {
  padding: 26px 60px 26px 56px; }

html.ie10 .dropdown-menu ul.menu li a {
  margin-top: -22px; }

html.ie10 .bs-searchbox .form-control {
  width: 90%; }

/* For Internet Explorer 11 ===================== */
html.ie11 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
  top: 6px !important;
  line-height: 20px !important; }

html.ie11 .sidebar .user-info .info-container {
  top: 15px; }

html.ie11 .search-bar input[type="text"] {
  padding: 26px 60px 26px 56px; }

html.ie11 .dropdown-menu ul.menu li a {
  margin-top: -22px; }

html.ie11 .bs-searchbox .form-control {
  width: 90%; }

th
{
  font-weight: 500 !important;
}

table.dataTable
{
  font-size: 13px !important;
}

div.dataTables_paginate
{
  float: right !important;
}

div.dataTables_info
{
  float: left !important;
  font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 13px;
}

.pagination > li:first-child > a, .pagination > li:last-child > a
{
    font-size: 13px !important;
}

.table tbody tr td, .table thead tr th, .table tfoot tr th
{
    padding: 7px 5px !important;
}

.card .header .header-dropdown 
{
    position: absolute;
    top: 13px !important;
    right: 15px;
    list-style: none;
}

.card .header .header-dropdown i 
{
    color: #0071CD;
    font-size: 35px !important;
}

.card .header .header-dropdown i:hover
{
    color: #0071CD;
}

textarea
{
    resize: none !important; 
}

ul.validateul
{
    margin: 0 auto;
    text-align: left;
    width: 250px;
}

.sweet-alert button.cancel, .sweet-alert button.cancel:hover
{
    color: #5AC8FA !important;
    background: white !important;
    border: 1px solid #5AC8FA !important;
}

.sweet-alert * 
{
    font-family: 'Roboto', sans-serif;
}

.bootstrap-select.btn-group .dropdown-menu.inner 
{
    max-height: 320px !important;
}

*:focus
{
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus 
{
    outline: none !important;
    outline: none !important;
    outline-offset: none !important;
}

.bg1, .bg2, .bg3
{
    background-color: #0071CD !important;
    color: #fff;
}

.bg4, .bg5, .bg6
{
    background-color: #4CAF50 !important;
    color: #fff;
}

.bg7, .bg8, .bg9
{
    background-color: #E91E63 !important;
    color: #fff;
}

.bg10, .bg11, .bg12
{
    background-color: #FF5722 !important;
    color: #fff;
}

.bg13, .bg14, .bg15, .bg16
{
    background-color: purple !important;
    color: #fff;
}

.info-box .deleteicon
{
    position: absolute;
    right: 10px;
    bottom: -8px;
    opacity: 0;
    text-align: center;
    transition: all .4s;
}

.info-box .updateicon
{
    position: absolute;
    right: 10px;
    bottom: -30px;
    opacity: 0;
    text-align: center;
    transition: all .4s;
    z-index: 99;
}

.info-box .teachersicon
{
    position: absolute;
    right: 35px;
    bottom: -8px;
    opacity: 0;
    text-align: center;
    transition: all .4s;
}

.info-box:hover .deleteicon, .info-box:hover .updateicon, .info-box:hover .teachersicon
{
    cursor: pointer;
    opacity: 1;
}

#card_list .info-box
{
    overflow: visible;
}


#card_list .info-box div.optionlist
{
    position: absolute;
    color: white;
    bottom: -24px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px 10px;
    width: 100%;
}

#card_list .info-box .optionlist.p1, #card_list .info-box .optionlist.p2, #card_list .info-box .optionlist.p3
{
    background-color: #0071CD !important;
    color: #fff;
}

#card_list .info-box .optionlist.p4, #card_list .info-box .optionlist.p5, #card_list .info-box .optionlist.p6
{
    background-color: #4CAF50 !important;
    color: #fff;
}

#card_list .info-box .optionlist.p7, #card_list .info-box .optionlist.p8, #card_list .info-box .optionlist.p9
{
    background-color: #E91E63 !important;
    color: #fff;
}

#card_list .info-box .optionlist.p10, #card_list .info-box .optionlist.p11, #card_list .info-box .optionlist.p12
{
    background-color: #FF5722 !important;
    color: #fff;
}

#card_list .info-box .optionlist.p13, #card_list .info-box .optionlist.p14, #card_list .info-box .optionlist.p15, #card_list .info-box .optionlist.p16
{
    background-color: purple !important;
    color: #fff;
}

#grillatable 
{
    border-collapse: collapse;
    width: 100%;
}

#grillatable td, #grillatable th 
{
    border: 1px solid #ddd;
    padding: 0px;
}

#grillatable tr:nth-child(even){background-color: #f2f2f2;}

#grillatable th 
{
    font-weight: 100 !important;
    padding-top: 8px;
    padding-bottom: 7px;
    background-color: #0071cd;
    color: white;
    padding-left: 10px;
}

#grillatable th.grouptitle
{
    background-color: #4CAF50;
    padding-left: 0px !important;
}

div.grilla
{ 
    width: 100%;
    overflow-x: scroll;
}

button.sendfilter
{
    margin-top: -25px;
}

.infoboximport
{
    margin-bottom: 25px !important;
}

span#cke_1_path 
{
    opacity: 0;
}

tfoot 
{
    display: none !important;
}

table.table tbody td button.btn.btn-danger i.material-icons
{
    color: #ed1b34;
}

table.table tbody td button.btn.btn-danger
{
    background: transparent !important;
    box-shadow: none !important;
}

table.table tbody td button.btn.btn-warning i.material-icons, table.table tbody td a.btn.btn-warning i.material-icons
{
    color: #f57e20;
}

table.table tbody td button.btn.btn-warning, table.table tbody td a.btn.btn-warning
{
    background: transparent !important;
    box-shadow: none !important;
}

table.table tbody td button.btn.btn-success i.material-icons, table.table tbody td a.btn.btn-success i.material-icons
{
    color: #00a99d;
}

table.table tbody td button.btn.btn-success, table.table tbody td a.btn.btn-success
{
    background: transparent !important;
    box-shadow: none !important;
}

table.table tbody td a.btn.btn-info i.material-icons, table.table tbody td button.btn.btn-info i.material-icons
{
    color: #00b3f0;
}

table.table tbody td button.btn.btn-info, table.table tbody td a.btn.btn-info
{
    background: transparent !important;
    box-shadow: none !important;
}

table.table tbody td button.btn.btn-primary i.material-icons, table.table tbody td a.btn.btn-primary i.material-icons
{
    color: #0071CD;
}

table.table tbody td button.btn.btn-primary, table.table tbody td a.btn.btn-primary
{
    background: transparent !important;
    box-shadow: none !important;
}

table.table 
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

div#card_list .header h2, div#card_add .header h2, div#card_update .header h2, div#card_classes .header h2, div#card_detail .header h2
{
    font-size: 15.5px;
    font-weight: 100;
    text-transform: uppercase;
}

img.eschoollogo 
{
    position: absolute;
    width: 130px;
    top: 12px;
    left: 22px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand 
{
    padding-left: 160px;
}

.label-count.labelnotiglobal 
{
    top: 1px;
    right: 4px;
    font-size: 9px;
    line-height: 13px;
    background-color: #444;
    padding: 0 3px;
}

img.profilepic 
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.table-bordered thead tr th, .table-bordered tbody tr td
{
   border-right: none !important;
   border-left: none !important; 
}

.info-box {
    box-shadow: none !important;
  }

.btn:not(.btn-link):not(.btn-circle)
{
    box-shadow: none !important;
}

.evaluationitem 
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #eee !important;
    display: inline-block;
    background-color: white !important;
}

.evaluationitem ul.evalgeneraldata
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    max-width: 920pxs;
    width: 100%;
    position: relative;
}

.evaluationitem ul.evalgeneraldata li
{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 13px;
    padding: 9px 0px 6px;
    position: relative;
}

.evaluationitem ul.evalgeneraldata li:first-child
{
    width: 220px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(4)
{
    padding: 0px;
    padding-top: 7px;
    padding-left: 7px;
    width: 210px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(2)
{
    text-align: left;
    padding-left: 15px;
    width: 80px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(5)
{
    padding: 0px;
    padding-top: 7px;
    width: 120px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(3)
{
    width: 110px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(6)
{
    text-align: right;
    width: 30px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(7)
{
    text-align: right;
    width: 30px;
}

.evaluationitem ul.evalgeneraldata li:nth-child(8)
{
    text-align: right;
    width: 60px;
}

.evaluationitem ul.evalgeneraldata li input.dateeval, 
.evaluationitem ul.evalgeneraldata li input.dateeval:focus, 
.evaluationitem ul.evalgeneraldata li input.dateeval:active, 
.evaluationitem ul.evalgeneraldata li input.dateeval:hover
{
    padding: 2px 0px;
    height: 22px;
    line-height: 25px;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    border: none;
    font-size: 13px;
}

.evaluationitem ul.evalgeneraldata li input.sdateeval, 
.evaluationitem ul.evalgeneraldata li input.sdateeval:focus, 
.evaluationitem ul.evalgeneraldata li input.sdateeval:active, 
.evaluationitem ul.evalgeneraldata li input.sdateeval:hover
{
    padding: 2px 0px;
    height: 22px;
    line-height: 25px;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    border: none;
    font-size: 13px;
}

.evaluationitem ul.evalgeneraldata li input.durationeval, 
.evaluationitem ul.evalgeneraldata li input.durationeval:focus, 
.evaluationitem ul.evalgeneraldata li input.durationeval:active, 
.evaluationitem ul.evalgeneraldata li input.durationeval:hover
{
    padding: 2px 0px;
    height: 24px;
    line-height: 25px;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    border: none;
    font-size: 13px;
}

.evaluationitem ul.evalgeneraldata li input.desceval, 
.evaluationitem ul.evalgeneraldata li input.desceval:focus, 
.evaluationitem ul.evalgeneraldata li input.desceval:active, 
.evaluationitem ul.evalgeneraldata li input.desceval:hover
{
    padding: 2px 0px;
    padding-left: 5px;
    height: 22px;
    line-height: 25px;
    border-radius: 0px;
    box-shadow: none;
    width: 210px;
    margin: 0 auto;
    border: none;
    font-size: 13px;
}

.evaluationitem ul.evalgeneraldata li button, 
.evaluationitem ul.evalgeneraldata li button:hover, 
.evaluationitem ul.evalgeneraldata li button:focus, 
.evaluationitem ul.evalgeneraldata li button:active
{
    background: transparent !important;
    padding: 0px;
    height: 19px;
    margin-top: -8px;
}

.evaluationitem ul.evalgeneraldata li button i
{
    color: #00a99d;
    background: transparent;
}

.evaluationitem ul.evalgeneraldata li span.label 
{
    cursor: pointer;
    display: block;
    font-weight: 100;
    font-size: 13px;
    position: absolute;
    top: 0;
    height: 33px;
    line-height: 30px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.evaluationitemdetail 
{
    background: transparent !important;
    padding: 15px 20px;
    margin-bottom: 5px;
    display: none;
    max-width: 920px;
    width: 100%;
}

.evaluationitemdetail div.row div.col-md-12
{
    margin-bottom: 0px !important;
} 

.evaluationitemdetail label 
{
    font-weight: 100 !important; 
    font-size: 13px !important;
    margin: 0px;
}

.evaluationitemdetail .btngrades, .evaluationitemdetail .btngrades:hover
{
    color: white !important;
}

div.evaluationitem.active 
{
    background: #fafafa;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.evaluationitem.inactive .btn.closevalbutton
{
    display: none;
}

div.evaluationitem.active .btn.closevalbutton
{
    display: block;
}

div.evaluationitem.inactive .btn.openevalbutton
{
    display: block;
}

div.evaluationitem.active .btn.openevalbutton
{
    display: none;
}


.evaluationitem.active ul.evalgeneraldata li span.label
{
    border-radius: 0px 0px 0px 0px;
}

div.evaluationitem.inactive
{
    border-bottom-color: #eee !important;
}

.cke_path 
{
    display: none !important;
}

i.material-icons.materialdatesmall 
{
    cursor: pointer;
    position: absolute;
    font-size: 22px;
    right: 12px;
    color: #999;
}

i.itemibutton
{
    cursor: pointer;
}

.evaluationitem ul.evalgeneraldata li select 
{
    width: 100%;
    outline: none !important;
    -webkit-appearance: listbox !important;
    border: none !important;
}

.evaluationitem.addhomework 
{
    margin-bottom: 20px;
}

.evaluationitem ul.evalgeneraldata.addgeneralrow li:first-child 
{
    width: 80px;
    padding-left: 15px;
}

.evaluationitem ul.evalgeneraldata.addgeneralrow li:nth-child(2)
{
    width: 220px;
}

ul.evalgeneraldata.evaladded li
{
    margin-right: 3px;
}

table.table.table-condensed.detailactivity 
{
    margin-top: 10px;
    margin-bottom: 0px;
}

table.detailactivity thead th, table.detailactivity tbody td
{
    padding: 0px !important;
    font-weight: 100 !important;
    font-size: 13px;
}

table.detailactivity thead th i, table.detailactivity tbody td i
{
    margin: 0px;
    margin-bottom: 1px;
    display: block;
    font-size: 22px;
}

table.detailactivity tbody td 
{
    padding-top: 7px !important;
}

table.detailactivity tbody td i
{
    
}

.sweet-alert input 
{
    font-size: 15px;
    height: 28px;
    margin-top: 25px;
}

span.pp.default 
{
    position: absolute;
    color: transparent;
    width: 22px;
    height: 22px;
    text-align: center;
    overflow: hidden;
    left: 15px;
    top: 9px;
}

span.pp.default svg 
{
    width: 17px;
    height: 17px;
}

circle.progresspie-background 
{
    stroke: #00a9a9 !important;
}

path.progresspie-foreground 
{
    stroke: #00a9a9 !important;
}

.examtitle
{
    color: white !important;
}

.examquestionsarea 
{
    background: white !important;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

ul.list-group.examheader
{
    margin: 0px;
}

div.examquestionsarea button
{
    color: white !important;
}

div#blocklist
{
    margin-top: 10px !important;
}

div#blocklist input, div#blocklist textarea
{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
}

div#blocklist div.item
{
    position: relative;
}

.itemform 
{
    padding-left: 30px;
}

.number 
{
    position: absolute;
    left: 0px;
    top: -17px;
    z-index: 10;
    font-size: 22px;
    color: white;
    padding: 1px 3px;
}

div#blocklist input[type="file"] 
{
    display: none;
}

div#blocklist label.labelimg
{
    cursor: pointer;
    margin-bottom: 0;
}

div#blocklist hr
{
    margin: 0px !important;
    margin-bottom: 15px !important;
    background: #eee;
}

div#blocklist div.previewpic
{
    width: 100%;
    height: 100px;
    overflow: hidden;
}

div#blocklist div.previewpic img
{
    width: 100%;
}

.childquestions
{
    padding: 10px 20px;
    background: white !important;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}

i.deletequest {
    position: absolute;
    left: -4px;
    top: 39px;
    cursor: pointer;
}

i.deletequestchild {
    position: absolute;
    left: 1px;
    top: 3px;
    cursor: pointer;
}

.questpanel {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    width: 276px;
    box-shadow: 0px 0px 4px #bbb;
}

.questpanel button i {
    font-size: 32px !important;
}

.questpanel button {
    background: transparent;
    padding: 5px 10px
}

.questpanelchild {
    position: absolute;
    left: -3px;
    width: 25px;
    text-align: left;
    bottom: 20px;
    height: 88px;
}

.questpanelchild button {
    padding: 0px;
    margin-bottom: 2px;
    background: transparent;
}

.questpanelchild button i {
    font-size: 22px !important;
}

.tablegradesonline *
{
    font-size: 13px !important;
}

.savepanelonline 
{
    position: fixed;
    bottom: 0;
    right: 12px;
    background: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 4px #bbb;
    text-align: center;
}

.savepanelonline button
{
    background: transparent !important;
}

.savepanelonline button i
{
    font-size: 32px !important;
}

.activitystudentcard 
{
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-right: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -1px;
    margin-bottom: 15px;
    padding: 10px;
}

.activitystudentcard .namesquare 
{
    width: 44px;
    height: 40px;
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}

div.mediacomments div.mediacomment 
{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eee;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 5px;
    position: relative;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 17%);
}

div.mediacomments div.mediacomment  i.deletemediacomment 
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
    cursor: pointer;
}

div.mediacomments div.mediacomment span.label.mediacommentname
{
    color: #000000;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
    text-align: left;
    overflow: hidden;
}

div.mediacomments div.mediacomment span.label.mediacommentname.date-label
{
    color: #C7C7CC !important;
}

div.mediacomments div.mediacomment span.label.mediacommentname img
{
    margin-top: -5px;
    margin-left: 7px;
}

div.mediacomments div.mediacomment p
{
    color: #00000080 !important;
    font-size: 15px !important;
    margin-bottom: 0px;
    margin-top: 20px;
}

div.mediacomments div.mediacomment:nth-child(odd)
{
    background: #fcfcfc;
}

div.mediacomments div.mediacomment:nth-child(even)
{
    background: #ffffff;
}

.medianewcomment 
{
    background: white !important;
    padding: 10px;
    height: 150px;
    margin-bottom: 15px;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 0px 2px 4px #ddd;
    padding-right: 10px;
}

.newcomentbutton 
{
    position: relative;
    margin-top: -46px;
    margin-left: 6px;
    z-index: 100;
    text-align: left;
}

.newcomentbutton i
{
    cursor: pointer;
}

.newcomentbutton button, .newcomentbutton button:hover, .newcomentbutton button:focus
{
    border-radius: 0px !important;
    color: white;
}

.namesquare 
{
    width: 40px;
    height: 40px;
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
    border-radius: 50px;
}

.activitystudentcard .activityheader 
{
    display: inline-block;
    vertical-align: top;
    font-size: 11.5px;
    margin-left: 10px;
    width: 240px;
}

.activitystudentcard .activityheader p 
{
    margin-bottom: 0px;
    text-align: justify;
    color: #777;
}

.activitystudentcard .activitypicture
{
    margin: 10px;
    margin-left: -10px;
    margin-right: 0px;
    width: 320px;
    height: 200px;
}

.activitystudentcard .activityheader p span, .activitystudentcard .activityheader p span *
{
    color: #444 !important;
}

.activitystudentcard .activitybody
{
    margin-bottom: 10px;
}

.activitystudentcard .activitybody p.title
{
    font-weight: 600;
    font-size: 13px;
}

.activitystudentcard .activitybody .activitydesc 
{
    font-size: 12px;
    text-align: justify;
}

.examstudentcard 
{
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-right: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px -1px;
    margin-bottom: 15px;
    padding: 10px;
}

.examstudentcard .examcardtitle
{
    font-size: 13px;
    font-weight: 600;
}

.examstudentcard .namesquare 
{
    width: 44px;
    height: 40px;
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
}

.examstudentcard .examheader 
{
    display: inline-block;
    vertical-align: top;
    font-size: 11.5px;
    margin-left: 10px;
    width: 240px;
}

.examstudentcard .examheader p 
{
    margin-bottom: 0px;
    text-align: justify;
    color: #777;
}

.examstudentcard .examcardpicture
{
    margin: 10px;
    margin-left: -10px;
    margin-right: 0px;
    width: 320px;
    height: 200px;
}

.examstudentcard .examheader p span, .examstudentcard .examheader p span *
{
    color: #444 !important;
}

.activitybox 
{
    width: 100%;
    height: 80px;
}

.activityboxnumber 
{
    color: white;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
}

.activityboxsubject 
{
    text-align: center;
    color: white;
}

.dashboardcard label 
{
    font-weight: 400;
    font-size: 16px;
    color: #555 !important;
    margin-bottom: 15px;
}

.dashboardcard .media
{
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.dashboardcard .media .media-body .media-heading 
{
    font-size: 13px;
    font-weight: 100;
}

.detailactivitycard 
{
    border-radius: 4px;
    box-shadow: 0px 0px 4px -1px;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 0px;
    overflow-x: hidden;
}

.detailactivitycard img 
{
    width: 107%;
    margin-left: -10px;
}

.detailactivitycard h4
{
    margin: 0px;
}

.detailactivitycard h4 span.label 
{
    width: 107%;
    display: block;
    margin-left: -10px;
    padding: 8px 0px;
    font-weight: 400;
}

.detailactivitycard h4.detailacttitle
{
    margin: 15px 0px;
    font-size: 15px;
    font-weight: 400;
}

.detailactivitycard .detailactivitydesc *
{
    font-size: 12.5px !important;
}

div.header.activityhead
{
    padding: 0px !important;
    padding-bottom: 20px !important;
    border-bottom: none !important;
}

table.tableactivitylinks
{
    margin-bottom: 0px !important;
}

table.tableactivitylinks tr td a
{
    font-size: 12px;
}

table.table.table-condensed.detailactivity label 
{
    font-weight: 100;
}

div.profileinitials 
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #0071cd;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

div#examtime {
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 5px 0px;
}

div#examtimer {
    border-radius: 5px;
}

a#exambutton, a#exambutton:hover
{
    width: 100%;
    margin-top: 5px;
    color: white;
}

div.activitystudentslist .list-group-item
{
    position: relative;
    border: none;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 0px;
    transition: none !important;
}

div.activitystudentslist .list-group-item.active
{
    color: #555;
    font-weight: bold;
    background: none !important;
}

div.activitystudentslist .list-group-item:hover
{
    background: none !important;
}

div.activitystudentslist .list-group-item span.badge
{
    background: none;
    position: absolute;
    right: -20px;
    top: 4px;
}

div.activityresponsecontent div.form-group label
{
    font-weight: 100;
}

div.activityresponsecontent div.input-group
{
    display: inline-block;
    width: 150px;
    margin-bottom: 0px;
}

p#studentname 
{
    margin-bottom: 0px;
    padding-top: 8px;
    font-weight: 600;
}

.activityresponder 
{
    box-shadow: 0px 0px 6px #bcbcbc;
    padding: 15px 25px;
    border-radius: 5px;
}

.activityresponder .well
{
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}

img.picimg
{
    width: 100%;
}

.picturegallerythumb 
{
    display: inline-block;
    width: 32%;
    margin-right: 4px;
    vertical-align: top;
    margin-top: 5px;
}

.picturegallerythumb img 
{
    width: 97px;
    height: 90px;
    text-align: center;
}

input.keywords, input.keywords:focus
{
    box-shadow: none;
    padding: 3px 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    height: auto;
}

.announcementread ul.annoucerow
{
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}

.announcementread .announcecontent
{
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    border-radius: 0px 0px 5px 5px;
    margin-top: -4px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 6px #bcbcbc;
}

div.announcecontent div.annoucetext
{
    padding: 0px 15px;
}

div.announcecontent div.annoucetext * 
{
    font-size: 13px !important;
}

div.announcecontent label
{
    font-size: 13px;
    font-weight: 100;
}

ul.annoucerow.open 
{
    background: #0071cd;
    color: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 0px 0px 1px #0071CA;
    border-bottom: 1px solid #0071cd;    
}

.announcementread ul.annoucerow li 
{
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    padding: 5px 0px;
}

.announcementread ul.annoucerow li:first-child 
{
    width: 100px;
    background: #0071cd;
    color: white;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px 4px 0px 0px;
}

.announcementread ul.annoucerow li:nth-child(2)
{
    margin-right: 25px;
}

ul#dropdownheader
{
    right: 0;
    width: 100px;
    left: auto;
    top: 86px;
}

.pictureactivity i 
{
    cursor: pointer;
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;
    font-size: 22px;
}

.pictureactivity 
{
    position: relative;
}

input.ownactcontrol 
{
    display: none;
}

label.ownactitle
{
    padding-left: 30px;
    cursor: pointer;
}

label.ownactbutton 
{
    position: absolute;
    top: -4px;
    left: 16px;
    cursor: pointer;
}

.questtext * 
{
    font-size: 13px !important;
    float: none;
}

.questtext 
{
    padding: 20px;
    border-radius: 30px;
    background: #f8f8f8;
    border: 1px solid #efefef;
    margin: 5px 0px 10px;
}

.questtext p:last-of-type, .questtext ul:last-of-type, .questtext ol:last-of-type
{
    margin-bottom: 0px;
}

.cquestitem div.form-group, .questitem div.form-group
{
    margin-bottom: 0px;
}

.cquestitem, div.cquestionoptions div.col-sm-4
{
    margin-bottom: 15px;
}

img.examinnerimage
{
    width: 200px;
    display: block;
    margin-top: -7px;
    margin-left: 5px;
}

img.profilepicpost
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

p.profilenamepost
{
    display: inline-block;
    margin-bottom: 0px !important;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 17px;
    width: 70%;
}

div.profileinitialspost 
{
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #0071cd;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.calendarbox 
{
    padding: 20px;
    background: #f8f8f8;
}

.calendarbox .calendarmonth 
{
    background: #e74a3b;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.calendarbox .calendarday 
{
    background: white;
    height: 200px;
    position: relative;
    border: 1px solid #dedede;
    border-top: none;
}

.calendarbox .calendarday .calendarnumber 
{
    text-align: center;
    font-size: 100px;
    height: 142px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

ul.menu.notilist .menu-info h4 
{
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

ul.menu.notilist .menu-info 
{
    width: 80%;
}

ul.menu.notilist .icon-circle
{
    vertical-align: top;
}

.dayschedule .dayitem 
{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-left: -4px;
    min-height: 400px;
}

.dayschedule .dayitemtitle 
{
    text-align: center;
    background: #0071cd;
    color: white;
    padding: 5px 0px;
}

div.hour
{
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

div.hour ul 
{
    list-style: none;
    margin: 0px;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

div.hour i 
{
    color: white;
    position: absolute;
    top: 2px;
    right: 1px;
    z-index: 100;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

div.hour:hover i
{
    display: block;
}

.dayitemlist div.hour:last-child
{
    margin-bottom: 0px;
}

.dayitemlist 
{
    padding: 10px;
}

.dayschedule .dayitem:nth-child(1)
{
    background: #f4f4f4;
}

.dayschedule .dayitem:nth-child(2)
{
    background: #fefefe;
}

.dayschedule .dayitem:nth-child(3)
{
    background: #f4f4f4;
}

.dayschedule .dayitem:nth-child(4)
{
    background: #fefefe;
}

.dayschedule .dayitem:nth-child(5)
{
    background: #f4f4f4;
}

/**************************** MASONRY *********************/

section.postmasonry 
{
    -moz-column-width: 300px;
    -webkit-column-width: 300px;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em; 
}

section.postmasonry div.cardpost
{
    display: inline-block;
    margin:  0.25rem;
    padding:  1rem;
    width:  100%;
}

section.postmasonry div.cardpost img.postimg
{
    width: 100%;
    margin-bottom: 5px;
}

i.deleteposticon
{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 24px;
    z-index: 99;
}

#behaviorlist input,
#behavior-list input
{
    box-shadow: none;
    font-size: 13px;
    padding: 6px 12px !important;
    border: 1px solid #5AC8FA;
    border-radius: 50px;
}

#behavior-list i
{
    cursor: pointer;
    margin-top: 5px;
}

#parentslist
{
    font-size: 13px; 
}

#parentslist input
{
    border: none; 
    box-shadow: none; 
    font-size: 13px; 
    padding: 0px !important;
    width: 100%;
}

table#documenttable
{
    font-size: 13px;
}

table#documenttable input
{
    border: none; 
    box-shadow: none; 
    font-size: 13px; 
    padding: 0px !important;
    width: 100%;
}

table#documenttable tbody tr td div label.upload
{
    background: transparent !important;
}

table#documenttable tbody tr td div label.upload i
{
    color: #ff9600 !important;
}

table#adddocumenttable
{
    font-size: 13px;
}

table#adddocumenttable label.upload i
{
    color: #0071CD !important;
}

table#adddocumenttable input[type="text"]
{
    border: none; 
    box-shadow: none; 
    font-size: 13px; 
    padding: 0px !important;
    width: 100%;
}

table#adddocumenttable input[type="file"]
{
    display: none;
}

.studentcard
{
    width: 340px;
    height: 220px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 10px;
    position: relative;
    border: 1px solid;
    page-break-after: always;
}

.studentcard .logocolegio img
{
    width: 85px;
}

.studentcard .logocolegio 
{
    position: absolute;
    top: 5px;
    left: 5px;
}

.studentcard .studentgeneral
{
    position: absolute;
    left: 100px;
    top: 20px;
}

.studentcard .studentgeneral ul 
{
    padding: 0px;
    margin-bottom: -2px;
    color: black !important;
}

.studentcard .studentgeneral ul li 
{
    display: inline-block;
    font-size: 13px !important;
    vertical-align: middle;
}

.studentcard .studentgeneral ul li i
{
    font-size: 21px !important;
}

.studentcard .studentgeneral p
{
    margin-bottom: 5px;
    color: black;
    font-size: 13px;
}

.studentcard .studentlevel 
{
    color: black;
    position: absolute;
    bottom: 80px;
    left: 100px;
}

.studentcardqr 
{
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 25px;
    right: 5px;
}

.urlschoolarea 
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 13px !important;
    color: black !important;
}

.studentcardqr img
{
    height: 100px;
    width: 100px;
}

.studentcardphoto
{
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.studentcardphoto img
{
    height: 100%;
    width: 100%;
}

.studentcard label.changephoto
{
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 155px;
    width: 30px;
    font-size: 5px;
    font-weight: 100;
}

.updatefaqbtn
{
    cursor: pointer;
    position: absolute;
    top: 1px;
}

ul.faqrow li 
{
    position: relative;
}

ul.faqrow li:nth-child(3), ul.faqrow li:nth-child(4)
{
    width: 22px !important;
}

div.faqdetail
{
    padding: 0px 20px !important;
}

div.faqdetail *, div.faqdetail
{
    font-size: 13px !important;
}

ul.list-group.documentslist li span a 
{
    color: white;
    font-weight: 100;
    text-decoration: none;
}

div.faqdetail h3 
{
    font-size: 15px !important;
    font-weight: 100;
    margin-top: 0px;
}

div.classdetail
{
    padding: 0px 20px !important;
}

div.classdetail *, div.classdetail
{
    font-size: 13px !important;
}

div.classdetail h3 
{
    font-size: 15px !important;
    font-weight: 100;
    margin-top: 0px;
}

label.subjectconfig 
{
    background: white !important;
    border-bottom: 2px solid;
}

span.dellinkeval
{
    color: white; cursor: pointer; padding: 0px 5px; font-size: 13px;
}

strong.linktype
{
    font-weight: 500;
}

textarea.galpicinput
{
    border: none;
    border-bottom: 1px solid #eee !important;
    font-size: 13px;
    width: 100%;
    height: 80px;
}

p.websitesectitle
{
    font-size: 17px !important;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

p.websitesectitle i
{
    float: right;
    cursor: pointer;
}

div.galbox div.caption
{
    position: relative;
}

i.delgalpic 
{
    right: 0;
    bottom: 5px;
    position: absolute;
    cursor: pointer;
}

label.changegalpic 
{
    right: 25px;
    bottom: 5px;
    position: absolute;
    cursor: pointer;
    margin-bottom: 0px;
    height: 24px;
}

input.galpicpicker
{
    display: none !important;
}

div.galthumb
{
    position: relative;
    height: 200px;
}

div.galthumb img
{
    position: absolute;
    width: 100%;
}

img.websitesocialpic
{
    width: 22px !important;
}

img#addslidesrc, img#addnewsrc, img#addblocksrc
{
    width: 100%;
}

div#slidelist table img, div#newlist table img, div#blocklist table img 
{
    max-width: 200px;
}

div#slidelist table textarea, div#newlist table textarea, div#blocklist table textarea 
{
    font-size: 13px;
    height: 100px;
    border: 1px solid #eee;
    padding: 5px;
    width: 100%;
}

div#slidelist a.btn.btn-sm.subject4 
{
    color: white;
}

h4#slideformtitle 
{
    font-weight: 100;
    text-transform: uppercase;
}

div.innercalification 
{
    width: 100%;
    overflow-x: scroll;
}

table.table.behaviortable 
{
    font-size: 12px;
}

table.table.behaviortable tr th 
{
    font-size: 11px;
    width: 100px;
}

table.table.behaviortable tr th.student-name
{
    width: 300px;
}

table.table.behaviortable tr th.student-name 
{
    position: absolute;
    height: 35px !important;
}

table.table.behaviortable tr th.text-center
{
    border-left: 1px solid #eee;
    vertical-align: middle;
}

table.table.behaviortable tr td 
{
    text-align: center;
    border-left: 1px solid #eee;
}

table.table.behaviortable tr td:first-child
{
    text-align: left !important;
}

table.table.behaviortable tr td select
{
    -webkit-appearance: menulist-text;
}

table.table.behaviortable tr:nth-child(even) th.student-name 
{
    background: #4CAF50;
    color:  white;
}

table.table.behaviortable tr:nth-child(odd) th.student-name 
{
    background: #0071CD;
    color:  white;
}

table.table.behaviortable tr:nth-child(odd) td
{
    background: #afd3f1;
}

table.table.behaviortable tr:nth-child(even) td
{
    background: #c5e2c6;
}

table.table.behaviortable tr th.studentnametitle
{
    background: #eee !important;
    color: #444 !important;
    text-align: center;
    font-size: 14px;
    font-weight: 100 !important;
    padding-top: 25px !important;
    width: 300px;
    position: absolute;
}

li.noticlicked1
{
    background: white;
}

li.noticlicked0 
{
    background: aliceblue;
}

table.accumuledattdtable td
{
    width: 95px !important;
}

table.table.accumuledattdtable tr:nth-child(even) th.student-name 
{
    background: #4CAF50;
    color:  white;
}

table.table.accumuledattdtable tr:nth-child(odd) th.student-name 
{
    background: #0071CD;
    color:  white;
}

table.table.accumuledattdtable tr:nth-child(odd) td
{
    background: #afd3f1;
}

table.table.accumuledattdtable tr:nth-child(even) td
{
    background: #c5e2c6;
}

table.table.accumuledattdtable input.accumuledattd 
{
    width: 65px !important;
    border: none;
    text-align: center;
    margin: 0 auto;
}

.disclaimer img 
{
    width: 130px;
}

.disclaimer
{
    position: absolute;
    z-index: 999;
}

.forumitemtitle 
{
    background: white !important;
    padding: 8px 15px;
    border-bottom: 1px solid;
}

.forumitemtitle .row div
{
    margin-bottom: 0px !important;
}

.forumitemtitle .row div span
{
    margin-left: 20px;
}

.forumitemdesc 
{
    padding: 8px 15px !important;
}

.youtubepreview 
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-top: 3px;
}

.youtubepreview img 
{
    border-radius: 5px;
}

.ytprevthumb 
{
    display: inline-block;
    width: 120px;
}

.ytprevdesc 
{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 140px);
}

.ytprevdesc h3 
{
    margin: 0px;
    font-size: 15.5px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 5px;
}

.ytprevdesc p 
{
    font-size: 13px;
}

.youtubepreview i.removeyt
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

#youtubepreview
{
    display: none;
}

.linkpreview 
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-top: 3px;
}

.linkpreview img 
{
    border-radius: 5px;
    background: #f6f6f6;
}

.lkprevthumb 
{
    display: inline-block;
    width: 120px;
}

.lkprevdesc 
{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 140px);
}

.lkprevdesc h3 
{
    margin: 0px;
    font-size: 15.5px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 5px;
}

.linkpreview i.removelk
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

.picturepreview 
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-top: 3px;
}

.picturepreview img 
{
    border-radius: 5px;
    width: 120px;
}

.picprevthumb 
{
    display: inline-block;
    width: 120px;
}

.picprevdesc 
{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 140px);
}

.picprevdesc h3 
{
    margin: 0px;
    font-size: 15.5px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 5px;
}

.picturepreview i.removepic
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

.audiopreview 
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-top: 3px;
}

.audiopreview img 
{
    border-radius: 5px;
}

.audioprevthumb 
{
    display: inline-block;
    width: 120px;
}

.audioprevdesc 
{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 140px);
}

.audioprevdesc h3 
{
    margin: 0px;
    font-size: 15.5px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 5px;
}

.audioprevdesc ul 
{
    padding-left: 15px;
}

.audioprevdesc ul li
{
    font-size: 13px;
    list-style: none !important;
}

.audiopreview i.removeaudio
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

.filepreview 
{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-top: 3px;
}

.filepreview img 
{
    border-radius: 5px;
}

.fileprevthumb 
{
    display: inline-block;
    width: 120px;
}

.fileprevdesc 
{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 140px);
}

.fileprevdesc h3 
{
    margin: 0px;
    font-size: 15.5px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 5px;
}

.fileprevdesc ul 
{
    padding-left: 15px;
}

.fileprevdesc ul li
{
    font-size: 13px;
    list-style: none !important;
}

.filepreview i.removefile
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

#linkpreview
{
    display: none;
}

#filepreview
{
    display: none;
}

#picturepreview
{
    display: none;
}

#audiopreview
{
    display: none;
}

#entrypicturepicker, #entryfilepicker, #entryaudiopicker
{
    display: none;
}

.entryicon 
{
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

span.label.responseentry 
{
    cursor: pointer;
    font-size: 13px;
    font-weight: 100;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 7px;
    text-transform: lowercase;
    color: #0071cd;
}

div#modalaudiodesc, div#modalfiledesc 
{
    color: black;
}

div#modalaudiodesc h3, div#modalfiledesc h3
{
    font-size: 15.5px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 20px 0px 10px;
}

div.responseentryarea 
{
    background: #ffff;
    padding: 10px 20px;
    padding-left: 40px;
    display: none;
}

div.currentresponses 
{
    padding-left: 40px;
}

div.currentresponses div.media 
{
    margin-bottom: 5px;
}

.picturepreview.entryicon
{
    display: block;
    width: 100%;
    max-width: 500px;
}

.picturepreview.entryicon div.picprevthumb
{
    width: 100%;
}

.picturepreview.entryicon div.picprevthumb img 
{
    width: 100%;
}

.eschoolfullscreen 
{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 20px;
}

#eschoolframespace 
{
    width: 100%;
    height: 100%;
    background: white;
}

div#eschoolframespace iframe 
{
    width: 100%;
    height: 100%;
}

.eschoolfullscreen img 
{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 9999;
    background: white;
    cursor: pointer;
    border-radius: 24px;
}

.abc 
{
    text-align: center;
}

.abc_initial 
{
    background-color: #0071CD;
    background-image: linear-gradient(to top, #0071CD 0%, #005bea 100%);
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 100px;
    font-size: 72px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 1px 1px 5px #999;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .5s ease-in-out;
}

.abc_initial:hover
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

table tr th.indicator-cell 
{
    vertical-align: middle;
    width: 200px;
}

div.innercalification table tr th, div.innercalification table tr td
{
    font-size: 13px;
    vertical-align: middle;
}

.tab-calification
{
    background: white;
    padding: 20px;
}

div.innercalification
{
    width: 100%;
    overflow-x: scroll;
}

th.studentname
{
    background: white !important;
    position: absolute;
    text-align: center;
    border: none;
    height: 49px;
    width: 300px !important;
    line-height: 30px !important;
    z-index: 999;
}

th.studentnametitle
{
    background: #eee !important;
    position: absolute;
    text-align: center;
    border: none;
    width: 300px !important;
}

td.observationcell
{
    width: 800px;
}

div.innercalification table thead tr:first-child
{
    background: #eee !important;
}

div.innercalification table.green-table tbody tr:nth-child(odd)
{
    background: #a1d36e !important;
}

div.innercalification table.green-table tbody tr:nth-child(even)
{
    background: #B3E87A !important;
}

div.innercalification table.red-table tbody tr:nth-child(odd)
{
    background: #fa6f57 !important;
}

div.innercalification table.red-table tbody tr:nth-child(even)
{
    background: #FC8C7B !important;
}

div.innercalification table.blue-table tbody tr:nth-child(odd)
{
    background: #3ba5ca !important;
}

div.innercalification table.blue-table tbody tr:nth-child(even)
{
    background: #5DD1F7 !important;
}

div.innercalification table.purple-table tbody tr
{
    background: white !important;
}

div.innercalification table.purple-table tbody tr:nth-child(odd) td
{
    background: #F57E20 !important;
}

div.innercalification table.purple-table tbody tr:nth-child(even) td
{
    background: #EC971F !important;
}

div.glossarycardbody
{
    font-size: 13px;
    max-height: 95px;
    min-height: 95px;
    overflow: hidden;
    text-align: justify !important;
}

article .cquestitem, article .questionoptions 
{
    background: white;
}

article .cquestitem:nth-child(even)
{
    background: #fafafa;
}

article .cquestitem, article .questionoptions
{
    border-radius: 5px;
    padding: 10px 15px;
    padding-bottom: 0px;
    margin-bottom: 15px !important;
    box-shadow: 1px 5px 10px #ddd;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}

article .questionoptions
{
    padding-bottom: 10px !important;
}

article .questtext, article .questtitle
{
    margin-bottom: 15px !important;
}

article .questtext
{
    border-radius: 10px !important;
}

.questpic 
{
    text-align: center;
    margin-bottom: 15px;
}

.questpic img 
{
    border-radius: 5px;
}

span.label-count.revisionstotal 
{
    color: white;
    border-radius: 10px;
    height: 15px;
    width: 16px;
    position: absolute;
    top: -10px;
    right: -4px;
    text-align: center;
}

/*************************** TOAST ******************/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999999;
    right: 30px;
    top: 30px;
    font-size: 14px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: snackfadein 0.5s, snackfadeout 0.5s 2.5s;
    animation: snackfadein 0.5s, snackfadeout 0.5s 2.5s;
}

@-webkit-keyframes snackfadein {
    from {top: 0; opacity: 0;} 
    to {top: 30px; opacity: 1;}
}

@keyframes snackfadein {
    from {top: 0; opacity: 0;}
    to {top: 30px; opacity: 1;}
}

@-webkit-keyframes snackfadeout {
    from {top: 30px; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes snackfadeout {
    from {top: 30px; opacity: 1;}
    to {top: 0; opacity: 0;}
}

/**************** BG-TOSUBJECTS *******************/
.subject1  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject1  {
  color:  #FF6767 !important;
}
.subject2  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject2  {
  color:  #ea913e !important;
}
.subject3  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject3  {
  color:  #4aaf38 !important;
}
.subject4  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject4  {
  color:  #0071CD !important;
}
.subject5  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject5  {
  color:  #52acbe !important;
}
.subject6  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject6  {
  color:  #06aaf1 !important;
}
.subject7  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject7  {
  color:  #9C26B0 !important;
}
.subject8  {
  background:  #e58484;
  background-color:  #e58484;
  border-color:  #e58484 !important;
}
.csubject8  {
  color:  #e58484 !important;
}
.subject9  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject9  {
  color:  #b462ea !important;
}
.subject10  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject10  {
  color:  #b462ea !important;
}
.subject78  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject78  {
  color:  #06aaf1 !important;
}
.subject11  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject11  {
  color:  #06aaf1 !important;
}
.subject12  {
  background:  #bfa350;
  background-color:  #bfa350;
  border-color:  #bfa350 !important;
}
.csubject12  {
  color:  #bfa350 !important;
}
.subject13  {
  background:  #6b01c5;
  background-color:  #6b01c5;
  border-color:  #6b01c5 !important;
}
.csubject13  {
  color:  #6b01c5 !important;
}
.subject14  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject14  {
  color:  #9892FF !important;
}
.subject250  {
  background:  #b871c4;
  background-color:  #b871c4;
  border-color:  #b871c4 !important;
}
.csubject250  {
  color:  #b871c4 !important;
}
.subject431  {
  background:  #b61c1c;
  background-color:  #b61c1c;
  border-color:  #b61c1c !important;
}
.csubject431  {
  color:  #b61c1c !important;
}
.subject430  {
  background:  #b61c1c;
  background-color:  #b61c1c;
  border-color:  #b61c1c !important;
}
.csubject430  {
  color:  #b61c1c !important;
}
.subject167  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject167  {
  color:  #2ea5ac !important;
}
.subject174  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject174  {
  color:  #ab0643 !important;
}
.subject175  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject175  {
  color:  #ab0643 !important;
}
.subject349  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject349  {
  color:  #4aaf38 !important;
}
.subject350  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject350  {
  color:  #52acbe !important;
}
.subject345  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject345  {
  color:  #ea913e !important;
}
.subject346  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject346  {
  color:  #FF6767 !important;
}
.subject348  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject348  {
  color:  #0071CD !important;
}
.subject64  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject64  {
  color:  #80B237 !important;
}
.subject176  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject176  {
  color:  #7ba709 !important;
}
.subject157  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject157  {
  color:  #fd6c6c !important;
}
.subject727  {
  background:  #0ABF8E;
  background-color:  #0ABF8E;
  border-color:  #0ABF8E !important;
}
.csubject727  {
  color:  #0ABF8E !important;
}
.subject38  {
  background:  #f27777;
  background-color:  #f27777;
  border-color:  #f27777 !important;
}
.csubject38  {
  color:  #f27777 !important;
}
.subject61  {
  background:  #f27777;
  background-color:  #f27777;
  border-color:  #f27777 !important;
}
.csubject61  {
  color:  #f27777 !important;
}
.subject62  {
  background:  #f27777;
  background-color:  #f27777;
  border-color:  #f27777 !important;
}
.csubject62  {
  color:  #f27777 !important;
}
.subject52  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject52  {
  color:  #e27100 !important;
}
.subject577  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject577  {
  color:  #4eb999 !important;
}
.subject693  {
  background:  #A78831;
  background-color:  #A78831;
  border-color:  #A78831 !important;
}
.csubject693  {
  color:  #A78831 !important;
}
.subject695  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject695  {
  color:  #e57ce9 !important;
}
.subject696  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject696  {
  color:  #52acbe !important;
}
.subject580  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject580  {
  color:  #9C26B0 !important;
}
.subject407  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject407  {
  color:  #e27100 !important;
}
.subject646  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject646  {
  color:  #cf9a23 !important;
}
.subject339  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject339  {
  color:  #e27100 !important;
}
.subject151  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject151  {
  color:  #FF6767 !important;
}
.subject109  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject109  {
  color:  #b99815 !important;
}
.subject329  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject329  {
  color:  #06aaf1 !important;
}
.subject387  {
  background:  #f27777;
  background-color:  #f27777;
  border-color:  #f27777 !important;
}
.csubject387  {
  color:  #f27777 !important;
}
.subject49  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject49  {
  color:  #9C26B0 !important;
}
.subject671  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject671  {
  color:  #9C26B0 !important;
}
.subject154  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject154  {
  color:  #9C26B0 !important;
}
.subject270  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject270  {
  color:  #9C26B0 !important;
}
.subject156  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject156  {
  color:  #9C26B0 !important;
}
.subject129  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject129  {
  color:  #9C26B0 !important;
}
.subject267  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject267  {
  color:  #9C26B0 !important;
}
.subject134  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject134  {
  color:  #e27100 !important;
}
.subject732  {
  background:  #3968AF;
  background-color:  #3968AF;
  border-color:  #3968AF !important;
}
.csubject732  {
  color:  #3968AF !important;
}
.subject313  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject313  {
  color:  #e27100 !important;
}
.subject694  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject694  {
  color:  #4eb999 !important;
}
.subject428  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject428  {
  color:  #06aaf1 !important;
}
.subject413  {
  background:  #7f0f99;
  background-color:  #7f0f99;
  border-color:  #7f0f99 !important;
}
.csubject413  {
  color:  #7f0f99 !important;
}
.subject368  {
  background:  #415FCE;
  background-color:  #415FCE;
  border-color:  #415FCE !important;
}
.csubject368  {
  color:  #415FCE !important;
}
.subject523  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject523  {
  color:  #4aaf38 !important;
}
.subject524  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject524  {
  color:  #0071CD !important;
}
.subject521  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject521  {
  color:  #ea913e !important;
}
.subject522  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject522  {
  color:  #FF6767 !important;
}
.subject530  {
  background:  #917AA8;
  background-color:  #917AA8;
  border-color:  #917AA8 !important;
}
.csubject530  {
  color:  #917AA8 !important;
}
.subject386  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject386  {
  color:  #b462ea !important;
}
.subject81  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject81  {
  color:  #b462ea !important;
}
.subject159  {
  background:  #918dc7;
  background-color:  #918dc7;
  border-color:  #918dc7 !important;
}
.csubject159  {
  color:  #918dc7 !important;
}
.subject77  {
  background:  #918dc7;
  background-color:  #918dc7;
  border-color:  #918dc7 !important;
}
.csubject77  {
  color:  #918dc7 !important;
}
.subject533  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject533  {
  color:  #4e2e84 !important;
}
.subject582  {
  background:  #918dc7;
  background-color:  #918dc7;
  border-color:  #918dc7 !important;
}
.csubject582  {
  color:  #918dc7 !important;
}
.subject699  {
  background:  #918dc7;
  background-color:  #918dc7;
  border-color:  #918dc7 !important;
}
.csubject699  {
  color:  #918dc7 !important;
}
.subject162  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject162  {
  color:  #4e2e84 !important;
}
.subject512  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject512  {
  color:  #52acbe !important;
}
.subject534  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject534  {
  color:  #6eab37 !important;
}
.subject67  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject67  {
  color:  #FF6767 !important;
}
.subject673  {
  background:  #FE6965;
  background-color:  #FE6965;
  border-color:  #FE6965 !important;
}
.csubject673  {
  color:  #FE6965 !important;
}
.subject252  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject252  {
  color:  #FF6767 !important;
}
.subject607  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject607  {
  color:  #FF6767 !important;
}
.subject168  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject168  {
  color:  #FF6767 !important;
}
.subject68  {
  background:  #FE6965;
  background-color:  #FE6965;
  border-color:  #FE6965 !important;
}
.csubject68  {
  color:  #FE6965 !important;
}
.subject89  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject89  {
  color:  #95a6b7 !important;
}
.subject433  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject433  {
  color:  #6B01C5 !important;
}
.subject148  {
  background:  #f9737c;
  background-color:  #f9737c;
  border-color:  #f9737c !important;
}
.csubject148  {
  color:  #f9737c !important;
}
.subject161  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject161  {
  color:  #e27100 !important;
}
.subject358  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject358  {
  color:  #b462ea !important;
}
.subject359  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject359  {
  color:  #b462ea !important;
}
.subject43  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject43  {
  color:  #4e2e84 !important;
}
.subject59  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject59  {
  color:  #4e2e84 !important;
}
.subject60  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject60  {
  color:  #4e2e84 !important;
}
.subject637  {
  background:  #BF80BF;
  background-color:  #BF80BF;
  border-color:  #BF80BF !important;
}
.csubject637  {
  color:  #BF80BF !important;
}
.subject131  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject131  {
  color:  #6aa6a2 !important;
}
.subject557  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject557  {
  color:  #4aaf38 !important;
}
.subject357  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject357  {
  color:  #4aaf38 !important;
}
.subject163  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject163  {
  color:  #4aaf38 !important;
}
.subject376  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject376  {
  color:  #6aa6a2 !important;
}
.subject377  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject377  {
  color:  #4aaf38 !important;
}
.subject375  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject375  {
  color:  #4aaf38 !important;
}
.subject558  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject558  {
  color:  #4aaf38 !important;
}
.subject518  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject518  {
  color:  #4aaf38 !important;
}
.subject535  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject535  {
  color:  #e27100 !important;
}
.subject263  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject263  {
  color:  #e27100 !important;
}
.subject704  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject704  {
  color:  #06aaf1 !important;
}
.subject122  {
  background:  #f28978;
  background-color:  #f28978;
  border-color:  #f28978 !important;
}
.csubject122  {
  color:  #f28978 !important;
}
.subject124  {
  background:  #656565;
  background-color:  #656565;
  border-color:  #656565 !important;
}
.csubject124  {
  color:  #656565 !important;
}
.subject125  {
  background:  #6b01c5;
  background-color:  #6b01c5;
  border-color:  #6b01c5 !important;
}
.csubject125  {
  color:  #6b01c5 !important;
}
.subject121  {
  background:  #656565;
  background-color:  #656565;
  border-color:  #656565 !important;
}
.csubject121  {
  color:  #656565 !important;
}
.subject123  {
  background:  #656565;
  background-color:  #656565;
  border-color:  #656565 !important;
}
.csubject123  {
  color:  #656565 !important;
}
.subject133  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject133  {
  color:  #9C26B0 !important;
}
.subject110  {
  background:  #FE6965;
  background-color:  #FE6965;
  border-color:  #FE6965 !important;
}
.csubject110  {
  color:  #FE6965 !important;
}
.subject408  {
  background:  #FE6965;
  background-color:  #FE6965;
  border-color:  #FE6965 !important;
}
.csubject408  {
  color:  #FE6965 !important;
}
.subject221  {
  background:  #FE6965;
  background-color:  #FE6965;
  border-color:  #FE6965 !important;
}
.csubject221  {
  color:  #FE6965 !important;
}
.subject88  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject88  {
  color:  #e8873f !important;
}
.subject340  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject340  {
  color:  #e8873f !important;
}
.subject155  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject155  {
  color:  #9892FF !important;
}
.subject394  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject394  {
  color:  #9892FF !important;
}
.subject614  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject614  {
  color:  #0270c5 !important;
}
.subject619  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject619  {
  color:  #B9054E !important;
}
.subject473  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject473  {
  color:  #B9054E !important;
}
.subject725  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject725  {
  color:  #B9054E !important;
}
.subject279  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject279  {
  color:  #ea913e !important;
}
.subject186  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject186  {
  color:  #B9054E !important;
}
.subject675  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject675  {
  color:  #B9054E !important;
}
.subject307  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject307  {
  color:  #7ba709 !important;
}
.subject17  {
  background:  #4338ca;
  background-color:  #4338ca;
  border-color:  #4338ca !important;
}
.csubject17  {
  color:  #4338ca !important;
}
.subject640  {
  background:  #8080FF;
  background-color:  #8080FF;
  border-color:  #8080FF !important;
}
.csubject640  {
  color:  #8080FF !important;
}
.subject685  {
  background:  #41b4cf;
  background-color:  #41b4cf;
  border-color:  #41b4cf !important;
}
.csubject685  {
  color:  #41b4cf !important;
}
.subject79  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject79  {
  color:  #057753 !important;
}
.subject171  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject171  {
  color:  #057753 !important;
}
.subject648  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject648  {
  color:  #057753 !important;
}
.subject182  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject182  {
  color:  #057753 !important;
}
.subject147  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject147  {
  color:  #e27100 !important;
}
.subject225  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject225  {
  color:  #e27100 !important;
}
.subject233  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject233  {
  color:  #0773BE !important;
}
.subject242  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject242  {
  color:  #0773BE !important;
}
.subject197  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject197  {
  color:  #e27100 !important;
}
.subject531  {
  background:  #50C275;
  background-color:  #50C275;
  border-color:  #50C275 !important;
}
.csubject531  {
  color:  #50C275 !important;
}
.subject708  {
  background:  #37719F;
  background-color:  #37719F;
  border-color:  #37719F !important;
}
.csubject708  {
  color:  #37719F !important;
}
.subject222  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject222  {
  color:  #057753 !important;
}
.subject421  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject421  {
  color:  #057753 !important;
}
.subject647  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject647  {
  color:  #2ea5ac !important;
}
.subject299  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject299  {
  color:  #6eab37 !important;
}
.subject108  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject108  {
  color:  #9C26B0 !important;
}
.subject113  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject113  {
  color:  #9C26B0 !important;
}
.subject114  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject114  {
  color:  #9C26B0 !important;
}
.subject93  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject93  {
  color:  #9C26B0 !important;
}
.subject737  {
  background:  #0000FF;
  background-color:  #0000FF;
  border-color:  #0000FF !important;
}
.csubject737  {
  color:  #0000FF !important;
}
.subject261  {
  background:  #c075c0;
  background-color:  #c075c0;
  border-color:  #c075c0 !important;
}
.csubject261  {
  color:  #c075c0 !important;
}
.subject295  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject295  {
  color:  #e57ce9 !important;
}
.subject525  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject525  {
  color:  #FF6767 !important;
}
.subject529  {
  background:  #F35F5F;
  background-color:  #F35F5F;
  border-color:  #F35F5F !important;
}
.csubject529  {
  color:  #F35F5F !important;
}
.subject128  {
  background:  #F35F5F;
  background-color:  #F35F5F;
  border-color:  #F35F5F !important;
}
.csubject128  {
  color:  #F35F5F !important;
}
.subject146  {
  background:  #e58484;
  background-color:  #e58484;
  border-color:  #e58484 !important;
}
.csubject146  {
  color:  #e58484 !important;
}
.subject169  {
  background:  #2830ff;
  background-color:  #2830ff;
  border-color:  #2830ff !important;
}
.csubject169  {
  color:  #2830ff !important;
}
.subject292  {
  background:  #2830ff;
  background-color:  #2830ff;
  border-color:  #2830ff !important;
}
.csubject292  {
  color:  #2830ff !important;
}
.subject170  {
  background:  #2830ff;
  background-color:  #2830ff;
  border-color:  #2830ff !important;
}
.csubject170  {
  color:  #2830ff !important;
}
.subject417  {
  background:  #2830ff;
  background-color:  #2830ff;
  border-color:  #2830ff !important;
}
.csubject417  {
  color:  #2830ff !important;
}
.subject710  {
  background:  #A1D36E;
  background-color:  #A1D36E;
  border-color:  #A1D36E !important;
}
.csubject710  {
  color:  #A1D36E !important;
}
.subject429  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject429  {
  color:  #e57ce9 !important;
}
.subject334  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject334  {
  color:  #FF6767 !important;
}
.subject335  {
  background:  #30B2EC;
  background-color:  #30B2EC;
  border-color:  #30B2EC !important;
}
.csubject335  {
  color:  #30B2EC !important;
}
.subject332  {
  background:  #0abf8e;
  background-color:  #0abf8e;
  border-color:  #0abf8e !important;
}
.csubject332  {
  color:  #0abf8e !important;
}
.subject333  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject333  {
  color:  #B9054E !important;
}
.subject609  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject609  {
  color:  #e27100 !important;
}
.subject621  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject621  {
  color:  #b462ea !important;
}
.subject227  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject227  {
  color:  #9C26B0 !important;
}
.subject228  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject228  {
  color:  #9C26B0 !important;
}
.subject106  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject106  {
  color:  #9C26B0 !important;
}
.subject703  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject703  {
  color:  #9C26B0 !important;
}
.subject298  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject298  {
  color:  #9C26B0 !important;
}
.subject462  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject462  {
  color:  #9C26B0 !important;
}
.subject213  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject213  {
  color:  #fc38af !important;
}
.subject455  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject455  {
  color:  #9C26B0 !important;
}
.subject459  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject459  {
  color:  #9C26B0 !important;
}
.subject328  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject328  {
  color:  #95a6b7 !important;
}
.subject246  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject246  {
  color:  #9892FF !important;
}
.subject230  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject230  {
  color:  #B9054E !important;
}
.subject231  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject231  {
  color:  #fc38af !important;
}
.subject247  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject247  {
  color:  #52acbe !important;
}
.subject248  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject248  {
  color:  #c53070 !important;
}
.subject184  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject184  {
  color:  #fc38af !important;
}
.subject584  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject584  {
  color:  #4aaf38 !important;
}
.subject717  {
  background:  #E51287;
  background-color:  #E51287;
  border-color:  #E51287 !important;
}
.csubject717  {
  color:  #E51287 !important;
}
.subject718  {
  background:  #E51287;
  background-color:  #E51287;
  border-color:  #E51287 !important;
}
.csubject718  {
  color:  #E51287 !important;
}
.subject719  {
  background:  #E51287;
  background-color:  #E51287;
  border-color:  #E51287 !important;
}
.csubject719  {
  color:  #E51287 !important;
}
.subject183  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject183  {
  color:  #fc38af !important;
}
.subject63  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject63  {
  color:  #4aaf38 !important;
}
.subject35  {
  background:  #4CAF50;
  background-color:  #4CAF50;
  border-color:  #4CAF50 !important;
}
.csubject35  {
  color:  #4CAF50 !important;
}
.subject153  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject153  {
  color:  #FF6767 !important;
}
.subject644  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject644  {
  color:  #06aaf1 !important;
}
.subject583  {
  background:  #b871c4;
  background-color:  #b871c4;
  border-color:  #b871c4 !important;
}
.csubject583  {
  color:  #b871c4 !important;
}
.subject311  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject311  {
  color:  #80B237 !important;
}
.subject344  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject344  {
  color:  #b462ea !important;
}
.subject559  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject559  {
  color:  #06aaf1 !important;
}
.subject545  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject545  {
  color:  #1e7cab !important;
}
.subject253  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject253  {
  color:  #06aaf1 !important;
}
.subject259  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject259  {
  color:  #06aaf1 !important;
}
.subject104  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject104  {
  color:  #b462ea !important;
}
.subject347  {
  background:  #A72331;
  background-color:  #A72331;
  border-color:  #A72331 !important;
}
.csubject347  {
  color:  #A72331 !important;
}
.subject237  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject237  {
  color:  #2ea5ac !important;
}
.subject585  {
  background:  #e58484;
  background-color:  #e58484;
  border-color:  #e58484 !important;
}
.csubject585  {
  color:  #e58484 !important;
}
.subject194  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject194  {
  color:  #6B01C5 !important;
}
.subject164  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject164  {
  color:  #b462ea !important;
}
.subject701  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject701  {
  color:  #9C26B0 !important;
}
.subject738  {
  background:  #E5BE01;
  background-color:  #E5BE01;
  border-color:  #E5BE01 !important;
}
.csubject738  {
  color:  #E5BE01 !important;
}
.subject325  {
  background:  #b871c4;
  background-color:  #b871c4;
  border-color:  #b871c4 !important;
}
.csubject325  {
  color:  #b871c4 !important;
}
.subject361  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject361  {
  color:  #cf9a23 !important;
}
.subject543  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject543  {
  color:  #e27100 !important;
}
.subject484  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject484  {
  color:  #9C26B0 !important;
}
.subject513  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject513  {
  color:  #cf9a23 !important;
}
.subject511  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject511  {
  color:  #cf9a23 !important;
}
.subject486  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject486  {
  color:  #e27100 !important;
}
.subject69  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject69  {
  color:  #cf9a23 !important;
}
.subject294  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject294  {
  color:  #1e7cab !important;
}
.subject82  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject82  {
  color:  #6eab37 !important;
}
.subject249  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject249  {
  color:  #6eab37 !important;
}
.subject697  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject697  {
  color:  #6eab37 !important;
}
.subject467  {
  background:  #6eab37;
  background-color:  #6eab37;
  border-color:  #6eab37 !important;
}
.csubject467  {
  color:  #6eab37 !important;
}
.subject238  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject238  {
  color:  #1e7cab !important;
}
.subject352  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject352  {
  color:  #52acbe !important;
}
.subject241  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject241  {
  color:  #52acbe !important;
}
.subject706  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject706  {
  color:  #52acbe !important;
}
.subject446  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject446  {
  color:  #52acbe !important;
}
.subject256  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject256  {
  color:  #e8873f !important;
}
.subject454  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject454  {
  color:  #e27100 !important;
}
.subject450  {
  background:  #fc6a13;
  background-color:  #fc6a13;
  border-color:  #fc6a13 !important;
}
.csubject450  {
  color:  #fc6a13 !important;
}
.subject564  {
  background:  #fc6a13;
  background-color:  #fc6a13;
  border-color:  #fc6a13 !important;
}
.csubject564  {
  color:  #fc6a13 !important;
}
.subject565  {
  background:  #fc6a13;
  background-color:  #fc6a13;
  border-color:  #fc6a13 !important;
}
.csubject565  {
  color:  #fc6a13 !important;
}
.subject127  {
  background:  #ea9422;
  background-color:  #ea9422;
  border-color:  #ea9422 !important;
}
.csubject127  {
  color:  #ea9422 !important;
}
.subject460  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject460  {
  color:  #ea913e !important;
}
.subject661  {
  background:  #a5a0d9;
  background-color:  #a5a0d9;
  border-color:  #a5a0d9 !important;
}
.csubject661  {
  color:  #a5a0d9 !important;
}
.subject474  {
  background:  #a5a0d9;
  background-color:  #a5a0d9;
  border-color:  #a5a0d9 !important;
}
.csubject474  {
  color:  #a5a0d9 !important;
}
.subject87  {
  background:  #2F7DBD;
  background-color:  #2F7DBD;
  border-color:  #2F7DBD !important;
}
.csubject87  {
  color:  #2F7DBD !important;
}
.subject223  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject223  {
  color:  #0071CD !important;
}
.subject70  {
  background:  #A72331;
  background-color:  #A72331;
  border-color:  #A72331 !important;
}
.csubject70  {
  color:  #A72331 !important;
}
.subject137  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject137  {
  color:  #b99815 !important;
}
.subject177  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject177  {
  color:  #e27100 !important;
}
.subject656  {
  background:  #FFA050;
  background-color:  #FFA050;
  border-color:  #FFA050 !important;
}
.csubject656  {
  color:  #FFA050 !important;
}
.subject687  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject687  {
  color:  #B9054E !important;
}
.subject674  {
  background:  #0abf8e;
  background-color:  #0abf8e;
  border-color:  #0abf8e !important;
}
.csubject674  {
  color:  #0abf8e !important;
}
.subject689  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject689  {
  color:  #c53070 !important;
}
.subject686  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject686  {
  color:  #0071CD !important;
}
.subject688  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject688  {
  color:  #2ea5ac !important;
}
.subject166  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject166  {
  color:  #FF6767 !important;
}
.subject327  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject327  {
  color:  #6B01C5 !important;
}
.subject165  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject165  {
  color:  #e8873f !important;
}
.subject326  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject326  {
  color:  #9C26B0 !important;
}
.subject420  {
  background:  #574A41;
  background-color:  #574A41;
  border-color:  #574A41 !important;
}
.csubject420  {
  color:  #574A41 !important;
}
.subject463  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject463  {
  color:  #ea913e !important;
}
.subject330  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject330  {
  color:  #B9054E !important;
}
.subject130  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject130  {
  color:  #e8873f !important;
}
.subject160  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject160  {
  color:  #2ea5ac !important;
}
.subject72  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject72  {
  color:  #6aa6a2 !important;
}
.subject372  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject372  {
  color:  #6aa6a2 !important;
}
.subject598  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject598  {
  color:  #6aa6a2 !important;
}
.subject599  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject599  {
  color:  #6aa6a2 !important;
}
.subject600  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject600  {
  color:  #6aa6a2 !important;
}
.subject436  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject436  {
  color:  #6aa6a2 !important;
}
.subject601  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject601  {
  color:  #6aa6a2 !important;
}
.subject102  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject102  {
  color:  #6aa6a2 !important;
}
.subject427  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject427  {
  color:  #0400B5 !important;
}
.subject120  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject120  {
  color:  #b462ea !important;
}
.subject452  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject452  {
  color:  #06aaf1 !important;
}
.subject641  {
  background:  #FFC4D7;
  background-color:  #FFC4D7;
  border-color:  #FFC4D7 !important;
}
.csubject641  {
  color:  #FFC4D7 !important;
}
.subject650  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject650  {
  color:  #b99815 !important;
}
.subject536  {
  background:  #DA2E68;
  background-color:  #DA2E68;
  border-color:  #DA2E68 !important;
}
.csubject536  {
  color:  #DA2E68 !important;
}
.subject73  {
  background:  #232D86;
  background-color:  #232D86;
  border-color:  #232D86 !important;
}
.csubject73  {
  color:  #232D86 !important;
}
.subject204  {
  background:  #232D86;
  background-color:  #232D86;
  border-color:  #232D86 !important;
}
.csubject204  {
  color:  #232D86 !important;
}
.subject206  {
  background:  #232D86;
  background-color:  #232D86;
  border-color:  #232D86 !important;
}
.csubject206  {
  color:  #232D86 !important;
}
.subject211  {
  background:  #232D86;
  background-color:  #232D86;
  border-color:  #232D86 !important;
}
.csubject211  {
  color:  #232D86 !important;
}
.subject25  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject25  {
  color:  #4eb999 !important;
}
.subject95  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject95  {
  color:  #4eb999 !important;
}
.subject96  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject96  {
  color:  #4eb999 !important;
}
.subject587  {
  background:  #A72331;
  background-color:  #A72331;
  border-color:  #A72331 !important;
}
.csubject587  {
  color:  #A72331 !important;
}
.subject576  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject576  {
  color:  #0071CD !important;
}
.subject707  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject707  {
  color:  #00add5 !important;
}
.subject402  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject402  {
  color:  #52acbe !important;
}
.subject19  {
  background:  #f24157;
  background-color:  #f24157;
  border-color:  #f24157 !important;
}
.csubject19  {
  color:  #f24157 !important;
}
.subject94  {
  background:  #f24157;
  background-color:  #f24157;
  border-color:  #f24157 !important;
}
.csubject94  {
  color:  #f24157 !important;
}
.subject453  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject453  {
  color:  #7ba709 !important;
}
.subject178  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject178  {
  color:  #7ba709 !important;
}
.subject158  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject158  {
  color:  #7ba709 !important;
}
.subject224  {
  background:  #f27777;
  background-color:  #f27777;
  border-color:  #f27777 !important;
}
.csubject224  {
  color:  #f27777 !important;
}
.subject735  {
  background:  #7F0F99;
  background-color:  #7F0F99;
  border-color:  #7F0F99 !important;
}
.csubject735  {
  color:  #7F0F99 !important;
}
.subject314  {
  background:  #f24157;
  background-color:  #f24157;
  border-color:  #f24157 !important;
}
.csubject314  {
  color:  #f24157 !important;
}
.subject622  {
  background:  #239B5D;
  background-color:  #239B5D;
  border-color:  #239B5D !important;
}
.csubject622  {
  color:  #239B5D !important;
}
.subject400  {
  background:  #b871c4;
  background-color:  #b871c4;
  border-color:  #b871c4 !important;
}
.csubject400  {
  color:  #b871c4 !important;
}
.subject264  {
  background:  #b871c4;
  background-color:  #b871c4;
  border-color:  #b871c4 !important;
}
.csubject264  {
  color:  #b871c4 !important;
}
.subject623  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject623  {
  color:  #FF6767 !important;
}
.subject546  {
  background:  #a5a0d9;
  background-color:  #a5a0d9;
  border-color:  #a5a0d9 !important;
}
.csubject546  {
  color:  #a5a0d9 !important;
}
.subject138  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject138  {
  color:  #2E138E !important;
}
.subject42  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject42  {
  color:  #2E138E !important;
}
.subject53  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject53  {
  color:  #2E138E !important;
}
.subject629  {
  background:  #c53071;
  background-color:  #c53071;
  border-color:  #c53071 !important;
}
.csubject629  {
  color:  #c53071 !important;
}
.subject643  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject643  {
  color:  #e57ce9 !important;
}
.subject140  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject140  {
  color:  #06aaf1 !important;
}
.subject373  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject373  {
  color:  #06aaf1 !important;
}
.subject91  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject91  {
  color:  #e57ce9 !important;
}
.subject603  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject603  {
  color:  #9892FF !important;
}
.subject605  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject605  {
  color:  #B9054E !important;
}
.subject709  {
  background:  #00C188;
  background-color:  #00C188;
  border-color:  #00C188 !important;
}
.csubject709  {
  color:  #00C188 !important;
}
.subject606  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject606  {
  color:  #52acbe !important;
}
.subject604  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject604  {
  color:  #e57ce9 !important;
}
.subject445  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject445  {
  color:  #fc38af !important;
}
.subject662  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject662  {
  color:  #06aaf1 !important;
}
.subject65  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject65  {
  color:  #0192D1 !important;
}
.subject482  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject482  {
  color:  #0192D1 !important;
}
.subject592  {
  background:  #29117C;
  background-color:  #29117C;
  border-color:  #29117C !important;
}
.csubject592  {
  color:  #29117C !important;
}
.subject593  {
  background:  #29117C;
  background-color:  #29117C;
  border-color:  #29117C !important;
}
.csubject593  {
  color:  #29117C !important;
}
.subject300  {
  background:  #46acca;
  background-color:  #46acca;
  border-color:  #46acca !important;
}
.csubject300  {
  color:  #46acca !important;
}
.subject451  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject451  {
  color:  #618ccf !important;
}
.subject578  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject578  {
  color:  #618ccf !important;
}
.subject574  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject574  {
  color:  #618ccf !important;
}
.subject700  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject700  {
  color:  #618ccf !important;
}
.subject150  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject150  {
  color:  #618ccf !important;
}
.subject396  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject396  {
  color:  #618ccf !important;
}
.subject553  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject553  {
  color:  #fc38af !important;
}
.subject336  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject336  {
  color:  #c53070 !important;
}
.subject489  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject489  {
  color:  #0270c5 !important;
}
.subject537  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject537  {
  color:  #0270c5 !important;
}
.subject544  {
  background:  #F2454D;
  background-color:  #F2454D;
  border-color:  #F2454D !important;
}
.csubject544  {
  color:  #F2454D !important;
}
.subject187  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject187  {
  color:  #0400B5 !important;
}
.subject594  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject594  {
  color:  #0400B5 !important;
}
.subject667  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject667  {
  color:  #2E138E !important;
}
.subject669  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject669  {
  color:  #0400B5 !important;
}
.subject668  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject668  {
  color:  #0400B5 !important;
}
.subject597  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject597  {
  color:  #0400B5 !important;
}
.subject664  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject664  {
  color:  #2E138E !important;
}
.subject666  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject666  {
  color:  #0400B5 !important;
}
.subject665  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject665  {
  color:  #0400B5 !important;
}
.subject549  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject549  {
  color:  #52acbe !important;
}
.subject539  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject539  {
  color:  #cf9a23 !important;
}
.subject540  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject540  {
  color:  #e27100 !important;
}
.subject682  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject682  {
  color:  #9892FF !important;
}
.subject488  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject488  {
  color:  #0270c5 !important;
}
.subject190  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject190  {
  color:  #9892FF !important;
}
.subject188  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject188  {
  color:  #9892FF !important;
}
.subject301  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject301  {
  color:  #9892FF !important;
}
.subject189  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject189  {
  color:  #9892FF !important;
}
.subject625  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject625  {
  color:  #1e7cab !important;
}
.subject103  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject103  {
  color:  #52acbe !important;
}
.subject273  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject273  {
  color:  #52acbe !important;
}
.subject271  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject271  {
  color:  #52acbe !important;
}
.subject651  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject651  {
  color:  #52acbe !important;
}
.subject652  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject652  {
  color:  #52acbe !important;
}
.subject272  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject272  {
  color:  #52acbe !important;
}
.subject566  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject566  {
  color:  #52acbe !important;
}
.subject567  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject567  {
  color:  #52acbe !important;
}
.subject568  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject568  {
  color:  #52acbe !important;
}
.subject653  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject653  {
  color:  #52acbe !important;
}
.subject654  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject654  {
  color:  #52acbe !important;
}
.subject569  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject569  {
  color:  #52acbe !important;
}
.subject320  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject320  {
  color:  #52acbe !important;
}
.subject185  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject185  {
  color:  #52acbe !important;
}
.subject29  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject29  {
  color:  #52acbe !important;
}
.subject457  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject457  {
  color:  #52acbe !important;
}
.subject456  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject456  {
  color:  #52acbe !important;
}
.subject432  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject432  {
  color:  #52acbe !important;
}
.subject639  {
  background:  #80FF80;
  background-color:  #80FF80;
  border-color:  #80FF80 !important;
}
.csubject639  {
  color:  #80FF80 !important;
}
.subject244  {
  background:  #209FB4;
  background-color:  #209FB4;
  border-color:  #209FB4 !important;
}
.csubject244  {
  color:  #209FB4 !important;
}
.subject538  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject538  {
  color:  #e27100 !important;
}
.subject483  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject483  {
  color:  #ea913e !important;
}
.subject586  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject586  {
  color:  #2ea5ac !important;
}
.subject302  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject302  {
  color:  #c53070 !important;
}
.subject590  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject590  {
  color:  #1e7cab !important;
}
.subject315  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject315  {
  color:  #c53070 !important;
}
.subject16  {
  background:  #009e4a;
  background-color:  #009e4a;
  border-color:  #009e4a !important;
}
.csubject16  {
  color:  #009e4a !important;
}
.subject628  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject628  {
  color:  #c53070 !important;
}
.subject485  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject485  {
  color:  #e27100 !important;
}
.subject441  {
  background:  #EB4242;
  background-color:  #EB4242;
  border-color:  #EB4242 !important;
}
.csubject441  {
  color:  #EB4242 !important;
}
.subject415  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject415  {
  color:  #fd6c6c !important;
}
.subject548  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject548  {
  color:  #fd6c6c !important;
}
.subject366  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject366  {
  color:  #FF6767 !important;
}
.subject367  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject367  {
  color:  #FF6767 !important;
}
.subject251  {
  background:  #499e58;
  background-color:  #499e58;
  border-color:  #499e58 !important;
}
.csubject251  {
  color:  #499e58 !important;
}
.subject254  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject254  {
  color:  #4aaf38 !important;
}
.subject24  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject24  {
  color:  #9C26B0 !important;
}
.subject28  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject28  {
  color:  #9C26B0 !important;
}
.subject721  {
  background:  #5DBC5F;
  background-color:  #5DBC5F;
  border-color:  #5DBC5F !important;
}
.csubject721  {
  color:  #5DBC5F !important;
}
.subject443  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject443  {
  color:  #9C26B0 !important;
}
.subject444  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject444  {
  color:  #9C26B0 !important;
}
.subject371  {
  background:  #6aa6a2;
  background-color:  #6aa6a2;
  border-color:  #6aa6a2 !important;
}
.csubject371  {
  color:  #6aa6a2 !important;
}
.subject369  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject369  {
  color:  #4e2e84 !important;
}
.subject276  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject276  {
  color:  #1fa8b2 !important;
}
.subject198  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject198  {
  color:  #cf9a23 !important;
}
.subject45  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject45  {
  color:  #ea913e !important;
}
.subject30  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject30  {
  color:  #ea913e !important;
}
.subject201  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject201  {
  color:  #ea913e !important;
}
.subject203  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject203  {
  color:  #ea913e !important;
}
.subject202  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject202  {
  color:  #ea913e !important;
}
.subject212  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject212  {
  color:  #ea913e !important;
}
.subject381  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject381  {
  color:  #ea913e !important;
}
.subject303  {
  background:  #46acca;
  background-color:  #46acca;
  border-color:  #46acca !important;
}
.csubject303  {
  color:  #46acca !important;
}
.subject554  {
  background:  #fc38af;
  background-color:  #fc38af;
  border-color:  #fc38af !important;
}
.csubject554  {
  color:  #fc38af !important;
}
.subject243  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject243  {
  color:  #95a6b7 !important;
}
.subject36  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject36  {
  color:  #80B237 !important;
}
.subject343  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject343  {
  color:  #80B237 !important;
}
.subject612  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject612  {
  color:  #e8873f !important;
}
.subject105  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject105  {
  color:  #e8873f !important;
}
.subject132  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject132  {
  color:  #e8873f !important;
}
.subject90  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject90  {
  color:  #f87717 !important;
}
.subject255  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject255  {
  color:  #f87717 !important;
}
.subject107  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject107  {
  color:  #f87717 !important;
}
.subject353  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject353  {
  color:  #f87717 !important;
}
.subject461  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject461  {
  color:  #f87717 !important;
}
.subject275  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject275  {
  color:  #80B237 !important;
}
.subject179  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject179  {
  color:  #c53070 !important;
}
.subject542  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject542  {
  color:  #ea913e !important;
}
.subject355  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject355  {
  color:  #ea913e !important;
}
.subject519  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject519  {
  color:  #f87717 !important;
}
.subject588  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject588  {
  color:  #ea913e !important;
}
.subject434  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject434  {
  color:  #ea913e !important;
}
.subject341  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject341  {
  color:  #FF6767 !important;
}
.subject679  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject679  {
  color:  #ea913e !important;
}
.subject581  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject581  {
  color:  #ea913e !important;
}
.subject729  {
  background:  #F78126;
  background-color:  #F78126;
  border-color:  #F78126 !important;
}
.csubject729  {
  color:  #F78126 !important;
}
.subject240  {
  background:  #a5a0d9;
  background-color:  #a5a0d9;
  border-color:  #a5a0d9 !important;
}
.csubject240  {
  color:  #a5a0d9 !important;
}
.subject48  {
  background:  #0000E4;
  background-color:  #0000E4;
  border-color:  #0000E4 !important;
}
.csubject48  {
  color:  #0000E4 !important;
}
.subject389  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject389  {
  color:  #95a6b7 !important;
}
.subject645  {
  background:  #f9737c;
  background-color:  #f9737c;
  border-color:  #f9737c !important;
}
.csubject645  {
  color:  #f9737c !important;
}
.subject514  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject514  {
  color:  #06aaf1 !important;
}
.subject304  {
  background:  #46acca;
  background-color:  #46acca;
  border-color:  #46acca !important;
}
.csubject304  {
  color:  #46acca !important;
}
.subject199  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject199  {
  color:  #0773BE !important;
}
.subject50  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject50  {
  color:  #e27100 !important;
}
.subject684  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject684  {
  color:  #FF6767 !important;
}
.subject208  {
  background:  #D21766;
  background-color:  #D21766;
  border-color:  #D21766 !important;
}
.csubject208  {
  color:  #D21766 !important;
}
.subject209  {
  background:  #D21766;
  background-color:  #D21766;
  border-color:  #D21766 !important;
}
.csubject209  {
  color:  #D21766 !important;
}
.subject210  {
  background:  #D21766;
  background-color:  #D21766;
  border-color:  #D21766 !important;
}
.csubject210  {
  color:  #D21766 !important;
}
.subject196  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject196  {
  color:  #FF6767 !important;
}
.subject563  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject563  {
  color:  #e27100 !important;
}
.subject711  {
  background:  #D21766;
  background-color:  #D21766;
  border-color:  #D21766 !important;
}
.csubject711  {
  color:  #D21766 !important;
}
.subject475  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject475  {
  color:  #e27100 !important;
}
.subject615  {
  background:  #34169F;
  background-color:  #34169F;
  border-color:  #34169F !important;
}
.csubject615  {
  color:  #34169F !important;
}
.subject591  {
  background:  #34169F;
  background-color:  #34169F;
  border-color:  #34169F !important;
}
.csubject591  {
  color:  #34169F !important;
}
.subject595  {
  background:  #34169F;
  background-color:  #34169F;
  border-color:  #34169F !important;
}
.csubject595  {
  color:  #34169F !important;
}
.subject620  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject620  {
  color:  #b99815 !important;
}
.subject528  {
  background:  #27B19A;
  background-color:  #27B19A;
  border-color:  #27B19A !important;
}
.csubject528  {
  color:  #27B19A !important;
}
.subject517  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject517  {
  color:  #e27100 !important;
}
.subject71  {
  background:  #783dff;
  background-color:  #783dff;
  border-color:  #783dff !important;
}
.csubject71  {
  color:  #783dff !important;
}
.subject468  {
  background:  #783dff;
  background-color:  #783dff;
  border-color:  #783dff !important;
}
.csubject468  {
  color:  #783dff !important;
}
.subject435  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject435  {
  color:  #FF6767 !important;
}
.subject356  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject356  {
  color:  #FF6767 !important;
}
.subject560  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject560  {
  color:  #FF6767 !important;
}
.subject561  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject561  {
  color:  #FF6767 !important;
}
.subject283  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject283  {
  color:  #FF6767 !important;
}
.subject562  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject562  {
  color:  #FF6767 !important;
}
.subject370  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject370  {
  color:  #FF6767 !important;
}
.subject33  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject33  {
  color:  #80B237 !important;
}
.subject672  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject672  {
  color:  #B9054E !important;
}
.subject115  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject115  {
  color:  #95a6b7 !important;
}
.subject116  {
  background:  #947B5B;
  background-color:  #947B5B;
  border-color:  #947B5B !important;
}
.csubject116  {
  color:  #947B5B !important;
}
.subject117  {
  background:  #947B5B;
  background-color:  #947B5B;
  border-color:  #947B5B !important;
}
.csubject117  {
  color:  #947B5B !important;
}
.subject141  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject141  {
  color:  #B9054E !important;
}
.subject399  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject399  {
  color:  #0773BE !important;
}
.subject649  {
  background:  #6FD2E5;
  background-color:  #6FD2E5;
  border-color:  #6FD2E5 !important;
}
.csubject649  {
  color:  #6FD2E5 !important;
}
.subject712  {
  background:  #7A8385;
  background-color:  #7A8385;
  border-color:  #7A8385 !important;
}
.csubject712  {
  color:  #7A8385 !important;
}
.subject532  {
  background:  #00A4EF;
  background-color:  #00A4EF;
  border-color:  #00A4EF !important;
}
.csubject532  {
  color:  #00A4EF !important;
}
.subject379  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject379  {
  color:  #e27100 !important;
}
.subject681  {
  background:  #3E5372;
  background-color:  #3E5372;
  border-color:  #3E5372 !important;
}
.csubject681  {
  color:  #3E5372 !important;
}
.subject680  {
  background:  #004059;
  background-color:  #004059;
  border-color:  #004059 !important;
}
.csubject680  {
  color:  #004059 !important;
}
.subject678  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject678  {
  color:  #0192D1 !important;
}
.subject425  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject425  {
  color:  #e27100 !important;
}
.subject716  {
  background:  #007AAD;
  background-color:  #007AAD;
  border-color:  #007AAD !important;
}
.csubject716  {
  color:  #007AAD !important;
}
.subject723  {
  background:  #455D84;
  background-color:  #455D84;
  border-color:  #455D84 !important;
}
.csubject723  {
  color:  #455D84 !important;
}
.subject713  {
  background:  #58E1FF;
  background-color:  #58E1FF;
  border-color:  #58E1FF !important;
}
.csubject713  {
  color:  #58E1FF !important;
}
.subject714  {
  background:  #37719F;
  background-color:  #37719F;
  border-color:  #37719F !important;
}
.csubject714  {
  color:  #37719F !important;
}
.subject715  {
  background:  #00C188;
  background-color:  #00C188;
  border-color:  #00C188 !important;
}
.csubject715  {
  color:  #00C188 !important;
}
.subject724  {
  background:  #E27100;
  background-color:  #E27100;
  border-color:  #E27100 !important;
}
.csubject724  {
  color:  #E27100 !important;
}
.subject541  {
  background:  #085895;
  background-color:  #085895;
  border-color:  #085895 !important;
}
.csubject541  {
  color:  #085895 !important;
}
.subject282  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject282  {
  color:  #6B01C5 !important;
}
.subject260  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject260  {
  color:  #6B01C5 !important;
}
.subject739  {
  background:  #6B01C5;
  background-color:  #6B01C5;
  border-color:  #6B01C5 !important;
}
.csubject739  {
  color:  #6B01C5 !important;
}
.subject458  {
  background:  #6b01c5;
  background-color:  #6b01c5;
  border-color:  #6b01c5 !important;
}
.csubject458  {
  color:  #6b01c5 !important;
}
.subject401  {
  background:  #52acbe;
  background-color:  #52acbe;
  border-color:  #52acbe !important;
}
.csubject401  {
  color:  #52acbe !important;
}
.subject274  {
  background:  #3895D3;
  background-color:  #3895D3;
  border-color:  #3895D3 !important;
}
.csubject274  {
  color:  #3895D3 !important;
}
.subject627  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject627  {
  color:  #e27100 !important;
}
.subject58  {
  background:  #655B54;
  background-color:  #655B54;
  border-color:  #655B54 !important;
}
.csubject58  {
  color:  #655B54 !important;
}
.subject382  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject382  {
  color:  #FF6767 !important;
}
.subject99  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject99  {
  color:  #4eb999 !important;
}
.subject54  {
  background:  #2484C1;
  background-color:  #2484C1;
  border-color:  #2484C1 !important;
}
.csubject54  {
  color:  #2484C1 !important;
}
.subject316  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject316  {
  color:  #ab0643 !important;
}
.subject424  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject424  {
  color:  #057753 !important;
}
.subject321  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject321  {
  color:  #ab0643 !important;
}
.subject466  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject466  {
  color:  #95a6b7 !important;
}
.subject465  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject465  {
  color:  #e8873f !important;
}
.subject677  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject677  {
  color:  #95a6b7 !important;
}
.subject730  {
  background:  #3968AF;
  background-color:  #3968AF;
  border-color:  #3968AF !important;
}
.csubject730  {
  color:  #3968AF !important;
}
.subject192  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject192  {
  color:  #06aaf1 !important;
}
.subject579  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject579  {
  color:  #06aaf1 !important;
}
.subject602  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject602  {
  color:  #b462ea !important;
}
.subject690  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject690  {
  color:  #06aaf1 !important;
}
.subject472  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject472  {
  color:  #06aaf1 !important;
}
.subject337  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject337  {
  color:  #06aaf1 !important;
}
.subject338  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject338  {
  color:  #06aaf1 !important;
}
.subject736  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject736  {
  color:  #06aaf1 !important;
}
.subject112  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject112  {
  color:  #06aaf1 !important;
}
.subject76  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject76  {
  color:  #80B237 !important;
}
.subject312  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject312  {
  color:  #80B237 !important;
}
.subject191  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject191  {
  color:  #80B237 !important;
}
.subject626  {
  background:  #30b2ec;
  background-color:  #30b2ec;
  border-color:  #30b2ec !important;
}
.csubject626  {
  color:  #30b2ec !important;
}
.subject126  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject126  {
  color:  #b99815 !important;
}
.subject364  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject364  {
  color:  #4aaf38 !important;
}
.subject479  {
  background:  #e57ce9;
  background-color:  #e57ce9;
  border-color:  #e57ce9 !important;
}
.csubject479  {
  color:  #e57ce9 !important;
}
.subject365  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject365  {
  color:  #ea913e !important;
}
.subject362  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject362  {
  color:  #FF6767 !important;
}
.subject363  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject363  {
  color:  #0071CD !important;
}
.subject74  {
  background:  #655B54;
  background-color:  #655B54;
  border-color:  #655B54 !important;
}
.csubject74  {
  color:  #655B54 !important;
}
.subject631  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject631  {
  color:  #ff6691 !important;
}
.subject632  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject632  {
  color:  #ff6691 !important;
}
.subject633  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject633  {
  color:  #ff6691 !important;
}
.subject232  {
  background:  #c092ee;
  background-color:  #c092ee;
  border-color:  #c092ee !important;
}
.csubject232  {
  color:  #c092ee !important;
}
.subject310  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject310  {
  color:  #ff6691 !important;
}
.subject635  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject635  {
  color:  #ff6691 !important;
}
.subject636  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject636  {
  color:  #ff6691 !important;
}
.subject634  {
  background:  #ff6691;
  background-color:  #ff6691;
  border-color:  #ff6691 !important;
}
.csubject634  {
  color:  #ff6691 !important;
}
.subject351  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject351  {
  color:  #cf9a23 !important;
}
.subject360  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject360  {
  color:  #cf9a23 !important;
}
.subject390  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject390  {
  color:  #95a6b7 !important;
}
.subject410  {
  background:  #FF7801;
  background-color:  #FF7801;
  border-color:  #FF7801 !important;
}
.csubject410  {
  color:  #FF7801 !important;
}
.subject527  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject527  {
  color:  #9C26B0 !important;
}
.subject200  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject200  {
  color:  #0400B5 !important;
}
.subject469  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject469  {
  color:  #0400B5 !important;
}
.subject556  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject556  {
  color:  #0400B5 !important;
}
.subject447  {
  background:  #f28978;
  background-color:  #f28978;
  border-color:  #f28978 !important;
}
.csubject447  {
  color:  #f28978 !important;
}
.subject39  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject39  {
  color:  #4aaf38 !important;
}
.subject414  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject414  {
  color:  #e27100 !important;
}
.subject683  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject683  {
  color:  #9C26B0 !important;
}
.subject15  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject15  {
  color:  #2ea5ac !important;
}
.subject657  {
  background:  #967ABD;
  background-color:  #967ABD;
  border-color:  #967ABD !important;
}
.csubject657  {
  color:  #967ABD !important;
}
.subject245  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject245  {
  color:  #1fa8b2 !important;
}
.subject289  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject289  {
  color:  #1fa8b2 !important;
}
.subject290  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject290  {
  color:  #1fa8b2 !important;
}
.subject409  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject409  {
  color:  #1fa8b2 !important;
}
.subject229  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject229  {
  color:  #1fa8b2 !important;
}
.subject101  {
  background:  #499e58;
  background-color:  #499e58;
  border-color:  #499e58 !important;
}
.csubject101  {
  color:  #499e58 !important;
}
.subject423  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject423  {
  color:  #e27100 !important;
}
.subject220  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject220  {
  color:  #1e7cab !important;
}
.subject296  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject296  {
  color:  #1fa8b2 !important;
}
.subject281  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject281  {
  color:  #1e7cab !important;
}
.subject286  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject286  {
  color:  #0192D1 !important;
}
.subject418  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject418  {
  color:  #0192D1 !important;
}
.subject100  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject100  {
  color:  #0192D1 !important;
}
.subject26  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject26  {
  color:  #1fa8b2 !important;
}
.subject27  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject27  {
  color:  #1fa8b2 !important;
}
.subject193  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject193  {
  color:  #1fa8b2 !important;
}
.subject285  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject285  {
  color:  #1fa8b2 !important;
}
.subject111  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject111  {
  color:  #1fa8b2 !important;
}
.subject442  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject442  {
  color:  #2E138E !important;
}
.subject624  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject624  {
  color:  #06aaf1 !important;
}
.subject180  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject180  {
  color:  #1fa8b2 !important;
}
.subject659  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject659  {
  color:  #1fa8b2 !important;
}
.subject226  {
  background:  #e8873f;
  background-color:  #e8873f;
  border-color:  #e8873f !important;
}
.csubject226  {
  color:  #e8873f !important;
}
.subject144  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject144  {
  color:  #4aaf38 !important;
}
.subject145  {
  background:  #ea913e;
  background-color:  #ea913e;
  border-color:  #ea913e !important;
}
.csubject145  {
  color:  #ea913e !important;
}
.subject142  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject142  {
  color:  #FF6767 !important;
}
.subject143  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject143  {
  color:  #0071CD !important;
}
.subject658  {
  background:  #DB8C9B;
  background-color:  #DB8C9B;
  border-color:  #DB8C9B !important;
}
.csubject658  {
  color:  #DB8C9B !important;
}
.subject291  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject291  {
  color:  #ab0643 !important;
}
.subject172  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject172  {
  color:  #ab0643 !important;
}
.subject670  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject670  {
  color:  #95a6b7 !important;
}
.subject23  {
  background:  #4eb999;
  background-color:  #4eb999;
  border-color:  #4eb999 !important;
}
.csubject23  {
  color:  #4eb999 !important;
}
.subject449  {
  background:  #b462ea;
  background-color:  #b462ea;
  border-color:  #b462ea !important;
}
.csubject449  {
  color:  #b462ea !important;
}
.subject322  {
  background:  #2ea5ac;
  background-color:  #2ea5ac;
  border-color:  #2ea5ac !important;
}
.csubject322  {
  color:  #2ea5ac !important;
}
.subject323  {
  background:  #2830ff;
  background-color:  #2830ff;
  border-color:  #2830ff !important;
}
.csubject323  {
  color:  #2830ff !important;
}
.subject324  {
  background:  #f24157;
  background-color:  #f24157;
  border-color:  #f24157 !important;
}
.csubject324  {
  color:  #f24157 !important;
}
.subject555  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject555  {
  color:  #f87717 !important;
}
.subject239  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject239  {
  color:  #e27100 !important;
}
.subject317  {
  background:  #f9737c;
  background-color:  #f9737c;
  border-color:  #f9737c !important;
}
.csubject317  {
  color:  #f9737c !important;
}
.subject234  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject234  {
  color:  #1e7cab !important;
}
.subject235  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject235  {
  color:  #1e7cab !important;
}
.subject215  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject215  {
  color:  #1e7cab !important;
}
.subject702  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject702  {
  color:  #1e7cab !important;
}
.subject692  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject692  {
  color:  #06aaf1 !important;
}
.subject691  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject691  {
  color:  #0192D1 !important;
}
.subject448  {
  background:  #5050DA;
  background-color:  #5050DA;
  border-color:  #5050DA !important;
}
.csubject448  {
  color:  #5050DA !important;
}
.subject698  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject698  {
  color:  #b99815 !important;
}
.subject119  {
  background:  #048181;
  background-color:  #048181;
  border-color:  #048181 !important;
}
.csubject119  {
  color:  #048181 !important;
}
.subject280  {
  background:  #f87717;
  background-color:  #f87717;
  border-color:  #f87717 !important;
}
.csubject280  {
  color:  #f87717 !important;
}
.subject83  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject83  {
  color:  #b99815 !important;
}
.subject85  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject85  {
  color:  #b99815 !important;
}
.subject118  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject118  {
  color:  #00add5 !important;
}
.subject262  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject262  {
  color:  #00add5 !important;
}
.subject277  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject277  {
  color:  #00add5 !important;
}
.subject195  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject195  {
  color:  #00add5 !important;
}
.subject257  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject257  {
  color:  #00add5 !important;
}
.subject258  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject258  {
  color:  #00add5 !important;
}
.subject487  {
  background:  #00add5;
  background-color:  #00add5;
  border-color:  #00add5 !important;
}
.csubject487  {
  color:  #00add5 !important;
}
.subject265  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject265  {
  color:  #e27100 !important;
}
.subject416  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject416  {
  color:  #e27100 !important;
}
.subject731  {
  background:  #30B2EC;
  background-color:  #30B2EC;
  border-color:  #30B2EC !important;
}
.csubject731  {
  color:  #30B2EC !important;
}
.subject75  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject75  {
  color:  #4e2e84 !important;
}
.subject570  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject570  {
  color:  #4e2e84 !important;
}
.subject571  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject571  {
  color:  #4e2e84 !important;
}
.subject572  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject572  {
  color:  #4e2e84 !important;
}
.subject437  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject437  {
  color:  #4e2e84 !important;
}
.subject573  {
  background:  #4e2e84;
  background-color:  #4e2e84;
  border-color:  #4e2e84 !important;
}
.csubject573  {
  color:  #4e2e84 !important;
}
.subject152  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject152  {
  color:  #06aaf1 !important;
}
.subject47  {
  background:  #FF7801;
  background-color:  #FF7801;
  border-color:  #FF7801 !important;
}
.csubject47  {
  color:  #FF7801 !important;
}
.subject471  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject471  {
  color:  #0773BE !important;
}
.subject470  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject470  {
  color:  #0773BE !important;
}
.subject318  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject318  {
  color:  #e27100 !important;
}
.subject610  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject610  {
  color:  #fd6c6c !important;
}
.subject139  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject139  {
  color:  #2E138E !important;
}
.subject611  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject611  {
  color:  #e27100 !important;
}
.subject422  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject422  {
  color:  #0071CD !important;
}
.subject380  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject380  {
  color:  #e27100 !important;
}
.subject331  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject331  {
  color:  #e27100 !important;
}
.subject726  {
  background:  #E27100;
  background-color:  #E27100;
  border-color:  #E27100 !important;
}
.csubject726  {
  color:  #E27100 !important;
}
.subject80  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject80  {
  color:  #0270c5 !important;
}
.subject480  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject480  {
  color:  #0270c5 !important;
}
.subject481  {
  background:  #0270c5;
  background-color:  #0270c5;
  border-color:  #0270c5 !important;
}
.csubject481  {
  color:  #0270c5 !important;
}
.subject440  {
  background:  #c075c0;
  background-color:  #c075c0;
  border-color:  #c075c0 !important;
}
.csubject440  {
  color:  #c075c0 !important;
}
.subject378  {
  background:  #2E138E;
  background-color:  #2E138E;
  border-color:  #2E138E !important;
}
.csubject378  {
  color:  #2E138E !important;
}
.subject20  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject20  {
  color:  #0192D1 !important;
}
.subject618  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject618  {
  color:  #0192D1 !important;
}
.subject608  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject608  {
  color:  #e27100 !important;
}
.subject31  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject31  {
  color:  #4aaf38 !important;
}
.subject516  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject516  {
  color:  #4aaf38 !important;
}
.subject397  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject397  {
  color:  #4aaf38 !important;
}
.subject477  {
  background:  #4aaf38;
  background-color:  #4aaf38;
  border-color:  #4aaf38 !important;
}
.csubject477  {
  color:  #4aaf38 !important;
}
.subject642  {
  background:  #FFDE9A;
  background-color:  #FFDE9A;
  border-color:  #FFDE9A !important;
}
.csubject642  {
  color:  #FFDE9A !important;
}
.subject216  {
  background:  #bfa350;
  background-color:  #bfa350;
  border-color:  #bfa350 !important;
}
.csubject216  {
  color:  #bfa350 !important;
}
.subject217  {
  background:  #bfa350;
  background-color:  #bfa350;
  border-color:  #bfa350 !important;
}
.csubject217  {
  color:  #bfa350 !important;
}
.subject207  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject207  {
  color:  #06aaf1 !important;
}
.subject173  {
  background:  #057753;
  background-color:  #057753;
  border-color:  #057753 !important;
}
.csubject173  {
  color:  #057753 !important;
}
.subject97  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject97  {
  color:  #9892FF !important;
}
.subject98  {
  background:  #9892FF;
  background-color:  #9892FF;
  border-color:  #9892FF !important;
}
.csubject98  {
  color:  #9892FF !important;
}
.subject383  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject383  {
  color:  #1e7cab !important;
}
.subject515  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject515  {
  color:  #06aaf1 !important;
}
.subject476  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject476  {
  color:  #06aaf1 !important;
}
.subject32  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject32  {
  color:  #0071CD !important;
}
.subject354  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject354  {
  color:  #0071CD !important;
}
.subject575  {
  background:  #0071CD;
  background-color:  #0071CD;
  border-color:  #0071CD !important;
}
.csubject575  {
  color:  #0071CD !important;
}
.subject722  {
  background:  #025E85;
  background-color:  #025E85;
  border-color:  #025E85 !important;
}
.csubject722  {
  color:  #025E85 !important;
}
.subject214  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject214  {
  color:  #e27100 !important;
}
.subject46  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject46  {
  color:  #80B237 !important;
}
.subject392  {
  background:  #80B237;
  background-color:  #80B237;
  border-color:  #80B237 !important;
}
.csubject392  {
  color:  #80B237 !important;
}
.subject728  {
  background:  #1AAFC1;
  background-color:  #1AAFC1;
  border-color:  #1AAFC1 !important;
}
.csubject728  {
  color:  #1AAFC1 !important;
}
.subject403  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject403  {
  color:  #fd6c6c !important;
}
.subject616  {
  background:  #28B67E;
  background-color:  #28B67E;
  border-color:  #28B67E !important;
}
.csubject616  {
  color:  #28B67E !important;
}
.subject617  {
  background:  #28B67E;
  background-color:  #28B67E;
  border-color:  #28B67E !important;
}
.csubject617  {
  color:  #28B67E !important;
}
.subject520  {
  background:  #cf9a23;
  background-color:  #cf9a23;
  border-color:  #cf9a23 !important;
}
.csubject520  {
  color:  #cf9a23 !important;
}
.subject287  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject287  {
  color:  #e27100 !important;
}
.subject205  {
  background:  #fd6c6c;
  background-color:  #fd6c6c;
  border-color:  #fd6c6c !important;
}
.csubject205  {
  color:  #fd6c6c !important;
}
.subject136  {
  background:  #b99815;
  background-color:  #b99815;
  border-color:  #b99815 !important;
}
.csubject136  {
  color:  #b99815 !important;
}
.subject86  {
  background:  #9C26B0;
  background-color:  #9C26B0;
  border-color:  #9C26B0 !important;
}
.csubject86  {
  color:  #9C26B0 !important;
}
.subject426  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject426  {
  color:  #e27100 !important;
}
.subject268  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject268  {
  color:  #e27100 !important;
}
.subject149  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject149  {
  color:  #e27100 !important;
}
.subject269  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject269  {
  color:  #FF6767 !important;
}
.subject547  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject547  {
  color:  #e27100 !important;
}
.subject34  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject34  {
  color:  #1e7cab !important;
}
.subject374  {
  background:  #2F7DBD;
  background-color:  #2F7DBD;
  border-color:  #2F7DBD !important;
}
.csubject374  {
  color:  #2F7DBD !important;
}
.subject306  {
  background:  #f24157;
  background-color:  #f24157;
  border-color:  #f24157 !important;
}
.csubject306  {
  color:  #f24157 !important;
}
.subject278  {
  background:  #B9054E;
  background-color:  #B9054E;
  border-color:  #B9054E !important;
}
.csubject278  {
  color:  #B9054E !important;
}
.subject438  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject438  {
  color:  #e27100 !important;
}
.subject218  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject218  {
  color:  #1e7cab !important;
}
.subject219  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject219  {
  color:  #1e7cab !important;
}
.subject297  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject297  {
  color:  #1e7cab !important;
}
.subject293  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject293  {
  color:  #1e7cab !important;
}
.subject288  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject288  {
  color:  #1e7cab !important;
}
.subject21  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject21  {
  color:  #1e7cab !important;
}
.subject550  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject550  {
  color:  #1e7cab !important;
}
.subject22  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject22  {
  color:  #1e7cab !important;
}
.subject551  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject551  {
  color:  #1e7cab !important;
}
.subject552  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject552  {
  color:  #1e7cab !important;
}
.subject92  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject92  {
  color:  #1e7cab !important;
}
.subject589  {
  background:  #1e7cab;
  background-color:  #1e7cab;
  border-color:  #1e7cab !important;
}
.csubject589  {
  color:  #1e7cab !important;
}
.subject638  {
  background:  #FFCA70;
  background-color:  #FFCA70;
  border-color:  #FFCA70 !important;
}
.csubject638  {
  color:  #FFCA70 !important;
}
.subject319  {
  background:  #a653a4;
  background-color:  #a653a4;
  border-color:  #a653a4 !important;
}
.csubject319  {
  color:  #a653a4 !important;
}
.subject305  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject305  {
  color:  #ab0643 !important;
}
.subject308  {
  background:  #ab0643;
  background-color:  #ab0643;
  border-color:  #ab0643 !important;
}
.csubject308  {
  color:  #ab0643 !important;
}
.subject660  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject660  {
  color:  #1fa8b2 !important;
}
.subject419  {
  background:  #1fa8b2;
  background-color:  #1fa8b2;
  border-color:  #1fa8b2 !important;
}
.csubject419  {
  color:  #1fa8b2 !important;
}
.subject18  {
  background:  #048181;
  background-color:  #048181;
  border-color:  #048181 !important;
}
.csubject18  {
  color:  #048181 !important;
}
.subject734  {
  background:  #E27100;
  background-color:  #E27100;
  border-color:  #E27100 !important;
}
.csubject734  {
  color:  #E27100 !important;
}
.subject342  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject342  {
  color:  #e27100 !important;
}
.subject135  {
  background:  #30b2ec;
  background-color:  #30b2ec;
  border-color:  #30b2ec !important;
}
.csubject135  {
  color:  #30b2ec !important;
}
.subject236  {
  background:  #FF6767;
  background-color:  #FF6767;
  border-color:  #FF6767 !important;
}
.csubject236  {
  color:  #FF6767 !important;
}
.subject630  {
  background:  #c53070;
  background-color:  #c53070;
  border-color:  #c53070 !important;
}
.csubject630  {
  color:  #c53070 !important;
}
.subject596  {
  background:  #1D0C59;
  background-color:  #1D0C59;
  border-color:  #1D0C59 !important;
}
.csubject596  {
  color:  #1D0C59 !important;
}
.subject464  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject464  {
  color:  #06aaf1 !important;
}
.subject66  {
  background:  #0400B5;
  background-color:  #0400B5;
  border-color:  #0400B5 !important;
}
.csubject66  {
  color:  #0400B5 !important;
}
.subject37  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject37  {
  color:  #618ccf !important;
}
.subject55  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject55  {
  color:  #618ccf !important;
}
.subject57  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject57  {
  color:  #618ccf !important;
}
.subject56  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject56  {
  color:  #618ccf !important;
}
.subject733  {
  background:  #0ABF8E;
  background-color:  #0ABF8E;
  border-color:  #0ABF8E !important;
}
.csubject733  {
  color:  #0ABF8E !important;
}
.subject526  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject526  {
  color:  #06aaf1 !important;
}
.subject398  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject398  {
  color:  #06aaf1 !important;
}
.subject309  {
  background:  #d78038;
  background-color:  #d78038;
  border-color:  #d78038 !important;
}
.csubject309  {
  color:  #d78038 !important;
}
.subject439  {
  background:  #06aaf1;
  background-color:  #06aaf1;
  border-color:  #06aaf1 !important;
}
.csubject439  {
  color:  #06aaf1 !important;
}
.subject266  {
  background:  #0773BE;
  background-color:  #0773BE;
  border-color:  #0773BE !important;
}
.csubject266  {
  color:  #0773BE !important;
}
.subject740  {
  background:  #0192D1;
  background-color:  #0192D1;
  border-color:  #0192D1 !important;
}
.csubject740  {
  color:  #0192D1 !important;
}
.subject655  {
  background:  #4C9F74;
  background-color:  #4C9F74;
  border-color:  #4C9F74 !important;
}
.csubject655  {
  color:  #4C9F74 !important;
}
.subject40  {
  background:  #7ba709;
  background-color:  #7ba709;
  border-color:  #7ba709 !important;
}
.csubject40  {
  color:  #7ba709 !important;
}
.subject44  {
  background:  #618ccf;
  background-color:  #618ccf;
  border-color:  #618ccf !important;
}
.csubject44  {
  color:  #618ccf !important;
}
.subject51  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject51  {
  color:  #e27100 !important;
}
.subject412  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject412  {
  color:  #95a6b7 !important;
}
.subject385  {
  background:  #95a6b7;
  background-color:  #95a6b7;
  border-color:  #95a6b7 !important;
}
.csubject385  {
  color:  #95a6b7 !important;
}
.subject41  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject41  {
  color:  #e27100 !important;
}
.subject613  {
  background:  #0abf8e;
  background-color:  #0abf8e;
  border-color:  #0abf8e !important;
}
.csubject613  {
  color:  #0abf8e !important;
}
.subject663  {
  background:  #e27100;
  background-color:  #e27100;
  border-color:  #e27100 !important;
}
.csubject663  {
  color:  #e27100 !important;
}
.subject676  {
  background:  #FFAB1D;
  background-color:  #FFAB1D;
  border-color:  #FFAB1D !important;
}
.csubject676  {
  color:  #FFAB1D !important;
}

.subjecttd
{
    color: white !important
}

/*************************** MASONRY ********************************/
.masonry-layout
{
    column-count: 3;
    column-gap: 0;
}

.masonry-layout__panel 
{
    break-inside: avoid;
    padding: 5px;
}

.masonry-layout__panel-content 
{
    padding: 10px;
    border-radius: 10px;
}

.header.headerowncard {
    padding: 0px;
    padding-bottom: 0px;
}

.header.headerowncard span {
    font-size: 13px;
    font-weight: 100;
    display: block;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}

.card.owncard
{
    box-shadow: 0px 0px 3px #c1c1c1;
    margin-bottom: 5px !important;
    position: relative;
}

.card.owncard div.body 
{
    padding: 10px;
}

.card.owncard div.body p 
{
    margin-bottom: 0px;
}

.card.owncard div.body p a:hover
{
    color: #555;
    text-decoration: none !important;
}

.body.videoown 
{
    padding: 0px !important;
}

.body.videoown p
{
    background: white;
    margin-top: -5px;
    position: relative;
    padding: 5px 10px;
    padding-top: 15px;
}

.body.videoown a:hover
{
    color: #555;
    text-decoration: none !important;
}

.body.videoown p small
{
    color: #555 !important;
}

.body.videoown img {
    width: 100%;
    margin-top: -5px;
}

div.linkframewrapper
{
    background: white;
    position: fixed;
    right: -5px;
    bottom: 0px;
    z-index: 999;
    width: calc(100% - 230px);
    height: calc(100% - 50px);
    display: none;
}

div.linkframewrapper.present
{
    overflow-y: scroll !important;
}

iframe#linkframe 
{
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
}

div#linkframebuttons
{
    color: white;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
}

div#linkframebuttons a:hover, div#linkframebuttons a:focus
{
    color: white;
}

div#linkframebuttons.present
{
    width: 200px;
    right: 0 !important;
    left: auto;
}

.modal .modal-content.modalvideocontent
{
    background: transparent !important;
    box-shadow: none !important;
}

i.material-icons.deletecard 
{
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 21px;
}

.subjectinfobox .info-box-3 
{
    cursor: pointer;
    margin-bottom: 5px !important;
}

.subjectinfobox .info-box-3 .content .number, .subjectinfobox .info-box-3 .content .text
{
    color: white !important;
    position: initial !important;
}

.modal 
{
    z-index: 1150;
}

.modal-backdrop
{
    z-index: 1140;
}

.prevdocframewrapper 
{
    width: 85%;
    height: 85%;
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
    max-width: 900px;
}

iframe#prevdocframe 
{
    width: 100%;
    border: none;
    height: 100%;
    background: #ffffff url("../../uploads/logos/reloadmsj.png") no-repeat center center;
    background-size: 400px;
}

img#prevdocpic
{
    width: 100%;
    border: none;
}

.prevdocframewrapper a.btn, .prevdocframewrapper a.btn:hover, .prevdocframewrapper a.btn:focus, .prevdocframewrapper a.btn:active, .prevdocframewrapper a.btn:visited
{
    color: white !important;
}

i.fileoptionsi
{
    cursor: pointer;
    font-size: 30px !important;
}

label.fileoptionsname
{
    margin-bottom: 0px !important;
    font-size: 16px;
    padding-top: 1px;
    padding-left: 8px;
}

img.rowattachicon
{
    width: 32px;
    margin-top: -4px;
}

a.fileoptiondownload:hover, a.fileoptiondownload:focus, a.fileoptiondownload:active 
{
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

a.prevdocitem:hover, a.prevdocitem:focus, a.prevdocitem:active 
{
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

.commentsacts 
{
    position: relative;
    left: 7px;
}

.commentsacts span.label-count 
{
    color: white !important;
    top: -9px;
}

/******************************* NEW PLANNING *******************************/

.calendardiv 
{
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.calendardiv .table 
{
    margin-bottom: 0px;
}

.calendardiv .table tbody tr td
{
    height: 70px;
    border-bottom: none !important;
    border-top: none !important;
}

.calendardiv .table tbody tr td.wdaycell
{
    font-weight: 500;
    height: 20px;
    vertical-align: middle;
    border: none !important;
}

.calendardiv .table tr th.monthcell
{
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 600 !important;
}

.calendardiv .table tr th.nextcell
{
    text-align: right;
}

.calendardiv .table tr th.monthcell, 
.calendardiv .table tr th.nextcell, 
.calendardiv .table tr th.prevcell 
{
    padding: 5px !important;
    border: none !important;
}

.calendardiv .table tbody tr td div.highlight
{
    cursor: pointer;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: -5px;
    padding-top: 5px;
}

.calendardiv .table tbody tr td div.highlight.today,
.calendardiv .table tbody tr td div.highlight.nottoday.dateselected
{
    color: white !important;
}

.calendardiv .table tbody tr td div.highlight.today
{
    background: #336fbd !important;
}

.calendardiv .table tbody tr td div.highlight.nottoday.dateselected
{
    background: #25b0e6 !important;
}

.calendardiv div.dayevents span 
{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #5494d7;
    border-radius: 30px;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 0px;
}

.calendardiv div.dayevents
{
    text-align: center !important;
    max-width: 40px;
    margin: 0 auto;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
}

/******************************** FLOAT BUTTON *******************************/

.fab .label-container
{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.fab .label-text
{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.fab .label-arrow
{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.fab .float
{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#F33;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: fab-bot-to-top 2s ease-out;
}

.fab ul.fabul
{
	position:fixed;
	right:40px;
	padding-bottom:20px;
	bottom:80px;
	z-index:100;
}

.fab ul.fabul li
{
	list-style:none;
	margin-bottom:10px;
}

.fab ul.fabul li a
{
	background-color:#F33;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:60px;
	height:60px;
	display:block;
}

.fab ul.fabul li a i
{
    line-height: 57px !important;
}

.fab ul.fabul:hover
{
	visibility:visible!important;
	opacity:1!important;
}


.fab .my-float
{
	font-size:24px;
	margin-top:18px;
}

.fab a#menu-share + ul.fabul
{
    visibility: hidden;
}

.fab a#menu-share:hover + ul.fabul
{
    visibility: visible;
    animation: fab-scale-in 0.5s;
}

.fab a#menu-share i
{
    line-height: 57px !important;
	animation: fab-rotate-in 0.5s;
}

.fab a#menu-share:hover > i
{
	animation: fab-rotate-out 0.5s;
}

@keyframes fab-bot-to-top{
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes fab-scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes fab-rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes fab-rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

@media print 
{
    .sidebar
    {
        display: none;
    }
    
    .theme-indigo .navbar
    {
        display: none;
    }
}

nav.navbar div.navbar-header a.navbar-brand 
{
    text-transform: uppercase;
}

.headertitle
{
    display: inline-block;
}

.headerbuttonback
{
    display: inline-block;
    float: right;
}

a.newpostanchor:hover, a.newpostanchor:hover *
{
    text-decoration: none !important;
}

p.linktext 
{
    padding: 0px 15px;
    font-weight: 500;
}

.std-area-container,
.std-scope-container, 
.std-standard-container,
.std-scopecore-container,
.amb-scope-container,
.amb-scopecore-container {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 15px;
}

.std-area-container h1, 
.std-scope-container h1,
.std-standard-container h1,
.std-scopecore-container h1,
.amb-scope-container h1,
.amb-scopecore-container h1 {
    color: #336FBD;
    font-size: 28px;
    margin: 0px;
}

.std-standard-container h3,
.std-scopecore-container h3,
.amb-scopecore-container h3 {
    color: #336FBD;
    font-size: 20px;
    padding-top: 3px;
    margin: 0px;
}

.std-standard-container p,
.std-scopecore-container p, 
.amb-scopecore-container p {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.std-area-container div.row [class*="col-md"],
.std-scope-container div.row [class*="col-md"],
.std-standard-container div.row [class*="col-md"],
.std-scopecore-container div.row [class*="col-md"],
.amb-scope-container div.row [class*="col-md"],
.amb-scopecore-container div.row [class*="col-md"] {
    margin-bottom: 0px;
}

.std-area-container .std-area-header-info button,
.std-scope-container .std-scope-header-info button,
.std-standard-container .std-standard-header-info button,
.std-scopecore-container .std-scopecore-header-info button,
.amb-scope-container .amb-scope-header-info button, 
.amb-scopecore-container .amb-scopecore-header-info button {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.20);
    border-radius: 100px;
    border: none;
    width: 38px;
    height: 38px;
}

.std-area-container .std-area-header-info button img,
.std-scope-container .std-scope-header-info button img,
.std-standard-container .std-standard-header-info button img,
.std-scopecore-container .std-scopecore-header-info button img,
.amb-scope-container .amb-scope-header-info button img, 
.amb-scopecore-container .amb-scopecore-header-info button img {
    width: 17px;
}

.std-modal .bootstrap-tagsinput span,
.std-modal .newmodalcontent .bootstrap-tagsinput span {
    white-space: normal;
    text-align: left;
    line-height: 15px;
    border-radius: 30px !important;
    display: inline-block !important;
    vertical-align: middle;
    top: initial !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 5px;
}

.std-modal .bootstrap-tagsinput,
.std-modal .newmodalcontent .bootstrap-tagsinput {
    padding: 10px !important;
    padding-bottom: 5px !important;
    border: 1px solid #5AC8FA !important;
    border-radius: 30px !important;
    min-height: 37px !important;
    width: 100%;
}

.std-modal .bootstrap-tagsinput input[type="text"],
.std-modal .newmodalcontent .bootstrap-tagsinput input[type="text"]  {
    border: none !important;
}

.std-modal .bootstrap-tagsinput span[data-role=remove],
.std-modal .newmodalcontent .bootstrap-tagsinput span[data-role=remove] {
    display: none !important; 
}

div.std-modal h1,
div.std-modal .newmodalcontent h1 {
    color: #336FBD;
    margin-top: 8px;
    margin-bottom: 16px;
}

div.std-modal div.row span.blue-paragraph,
div.std-modal .newmodalcontent div.row span.blue-paragraph {
    display: block;
    color: #336FBD;
    margin-bottom: 15px;
}

div.standards-tags span,
div.scopescore-tags span {
    background: #E5F0FF;
    color: #336FBD;
    border: 0.5px solid #336FBD;
    margin-right: 5px;
    border-radius: 30px;
    padding: 3px 9px;
}

button.std-push-indicator-button, button.std-update-indicator-button,
button.std-push-teach-learn-process-button, button.std-update-teach-learn-process-button,
button.amb-push-teach-learn-process-button, button.amb-update-teach-learn-process-button {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: none;
    background: #336FBD;
}

div.indicator-item,
div.teach-learn-process-item {
    padding: 20px;
    padding-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 30px;
    margin-bottom: 15px;
    position: relative;
}

div.indicator-item p,
div.teach-learn-process-item p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

div.indicator-item div.indicator-items-buttons,
div.teach-learn-process-item div.teach-learn-process-items-buttons {
    position: absolute;
    right: 15px;
    top: 10px !important;
}

div.indicator-item h4,
div.teach-learn-process-item h4 {
    color: #336FBD;
    font-size: 16px;
    margin: 0px !important;
}

div.indicator-item div.indicator-items-buttons button,
div.teach-learn-process-item div.teach-learn-process-items-buttons button {
    background: transparent;
    border: none;
    box-shadow: none !important;
    width: 26px;
}

div.indicator-item:first-child,
div.teach-learn-process-item:first-child {
    margin-top: 15px;
}

input.is-invalid {
    border-color: red !important;
    color: red !important;
}

label.is-invalid {
    color: red !important;
}

.standards-subject-row,
.scopes-group-row {
    padding: 5px 15px;
    padding-right: 10px;
    padding-bottom: 6px;
    background: #336fbd;
    margin-bottom: 8px;
    border-radius: 30px;
    position: relative;
    height: 48px;
}

.standards-subject-row .standards-subject-cell,
.scopes-group-row .scopes-group-cell  {
    color: white;
    font-weight: 500;
    display: inline-block;
}

.standards-subject-cell div.lbselect div.bootstrap-select {
    background: transparent !important;
    top: -3px !important;
}

.scopes-group-cell div.lbselect div.bootstrap-select {
    background: transparent !important;
    top: -1px !important;
}

.standards-subject-row .standards-subject-cell:nth-child(1) {
    width: calc(100% - 724px);
    white-space: nowrap;
    line-height: 35px;
}

.standards-subject-row .standards-subject-cell:nth-child(2) {
    padding-right: 3px;
    width: 200px;
}

.standards-subject-row .standards-subject-cell:nth-child(3) {
    padding-right: 3px;
    width: 200px;
}

.standards-subject-row .standards-subject-cell:nth-child(4) {
    padding-right: 3px;
    width: 150px;
}

.standards-subject-row .standards-subject-cell:nth-child(5) {
    padding-right: 0px;
    width: 160px;
}

.standards-subject-row .standards-subject-cell:nth-child(6) {
    width: 20px;
    top: -2px;
    position: relative;
    cursor: pointer;
}

.standards-subject-switch {
    background: white;
    width: 315px;
    text-align: right;
    height: 34px;
    border-radius: 30px;
    line-height: 34px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.scopes-group-row .scopes-group-cell:nth-child(1) {
    width: calc(100% - 357px);
    white-space: nowrap;
    line-height: 35px;
}

.scopes-group-row .scopes-group-cell:nth-child(2) {
    padding-right: 3px;
    width: 200px;
}

.scopes-group-row .scopes-group-cell:nth-child(3) {
    padding-right: 3px;
    width: 150px;
}

.infinity-straight-table-wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}

.infinity-straight-table-wrapper table thead tr:first-child th:first-child {
  width: 200px !important;
  height: 100px;
  background: #336FBD;
  border-radius: 15px 0px 0px 0px;
  font-size: 14px;
}

.infinity-straight-table-wrapper table thead tr:first-child th {
  color: white;
  font-weight: 400 !important;
  font-size: 13px;
  vertical-align: middle;
  width: 105px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-right: 1px solid white;
}

.infinity-straight-table-wrapper table thead tr:first-child th span {
  color: white;
  padding: 8px 5px;
  word-break: break-word;
  max-height: 104px !important;
  display: block;
  text-align: center;
  white-space: normal;
}

.infinity-straight-table-wrapper table thead tr:first-child th:nth-child(even) {
  background: #5AC8FA;
}

.infinity-straight-table-wrapper table thead tr:first-child th:nth-child(odd) {
  background: #336FBD;
}

.infinity-straight-table-wrapper table tbody tr td {
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid white;
  border-right: 1px solid #F2F2F7;
  white-space: normal;
}

.infinity-straight-table-wrapper table tbody tr:nth-child(odd) td:first-child {
  color: white;
  background: #88BAFF !important;
}

.infinity-straight-table-wrapper table tbody tr:nth-child(even) td:first-child {
  color: white;
  background: #336FBD;
}

.infinity-straight-table-wrapper table tbody tr td input {
  width: 56px;
  border: 1px solid #C7C7CC;
  background: white;
  border-radius: 8px;
  height: 30px;
}

.infinity-straight-table-wrapper table tbody tr:nth-child(even) td {
  background: #EAF8FF;
}

.infinity-straight-table-wrapper table tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #F2F2F7;
}

.infinity-straight-table-wrapper table thead tr:first-child th:last-child {
  border-radius: 0px 15px 0px 0px;
}

.infinity-straight-table-wrapper table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px;
}

.infinity-straight-table-wrapper table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}

.infinity-straight-table-wrapper table {
  border-radius: 15px;
}

.infinity-straight-table-wrapper table tbody tr td:last-child {
  border-right: none;
}

.infinity-straight-table-wrapper table thead tr th.col-sticky, 
.infinity-straight-table-wrapper table tbody tr td.col-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  min-width: 200px;
  max-width: 200px;
  left: 0px;
  z-index: 10;
}

.infinity-straight-table-wrapper table tbody tr td div.tooltip.right.in,
.infinity-straight-table-wrapper table thead tr th div.tooltip.right.in {
  top: 0px !important;
  left: 5px !important;
}

.infinity-straight-table-wrapper table tbody tr td div.tooltip.left.in,
.infinity-straight-table-wrapper table thead tr th div.tooltip.left.in {
  top: 0px !important;
  right: 5px !important;
}

.infinity-straight-table-wrapper table tbody tr td div.tooltip.right .tooltip-arrow,
.infinity-straight-table-wrapper table thead tr th div.tooltip.right .tooltip-arrow, 
.infinity-straight-table-wrapper table tbody tr td div.tooltip.left .tooltip-arrow,
.infinity-straight-table-wrapper table thead tr th div.tooltip.left .tooltip-arrow {
  top: 0px !important;
}

.infinity-straight-title div.edit-grades {
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
  background: white;
  padding: 5px;
  border-radius: 30px;
  color: #5ac8fa;
  width: 36px;
  height: 36px;
}

.infinity-straight-title div.edit-grades {
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
  background: #5ac8fa;
  padding: 5px;
  border-radius: 30px;
  color: #ffffff;
  width: 36px;
  height: 36px;
}

.infinity-straight-title div.edit-grades svg {
    color: white;
    position: absolute;
    left: 6px;
    top: 6px;
}

.infinity-straight-title h2 {
  font-size: 18px !important;
}

div.cell-flag {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-top: 10px solid #eb1f36;
  z-index: 999;
}

div.cell-flag-multiple {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  border-top: 10px solid #f37f20;
  z-index: 999;
}

.slct-blue > .btn-default .filter-option,
.slct-blue > .btn-default:hover .filter-option, 
.slct-blue > .btn-default:active .filter-option, 
.slct-blue > .btn-default:focus .filter-option 
{
    color: white !important;
}

.slct-teal > .btn-default .filter-option,
.slct-teal > .btn-default:hover .filter-option, 
.slct-teal > .btn-default:active .filter-option, 
.slct-teal > .btn-default:focus .filter-option 
{
    color: white !important;
}

.alert-percentages {
  position: absolute;
  right: -6px;
  top: -12px;
  background: white;
  border-radius: 100px;
}

.alert-percentages i {
  display: block;
  color: #FF3B30;
}

.reading-box {
  box-shadow: 0px 4px 16px 0px #0000001A;
  border-radius: 16px;
  padding: 12px;
  position: relative;
}

.reading-box img {
  border-radius: 8px;
  width: 100%;
}

.reading-box h4 {
  color: #336FBD;
  font-size: 16px;
  text-align: center;
  height: 44px;
  overflow: hidden;
  line-height: 23px;
}

.reading-box button.btn.btn-open-reading {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  width: 100%;
  letter-spacing: 0.3px;
  transition: all .25s;
}

.reading-box button.btn.btn-open-reading:hover {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA !important;
}

.reading-box button.btn.btn-reopen-reading {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA;
  border-color: #5AC8FA;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  width: 100%;
  letter-spacing: 0.3px;
}

.reading-box button.btn.btn-reopen-reading:hover {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  color: white !important;
}

.reading-box span.new-reading-tag {
  position: absolute;
  right: -12px;
  background: #34C759;
  color: white;
  width: 80px;
  text-align: center;
  border-radius: 46px;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  top: 8px;
}

.reading-preview-box {
  box-shadow: 6px 6px 20px 0px #8A959E4D;
  padding: 20px;
  border-radius: 30px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20%;
}

.reading-preview-box h2 {
  color: #336FBD !important;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.reading-preview-box p {
  color: #828181;
  font-size: 15.5px;
  text-align: center;
}

.reading-preview-box button.btn.btn-goto-reading {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  width: 100%;
  letter-spacing: 0.3px;
  transition: all .25s;
  margin-top: 45px;
}

.reading-preview-box button.btn.btn-goto-reading:hover {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA !important;
}

.reading-onread-box {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 600px;
  width: 100%;
}

.reading-onread-box h2 {
  color: #336FBD;
  text-align: center;
  font-size: 24px;
  padding: 0px 10px;
  margin-bottom: 25px;
}

.reading-content {
  border-radius: 24px;
  border: 1px solid #336FBD;
  padding: 20px;
  padding-top: 36px;
  padding-bottom: 36px !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.reading-onread-box button.btn.btn-finish-reading {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  width: 240px;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.3px;
  transition: all .25s;
}

.reading-onread-box button.btn.btn-finish-reading:hover {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA !important;
}

.reading-onread-box button.btn.btn-finish-reading img {
  margin-left: 7px;
}

.reading-onread-box button.btn.btn-finish-reading:hover img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(85%) saturate(2872%) hue-rotate(175deg) brightness(102%) contrast(102%);
}

.reading-content * {
  line-height: 36px;
  font-size: 16px;
  text-align: justify;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  margin: 0 0 10px;
  padding: 1.5rem;
}

.reading-content p {
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.reading-box button.btn.btn-gotoassign-reading, 
.reading-box button.btn.btn-gotodata-reading {
  width: 48%;
}

.reading-box button.btn.btn-gotoassign-reading {
  color: white;
  background: #336FBD !important;
  border: 1px solid #336FBD !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  letter-spacing: 0.3px;
  transition: all .25s;
  margin-left: 2px;
}

.reading-box button.btn.btn-gotoassign-reading:hover {
  background: white !important;
  border: 1px solid #336FBD !important;
  color: #336FBD !important;
}

.reading-box button.btn.btn-gotodata-reading {
  color: white;
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  letter-spacing: 0.3px;
  transition: all .25s;
  margin-right: 2px;
}

.reading-box button.btn.btn-gotodata-reading:hover {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA !important;
}

.reading-box p.reading-level-small {
  font-size: 12px;
  color: #336FBD !important;
}

.reading-onread-box button.btn.btn-goback-reading {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 46px;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.3px;
  transition: all .25s;
}

.reading-onread-box button.btn.btn-goback-reading:hover {
  background: white !important;
  border: 1px solid #5AC8FA !important;
  color: #5AC8FA !important;
}

button.btn.btn-show-attempts {
  color: #336FBD;
  background: white;
  border: 1px solid #336FBD !important;
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  transition: all .25s;
  padding: 0px 16px !important;
  height: 32px !important;
  margin-right: 16px;
}

button.btn.btn-show-attempts img {
  margin-left: 4px;
}

button.btn.btn-show-attempts:hover {
  background: #336FBD !important;
  border: 1px solid #336FBD !important;
  color: white !important;
}

button.btn.btn-show-attempts:hover img {
  filter: brightness(100);
}

button.btn.btn-delete-attempt {
  color: #FF3B30;
  background: white;
  border: 1px solid #FF3B30 !important;
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  transition: all .25s;
  padding: 0px 16px !important;
  height: 32px !important;
  margin-right: 16px;
}

button.btn.btn-delete-attempt img {
  margin-left: 4px;
}

button.btn.btn-delete-attempt:hover {
  background: #FF3B30 !important;
  border: 1px solid #FF3B30 !important;
  color: white !important;
}

button.btn.btn-delete-attempt:hover img {
  filter: brightness(100);
}

button.btn.btn-manual-attempt {
  color: #5AC8FA;
  background: white;
  border: 1px solid #5AC8FA !important;
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
  transition: all .25s;
  padding: 0px 16px !important;
  height: 32px !important;
  margin-right: 4px;
}

button.btn.btn-manual-attempt:hover {
  background: #5AC8FA !important;
  border: 1px solid #5AC8FA !important;
  color: white !important;
}

label.gray-label {
  color: #8E8E93;
}

.reading-level-label {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 0px 16px;
  border-radius: 48px;
  color: white;
}

.reading-level-label.standard {
  background: #34C759;
}
.reading-level-label.advanced {
  background: #5AC8FA;
}
.reading-level-label.close-to {
  background: #FF9500;
}
.reading-level-label.need-help {
  background: #FF3B30;
}
.reading-level-label.incomplete {
  background: #828181;
}

button#show-exam-assigment-btn {
  transition: all .25s;
  border: 1px solid #336FBD;
  border-radius: 50px;
  color: #336FBD;
  background: white;
  font-weight: 500;
  font-size: 14px;
}

button#show-exam-assigment-btn:hover {
  background: #336FBD;
  color: white;
}

table.table.report-table thead tr:first-child th {
  background: #336FBD;
  color: white;
  border-left: 2px solid white;
}

table.table.report-table thead tr:first-child th:first-child {
  border-radius: 16px 0px 0px 0px;
}

table.table.report-table thead tr:first-child th:last-child {
  border-radius: 0px 6px 0px 0px;
}

table.table.report-table thead tr:last-child th {
  background: #5AC8FA;
  color: white;
  border-left: 2px solid white;
}

table.table.report-table thead tr th:first-child,
table.table.report-table tbody tr td:first-child  {
  border-left: none !important;
}

table.table.report-table tbody tr td {
  color: #333;
  border: 2px solid #F2F2F7;
}

table.table.report-table tbody tr td:first-child {
  background: #336FBD;
  color: white;
}

table.table.report-table tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 16px;
}

table.table.report-table tbody tr td:last-child {
  border-right: none !important;
}

table.table.report-table tbody tr:last-child td {
  border-bottom: none !important;
}

table.table.report-table {
  border-radius: 20px !important;
  box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 12%);
}

div#smallModal .modal-dialog .modal-content {
    border-radius: 20px;
}

div#smallModal .modal-dialog .modal-content p {
    margin-top: 10px;
    font-weight: 500;
    color: #336FBD;
}

.nodata-general-container {
    text-align: center;
    padding: 190px 0px;
    background: #fafafa;
    border-radius: 20px;
    color: #8C8C8C;
}
.nodata-general-container p {
    margin-top: 18px;
}