@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext);
@import "jquery/jquery-ui.min.css";
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";
@import "summernote/summernote.css";
@import "codemirror/codemirror.css"; 
@import "nvd3/nv.d3.css";
@import "mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "fullcalendar/fullcalendar.css";
@import "blueimp/blueimp-gallery.min.css";
@import "rickshaw/rickshaw.css";
@import "dropzone/dropzone.css";
@import "animate/animate.min.css";

/* PREDEFINED CLASSES */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.background-colorful {
  background: linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -o-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -moz-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -ms-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E04B4A), color-stop(0.5, #1caf9a), color-stop(1, #95b75d));
}
/* EOF PREDEFINED CLASSES */
html * {
  outline: none !important;
}
html,
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  background: #f5f5f5 url('../img/bg.png') left top repeat;
  position: relative;
      font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  color: #22262e;
  overflow-x: hidden;
}
.body-full-height {
  height: 100%;
}
.body-full-height body {
  height: 100%;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.row.stacked [class^='col-xs-'],
.row.stacked [class^='col-sm-'],
.row.stacked [class^='col-md-'],
.row.stacked [class^='col-lg-'] {
  padding-left: 0px;
  padding-right: 0px; 
}
/* PAGE CONTAINER */
.page-container {
  width: 100%;
  float: left;
  min-height: 100%; 
  position: relative;
  /*background: #1b1e24;*/
  /* SIDEBAR */
  /* END SIDEBAR */
  /* CONTENT */
  /* END CONTENT */
  /* RTL CONTENT MODE */
  /* END RTL CONTENT MODE */
}
.page-container .page-sidebar {
  width: 50px;
  float: left;
  position: relative;
  z-index: 999;
  transition: 0.2s all ease-in-out;
}
.page-container .page-sidebar.page-sidebar-fixed {
  position: fixed;
  /*padding-top: 59px;*/
}

.page-container.page-container-wide .page-sidebar {
  width: 60px;
}
.page-container .page-content {
min-height: 100%;
    margin-left: 250px;
    background: #f9fafb;
    position: relative;
    zoom: 1;
}
.page-container .page-content:before,
.page-container .page-content:after {
  content: "";
  display: table;
}
.page-container .page-content:after {
  clear: both;
}
.page-container .page-content .content-frame {
  float: left;
  width: 100%;
  position: relative;
  /*background: #f5f5f5 url('../img/bg.png') left top repeat;*/
}
.page-container .page-content .content-frame .content-frame-top {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 13px 15px 15px;
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.page-container .page-content .content-frame .content-frame-top .page-title {
  padding: 0px;
  width: auto;
}
.page-container .page-content .content-frame .content-frame-top .page-title h2 {
  margin-bottom: 0px;
  font-size: 22px;
}
.page-container .page-content .content-frame .content-frame-left {
    float: left;
    width: 300px;
    min-height: 100%;
    background-color: #fff;
    border-right: 1px solid #f9fafb;
}
.page-container .page-content .content-frame .content-frame-left.padding-0 {
  padding: 0px;
}
.page-container .page-content .content-frame .content-frame-left .block {
  padding: 0px;
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-left h4 {
  margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-left > .form-group {
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-right {
  float: right;
  width: 300px;
  padding: 10px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.02);
  border-left: 1px solid #DDD;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 {
  padding: 0px;
}
.page-container .page-content .content-frame .content-frame-right.padding-0 .block {
  padding: 10px;
}
.page-container .page-content .content-frame .content-frame-right h4 {
  margin-top: 10px;
}
.page-container .page-content .content-frame .content-frame-right .block {
  padding: 0px;
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-right > .form-group {
  margin-bottom: 20px;
}
.page-container .page-content .content-frame .content-frame-body {
  /*padding: 70px 10px 10px 10px;*/
  margin-left: 300px;
}
.page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
  margin-left: 0px;
  margin-right: 300px;
}
.page-container .page-content .content-frame .content-frame-left-toggle,
.page-container .page-content .content-frame .content-frame-right-toggle {
  display: none;
  margin-left: 5px;
}
.page-container .page-content .page-content-wrap {
  float: left;
  width: 100%;
}
.page-container.page-container-wide .page-content {
  margin-left: 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container.page-navigation-toggled .page-content {
    margin-left: 60px;
}
.page-container.page-navigation-top .page-content {
  margin-left: 0px;
}
.page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
  position: fixed;
  padding-right: 220px;
  top: 0px;
}
.page-container.page-navigation-top-fixed .page-content {
  padding-top: 50px;
}
.page-container.page-navigation-top-fixed.page-navigation-toggled .x-navigation.x-navigation-horizontal {
  padding-right: 50px;
}
body.page-container-boxed {
  /* background: url("../img/backgrounds/wall_1.jpg") left top no-repeat fixed; */
  padding: 20px 0px;
}
body.page-container-boxed .page-container {
  width: 1200px;
  float: none;
  margin: 0px auto;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* END PAGE CONTAINER */
/* NAVIGATION */
.x-navigation,
.x-navigation ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
  z-index: 3;
}
.x-navigation {
  /*background: #1b1e24;*/
  /* NAV LIST ELEMENT */
  /* END NAV LIST ELEMENT */
  /* NAV LIST FIRST ELEMENT */
  /* END NAV LIST FIRST ELEMENT */
  /* NAV HORIZONTAL MODE */
  /* END NAV HORIZONTAL MODE */
  /* NAV MINIMIZED MODE */
  /* END NAV MINIMIZED MODE */
  /* X-NAVIIGATION CUSTOM */
  /* END X-NAVIGATION CUSTOM */
  /* NAV SEARCH */
  /* END NAV SEARCH */
  /* NAV INFORMER */
  /* END NAV INFORMER */
}
.x-navigation li {
  float: left;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.x-navigation li > a {
  display: block;
  float: left;
  width: 100%;
  line-height: 19px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px 15px 15px;
  text-decoration: none;
  /* border-bottom: 1px solid #6e7e76; */
  vertical-align: text-bottom;
}
.x-navigation li > a .fa,
.x-navigation li > a .glyphicon {
  color: #424242;
  text-align: center;
  width: 20px;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: baseline;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.x-navigation li > a:hover {
  /* background: #262a33; */
  /* color:#fff; */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.x-navigation li > a:hover .fa,
.x-navigation li > a:hover .glyphicon {
  /* color: #fff; */
}
.x-navigation li > ul {
  background: #17191e;
  max-height: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  /*overflow: hidden;*/
}
.x-navigation li > ul li > a .fa, .x-navigation li > ul li > a .fa{
        margin-right: 0px !important;
}
.x-navigation li > ul li > a {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  padding: 12px 10px;
  border-bottom-color: #121418;
}
.x-navigation li > ul li > a:hover {
  background: #121418;
  color: #ffffff;
}
.x-navigation li > ul li.active > a {
  background: #121418;
  color: #ffffff;
}
.x-navigation li.xn-openable:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f196";
  font-size: 14px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  right: 0px;
  top: 12px;
  cursor: pointer;
}
.x-navigation li.active.xn-openable:before {
  content: "\f147";
}
.x-navigation li.active > a {
  background: rgba(33, 33, 33, 0.1);
  color:#fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.x-navigation li.active > a .fa,
.x-navigation li.active > a .glyphicon {
  color: #fff;
}
.x-navigation li.active > ul {
  max-height: 1200px;
}
.x-navigation li.xn-title {
  padding: 20px 10px 10px;
  line-height: 20px;
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  border-bottom: 1px solid #6e7e76;
}
.x-navigation > li.xn-openable:before {
  top: 15px;
}
.x-navigation > li > ul > li > a {
/*  padding-left: 25px;*/
  padding-left: 55px;
  color: #fff;
}
.x-navigation > li > ul > li > a:hover {
  padding-left: 30px;
}
.x-navigation > li > ul > li.active > a {
  padding-left: 30px;
}
.x-navigation > li > ul > li > ul > li > a {
  padding-left: 40px;
}
.x-navigation > li > ul > li > ul > li > a:hover {
  padding-left: 45px;
}
.x-navigation > li > ul > li > ul > li.active > a {
  padding-left: 45px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a {
  padding-left: 50px;
}
.x-navigation > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 55px;
}
.x-navigation > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 55px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li > a:hover {
  padding-left: 65px;
}
.x-navigation > li > ul > li > ul > li > ul > li > ul > li.active > a {
  padding-left: 65px;
}
.x-navigation > li:last-child > a {
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  border-bottom: 0px;
}
.x-navigation.x-navigation-horizontal {
  /*height: 50px;*/
  /*background: #1d2127;*/
      background: transparent;
    width: auto;
    float: right;
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
}
.x-navigation.x-navigation-horizontal .xn-logo a {
  border-bottom: 0px;
  width: 200px;
}
.x-navigation.x-navigation-horizontal > li.xn-openable:before {
  display: none;
}
.x-navigation.x-navigation-horizontal > li > a {
  padding: 15px;
  border-bottom: 0px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
}
.x-navigation.x-navigation-horizontal > li > a:hover {
  background: #282d36;
}
.x-navigation.x-navigation-horizontal > li > a:hover .fa,
.x-navigation.x-navigation-horizontal > li > a:hover .glyphicon {
  color: #697b92;
}
.x-navigation.x-navigation-horizontal > li > a .fa,
.x-navigation.x-navigation-horizontal > li > a .glyphicon {
  color: #ffffff;
}
.x-navigation.x-navigation-horizontal > li.active > a {
  background: #282d36;
}
.x-navigation.x-navigation-horizontal > li.active > a .fa,
.x-navigation.x-navigation-horizontal > li.active > a .glyphicon {
  color: #697b92;
}
.x-navigation.x-navigation-horizontal > li ul {
  width: 220px;
  position: absolute;
  overflow: visible;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.x-navigation.x-navigation-horizontal > li ul ul.xn-drop-white:after {
  border-right-color: #FFF;
}
.x-navigation.x-navigation-horizontal > li > ul {
  top: 60px;
  left: 0px;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-white:after {
  border-bottom-color: #FFF;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left {
  left: auto;
  right: 0px;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left.xn-drop-white ul:after {
  border-left-color: #FFF;
}
.x-navigation.x-navigation-horizontal > li > ul:after {
  bottom: 100%;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #1b1e24;
  border-width: 5px;
  margin-left: -5px;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after {
  right: 20px;
  left: auto;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after ul {
  left: auto;
  right: 230px;
}
.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after ul:after {
  right: auto;
  left: 100%;
  border: solid transparent;
  border-left-color: #1b1e24;
  border-width: 5px;
  margin-right: -5px;
}
.x-navigation.x-navigation-horizontal > li > ul ul {
  top: 0px;
  right: -230px;
}
.x-navigation.x-navigation-horizontal > li > ul ul:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #1b1e24;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-horizontal > li > ul li > a {
  padding-left: 10px;
}
.x-navigation.x-navigation-horizontal > li > ul li > a:hover {
  padding-left: 15px;
}
.x-navigation.x-navigation-horizontal > li > ul li.active > a {
  padding-left: 15px;
}
.x-navigation.x-navigation-horizontal > li li {
  width: 100%;
}
.x-navigation.x-navigation-horizontal > li li:first-child a {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.x-navigation.x-navigation-horizontal > li li:last-child a {
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border-bottom-color: transparent;
}
.x-navigation.x-navigation-horizontal > li li.xn-openable:before {
  content: "\f105";
}
.x-navigation.x-navigation-horizontal > li li.active.xn-openable:before {
  content: "\f104";
}
.x-navigation.x-navigation-horizontal > li:last-child > a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.x-navigation.x-navigation-horizontal > li.last > a {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.x-navigation.x-navigation-horizontal li {
  width: auto;
  position: relative;
}
.x-navigation.x-navigation-horizontal li.active > ul {
  display: block;
}
.x-navigation.x-navigation-horizontal li.xn-openable > a {
  padding-right: 20px;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white {
  background: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul {
  background: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white ul:after {
  border-right-color: #FFF;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a {
  color: #333;
  text-shadow: none;
  border-bottom: 1px solid #E9E9E9;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a:hover {
  background: #F5F5F5;
  color: #333;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .fa,
.x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .glyphicon {
  color: #1b1e24;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active > a {
  color: #333;
  text-shadow: none;
  border-bottom: 1px solid #E9E9E9;
}
.x-navigation.x-navigation-horizontal ul.xn-drop-white li.active.xn-openable:before {
  color: #333;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a {
  padding: 15px 10px;
  text-align: center;
  width: 50px;
}
.x-navigation.x-navigation-horizontal .xn-icon-button > a .fa,
.x-navigation.x-navigation-horizontal .xn-icon-button > a .glyphicon {
  margin: 0px;
}
.x-navigation.x-navigation-horizontal .xn-search {
  padding: 10px 5px;
}
.x-navigation.x-navigation-horizontal .xn-search input {
  width: 100px;
}
.x-navigation.x-navigation-horizontal .xn-search input:focus {
  width: 200px;
}
.x-navigation.x-navigation-horizontal .xn-search:before {
  left: 5px;
}
.x-navigation.x-navigation-minimized {
  /*width: 50px;*/
width: auto;
    background: #ffffff;
     padding-top: 59px; 
    border-right: 1px solid #e5e7eb;
    height: 900px !important;
}
.x-navigation.x-navigation-minimized .xn-text {
  display: none;
  color: #424242;
  font-size: 14px !important;
  margin-left: 5px;
  vertical-align: middle;
}
ul.x-navigation.x-navigation-main-menu:hover .xn-text{
  /*display: inline-block;*/
}
.x-navigation.x-navigation-minimized .xn-visible {
  display: block;
}
.x-navigation.x-navigation-minimized li {
  width: auto;
  position: relative;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile-mini {
  display: block;
}
.x-navigation.x-navigation-minimized li.xn-profile .profile:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #1b1e24;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-minimized li.xn-title {
  display: none;
}
.x-navigation.x-navigation-minimized li.active > ul {
  display: block;
}
.x-navigation.x-navigation-minimized li ul {
  top: 0px;
  /*right: -230px;*/
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.x-navigation.x-navigation-minimized li ul:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #1b1e24;
  border-width: 5px;
  margin-top: -5px;
}
.x-navigation.x-navigation-minimized li ul:after {
    border-right-color: #ffff;
    border-width: 8px;
}
.x-navigation.x-navigation-minimized li ul li > a {
  padding: 15px 10px 15px 18px !important;
}
.x-navigation.x-navigation-minimized li ul li > a:hover {
  /*padding-left: 20px !important;*/
background: rgba(33, 33, 33, 0.1);
}
.x-navigation.x-navigation-minimized li ul li.active > a {
  /*padding-left: 20px !important;*/
}
.x-navigation.x-navigation-minimized li ul li:first-child > a {
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.x-navigation.x-navigation-minimized li ul li:last-child > a {
  border-bottom: 0px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.x-navigation.x-navigation-minimized > li {
  width: 100%;
}
.x-navigation.x-navigation-minimized > li > a {
  padding: 15px 10px 15px 18px;
  /* text-align: center; */
}
.x-navigation.x-navigation-minimized > li > a .fa,
.x-navigation.x-navigation-minimized > li > a .glyphicon {
  margin: 0px;
}
.x-navigation.x-navigation-minimized > li ul {
  display: none;
  position: relative;
}
.x-navigation.x-navigation-minimized > li li {
  width: 100%;
}
.x-navigation.x-navigation-minimized > li li.xn-openable:before {
  content: "\f105";
}
.x-navigation.x-navigation-minimized > li li.active.xn-openable:before {
  content: "\f104";
}
.x-navigation.x-navigation-minimized > li.active:before,
.x-navigation.x-navigation-minimized > li.xn-openable:before {
  display: none;
}
.x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
  padding: 0px;
  width: 50px;
  background-image: url("../img/logo-small.png");
}
.x-navigation.x-navigation-minimized .xn-search input {
  width: 30px;
  padding: 0px 2px 0px 28px;
}
.x-navigation.x-navigation-minimized .xn-search input:focus {
  width: 200px;
  padding: 0px 8px 0px 28px;
}
.x-navigation.x-navigation-custom li ul {
  background: #14171b;
}
.x-navigation.x-navigation-custom li > a {
  border-bottom: 0px;
}
.x-navigation.x-navigation-custom li > a:hover {
  background: #121418;
}
.x-navigation.x-navigation-custom li > a:hover .fa,
.x-navigation.x-navigation-custom li > a:hover .glyphicon {
  color: #b5c1d1;
}
.x-navigation.x-navigation-custom li > a .fa,
.x-navigation.x-navigation-custom li > a .glyphicon {
  color: #DDD;
}
.x-navigation.x-navigation-custom li.active > a {
  background: #121418;
}
.x-navigation.x-navigation-custom li.active > a .fa,
.x-navigation.x-navigation-custom li.active > a .glyphicon {
  color: #b5c1d1;
}
.x-navigation.x-navigation-custom > li > a {
  padding: 12px 10px 12px 12px;
  border-bottom: 0px;
  font-size: 13px;
  color: #CCC;
  border-left: 3px solid transparent;
}
.x-navigation.x-navigation-custom > li > a:hover {
  color: #FFF;
  background: #1f232a;
}
.x-navigation.x-navigation-custom > li.active > a {
  color: #FFF;
  background: #1f232a;
  border-left: 3px solid #b5c1d1;
}
.x-navigation.x-navigation-custom > li.xn-openable:before {
  color: #CCC;
  top: 12px;
}
.x-navigation.x-navigation-custom > li.xn-title {
  border-bottom: 0px;
}
.x-navigation.x-navigation-custom > li.xn-logo > a {
  border-left: 0px;
}
.x-navigation.x-navigation-custom > li.xn-logo > a:hover {
  background-color: #0c0d10;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li > a {
  padding: 15px 10px 15px 7px;
}
.x-navigation.x-navigation-custom.x-navigation-minimized > li.xn-profile > a {
  border-left: 0px;
  padding: 7px;
}
.x-navigation .xn-search {
  padding: 10px 10px 0px 9px;
  position: relative;
}
.x-navigation .xn-search input {
  width: 200px;
  height: 30px;
  padding: 0px 8px 0px 28px;
  line-height: 25px;
  border: 1px solid #101215;
  background: #14171b;
  color: #AAA;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.x-navigation .xn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  color: #AAA;
  left: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}
.x-navigation .xn-visible {
  display: none;
}
.x-navigation .x-navigation-control {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.x-navigation .x-navigation-control:hover {
  background: #0c0d10;
  border-bottom: 0px;
}
.x-navigation .x-navigation-control:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 14px;
  top: 14px;
  left: 20px;
  color: #FFF;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.x-navigation > li.xn-logo > a {
  border-bottom: 0px;
}
.x-navigation > li.xn-logo > a:first-child {
 font-size: 25px;
 border-bottom: 0px;
 color: #FFF;
 height: 50px;
 text-align: center;
 /*background: #1caf9a;*/
}
.x-navigation > li.xn-logo > a:first-child:hover {
  /*background-color: #1caf9a;*/
}
.x-navigation > li.xn-profile {
  padding: 0px;
  border-bottom: 1px solid #14171b;
}
.x-navigation > li.xn-profile .profile-data-name {
  color: #ffffff;
}
.x-navigation > li.xn-profile .profile-mini {
  display: none;
  width: 50px;
  padding: 7px;
}
.x-navigation > li.xn-profile .profile-mini img {
  width: 36px;
  border: 2px solid #FFF;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.x-navigation .informer {
  font-size: 11px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  padding: 0px 5px;
  background: #BBB;
  right: 10px;
  top: 15px;
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation .informer.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
/*.x-navigation .informer.informer-primary {*/
/*  background: #1b1e24;*/
/*}*/
.x-navigation .informer.informer-success {
  background: #95b75d;
}
.x-navigation .informer.informer-info {
  background: #1caf9a;
}
.x-navigation .informer.informer-warning {
  background: #1caf9a;
}
.x-navigation .informer.informer-danger {
  background: #E04B4A;
}
.x-navigation li li .informer {
  top: 12px;
}
.x-navigation .xn-icon-button .informer {
  left: auto;
  bottom: auto;
  right: 1px;
  top: 5px;
}

.page-container-boxed .x-navigation {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.page-container-boxed .x-navigation .xn-logo a {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.page-container-boxed .x-navigation.x-navigation-horizontal {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.page-container-boxed .x-navigation.x-navigation-horizontal.x-navigation-panel {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.page-container-boxed .page-container .page-content {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}

/* END NAVIGATION */
/* PROFILE */
.profile {
  width: 100%;
  float: left;
  padding: 15px 10px;
  position: relative;
  /*background: #080a0e;*/
}
.profile .profile-image {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
  text-align: center;
}
.profile .profile-image img {
width: 80px;
    /* border-radius: 100%; */
}
.profile .profile-data {
  width: 100%;
  float: left;
  text-align: center;
}
.profile .profile-data .profile-data-name {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.profile .profile-data .profile-data-title {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.profile .profile-controls a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #3F51B5;
    border: 1px solid #3F51B5;
    padding: 5px 0px;
    position: absolute;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.profile .profile-controls a.profile-control-left {
  left: 15px;
  top: 53px;
  text-align: center;
}
.profile .profile-controls a.profile-control-right {
  right: 15px;
  top: 53px;
  text-align: center;
}
.profile .profile-controls a .fa,
.profile .profile-controls a .glyphicon {
  width: auto;
  margin-right: auto;
}
.profile .profile-controls a:hover {
    border-color: #3f51b5;
    color: #FFF;
    background-color: #3f51b5;
}
/* X-NAVIGATION FEATURES */
.x-navigation.x-navigation-minimized .profile {
  width: 220px;
  /*background: #1b1e24;*/
  position: absolute;
  top: 4px;
  right: -230px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation.x-navigation-minimized li.active .profile {
  display: block;
}
.x-navigation.x-navigation-minimized .profile-mini {
  display: block;
  border-bottom: 0px;
}
/* END X-NAVIGATION FEATURES */
/* END PROFILE */
/* BLOCK */
.block {
  padding: 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-full-width {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
/* END BLOCK */
/* BREADCRUMB */
.breadcrumb {
padding: 0px !important;
    margin: 15px 0;
    width: auto;
    float: right;
    color: #777777 !important;
    background: transparent !important;
}
.breadcrumb li {
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
.breadcrumb li a {
font-size: 14px !important;
    color: #777777 !important;
}
.breadcrumb li:last-child {
    color: #777777 !important;
    font-size: 14px !important;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #22262e;
}
.breadcrumb li:last-child {
  color: #22262e;
}
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #4d5669;
  padding: 0px 8px;
}
/* EOF BREADCRUMB */
/* Progress list */
.progress-list {
  float: left;
  width: 100%;
  padding: 0px 5px;
  font-size: 11px;
}
.progress-list .progress {
  clear: both;
  margin-top: 20px;
}
/* end progress list*/
/* LIST TAGS */
.list-tags {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  display: block;
  position: relative;
}
.list-tags li a {
  display: block;
  float: left;
  background: #F5F5F5;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 23px;
  font-size: 11px;
  margin: 0px 5px 5px 0px;
  padding: 0px 8px;
  color: #22262e;
}
.list-tags li a:hover {
  text-decoration: none;
  background: #F0F0F0;
}
/* END LIST TAGS */
/* LIST GROUP */
.list-group {
  margin: 0px;
}
.list-group .list-group-item {
  line-height: 20px;
}
.list-group .list-group-item .fa {
  margin-right: 10px;
}
.list-group .list-group-item .btn .fa {
  margin-right: 0px;
}
.list-group .list-group-item .progress {
  margin: 5px 0px;
}
.list-group .list-group-item.active .badge {
  color: #22262e;
}
.list-group .list-group-item:last-child {
  border-bottom: 0px;
}
.list-group.list-group-simple {
  border: 0px;
  background: transparent;
}
.list-group.list-group-simple .list-group-item {
  border: 0px;
  background: transparent;
  padding: 5px 10px;
}
/*.list-group.border-bottom .list-group-item:last-child {*/
/*  border-bottom: 1px solid #E5E5E5;*/
/*}*/
.list-group.list-group-navigation {
  border: 0px;
  float: left;
  width: 100%;
}
.list-group.list-group-navigation .list-group-item {
  border-left: 0px;
  border-right: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group {
  border: 0px;
}
.padding-0 .list-group .list-group-item {
  border-width: 1px 0px 0px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group .list-group-item:first-child {
  border-top: 0px;
}
/*.list-group-item.active,*/
/*.list-group-item.active:hover,*/
/*.list-group-item.active:focus {*/
/*  background: #1b1e24;*/
/*  border-color: #1b1e24;*/
/*}*/
.list-group-item {
  border-color: #E5E5E5;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background: #F9F9F9;
}
/* LIST GROUP CONTACTS */
.list-group-contacts .list-group-item {
  padding: 10px;
}
.list-group-contacts .list-group-item img {
  border: 2px solid #F5F5F5;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  width: 40px;
  margin-right: 10px;
}
.list-group-contacts .list-group-item .contacts-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.list-group-contacts .list-group-item p {
  margin-bottom: 0px;
  line-height: 20px;
}
.list-group-contacts .list-group-item.active {
  background: #F5F5F5;
  border-color: #E5E5E5;
  color: #22262e;
}
.list-group-controls {
  position: absolute;
  right: 10px;
  top: 15px;
}
.list-group-status {
  float: left;
  margin-right: 10px;
  height: 40px;
  width: 10px;
  position: relative;
}
.list-group-status:after {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  content: " ";
}
.list-group-status.status-online:after {
  background: #95b75d;
}
.list-group-status.status-away:after {
  background: #1caf9a;
}
.list-group-status.status-offline:after {
  background: #CCC;
}
/* END LIST GROUP CONTACTS */
/* EOF LIST GROUP */
/* FRIENDS */
.friend {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0px;
  color: #22262e;
  font-weight: 600;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.friend img {
  width: 100%;
  border: 3px solid #F5F5F5;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.friend span {
  display: block;
  line-height: 20px;
  margin-top: 5px;
  font-size: 11px;
}
.friend:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity = 100);
  color: #1b1e24;
}
/* FRIENDS */
/* PANELS */
/*.panel {*/
/*  float: left;*/
/*  width: 100%;*/
/*  -moz-border-radius: 0px;*/
/*  -webkit-border-radius: 0px;*/
/*  border-radius: 0px;*/
/*  border: 0px;*/
/*  border-top: 2px solid #E5E5E5;*/
/*  margin-bottom: 20px;*/
/*  position: relative;*/
/*  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
/*  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
/*  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
/*}*/
.panel {
    margin-bottom: 20px !important;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #f3f4f6 !important;
}
.panel.panel-default {
  border-top-color: #F5F5F5;
  border-top-width: 1px;
}
.panel.panel-primary {
  border-top-color: #1b1e24;
}
.panel.panel-success {
  border-top-color: #95b75d;
}
.panel.panel-info {
  border-top-color: #1caf9a;
}
.panel.panel-warning {
  border-top-color: #1caf9a;
}
.panel.panel-danger {
  border-top-color: #E04B4A;
}
.panel.panel-colorful:before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -o-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -moz-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -ms-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E04B4A), color-stop(0.5, #1caf9a), color-stop(1, #95b75d));
  display: block;
  left: 0px;
  top: 0px;
}
.panel .panel-heading {
  padding: 10px;
}
.panel .panel-heading .panel-title-image {
  float: left;
  width: 30px;
  border: 2px solid #D5D5D5;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  margin-right: 5px;
}
.panel .panel-heading .panel-title {
  margin-left: 7px;
}
.panel .panel-heading .panel-title-box {
  float: left;
}
.panel .panel-heading .panel-title-box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 18px;
  color: #1b1e24;
  padding: 0px;
  margin: 0px;
}
.panel .panel-heading .panel-title-box span {
  font-size: 12px;
  color: #586377;
  font-weight: 400;
  line-height: 12px;
}
.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body {
  float: left;
  width: 100%;
}
.panel .panel-body {
  padding: 15px;
  position: relative;
}
.panel .panel-body.scroll {
  padding-right: 0px;
}
.panel .panel-body.panel-body-map {
  padding: 5px;
}
.panel .panel-body.panel-body-image {
  padding: 0px;
  margin-bottom: 10px;
  position: relative;
}
.panel .panel-body.panel-body-image img {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.panel .panel-body.panel-body-image .panel-body-inform {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: #1caf9a;
  color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-left: -15px;
  text-align: center;
  line-height: 30px;
  padding-left: 1px;
  padding-top: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
  background: #1b1e24;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-success {
  background: #95b75d;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
  background: #1caf9a;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
  background: #E04B4A;
}
.panel .panel-body.panel-body-image .panel-body-inform .fa {
  font-size: 16px;
  color: #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.panel .panel-body.list-group {
  padding: 0px;
}
.panel .panel-body.profile {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.panel .panel-body.panel-body-search {
  padding: 5px;
}
.panel .panel-body.panel-body-half .panel-body {
  width: 50%;
  height: 100%;
}
.panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
  padding-left: 25px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image {
  margin-bottom: 0px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
  bottom: auto;
  left: auto;
  right: -15px;
  top: 50%;
  margin-left: 0px;
  margin-top: -15px;
}
.panel .panel-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  float: left;
  color: #1b1e24;
}
.panel .panel-footer {
  background: #F5F5F5;
  border: 0px;
  border-top: 1px solid #E3E3E3;
  line-height: 30px;
  padding: 10px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
    background: transparent !important;
    border: none;
    color: #111111 !important;
}
.panel-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}
.panel-fullscreen-wrap .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.panel-fullscreen-wrap .panel .panel-body {
  overflow-y: scroll;
}
/* PANEL GROUP / ACCORDION */
.panel-group {
  float: left;
  width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-title > a {
  text-decoration: none;
}
.panel-group.accordion .panel-body {
  display: none;
}
.panel-group.accordion .panel-body.panel-body-open {
  display: block;
}
/* END PANEL GROUP / ACCORDION */
/* PANEL CONTROLS */
ul.panel-controls {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
ul.panel-controls > li {
  float: left;
}
ul.panel-controls > li > a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #22262e;
  border: 1px solid #BBB;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
ul.panel-controls > li > a.control-primary {
  color: #1b1e24;
  border-color: #1b1e24;
}
ul.panel-controls > li > a.control-success {
  color: #95b75d;
  border-color: #95b75d;
}
ul.panel-controls > li > a.control-info {
  color: #1caf9a;
  border-color: #1caf9a;
}
ul.panel-controls > li > a.control-warning {
  color: #1caf9a;
  border-color: #1caf9a;
}
ul.panel-controls > li > a.control-danger {
  color: #E04B4A;
  border-color: #E04B4A;
}
ul.panel-controls > li > a:hover {
  border-color: #999;
  color: #1b1e24;
}
ul.panel-controls > li > a.rounded {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
ul.panel-controls.panel-controls-title {
  margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
ul.panel-controls > li.label-control .label,
.label-form {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 12px;
  margin-top: 4px;
}
ul.panel-controls > li > .dropdown-menu {
  left: auto;
  right: 3px;
}
ul.panel-controls > li > .dropdown-menu:after,
ul.panel-controls > li > .dropdown-menu:before {
  left: auto;
  right: 11px;
}
ul.panel-controls > li > .dropdown-menu:after {
  margin-left: auto;
  margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu:before {
  margin-left: auto;
  margin-right: -6px;
}
/* EOF PANEL CONTROLS */
.panel-heading .label {
  line-height: 16px;
  padding: 4px 10px;
  margin: 3px 0px 3px 5px;
  font-size: 12px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel-heading .label.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
/* PANEL BODY PRICING */
.panel.panel-primary .panel-body-pricing small {
  color: #1b1e24;
}
.panel.panel-success .panel-body-pricing small {
  color: #95b75d;
}
.panel.panel-info .panel-body-pricing small {
  color: #1caf9a;
}
.panel.panel-warning .panel-body-pricing small {
  color: #1caf9a;
}
.panel.panel-danger .panel-body-pricing small {
  color: #E04B4A;
}
.panel-body.panel-body-pricing h2 {
  font-size: 26px;
  font-weight: 400;
}
.panel-body.panel-body-pricing h2 small {
  text-transform: uppercase;
}
.panel-body.panel-body-pricing p {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}
.panel-body.panel-body-pricing p.text-muted {
  color: #AAA;
  font-size: 11px;
}
.panel-body.panel-body-pricing .fa {
  color: #EEE;
}
/* PANEL BODY PRICING */
/* PANEL REFRESHING */
.panel-refresh-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  z-index: 3;
  font-size: 21px;
}
.panel-refresh-layer img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
/* EOF PANEL REFRESHING */
.panel-toggled .panel-body,
.panel-toggled .panel-footer {
  display: none;
}
/* XNAV PANEL */
.x-navigation li > .panel {
  display: none;
  position: absolute;
  left: 0px;
  top: 56px;
  width: 400px;
  z-index: 3;
  border-top-width: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.x-navigation li > .panel.xn-drop-left {
  left: auto;
  right: 0px;
}
.x-navigation li > .panel .panel-heading {
  padding: 5px 10px;
}
.x-navigation li > .panel .panel-heading .panel-title {
  font-size: 14px;
}
.x-navigation li > .panel .panel-footer {
  line-height: 30px;
  padding: 3px 10px;
}
.x-navigation li.active > .panel {
  display: block;
}
.x-navigation li > .panel:after {
  top: -11px;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #E5E5E5;
  border-width: 5px;
  margin-left: -5px;
}
.x-navigation li > .panel.xn-drop-left:after {
  right: 20px;
  left: auto;
}
.x-navigation li > .panel.dragged:after {
  display: none;
}
.x-navigation li > .panel.panel-primary:after {
  border-bottom-color: #ccc;
}
.x-navigation li > .panel.panel-info:after {
  border-bottom-color: #1caf9a;
}
.x-navigation li > .panel.panel-warning:after {
  border-bottom-color: #1caf9a;
}
.x-navigation li > .panel.panel-danger:after {
  border-bottom-color: #E04B4A;
}
.x-navigation li > .panel.panel-success:after {
  border-bottom-color: #95b75d;
}
.resizable-helper {
  border: 1px dashed #1b1e24;
}
.xn-panel-dragging .panel-heading:hover {
  cursor: move;
}
.ui-resizable-s {
  width: 98%;
}
.ui-resizable-e {
  height: 98%;
}
.ui-resizable-se {
  width: 16px;
  height: 16px;
  right: 0px;
  bottom: 0px;
  text-indent: 0px;
  background: url(../img/jquery/resize-icon.png) left top no-repeat;
}
/* EOF XNAV PANEL */
/* EOF PANELS */
/* USER */
.user {
  float: left;
  width: 100%;
  line-height: 50px;
}
.user img {
  float: left;
  width: 50px;
  height: 50%;
  border: 3px solid #F5F5F5;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  margin-right: 10px;
}
.user a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #1b1e24;
}
.user .btn {
  margin-top: 10px;
}
/* END USER */
/* BUTTONS */
/*.btn {*/
/*  font-size: 12px;*/
/*  padding: 4px 15px;*/
/*  line-height: 20px;*/
/*  font-weight: 400;*/
/*  -moz-border-radius: 0px;*/
/*  -webkit-border-radius: 0px;*/
/*  border-radius: 0px;*/
/*  -webkit-transition: all 200ms ease;*/
/*  -moz-transition: all 200ms ease;*/
/*  -ms-transition: all 200ms ease;*/
/*  -o-transition: all 200ms ease;*/
/*  transition: all 200ms ease;*/
/*}*/
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  padding: 8px 20px;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 11px;
  padding: 2px 10px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
  font-size: 10px;
  padding: 0px 5px;
}
.btn-default {
  border-color: #DDD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.btn-danger {
  background-color: #E04B4A;
  border-color: #E04B4A;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #a43f3e;
  border-color: #a43f3e;
}
.btn-danger[disabled],
.btn-danger.disabled {
  background: #c66968;
  border-color: #c36261;
}
.btn-warning {
  background-color: #fe970a;
  border-color: #fe970a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #fe970a;
  border-color: #fe970a;
}
.btn-warning[disabled],
.btn-warning.disabled {
  background: #feb756;
  border-color: #feb34c;
}
/*.btn-success {*/
/*  background-color: #95b75d;*/
/*  border-color: #95b75d;*/
/*}*/
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #89ad4d;
  border-color: #89ad4d;
}
.btn-success[disabled],
.btn-success.disabled {
  background: #acc780;
  border-color: #a7c479;
}
/*.btn-primary {*/
/*  background-color: #1b1e24;*/
/*  border-color: #1b1e24;*/
/*}*/
/*.btn-primary:hover,*/
/*.btn-primary:focus,*/
/*.btn-primary:active,*/
/*.btn-primary.active,*/
/*.open > .dropdown-toggle.btn-primary {*/
/*  background-color: #101215;*/
/*  border-color: #101215;*/
/*}*/
.btn-primary[disabled],
.btn-primary.disabled {
  background: #313641;
  border-color: #2c313b;
}
/*.btn-info {*/
/*  background-color: #1caf9a;*/
/*  border-color: #1caf9a;*/
/*}*/
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
.btn-info[disabled],
.btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}
.btn-link {
  font-weight: 600;
  color: #1b1e24;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  color: #1b1e24;
}
.btn .fa,
.btn .glyphicon {
  font-size: 14px;
  margin-right: 5px;
}
.btn.btn-rounded {
  background: transparent;
  color: #22262e;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border-width: 2px;
  padding: 2px 10px;
  font-weight: 600;
}
.btn.btn-rounded.btn-default:hover,
.btn.btn-rounded.btn-default:focus,
.btn.btn-rounded.btn-default:active,
.btn.btn-rounded.btn-default.active {
  border-color: #CCC;
  color: #333;
}
.btn.btn-rounded.btn-success {
  color: #95b75d;
}
.btn.btn-rounded.btn-success:hover,
.btn.btn-rounded.btn-success:focus,
.btn.btn-rounded.btn-success:active,
.btn.btn-rounded.btn-success.active {
  border-color: #89ad4d;
  color: #89ad4d;
}
.btn.btn-rounded.btn-warning {
  color: #fe970a;
}
.btn.btn-rounded.btn-warning:hover,
.btn.btn-rounded.btn-warning:focus,
.btn.btn-rounded.btn-warning:active,
.btn.btn-rounded.btn-warning.active {
  border-color: #fe970a;
  color: #fe970a;
}
.btn.btn-rounded.btn-info {
  color: #1caf9a;
}
.btn.btn-rounded.btn-info:hover,
.btn.btn-rounded.btn-info:focus,
.btn.btn-rounded.btn-info:active,
.btn.btn-rounded.btn-info.active {
  border-color: #29b2e1;
  color: #29b2e1;
}
.btn.btn-rounded.btn-danger {
  color: #E04B4A;
}
.btn.btn-rounded.btn-danger:hover,
.btn.btn-rounded.btn-danger:focus,
.btn.btn-rounded.btn-danger:active,
.btn.btn-rounded.btn-danger.active {
  border-color: #a43f3e;
  color: #a43f3e;
}
.btn.btn-rounded.btn-primary {
  color: #1b1e24;
}
.btn.btn-rounded.btn-primary:hover,
.btn.btn-rounded.btn-primary:focus,
.btn.btn-rounded.btn-primary:active,
.btn.btn-rounded.btn-primary.active {
  border-color: #101215;
  color: #101215;
}
.btn:active,
.btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-twitter {
  background: #1AB2E8;
  border-color: #1AB2E8;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter.active {
  background: #15a1d3;
}
.btn.btn-facebook {
  background: #3C599B;
  border-color: #3C599B;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook.active {
  background: #354e89;
}
.btn.btn-google {
  background: #E04A39;
  border-color: #E04A39;
}
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google.active {
  background: #dd3623;
}
/* EOF BUTTONS */
/* FORM ELEMENTS */
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
input[type=radio],
input[type=checkbox] {
  margin: 2px 0px 0px;
}
.checkbox.pull-left,
.checkbox.pull-right,
.radio.pull-left,
.radio.pull-right {
  width: auto;
}
.form-control {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #D5D5D5;
  background: #F9F9F9;
}
.form-control:focus {
  border-color: #C5C5C5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #C1C1C1;
  /*background: #FFF;*/
}
.form-control[disabled],
.form-control[readonly] {
  color: #CCC;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus {
  background: #EEE;
  color: #CCC;
  border-color: #D5D5D5;
}
.input-group-addon {
  border-color: #1b1e24;
  background-color: #1b1e24;
  font-size: 13px;
  padding: 0px 10px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  min-width: 36px;
}
.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-group-separated {
  border-top: 1px dashed #D5D5D5;
}
.form-group-separated .form-group {
  border-bottom: 1px dashed #D5D5D5;
  margin-bottom: 0px;
}
.form-group-separated .form-group [class^="col-md-"] {
  border-left: 1px dashed #D5D5D5;
  padding: 12px 10px;
}
.form-group-separated .form-group [class^="col-md-"]:first-child {
  border-left: 0px;
}
.form-group-separated .form-group:last-child {
  border-bottom: 0px;
}
.form-group-separated.panel-body {
  padding: 0px;
}
.help-block {
  color: #AAB2BD;
  margin-bottom: 0px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 11px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
.has-feedback label~.form-control-feedback {
  top: 20px;
}
/* FORM VALIDATION STATES */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #95b75d;
}
.has-success .form-control {
  border-color: #95b75d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #1caf9a;
}
.has-warning .form-control {
  border-color: #1caf9a;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #E04B4A;
}
.has-error .form-control {
  border-color: #E04B4A;
}
/* EOF FORM VALIDATION STATES */
.form-control.error,
.bootstrap-select.error > button {
  border-color: #E04B4A;
}
label {
  font-weight: 600;
}
label.error,
label.valid {
  color: #E04B4A;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}
.form-control.valid,
.bootstrap-select.valid > button {
  border-color: #95b75d;
}
label.valid {
  color: #95b75d;
}
.control-label.text-left {
  text-align: left;
}
/* EOF FORM ELEMENTS */
/* LABELS AND BADGES */
.label {
  font-weight: 500;
}
.badge {
  font-size: 11px;
  /*line-height: 20px;*/
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 8px;
}
.label-primary,
.badge-primary {
  background-color: #1b1e24;
}
.label-success,
.badge-success {
  background-color: #95b75d;
}
.label-info,
.badge-info {
  background-color: #1caf9a;
}
.label-warning,
.badge-warning {
  background-color: #1caf9a;
}
.label-danger,
.badge-danger {
  background-color: #E04B4A !important;
}
/* EOF LABELS AND BADGES */
/* ALERTS */
.alert {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 21px;
}
.alert-success {
  background-color: #95b75d;
  color: #FFF;
  border-color: #90b456;
}
.alert-info {
  background-color: #1caf9a;
  color: #FFF;
  border-color: #36b7e3;
}
.alert-warning {
  background-color: #1caf9a;
  color: #FFF;
  border-color: #fe9e19;
}
.alert-danger {
  background-color: #E04B4A;
  color: #FFF;
  border-color: #af4342;
}
/* EOF ALERTS */
/* DROP DOWN */
.dropdown-menu {
  font-size: 12px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 20px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0px;
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.dropdown-menu:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #E5E5E5;
  border-width: 6px;
  margin-left: -6px;
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
  display: none;
}
.dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
  color: #777;
}
.dropdown-menu .fa {
  margin-right: 5px;
}
.dropdown-menu .divider {
  background: #F5F5F5;
  margin: 0px;
  padding: 15px 0px 0px;
  border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */
/* MODAL */
.modal-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 5px;
}
.modal-header {
padding: 10px 10px 10px 15px;
    line-height: 30px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #F5F5F5;
    border-color: #d5d5d5;
    position: relative;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-title {
  line-height: 30px;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  background: #F5F5F5;
  border-color: #D5D5D5;
  padding: 10px 15px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
/* EOF MODAL */
/* PORTLET */
.scCol {
  min-height: 30px;
}
.scPlaceholder {
  background: #fcfbf4;
  border: 1px dashed #999;
  margin-bottom: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
}
/* EOF PORTLET */
/* TYPOGRAPHY */
.page-title {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.page-title h2 {
  float: left;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1b1e24;
  padding: 0px;
  margin: 0px;
}
h1,
.h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
}
h2,
.h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
}
h3,
.h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
h3 small,
.h3 small {
  line-height: 19px;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
h5,
.h5 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
h6,
.h6 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
blockquote {
  font-size: 12px;
  border-left-color: #CCC;
  line-height: 20px;
}
blockquote p {
  line-height: 12px;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right-color: #CCC;
}
.blockquote-primary {
  border-left-color: #1b1e24;
}
.blockquote-success {
  border-left-color: #95b75d;
}
.blockquote-info {
  border-left-color: #1caf9a;
}
.blockquote-danger {
  border-left-color: #E04B4A;
}
.blockquote-warning {
  border-left-color: #1caf9a;
}
.text-title {
  font-weight: 600;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0px 5px;
  font-size: 15px;
}
/* EOF TYPOGRAPHY */
/* HELPERS */
.push-down-0 {
  margin-bottom: 0px !important;
}
.push-down-5 {
  margin-bottom: 5px !important;
}
.push-down-10 {
  margin-bottom: 10px !important;
}
.push-down-15 {
  margin-bottom: 15px !important;
}
.push-down-20 {
  margin-bottom: 20px !important;
}
.push-down-25 {
  margin-bottom: 25px !important;
}
.push-down-30 {
  margin-bottom: 30px !important;
}
.push-up-0 {
  margin-top: 0px !important;
}
.push-up-5 {
  margin-top: 5px !important;
}
.push-up-10 {
  margin-top: 10px !important;
}
.push-up-15 {
  margin-top: 15px !important;
}
.push-up-20 {
  margin-top: 20px !important;
}
.push-up-25 {
  margin-top: 25px !important;
}
.push-up-30 {
  margin-top: 30px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.text-muted {
  color: #CCD0D9 !important;
}
.text-primary {
  color: #1b1e24 !important;
}
.text-success {
  color: #95b75d !important;
}
.text-info {
  color: #1caf9a !important;
}
.text-warning {
  color: #1caf9a !important;
}
.text-danger {
  color: #E04B4A !important;
}
.bg-primary {
  color: #fff;
  background-color: #1b1e24;
}
.bg-success {
  color: #fff;
  background-color: #95b75d;
}
.bg-info {
  color: #fff;
  background-color: #1caf9a;
}
.bg-warning {
  color: #fff;
  background-color: #1caf9a;
}
.bg-danger {
  color: #fff;
  background-color: #E04B4A;
}
.twitter {
  border-color: #1AB2E8 !important;
  color: #1AB2E8 !important;
}
.twitter:hover {
  border-color: #48c2ed !important;
  color: #48c2ed !important;
}
.facebook {
  border-color: #3C599B !important;
  color: #3C599B !important;
}
.facebook:hover {
  border-color: #4f70bb !important;
  color: #4f70bb !important;
}
.line-height-30 {
  line-height: 30px;
}
/* EOF HELPERS */
/* PROGRESS BARS */
.progress.progress-small {
  height: 5px;
}
.progress.progress-small .progress-bar {
  font-size: 0px;
}
.progress-bar {
  background-color: #1b1e24;
}
.progress-bar-success {
  background-color: #95b75d;
}
.progress-bar-warning {
  background-color: #1caf9a;
}
.progress-bar-danger {
  background-color: #E04B4A;
}
.progress-bar-info {
  background-color: #1caf9a;
}
.progress-bar-colorful {
  background: linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -o-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -moz-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -ms-linear-gradient(left, #E04B4A 0%, #1caf9a 50%, #95b75d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #E04B4A), color-stop(0.5, #1caf9a), color-stop(1, #95b75d));
}
/* EOF PROGRESS BARS */
/* SWITCH */
.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span:after {
  left: 21px;
}
.switch input:checked + span {
  background-color: #95b75d;
}
.switch input:disabled + span {
  background-color: #CCC;
}
.switch span {
  position: relative;
  width: 50px;
  height: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #E04B4A;
  border: 1px solid #E5E5E5;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-color: rgba(0, 0, 0, 0.1);
  left: 0px;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.switch.switch-small {
  margin: 6px 0px 4px;
}
.switch.switch-small input:checked + span:after {
  left: 11px;
}
.switch.switch-small span {
  width: 30px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.switch.switch-small span:after {
  width: 16px;
}
/* END SWITCH */
/* PAGINATION */
.pagination {
  width: 100%;
  margin: 10px 0px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #22262e;
  border-color: #E5E5E5;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #222;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background: #1b1e24;
  color: #FFF;
  border-color: #1b1e24;
}
.pagination.pagination-sm {
  margin: 0px;
  width: auto;
}
.pagination.pagination-sm.push-down-20 {
  margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
  margin-top: 20px;
}
/* END PAGINATION */
/* POPOVER */
.popover {
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.popover-title {
  background: #f5f5f5;
  border-bottom-color: #e5e5e5;
}
.popover > .arrow,
.popover > .arrow:after {
  border-width: 5px;
}
.popover.right > .arrow {
  left: -6px;
  margin-top: -6px;
}
.popover.right > .arrow:after {
  bottom: -5px;
}
.popover.top > .arrow {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.popover.top > .arrow:after {
  margin-left: -5px;
}
.popover.bottom > .arrow {
  top: -6px;
  margin-left: -6px;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.popover.bottom > .arrow:after {
  margin-left: -5px;
}
.popover.left > .arrow {
  right: -6px;
  margin-top: -6px;
}
.popover.left > .arrow:after {
  bottom: -5px;
}
/* EOF POPOVER */
/* TABS */
.tabs {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.nav-tabs,
.nav-tabs.nav-justified {
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -40px;
  padding: 0px 5px;
}
.block-head .nav-tabs {
  border-bottom: 0px;
}
.nav-tabs > li {
  margin-bottom: 0px;
}
.nav-tabs > li > a {
  margin-right: 5px;
  border: 0px;
  font-size: 14px;
  border-top: 2px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #F5F5F5;
  padding: 9px 15px;
}
.nav-tabs > li:first-child > a {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: #FFF;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > .dropdown.active.open > a:hover {
  border: 0px;
  border-top: 2px solid #1b1e24;
  background: #FFF;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.nav-tabs.nav-justified > li > a {
  border: 0px;
  border-top: 2px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-tabs.nav-justified > li > a:hover {
  border-color: #1b1e24;
  background: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0px;
  border-top: 2px solid #1b1e24;
  background: #FFF;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.nav-tabs a .caret,
.nav-tabs a:hover .caret {
  color: #1b1e24;
}
.nav-tabs-vertical .tabs {
  margin-top: 0px;
}
.nav-tabs-vertical .nav-tabs {
  margin-top: 0px;
  float: left;
  width: 150px;
  position: absolute;
  left: 0px;
  border-bottom: 0px;
  padding: 0px;
}
.nav-tabs-vertical .nav-tabs > li {
  width: 100%;
}
.nav-tabs-vertical .nav-tabs > li > a {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 2px solid transparent;
  background: #FFF;
}
.nav-tabs-vertical .nav-tabs > li > a:hover {
  border-left-color: #1b1e24;
  background: transparent;
}
.nav-tabs-vertical .nav-tabs > li.active > a,
.nav-tabs-vertical .nav-tabs > li.active > a:hover,
.nav-tabs-vertical .nav-tabs > li.active > a:focus,
.nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
  border-top: 0px;
  border-left: 2px solid #1b1e24;
  background: #F5F5F5;
}
.nav-tabs-vertical .nav-tabs > li:first-child > a {
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-vertical .nav-tabs > li:last-child > a {
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-vertical .tab-content {
  width: auto;
  margin-left: 150px;
}
.nav-tabs-vertical .panel-body {
  padding-top: 10px;
}
/* EOF TABS */
/* TABLES */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #E5E5E5;
    border-width: 1px;
    font-size: 14px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #F8FAFC;
}
.table > thead > tr > th {
  /*background: #f1f5f9;*/
  /*color: #56688A;*/
  /*font-size: 12px;*/
}
.panel-body.panel-body-table {
  padding: 0px;
}
.panel-body.panel-body-table h1,
.panel-body.panel-body-table h2,
.panel-body.panel-body-table h3,
.panel-body.panel-body-table h4,
.panel-body.panel-body-table h5,
.panel-body.panel-body-table h6 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.panel-body.panel-body-table .table {
  margin-bottom: 0px;
  border: 0px;
}
.panel-body.panel-body-table .table tr > td:first-child,
.panel-body.panel-body-table .table tr > th:first-child {
  border-left: 0px;
}
.panel-body.panel-body-table .table tr > td:last-child,
.panel-body.panel-body-table .table tr > th:last-child {
  border-right: 0px;
}
.panel-body.panel-body-table .table > tbody > tr:last-child > td {
  border-bottom: 0px;
}
.panel-body.panel-body-table td,
.panel-body.panel-body-table th {
  padding: 8px 10px;
}
.table.table-actions td {
  line-height: 28px;
}
.table .progress-small {
  margin: 7px 0px 8px;
}
/* EOF TABLES */
/* Datatables */
.dataTable {
  float: left;
  border-bottom: 1px solid #E5E5E5 !important;
  margin-bottom: 5px;
}
.dataTable div.checker,
.dataTable div.radio {
  display: inherit;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
}
.dataTables_length {
  width: 50%;
  float: left;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
}
.dataTables_length label,
.dataTables_filter label {
  padding: 0px;
  line-height: 26px;
  height: auto;
  margin: 0px;
  font-weight: normal;
}
.dataTables_length select {
  width: 70px;
  display: inline;
  margin: 0px 5px;
}
.dataTables_filter {
  width: 50%;
  float: right;
  padding-left: 5px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter label input {
  width: 150px;
  display: inline;
  margin-left: 5px;
}
td.dataTables_empty {
  font-size: 11px;
  text-align: center;
  color: #333;
}
.dataTables_info {
  float: left;
  font-size: 12px;
  padding: 0px;
  line-height: 30px;
}
.dataTables_paginate {
  padding: 0px;
  text-align: right;
  float: right;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
  padding: 5px 10px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #22262e;
  margin-left: 3px;
  cursor: pointer;
}
.dataTables_paginate .paginate_enabled_next:hover,
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate .paginate_enabled_previous:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #222;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: #1b1e24;
  color: #FFF;
  border-color: #1b1e24;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_disabled_next {
  cursor: default;
  color: #ccc;
}
.dataTables_paginate a.paginate_button_disabled:hover {
  box-shadow: none;
  color: #ccc;
}
.sorting_desc,
.sorting_asc,
.sorting {
  position: relative;
  cursor: pointer;
}
.sorting:before,
.sorting_desc:before,
.sorting_asc:before {
  float: right;
  font-family: 'FontAwesome';
  opacity: 0.9;
  filter: alpha(opacity = 90);
  width: 10px;
  height: 10px;
  display: block;
}
.sorting:before {
  content: "\f0dc";
  opacity: 0.3;
  filter: alpha(opacity = 30);
}
.sorting_desc:before {
  content: "\f0d8";
}
.sorting_asc:before {
  content: "\f0d7";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  opacity: 0.1;
  filter: alpha(opacity = 10);
}
/* eof Datatables */
/* icons-list */
.icons-list {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  float: left;
  width: 100%;
}
.icons-list li {
  float: left;
  display: block;
  width: 25%;
  height: 30px;
  padding: 5px;
  line-height: 20px;
  font-size: 11px;
  border: 1px solid #FFF;
}
.icons-list li:hover {
  color: #333;
  cursor: pointer;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.icons-list li span:first-child,
.icons-list li i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  color: #222;
  line-height: 20px;
}
.icon-preview {
  font-size: 88px;
  color: #222;
  text-align: center;
}
/* eof icons-list */
/* WIDGETS */
.widget {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 10px;
  margin-bottom: 20px;
  min-height: 120px;
  position: relative;
}
.widget.widget-padding-sm,
.widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget.widget-np {
  padding: 0px;
}
.widget.widget-no-subtitle {
  padding-top: 25px;
}
.widget.widget-carousel {
  padding-bottom: 0px;
  padding-top: 10px;
}
.widget.widget-default {
  background: #ffffff;
   
   
   
   
   
   
   
}
.widget.widget-primary {
  background: #1b1e24;
  background: -moz-linear-gradient(top, #1b1e24 0%, #101215 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1e24), color-stop(100%, #101215));
  background: -webkit-linear-gradient(top, #1b1e24 0%, #101215 100%);
  background: -o-linear-gradient(top, #1b1e24 0%, #101215 100%);
  background: -ms-linear-gradient(top, #1b1e24 0%, #101215 100%);
  background: linear-gradient(to bottom, #1b1e24 0%, #101215 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1b1e24, endColorstr=#101215, GradientType=0);
}
.widget.widget-success {
  background: #95b75d;
  background: -moz-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95b75d), color-stop(100%, #89ad4d));
  background: -webkit-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -o-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -ms-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: linear-gradient(to bottom, #95b75d 0%, #89ad4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b75d, endColorstr=#89ad4d, GradientType=0);
}
.widget.widget-info {
background: #1caf9a !important;  
}
.widget.widget-warning {
  background: #1caf9a;
  background: -moz-linear-gradient(top, #1caf9a 0%, #fe970a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1caf9a), color-stop(100%, #fe970a));
  background: -webkit-linear-gradient(top, #1caf9a 0%, #fe970a 100%);
  background: -o-linear-gradient(top, #1caf9a 0%, #fe970a 100%);
  background: -ms-linear-gradient(top, #1caf9a 0%, #fe970a 100%);
  background: linear-gradient(to bottom, #1caf9a 0%, #fe970a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1caf9a, endColorstr=#fe970a, GradientType=0);
}
.widget.widget-danger {
  background: #E04B4A;
  background: -moz-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E04B4A), color-stop(100%, #a43f3e));
  background: -webkit-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -o-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: -ms-linear-gradient(top, #E04B4A 0%, #a43f3e 100%);
  background: linear-gradient(to bottom, #E04B4A 0%, #a43f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E04B4A, endColorstr=#a43f3e, GradientType=0);
}
.widget .widget-title,
.widget .widget-subtitle,
.widget .widget-int,
.widget .widget-big-int {
  width: 100%;
  float: left;
  text-align: center;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: uppercase;
}
.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
  color: #EEE;
}
.widget .widget-int {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: arial;
}
.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}
.widget .widget-item-left {
  margin-left: 10px;
  float: left;
  width: 100px;
}
.widget .widget-item-right {
  margin-right: 10px;
  float: right;
  width: 100px;
}
.widget.widget-item-icon .widget-item-left,
.widget.widget-item-icon .widget-item-right {
  width: 70px;
  padding: 20px 0px;
  text-align: center;
}
.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}
.widget .widget-item-left .fa,
.widget .widget-item-right .fa,
.widget .widget-item-left .glyphicon,
.widget .widget-item-right .glyphicon {
  font-size: 60px;
}
.widget .widget-data {
  padding-left: 120px;
}
.widget .widget-data-left {
  padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
  /*padding-left: 90px;*/
      padding-left: 125px;
    margin: 2em 0;
}
.widget.widget-item-icon .widget-data-left {
  padding-right: 90px;
  padding-left: 10px;
}
.widget .widget-data .widget-title,
.widget .widget-data-left .widget-title,
.widget .widget-data .widget-subtitle,
.widget .widget-data-left .widget-subtitle,
.widget .widget-data .widget-int,
.widget .widget-data-left .widget-int,
.widget .widget-data .widget-big-int,
.widget .widget-data-left .widget-big-int {
  text-align: left;
}
.widget .widget-controls a {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  color: #FFF;
  border: 1px solid #FFF;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}

.widget .widget-controls a.widget-control-left {
  left: 10px;
  top: 10px;
}
.widget .widget-controls a.widget-control-right {
  right: 10px;
  top: 10px;
}
.widget .widget-controls a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.widget .widget-buttons {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-buttons a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 21px;
}
.widget .widget-buttons .col {
  width: 100%;
  float: left;
}
.widget .widget-buttons.widget-c2 .col {
  width: 50%;
}
.widget .widget-buttons.widget-c3 .col {
  width: 33.333333%;
}
.widget .widget-buttons.widget-c4 .col {
  width: 25%;
}
.widget .widget-buttons.widget-c5 .col {
  width: 20%;
}
.widget.widget-primary .widget-buttons a {
  color: #000000;
  border-color: #000000;
}
.widget.widget-primary .widget-buttons a:hover {
  color: #000000;
}
.widget.widget-success .widget-buttons a {
  color: #51672e;
  border-color: #51672e;
}
.widge.widget-success .widget-buttons a:hover {
  color: #435526;
}
.widget.widget-info .widget-buttons a {
  color: #eee;
  border-color: #eee;
}
.widget.widget-info .widget-buttons a:hover {
  color: #fff;
}
.widget.widget-warning .widget-buttons a {
  color: #a15e01;
  border-color: #a15e01;
}
.widget.widget-warning .widget-buttons a:hover {
  color: #874f01;
}
.widget.widget-danger .widget-buttons a {
  color: #5a2222;
  border-color: #5a2222;
}
.widget.widget-danger .widget-buttons a:hover {
  color: #471b1b;
}
.plugin-clock span {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin-right: 2px;
}
.widget.widget-default {
  color: #1b1e24;
  cursor: default;
}
.widget.widget-default .widget-subtitle {
  color: #1b1e24;
}
.widget.widget-default .widget-controls a {
  color: #1b1e24;
  border-color: #1b1e24;
}
/* END WIDGETS */
/* TILES */
.tile {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none !important;
    font-size: 38px;
    font-weight: 300;
    color: #FFF !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
    border: 1px solid #D5D5D5;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(204 204 204 / 74%);
}
.tile.tile-valign {
  line-height: 75px;
}
.tile.tile-default {
  background: #FFF;
  color: #22262e;
}
.tile.tile-default:hover {
  background: #FAFAFA;
}
.tile.tile-primary {
  background: #1b1e24;
  border-color: #1b1e24;
}
.tile.tile-primary:hover {
  background: #17191e;
}
.tile.tile-success {
  background: #95b75d;
  border-color: #95b75d;
}
.tile.tile-success:hover {
  background: #90b456;
}
.tile.tile-warning {
  background: #1caf9a;
  border-color: #1caf9a;
}
.tile.tile-warning:hover {
  background: #fe9e19;
}
.tile.tile-danger {
  background: #E04B4A;
  border-color: #E04B4A;
}
.tile.tile-danger:hover {
  background: #af4342;
}
.tile.tile-info {
  background: #1caf9a;
  border-color: #1caf9a;
}
.tile.tile-info:hover {
  background: #36b7e3;
}
.tile:hover {
  text-decoration: none;
  color: #FFF;
}
.tile.tile-default:hover {
  color: #22262e;
}
.tile .fa {
  font-size: 52px;
  line-height: 74px;
}
.tile p {
  font-size: 14px;
  margin: 0px;
}
.tile .informer {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #FFF;
  line-height: 14px;
}
.tile .informer.informer-default {
  color: #FFF;
}
.tile .informer.informer-primary {
  color: #1b1e24;
}
.tile .informer.informer-success {
  color: #95b75d;
}
.tile .informer.informer-info {
  color: #1caf9a;
}
.tile .informer.informer-warning {
  color: #1caf9a;
}
.tile .informer.informer-danger {
  color: #E04B4A;
}
.tile .informer .fa {
  font-size: 14px;
  line-height: 16px;
}
.tile .informer.dir-tr {
  left: auto;
  right: 5px;
}
.tile .informer.dir-bl {
  top: auto;
  bottom: 5px;
}
.tile .informer.dir-br {
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
}
/* EOF TILES */
/* MESSAGES */
.messages {
  width: 100%;
  float: left;
}
.messages .item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.messages .item .text {
  background: #FFF;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.messages .item .text .heading {
  width: 100%;
  margin-bottom: 5px;
}
.messages .item .text .heading a {
  text-decoration: none;
  font-size: 12px;
  color: #1b1e24;
  font-weight: 600;
  line-height: 20px;
}
.messages .item .text .heading .date {
  float: right;
  line-height: 20px;
  font-size: 11px;
  color: #CCC;
  font-weight: 600;
}
.messages .item .text:hover {
  border-color: #BBB;
}
.messages .item:nth-child(2n) .text {
  background: #F6F6F6;
}
.messages .item.item-visible {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.messages.messages-img .item .image {
  float: left;
  width: 40px;
}
.messages.messages-img .item .image img {
  border: 2px solid #F5F5F5;
  border-radius: 20%;
  width: 40px;
}
.messages.messages-img .item .text {
  margin-left: 50px;
  position: relative;
}
.messages.messages-img .item .text:after,
.messages.messages-img .item .text:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages.messages-img .item .text:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.messages.messages-img .item .text:before {
  border-color: rgba(213, 213, 213, 0);
  border-right-color: #D5D5D5;
  border-width: 6px;
  margin-top: -6px;
}
.messages.messages-img .item .text:hover:before {
  border-right-color: #BBB;
}
.messages.messages-img .item.in .image {
  float: right;
}
.messages.messages-img .item.in .text {
  margin-left: 0px;
  margin-right: 50px;
}
.messages.messages-img .item.in .text:after,
.messages.messages-img .item.in .text:before {
  right: auto;
  left: 100%;
}
.messages.messages-img .item.in .text:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.messages.messages-img .item.in .text:before {
  border-right-color: transparent;
  border-left-color: #D5D5D5;
}
.messages.messages-img .item.in .text:hover:before {
  border-left-color: #BBB;
}
/* END MESSAGES */
/* CONTACTS */
.contact-info {
  float: left;
  width: 100%;
}
.contact-info p {
  margin-bottom: 5px;
}
.contact-info strong {
  font-size: 13px;
}
.contact-info small {
  font-weight: 700;
}
/* END CONTACTS */
/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  min-height: 100%;
  background: url("../img/bg.png") left top repeat rgba(17, 9, 144, 0.7);
}
.login-container .login-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 100px;
}
.login-container .login-box .login-logo {
  background: url("../img/newlogo_blu.png") top center no-repeat;
  width: 100%;
  height: 100px;
  float: left;
  margin-bottom: 10px;
}
.login-container .login-box .login-body {
  width: 100%;
  float: left;
  background: rgba(32, 18, 101, 0.65);
  padding: 20px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.login-container .login-box .login-body .login-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  background: #FFF;
  padding: 10px 15px;
  color: #000;
  line-height: 20px;
  height: auto;
}
.login-container .login-box .login-body .btn-link {
  color: #FFF;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 12px;
  color: #FFF;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #1caf9a;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #FFF;
}
.login-container .login-box .login-footer a {
  color: #FFF;
}
.login-container.lightmode {
  background: url("../img/backgrounds/wall_1.jpg") left top no-repeat;
}
.login-container.lightmode .login-box .login-body {
  background: rgba(255, 255, 255, 0.2);
}
.login-container.lightmode .login-box .login-body .form-control {
  background: rgba(255, 255, 255, 0.4);
  color: #333;
}
.login-container.lightmode .login-box .login-subtitle a {
  color: #1b1e24;
}
/* END LOGIN */
/* TIMELINE */
.img-text {
  border: 3px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 10px 5px 0px;
  -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.timeline {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px 0px 20px;
}
.timeline:before {
  content: " ";
  position: absolute;
  width: 6px;
  background: #FFF;
  height: 100%;
  left: 50%;
  margin-left: -3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.timeline .timeline-item {
  width: 50%;
  float: left;
  position: relative;
  clear: both;
  margin-bottom: 20px;
  z-index: 2;
}
.timeline .timeline-item.timeline-main {
  height: 40px;
  width: 50%;
}
.timeline .timeline-item .timeline-date {
  padding: 7px 10px;
  line-height: 20px;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: -50px;
  top: 0px;
  font-weight: 600;
  color: #1b1e24;
  background: #F5F5F5;
  text-align: center;
  border: 3px solid #FFF;
  width: 100px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.timeline .timeline-item .timeline-date a {
  color: #1b1e24;
}
.timeline .timeline-item .timeline-item-content {
  float: left;
  background: #F5F5F5;
  border: 3px solid #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 95%;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.timeline .timeline-item .timeline-item-content:before,
.timeline .timeline-item .timeline-item-content:after {
  left: 95%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline .timeline-item .timeline-item-content:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFF;
  border-width: 3px;
  margin-top: -3px;
}
.timeline .timeline-item .timeline-item-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFF;
  border-width: 7px;
  margin-top: -7px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading {
  width: 100%;
  float: left;
  padding: 10px 10px 5px;
  line-height: 30px;
}
.timeline .timeline-item .timeline-item-content .timeline-heading img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 2px solid #FFF;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.timeline .timeline-item .timeline-item-content .timeline-heading a {
  color: #1b1e24;
  font-weight: 600;
}
.timeline .timeline-item .timeline-item-content .timeline-body {
  width: 100%;
  float: left;
  padding: 10px;
}
.timeline .timeline-item .timeline-item-content .timeline-body.comments {
  padding: 0px;
}
.timeline .timeline-item .timeline-item-content .timeline-footer {
  width: 100%;
  float: left;
  padding: 5px 10px;
  line-height: 20px;
  background: #FFF;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a {
  color: #1b1e24;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
}
.timeline .timeline-item .timeline-item-content .timeline-footer a:hover {
  color: #101215;
}
.timeline .timeline-item .timeline-item-content .timeline-footer .pull-right > a:last-child {
  margin-right: 0px;
}
.timeline .timeline-item .timeline-item-info {
  position: absolute;
  left: 105%;
  font-size: 12px;
  padding: 7px 15px;
  line-height: 20px;
  width: 110px;
  text-align: center;
  background: #F5F5F5;
  border: 3px solid #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.timeline .timeline-item .timeline-item-icon {
  position: absolute;
  right: -20px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  font-size: 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  line-height: 34px;
  text-align: center;
  border: 3px solid #FFF;
  background: #F5F5F5;
  color: #BBB;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0px;
}
.timeline .timeline-item.timeline-item-right {
  float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info {
  left: auto;
  right: 105%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-info:before {
  right: auto;
  left: 100%;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content {
  float: right;
}
.timeline .timeline-item.timeline-item-right .timeline-item-content:before,
.timeline .timeline-item.timeline-item-right .timeline-item-content:after {
  left: auto;
  right: 95%;
  border-right-color: #FFF;
  border-left-color: transparent;
}
.timeline .timeline-item.timeline-item-right .timeline-item-icon {
  right: auto;
  left: -20px;
}
.timeline.timeline-right:before {
  left: 160px;
}
.timeline.timeline-right .timeline-item {
  width: 100%;
  padding-left: 210px;
}
.timeline.timeline-right .timeline-item.timeline-main {
  width: 160px;
  padding-left: 0px;
}
.timeline.timeline-right .timeline-item .timeline-item-content {
  width: 100%;
}
.timeline.timeline-right .timeline-item .timeline-item-content:before,
.timeline.timeline-right .timeline-item .timeline-item-content:after {
  right: auto;
  left: 196px;
}
.timeline.timeline-right .timeline-item .timeline-item-content:before {
  border-width: 0px;
}
.timeline.timeline-right .timeline-item .timeline-item-info {
  left: 0px;
  right: auto;
}
.timeline.timeline-right .timeline-item .timeline-item-icon {
  left: 140px;
}
/* END TIMELINE */
/* COMMENTS */
.comments {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #eff7ff;
}
.comments .comment-item {
  float: left;
  width: 100%;
  padding: 10px 10px 8px;
  line-height: 15px;
  border-bottom: 1px solid #dbedff;
}
.comments .comment-item img {
  width: 30px;
  height: 30px;
  margin: 0px 10px 20px 0px;
  border: 3px solid #FFF;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  float: left;
}
.comments .comment-item p {
  margin-bottom: 0px;
  line-height: 13px;
  margin-bottom: 5px;
  font-size: 11px;
}
.comments .comment-item p.comment-head {
  font-size: 12px;
}
.comments .comment-item p.comment-head a {
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.comments .comment-item small {
  line-height: 10px;
}
.comments .comment-item:first-child {
  border-top: 1px solid #dbedff;
}
.comments .comment-write {
  float: left;
  width: 100%;
  padding: 5px;
}
.comments .comment-write .form-control {
  border-color: #d0e8ff;
}
/* END COMMENTS */
/* TASKS */
.panel-body.tasks {
  padding: 10px;
}
.tasks {
  float: left;
  width: 100%;
}
.tasks .task-item {
  width: 100%;
  float: left;
  padding: 0px;
  background: #FFF;
  border-left: 3px solid #FFF;
  margin-bottom: 10px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.tasks .task-item:hover {
  background: #F9F9F9;
  cursor: pointer;
}
.tasks .task-item.task-complete {
  background: #FFF2C5;
}
.tasks .task-item.task-primary {
  border-left-color: #1b1e24;
}
.tasks .task-item.task-success {
  border-left-color: #95b75d;
}
.tasks .task-item.task-info {
  border-left-color: #1caf9a;
}
.tasks .task-item.task-warning {
  border-left-color: #1caf9a;
}
.tasks .task-item.task-danger {
  border-left-color: #E04B4A;
}
.tasks .task-item .task-text {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
}
.tasks .task-item .task-footer {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #AAA;
  line-height: 20px;
  padding: 10px;
  background: #F5F5F5;
}
.tasks .task-item .task-footer a {
  color: #AAA;
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.tasks .task-item .task-footer a:hover {
  color: #22262e;
}
.tasks .task-drop {
  float: left;
  width: 100%;
  padding: 30px 10px;
  border: 2px dashed #D5D5D5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.tasks .task-drop:hover {
  opacity: 0.5;
  filter: alpha(opacity = 50);
  cursor: pointer;
}
/* END TASKS */
/* my progress bar */
.mpb {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1001;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.mpb.bottom {
  top: auto;
  bottom: 0px;
}
.mpb .mpb-progress {
  background: #FFF;
  display: block;
  float: left;
  height: 5px;
}
.mpb .mpb-progress.mpb-primary {
  background: #1b1e24;
}
.mpb .mpb-progress.mpb-warning {
  background: #1caf9a;
}
.mpb .mpb-progress.mpb-success {
  background: #95b75d;
}
.mpb .mpb-progress.mpb-info {
  background: #1caf9a;
}
.mpb .mpb-progress.mpb-danger {
  background: #E04B4A;
}
/* eof my progress bar */
/* search result */
.search-results {
  float: left;
  width: 100%;
}
.search-results .sr-item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.search-results .sr-item .sr-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1b1e24;
  display: block;
}
.search-results .sr-item .sr-item-link {
  font-size: 12px;
  font-weight: 400;
  color: #95b75d;
  line-height: 20px;
}
.search-results .sr-item p {
  font-size: 13px;
  color: #22262e;
  margin: 5px 0px;
}
.search-results .sr-item p.sr-item-links {
  font-size: 11px;
}
.search-results .sr-item:last-child {
  margin-bottom: 20px;
}
/* eof search restult */
/* Posts */
.posts .post-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #F5F5F5;
}
.posts .post-item .post-title {
  font-size: 25px;
  font-weight: 400;
  color: #1b1e24;
  float: left;
  width: 100%;
  line-height: 30px;
}
.posts .post-item .post-title a {
  font-size: 25px;
  color: #1b1e24;
}
.posts .post-item .post-date {
  font-size: 11px;
  color: #4d5669;
  line-height: 20px;
  margin: 5px 0px 0px;
  float: left;
  width: 100%;
}
.posts .post-item .post-date a {
  color: #4d5669;
}
.posts .post-item .post-date .fa {
  font-size: 12px;
  margin-right: 5px;
}
.posts .post-item .post-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 6px;
}
.posts .post-item .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts .post-item .post-text {
  font-size: 13px;
  float: left;
  width: 100%;
  margin: 10px 0px;
}
.posts .post-item .post-row {
  float: left;
  width: 100%;
  font-size: 11px;
}
.posts .post-item .post-row .post-info {
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #F5F5F5;
  font-size: 11px;
  color: #4d5669;
  float: left;
}
.posts .post-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 0px;
}
.post-image {
  width: 400px;
  float: left;
}
.links {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.links a {
  font-size: 16px;
  font-weight: 400;
  color: #22262e;
  display: block;
  float: left;
  width: 100%;
  line-height: 30px;
}
.links a .label {
  float: right;
  padding: 5px 10px;
  margin-top: 3px;
}
.links.small a {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* eof posts */
/* faq */
.panel-body.faq {
  padding: 0px;
}
.faq {
  width: 100%;
  float: left;
}
.faq .faq-item {
  width: 100%;
  float: left;
  padding: 10px 15px;
  border-bottom: 1px solid #F5F5F5;
}
.faq .faq-item .faq-title {
  font-size: 16px;
  font-weight: 400;
  color: #1b1e24;
  line-height: 30px;
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 45px;
}
.faq .faq-item .faq-title .fa {
  color: #22262e;
  width: 30px;
  height: 30px;
  border: 1px solid #22262e;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  margin-right: 15px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.faq .faq-item .faq-text {
  font-size: 13px;
  color: #22262e;
  line-height: 20px;
  float: left;
  width: 100%;
  padding: 0px 20px;
  max-height: 0px;
  height: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.faq .faq-item .faq-text h5 {
  font-weight: 600;
  font-size: 14px;
}
.faq .faq-item.active {
  padding-bottom: 0px;
  border-bottom: 1px solid #FFF;
}
.faq .faq-item.active .faq-title .fa {
  line-height: 28px;
}
.faq .faq-item.active .faq-text {
  max-height: 500px;
  height: auto;
  background: #F5F5F5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 20px;
  margin-top: 10px;
}
.faq .faq-item:first-child {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #F5F5F5;
}
.faq .faq-item:last-child {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 15px;
}
.faq .faq-highlight {
  background: #1caf9a;
  color: #FFF;
  padding: 0px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: underline;
}
/* eof faq */
/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */
/* Gallery */
.gallery {
  float: left;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 25%;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
}
.gallery .gallery-item .image {
  width: 100%;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .image a {
  display: block;
}
.gallery .gallery-item .image:after,
.gallery .gallery-item .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.gallery .gallery-item .image:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item .image img {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.gallery .gallery-item .image .gallery-item-controls {
  position: absolute;
  right: -60px;
  top: 3px;
  display: block;
  list-style: none;
  padding: 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image .gallery-item-controls li {
  float: left;
  list-style: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
  margin: 4px 0px;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
  margin-right: 0px;
}
.gallery .gallery-item .image .gallery-item-controls li a,
.gallery .gallery-item .image .gallery-item-controls li span {
  font-size: 17px;
  color: #BBB;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover,
.gallery .gallery-item .image .gallery-item-controls li span:hover {
  color: #22262e;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
  background: #F5F5F5;
}
.gallery .gallery-item .meta {
  color: #22262e;
  margin-top: 5px;
  line-height: 16px;
  padding: 0px 5px;
}
.gallery .gallery-item .meta strong {
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.gallery .gallery-item .meta span {
  display: block;
  color: #4d5669;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
  right: 3px;
}
.gallery .gallery-item.active .image {
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
  right: 3px;
}
/* end Gallery */
/* Dropzone */
.dropzone.dropzone-mini {
  min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
  background: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  height: 120px;
}
.dropzone.dropzone-mini .dz-message:after {
  content: "\f0ee";
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 88px;
  top: 26px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  line-height: 80px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropzone.dropzone-mini .dz-message:hover:after {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.dropzone.dz-started .dz-message {
  display: none;
}
/* end Dropzone */
/* errors */
.error-container {
  width: 500px;
  margin: 50px auto 0px;
}
.error-container .error-code {
  float: left;
  width: 100%;
  font-size: 135px;
  line-height: 130px;
  text-align: center;
  color: #333;
  font-weight: 300;
}
.error-container .error-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.error-container .error-subtext {
  float: left;
  width: 100%;
  margin: 30px 0px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #AAA;
  text-align: center;
  font-weight: 400;
}
.error-container .error-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* end errors */
/* SETTINGS */
.theme-settings {
  position: fixed;
  right: -200px;
  top: 200px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 3;
}
.theme-settings .ts-button {
  position: absolute;
  left: -36px;
  height: 36px;
  width: 36px;
  top: 10px;
  background: #1caf9a;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  font-size: 19px;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.theme-settings .ts-body {
  width: 200px;
  background: rgba(28,175,154,0.9);
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 10px 10px;
  color: #FFF;
}
.theme-settings .ts-body .ts-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.theme-settings .ts-body .ts-title:first-child {
  margin-top: 0px;
}
.theme-settings .ts-body .ts-row {
  margin-bottom: 5px;
}
.theme-settings.active {
  right: 0px;
}
.theme-settings .ts-themes {
  width: 100%;
  margin-top: 10px;
}
.theme-settings .ts-themes a {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 5px;
  display: inline-block;
}
.theme-settings .ts-themes a.active img {
  border: 2px solid #FFF;
  width: 30px;
  height: 30px;
}
/* END SETTIGS */
/* TEMPLATE PLUGINS */
/* To top */
.to-top {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 23px;
  color: #CCC;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.to-top:hover {
  border-color: #1b1e24;
  color: #333;
}
/* end To top */
/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0px;
  cursor: pointer;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 5px;
  margin-top: -2px;
}
.check.disabled {
  color: #AAA;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icheck/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}
/* END icheckbox */
/* MAILBOX */
.panel .panel-body.mail {
  padding: 0px;
}
.mail {
  padding: 0px;
  float: left;
  width: 100%;
}
.mail .mail-item {
  float: left;
  padding: 10px 15px 10px 13px;
  width: 100%;
  line-height: 20px;
  border-left: 2px solid #D5D5D5;
}
.mail .mail-item.mail-primary {
  border-left-color: #1b1e24;
}
.mail .mail-item.mail-info {
  border-left-color: #1caf9a;
}
.mail .mail-item.mail-success {
  border-left-color: #95b75d;
}
.mail .mail-item.mail-warning {
  border-left-color: #1caf9a;
}
.mail .mail-item.mail-danger {
  border-left-color: #E04B4A;
}
.mail .mail-item .mail-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mail .mail-item .mail-star {
  font-size: 16px;
  width: 20px;
  float: left;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.mail .mail-item .mail-star.starred {
  color: #1caf9a;
}
.mail .mail-item .mail-star.starred .fa-star-o:before {
  content: "\f005";
}
.mail .mail-item .mail-user {
  font-size: 12px;
  font-weight: 600;
  float: left;
  width: 150px;
  color: #1b1e24;
}
.mail .mail-item .mail-text {
  font-size: 12px;
  float: left;
  color: #22262e;
}
.mail .mail-item .mail-date {
  float: right;
  font-size: 12px;
}
.mail .mail-item .mail-attachments {
  float: right;
  font-size: 12px;
  color: #AAA;
  margin-right: 10px;
}
.mail .mail-item .mail-attachments.fa {
  font-size: 16px;
}
.mail .mail-item:nth-child(2n) {
  background: #F9F9F9;
}
.mail .mail-item.mail-unread {
  font-weight: 700;
}
.mail .mail-item.mail-unread .mail-user {
  font-weight: 700;
}
.mail-checkall {
  margin-right: 5px;
}
/* END MAILBOX */
/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 4px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #1b1e24;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #1b1e24;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP TIMEPICKER */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  left: 15px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #E5E5E5;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 6px;
  color: #333;
}
.bootstrap-timepicker-widget table td input {
  width: 50px;
  margin: 0;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.bootstrap-timepicker-widget {
  display: block;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
/* EOF BOOTSTRAP TIMEPICKER */
/* BOOTSTRAP COLORPICKER */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(../img/colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url(../img/colorpicker/hue.png);
}
.colorpicker-alpha {
  background-image: url(../img/colorpicker/alpha.png);
  display: none;
}
.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.colorpicker.dropdown-menu {
  margin-top: 8px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(../img/colorpicker/alpha.png);
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.input-group.color .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/* EOF BOOTSTRAP COLORPICKER */
/* BOOTSTRAP SELECT */
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #E04B4A;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 11px;
  font-size: 11px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 8px;
  background: #f5f5f5;
  border-top: 1px solid #E5E5E5;
  margin-top: 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* EOF BOOTSTRAP SELECT */
/* Validation Engine */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #111111;
  position: relative;
  color: #ffffff;
  min-width: 120px;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.greenPopup .formErrorContent {
  background: #95b75d;
}
.blackPopup .formErrorContent {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #111111;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.greenPopup .formErrorArrow div {
  background: #95b75d;
}
.blackPopup .formErrorArrow div {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 0px;
  border: none;
}
.formError .formErrorArrow .line1 {
  width: 0px;
  border: none;
}
/* EOF Validation Engine */
/* RangeSlider */
.ui-rangeSlider {
  height: 22px;
  margin-top: 4px;
}
.ui-rangeSlider .ui-rangeSlider-innerBar {
  height: 16px;
  margin: 3px 6px;
  background: #F5F5F5;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ui-rangeSlider .ui-rangeSlider-handle {
  width: 22px;
  height: 22px;
  background: #FFF;
  border: 2px solid #1b1e24;
  cursor: col-resize;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.ui-rangeSlider .ui-rangeSlider-bar {
  margin: 1px 0px;
  background: #E5E5E5;
  height: 20px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ui-rangeSlider-arrow,
.ui-rangeSlider-arrow-inner {
  display: none;
}
.ui-rangeSlider-container {
  height: 22px;
}
.ui-rangeSlider-withArrows .ui-rangeSlider-container {
  margin: 0 11px;
}
.ui-rangeSlider-noArrow .ui-rangeSlider-container {
  margin: 0;
}
.ui-rangeSlider-label {
  background: #1b1e24;
  margin: 0px;
  white-space: nowrap;
  bottom: 26px;
  padding: 5px 8px;
  cursor: col-resize;
  color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 11px;
}
.ui-rangeSlider-label-inner {
  display: none;
}
input.ui-editRangeSlider-inputValue {
  width: 3em;
  vertical-align: middle;
  text-align: center;
}
/* EOF RangeSlider */
/* Smart Wizard */
.wizard .anchor {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  position: relative;
  width: 100%;
}
.wizard .anchor:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #D5D5D5;
  z-index: 1;
}
.wizard .anchor li {
  float: left;
  display: block;
}
.wizard .anchor li a {
  font-size: 14px;
  color: #22262e;
  text-decoration: none;
  display: block;
  line-height: 18px;
  padding: 10px 20px 15px 0px;
  position: relative;
}
.wizard .anchor li a .stepNumber {
  display: none;
}
.wizard .anchor li a .stepDesc {
  font-weight: 400;
}
.wizard .anchor li a .stepDesc small {
  color: #999;
  font-weight: 300;
}
.wizard .anchor li a:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #D5D5D5;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.wizard .anchor li a:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 22px;
  height: 22px;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  background: #FFF;
  border: 3px solid #D5D5D5;
  z-index: 3;
  text-align: center;
  line-height: 17px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #DDD;
}
.wizard .anchor li a.done:after {
  border-color: #95b75d;
  content: "\f00c";
  font-family: FontAwesome;
  color: #95b75d;
  font-size: 10px;
}
.wizard .anchor li a.done:before {
  background: #95b75d;
}
.wizard .anchor li a.error:after {
  border-color: #E04B4A;
  content: "\f00d";
  font-family: FontAwesome;
  color: #E04B4A;
  font-size: 10px;
}
.wizard .anchor li a.error:before {
  background: #E04B4A;
}
.wizard .anchor li a.selected:after {
  border-color: #1b1e24;
  content: "\f0da";
  font-family: FontAwesome;
  color: #1b1e24;
  font-size: 13px;
  padding-left: 2px;
}
.wizard .anchor li a.selected:before {
  background: #1b1e24;
}
.wizard .stepContainer,
.wizard .actionBar {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.wizard .actionBar {
  margin-top: 20px;
}
.wizard .actionBar .btn.pull-right {
  margin-left: 5px;
}
.wizard .actionBar .btn-primary {
  display: none;
}
.wizard .actionBar .loader {
  display: none;
}
.wizard .anchor.steps_1 li {
  width: 100%;
}
.wizard .anchor.steps_2 li {
  width: 50%;
}
.wizard .anchor.steps_3 li {
  width: 33.333333%;
}
.wizard .anchor.steps_4 li {
  width: 25%;
}
.wizard .anchor.steps_5 li {
  width: 20%;
}
.wizard .anchor.steps_6 li {
  width: 16.666666%;
}
.wizard .anchor.steps_7 li {
  width: 14.285714%;
}
.wizard .anchor.steps_8 li {
  width: 12.5%;
}
/* END Smart Wizard */
/* OWL Slider */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item > div {
  width: 100%;
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(../img/owl/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-pagination {
  height: 22px;
  line-height: 22px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #222;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #222;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=500);
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../img/owl/AjaxLoader.gif) no-repeat center center;
}
/* END Slider */
/* jVectorMaps */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #1b1e24;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1b1e24;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  z-index: 15;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1b1e24;
  padding: 3px;
  olor: white;
  width: 16px;
  height: 16px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  color: #FFF;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* END jVectorMaps */
/* tagsinput */
div.tagsinput {
  border: 1px solid #D5D5D5;
  background: #FFF;
  width: 100%;
  min-height: 30px;
  overflow-y: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.tagsinput span.tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #1b1e24;
  color: #FFF;
  margin: 2px 0px 2px 2px;
  line-height: 20px;
  padding: 2px 5px 2px 20px;
  position: relative;
}
div.tagsinput span.tag a {
  color: #FFF;
  text-decoration: none;
  position: absolute;
  left: 5px;
  width: 15px;
  height: 20px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}
div.tagsinput span.tag a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
div.tagsinput span.tag a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
div.tagsinput input {
  width: 80px;
  margin: 4px 5px;
  border: 0px;
  height: 20px;
  line-height: 20px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #E04B4A !important;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px;
}
/* END tagsinput */
/* sparkline */
.sparkline {
  display: inline-block;
  position: relative;
}
.jqstooltip {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
}
.jqsfield {
  padding: 4px 5px 5px;
  display: inline-block;
  line-height: 13px;
}
/* eof sparkline */
/* calendar */
.calendar {
  margin-bottom: 0px;
  float: left;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.fc-day {
  background: #FFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
  background: #F5F5F5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px;
}
.fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
}
.fc-text-arrow,
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #F0F0F0;
}
.fc-event {
  font-size: 11px;
  padding: 3px 5px;
  text-align: center;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #E04B4A;
  border-color: #a43f3e;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #95b75d;
  border-color: #89ad4d;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #1caf9a;
  border-color: #fe970a;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #1caf9a;
  border-color: #29b2e1;
}
/* eof calendar */
/* bootstra file input */
.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  outline: 0;
}
.file-input-name {
  margin-left: 10px;
}
/* eof bootstrap file input */
/* Morris charts */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
/* END Morris charts */
/* Bootstrap Tour */
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-background {
  position: absolute;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*=tour-] {
  z-index: 1100;
}
.popover[class*=tour-] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*=tour-] .popover-navigation [data-role=end] {
  float: right;
}
.popover[class*=tour-] .popover-navigation [data-role=prev],
.popover[class*=tour-] .popover-navigation [data-role=next],
.popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer;
}
.popover[class*=tour-] .popover-navigation [data-role=prev] .disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled,
.popover[class*=tour-] .popover-navigation [data-role=end] .disabled {
  cursor: default;
}
.popover[class*=tour-] .orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*=tour-].orphan .arrow {
  display: none;
}
/* END Bootstrap Tour */
/* Bootstro */
.bootstro-next-btn {
  float: right;
}
.bootstro-prev-btn {
  float: left;
}
.bootstro-backdrop {
  opacity: .5;
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  filter: alpha(opacity=50);
}
.bootstro-highlight {
  z-index: 9999;
  position: relative;
  color: #111;
}
.bootstro-highlight h1,
.bootstro-highlight h2,
.bootstro-highlight h3,
.bootstro-highlight h4,
.bootstro-highlight h5,
.bootstro-highlight h6,
.bootstro-highlight .h1,
.bootstro-highlight .h2,
.bootstro-highlight .h3,
.bootstro-highlight .h4,
.bootstro-highlight .h5,
.bootstro-highlight .h6 {
  color: #000;
}
.bootstro-finish-btn-wrapper {
  padding-top: 10px;
  text-align: center;
  clear: both;
}
.bootstro-nav-wrapper {
  margin-top: 10px;
}
.bootstro-nav-wrapper button,
.bootstro-finish-btn-wrapper button {
  font-size: 12px!important;
  padding: 3px 5px 3px 5px!important;
  font-weight: 400;
}
/* END Bootstro */
/* Bootstrap fileinput */
.file-input {
  overflow-x: auto;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url(../img/fileinput/loading.gif) top left no-repeat;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 0px;
  padding: 5px;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-input .btn .disabled,
.file-input .btn[disabled] {
  cursor: not-allowed;
}
.file-preview {
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview-frame {
  display: table;
  margin: 10px;
  height: 160px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
  text-align: center;
}
.file-preview-frame:hover {
  background-color: #F5F5F5;
}
.file-preview-image {
  height: 150px;
  vertical-align: text-center;
}
.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #1CAF9A;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco,Consolas,monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file {
  display: none;
}
.loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}
.wrap-indicator {
  font-weight: 700;
  color: #245269;
  cursor: pointer;
}
/* END Bootstrap fileinput */
/* daterangepicker */
.dtrange {
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #BBB;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}
.dtrange:hover {
  background-color: #F9F9F9;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
  border: 1px solid #D5D5D5;
}
.daterangepicker.dropdown-menu:before,
.daterangepicker.dropdown-menu:after {
  display: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  width: auto;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #22262e;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #1b1e24;
  border: 1px solid #1b1e24;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #D5D5D5;
}
.daterangepicker td.in-range {
  background: #8c96aa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #22262e;
  border-color: #22262e;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
/* eof daterangepicker */
/* Tocify */
.tocify {
  width: 20%;
  max-height: 90%;
  overflow: auto;
  position: fixed;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.tocify ul,
.tocify li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 30px;
}
.tocify ul.tocify-header > li > a {
  border-bottom: 1px solid #E5E5E5;
}
.tocify ul.tocify-subheader {
  display: none;
}
.tocify ul.tocify-subheader li.tocify-item a {
  background: #F5F5F5;
}
.tocify ul.tocify-subheader li.tocify-item a:hover {
  background: #F0F0F0;
}
.tocify ul.tocify-subheader li.tocify-item.active a {
  background: #1b1e24;
}
.tocify li.tocify-item a {
  background: #FFF;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.tocify li.tocify-item a:hover {
  background: #F5F5F5;
}
.tocify li.tocify-item.active a {
  background: #1b1e24;
  color: #FFF;
}
.tocify-header {
  text-indent: 10px;
}
.tocify-subheader {
  text-indent: 20px;
}
.tocify-subheader li {
  font-size: 12px;
}
.tocify-subheader .tocify-subheader {
  text-indent: 30px;
}
.tocify-subheader .tocify-subheader .tocify-subheader {
  text-indent: 40px;
}
/* END Tocify */
/* Filetree */
ul.jqueryFileTree {
  font-size: 11px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
ul.jqueryFileTree li {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  white-space: nowrap;
}
ul.jqueryFileTree a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 2px;
}
ul.jqueryFileTree a:hover {
  background: #E9EDF1;
}
li.directory {
  background: url(../img/filetree/directory.png) left top no-repeat;
}
li.expanded {
  background: url(../img/filetree/folder_open.png) left top no-repeat;
}
li.file {
  background: url(../img/filetree/file.png) left top no-repeat;
}
li.wait {
  background: url(../img/filetree/spinner.gif) left top no-repeat;
}
/* File Extensions*/
li.ext_3gp {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_afp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_afpa {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_asp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_aspx {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_avi {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_bat {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_bmp {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_c {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_cfm {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_cgi {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_com {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_cpp {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_css {
  background: url(../img/filetree/css.png) left top no-repeat;
}
li.ext_doc {
  background: url(../img/filetree/doc.png) left top no-repeat;
}
li.ext_exe {
  background: url(../img/filetree/application.png) left top no-repeat;
}
li.ext_gif {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_fla {
  background: url(../img/filetree/flash.png) left top no-repeat;
}
li.ext_h {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_htm {
  background: url(../img/filetree/html.png) left top no-repeat;
}
li.ext_html {
  background: url(../img/filetree/html.png) left top no-repeat;
}
li.ext_jar {
  background: url(../img/filetree/java.png) left top no-repeat;
}
li.ext_jpg {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_jpeg {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_js {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_lasso {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_log {
  background: url(../img/filetree/txt.png) left top no-repeat;
}
li.ext_m4p {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_mov {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mp3 {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_mp4 {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mpg {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_mpeg {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_ogg {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_pcx {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_pdf {
  background: url(../img/filetree/pdf.png) left top no-repeat;
}
li.ext_php {
  background: url(../img/filetree/php.png) left top no-repeat;
}
li.ext_png {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_ppt {
  background: url(../img/filetree/ppt.png) left top no-repeat;
}
li.ext_psd {
  background: url(../img/filetree/psd.png) left top no-repeat;
}
li.ext_pl {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_py {
  background: url(../img/filetree/script.png) left top no-repeat;
}
li.ext_rb {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rbx {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rhtml {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_rpm {
  background: url(../img/filetree/linux.png) left top no-repeat;
}
li.ext_ruby {
  background: url(../img/filetree/ruby.png) left top no-repeat;
}
li.ext_sql {
  background: url(../img/filetree/db.png) left top no-repeat;
}
li.ext_swf {
  background: url(../img/filetree/flash.png) left top no-repeat;
}
li.ext_tif {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_tiff {
  background: url(../img/filetree/picture.png) left top no-repeat;
}
li.ext_txt {
  background: url(../img/filetree/txt.png) left top no-repeat;
}
li.ext_vb {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_wav {
  background: url(../img/filetree/music.png) left top no-repeat;
}
li.ext_wmv {
  background: url(../img/filetree/film.png) left top no-repeat;
}
li.ext_xls {
  background: url(../img/filetree/xls.png) left top no-repeat;
}
li.ext_xml {
  background: url(../img/filetree/code.png) left top no-repeat;
}
li.ext_zip {
  background: url(../img/filetree/zip.png) left top no-repeat;
}
/* END Filetree */
.chart-legend {
  position: absolute;
  top: 5px;
  right: 5px;
}
.rickshaw_legend {
  background: rgba(0, 0, 0, 0.05);
}
.rickshaw_legend .label {
  color: #333;
}
/* END TEMPLATE PLUGINS */
.fa-right {
  margin-left: 5px;
  margin-right: 0px;
}
/* Animations */



<!--popup starts-->
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
        width: 414px;
    position: relative;
    margin: 10% auto;
    padding: 13px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    color: #000;
  /*  width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

<!--popup ends-->

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
/* END Animations */
@media only screen and (max-width: 768px) {
  [class^='col-xs-'],
  [class^='col-sm-'],
  [class^='col-md-'],
  [class^='col-lg-'] {
    margin-bottom: 10px;
  }
  /* LOGIN */
  .login-container {
    padding: 0px 10px;
  }
  .login-container .login-box {
    padding-top: 10px;
    width: 100%;
  }
  /* END LOGIN */
  /* TOCIFY */
  .tocify {
    display: none;
  }
  /* END TOCIFY */
  /* TIMELINE */
  .timeline.timeline-right:before {
    left: 60px;
  }
  .timeline.timeline-right .timeline-item {
    padding-left: 110px;
  }
  .timeline.timeline-right .timeline-item.timeline-main {
    width: 60px;
  }
  .timeline.timeline-right .timeline-item .timeline-item-icon {
    left: 40px;
  }
  .timeline.timeline-right .timeline-item .timeline-item-info {
    top: 45px;
    width: 70px;
    left: 25px;
    padding: 7px 0px;
  }
  /* END TIMELINE */
  .post-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-container .page-sidebar {
    position: relative;
    float: left;
    width: 100%;
  }
  /* .page-container .page-sidebar.scroll {
    position: relative;
  } */
  .page-container .page-content {
    margin-left: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left,
  .page-container .page-content .content-frame .content-frame-right {
    width: 100%;
    display: none;
  }
  .page-container .page-content .content-frame .content-frame-body {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left-toggle,
  .page-container .page-content .content-frame .content-frame-right-toggle {
    display: inline-block;
  }
  .page-container.page-navigation-toggled .page-content {
    margin-left: 0px;
  }

  .page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
    padding-right: 0px;
    position: relative;
  }
  .page-container.page-navigation-top-fixed .page-content {
    padding-top: 0px;
  }
  .x-navigation {
    /* max-height: 50px;
    overflow: hidden; */
    background: #fff;
    margin-top: 60px;
  }
  .x-navigation.x-navigation-panel {
    height: 50px;
    max-height: auto;
    overflow: visible;
  }
  .x-navigation.x-navigation-panel li.xn-icon-button {
    width: 50px;
  }
  .x-navigation.x-navigation-panel li.xn-search {
    width: auto;
  }
  .x-navigation .xn-search input {
    width: 100%;
  }
  .x-navigation.x-navigation-open {
    max-height: 1200px;
    overflow: visible;
  }
  .x-navigation .x-navigation-control {
    display: block;
  }
  .x-navigation-minimize {
    display: none !important;
  }
  .x-navigation-horizontal > li > ul ul,
  .x-navigation-horizontal > li > ul.xn-drop-left ul {
    position: relative;
    left: auto;
    right: auto;
    margin-left: 0px;
    margin-right: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .x-navigation-horizontal > li > ul ul:after {
    display: none;
  }
  /* XNAV PANEL */
  .x-navigation li > .panel {
    width: 250px;
  }
  /* END XNAV PANEL */
  /* list icons */
  .icons-list li {
    width: 100%;
  }
  /* END list icons */
  /* Gallery */
  .gallery .gallery-item {
    width: 50%;
  }
  /* End Gallery */
  /* Timeline */
  .timeline .timeline-item .timeline-item-content {
    width: 90%;
  }
  .timeline .timeline-item .timeline-item-content:before,
  .timeline .timeline-item .timeline-item-content:after {
    left: 90%;
  }
  .timeline .timeline-item.timeline-item-right .timeline-item-content:before,
  .timeline .timeline-item.timeline-item-right .timeline-item-content:after {
    right: 90%;
  }
  /* END Timeline */
  /* Error */
  .error-container {
    width: 100%;
  }
  /* End Error */
  /* Settings */
  .theme-settings {
    display: none;
  }
  /* End Settings */
  .post-image {
    width: 300px;
  }
}
.x-navigation-minimized .xn-logo{
display:none;
}
/* 9-2-2021 */
.title-margin-holder fieldset{}
.title-margin-holder fieldset legend{
        padding-top: 20px;
    margin-bottom: 6px;
}
.title-margin-holder fieldset:first-child legend{
    padding-top: 0;
}
table.fix-width-col tbody tr th:first-child{
        min-width: 245px;
}
table.fix-width-col tbody tr th{
        font-size: 14px;
}
#customers2_wrapper{
        overflow: auto;
}
.page-topbar {
    min-height: 60px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-bottom: 1px solid #f3f4f6;
    max-height: 60px;
    max-height: 60px;
}
a.logo-area {
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 10px;
    float: left;
}
a.logo-area img {
    width: 100%;
}
.x-navigation.x-navigation-horizontal li a i {
    color: #424242 !important;
    font-size: 18px;
    margin: 0;
}
.x-navigation.x-navigation-horizontal li a span.badge-accent.badge {
position: absolute;
    font-size: 10px;
    padding: 4px;
    margin: 10px 0 0 -5px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    background-color: #E91E63;
    color: #ffffff;
}
.x-navigation.x-navigation-horizontal li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.x-navigation.x-navigation-horizontal li a {
    padding: 0px !important;
    text-align: center;
    width: 30px !important;
    line-height: inherit;
    color: #424242;
}
.x-navigation.x-navigation-horizontal li a:hover, .x-navigation.x-navigation-horizontal > li.active > a {
    background: transparent !important;
}
.x-navigation.x-navigation-horizontal li .drop_menu {
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 0px;
    border: 0px solid transparent;
    box-shadow: 0 0 20px 0 rgb(33 33 33 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(33 33 33 / 20%);
    -moz-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    margin-top: 4px;
    padding-top: 0px;
}
.panel > .panel-body.mCustomScrollbar {
    padding: 0px !important;
}
.panel.drop_menu .message-ul-list {
    padding: 0px 30px;
}
.panel.drop_menu .message-ul-list .message-li {
    width: 100%;
    display: block;
    position: relative;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}
.panel.drop_menu .message-ul-list .message-li a {
    text-decoration: none;
    color: #717171;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
}
.panel.drop_menu .message-ul-list .message-li a .user-img img {
    width: 25px;
    height: 25px;
    float: left;
    margin: 5px 15px 9px 0px;
    opacity: 0.8;
    border-radius: 50%;
}
.panel.drop_menu .message-ul-list .message-li a span.name {
    color: #717171;
}
.panel.drop_menu .message-ul-list .message-li a span.name span.time {
    color: #aaaaaa;
    font-size: 13px;
}
.panel.drop_menu .message-ul-list .message-li a span.desc {
    color: #777777;
    font-size: 13px;
    line-height: 16px;
    display: block;
    position: relative;
}
.panel.drop_menu .panel-footer a {
    display: block;
    padding: 0px 30px !important;
    color: #999999;
    font-size: 13px;
    width: 100% !important;
    text-decoration: none;
}
.panel.drop_menu .panel-heading {
    background-color: transparent !important;
    color: rgba(118, 118, 118, 1.0) !important;
    line-height: 30px;
        padding: 5px 10px !important;
    display: block;
    font-size: 85%;
    border-bottom: 1px solid #eaeaea !important;
}
.drop_menu .panel-body a.list-group-item{
    display: block;
    width: 100% !important;
    padding: 6px 30px !important;
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.x-navigation.x-navigation-minimized > li > a .fa{
        color: #424242;
    font-size: 16px;
}
.x-navigation.x-navigation-minimized > li > a{
        border-bottom: none;
}
.x-navigation.x-navigation-minimized > li > a:hover {
    background: rgba(33, 33, 33, 0.1);
}
.x-navigation.x-navigation-minimized li ul li a{
    color: #424242;
    background-color: #fff;
    border-radius: 5px !important;
}
.x-navigation.x-navigation-minimized > li ul {
    box-shadow: 0 0 20px 0 rgb(33 33 33 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(33 33 33 / 20%);
    -moz-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    background: #ffffff;
}
.wrapper {
    /* margin-top: 60px; */
    display: inline-block;
    width: 100%;
    padding: 0px 15px 0 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.breadcrumbs-area h3 {
    text-transform: capitalize;
    color: #111111;
    font-size: 22px;
    float: left;
    margin: 13px 0px;
}
ul.custom-nav-tabs {
    margin: 20px 0px 30px 0px;
    border: none;
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0px 0px 12px 0px rgb(229 229 229 / 75%);*/
        border: 1px solid #f3f4f6;
}
ul.custom-nav-tabs li.active a {
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0px solid #dee2e6 !important;
    background-color: #0e695e !important;
    color: #ffffff !important;
    box-shadow: 0px 5px 13px 0px rgb(14 105 94 / 40%) !important;
    border-color: #0e695e !important;
    border-radius: 0px !important;
}
ul.custom-nav-tabs li.active a small{
  color: #ffffff !important;
}
ul.custom-nav-tabs li a {
    color: #646464;
    border-top: none;
    border-left: none;
    border-right: 1px solid;
    border-color: #dee2e6;
    border-radius: 0;
    padding: 10px;
    background-color: transparent;
    margin: 0px;
    border-bottom: 0px;
}
ul.custom-nav-tabs li a:hover {
    background-color: #0e695e;
    color: #ffffff;
    box-shadow: 0px 5px 13px 0px rgb(14 105 94 / 40%);
    border-color: #0e695e;
}
.dashboard-summery-one {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 25px;
    /*box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);*/
        border: 1px solid #f3f4f6;
    margin-bottom: 30px;
    position: relative;
}

element.style {
}
.dashboard-summery-one .item-icon.bg-light-green {
    background-color: #d1f3e0;
}
.dashboard-summery-one .item-icon {
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  padding: 14px 0px;
  text-align: center;
  top: 29px;
  left: 10px;
}
.dashboard-summery-one .item-icon i {
    font-size: 26px;
}
.dashboard-summery-one .item-content {
    text-align: right;
    padding: 16px 0px;
}
.dashboard-summery-one .item-content .item-title {
    color: #a8a8a8;
    margin-bottom: 2px;
    font-size: 15px;
}
.dashboard-summery-one .item-content .item-number {
    font-size: 18px;
    font-weight: 500;
    color: #111111;
}
.l-r-6{
  margin-right: -6px !important;
    margin-left: -6px !important;
}
.dashboard-summery-one .bg-light-green i {
    color: #3cb878;
}
.dashboard-summery-one .item-icon.bg-light-blue {
    background-color: #e1f1ff;
}
.dashboard-summery-one .item-icon.bg-light-pink{
  background-color: #e9e1ff;
}
.dashboard-summery-one .item-icon.bg-light-blue i {
    color: #3f7afc;
}
.dashboard-summery-one .item-icon.bg-light-yellow {
    background-color: #fff2d8;
}
.dashboard-summery-one .item-icon.bg-light-yellow i {
    color: #ffa001;
}
.dashboard-summery-one .item-icon.bg-light-red {
    background-color: #ffeaea;
}
.dashboard-summery-one .item-icon.bg-light-red i {
    color: #ff0000;
}
.panel > .panel-heading {
    padding: 22px !important;
    float: none;
    overflow: auto;
}
.panel > .panel-heading h2 {
    color: #111111;
    font-weight: 500;
    margin: 0px;
    font-size: 20px;
}
ul.panel-controls {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
ul.panel-controls > li {
    float: left;
}
ul.panel-controls > li > a {
    color: #bcbcbc;
    font-size: 15px;
    margin-left: 0px;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    line-height: 16px;
    width: auto;
    height: auto;
}
.panel > .panel-body {
    /*padding: 0px 22px 22px 22px;*/
        float: none;
}
ul.panel-controls > li > a:hover {
    border-color: #999;
    color: #1b1e24;
}
.home-line-form-search{
    width: 100%;
    margin-top: 22px;
}
.home-line-form-search form{
        position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.home-line-form-search form input[type="text"]{ 
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    background: #f0f1f3 !important;
    border: none;
    box-shadow: none;
    height: 40px;
}
.home-line-form-search form input[type="submit"]{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background-color: #1CAF9A;
    color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    
}
.widget-info-holder{
        border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
    min-height: 128px;
}
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}
.timeline-centered:before {
content: '';
    position: absolute;
    display: block;
    width: 10px;
    background: #eaeaea;
    top: 20px;
    bottom: 20px;
    margin-left: 215px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.timeline-centered:after {
    clear: both;
}
.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 220px;
    margin-bottom: 10px;
    clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
    padding-top: 1px;

}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    position: relative;
    background: #fff;
    color: #737881;
    display: block;
    width: 70px;
    height: 70px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 21px;
    float: left;
    border: 5px solid #eaeaea;
    margin-left: -15px;
    margin-top: 40px;
    line-height: 60px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(229 229 229 / 75%);
    position: relative;
    padding: 15px;
    margin-left: 70px;
    margin-top: 45px;
    border: 0px solid #eaeaea;
    padding: 20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label ul{
        padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label ul li{
    
    display: inline-block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label a{
        color: #0e695e;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .b-t-n {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    color: #0e695e;
    margin: 0px 15px 10px 0px;
    transition: all 0.5s linear 0s;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .b-t-n .widget-title i {
    font-size: 32px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px rgb(204 204 204 / 59%);
    text-align: center;
    border-radius: 100%;
    margin: auto;
    display: block;
    padding: 12px 0px;
    color: #0e695e;
    transition: all 0.5s linear 0s;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .b-t-n:hover .widget-title i{
    box-shadow: 0px 0px 10px rgb(14 105 94 / 60%);
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .b-t-n:hover{
        /*font-weight: bold;*/
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .b-t-n .widget-title span {
    display: inline-block;
    padding: 10px 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon .timeline-icon-label{
    position: absolute;
    top: 14px;
    line-height: normal;
    width: auto;
    padding: 7px 15px 7px 15px;
    border-radius: 5px;
    font-size: 14px;
    left: -200px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon .timeline-icon-label:after{
    position: absolute;
    top: 6px;
    right: -9px;
    display: inline-block;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 9px solid transparent;
    content: " ";
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .mobile-title{
    display: none;
}
.custom-row{
        -ms-flex-pack: center!important;
    justify-content: center!important;
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.custom-row .col_sm_3{
        -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
        padding-right: 15px;
    padding-left: 15px;
}
.widget-custom{
    padding: 40px 27px 35px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    text-align: center;
    cursor: pointer;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
        margin-bottom: 30px;
}
.widget-custom:hover{
    background: rgb(14,105,94);
background: linear-gradient(90deg, rgba(14,105,94,1) 0%, rgba(38,184,166,1) 100%);
    color: #fff;
}
.widget-custom:hover .widget-custom-icon{
    background: #fff;
    color: #0e695e;
}
.widget-custom .widget-custom-icon{
    width: 70px;
    height: 70px;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgb(14,105,94);
background: linear-gradient(90deg, rgba(14,105,94,1) 0%, rgba(38,184,166,1) 100%);
    box-shadow: 8px 8px 30px 0px rgb(14 105 94 / 20%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(14 105 94 / 20%);
    -moz-box-shadow: 8px 8px 30px 0px rgb(14 105 94 / 20%);
}
.widget-custom .widget-custom-icon i{
    font-size: 30px;
    line-height: 32px;
}
.widget-custom .widget-custom-title{
        font-size: 18px;
    font-weight: 500;
    margin: 0px;
}
#openModal1 .modal-head{
        padding: 10px 15px;
}
#openModal1 .modal-head h2{
        margin: 0px;
    font-size: 20px;
}
#openModal1 .modal-head a{
        opacity: 1 !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
form.modal-form-search{}
form.modal-form-search input[type="text"]{
        height: 45px;
    background-color: #f0f1f3;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none; 
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
}
form.modal-form-search input[type="submit"]{
    position: absolute;
    right: 16px;
    padding: 11px 15px;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.widget-custom .widget-custom-icon span.badge{
    background-color: #e91e63 !important;
    font-size: 13px;
    position: absolute;
    right: -15px;
    top: 0;
    padding: 8px;
    border-radius: 50px;
}
a.back_btn{
    font-size: 22px;
    line-height: 22px;
    margin-right: 15px;
}
.breadcrumbs-area{
overflow: auto;
    margin-bottom: 15px;
}
.mrg-top-0{
    margin-top: 0px !important;
}
form.design-form-custom input[type="text"], 
form.design-form-custom .form-control, 
form.design-form-custom select, 
form.design-form-custom button, 
form.design-form-custom textarea, 
form.design-form-custom input[type="password"], 
form.design-form-custom input[type="time"], .design-form-custom input[type="text"], .design-form-custom select, .design-form-custom button{
        height: 45px;
    background-color: #f0f1f3;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
}
form.design-form-custom label, .design-form-custom label {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
form.design-form-custom .form-group, .design-form-custom .form-group{
    margin-bottom: 15px;
    margin-right: 0px;
    margin-left: 0px;
}
.imageupload{
        margin-bottom: 15px;
}
.imageupload img{
        width: 250px;
    margin: auto;
}
.imageupload .btn-file{
    min-height: 45px;
    padding: 11px 6px;
}
.imageupload button.remove-btn{
        margin-top: 10px;
}
img.dummy-img{
    
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 250px;

}
.l-r-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.l-r-10{
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.col-min-height {
    height: 86px;
}
/*ul.custom-nav-tabs{*/
/*    margin: 20px 0px 30px 0px;*/
/*    border: none;*/
/*    padding: 0px;*/
/*    background-color: #fff;*/
/*    box-shadow: 0px 0px 12px 0px rgb(229 229 229 / 75%);*/
/*}*/
ul.custom-nav-tabs li.active a{
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0px solid #dee2e6 !important;
    background-color: #0e695e !important;
    color: #ffffff !important;
    box-shadow: 0px 5px 13px 0px rgb(14 105 94 / 40%) !important;
    border-color: #0e695e !important;
    border-radius: 0px !important;
}
ul.custom-nav-tabs li a:hover{
    background-color: #0e695e;
    color: #ffffff;
    box-shadow: 0px 5px 13px 0px rgb(14 105 94 / 40%);
    border-color: #0e695e;
}
ul.custom-nav-tabs li a{
    color: #646464;
    border-top: none;
    border-left: none;
    border-right: 1px solid;
    border-color: #dee2e6;
    border-radius: 0;
    padding: 10px;
    background-color: transparent;
    margin: 0px;
    border-bottom: 0px;
}
p.label-text{
        color: #646464;
    font-size: 15px;
    font-weight: 400;
}
.inline {
    display: inline-block !important;
}
.custom-radio input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0px !important;
}
.custom-radio label {
    display: inline-block !important;
}
.divide-text{
    display: block;
    border: 1px solid #f0f1f3;
    border-radius: 62px;
    margin-bottom: 20px;
    padding: 6px 15px 6px 6px;

}
.divide-text h3{
    margin: 0px;
    font-size: 20px;
    display: inline-block;
}
.divide-text h3 span{
    width: 40px;
    height: 40px;
    border: 1px solid #0e695e;
    box-shadow: 0 0 3px #0e695e;
    background-color: transparent;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
}
.divide-text h3 span i{
    color: #0e695e;
}
input[type="text"].title-line-text-box {
    display: inline-block;
    margin: 0px 15px;
    width: auto !important;
}
.mrg-r-15 {
    margin-right: 15px;
}
.custom-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0px !important;
}
ul.ul-list{
        padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
ul.ul-list li{
    margin: 0px;
    display: inline-block;
}
p.sub-title {
    margin: 10px -4px;
    font-size: 15px;
}
button.btn-row {
    height: auto !important;
    padding: 8px 15px !important;
    background-color: #357ebd !important;
    color: #fff !important;
}
.bootstrap-select.form-control button {
    background: #f0f1f3 !important;
    padding: 0px 15px;
    height: 35px;
}
span.selected{
    background-color: #0e695e !important;
    
}
span.selected i{
    color: #fff !important;
}
.custom-checkbox label {
    display: inline-block !important;
}
.min-height-box .custom-checkbox {
    margin-bottom: 13.5px;
}
.box-two-height {
    min-height: 228px;
}
.box-three-height {
    min-height: 258px;
}
.theme-settings .ts-button{
    display: none;
}
table.center-table thead tr th {
    background: transparent;
    color: #333;
    text-align: center;
}
.font-big span.big {
    font-size: 17px;
    font-weight: 700;
    margin: 0px 20px;
}
.Hide{
     display: none;
}
.table-btn{
        width: auto !important;
}
.table-btn i{
        margin-right: 0px !important;
}
form.design-inline-form label{
    color: #646464;
    font-size: 15px;
    font-weight: 400;
}
form.design-inline-form button, form.design-inline-form input[type="file"], form.design-inline-form select, form.design-inline-form input[type="text"], form.design-inline-form input[type="password"], form.design-inline-form textarea{
    height: 45px !important;
    background-color: #f8f8f8 !important;
    font-size: 14px !important;
    color: #111111;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important;
    padding: 5px 15px;
}
form.design-inline-form{
        min-height: 70px;
    margin-bottom: 20px;
}
form.design-inline-form input[type="submit"], form.design-inline-form input[type="button"]{
    height: 44px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 26px;
}
form.design-inline-form label {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.student-search-list .pdf-download-btn{
    display: inline-block;
    background-color: #f0f1f3;
    border-radius: 4px;
    color: #646464;
    font-size: 14px;
    padding: 7px 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
    margin-bottom: 20px;
}
.student-search-list .pdf-download-btn:hover{
   background-color:  #5cb85c;
   color: #ffffff;
}
table.table-border-custom tbody tr th{
        border-bottom: 2px solid #e1e1e1;
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    padding: 10px 5px;
    background-color: #fff;
}
table.table-border-custom{
    margin-bottom: 10px;
}
a.pdf-download-btn-custom, button#btnadd{
display: inline-block;
    background-color: #f0f1f3;
    border-radius: 4px;
    text-decoration: none !important;
    color: #646464;
    font-size: 15px;
    padding: 8px 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
    margin-bottom: 20px;
    border: none;
}
a.pdf-download-btn-custom:hover {
    background-color: #5cb85c;
    color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label ul li:last-child{
        cursor: pointer;
    color: #0e695e;
}
ul.two-col-list{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.two-col-list li{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
ul.two-col-list li span{
    width: 201px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
ul.two-col-list li span:after{
    content: ':';
    float: right;
    margin-right: 10px;
}
ul.two-col-list li input[type="text"], ul.two-col-list li textarea, ul.two-col-list li select{
        width: auto;
    display: inline-block;
        vertical-align: middle;
}
.tab-menu-search{
    width: 300px;
    float: left;
    margin-left: 15px;
    position: relative;
}
.tab-menu-search .input-group{
    margin: 0px;
}
.tab-menu-search .home-line-form-search form input[type="submit"]{
        border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.tab-menu-search .home-line-form-search form input[type="text"]{
    border-radius: 0px !important;
}
.tab-menu-search table{
    width: 500px !important;
    right: 0;
}
.l-r-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
}
input[type="submit"].btn-c-slot{
        padding: 10px 17px;
    font-weight: 600;
    border-radius: 5px;
        color: #fff;
    background-color: #1CAF9A;
}
.meetings_time a{
    border: 1px solid #4abd5d !important;
    color: #4abd5d !important;
        text-decoration: none !important;
    padding: 10px;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}
.meetings_time a span{
    display: none;
    font-size: 14px;
}
.meetings_time a span.fa-pencil-square-o{
        margin: 0px 10px;
}
.meetings_time a span.fa-ban{
          margin: 0px 10px 0px 0px;
}
.meetings_time a span.fa-trash-o{
        margin: 0px 3px 0px 10px;
}
.meetings_time a:hover span{
    display: inline-block;
}
.meetings_time_toggle{
    display: none;
}
ul.staff-tab{
        border: none;
    padding: 0px;
    margin: 0px;
}
ul.staff-tab li{
    display: block;
    margin-bottom: 0px;
    width: 100%;
}
ul.staff-tab li a{
    padding: 5px;
    border: none !important;
    /*border-bottom: 1px solid #ccc !important;*/
    background-color: transparent;
}
ul.staff-tab li a img{
        width: 40px;
}
ul.staff-tab li a span{
        color: #a5a3a3;
}
table.slot_editable_table tr td button i{
    margin: 0px !important;
}
ul.staff-tab li.active a{
    font-weight: 600;
}
ul.staff-tab li a:hover{
    background-color: transparent;
}
ul.staff-tab li.active a i, ul.staff-tab li.active a span{
    color: #000;
}
ul.staff-tab li a i{
    float: right;
    line-height: 39px;
    font-size: 20px;
    margin-right: 15px;
    color: #a5a3a3;
}
.t.meetings_time_toggle a:nth-child(3n+0) {
  clear: both;
}
.t.meetings_time_toggle a:nth-child(3n+0):after{
    content: '';
}
.r-w-s-list-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 5px;
}
ul.r-w-s-list {
    padding: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}
ul.r-w-s-list li{
        display: block;
}
ul.r-w-s-list li p {
    display: inline-block;
    width: 120px;
}
.custom-table {
    width: 100%;
    margin-bottom: 20px;
}
.align-center {
    text-align: center;
}
.custom-table tbody tr td {
    padding: 6px 6px;
}
.desc, .des, .de {
    display: none;
}
.card_number_box, .m-card_number_box {
    display: none;
}
.show {
    display: block !important;
}
.custom-nav-tabs-mrg-holder{
        margin: 0px 0px 20px 0px !important;
}
form.design-inline-form button.btn-primary{
color: #fff;
    background-color: #1CAF9A !important;
}
.BTN{
        height: 44px;
    width: 100%;
    border-radius: 4px !important;
    letter-spacing: 1px;
    padding: 12px 5px !important;
}
.panel .panel-body.profile {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 20px !important;
    background: #e7e8e8;
}
.panel-ftr{
        padding: 0px;
    overflow: auto;
}
.mrg-btm-0{
    margin-bottom: 0px !important;
}
form.design-form-custom .form-group a.file-input-wrapper {
    height: 45px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.btn-group-custom {
    margin-bottom: 25px;
    overflow: auto;
    text-align: right;
}
.mrg-btm-15{
    margin-bottom: 15px;
}
.btn-row a{
    width: 33.33333333%;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    background-color: #F5F5F5;
    height: 45px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-row a .fa{
    font-size: 16px;
    line-height: 45px;
}
.btn-row a:hover{
    background-color: #333;
    color: #FFF;
}
.btn-row a:nth-child(2){
    border-left: 1px solid #e6e3e3;
    border-right: 1px solid #e6e3e3;
}
.panel .text_holder{
padding: 15px;
    overflow: auto;
    font-size: 15px;
    text-align: center;
}
.panel .text_holder .profile-data-name, .panel .text_holder .profile-data-title, .panel .text_holder .contact-info p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
       margin-bottom: 2px;
}
.panel .text_holder .profile-data-name{
        font-weight: 600;
}
.panel_title_box{
        overflow: auto;
}
.panel_title_box h3{
    margin: 0px;
    font-size: 20px;
    padding: 17px 0px;
    float: left;
    text-transform: lowercase;
}
.portfolio_btn{
        float: none !important;
   margin: 0px 0px 20px 0px !important;
}
.close-btn-holder{
        margin: 12px 9px 0px 0px !important;
}
#treeview_container.hummingbird-treeview{
    padding: 0px;
    margin-top: 20px;
    border: none;
    background: transparent;
    box-shadow: none;
}
#treeview_container.hummingbird-treeview ul{
    padding: 0px;
}
#treeview_container.hummingbird-treeview ul li{
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f3f4f6;
    padding: 10px 20px;
}
#treeview_container.hummingbird-treeview ul li i{
    color: #636e74;
    font-size: 16px;
    margin-right: 10px;
}
#treeview_container.hummingbird-treeview ul li label{
        margin: 0px;
    font-size: 16px;
    color: #636e74 !important;
}
#treeview_container.hummingbird-treeview ul li label input[type="checkbox"]{
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
#treeview_container.hummingbird-treeview ul li ul{
        margin-left: 45px;
}
#treeview_container.hummingbird-treeview ul li ul li{
        border: none;
    padding: 7px 10px;
    margin: 0px;
}
.padding-top-22{
        padding-top: 22px !important;
}
table.table tr td a i{
        margin-right: 0px !important;
}
table#manage-staff tr.selected, table#tble_data tbody tr.active {
       background-color: #ecedef;
}
ul.custom-nav-tabs .move-left{
    margin-left: 18%;
}
table tr th .table-staff-search{
    width: 150px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
input[type="file"].upload-file{
    height: 45px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 11px 15px;
    font-weight: 500;
        width: 100%;
}
a.download-btn-temp{
    height: 44px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 26px;
}
.btn_group{
        margin-bottom: 20px;
}
table#tble_data tr:first-child{
    background-color: #fff !important;
}
table#tble_data tr:first-child th{
        background-color: #fff;
}
.btn-holder{
    overflow: auto;
}
.input-submit-box input[type="text"]{
        padding: 5px 15px;
    border: 1px solid #ccc;
    font-weight: 500;
    height: 34px;
    border-radius: 5px;
    vertical-align: middle;
}
.input-submit-box input[type='button']{
    height: 34px;
    border: none;
}
a.inline-form-btn{
    height: 44px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 26px;
}
table .input-group-addon{
        background-color: #c5c5cc;
    border: #c5c5cc;
}
.change-pass-logo img{
        margin: 0px auto 15px auto;
    display: block;
    width: 100px;
    height: 100px;
}
#exampleModal .modal-header button{
        top: 22px;
}
.edit-student-popup .input-group input[type="text"], .edit-student-popup .input-group input[type="file"]{
    height: 45px;
    margin: 0px !important;
}
.edit-student-popup .input-group input[type="submit"]{
height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 15px;
}
#form-submit input[type="text"], #form-submit textarea{
    margin-bottom: 5px;
}
#form-submit table th{
        font-size: 16px;
}
#form1 {
    margin: 0px 30px 0px 0px !important;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
#form1 img{
    border: none;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgb(204 204 204 / 70%);
}
.img-right-text-box{
    display: inline-block;
    vertical-align: middle;
}
.img-right-text-box h3{
    font-weight: 600;
    text-transform: lowercase;
    margin: 0px 0px 15px 0px;
}
.img-right-text-box a{
display: inline-block;
    padding: 7px 15px;
    border: 1px solid #0e695e;
    color: #0e695e;
    text-decoration: none !important;
    border-radius: 5px;
}
.img-right-text-box a:hover{
    background-color: #0e695e;
    color: #fff;
}
ul.staff-details-list{
    display: inline-block;
    list-style-type: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px 30px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
}
ul.staff-details-list li{
        margin-bottom: 10px;
}
ul.staff-details-list li span{
        font-weight: 600;
    margin-right: 5px;
}
.staff-main-box-holder{
        text-align: center;
}
.float-none{
    float: none !important;
}
.mrg-btm-20{
    margin: 0px 0px 20px 0px;
}
form#feepayreport .input-group-addon{
        border: none;
}
form#frmselclass .input-group input[type="text"]{
    height: 40px;
}
form#frmselclass .input-group input[type="submit"]{
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
form#frmselclass .input-group {
    margin-bottom: 20px;
}
.mrg-btm-10{
   margin-bottom: 10px;
}
.list-group-item {
    padding: 12px 15px;
    border-left: 3px solid transparent !important;
    border: none;
    border-radius: 0px !important;
    color: #85bdb6 !important;
}
.list-group-item:hover{
    background-color: #eef9f7 !important;
    border-left: 3px solid #0e695e !important;
}
.new-input-box{
    height: 44px;
    padding: 10px 15px !important;
}
/* ul.vertical-tab{
    min-width: 140px;
    margin-right: 30px;
    border-bottom: none;
} */
ul.vertical-tab li.list-group-item{
    color: #646464 !important;
    border-radius: 4px !important;
    padding: 10px 15px;
    line-height: 27px;
    border: 1px solid #dee2e6 !important;
    position: relative;
}
ul.vertical-tab li.list-group-item:hover{
    background-color: #0e695e !important;
    color: #ffffff !important;
    border: 1px solid #0e695e !important;
}
ul.vertical-tab li.list-group-item.active{
background-color: #0e695e;
    color: #ffffff !important;
    border: 1px solid #0e695e !important;
}
ul.vertical-tab li.list-group-item.active:hover{
        background-color: #0e695e !important;
}
ul.vertical-tab li.list-group-item span{
        width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 15px;
    margin: 6px 0px;
}
.mrg-left-5{
        margin-left: 5px;
}
table.input_btn input[type="file"]{
        height: 45px !important;
    background-color: #f8f8f8 !important;
    font-size: 14px !important;
    color: #111111;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none !important;
    box-shadow: none !important;
    padding: 5px 15px;
}
table.input_btn input[type="submit"]{
        height: 44px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 26px;
    margin: 0px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.login-container-new{
    background: #e9e9e9;
    color: #7e7f7a;
}
.login-container.login-container-new .login-box .login-body{
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}
.login-container-new .login-body .change-pass-logo{
    position: absolute;
    top: -75px;
    padding: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 78px;
    background-color: #fff;
    box-shadow: 0px -4px 5px 0px #ccc;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom: 0;
}
.login-container-new .login-body .change-pass-logo img{
    margin: 0px;
    width: 90px;
    height: auto;
}
.login-container.login-container-new .login-box .login-body h3{
    margin: 40px 0px 25px 0px;
    text-align: center;
    color: #7e7f7a;
}
.login-container.login-container-new .login-box .login-body .form-control{
    background: #f1f1f1;
    font-size: 14px;
}
.login-container.login-container-new .login-box .login-body .btn_info{
        background-color: #1CAF9A;
    color: #fff;
    height: 40px;
    font-size: 16px;
}
.login-container.login-container-new .login-box .login-body .btn_info:hover{
    background-color: #2bc3ae;
}
.half-btn{
    margin-top: 26px;
}
.half-btn input[type="submit"], .half-btn button, .half-btn a{
    width: auto !important;
    margin: 0px !important;
    height: 34px !important;
    padding: 5px 12px !important;
    font-weight: normal !important;
}
.height-ff{
    /*height: 73px !important;*/
}
.new-btn{
    height: 44px;
    padding: 11px 12px !important;
    font-weight: 600 !important;
}
h3.title_text{
        font-size: 18px;
    margin: 0px 0px 20px 0px;
}
ul.msg-list-ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-radius: 5px;
    border: 1px solid #ccc;
}
ul.msg-list-ul li{
        padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: 0px;
    border-left: 0px;
}
ul.msg-list-ul li:first-child{
    border-top: 0px;
}
#divStudentInfo select, select#ids{
    width: 100%;
    height: auto !important;
}
a.link-text-btn{
        margin-right: 5px;
    font-weight: 600;
    text-decoration: none !important;
}
a.compose-btn, #btnadd, #btnmisc{
    background: linear-gradient(90deg, rgb(14 105 94) 0%, rgb(28 156 141) 48%, rgb(24 146 131) 100%)!important;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
    border: none;
}
a.compose-btn:hover, #btnadd:hover{
    background: linear-gradient(15deg, rgb(14 105 94) 0%, rgb(28 156 141) 48%, rgb(24 146 131) 100%)!important;
    color: #fff;
}
.mail-menu-btn-holder a.list-group-item{
        display: block;
    padding: 9px 20px;
    border-radius: 100px !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #646464 !important;
    transition: all .2s ease-in-out;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 23px;
    border-left: none !important;
        border: none;
}
.mail-menu-btn-holder a.list-group-item .fa{
    margin-right: 5px;
}
.mail-menu-btn-holder a.list-group-item span.badge{
    background-color: #0e695e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
}
.mail-menu-btn-holder a.list-group-item.active{
    background: rgb(243 246 249);
    color: #0f6c61 !important;
}
.mail-menu-btn-holder a.list-group-item:hover{
    background: rgb(243 246 249) !important;
    color: #0f6c61 !important;
}
.move-right{
        text-align: right;
}
.margin-bottom-10px{
margin-bottom: 10px;
    margin-top: 5px;
}
table.mail-table-inbox {
    margin-bottom: 15px;
    border-bottom: 0px !important;
}
table.mail-table-inbox tbody tr td{
        padding: 0px;
    border: none;
}
table.mail-table-inbox tbody tr td .panel-body.mail{
padding: 16px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border-left: 2px solid #36a1ea;
    border-top: none;
    border-radius: 5px;
}
table.mail-table-inbox thead tr th, table.mail-table-send thead tr th{
border: 0px;
    padding-bottom: 20px;
}
.mail .mail-item{
    border-left: 0px;
}
h3.mailbox-menu-header{
    font-size: 18px;
    color: #5c6662;
    margin: 0px 20px 20px 20px;
}
ul.mailbox-groups{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.mailbox-groups li a{
    display: block;
    padding: 9px 20px;
    border-radius: 10px;
    color: #646464;
    line-height: 23px;
    text-decoration: none !important;
}
ul.mailbox-groups li a i{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #000;
    vertical-align: middle;
    display: inline-block;
    content: '';
    margin-right: 10px;
    line-height: 23px;
}
ul.mailbox-groups li a i.mailbox-group-group{
    background: #f05154;
}
ul.mailbox-groups li a i.mailbox-group-student{
        background: #f49e31;
}
ul.mailbox-groups li a i.mailbox-group-staff{
    background: #36a1ea;
}
table.mail-table-send tbody tr{
        padding: 16px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border-left: 2px solid #36a1ea;
    border-top: none;
    border-radius: 5px;
    display: table;
    width: 100%;
}
table.mail-table-send tbody tr td{
    border: none;
}
form.compose-form input[type="text"], form.compose-form select, button.selectpicker{
    font-size: 14px;
    height: 40px;
    border-radius: 0px;
}
form.compose-form label{
display: block;
    margin: 0px 0px 5px 0px !important;
    text-align: left !important;
}
table.no-border-table{
    width: 100%;
}
table.no-border-table thead tr th div{
        font-size: 16px;
    margin-bottom: 20px;
}
table.no-border-table tbody tr td div{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 0px;
    cursor: pointer;
}
.no-margin{
    margin: 0px !important;
}
.mrg-bottom-20{
    margin-bottom: 20px !important;
}
#response > table tbody tr td{
    border-top: 0px;
}
ul li.xn-profile{
    display: none;
}
/*ul li span.xn-text {*/
/*  display: none;*/
/*}*/
.white-form table.table .bootstrap-select.form-control > button{
        background-color: #fff !important;
    box-shadow: none;
    border-radius: 5px;
}
.white-form table.sarch-result-big-table .bootstrap-select.form-control > button{
    background-color: #1CAF9A !important;
    padding: 5px !important;
    height: 29px;
}
.white-form table.sarch-result-big-table .bootstrap-select.form-contro{
    height: 29px;
}
.white-form table.sarch-result-big-table tr th{
        padding: 3px 5px;
}
.white-form table.sarch-result-big-table tr td{
    padding: 1px 2px !important;
}
.white-form table.table #btnadd{
    padding: 7px 20px;
}
table.sarch-result-big-table tbody tr th{
        vertical-align: middle;
}
.x-navigation.x-navigation-horizontal li a .fa {
    color: #424242 !important;
    font-size: 18px;
    margin: 0;
}
.mrg-t-10{
    margin-top: 10px;
}
.min-height-body{
    min-height: 900px;
}
.x-navigation.x-navigation-open li > a .fa, .x-navigation.x-navigation-open li > a .glyphicon{
        color: #fff;
}
#search_student ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 15px;
}
#search_student ul li{
        margin-bottom: 10px;
}
#search_student ul li input[type='radio']{
    margin-right: 5px;
}
#search_student input[type='submit']{
        display: inline-block;
    background-color: #f0f1f3;
    border-radius: 4px;
    text-decoration: none !important;
    color: #646464;
    font-size: 15px;
    padding: 8px 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 20px;
    border: none;
}
#search_student input[type='submit']:hover{
        background-color: #5cb85c;
    color: #ffffff;
}
.new-btn-style-radio {
    margin-bottom: 15px;
}
.new-btn-style-radio input[type='radio']{

}
.new-btn-style-radio label {
    background-color: #f0f1f3;
    color: #646464;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.new-btn-style-radio label:hover{
        background-color: #e8eae8;
}
.btn-check:checked+.btn-secondary{
    background-color: #5cb85c;
    color: #ffffff;
}
.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
#edit_div table input[type="text"]{
    background-color: #fff;
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: 1px solid #D5D5D5;
    color: #555;
    border-radius: 4px;
}
#edit_div table a.quick-link{
    color: #333;
    text-decoration: none !important;
}
#edit_div table a.quick-link:hover{
    color: #5cb85c;
}
table.head-design-table tbody tr:first-child th{
        background-color: #f0f1f3;
}
#frmpromote > table{
    margin-bottom: 0px;
}
#frmpromote > table select{
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.dropzone-custom .dz-message{
        width: 100% !important;
    background-image: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
        height: auto !important;
}
.dropzone-custom .dz-message span{
    text-align: center !important;
    font-size: 18px !important;
    padding-top: 5px;
    display: block !important;
}
.dropzone-custom{
    min-height: 36px !important;
    height: auto;
    margin-bottom: 20px;
}
.dropzone-custom .dz-error-message, .dropzone-custom .dz-error-mark{
    display: none !important;
}
.normal-weight label{
    font-weight: normal;
}
.gallery-grid{
        margin: -5px;
}
.gallery-grid a{
    width: 200px;
    height: 200px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    margin: 5px;
}
.blueimp-gallery a.close{
        background-color: transparent;
    box-shadow: none;
    right: 25px;
    top: 25px;
    padding: 0px;
}
.send-result-box h3{
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}
.send-result-box ul.control{
        padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.send-result-box ul.control li label{
font-weight: normal;
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.send-result-box ul.control li{
        margin-bottom: 5px;
}
.send-result-box ul.control li input[type="radio"]{
        width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0px !important;
}
.dummy-form-control{
       min-height: 45px;
    background-color: #f0f1f3;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
}
.dummy-form-control:before{
content: "** For Multiple Student Selection Press control and select** ";
    font-size: 12px;
}
.normal-btn{
    color: #fff !important;
    height: 34px !important;
    width: auto !important;
    padding: 6px 12px !important;
    background-color: #E04B4A !important;
}
.alert{
    position: relative;
}
.alert button{
        box-shadow: none;
    right: 5px;
    top: 13px;
    z-index: 9;
    background-color: transparent !important;
}
#class form table.custom-padding-table tbody tr td{
        padding: 6px 6px 0px 6px;
}
#class #studentlist table thead tr th{
    padding: 6px;
}
#class #studentlist table tbody tr td textarea{
        height: 34px;
}
.table-responsive table tbody tr td table.timetable-table-custom{
    border: none;
    width: 100%;
}
.table-responsive table tbody tr td table.timetable-table-custom tr th{
    border: none;
    font-size: 14px;
    padding: 5px;
    color: #262626;
}
.table-responsive table tbody tr td table.timetable-table-custom tr td{
        border: none;
    font-size: 14px;
    padding: 5px;
    background-image: url('../img/pattern.png');
}
.table-responsive table tbody tr td table.timetable-table-custom tr td table{
        background-color: #fff;
    min-height: 37px;
    box-shadow: 0px 0px 5px rgb(204 204 204 / 50%);
    border-radius: 5px;
}
.table-responsive table tbody tr td table.timetable-table-custom tr td table tbody tr td{
    background: #fff;
    border-radius: 5px;
}
.table-responsive table tbody tr td table.timetable-table-custom tr td table {
    border: none;
}
h3.custom-title-center{
        font-size: 18px;
    text-align: center;
    margin: 5px 0px 20px 0px;
}
h4.sub-design-title{
        font-weight: bold;
    margin-bottom: 15px;
    color: #444;
}
#search_result #customers2_wrapper{
        width: 100% !important;
}
form.design-inline-form button.full-width{
width: 100%;
    border: 1px solid #ccc !important;
    font-weight: 600;
    color: #333 !important;
}
form.design-inline-form button.full-width.success{
background-color: #53ca35 !important;
    color: #fff !important;
    border: 1px solid green !important;
}
table.fee-payment-table{
    border: 1px solid #ddd;
}
table.fee-payment-table thead{} 
table.fee-payment-table thead tr th{
    text-align: center;
} 
table.fee-payment-table tbody{} 
table.fee-payment-table tbody tr td{
text-align: center;
    padding: 5px 5px !important;
}
table.fee-payment-table .align-left{
    text-align: left !important;
}
table.fee-payment-table .custom-border-table{
        border-bottom: none;
    border-top: none;
    border-right: 2px solid #ddd;
}
table.fee-payment-table .custom-border-table.big-border{
    border-bottom: 2px solid #ddd;
}
table.fee-payment-table .border-bottom-none{
    border-bottom: none;
}
table.fee-payment-table .table-radio{
    margin: 0px;
    height: 28px;
}
table.fee-payment-table .table-radio input[type="radio"], table.fee-payment-table .checkbox input[type="checkbox"]{
width: 16px;
    height: 16px;
}
table.fee-payment-table .checkbox{
    margin: 0px;
}
table.fee-payment-table .switch{
    margin: 0px 5px 0px 0px;
    height: 18px;
    vertical-align: middle;
}
table.fee-payment-table .switch span {
    background-color: #eae9e9;
    width: 37px;
}
table.fee-payment-table .switch input:checked + span{
    background-color: #53ca35;
}
table.fee-payment-table .switch span:after {
    content: "";
    width: 14px;
}
table.fee-payment-table tbody tr.highlight-row td{
        background-color: #efefef;
}
 /*17-5-2021*/
 
table.fee-payment-table .switch {
position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    margin: 0px;
    text-align: initial;
}

table.fee-payment-table .switch input {display:none;}

table.fee-payment-table .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dedede;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

table.fee-payment-table .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    box-shadow: 0px 0px 2px #737272;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

table.fee-payment-table input:checked + .slider {
  background-color: #dedede;
}

table.fee-payment-table input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

table.fee-payment-table input:checked + .slider:before {
-webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

table.fee-payment-table .slider:after{
    content: '%';
    color: #333;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 10px;
    left: 30px;
    font-size: 14px;
}

table.fee-payment-table input:checked + .slider:after{  
    content: '$';
    right: 0;
    left: 21px;
}
table.fee-payment-table tbody tr td label.custom-table-chekbox{
    display: block;
    margin: 0px 0px 5px 0px;
}
table.fee-payment-table label.custom-table-chekbox input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: sub;
}
table.no-border-custom-table tr td{
    border: none;
}
table.no-border-custom-table tr td .label{
        color: #646464;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}
table.no-border-custom-table tr td input[type="text"]{
        background-color: #f8f8f8 !important;
    font-size: 14px !important;
    height: 35px !important;
    color: #111111;
}
table.no-border-custom-table tr td .input-group input[type="text"]{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background-color: #f8f8f8 !important;
    font-size: 14px !important;
    height: 35px !important;
    width: 50px;
    color: #111111;
}
table.no-border-custom-table tr td .input-group select{
        border-left: none;
        width: 105px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
        background-color: #f8f8f8 !important;
    font-size: 14px !important;
    height: 35px !important;
    color: #111111;
}
table.no-border-custom-table tr td button, table.no-border-custom-table tr td a{
        margin-top: 23px;
}
.new-table-responsive table{
    width: 1207px;
}
.subject-list-inbox .list{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 2px rgb(76 175 154 / 28%);
}
.subject-list-inbox .list .subject-name{
    display: inline-block;
    font-weight: bold;
    padding: 5px 0px;
}
.subject-list-inbox .list .work-btn{
    display: inline-block;
    float: right;
}
.subject-list-inbox .list .work-btn > a, .subject-list-inbox .list .work-btn .btn-group > a{
        position: relative;
    display: inline-block;
    color: #96a4af;
    background-color: #ebeff6;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 15px;
    text-decoration: none;
}
.subject-list-inbox .list .work-btn > a:hover, .subject-list-inbox .list .work-btn .btn-group > a:hover{
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.subject-list-inbox .list .work-btn .dropdown-menu{
    border: none;
}
.subject-list-inbox .list .work-btn .dropdown-menu a{}
.subject-list-inbox .list .work-btn a:last-child{
    margin-right: 0px;
}
.subject-list-inbox .list .work-btn a span{
        position: absolute;
    background-color: #e63636;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 3px 0px;
    text-align: center;
    font-size: 10px;
    top: 5px;
    right: -10px;
}
.subject-list-inbox .list .work-btn a.btn-one{
        background-color: rgb(255 167 44 / 70%);
    color: #fff;
}
.subject-list-inbox .list .work-btn a.btn-two{
        background-color: rgb(112 191 2 / 70%);
    color: #fff;
}
.subject-list-inbox .list .work-btn a.btn-three{
        background-color: rgb(0 190 242 / 70%);
    color: #fff;
}
.subject-list-inbox .list .work-btn a.btn-four{
        background-color: rgb(107 126 194 / 80%);
    color: #fff;
}
.subject-list-inbox .list .work-btn a.btn-five{
        background-color: rgb(106 57 136 / 66%);
    color: #fff;
}
.subject-list-inbox .list .work-btn a.btn-six{
        background-color: rgb(169 114 77 / 70%);
    color: #fff;
}
.create-assignment-popup .modal-content{
        border: none;
}
.create-assignment-popup .modal-header{
    background-color: #fff;
}
.create-assignment-popup .modal-header button{
    right: 7px;
    top: 7px;
    background: transparent;
    box-shadow: 0px 0px 3px #ccc;
    font-size: 15px;
    opacity: 1;
    color: #333;
}
.create-assignment-popup .multiselect-native-select .btn-group{
    width: 100%;
}
.create-assignment-popup .multiselect-native-select .btn-group button{
        text-align: left;

}
.create-assignment-popup .multiselect-native-select .btn-group .multiselect-container.dropdown-menu button{
    background-color: #fff;
    height: auto;
}
.create-assignment-popup .multiselect-native-select .btn-group .multiselect-container.dropdown-menu button label{
    display: inline-block;
    margin-left: 5px;
}
.create-assignment-popup .input-group-btn button.btn-info{
        background-color: #5bc0de;
        color: #fff;
}
.create-assignment-popup .input-group{
    margin-bottom: 15px;
}
.create-assignment-popup .input-group-btn a{
    height: 45px;
        padding: 12px 15px;
}
.create-assignment-popup .create-assignment-btn{
color: #fff;
    background-color: #5cb85c;
    width: auto;
    padding: 10px 45px;
}
.create-assignment-popup .ck.ck-content{
    background-color: #f0f1f3 !important;
}
.create-assignment-popup .custom-checkbox label{
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    vertical-align: middle;
}
.create-assignment-popup a.answer-link{
    margin-top: 10px;
    display: inline-block;
}
.create-assignment-popup #demo-upload .dz-error-message, .create-assignment-popup #demo-upload2 .dz-error-message{
    display: none !important;
}
.create-assignment-popup #demo-upload, .create-assignment-popup #demo-upload2{
min-height: auto;
    padding: 15px;
    border: none;
    text-align: center;
    background-color: #f0f1f3;
    color: #111111;
}
.create-assignment-popup #demo-upload .dropzone .dz-default.dz-message{}
table.v-center tr td{
    vertical-align: middle;
}
table.no-mrg{
        margin: 0px;
}
p.question-text{
        color: #0e695e;
    background-color: rgb(14 105 94 / 10%);
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
}
.ck-toolbar.ck-toolbar_grouping{
    border: 1px solid #ebeff6;
}
.ck.ck-editor__main .ck-content{
        border: 1px solid #ebeff6 !important;
}
.design-form-custom .ck-toolbar.ck-toolbar_grouping {
    border: 1px solid #ebeff6;
}
table.answer-att-table{
        width: 500px;
    margin-top: 15px;
    border: 1px solid #f1f3f7;
}
table.answer-att-table tr td{
        border-color: #f1f3f7;
}
table.answer-att-table tr td:first-child{
        width: 390px;
}
.create-assignment-btn{
    width: auto !important;
    padding: 13px 25px !important;
        background: #0e695e !important;
    background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%) !important;
    background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%) !important;
    background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%) !important;
    color: #fff !important;
}
.email-box{
        background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 4px;
    width: 680px;
    height: 396px;
    position: fixed;
    bottom: 0;
    right: 25px;
    display: none;
}
.email-box .email-box-head{
background: #0e695e; /* Old browsers */
background: -moz-linear-gradient(left,  #0e695e 0%, #00b792 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0e695e 0%,#00b792 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0e695e 0%,#00b792 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e695e', endColorstr='#00b792',GradientType=1 ); /* IE6-9 */
    cursor: move;
    padding: 20px;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.email-box .email-box-head h4{
        color: #fff;
    display: inline-block;
    margin: 0px;
}
.email-box .email-box-head a{
    float: right;
}
.email-box .email-box-body{
    padding: 16px;
}
.email-box .email-box-body .border-btm-divider, .compose-form_new .border-btm-divider{
        border-bottom: 1px solid #f0f1f3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.compose-form_new label.mail-label{
        color: #646464;
    font-size: 15px;
    font-weight: 400;
    display: block; 
}
.email-box .email-box-body label.mail-label, .compose-form_new label.mail-label{
        margin: 0px !important;
    height: 45px;
    padding: 12px 0px;
}
.compose-form_new input[type="text"], .compose-form_new .selectpicker.btn-default, .compose-form_new .fileinput, .compose-form_new select{
        height: 45px !important;
    background-color: #f0f1f3;
    color: #111111;
    border-radius: 4px !important;
    border: none;
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
}
.compose-form_new .fileinput{
    padding: 13px 14px;
}
.compose-form_new .note-editor .note-toolbar.btn-toolbar{
    background-color: #fafafa;
    padding: 7px !important;

}
.compose-form_new .note-editor .note-toolbar.btn-toolbar .btn-group{
        margin-top: 0;
}
.compose-form_new .note-editor .note-toolbar.btn-toolbar .btn-group button{
    padding: 5px;
}
.compose-form_new .note-editor{
        margin-top: 15px;
}
.compose-form_new .note-editor .note-editable{
    height: 255px !important;
    background: #f0f1f3;
}
.compose-form_new .btn-group.bootstrap-select{
    height: 45px;
}
.email-box .email-box-body .bold{
  font-weight:bold;
}
.email-box .email-box-body .italic{
  font-style :italic;
}
.email-box .email-box-body .underline{
 text-decoration: underline;
}
.email-box .email-box-body .container-text{
    height: 130px;
    background-color: #f0f1f3;
    border-radius: 4px;
    margin: 10px 0px;
    padding: 6px 12px;
}
.email-box .email-box-body a.controler{
        color: #424242;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 8px;
    display: inline-block;
}
.email-box .email-box-body input[type=submit]{
    background: #0e695e;
    background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%);
    background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%);
    background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%);
    color: #fff;
    display: inline-block;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}
.email-box .email-box-body a.draft-btn{
        display: inline-block;
    padding: 10px 30px;
    border: 1px solid #00b792;
    text-decoration: none;
    color: #00b792;
    border-radius: 5px;
}
.email-box .email-box-body a.draft-btn:hover{
border: 1px solid #0e695e;
color: #0e695e;
}
.resource-btn-group{

}
.resource-btn-group button{
        border: 1px solid #0e695e;
    color: #0e695e;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
        margin-right: 5px;
}
.resource-btn-group button.is-checked{
            background-color: #0e695e;
    color: #ffffff !important;
    box-shadow: 0px 0px 5px 0px rgb(14 105 94 / 40%);
}
.resource-tab-content, .recorded-tab-content{
        margin: 20px 0px 0px 0px;
    overflow: auto;
}
.resource-tab-content a{
    color: #0e695e;
    display: inline-block;
    border: 1px solid #f0f2f5;
    border-radius: 50px;
    padding-right: 25px;
    text-decoration: none;
}
.resource-tab-content a span{
    background-color: #f9fafb;
    color: #777777;
    height: 46px;
    width: 46px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 13px 0px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}
.resource-tab-content a.enable span{
background-color: #f9fafb;
    color: #0e695e;
    box-shadow: 0px 0px 5px #f0f1f2;
}
.resource-tab-content a.add-resource-btn, .resource-tab-content a.add-resource-btn-1{
display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px #f5f5f5;
    text-align: center;
    color: #0e695e;
    line-height: 26px;
    font-size: 20px;
    padding: 12px 0px;
}
.recorded-tab-content a.add-resource-btn, .recorded-tab-content a.add-resource-btn-1{
    display: inline-block;
    box-shadow: 0px 0px 10px #f5f5f5;
    background-color: #f9fafb;
    text-align: center;
    height: 200px;
    width: 100%;
    color: rgb(14 105 94 / 47%);
    line-height: 26px;
    font-size: 56px;
    padding: 74px 0px;
}
.recorded-tab-content .element-item{
    width: 25%;
    padding: 10px;
}
.recorded-tab-content .element-item .border{
    box-shadow: 0px 0px 10px #f5f5f5;
    min-height: 200px;
}
.recorded-tab-content .element-item iframe{
    width: 100%;
}
.recorded-tab-content .element-item h4{
    font-size: 14px;
    text-align: center;
    padding: 5px 0px;
    margin: 0px;
    font-weight: 600;
    line-height: 19px;
    color: #0e695e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.resource-tab-content .element-item{
    padding: 5px 5px;
}
.send-mail-btn{
    background: #0e695e;
    background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%);
    background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%);
    background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%);
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
}
.email-box .ck.ck-content {
    background-color: #f0f1f3 !important;
        height: 81px;
}
ul.notice-board-list{
padding: 0px;
    margin: 0px;
    list-style-type: none;
    height: 280px;
}
ul.notice-board-list li{
padding: 0px 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}
ul.notice-board-list li:last-child{
        border-bottom: none;
    margin-bottom: 0px;

}
ul.notice-board-list li i{
display: inline-block;
    background-color: #f9fafb;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: bottom;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    color: #ccc;
    box-shadow: inset 0px 0px 4px rgb(206 206 206 / 19%);
}
ul.notice-board-list li i.blue{
        background-color: #e1f1ff;
    color: #3f7afc;
}
ul.notice-board-list li i.yellow{
    background-color: #fff2d8;
    color: #ffa001;
}
ul.notice-board-list li .main-content{
display: inline-block;
    margin-left: 15px;
    max-width: 73%;
}
ul.notice-board-list li .main-content h6{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #3e4145;
}
ul.notice-board-list li .main-content p{
        margin: 0px;
    color: #2f2929;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
ul.notice-board-list li .time{
    display: inline-block;
    float: right;
    color: #bbbbbb;
    padding: 15px 0px;
}
.gold{
    color: #efce68;
}
ul.fee-split{
    padding: 0px;
    margin: 0;
    list-style-type: none;
}
.split-box {
    display: none;
    width: 100%;
    float: left;
    /* padding: 0px 10px; */
    margin-bottom: 25px;
}
table.fee-split-table tr td .table-switch-amount-holder{
        display: table;
}
table.fee-split-table tr td .table-switch-amount-holder .switch-holder{
    display: table-cell;
    vertical-align: middle;
}
table.fee-split-table tr td .table-switch-amount-holder input[type="text"]{
    width: 70px;
    display: table-cell;
}
.split-box table, .split-box table tbody tr td div{
border: none;
    text-align: left !important;
    width: auto;
}
.split-box table tr td{
        text-align: left !important;
}
.split-box table.fee-split-table .switch-holder {
    height: 34px;
    padding: 5px 5px 5px 0px;
}
.split-box table.no-border-table tr td {
    padding-left: 0px !important;
}
.split-box table.no-border-table tr td a, .split-box table.no-border-table tr td button {
    margin-top: 25px;
}
.split-box table.fee-split-table tr td .datepicker {
    width: 213px;
}
table.fee-payment-table .switch-dollar-percentage input:checked + .slider{
    background-color: #a8b0fb;
}
table.fee-payment-table .switch-dollar-percentage .slider{
    background-color: #56c8ef;
}
.custom-design-popup button.modal-popup-close {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 9;
    background-color: transparent !important;
    box-shadow: none;
    color: rgb(51 51 51 / 56%) !important;
    margin-top: 0px !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 2px solid rgb(51 51 51 / 56%);
    padding-bottom: 3px !important;
    line-height: 0px;
}
.custom-radio-btn{
        display: block;
    overflow: auto;
}
.custom-radio-btn input[type="radio"]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.custom-radio-btn .btn-secondary{
    color: #333 !important;
    background-color: #efefef;
    border-color: #efefef;
    height: 40px;
    padding: 9px 20px;
    font-weight: bold;
    display: inline-block;
    box-shadow: none !important;
    float: left;
}
.custom-radio-btn .btn-check:checked+.btn-secondary{
    background-color: #5cb85c;
    color: #fff !important;
}
.custom-radio-btn label.right-border-r{
        border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.custom-radio-btn label.left-border-m{
  border-radius: 0px;
  border-left: 1px solid #dcdcdc;
}
.custom-radio-btn label.left-border-l{
        border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid #dcdcdc;

}
table#t2 thead tr th, #cf table thead tr th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #b6b9ba;
    padding: 10px 10px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
    vertical-align: middle;
}
ul.fee-split li label{
    color: #646464;
}
.if table.fee-payment-table, .ff table.fee-payment-table, 
.ffd table.fee-payment-table, .if table.fee-payment-table tr td, 
.ff table.fee-payment-table tr td, .ftd table.fee-payment-table tr td, .ftd table.fee-payment-table{
    border: none;
    text-align: left;
    vertical-align: middle;
}
table .assign-table-switch-inline .switch-holder {
    display: inline;
}
table .assign-table-switch-inline input[type="text"] {
    display: inline;
}
table .assign-table-switch-inline .switch-dollar-percentage input:checked + .slider{
    background-color: #a8b0fb;
}
table .assign-table-switch-inline .switch-dollar-percentage .slider{
    background-color: #56c8ef;
}
ul.family-fee-select-option, ul.family-tree-select-option{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 60%;
}
 ul.family-tree-select-option{
     width: 100%;
 }
  ul.family-tree-select-option li input[type="text"]{
    width: 13.2%;
    float: right;
    margin-right: 4px;
  }
ul.family-fee-select-option li, ul.family-tree-select-option li{
    padding: 5px 0px;
    overflow: auto;
}
ul.family-tree-select-option li div{
        width: 115px;
    float: left;
}
ul.family-fee-select-option li input[type="text"]{
width: 150px;
    float: right;
    /*display: none;*/
}
.other-address-box{
display: none;
}
.room-selectbox .btn-group.bootstrap-select.show-tick.form-control, .student-selectbox .btn-group.bootstrap-select.show-tick.form-control, .section-selectbox .btn-group.bootstrap-select.show-tick.form-control{
   display: none;
}
.multiselect-native-select .btn-group{
	    display: block;
}
.multiselect-native-select .btn-group button{
	    text-align: left;
}
.multiselect-container label{
display: inline-block !important;
    margin-left: 10px !important;
}
.multiselect-container button{
    background-color: #fff !important;
    padding: 5px 0px !important;
    height: auto !important;
}
.ck.ck-content{
    background-color: #f0f1f3 !important;
}
.ck-toolbar.ck-toolbar_grouping {
    border: 1px solid #ebeff6 !important;
}
.editor-box .ck.ck-content {
    height: 119px;
    margin-bottom: 10px;
}
.student-selectbox .multiselect-container.dropdown-menu, .room-selectbox .multiselect-container.dropdown-menu{
    height: 200px;
    overflow-y: scroll;
}
@media only screen and (min-width: 320px) and (max-width: 880px){
    .subject-list-inbox .list {
    overflow: auto;
}
.subject-list-inbox .list .subject-name {
    display: block;
}
.subject-list-inbox .list .work-btn > a, .subject-list-inbox .list .work-btn .btn-group > a {
    margin: 0px 20px 10px 0px;
    vertical-align: bottom;
}
}
 @media only screen and (min-width: 320px) and (max-width: 1024px) {

     .page-topbar {
        position: fixed;
}
.wrapper {
       margin-top: 45px;
}
.page-container .page-sidebar.page-sidebar-fixed {
  width: 60px;
}
.page-sidebar.show-menu .x-navigation .xn-text{
  display: inline-block !important;
  font-size: 14px;
}
.page-sidebar .x-navigation .xn-text{
color: #424242;
   display: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1006px){
  .page-container.page-navigation-toggled .page-content {
    padding-left: 70px;
}
}
 @media only screen and (min-width: 320px) and (max-width: 1080px) {
ul.custom-nav-tabs .move-left{
    margin-left: 15px;
}
ul.custom-nav-tabs{
        overflow: auto;
}
}
 @media only screen and (min-width: 320px) and (max-width: 845px){
     .tab-menu-search {
    width: 100%;
    margin: 10px 0px !important;
     }
     .timeline-centered:before {
display: none;
}
.timeline-centered .timeline-entry {
    position: relative;
    margin: 0px;
    clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    display: none;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    margin: 0px 0px 15px 0px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .mobile-title {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
 }
  @media only screen and (min-width: 320px) and (max-width: 700px){
      .email-box{
    width: 100%;
    right: 0;
    position: absolute;
    z-index: 9999;
    height: 100%;
    overflow: scroll;
      }
  }
.multiselect-native-select .btn-group button{
    height: 45px;
    background-color: #f0f1f3;
    font-size: 14px;
    color: #111111;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    padding: 5px 15px;
    width: 100%;
}
.multiselect-native-select .btn-group button label{
    font-weight: normal;}
.change-class.col-sm-4{
    padding-left: 11px;}
.btn-primary-new{
    color: #fff !important;
    background-color: #4381b5 !important;}
.btn-primary-new:hover{
    color: #fff !important;
    background-color: #4381b5 !important;}
table.custom-table tr td a{
    color: #fff !important;
}
table.custom-table tr td a i{
        margin-right: 0px !important;
}
table.custom-table tr td a:hover{
    opacity: .9;
}
table.custom-table tr td a.btn-one{
        background-color: #007bff;
}
table.custom-table tr td a.btn-two{
    background-color: #138496;
}
table.custom-table tr td a.btn-three{
    background-color: #28a745;
}
table.custom-table tr td a.btn-four{
    background-color: #e6af09;
}
table.custom-table tr td a.btn-five{
    background-color: #dc3545;
}
table.custom-table tr td .inline-radio{
    display: inline-block;
    padding-left: 5px;
    vertical-align: inherit;
}
table.custom-table tr td .inline-radio span{
        display: block;
    font-size: 12px;
    font-weight: 700;
}
table.custom-table tr td .switch{
    margin: 0px 5px 0px 0px;
    height: 18px;
    vertical-align: middle;
}
table.custom-table tr td .switch span {
    background-color: #eae9e9;
    width: 37px;
}
table.custom-table tr td .switch input:checked + span{
    background-color: #53ca35;
}
table.custom-table tr td .switch span:after {
    content: "";
    width: 14px;
}
table.custom-table tr td .switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 22px;
    margin: 0px;
    text-align: initial;
    font-weight: normal;
}

table.custom-table tr td .switch input {display:none;}
table.custom-table tr td .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1cbf42;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

table.custom-table tr td .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    box-shadow: 0px 0px 2px #737272;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

table.custom-table tr td input:checked + .slider {
  background-color: #dedede;
}

table.custom-table tr td input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

table.custom-table tr td input:checked + .slider:before {
-webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
}

table.custom-table tr td .slider:after{
content: 'Yes';
    color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 11px;
    left: 39px;
    font-size: 14px;
}

table.custom-table tr td input:checked + .slider:after{  
    content: 'No';
    right: 0;
    left: 28px;
    color: #333;
}
#openModal2 .popup-head{
        position: relative;
}
#openModal2 .popup-head a{
        top: 0;
    right: 0;
    box-shadow: none;
}
#openModal2 .popup-head h4{
        margin: 0px 0px 20px 0px;
    text-align: left;
}
#openModal2 .students{
           width: 33%;
    display: none;
    float: left;
        padding: 0px 10px 15px 10px;
        margin: 0px 0px 20px 0px;
}
#openModal2 .students h3, #openModal2 .Homeroom-list h3{
        font-size: 14px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
#openModal2 .students ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 5px;
}
#openModal2 .students ul li{
     padding: 5px 10px;
}
.popup-head{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.popup-head h4{
    margin: 0px !important;
}
.popup-head a{
    right: 15px !important;
    top: 12px !important;
}
.popup-body{
    padding: 15px;
    overflow: auto;
}
#openModal2 .students h3, #openModal2 .Homeroom-list h3{
        font-size: 14px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}
.Homeroom-list ul{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0px 20px 0px !important;
    padding: 0px;
    list-style-type: none;

}
.Homeroom-list{
        width: 100% !important;
}
.Homeroom-list ul li{
        padding: 5px !important;
    border-bottom: 1px solid #ccc;
}
.Homeroom-list ul li:last-child{
     border-bottom: none;
}
.Homeroom-list ul li input[type="checkbox"]{}
.schedule-exam-popup .modal-content{
    border: none;
    border-radius: 5px;
}
table.exam-table-custom input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
table.exam-list-table .form-control{
    height: 34px;
    background-color: #f8f8f8 !important;
    border: none;
}
table.exam-list-table tr td .btn-success:hover{
    background-color: #449d44;
}
table.fulltable-editable thead tr th input[type="text"]{
display: none;
}
ul.exam-final-list{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.exam-final-list li{}
ul.exam-final-list li a{
display: block;
    padding: 10px 15px;
    color: #424242;
    text-decoration: none;
}
ul.exam-final-list li a:hover, ul.exam-final-list li.active a{
       background: #f9fafb;
}
ul.exam-final-list li a span{
    font-weight: bold;
    margin-right: 10px;
}
.tab-content div.cc{
  display: none;
}
.tab-content div.cc table{
    width: 1300px;
    overflow: scroll;
    max-width: initial;
}
label.all-in-one-label{
    font-weight: normal;
    display: block;
    margin: 0px;
}
label.all-in-one-label input[type="checkbox"]{
    vertical-align: text-bottom;
    margin-right: 3px;
}
table tbody tr td.all-in-one-table{
padding: 0px;
}
table tbody tr td.all-in-one-table table, table tbody tr td.all-in-one-table-a table, table tbody tr td.all-in-one-table-b table{
    width: 500px;
    margin: auto;

}
table tbody tr td.all-in-one-table table tr td, table tbody tr td.all-in-one-table-a table tr td, table tbody tr td.all-in-one-table-b table tr td{
    width: 166px;
}
table tbody tr td.all-in-one-table table tr td:first-child{

}
table tbody tr td.all-in-one-table table tr td:last-child{

}
ul.list-group li .switch-holder{
  display: inline-block;
  float: right;
}

ul.list-group li .switch{
  margin: 0px 5px 0px 0px;
  height: 18px;
  vertical-align: middle;
}
ul.list-group li .switch span {
  background-color: #eae9e9;
  width: 37px;
}
ul.list-group li .switch input:checked + span{
  background-color: #53ca35;
}
ul.list-group li .switch span:after {
  content: "";
  width: 14px;
}
ul.list-group li .switch {
position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  margin: 0px;
  text-align: initial;
}

ul.list-group li .switch input {display:none;}
ul.list-group li .switch-dollar-percentage input:checked + .slider{
  background-color: #1bdf6e;
}
ul.list-group li .switch-dollar-percentage .slider{
  background-color: #f0f1f3;
}

ul.list-group li .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dedede;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

ul.list-group li .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  box-shadow: 0px 0px 2px #737272;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
ul.list-group li .slider:after{
  content: '';
  color: #333;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 10px;
  left: 30px;
  font-size: 14px;
}
ul.list-group li input:checked + .slider:before {
  -webkit-transform: translateX(22px);
      -ms-transform: translateX(22px);
      transform: translateX(22px);
  }
  ul.list-group li{
    padding: 8px 0px;
    list-style-type: none;
  }
  ul.list-group li .fa{
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
  }
.shepherd-element{
  max-width: 300px !important;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 18%) !important;
}
.shepherd-element .shepherd-header{
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6;
}
.shepherd-element .shepherd-header h3{
  color: #565252;
  font-size: 14px;
  font-weight: 600;
}
.shepherd-element .shepherd-header button{
  /* color: #fff !important; */
}
.shepherd-element .shepherd-arrow:before{
  background: #fff !important;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.shepherd-element .shepherd-text{
  font-size: 14px;
}
.shepherd-element .shepherd-footer button{
  background: #0e695e;
  background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%);
  background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%);
  background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%);
  color: #fff;
  display: inline-block;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}
.shepherd-element .shepherd-footer button:hover{
  background: #0e695e;
  background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%) !important;
  background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%) !important;
  background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%) !important;
  color: #fff !important;
}
.shepherd-element .shepherd-footer button.hide-me-btn{
  border-radius: 50px;
  width: 30px;
  height: 29px;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 10px;
  background: #cdcdcd;
  color: #333;
}
.shepherd-element .shepherd-footer button.hide-me-btn:hover{
  background: #cdcdcd !important;
  color: #333 !important;
}
#ajax-sub-menu{
  margin-top: 60px;
      padding: 15px;
  }
  ul.ajax-submenu-list, ul.ajax-submenu-popup{
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      white-space: nowrap;
      position: relative;
      /*overflow-x: auto;*/
  }
  ul.ajax-submenu-list:after{
  content: "";
      width: 20px;
      height: 46px;
      position: fixed;
      display: block;
      right: 0px;
      top: 73px; 
      background-color: #f9fafb;
      background: linear-gradient( 
  90deg
   , rgba(2,0,36,0) 0%, rgba(249,250,251,1) 50%);
      z-index: 9;
  }
  ul.ajax-submenu-list li, ul.ajax-submenu-popup li{
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px;
  }
  ul.ajax-submenu-list li:last-child::after{
    content:"";
    display: inline-block;
    /* margin-right: 50px;
    width: 50px;
    height: 20px; */
  }
  ul.ajax-submenu-list li > div, ul.ajax-submenu-popup li > div{
      padding: 7px 20px;
      background-color: #fff;
      border: 1px solid #f3f4f6;
      cursor: pointer;
      margin-bottom: 10px;
      margin-top: 5px;
      border-radius: 50px;
      height: 45px;
      display: inline-block;
  }
  ul.ajax-submenu-list li div a, ul.ajax-submenu-popup li > div a{
    color: #22262e;
    text-decoration: none;
  }
  ul.ajax-submenu-list li.active div, ul.ajax-submenu-popup li.active div{
    background-color: #1CAF9A;
    border: 1px solid #1CAF9A;
    box-shadow: 0px 0px 5px 1px rgb(28 175 154 / 40%) !important;
  }
  ul.ajax-submenu-list li.active div a, ul.ajax-submenu-popup li.active div a{
    color: #fff;
  }
  ul.ajax-submenu-list li.active div i, ul.ajax-submenu-popup li.active div i{
    color: #fff !important;
  }
  ul.ajax-submenu-list li div i, ul.ajax-submenu-popup li div i{
    font-size: 25px;
    line-height: 25px; 
      vertical-align: middle;
      margin-right: 5px;
      height: 28px;
  }
  ul.ajax-submenu-list li:nth-child(1) > div i,   ul.ajax-submenu-popup li:nth-child(1) > div i{
          color: #2b9fee;
  }
  ul.ajax-submenu-list li:nth-child(1) > div, ul.ajax-submenu-popup li:nth-child(1) > div{
    box-shadow: 0px 0px 5px 1px rgb(43 159 238 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(2) > div i, ul.ajax-submenu-popup li:nth-child(2) > div i{
          color: #fc2427;
  }
   ul.ajax-submenu-list li:nth-child(2) > div, ul.ajax-submenu-popup li:nth-child(2) > div{
    box-shadow: 0px 0px 5px 1px rgb(252 36 39 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(3) > div i{
          color: #b40086;
  }
  ul.ajax-submenu-list li:nth-child(3) > div{
    box-shadow: 0px 0px 5px 1px rgb(180 0 134 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(4) > div i{
          color: #fcff07;
  }
  ul.ajax-submenu-list li:nth-child(4) > div{
    box-shadow: 0px 0px 5px 1px rgb(252 255 7 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(5) > div i{
          color: #f554c7;
  }
  ul.ajax-submenu-list li:nth-child(5) > div{
    box-shadow: 0px 0px 5px 1px rgb(245 84 199 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(6) > div i{
          color: #19ce07;
  }
  ul.ajax-submenu-list li:nth-child(6) > div{
    box-shadow: 0px 0px 5px 1px rgb(25 206 7 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(7) > div i{
          color: #04f7d3;
  }
  ul.ajax-submenu-list li:nth-child(7) > div{
    box-shadow: 0px 0px 5px 1px rgb(4 247 211 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(8) > div i{
          color: #ff9846;
  }
  ul.ajax-submenu-list li:nth-child(8) > div{
    box-shadow: 0px 0px 5px 1px rgb(255 152 70 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(9) > div i{
          color: #00978a;
  }
  ul.ajax-submenu-list li:nth-child(9) > div{
    box-shadow: 0px 0px 5px 1px rgb(0 151 138 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(10) > div i{
          color: #ea9e26;
  }
  ul.ajax-submenu-list li:nth-child(10) > div{
    box-shadow: 0px 0px 5px 1px rgb(234 158 38 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(11) > div i{
          color: #7342b6;
  }
  ul.ajax-submenu-list li:nth-child(11) > div{
    box-shadow: 0px 0px 5px 1px rgb(115 66 182 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(12) > div i{
          color: #a6a6a6;
  }
  ul.ajax-submenu-list li:nth-child(12) > div{
    box-shadow: 0px 0px 5px 1px rgb(166 166 166 / 40%);  
  }
  ul.ajax-submenu-list li:nth-child(13) > div i{
          color: #7b5444;
  }
  ul.ajax-submenu-list li:nth-child(13) > div{
    box-shadow: 0px 0px 5px 1px rgb(122 82 67 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(14) > div i{
          color: #589708;
  }
  ul.ajax-submenu-list li:nth-child(14) > div{
    box-shadow: 0px 0px 5px 1px rgb(88 151 8 / 40%); 
  }
  ul.ajax-submenu-list li:nth-child(15) > div i{
          color: #f7ae94;
  }
  ul.ajax-submenu-list li:nth-child(15) > div{
    box-shadow: 0px 0px 5px 1px rgb(247 174 148 / 40%); 
  }
  ul.ajax-submenu-list li div span{
    vertical-align: middle;
  }
  ul.ajax-submenu-list .mCSB_container{
          margin-bottom: -0px !important;
  }
  ul.ajax-submenu-list li:last-child::after {
    content: "";
    display: inline-block;
    margin-right: 50px;
    width: 50px;
    height: 20px;
}
  button.toggle-menu-btn{
  float: left;
      background-color: transparent;
      border: none;
      padding: 15px 17px;
  }
  button.toggle-menu-btn:hover{
          background: rgba(33, 33, 33, 0.1);
  }
  /*button.toggle-menu-btn span{*/
  /*    background-color: #424242;*/
  /*    display: block;*/
  /*    width: 25px;*/
  /*    height: 3px;*/
  /*    margin: 5px 0px;*/
  /*    border-radius: 16px;*/
  /*}*/
  .page-sidebar.show-menu{
          width: 220px !important;
  }
  .page-sidebar.show-menu .x-navigation.x-navigation-minimized .xn-text {
     display: inline-block !important;
  }
  .assignment_question_box, .assignment_not_submit_box{
    margin: 10px 0px;
}
.assignment_question_box .btn-group button{
    border: 1px solid #eaeaec;
}
.assignment_question_box .btn-group button:hover{
    background-color: #f0f1f3 !important;
}
.assignment_question_box .btn-group ul.dropdown-menu {
    padding: 0px;
}
.assignment_question_box .btn-group ul.dropdown-menu li{
padding: 0px !important;
margin: 0px !important;
}
.assignment_question_box .btn-group ul.dropdown-menu li a{
border: none;
padding: 10px 5px;
}
.assignment_question_box .btn-group ul.dropdown-menu li span{
    width: 8px;
height: 8px;
display: inline-block;
border-radius: 5px;
margin: 2px 5px;
vertical-align: middle;
}
.assignment_question_box .btn-group ul.dropdown-menu li span.red{
background-color: red;
}
.assignment_question_box .btn-group ul.dropdown-menu li span.green{
    background-color: #14ce14;
}
.assignment_question_box .btn-group ul.dropdown-menu li span.orange{
background-color: orange;
}
.assignment_question_box .question-box, 
.assignment_not_submit_box .question-box{
border: 1px dashed #e8e9ea;
padding: 8px;
border-radius: 5px;
margin-bottom: 15px;
}
.assignment_question_box .question-box h3,
.assignment_not_submit_box .question-box h3{
font-size: 18px;
margin: 0px 0px 10px 0px;
}
.assignment_question_box .question-box p,
.assignment_not_submit_box .question-box p{}
.answer_box{
    /*margin-top: 20px;*/
}
.assignment_question_box .std_list_btn ul,
.assignment_not_submit_box .std_list_btn ul{
padding: 0px;
margin: 0px;
list-style-type: none;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li, 
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li{
    padding: 0px !important;
border: none !important;
    display: block;
        margin: 0px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li a,
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li a{
padding: 6px 0px;
display: block;
text-decoration: none;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li a.active,
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li a.active{
font-weight: bold;
}
.std_list_btn span.dot {
  margin: 0px 5px;
  position: absolute;
  right: 0;
  top: 40%;
}
span.dot{
  width: 8px;
  height: 8px; 
  display: inline-block;
  
  border-radius: 5px;
  margin-right: 5px;
}
span.dot.green{
  background-color: #76b631;
}
span.dot.red{
  background-color: red;
}
span.dot.orange{
  background-color: orange;
}
.std_list_btn ul li {
  position: relative;
}
  
  
  
  button.toggle-menu-btn span {
      display: block;
      background-color: #4f4f4f;
      height: 3px;
      width: 25px;
      margin-top: 5px;
      margin-bottom: 5px;
      position: relative;
      left: 0;
      opacity: 1;
      transition: all 0.35s ease-out;
      transform-origin: center left;
  }
  
  button.toggle-menu-btn span:nth-child(1) {
      margin-top: 0.3em;
  }
  
  button.toggle-menu-btn:not(.collapsed) span:nth-child(1) {
      transform: translate(15%, -33%) rotate(45deg);
  }
  
  button.toggle-menu-btn:not(.collapsed) span:nth-child(2) {
      opacity: 0;
  }
  
  button.toggle-menu-btn:not(.collapsed) span:nth-child(3) {
      transform: translate(15%, 33%) rotate(-45deg) ;
  }
  
  button.toggle-menu-btn span:nth-child(1) {
      transform: translate(0%, 0%) rotate(0deg) ;
  }
  
  button.toggle-menu-btn span:nth-child(2) {
      opacity: 1;
  }
  
  button.toggle-menu-btn span:nth-child(3) {
      transform: translate(0%, 0%) rotate(0deg) ;
  }
  h3.page-nav-title{
  color: #111111;
      font-size: 20px;
      float: left;
      margin: 19px 0px;
  }
.mCSB_scrollTools .mCSB_draggerContainer {
  right: -8px !important;
}
ul.ajax-submenu-list .mCSB_dragger_bar {
  background-color: rgb(137 136 136 / 20%) !important;
  margin: 12px 0px 0px 0px !important;
}
ul.show-ul{
  width: 250px !important;
}
/* 26-8-2021 */
.shake-new{
  animation: wiggle .1s infinite alternate;
  transform-origin: center 60%;
}
@keyframes wiggle {
  0% { transform: rotate(-8deg); }
  100% { transform: rotate(8deg); }
}

ul#tab-list{
  margin: 0px;
  }
  ul#tab-list li.active a button{
      color: #fff !important;
  }
  /* ul#tab-list li:first-child{
      display: none;
  } */
  ul#tab-list li:first-child a{}
  ul#tab-list li button{}
  ul#tab-list li a button{
          position: relative;
      box-shadow: none;
      float: none;
      vertical-align: middle;
      top: 0;
      text-align: right;
      margin-left: 5px;
      height: 16px;
      opacity: 1;
      vertical-align: top;
      
  }
  ul#tab-list li a:hover button{
      opacity: .5;
      color: #fff !important;
  }
  h3.sms-title{
    margin: 5px 0px 20px 0px;
    font-size: 20px;
    overflow: auto;
  }
  h3.sms-title span{
    padding: 7px 0px;
    display: inline-block;
    font-weight: 600;
  }
  h3.sms-title input[type="button"]{
    display: inline-block;
    background-color: #f0f1f3;
    border-radius: 4px;
    text-decoration: none !important;
    color: #646464;
    font-size: 15px;
    padding: 8px 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
    border: none;
  }
  h3.sms-title input[type="button"]:hover{
    background-color: #5cb85c;
    color: #ffffff;
  }
  .custom-sm-popup{

  }
  .custom-sm-popup .pop-box{
    padding: 0px;
  }
  .custom-sm-popup .pop-box .pop-head{
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  .custom-sm-popup .pop-box .pop-head a{
    margin-right: 11px;
    margin-top: 5px;

  }
  .custom-sm-popup .pop-box .pop-head h4{
    margin: 0px;
    font-weight: bolder;
    font-size: 18px;
  }
  .custom-sm-popup .pop-box .pop-body{
    padding: 15px;
  }
  .custom-sm-popup .pop-box .pop-body label{
    margin: 0px 10px 0px 0px;
    font-size: 16px;
    font-weight: 200;
  }
  .custom-sm-popup .pop-box .pop-body .btn-success{
    margin: 15px 0px 0px 0px !important;
  }
  h3.col-3-title{
    margin-bottom: 20px;
    border-bottom: 1px dashed #eae7e7;
  }


.enable-disable-switch .switch{
    margin: 0px 5px 0px 0px;
    height: 18px;
    vertical-align: middle;
}
.enable-disable-switch .switch span {
    background-color: #eae9e9;
    width: 37px;
}
.enable-disable-switch .switch input:checked + span{
    background-color: #53ca35;
}
.enable-disable-switch .switch span:after {
    content: "";
    width: 14px;
} 
.enable-disable-switch .switch {
position: relative;
    display: inline-block;
    width: 92px;
    height: 22px;
    margin: 0px;
    text-align: initial;
}
.enable-disable-switch .switch input {display:none;}
.enable-disable-switch .slider{
  background-color: #56c8ef;
}

.enable-disable-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dedede;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.enable-disable-switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  box-shadow: 0px 0px 2px #737272;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.enable-disable-switch input:checked + .slider {
background-color: #dedede;
}

.enable-disable-switch input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

.enable-disable-switch input:checked + .slider:before {
  -webkit-transform: translateX(69px);
  -ms-transform: translateX(69px);
  transform: translateX(69px);
}

.enable-disable-switch .slider:after{
  content: 'Disabled';
  color: #333;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 10px;
  left: 50px;
  font-size: 14px;
  font-weight: 500;
}

.enable-disable-switch input:checked + .slider:after {
  content: 'Enabled';
  right: 0;
  left: 35px;
}
.enable-disable-switch{    
  display: inline-block;
  padding: 9px 0px 9px 9px;
}
.enable-disable-switch span{

}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
  background-color: #eeeeee !important;
}
table.fee-payment-table .switch-plus-minus .slider:after{
  content: '-';
  font-size: 23px;
}
table.fee-payment-table .switch-plus-minus input:checked + .slider:after{
  content: '+';
  font-size: 19px; 
  
}
table.fee-payment-table .switch-plus-minus input:checked + .slider{
  background-color: rgb(77 236 149 / 78%);
}
table.fee-payment-table .switch-plus-minus .slider{
  background-color: rgb(239 86 86 / 78%);
}
.custom-nav-tabs .enable-disable-switch .slider{
  background-color: rgb(239 86 86 / 78%);
}
.custom-nav-tabs .enable-disable-switch input:checked + .slider{
  background-color: rgb(77 236 149 / 78%);
}
table.asign-table-custom tr td .multiselect-container.dropdown-menu{
  min-width: 227px;
  left: -107px;
}
#openModal2 .students.show-all-time{
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 1335px) {
  #Discount_form table{
    width: 1230px;
    max-width: initial;
  }
}
.imgUp .imagePreview {
  background-position: center center;
background:url('https://ecms.paytracker.com.au/admin/img/dummy-img.jpg');
background-color:#fff;
  background-size: cover;
background-repeat:no-repeat;
display: block;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    width: 250px;
    height: 250px;
    margin: auto auto 20px auto;
}
.imgUp
{
margin-bottom:15px;
}
.imgUp .del
{
position:absolute;
top:0px;
right:15px;
width:30px;
height:30px;
text-align:center;
line-height:30px;
background-color:rgba(255,255,255,0.6);
cursor:pointer;
}
.imgUp .imgAdd
{
width:30px;
height:30px;
border-radius:50%;
background-color:#4bd7ef;
color:#fff;
box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
text-align:center;
line-height:30px;
margin-top:0px;
cursor:pointer;
font-size:15px;
}
ul.top-nav-list li ul.t-dropdown{
  background: #fff;
}
ul.top-nav-list li ul.t-dropdown li{
  padding: 0px;
}
ul.top-nav-list li ul.t-dropdown li a{
  width: 100% !important;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  padding: 5px 10px !important;
  color: rgba(118, 118, 118, 1.0) !important;
  border-bottom-color: rgb(18 20 24 / 14%);
}
ul.top-nav-list li ul.t-dropdown:after{
  border-bottom-color: #ccc;
}
.btn-danger.Remove-icon-btn{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-danger.Remove-icon-btn:before{
  content: "\f014";
}
.user-guide-box{
  /* display: inline-block; */
  display: none;
  position: absolute;
  width: 478px;
  right: 15px;
  top: 45px;
}
.user-guide-box .user-guide-box-head a.user-guide-box-close-btn{
  position: absolute;
  top: 0;
  right: 15px;
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: #424242;
  margin: 2px 0px;
}
.user-guide-box .user-guide-box-head a.user-guide-box-close-btn img{
  width: 14px;
  margin: 12px 9px;
}
.user-guide-box .user-guide-box-head{
  height: 40px;
}
.user-guide-box .user-guide-box-head input[type="text"]{
  width: 100%;
  padding: 6px 90px 6px 15px;
  border: none;
  font-size: 16px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #1caf9a;
}
.user-guide-box .user-guide-box-head button[type="submit"]{
  position: absolute;
  top: 4px;
  right: 52px;
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  padding: 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px;
}
.user-guide-box .user-guide-box-body{
  background-color: #ffff;
  padding: 10px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 21%);
  position: absolute;
  width: 100%;
  right: 0px;
  display: none;
  height: 500px;
  overflow: auto;
}
.user-guide-box .user-guide-box-body ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.user-guide-box .user-guide-box-body ul li{
  display: block;
  margin: 10px 0px;
}
.user-guide-box .user-guide-box-body a{
  font-weight: 600;
  color: #424242;
  box-shadow: none;
  padding: 10px 10px;
  display: block;
  text-decoration: none;
}
.user-guide-box .user-guide-box-body .panel{
  border: none !important;
  margin: 0px !important;
}
.user-guide-box .user-guide-box-body .panel-body{
  padding: 10px;
}
.user-guide-box .user-guide-box-body h3{
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.user-guide-box .user-guide-box-body h4{
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 17px;
  margin-left: 15px;
}
.user-guide-box .user-guide-box-body p{
  margin-bottom: 15px;
  margin-left: 15px;
}
.user-guide-box .user-guide-box-body p span{
  font-weight: 600;
  color: #ee4747;
  margin-bottom: 10px;
  display: inline-block;
}
table.border_table thead tr th{
  border-bottom: 1px;
}
table.border_table tbody tr.highlight td{
  background-color: #1caf9a;
  color: #fff;
}
table.border_table tbody tr.highlight td .btn{
  background-color: transparent !important; 
  border: 1px solid #fff !important;
}
/*table.border_table tbody tr.highlight td:first-child{*/
/*  border-left: 1px solid blue;*/
/*}*/
/*table.border_table tbody tr.highlight td:last-child{*/
/*  border-right: 1px solid blue;*/
/*}*/
.profile .profile-image > div{
  height: 100px;
    width: 100px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* price table */
.price-table {
  padding: 50px 30px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
  box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
}
.price-table::before {
  background: #fafaff;
  content: "";
  height: 300px;
  left: -25%;
  position: absolute;
  top: -10%;
  transform: rotate( -10deg );
  width: 150%;
}
.price-table .price-header, .price-table .price-body {
  position: relative;
  z-index: 99;
  min-height: 111px;
}
.price-table .price-value h2, .price-table .price-value-two h2 {
  /* font-family: 'Poppins-Medium'; */
  color: #232323;
  font-size: 20px;
  margin: 0px;
  line-height: 35px;
}
.price-table .price-value h2 span, .price-table .price-value-two h2 span {
  color: #232323;
  font-size: 26px;
  font-weight: bolder;
  vertical-align: middle;
}
.price-table .package-radio .btn-outline-primary.left-radio {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.price-table .package-radio .btn-outline-primary {
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid #ccc;
  margin: 20px 0px;
  appearance: none;
  cursor: pointer;
  outline: none;
  color: #232323;
  outline: none;
  box-shadow: none;
}
.price-table .package-radio .btn-check:active+.btn-outline-primary, .price-table .package-radio .btn-check:checked+.btn-outline-primary, .price-table .package-radio .btn-check:active+.btn-outline-primary:hover, .price-table .package-radio .btn-check:checked+.btn-outline-primary:hover {
  background-color: #3dbff1;
  color: #fff;
}
.price-table .package-radio .btn-outline-primary.right-radio {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: none;
}
.price-table .content-para {
  min-height: 449px;
}
.price-table .content-para p {
  color: #5f5f5f;
  font-size: 16px;
}
.price-table .price-body .form-check {
  display: block;
}
.price-table .price-body .form-check input[type="checkbox"].form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
.price-table .price-body .form-check label{
  vertical-align: middle;
    margin: 5px 0px 0px 0px !important;
    font-size: 16px;
    font-weight: normal;
}
.confirm_selection {
  animation: glow1 .50s infinite alternate;
}
@keyframes glow1 {
  to {
      text-shadow: 1px 1px 2px #3dbff1;
  }
}
.price-table .btn-group-select .btn-outline-primary {
  font-size: 16px;
  padding: 12px 30px;
  border: 1px solid #3dbff1;
  border-radius: 46px !important;
  margin: 10px 0px 0px 0px;
  appearance: none;
  cursor: pointer;
  outline: none;
  color: #3dbff1;
  box-shadow: none !important;
}
.price-table .btn-group-select .btn-check:checked+.btn-outline-primary {
  background: linear-gradient( 45deg ,#63cbf5 0%,#18afed 100%);
  color: #fff;
}
.time-out-popup{
  text-align: center;
}
.time-out-popup img{
   width: 100px;
}
.time-out-popup h4{
    font-weight: 600;
font-size: 25px;
margin: 15px 0px;
color: #42585a;
}
.time-out-popup p {
font-size: 18px;
margin-bottom: 20px;
}
.time-out-popup p span{
    font-size: 20px;
    font-weight: 600;
    color: #1caf9a;
}
.time-out-popup .footer-popup .btn{
padding: 10px 25px;
background: rgb(28,175,154);
color: #fff !important;
border-radius: 50px;
margin: 0px 5px 10px 5px;
}



ul.ajax-submenu-list li > div .switch, .form-switch .switch{
  margin: 0px 5px 0px 0px;
  height: 18px;
  vertical-align: middle;
}
ul.ajax-submenu-list li div .switch span, .form-switch .switch span {
  background-color: #eae9e9;
  width: 37px;
}
ul.ajax-submenu-list li div .switch input:checked + span, .form-switch .switch input:checked + span{
  background-color: #53ca35;
}
ul.ajax-submenu-list li > div .switch span:after, .form-switch .switch span:after {
  content: "";
  width: 14px;
}
ul.ajax-submenu-list li > div .switch, .form-switch .switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin: 0px;
  text-align: initial;
  font-weight: normal;
}
ul.ajax-submenu-list li > div .switch input, .form-switch .switch input {display:none;}
ul.ajax-submenu-list li > div .slider:before, .form-switch .slider:before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  box-shadow: 0px 0px 2px #737272;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
ul.ajax-submenu-list li div input:checked + .slider, .form-switch input:checked + .slider{
background-color: #1cbf42;
}
ul.ajax-submenu-list li div input:focus + .slider, .form-switch input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
ul.ajax-submenu-list li > div input:checked + .slider:before, .form-switch input:checked + .slider:before {
-webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
ul.ajax-submenu-list li > div .slider:after, .form-switch .slider:after{
content: '';
  color: #fff;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 11px;
  left: 39px;
  font-size: 14px;
}
ul.ajax-submenu-list li > div .slider, .form-switch .slider{
    height: 22px;
    border-radius: 50px;
    margin-left: 5px;
}
ul.ajax-submenu-list li > div input:checked + .slider:after, .form-switch input:checked + .slider:after{  
  content: '';
  right: 0;
  left: 28px;
  color: #333;
}
ul.ajax-submenu-list li div .slider, .form-switch .slider{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0; 
  right: 0;
  bottom: 0;
  background-color: #f6483b;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}



#welcomeDiv, #welcomeDiv2{
  position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 999;
background-color: rgb(0 0 0 / 70%);
  overflow-x: hidden;
overflow-y: auto;
}
#welcomeDiv .create-assignment-popup, #welcomeDiv2 .create-assignment-popup{
  width: 900px;
margin: 50px auto;
}
#welcomeDiv .create-assignment-popup .modal-body, #welcomeDiv2 .create-assignment-popup .modal-body{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #fff;
}
#calendar-new{
  /*margin-top: 25px;*/
}
#calendar-new .fc-header-toolbar button, #calendar-new1 .fc-header-toolbar button, .calendar .fc-toolbar button{
  background: #0e695e !important;
background: -moz-linear-gradient(top, #0e695e 0%, #00b792 100%) !important;
background: -webkit-linear-gradient(top, #0e695e 0%,#00b792 100%) !important;
background: linear-gradient(to bottom, #0e695e 0%,#00b792 100%) !important;
color: #fff !important;
height: 34px;
padding: 5px 15px;
border-color: #1bbd9b;
}
#calendar-new .fc-header-toolbar button:hover, #calendar-new1 .fc-header-toolbar button:hover{
opacity: .9;
}
#calendar-new .fc-header-toolbar h2.fc-toolbar-title, #calendar-new1 .fc-header-toolbar h2.fc-toolbar-title{
  font-size: 18px;
text-transform: capitalize;
}
#calendar-new table.fc-col-header tr th a, #calendar-new1 table.fc-col-header tr th a{
  color: #333;
font-size: 16px;
  text-decoration: none;
}
.progress-holder{
  position: relative;
}
.progress-holder .circular-progress{
position: absolute;
width: 45px;
height: 45px;
border-radius: 50px;
border: 3px solid #4d9fff;
padding: 10px 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
top: -12px;
}
.progress-holder .circular-progress p{
    margin: 0px;
}
.progress-holder .slider{
    padding-left: 60px;
}
.progress-holder .slider input[type=range] {
display: block;
width: 100%;
opacity: .7;
}

.l-m-left-filter{
    height: 37px;
    margin-bottom: 15px;
}
.l-m-left-filter ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.l-m-left-filter ul li{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.l-m-left-filter ul li ul li{
    display: block;
    float: none;
    margin: 0px;
}
.l-m-left-filter ul li ul li a{
    background-color: #fff !important;
    color: #333;
}
.l-m-left-filter ul li a{
    display: block;
    padding: 6px 20px;
    height: 34px;
    /*border-radius: 50px;*/
    overflow: hidden;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
}
    .std_list_btn span.dot {
    margin: 0px 5px;
    position: absolute;
    right: 0;
    top: 40%;
}
    .std_list_btn ul li{
            position: relative;
    }
.l-m-left-filter ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.l-m-left-filter ul li a:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.l-m-left-filter ul li:nth-child(1) a {
   background-color: rgb(186 110 180 / 81%);
}
.l-m-left-filter ul li:nth-child(1) a:hover:before, .l-m-left-filter ul li.active:nth-child(1) a{
    background-color: rgb(186 110 180 / 81%);
}
.l-m-left-filter ul li:nth-child(2) a {
  background-color: rgb(112 191 2 / 70%);
}
.l-m-left-filter ul li:nth-child(2) a:hover:before, .l-m-left-filter ul li.active:nth-child(2) a{
    background-color: rgb(112 191 2 / 70%);
}
.l-m-left-filter ul li:nth-child(3) a {
  background-color: rgb(0 190 242 / 70%);
}
.l-m-left-filter ul li:nth-child(3) a:hover:before, .l-m-left-filter ul li.active:nth-child(3) a{
    background-color: rgb(0 190 242 / 70%);
}
.l-m-left-filter ul li:nth-child(4) a {
  background-color: rgb(107 126 194 / 80%);
}
.l-m-left-filter ul li:nth-child(4) a:hover:before, .l-m-left-filter ul li.active:nth-child(4) a{
    background-color: rgb(107 126 194 / 80%);
}
.l-m-left-filter ul li:nth-child(5) a {
  background-color: rgb(106 57 136 / 66%);
}
.l-m-left-filter ul li:nth-child(5) a:hover:before, .l-m-left-filter ul li.active:nth-child(5) a{
    background-color: rgb(106 57 136 / 66%);
}
.l-m-left-filter ul li:nth-child(6) a {
  background-color: rgb(169 114 77 / 70%);
}
.l-m-left-filter ul li:nth-child(6) a:hover:before, .l-m-left-filter ul li.active:nth-child(6) a{
    background-color: rgb(169 114 77 / 70%);
}
.l-m-left-filter ul li:nth-child(7) a {
  background-color: rgb(255 167 44 / 70%);
}
.l-m-left-filter ul li:nth-child(7) a:hover:before, .l-m-left-filter ul li.active:nth-child(7) a{
    background-color: rgb(255 167 44 / 70%);
}
.l-m-left-filter ul li a:hover{
    color: #fff;
}
.l-m-left-filter ul li:nth-child(7) a.active{
    background-color: #fff !important;
    color: #ffa72c;
    border: 1px solid #ffa72c;
}
.l-m-left-filter ul li:nth-child(6) a.active{
    background-color: #fff !important;
    color: #a9724d;
    border: 1px solid #a9724d;
}
.l-m-left-filter ul li:nth-child(5) a.active{
    background-color: #fff !important;
    color: #6a3988;
    border: 1px solid #6a3988;
}
.l-m-left-filter ul li:nth-child(4) a.active{
    background-color: #fff !important;
    color: #6b7ec2;
    border: 1px solid #6b7ec2;
}
.l-m-left-filter ul li:nth-child(3) a.active{
    background-color: #fff !important;
    color: #00bef2;
    border: 1px solid #00bef2;
}
.l-m-left-filter ul li:nth-child(2) a.active{
    background-color: #fff !important;
    color: #70bf02;
    border: 1px solid #70bf02;
}
.l-m-left-filter ul li:nth-child(6) a.active{
    background-color: #fff !important;
    color: #a9724d;
    border: 1px solid #a9724d;
}
.l-m-left-filter ul li:nth-child(1) a.active{
    background-color: #fff !important;
    color: #ba6eb4;
    border: 1px solid #ba6eb4;
}
.l-m-left-filter ul li.active a:before{
    display: none;
}
.l-m-s-right-body ul.list-group-sortable-handles{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.l-m-s-right-body ul.list-group-sortable-handles li{
        color: #424242 !important;
    border: none !important;
    padding: 0px;
    background-color: #fff !important;
    margin-bottom: 20px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .head{
        padding: 12px 10px;
            background-color: #f0f1f3;
    border-bottom: 2px solid #e6e8e9;
}
.l-m-s-right-body ul.list-group-sortable-handles li .head span{
        color: #747272;
    margin-right: 5px;
    cursor: pointer;
}
.class-w-box-homework .l-m-s-right-body ul.list-group-sortable-handles li .body, .group-w-box-homework .l-m-s-right-body ul.list-group-sortable-handles li .body{
    padding: 12px 10px;
    border-left: 3px solid #00bef2 !important;
}
.class-w-box-resources .l-m-s-right-body ul.list-group-sortable-handles li .body, .group-w-box-resources .l-m-s-right-body ul.list-group-sortable-handles li .body{
        border-left: 3px solid #6b7ec2 !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body{
    padding: 12px 10px;
        border-left: 3px solid rgb(112 191 2 / 70%) !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list{
        padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list li{
    border-bottom: 1px solid #ccc !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li:last-child{
        margin: 0px;
    border-bottom: none !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li a{
    color: #424242 !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li a.move-right{
    float: right;
    margin-right: 10px;
    color: #bababa !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list{
display: inline-block;
    float: right;
    margin-left: 15px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button{
    display: inline-block;
    border: 1px solid #70bf02;
    color: #70bf02 !important;
    padding: 1px 10px;
    text-decoration: none;
    background-color: transparent;
        box-shadow: none;
}

.class-w-box-resources .l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button{
        border: 1px solid #6b7ec2;
    color: #6b7ec2 !important;
}
.class-w-box-notes .l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button, .group-w-box-notes .l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button{
        border: 1px solid #ba6eb4;
    color: #ba6eb4 !important;
}

.class-w-box-homework .l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button, .group-w-box-homework .l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list button{
            border: 1px solid #00bef2;
    color: #00bef2 !important;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu{
    right: -18px;
    left: auto;
    padding: 0px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li{
    padding: 0px;   
    margin: 0px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li a{
    background-color: transparent;
    padding: 10px 10px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li a.add-std-note{
    background-color: #f0f1f3;
    text-align: center;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li a span{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
        margin-right: 5px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li a span.green{
        background-color: #76b631;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li .class-room-list ul.dropdown-menu li a span.red{
        background-color: red;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body > ul.body-list li span.d-t{
    float: right;
    font-size: 12px;
    color: #373737;
    margin-top: 2px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li, 
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li{
        padding: 0px !important;
    border: none !important;
        display: block;
            margin: 0px;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li a,
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li a{
    padding: 6px 0px;
    display: block;
    text-decoration: none;
}
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_question_box .std_list_btn ul li a.active,
.l-m-s-right-body ul.list-group-sortable-handles li .body ul.body-list .assignment_not_submit_box .std_list_btn ul li a.active{
    font-weight: bold;
}
.class-w-box-Lesson-Plan .l-m-s-right-body ul.list-group-sortable-handles li .body, .group-w-box-Lesson-Plan .l-m-s-right-body ul.list-group-sortable-handles li .body{
        border-left: 3px solid rgb(193 155 129) !important;
}
.class-w-box-notes .l-m-s-right-body ul.list-group-sortable-handles li .body, .group-w-box-notes .l-m-s-right-body ul.list-group-sortable-handles li .body{
        border-left: 3px solid #ba6eb4 !important;
}
.answer-box {
    border: 1px solid #e8e9ea;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.body .switch{
    margin: 0px 5px 0px 0px;
    height: 18px;
    vertical-align: middle;
}
.body .switch span {
    background-color: #eae9e9;
    width: 37px;
}
.body .switch input:checked + span{
    background-color: #53ca35;
}
.body .switch span:after {
    content: "";
    width: 14px;
}
.body .switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 21px;
    margin: 0px;
    text-align: initial;
    font-weight: normal;
}
.body .switch input {display:none;}
.body .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1cbf42;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.body .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    box-shadow: 0px 0px 2px #737272;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.body input:checked + .slider:before {
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
}
.body input:checked + .slider:after {
    content: 'Disable';
    right: 0;
    left: 35px;
    color: #333;
}
.body .slider:after {
    content: 'Enable';
    color: #fff;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 10px;
    left: 43px;
    font-size: 12px;
}


.body input:checked + .slider {
    background-color: #dedede;
}
.body .inline-radio{
    display: inline-block;
}
form.design-form-custom .file-footer-buttons button{
        width: auto;
    height: auto;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc !important;
}
@media only screen and (min-width: 320px) and (max-width: 700px){
    .page-container .page-sidebar.page-sidebar-fixed {
    height: 100%;
    background-color: #fff;
}
h3.page-nav-title {
    display: none;
}
}

/*29-3-2022*/
    table.table tr td .rotate-box-holder{}
    table.table tr td .rotate-box-holder div{}
    table.ps-table tr td input[type="checkbox"]{}
.checkbox-container {
  display: block;
  height: 20px;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #f06969;
  border-radius: 5px;
  margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #60dc60;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
table.ps-table tr td ul{}
table.ps-table tr td ul li{}





.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
}

.table-header-rotated td.rotate-45{
    height: 145px;
    position: relative;
    vertical-align: bottom;
    padding: 0;
    border: none;
}

.table-header-rotated td.rotate-45 > div{
  position: relative;
      z-index: 9;
  top: 0px;
  left: 72px; 
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated td.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; 
  left: -25px; 
  display: inline-block;
  width: 85px; 
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
}
.table-header-rotated td.rotate-45 i{
    transform: skew(45deg,0deg) rotate(358deg);
    font-size: 18px;
    margin-left: 10px;
    margin-top: 4px;
}
table.table-header-rotated tr td.sub-child, table.table-header-rotated tr td.sub-child-new, table.table-header-rotated tr td.sub-parent-child{
    display: none;
}
.btn-secondary{
    background-color: #6035bd;
    color: #fff !important;
}
.btn-secondary:hover{
    background-color: #491fa4;
    color: #fff;
}
ul.shift-class-btn{
    position: absolute;
    top: 150px;
    left: 383px;
        padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.shift-class-btn li{
        display: inline-block;
}
ul.shift-class-btn li.active a.btn-info{
    background-color: #fff;
    color: #5bc0de;
}
ul.shift-class-btn li.active a.btn-primary{
    background-color: #fff;
    color: #357ebd;
}
ul.shift-class-btn li.active a.btn-secondary{
    background-color: #fff;
    color: #6035bd !important;
    border: 1px solid #6035bd;
}
table.body-color-table tbody tr td button{
    width: 42px;
}
ul.ul-tree{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.ul-tree li{
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 2px rgb(76 175 154 / 20%);
    border-radius: 50px;
    position: relative;
    margin-bottom: 5px;
}
ul.ul-tree li label.ind_btn, ul.ul-tree li label.ind_btn-new{
    font-weight: normal;
    margin: 0px;
    cursor: pointer;
    color: #2e67e8;
}
ul.ul-tree li.highlight-green{
    color: #76b631;
    border: 1px solid #76b631;
}
ul.ul-tree li.highlight-red{
    color: #dc3545;
    border: 1px solid #dc3545;
}
ul.ul-tree li.highlight-orange{
    color: orange;
    border: 1px solid orange;
}
ul.ul-tree li i.collapse-btn{
    cursor: pointer;
}
ul.ul-tree li.h-light{
    background-color: #f0f0f0;
}
ul.ul-tree li.english.h-light{
    background-color: rgb(0 117 255 / 90%);
    color: #fff;
}
ul.ul-tree li a{
    margin-left: 10px;
    vertical-align: middle;
}
ul.ul-tree li span{
        position: absolute;
    background-color: #e63636;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    text-align: center;
    font-size: 10px;
    top: 10px;
    margin-left: 5px;
}
ul.ul-tree li i{
    position: absolute;
    right: 10px;
    font-size: 21px;
    color: #c1c1c1;
}
ul.ul-tree li a i{
        position: relative;
    font-size: 14px;
    right: 0;
}
ul.ul-tree ul{
    display: none;
    padding-left: 15px;
    margin: 10px 0px;
}
ul.ul-tree li .custom-checkbox{
        margin-left: 10px;
}
ul.ul-tree li .custom-checkbox label{
vertical-align: middle;
    margin: 0px;
    font-weight: 100;
}
.print-text:before{
content: "/";
    margin-right: 10px;
    font-size: 22px;
    vertical-align: sub;
    
}
#c-q-collapse .panel{
    position: relative;
    box-shadow: 0px 0px 2px rgb(76 175 154 / 20%) !important;
}
#c-q-collapse .panel a.default{
    display: inline-block;
    color: #22262e;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 25px;
}
#c-q-collapse .panel a.default i{
    vertical-align: middle;
}
#c-q-collapse .panel .chapter-name{
        display: inline-block;
    color: #22262e;
}
#c-q-collapse .panel span{
position: absolute;
    top: 16px;
    font-size: 18px;
    cursor: pointer;
}
#c-q-collapse .panel span.fa-trash-o{
    right: 15px;
    color: #dc3545;
}
#c-q-collapse .panel span.fa-pencil-square-o{
    right: 44px;
    color: #0d6efd;
}
#c-q-collapse .panel .sublinks{
        padding: 0px 15px 15px 15px;

}
form.design-inline-form .btn-qc-submit{
        height: 44px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 26px;
    background-color: #1CAF9A;
}
#c-q-collapse .panel table tr td{
        vertical-align: middle;
}
span.english-chanpter-box-title{
    margin: 10px 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    float: left;
}
ul.ul-links li{
    cursor: pointer;
}
#c-q-collapse .panel span.Create-Question{
        border: 1px solid #1CAF9A;
    color: #1CAF9A;
    padding: 3px 13px;
    border-radius: 50px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 13px;
    right: 62px;
    top: 12px;
    display: none;
}
ul.question-type-list{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    list-style-type: none;
    text-align: center;
}
ul.question-type-list li{
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px;
    border: 1px solid #919397;
    border-radius: 5px;
}
ul.question-type-list li:before{
content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    opacity: .5;
}
#c-q-collapse a.default.collapsed i:before{
    content: "\f107";
}
.addon-custom-input-group{}
.addon-custom-input-group .input-group-addon{
        color: #646464;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 8px 8px 8px 0px;
}
.addon-custom-input-group input[type="text"]{
    height: 45px !important;
    background-color: #f8f8f8 !important;
    font-size: 14px !important;
    color: #111111;
    border: none !important;
    box-shadow: none !important;
    padding: 5px 15px;
    border-radius: 5px !important;
}
.light-title{
        color: #111111;
    font-weight: 500;
    margin: 20px 0px;
    text-align: center;
}
.q_t_list a{
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 2px rgb(76 175 154 / 20%);
    border-radius: 50px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    color: #22262e;
    text-align: center;
}
.lg-modal .modal-dialog{
        width: 800px;
}
h3.question-icon-title{
        margin-bottom: 15px;
}
h3.question-icon-title:before{
content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    opacity: .8;
}
.q-main-title{
        display: inline-block;
    margin: 9px 0px;
}
#default-scroll .form-control, #X-scroll .form-control, #Y-scroll .form-control {
    height: 30px !important;
    line-height: 18px !important;
} 





.chatbox{
}
.chatbox .chatbox-head{
  margin: 0px;
  padding: 10px;
  background-color: rgb(28 175 154 / 25%);
  text-align: center;
  color: #1CAF9A;
  height: 37px;
  font-weight: 600;
  line-height: 18px;
}
.chatbox ul.nav-tabs li.active a{
  border-bottom: 3px solid !important;
}
.chatbox ul.nav-tabs{
  margin: 0px;
  padding: 0px;
  background-color: rgb(28 175 154 / 25%);
  text-align: center;
}
.chatbox ul.nav-tabs li{
  float: none;
  display: inline-block;
}
.chatbox ul.nav-tabs li a{
  background-color: transparent;
  border: none !important;
  color: #1CAF9A;
  font-weight: 600;
}
.chatbox ul.nav-tabs li.active a{
  border-bottom: 3px solid !important;
}
.chatbox ul.nav-tabs li.active a:hover, .chatbox ul.nav-tabs li.active a:focus{
  background-color: transparent;
  color: #1CAF9A !important;
  border-bottom: 3px solid !important;
}
.chatbox .card-body{
  padding: 14px;
  height: 256px;
  overflow-y: auto;
  overflow-x: hidden;
}
.chatbox .card-footer{
  padding: 8px 15px;
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
.chatbox .card-footer .input-group input[type="text"]{
  border: none;
  padding: 5px 0px;
  height: 40px;
  width: 220px;
  float: left;
}
.chatbox .card-footer .input-group button{
  height: 40px;
  margin-left: 5px;
}
.chatbox .card-body .img_cont_msg{
  width: 26px;
  height: 26px;
  background-color: #e0e0e0;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 4px 0px; 
}
.chatbox .card-body .msg_cotainer{
  background: #1CAF9A;
  margin-left: 0.625rem;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  position: relative;
  max-width: 220px;
  line-height: 16px;
  font-size: 13px;
  height: auto;
  white-space: normal;
}
.chatbox .card-body .msg_cotainer1{
  background: #d85757;
  margin-left: 0.625rem;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  position: relative;
  max-width: 220px;
  line-height: 16px;
  font-size: 13px;
  height: auto;
  white-space: normal;
}
.chatbox .card-body .content_start.end .msg_cotainer_send{
  background: #f8f8f8;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.375rem 0 0.375rem 0.375rem;
  margin-right: 0.625rem;
  color: #222;
  position: relative;
  text-align: right;
  max-width: 220px;
  line-height: 16px;
  font-size: 13px;
  height: auto;
  white-space: normal;
}
.chatbox .card-body .content_start{
  justify-content: flex-start!important;
  display: flex!important;
  margin-bottom: 20px;
}
.chatbox .card-body .content_start.end{
  justify-content: flex-end!important;
}
.chatbox .card-body .msg_cotainer::after{
  content: '';
    position: absolute;
    left: -0.625rem;
    border-right: 0.625rem solid #1CAF9A;
    border-bottom: 0.625rem solid transparent;
    border-top: 0 solid;
    top: 0;
}
.chatbox .card-body .msg_cotainer1::after{
  content: '';
    position: absolute;
    left: -0.625rem;
    border-right: 0.625rem solid #1CAF9A;
    border-bottom: 0.625rem solid transparent;
    border-top: 0 solid;
    top: 0;
}
.chatbox .card-body .content_start.end .msg_cotainer_send::after{
  content: "";
  position: absolute;
  right: -0.625rem;
  border-left: 0.625rem solid #f8f8f8;
  border-bottom: 0.625rem solid transparent;
  border-top: 0 solid;
  top: 0;
}
.chatbox .card-body .msg_cotainer span.msg_time{
  display: block;
    font-size: .6875rem;
    color: #fff;
    margin-top: 0.3125rem;
    opacity: .5;
}
.chatbox .card-body .msg_cotainer1 span.msg_time{
  display: block;
    font-size: .6875rem;
    color: #fff;
    margin-top: 0.3125rem;
    opacity: .5;
}
.chatbox .card-body .content_start.end .msg_cotainer_send span.msg_time{
  display: block;
  font-size: .6875rem;
  color: #333;
  margin-top: 0.3125rem;
  opacity: .5;
}