@import "reset.css";

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  transition: left 0.2s, right 0.2s;
  -webkit-transition: left 0.2s, right 0.2s;
}
.header-top.fixed-top {
  position: fixed;
}
.header-top.no-transition {
  transition: none;
  -webkit-transition: none;
}
.header-top .navbar-header {
  background-color: #5090f7; /* blue = 5090f7, orange = f08a61, warning = ffb038 */
}
@media (min-width: 768px) {
  .header-top .navbar-header {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .header-top .navbar-header {
    /*background-color: #32465b;
    color: #fff;*/
  }
}
@media (max-width: 767px) {
  .header-top .navbar-collapse {
    background-color: #fff;
    border-bottom: 1px solid #f0f3f5;
  }
}
.header-top .navbar-brand {
  width:100%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
@media (max-width: 767px) {
  .header-top .navbar-brand {
    width: auto;
  }
}
.header-top .navbar-brand:hover,
.header-top .navbar-brand:focus {
  color: #ffffff;
}
.header-top .top-bar {
  position: fixed;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  display: none;
  width: 100%;
  top: -50px;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.01);
  transition: top 0.2s;
  -webkit-transition: top 0.2s;
}
.header-top .top-bar .close-search {
  position: absolute;
  top: 19px;
  right: 15px;
  line-height: normal;
  font-size: 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'notokr', 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .header-top .top-bar {
    display: block;
  }
  .header-top .top-bar.active {
    top: 0;
  }
}
.header-top .header-inner {
  position: relative;
  z-index: 9;
  height: 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header-top .header-inner {
    height: auto;
  }
}
.header-top .navbar_header {
  width: 150px;
  float: left;
}
.header-top .navbar-toggle {
  float: left;
}
.header-top .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.6);
}
.header-top .navbar-toggle:hover {
  background-color: #4B83DD; /* #29394b; , 5090f7*/
}
.header-top .navbar-toggle:hover .icon-bar {
  background: #fff;
}
.header-top .navbar-nav.navbar-right .dropdown-menu:before {
  right: 12px;
  left: auto;
}
.header-top .navbar-nav.navbar-right .dropdown-menu:after {
  right: 13px;
  left: auto;
}
.header-top .navbar-nav > li.user-profile > a {
  padding-left: 10px;
  padding-right: 10px;
}
.header-top .navbar-nav > li.user-profile > a img {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: -7px;
  margin-bottom: -10px;
  border-radius: 50em;
  border: 2px solid #f0f3f5;
}
.header-top .navbar-nav > li.user-profile > a .user-name {
  margin-left: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .navbar-nav > li.user-profile > a .user-name {
    margin-left: 0;
  }
}
.header-top .navbar-nav > li.dropdown-full {
  position: static;
}
.header-top .navbar-nav > li.dropdown-full .dropdown-menu {
  padding: 15px;
  left: 230px;
  right: 0;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  background-color: #fff;
}
.header-top .navbar-nav > li.dropdown-full .dropdown-menu:before,
.header-top .navbar-nav > li.dropdown-full .dropdown-menu:after {
  display: none;
}
.header-top .navbar-nav > li > a {
  position: relative;
  font-size: 12px;
  color: #7f888f;
}
.header-top .navbar-nav > li > a.font-lg {
  font-size: 16px;
}
@media (max-width: 767px) {
  .header-top .navbar-nav > li > a.font-lg {
    font-size: 14px;
  }
}
.header-top .navbar-nav > li > a:hover,
.header-top .navbar-nav > li > a:focus {
  color: #7f888f;
  background-color: #f6f9fa;
}
@media (min-width: 768px) {
  .header-top .navbar-nav > li > a .badge {
    position: absolute;
    top: 7px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .header-top .navbar-nav > li > a .badge {
    float: right;
    margin-top: 2px;
  }
}
.header-top .navbar-nav > li > a .new-alert {
  position: absolute;
  background-color: #56cf87;
  top: 13px;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50em;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
}
@media (max-width: 767px) {
  .header-top .navbar-nav > li > a .new-alert {
    position: static;
    float: right;
    margin-top: 7px;
    margin-right: 3px;
  }
}
.header-top .navbar-nav > li > a .new-alert:before {
  background: transparent;
  border: 2px solid #56cf87;
  content: "";
  width: 16px;
  height: 16px;
  left: -5px;
  border-radius: 50em;
  opacity: 0;
  position: absolute;
  top: -5px;
  animation: sonar 2s 1s ease infinite;
  -webkit-animation: sonar 2s 1s ease infinite;
  -moz-animation: sonar 2s 1s ease infinite;
  -ms-animation: sonar 2s 1s ease infinite;
  -o-animation: sonar 2s 1s ease infinite;
}
.header-top .navbar-nav > li > a .new-alert.active {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.header-top .navbar-nav > li.open > a,
.header-top .navbar-nav > li.open > a:focus,
.header-top .navbar-nav > li.open > a:hover {
  color: #7f888f;
  background-color: #f6f9fa;
}
.header-top .navbar-nav .dropdown-menu.dropdown-lg {
  min-width: 250px;
  background-color: #fff;
}
.header-top .navbar-nav .dropdown-menu.dropdown-lg > li > a {
  color: #8b97ae;
}
.header-top .navbar-nav .dropdown-menu.dropdown-lg > li > a:hover,
.header-top .navbar-nav .dropdown-menu.dropdown-lg > li > a:focus {
  background-color: #eef4f5;
  color: #7f888f;
}
.header-top .navbar-nav .dropdown-menu.list-group-dropdown > li > a {
  padding: 7px 10px;
}
.header-top .navbar-nav .dropdown-menu.list-group-dropdown > li + li a {
  border-top: 1px solid #f0f3f5;
}
.header-top .navbar-nav .dropdown-menu.list-group-dropdown > li.no-link {
  display: block;
  padding: 7px 10px;
  color: #8b97ae;
}
@media (max-width: 767px) {
  .header-top .navbar-nav .dropdown-menu {
    display: none;
    animation: none !important;
    -webkit-animation: none !important;
  }
  .header-top .navbar-nav .dropdown-menu:before,
  .header-top .navbar-nav .dropdown-menu:after {
    display: none;
  }
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap {
  display: table;
  width: 100%;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .profile-pic {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .profile-pic img {
  width: 35px;
  height: 35px;
  border-radius: 50em;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .profile-pic.profile-icon {
  padding-left: 5px;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .profile-pic.profile-icon i {
  font-size: 22px;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .detail {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  max-width: 185px;
}
.header-top .navbar-nav .dropdown-menu .user-list-wrap .time {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 10px;
  font-style: italic;
}
@media (max-width: 767px) {
  .header-top .navbar-nav .open .dropdown-menu {
    display: block;
  }
}
.header-top .navbar-nav-xs {
  float: right;
}
@media (min-width: 768px) {
  .header-top .navbar-nav-xs {
    display: none;
  }
}
.header-top .navbar-nav-xs > li {
  float: left;
}
.header-top .navbar-nav-xs > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.header-top .navbar-nav-xs > li > a.font-lg {
  font-size: 16px;
}
.header-top .navbar-nav-xs > li > a:hover,
.header-top .navbar-nav-xs > li > a:focus {
  color: #fff;
  background-color: #4B83DD; /* 29394b */
}
.header-dark {
  background-color: #32465b;
}
.header-dark .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.header-dark .navbar-nav > li > a:hover,
.header-dark .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #2f4154;
}
.header-dark .navbar-nav > li.open > a,
.header-dark .navbar-nav > li.open > a:hover,
.header-dark .navbar-nav > li.open > a:focus {
  color: #fff;
  background-color: #2f4154;
}
.nav-top .header-top .container {
  position: relative;
}
.nav-top .header-top .navbar-brand {
  width: auto;
  text-align: left;
  margin-left: 15px;
}
.nav-top .header-top .navbar-header {
  background-color: transparent;
  width: auto;
}
.nav-top .header-top .dropdown-full .dropdown-menu {
  left: 0 !important;
}
@media (min-width: 768px) {
  .side-nav-sm:not(.sidenav-active) .navbar-header {
    width: 50px;
    text-align: center;
  }
  .side-nav-sm:not(.sidenav-active) .navbar-brand {
    float: none;
    display: block;
  }
  .side-nav-sm:not(.sidenav-active) .navbar-brand span {
    display: none;
  }
  .side-nav-sm:not(.sidenav-active) .navbar-nav > li.dropdown-full .dropdown-menu {
    left: 50px;
  }
}
@media (min-width: 768px) {
  .hover-expand .navbar-header {
    transition: width 0.2s cubic-bezier(0.5, 0.2, 0.5, 1);
    -webkit-transition: width 0.2s cubic-bezier(0.5, 0.2, 0.5, 1);
  }
}
.right-sidebar-opened .header-top {
  left: -275px;
  right: 275px;
}
.side-navigation-wrap {
  position: absolute;
  top: 50px;
  width: 230px;
  height: 100%;
  padding-bottom: 50px;
  background-color: #2d353c;    /* 32465b, 1d2226 */
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.05);
  z-index: 11;
  transition: left 0.2s;
  -webkit-transition: left 0.2s;
}
@media (min-width: 768px) {
  .side-navigation-wrap {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .side-navigation-wrap {
    left: -230px;
  }
}
.side-navigation-wrap.sidebar-fixed {
  position: fixed;
}
.side-navigation-wrap .side-nav-inner {
  position: relative;
}
.side-navigation-wrap.no-transition {
  transition: none;
  -webkit-transition: none;
}
@media (max-width: 767px) {
  .side-nav-shown .side-navigation-wrap {
    left: 0;
  }
}
.side-nav {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #9cabba;
}
.side-nav.magic-nav > li.active:after {
  display: none;    /*  */
}
.side-nav > li {
  position: relative;
  cursor: pointer;
}
.side-nav > li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 3px;
  display: none;    /*  */
  background-color: #5090f7;    /* 5090f7 */
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
}
.side-nav > li.no-link {
  display: block;
  padding: 13px 20px;
  border-bottom: 1px solid #f1f2f3;
}
.side-nav > li.side-nav-header {
  position: relative;
  display: block;
  padding: 15px 15px 10px 20px;
  font-size: 12px;
  overflow: visible;
  color: #9cabba;
  text-transform: uppercase;
}
.side-nav > li.side-nav-header small,
.side-nav > li.side-nav-header .dropdown {
  font-size: 10px;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
.side-nav > li.side-nav-header small > a,
.side-nav > li.side-nav-header .dropdown > a {
  color: #9cabba;
  text-decoration: none;
}
.side-nav > li.side-nav-header small > a:hover,
.side-nav > li.side-nav-header .dropdown > a:hover,
.side-nav > li.side-nav-header small > a:focus,
.side-nav > li.side-nav-header .dropdown > a:focus {
  color: #ffffff;
}
.side-nav > li.side-nav-header small .dropdown-menu,
.side-nav > li.side-nav-header .dropdown .dropdown-menu {
  left: -15px;
}
.side-nav > li.side-nav-header small .dropdown-menu.pull-right,
.side-nav > li.side-nav-header .dropdown .dropdown-menu.pull-right {
  right: -15px;
  left: auto;
}
.side-nav > li.side-nav-header small .dropdown-menu > li > a,
.side-nav > li.side-nav-header .dropdown .dropdown-menu > li > a {
  text-transform: none;
  font-size: 12px;
}
.side-nav > li.side-nav-header small .pull-right .dropdown-menu,
.side-nav > li.side-nav-header .dropdown .pull-right .dropdown-menu {
  right: -15px;
  left: auto;
}
.side-nav > li.seperator {
  border-bottom: 1px solid #656A6C; /* 485d71 */
}
.side-nav > li.active:after {
  display: block;
  height: 100%;
}
.side-nav > li.active > a {
  /* color: #ffffff;, 2d3e51 */
  background-color: #2d3e51;
  color: #5090f7;
  font-weight:700;
}
.side-nav > li.opened > a {
  color: #ffffff;
}
.side-nav > li.first-link > a {
  border-top: 1px solid #485d71;
}
.side-nav > li > a {
  position: relative;
  display: block;
  padding: 13px 20px;
  color: rgba(255,255,255,.6);   /* 9cabba, b6c2c9 */
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid #484E53; /* 485d71 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
}
.side-nav > li > a:hover {
  background-color: #2d3e51;
  color: #5090f7;
  font-weight:700;
}
.side-nav > li > a i {
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 7px;
}
.side-nav > li > a .badge {
  float: right;
  margin-top: 1px;
  padding: 4px;
}
.side-nav > li .sub-menu {
  position: relative;
  background-color: #2d353c;  /* 2f4154 */
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border-bottom: 1px solid #485d71;
}
.side-nav > li .sub-menu.list-style-dashed > ul:before,
.side-nav > li .sub-menu.list-style-circle > ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  border-right: 1px solid #485d71;
}
.side-nav > li .sub-menu.list-style-dashed > ul > li > a:before,
.side-nav > li .sub-menu.list-style-circle > ul > li > a:before {
  display: block;
}
.side-nav > li .sub-menu.list-style-dashed > ul > li > a:before {
  top: 15px;
  left: 27px;
  width: 9px;
  border-top: 1px solid #485d71;
}
.side-nav > li .sub-menu.list-style-circle > ul > li > a:before {
  top: 12px;
  left: 24px;
  width: 7px;
  height: 7px;
  background-color: #485d71;
  border-radius: 50em;
  border: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.side-nav > li .sub-menu.list-style-circle > ul > li > a:hover:before {
  background-color: #5090f7;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}
.side-nav > li .sub-menu.list-style-circle > ul > li.opened > a:before,
.side-nav > li .sub-menu.list-style-circle > ul > li.active > a:before {
  background-color: #5090f7;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}
.side-nav > li .sub-menu.opened {
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
}
.side-nav > li .sub-menu.closed {
  animation: fadeOut 0.4s;
  -webkit-animation: fadeOut 0.4s;
}
.side-nav > li .sub-menu.tertiary {
  background-color: #273645;
}
.side-nav > li .sub-menu.tertiary.list-style-dashed > ul > li > a:before {
  left: 47px;
  width: 7px;
}
.side-nav > li .sub-menu.tertiary.list-style-circle > ul > li > a:before {
  left: 44px;
}
.side-nav > li .sub-menu.tertiary > ul:before {
  left: 47px;
}
.side-nav > li .sub-menu.tertiary > ul > li > a {
  padding-left: 60px;
}
.side-nav > li .sub-menu > ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.side-nav > li .sub-menu > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 20px 7px 45px;
  color: #9cabba;
  font-size: 12px;
  text-decoration: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.side-nav > li .sub-menu > ul > li > a:before {
  content: '';
  position: absolute;
  display: none;
}
.side-nav > li .sub-menu > ul > li > a:hover,
.side-nav > li .sub-menu > ul > li > a:focus {
  color: #ffffff;
}
.side-nav > li .sub-menu > ul > li.opened > a,
.side-nav > li .sub-menu > ul > li.active > a {
  color: #ffffff;
}
.side-nav > li .progress {
  margin-bottom: 0;
  height: 7px;
  margin-top: 2px;
}
.side-nav .magic-line {
  position: absolute;
  right: 0;
  width: 3px;
  height: 46px;
  background: #5090f7;  /* 5090f7 */
}
@media (max-width: 767px) {
  .side-nav .magic-line {
    display: none;
  }
}
.side-tabs {
  padding-top: 7px;
  background-color: #f6f9fa;
}
.side-tabs > ul {
  border-color: #485d71;
  padding-left: 5px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03) inset;
}
.side-tabs > ul > li + li {
  margin-left: 4px;
}
.side-tabs > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #9cabba;
}
.side-tabs > ul > li:not(.active) {
  padding-top: 5px;
}
.side-tabs > ul > li:not(.active) > a {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 6px;
  background-color: #e4eef0;
  border-color: #e4eef0;
}
.side-tabs > ul > li:not(.active) > a:hover,
.side-tabs > ul > li:not(.active) > a:focus {
  background-color: #dae8eb;
  color: #7f888f;
}
.side-tabs > ul > li.active > a,
.side-tabs > ul > li.active > a:focus,
.side-tabs > ul > li.active > a:hover {
  color: #7f888f;
  border-color: #485d71;
  border-bottom-color: transparent;
}
.side-tabs > ul > li.active > a {
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .side-nav-sm:not(.sidenav-active) .side-navigation-wrap {
    width: 50px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li > a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li > a i {
    margin-right: 0;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li > a .badge {
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 9px;
    padding: 2px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu {
    width: 200px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.secondary {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 5px 0;
    border-radius: 0 4px 4px 0;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.secondary > ul:before {
    display: none;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.secondary > ul > li > a {
    padding-left: 20px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.secondary > ul > li > a:before {
    display: none;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.tertiary > ul:before {
    left: 27px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.tertiary > ul > li > a {
    padding-left: 40px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.tertiary > ul > li > a:before {
    left: 27px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav > li .sub-menu.tertiary.list-style-circle li > a:before {
    left: 24px;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav .side-nav-header,
  .side-nav-sm:not(.sidenav-active) .side-nav .nav-text,
  .side-nav-sm:not(.sidenav-active) .side-nav .milestone {
    display: none;
  }
  .side-nav-sm:not(.sidenav-active) .side-nav .magic-line {
    left: 0;
  }
  .side-nav-sm:not(.sidenav-active) .slimScrollDiv,
  .side-nav-sm:not(.sidenav-active) .sidenav-inner {
    overflow: visible !important;
  }
  .side-nav-sm:not(.sidenav-active) .sidenav-size-toggle i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}
.sidebar-tab {
  margin-bottom: 0;
}
.sidebar-tab > li {
  float: left;
  width: 33.333333333333336%;
}
.sidebar-tab > li a {
  display: block;
  padding: 17px 10px 18px;
  text-align: center;
  color: #9cabba;
}
.sidebar-tab > li a:hover,
.sidebar-tab > li a:focus {
  text-decoration: none;
}
.sidebar-tab > li a:hover {
  color: #fff;
}
.sidebar-tab > .active > a {
  color: #fff;
}
@media (min-width: 768px) {
  .hover-expand .side-navigation-wrap {
    transition: width 0.2s cubic-bezier(0.5, 0.2, 0.5, 1), left 0.2s;
    -webkit-transition: width 0.2s cubic-bezier(0.5, 0.2, 0.5, 1), left 0.2s;
    overflow: hidden;
  }
  .hover-expand .side-nav > li > a {
    white-space: nowrap;
  }
}
.right-sidebar-opened .side-navigation-wrap {
  left: -275px !important;
}
.right-sidebar-wrap {
  position: absolute;
  top: 0;
  right: -275px;
  width: 275px;
  background-color: #32465b;
  color: #9cabba;
  height: 100%;
  z-index: 11;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
  transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.right-sidebar-wrap.no-transition {
  transition: none;
  -webkit-transition: none;
}
.right-sidebar-wrap.sidebar-fixed {
  position: fixed;
}
.right-sidebar-wrap .chat-friend-list > li {
  border-bottom-color: #485d71;
}
.right-sidebar-wrap .chat-friend-list > li:hover {
  color: #ffffff;
  background-color: #2d3e51;
}
.right-sidebar-wrap .chat-friend-list .profile-pic:before {
  border-color: #32465b;
}
.right-sidebar-wrap .list-group > .list-group-item {
  border-radius: 0 !important;
  background: transparent;
  border-color: #485d71;
  color: #9cabba;
}
.right-sidebar-wrap .list-group > .list-group-item:hover {
  color: #ffffff;
}
.right-sidebar-wrap .sidenav-inner {
  height: calc(100% - 50px) !important;
}
.right-sidebar-second-level {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -275px;
  width: 275px;
  background-color: #fff;
  color: #9cabba;
  height: 100%;
  z-index: 12;
  opacity: 0;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.05);
  transition: right 0.2s cubic-bezier(0.5, 0.2, 0.5, 1), opacity 0.2s cubic-bezier(0.5, 0.2, 0.5, 1);
  -webkit-transition: right 0.2s cubic-bezier(0.5, 0.2, 0.5, 1), opacity 0.2s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.right-sidebar-second-level.active {
  right: 0;
  opacity: 1;
}
.right-sidebar-second-level .close {
  text-shadow: none;
  line-height: 50px;
}
.right-sidebar-second-level .close:hover {
  color: #fff;
}
.right-sidebar-second-level .chat-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 101px);
}
.right-sidebar-second-level .chat-footer {
  border-top: 1px solid #f0f3f5;
  padding: 10px;
}
.right-sidebar-second-level .sidebar-header {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  line-height: 50px;
}
.right-sidebar-opened .right-sidebar-wrap {
  right: 0;
}
.top-navigation {
  position: absolute;
  height: 50px;
  background-color: #ffffff;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: left 0.2s, right 0.2s;
  -webkit-transition: left 0.2s, right 0.2s;
}
@media (max-width: 767px) {
  .top-navigation {
    position: relative;
    height: auto;
    top: 0;
  }
}
.top-navigation.topnav-fixed {
  position: fixed;
}
.top-navigation.no-transition {
  transition: none;
  -webkit-transition: none;
}
.top-navigation .container {
  position: relative;
}
.top-navigation .navbar-nav > li > a {
  position: relative;
  color: #8b97ae;
  font-size: 12px;
}
.top-navigation .navbar-nav > li > a:hover,
.top-navigation .navbar-nav > li > a:focus {
  background-color: #f6f9fa;
  color: #7f888f;
}
.top-navigation .navbar-nav > li > a i {
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.top-navigation .navbar-nav > li.active > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #5090f7;
}
.top-navigation .navbar-nav > li.dropdown-full {
  position: static;
}
.top-navigation .navbar-nav > li.dropdown-full .dropdown-menu {
  width: 100%;
  padding: 15px;
  left: 230px;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  background-color: #fff;
}
.top-navigation .navbar-nav > li.dropdown-full .dropdown-menu:before,
.top-navigation .navbar-nav > li.dropdown-full .dropdown-menu:after {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation .navbar-nav > li .dropdown-menu {
    display: none;
    animation: none !important;
    -webkit-animation: none !important;
  }
}
@media (max-width: 767px) {
  .top-navigation .navbar-nav > li.open .dropdown-menu {
    display: block;
  }
}
.top-navigation .navbar-nav.magic-nav {
  position: relative;
}
.top-navigation .navbar-nav.magic-nav > li.active > a:before {
  display: none;
}
.top-navigation .navbar-nav.magic-nav .magic-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #5090f7;
}
@media (max-width: 767px) {
  .top-navigation .navbar-nav.magic-nav .magic-line {
    display: none;
  }
}
.right-sidebar-opened .top-navigation {
  left: -275px;
  right: 275px;
}
.footer {
  font-size:12px;
  background-color: #ffffff;
  /* height: 50px; */
  position: absolute;
  bottom: 0;
  right: 0;
  left: 230px;
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #f0f3f5;
}
@media (max-width: 767px) {
  .footer {
    left: 0;
  }
}
@media (min-width: 768px) {
  .side-nav-sm:not(.sidenav-active) .footer {
    left: 50px;
  }
}
.nav-top .footer {
  left: 0;
}
@media (max-width: 767px) {
  .hide-footer-xs .footer {
    display: none;
  }
}
body,
html {
  height: 100%;
}
body {
  background-color: #d9e0e7; /* f4f7fa; */
  font-family: 'notokr', 'Ubuntu', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body.modal-open {
    padding-right: 0 !important;
  }
}
body.fullscreen-mode {
  overflow: hidden;
}
a {
  color: #5090f7;
}
a:focus {
  outline: none;
}
a:hover,
a:focus {
  color: #5090f7;
}
a.link-unstyled {
  text-decoration: none;
  color: #8b97ae;
}
a.link-unstyled:hover,
a.link-unstyled:focus {
  color: #7f888f;
}
ul.list-float.list-bordered li + li {
  border-left: 1px solid #f0f3f5;
}
ul.list-float li {
  float: left;
}
ul.list-float.two-col li {
  width: 50%;
}
ul.list-float.three-col li {
  width: 33.333333333333336%;
}
ul.list-float.four-col li {
  width: 25%;
}
.link-unstyled-wrap a {
  text-decoration: none;
  color: #8b97ae;
}
.link-unstyled-wrap a:hover,
.link-unstyled-wrap a:focus {
  color: #7f888f;
}
hr {
  border-top-color: #f0f3f5;
}
hr.line-2x {
  border-top-width: 2px;
}
hr.line-dark {
  border-top-color: #C8C7C7;
}

.line-dashed {
  border-style: dashed !important;
}
.line-dotted {
  border-style: dotted !important;
}
.list-icons li {
  position: relative;
  padding-left: 20px;
}
.list-icons li .list-icon {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .container.full-width-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
.panel {
  position: relative;
  height:calc(100% - 32px);
  /* min-height:100%; */
  margin:0;
}
.panel-heading {
  padding: 10px 15px 7px 15px;
}
.panel-footer {
  padding: 15px;
}
.panel-white {
  border: 1px solid #f0f3f5;
}
.panel-white > .panel-heading {
  border-bottom-color: #f0f3f5;
}
.panel-white > .panel-footer {
  border-top-color: #f0f3f5;
  background-color: #fff;
}
.panel-default {
  border-color: #e4eef0;
}
.panel-default > .panel-heading {
  background-color: #f6f9fa;
  border-color: #e4eef0;
  color: #7f888f;
}
.panel-footer {
  background-color: #f6f9fa;
  border-top-color: #f0f3f5;
}
.panel-toolbar {
  float: right;
  margin-bottom: 0;
}
.panel-toolbar > li {
  float: left;
  cursor: pointer;
}
.panel-toolbar > li > a {
  display: block;
  padding: 0 5px;
  color: #c6cbd7;
}
.panel-toolbar > li > a:hover {
  color: #7f888f;
}
.panel-toolbar > li > a:hover,
.panel-toolbar > li > a:focus {
  text-decoration: none;
}
.panel-toolbar > li:last-child > a {
  padding-right: 0;
}
.panel-toolbar > li.collapse-option.icon-3 > ul {
  min-width: 130px;
}
.panel-toolbar > li.collapse-option.icon-2 > ul {
  min-width: 87px;
}
.panel-toolbar > li.collapse-option.open > a i {
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.panel-toolbar > li.collapse-option > a {
  position: relative;
}
.panel-toolbar > li.collapse-option > a i {
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
}
.panel-toolbar > li.collapse-option > ul {
  right: 20px;
  left: auto;
  padding: 0;
  top: -50%;
  min-width: 173px;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-toolbar > li.collapse-option > ul > li {
  float: left;
}
.panel-toolbar > li.collapse-option > ul > li > a {
  display: block;
  padding: 10px 15px;
}
.panel-toolbar > li.collapse-option > ul > li > a:hover,
.panel-toolbar > li.collapse-option > ul > li > a:focus {
  background-color: #f6f9fa;
}
.panel-toolbar > li.collapse-option > ul > li + li {
  border-left: 1px solid #f0f3f5;
}
.panel-toolbar .dropdown-menu:before,
.panel-toolbar .dropdown-menu:after {
  display: none;
}
.panel-toolbar .switch-toggle {
  margin-top: -3px;
}
.panel-main > .panel-heading {
  background-color: #5090f7;
  border-color: #72a6f9;
  color: #fff;
}
.panel-primary {
  border-color: #5090f7;
}
.panel-primary > .panel-heading {
  background-color: #5090f7;
  border-color: #5090f7;
}
.panel-primary.no-bordered {
  border: 0;
}
.panel-primary.no-bordered > .panel-heading {
  border: 1px solid #5090f7;
}
.panel-primary.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-primary .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-primary .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-success {
  border-color: #56cf87;
}
.panel-success > .panel-heading {
  background-color: #56cf87;
  border-color: #56cf87;
  color: #fff;
}
.panel-success.no-bordered {
  border: 0;
}
.panel-success.no-bordered > .panel-heading {
  border: 1px solid #56cf87;
}
.panel-success.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-success .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-success .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-info {
  border-color: #64d4e4;
}
.panel-info > .panel-heading {
  background-color: #64d4e4;
  border-color: #64d4e4;
  color: #fff;
}
.panel-info.no-bordered {
  border: 0;
}
.panel-info.no-bordered > .panel-heading {
  border: 1px solid #64d4e4;
}
.panel-info.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-info .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-info .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-warning {
  border-color: #ffb038;
}
.panel-warning > .panel-heading {
  background-color: #ffb038;
  border-color: #ffb038;
  color: #fff;
}
.panel-warning.no-bordered {
  border: 0;
}
.panel-warning.no-bordered > .panel-heading {
  border: 1px solid #ffb038;
}
.panel-warning.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-warning .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-warning .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-danger {
  border-color: #fd7a7b;
}
.panel-danger > .panel-heading {
  background-color: #fd7a7b;
  border-color: #fd7a7b;
  color: #fff;
}
.panel-danger.no-bordered {
  border: 0;
}
.panel-danger.no-bordered > .panel-heading {
  border: 1px solid #fd7a7b;
}
.panel-danger.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-danger .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-danger .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-orange {
  border-color: #f08a61;
}
.panel-orange > .panel-heading {
  background-color: #f08a61;
  border-color: #f08a61;
  color: #fff;
}
.panel-orange.no-bordered {
  border: 0;
}
.panel-orange.no-bordered > .panel-heading {
  border: 1px solid #f08a61;
}
.panel-orange.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-orange .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-orange .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-gray {
  border-color: #95a4b8;
}
.panel-gray > .panel-heading {
  background-color: #95a4b8;
  border-color: #95a4b8;
  color: #fff;
}
.panel-gray.no-bordered {
  border: 0;
}
.panel-gray.no-bordered > .panel-heading {
  border: 1px solid #95a4b8;
}
.panel-gray.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-gray .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-gray .panel-toolbar > li > a:hover {
  color: #fff;
}
.panel-dark {
  border-color: #32465b;
}
.panel-dark > .panel-heading {
  background-color: #32465b;
  border-color: #32465b;
  color: #fff;
}
.panel-dark.no-bordered {
  border: 0;
}
.panel-dark.no-bordered > .panel-heading {
  border: 1px solid #32465b;
}
.panel-dark.no-bordered > .panel-body {
  border: 1px solid transparent;
  border-top-width: 0;
}
.panel-dark .panel-toolbar > li > a {
  color: rgba(255, 255, 255, 0.6);
}
.panel-dark .panel-toolbar > li > a:hover {
  color: #fff;
}
.expand-widget i {
  display: inline-block;
}
.expand-widget.collapsed i {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.widget-fullscreen-mode {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1999;
}
.badge,
.label {
  background-color: #95a4b8;
  cursor: pointer;
  font-weight:normal;
  font-size: 10px;
}
.badge {
  font-weight: 300;
  font-size: 10px;
  text-shadow: none;
  min-width: 13px;
  padding: 3px;
  line-height: 10px;
  border-radius: 4px;
}
.label-event {
    font-size:11px;
    padding:2px 5px 2px 5px;
}

.label-primary,
.badge-primary {
  background-color: #5090f7;
}
.label-success,
.badge-success {
  background-color: #56cf87;
}
.label-info,
.badge-info {
  background-color: #64d4e4;
}
.label-warning,
.badge-warning {
  background-color: #ffb038;
}
.label-danger,
.badge-danger {
  background-color: #fd7a7b;
}
.label-orange,
.badge-orange {
  background-color: #f08a61;
}
.label-gray,
.badge-gray {
  background-color: #A3A3A3;
}
.progress {
  background: #f9fafb;
}
.progress.progress-sm {
  height: 7px;
}
.progress.progress-sm .progress-bar {
  line-height: 7px;
  font-size: 8px;
}
.progress-bar {
  background-color: #5090f7;
}
.progress-bar-info {
  background-color: #64d4e4;
}
.progress-bar-success {
  background-color: #56cf87;
}
.progress-bar-warning {
  background-color: #ffb038;
}
.progress-bar-danger {
  background-color: #fd7a7b;
}
.dropdown-menu {
  border-color: #f0f3f5;
}
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eaeef1;
}
.dropdown-menu:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 13px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.dropdown-menu.no-arrow:before,
.dropdown-menu.no-arrow:after {
  display: none !important;
}
.dropdown-menu.dropdown-animated {
  display: block;
  visibility: hidden;
  transition: visibility 0.4s;
  -webkit-transition: visibility 0.4s;
}
.dropdown-menu.dropdown-animated.pop-effect.opened {
  animation: pop-open 0.4s;
  -webkit-animation: pop-open 0.4s;
}
.dropdown-menu.dropdown-animated.pop-effect.closed {
  animation: pop-close 0.4s;
  -webkit-animation: pop-close 0.4s;
}
.dropdown-menu.dropdown-animated.fade-effect.opened {
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
}
.dropdown-menu.dropdown-animated.fade-effect.closed {
  animation: fadeOut 0.4s;
  -webkit-animation: fadeOut 0.4s;
}
.dropdown-menu.pull-right:before,
.dropdown-menu.dropdown-menu-right:before {
  right: 12px;
  left: auto;
}
.dropdown-menu.pull-right:after,
.dropdown-menu.dropdown-menu-right:after {
  right: 13px;
  left: auto;
}
.dropdown-menu > li > a {
  color: #8b97ae;
  font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #eef4f5;
  color: #7f888f;
}
.dropdown-menu .divider {
  background-color: #f0f3f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #5090f7;
}
.dropdown-header {
  color: #c6cbd7;
}
.dropdown-hover .dropdown-menu {
  margin-top: 0;
}
.dropup .dropdown-menu:before {
  border-top: 7px solid #eaeef1;
  border-bottom: 0;
  top: auto;
  bottom: -7px;
}
.dropup .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.open .dropdown-menu.dropdown-animated {
  visibility: visible;
}
.pull-right .dropdown-menu:before {
  right: 12px;
  left: auto;
}
.pull-right .dropdown-menu:after {
  right: 13px;
  left: auto;
}
.page-header {
  position: relative;
  font-size: 18px;
  margin: 0;
  border-bottom: 0;
  background-color: #fff;
  padding: 15px 15px;
  /* border-bottom: 1px solid #f0f3f5; */
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.page-header.no-breadcrumb {
  border-bottom: 1px solid #f0f3f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
.page-header.full-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header.full-bg > .container {
  position: relative;
}
@media (min-width: 768px) {
  .page-header.full-bg > .container {
    padding: 25px 0;
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  .page-header.full-bg > .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav-top.app-layout .page-header {
  border-left: 1px solid #e4eef0;
  border-right: 1px solid #e4eef0;
}
@media (min-width: 768px) {
  .modal-md {
    width: 90%;
  }
}
.modal-header {
  border-bottom-color: #f0f3f5;
}
.modal-footer {
  border-top-color: #f0f3f5;
}
.modal-title {
  font-family: 'notokr', 'Montserrat', sans-serif;
}
.modal.modal-fade .modal-dialog {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal.modal-fade.in .modal-dialog {
  opacity: 1;
}
.modal.modal-scale .modal-dialog {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.modal-scale.in .modal-dialog {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal.modal-slide-bottom .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.modal.modal-slide-bottom.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-slide-left .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.modal.modal-slide-left.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-slide-right .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
}
.modal.modal-slide-right.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-flip-horizontal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.modal.modal-flip-horizontal .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.modal.modal-flip-horizontal.in .modal-dialog {
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
.modal.modal-flip-vertical {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.modal.modal-flip-vertical .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.modal.modal-flip-vertical.in .modal-dialog {
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.breadcrumb {
  display:block;
  background-color: #ffffff;
  border: 1px solid #e4eef0;
  border-width: 1px 0;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 20px;
  margin-bottom: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
.breadcrumb > li > a {
  color: #c6cbd7;  /* c6cbd7 */
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus {
  color: #7f888f;
}
.breadcrumb > li + li:before {
  content: "\ea42";
  color: #c6cbd7; /* c6cbd7; */
  position: relative;
  top: 1px;
  left: -2px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-wrap {
  background-color: #fff;
  border-top: 1px solid #e4eef0;
  border-bottom: 1px solid #e4eef0;
}
.breadcrumb-wrap .breadcrumb {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) {
  .breadcrumb-wrap .breadcrumb {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrap .breadcrumb {
    padding-left: 0;
  }
}
.pagination > li > a,
.pagination > li > span {
  border-color: #f0f3f5;
  color: #c6cbd7;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #7f888f;
  border-color: #f0f3f5;
  background-color: #f6f9fa;
  z-index: 1;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #5090f7;
  border-color: #5090f7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #ebf2f4;
  border-color: #f0f3f5;
  color: #c6cbd7;
}
.pagination-split > li > a,
.pagination-split > li > span {
  margin-left: 3px;
  border-radius: 4px;
}
.list-group-split .list-group-item:not(:last-child) {
  margin-bottom: 5px;
}
.list-group-item {
  border-color: #f0f3f5;
}
.list-group-item.has-toolbar {
  padding-right: 50px;
}
.list-group-item.has-toolbar .toolbar {
  position: absolute;
  right: 5px;
  top: 7px;
  margin-bottom: 0;
}
.list-group-item.has-toolbar .toolbar > li {
  float: left;
  padding: 5px;
}
a.list-group-item,
button.list-group-item {
  color: #7f888f;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #7f888f;
  background-color: #f6f9fa;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #5090f7;
  border-color: #5090f7;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #ebf2f4;
  color: #c6cbd7;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5090f7;
}
.list-group-item-success {
  background-color: #d5ebb7;
  border-color: #c9e5a3;
}
.list-group-item-info {
  background-color: #b6daec;
  border-color: #a2d0e7;
}
.list-group-item-warning {
  background-color: #fff4bd;
  border-color: #fff0a3;
}
.list-group-item-danger {
  background-color: #ebc1ca;
  border-color: #e5aeba;
}
.well {
  background-color: #f6f9fa;
  border-color: #f0f3f5;
}
.alert.has-icon {
  position: relative;
  padding-left: 35px;
}
.alert.has-icon .alert-icon {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 14px;
}
.alert-success {
  background-color: #d5ebb7;
  border-color: #cee8ab;
}
.alert-info {
  background-color: #b6daec;
  border-color: #aad4e9;
}
.alert-warning {
  background-color: #fff4bd;
  border-color: #fff1ae;
}
.alert-danger {
  background-color: #ebc1ca;
  border-color: #e7b5c0;
}
.alert-sm {
  padding: 10px 15px;
  font-size: 12px;
}
.alert-sm.has-icon .alert-icon {
  top: 12px;
}
.close:focus,
.close:hover {
  color: inherit;
  opacity: 1;
}
.tooltip {
  font-family: 'notokr', 'Ubuntu', sans-serif;
}
.tooltip-inner {
  background-color: #32465b;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #32465b;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #32465b;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #32465b;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #32465b;
}
.tooltip-gray .tooltip-inner {
  background-color: #95a4b8;
}
.tooltip-gray.top .tooltip-arrow {
  border-top-color: #95a4b8;
}
.tooltip-gray.bottom .tooltip-arrow {
  border-bottom-color: #95a4b8;
}
.tooltip-gray.left .tooltip-arrow {
  border-left-color: #95a4b8;
}
.tooltip-gray.right .tooltip-arrow {
  border-right-color: #95a4b8;
}
.tooltip-primary .tooltip-inner {
  background-color: #5090f7;
}
.tooltip-primary.top .tooltip-arrow {
  border-top-color: #5090f7;
}
.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: #5090f7;
}
.tooltip-primary.left .tooltip-arrow {
  border-left-color: #5090f7;
}
.tooltip-primary.right .tooltip-arrow {
  border-right-color: #5090f7;
}
.tooltip-success .tooltip-inner {
  background-color: #56cf87;
}
.tooltip-success.top .tooltip-arrow {
  border-top-color: #56cf87;
}
.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: #56cf87;
}
.tooltip-success.left .tooltip-arrow {
  border-left-color: #56cf87;
}
.tooltip-success.right .tooltip-arrow {
  border-right-color: #56cf87;
}
.tooltip-danger .tooltip-inner {
  background-color: #fd7a7b;
}
.tooltip-danger.top .tooltip-arrow {
  border-top-color: #fd7a7b;
}
.tooltip-danger.bottom .tooltip-arrow {
  border-bottom-color: #fd7a7b;
}
.tooltip-danger.left .tooltip-arrow {
  border-left-color: #fd7a7b;
}
.tooltip-danger.right .tooltip-arrow {
  border-right-color: #fd7a7b;
}
.popover {
  border-color: #f0f3f5;
}
.popover.top > .arrow {
  border-top-color: #f0f3f5;
}
.popover.left > .arrow {
  border-left-color: #f0f3f5;
}
.popover.right > .arrow {
  border-right-color: #f0f3f5;
}
.popover.bottom > .arrow {
  border-bottom-color: #f0f3f5;
}
.popover-title {
  background-color: #f6f9fa;
  border-color: #f0f3f5;
}


.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #f6f9fa;
  color: #7f888f;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #f6f9fa;
  border-color: #f0f3f5;
}
.nav-tabs {
  border-bottom-color: #f0f3f5;
}
.nav-tabs > li > a {
  color: #7f888f;
  background-color: #f6f9fa;
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #919EAE;    /* f0f3f5 */
  margin-right: 4px;
}
.nav-tabs > li > a:hover {
  background-color: #fff;
  border-color: #f0f3f5;
}
.nav-tabs.tabs-dark > li:not(.active) > a {
  color: #fff;
  background-color: #95a4b8;    /* 95a4b8 */
}
.nav-tabs.tabs-dark > li:not(.active) > a:hover,
.nav-tabs.tabs-dark > li:not(.active) > a:focus {
  background-color: #5090f7; /* blue = 5090f7, orange = f08a61, warning = ffb038 */
  border-color: #528DED;    /* blue = 528DED, orange = D8693D, warning = EC9F2B */
}
.nav-tabs > .open > a,
.nav-tabs > .open > a:focus,
.nav-tabs > .open > a:hover {
  background-color: #fff;
}
.nav-tabs.tabs-right > li {
  float: right;
}
.nav-tabs.tabs-right > li > a {
  margin-left: 4px;
  margin-right: 0;
}
.nav-tabs > li.active > a {
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.015);
  -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.015);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  border-color: #f0f3f5;
  border-bottom-color: transparent;
}
.tabs-float {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.015) inset;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.015) inset;
}
.tabs-float > li + li {
  margin-left: 4px;
}
.tabs-float > li:not(.active) {
  padding-top: 5px;
}
.tabs-float > li:not(.active) > a {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}
.nav-pills > li > a {
  color: #c6cbd7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #5090f7;
}
.nav-tabs.nav-justified > li > a {
  background-color: #fff;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-radius: 3px 3px 0 0;
    border-bottom-color: #f0f3f5;
  }
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-color: #f0f3f5;
  border-bottom-color: #fff;
}
.loading-dots {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: dotRotate 2s infinite linear;
  animation: dotRotate 2s infinite linear;
}
.loading-dots .dot1,
.loading-dots .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #7689a3;
  border-radius: 100%;
  -webkit-animation: dotBounce 2s infinite ease-in-out;
  animation: dotBounce 2s infinite ease-in-out;
}
.loading-dots .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  text-align: center;
}
.loading-wrap:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.loading-wrap.loading {
  display: block;
}



.content-wrap {
  position: relative;
  padding: 10px;
  width:100%; 
  height:calc(100% - 30px);
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 10px 2px 5px 2px;
  }
}

.animsition-loading {
  background-image: url(http://endlesstheme.com/quantum1.0.1/admin/img/loader/rings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.animsition-loading:after {
  content: '';
}


.wrapper {
  position: relative;
  width:100%;
  height: 100%;
  padding-top: 50px;
  overflow: hidden;
  /* overflow-y: auto; */
}
.wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s, visibility 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
}

.wrapper_frame {
  position: relative;
  height: 100%;
  /* margin-bottom: 35px; */
  /*overflow: hidden;*/
  overflow-y: auto;
}
.wrapper_frame:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s, visibility 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
}


@media (min-width: 768px) {
  .wrapper:after {
    visibility: hidden !important;
  }
}
.wrapper.side-nav-shown:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .wrapper.nav-top {
    padding-top: 100px;
  }
}
.wrapper.no-header {
  padding-top: 0;
}
.wrapper.no-footer {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .wrapper.hide-footer-xs {
    padding-bottom: 0;
  }
}
.main-container {
  position: relative;
  /* margin-bottom:50px; */
  transition: left 0.2s, right 0.2s;
  -webkit-transition: left 0.2s, right 0.2s;
}
@media (min-width: 768px) {
  .main-container {
    margin-left: 230px;
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-container {
    left: 0;
  }
}
.main-container.no-transition {
  transition: none;
  -webkit-transition: none;
}
@media (min-width: 768px) {
  .side-nav-sm .main-container {
    margin-left: 50px;
  }
}
.side-nav-shown .main-container {
  left: 230px;
  right: -230px;
}
.right-sidebar-opened .main-container {
  left: -275px !important;
  right: 275px;
}
.nav-top.right-sidebar-opened {
  left: 0;
}
.nav-top .main-container {
  margin-left: 0;
}
.nav-top .app-wrapper {
  border: 1px solid #e4eef0;
  border-width: 0 1px;
}
@media (min-width: 768px) {
  .nav-top .page-header {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .full-width-container .container {
    width: 100%;
  }
}
.app-layout .main-container {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
}
.app-layout .main-container > .container {
  height: 100%;
}
@media (max-width: 767px) {
  .app-layout .main-container > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .app-layout.nav-top .main-container {
    top: 100px;
  }
}
.app-layout.right-sidebar-opened .main-container {
  left: -275px !important;
  right: 275px;
}
.main-search {
  position: relative;
  float: right;
  padding: 10px 5px;
}
.main-search .input-wrap {
  position: relative;
  margin-top: 1px;
}
.main-search .input-wrap a {
  position: absolute;
  top: 7px;
  right: 15px;
  color: #c6cbd7;
  line-height: normal;
}
.main-search .input-wrap a:hover,
.main-search .input-wrap a:focus {
  color: #7f888f;
  text-decoration: none;
}
.main-search input {
  height: 28px;
  border-radius: 50em;
  padding-left: 15px;
  width: 170px;
  margin-bottom: 0;
  font-size: 12px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .main-search input {
    width: 310px;
  }
}
.main-search input:focus {
  padding-left: 15px !important;
}


.main-search input::-webkit-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.main-search input::-moz-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.main-search input:-ms-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}


@media (max-width: 767px) {
  .main-search {
    float: none;
    padding-right: 70px;
  }
  .main-search input {
    width: 100%;
  }
}
.header-toolbar {
  font-size: 14px;
  position: absolute;
  top: 28px;
  right: 15px;
}
@media (max-width: 767px) {
  .header-toolbar {
    top: 18px;
  }
}
.panel-stat {
  border-radius: 4px;
  display: table;
  width: 100%;
}
.panel-stat.no-icon .content-wrap {
  padding-top: 21px;
  padding-bottom: 22px;
}
.panel-stat .value {
  display: table-cell;
  font-size: 32px;
  padding-right: 15px;
  font-family: 'notokr', 'Montserrat', sans-serif;
  vertical-align: middle;
  line-height: 1;
}
.panel-stat .value.stat-icon {
  font-size: 30px;
}
.panel-stat .value.stat-icon > span {
  display: inline-block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  border-radius: 50em;
  text-align: center;
  background-color: #e4eef0;
}
.panel-stat.bg-success .value.stat-icon > span {
  background-color: #33b568;
}
.panel-stat .detail {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.panel-stat .table tbody > tr > td {
  padding: 15px;
}
.circle-wrap {
  position: relative;
  text-align: center;
}
.circle-wrap:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  display: block;
  border-bottom: 1px dashed #f0f3f5;
}
.circle-wrap.line-2x:before {
  border-bottom-width: 2px;
}
.circle-wrap .circle-inner {
  position: relative;
  display: inline-block;
  background-color: #f9fafb;
  border: 1px solid #f0f3f5;
  box-shadow: 0 0 0 8px #fff;
  -webkit-box-shadow: 0 0 0 8px #fff;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
}
.app-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.app-wrapper.has-page-header {
  height: calc(100% - 85px);
}
@media (max-width: 767px) {
  .app-wrapper.has-page-header {
    height: calc(100% - 65px);
  }
}
.app-wrapper.has-breadcrumb {
  height: calc(100% - 29px);
}
.app-wrapper.has-page-header.has-breadcrumb {
  height: calc(100% - 114px);
}
@media (max-width: 767px) {
  .app-wrapper {
    position: relative;
    display: block;
  }
}
.app-wrapper.app-30-70 .app-col:first-child {
  width: 30%;
}
.app-wrapper.app-30-70 .app-col:last-child {
  left: 30%;
  width: 70%;
}
.app-wrapper.app-40-60 .app-col:first-child {
  width: 40%;
}
.app-wrapper.app-40-60 .app-col:last-child {
  left: 40%;
  width: 60%;
}
.app-wrapper.app-50-50 .app-col:first-child {
  width: 50%;
}
.app-wrapper.app-50-50 .app-col:last-child {
  left: 50%;
  width: 50%;
}
.app-wrapper.app-30-70 .app-col:first-child,
.app-wrapper.app-40-60 .app-col:first-child,
.app-wrapper.app-50-50 .app-col:first-child {
  border-right: 1px solid #f0f3f5;
}
@media (max-width: 767px) {
  .app-wrapper.app-30-70 .app-col:first-child,
  .app-wrapper.app-40-60 .app-col:first-child,
  .app-wrapper.app-50-50 .app-col:first-child {
    width: 100% !important;
  }
}
.app-wrapper.app-30-70 .app-col:last-child,
.app-wrapper.app-40-60 .app-col:last-child,
.app-wrapper.app-50-50 .app-col:last-child {
  transition: left 0.2s;
  -webkit-transition: left 0.2s;
}
@media (max-width: 767px) {
  .app-wrapper.app-30-70 .app-col:last-child,
  .app-wrapper.app-40-60 .app-col:last-child,
  .app-wrapper.app-50-50 .app-col:last-child {
    left: 100%;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .app-wrapper.app-30-70.full-width-sm .app-col:first-child,
  .app-wrapper.app-40-60.full-width-sm .app-col:first-child,
  .app-wrapper.app-50-50.full-width-sm .app-col:first-child {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .app-wrapper.app-30-70.full-width-sm .app-col:last-child,
  .app-wrapper.app-40-60.full-width-sm .app-col:last-child,
  .app-wrapper.app-50-50.full-width-sm .app-col:last-child {
    left: 100%;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .app-wrapper.content-opened .app-col:last-child {
    left: 0 !important;
  }
}
@media (max-width: 991px) {
  .app-wrapper.content-opened.full-width-sm .app-col:last-child {
    left: 0 !important;
  }
}
.app-wrapper .app-col {
  position: absolute;
  vertical-align: top;
  height: 100%;
}
.app-wrapper .app-col-header {
  position: relative;
  height: 50px;
  border-bottom: 1px dashed #f0f3f5;
  padding: 10px 15px;
}
.app-wrapper .app-col-header.has-toggle.toggle-left {
  padding-left: 45px;
}
.app-wrapper .app-col-header.has-toggle.toggle-right {
  padding-right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app-wrapper .app-col-header.toggle-sm.toggle-left {
    padding-left: 45px;
  }
  .app-wrapper .app-col-header.toggle-sm.toggle-right {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .app-wrapper .app-col-header.toggle-xs.toggle-left {
    padding-left: 45px;
  }
  .app-wrapper .app-col-header.toggle-xs.toggle-right {
    padding-right: 45px;
  }
}
.app-wrapper .app-content-col.loading .loading-wrap {
  display: block;
}
.app-wrapper .app-scrollable-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.app-wrapper .no-header .app-scrollable-content {
  top: 0;
}
.app-wrapper .app-col-toggle {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 20px;
  color: #c6cbd7;
  cursor: pointer;
}
.app-wrapper .app-col-toggle:hover {
  color: #7f888f;
  cursor: pointer;
}
.app-wrapper .toggle-right .app-col-toggle {
  left: auto;
  right: 10px;
}
.email-wrapper .email-label {
  display: inline-block;
  border-radius: 3px;
  width: 12px;
  height: 12px;
}
.email-wrapper .email-nav {
  background-color: #f6f9fa;
  width: 200px;
  border-right: 1px solid #f0f3f5;
  transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-wrapper .email-nav {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .email-wrapper .email-nav {
    left: -200px;
    z-index: 2;
  }
}
.email-wrapper .email-nav .nav-list > li.divider {
  border-bottom: 1px dashed #e1e7eb;
}
.email-wrapper .email-nav .nav-list > li.nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
}
.email-wrapper .email-nav .nav-list > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #7f888f;
  text-decoration: none;
}
.email-wrapper .email-nav .nav-list > li > a .email-label {
  position: absolute;
  left: 14px;
  top: 11px;
}
.email-wrapper .email-nav .nav-list > li > a:hover,
.email-wrapper .email-nav .nav-list > li > a:focus {
  background-color: #e6eef1;
  color: #7f888f;
}
.email-wrapper .email-nav .nav-list > li.label-link > a {
  padding-left: 35px;
}
.email-wrapper .email-list {
  left: 200px;
  background-color: #fff;
  border-right: 1px solid #f0f3f5;
  transition: left 0.2s, right 0.2s;
  -o-transition: left 0.2s, right 0.2s;
  -webkit-transition: left 0.2s, right 0.2s;
}
@media (min-width: 992px) {
  .email-wrapper .email-list {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-wrapper .email-list {
    width: 250px;
    left: 170px;
  }
}
@media (max-width: 767px) {
  .email-wrapper .email-list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .email-wrapper .email-list .app-col-header {
    padding-left: 45px;
  }
}
.email-wrapper .email-list .email-list-header {
  padding: 10px 15px 11px;
  border-bottom: 1px dashed #e1e7eb;
}
.email-wrapper .email-list .email-items {
  margin-bottom: 0;
}
.email-wrapper .email-list .email-items .email-item {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 35px;
  color: #7f888f;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #f0f3f5;
}
.email-wrapper .email-list .email-items .email-item.opened:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #5090f7;
}
.email-wrapper .email-list .email-items .email-item.opened > a {
  background-color: #f6f9fa;
}
.email-wrapper .email-list .email-items .email-item.selected {
  background-color: #ebf2f4;
}
.email-wrapper .email-list .email-items .email-item.selected:hover {
  background-color: #ebf2f4;
}
.email-wrapper .email-list .email-items .email-item:hover {
  background-color: #f6f9fa;
}
.email-wrapper .email-list .email-items .email-item .email-label {
  margin-right: 7px;
  margin-top: 4px;
}
.email-wrapper .email-list .email-items .email-item .email-action {
  position: absolute;
  top: 10px;
  left: 10px;
}
.email-wrapper .email-list .email-items .email-item .email-action .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.email-wrapper .email-list .email-items .email-item .email-action .checkbox label {
  min-height: 60px;
}
.email-wrapper .email-list .email-items .email-item .email-time {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
  color: #c6cbd7;
}
.email-wrapper .email-list .email-items .email-item .email-starred {
  float: right;
}
.email-wrapper .email-list .email-items .email-item p {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .email-wrapper .email-list .email-items .email-item p {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-wrapper .email-list .email-items .email-item p {
    width: 220px;
  }
}
.email-wrapper .email-content {
  left: 600px;
  right: 0;
  background-color: #fff;
  transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-wrapper .email-content {
    left: 420px;
  }
}
@media (max-width: 767px) {
  .email-wrapper .email-content {
    top: 100%;
    left: 0;
    right: 0;
  }
}
.email-wrapper .email-content .app-scrollable-content {
  top: 0;
  height: calc(100% - 160px);
}
@media (max-width: 767px) {
  .email-wrapper .email-content .app-scrollable-content {
    position: static;
    height: auto;
  }
}
.email-wrapper .email-content .app-scrollable-content-xs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.email-wrapper .email-content .email-heading {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #f0f3f5;
}
.email-wrapper .email-content .email-heading .author-profile-pic {
  float: left;
}
.email-wrapper .email-content .email-heading .author-profile-pic img {
  width: 35px;
  height: 35px;
  border-radius: 50em;
}
.email-wrapper .email-content .email-heading .detail {
  margin-left: 45px;
}
.email-wrapper .email-content .email-heading .email-time {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 12px;
  color: #c6cbd7;
}
.email-wrapper .email-content .email-heading .email-starred {
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 12px;
}
.email-wrapper .email-content .email-heading .email-label {
  position: absolute;
  left: 14px;
  top: 11px;
}
.email-wrapper .email-content .email-body {
  padding: 15px;
}
.email-wrapper .email-content .email-footer {
  padding-bottom: 20px;
  height: 160px;
}
@media (min-width: 768px) {
  .email-wrapper .email-content .email-footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .email-wrapper .email-content .email-footer {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .nav-opened .email-nav {
    left: 0;
  }
  .nav-opened .email-list {
    left: 200px;
    right: -200px;
  }
}
@media (max-width: 767px) {
  .email-opened .email-content {
    top: 0;
  }
}
.task-wrapper {
  overflow: hidden;
}
.task-wrapper .task-list .app-scrollable-content .task-items:first-child .task-header {
  border-top-color: transparent;
}
.task-wrapper .task-list .app-col-header {
  border-bottom-style: solid;
}
.task-wrapper .task-list .app-col-header.has-toggle {
  padding-right: 45px;
}
.task-wrapper .task-items {
  margin-bottom: 0;
}
.task-wrapper .task-items > .task-item {
  position: relative;
  display: block;
  padding: 9px 15px 9px 44px;
  font-size: 12px;
  cursor: pointer;
  color: #7f888f;
  text-decoration: none;
  border-top: 1px solid #f0f3f5;
}
.task-wrapper .task-items > .task-item:last-child {
  border-bottom: 1px solid #f0f3f5;
}
.task-wrapper .task-items > .task-item.task-selected {
  background-color: #f9fafb;
}
.task-wrapper .task-items > .task-item .task-chk-wrap {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  padding-top: 9px;
}
.task-wrapper .task-items > .task-item .task-action {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 14px;
}
.task-wrapper .task-items > .task-item .task-action > li {
  position: relative;
  float: left;
  display: block;
  color: #c6cbd7;
  padding: 5px;
}
.task-wrapper .task-items > .task-item .task-action > li .badge {
  position: absolute;
  top: 0;
  right: -1px;
  padding: 2px;
}
.task-wrapper .task-items .task-header {
  position: relative;
  display: block;
  padding: 10px 15px 10px 44px;
  font-size: 10px;
  font-weight: 600;
  background-color: #f6f9fa;
}
.task-wrapper .task-items .task-header .badge {
  position: absolute;
  right: 15px;
  top: 8px;
}
.task-wrapper .task-items .task-header .label {
  font-size: 9px;
}
.task-wrapper .task-items .task-header .completeness {
  float: right;
  margin-top: 2px;
  clear: right;
}
.task-wrapper .task-inner-content {
  padding: 10px;
}
.task-id {
  position: absolute;
  left: 7px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50em;
  background-color: #5090f7;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}
.task-id:hover,
.task-id:focus {
  color: #fff;
  background-color: #5090f7;
  text-decoration: none;
}
.task-inner-header {
  margin-bottom: 20px;
  margin-top: 5px;
}
.task-latest-act > li {
  display: table;
  width: 100%;
  padding: 5px;
  border: 0;
  margin-top: 7px;
}
.task-latest-act > li .profile-pic {
  display: table-cell;
  vertical-align: top;
  width: 35px;
}
.task-latest-act > li .profile-pic img {
  width: 35px;
  height: 35px;
}
.task-latest-act > li .activity {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.task-latest-act > li .activity-time {
  display: table-cell;
  vertical-align: middle;
  color: #c6cbd7;
  width: 70px;
  font-size: 11px;
}
.discussion-item {
  position: relative;
  padding-left: 50px;
  padding-right: 5px;
}
.discussion-item + .discussion-item {
  margin-top: 10px;
}
.discussion-item .profile-pic {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}
.discussion-item .profile-pic img {
  width: 35px;
  height: 35px;
}
.discussion-item .discussion-content {
  vertical-align: top;
  padding-top: 3px;
}
.file-shared-wrap {
  text-align: center;
  display: inline-block;
}
.file-shared-wrap .file-inner {
  padding: 25px 35px;
  font-size: 60px;
  line-height: 1;
  border-radius: 6px;
  background-color: #f6f9fa;
  color: #c6cbd7;
  border: 1px solid #f0f3f5;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.file-shared-wrap .file-inner:hover {
  background-color: #ecf2f5;
  color: #7f888f;
}
.image-shared-wrap {
  text-align: center;
  color: #7f888f;
}
.image-shared-wrap:hover,
.image-shared-wrap:focus {
  color: #7f888f;
  text-decoration: none;
}
.chat-wrapper .app-content-col .app-scrollable-content {
  bottom: 51px;
}
.chat-friend-list > li {
  position: relative;
  padding: 12px;
  padding-left: 60px;
  border-bottom: 1px solid #f0f3f5;
  cursor: pointer;
}
.chat-friend-list > li:hover {
  background-color: #f6f9fa;
}
.chat-friend-list > li .profile-pic {
  position: absolute;
  top: 11px;
  left: 12px;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #95a4b8;
}
.chat-friend-list > li .profile-pic:before {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  top: 0;
  right: 0;
  border: 2px solid #fff;
  background-color: #95a4b8;
  border-radius: 50em;
}
.chat-friend-list > li .profile-pic img {
  width: 35px;
  height: 35px;
}
.chat-friend-list > li.online .profile-pic {
  border-color: #56cf87;
}
.chat-friend-list > li.online .profile-pic:before {
  background-color: #56cf87;
}
.chat-friend-list > li.away .profile-pic {
  border-color: #ffb038;
}
.chat-friend-list > li.away .profile-pic:before {
  background-color: #ffb038;
}
.chat-friend-list > li.block .profile-pic {
  border-color: #fd7a7b;
}
.chat-friend-list > li.block .profile-pic:before {
  background-color: #fd7a7b;
}
.chat-friend-list > li.active {
  background-color: #5090f7;
  color: #fff;
}
.chat-friend-list > li.active .profile-pic {
  border-color: #fff;
}
.chat-friend-list > li.active .chat-time {
  color: rgba(255, 255, 255, 0.6);
}
.chat-friend-list > li.active .badge {
  background-color: #fff;
  color: #7f888f;
}
.chat-friend-list > li.divider {
  border-bottom: 0;
  margin-top: 10px;
}
.chat-friend-list > li.divider:hover {
  background-color: transparent;
  cursor: default;
}
.chat-friend-list > li.divider:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  border-top: 1px dashed #f0f3f5;
}
.chat-friend-list > li.divider span {
  position: relative;
  border-radius: 6px;
  background-color: #f6f9fa;
  border: 1px solid #f0f3f5;
  padding: 5px 10px;
  z-index: 2;
}
.chat-heading {
  padding-right: 75px;
}
.chat-heading .chat-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-heading .chat-time {
  float: right;
  font-size: 10px;
  color: #c6cbd7;
  margin-top: 2px;
  margin-right: -75px;
}
.chat-preview {
  margin-top: 5px;
  padding-right: 35px;
}
.chat-preview .badge {
  float: right;
  margin-right: -35px;
}
.chat-preview p {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-item {
  position: relative;
  padding: 10px;
  padding-left: 55px;
}
.chat-item .profile-pic {
  position: absolute;
  left: 10px;
  top: 10px;
}
.chat-item .profile-pic img {
  width: 35px;
  height: 35px;
}
.chat-item .chat-bubble {
  display: inline-block;
  position: relative;
  padding: 12px 15px;
  border: 1px solid #dee5e7;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
}
.chat-item .chat-bubble:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #e1e7eb;
}
.chat-item .chat-bubble:after {
  content: '';
  position: absolute;
  top: 11px;
  left: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}
.chat-item .chat-sent {
  margin-top: 3px;
  margin-left: 5px;
}
.chat-item.right {
  padding-left: 10px;
  padding-right: 55px;
  text-align: right;
}
.chat-item.right .profile-pic {
  left: auto;
  right: 10px;
}
.chat-item.right .chat-sent {
  margin-left: 0;
  margin-right: 5px;
}
.chat-item.right .chat-bubble:before,
.chat-item.right .chat-bubble:after {
  left: auto;
}
.chat-item.right .chat-bubble:before {
  border-left: 7px solid #e1e7eb;
  border-right: 0;
  right: -7px;
}
.chat-item.right .chat-bubble:after {
  border-left: 7px solid #fff;
  border-right: 0;
  right: -6px;
}
.chat-item.chat-main .chat-bubble {
  background-color: #5090f7;
  border-color: #5090f7;
  color: #fff;
}
.chat-item.chat-main .chat-bubble:before,
.chat-item.chat-main .chat-bubble:after {
  border-right-color: #5090f7;
}
.chat-item.chat-main.right .chat-bubble:before,
.chat-item.chat-main.right .chat-bubble:after {
  border-left-color: #5090f7;
}
.chat-item.chat-dark .chat-bubble {
  background-color: #32465b;
  border-color: #32465b;
  color: #fff;
}
.chat-item.chat-dark .chat-bubble:before,
.chat-item.chat-dark .chat-bubble:after {
  border-right-color: #32465b;
}
.chat-item.chat-dark.right .chat-bubble:before,
.chat-item.chat-dark.right .chat-bubble:after {
  border-left-color: #32465b;
}
.chat-item .chat-image-shared {
  max-width: 200px;
}
.chat-reply {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #f0f3f5;
}
.timeline-wrap {
  position: relative;
}
.timeline-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background-color: #7689a3;
}
.timeline-start {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.timeline-start .timeline-inner {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .timeline-start {
    margin-bottom: 80px;
  }
}
.timeline-event {
  position: relative;
  width: 50%;
  padding-right: 40px;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .timeline-event {
    float: none !important;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 80px;
  }
}
.timeline-icon {
  position: absolute;
  top: 0;
  right: -24px;
}
@media (max-width: 767px) {
  .timeline-icon {
    top: -65px;
    right: auto !important;
    left: 50% !important;
    margin-left: 1px;
  }
}
.event-box {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #f0f3f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .event-box {
    min-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-box {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .event-box {
    display: block;
  }
}
.event-box:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #e1e7eb;
}
.event-box:after {
  content: '';
  position: absolute;
  top: 21px;
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.event-box.bg-main,
.event-box.bg-info,
.event-box.bg-primary,
.event-box.bg-success,
.event-box.bg-warning,
.event-box.bg-danger,
.event-box.bg-gray,
.event-box.bg-dark {
  color: #fff;
}
.event-box.bg-main:before,
.event-box.bg-main:after {
  border-left-color: #5090f7;
}
.event-box.bg-primary:before,
.event-box.bg-primary:after {
  border-left-color: #5090f7;
}
.event-box.bg-info:before,
.event-box.bg-info:after {
  border-left-color: #64d4e4;
}
.event-box.bg-success:before,
.event-box.bg-success:after {
  border-left-color: #56cf87;
}
.event-box.bg-warning:before,
.event-box.bg-warning:after {
  border-left-color: #ffb038;
}
.event-box.bg-danger:before,
.event-box.bg-danger:after {
  border-left-color: #fd7a7b;
}
.event-box.bg-gray:before,
.event-box.bg-gray:after {
  border-left-color: #95a4b8;
}
.event-box.bg-dark:before,
.event-box.bg-dark:after {
  border-left-color: #32465b;
}
@media (max-width: 767px) {
  .event-box:before,
  .event-box:after {
    display: none !important;
  }
}
.event-header {
  position: relative;
}
.event-header.has-profile-pic {
  padding-left: 55px;
  min-height: 45px;
}
.event-header .profile-pic {
  position: absolute;
  top: 3px;
  left: 0;
}
.event-header .profile-pic img {
  width: 40px;
  height: 40px;
}
.event-header .text-lg {
  font-size: 18px;
}
.event-icon {
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 1px solid #5090f7;
  width: 45px;
  height: 45px;
  line-height: 40px;
  margin-top: 10px;
  margin-left: -23px;
  border-radius: 50em;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
}
.event-icon span {
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
  background-color: #7689a3;
  color: #fff;
  border-radius: 50em;
  font-size: 16px;
  border: 3px solid #f4f7fa;
}
.event-active .event-icon span {
  background-color: #5090f7;
}
.event-right .timeline-event {
  float: right;
  padding-right: 0;
  padding-left: 40px;
  text-align: left;
}
.event-right .event-box:before {
  left: -7px;
  right: auto;
  border-right: 7px solid #e1e7eb;
  border-left: 0;
}
.event-right .event-box:after {
  left: -6px;
  right: auto;
  border-right: 6px solid #fff;
  border-left: 0;
}
.event-right .event-box.bg-info:before,
.event-right .event-box.bg-info:after {
  border-right-color: #5090f7;
}
.event-right .timeline-icon {
  left: 0;
  right: auto;
}
.galleries {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .galleries {
    padding: 10px 0;
  }
}


.galleries .gallery-item {
  float: left;
  /* width: 33.333333333333336%; */
  width:25%;
  padding: 5px;
}

@media (min-width: 1024px) {
  .galleries .gallery-item {
    width: 240px;
  }
}

@media (max-width: 1024px) {
  .galleries .gallery-item {
    width: 25%;
  }
}

@media (max-width: 900px) {
  .galleries .gallery-item {
    width: 33.333333333333336%;
  }
}

@media (max-width: 600px) {
  .galleries .gallery-item {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .galleries .gallery-item {
    width: 100%;
  }
}

.galleries .gallery-item .thumbnail-inner {
  position: relative;
  overflow: hidden;
}
.galleries .gallery-item img {
  transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.galleries .gallery-item .thumbnail-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  color: #fff;
  text-align: center;
}
.galleries .gallery-item .thumbnail-caption:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.galleries .gallery-item .thumbnail-caption .caption-inner {
  display: inline-block;
}
.galleries .gallery-item .thumbnail-caption .thumbnail-name {
  font-size: 24px;
}
.galleries .gallery-item .thumbnail-chk {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: right;
  cursor: pointer;
}
.galleries .gallery-item .thumbnail-chk span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border-radius: 50em;
  text-align: center;
  background-color: #95a4b8;
  color: #c2cad6;
  opacity: 0.7;
}
.galleries .gallery-item .thumbnail-chk:hover span {
  opacity: 1;
}
.galleries .gallery-item .slide-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.galleries .gallery-item:hover img {
  transform: scale(1.015);
  -webkit-transform: scale(1.015);
}
.galleries .gallery-item:hover .thumbnail-caption {
  opacity: 1;
}
.galleries .gallery-item:hover .slide-toggle {
  display: block;
}
.galleries .gallery-item.gallery-selected .thumbnail-chk span {
  background-color: #fff;
  color: #5090f7;
  opacity: 1;
}
.galleries .gallery-item.gallery-selected .thumbnail-caption {
  opacity: 1;
  background-color: rgba(80, 144, 247, 0.7);
}
.lg .lg-icon:before,
.lg .lg-icon:after {
  display: none;
}
.lg-toolbar .lg-icon:after {
  display: none;
}
.lg-toolbar .lg-icon {
  font-size: 18px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 50em;
  padding-top: 10px;
}
#lg-gallery .thumb-cont .thumb-info {
  background-color: #32465b;
}
.profile-wrap .profile-header {
  position: relative;
  padding-left: 85px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .profile-wrap .profile-header {
    height: 119px;
  }
}
@media (max-width: 767px) {
  .profile-wrap .profile-header {
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }
}
.profile-wrap .profile-header .profile-pic {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 15px;
  top: 15px;
  padding: 3px;
  border: 1px solid #95a4b8;
  border-radius: 50em;
}
@media (max-width: 767px) {
  .profile-wrap .profile-header .profile-pic {
    position: static;
    float: none;
    margin: 0 auto -15px;
    position: relative;
    top: auto;
    left: auto;
  }
}
.profile-wrap .profile-header .profile-pic:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -2px;
  right: 7px;
  border: 3px solid #fff;
  background-color: #95a4b8;
  border-radius: 50em;
}
.profile-wrap .profile-header .profile-pic.online {
  border-color: #56cf87;
}
.profile-wrap .profile-header .profile-pic.online:before {
  background-color: #56cf87;
}
.profile-wrap .profile-header .profile-pic.away {
  border-color: #ffb038;
}
.profile-wrap .profile-header .profile-pic.away:before {
  background-color: #ffb038;
}
.profile-wrap .profile-header .profile-pic.block {
  border-color: #fd7a7b;
}
.profile-wrap .profile-header .profile-pic.block:before {
  background-color: #fd7a7b;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-overview-stat {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (min-width: 992px) {
  .profile-overview-stat {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .profile-overview-stat {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #f0f3f5;
  }
}
.profile-overview-stat .row {
  margin-left: 0;
  margin-right: 0;
}
.profile-overview-stat strong {
  display: block;
  font-size: 30px;
}
@media (max-width: 991px) {
  .profile-overview-stat strong {
    font-size: 24px;
  }
}
.profile-overview-stat .stat-col {
  border-right: 1px dashed #f0f3f5;
}
.profile-overview-stat .stat-col:last-child {
  border-right: 0;
}
.portfolio-item {
  border: 1px solid #f0f3f5;
  cursor: pointer;
  margin-bottom: 15px;
}
.portfolio-item .img-wrap {
  position: relative;
  overflow: hidden;
}
.portfolio-item .img-wrap img {
  -webkit-transition: transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), opacity 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), opacity 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.portfolio-item .portfolio-caption {
  text-align: center;
  padding: 15px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
}
.portfolio-item:hover .img-wrap img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  opacity: 0.8;
}
.portfolio-item:hover .portfolio-caption {
  color: #fff;
  background-color: #5090f7;
}
.color-list > li {
  float: left;
  margin-right: 10px;
}
.color-list > li span {
  display: block;
  border-radius: 50em;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-result-filter {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #f0f3f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.search-result-filter .filter-heading {
  padding: 12px 15px;
}
.search-result-filter .filter-body {
  border-top: 1px solid #f0f3f5;
}
.search-result-tags {
  position: relative;
  padding-left: 70px;
}
.search-result-tags > label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.filter-tab {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 5px;
  background-color: #5090f7;
  padding: 3px 10px;
  color: #fff;
  font-size: 11px;
  transition: padding-right 0.4s;
  -webkit-transition: padding-right 0.4s;
}
@media (max-width: 767px) {
  .search-result-list {
    border-top: 1px dashed #e4eef0;
  }
}
.search-result-item {
  display: table;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  border-style: dashed;
  border:1px  solid #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.search-result-item .search-item-thumbnail {
  display: table-cell;
  width: 240px;
  height:200px;
}
.search-result-item .search-item-thumbnail img {
  width: 100%;
  height: 240px;
}
@media (max-width: 550px) {
  .search-result-item .search-item-thumbnail {
    display: none;
  }
}

.search-result-item .search-item-detail {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding: 15px;
}
.search-item-description {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  overflow: hidden;
}
.search-result-item .search-item-detail .search-item-heading {
  font-size: 16px;
  color: #7f888f;
}
.search-result-item .search-item-detail .search-item-description {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  overflow: hidden;
}
.search-result-item .search-item-detail .search-item-description:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0px;
  height: 30px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #ffffff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), #ffffff);
}
.invoice-wrap {
  background-color: #fff;
  border: 1px solid #e4eef0;
  margin-bottom: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.invoice-header {
  padding: 30px;
  padding-bottom: 10px;
}
.invoice-body {
  padding: 30px;
  padding-bottom: 70px;
}
.logo-thumbnail {
  border-radius: 4px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #5090f7;
  color: #fff;
  font-size: 30px;
}
.sortable-placeholder {
  list-style: none;
  min-height: 42px;
  border: 1px dashed #f0f3f5;
  background-color: #f6f9fa;
  z-index: 2;
}
.handle {
  color: #c6cbd7;
  cursor: move;
}
.handle:hover {
  color: #7f888f;
}
.flat-noty {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  margin: 8px 0;
}
.flat-noty .noty_bar {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #f0f3f5;
  border-radius: 6px;
  color: #7f888f;
}
.flat-noty .noty_type_info {
  background-color: #b6daec;
  border-color: #8ec5e1;
  color: #31708f;
}
.flat-noty .noty_type_success {
  background-color: #d5ebb7;
  border-color: #bee08f;
  color: #3c763d;
}
.flat-noty .noty_type_warning {
  background-color: #fff4bd;
  border-color: #ffe357;
  color: #8a6d3b;
}
.flat-noty .noty_type_danger {
  background-color: #ebc1ca;
  border-color: #df9aa9;
  color: #a94442;
}
.flat-noty.noty-dark .noty_bar {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
}
.flat-noty .has-image {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  padding-top: 3px;
}
.flat-noty .has-image .noty_image {
  position: absolute;
  left: 0;
  top: 0;
}
.flat-noty .has-image .noty_image img {
  max-width: 100%;
}
.flat-noty .has-image .profile-pic {
  border-radius: 50em;
  width: 40px;
  height: 40px;
}
.people-list.img-sm > li img,
.people-list.img-sm li.others {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.people-list > li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.people-list > li img {
  width: 40px;
  height: 40px;
}
.people-list > li.others {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #5090f7;
  border-radius: 50em;
}
.activity-widget > li > a {
  position: relative;
  display: block;
  padding: 8px;
  padding-left: 58px;
  min-height: 40px;
  color: #7f888f;
  text-decoration: none;
  border-radius: 4px;
}
.activity-widget > li > a:hover,
.activity-widget > li > a:focus {
  background-color: #f6f9fa;
}
.activity-widget > li > a .activity-type {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border: 1px solid #5090f7;
  color: #5090f7;
  background-color: transparent;
  border-radius: 50em;
  text-align: center;
}
.activity-widget > li > a .activity-type.bg-purple {
  border: 1px solid #936fca;
  color: #936fca;
}
.activity-widget > li > a .activity-type.bg-orange {
  border: 1px solid #f08a61;
  color: #f08a61;
}
.activity-widget > li > a .activity-type.bg-success {
  border: 1px solid #56cf87;
  color: #56cf87;
}
.activity-widget > li > a .activity-type.bg-primary {
  border: 1px solid #5090f7;
  color: #5090f7;
}
.activity-widget > li > a .activity-type.bg-warning {
  border: 1px solid #ffb038;
  color: #ffb038;
}
.activity-widget > li > a .activity-type.bg-danger {
  border: 1px solid #fd7a7b;
  color: #fd7a7b;
}
.activity-widget > li > a .activity-time {
  position: absolute;
  right: 8px;
  top: 8px;
}
.activity-widget.no-icon > li > a {
  padding-left: 0;
}
.user-wrapper {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
}
.user-wrapper .profile-pic {
  position: absolute;
  left: 0;
  top: 0;
}
.user-wrapper .profile-pic img {
  width: 40px;
  height: 40px;
}
.user-wrapper.img-lg {
  padding-left: 60px;
  min-height: 50px;
}
.user-wrapper.img-lg .profile-pic img {
  width: 50px;
  height: 50px;
}
.user-wrapper.img-sm {
  padding-left: 45px;
  min-height: 35px;
}
.user-wrapper.img-sm .profile-pic img {
  width: 35px;
  height: 35px;
}
.review-slider {
  transition: background-color 1s;
  -webkit-transition: background-color 1s;
}
.page-error-type {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #f6f9fa;
  margin-top: 50px;
}
@media (min-width: 481px) {
  .page-error-type {
    font-size: 180px;
  }
}
@media (max-width: 480px) {
  .page-error-type {
    font-size: 150px;
  }
}
@media (min-height: 700px) {
  .page-error-type {
    margin-top: 100px;
  }
}
.has-footer {
  padding-bottom: 50px;
}
.has-footer.app-layout .main-container {
  bottom: 50px;
}
@media (max-width: 767px) {
  .hide-footer-xs.app-layout .main-container {
    bottom: 0;
  }
}
.page-error-text {
  font-size: 18px;
  line-height: 28px;
}
#cboxOverlay {
  background: #000;
}
.fc th {
  background-color: #f6f9fa;
}
.fc .fc-day-header {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #f0f3f5;
}
.fc-unthemed .fc-today {
  background: #fff4bd;
  color: #8a6d3b;
}
.fc-state-default {
  background-image: none;
  background-color: #fff;
  border-color: #f0f3f5;
  color: #7f888f;
}
.fc-state-disabled {
  cursor: not-allowed !important;
  opacity: 1;
  filter: alpha(opacity=1);
  background-color: #ebf2f4;
  color: #c6cbd7;
}
.fc-event {
  background-color: #5090f7;
  border-color: #5090f7;
}
.fc-day-grid-event,
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  padding: 3px;
}
.fc-day-number.fc-other-month {
  opacity: 1;
  color: #c6cbd7;
}
.fc-bgevent {
  opacity: .3;
  filter: alpha(opacity=30);
  background-color: #5090f7;
}
.fc-nonbusiness {
  background-color: #ebf2f4;
}
.fc-highlight {
  background-color: #ebf2f4;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background-color: #f6f9fa;
}
.fc-popover .fc-header {
  padding: 4px;
  font-size: 12px;
  border-bottom: 1px solid #f0f3f5;
}
.chart-placeholder {
  height: 237px;
  height: 300px;
}
.area-placeholder {
  height: 140px;
}
.flot-tick-label.tickLabel {
  color: #7f888f;
  font-size:10px;
}
.jqstooltip {
  background-color: #95a4b8 !important;
  border-color: #95a4b8 !important;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.calendar {
  text-align: center;
}
.calendar header {
  position: relative;
  padding: 15px 10px;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.calendar h2 {
  text-transform: uppercase;
}
.calendar thead {
  font-weight: 600;
  text-transform: uppercase;
}
.calendar tbody {
  color: #7c8a95;
}
.calendar tbody td:hover {
  background-color: #f6f9fa;
}
.calendar td {
  line-height: 64px;
  text-align: center;
}
.event-calendar tr td {
  border-top: 0 !important;
}
.current-day {
  background: #5090f7;
  color: #fff;
}
.current-day:hover {
  background: #5090f7 !important;
}
.event {
  cursor: pointer;
  position: relative;
}
.event:after {
  background: #f08a61;
  border-radius: 50%;
  bottom: 2px;
  display: block;
  content: '';
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.event.current-day:after {
  background: #f9f9f9;
}
.btn-prev {
  left: 10px;
}
.btn-next {
  left: 115px;
}
.list {
  margin-top: 20px;
}
.day-event {
  background-color: #F2F2F2 ;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  display: none;
}
.day-event p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.day-event span {
  font-size: 12px;
}
.day-event button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #c0392b;
  border: 0;
  border-bottom: 2px solid #b53224;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #b53224;
  box-shadow: inset 0 -2px #b53224;
}
.check-btn {
  width: 100%;
}
.calendar-container .table > tbody > tr > td,
.calendar-container .table > tbody > tr > th,
.calendar-container .table > tfoot > tr > td,
.calendar-container .table > tfoot > tr > th,
.calendar-container .table > thead > tr > td,
.calendar-container .table > thead > tr > th {
  padding: 8px;
}
.form-horizontal .control-label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .form-horizontal .file-wrap {
    margin-top: 6px;
  }
}
.form-control {
  border-color: #e4eef0;
  font-size: 12px;
  border-radius: 2px;
  background-color: #f9fafb;        /*  */
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
}
.form-control_input {
    height:27px;
    font-size:12px;
    letter-spacing: 0px;
    padding-top:3px; 
}
.form-control_input_none {
    height:27px;
    padding-top:3px; 
    border:0px solid #fff;
    cursor: default;
}
.form-control:not(select) {
  -webkit-appearance: none;
}
.form-control:focus {
  background-color: #fff;
  border-color: #e4eef0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.form-control::-moz-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.form-control:-ms-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.form-control.input-rounded {
  border-radius: 50em;
}
.form-control.input-white {
  background-color: #fff;
}
.form-control.input-hover-border:focus {
  border-color: #5090f7;
}
.form-control.input-hover-border.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #5090f7 inset;
  -webkit-box-shadow: 0 0 0 1px #5090f7 inset;
}
.form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #e4eef0 inset;
  -webkit-box-shadow: 0 0 0 1px #e4eef0 inset;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F5F7F7; /* ebf2f4 */
  opacity: 1;
  color: #777777;  /* 98a6ad */
  text-shadow: 0 1px #fff;
  font-weight: 400;
}
.form-input-group .form-control + .form-control {
  border-top: 0;
}
.form-group-lg .form-control,
.input-lg {
  font-size: 16px;
}
.form-group-lg .form-control::-webkit-input-placeholder,
.input-lg::-webkit-input-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control::-moz-placeholder,
.input-lg::-moz-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control:-ms-input-placeholder,
.input-lg:-ms-input-placeholder {
  font-size: 16px;
}
.form-group-lg .form-control {
  border-radius: 2px;
}
.input-lg.font-14 {
  font-size: 14px;
}
.input-lg.font-14::-webkit-input-placeholder {
  font-size: 14px;
}
.input-lg.font-14::-moz-placeholder {
  font-size: 14px;
}
.input-lg.font-14:-ms-input-placeholder {
  font-size: 14px;
}
.has-feedback .form-control-feedback {
  color: #98a6ad;
  line-height: 30px;    /* 34px */
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #9acf54;
}
.has-success .form-control {
  border-color: #9acf54;
  background-color: #fff;
}
.has-success .form-control:focus {
  border-color: #9acf54;
}
.has-success .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #9acf54 inset;
  -webkit-box-shadow: 0 0 0 1px #9acf54 inset;
}
.has-success .form-control-feedback {
  color: #9acf54;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #f0c400;
}
.has-warning .form-control {
  border-color: #f0c400;
  background-color: #fff;
}
.has-warning .form-control:focus {
  border-color: #f0c400;
}
.has-warning .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #f0c400 inset;
  -webkit-box-shadow: 0 0 0 1px #f0c400 inset;
}
.has-warning .form-control-feedback {
  color: #f0c400;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #d37388;
}
.has-error .form-control {
  border-color: #d37388;
  background-color: #fff;
}
.has-error .form-control:focus {
  border-color: #d37388;
}
.has-error .form-control.input-hover-2x:focus {
  box-shadow: 0 0 0 1px #d37388 inset;
  -webkit-box-shadow: 0 0 0 1px #d37388 inset;
}
.has-error .form-control-feedback {
  color: #d37388;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}
.help-block {
  color: #c6cbd7;
}
.input-group-addon {
  background-color: #fff;
  border-color: #e4eef0;
  font-size: inherit;
}
.input-group-btn.font-12 .btn {
  padding-top: 7px;
  padding-bottom: 8px;
}
.input-link-in {
  position: relative;
}
.input-link-in .form-control {
  padding-right: 40px;
}
.input-link-in .form-control.input-sm + .link-in {
  top: 7px;
}
.input-link-in .form-control.input-lg + .link-in {
  top: 15px;
}
.input-link-in .link-in {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #c6cbd7;
  text-decoration: none;
}
.input-link-in .link-in:hover,
.input-link-in .link-in:focus {
  color: #7f888f;
}
button {
  outline: none;
}
.btn {
  height:30px;
  font-family: 'notokr', 'Montserrat', sans-serif;
  font-size: 12px;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}
.btn-lg {
  font-size: 16px;
}
.btn-lg.font-14 {
  font-size: 14px;
}
.btn-flat {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-rounded {
  border-radius: 50em;
}
.btn-icon {
  padding: 0;
  text-align: center;
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}
.btn-icon.width-md {
  width: 40px;
}
.btn-icon.btn-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.btn-hollow {
  transition: color 0.2s, background-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s;
}
.btn-hollow:hover {
  background-color: #fff !important;
}
.btn-width-md {
  width: 170px;
}
.btn-main {
  background-color: #5090f7;
  border-color: #4187f6;
  color: #fff;
}
.btn-main.active,
.btn-main.focus,
.btn-main:active,
.btn-main:focus,
.btn-main:hover {
  background-color: #3881f6;
  border-color: #5090f7;
  color: #ffffff;
}
.btn-main.btn-hollow:hover {
  color: #5090f7;
}
.btn-default {
  border-color: #e7ecef;
  color: #7f888f;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: #f6f9fa;
  border-color: #e7ecef;
  color: #7f888f;
}
.btn-primary {
  border-color: #5090f7;
  background-color: #5090f7;
  color: #fff;
}
.btn-primary:not(.btn-shadow).active,
.btn-primary:not(.btn-shadow).focus,
.btn-primary:not(.btn-shadow):active,
.btn-primary:not(.btn-shadow):focus,
.btn-primary:not(.btn-shadow):hover {
  background-color: #3881f6;
  border-color: #5090f7;
}
.btn-primary.btn-hollow:hover {
  color: #5090f7;
}
.btn-success {
  border-color: #56cf87;
  background-color: #56cf87;
  color: #fff;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #42c979;
  border-color: #56cf87;
}
.btn-success.btn-hollow:hover {
  color: #56cf87;
}
.btn-info {
  border-color: #64d4e4;
  background-color: #64d4e4;
  color: #fff;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #4ecee0;
  border-color: #64d4e4;
}
.btn-info.btn-hollow:hover {
  color: #64d4e4;
}
.btn-warning {
  border-color: #ffb038;
  background-color: #ffb038;
  color: #fff;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffa61f;
  border-color: #ffb038;
}
.btn-warning.btn-hollow:hover {
  color: #ffb038;
}
.btn-danger {
  border-color: #fd7a7b;
  background-color: #fd7a7b;
  color: #fff;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #fd6162;
  border-color: #fd7a7b;
}
.btn-danger.btn-hollow:hover {
  color: #fd7a7b;
}
.btn-orange {
  border-color: #f08a61;
  background-color: #f08a61;
  color: #fff;
}
.btn-orange.active,
.btn-orange.focus,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
  background-color: #ee794a;
  border-color: #f08a61;
  color: #fff;
}
.btn-orange.btn-hollow:hover {
  color: #f08a61;
}
.btn-gray {
  border-color: #95a4b8;
  background-color: #95a4b8;
  color: #fff;
}
.btn-gray.active,
.btn-gray.focus,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover {
  background-color: #8697ae;
  border-color: #95a4b8;
  color: #fff;
}
.btn-gray.btn-hollow:hover {
  color: #95a4b8;
}
.btn-dark {
  border-color: #32465b;
  background-color: #32465b;
  color: #fff;
}
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #29394b;
  border-color: #32465b;
  color: #fff;
}
.btn-dark.btn-hollow:hover {
  color: #32465b;
}
.btn-fb {
  border-color: #3b5998;
  background-color: #3b5998;
  color: #fff;
}
.btn-fb.active,
.btn-fb.focus,
.btn-fb:active,
.btn-fb:focus,
.btn-fb:hover {
  background-color: #344e86;
  border-color: #3b5998;
}
.btn-link {
  border-color: transparent !important;
  box-shadow: none !important;
  color: #5090f7;
}
.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #5090f7;
}
.btn-static,
.btn-static:hover,
.btn-static:hover {
  color: #7f888f !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  cursor: default;
  font-family: 'notokr', 'ABeeZee', sans-serif;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: #f6f9fa;
  border-color: #e7ecef;
  color: #7f888f;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #3881f6;
  border-color: #5090f7;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #4ecee0;
  border-color: #64d4e4;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #42c979;
  border-color: #56cf87;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #ffa61f;
  border-color: #ffb038;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #fd6162;
  border-color: #fd7a7b;
}
.btn-gray.active,
.btn-gray:active,
.open > .dropdown-toggle.btn-gray,
.btn-gray.active.focus,
.btn-gray.active:focus,
.btn-gray.active:hover,
.btn-gray:active.focus,
.btn-gray:active:focus,
.btn-gray:active:hover,
.open > .dropdown-toggle.btn-gray.focus,
.open > .dropdown-toggle.btn-gray:focus,
.open > .dropdown-toggle.btn-gray:hover {
  background-color: #8697ae;
  border-color: #95a4b8;
}
.btn-dark.active,
.btn-dark:active,
.open > .dropdown-toggle.btn-dark,
.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.active:hover,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:active:hover,
.open > .dropdown-toggle.btn-dark.focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:hover {
  background-color: #29394b;
  border-color: #32465b;
}
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:active,
.open > .dropdown-toggle.btn-default.active {
  background-color: #f6f9fa;
  border-color: #f0f3f5;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.btn-group .btn:hover {
  border-color: rgba(0, 0, 0, 0.05);
}
.checkbox label,
.radio label {
  min-height: 0;
}
.checkbox input[type=checkbox] {
  margin-top: 3px;
}
.checkbox.font-12 input[type=checkbox] {
  margin-top: 2px;
}
.radio input[type=radio] {
  margin-top: 3px;
}
.radio.font-12 input[type=radio] {
  margin-top: 2px;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
  margin-bottom: 0;
}
.font-12 .checkbox input[type=checkbox],
.font-12 .checkbox-inline input[type=checkbox] {
  margin-top: 2px;
}
.font-12 .radio input[type=radio],
.font-12 .radio-inline input[type=radio] {
  margin-top: 2px;
}
.checkbox .custom-checkbox {
  padding-left: 20px;
}
.custom-checkbox {
  display: inline;
}
.custom-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-left: -20px;
  font-weight: 400;
  display: inherit;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.custom-checkbox label:before,
.custom-checkbox label:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: left;
}
.custom-checkbox label:before {
  content: '\f096';
  color: #d0d6d9;
}
.custom-checkbox label:after {
  content: '\f046';
  width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.custom-checkbox.no-animation label:after {
  transition: none !important;
  -webkit-transition: none !important;
}
.custom-checkbox.checkbox-green input[type="checkbox"]:checked + label:after {
  color: #56cf87;
}
.custom-checkbox.checkbox-red input[type="checkbox"]:checked + label:after {
  color: #fd7a7b;
}
.custom-checkbox.checkbox-yellow input[type="checkbox"]:checked + label:after {
  color: #ffb038;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  width: 25px;
  opacity: 1;
  color: #5090f7;
}
.custom-checkbox input[type="checkbox"].disabled + label:before,
.custom-checkbox input[type="checkbox"][disabled] + label:before {
  opacity: 0.6;
}
.custom-checkbox.font-12 label:before,
.custom-checkbox.font-12 label:after {
  top: -4px;
}
@media (min-width: 768px) {
  .form-inline .custom-checkbox label {
    margin-left: 0;
    padding-left: 20px;
  }
}
.radio .custom-radio {
  padding-left: 20px;
}
.custom-radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.custom-radio.radio-green input[type=radio]:checked + label:before {
  border-color: #56cf87;
}
.custom-radio.radio-green label:after {
  background-color: #56cf87;
}
.custom-radio.radio-red input[type=radio]:checked + label:before {
  border-color: #fd7a7b;
}
.custom-radio.radio-red label:after {
  background-color: #fd7a7b;
}
.custom-radio.radio-yellow input[type=radio]:checked + label:before {
  border-color: #ffb038;
}
.custom-radio.radio-yellow label:after {
  background-color: #ffb038;
}
.custom-radio:hover label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: .5;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio]:checked + label:before {
  border-color: #5090f7;
}
.custom-radio input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-radio input[type=radio].disabled + label:before,
.custom-radio input[type=radio][disabled] + label:before {
  opacity: 0.6;
}
.custom-radio input[type=radio].disabled + label:after,
.custom-radio input[type=radio][disabled] + label:after {
  display: none;
}
.custom-radio label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-left: -20px;
  display: inline;
  font-weight: 400;
}
.custom-radio label:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #c4cbcf;
  border-radius: 50em;
  background-color: #fff;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
.custom-radio label:after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #5090f7;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .form-inline .custom-radio label {
    margin-left: 0;
    padding-left: 20px;
  }
}
.switch-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.switch-toggle input {
  opacity: 0;
  position: absolute;
}
.switch-toggle input + span {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 1.65em;
  height: 1em;
  font-size: 18px;
  background: white;
  box-shadow: inset 0 0 0 0.0625em #e4eef0;
  border-radius: 0.5em;
  vertical-align: -0.15em;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.98);
}
.switch-toggle input + span:after {
  position: absolute;
  display: block;
  content: '';
  width: 0.875em;
  height: 0.875em;
  border-radius: 0.4375em;
  top: 0.0625em;
  left: 0.0625em;
  background: white;
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-out;
}
.switch-toggle input:checked + span {
  box-shadow: inset 0 0 0 0.73em #5090f7;
}
.switch-toggle input:checked + span:after {
  /* left: 0.7125em; */
  left : 1.40em;
}
.switch-toggle.switch-md input + span {
  font-size: 21px;
}
.switch-toggle.switch-lg input + span {
  font-size: 24px;
}
.switch-toggle.switch-blue input:checked + span {
  box-shadow: inset 0 0 0 0.73em #3598DB;
}
.switch-toggle.switch-green input:checked + span {
  box-shadow: inset 0 0 0 0.73em #56cf87;
}
.switch-toggle.switch-red input:checked + span {
  box-shadow: inset 0 0 0 0.73em #fd7a7b;
}
.switch-toggle.switch-yellow input:checked + span {
  box-shadow: inset 0 0 0 0.73em #ffb038;
}
.switch-toggle.switch-orange input:checked + span {
  box-shadow: inset 0 0 0 0.73em #f08a61;
}
.switch-toggle.switch-warning input:checked + span {
  box-shadow: inset 0 0 0 0.73em #ffb038;
}

.switch-toggle:active input + span,
.switch-toggle input + span:active {
  box-shadow: inset 0 0 0 0.73em #e9e9e9;
}
.switch-toggle:active input + span:after,
.switch-toggle input + span:active:after {
  width: 1.15em;
}
.switch-toggle:active input:checked + span:after,
.switch-toggle input:checked + span:active:after {
  left: 0.4375em;
}
.form-horizontal .switch-toggle {
  padding-top: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e4eef0;
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff;
}
.select2-container--default .select2-selection--single {
  border-color: #e4eef0;
  background-color: #f9fafb;
  border-radius: 2px;
  height: 27px;
}
.select2-container--default .select2-selection--single1 {
  border-color: #e4eef0;
  background-color: #f9fafb;
  border-radius: 2px;
  height: 34px;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
  color: #000; /* 7f888f;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered1 {
  line-height: 34px;
  color: #7f888f;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 27px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow1 {
  height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #7f888f;
}
.select2-container--default .select2-selection--multiple {
  border-color: #e4eef0;
  background-color: #f9fafb;
  border-radius: 2px;
  height: 34px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #f0f3f5;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #c6cbd7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #7f888f;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5090f7;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eef4f5;
  color: #7f888f;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e4eef0;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-dropdown {
  border-color: #ccc; /*#e4eef0;*/
  /* background: #93a3bc; */
}
.select2-results__option {
  font-size: 12px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.slider.slider-horizontal .slider-track {
  height: 7px;
}
.slider.slider-vertical .slider-track {
  width: 7px;
}
.slider-handle {
  background: #fff;
  box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 0.03em rgba(0, 0, 0, 0.1), 0 0 0.05em rgba(0, 0, 0, 0.05), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.slider-selection {
  background: #5090f7;
}
.slider-track-high,
.slider-track-low {
  background: #f9fafb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
  margin-top: -7px;
}
.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
  margin-left: -7px;
}
@media (min-width: 768px) {
  .form-horizontal .slider-input-wrap {
    margin-top: 5px;
  }
}
.bootstrap-datetimepicker-widget {
  font-size: 12px;
  min-width: 280px;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  display: none !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  font-weight: 400;
}
.bootstrap-datetimepicker-widget .dow {
  background-color: #f6f9fa;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'notokr', 'Montserrat', sans-serif;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #357EF4; /* 357EF4, f6f9fa */
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #f6f9fa;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background-color: #f6f9fa;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5090f7;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5090f7;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget a {
  color: #c6cbd7;
}
.bootstrap-datetimepicker-widget a:hover,
.bootstrap-datetimepicker-widget a:focus {
  color: #7f888f;
}
.bootstrap-tagsinput {
  width:100%;
  border-radius: 2px;
  border-color: #e4eef0;
  background-color: #f9fafb;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding:0 12px 0 12px;
  margin:0;
}
.bootstrap-tagsinput .tag {
  font-size:11px;
  background-color: #5090f7;
}
.bootstrap-tagsinput input[type=text] {
  width: auto !important;
  height:27px;
}

.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #c6cbd7;
  font-size: 12px;
}

.dropzone {
  border: 2px dashed #e4eef0;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: linear-gradient(to bottom, #f6f9fa, #e4eef0);
}
.dropzone .dz-preview .dz-details {
  color: #7f888f;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid #f0f3f5;
  background-color: #f9fafb;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: #fff;
}
.note-editor {
  border-color: #e4eef0;
}
.note-editor .note-toolbar {
  border-bottom-color: #e4eef0;
  background-color: #fff;
}
.note-editor .note-editable {
  min-height: 120px;
}
.note-editor .note-statusbar {
  background-color: #f6f9fa;
}
.note-editor .note-statusbar .note-resizebar {
  border-top-color: #e4eef0;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a i,
.note-toolbar .dropdown-menu.note-check li a i {
  color: #5090f7;
}
.table thead > tr > th {
  border-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding-left: 5px;
  padding-right: 5px;
  border-top-color: #f0f3f5;
}
.table > tbody > tr > td.v-top,
.table > tbody > tr > th.v-top,
.table > tfoot > tr > td.v-top,
.table > tfoot > tr > th.v-top,
.table > thead > tr > td.v-top,
.table > thead > tr > th.v-top {
  vertical-align: top;
}
.table > tbody > tr > td.v-middle,
.table > tbody > tr > th.v-middle,
.table > tfoot > tr > td.v-middle,
.table > tfoot > tr > th.v-middle,
.table > thead > tr > td.v-middle,
.table > thead > tr > th.v-middle {
  vertical-align: middle;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f6f9fa;
}
.table-bordered {
  border-color: #f0f3f5;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9fafb;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #f0f3f5;
}
.table-hover > tbody > tr:hover {
  background-color: #f6f9fa;
}
@media (max-width: 767px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
  }
}
.table-gray > thead > tr {
  background-color: #95a4b8;
  color: #fff;
}
.table-dark > thead > tr {
  background-color: #32465b;
  color: #fff;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f0f3f5;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #7f888f;
}
.dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.dataTables_wrapper .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  font-size: 12px;
  color: #7f888f;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  padding: 15px 0 5px;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  font-weight: 400;
}
.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: 70px;
}
.dataTables_wrapper .dataTables_filter input[type=search] {
  display: inline-block;
  width: 150px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter {
    padding-bottom: 15px;
  }
}
.dataTables_wrapper .dataTables_info {
  padding-top: 18px;
}
.dataTables_wrapper .dataTables_paginate {
  padding: 10px 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: 0 !important;
  margin-left: 0;
  min-width: 0;
  display: inline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  z-index: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none !important;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}
table.dataTable.no-footer {
  border-bottom-color: #f0f3f5;
}
@media (max-width: 767px) {
  table.dataTable.no-footer {
    border-bottom: 0;
  }
}
.single-wrap {
  position: relative;
  width: 380px;
  border-radius: 10px;
  margin: 30px auto 100px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 480px) {
  .single-wrap {
    width: 100%;
  }
}
.single-wrap:before {
  pointer-events: none;
  position: absolute;
  content: '';
  top: 105%;
  left: 5%;
  height: 20px;
  width: 90%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 75%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-wrap.error-page {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.single-wrap.error-page:before {
  display: none;
}
.single-inner-padding {
  padding: 30px 40px 35px;
}
@media (max-width: 480px) {
  .single-inner-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-header {
  position: relative;
  font-size: 42px;
  color: #fff;
  letter-spacing: 10px;
  margin: 0;
  text-shadow: 0 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .login-header {
    font-size: 30px;
  }
}
@media (min-height: 700px) {
  .login-header {
    margin-top: 50px;
  }
}
.login-header span {
  display: block;
  font-size: 20px;
}
.dots-divider {
  position: relative;
  border-top: 1px solid #f0f3f5;
  text-align: center;
  width: 75%;
}
.dots-divider span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #f0f3f5;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media print {
  .wrapper {
    padding-top: 0;
  }
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.img-50 {
  width: 50px;
  height: 50px;
}
.img-70 {
  width: 70px;
  height: 70px;
}
.text-action {
  cursor: pointer;
}
.text-action:hover {
  color: #7f888f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
.text-hover:hover {
  color: #7f888f;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important;
  }
}
.text-upper {
  text-transform: uppercase;
}
.text-main {
  color: #5090f7;
}
.text-white {
  color: #fff;
}
.text-dark {
  color: #344760;
}
.text-green {
  color: #56cf87;
}
.text-normal {
  color: #7f888f;
}
.text-muted {
  color: #c6cbd7;
}
.text-primary {
  color: #5090f7;
}
.text-success {
  color: #56cf87;
}
.text-info {
  color: #64d4e4;
}
.text-warning {
  color: #ffb038;
}
.text-danger {
  color: #fd7a7b;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-2x {
  line-height: 2em;
}
.line-1 {
  line-height: 1;
}
.bg-main {
  background-color: #5090f7;
  color: #fff;
}
.bg-main .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
.bg-grey1 {
  background-color: #f2f4f6;
}
.bg-white {
  background-color: #fff;
}
.bg-light {
  background-color: #f6f9fa;
}
.bg-dark {
  background-color: #32465b;
}
.bg-dark .close {
  color: rgba(255, 255, 255, 0.6);
}
.bg-dark2 {
  background-color: #2f4154;
}
.bg-dark3 {
  background-color: #273645;
}
.bg-primary {
  background-color: #5090f7;
  color: #fff;
}
.bg-primary .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5090f7;
}
.bg-info {
  background-color: #64d4e4;
  color: #fff;
}
.bg-info .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #64d4e4;
}
.bg-success {
  background-color: #56cf87;
  color: #fff;
}
.bg-success .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #56cf87;
}
.bg-warning {
  background-color: #ffb038;
  color: #fff;
}
.bg-warning .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffb038;
}
.bg-danger {
  background-color: #fd7a7b;
  color: #fff;
}
.bg-danger .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fd7a7b;
}
.bg-orange {
  background-color: #f08a61;
  color: #fff;
}
.bg-orange .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
.bg-purple {
  background-color: #936fca;
  color: #fff;
}
.bg-purple .text-muted {
  color: rgba(255, 255, 255, 0.6);
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.font-header {
  font-family: 'notokr', 'Montserrat', sans-serif;
}
.font-main {
  font-family: 'notokr', 'Ubuntu', sans-serif;
}

.letter-0 {
  letter-spacing: 0px;
}

.letter-1 {
  letter-spacing: -1px;
}

.letter-2 {
  letter-spacing: -2px;
}

.letter-3 {
  letter-spacing: -3px;
}



.b-all {
  border: 1px solid #f0f3f5;
}
.b-t {
  border-top: 1px solid #f0f3f5;
}
.b-b {
  border-bottom: 1px solid #f0f3f5;
}
.b-l {
  border-left: 1px solid #f0f3f5;
}
.b-r {
  border-right: 1px solid #f0f3f5;
}
.b-lr {
  border-width: 0 1px;
}
.no-b {
  border: 0;
}
.no-b-t {
  border-top: 0;
}
.b-r-t {
  border-radius: 4px 4px 0 0;
}
.b-r-b {
  border-radius: 0 0 4px 4px;
}



.m-u-1 {
  position: relative;
  top: -1px;
}
.m-u-2 {
  position: relative;
  top: -2px;
}
.m-d-1 {
  position: relative;
  top: 1px;
}
.m-d-2 {
  position: relative;
  top: 2px;
}
.m-d-3 {
  position: relative;
  top: 3px;
}


.m-0 {
  margin: 0px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}


.no-m {
  margin: 0;
}
.no-m-t {
  margin-top: 0;
}
.no-m-l {
  margin-left: 0;
}
.no-m-r {
  margin-right: 0;
}
.no-m-b {
  margin-bottom: 0;
}




.m-t-0 {
  margin-top: 0px;
}
.m-t-1 {
  margin-top: 1px;
}
.m-t-2 {
  margin-top: 2px;
}
.m-t-3 {
  margin-top: 3px;
}
.m-t-4 {
  margin-top: 4px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-t-10-xs {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .m-t-15-xs {
    margin-top: 15px;
  }
}
.m-t-r-10 {
  margin-top: -10px;
}
.m-t-r-20 {
  margin-top: -20px;
}
.m-t-r-30 {
  margin-top: -30px;
}
.m-t-r-40 {
  margin-top: -40px;
}
.m-t-r-50 {
  margin-top: -50px;
}



.m-l-0 {
  margin-left: 0px;
}
.m-l-1 {
  margin-left: 1px;
}
.m-l-2 {
  margin-left: 2px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-l-4 {
  margin-left: 4px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-30 {
  margin-left: 30px;
}


.m-r-0 {
  margin-right: 0px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-r-2 {
  margin-right: 2px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-4 {
  margin-right: 4px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-30 {
  margin-right: 30px;
}



.m-b-0 {
  margin-bottom: 0px;
}
.m-b-1 {
  margin-bottom: 1px;
}
.m-b-2 {
  margin-bottom: 2px;
}
.m-b-3 {
  margin-bottom: 3px;
}
.m-b-4 {
  margin-bottom: 4px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-b-10-xs {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .m-b-15-xs {
    margin-bottom: 15px;
  }
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}

.p-t-0 {
  padding-top: 0px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-30 {
  padding-top: 30px;
}

.p-b-0 {
  padding-top: 0px;
}
.p-b-5 {
  padding-top: 5px;
}
.p-b-10 {
  padding-top: 10px;
}
.p-b-15 {
  padding-top: 15px;
}
.p-b-20 {
  padding-top: 20px;
}
.p-b-30 {
  padding-top: 30px;
}
.p-b-70 {
  padding-bottom: 70px;
}

.p-l-0 {
  padding-left: 0px;
}
.p-l-1 {
  padding-left: 1px;
}
.p-l-2 {
  padding-left: 2px;
}
.p-l-3 {
  padding-left: 3px;
}
.p-l-4 {
  padding-left: 4px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}

.p-r-0 {
  padding-right: 0px;
}
.p-r-1 {
  padding-right: 1px;
}
.p-r-2 {
  padding-right: 2px;
}
.p-r-3 {
  padding-right: 3px;
}
.p-r-4 {
  padding-right: 4px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.no-p {
  padding: 0;
}
.no-p-t {
  padding-top: 0;
}
.no-p-l {
  padding-left: 0;
}
.no-p-r {
  padding-right: 0;
}
.no-p-b {
  padding-bottom: 0;
}
.no-p-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.no-p-lr {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .p-l-10-xs {
    padding-left: 10px;
  }
}
/* Fade */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Slide */
@-webkit-keyframes slideInRight {
  from {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
/* Sonar */
@-webkit-keyframes sonar {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sonar {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
/* Pop */
@-webkit-keyframes pop-open {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pop-open {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes pop-close {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes pop-close {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes dotRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dotRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dotBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dotBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



.panel-body {
    height:100%;
}
