/*
Template Name: Admin Dashboard
Author: ThemeRange
Email: snankls@gmail.com
File: Main Css File
*/
/*
1. Menu
2. Common
3. Helper
4. Bootstrap Reset
5. Waves Effect
6. Card
7. Buttons
8. Ribbons
9. Popovers and Tooltips
10. Checkbox & Radio
11. Alerts
12. Modal
13. Spinners
14. Widgets
15. Tabs
16. Progress
17. Sweet Alert
18. Charts
19. Email
20. Form Elements
21. Form Advanced
22. Form Validation
23. Form Pickers
24. Form Wizard
25. Summernote
26. Wysiwig
27. Form Uploads
28. Tables
29. Maps
30. Calendar
31. Tickets
32. taskboards
33. Projects
34. Companies
35. File Manager
36. Timeline
37. Profile
38. Print
39. FAQ
40. Pricing
41. Account-Pages
42. Search Results
43. Gallery
44. Coming Soon
45. Responsive
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");

/* =============
  Menu
============= */
/* Metis Menu css */

.pdl-5 {
	padding-left:5px;
}
.pdr-5 {
	padding-right:5px;
}

.metismenu {
  padding: 0; }
  .metismenu ul {
    padding: 0; }
    .metismenu ul li {
      list-style: none;
	  border:1px solid rgba(255,255,255,0.10);
	}

.nav-second-level li a, .nav-thrid-level li a {
  padding: 8px 20px 8px 10px;
  color: rgba(255,255,255,0.60);
  display: block;
  position: relative; }
  .nav-second-level li a:focus, .nav-thrid-level li a:focus {
    color: #fff; }
  .nav-second-level li a:hover, .nav-thrid-level li a:hover {
    color: #fff; }

.nav-second-level > li > a {
  padding-left: 58px; }

.nav-second-level li.active > a {
  color: #008746; }

.nav-third-level > li > a {
  padding-left: 68px; }

.nav-third-level li.active > a {
  color: #313a46; }

.navbar-custom {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
}
.navbar-custom .nav-link {
	padding: 0;
	color: #fff;
}
.navbar-custom .dropdown-toggle:after {
	content: initial;
}
.navbar-custom .menu-left {
	overflow: hidden;
}
.navbar-custom .topbar-right-menu li {
	float: left;
}

header {
	background-color:#008746;
	padding:10px 0;
	z-index:1001;
	width:100%;
	position:fixed;
	top:0;
	left:0;
}
.content-page .content {
margin-top: 10px; }

.page-heading {
	margin-top:40px;
}

.logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-family: "Rubik", sans-serif; }
  .logo span span {
    color: #02c0ce; }

.user-box {
  padding: 90px 25px 25px 25px; }
  .user-box .user-img {
    position: relative;
    height: 48px;
    width: 48px;
    margin-bottom: 15px; }
  .user-box h5 {
    margin-bottom: 2px; }
    .user-box h5 a {
      color: #313a46; }

.side-menu {
  width: 240px;
  z-index: 10;
  background: #263238;
  bottom: 0;
  margin-top: 0;
  padding: 8px 0 30px;
  position: fixed;
  top: 50px; }
  .side-menu .topbar-left {
    background-color: #ffffff;
    height: 70px;
    padding-left: 25px;
    position: fixed;
    z-index: 1;
    width: 240px;
    top: 52px; }
    .side-menu .topbar-left .logo {
      line-height: 70px; }
      .side-menu .topbar-left .logo i {
        display: none; }

.enlarged .side-menu {
  position: absolute; }

  .content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 25px 10px 15px 10px;
    min-height: 80vh;
  }
.button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer; }

#sidebar-menu > ul > li {
	border-bottom:1px solid rgba(255,255,255,0.10);
}

#sidebar-menu > ul > li > a {
  color: rgba(255,255,255,1);
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  position: relative; }
  #sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
    background: rgba(255,255,255,0.10); }

#sidebar-menu > ul > li > a > span {
  vertical-align: middle; }

#sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 28px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  #sidebar-menu .menu-arrow:before {
    content: "\F142"; }
#sidebar-menu .badge, #sidebar-menu .label {
  margin-top: 4px; }
#sidebar-menu li.active .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin: 0 10px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px; }
#sidebar-menu ul li a .drop-arrow {
  float: right; }
  #sidebar-menu ul li a .drop-arrow i {
    margin-right: 0; }

#sidebar-menu > ul > li > a.active {
  color: #008746; }

.menu-title {
  padding: 12px 20px;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #98a6ad;
  font-family: "Rubik", sans-serif; }

.enlarged .slimScrollDiv, .enlarged .slimscroll-menu {
  overflow: inherit !important; }
.enlarged .user-box {
  display: none; }
.enlarged .slimScrollBar {
  visibility: hidden; }

.enlarged #wrapper #sidebar-menu .menu-title, .enlarged #wrapper #sidebar-menu .menu-arrow, .enlarged #wrapper #sidebar-menu .label, .enlarged #wrapper #sidebar-menu .badge {
  display: none !important; }
.enlarged #wrapper #sidebar-menu .collapse.in {
  display: none !important; }
.enlarged #wrapper #sidebar-menu .nav.collapse {
  height: inherit !important; }
.enlarged #wrapper #sidebar-menu ul ul {
  margin-top: -2px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff; }
.enlarged #wrapper .left.side-menu {
  width: 70px;
  z-index: 5; }
  .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 56px; }
    .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
      color: #313a46;
      background-color: #e3eaef; }
    .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i {
      font-size: 18px;
      margin-right: 20px; }
  .enlarged #wrapper .left.side-menu .label {
    position: absolute;
    top: 5px;
    left: 35px;
    text-indent: 0;
    display: block;
    padding: .2em .6em .3em; }
  .enlarged #wrapper .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap; }
    .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
      position: relative;
      width: 260px;
      color: #313a46;
      background-color: #e3eaef; }
    .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul {
      display: block;
      left: 70px;
      position: absolute;
      width: 190px;
      height: auto !important;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
      .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a {
        box-shadow: none;
        padding: 8px 20px;
        position: relative;
        width: 190px;
        z-index: 6; }
        .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
          color: #313a46; }
    .enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover a span {
      display: inline; }
  .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px; }
  .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg); }
  .enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
    color: #313a46; }
  .enlarged #wrapper .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px; }
  .enlarged #wrapper .left.side-menu .user-details {
    display: none; }
.enlarged #wrapper .content-page {
  margin-left: 70px; }
.enlarged #wrapper .footer {
  left: 70px; }
.enlarged #wrapper .topbar-left {
  width: 70px;
  position: relative;
  padding-left: 0;
  text-align: center; }
  .enlarged #wrapper .topbar-left .logo span {
    display: none;
    opacity: 0; }
  .enlarged #wrapper .topbar-left .logo i {
    display: block;
    line-height: 70px;
    color: #02c0ce; }
.enlarged #wrapper #sidebar-menu > ul > li:hover > a.open :after {
  display: none; }
.enlarged #wrapper #sidebar-menu > ul > li:hover > a.active :after {
  display: none; }

#wrapper.right-bar-enabled .right-bar {
  right: 0; }

/* Search */
.app-search {
  position: relative;
  padding-top: 18px;
  padding-right: 20px; }
  .app-search button {
    position: absolute;
    top: 16px;
    left: 160px;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    color: rgba(49, 58, 70, 0.5);
    background-color: transparent;
    border: none; }
    .app-search button:hover {
      color: #313a46; }
  .app-search .form-control,
  .app-search .form-control:focus {
    border: 1px solid #e3eaef;
    font-size: 13px;
    height: 34px;
    color: #313a46;
    padding-left: 20px;
    padding-right: 40px;
    background: #e3eaef;
    box-shadow: none;
    border-radius: 30px;
    width: 200px; }

/* Body min-height set */
body.enlarged {
  min-height: 1200px; }

body.enlarged.bg-transparent {
  min-height: 500px; }

/* Footer */
.footer {
  border-top: 1px solid rgba(152, 166, 173, 0.2);
  bottom: 0;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0;
  color: #98a6ad;
  left: 240px; }

/* Notification */
.notification-wrapper {
  max-height: 190px; }

.notification-list {
  margin-left: 0; }
  .notification-list .noti-title {
    background-color: #ffffff;
    padding: 7px 20px; }
  .notification-list .noti-icon {
    font-size: 20px;
    padding: 0 15px;
	color:#fff;
    vertical-align: middle; }
  .notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 8px; }
  .notification-list .notify-item {
    padding: 10px 20px; }
    .notification-list .notify-item .notify-icon {
      float: left;
      height: 36px;
      width: 36px;
      line-height: 36px;
      text-align: center;
      margin-right: 10px;
      border-radius: 50%;
      color: #ffffff; }
    .notification-list .notify-item .notify-details {
      margin-bottom: 0;
      overflow: hidden;
      margin-left: 45px;
      text-overflow: ellipsis;
      white-space: nowrap; }
	.notification-list .notification-message {
		font-size: 14px;
	}
      .notification-list .notify-item .notify-details b {
        font-weight: 500; }
      .notification-list .notify-item .notify-details small {
        display: block; }
      .notification-list .notify-item .notify-details span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px; }
    .notification-list .notify-item .user-msg {
      margin-left: 45px;
      white-space: normal;
      line-height: 20px; }
  .notification-list .profile-dropdown .notify-item {
    padding: 7px 20px; }

.profile-dropdown {
  width: 170px; }
  .profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px; }
  .profile-dropdown span {
    vertical-align: middle; }

.nav-user {
  padding: 0 12px !important; }
  .nav-user img {
    height: 32px;
    width: 32px; }

/* Small Menu */
.side-menu-sm {
  width: 170px;
  text-align: center; }
  .side-menu-sm #sidebar-menu > ul > li > a > i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 0; }
  .side-menu-sm #sidebar-menu ul ul a {
    padding: 10px 20px 10px 20px; }
  .side-menu-sm .user-box .user-img {
    margin: 0 auto 15px auto; }
  .side-menu-sm .topbar-left {
    padding-left: 0;
    width: 170px; }
  .side-menu-sm .menu-arrow, .side-menu-sm .badge {
    display: none !important; }

.side-menu-sm + .content-page {
  margin-left: 170px; }
  .side-menu-sm + .content-page .footer {
    left: 170px; }

.enlarged #wrapper .side-menu-sm {
  text-align: left; }

.enlarged #wrapper .side-menu-sm ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px; }

@media (max-width: 1024px) {
  .button-menu-mobile.disable-btn {
    display: inline-block; }

  .content-page {
    padding: 0; }
    .content-page .content {
      padding-top: 20px; }

  .navbar-custom {
    z-index: 999; }

  .page-title-box .page-title {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 24px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .page-title-box .breadcrumb {
    display: none; } }
@media (max-width: 768px) {
  body {
    overflow-x: hidden; }

  .topbar-left {
    width: 70px !important; }
    .topbar-left span {
      display: none; }
    .topbar-left i {
      display: block !important;
      line-height: 70px; }

  .side-menu {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

  .navbar-nav.navbar-right {
    float: right; }

  .content-page {
    margin-left: 0 !important;
    width: 100%;
   }

  .enlarged .left.side-menu {
    margin-left: -70px; }

  .footer {
    left: 0 !important; } }
@media (max-width: 767px) {
  .dropdown-lg {
    width: 200px !important; } }
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important; }

  .search-bar {
    display: none !important; } }
@media (max-width: 420px) {
  .hide-phone {
    display: none !important; } }
@media (max-width: 419px) {
  .hidden-xxs {
    display: none; }

  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important; }
  .logo span {
    display: none !important; }

  .content-page {
    margin-left: 70px; }

  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1); }

  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important; }

  .page-title {
    font-size: 15px;
    max-width: 250px;
    white-space: nowrap; }

  .navbar-default {
    padding: 0; }
    .navbar-default .navbar-left {
      padding-left: 0 !important; }
      .navbar-default .navbar-left li {
        padding: 0 5px; }

  .topbar-left {
    display: none; }

  .editable-responsive {
    overflow-x: auto; }

  .page-title-box .breadcrumb {
    display: none; }

  .navbar-nav .open .dropdown-menu {
    margin-right: -20px; }

  .user-list .user-list-item .icon, .user-list .user-list-item .avatar {
    display: none; }

  .user-list .user-list-item .user-desc {
    margin-left: 0; } }
/* =============
   Common
============= */
body {
  margin: 0;
  padding-bottom: 60px;
  overflow-x: hidden;
  font-size: 14px;
  background-color: #f3f6f8;
  font-family: "Roboto", sans-serif; }

html {
  position: relative;
  min-height: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  margin: 10px 0; }

h1 {
  line-height: 43px;
  font-size: 36px; }

h2 {
  line-height: 35px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

p {
  line-height: 1.6; }

* {
  outline: none !important; }

a:hover {
  outline: 0;
  text-decoration: none; }
a:active {
  outline: 0;
  text-decoration: none; }
a:focus {
  outline: 0;
  text-decoration: none; }

.container {
  width: auto; }

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%; }

/* Page titles */
.page-title {
  font-size: 18px;
  margin-bottom: 6px; }

.header-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0; }

.page-title-box {
  font-size: 13px; }
  .page-title-box .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent; }

/* =============
   Helper classes
============= */
.m-b-30 {
  margin-bottom: 30px; }

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

@media (max-width: 767px) {
  .mt-md-30 {
    margin-top: 30px; } }
.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.center-page {
  float: none !important;
  margin: 0 auto !important; }

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden; }

.pull-in {
  margin-left: -20px;
  margin-right: -20px; }

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

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

.font-light {
  font-weight: 300; }

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

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

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

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

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

.bx-shadow {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.bx-shadow-lg {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.1); }

.bx-shadow-none {
  box-shadow: none !important; }

.thumb-sm {
  height: 36px;
  width: 36px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.thumb-xl {
  height: 120px;
  width: 120px; }

.slimScrollDiv {
  height: auto !important; }

/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%; }
  .table-box .table-detail {
    display: table-cell;
    vertical-align: middle; }

/* Button demo */
.button-list {
  margin-left: -8px;
  margin-bottom: -12px; }
  .button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px; }

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden; }
  .icon-list-demo div p {
    margin-bottom: 0;
    line-height: inherit; }
.icon-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(49, 58, 70, 0.7);
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s; }
.icon-list-demo [class^="pe-7s-"], .icon-list-demo [class*=" pe-7s-"] {
  font-weight: 600; }
.icon-list-demo .col-md-4 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px; }
  .icon-list-demo .col-md-4:hover, .icon-list-demo .col-md-4:hover i {
    color: #02c0ce; }

.social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, 0.8);
  display: inline-block;
  height: 30px;
  line-height: 27px;
  border: 2px solid rgba(121, 121, 121, 0.5);
  text-align: center;
  width: 30px; }
  .social-links li a:hover {
    color: #797979;
    border: 2px solid #797979; }

/* =============

   Bootstrap-custom
============= */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0; }
  .breadcrumb a {
    color: #98a6ad; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #98a6ad;
  content: "\f105" !important;
  font-family: FontAwesome; }

code {
  color: #02c0ce; }

/* Blockquote */
.blockquote {
  font-size: 1.1rem; }

.media {
  margin-top: 25px; }

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  font-size: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: #e3eaef; }

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important; }

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top:18px !important;
  margin-top: 0 !important; }

.dropdown-item.active, .dropdown-item:active {
  color: #313a46;
  text-decoration: none;
  background-color: #f7f7f7; }

.dropdown-item {
  padding: 6px 1.5rem; }

.dropdown-lg {
  width: 500px; }

.arrow-none:after {
  border: none;
  margin: 0;
  display: none; }

#notification-list {
	min-height: 300px;
}

/* Background colors */
.bg-custom {
  background-color: #008746 !important; }

.bg-primary {
  background-color: #2d7bf4 !important; }

.bg-success {
  background-color: #0acf97 !important; }

.bg-info {
  background-color: #4eb7eb !important; }

.bg-warning {
  background-color: #f9bc0b !important; }

.bg-danger {
  background-color: #f1556c !important; }

.bg-muted {
  background-color: #797979 !important; }

.bg-purple {
  background-color: #777edd !important; }

.bg-pink {
  background-color: #ff679b !important; }

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

.bg-dark {
  background-color: #313a46 !important; }

.bg-light {
  background-color: #e3eaef !important; }

/* Text colors */
.text-custom {
  color: #02c0ce !important; }

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

.text-danger {
  color: #f1556c !important; }

.text-muted {
  color: #98a6ad !important; }

.text-primary {
  color: #2d7bf4 !important; }

.text-warning {
  color: #f9bc0b !important; }

.text-success {
  color: #0acf97 !important; }

.text-info {
  color: #4eb7eb !important; }

.text-pink {
  color: #ff679b !important; }

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

.text-dark {
  color: #313a46 !important; }

/* Border colors */
.border-primary {
  border-color: #2d7bf4 !important; }

.border-success {
  border-color: #0acf97 !important; }

.border-info {
  border-color: #4eb7eb !important; }

.border-warning {
  border-color: #f9bc0b !important; }

.border-danger {
  border-color: #f1556c !important; }

.border-dark {
  border-color: #313a46 !important; }

.border-pink {
  border-color: #ff679b !important; }

.border-purple {
  border-color: #777edd !important; }

.border-custom {
  border-color: #02c0ce !important; }

/* Badge */
.badge {
  font-family: "Rubik", sans-serif;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  padding: .35em .5em;
  font-weight: 500; }

.badge-custom {
  background: #02c0ce;
  color: #ffffff; }

.badge-primary {
  background-color: #2d7bf4; }

.badge-secondary {
  background-color: #9a9a9a; }

.badge-success {
  background-color: #0acf97; }

.badge-info {
  background-color: #4eb7eb; }

.badge-warning {
  background-color: #f9bc0b;
  color: #ffffff; }

.badge-danger {
  background-color: #f1556c; }

.badge-purple {
  background-color: #777edd;
  color: #ffffff; }

.badge-pink {
  background-color: #ff679b;
  color: #ffffff; }

.badge-dark {
  background-color: #313a46; }

/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination > li > a,
.pagination > li > span {
  color: #313a46; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e3eaef; }

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left; }

.pagination-split li:first-child {
  margin-left: 0; }

.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background: #02c0ce;
  border-color: #02c0ce; }

.pager li > a, .pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #313a46; }

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #02c0ce;
  border-color: #02c0ce; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: fade(#ffffff, 70%); }

/* =============
   Waves Effect
============= */
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4); }

.waves-effect.waves-custom .waves-ripple {
  background-color: rgba(2, 192, 206, 0.4); }

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(45, 123, 244, 0.4); }

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(10, 207, 151, 0.4); }

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(78, 183, 235, 0.4); }

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(249, 188, 11, 0.4); }

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(241, 85, 108, 0.4); }

.waves-effect.waves-pink .waves-ripple {
  background-color: rgba(255, 103, 155, 0.4); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(119, 126, 221, 0.4); }

/* =============
   Card
============= */
/* Card Box */
.card-box {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  background-color: #ffffff;
  overflow-y: hidden;
}

/* Card */
.card {
  border: none; }

.card-title, .card-header {
  margin-top: 0 !important; }

.card-header, .card-footer {
  background-color: #e3eaef;
  border-bottom-color: #d3dee6; }

.card-footer {
  border-top-color: #d3dee6; }

/* =============
   Buttons
============= */
.btn {
  border-radius: 2px;
  font-size: 14px;
  outline: none !important;
  padding: .375rem 1.1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .2rem .8rem; }

.btn-group-lg > .btn, .btn-lg {
  padding: .7rem 1.6rem; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropleft .dropdown-toggle-split {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-inverse, .btn-purple, .btn-pink {
  color: #ffffff !important; }

.btn-custom {
  padding: 8px 20px;
  background: #008746;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
  border: 1px solid #008746;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #007736;
  border: 1px solid #007736; }

.btn-custom.focus, .btn-custom:focus, .btn-outline-custom.focus, .btn-outline-custom:focus,
.btn-custom:not([disabled]):not(.disabled).active, .btn-custom:not([disabled]):not(.disabled):active, .show > .btn-custom.dropdown-toggle {
  box-shadow: 0 0 0 2px rgba(235, 108, 63, 0.5); }

.btn-custom-1 {
  padding: 6px 20px;
  background: #02c0ce;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
  position: relative;
  top: 5px;
}

.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active,
.btn-custom-1.focus, .btn-custom-1:active, .btn-custom-1:focus, .btn-custom-1:hover {
  background-color: #02a8b5;
  border: 1px solid #02a8b5; }

.btn-custom-1.focus, .btn-custom-1:focus,
.btn-custom-1:not([disabled]):not(.disabled).active, .btn-custom-1:not([disabled]):not(.disabled):active {
  box-shadow: 0 0 0 2px rgba(2, 192, 206, 0.5); }

.btn-primary {
  padding: 8px 20px;
  background: #007bff;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #156cf3;
  border-color: #156cf3; }

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(45, 123, 244, 0.5); }

.btn-secondary {
  background-color: #9a9a9a;
  border-color: #9a9a9a; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary {
  background-color: #8d8d8d;
  border-color: #8d8d8d; }

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 2px rgba(121, 121, 121, 0.5); }

.btn-light {
  border-color: #e3eaef; }

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active,
.btn-light.focus, .btn-light:active, .btn-light:focus, .btn-light:hover,
.open > .dropdown-toggle.btn-light {
  border-color: #bfbfbf; }

.btn-light.focus, .btn-light:focus, .btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 2px #d9d9d9; }

.btn-success {
  padding: 8px 20px;
  background: #02BC77;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success,
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #09b785;
  border-color: #09b785; }

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(10, 207, 151, 0.5); }

.btn-info {
  padding: 8px 20px;
  background: #008746;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
  border-color:#008746;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover,
.open > .dropdown-toggle.btn-info, .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #007736;
  border-color: #008746; }

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(78, 183, 235, 0.5); }

.btn-warning {
  padding: 8px 20px;
  background: #FFD950;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #665720;
  border-radius: 2px;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active,
.btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning, .btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #e5ac06;
  border-color: #e5ac06; }

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(249, 188, 11, 0.5); }

.btn-danger {
  padding: 8px 20px;
  background: #d9534f;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus,
.btn-danger:hover, .open > .dropdown-toggle.btn-danger, .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ef3d58;
  border-color: #ef3d58; }

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(241, 85, 108, 0.5); }
  
.btn-duplicate {
  padding: 8px 20px;
  background: #777edd;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #ffffff;
  border-radius: 2px; }

.btn-duplicate:hover, .btn-duplicate:focus, .btn-duplicate:active {
  background-color: #636bd8;
  border-color: #636bd8; }

.btn-duplicate.focus, .btn-duplicate:focus, .btn-outline-duplicate.focus, .btn-outline-duplicate:focus {
  box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.5); }
  
.btn-dark {
  padding: 8px 20px;
  background: #313a46;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
  color: #fff;
  border-radius: 2px;
  border-color: #333;
}


.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
  background-color: #272e37;
  border-color: #272e37; }

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.5); }

.btn-purple {
  background-color: #777edd;
  border: 1px solid #777edd; }

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #636bd8;
  border-color: #636bd8; }

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  box-shadow: 0 0 0 2px rgba(119, 126, 221, 0.5); }

.btn-pink {
  background-color: #ff679b;
  border: 1px solid #ff679b; }

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #ff4e8a;
  border-color: #ff4e8a; }

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  box-shadow: 0 0 0 2px rgba(255, 103, 155, 0.5); }

/* button Outline */
.btn-outline-custom {
  color: #02c0ce;
  border-color: #02c0ce;
  background-image: none;
  background-color: transparent; }
  .btn-outline-custom:hover {
    background-color: #02c0ce;
    border-color: #02c0ce;
    color: #ffffff; }

.btn-outline-primary {
  color: #2d7bf4;
  border-color: #2d7bf4; }
  .btn-outline-primary:hover {
    background-color: #2d7bf4;
    border-color: #2d7bf4; }

.btn-outline-success {
  color: #0acf97;
  border-color: #0acf97; }
  .btn-outline-success:hover {
    background-color: #0acf97;
    border-color: #0acf97; }

.btn-outline-info {
  color: #4eb7eb;
  border-color: #4eb7eb; }
  .btn-outline-info:hover {
    background-color: #4eb7eb;
    border-color: #4eb7eb; }

.btn-outline-warning {
  color: #f9bc0b;
  border-color: #f9bc0b; }
  .btn-outline-warning:hover {
    background-color: #f9bc0b;
    border-color: #f9bc0b; }

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c; }
  .btn-outline-danger:hover {
    background-color: #f1556c;
    border-color: #f1556c; }

.btn-outline-dark {
  color: #313a46;
  border-color: #313a46; }
  .btn-outline-dark:hover {
    background-color: #313a46;
    border-color: #313a46; }

.btn-outline-pink {
  color: #ff679b;
  background-image: none;
  background-color: transparent;
  border-color: #ff679b; }
  .btn-outline-pink:hover {
    background-color: #ff679b;
    border-color: #ff679b;
    color: #ffffff; }

.btn-outline-purple {
  color: #777edd;
  background-image: none;
  background-color: transparent;
  border-color: #777edd; }
  .btn-outline-purple:hover {
    background-color: #777edd;
    border-color: #777edd;
    color: #ffffff; }

.btn-rounded {
  border-radius: 2em; }

/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998; }

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced; }

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6; }

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89; }

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39; }

.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4; }

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027; }

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5; }

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084; }

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d; }

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0; }

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000; }

.btn-github {
  color: #ffffff !important;
  background-color: #171515; }

/* =================
   Ribbons
==================== */
.ribbon-box {
  position: relative;
  /* Ribbon two */ }
  .ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
    -moz-box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
    -webkit-box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
    -o-box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
    color: #ffffff;
    font-size: 13px; }
    .ribbon-box .ribbon:before {
      content: " ";
      border-style: solid;
      border-width: 10px;
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      margin-bottom: -10px;
      z-index: -1; }
  .ribbon-box .ribbon + p {
    clear: both; }
  .ribbon-box .ribbon-custom {
    background: #02c0ce; }
    .ribbon-box .ribbon-custom:before {
      border-color: #02919b transparent transparent; }
  .ribbon-box .ribbon-primary {
    background: #2d7bf4; }
    .ribbon-box .ribbon-primary:before {
      border-color: #0c60e2 transparent transparent; }
  .ribbon-box .ribbon-success {
    background: #0acf97; }
    .ribbon-box .ribbon-success:before {
      border-color: #089e74 transparent transparent; }
  .ribbon-box .ribbon-info {
    background: #4eb7eb; }
    .ribbon-box .ribbon-info:before {
      border-color: #20a4e6 transparent transparent; }
  .ribbon-box .ribbon-warning {
    background: #f9bc0b; }
    .ribbon-box .ribbon-warning:before {
      border-color: #cc9905 transparent transparent; }
  .ribbon-box .ribbon-danger {
    background: #f1556c; }
    .ribbon-box .ribbon-danger:before {
      border-color: #ed2643 transparent transparent; }
  .ribbon-box .ribbon-pink {
    background: #ff679b; }
    .ribbon-box .ribbon-pink:before {
      border-color: #ff3479 transparent transparent; }
  .ribbon-box .ribbon-purple {
    background: #777edd; }
    .ribbon-box .ribbon-purple:before {
      border-color: #4e57d3 transparent transparent; }
  .ribbon-box .ribbon-dark {
    background: #313a46; }
    .ribbon-box .ribbon-dark:before {
      border-color: #1c2128 transparent transparent; }
  .ribbon-box .ribbon-two {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .ribbon-box .ribbon-two span {
      font-size: 13px;
      color: #ffffff;
      font-family: "Rubik", sans-serif;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
      position: absolute;
      top: 19px;
      left: -21px; }
      .ribbon-box .ribbon-two span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent; }
      .ribbon-box .ribbon-two span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent; }
  .ribbon-box .ribbon-two-custom span {
    background: #02c0ce; }
    .ribbon-box .ribbon-two-custom span:before {
      border-left: 3px solid #017982;
      border-top: 3px solid #017982; }
    .ribbon-box .ribbon-two-custom span:after {
      border-right: 3px solid #017982;
      border-top: 3px solid #017982; }
  .ribbon-box .ribbon-two-primary span {
    background: #2d7bf4; }
    .ribbon-box .ribbon-two-primary span:before {
      border-left: 3px solid #0b56ca;
      border-top: 3px solid #0b56ca; }
    .ribbon-box .ribbon-two-primary span:after {
      border-right: 3px solid #0b56ca;
      border-top: 3px solid #0b56ca; }
  .ribbon-box .ribbon-two-success span {
    background: #0acf97; }
    .ribbon-box .ribbon-two-success span:before {
      border-left: 3px solid #068662;
      border-top: 3px solid #068662; }
    .ribbon-box .ribbon-two-success span:after {
      border-right: 3px solid #068662;
      border-top: 3px solid #068662; }
  .ribbon-box .ribbon-two-info span {
    background: #4eb7eb; }
    .ribbon-box .ribbon-two-info span:before {
      border-left: 3px solid #1896d4;
      border-top: 3px solid #1896d4; }
    .ribbon-box .ribbon-two-info span:after {
      border-right: 3px solid #1896d4;
      border-top: 3px solid #1896d4; }
  .ribbon-box .ribbon-two-warning span {
    background: #f9bc0b; }
    .ribbon-box .ribbon-two-warning span:before {
      border-left: 3px solid #b38604;
      border-top: 3px solid #b38604; }
    .ribbon-box .ribbon-two-warning span:after {
      border-right: 3px solid #b38604;
      border-top: 3px solid #b38604; }
  .ribbon-box .ribbon-two-danger span {
    background: #f1556c; }
    .ribbon-box .ribbon-two-danger span:before {
      border-left: 3px solid #e71332;
      border-top: 3px solid #e71332; }
    .ribbon-box .ribbon-two-danger span:after {
      border-right: 3px solid #e71332;
      border-top: 3px solid #e71332; }
  .ribbon-box .ribbon-two-pink span {
    background: #ff679b; }
    .ribbon-box .ribbon-two-pink span:before {
      border-left: 3px solid #ff1b69;
      border-top: 3px solid #ff1b69; }
    .ribbon-box .ribbon-two-pink span:after {
      border-right: 3px solid #ff1b69;
      border-top: 3px solid #ff1b69; }
  .ribbon-box .ribbon-two-purple span {
    background: #777edd; }
    .ribbon-box .ribbon-two-purple span:before {
      border-left: 3px solid #3a44ce;
      border-top: 3px solid #3a44ce; }
    .ribbon-box .ribbon-two-purple span:after {
      border-right: 3px solid #3a44ce;
      border-top: 3px solid #3a44ce; }
  .ribbon-box .ribbon-two-dark span {
    background: #313a46; }
    .ribbon-box .ribbon-two-dark span:before {
      border-left: 3px solid #121519;
      border-top: 3px solid #121519; }
    .ribbon-box .ribbon-two-dark span:after {
      border-right: 3px solid #121519;
      border-top: 3px solid #121519; }

/* =================
   Popover / Tooltips
==================== */
/* Popover */
.popover {
  font-family: inherit;
  border-color: #e3eaef;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
  .popover .popover-header {
    margin-top: 0;
    font-size: 14px;
    background-color: #e3eaef;
    padding: 2px 15px;
    border: none; }

/* Tooltips */
.tooltip {
  font-family: "Rubik", sans-serif; }
  .tooltip .tooltip-inner {
    padding: 4px 10px;
    border-radius: 2px;
    background-color: #313a46; }

.tooltip.left .tooltip-arrow {
  border-left-color: #313a46; }

.tooltip.top .tooltip-arrow {
  border-top-color: #313a46; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #313a46; }

.tooltip.right .tooltip-arrow {
  border-right-color: #313a46; }

/* Tooltpster */
.tooltipster-sidetip .tooltipster-box {
  background-color: #02c0ce;
  border: 2px solid #02c0ce; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #02c0ce; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #02c0ce; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #02c0ce; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #02c0ce; }

/* =============
   Checkbox and Radios
============= */
.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal; }
  .checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: none !important; }
  .checkbox label::after {
    color: #797979;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 18px; }
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important; }
  .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none; }
.checkbox input[type="checkbox"]:checked + label::after {
  content:"";
  position:absolute;
  top:4px;
  left:7px;
  display:table;
  width:4px;
  height:8px;
  border:2px solid #797979;
  border-top-width:0;
  border-left-width:0;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg); }
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e3eaef;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute; }
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px; }
  .checkbox.checkbox-single label:before {
    margin-left: 0; }
  .checkbox.checkbox-single label:after {
    margin-left: 0; }

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #02c0ce;
  border-color: #02c0ce; }
.checkbox-custom input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #02c0ce;
  border-color: #02c0ce; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f1556c;
  border-color: #f1556c; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #4eb7eb;
  border-color: #4eb7eb; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f9bc0b;
  border-color: #f9bc0b; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #0acf97;
  border-color: #0acf97; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #777edd;
  border-color: #777edd; }
.checkbox-purple input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff679b;
  border-color: #ff679b; }
.checkbox-pink input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

.checkbox-dark input[type="checkbox"]:checked + label::before {
  background-color: #313a46;
  border-color: #313a46; }
.checkbox-dark input[type="checkbox"]:checked + label::after {
  border-color: #ffffff; }

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal; }
  .radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 18px;
    outline: none !important; }
  .radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #797979;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 6px;
    margin-left: -20px;
    position: absolute;
    top: 4px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px; }
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important; }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted; }
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio.radio-single label {
  height: 17px; }

.radio-custom input[type="radio"] + label::after {
  background-color: #02c0ce; }
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #02c0ce; }
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #02c0ce; }


.radio-primary input[type="radio"] + label::after {
  background-color: #02c0ce; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #02c0ce; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #02c0ce; }

.radio-danger input[type="radio"] + label::after {
  background-color: #f1556c; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f1556c; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f1556c; }

.radio-info input[type="radio"] + label::after {
  background-color: #4eb7eb; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #4eb7eb; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #4eb7eb; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f9bc0b; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f9bc0b; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f9bc0b; }

.radio-success input[type="radio"] + label::after {
  background-color: #0acf97; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #0acf97; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #0acf97; }

.radio-purple input[type="radio"] + label::after {
  background-color: #777edd; }
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #777edd; }
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #777edd; }

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

/* =============
   Alerts
============= */
.alert-custom {
  color: #02c0ce;
  background-color: #eafdff;
  border-color: #39f0fd; }

.alert-primary {
  color: #2d7bf4;
  background-color: #e5effe;
  border-color: #8eb8f9; }

.alert-secondary {
  color: #9a9a9a;
  background-color: #f3f3f3;
  border-color: #cdcdcd; }

.alert-success {
  color: #0acf97;
  background-color: #f3fefb;
  border-color: #49f6c5; }

.alert-danger {
  color: #f1556c;
  background-color: #fef0f2;
  border-color: #f9b3bd; }

.alert-warning {
  color: #f9bc0b;
  background-color: #fffaeb;
  border-color: #fbd76f; }

.alert-info {
  color: #4eb7eb;
  background-color: #eef8fd;
  border-color: #aadcf5; }

.alert-light {
  background-color: #f3f6f8;
  border-color: #e3eaef; }

.alert-dark {
  color: #313a46;
  background-color: #dce1e7;
  border-color: #919fb2; }

.jq-toast-single {
  padding: 15px;
  font-family: "Roboto", sans-serif;
  background-color: #02c0ce;
  font-size: 13px;
  line-height: 22px; }
  .jq-toast-single h2 {
    font-family: "Rubik", sans-serif; }
  .jq-toast-single a {
    font-size: 14px; }
    .jq-toast-single a:hover {
      color: #ffffff; }

.jq-has-icon {
  padding: 10px 10px 10px 50px; }

.jq-icon-info {
  background-color: #4eb7eb;
  color: #ffffff;
  border-color: #4eb7eb; }

.jq-icon-success {
  background-color: #0acf97;
  color: #ffffff;
  border-color: #0acf97; }

.jq-icon-warning {
  background-color: #f9bc0b;
  color: #ffffff;
  border-color: #f9bc0b; }

.jq-icon-error {
  background-color: #f1556c;
  color: #ffffff;
  border-color: #f1556c; }

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #313a46;
  border-radius: 50%;
  text-align: center;
  line-height: 32px; }

.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0; }

/* =============
   Modals
============= */
.modal .modal-dialog .modal-title {
  margin: 0; }
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: none; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px; }

.modal-backdrop {
  background-color: #313a46; }

.modal-backdrop.show {
  opacity: .6; }

.modal-full {
  width: 98%; }

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0; }
.modal-content .panel-group {
  margin-bottom: 0; }
.modal-content .panel {
  border-top: none; }

/* Custom-modal */
.custombox-open body {
  padding-right: 0 !important; }

.modal-demo {
  background-color: #ffffff;
  width: 600px !important;
  border-radius: 4px;
  display: none; }
  .modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #e3eaef; }

@media (max-width: 768px) {
  .modal-demo {
    width: 100% !important; } }
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #313a46;
  color: #ffffff;
  text-align: left;
  margin: 0; }

.custom-modal-text {
  padding: 20px; }

.custombox-modal-wrapper {
  text-align: left; }

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999; }

/* =================
   Spinners
==================== */
.sk-rotating-plane, .sk-double-bounce .sk-child, .sk-wave .sk-rect, .sk-wandering-cubes .sk-cube, .sk-spinner-pulse,
.sk-chasing-dots .sk-child, .sk-three-bounce .sk-child, .sk-circle .sk-child:before, .sk-cube-grid .sk-cube,
.sk-fading-circle .sk-circle:before, .sk-folding-cube .sk-cube:before {
  background-color: #02c0ce; }

.sk-fading-circle .sk-circle {
  margin-top: 0; }

/* =============
   Widgets
============= */
.widget-flat {
  border: 2px solid #313a46;
  position: relative; }
  .widget-flat i {
    position: absolute;
    bottom: -20px;
    font-size: 78px;
    opacity: 0.25;
    left: 0;
    transition: bottom 0.5s ease 0s; }
  .widget-flat:hover i {
    bottom: 0; }

.widget-chart-one {
  min-height: 120px; }
  .widget-chart-one .widget-chart-one-content {
    margin-left: 100px; }

.widget-chart-two {
  min-height: 120px; }
  .widget-chart-two .widget-chart-one-content {
    margin-right: 100px; }

.tilebox-one i {
  font-size: 30px; }

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #f3f6f8;
  overflow: hidden;
  padding: 10px 0;
  position: relative; }
  .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px; }
  .inbox-widget .inbox-item img {
    width: 40px; }
  .inbox-widget .inbox-item .inbox-item-author {
    color: #313a46;
    display: block;
    margin: 0; }
  .inbox-widget .inbox-item .inbox-item-text {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0; }
  .inbox-widget .inbox-item .inbox-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px; }

/* Comment List */
.comment-list .comment-box-item {
  position: relative; }
  .comment-list .comment-box-item .commnet-item-date {
    color: #98a6ad;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px; }
  .comment-list .comment-box-item .commnet-item-msg {
    color: #313a46;
    display: block;
    margin: 10px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px; }
  .comment-list .comment-box-item .commnet-item-user {
    color: #98a6ad;
    display: block;
    font-size: 14px;
    margin: 0; }
.comment-list a + a {
  margin-top: 15px;
  display: block; }

/* Transaction */
.transaction-list li {
  padding: 7px 0;
  border-bottom: 1px solid #f3f6f8;
  clear: both;
  position: relative; }
.transaction-list i {
  width: 20px;
  position: absolute;
  top: 10px;
  font-size: 12px; }
.transaction-list .tran-text {
  padding-left: 25px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px; }
.transaction-list .tran-price {
  margin-left: 30px; }

/* =============
   Tabs
============= */
.tab-content {
  position:relative;
  padding: 20px;
  border:2px solid #008746; }

.navtab-bg {
  background-color: #f3f6f8; }

.nav-tabs > li > a, .nav-pills > li > a {
  color: #98a6ad;
  font-family: "Rubik", sans-serif; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background: #008746;
  border-radius:2px 2px 0 0; }

/* Vertial tab */
.tabs-vertical-env .tab-content {
  background: #ffffff;
	border: none;
  /*display: table-cell*/;
  padding: 0 0 0 20px;
  vertical-align: top; }
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px; }
  .tabs-vertical-env .nav.tabs-vertical li > a {
    color: #98a6ad;
    white-space: nowrap;
    font-family: "Rubik", sans-serif; }
  .tabs-vertical-env .nav.tabs-vertical li > a.active {
    background: #02c0ce;
    border: 0;
    color: #ffffff; }

.tabs-vertical-env-right .tab-content {
  padding: 0 20px 0 0; }

.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important; }
  .tabs-bordered .nav-item {
    margin-bottom: -2px; }

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important; }

.tabs-bordered li a.active {
  border-bottom: 2px solid #02c0ce !important; }

/* Navpills */
.nav-pills > li {
  margin-right:10px; }
 .nav-pills > li > a {
  border:1px solid #008746;
  border-bottom:0;
  border-radius:0 !important;
  color: #313a46; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background: #02c0ce; }

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none;
  background-color: #f3f3f3;
  box-shadow: none;
  margin-bottom: 18px;
  overflow: hidden;
  height: 0.7rem; }

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  background-color: #02c0ce; }

.progress-bar-primary {
  background-color: #2d7bf4; }

.progress-bar-success {
  background-color: #0acf97; }

.progress-bar-info {
  background-color: #4eb7eb; }

.progress-bar-warning {
  background-color: #f9bc0b; }

.progress-bar-danger {
  background-color: #f1556c; }

.progress-bar-dark {
  background-color: #313a46; }

.progress-bar-purple {
  background-color: #777edd; }

.progress-bar-pink {
  background-color: #ff679b; }

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical .progress-bar {
    width: 100%; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0; }

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px; }
  .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px; }

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px; }
  .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px; }

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px; }
  .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px; }

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: "Roboto", sans-serif;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1); }
  .swal2-modal .swal2-title {
    font-size: 28px; }
  .swal2-modal .swal2-content {
    font-size: 16px; }
  .swal2-modal .swal2-spacer {
    margin: 10px 0; }
  .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 2px solid #98a6ad;
    font-size: 16px;
    box-shadow: none; }
  .swal2-modal .swal2-confirm.btn-confirm {
    background-color: #02c0ce !important; }
  .swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f1556c !important; }
  .swal2-modal .swal2-styled:focus {
    box-shadow: none !important; }

.swal2-icon.swal2-question {
  color: #02c0ce;
  border-color: #02c0ce; }

.swal2-icon.swal2-success {
  border-color: #0acf97; }
  .swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #0acf97; }
  .swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #0acf97; }

.swal2-icon.swal2-warning {
  color: #f9bc0b;
  border-color: #f9bc0b; }

.swal2-icon.swal2-error {
  border-color: #f1556c; }
  .swal2-icon.swal2-error .line {
    background-color: #f1556c; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #02c0ce; }

.swal2-container.swal2-shown {
  background-color: rgba(49, 58, 70, 0.9); }

/* =============
   Charts
============= */
/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #313a46;
  opacity: 1;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.legend tr {
  height: 30px;
  font-family: "Rubik", sans-serif; }

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(49, 58, 70, 0.6);
  text-transform: uppercase; }

.legendColorBox div div {
  border-radius: 50%; }

/* Morris chart */
.morris-hover.morris-default-style {
  border-radius: 3px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  color: #313a46; }

/* Chartist chart */
.ct-golden-section:before {
  float: none; }

.ct-chart {
  max-height: 350px; }
  .ct-chart .ct-label {
    fill: #98a6ad;
    color: #98a6ad;
    font-size: 13px;
    line-height: 1; }

.ct-grid {
  stroke: rgba(49, 58, 70, 0.1); }

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px; }

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #02c0ce; }

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #e3eaef; }

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #2d7bf4; }

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f1556c; }

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #4eb7eb; }

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #ff679b; }

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #f9bc0b; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #02c0ce; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #e3eaef; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #2d7bf4; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #f1556c; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #313a46;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.chartist-tooltip.tooltip-show {
  opacity: 1; }

/* Sparkline chart */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #ffffff !important;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #ffffff !important; }

.jqsfield {
  color: #313a46 !important;
  font-size: 12px !important;
  line-height: 18px !important; }

/* =============
   Email
============= */
.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px; }

.inbox-rightbar {
  margin-left: 250px; }

.message-list {
  display: block;
  padding-left: 0; }
  .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: .3s; }
    .message-list li a {
      color: #797979; }
    .message-list li:hover {
      background: rgba(152, 166, 173, 0.15);
      transition-duration: .05s; }
    .message-list li .col-mail {
      float: left;
      position: relative; }
    .message-list li .col-mail-1 {
      width: 320px; }
      .message-list li .col-mail-1 .star-toggle,
      .message-list li .col-mail-1 .checkbox-wrapper-mail,
      .message-list li .col-mail-1 .dot {
        display: block;
        float: left; }
      .message-list li .col-mail-1 .dot {
        border: 4px solid transparent;
        border-radius: 100px;
        margin: 22px 26px 0;
        height: 0;
        width: 0;
        line-height: 0;
        font-size: 0; }
      .message-list li .col-mail-1 .checkbox-wrapper-mail {
        margin: 15px 10px 0 20px; }
      .message-list li .col-mail-1 .star-toggle {
        margin-top: 18px;
        font-size: 16px;
        margin-left: 5px; }
      .message-list li .col-mail-1 .title {
        position: absolute;
        top: 15px;
        left: 110px;
        right: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .message-list li .col-mail-2 {
      position: absolute;
      top: 0;
      left: 320px;
      right: 0;
      bottom: 0; }
      .message-list li .col-mail-2 .subject,
      .message-list li .col-mail-2 .date {
        position: absolute;
        top: 0; }
      .message-list li .col-mail-2 .subject {
        left: 0;
        right: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .message-list li .col-mail-2 .date {
        right: 0;
        width: 170px;
        padding-left: 80px; }
  .message-list li.active, .message-list li.selected {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: .05s; }
  .message-list li.active,
  .message-list li.active:hover {
    box-shadow: inset 3px 0 0 #02c0ce; }
  .message-list li.unread a {
    font-weight: 600;
    color: #272e37; }
  .message-list li.blue-dot .col-mail-1 .dot {
    border-color: #2d7bf4; }
  .message-list li.orange-dot .col-mail-1 .dot {
    border-color: #f9bc0b; }
  .message-list li.green-dot .col-mail-1 .dot {
    border-color: #0acf97; }
  .message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px; }
    .message-list .checkbox-wrapper-mail input {
      opacity: 0;
      cursor: pointer; }
    .message-list .checkbox-wrapper-mail input:checked ~ label {
      opacity: 1; }
    .message-list .checkbox-wrapper-mail label {
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      cursor: pointer;
      background: #98a6ad;
      opacity: 0;
      margin-bottom: 0 !important;
      transition-duration: .05s; }
    .message-list .checkbox-wrapper-mail label:active {
      background: #87949b; }

.mail-list a {
  font-family: "Rubik", sans-serif;
  vertical-align: middle;
  color: #797979;
  padding: 10px 15px;
  display: block; }

.reply-box {
  border: 2px solid #e3eaef; }

@media (max-width: 648px) {
  .inbox-leftbar {
    width: 100%; }

  .inbox-rightbar {
    margin-left: 0; } }
@media (max-width: 520px) {
  .message-list li .col-mail-1 {
    width: 150px; }
    .message-list li .col-mail-1 .title {
      left: 80px; }
  .message-list li .col-mail-2 {
    left: 160px; }
    .message-list li .col-mail-2 .date {
      text-align: right;
      padding-right: 10px;
      padding-left: 20px; } }
/* =============
   Form
============= */
label {
  font-size: 14px;
  color: #313a46;
  font-family: "Rubik", sans-serif;
  font-weight: 500; }

select[multiple] option + option, select[size] option + option {
  margin-top: 1px; }

select[multiple] option, select[size] option {
  padding: 6px 12px;
  border-radius: 2px; }

select[multiple] {
  height: auto; }

textarea.form-control {
  min-height: 90px;
  resize:none; }

.form-control {
  border: 1px solid #d9e3e9;
  border-radius: 4px;
  max-width: 100%;
  padding: .469rem .75rem;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.form-control:focus {
    border: 1px solid #666666;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }

.form-control-lg {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 4px; }

.form-control-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

input[type="color"] {
  min-height: 38px; }

.input-group-prepend .btn, .input-group-append .btn {
  min-height: 38px; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 12px; }

.custom-select:focus {
  box-shadow: none; }

.custom-control-input {
  display: none; }

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #02c0ce; }

.form-check-input:only-child {
  position: absolute; }

/* =============
   Form Advanced
============= */
/* Select 2 */
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #e0e8ed;
    height: 38px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px;
      padding-left: 12px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px;
      width: 34px;
      right: 3px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #b2c5d3 transparent transparent transparent;
        border-width: 6px 6px 0 6px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #b2c5d3 transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: 1px solid #d3dee6;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #f3f6f8; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d3dee6; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #008746; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e3eaef;
  color: #313a46; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #008746;
    color: #ffffff; }

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #d3dee6 !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #02c0ce;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 7px; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-right: 5px; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #ffffff; }

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #e3eaef;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.autocomplete-suggestion {
  padding: 5px 8px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 5px 10px;
  color: #f1556c; }

.autocomplete-selected {
  background-color: #02c0ce;
  color: #ffffff;
  cursor: pointer; }
  .autocomplete-selected strong {
    color: #ffffff !important; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #313a46; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #313a46;
  display: block; }

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: .469rem .75rem;
  width: 100%;
  line-height: 1;
  border: 1px solid #d3dee6; }
  .bootstrap-tagsinput .label-info {
    background-color: #02c0ce;
    display: inline-block;
    padding: 4px 8px;
    font-size: 13px;
    margin: 3px 1px;
    border-radius: 3px; }

/* Bootstrap select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }
.bootstrap-select .glyphicon {
  padding-right: 6px; }

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block; }

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none; }

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #313a46;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0; }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
    background-color: #02c0ce;
    color: #ffffff; }

.bootstrap-select .check-mark::after {
  content: "\F12C";
  font-family: "Material Design Icons"; }

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis; }

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

.bootstrap-select.btn-group .no-results {
  background-color: #ffffff;
  color: #f1556c; }

/* X Editable */
.editable-checklist label {
  display: block; }

.editable-click, a.editable-click, a.editable-click:hover {
  color: #02c0ce; }

/* Bootstrap Fileupload */
.bootstrap-filestyle .group-span-filestyle .btn {
  min-height: 38px;
  line-height: 24px; }

/* =============
   Form Validation
============= */
.parsley-errors-list {
  margin: 0;
  padding: 0; }

.parsley-errors-list > li {
  list-style: none;
  color: #f1556c;
  margin-top: 5px;
  padding-left: 20px;
  position: relative; }
  .parsley-errors-list > li:before {
    content: "\F159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px; }

/* =============
   Form Pickers
============= */
/* Time Picker */
.bootstrap-timepicker-widget table td input {
  height: 32px;
  width: 32px;
  color: #ffffff;
  background-color: #02c0ce;
  border-radius: 50%;
  border: none; }

.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #02c0ce; }

/* Color Picker */
.colorpicker-selectors i {
  margin-top: 5px;
  margin-left: 5px; }

/* Datepicker */
.datepicker-dropdown {
  padding: 10px !important; }

.datepicker > div {
  display: inherit; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px; }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #02c0ce !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #02c0ce !important;
  color: #ffffff !important;
  background-image: none !important; }

.datepicker-inline {
  border: 2px solid #d3dee6;
  width: 240px; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #e3eaef; }

/* Daterange Picker */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #02c0ce; }

.daterangepicker .input-mini.active {
  border: 1px solid rgba(49, 58, 70, 0.3); }

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #313a46;
  font-size: 12px;
  background-color: #e3eaef;
  border-color: #e3eaef; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid rgba(49, 58, 70, 0.3);
  padding: 2px;
  width: 60px; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #02c0ce;
  border: 1px solid #02c0ce;
  color: #ffffff; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border: none; }

/* Clock picker */
.clockpicker-canvas line {
  stroke: #b7f9fe; }

.clockpicker-canvas-bearing, .clockpicker-canvas-fg, .clockpicker-canvas-bg {
  fill: #b7f9fe; }

/* =============
   Form Wizard
============= */
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
  margin-top: 0; }

.wizard > .content > .body {
  padding: 0;
  position: relative; }
  .wizard > .content > .body ul > li {
    display: block;
    line-height: 30px; }
  .wizard > .content > .body label.error {
    color: #f1556c;
    margin-left: 0; }
  .wizard > .content > .body label {
    display: inline-block;
    margin-top: 10px; }
  .wizard > .content > .body input {
    border-color: #d9e3e9; }

.wizard > .steps {
  background-color: #f3f6f8; }
  .wizard > .steps .number {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
    text-align: center; }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: transparent;
    color: #313a46;
    cursor: default;
    border: none; }
  .wizard > .steps .current a {
    background: #02c0ce; }
    .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
      background: #02c0ce; }
      .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
        color: #ffffff; }
    .wizard > .steps .current a .number {
      color: #ffffff; }
  .wizard > .steps .done a {
    background: #e3eaef;
    color: #313a46; }
    .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
      background: #e3eaef;
      color: #313a46; }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  border-radius: 2px;
  margin: 0; }

.wizard > .actions {
  padding: 0 20px;
  margin: 0 !important; }
  .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #02c0ce;
    border-radius: 2px;
    color: #ffffff; }
  .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #f2f2f2;
    color: #313a46;
    cursor: default;
    border: none; }

/* =============
   Summernote
============= */
.note-editor.note-frame {
  border: 3px solid #edf1f5; }

.note-popover .popover-content, .card-header.note-toolbar {
  background-color: #edf1f5;
  padding: 2px 5px 10px 10px;
  border: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #edf1f5; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px 20px; }

.note-btn-group .btn-light {
  background-color: #02c0ce !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: none !important;
  margin: 2px;
  box-shadow: none !important; }

/* =============
   Wysiwig
============= */
.mce-panel {
  border: 1px solid #edf1f5 !important;
  background-color: #edf1f5 !important; }

.mce-menu {
  background-color: #ffffff !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.mce-menubar .mce-menubtn:hover, .mce-menubar .mce-menubtn.mce-active, .mce-menubar .mce-menubtn:focus {
  border-color: #edf1f5 !important; }

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus, .mce-menu-item-normal.mce-active,
.mce-primary {
  background-color: #02c0ce !important; }

.mce-window-head .mce-title {
  font-family: "Rubik", sans-serif; }

.mce-window {
  padding: 20px !important; }

.mce-window-head {
  padding-bottom: 20px !important;
  border-bottom: 0 !important; }

.mce-grid-border a:hover, .mce-grid-border a.mce-active {
  border-color: #02c0ce !important;
  background: #02c0ce !important; }

.mce-btn {
  background-color: #02c0ce !important;
  border: none !important;
  border-radius: 3px;
  color: #ffffff !important; }

.mce-menubtn button, .mce-btn button {
  color: #ffffff !important; }
  .mce-menubtn button span, .mce-menubtn button i, .mce-btn button span, .mce-btn button i {
    color: #ffffff !important; }

.mce-menubar .mce-caret, .mce-btn .mce-caret {
  border-top-color: #ffffff !important; }

.mce-flow-layout {
  padding: 5px !important; }

/* =============
   Form Uploads
============= */
/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px; }
  .dropzone .dz-message {
    font-size: 30px; }

/* =============
   Tables
============= */
.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: 12px 10px;
  vertical-align: middle;
  font-size:13px;
}

.table-sm td, .table-sm th {
  padding: .4rem !important; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 7px; }

th {
  font-family: "Rubik", sans-serif;
  font-weight: 500; }

.table-centered td {
  vertical-align: middle !important; }

.table-striped tbody tr:nth-of-type(odd), .table-hover tbody tr:hover, .table-active, .table-active > td, .table-active > th {
  background-color: #f3f6f8; }

.table-success, .table-success > td, .table-success > th {
  background-color: rgba(10, 207, 151, 0.15);
  border-color: rgba(10, 207, 151, 0.2); }

.table-info, .table-info > td, .table-info > th {
  background-color: rgba(78, 183, 235, 0.15);
  border-color: rgba(78, 183, 235, 0.2); }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: rgba(249, 188, 11, 0.1);
  border-color: rgba(249, 188, 11, 0.2); }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: rgba(241, 85, 108, 0.1);
  border-color: rgba(241, 85, 108, 0.2); }

/* Data table */
div.dt-button-info {
  background-color: #02c0ce;
  border: none;
  color: #ffffff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

table.dataTable {
  margin-top: 10px !important;
  margin-bottom: 18px !important; }

.table-bordered.dataTable > thead > tr > td, .table-bordered.dataTable > thead > tr > th {
  border-bottom-width: 1px !important; }

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #02c0ce !important;
  outline-offset: -1px;
  background-color: rgba(2, 192, 206, 0.15); }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #02c0ce; }

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
  background-color: #0acf97; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #f1556c; }

table.dataTable > tbody > tr.child span.dtr-title {
  font-family: "Rubik", sans-serif; }

/* Responsive Table */
.table-rep-plugin .dropdown-menu li.checkbox-row {
  padding: 7px 15px; }
.table-rep-plugin .table-responsive {
  border: none; }
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }
.table-rep-plugin .checkbox-row {
  padding-left: 40px; }
  .table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0; }
    .table-rep-plugin .checkbox-row label::before {
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #98a6ad;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none; }
    .table-rep-plugin .checkbox-row label::after {
      color: #f3f3f3;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: -1px;
      width: 16px; }
  .table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none; }
    .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome'; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #e3eaef;
    cursor: not-allowed; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #02c0ce; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #02c0ce; }
.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: #02c0ce;
  color: #ffffff;
  border-color: #02c0ce; }
.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(49, 58, 70, 0.3); }
.table-rep-plugin .btn-group.pull-right {
  float: right; }
  .table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0; }
.table-rep-plugin .btn-default.btn-primary {
  background-color: #02c0ce;
  border-color: #02c0ce;
  box-shadow: 0 0 0 2px rgba(2, 192, 206, 0.5); }

.table-rep-plugin .btn-toolbar {
  display: block; }

/* Tablesaw Tables */
.tablesaw thead {
  background: #f3f6f8;
  background-image: none;
  border: none; }
  .tablesaw thead th {
    text-shadow: none; }
  .tablesaw thead tr:first-child th {
    border: none;
    font-weight: 500;
    font-family: "Rubik", sans-serif; }
.tablesaw td {
  border-top: 1px solid #f3f6f8 !important; }

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175"; }

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px; }

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
  border-color: #e3eaef; }

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
  text-transform: none;
  border: 1px solid #d3dee6; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff; }

.tablesaw thead tr:first-child th, .tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: 1.2em;
  padding-bottom: 1em; }

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #02c0ce !important;
  background-color: #e3eaef;
  outline: none !important;
  box-shadow: none !important;
  background-image: none; }

.tablesaw-columntoggle-popup .btn-group {
  display: block; }

/* Footable */
.footable-odd {
  background-color: #ffffff; }

.footable-detail-show {
  background-color: #e3eaef; }

.footable-row-detail {
  background-color: #F0F4F7; }

.footable-pagination li {
  margin-left: 5px;
  display: inline-block;
  float: left; }
  .footable-pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #ffffff;
    border: 1px solid #e3eaef; }
.footable-pagination li.active a {
  color: #ffffff; }

.footable > thead > tr > th > span.footable-sort-indicator {
  float: right; }

.footable a {
  color: #02c0ce; }

/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #e3eaef;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #02c0ce;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #02c0ce; }

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #02c0ce; }

.gmaps-full {
  z-index: 99;
  margin: 0 -20px -10px -20px; }
  .gmaps-full .gmaps-full1 {
    height: 80vh;
    width: 100%; }

/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px; }

.jvectormap-zoomout {
  top: 40px; }

.jvectormap-tip {
  border: none;
  background: #313a46;
  color: white;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 5px 8px; }

/* Mapael Map */
.mapael .map {
  position: relative; }

.mapael .mapTooltip {
  position: absolute;
  background-color: #02c0ce;
  opacity: 0.95;
  border-radius: 3px;
  padding: 2px 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #ffffff;
  font-family: "Rubik", sans-serif; }

.mapael .zoomIn, .mapael .zoomOut, .mapael .zoomReset {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  background-color: #02c0ce;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px; }

.map .zoomIn {
  top: 25px; }

.map .zoomOut {
  top: 50px; }

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0; }

.fc-view {
  margin-top: 30px; }

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

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }
  .fc-toolbar h2 {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day-grid-event .fc-time {
  font-family: "Rubik", sans-serif; }

.fc-day {
  background: #ffffff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc th.fc-widget-header {
  background: #e3eaef;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: #e3eaef; }

.fc-button {
  background: #e3eaef;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #f3f3f3; }

.fc-state-highlight {
  background: #f0f0f0; }

.fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #02c0ce;
  color: #ffffff;
  text-shadow: none; }

.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #ffffff; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #ffffff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-family: "Rubik", sans-serif; }
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-family: "Rubik", sans-serif; }
.fc-basic-view .fc-content {
  color: #ffffff; }

.fc-time-grid-event .fc-content {
  color: #ffffff; }

/* ===========
Tickets
============== */
.tickets-list a {
  color: #98a6ad;
  white-space: nowrap; }
.tickets-list img {
  height: 32px;
  width: 32px; }
.tickets-list td {
  vertical-align: middle; }

/* =============
   Task board
============= */
.taskList {
  min-height: 40px;
  margin-bottom: 0; }
  .taskList li {
    background-color: #ffffff;
    border: 1px solid rgba(121, 121, 121, 0.2);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px; }
    .taskList li:last-of-type {
      margin-bottom: 0; }
  .taskList a {
    font-size: 13px; }
  .taskList .checkbox {
    margin-left: 20px;
    margin-top: 5px; }

.task-placeholder {
  border: 1px dashed rgba(227, 234, 239, 0.9) !important;
  background-color: rgba(227, 234, 239, 0.2) !important;
  padding: 20px; }

/* Task Detail */
.task-detail .task-dates li {
  width: 50%;
  float: left; }

.task-detail .task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none; }

.task-detail .assign-team a {
  display: inline-block;
  margin: 5px 5px 5px 0px; }

.task-detail .files-list .file-box {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box; }

.task-detail .files-list .file-box img {
  line-height: 70px; }

.task-detail .files-list .file-box p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.add-new-plus {
  height: 32px;
  text-align: center;
  width: 32px;
  display: block;
  line-height: 32px;
  color: #98a6ad;
  font-weight: 700;
  background-color: #e3eaef;
  border-radius: 50%; }

/* =============
   Projects
============= */
.project-sort-item .form-group {
  margin-right: 30px; }
  .project-sort-item .form-group:last-of-type {
    margin-right: 0; }

.project-box {
  position: relative; }
  .project-box .badge {
    position: absolute;
    right: 20px; }
  .project-box h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden; }
  .project-box ul li {
    padding-right: 30px; }
  .project-box .project-members a {
    margin: 0 0 10px -12px;
    display: inline-block;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
    .project-box .project-members a:first-of-type {
      margin-left: 0; }

/* ===========
Companies
============== */
.company-card {
  background-color:#f3f6f8; }
.company-logo-section {
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
}
.company-card .company-detail {
  margin: 0 0 50px 75px; }

/* ===========
File Manager
============== */
.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px; }
  .file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden; }
  .file-man-box .file-img-box {
    line-height: 120px;
    text-align: center; }
    .file-man-box .file-img-box img {
      height: 64px; }
  .file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px; }
    .file-man-box .file-download:hover {
      color: #313a46; }
  .file-man-box .file-man-title {
    padding-right: 25px; }
  .file-man-box:hover {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
    .file-man-box:hover .file-close {
      visibility: visible; }

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%; }
  .timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative; }
  .timeline:before {
    background-color: #e3eaef;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0; }
  .timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #e3eaef;
    border-radius: 50%;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px; }
    .timeline .timeline-icon i {
      color: #ffffff;
      font-size: 13px;
      margin-top: 1px;
      position: absolute;
      left: 4px; }
  .timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px; }

h3.timeline-title {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase; }

.timeline-item {
  display: table-row; }
  .timeline-item:before {
    content: "";
    display: block;
    width: 50%; }
  .timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e9eff3 !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0; }
  .timeline-item .timeline-desk .timeline-box {
    padding: 20px; }
  .timeline-item .timeline-date {
    margin-bottom: 10px; }

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%; }
.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #edf1f5 !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0; }
.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px; }
  .timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px; }
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px; }
.timeline-item.alt:before {
  display: none; }
.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px; }
.timeline-item.alt h4, .timeline-item.alt p, .timeline-item.alt .timeline-date {
  text-align: right; }

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%; }
  .timeline-desk h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0; }
  .timeline-desk .panel {
    background: #edf1f5;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0; }
  .timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px; }
  .timeline-desk p {
    font-size: 14px;
    margin-bottom: 0; }
  .timeline-desk .album {
    margin-top: 12px; }
    .timeline-desk .album a {
      float: left;
      margin-right: 5px; }
    .timeline-desk .album img {
      height: 36px;
      width: auto;
      border-radius: 3px; }
  .timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px; }

/* =============
   Profile
============= */
.profile-user-box {
  position: relative;
  border-radius: 5px; }

/* =============
   Print css
============= */
@media print {
  .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar {
    display: none;
    margin: 0;
    padding: 0; }

  .left, .right-bar {
    display: none; }

  .content {
    margin-top: 0;
    padding-top: 0; }

  .content-page {
    margin-left: 0;
    margin-top: 0; }

  .card-box, body {
    border: none;
    padding: 0;
    margin-bottom: 0; } }
/* =============
   FAQ
============= */
.question-q-box {
  height: 30px;
  width: 30px;
  color: #ffffff;
  background-color: #02c0ce;
  text-align: center;
  border-radius: 50%;
  float: left;
  line-height: 30px; }

.question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px; }

.answer {
  margin-left: 50px;
  color: #98a6ad;
  margin-bottom: 40px; }

/* =============
   Pricing
============= */
.pricing-plan {
  padding-bottom: 50px; }

.price_card {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative; }

.price_card .name {
  display: block;
  font-size: 16px;
  padding: 0 0 30px;
  text-align: center;
  width: 100%; }

.price_card button {
  margin-top: 20px; }

.pricing-header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff; }

.price {
  display: block;
  font-size: 48px;
  font-weight: 300;
  padding: 30px 0 10px;
  text-align: center;
  width: 100%; }

.price-features {
  color: #98a6ad;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 20px;
  text-align: center; }

.price-features li {
  padding: 15px; }

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center; }

.pricing-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center; }

.pricing-icon {
  font-size: 32px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  z-index: 1; }

.pricing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }

.pr-list {
  color: #98a6ad;
  font-size: 12px;
  font-weight: 400;
  margin: 0 -20px 30px;
  padding: 0;
  text-transform: uppercase; }

.pr-list li {
  list-style: none;
  padding: 12px 20px; }

.pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1; }

.pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  left: -3px;
  margin-left: -7px;
  position: relative;
  top: -20px; }

.pr-per {
  color: #98a6ad;
  font-size: 12px; }

.pr-button {
  margin-top: 30px; }

/* ==============
  Account Pages
===================*/
.accountbg {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0; }

.login-overlay {
	width:100%;
	height:100%;
	background-color:rgba(39,62,84,0.60);
}

.account-page-full {
  right: 0;
  position: absolute;
  height: 100%;
  margin: 0;
  width: 450px;
  background-color: #ffffff; }
  .account-page-full .card {
    border: none; }

.account-copyright {
  position: absolute;
  bottom: 0;
  width: 100%; }

.checkmark {
  width: 100px;
  margin: 0 auto;
  padding: 20px 0; }

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out; }

.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.text-error {
  color: #008746;
  text-shadow: rgba(2, 192, 206, 0.3) 5px 1px, rgba(2, 192, 206, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px; }

@media (max-width: 768px) {
  .account-pages.enlarged {
    min-height: 100%; }

  .account-pages .account-page-full {
    width: 100%; } }
.svg-computer {
  stroke-dasharray: 1134;
  stroke-dashoffset: -1134;
  animation: draw-me 5s infinite;
  animation-direction: normal;
  height: 200px; }

@keyframes draw-me {
  from {
    stroke-dashoffset: -1134; }
  to {
    stroke-dashoffset: 0; } }
/* =============
   Search result
============= */
.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none; }
.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3eaef;
  margin-bottom: 20px; }

/* =============
   Gallery
============= */
.port {
  margin-bottom: 30px; }

.portfolioFilter a {
  transition: all 0.3s ease-out;
  color: #313a46;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif; }
  .portfolioFilter a:hover {
    background-color: #02c0ce;
    color: #ffffff; }
.portfolioFilter a.current {
  background-color: #02c0ce;
  color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.portfolio-masonry-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 30px; }
  .portfolio-masonry-box .portfolio-masonry-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .portfolio-masonry-box .portfolio-masonry-img:after {
      content: " ";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(49, 58, 70, 0);
      -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
      transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }
  .portfolio-masonry-box .portfolio-masonry-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0; }
  .portfolio-masonry-box .portfolio-masonry-detail {
    opacity: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }
    .portfolio-masonry-box .portfolio-masonry-detail h4 {
      margin-bottom: 3px;
      color: #ffffff !important; }
    .portfolio-masonry-box .portfolio-masonry-detail p {
      color: #ffffff !important;
      text-transform: uppercase;
      font-size: 12px; }

.portfolio-masonry-box:hover .portfolio-masonry-detail {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1; }
.portfolio-masonry-box:hover .portfolio-masonry-img:after {
  background: rgba(49, 58, 70, 0.8); }
.portfolio-masonry-box:hover .portfolio-masonry-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* =============
   Count Down - Coming Soon
============= */
.svg-rocket {
  height: 80px; }

.rocket-clouds__bubble,
.rocket-clouds__cloud,
.rocket-rocket,
.rocket-inner__rocket-and-lines {
  fill: #02c0ce; }

#count-down {
  margin-top: 30px; }

#count-down .clock-presenter {
  height: 100px;
  line-height: 30px;
  text-align: center; }

#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 26px;
  line-height: 42px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  color: #313a46; }

#count-down .clock-presenter .note {
  position: relative;
  bottom: 0;
  padding-top: 5px;
  cursor: default;
  font-size: 13px;
  color: #313a46;
  text-transform: uppercase; }

@media (max-width: 767px) {
  #count-down .clock-presenter {
    width: 50%;
    float: left; }

  #count-down .hours_dash {
    border-right: none; } }
/* =============
   Responsive
============= */
@media (max-width: 768px) {
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left; }

  div#datatable-buttons_info {
    float: none; }

  .ms-container {
    width: 100%; }

  .m-t-sm-50 {
    margin-top: 50px !important; } }
@media (max-width: 767px) {
  .dropdown-lg {
    width: 200px !important; }

  .dataTables_length {
    float: none;
    margin-bottom: 10px; } }
@media (max-width: 420px) {
  .hide-phone {
    display: none !important; } }
@media (max-width: 419px) {
  .hidden-xxs {
    display: none; } }

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

/* =============
   Leads
============= */
.leads-content {
	background-color:#f3f6f8;
	position:relative;
}
.leads-content h3 {
	font-size:20px;
	padding:0 10px;
}
.leads-content .text-warning {
    color: #fdab29;
}

.leads-content {
    list-style: none;
    margin-bottom: 0;
    padding: 10px;
}
.leads-content .lead-details {
	position:relative;
    border: 1px solid transparent;
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 65px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.leads-header {
    border-bottom: 1px solid #ddd;
}
.leads-header {
    position: relative;
    min-height: 38px;
	margin-bottom:10px;
    padding: 6px 8px;
}
.leads-title {
	padding-bottom: 8px;
    font-size: 15px;
	font-weight:500;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.arrow.right {
    top: 50%;
    right: -25px;
}
.arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #f3f6f8;
    bottom: -7px;
}
.arrow, .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow:after {
    border-width: 15px;
    content: "";
}
.drag-handler {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-left: 2px dotted #ddd;
    border-right: 2px dotted #ddd;
}
.drag-handler.red-color {
	border-color:red;
}
.drag-handler.blue-color {
	border-color:blue;
}
.drag-handler.green-color {
	border-color:green;
}
.leads-item-duedate {
    position: absolute;
    left: 12px;
    top: 0;
    color: #777;
    font-size: 75%;
}
.lead-details .action a small:hover {
    color: #333 !important;
}
.leads-check {
    position: absolute;
    left: 12px;
    top: 16px;
}
.avatar img {
    border-radius: 500px;
}
.thumb-xs img {
    width: 40px;
}
.leads-item-title {
    display: block;
	font-size:14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform:capitalize;
}
.text-desc {
	font-size:13px;
}
.lead-sidebar,
.lead-content {
	padding:20px 25px;
}
.view-meta {
	margin-bottom:10px;
}
.call-details {
	border:1px solid #ddd;
	border-radius:2px;
}
.call-details,
.email-details {
	margin-bottom:10px;
	padding:15px 25px 15px;
}
.call-details p,
.email-details p {
	margin-bottom:0;
}
.leads-quick-edit {
	background-color:#fff;
	position:absolute;
	right:0;
	top:15px;
	border-radius:3px;
	border:1px solid #ddd;
	padding:5px 0;
}
.leads-quick-edit a {
	padding:0px 15px;
	display:block;
	line-height:1.6em;
	color:rgba(49, 58, 70, 0.8);
}
.contact-detail {
	border-top: 1px solid #ddd;
	padding-top:10px;
}





table .btn-primary,
table .btn-danger,
table .btn-warning,
table .btn-duplicate {
	padding: 3px 10px;
	color:#fff !important;
}
.btn-danger:hover {
	color: #fff;
	background-color:#c82333;
	border-color:#bd2130;
}

#result,
#result p,
.avatar-image {
	margin-top:15px;
}
form input[type="reset"] {
	background:none;
	border:none;
	color:#fff;
	cursor:pointer;
}

.btn-fix {
	margin-right:3px;
}

.shipment-form,
.custom-form,
.clearance-form,
.transportation-form,
.other-form {
	display:none;
}

form h4.border-bottom {
	border-bottom:1px dashed rgba(0,0,0,.2) !important;
	padding-bottom:8px;
}

label.error {
	color:#f00;
	display:block;
}

.modal .wd1200 {
	max-width:1200px;
}

.gray-bg {
	background-color:#f3f6f8;
	padding:8px 10px;
	border-radius:3px;
}
/*.calculation-area,
.total-quantity,
.total-without-vat,
.total-discount,
.total-vat-value,
.total-after-vat {
	background-color:#f5f5f5;
}*/

.table .thead-dark th {
	vertical-align: middle;
}

.hide {
	display:none;
}

#po-details {
	width:100%;
}

#quotation-content .section-heading,
.co-heading, .co-heading-category {
	background-color:#e0e0e0;
	padding:15px 20px;
	font-weight:500;
}
.co-heading-category {
	margin-top: .25rem;
}
#quotation-content .addmore-btn {
	margin-bottom:30px;
}

table tr td.brand-column a {
	margin-bottom:5px;
	display:inline-block;
}

.table-bordered td#product-details {
	padding: 0;
}

#quotation-content .quotation-content:last-child .addmore-btn {
	margin-bottom:0;
}

.dropdown-menu li a {
	display: block;
	padding: 5px 15px;
}

.quotation-content .section-total {
	color: #313a46;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.quotation-content .calculation-area {
	display:inline-block;
	margin-left:20px;
	width:50%;
	font-weight:normal;
}

#choose-brands {
	height:150px;
	overflow-y: scroll;
	padding: 5px;
}

/*.content-scrollbar{
	height:440px;
	overflow:hidden;
}*/


#add-more-quesiton .border-top {
	border-top:1px solid #ddd;
	margin-top: 25px;
	padding-top: 25px;
}
#add-more-quesiton label.col-form-label > a {
	font-weight:normal;
}
#add-more-quesiton .form-group {
	position: relative;
}
#add-more-quesiton .textbox-shape,
#add-more-quesiton .number-shape,
#add-more-quesiton .radio-shape,
#add-more-quesiton .checkbox-shape {
	position: absolute;
    top: 10px;
    left: 12px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px;
    border-color: rgba(0,0,0,0.26);
}
#add-more-quesiton .textbox-shape,
#add-more-quesiton .number-shape {
	top: 14px;
	height: 8px;
	border-radius:0;
}
#add-more-quesiton .checkbox-shape{
	border-radius:0;
}
#add-more-quesiton .dropdown-shape{
	position: absolute;
    top: 13px;
    left: 12px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0,0,0,0.26);
}
#add-more-quesiton .addmore-data input[type="text"] {
	padding-left:35px;
}
#add-more-quesiton .fa-times-thin{
	position:absolute;
	right:12px;
	top:3px;
	visibility: hidden;
	opacity:0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
#add-more-quesiton .form-group:hover .fa-times-thin{
	visibility:visible;
	opacity:1;
	cursor:pointer;
}
#add-more-quesiton .handle {
	cursor:pointer;
	position:absolute;
	left:-14px;
	top:3px;
	font-size:18px;
	font-weight:bold;
}
#add-more-quesiton #sortable li {
	list-style:none;
}


/*Accordion*/
#accordionEx {
	border:1px solid #d1d8dd;
	margin: 0px;
}
#accordionEx > .card {
    padding: 15px;
	border:0;
	border-top:1px solid #d1d8dd;
	border-radius:0;
}
#accordionEx > .card:first-child {
	border-top:0;
}
#accordionEx .accordion-heading {
	margin:0px;
}
.accordion a {
	display:inline-block;
}
#accordionEx > .card h5 a i {
	margin-left:10px;
	font-weight: bold;
}
[data-toggle="collapse"][aria-expanded="true"] > i
{
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

.services-name-price {
	border-bottom:1px solid #d1d8dd;
	margin-bottom:15px;
}

.services-name-price .checkbox {
	margin-top:8px;
}

.child-box {
	margin-top:20px;
}

.radio-height > div{
	margin-top:5px;
}

.section-style .gray-bg,
.section-style input {
	width: 122px;
	display: inline-block;
	margin-left: 10px;
}

label.text-danger {
	font-weight:normal;
	cursor:pointer;
	margin:0;
}
label.text-danger:hover {
	text-decoration:underline;
}
label.text-danger input[type="checkbox"] {
	position:absolute;
	opacity:0;
}

form label span.error{
	color:#f00;
}

.margin-bottom,
.condition-section-field .condition-section,
.option-third-level{
	position:relative;
	margin-bottom:1rem;
}

.subject-info {
	border:1px solid #dee2e6;
	padding:10px;
	font-weight:bold;
}

.btn-danger.status {
	padding: 8px 20px;
}

.wd-100p {
	width:100%;
}

.social-icon {
	margin:0;
	padding:0;
}
.social-icon li {
	display:inline-block;
	list-style:none;
	margin-right:10px;
}
.social-icon li a {
	color:rgba(49,58,70,.7);
	display:inline-block;
	font-size:20px;
	-webkit-transition-duration:.05s;
	transition-duration:.05s
}
.social-icon li a:hover {
	color:#02c0ce;
}

.search-btn {
	padding: 6.5px 20px;
}


.info-icon{
	color:#fff;
	background-color:#02c0ce;
	cursor:pointer;
	display:inline-block;
	font-weight:bold;
	margin-right:5px;
	width:20px;
	height:20px;
	border-radius:50%;
	text-align:center;
}
#payment-info-section{
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px 0 #9b9b9b;
	box-shadow: 0 0 15px 0 #9b9b9b;
	padding: 0;
	min-width: 185px;
}
#payment-info-section h5{
	background: #f5f5f5;
	margin:0;
	padding:5px 10px;
}
#payment-info-section .payment-info-details{
	padding:0 15px;
}
#payment-info-section .close  {
	cursor:pointer;
	display:inline-block;
}
#sale-invoice-table tbody tr td {
	position: relative;
}

.borderless td {
    border: none;
	padding:8px 12px !important;
}
.arrow-payment.right {
    top: 44%;
    right: -14px;
	-webkit-box-shadow: 0 0 15px 0 #9b9b9b;
	box-shadow: 0 0 15px 0 #9b9b9b;
}
.arrow-payment.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -7px;
}
.arrow-payment, .arrow-payment:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow-payment:after {
    border-width: 15px;
    content: "";
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
	left:0;
	top:0;
}
.ribbon-top-right span {
    left: -15px;
    top: 30px;
    transform: rotate(-45deg);
}
.ribbon span {
    z-index: 1;
    position: absolute;
	left: -45px;
	top: 25px;
    display: block;
    width: 185px;
    padding: 15px 35px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

#avatar.post-image {
	border:1px solid #666;
	position:relative;
	text-align:center;
	width:90px;
}
#avatar.post-image img {
	height:90px;
	width:85px;
	object-fit:contain;
}
.notify-image {
	position:relative;
	text-align:center;
}
.notify-image img {
	height:90px;
	width:85px;
	object-fit:contain;
}
.brand-image {
	position:relative;
	text-align:center;
	width:36px;
}
.brand-image img {
	height:36px;
	width:36px;
	object-fit:contain;
}
.list-icon a{
	background:#f3f6f8;
	color:#666;
	display:inline-block;
	margin-right:5px;
	padding:3px 6px;
}

.company-card {
	position:relative;
}
.company-card .action-button {
	display:none;
	position:absolute;
	top:10px;
	right:10px;
}
.company-card:hover .action-button {
	display:block;
}
.company-card .action-button li {
	list-style:none;
	margin-bottom:5px;
}
.company-card .action-button li a,
.company-card .action-button li button {
	width:25px;
	height:25px;
	padding:0;
}

.list-icon .icon-bg {
	background-color:#37aee8;
	color:#fff;
}

.company-logo-section {
	position:relative;
	text-align:center;
	width:60px;
}
.company-logo-section img {
	width:60px;
	height:60px;
    object-fit:contain;
}

.prod-title {
	font-size:24px;
	margin-bottom:5px;
}
.product-image-section,
.product-content-section {
	float:left;
	padding:0 15px;
}
.product-image-section {
	width:10%;
}
.product-content-section {
	width:90%;
}
.product-logo-section.grid {
	position:relative;
	text-align:center;
	width:185px;
}
.product-logo-section.grid img {
	width:185px;
	height:130px;
    object-fit:contain;
}
.product-logo-section.list {
	position:relative;
	text-align:center;
	width:90px;
}
.product-logo-section.list img {
	width:90px;
	height:100px;
    object-fit:contain;
}

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

.group-by > a.search-btn {
	right:225px;
}
.group-by.product-wise > a.search-btn {
	right:145px;
}
.group-by > a {
	position: absolute;
	right: 145px;
	z-index:99;
	z-index:99;
	padding: 5px 8px;
	margin-bottom: 3px;
	border-top: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 0.88em;
	color: black !important;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.group-by > a:focus {
	box-shadow:none;
}
.group-by > .dropdown-menu {
	padding:8px 8px 4px 8px;
}
.group-by > .dropdown-menu li label {
	margin-bottom:0;
	display:block;
	cursor:pointer;
}
.group-by > .dropdown-menu li {
	margin-bottom:4px;
	padding:5px 0 0 0;
	border-top:1px solid #999;
}
.group-by > .dropdown-menu li:first-child {
	border-top: none;
	padding-top:0;
}
.group-by > .dropdown-menu li a {
	display:inline-block;
	color:#000;
	margin-bottom:4px;
	padding-top:5px;
}
.group-by > .dropdown-menu li span {
    display: inline-block;
    padding-left: 0.5em;
    cursor: pointer;
}
.group-by > .dropdown-menu li label input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.brands-group-by > a {
	z-index:99;
	padding: 5px 8px;
	margin-bottom: 3px;
	border-top: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 0.88em;
	color: black !important;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.brands-group-by > a:focus {
	box-shadow:none;
}
.brands-group-by > .dropdown-menu {
	padding:8px 8px 4px 8px;
}
.brands-group-by > .dropdown-menu li label {
	margin-bottom:0;
	display:block;
	cursor:pointer;
}
.brands-group-by > .dropdown-menu li {
	margin-bottom:4px;
	padding:5px 0 0 0;
	border-top:1px solid #999;
}
.brands-group-by > .dropdown-menu li:first-child {
	border-top: none;
	padding-top:0;
}
.brands-group-by > .dropdown-menu li a {
	display:inline-block;
	color:#000;
	margin-bottom:4px;
	padding-top:5px;
}
.brands-group-by > .dropdown-menu li span {
    display: inline-block;
    padding-left: 0.5em;
    cursor: pointer;
}
.brands-group-by > .dropdown-menu li label input[type="checkbox"] {
    position: relative;
    top: 2px;
}


.product-dashboard {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
	text-align:right;
}
product-dashboard-stats .product-dashboard-header.product-dashboard-header-icon,
.product-dashboard-stats .product-dashboard-header.product-dashboard-header-text {
    text-align: right;
}
.product-dashboard [class*=product-dashboard-header-] {
    margin: 0 15px;
    padding: 0;
	background-color:#fff;
    position: relative;
}
.product-dashboard [class*=product-dashboard-header-] .product-dashboard-icon,
.product-dashboard [class*=product-dashboard-header-] .product-dashboard-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.product-dashboard-stats .product-dashboard-header.product-dashboard-header-icon i {
	color:#fff;
	font-size: 26px;
	line-height: 36px; 
	width: 36px;
	height: 36px;
	text-align: center; 
}
.product-dashboard .product-dashboard-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}
.product-dashboard .color-orange {
	background: linear-gradient(60deg,#ffa726,#fb8c00);
}
.product-dashboard .color-red {
	background: linear-gradient(60deg,#ef5350,#e53935);
}
.product-dashboard .color-green {
	background: linear-gradient(60deg,#66bb6a,#43a047);
}
.product-dashboard .color-blue {
	background: linear-gradient(60deg,#26c6da,#00acc1);
}
.product-dashboard-stats .product-dashboard-header .product-dashboard-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
	margin-bottom:0;
	padding-top:10px;
}
.product-dashboard .product-dashboard-header.product-dashboard-header-icon .product-dashboard-title {
    margin: 0;
    color: #3c4858;
}
.product-dashboard-stats .product-dashboard-header+.product-dashboard-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.product-dashboard .product-dashboard-footer {
    padding: 0;
    padding: 10px 0;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.product-dashboard .product-dashboard-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}
.product-dashboard .product-dashboard-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

#signature{
	width: 100%;
	min-height: 150px;
	border: 1px solid #666;
}

#undo.btn,
#clear.btn {
	z-index:99;
	padding: 5px 8px;
	margin-bottom: 3px;
	border-top: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 0.88em;
	color: black !important;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	/* Generated by http://www.colorzilla.com/gradient-editor/ */
	background: #ffffff; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}


#datatable-buttons_wrapper tbody tr.collapsed span:before {
    content: "\f056";
}

.dual-listbox__buttons button:nth-child(1),
.dual-listbox__buttons button:nth-child(4){
	display:none;
}

.change-order-heading {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
	padding: 12px 10px;
	font-weight:500;
}

.table-column-hide-show {
	position:relative;
}

.heading-bottom-calculation {
	border:2px solid #e0e0e0;
	font-weight:500;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
}

table.dataTable thead .table_filters_row{
	display: none;
}

table.dataTable thead .table_filters_row .sorting{
	background: none;
}

table.dataTable thead .table_filters_row .no-sort{
	background: none;
}

.btn-small {
	padding: 3px 10px;
	font-size: 10px;
}

.data_table_operations {
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_processing {
	top: 95px;
}
/*
table.dataTable tbody td.dataTables_empty.select-checkbox:before,
table.dataTable tbody th.dataTables_empty.select-checkbox:before{
	content: '';
	border: 0;
}

table.dataTable th.select-checkbox{
	position: relative;
}

table.dataTable th.select-checkbox:before,
table.dataTable th.select-checkbox:after {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
}

table.dataTable tr th.select-checkbox:before
{
	content: ' ';
	margin: auto;
	border: 1px solid black;
	border-radius: 3px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
	content: ' ';
	margin-top: auto;
	margin-left: 5px;
	border: 1px solid black;
	border-radius: 3px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: 12px;
	height: 12px;
	text-align: center;
	box-sizing: border-box;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
	margin-top: -18px;
	margin-left: auto;
}
*/

.hidden {
	display: none;
}

.show_hide_table_columns
{
	cursor: pointer;
}

.fixed_column
{
	width: auto !important;
}

.co-list {
	width: 100% !important;
	margin: 0 !important;
}

#sale-invoice-table tbody tr td {
	position: relative;
}

.process-quotation {
	padding: 0 5px;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

.content-placeholder {
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 800px 104px;
	height: inherit;
	position: relative;
}

.notify-data {
	background-color: #f5f5f5;
	padding:10px 20px;
	border:1px solid #f9f9f9;
	border-radius: 5px;
	margin-bottom: 24px;
	box-shadow: 10px 10px 5px #eeeeee;
}

.notify-data p {
	margin-bottom: 0;
}

.notify-title a {
	color:#333333;
	font-size: 16px;
}

.notify-message {
	padding: 10px;
}

.choose-template > .col-3 .checkbox {
  margin-left: 5px;
}

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

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	color:#ffffff;
	background:#008746;
	font-size:16px;
	line-height:36px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.section-total {
	color: #313a46;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.status-1 {
	font-weight: 400;
	color: #fff;
    background-color: #0acf97;
    border-color: #0acf97;
	box-shadow: 0 0 0 rgb(10 207 151 / 50%);
	border: 1px solid transparent;
    padding: 0.45rem 0.9rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.15rem;
}
.status-2 {
	font-weight: 400;
	color: #fff;
    background-color: #f1556c;
    border-color: #f1556c;
	box-shadow: 0 0 0 rgb(10 207 151 / 50%);
	border: 1px solid transparent;
    padding: 0.45rem 0.9rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.15rem;
}

/*Table Border*/
#print .table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 3px solid #dee2e6;
}
#print hr {
	border-top:3px solid rgba(0,0,0,.1);
}

/*Dashboard Style*/
.info-section .inner-box {
  position: relative;
  padding: 10px 20px;
  color: #3b3b3b;
  background: #ffffff;
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
}
.info-section h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px 12px;
  border-bottom: 1px solid #d0d0d0;
  color: #3b3b3b;
  margin:0;
}
.info-section h2 .fa {
  padding-right: 10px;
  color: #999999;
}
.info-section .theme-list {
	margin:0;
	padding:0;
	margin: 20px 0px;
}
.info-section .theme-list li .left {
  position: relative;
  float: left;
  display: block;
  width: 80%;
}
.info-section .theme-list li .right {
  position: relative;
  float: right;
  display: block;
  width: 20%;
  text-align: right;
}
.info-section .theme-list li {
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.6em;
	list-style:none;
}

form strong.error {
  color: #f00;
  font-size: 20px;
}

#comments-list .comments-reply {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

#comments-list .comments-reply .name,
#comments-list .comments-reply .date {
  color: #008746;
}

#comments-list .comments-box {
	margin-bottom:50px;
}

#import_csv input[type="file"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	height: 38px;
	color: #222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

select.readonly {
	background-color: #eee;
	pointer-events:none;
}

@media print {
	@page {
		size: landscape;
	}
}

table.rotated-header .rotated-th {
  height: 220px;
  position: relative;
}

table.rotated-header .rotated-th__label {
  bottom: 5px;
  left: 50%;
  position: absolute;
  transform: rotate( -90deg );
  transform-origin: center left;
  white-space: nowrap;
}

.upload-form {
	display:flex;
	justify-content: flex-end;
}
.modal-footer {
	justify-content: flex-start;
}


/*.show-when-print {
	visibility:hidden;
}*/

@media print {
	/*body * {
		visibility: hidden;
	}*/
	#fccprint,
	#fccprint * {
		visibility: visible;
	}
	#fccprint {
		position: absolute;
		left: 0;
		top: 0;
	}
	/*.hide-when-print {
		visibility:hidden;
	}
	.show-when-print {
		visibility:visible;
	}
	#complains-form,
	#pdf-form,
	.compt-search .text-right,
	#complaint-list-dt_length,
	#complaint-list-dt_filter {
		visibility:hidden;
	}*/
}

.dashboard-table table.rotated-header .rotated-th__label {
	white-space: unset;
	bottom:0;
}
.dashboard-table table th {
	font-size:12px;
	padding: 0px 10px !important;
}
.dashboard-table table td {
	font-size:12px;
	padding: 2px 10px !important;
}
.dashboard-table table.rotated-header .rotated-th {
	height:100px;
}

#search-form .select2-container .select2-selection--multiple {
	min-height:15px;
}

#search-form .select2-container--default .select2-selection--multiple {
  height: 30px;
}

#search-form .select2-search__field {
  height: 28px;
}

#search-form label {
	font-size:13px;
}
#search-form input[type=text],
#search-form select {
	height:30px;
	font-size:13px;
}

.activity-img img {
  float: left;
  border: 1px solid #ddd;
  width:  141px;
  height: 141px;
  object-fit: cover;
  margin: 10px 10px 10px 0;
  padding: 5px;
  border-radius: 50%;
}

.error-message {
  color: red;
}

.list-img img {
  float: left;
  border: 1px solid #ddd;
  width:  50px;
  height: 50px;
  object-fit: cover;
  margin: 10px 10px 10px 0;
  padding: 5px;
  border-radius: 50%;
}

[readonly='readonly'] {
   pointer-events: none;
}

.proof-img img {
  border: 1px solid #ddd;
  width:  50px;
  height: 50px;
  object-fit: cover;
  padding: 5px;
  border-radius: 50%;
}

.select2-container .select2-selection--multiple {
	min-height: 35px;
}


/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .topbar {
	display:flex;
	align-content: space-between;
}

.main-header .navbar-custom {
	padding-right:0;
}

.main-header .mobile-nav-toggler{
	position: relative;
	cursor: pointer;
	display: none;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:25px 0px 20px;
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background-color: var(--white-color);
	padding: 0px 30px 50px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	left:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 25px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: var(--font-24);
	color: var(--black-color);
	cursor: pointer;
	z-index: 10;
	font-family: "flaticon_conslto-flat";
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

@media only screen and (max-width: 1023px){
	.main-header .mobile-nav-toggler{
		display:block;
		margin-left:var(--margin-left-25);
	}
}

.privileges {
	margin-top:10px;
}

.privileges button {
	width:100%;
}

.dataTables_filter {
  display: none;
}

.activity-image {
  border: 1px solid #e0e8ed;
  margin-top: 5px;
  width: 100%;
  height: auto;
}

[data-data=reference_number] a.no {
  font-weight: 600;
}

.activity-img img {
  float: left;
  border: 1px solid #ddd;
  width:  141px;
  height: 141px;
  object-fit: cover;
  margin: 10px 10px 10px 0;
  padding: 5px;
  border-radius: 5px;
}

.error-message {
  color: red;
}

@media (max-width: 479px) {
  .account-page-full {
    width: 390px;
  }
}

.datepicker.form-control[readonly] {
  background-color: #fff;
}
