/*
1. Variables
2. General
3. Helper
4. Demo
5. Menu
6. Topbar
7. Bootstrap Custom
8. Alerts
9. Badges
10. Buttons
11. Card
12. Pagination
13. Progressbar
14. Popover Tooltips
15. Widgets
16. Confirm Alert
17. Sweet Alert
18. JStree
19. Nestable
20. Range Slider
21. Rating
22. Switchery
23. Form Elements
24. Form Validation
25. Form Upload
25. Form Datepicker
25. Form Colorpicker
26. Form Editor
26. Form Select
27. Form Wizard
29. Summernote
30. Events
31. Email
32. Charts
33. Tables
34. Maps
35. Authentication
36. Timeline
37. Pricing
38. Invoice
39. Print
40. Responsive
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
:root {
  --dt-row-selected:108,172,50 !important;
  --bs-border-color: #d6d8df; }

/* 
===============
    General
===============
*/
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background-color: #fcfcfc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='800' preserveAspectRatio='none' viewBox='0 0 1920 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1077%26quot%3b)' fill='none'%3e%3crect width='1920' height='800' x='0' y='0' fill='rgba(243%2c 241%2c 237%2c 0.15)'%3e%3c/rect%3e%3cpath d='M 0%2c188 C 128%2c214.8 384%2c333.2 640%2c322 C 896%2c310.8 1024%2c137.8 1280%2c132 C 1536%2c126.2 1792%2c260.8 1920%2c293L1920 800L0 800z' fill='rgba(231%2c 229%2c 226%2c 0.2)'%3e%3c/path%3e%3cpath d='M 0%2c709 C 192%2c650.2 576%2c401.2 960%2c415 C 1344%2c428.8 1728%2c705.4 1920%2c778L1920 800L0 800z' fill='rgba(255%2c 255%2c 255%2c 0.15)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1077'%3e%3crect width='1920' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover; }

body {
  background: transparent;
  background-color: transparent;
  font-family: Poppins;
  margin: 0;
  font-size: 0.82rem;
  color: #000000; }

b {
  font-weight: 600; }

strong {
  font-weight: 600; }

p {
  line-height: 1.6;
  margin-bottom: 10px; }

label {
  vertical-align: middle; }

* {
  outline: none !important; }

a {
  color: #6CAC32;
  text-decoration: none; }
  a:hover {
    color: #464646;
    outline: 0;
    text-decoration: none; }
  a:active {
    color: #464646;
    outline: 0;
    text-decoration: none; }
  a:focus {
    color: #464646;
    outline: 0;
    text-decoration: none; }

code {
  color: #535353; }

.app-leftbar {
  width: 220px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  z-index: 9;
  transition: all 0.3s ease; }

.app-logobar {
  padding: 16px 0;
  margin-bottom: 15px; }

.app-logo {
  color: #313131 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.app-navigationbar {
  height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative; }

.app-rightbar {
  margin-left: 220px;
  overflow: hidden;
  min-height: 500px;
  transition: all 0.3s ease; }

.app-contentbar {
  padding: 15px;
  margin-bottom: 62px; }

.app-footerbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 220px;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px; }

.app-toggle-menu .app-footerbar {
  left: 0; }

::-webkit-scrollbar {
  width: 0; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3); }

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3); }

/* menubar */
.app-toggle-menu .app-menubar .menu-close {
  display: block !important; }

.app-toggle-menu .app-menubar .menu-open {
  display: none; }

@media (max-width: 768px) {
  .app-topbar {
    background: white;
    border-bottom: 1px solid #ddd; }

  .app-topbar .col-12 {
    justify-content: space-between;
    align-items: baseline; }

  .app-topbar .app-logo {
    display: block !important; } }
/* 
==============
    Helper
==============
*/
/*  -----  Padding  ----  */
.p-t-5 {
  padding-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  -----  Line Height  ----  */
.l-h-20 {
  line-height: 20px; }

.l-h-22 {
  line-height: 22px; }

.l-h-24 {
  line-height: 24px; }

.l-h-26 {
  line-height: 26px; }

.l-h-28 {
  line-height: 28px; }

.l-h-30 {
  line-height: 30px; }

.l-h-32 {
  line-height: 32px; }

.l-h-34 {
  line-height: 34px; }

.l-h-36 {
  line-height: 36px; }

.l-h-38 {
  line-height: 38px; }

.l-h-40 {
  line-height: 40px; }

/*  -----  Font Size  ----  */
.font-10 {
  font-size: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  -----  Font Weight  ----  */
.f-w-3 {
  font-weight: 300; }

.f-w-4 {
  font-weight: 400; }

.f-w-5 {
  font-weight: 500; }

.f-w-6 {
  font-weight: 600; }

.f-w-7 {
  font-weight: 700; }

/*  -----  Border Radius  ----  */
.b-r-1 {
  border-radius: 1px; }

.b-r-2 {
  border-radius: 2px; }

.b-r-3 {
  border-radius: 3px; }

.b-r-4 {
  border-radius: 4px; }

.b-r-5 {
  border-radius: 5px; }

.b-r-6 {
  border-radius: 6px; }

.b-r-7 {
  border-radius: 7px; }

.b-r-8 {
  border-radius: 8px; }

.b-r-9 {
  border-radius: 9px; }

.b-r-10 {
  border-radius: 10px; }

.b-r-15 {
  border-radius: 15px; }

.b-r-20 {
  border-radius: 20px; }

.b-r-25 {
  border-radius: 25px; }

.b-r-30 {
  border-radius: 30px; }

.b-r-35 {
  border-radius: 35px; }

.b-r-40 {
  border-radius: 40px; }

.b-r-45 {
  border-radius: 45px; }

.b-r-50 {
  border-radius: 50px; }

.b-r-100 {
  border-radius: 100px; }

/*  -----  Extra  ----  */
.chart-height {
  height: 320px; }

.vh-100 {
  height: 100vh; }

.v-a-m {
  vertical-align: middle; }

.psn-abs {
  position: absolute; }

.bx-shadow {
  -moz-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }

/* 
============
    Demo
============
*/
/* ----- Model ----- */
.app-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block; }

/* ----- Icons ----- */
.app-icon-box div {
  color: #777777;
  border-radius: 50px;
  line-height: 38px;
  white-space: nowrap; }
  .app-icon-box div p {
    margin-bottom: 0;
    line-height: inherit; }
    .app-icon-box div p i {
      display: inline-block;
      font-size: 18px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      background-color: #fff;
      border-radius: 50%;
      margin-right: 12px;
      margin-left: -14px;
      margin-bottom: 1px;
      margin-top: 1px; }
    .app-icon-box div p span.text-alias {
      color: #7A8997; }
  .app-icon-box div:hover {
    color: #ffffff;
    background-color: #535353; }
    .app-icon-box div:hover p i {
      color: #535353; }
    .app-icon-box div:hover p span.text-alias {
      color: #ffffff; }

/* ----- Grid ----- */
.app-example-row .app-grid-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #acacac;
  border-width: .2rem 0 0; }
.app-example-row .row > .col, .app-example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #a0a0a0;
  border: 1px solid #868686; }
.app-example-row .row + .row {
  margin-top: 1rem; }
.app-example-row.app-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: #acacac; }

@media (min-width: 576px) {
  .app-grid-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem; } }
/* 
============
    Menu
============
*/
.app-vertical-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .app-vertical-menu > li {
    position: relative;
    margin: 0;
    margin-bottom: 8px;
    padding: 0; }
    .app-vertical-menu > li > a {
      box-shadow: 0 0 10px 0 rgba(200, 200, 200, 0.2);
      border: 1px solid #dddddd59;
      padding: 7px 15px;
      display: block;
      color: #777777; }
      .app-vertical-menu > li > a > i {
        display: inline-block;
        width: 25px;
        font-size: 16px;
        vertical-align: middle; }
      .app-vertical-menu > li > a > span {
        vertical-align: middle; }
    .app-vertical-menu > li.active > a {
      color: #fff;
      background: #42a5ff; }
    .app-vertical-menu > li:hover > a {
      color: #fff;
      background: #8fc9ff; }
    .app-vertical-menu > li .label,
    .app-vertical-menu > li .badge {
      margin-top: 3px; }
  .app-vertical-menu li.app-vertical-header {
    padding: 8px 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 20px);
    margin: 5px auto;
    margin-bottom: 10px;
    font-size: 12px; }
  .app-vertical-menu li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0; }
  .app-vertical-menu li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg); }
  .app-vertical-menu li.active > .app-vertical-submenu {
    display: block; }
  .app-vertical-menu a {
    color: #777777;
    text-decoration: none; }
  .app-vertical-menu .app-vertical-submenu {
    display: none;
    list-style: none;
    background: #fcfcfc;
    width: calc(100% - 20px);
    border-radius: 10px;
    margin: 0px auto;
    margin-top: 1px;
    padding-left: 5px; }
    .app-vertical-menu .app-vertical-submenu .app-vertical-submenu {
      padding-left: 20px; }
    .app-vertical-menu .app-vertical-submenu > li > a {
      padding: 8px 25px 8px 45px;
      display: block;
      font-size: 14px;
      color: #777777; }
      .app-vertical-menu .app-vertical-submenu > li > a > .fa {
        width: 20px; }
      .app-vertical-menu .app-vertical-submenu > li > a > .mdi-chevron-right,
      .app-vertical-menu .app-vertical-submenu > li > a > .mdi-chevron-down {
        width: auto; }
    .app-vertical-menu .app-vertical-submenu > li.active > a, .app-vertical-menu .app-vertical-submenu > li > a:hover {
      color: #535353;
      font-weight: 500; }

.app-vertical-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0; }
  .app-vertical-menu-rtl > li {
    position: relative;
    margin: 0;
    margin-bottom: 8px;
    padding: 0; }
    .app-vertical-menu-rtl > li > a {
      box-shadow: 0 0 10px 0 rgba(200, 200, 200, 0.2);
      border: 1px solid #dddddd59;
      padding: 7px 15px;
      display: block;
      color: #777777; }
      .app-vertical-menu-rtl > li > a > i {
        display: inline-block;
        width: 25px;
        font-size: 16px;
        vertical-align: middle; }
      .app-vertical-menu-rtl > li > a > span {
        vertical-align: middle; }
    .app-vertical-menu-rtl > li.active > a {
      color: #fff;
      background: #42a5ff; }
    .app-vertical-menu-rtl > li:hover > a {
      color: #fff;
      background: #8fc9ff; }
    .app-vertical-menu-rtl > li .label,
    .app-vertical-menu-rtl > li .badge {
      margin-top: 3px; }
  .app-vertical-menu-rtl li.app-vertical-header {
    padding: 8px 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc(100% - 20px);
    margin: 5px auto;
    margin-bottom: 10px;
    font-size: 12px; }
  .app-vertical-menu-rtl li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0; }
  .app-vertical-menu-rtl li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg); }
  .app-vertical-menu-rtl li.active > .app-vertical-submenu {
    display: block; }
  .app-vertical-menu-rtl a {
    color: #777777;
    text-decoration: none; }
  .app-vertical-menu-rtl .app-vertical-submenu {
    display: none;
    list-style: none;
    background: #fcfcfc;
    width: calc(100% - 20px);
    border-radius: 10px;
    margin: 0px auto;
    margin-top: 1px;
    padding-right: 5px; }
    .app-vertical-menu-rtl .app-vertical-submenu .app-vertical-submenu {
      padding-right: 20px; }
    .app-vertical-menu-rtl .app-vertical-submenu > li > a {
      padding: 8px 45px 8px 25px;
      display: block;
      font-size: 14px;
      color: #777777; }
      .app-vertical-menu-rtl .app-vertical-submenu > li > a > .fa {
        width: 20px; }
      .app-vertical-menu-rtl .app-vertical-submenu > li > a > .mdi-chevron-right,
      .app-vertical-menu-rtl .app-vertical-submenu > li > a > .mdi-chevron-down {
        width: auto; }
    .app-vertical-menu-rtl .app-vertical-submenu > li.active > a, .app-vertical-menu-rtl .app-vertical-submenu > li > a:hover {
      color: #535353;
      font-weight: 500; }

.app-vertical-menu > li > a {
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  justify-items: legacy;
  justify-content: start;
  align-items: anchor-center;
  height: 40px; }

/* 
==================
    Topbar
==================
*/
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #777777;
  content: var(--bs-breadcrumb-divider, "/"); }

.app-toggle-menu .app-leftbar {
  position: fixed;
  left: -220px;
  transition: all 0.3s ease; }
.app-toggle-menu .app-rightbar {
  margin-left: 0px; }

.app-topbar {
  padding: 8px 11px; }
  .app-topbar .dropdown-toggle::after {
    display: none; }
  .app-topbar .app-badge-up {
    position: relative;
    top: -15px;
    margin: 0 -10px; }
  .app-topbar .app-searchbar input[type="search"] {
    background-color: #4a5263;
    color: #ffffff;
    padding-left: 20px;
    border: none;
    border-radius: 50px 0 0 50px; }
  .app-topbar .app-searchbar .btn {
    background-color: #4a5263;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 50px 50px 0;
    padding: 4px 15px; }
  .app-topbar .app-userprofile a img {
    width: 40px; }
  .app-topbar .app-userprofile a .app-user-live {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #353b48;
    background-color: #535353; }
  .app-topbar .app-userprofile .dropdown-menu {
    top: 15px !important;
    padding: 10px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0); }
    .app-topbar .app-userprofile .dropdown-menu a:hover {
      color: #ffffff;
      background-color: #a0a0a0;
      border-radius: 3px; }
  .app-topbar .app-notification .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0); }
  .app-topbar .app-notification li.media.app-noti {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }
    .app-topbar .app-notification li.media.app-noti a h5 {
      color: #000000; }
      .app-topbar .app-notification li.media.app-noti a h5 span {
        color: #777777; }
    .app-topbar .app-notification li.media.app-noti a p {
      color: #777777; }
    .app-topbar .app-notification li.media.app-noti .app-noti-icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #a0a0a0;
      color: #535353;
      font-size: 20px;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle; }
    .app-topbar .app-notification li.media.app-noti:hover {
      background-color: #a0a0a0; }
      .app-topbar .app-notification li.media.app-noti:hover a h5 {
        color: #535353; }
        .app-topbar .app-notification li.media.app-noti:hover a h5 span {
          color: #ffffff; }
      .app-topbar .app-notification li.media.app-noti:hover a p {
        color: #ffffff; }
      .app-topbar .app-notification li.media.app-noti:hover .app-noti-icon {
        background: #ffffff; }
  .app-topbar .app-message .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0); }
  .app-topbar .app-message li.media.app-msg {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }
    .app-topbar .app-message li.media.app-msg a h5 {
      color: #000000; }
      .app-topbar .app-message li.media.app-msg a h5 span {
        color: #777777; }
    .app-topbar .app-message li.media.app-msg a p {
      color: #777777; }
    .app-topbar .app-message li.media.app-msg .app-noti-icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #a0a0a0;
      color: #535353;
      font-size: 20px;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle; }
    .app-topbar .app-message li.media.app-msg:hover {
      background-color: #a0a0a0; }
      .app-topbar .app-message li.media.app-msg:hover a h5 {
        color: #535353; }
        .app-topbar .app-message li.media.app-msg:hover a h5 span {
          color: #535353; }
      .app-topbar .app-message li.media.app-msg:hover a p {
        color: #535353; }
      .app-topbar .app-message li.media.app-msg:hover .app-noti-icon {
        background: #ffffff; }

.app-breadcrumbbar {
  padding: 20px 30px 34px 30px; }
  .app-breadcrumbbar .page-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0; }
  .app-breadcrumbbar .breadcrumb .breadcrumb-item a {
    color: #777777; }

/* 
========================
    Bootstrap Custom
======================== 
*/
/* -----  Breacrumb  ----- */
.breadcrumb {
  display: inline-flex;
  background-color: transparent;
  margin: 0;
  padding: 10px 0 0; }

/* -----  Dropdown  ----- */
.dropdown-menu {
  padding: 5px 0;
  font-size: 0.82rem;
  border-color: #e8e8e8;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }
  .dropdown-menu .dropdown-item {
    padding: .50rem 1.5rem; }
    .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
      background-color: #e8e8e8;
      color: #313131;
      text-decoration: none; }

/* -----  Background color  ----- */
.bg-primary {
  background-color: #535353 !important; }

.bg-secondary {
  background-color: #777777 !important; }

.bg-success {
  background-color: #6CAC32 !important; }

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

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

.bg-info {
  background-color: #4782BA !important; }

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

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

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

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

/* -----  Background color RGBA ----- */
.bg-primary-rgba {
  background-color: rgba(0, 95, 168, 0.8) !important; }

.bg-secondary-rgba {
  background-color: rgba(148, 156, 169, 0.3) !important; }

.bg-success-rgba {
  background-color: #6cac32 !important; }

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

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

.bg-info-rgba {
  background-color: rgba(82, 196, 202, 0.3) !important; }

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

.bg-dark-rgba {
  background-color: rgba(49, 49, 49, 0.3) !important; }

/* -----  Text Color  ----- */
.text-white {
  color: #ffffff !important; }

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

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

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

.text-secondary {
  color: #777777 !important; }

.text-success {
  color: #6CAC32 !important; }

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

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

.text-info {
  color: #4782BA !important; }

.text-light {
  color: #e8e8e8 !important; }

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

a.text-primary:focus {
  color: #464646 !important; }
a.text-primary:hover {
  color: #464646 !important; }

a.text-secondary:focus {
  color: #6a6a6a !important; }
a.text-secondary:hover {
  color: #6a6a6a !important; }

a.text-success:focus {
  color: #60982c !important; }
a.text-success:hover {
  color: #60982c !important; }

a.text-danger:focus {
  color: #dd221a !important; }
a.text-danger:hover {
  color: #dd221a !important; }

a.text-warning:focus {
  color: #dba932 !important; }
a.text-warning:hover {
  color: #dba932 !important; }

a.text-info:focus {
  color: #3f75a8 !important; }
a.text-info:hover {
  color: #3f75a8 !important; }

a.text-light:focus {
  color: #dbdbdb !important; }
a.text-light:hover {
  color: #dbdbdb !important; }

a.text-dark:focus {
  color: #242424 !important; }
a.text-dark:hover {
  color: #242424 !important; }

/* -----  Navs & Tabs  ----- */
.nav-tabs .nav-link {
  color: #313131; }
.nav-tabs .nav-item.show .nav-link {
  color: #535353; }
.nav-tabs .nav-link.active {
  color: #535353; }

.nav-pills .nav-link {
  color: #313131; }
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #535353; }
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #535353; }

.accordion .card-header {
  background-color: whitesmoke;
  border: 1px solid transparent; }
.accordion .btn-link {
  font-weight: 500; }
  .accordion .btn-link:hover {
    text-decoration: none; }
  .accordion .btn-link:focus {
    text-decoration: none; }

/* -----  Popover  ----- */
.popover {
  font-family: Poppins;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }

.popover-header {
  margin-top: 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: #e8e8e8; }

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

/* -----  Modal  ----- */
.modal-title {
  margin-top: 0; }

/* 
==============
    Alerts
==============
*/
.alert {
  border: 0; }
  .alert .alert-link {
    font-weight: 600; }

.alert-primary {
  color: #535353;
  background-color: #a0a0a0;
  border-color: #a0a0a0; }
  .alert-primary .alert-link {
    color: #535353; }

.alert-secondary {
  color: #777777;
  background-color: #c4c4c4;
  border-color: #c4c4c4; }
  .alert-secondary .alert-link {
    color: #777777; }

.alert-success {
  color: #6CAC32;
  background-color: #d4ecbe;
  border-color: #d4ecbe; }
  .alert-success .alert-link {
    color: #6CAC32; }

.alert-danger {
  color: #E6322A;
  background-color: #f6b6b3;
  border-color: #f6b6b3; }
  .alert-danger .alert-link {
    color: #E6322A; }

.alert-warning {
  color: #dfb248;
  background-color: #fdfbf6;
  border-color: #fdfbf6; }
  .alert-warning .alert-link {
    color: #dfb248; }

.alert-info {
  color: #4782BA;
  background-color: #b6cee4;
  border-color: #b6cee4; }
  .alert-info .alert-link {
    color: #4782BA; }

.alert-light {
  color: #777777;
  background-color: whitesmoke;
  border-color: whitesmoke; }
  .alert-light .alert-link {
    color: #777777; }

.alert-dark {
  color: #313131;
  background-color: #7e7e7e;
  border-color: #7e7e7e; }
  .alert-dark .alert-link {
    color: #313131; }

/* 
==============
    Badges
==============
*/
.badge {
  font-weight: 500;
  padding: 4px 6px; }

.badge-default {
  background-color: #535353;
  color: #ffffff; }
  .badge-default[href]:hover {
    background-color: #464646; }
  .badge-default[href]:focus {
    background-color: #464646; }

.badge-primary {
  background-color: #535353; }
  .badge-primary[href]:hover {
    background-color: #464646; }
  .badge-primary[href]:focus {
    background-color: #464646; }

.badge-secondary {
  background-color: #777777; }
  .badge-secondary[href]:hover {
    background-color: #6a6a6a; }
  .badge-secondary[href]:focus {
    background-color: #6a6a6a; }

.badge-success {
  background-color: #6CAC32; }
  .badge-success[href]:hover {
    background-color: #60982c; }
  .badge-success[href]:focus {
    background-color: #60982c; }

.badge-danger {
  background-color: #E6322A; }
  .badge-danger[href]:hover {
    background-color: #dd221a; }
  .badge-danger[href]:focus {
    background-color: #dd221a; }

.badge-warning {
  color: #ffffff;
  background-color: #dfb248; }
  .badge-warning[href]:hover {
    background-color: #dba932; }
  .badge-warning[href]:focus {
    background-color: #dba932; }

.badge-info {
  background-color: #4782BA; }
  .badge-info[href]:hover {
    background-color: #3f75a8; }
  .badge-info[href]:focus {
    background-color: #3f75a8; }

.badge-light {
  color: #777777;
  background-color: #e8e8e8; }
  .badge-light[href]:hover {
    background-color: #dbdbdb; }
  .badge-light[href]:focus {
    background-color: #dbdbdb; }

.badge-dark {
  background-color: #313131; }
  .badge-dark[href]:hover {
    background-color: #242424; }
  .badge-dark[href]:focus {
    background-color: #242424; }

/* 
===============
    Buttons
===============
*/
.app-button .btn {
  margin-bottom: 5px; }

.app-dropdown .btn {
  margin-bottom: 5px; }

.btn {
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 7px 18px;
  box-shadow: none; }

.btn-rounded {
  border-radius: 20px; }

.btn-round {
  width: 40px;
  height: 40px;
  padding: 7px 12px;
  border-radius: 50%; }

.btn-sm {
  padding: 4px 18px; }

/* -----  Button  ----- */
.btn-primary {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353; }

.btn-secondary {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777; }

.btn-success {
  color: #ffffff;
  background-color: #6CAC32;
  border-color: #6CAC32; }

.btn-danger {
  color: #ffffff;
  background-color: #E6322A;
  border-color: #E6322A; }

.btn-warning {
  color: #ffffff;
  background-color: #dfb248;
  border-color: #dfb248; }

.btn-info {
  color: #ffffff;
  background-color: #4782BA;
  border-color: #4782BA; }

.btn-light {
  color: #777777;
  background-color: #e8e8e8;
  border-color: #e8e8e8; }

.btn-dark {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131; }

.btn-default {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353; }

/* -----  Button Outline  ----- */
.btn-outline-primary {
  color: #535353;
  border-color: #535353; }

.btn-outline-secondary {
  color: #777777;
  border-color: #777777; }

.btn-outline-success {
  color: #6CAC32;
  border-color: #6CAC32; }

.btn-outline-danger {
  color: #E6322A;
  border-color: #E6322A; }

.btn-outline-warning {
  color: #dfb248;
  border-color: #dfb248; }

.btn-outline-info {
  color: #4782BA;
  border-color: #4782BA; }

.btn-outline-light {
  color: #e8e8e8;
  border-color: #e8e8e8; }

.btn-outline-dark {
  color: #313131;
  background-image: none;
  background-color: transparent;
  border-color: #313131; }

.btn-outline-default {
  color: #535353;
  border-color: #535353; }

/* -----  Button Hover  ----- */
.btn-primary:active {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff; }
.btn-primary:hover {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff; }
.btn-primary:focus {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff; }
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff; }
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff; }

.btn-outline-primary:active {
  background-color: #464646;
  border-color: #464646; }
.btn-outline-primary:hover {
  background-color: #464646;
  border-color: #464646; }

.open > .dropdown-toggle.btn-primary {
  background-color: #464646;
  border-color: #464646; }

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #464646;
  border-color: #464646; }
.show > .btn-primary.dropdown-toggle {
  background-color: #464646;
  border-color: #464646; }

.btn-secondary:active {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.btn-secondary:hover {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.btn-secondary:focus {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }

.btn-outline-secondary:active {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.btn-outline-secondary:hover {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }

.open > .dropdown-toggle.btn-secondary {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }
.show > .btn-secondary.dropdown-toggle {
  background-color: #6a6a6a;
  border-color: #6a6a6a; }

.btn-success:active {
  background-color: #60982c;
  border-color: #60982c; }
.btn-success:hover {
  background-color: #60982c;
  border-color: #60982c; }
.btn-success:focus {
  background-color: #60982c;
  border-color: #60982c; }
.btn-success:not(:disabled):not(.disabled).active {
  background-color: #60982c;
  border-color: #60982c; }
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #60982c;
  border-color: #60982c; }

.btn-outline-success:active {
  background-color: #60982c;
  border-color: #60982c; }
.btn-outline-success:hover {
  background-color: #60982c;
  border-color: #60982c; }

.open > .dropdown-toggle.btn-success {
  background-color: #60982c;
  border-color: #60982c; }

.show > .btn-outline-success.dropdown-toggle {
  background-color: #60982c;
  border-color: #60982c; }
.show > .btn-success.dropdown-toggle {
  background-color: #60982c;
  border-color: #60982c; }

.btn-danger:active {
  background-color: #dd221a;
  border-color: #dd221a; }
.btn-danger:hover {
  background-color: #dd221a;
  border-color: #dd221a; }
.btn-danger:focus {
  background-color: #dd221a;
  border-color: #dd221a; }
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #dd221a;
  border-color: #dd221a; }
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #dd221a;
  border-color: #dd221a; }

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

.open > .dropdown-toggle.btn-danger {
  background-color: #dd221a;
  border-color: #dd221a; }

.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dd221a;
  border-color: #dd221a; }
.show > .btn-danger.dropdown-toggle {
  background-color: #dd221a;
  border-color: #dd221a; }

.btn-warning:active {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.btn-warning:hover {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.btn-warning:focus {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.btn-warning:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.btn-warning:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }

.btn-outline-warning:active {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }

.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }

.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #dba932;
  border-color: #dba932; }

.btn-info:active {
  background-color: #3f75a8;
  border-color: #3f75a8;
  color: #ffffff; }
.btn-info:hover {
  background-color: #3f75a8;
  border-color: #3f75a8;
  color: #ffffff; }
.btn-info:focus {
  background-color: #3f75a8;
  border-color: #3f75a8;
  color: #ffffff; }
.btn-info:not(:disabled):not(.disabled).active {
  background-color: #3f75a8;
  border-color: #3f75a8;
  color: #ffffff; }
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #3f75a8;
  border-color: #3f75a8;
  color: #ffffff; }

.btn-outline-info:active {
  background-color: #3f75a8;
  border-color: #3f75a8; }
.btn-outline-info:hover {
  background-color: #3f75a8;
  border-color: #3f75a8; }

.open > .dropdown-toggle.btn-info {
  background-color: #3f75a8;
  border-color: #3f75a8; }

.show > .btn-outline-info.dropdown-toggle {
  background-color: #3f75a8;
  border-color: #3f75a8; }
.show > .btn-info.dropdown-toggle {
  background-color: #3f75a8;
  border-color: #3f75a8; }

.btn-light:active {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.btn-light:hover {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.btn-light:focus {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.btn-light:not(:disabled):not(.disabled).active {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.btn-outline-light:active {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.btn-outline-light:hover {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.open > .dropdown-toggle.btn-light {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.show > .btn-outline-light.dropdown-toggle {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }
.show > .btn-light.dropdown-toggle {
  background-color: #dbdbdb;
  border-color: #dbdbdb; }

.btn-dark:active {
  background-color: #242424;
  border-color: #242424; }
.btn-dark:hover {
  background-color: #242424;
  border-color: #242424; }
.btn-dark:focus {
  background-color: #242424;
  border-color: #242424; }
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #242424;
  border-color: #242424; }
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #242424;
  border-color: #242424; }

.btn-outline-dark:active {
  background-color: #242424;
  border-color: #242424; }
.btn-outline-dark:hover {
  background-color: #242424;
  border-color: #242424; }

.open > .dropdown-toggle.btn-dark {
  background-color: #242424;
  border-color: #242424; }

.show > .btn-outline-dark.dropdown-toggle {
  background-color: #242424;
  border-color: #242424; }
.show > .btn-dark.dropdown-toggle {
  background-color: #242424;
  border-color: #242424; }

.btn-default:active {
  background-color: #464646;
  border-color: #464646; }
.btn-default:hover {
  background-color: #464646;
  border-color: #464646; }
.btn-default:focus {
  background-color: #464646;
  border-color: #464646; }
.btn-default:not(:disabled):not(.disabled).active {
  background-color: #464646;
  border-color: #464646; }
.btn-default:not(:disabled):not(.disabled):active {
  background-color: #464646;
  border-color: #464646; }

.btn-outline-default:active {
  background-color: #464646;
  border-color: #464646; }
.btn-outline-default:hover {
  background-color: #464646;
  border-color: #464646; }

.open > .dropdown-toggle.btn-primary {
  background-color: #464646;
  border-color: #464646; }

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #464646;
  border-color: #464646; }
.show > .btn-primary.dropdown-toggle {
  background-color: #464646;
  border-color: #464646; }

/* -----  Buttons Box shadow  ----- */
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #868686; }
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #868686; }

.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem #aaaaaa; }
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #aaaaaa; }

.btn-success.focus {
  box-shadow: 0 0 0 0.2rem #9fd56f; }
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #9fd56f; }

.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem #f18a85; }
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #f18a85; }

.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem #eed79f; }
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #eed79f; }

.btn-light.focus {
  box-shadow: 0 0 0 0.2rem white; }
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white; }

.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem #646464; }
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #646464; }

.btn-default.focus {
  box-shadow: 0 0 0 0.2rem #868686; }
.btn-default:focus {
  box-shadow: 0 0 0 0.2rem #868686; }

/* -----  Disabled Buttons  ----- */
.btn-primary.disabled {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353; }

.btn-primary:disabled {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353; }

.btn-secondary.disabled {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353; }

.btn-secondary:disabled {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777; }

.btn-success.disabled {
  color: #ffffff;
  background-color: #6CAC32;
  border-color: #6CAC32; }

.btn-success:disabled {
  color: #ffffff;
  background-color: #6CAC32;
  border-color: #6CAC32; }

.btn-danger.disabled {
  color: #ffffff;
  background-color: #E6322A;
  border-color: #E6322A; }

.btn-danger:disabled {
  color: #ffffff;
  background-color: #E6322A;
  border-color: #E6322A; }

.btn-warning.disabled {
  color: #ffffff;
  background-color: #dfb248;
  border-color: #dfb248; }

.btn-warning:disabled {
  color: #ffffff;
  background-color: #dfb248;
  border-color: #dfb248; }

.btn-info.disabled {
  color: #ffffff;
  background-color: #4782BA;
  border-color: #4782BA; }

.btn-info:disabled {
  color: #ffffff;
  background-color: #4782BA;
  border-color: #4782BA; }

.btn-light.disabled {
  color: #777777;
  background-color: #e8e8e8;
  border-color: #e8e8e8; }

.btn-light:disabled {
  color: #777777;
  background-color: #e8e8e8;
  border-color: #e8e8e8; }

.btn-dark.disabled {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131; }

.btn-dark:disabled {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131; }

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

.btn-whatsapp {
  color: #ffffff !important;
  background-color: #4FCE5D; }

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

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

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

.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-skype {
  color: #ffffff !important;
  background-color: #00aff0; }

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

.btn-vk {
  color: #ffffff !important;
  background-color: #4c75a3; }

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

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

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

/* 
============
    Card
============
*/
.card {
  border: none;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  border-radius: 10px; }

.card.border-primary {
  border: 1px solid; }

.card.border-secondary {
  border: 1px solid; }

.card.border-success {
  border: 1px solid; }

.card.border-danger {
  border: 1px solid; }

.card.border-warning {
  border: 1px solid; }

.card.border-info {
  border: 1px solid; }

.card.border-light {
  border: 1px solid; }

.card.border-dark {
  border: 1px solid; }

.card-primary {
  background-color: #535353;
  border-color: #535353; }

.card-secondary {
  background-color: #777777;
  border-color: #777777; }

.card-success {
  background-color: #6CAC32;
  border-color: #6CAC32; }

.card-danger {
  background-color: #E6322A;
  border-color: #E6322A; }

.card-warning {
  background-color: #dfb248;
  border-color: #dfb248; }

.card-info {
  background-color: #4782BA;
  border-color: #4782BA; }

.card-light {
  background-color: #e8e8e8;
  border-color: #e8e8e8; }

.card-dark {
  background-color: #313131;
  border-color: #313131; }

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }

.card-title {
  margin-top: 10px;
  font-size: 16px; }

.card-subtitle {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #777777; }

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

/* 
==================
    Pagination
==================
*/
.page-item .page-link {
  color: #535353;
  font-size: 1em; }
  .page-item .page-link:focus {
    color: #313131;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none; }
  .page-item .page-link:hover {
    color: #313131;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none; }
.page-item.active .page-link {
  color: #ffffff;
  background-color: #535353;
  border-color: #535353;
  box-shadow: none; }

.disabled > .page-link, .page-link.disabled {
  background-color: #ffffff; }

/* 
===================
    Progressbar
===================
*/
.progress-bar {
  background-color: #535353; }

/* 
==========================
    Popover & Tooltips
========================== 
*/
.popover-title {
  margin-top: 0; }

.tooltip .tooltip-inner {
  padding: 4px 10px; }

/* 
===============
	Widgets
===============
*/
/*  -----  Widget - Basic  -----  */
.app-widget-icon-bg {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto; }

/*  -----  Widget - To Do Lists  -----  */
.app-to-do-list .list-group-item {
  border: none; }

.app-to-do-list-remove {
  float: right;
  vertical-align: middle;
  cursor: pointer; }
  .app-to-do-list-remove:hover {
    color: #E6322A !important; }

/*  -----  Widget - Social Profile  -----  */
.app-social-profile-avatar img {
  border: 5px solid #fff;
  margin-top: -10px; }
.app-social-profile-avatar .app-social-profile-live {
  position: absolute;
  bottom: 15px;
  margin: 0px -20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #6CAC32; }

/*  -----  Widget - Action History  -----  */
.app-actions-history-list {
  position: relative; }
  .app-actions-history-list:before {
    content: "";
    position: absolute;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid #535353;
    border-radius: 50%;
    background-color: #a0a0a0; }
  .app-actions-history-list:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 24px;
    left: 7px;
    background: #a0a0a0; }
  .app-actions-history-list .app-actions-history-item {
    margin-left: 30px; }

/*
=====================
    Confirm Alert
=====================
*/
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  border-radius: 50px;
  border: none;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  border-radius: 50px;
  border: none;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #777777;
  color: #ffffff !important; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #535353; }
  .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #464646; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #60982c; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:focus {
  background-color: #60982c;
  box-shadow: 0 0 0 0.2rem #9fd56f; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #dd221a; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:focus {
  background-color: #dd221a;
  box-shadow: 0 0 0 0.2rem #f18a85; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #6a6a6a; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #6a6a6a; }

/* 
===================
    Sweet Alert
===================
*/
.swal2-modal {
  font-family: Poppins; }
  .swal2-modal .swal2-title {
    font-weight: 500;
    font-size: 20px;
    color: #777777; }
  .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 #777777;
    font-size: 16px;
    box-shadow: none !important; }
  .swal2-modal .swal2-styled {
    border: inherit;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    padding: 8px 18px;
    border-radius: 50px; }
  .swal2-modal .swal2-confirm {
    background-color: #535353 !important;
    border: none;
    border-radius: 50px; }
    .swal2-modal .swal2-confirm.btn-success {
      background-color: #6CAC32 !important;
      box-shadow: none;
      border: none;
      border-radius: 50px; }
  .swal2-modal .swal2-cancel {
    background-color: #E6322A !important;
    border: none;
    border-radius: 50px; }
  .swal2-modal .swal2-icon.swal2-error {
    background-color: #E6322A; }
  .swal2-modal .swal2-icon.swal2-question {
    color: #535353;
    border-color: #868686; }
  .swal2-modal .swal2-icon.swal2-warning {
    color: #dfb248;
    border-color: #eed79f; }
  .swal2-modal .swal2-icon.swal2-info {
    color: #4782BA;
    border-color: #91b4d6; }
  .swal2-modal .swal2-icon.swal2-success {
    color: #6CAC32;
    border-color: #6CAC32; }
    .swal2-modal .swal2-icon.swal2-success .line {
      background-color: #6CAC32; }
    .swal2-modal .swal2-icon.swal2-success .placeholder {
      border: 4px solid #bae196; }
  .swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #535353; }
  .swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
    background: #868686; }
  .swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #868686; }
  .swal2-modal .swal2-progresssteps .swal2-progresscircle {
    background: #535353; }

/* 
==============
    JSTree
==============
*/
.jstree-default .jstree-hovered {
  background: #a0a0a0;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #a0a0a0; }
.jstree-default .jstree-clicked {
  background: #939393;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #939393; }
.jstree-default .jstree-wholerow-hovered {
  background: #a0a0a0; }
.jstree-default .jstree-wholerow-clicked {
  background: #939393; }

/* 
================
    Nestable
================
*/
.dd-list .dd-item > button {
  height: 27px;
  margin: 5px 0 5px 10px; }
.dd-list .dd-item .dd-list {
  padding-left: 40px; }
.dd-list .dd-item .dd-handle {
  display: block;
  height: auto;
  margin: 5px 0;
  padding: 8px 18px;
  color: #777777;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid whitesmoke;
  background: whitesmoke;
  border-radius: 3px;
  box-sizing: border-box; }
  .dd-list .dd-item .dd-handle:hover {
    color: #535353;
    background: #a0a0a0;
    border: 1px solid #a0a0a0;
    cursor: move; }

/* ----- Nestable List 2 ----- */
#nestable2 .dd-list .dd-item > button :before {
  color: #777777; }
#nestable2 .dd-list .dd-item .dd-handle {
  color: #777777;
  border: 1px solid whitesmoke;
  background: whitesmoke; }
  #nestable2 .dd-list .dd-item .dd-handle:hover {
    color: #535353;
    background: #a0a0a0;
    border: 1px solid #a0a0a0; }

/* ----- Nestable Draggable Handles ----- */
.dd-list .dd-item.dd3-item > button {
  margin-left: 40px; }
.dd-list .dd-item .dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none; }
  .dd-list .dd-item .dd3-handle:before {
    content: '\F35C';
    font-family: 'Material Design Icons';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #777777;
    font-size: 20px;
    font-weight: 500; }
.dd-list .dd-item .dd3-content {
  display: block;
  margin: 5px 10px;
  padding: 8px 15px 8px 40px;
  color: #777777;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid whitesmoke;
  background: whitesmoke;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .dd-list .dd-item .dd3-content:hover {
    color: #535353;
    background: #a0a0a0;
    border: 1px solid #a0a0a0; }

/* 
========================
    Range Slider
======================== 
*/
.irs-line-mid {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs-line-left {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs-line-right {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs-bar {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs-bar-edge {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs-slider {
  background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover {
  background-position: 0 -150px; }

.irs-slider:hover {
  background-position: 0 -150px; }

.irs-min {
  color: #777777;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e8e8e8;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-max {
  color: #777777;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e8e8e8;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #535353;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-to {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #535353;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-single {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #535353;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #535353; }

.irs-to:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #535353; }

.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #535353; }

.irs-grid-pol {
  background: #e8e8e8; }

.irs-grid-text {
  color: #777777; }

/* 
==============
    Rating
==============
*/
/*  ----- 1 to 10 Rating -----  */
.br-theme-bars-1to10 .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 5px 0;
    height: 28px;
    float: left;
    background-color: #a0a0a0;
    margin: 1px;
    text-align: center; }
  .br-theme-bars-1to10 .br-widget a.br-active {
    background-color: #535353; }
  .br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #535353; }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 20px;
    line-height: 30px;
    float: left;
    padding: 0 20px 0 20px;
    color: #535353;
    font-weight: 400;
    vertical-align: middle; }
.br-theme-bars-1to10 .br-readonly a {
  cursor: default; }
.br-theme-bars-1to10 .br-readonly a.br-active {
  background-color: #f2cd95; }
.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95; }
.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95; }

@media print {
  .br-theme-bars-1to10 .br-widget a {
    border: 1px solid #535353;
    background: #ffffff;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .br-theme-bars-1to10 .br-widget a.br-active {
    border: 1px solid #535353;
    background: #535353; }
  .br-theme-bars-1to10 .br-widget a.br-selected {
    border: 1px solid #535353;
    background: #535353; }
  .br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #535353; } }
/*  -----  Movie Rating  -----  */
.br-theme-bars-movie .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: left;
    background-color: #a0a0a0;
    margin: 1px; }
  .br-theme-bars-movie .br-widget a.br-active {
    background-color: #535353; }
  .br-theme-bars-movie .br-widget a.br-selected {
    background-color: #535353; }
  .br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 240px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    color: #535353;
    font-weight: 400; }
.br-theme-bars-movie .br-readonly a {
  cursor: default; }
.br-theme-bars-movie .br-readonly a.br-active {
  background-color: #a0a0a0; }
.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: #a0a0a0; }
.br-theme-bars-movie .br-readonly .br-current-rating {
  color: #a0a0a0; }

@media print {
  .br-theme-bars-movie .br-widget a {
    border: 1px solid #535353;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .br-theme-bars-movie .br-widget a.br-active {
    border: 1px solid #535353;
    background: #535353; }
  .br-theme-bars-movie .br-widget a.br-selected {
    border: 1px solid #535353;
    background: #535353; }
  .br-theme-bars-movie .br-widget .br-current-rating {
    color: #535353; } }
/*  -----  Square Rating  -----  */
.br-theme-bars-square .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #a0a0a0;
    background-color: #ffffff;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #a0a0a0;
    font-weight: 600; }
  .br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #535353;
    color: #535353; }
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #535353;
    color: #535353; }
  .br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: .5em 0;
    color: #535353; }
.br-theme-bars-square .br-readonly a {
  cursor: default; }
.br-theme-bars-square .br-readonly a.br-active {
  border: 2px solid #primary;
  color: #535353; }
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #primary;
  color: #535353; }

@media print {
  .br-theme-bars-square .br-widget a {
    border: 2px solid #535353;
    color: #535353; }
  .br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #535353;
    color: #535353; }
  .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #535353;
    color: #535353; } }
/*  -----  Pill Rating  -----  */
.br-theme-bars-pill .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-bars-pill .br-widget a {
    padding: 7px 15px;
    background-color: #a0a0a0;
    color: #535353;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400; }
    .br-theme-bars-pill .br-widget a:first-child {
      -webkit-border-top-left-radius: 999px;
      -webkit-border-bottom-left-radius: 999px;
      -moz-border-radius-topleft: 999px;
      -moz-border-radius-bottomleft: 999px;
      border-top-left-radius: 999px;
      border-bottom-left-radius: 999px; }
    .br-theme-bars-pill .br-widget a:last-child {
      -webkit-border-top-right-radius: 999px;
      -webkit-border-bottom-right-radius: 999px;
      -moz-border-radius-topright: 999px;
      -moz-border-radius-bottomright: 999px;
      border-top-right-radius: 999px;
      border-bottom-right-radius: 999px; }
  .br-theme-bars-pill .br-widget a.br-active {
    background-color: #535353;
    color: #ffffff; }
  .br-theme-bars-pill .br-widget a.br-selected {
    background-color: #535353;
    color: #ffffff; }
.br-theme-bars-pill .br-readonly a {
  cursor: default; }
.br-theme-bars-pill .br-readonly a.br-active {
  background-color: #a0a0a0; }
.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #a0a0a0; }

@media print {
  .br-theme-bars-pill .br-widget a {
    border: 1px solid #535353;
    border-left: none;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .br-theme-bars-pill .br-widget a:first-child {
      border-left: 1px solid #535353; }
  .br-theme-bars-pill .br-widget a.br-active {
    border: 1px solid #535353;
    border-left: none;
    background: #ffffff;
    color: #535353; }
  .br-theme-bars-pill .br-widget a.br-selected {
    border: 1px solid #535353;
    border-left: none;
    background: #ffffff;
    color: #535353; } }
/*  -----  Reversed Rating  -----  */
.br-theme-bars-reversed .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-bars-reversed .br-widget a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    background-color: #a0a0a0;
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #535353;
    text-align: center; }
  .br-theme-bars-reversed .br-widget a.br-active {
    background-color: #535353;
    color: #ffffff; }
  .br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #535353;
    color: #ffffff; }
  .br-theme-bars-reversed .br-widget .br-current-rating {
    line-height: 1.3;
    float: left;
    padding: 0 20px 0 20px;
    color: #535353;
    font-size: 17px;
    font-weight: 400; }
.br-theme-bars-reversed .br-readonly a {
  cursor: default; }
.br-theme-bars-reversed .br-readonly a.br-active {
  background-color: #535353; }
.br-theme-bars-reversed .br-readonly a.br-selected {
  background-color: #535353; }
.br-theme-bars-reversed .br-readonly .br-current-rating {
  color: #535353; }

@media print {
  .br-theme-bars-reversed .br-widget a {
    border: 1px solid #535353;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .br-theme-bars-reversed .br-widget a.br-active {
    border: 1px solid #535353;
    background: white; }
  .br-theme-bars-reversed .br-widget a.br-selected {
    border: 1px solid #535353;
    background: white; }
  .br-theme-bars-reversed .br-widget .br-current-rating {
    color: #535353; } }
/*  -----  Horizontal Rating  -----  */
.br-theme-bars-horizontal .br-widget {
  width: 50px;
  white-space: nowrap; }
  .br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #a0a0a0;
    margin: 1px; }
  .br-theme-bars-horizontal .br-widget a.br-active {
    background-color: #535353; }
  .br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #535353; }
  .br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #535353; }
.br-theme-bars-horizontal .br-readonly a {
  cursor: default; }
.br-theme-bars-horizontal .br-readonly a.br-active {
  background-color: #535353; }
.br-theme-bars-horizontal .br-readonly a.br-selected {
  background-color: #535353; }
.br-theme-bars-horizontal .br-readonly .br-current-rating {
  color: #535353; }

@media print {
  .br-theme-bars-horizontal .br-widget a {
    border: 1px solid #535353;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .br-theme-bars-horizontal .br-widget a.br-active {
    border: 1px solid #535353;
    background: white; }
  .br-theme-bars-horizontal .br-widget a.br-selected {
    border: 1px solid #535353;
    background: white; }
  .br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #535353; } }
/*  -----  CSS Rating  -----  */
.br-theme-css-stars .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px; }
    .br-theme-css-stars .br-widget a:after {
      content: "\2605";
      color: #a0a0a0; }
  .br-theme-css-stars .br-widget a.br-active:after {
    color: #535353; }
  .br-theme-css-stars .br-widget a.br-selected:after {
    color: #535353; }
  .br-theme-css-stars .br-widget .br-current-rating {
    display: none; }
.br-theme-css-stars .br-readonly a {
  cursor: default; }

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: #535353; }
  .br-theme-css-stars .br-widget a.br-active:after {
    content: "\2605";
    color: #535353; }
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: #535353; } }
/*  -----  Font Awesome Rating  -----  */
.br-theme-fontawesome-stars .br-widget {
  height: 50px;
  white-space: nowrap; }
  .br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px; }
    .br-theme-fontawesome-stars .br-widget a:after {
      content: '\f005';
      color: #a0a0a0; }
  .br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #535353; }
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #535353; }
  .br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none; }
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default; }

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: #535353; }
  .br-theme-fontawesome-stars .br-widget a.br-active:after {
    content: '\f005';
    color: #535353; }
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: #535353; } }
/*  -----  Font Awesome Franctional Rating  -----  */
.br-theme-fontawesome-stars-o .br-widget {
  height: 30px;
  white-space: nowrap; }
  .br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px; }
    .br-theme-fontawesome-stars-o .br-widget a:after {
      content: '\f006';
      color: #a0a0a0; }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: '\f005';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none; }
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default; }
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: '\f005';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: #535353; }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: #535353; } }
/* 
==================
    Switchery
==================
*/
.switchery {
  background-color: #ffffff;
  border: 1px solid tranparent;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  margin-bottom: 5px; }

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px; }
  .switchery-small > small {
    height: 20px;
    width: 20px; }

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px; }
  .switchery-large > small {
    height: 40px;
    width: 40px; }

/* 
=====================
    Form Elements
=====================
*/
label {
  font-weight: 500;
  margin-bottom: 0.5rem; }

.form-control:disabled {
  background-color: #e8e8e8;
  opacity: 1; }

.progress {
  background-color: whitesmoke; }

.form-control {
  background-color: whitesmoke;
  font-size: 0.82rem;
  color: #777777;
  border: none;
  border-radius: 5px;
  padding: 8px; }
  .form-control:focus {
    background-color: #f5f5f5;
    border-color: none;
    box-shadow: none; }
    .form-control:focus:disabled {
      background-color: #e8e8e8;
      opacity: 1; }
  .form-control .form-check-input {
    margin-top: 0.25rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #535353; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #535353; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #535353; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #939393; }

.custom-control-label::before {
  top: .15rem; }
.custom-control-label::after {
  top: .15rem; }

.input-group-addon {
  border-radius: 5px;
  border: none; }

.input-group-text {
  border: none;
  background: #e8e8e8;
  color: #777777; }

.custom-select {
  background-color: whitesmoke;
  border: none; }
  .custom-select:focus {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    outline: 0;
    box-shadow: none; }

.custom-file-label {
  color: #777777;
  background-color: whitesmoke;
  border: none;
  line-height: 1.9;
  font-weight: 400; }
  .custom-file-label::after {
    background-color: #4c7cf3;
    border: none;
    color: #ffffff;
    height: 2.35rem;
    line-height: 1.9; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #a0a0a0;
  box-shadow: none; }

.form-control[readonly] {
  background-color: whitesmoke;
  opacity: 1; }

.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #6CAC32; }
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #E6322A; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #E6322A; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #6CAC32; }

.custom-select.is-invalid {
  border-color: #f6b6b3;
  background-color: #f6b6b3; }

.form-control.is-invalid {
  border-color: #f6b6b3;
  background-color: #f6b6b3; }

.valid-tooltip {
  background-color: #78c038; }

.invalid-tooltip {
  background-color: #e94841; }

.custom-control-input.is-valid ~ .custom-control-label {
  color: #6CAC32; }

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #E6322A; }
  .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #E6322A; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6CAC32; }

.invalid-feedback {
  color: #E6322A; }

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: dashed 1px #535353; }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  color: #E6322A; }

.editable-submit {
  padding: 4px 8px; }

.editable-cancel {
  padding: 4px 8px; }

/* 
========================
    Form Validations
======================== 
*/
.error {
  color: ff0000; }

.parsley-error {
  border-color: #E6322A; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #E6322A;
    margin-top: 5px; }

.parsley-errors-list.filled {
  display: block; }

/* 
====================
    File 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; }

/* 
=========================
    Form - Datepicker
=========================
*/
.datepicker {
  font-family: Poppins;
  color: #777777;
  border: 1px solid whitesmoke;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  border-radius: 5px; }

.datepicker--day-name {
  color: #535353;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize; }

.datepicker--cell-day.-other-month- {
  color: #e8e8e8; }

.datepicker--cell-year.-other-decade- {
  color: #e8e8e8; }

.datepicker--nav {
  border-bottom: 1px solid whitesmoke; }
  .datepicker--nav .datepicker--nav-title {
    color: #000000;
    border-radius: 50px;
    font-weight: 500; }
    .datepicker--nav .datepicker--nav-title i {
      font-style: normal;
      color: #000000;
      margin-left: 5px; }

.datepicker--nav-action:hover {
  background: whitesmoke; }

.datepicker--nav-title:hover {
  background: whitesmoke; }

.datepicker--pointer {
  border-top: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke; }

.datepicker--cell {
  border-radius: 50px; }

.datepicker--cell.-selected- {
  color: #ffffff;
  background: #535353; }

.datepicker--cell.-selected-.-current- {
  color: #ffffff;
  background: #535353; }

.datepicker--cell.-selected-.-focus- {
  background: #535353; }

.datepicker--cell.-focus- {
  background: whitesmoke; }

.datepicker--cell.-current- {
  color: #535353; }

.datepicker--cell.-range-from- {
  border: 1px solid #535353;
  background-color: #535353;
  border-radius: 50px 0 0 50px; }

.datepicker--cell.-range-to- {
  border: 1px solid #535353;
  background-color: #535353;
  border-radius: 0 50px 50px 0;
  color: #ffffff; }

.datepicker--cell.-in-range- {
  background: #a0a0a0;
  color: #000000;
  border-radius: 0; }

.datepicker--time-current-hours {
  font-family: Poppins; }

.datepicker--time-current-minutes {
  font-family: Poppins; }

.datepicker--buttons {
  border-top: 1px solid whitesmoke;
  padding: 5px; }

.datepicker--time {
  border-top: 1px solid whitesmoke;
  padding: 5px; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #a0a0a0; }

.datepicker--time-row {
  background: linear-gradient(to right, #e8e8e8, #e8e8e8) left 50%/100% 1px no-repeat; }
  .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']:hover::-ms-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #535353;
    border-color: #535353; }
  .datepicker--time-row input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid #535353;
    background: #ffffff;
    cursor: pointer;
    transition: background .2s; }
  .datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid #535353;
    background: #ffffff;
    cursor: pointer;
    transition: background .2s; }
  .datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid #535353;
    background: #ffffff;
    cursor: pointer;
    transition: background .2s; }

/* 
========================
    Form - Colorpicker
========================
*/
.colorpicker-input-addon:before {
  height: 20px;
  width: 20px;
  border-radius: 50px; }

.colorpicker-input-addon i {
  height: 20px;
  width: 20px;
  border-radius: 50px; }

.colorpicker-saturation {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer; }
  .colorpicker-saturation .colorpicker-guide {
    height: 10px;
    width: 10px;
    box-shadow: none; }

.colorpicker-hue {
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer; }
  .colorpicker-hue .colorpicker-guide {
    height: 5px; }

.colorpicker-alpha {
  cursor: pointer; }
  .colorpicker-alpha .colorpicker-alpha-color {
    border-radius: 5px;
    box-shadow: none; }
  .colorpicker-alpha .colorpicker-guide {
    height: 5px; }

.colorpicker-bar {
  border-radius: 5px;
  box-shadow: none; }
  .colorpicker-bar > div {
    border-radius: 5px;
    box-shadow: none; }

/* 
===================
    Form Editor
=================== 
*/
.mce-panel {
  border-color: #e8e8e8 !important;
  background-color: whitesmoke !important;
  border-radius: 3px !important; }

.mce-flow-layout-item {
  margin: 5px 0 5px 5px !important; }

.mce-menubar .mce-menubtn {
  border-color: transparent !important;
  background: #e8e8e8 !important;
  border-radius: 3px; }
  .mce-menubar .mce-menubtn button span {
    color: #777777 !important; }

.mce-btn {
  border: 1px solid transparent !important;
  background-color: #e8e8e8 !important;
  border-radius: 3px; }
  .mce-btn .mce-txt {
    color: #777777 !important; }
  .mce-btn button {
    padding: 5px 10px !important; }

.mce-btn-group .mce-btn {
  margin-left: 5px !important; }
.mce-btn-group:not(:first-child) {
  border-left: 1px solid #e8e8e8 !important;
  padding-left: 0 !important; }

.mce-caret {
  border-top-color: #777777 !important; }

.mce-ico {
  color: #777777 !important; }

/* 
========================
    Form - Select
========================
*/
.modal .select2-container {
  z-index: 20000; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 38px;
    margin-top: 0;
    line-height: 38px; }
  .select2-container .select2-selection--single {
    border: none;
    height: 38px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 38px;
      padding-left: 8px;
      color: #777777; }
  .select2-container .select2-selection--multiple {
    border: none;
    min-height: 38px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0; }

.select2-container--default .select2-selection--multiple {
  background-color: whitesmoke;
  border: none;
  border-radius: 5px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 15px;
    vertical-align: bottom; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #535353;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    padding: 2px 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #313131;
    margin-right: 5px; }
.select2-container--default .select2-selection--single {
  background-color: whitesmoke;
  font-size: 14px;
  color: #777777;
  border: none;
  border-radius: 5px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
    top: 0;
    right: 0; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #535353 !important;
  color: #ffffff; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e8e8e8; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #000000; }

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  z-index: 11111; }

/* -----  Tags Input CSS  ----- */
.bootstrap-tagsinput {
  background-color: whitesmoke;
  font-size: 12px;
  color: #777777;
  border: none;
  border-radius: 5px;
  padding: .375rem .75rem;
  line-height: 24px;
  box-shadow: none;
  width: 100%; }

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #ffffff;
  background-color: #535353;
  border-radius: 5px;
  padding: 2px 10px;
  line-height: 25px; }

.bootstrap-tagsinput .tag.label.label-success {
  background-color: #6CAC32; }

.bootstrap-tagsinput .tag.label.label-danger {
  background-color: #E6322A; }

.bootstrap-tagsinput .tag.label.label-warning {
  background-color: #dfb248; }

.bootstrap-tagsinput .tag.label.label-default {
  background-color: #4782BA; }

.tt-menu {
  border: 1px solid whitesmoke;
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2); }

.tt-suggestion {
  color: #000000; }

.tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #535353; }

/* 
===================
    Form Wizard
===================
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .wizard > .steps > ul > li {
    float: left;
    width: 25%; }
  .wizard > .steps a {
    display: block;
    width: auto;
    background-color: whitesmoke;
    color: #777777;
    font-size: 16px;
    margin: 0 .5em .5em;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 30px;
    cursor: default; }
    .wizard > .steps a:hover {
      display: block;
      width: auto;
      background-color: whitesmoke;
      color: #777777;
      font-size: 16px;
      margin: 0 .5em .5em;
      padding: 14px 28px;
      text-decoration: none;
      border-radius: 30px;
      cursor: default; }
    .wizard > .steps a:active {
      display: block;
      width: auto;
      background-color: whitesmoke;
      color: #777777;
      font-size: 16px;
      margin: 0 .5em .5em;
      padding: 14px 28px;
      text-decoration: none;
      border-radius: 30px;
      cursor: default; }
  .wizard > .steps .current a {
    background: #535353;
    color: #ffffff;
    cursor: default; }
    .wizard > .steps .current a:hover {
      background: #535353;
      color: #ffffff;
      cursor: default; }
    .wizard > .steps .current a:active {
      background: #535353;
      color: #ffffff;
      cursor: default; }
  .wizard > .steps .done a {
    background: #e8e8e8;
    color: #777777; }
    .wizard > .steps .done a:hover {
      background: #e8e8e8;
      color: #777777; }
    .wizard > .steps .done a:active {
      background: #e8e8e8;
      color: #777777; }
  .wizard > .steps .current-info {
    position: absolute;
    left: -999em; }
  .wizard > .steps .number {
    font-size: 18px; }
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }
  .wizard > .actions > ul {
    display: inline-block;
    text-align: right; }
    .wizard > .actions > ul > li {
      float: left;
      margin: 0 .5em; }
  .wizard > .actions a {
    background: #535353;
    color: #ffffff;
    display: block;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 30px; }
    .wizard > .actions a:hover {
      background: #535353;
      color: #ffffff;
      display: block;
      padding: 8px 18px;
      text-decoration: none;
      border-radius: 30px; }
    .wizard > .actions a:active {
      background: #535353;
      color: #ffffff;
      display: block;
      padding: 8px 18px;
      text-decoration: none;
      border-radius: 30px; }
  .wizard > .actions .disabled a {
    background: whitesmoke;
    color: #777777;
    cursor: default; }
    .wizard > .actions .disabled a:hover {
      background: whitesmoke;
      color: #777777;
      cursor: default; }
    .wizard > .actions .disabled a:active {
      background: whitesmoke;
      color: #777777;
      cursor: default; }
.wizard > .content {
  background: #ffffff;
  display: block;
  margin: 8px;
  padding: 30px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wizard > .content > .title {
    position: absolute;
    left: -999em; }
  .wizard > .content > .body ul > li {
    line-height: 30px; }

.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/* -----  Vertical Wizard  ----- */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }
  .wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%; }
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em 2.5%;
  width: 65%; }
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

@media (max-width: 991px) {
  .wizard.vertical > .content {
    width: 100%; }
  .wizard.vertical > .steps {
    width: 100%; }

  .wizard > .steps > ul > li {
    width: 100%; } }
/* 
==================
    Summernote
==================
*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap; }
  .note-btn-group .dropdown-menu > li > a:hover {
    background-color: #ededed; }

.note-image-popover, .note-air-popover, .note-link-popover {
  display: none; }
  .note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
    margin-left: 0; }

.note-icon-caret {
  display: none; }

.note-editor {
  position: relative; }
  .note-editor .btn-default {
    background-color: transparent;
    border-color: transparent; }
  .note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
    padding: 8px 12px; }
  .note-editor .note-toolbar {
    background-color: whitesmoke;
    border-bottom: 1px solid #e8e8e8;
    margin: 0; }
  .note-editor .note-statusbar {
    background-color: #ffffff; }
    .note-editor .note-statusbar .note-resizebar {
      border-top: none;
      height: 15px;
      padding-top: 3px; }

.note-editor.note-frame {
  border: 1px solid #e8e8e8; }

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px; }
.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent; }
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px; }

.note-toolbar {
  padding: 5px 0 10px 5px; }

/* 
=================
    Calendar
================= 
*/
.fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
  color: #000000; }
.fc-toolbar .fc-state-active {
  z-index: 4;
  background-color: #535353;
  border-color: #535353;
  color: #ffffff; }
.fc-toolbar .ui-state-active {
  z-index: 4;
  background-color: #535353;
  border-color: #535353;
  color: #ffffff; }
.fc-toolbar .fc-left {
  margin-bottom: 10px; }
.fc-toolbar .fc-center {
  margin-bottom: 10px; }
.fc-toolbar .fc-right {
  margin-bottom: 10px; }

.fc-button {
  background: #e8e8e8;
  border: 1px solid #dbdbdb;
  color: #000000;
  outline: 0;
  box-shadow: none;
  text-transform: capitalize;
  height: auto !important;
  padding: 6px 15px !important; }

.fc-state-hover {
  background: #dbdbdb;
  border: 1px solid #dbdbdb; }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; }

.fc-widget-header {
  background-color: whitesmoke;
  border: 1px solid #dbdbdb; }

.fc th.fc-widget-header {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase; }

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

.fc-event {
  background-color: #535353;
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  padding: 5px 5px;
  cursor: move; }

/* 
=============
    Email
=============
*/
.app-email-leftbar .card-header .btn {
  border-radius: 50px; }
.app-email-leftbar ul li {
  border: none;
  padding: 12px 0 !important; }
  .app-email-leftbar ul li a {
    color: #777777; }
    .app-email-leftbar ul li a:hover {
      color: #313131; }
  .app-email-leftbar ul li a.active {
    color: #535353; }

.app-email-rightbar .card-header ul li a i {
  padding: 8px 5px;
  color: #777777; }
.app-email-rightbar .card-header ul li a:hover i {
  color: #535353; }
.app-email-rightbar .card-body tr td {
  color: #777777; }
  .app-email-rightbar .card-body tr td a {
    color: #777777; }
.app-email-rightbar .card-body tr.email-unread td {
  font-weight: 500;
  color: #313131; }
  .app-email-rightbar .card-body tr.email-unread td a {
    color: #313131; }
.app-email-rightbar .email-open-box .media img {
  width: 50px;
  border-radius: 50%; }
.app-email-rightbar .email-open-box .open-email-head ul {
  text-align: right; }
.app-email-rightbar .email-open-box .open-email-head ul li a i {
  color: #777777; }
.app-email-rightbar .email-open-box .open-email-head ul li a:hover i {
  color: #535353; }
.app-email-rightbar .email-open-box .open-email-head ul {
  text-align: right; }
  .app-email-rightbar .email-open-box .open-email-head ul li a i {
    color: #777777; }
  .app-email-rightbar .email-open-box .open-email-head ul li a:hover i {
    color: #535353; }

/* 
==============
    Charts
==============
*/
.app-chart-label {
  text-align: center; }
  .app-chart-label li {
    margin: 0 8px; }
    .app-chart-label li p {
      font-size: 15px; }
      .app-chart-label li p i {
        margin-right: 5px; }

/* -----  Chartist chart  ----- */
.ct-chart {
  height: 320px; }

.ct-golden-section:before {
  float: none;
  padding-bottom: 0; }

.ct-grid {
  stroke: #e8e8e8;
  stroke-width: 1px;
  stroke-dasharray: 3px; }

.ct-label {
  fill: #777777;
  color: #777777;
  font-size: 14px; }

.app-chartist-simple-pie-chart .ct-label {
  fill: #ffffff;
  color: #ffffff; }

.app-chartist-donut-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff; }

.app-chartist-gauge-fill-rather-chart .ct-label {
  fill: #ffffff;
  color: #ffffff; }

.ct-point {
  cursor: pointer; }

.ct-series-a .ct-point {
  stroke: #535353; }
.ct-series-a .ct-line {
  stroke: #535353; }
.ct-series-a .ct-bar {
  stroke: #535353; }
.ct-series-a .ct-slice-donut {
  stroke: #535353; }

.ct-series-a .ct-slice-pie {
  fill: #535353; }
.ct-series-a .ct-slice-donut-solid {
  fill: #535353; }
.ct-series-a .ct-area {
  fill: #535353; }

.ct-series-b .ct-point {
  stroke: #6CAC32; }
.ct-series-b .ct-line {
  stroke: #6CAC32; }
.ct-series-b .ct-bar {
  stroke: #6CAC32; }
.ct-series-b .ct-slice-donut {
  stroke: #6CAC32; }

.ct-series-b .ct-slice-pie {
  fill: #6CAC32; }
.ct-series-b .ct-slice-donut-solid {
  fill: #6CAC32; }
.ct-series-b .ct-area {
  fill: #6CAC32; }

.ct-series-c .ct-point {
  stroke: #E6322A; }
.ct-series-c .ct-line {
  stroke: #E6322A; }
.ct-series-c .ct-bar {
  stroke: #E6322A; }
.ct-series-c .ct-slice-donut {
  stroke: #E6322A; }

.ct-series-c .ct-slice-pie {
  fill: #E6322A; }
.ct-series-c .ct-slice-donut-solid {
  fill: #E6322A; }
.ct-series-c .ct-area {
  fill: #E6322A; }

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

.ct-series-d .ct-slice-pie {
  fill: #dfb248; }
.ct-series-d .ct-slice-donut-solid {
  fill: #dfb248; }
.ct-series-d .ct-area {
  fill: #dfb248; }

.ct-series-e .ct-point {
  stroke: #4782BA; }
.ct-series-e .ct-line {
  stroke: #4782BA; }
.ct-series-e .ct-bar {
  stroke: #4782BA; }
.ct-series-e .ct-slice-donut {
  stroke: #4782BA; }

.ct-series-e .ct-slice-pie {
  fill: #4782BA; }
.ct-series-e .ct-slice-donut-solid {
  fill: #4782BA; }
.ct-series-e .ct-area {
  fill: #4782BA; }

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

.ct-series-f .ct-slice-pie {
  fill: #e8e8e8; }
.ct-series-f .ct-slice-donut-solid {
  fill: #e8e8e8; }
.ct-series-f .ct-area {
  fill: #e8e8e8; }

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

.ct-series-g .ct-slice-pie {
  fill: #313131; }
.ct-series-g .ct-slice-donut-solid {
  fill: #313131; }
.ct-series-g .ct-area {
  fill: #313131; }

.ct-series-h .ct-point {
  stroke: #777777; }
.ct-series-h .ct-line {
  stroke: #777777; }
.ct-series-h .ct-bar {
  stroke: #777777; }
.ct-series-h .ct-slice-donut {
  stroke: #777777; }

.ct-series-h .ct-slice-pie {
  fill: #777777; }
.ct-series-h .ct-slice-donut-solid {
  fill: #777777; }
.ct-series-h .ct-area {
  fill: #777777; }

.ct-series-i .ct-point {
  stroke: #f05b4f; }
.ct-series-i .ct-line {
  stroke: #f05b4f; }
.ct-series-i .ct-bar {
  stroke: #f05b4f; }
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie {
  fill: #f05b4f; }
.ct-series-i .ct-slice-donut-solid {
  fill: #f05b4f; }
.ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point {
  stroke: #dda458; }
.ct-series-j .ct-line {
  stroke: #dda458; }
.ct-series-j .ct-bar {
  stroke: #dda458; }
.ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie {
  fill: #dda458; }
.ct-series-j .ct-slice-donut-solid {
  fill: #dda458; }
.ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point {
  stroke: #eacf7d; }
.ct-series-k .ct-line {
  stroke: #eacf7d; }
.ct-series-k .ct-bar {
  stroke: #eacf7d; }
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie {
  fill: #eacf7d; }
.ct-series-k .ct-slice-donut-solid {
  fill: #eacf7d; }
.ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point {
  stroke: #86797d; }
.ct-series-l .ct-line {
  stroke: #86797d; }
.ct-series-l .ct-bar {
  stroke: #86797d; }
.ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie {
  fill: #86797d; }
.ct-series-l .ct-slice-donut-solid {
  fill: #86797d; }
.ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point {
  stroke: #b2c326; }
.ct-series-m .ct-line {
  stroke: #b2c326; }
.ct-series-m .ct-bar {
  stroke: #b2c326; }
.ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie {
  fill: #b2c326; }
.ct-series-m .ct-slice-donut-solid {
  fill: #b2c326; }
.ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point {
  stroke: #6188e2; }
.ct-series-n .ct-line {
  stroke: #6188e2; }
.ct-series-n .ct-bar {
  stroke: #6188e2; }
.ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie {
  fill: #6188e2; }
.ct-series-n .ct-slice-donut-solid {
  fill: #6188e2; }
.ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point {
  stroke: #a748ca; }
.ct-series-o .ct-line {
  stroke: #a748ca; }
.ct-series-o .ct-bar {
  stroke: #a748ca; }
.ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie {
  fill: #a748ca; }
.ct-series-o .ct-slice-donut-solid {
  fill: #a748ca; }
.ct-series-o .ct-area {
  fill: #a748ca; }

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 12px;
  padding: 3px 12px;
  background: #313131;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  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:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #313131; }
  .chartist-tooltip.tooltip-show {
    opacity: 1; }

.ct-area, .ct-line {
  pointer-events: none; }

/* -----  Chartjs chart  ----- */
.app-chartjs-chart {
  height: 350px; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* -----  C3 chart ----- */
.c3 svg {
  font-family: Poppins;
  font-size: 14px; }

.c3 path {
  fill: none;
  stroke: #e8e8e8; }

.c3 line {
  fill: none;
  stroke: #e8e8e8; }

.c3-line {
  stroke-width: 3px; }

.c3-bar {
  stroke-width: 0; }

.c3 text {
  fill: #777777; }

.c3-chart-arc path {
  stroke: #ffffff;
  fill: #ffffff; }

.c3-chart-arc .c3-gauge-value {
  fill: #ffffff; }
.c3-chart-arc text {
  fill: #ffffff; }

.c3-chart-arcs-title {
  font-size: 14px;
  color: #ffffff; }

.c3-legend-item {
  font-size: 14px;
  padding-right: 10px; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  empty-cells: show;
  -webkit-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
  opacity: 1;
  border-radius: 5px 5px 0 0; }
  .c3-tooltip tr {
    border: none; }
  .c3-tooltip th {
    background-color: #313131;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 5px;
    text-align: left;
    color: #ffffff; }
  .c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #ffffff;
    border-left: none; }
    .c3-tooltip td > span {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 6px; }
  .c3-tooltip td.value {
    text-align: right; }

/* -----  Flot chart  ----- */
.flot-chart {
  height: 320px; }

.flotTip {
  padding: 3px 5px;
  background-color: #313131;
  z-index: 100;
  color: #ffffff;
  opacity: .80;
  filter: alpha(opacity=85);
  font-size: 14px; }

.legendLabel {
  color: #777777;
  font-size: 14px; }

/* -----  Morris chart  ----- */
.morris-chart {
  height: 320px; }
  .morris-chart tspan {
    font-family: Poppins;
    color: #777777;
    font-size: 14px;
    font-weight: 400; }

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  background: #313131;
  border: none;
  font-family: Poppins;
  font-size: 14px;
  text-align: center; }
  .morris-hover.morris-default-style .morris-hover-point {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff !important; }
  .morris-hover.morris-default-style .morris-hover-row-label {
    background-color: #313131;
    font-weight: 500;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    margin: -5px -5px 0; }

/* -----  jQuery Knob Chart  ----- */
.app-knob {
  font: 600 30px Poppins !important; }

.app-knob-superpose {
  position: relative;
  width: 150px;
  margin: 0 auto; }
  .app-knob-superpose .app-knob-minute {
    position: absolute;
    left: 30px;
    top: 30px; }
  .app-knob-superpose .app-knob-second {
    position: absolute;
    left: 55px;
    top: 55px; }

/* -----  jQuery Sparkline Chart  ----- */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none !important;
  border-radius: 5px !important;
  background-color: #313131 !important;
  padding: 5px 10px !important; }

.jqsfield {
  font: 12px poppins !important;
  color: #fff !important;
  text-align: center !important; }

/* -----  Rickshaw Chart  ----- */
/* 
==============
    Tables
==============
*/
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px #f5f5f5; }

.table > :not(caption) > * > * {
  background: auto;
  color: auto; }

.table.collapsed .dtr-control {
  padding-left: 30px; }

.table {
  margin-bottom: 10px; }
  .table th {
    font-weight: 500; }

.table-hover tbody tr:hover {
  background-color: whitesmoke; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5 !important; }

.thead-default th {
  background-color: whitesmoke; }

.table.dataTable {
  border-spacing: 0; }

/* -----  Table Editable CSS  ----- */
button.tabledit-edit-button {
  background-color: #535353;
  border: none;
  border-radius: 50% !important;
  width: 35px;
  height: 35px; }
  button.tabledit-edit-button:active {
    background-color: #464646 !important;
    box-shadow: none !important; }
  button.tabledit-edit-button:hover {
    background-color: #464646 !important;
    box-shadow: none !important; }
  button.tabledit-edit-button:focus {
    background-color: #464646 !important;
    box-shadow: none !important; }
  button.tabledit-edit-button:visited {
    background-color: #464646 !important;
    box-shadow: none !important; }
  button.tabledit-edit-button:not(:disabled):not(.disabled).active {
    background-color: #464646 !important;
    box-shadow: none !important; }

button.tabledit-delete-button {
  background-color: #E6322A;
  border: none !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px; }
  button.tabledit-delete-button:active {
    background-color: #dd221a !important;
    box-shadow: none !important; }
  button.tabledit-delete-button:hover {
    background-color: #dd221a !important;
    box-shadow: none !important; }
  button.tabledit-delete-button:focus {
    background-color: #dd221a !important;
    box-shadow: none !important; }
  button.tabledit-delete-button:visited {
    background-color: #dd221a !important;
    box-shadow: none !important; }
  button.tabledit-delete-button:not(:disabled):not(.disabled).active {
    background-color: #dd221a !important;
    box-shadow: none !important; }

.tabledit-save-button {
  border-radius: 20px; }

.tabledit-confirm-button {
  border-radius: 20px; }

/* -----  RWD Table CSS  ----- */
table.focus-on tbody tr.focused th {
  background-color: #535353;
  color: #ffffff; }
table.focus-on tbody tr.focused td {
  background-color: #535353;
  color: #ffffff; }
table.focus-on tfoot tr.focused th {
  background-color: #535353;
  color: #ffffff; }
table.focus-on tfoot tr.focused td {
  background-color: #535353;
  color: #ffffff; }

.table-wrapper .btn-toolbar {
  display: block; }

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

.gmaps-panaroma {
  height: 300px;
  background: #e8e8e8;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #535353;
  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 #535353; }

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

/* 
=========================
  Authentication Pages
=========================
*/
.app-authenticate-bg {
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='800' preserveAspectRatio='none' viewBox='0 0 1920 800'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1077%26quot%3b)' fill='none'%3e%3crect width='1920' height='800' x='0' y='0' fill='rgba(243%2c 241%2c 237%2c 0.15)'%3e%3c/rect%3e%3cpath d='M 0%2c188 C 128%2c214.8 384%2c333.2 640%2c322 C 896%2c310.8 1024%2c137.8 1280%2c132 C 1536%2c126.2 1792%2c260.8 1920%2c293L1920 800L0 800z' fill='rgba(231%2c 229%2c 226%2c 0.2)'%3e%3c/path%3e%3cpath d='M 0%2c709 C 192%2c650.2 576%2c401.2 960%2c415 C 1344%2c428.8 1728%2c705.4 1920%2c778L1920 800L0 800z' fill='rgba(255%2c 255%2c 255%2c 0.15)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1077'%3e%3crect width='1920' height='800' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover; }

.app-container .app-auth-box {
  position: relative;
  width: 500px;
  margin: 0 auto; }
  .app-container .app-auth-box .app-error-title {
    color: #ffffff;
    font-size: 90px; }
  .app-container .app-auth-box .app-web-logo img {
    margin: 30px 0; }
  .app-container .app-auth-box .app-user-logo {
    position: relative;
    z-index: 999; }
    .app-container .app-auth-box .app-user-logo img {
      height: 80px;
      width: 80px; }
  .app-container .app-auth-box .login-or {
    position: relative;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 30px; }
    .app-container .app-auth-box .login-or:before {
      content: '';
      background: #d4d4d4;
      height: 1px;
      width: 30%;
      top: 45%;
      left: 0;
      position: absolute; }
    .app-container .app-auth-box .login-or:after {
      content: '';
      background: #d4d4d4;
      height: 1px;
      width: 30%;
      top: 45%;
      right: 0;
      position: absolute; }
.app-container .app-countdown-block {
  display: inline-block;
  padding: 30px; }

@media (max-width: 767px) {
  .app-container .app-auth-box {
    width: 100%; } }
/* 
===============
    Timeline
===============
*/
.app-timeline-container {
  padding: 2.5em 0; }

/* 
===============
    Pricing
===============
*/
.app-pricing .app-pricing-middle .list-group-item {
  border: none;
  padding: 10px 0; }

/* 
===============
    Invoice
===============
*/
.app-invoice .app-invoice-logo img {
  width: 120px; }
.app-invoice .app-invoice-meta {
  text-align: right; }
  .app-invoice .app-invoice-meta li.list-inline-item:not(:last-child) {
    margin-right: 40px; }

@media (max-width: 767px) {
  .app-invoice .app-invoice-meta {
    text-align: left; } }
/* 
=============
    Print
=============
*/
@media print {
  .app-leftbar {
    display: none; }

  .app-topbar {
    display: none; }

  .app-footerbar {
    display: none; }

  .app-breadcrumbbar {
    display: none; }

  .app-rightbar {
    margin-left: 0; } }
/* 
==================
    Responsive
==================
*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 768px) {
  .app-rightbar {
    margin-left: 0; } }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; }

  .app-leftbar {
    position: fixed;
    left: -220px; }

  .app-toggle-menu .app-leftbar {
    position: fixed;
    left: 0px; }

  .app-rightbar {
    margin-left: 0 !important; }

  .app-menubar {
    text-align: right;
    display: block; }

  .app-menubar .app-menu-hamburger {
    display: block !important; }

  .app-searchbar {
    margin-top: 20px; }

  .app-footerbar {
    left: 0; }

  .app-email-rightbar .email-open-box .open-email-head ul {
    text-align: left;
    margin-top: 15px; } }

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