@charset "UTF-8";
/*
Template Name: Flacto - Bootstrap 4 Responsive Admin Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: main stylesheet
*/
/*======================================
01.General
02.Helper
03.Bootstrap custom
04.Waves
05.Menu
06.Demo Only
07.Buttons
08.Cards
09.Portlets
10.Checkbox & Radio
11.Widgets
12.Modal
13.Notifications
14.Range slider
15.Tabs & Accordions
16.Progressbars
17.Tooltip & Popovers
18.Badges
19.Alerts
20.Pagination
21.Sweetalert
22.Form Elements
23.Form Advanced
24.Form Validation
25.Form Wizard
26.Summernote
27.Form Upload
28.Tables
29.Table Datatable
30.Table Editable
31.Table Editable
32.Charts
33.Maps
34.Timeline
35.Acount pages
36.Responsive
=======================================*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700|Montserrat:400,700&amp;subset=latin-ext");
/* =============
   Common
============= */
body {
  background: #f5f5f5;
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding-bottom: 60px;
  overflow-x: hidden;
  color: #797979;
  font-size: 16px;
}

html {
  position: relative;
  min-height: 100%;
  /*background: $lightdark;*/
}

h1, h2, h3, h4, h5, h6 {
  color: #505458;
  margin: 10px 0;
  font-weight: 700;
}

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

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

h3 {
  font-size: 24px;
  line-height: 30px;
}
h3 small {
  color: #444444;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}
h4 small {
  color: #444444;
}

h5 {
  font-size: 15px;
}
h5 small {
  color: #444444;
}

h6 {
  font-size: 12px;
}

p {
  line-height: 1.6;
}

* {
  outline: none !important;
}

b {
  font-weight: 600;
}

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

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

.blockquote {
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.blockquote-reverse {
  text-align: right;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

/* Footer */
.footer {
  border-top: 1px solid rgba(154, 157, 160, 0.2);
  bottom: 0px;
  color: #9a9da0;
  text-align: left !important;
  padding: 19px 30px 20px;
  position: absolute;
  right: 0px;
  left: 240px;
}

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

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* Page titles */
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
}

.page-title-drop::after {
  display: none;
}

.page-header {
  border-bottom: 1px solid #DBDDDE;
}

.header-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  margin-top: 62px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dce3e8;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.card-columns .card {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .card-columns {
    column-count: 4;
  }
}
/* Dropcap */
.dropcap {
  font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

.hidden {
  display: none;
}

/* Task form */
.form-add-days .btn-days {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  background-color: #32ABDF;
  border-color: #32ABDF;
  color: #ffffff !important;
  margin-top: 1rem;
}
.form-add-days .btn-days:hover {
  background-color: #32ABDF;
  border-color: #32ABDF;
}
.form-add-days .btn-days:first-child {
  margin-left: 0;
}
.form-add-days .btn-days.not-selected {
  background-color: #cccccc;
  border-color: #cccccc;
}

/* =============
   Helper clasess
============= */
.p-0 {
  padding: 0px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-h-40 {
  min-height: 40px;
}

.m-h-50 {
  min-height: 50px;
}

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

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

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

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

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

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

.wrapper-md {
  padding: 20px;
}

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

.b-0 {
  border: none !important;
}

.vertical-middle {
  vertical-align: middle;
}

.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

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

.mx-box {
  max-height: 380px;
  min-height: 380px;
}

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

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

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

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

/* =============
   Bootstrap-custom
============= */
a {
  color: #902C8E;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3,
.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-1, .col-10, .col-11, .cols-12, .col-2, .col-3,
.col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-pills-custom {
  margin-bottom: 20px;
}
.nav-pills-custom .nav-item .nav-link {
  padding: 5px 18px;
  border-radius: 20px;
  color: #2196f3;
  line-height: 28px;
}
.nav-pills-custom .nav-item .nav-link:focus, .nav-pills-custom .nav-item .nav-link:hover {
  background: #eeeeee;
}

.nav-pills-custom .nav-item .nav-link.active {
  background-color: #ffffff !important;
  color: #2196f3 !important;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0px;
}

/* Image Thumbnail */
.img-thumbnail {
  border: 1px solid #EBEFF2;
}

/* Dropdown */
.dropdown-menu {
  padding: 4px 0;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(154, 157, 160, 0.15);
  font-size: 14px;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
  border-radius: 0px !important;
  transition: all 0.3s ease;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #32ABDF !important;
  color: #ffffff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: rgba(154, 157, 160, 0.1);
  color: #435966;
}

/*Well */
.well {
  background-color: rgba(154, 157, 160, 0.15);
  border: rgba(154, 157, 160, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(154, 157, 160, 0.25);
  box-shadow: inset 0 1px 1px rgba(154, 157, 160, 0.25);
}

/* Background colors */
.bg-custom {
  background-color: rgba(33, 150, 243, 0.75) !important;
}

.bg-primary {
  background-color: rgba(70, 103, 204, 0.75) !important;
}

.bg-success {
  background-color: rgba(62, 200, 69, 0.75) !important;
}

.bg-info {
  background-color: rgba(69, 176, 226, 0.75) !important;
}

.bg-commis {
  background-color: #32ABDF !important;
}

.bg-warning {
  background-color: rgba(251, 202, 53, 0.75) !important;
}

.bg-danger {
  background-color: rgba(233, 97, 84, 0.75) !important;
}

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

.bg-inverse {
  background-color: #60667a !important;
}

.bg-purple {
  background-color: rgba(170, 129, 243, 0.75) !important;
}

.bg-pink {
  background-color: rgba(255, 138, 204, 0.75) !important;
}

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

.bg-lightdark {
  background-color: #f5f5f5 !important;
}

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

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

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

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

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

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

.text-success {
  color: #3ec845 !important;
}

.text-info {
  color: #45b0e2 !important;
}

.text-inverse {
  color: #60667a !important;
}

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

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

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

/* Spinner */
.spinner-border, .spinner-grow {
  margin-right: 10px;
}

/* bootstrap Toasts */
.toast-bs-custom {
  background-color: #ffffff !important;
  box-shadow: none;
}

/* Code */
code {
  color: #2196f3;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2px 4px;
}

/* Pre */
pre {
  background-color: #f5f5f5;
  border: 1px solid #D4D8DA;
}

/* List group */
.list-group-item {
  border: 1px solid #ebeff2;
  border-left: none;
  border-right: none;
  background-color: transparent;
  padding: 10px 15px;
}
.list-group-item:hover {
  background-color: rgba(154, 157, 160, 0.07);
}
.list-group-item:first-child {
  border-top: none;
}
.list-group-item:last-child {
  border-bottom: none;
}

.list-no-border .list-group-item {
  border: none;
}

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

/* Media */
.media {
  margin-bottom: 20px;
}
.media .media-heading {
  font-size: 15px;
}

.media:last-of-type {
  margin-bottom: 0px;
}

.alert {
  font-size: 13px;
}

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

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

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

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

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

.waves-block {
  display: block;
}

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

.waves-effect.waves-custom .waves-ripple {
  background-color: rgba(33, 150, 243, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(70, 103, 204, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(62, 200, 69, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(69, 176, 226, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(251, 202, 53, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(233, 97, 84, 0.4);
}

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

.waves-effect.purple .waves-ripple {
  background-color: rgba(170, 129, 243, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
  background-color: rgba(96, 102, 122, 0.4);
}

/*
Template Name: Flacto - Bootstrap 4 Responsive Admin Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
  background-color: #32ABDF;
  border-bottom: 1px solid #32ABDF;
  /*box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.08);*/
}
.topbar .topbar-left {
  float: left;
  position: relative;
  width: 180px;
  z-index: 1;
  background: #ffffff;
}

.logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 60px;
}
.logo i {
  color: #ffffff;
}
.logo .icon-c-logo {
  display: none;
}
.logo img {
  max-width: 50px;
}

.navbar-default {
  padding: 0px;
  display: block;
}
.navbar-default .container-fluid {
  display: block;
}
.navbar-default .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav > li > a {
  color: #2196f3;
  padding: 0px 15px;
  position: relative;
}
.nav > li > a i {
  font-size: 16px;
}

.profile {
  line-height: 60px;
}
.profile img {
  border: 2px solid #ffffff;
  height: 36px;
  width: 36px;
}

.dropdown-menu-lg {
  width: 300px;
}
.dropdown-menu-lg .list-group {
  margin-bottom: 0px;
}
.dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}
.dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}
.dropdown-menu-lg .media-body p {
  color: #828282;
}

.notification-list em {
  width: 34px;
  text-align: center;
}
.notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
.notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}

.notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #60667a;
  font-family: "Montserrat", sans-serif;
}

.navbar-nav {
  margin: 0px;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 180px;
  z-index: 2;
  background: #ffffff;
}

.side-menu.left {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 60px;
}
@media (max-width: 767px) {
  .side-menu.left {
    width: 100%;
  }
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0px;
  padding-bottom: 70px;
  position: fixed;
  /*border-top: 1px solid #32abdf;
  z-index: 999;*/
}

.content-page {
  margin-left: 180px;
  overflow: hidden;
}

.content-page > .content {
  margin-top: 60px;
  padding: 20px 5px 15px 5px;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 21px;
  line-height: 60px;
  padding: 0 25px;
}
.button-menu-mobile:hover {
  color: #902C8E;
}

.button-menu-mobile-right {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 21px;
  line-height: 60px;
  padding: 0 15px;
}
.button-menu-mobile-right:hover {
  color: #902C8E;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  /*.subdrop {
    color: $commis-blue-light !important;
  }*/
}
#sidebar-menu .waves-effect .waves-ripple {
  background-color: rgba(33, 150, 243, 0.45);
}
#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}
#sidebar-menu a {
  line-height: 1.3;
}
#sidebar-menu ul ul {
  display: none;
}
#sidebar-menu ul ul li {
  border-top: 0;
}
#sidebar-menu ul ul li.active a {
  color: rgba(255, 255, 255, 0.8);
}
#sidebar-menu ul ul a {
  color: #a2acb3;
  display: block;
  padding: 10px 20px;
}
#sidebar-menu ul ul a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu > ul > li > a {
  color: #272460;
  display: block;
  padding: 15px 20px;
  margin: 4px 0;
  font-size: 16px;
}
#sidebar-menu > ul > li > a:hover {
  /*color: $commis-blue-light !important;*/
  text-decoration: none;
}
#sidebar-menu > ul > li > a.c-gray {
  color: #b1b1b1;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
  z-index: 1;
  position: relative;
}

#sidebar-menu ul li a i {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}
#sidebar-menu ul li a i.md {
  font-size: 18px;
}

#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

/*#sidebar-menu > ul > li > a.active {
  color: $commis-purple !important;
}*/
.menu-title {
  padding: 12px 20px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
  background-color: #272460;
  color: #ffffff;
}

/* Small Menu */
.side-menu-sm {
  width: 180px;
  text-align: center;
}
.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0px;
}
.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}

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

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

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

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

#wrapper.enlarged .menu-title {
  display: none !important;
}
#wrapper.enlarged #sidebar-menu ul ul {
  margin-top: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
#wrapper.enlarged .left.side-menu {
  width: 90px;
  z-index: 5;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 30px 10px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-left: 6px;
  font-size: 20px;
  float: left;
}
#wrapper.enlarged .left.side-menu .badge {
  display: none !important;
  padding: 0.3em 0.6em 0.2em !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
  max-height: 49px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #1f292f;
  color: #ffffff !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  color: #435966;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #2196f3;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.float-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #2196f3;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul a:hover {
  color: #2196f3 !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}
#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}
#wrapper.enlarged .content-page {
  margin-left: 70px;
}
#wrapper.enlarged .footer {
  left: 70px;
}
#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}
#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}
#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
  display: block;
  line-height: 60px;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
  overflow: auto;
}
#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

.notification-box {
  margin-right: 7px;
}
.notification-box ul li a {
  font-size: 24px;
  color: #ffffff;
  display: block;
  line-height: 60px;
}
.notification-box .noti-dot {
  position: relative;
  top: -45px;
}
.notification-box .pulse {
  width: 2px;
  height: 2px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  z-index: 10;
  position: absolute;
  right: 3px;
}
.notification-box .dot {
  border: 4px solid #ffffff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: -4px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.user-box {
  text-align: center;
  margin-right: 0 !important;
}
.user-box .dropdown-toggle::after {
  display: none;
}
.user-box .user-img {
  position: relative;
}
.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 8px;
  right: 15px;
  line-height: 0 !important;
}
.user-box .user-status i {
  font-size: 12px !important;
}
.user-box .user-status.away i {
  color: #fbca35;
}
.user-box .user-status.offline i {
  color: #e96154;
}
.user-box .user-status.online i {
  color: #3ec845;
}
.user-box .user-status.busy i {
  color: #9a9da0;
}

.app-search, .search-widget {
  position: relative;
  margin: 15px 0px 15px 10px;
}
.app-search a, .search-widget a {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #32ABDF;
}

.search-widget {
  margin: 0;
}

.app-search .form-control, .search-widget .form-control,
.app-search .form-control:focus, .search-widget .form-control:focus {
  border: 1px solid white;
  font-size: 13px;
  color: #32ABDF;
  padding-left: 20px;
  padding-right: 40px;
  background-color: white !important;
  box-shadow: none;
  border-radius: 30px;
  height: 30px;
  font-weight: 600;
  width: 500px;
  position: relative;
}
@media (max-width: 1400px) {
  .app-search .form-control, .search-widget .form-control,
  .app-search .form-control:focus, .search-widget .form-control:focus {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .app-search .form-control, .search-widget .form-control,
  .app-search .form-control:focus, .search-widget .form-control:focus {
    width: 100%;
  }
}

.app-search .button-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}
.app-search .button-search:before {
  content: "\f002";
  position: absolute;
  top: 8px;
  left: 17px;
  z-index: 100;
  pointer-events: none;
  color: #ffffff;
}
.app-search .button-search button {
  width: 50px;
  height: 30px;
  background-color: #902C8E;
  border: 0;
  outline: none !important;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
  transition: 0.5s ease all;
}
.app-search .button-search button:hover {
  background: #692067;
}
@media (max-width: 1200px) {
  .app-search .button-search {
    right: 15px;
    top: 15px;
  }
}

.search-widget .form-control, .search-widget .form-control:focus {
  width: 250px;
}

.app-search input::-webkit-input-placeholder, .search-widget input::-webkit-input-placeholder {
  color: #32abdf;
  font-weight: normal;
}

.app-search input:-moz-placeholder {
  color: #32abdf;
}

.app-search input::-moz-placeholder {
  color: #32abdf;
}

.app-search input:-ms-input-placeholder {
  color: #32abdf;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -340px;
  top: 0px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 340px;
}

.right-bar {
  background: #ffffff !important;
  z-index: 9999 !important;
}
.right-bar h4 {
  border-bottom: 1px solid rgba(154, 157, 160, 0.5);
  padding: 4px 10px 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0px 10px;
}

.notification-list {
  padding-bottom: 60px;
  height: 100%;
}
.notification-list .list-group-item {
  border-bottom: 1px solid rgba(154, 157, 160, 0.2) !important;
  margin-bottom: 0px;
}
.notification-list .list-group-item.active {
  background-color: rgba(144, 44, 142, 0.1);
}

.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.user-list .user-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}
.user-list .user-list-item .type {
  float: right;
}
.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(33, 150, 243, 0.8);
}
.user-list .user-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
.user-list .user-list-item .user-desc {
  margin-left: 40px;
}
.user-list .user-list-item .user-desc.user-desc-type {
  margin-left: 0;
  float: left;
}
.user-list .user-list-item .user-desc span.name {
  color: #435966;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}
.user-list .user-list-item .user-desc span.desc {
  color: #2f3e47;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}
.user-list .user-list-item .user-desc span.time {
  font-size: 11px;
  color: #9a9da0;
  font-style: italic;
}

/* Body min-height set */
body.fixed-left-void {
  min-height: 1000px;
}

@media (min-width: 1200px) {
  .mobile-back-button {
    display: none;
  }
}

.today-box {
  line-height: 60px;
  color: #ffffff;
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .today-box {
    margin-left: 0;
  }
}
.today-box strong {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .today-box strong {
    display: none;
  }
}
.today-box a {
  margin-left: 5px;
  color: #ffffff;
  transition: all 0.5s ease;
  margin-right: 20px;
}
.today-box a:last-of-type {
  margin-right: 0;
}
.today-box a:hover {
  color: #902C8E;
}
.today-box a.deadline {
  color: #902C8E;
}
@media (max-width: 850px) {
  .today-box a span {
    display: none;
  }
}
@media (max-width: 440px) {
  .today-box a {
    display: none;
    /*&:nth-of-type(n+2) {
      display: none;
    }*/
  }
}

@media (max-width: 992px) {
  .search-btn {
    margin-left: 5px;
    color: #ffffff !important;
    transition: all 0.5s ease;
    margin-right: 10px;
    line-height: 60px;
  }
}
.ui-autocomplete {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  border: 1px solid #32ABDF !important;
  min-width: 210px;
  top: 35px;
  border-radius: 5px;
}
.ui-autocomplete .ui-menu-item {
  padding: 2px 10px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 10px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: rgba(50, 171, 223, 0.3);
  color: #ffffff;
  border-color: transparent;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #32abdf;
  color: #ffffff;
  border-color: transparent;
}
.ui-autocomplete .ui-autocomplete-category {
  font-weight: bold;
  padding: 5px 10px;
}
.ui-autocomplete li:last-of-type .ui-state-active {
  /*@include border-radius(0 0 5px 5px);*/
}

@media (max-width: 767px) {
  .side-menu {
    display: none;
  }
  .side-menu.left {
    position: fixed;
    overflow: scroll !important;
  }
  .side-menu.left .sidebar-inner {
    overflow: scroll !important;
  }
  .forced .side-menu {
    display: block;
  }
  .forced .button-menu-mobile:hover {
    color: #ffffff;
  }
  .forced .button-menu-mobile i::before {
    content: "\f00d";
  }
  .enlarged .side-menu {
    display: none;
  }
  .enlarged .button-menu-mobile i::before {
    content: "\f0c9";
  }
  #sidebar-menu {
    padding-bottom: 10px !important;
  }
  #sidebar-menu li {
    text-align: left;
  }
  #sidebar-menu li a {
    padding: 17px 20px !important;
    margin: 0 !important;
  }
  #sidebar-menu li a i {
    vertical-align: middle;
    width: 30px;
    text-align: left !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-left: 21px;
  }
  #sidebar-menu li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    float: right;
    margin-right: 21px;
  }
  .menu-date {
    padding-bottom: 60px;
  }
  .menu-date h4 {
    display: inline-block;
  }
  .menu-date br {
    display: inline-block;
    content: "";
  }
  .menu-date br::after {
    content: ", ";
  }
}
/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
}
.icon-list-demo div p {
  margin-bottom: 0px;
  line-height: inherit;
}
.icon-list-demo i {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  width: 40px;
  text-align: center;
}
.icon-list-demo .col-lg-4 {
  border-radius: 3px;
}
.icon-list-demo .col-lg-4:hover {
  background-color: rgba(33, 150, 243, 0.07);
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* =============
   Buttons
============= */
.btn {
  border-radius: 2px;
  padding: 6px 14px;
  font-size: 14px;
}
.btn:focus {
  box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px !important;
  font-size: 12px;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

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

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

.btn-custom {
  background-color: #902C8E !important;
  border-color: #902C8E !important;
}

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

.btn-primary {
  background-color: #4667cc !important;
  border: 1px solid #4667cc !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #3658c3 !important;
  border: 1px solid #3658c3 !important;
}

.btn-success {
  background-color: #3ec845 !important;
  border: 1px solid #3ec845 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #34b83b !important;
  border: 1px solid #34b83b !important;
}

.btn-info {
  background-color: #45b0e2 !important;
  border: 1px solid #45b0e2 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #2fa7df !important;
  border: 1px solid #2fa7df !important;
}

.btn-warning {
  background-color: #fbca35 !important;
  border: 1px solid #fbca35 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #fbc31c !important;
  border: 1px solid #fbc31c !important;
}

.btn-danger {
  background-color: #e96154 !important;
  border: 1px solid #e96154 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #e64c3d !important;
  border: 1px solid #e64c3d !important;
}

.btn-inverse {
  background-color: #60667a !important;
  border: 1px solid #60667a !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
  background-color: #555a6c !important;
  border: 1px solid #555a6c !important;
}

.btn-purple {
  background-color: #aa81f3 !important;
  border: 1px solid #aa81f3 !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #9a6af1 !important;
  border: 1px solid #9a6af1 !important;
}

.btn-pink {
  background-color: #ff8acc !important;
  border: 1px solid #ff8acc !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #ff71c1 !important;
  border: 1px solid #ff71c1 !important;
}

.btn-bordred {
  border-bottom: 3px solid transparent;
}

.btn-bordred.btn-secondary {
  border-bottom: 2px solid #565656 !important;
}

.btn-bordred.btn-custom {
  background-color: #902C8E;
  border-bottom: 2px solid #752473 !important;
}

.btn-bordred.btn-primary {
  border-bottom: 2px solid #3355bb !important;
}

.btn-bordred.btn-success {
  border-bottom: 2px solid #32b039 !important;
}

.btn-bordred.btn-info {
  border-bottom: 2px solid #26a3dd !important;
}

.btn-bordred.btn-warning {
  border-bottom: 2px solid #f8bc05 !important;
}

.btn-bordred.btn-danger {
  border-bottom: 2px solid #e33727 !important;
}

.btn-bordred.btn-inverse {
  border-bottom: 2px solid #333641 !important;
}

.btn-bordred.btn-purple {
  border-bottom: 2px solid #9460f0 !important;
}

.btn-bordred.btn-pink {
  border-bottom: 2px solid #ff66bc !important;
}

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}

.btn-trans.btn-secondary {
  border: 1px solid rgba(68, 68, 68, 0.1) !important;
  background-color: rgba(68, 68, 68, 0.15) !important;
  color: #435966 !important;
}

.btn-trans.btn-custom {
  border: 1px solid rgba(33, 150, 243, 0.1) !important;
  background-color: rgba(33, 150, 243, 0.15) !important;
  color: #2196f3 !important;
}

.btn-trans.btn-primary {
  border: 1px solid rgba(70, 103, 204, 0.1) !important;
  background-color: rgba(70, 103, 204, 0.15) !important;
  color: #4667cc !important;
}

.btn-trans.btn-success {
  border: 1px solid rgba(62, 200, 69, 0.1) !important;
  background-color: rgba(62, 200, 69, 0.15) !important;
  color: #3ec845 !important;
}

.btn-trans.btn-info {
  border: 1px solid rgba(69, 176, 226, 0.1) !important;
  background-color: rgba(69, 176, 226, 0.15) !important;
  color: #45b0e2 !important;
}

.btn-trans.btn-warning {
  border: 1px solid rgba(251, 202, 53, 0.1) !important;
  background-color: rgba(251, 202, 53, 0.15) !important;
  color: #fbca35 !important;
}

.btn-trans.btn-danger {
  border: 1px solid rgba(233, 97, 84, 0.1) !important;
  background-color: rgba(233, 97, 84, 0.15) !important;
  color: #e96154 !important;
}

.btn-trans.btn-inverse {
  border: 1px solid rgba(96, 102, 122, 0.1) !important;
  background-color: rgba(96, 102, 122, 0.15) !important;
  color: #60667a !important;
}

.btn-trans.btn-purple {
  border: 1px solid rgba(170, 129, 243, 0.1) !important;
  background-color: rgba(170, 129, 243, 0.15) !important;
  color: #aa81f3 !important;
}

.btn-trans.btn-pink {
  border: 1px solid rgba(255, 138, 204, 0.1) !important;
  background-color: rgba(255, 138, 204, 0.15) !important;
  color: #ff8acc !important;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-show-all {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #902C8E;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.5s ease;
  border-radius: 5px 0 5px 0;
}
.btn-show-all:hover {
  background-color: #32ABDF;
  color: #ffffff;
}

.btn-big {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #32ABDF;
  text-align: center;
  display: block;
  padding: 20px 0;
  color: #32ABDF;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(50, 171, 223, 0.5);
}
.btn-big i {
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
}

.btn-small {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #32ABDF;
  text-align: center;
  display: block;
  padding: 18px 0;
  color: #32ABDF;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 7px;
  font-size: 13px;
}
.btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(50, 171, 223, 0.5);
}
.btn-small i {
  margin-right: 5px;
}
.btn-small-full-height {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #32ABDF;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  color: #32ABDF;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  font-size: 13px;
  height: 121px;
}
@media (max-width: 767px) {
  .btn-small-full-height {
    display: block;
    height: auto;
  }
}

.btn-commis-purple, .btn-commis-purple-blue-hover {
  background-color: #902C8E !important;
  border: 1px solid #902C8E !important;
  color: #ffffff;
}
.btn-commis-purple i, .btn-commis-purple-blue-hover i {
  position: relative;
  top: 1px;
  left: -3px;
}

.btn-commis-purple:hover, .btn-commis-purple:focus, .btn-commis-purple:active {
  background-color: #7c267b !important;
  border: 1px solid #7c267b !important;
  color: #ffffff;
}

.btn-commis-light-grey {
  background-color: #BCBEC0 !important;
  border: 1px solid #BCBEC0 !important;
  color: #ffffff;
}

.btn-commis-light-grey:hover, .btn-commis-light-grey:focus, .btn-commis-light-grey:active {
  background-color: #afb1b4 !important;
  border: 1px solid #afb1b4 !important;
  color: #ffffff;
}

.btn-commis-white {
  background-color: white;
  color: rgb(39, 36, 96);
}

.btn-commis-white:hover, .btn-commis-white:focus, .btn-commis-white:active {
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
}

.btn-commis-purple-blue-hover:hover, .btn-commis-purple-blue-hover:focus, .btn-commis-purple-blue-hover:active {
  background-color: #45b0e2 !important;
  border: 1px solid #45b0e2 !important;
  color: white;
}

/* =============
   Cards
============= */
.card {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.card .card-drop {
  color: #9a9da0;
  font-size: 20px;
  line-height: 1px;
  padding: 0px 5px;
  display: inline-block;
}
.card .card-drop::after {
  display: none;
}

.card-heading {
  border: none !important;
  padding: 10px 20px;
}

.card-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

.card-footer {
  background: #f5f5f5;
  border-top: 0px;
}

.card-color {
  overflow: hidden;
}
.card-color .card-heading {
  margin: -1px;
}

.card-border .card-heading {
  padding: 10px 20px 0px;
  background-color: transparent;
}
.card-border .card-body {
  padding: 15px 20px 20px 20px;
}

.card-border.card-custom {
  border-color: rgba(33, 150, 243, 0.5) !important;
}

.card-border.card-success {
  border-color: rgba(62, 200, 69, 0.5) !important;
}

.card-border.card-primary {
  border-color: rgba(70, 103, 204, 0.5) !important;
}

.card-border.card-info {
  border-color: rgba(69, 176, 226, 0.5) !important;
}

.card-border.card-warning {
  border-color: rgba(251, 202, 53, 0.5) !important;
}

.card-border.card-pink {
  border-color: rgba(255, 138, 204, 0.5) !important;
}

.card-border.card-danger {
  border-color: rgba(233, 97, 84, 0.5) !important;
}

.card-border.card-purple {
  border-color: rgba(170, 129, 243, 0.5) !important;
}

.card-border.card-inverse {
  border-color: rgba(96, 102, 122, 0.5) !important;
}

.card-body.deleted-comment {
  background-color: #BCBEC0;
  color: #fff;
}

/* =============
   Portlets
============== */
.portlet {
  border: 1px solid gainsboro;
  border-radius: 5px;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  opacity: 1;
  margin-bottom: 20px;
}
.portlet .portlet-heading {
  border-radius: 3px 3px 0px 0px;
  margin: -1px;
  color: #ffffff;
  padding: 12px 20px;
}
.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.03em;
}
.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}
.portlet .portlet-heading .portlet-widgets .collapsed .zmdi-minus:before {
  content: "\f278" !important;
}
.portlet .portlet-heading a {
  color: #999999;
  padding: 0px 5px;
}
.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
}

.portlet-default .portlet-title {
  color: #797979 !important;
}

.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a,
.portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a,
.portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a,
.portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a,
.portlet .portlet-heading.bg-pink a {
  color: #ffffff;
  padding: 0px 5px;
}

.panel-disabled {
  background: rgba(67, 89, 102, 0.2);
  bottom: 20px;
  left: 10px;
  cursor: wait;
  position: absolute;
  right: 10px;
  top: 0;
}

.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #435966;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  margin: 10px 0px;
  padding-left: 7px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  line-height: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border-radius: 2px;
  border: 2px solid #cccccc;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  left: 2px;
  margin-left: -20px;
  padding-left: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-circle label::after {
  padding-left: 2px;
}

.checkbox.checkbox-circle.checkbox-inline label::after {
  padding-left: 3px;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-inline label::after {
  left: 1px;
}

.checkbox.checkbox-single input {
  position: relative;
}
.checkbox.checkbox-single label {
  height: 17px;
}

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

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

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

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

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

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

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

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

.checkbox-inverse input[type=checkbox]:checked + label::before {
  background-color: #60667a;
  border-color: #60667a;
}
.checkbox-inverse input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

/* =============
   Widgets
============= */
.widget-user {
  min-height: 112px;
}
.widget-user img {
  height: 72px;
  float: left;
}
.widget-user .wid-u-info {
  margin-left: 90px;
}
.widget-user .wid-u-info p, .widget-user .wid-u-info h4 {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 16px;
}

/* Widget-chart */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0px;
}

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

.calendar-box .calendar-item {
  text-align: center;
  position: relative;
  color: #6D6F71;
  transition: all 0.3s ease;
}
.calendar-box .calendar-item.calendar-item-today {
  color: #902C8E;
  border-color: #902C8E;
}
.calendar-box .calendar-item:hover {
  color: #902C8E;
  border-color: #902C8E;
  box-shadow: 0 0 10px 1px rgba(144, 44, 142, 0.5);
}
@media (min-width: 1200px) {
  .calendar-box .calendar-item .card-header {
    height: 73px;
    display: table;
  }
}
.calendar-box .calendar-item .card-header.card-header-purple {
  background-color: #902C8E;
  color: #fff;
}
.calendar-box .calendar-item .card-header.card-header-unofficial {
  background-color: rgba(121, 121, 121, 0.3019607843);
}
.calendar-box .calendar-item .card-header span {
  position: relative;
  top: 2px;
}
@media (min-width: 1200px) {
  .calendar-box .calendar-item .card-header span {
    display: table-cell;
    vertical-align: middle;
  }
}
.calendar-box .calendar-item .card-body {
  text-align: left;
}
.calendar-box .calendar-item .card-body i {
  margin-right: 6px;
  width: 16px;
}
.calendar-box .calendar-item .calendar-wrapper {
  float: left;
  position: relative;
}
.calendar-box .calendar-item .calendar-wrapper i {
  font-size: 70px;
}
.calendar-box .calendar-item .calendar-wrapper .calendar-date {
  position: absolute;
  width: 100%;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar-box .calendar-item .calendar-wrapper .calendar-date .date {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
.calendar-box .calendar-item .calendar-wrapper .calendar-date .year {
  display: block;
  line-height: 10px;
  font-size: 13px;
}
.calendar-box .calendar-item strong {
  display: block;
  margin-left: 70px;
  line-height: 72px;
}
.calendar-box .calendar-item strong span {
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}
.calendar-box .calendar-item strong span i {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 3px;
  display: inline-block;
}

.folder-box {
  text-align: center;
  color: #6D6F71;
  transition: all 0.3s ease;
}
.folder-box:hover {
  color: #902C8E;
  border-color: #902C8E;
  box-shadow: 0 0 10px 1px rgba(144, 44, 142, 0.5);
}
.folder-box i {
  display: block;
  font-size: 30px;
}
.folder-box .btn-remove-file {
  position: absolute;
  right: 10px;
  top: 10px;
}
.folder-box .btn-remove-file i {
  font-size: 20px;
}
.folder-box .btn-edit-folder {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.folder-box .btn-edit-folder i {
  font-size: 17px;
}

.section-delimiter {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.priority-box {
  display: none;
}

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

#full-width-modal.modal .modal-dialog {
  max-width: 100%;
}

.modal-full {
  width: 98%;
}

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

/* Custom-modal */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none;
  position: relative;
}
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #2196f3;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

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

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

@media (min-width: 600px) {
  .custom-modal-dialog-coworker {
    max-width: 600px !important;
  }
}

/* =============
   Notification
============= */
#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.9;
}

.toast {
  background-color: #2196f3;
}

.toast-success {
  background-color: rgba(62, 200, 69, 0.8);
  border: 2px solid #3ec845;
}

.toast-error {
  background-color: rgba(233, 97, 84, 0.8);
  border: 2px solid #e96154;
}

.toast-info {
  background-color: rgba(69, 176, 226, 0.8);
  border: 2px solid #45b0e2;
}

.toast-warning {
  background-color: rgba(251, 202, 53, 0.8);
  border: 2px solid #fbca35;
}

/******* Ion Range slider ********/
.irs--flat .irs-bar, .irs--flat .irs-to, .irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-handle > i:first-child {
  background-color: #2196f3 !important;
}
.irs--flat .irs-to:before, .irs--flat .irs-from:before, .irs--flat .irs-single:before {
  border-top-color: #2196f3;
}

/* Tabs */
.tab-content {
  padding: 20px;
  border: 2px solid #e8e8e8;
  border-top: none;
  background: #ffffff;
}
.tab-content.all-borders {
  border-top: 2px solid #e8e8e8;
}

.nav.nav-tabs {
  border-bottom: 2px solid #e8e8e8;
}
.nav.nav-tabs .nav-item {
  margin-bottom: -2px;
}
@media (max-width: 420px) {
  .nav.nav-tabs .nav-item {
    line-height: initial;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  padding: 12px 18px;
  color: #435966;
  font-weight: 600;
  border: 2px solid transparent;
}
.nav.nav-tabs .nav-item .nav-link.active, .nav.nav-tabs .nav-item .nav-link:focus, .nav.nav-tabs .nav-item .nav-link:hover {
  border: 2px solid #e8e8e8;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
@media (max-width: 420px) {
  .nav.nav-tabs .nav-item .nav-link {
    display: table;
  }
  .nav.nav-tabs .nav-item .nav-link i {
    display: table-cell;
    vertical-align: middle;
  }
  .nav.nav-tabs .nav-item .nav-link span {
    padding-left: 10px;
    display: table-cell;
    text-align: left;
  }
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 2px solid #e8e8e8;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}

.tabs-vertical-env .tab-content {
  margin-bottom: 0px;
}

.nav-pills > .active > a > .badge {
  color: #2196f3;
}

/* Panel tabs */
.panel-tabs .nav-pills .nav-item .nav-link {
  background-color: transparent !important;
  font-weight: 600;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff !important;
  padding: 9px 15px;
}
.panel-tabs .nav-pills .nav-item .nav-link.active {
  background-color: #ffffff !important;
  color: #435966 !important;
}
.panel-tabs .tab-content {
  padding: 0px;
  border: none;
}

/* Card tabs */
.card-tabs .nav-pills .nav-item .nav-link {
  padding: 8px 14px;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 600;
  color: #435966 !important;
}
.card-tabs .nav-pills .nav-item .nav-link.active {
  background-color: #2196f3 !important;
  color: #ffffff !important;
}
.card-tabs .tab-content {
  padding: 0px;
  border: none;
}

/* accordion */
.card-box .card .card-header {
  border-color: #f5f5f5;
}
.card-box .card .card-header a[data-toggle=collapse].collapsed:before {
  content: "\f055";
}
.card-box .card .card-header .accordion-toggle.collapsed:before {
  content: "\f055";
}
.card-box .card .card-header a[data-toggle=collapse] {
  display: block;
}
.card-box .card .card-header a[data-toggle=collapse]:before {
  content: "\f056";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.card-box .card .card-header .accordion-toggle {
  display: block;
}
.card-box .card .card-header .accordion-toggle:before {
  content: "\f0d8";
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: right;
  width: 25px;
}
.card-box .card .card-header + .card-collapse .card-body {
  border: 1px solid #f5f5f5;
  border-top: none;
}
.card-box .card-header {
  padding: 12px 26px;
}

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #ebeff2;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

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

.progress.progress-sm {
  height: 5px !important;
}
.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}
.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 20px !important;
}
.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
  background-color: #4667cc;
}

.progress-bar-success {
  background-color: #3ec845;
}

.progress-bar-info {
  background-color: #45b0e2;
}

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

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

.progress-bar-inverse {
  background-color: #60667a;
}

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

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

.progress-bar-custom {
  background-color: #2196f3;
}

/* Custom progressbars */
.progress-bar-custom-alt {
  background-color: rgba(33, 150, 243, 0.2);
}

.progress-bar-primary-alt {
  background-color: rgba(70, 103, 204, 0.2);
}

.progress-bar-success-alt {
  background-color: rgba(62, 200, 69, 0.2);
}

.progress-bar-info-alt {
  background-color: rgba(69, 176, 226, 0.2);
}

.progress-bar-warning-alt {
  background-color: rgba(251, 202, 53, 0.2);
}

.progress-bar-danger-alt {
  background-color: rgba(233, 97, 84, 0.2);
}

.progress-bar-purple-alt {
  background-color: rgba(170, 129, 243, 0.2);
}

.progress-bar-inverse-alt {
  background-color: rgba(96, 102, 122, 0.2);
}

.progress-bar-pink-alt {
  background-color: rgba(255, 138, 204, 0.2);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all;
}

/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}
@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Tooltips */
.tooltip-inner {
  border-radius: 3px;
  padding: 6px 10px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
.popover {
  font-family: inherit;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover .popover-header {
  background-color: transparent;
  color: #2196f3;
  font-weight: 500;
  font-size: 15px;
  margin-top: 0px;
}
.popover .popover-body {
  color: #797979;
}

/* Badge */
.badge {
  font-weight: 600;
  margin-top: 1px;
  background-color: #2196f3;
  color: #ffffff;
  border-radius: 1rem;
  font-size: 80%;
  padding: 5px 10px 3px;
}
.badge.status-1 {
  background-color: #BCBEC0;
}
.badge.status-2 {
  background-color: #f8a57f;
}
.badge.status-3 {
  background-color: #7ed3b2;
}
.badge.action-1 {
  background-color: #BCBEC0;
}
.badge.action-2 {
  background-color: #f8a57f;
}
.badge.action-3 {
  background-color: #7ed3b2;
}
.badge.action-4 {
  background-color: #957DAD;
}
.badge.action-5 {
  background-color: #e97a7a;
}
.badge.action-6 {
  background-color: #72ace5;
}
.badge.section-1 {
  background-color: #32ABDF;
}
.badge.section-2 {
  background-color: #902C8E;
}
.badge.section-3 {
  background-color: #64a49e;
}
.badge.section-4 {
  background-color: #DC7684;
}
.badge.section-5 {
  background-color: #E1B464;
}
.badge.section-6 {
  background-color: #7d643a;
}
.badge.section-7 {
  background-color: #272460;
}
.badge.section-9 {
  background-color: #F69E7B;
}
.badge.section-10 {
  background-color: #87d835;
}
.badge.bg-notifications {
  background-color: #902C8E;
}

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

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-management {
  background-color: #4667cc;
}

.badge-restaurant {
  background-color: #3ec845;
}

.badge-maintenence {
  background-color: #fbca35;
}

.badge-reception {
  background-color: #e96154;
}

.priority {
  margin-right: 10px;
}
.priority.priority-1 {
  color: #3ec845;
}
.priority.priority-2 {
  color: #fbca35;
}
.priority.priority-3 {
  color: #e96154;
}

/* Alert */
.alert .btn {
  margin-top: 10px;
}

.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #5fbeaa;
}

.alert-info {
  background-color: rgba(52, 211, 235, 0.2);
  border-color: rgba(52, 211, 235, 0.3);
  color: #45b0e2;
}

.alert-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border-color: rgba(255, 189, 74, 0.3);
  color: #fbca35;
}

.alert-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #e96154;
}

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

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

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

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

.pagination .page-item.disabled a {
  background-color: #f5f5f5;
}

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

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

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

.page-item.active .page-link {
  background-color: #2196f3;
  border-color: #2196f3;
}

.pagination-lg .page-link {
  padding: 10px 16px;
}

/* =========== */
/* Sweet Alert2 */
/* =========== */
.swal2-modal {
  font-family: "Raleway", sans-serif;
}
.swal2-modal .swal2-title {
  font-size: 28px;
}
.swal2-modal .swal2-content {
  font-size: 16px;
}
.swal2-modal .swal2-spacer {
  margin: 10px 0;
}
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #9a9da0;
  font-size: 16px;
  box-shadow: none !important;
}
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #2196f3;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}

.swal2-icon.swal2-question {
  color: #2196f3;
  border-color: #2196f3;
}
.swal2-icon.swal2-success {
  border-color: #3ec845;
}
.swal2-icon.swal2-success .line {
  background-color: #3ec845;
}
.swal2-icon.swal2-success .placeholder {
  border-color: #3ec845;
}
.swal2-icon.swal2-warning {
  color: #fbca35;
  border-color: #fbca35;
}
.swal2-icon.swal2-error {
  border-color: #e96154;
}
.swal2-icon.swal2-error .line {
  background-color: #e96154;
}

/* Form components */
textarea.form-control {
  min-height: 90px;
}

.form-control {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 14px;
}
.form-control:focus {
  background-color: #ffffff;
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}

label {
  font-weight: 600;
}

.form-control[disabled], fieldset[disabled] .form-control {
  background-color: #e8e8e8 !important;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .control-label {
  padding-top: 7px;
}

.form-control-feedback {
  line-height: 38px !important;
}

.input-group-btn .btn {
  padding: 8px 12px;
}
.input-group-btn .btn-sm {
  padding: 5px 10px;
}
.input-group-btn .btn-lg {
  padding: 10px 17px;
}

.input-group-text {
  font-size: 14px;
  border-radius: 2px;
  background-color: #e1e1e1;
  border: none;
}

/* bootstrap switch */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #2196f3;
  border-color: #2196f3;
}

input[type=time] {
  margin-left: 10px;
}

form .error-msg {
  font-size: 13px;
  color: #e96154;
  margin-top: 5px;
  display: block;
}
form .has-error input, form .has-error textarea {
  border-color: #e96154;
}

.date-help {
  display: block;
  font-size: 15px;
}
.date-help span:first-of-type {
  width: 180px;
  margin-right: 1.2rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .date-help span:first-of-type {
    width: 52%;
  }
}

.datetimepicker-checklist input:first-of-type {
  width: 30% !important;
  margin-right: 10px;
}
.datetimepicker-checklist .select2-container--default {
  margin-right: 10px;
}
.datetimepicker-checklist select:first-of-type {
  width: 100%;
  max-width: 100px !important;
}
.datetimepicker-checklist select:nth-of-type(2) {
  max-width: 100px !important;
  width: 100%;
}
@media (max-width: 1073px) {
  .datetimepicker-checklist input:first-of-type {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.form-group.select-all {
  position: relative;
  top: -1.5rem;
  margin-bottom: -1rem;
}
.form-group.item-row .form-group {
  margin-bottom: 0;
}
.form-group .datetime-with-time {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.form-group .datetime-with-time input {
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .form-group .datetime-with-time input {
    flex-grow: 2;
  }
}
.form-group .datetime-with-time .select2-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .form-group .datetime-with-time .select2-container {
    width: auto !important;
    flex-grow: 1;
  }
}

/* =============
   Form Advanced
============= */
.error {
  color: #e96154;
  font-size: 12px;
  font-weight: 500;
}

/* X-Editable */
.editable-click, a.editable-click, a.editable-click:hover {
  border: none;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 3px 7px 3px;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  width: 100%;
}
.bootstrap-tagsinput .badge-info {
  background-color: #2196f3 !important;
  display: inline-block;
  padding: 5px;
  margin-bottom: 3px;
}

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px;
}

/* Multiple */
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}
.ms-container .ms-list {
  box-shadow: none;
  border: 2px solid #cfcfcf;
}
.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 2px solid #cfcfcf;
}
.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}
.ms-container .ms-selectable li.ms-hover {
  background-color: #4667cc;
}
.ms-container .ms-selection {
  background-color: transparent !important;
}
.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}
.ms-container .ms-selection li.ms-hover {
  background-color: #4667cc;
}

.ms-selectable {
  box-shadow: none;
  outline: none !important;
  background-color: transparent !important;
}

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2196f3;
}

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

.select2-dropdown {
  border: 1px solid #f3f3f3 !important;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
  border: 1px solid #f3f3f3 !important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #cfcfcf !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #cfcfcf;
  border-radius: 1px;
  padding: 0 7px;
}

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

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

/* Datepicker */
.datepicker {
  padding: 8px;
}
.datepicker th {
  font-size: 14px !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #2196f3;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #2196f3 !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

.datepicker-inline {
  border: 2px solid #eeeeee;
}

/* daterangepicker */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #4667cc;
}

.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #435966;
  font-weight: 600;
  font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #4667cc;
  color: #ffffff;
}

.search-input {
  margin-bottom: 10px;
}

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

/* Timepicker */
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #4667cc;
  text-decoration: none;
}
.bootstrap-timepicker-widget table td input {
  border: none;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

/* Form validation */
.parsley-error {
  border-color: #e96154 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

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

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #e96154;
}

/* Form wizard */
.navtab-wizard li:first-of-type a {
  border-left: none !important;
}
.navtab-wizard li:first-of-type a:hover, .navtab-wizard li:first-of-type a:focus, .navtab-wizard li:first-of-type a:active {
  border-left: none !important;
}
.navtab-wizard li:last-of-type a {
  border-right: none !important;
}
.navtab-wizard li:last-of-type a:hover, .navtab-wizard li:last-of-type a:focus, .navtab-wizard li:last-of-type a:active {
  border-right: none !important;
}

.wizard.pager .disabled > a {
  opacity: 0.5;
}

/* Summernote */
.note-editor .btn {
  background-color: transparent !important;
  border-color: transparent;
}

.note-editor.note-frame {
  border: 1px solid #eeeeee;
  position: relative;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}

.note-editor .note-statusbar {
  border-top: none !important;
}
.note-editor .note-statusbar .note-resizebar {
  height: 15px;
  padding-top: 3px;
}

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

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

/* =============
  File Upload 
============= */
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* =============
   Tables
============= */
.table {
  margin-bottom: 10px;
}

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

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table-bordered {
  border-top: 1px solid gainsboro !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid gainsboro;
}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border: none !important;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid gainsboro;
  border-top: none !important;
}

tbody {
  color: #797979;
}

th {
  color: #666666;
  font-weight: 600;
}

.table td, .table th {
  padding: 8px;
}
.table td .detail-table-link, .table th .detail-table-link {
  color: inherit;
  text-decoration: underline;
}
.table td .detail-table-link:hover, .table th .detail-table-link:hover {
  text-decoration: none;
}

.table-bordered {
  border: 1px solid gainsboro;
}

table.focus-on tbody tr.focused th {
  background-color: #2196f3;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #2196f3;
  color: #ffffff;
}

.fixed-table-container tbody .selected td {
  background-color: #f5f5f5;
}

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

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

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align, .table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align, .table > .tfood > tr > th.middle-align {
  vertical-align: middle;
}

.table .avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.table .row-date small {
  position: relative;
  top: -5px;
  margin-bottom: -5px;
  display: block;
}
.table tr td {
  vertical-align: middle;
}
.table th.highlight {
  background-color: rgba(50, 171, 223, 0.2);
}

.clickable-row {
  cursor: pointer;
}
.clickable-row:hover td {
  background-color: rgba(50, 171, 223, 0.1);
}

.objective-row {
  cursor: pointer;
}
.objective-row th {
  text-decoration: underline;
}
.objective-row:hover td, .objective-row:hover th {
  background-color: rgba(50, 171, 223, 0.1);
}
.objective-row:hover th {
  text-decoration: none;
}

.table-responsive.scroll-top {
  padding-top: 19px;
}

@media (max-width: 1200px) {
  .tab-pane .card-body {
    padding: 10px;
  }
  .nav.nav-tabs .nav-item .nav-link {
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    text-align: center;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
  }
  .nav.nav-tabs .nav-item .nav-link.active {
    border: 2px solid;
  }
  .table-responsive .table td, .table-responsive .table th {
    white-space: nowrap;
  }
  .table-responsive.table-boxes {
    overflow: hidden;
  }
  .table-responsive.table-boxes thead {
    display: none;
  }
  .table-responsive.table-boxes tr {
    display: grid;
    grid-template-columns: auto 20% 46px;
    border-bottom: 1px solid gainsboro;
    margin: 10px 0;
  }
  .table-responsive.table-boxes tr td {
    display: block;
    white-space: normal;
    border-top: 0 !important;
    width: 100% !important;
  }
  .table-responsive.table-boxes tr td:only-child {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center !important;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(1) {
    width: 100% !important;
    order: 1;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(1) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(1) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(2) {
    order: 2;
    text-align: right;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(3) {
    order: 3;
    text-align: right;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(3) img {
    margin-right: 0;
  }
  .table-responsive.table-notifications-dashboard tr td:nth-of-type(4) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-shifts tr td:nth-of-type(1), .table-responsive.table-ideas tr td:nth-of-type(1), .table-responsive.table-news tr td:nth-of-type(1), .table-responsive.table-drafts tr td:nth-of-type(1), .table-responsive.table-diaries tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-shifts tr td:nth-of-type(1) span, .table-responsive.table-ideas tr td:nth-of-type(1) span, .table-responsive.table-news tr td:nth-of-type(1) span, .table-responsive.table-drafts tr td:nth-of-type(1) span, .table-responsive.table-diaries tr td:nth-of-type(1) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-shifts tr td:nth-of-type(1) span small, .table-responsive.table-ideas tr td:nth-of-type(1) span small, .table-responsive.table-news tr td:nth-of-type(1) span small, .table-responsive.table-drafts tr td:nth-of-type(1) span small, .table-responsive.table-diaries tr td:nth-of-type(1) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-shifts tr td:nth-of-type(2), .table-responsive.table-ideas tr td:nth-of-type(2), .table-responsive.table-news tr td:nth-of-type(2), .table-responsive.table-drafts tr td:nth-of-type(2), .table-responsive.table-diaries tr td:nth-of-type(2) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-shifts tr td:nth-of-type(3), .table-responsive.table-ideas tr td:nth-of-type(3), .table-responsive.table-news tr td:nth-of-type(3), .table-responsive.table-drafts tr td:nth-of-type(3), .table-responsive.table-diaries tr td:nth-of-type(3) {
    order: 4;
    text-align: left !important;
    font-size: 80%;
  }
  .table-responsive.table-shifts tr td:nth-of-type(3) span, .table-responsive.table-ideas tr td:nth-of-type(3) span, .table-responsive.table-news tr td:nth-of-type(3) span, .table-responsive.table-drafts tr td:nth-of-type(3) span, .table-responsive.table-diaries tr td:nth-of-type(3) span {
    margin-right: 0;
  }
  .table-responsive.table-shifts tr td:nth-of-type(4), .table-responsive.table-ideas tr td:nth-of-type(4), .table-responsive.table-news tr td:nth-of-type(4), .table-responsive.table-drafts tr td:nth-of-type(4), .table-responsive.table-diaries tr td:nth-of-type(4) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
  .table-responsive.table-shifts tr td:nth-of-type(4) small, .table-responsive.table-shifts tr td:nth-of-type(4) span, .table-responsive.table-ideas tr td:nth-of-type(4) small, .table-responsive.table-ideas tr td:nth-of-type(4) span, .table-responsive.table-news tr td:nth-of-type(4) small, .table-responsive.table-news tr td:nth-of-type(4) span, .table-responsive.table-drafts tr td:nth-of-type(4) small, .table-responsive.table-drafts tr td:nth-of-type(4) span, .table-responsive.table-diaries tr td:nth-of-type(4) small, .table-responsive.table-diaries tr td:nth-of-type(4) span {
    display: none;
  }
  .table-responsive.table-shifts tr td:nth-of-type(4) img, .table-responsive.table-ideas tr td:nth-of-type(4) img, .table-responsive.table-news tr td:nth-of-type(4) img, .table-responsive.table-drafts tr td:nth-of-type(4) img, .table-responsive.table-diaries tr td:nth-of-type(4) img {
    margin-right: 0;
  }
  .table-responsive.table-shifts tr td:nth-of-type(5), .table-responsive.table-ideas tr td:nth-of-type(5), .table-responsive.table-news tr td:nth-of-type(5), .table-responsive.table-drafts tr td:nth-of-type(5), .table-responsive.table-diaries tr td:nth-of-type(5) {
    order: 5;
    grid-column-start: 2;
    grid-column-end: 4;
    font-size: 80%;
    text-align: right !important;
  }
  .table-responsive.table-shifts tr td:nth-of-type(6), .table-responsive.table-ideas tr td:nth-of-type(6), .table-responsive.table-news tr td:nth-of-type(6), .table-responsive.table-drafts tr td:nth-of-type(6), .table-responsive.table-diaries tr td:nth-of-type(6) {
    order: 6;
    display: none;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(1), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(1), .table-responsive.table-news.table-with-star tr td:nth-of-type(1), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(1), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(1) {
    order: 7;
    text-align: left;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(2), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(2), .table-responsive.table-news.table-with-star tr td:nth-of-type(2), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(2), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(2) {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(2) span, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(2) span, .table-responsive.table-news.table-with-star tr td:nth-of-type(2) span, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(2) span, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(2) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(2) span small, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(2) span small, .table-responsive.table-news.table-with-star tr td:nth-of-type(2) span small, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(2) span small, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(2) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(3), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(3), .table-responsive.table-news.table-with-star tr td:nth-of-type(3), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(3), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(3) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(4), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(4), .table-responsive.table-news.table-with-star tr td:nth-of-type(4), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(4), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(4) {
    order: 4;
    text-align: left !important;
    font-size: 80%;
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(4) span, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(4) span, .table-responsive.table-news.table-with-star tr td:nth-of-type(4) span, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(4) span, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(4) span {
    margin-right: 0;
    display: initial;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(5), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(5), .table-responsive.table-news.table-with-star tr td:nth-of-type(5), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(5), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(5) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(5) small, .table-responsive.table-shifts.table-with-star tr td:nth-of-type(5) span, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(5) small, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(5) span, .table-responsive.table-news.table-with-star tr td:nth-of-type(5) small, .table-responsive.table-news.table-with-star tr td:nth-of-type(5) span, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(5) small, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(5) span, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(5) small, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(5) span {
    display: none;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(5) img, .table-responsive.table-ideas.table-with-star tr td:nth-of-type(5) img, .table-responsive.table-news.table-with-star tr td:nth-of-type(5) img, .table-responsive.table-drafts.table-with-star tr td:nth-of-type(5) img, .table-responsive.table-diaries.table-with-star tr td:nth-of-type(5) img {
    margin-right: 0;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(6), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(6), .table-responsive.table-news.table-with-star tr td:nth-of-type(6), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(6), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(6) {
    order: 5;
    grid-column-start: 2;
    grid-column-end: 4;
    font-size: 80%;
    text-align: right !important;
    display: block;
  }
  .table-responsive.table-shifts.table-with-star tr td:nth-of-type(7), .table-responsive.table-ideas.table-with-star tr td:nth-of-type(7), .table-responsive.table-news.table-with-star tr td:nth-of-type(7), .table-responsive.table-drafts.table-with-star tr td:nth-of-type(7), .table-responsive.table-diaries.table-with-star tr td:nth-of-type(7) {
    order: 8;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
  .table-responsive.table-tasks tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-tasks tr td:nth-of-type(1) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-tasks tr td:nth-of-type(1) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-tasks tr td:nth-of-type(2) {
    order: 2;
  }
  .table-responsive.table-tasks tr td:nth-of-type(2) span {
    position: relative;
    top: 3px;
  }
  .table-responsive.table-tasks tr td:nth-of-type(3) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-tasks tr td:nth-of-type(4) {
    order: 5;
    text-align: left;
    font-size: 80%;
  }
  .table-responsive.table-tasks tr td:nth-of-type(4) span {
    margin-right: 0;
  }
  .table-responsive.table-tasks tr td:nth-of-type(5) {
    order: 3;
  }
  .table-responsive.table-tasks tr td:nth-of-type(5) small, .table-responsive.table-tasks tr td:nth-of-type(5) span {
    display: none;
  }
  .table-responsive.table-tasks tr td:nth-of-type(5) img {
    margin-right: 0;
  }
  .table-responsive.table-tasks tr td:nth-of-type(6) {
    order: 6;
    grid-column-start: 2;
    grid-column-end: 4;
    font-size: 80%;
    text-align: right !important;
  }
  .table-responsive.table-tasks tr td:nth-of-type(7) {
    order: 7;
    display: none;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(1) {
    order: 9;
    text-align: left !important;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(2) {
    order: 1;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(2) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(2) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(3) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 2;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(3) span {
    position: relative;
    top: 3px;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(4) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
    font-size: 100%;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(5) {
    order: 5;
    text-align: left;
    font-size: 80%;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(5) span {
    margin-right: 0;
    display: initial;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(6) {
    order: 3;
    grid-column-start: 3;
    grid-column-end: 3;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(6) small, .table-responsive.table-tasks.table-with-star tr td:nth-of-type(6) span {
    display: none;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(6) img {
    margin-right: 0;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(7) {
    order: 6;
    grid-column-start: 2;
    grid-column-end: 4;
    font-size: 80%;
    text-align: right !important;
    display: initial;
  }
  .table-responsive.table-tasks.table-with-star tr td:nth-of-type(8) {
    order: 10;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
  .table-responsive.table-activities tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-activities tr td:nth-of-type(1) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-activities tr td:nth-of-type(1) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-activities tr td:nth-of-type(2) {
    order: 5;
    text-align: left !important;
    font-size: 80%;
  }
  .table-responsive.table-activities tr td:nth-of-type(3) {
    order: 2;
  }
  .table-responsive.table-activities tr td:nth-of-type(3) span {
    position: relative;
    top: 3px;
  }
  .table-responsive.table-activities tr td:nth-of-type(4) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-activities tr td:nth-of-type(5) {
    order: 3;
  }
  .table-responsive.table-activities tr td:nth-of-type(5) small, .table-responsive.table-activities tr td:nth-of-type(5) span {
    display: none;
  }
  .table-responsive.table-activities tr td:nth-of-type(5) img {
    margin-right: 0;
  }
  .table-responsive.table-employees tr td:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-employees tr td:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-search tr td:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-search tr td:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    word-break: break-word;
  }
  .table-responsive.table-search-advanced tr {
    grid-template-columns: 50% 50%;
  }
  .table-responsive.table-search-advanced tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-search-advanced tr td:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    word-break: break-word;
    order: 3;
  }
  .table-responsive.table-search-advanced tr td:nth-of-type(3) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: right;
  }
  .table-responsive.table-search-advanced tr td:nth-of-type(3) small, .table-responsive.table-search-advanced tr td:nth-of-type(3) span {
    display: none;
  }
  .table-responsive.table-search-advanced tr td:nth-of-type(3) img {
    margin-right: 0;
  }
  .table-responsive.table-search-advanced-manager tr {
    grid-template-columns: 50% 50%;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    word-break: break-word;
    order: 3;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(3) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: right;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(3) small, .table-responsive.table-search-advanced-manager tr td:nth-of-type(3) span {
    display: none;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(3) img {
    margin-right: 0;
  }
  .table-responsive.table-search-advanced-manager tr td:nth-of-type(4) {
    order: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    word-break: break-word;
    text-align: right;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(1), .table-responsive.table-subtasks tr td:nth-of-type(1) {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(2), .table-responsive.table-subtasks tr td:nth-of-type(2) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(3), .table-responsive.table-subtasks tr td:nth-of-type(3) {
    order: 2;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(3) small, .table-responsive.table-event-tasks tr td:nth-of-type(3) span, .table-responsive.table-subtasks tr td:nth-of-type(3) small, .table-responsive.table-subtasks tr td:nth-of-type(3) span {
    display: none;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(3) img, .table-responsive.table-subtasks tr td:nth-of-type(3) img {
    margin-right: 0;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(4), .table-responsive.table-subtasks tr td:nth-of-type(4) {
    order: 4;
    text-align: left;
    font-size: 80%;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(4) small, .table-responsive.table-event-tasks tr td:nth-of-type(4) span, .table-responsive.table-subtasks tr td:nth-of-type(4) small, .table-responsive.table-subtasks tr td:nth-of-type(4) span {
    display: none;
  }
  .table-responsive.table-event-tasks tr td:nth-of-type(4) img, .table-responsive.table-subtasks tr td:nth-of-type(4) img {
    margin-right: 0;
  }
  .table-responsive.table-management-stats tr {
    grid-template-columns: 100%;
  }
  .table-responsive.table-contact-person tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-contact-person tr td:nth-of-type(2) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .table-responsive.table-contact-person tr td:nth-of-type(3) {
    order: 4;
    text-align: left !important;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .table-responsive.table-contact-person tr td:nth-of-type(4) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
  .table-responsive.table-space tr {
    grid-template-columns: 50% 50%;
  }
  .table-responsive.table-space tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-space tr td:nth-of-type(2) {
    order: 3;
  }
  .table-responsive.table-space tr td:nth-of-type(3) {
    order: 2;
    grid-column-start: 2;
    text-align: right !important;
  }
  .table-responsive.table-calendars tr {
    grid-template-columns: 45% auto 60px;
  }
  .table-responsive.table-calendars tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-calendars tr td:nth-of-type(2) {
    order: 2;
    text-align: left;
  }
  .table-responsive.table-calendars tr td:nth-of-type(3) {
    order: 3;
    text-align: right !important;
  }
  .table-responsive.table-worklogs tr {
    grid-template-columns: 33% 33% auto;
  }
}
@media (max-width: 1200px) and (max-width: 570px) {
  .table-responsive.table-worklogs tr {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .table-responsive.table-worklogs tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(2) {
    order: 2;
    grid-column-start: 3;
    grid-column-end: 3;
    text-align: right;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(2) small, .table-responsive.table-worklogs tr td:nth-of-type(2) span {
    display: none;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(2) img {
    margin-right: 0;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(3) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    word-break: break-word;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(4) {
    order: 4;
  }
  .table-responsive.table-worklogs tr td:nth-of-type(5) {
    order: 5;
  }
}
@media (max-width: 1200px) {
  .table-responsive.table-checklist tr td:nth-of-type(1) {
    order: 4;
    grid-column-start: 1;
    word-break: break-word;
  }
  .table-responsive.table-checklist tr td:nth-of-type(2) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .table-responsive.table-checklist tr td:nth-of-type(2) span {
    position: relative;
    top: 3px;
  }
  .table-responsive.table-checklist tr td:nth-of-type(3) {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .table-responsive.table-checklist tr td:nth-of-type(3) span {
    position: relative;
    top: -5px;
  }
  .table-responsive.table-checklist tr td:nth-of-type(3) span small {
    position: relative;
    display: block;
    top: -5px;
    margin-bottom: -15px;
  }
  .table-responsive.table-checklist tr td:nth-of-type(4) {
    order: 2;
  }
  .table-responsive.table-checklist tr td:nth-of-type(4) small, .table-responsive.table-checklist tr td:nth-of-type(4) span {
    display: none;
  }
  .table-responsive.table-checklist tr td:nth-of-type(4) img {
    margin-right: 0;
  }
  .table-responsive.table-checklist tr td:nth-of-type(5) {
    order: 6;
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: right !important;
  }
}
@media (max-width: 1200px) {
  .table-responsive.table-checklist-template tr {
    grid-template-columns: 50% 50%;
  }
  .table-responsive.table-checklist-template tr td:nth-of-type(1) {
    order: 1;
  }
  .table-responsive.table-checklist-template tr td:nth-of-type(2) {
    order: 2;
    text-align: right !important;
  }
}
@media (max-width: 1200px) {
  .table-responsive.table-checklist-template-all tr td:nth-of-type(1) {
    order: 2;
  }
  .table-responsive.table-checklist-template-all tr td:nth-of-type(1) small, .table-responsive.table-checklist-template-all tr td:nth-of-type(1) span {
    display: none;
  }
  .table-responsive.table-checklist-template-all tr td:nth-of-type(1) img {
    margin-right: 0;
  }
  .table-responsive.table-checklist-template-all tr td:nth-of-type(2) {
    order: 3;
    grid-column-start: 1;
    word-break: break-word;
  }
  .table-responsive.table-checklist-template-all tr td:nth-of-type(3) {
    order: 2;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .table-responsive.table-checklist-template-all tr td:nth-of-type(3) span {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 1200px) {
  .table-responsive.table-my-diary thead {
    display: initial;
  }
  .table-responsive.table-my-diary tbody tr:last-of-type {
    border-bottom: none;
  }
  .table-responsive.table-my-diary tr {
    grid-template-columns: 60% 20% 20%;
  }
  .table-responsive.table-my-diary tr td:nth-of-type(1) {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .table-responsive.table-my-diary tr td:nth-of-type(2) {
    order: 2;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .table-responsive.table-my-diary tr td:nth-of-type(3) {
    order: 3;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.table-my-diary thead tr {
  border-bottom: 2px solid gainsboro !important;
}
.table-my-diary tbody tr:not(:last-of-type) {
  border-bottom: 1px solid gainsboro;
}

@media (max-width: 570px) {
  .table-scrollable {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
}

@media (min-width: 1200px) {
  .table-tasks tr td:nth-of-type(5) span, .table-tasks tr td:nth-of-type(5) small {
    display: none;
  }
  .table-tasks .action-col {
    min-width: 63px !important;
  }
  .table-tasks .status-col {
    min-width: 68px;
    word-wrap: normal;
  }
  .table-tasks .deadline-col {
    min-width: 103px;
  }
  .table-with-star tr td:last-of-type {
    min-width: 70px;
  }
}
@media (min-width: 1440px) {
  .table-tasks tr td:nth-of-type(5) span, .table-tasks tr td:nth-of-type(5) small {
    display: initial;
  }
}
/* Data tables */
#datatable td {
  font-weight: normal;
}

.paginate_button {
  display: inline-block !important;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px !important;
}

div.dataTables_info {
  padding-top: 38px !important;
}

.dt-buttons {
  float: left;
}

div#datatable-buttons_info {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  width: 75px !important;
}
.dataTables_wrapper .form-control {
  padding: 4px 12px;
  height: 30px;
  width: auto;
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: 0 0 3px fade(#435966, 20%);
  background-color: #4667cc;
}

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

/* Fixed table */
.fixedHeader-floating {
  top: 62px !important;
}

/* Key Table */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #2196f3 !important;
  outline-offset: -1px;
}

div.DTS tbody tr.even {
  background-color: #f5f5f5;
}

/* editable table */
#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
#datatable-editable .fa-trash-o {
  color: #e96154;
}
#datatable-editable .fa-times {
  color: #e96154;
}
#datatable-editable .fa-pencil {
  color: #3ec845;
}
#datatable-editable .fa-save {
  color: #3ec845;
}

/* =============
   Charts
============= */
/* Morris chart */
.morris-chart text {
  font-family: "Raleway", sans-serif !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #435966;
  border: none;
  color: #ffffff !important;
}
.morris-hover.morris-default-style .morris-hover-point {
  color: #f5f5f5 !important;
}

/* Morris chart Title */
.chart-detail-list li {
  margin: 0 10px;
  padding: 0px 5px;
}

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

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #435966;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #435966;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.legend tr {
  height: 22px;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #435966 !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: #435966 !important;
}

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

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

.ct-chart {
  max-height: 300px;
}
.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-grid {
  stroke: rgba(67, 89, 102, 0.15);
}

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

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

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

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

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

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

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

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

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: #2196f3;
}

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

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: gainsboro;
}

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

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

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

/* Circliful charts */
.circliful-chart {
  margin: 0 auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

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

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

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

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

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

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

.timeline-item {
  display: table-row;
}
.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item .timeline-desk .card-body:after {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
}
.timeline-item .timeline-desk .card-body:before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #435966 !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.alt .timeline-desk .card-body:after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  border-right: 0 !important;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
  content: "";
}
.timeline-item.alt .timeline-desk .card-body:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #435966 !important;
  border-right: 0 !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
  content: "";
}
.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}
.timeline-item.alt .timeline-icon {
  left: auto;
  right: -57px;
}
.timeline-item.alt:before {
  display: none;
}
.timeline-item.alt .card {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.alt .card .card-body p + p {
  margin-top: 10px !important;
}
.timeline-item.alt h4, .timeline-item.alt p, .timeline-item.alt .timeline-date {
  text-align: right;
}

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

/* =============
   Accounts pages
============= */
.wrapper-page .card {
  margin: 30px auto !important;
  position: relative;
  max-width: 420px;
}

.logo-alt-box {
  margin-top: 6%;
}
.logo-alt-box .logo {
  float: none;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 46px;
}
.logo-alt-box h5 {
  font-size: 12px;
}

.user-thumb {
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content .text-error {
  color: #2196f3;
  text-shadow: rgba(33, 150, 243, 0.3) 5px 1px;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}
.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0 10px;
}

@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
/*@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important;
  }
}*/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -90px;
  }
  .topbar-left {
    width: 70px !important;
  }
  .logo span {
    display: none !important;
  }
  .icon-c-logo {
    display: block !important;
    line-height: 60px;
  }
  .content-page .content {
    margin-top: 54px;
  }
  .navbar-default {
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  }
  .nav {
    margin: 0px;
  }
  .nav li {
    line-height: 1px;
  }
  .nav.navbar-right {
    float: right;
  }
  .notification-box {
    display: inline;
  }
  #topnav .navbar-toggle {
    margin-right: 5px;
  }
  .nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .nav .open .dropdown-menu li {
    display: block;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    margin: 0 20px;
  }
  .dataTables_wrapper .col-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 50 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #e8e8e8;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #f5f5f5;
  }
  .navbar-left {
    float: left !important;
  }
  #full-width-modal.modal {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .page-title {
    margin-bottom: 10px;
  }
  .ms-container {
    width: 100%;
  }
  .display-xs-none {
    display: none;
  }
  .footer ul li a {
    font-size: 11px;
  }
}
.search-btn {
  display: none;
}

@media (max-width: 1200px) {
  .navbar-left {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
    background: #32ABDF;
    display: none;
  }
  .navbar-left.active {
    display: block;
  }
  .search-btn {
    display: inline-block;
  }
}
.mobile-module-header {
  display: none;
}

@media (max-width: 767px) {
  .desktop-module-header {
    display: none;
  }
  .mobile-module-header {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .mobile-module-header .row-title {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .mobile-module-header .row-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .mobile-module-header .row-buttons a {
    font-size: 2.8rem;
    color: #b5b5b5;
  }
  .mobile-module-header .row-buttons a:hover {
    color: #a8a8a8;
  }
  .mobile-module-header .row-dropdown {
    margin-bottom: 1rem;
  }
}
.login-box img {
  max-width: 150px;
  margin-bottom: 20px;
}
.login-box h5 {
  font-size: 18px;
}

.img-avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 40px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.img-avatar.bigger {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.img-avatar.commis {
  border-radius: 0;
  padding: 5px;
  border: 0;
}

.task-finish-form {
  display: none;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #902C8E;
}

.deadline-alert {
  font-weight: bold;
  color: #e96154;
}

.pager {
  text-align: center;
  margin: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .pager {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .pager span, .pager a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    background-color: #f6f6f6;
    text-align: center;
    margin: 0 2px 10px;
    padding: 0 10px;
    color: #919191;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    border-radius: 50%;
  }
  .pager span.current, .pager a.current {
    background-color: #902C8E;
    color: #ffffff;
  }
  .pager span.next, .pager span.prev, .pager a.next, .pager a.prev {
    width: 135px;
    text-align: center;
    color: #BCBEC0;
    background-color: #f6f6f6;
    border-radius: 20px;
    text-transform: none;
  }
  .pager a:hover {
    background-color: #d0d0d0;
    color: #919191;
  }
  .pager a.next:hover, .pager a.prev:hover {
    background-color: #d0d0d0;
    color: #ffffff;
  }
  .pager .pages {
    display: inline;
  }
}
@media (max-width: 767px) {
  .pager span, .pager a {
    margin: 0 5px;
    display: inline-block;
  }
  .pager span.current, .pager a.current {
    color: #902C8E;
  }
  .pager span.next, .pager a.next {
    margin: 0;
    float: right;
  }
  .pager span.prev, .pager a.prev {
    margin: 0;
    float: left;
  }
  .pager a {
    text-decoration: underline;
  }
  .pager .pages {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    text-align: center;
  }
}

body.color-dashboard {
  background-color: rgba(122, 140, 154, 0.05);
}
body.color-dashboard .active-menu {
  background-color: #7a8c9a;
}
body.color-dashboard .active-menu a {
  color: #ffffff !important;
}
body.color-dashboard .active-menu a:hover {
  color: #ffffff !important;
}
body.color-dashboard .highlight-row td {
  background-color: rgba(144, 44, 142, 0.1);
}
body.color-dashboard .highlight-row:hover td {
  background-color: rgba(144, 44, 142, 0.2);
}
body.color-shift {
  background-color: rgba(144, 44, 142, 0.05);
}
body.color-shift .active-menu {
  background-color: #902C8E;
}
body.color-shift .active-menu a {
  color: #ffffff !important;
}
body.color-shift .active-menu a:hover {
  color: #ffffff !important;
}
body.color-shift .btn-big {
  border-color: #902C8E;
  color: #902C8E;
}
body.color-shift .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(144, 44, 142, 0.5);
}
body.color-shift .btn-small {
  border-color: #902C8E;
  color: #902C8E;
}
body.color-shift .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(144, 44, 142, 0.5);
}
body.color-shift .bg-commis {
  background-color: #902C8E !important;
}
body.color-shift .card {
  border-color: rgba(144, 44, 142, 0.2);
}
body.color-shift .highlight-row td {
  background-color: rgba(144, 44, 142, 0.1);
}
body.color-shift .highlight-row:hover td {
  background-color: rgba(144, 44, 142, 0.2);
}
body.color-shift .section-delimiter {
  background-color: #902C8E;
}
@media (max-width: 1200px) {
  body.color-shift .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #902C8E;
    color: #ffffff;
  }
}
body.color-shift .mobile-module-header .row-title h3 {
  color: #902C8E;
}
body.color-shift .create-record {
  color: #902C8E !important;
}
body.color-shift .create-record:hover {
  color: #7c267b !important;
}
body.color-task {
  background-color: rgba(50, 171, 223, 0.05);
}
body.color-task .active-menu {
  background-color: #32ABDF;
}
body.color-task .active-menu a {
  color: #ffffff !important;
}
body.color-task .active-menu a:hover {
  color: #ffffff !important;
}
body.color-task .task-graph-wrapper {
  width: 300px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  body.color-task .task-graph-wrapper {
    width: 100%;
  }
}
body.color-task .card-body-chart {
  color: #32ABDF;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #32ABDF;
  transition: all 0.3s ease;
  height: 120px;
}
body.color-task .card-body-chart > div {
  line-height: normal;
}
body.color-task .card-body-chart:hover {
  box-shadow: 0 0 10px 1px rgba(50, 171, 223, 0.5);
}
body.color-task .card-body-chart h4 {
  color: #32ABDF;
  font-size: 0.9em;
}
body.color-task .card-body-chart .color-task {
  color: #32ABDF;
}
body.color-task .card-body-chart i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
  top: 8px;
}
@media (max-width: 767px) and (min-width: 470px) {
  body.color-task .card-body-chart i {
    top: -2px;
  }
}
@media (max-width: 767px) {
  body.color-task .card-body-chart .w-60 {
    width: 55%;
  }
  body.color-task .card-body-chart .w-40 {
    width: 45%;
  }
}
@media (max-width: 400px) {
  body.color-task .card-body-chart .w-60 {
    width: 60%;
  }
  body.color-task .card-body-chart .w-40 {
    width: 40%;
  }
}
@media (max-width: 350px) {
  body.color-task .card-body-chart .w-60 {
    width: 65%;
  }
  body.color-task .card-body-chart .w-40 {
    width: 35%;
  }
}
body.color-task .btn-big {
  border-color: #32ABDF;
  color: #32ABDF;
}
body.color-task .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(50, 171, 223, 0.5);
}
body.color-task .btn-small {
  border-color: #32ABDF;
  color: #32ABDF;
}
body.color-task .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(50, 171, 223, 0.5);
}
body.color-task .bg-commis {
  background-color: #32ABDF !important;
}
body.color-task .card {
  border-color: rgba(50, 171, 223, 0.2);
}
body.color-task .highlight-row td {
  background-color: rgba(50, 171, 223, 0.1);
}
body.color-task .highlight-row:hover td {
  background-color: rgba(50, 171, 223, 0.2);
}
body.color-task .section-delimiter {
  background-color: #32ABDF;
}
@media (max-width: 1200px) {
  body.color-task .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #32ABDF;
    color: #ffffff;
  }
}
body.color-task .mobile-module-header .row-title h3 {
  color: #32ABDF;
}
body.color-task .create-record {
  color: #32ABDF !important;
}
body.color-task .create-record:hover {
  color: #21a0d6 !important;
}
body.color-idea {
  background-color: rgba(220, 118, 132, 0.05);
}
body.color-idea .active-menu {
  background-color: #DC7684;
}
body.color-idea .active-menu a {
  color: #ffffff !important;
}
body.color-idea .active-menu a:hover {
  color: #ffffff !important;
}
body.color-idea .btn-big {
  border-color: #DC7684;
  color: #DC7684;
}
body.color-idea .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(220, 118, 132, 0.5);
}
body.color-idea .btn-small {
  border-color: #DC7684;
  color: #DC7684;
}
body.color-idea .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(220, 118, 132, 0.5);
}
body.color-idea .bg-commis {
  background-color: #DC7684 !important;
}
body.color-idea .card {
  border-color: rgba(220, 118, 132, 0.2);
}
body.color-idea .highlight-row td {
  background-color: rgba(220, 118, 132, 0.1);
}
body.color-idea .highlight-row:hover td {
  background-color: rgba(220, 118, 132, 0.2);
}
body.color-idea .section-delimiter {
  background-color: #DC7684;
}
@media (max-width: 1200px) {
  body.color-idea .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #DC7684;
    color: #ffffff;
  }
}
body.color-idea .mobile-module-header .row-title h3 {
  color: #DC7684;
}
body.color-idea .create-record {
  color: #DC7684 !important;
}
body.color-idea .create-record:hover {
  color: #d76272 !important;
}
body.color-news {
  background-color: rgba(100, 164, 158, 0.05);
}
body.color-news .active-menu {
  background-color: #64a49e;
}
body.color-news .active-menu a {
  color: #ffffff !important;
}
body.color-news .active-menu a:hover {
  color: #ffffff !important;
}
body.color-news .btn-big {
  border-color: #64a49e;
  color: #64a49e;
}
body.color-news .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(100, 164, 158, 0.5);
}
body.color-news .btn-small {
  border-color: #64a49e;
  color: #64a49e;
}
body.color-news .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(100, 164, 158, 0.5);
}
body.color-news .bg-commis {
  background-color: #64a49e !important;
}
body.color-news .card {
  border-color: rgba(100, 164, 158, 0.2);
}
body.color-news .highlight-row td {
  background-color: rgba(100, 164, 158, 0.1);
}
body.color-news .highlight-row:hover td {
  background-color: rgba(100, 164, 158, 0.2);
}
body.color-news .section-delimiter {
  background-color: #64a49e;
}
@media (max-width: 1200px) {
  body.color-news .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #64a49e;
    color: #ffffff;
  }
}
body.color-news .mobile-module-header .row-title h3 {
  color: #64a49e;
}
body.color-news .create-record {
  color: #64a49e !important;
}
body.color-news .create-record:hover {
  color: #589690 !important;
}
body.color-diary, body.color-management {
  background-color: rgba(225, 180, 100, 0.05);
}
body.color-diary .active-menu, body.color-management .active-menu {
  background-color: #E1B464;
}
body.color-diary .active-menu a, body.color-management .active-menu a {
  color: #ffffff !important;
}
body.color-diary .active-menu a:hover, body.color-management .active-menu a:hover {
  color: #ffffff !important;
}
body.color-diary .btn-big, body.color-management .btn-big {
  border-color: #E1B464;
  color: #E1B464;
}
body.color-diary .btn-big:hover, body.color-management .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(225, 180, 100, 0.5);
}
body.color-diary .btn-small, body.color-management .btn-small {
  border-color: #E1B464;
  color: #E1B464;
}
body.color-diary .btn-small:hover, body.color-management .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(225, 180, 100, 0.5);
}
body.color-diary .bg-commis, body.color-management .bg-commis {
  background-color: #E1B464 !important;
}
body.color-diary .card, body.color-management .card {
  border-color: rgba(225, 180, 100, 0.2);
}
body.color-diary .highlight-row td, body.color-management .highlight-row td {
  background-color: rgba(225, 180, 100, 0.1);
}
body.color-diary .highlight-row:hover td, body.color-management .highlight-row:hover td {
  background-color: rgba(225, 180, 100, 0.2);
}
body.color-diary .section-delimiter, body.color-management .section-delimiter {
  background-color: #E1B464;
}
@media (max-width: 1200px) {
  body.color-diary .nav.nav-tabs .nav-item .nav-link.active, body.color-management .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #E1B464;
    color: #ffffff;
  }
}
body.color-diary .mobile-module-header .row-title h3, body.color-management .mobile-module-header .row-title h3 {
  color: #E1B464;
}
body.color-diary .create-record, body.color-management .create-record {
  color: #E1B464 !important;
}
body.color-diary .create-record:hover, body.color-management .create-record:hover {
  color: #ddaa4f !important;
}
body.color-file {
  background-color: rgba(125, 100, 58, 0.05);
}
body.color-file .active-menu {
  background-color: #7d643a;
}
body.color-file .active-menu a {
  color: #ffffff !important;
}
body.color-file .active-menu a:hover {
  color: #ffffff !important;
}
body.color-file .btn-big {
  border-color: #7d643a;
  color: #7d643a;
}
body.color-file .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(125, 100, 58, 0.5);
}
body.color-file .btn-small {
  border-color: #7d643a;
  color: #7d643a;
}
body.color-file .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(125, 100, 58, 0.5);
}
body.color-file .bg-commis {
  background-color: #7d643a !important;
}
body.color-file .card {
  border-color: rgba(125, 100, 58, 0.2);
}
body.color-file .section-delimiter {
  background-color: #7d643a;
}
body.color-file .mobile-module-header .row-title h3 {
  color: #7d643a;
}
body.color-file .create-record {
  color: #7d643a !important;
}
body.color-file .create-record:hover {
  color: #6c5632 !important;
}
body.color-calendar {
  background-color: rgba(39, 36, 96, 0.05);
}
body.color-calendar .active-menu {
  background-color: #272460;
}
body.color-calendar .active-menu a {
  color: #ffffff !important;
}
body.color-calendar .active-menu a:hover {
  color: #ffffff !important;
}
body.color-calendar .btn-big {
  border-color: #272460;
  color: #272460;
}
body.color-calendar .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(39, 36, 96, 0.5);
}
body.color-calendar .btn-small {
  border-color: #272460;
  color: #272460;
}
body.color-calendar .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(39, 36, 96, 0.5);
}
body.color-calendar .bg-commis {
  background-color: #272460 !important;
}
body.color-calendar .card {
  border-color: rgba(39, 36, 96, 0.2);
}
body.color-calendar .section-delimiter {
  background-color: #272460;
}
body.color-calendar .mobile-module-header .row-title h3 {
  color: #272460;
}
body.color-calendar .create-record {
  color: #272460 !important;
}
body.color-calendar .create-record:hover {
  color: #1f1d4d !important;
}
body.color-checklist {
  background-color: rgba(246, 158, 123, 0.05);
}
body.color-checklist .active-menu {
  background-color: #F69E7B;
}
body.color-checklist .active-menu a {
  color: #ffffff !important;
}
body.color-checklist .active-menu a:hover {
  color: #ffffff !important;
}
body.color-checklist .btn-big {
  border-color: #F69E7B;
  color: #F69E7B;
}
body.color-checklist .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(246, 158, 123, 0.5);
}
body.color-checklist .btn-small {
  border-color: #F69E7B;
  color: #F69E7B;
}
body.color-checklist .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(246, 158, 123, 0.5);
}
body.color-checklist .btn-small-full-height {
  border-color: #F69E7B;
  color: #F69E7B;
}
body.color-checklist .btn-small-full-height:hover {
  box-shadow: 0 0 10px 1px rgba(246, 158, 123, 0.5);
}
body.color-checklist .bg-commis {
  background-color: #F69E7B !important;
}
body.color-checklist .card {
  border-color: rgba(246, 158, 123, 0.2);
}
body.color-checklist .section-delimiter {
  background-color: #F69E7B;
}
body.color-checklist .mobile-module-header .row-title h3 {
  color: #F69E7B;
}
body.color-checklist .create-record {
  color: #F69E7B !important;
}
body.color-checklist .create-record:hover {
  color: #f48c63 !important;
}
body.color-my-diary {
  background-color: rgba(135, 216, 53, 0.05);
}
body.color-my-diary .active-menu {
  background-color: #87d835;
}
body.color-my-diary .active-menu a {
  color: #ffffff !important;
}
body.color-my-diary .active-menu a:hover {
  color: #ffffff !important;
}
body.color-my-diary .btn-big {
  border-color: #87d835;
  color: #87d835;
}
body.color-my-diary .btn-big:hover {
  box-shadow: 0 0 10px 1px rgba(135, 216, 53, 0.5);
}
body.color-my-diary .btn-big.btn-big-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.color-my-diary .btn-big.btn-big-flex {
    margin-bottom: 20px;
  }
}
body.color-my-diary .btn-small {
  border-color: #87d835;
  color: #87d835;
}
body.color-my-diary .btn-small:hover {
  box-shadow: 0 0 10px 1px rgba(135, 216, 53, 0.5);
}
body.color-my-diary .btn-small.my-diary {
  height: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.color-my-diary .btn-small-full-height {
  border-color: #87d835;
  color: #87d835;
}
body.color-my-diary .btn-small-full-height:hover {
  box-shadow: 0 0 10px 1px rgba(135, 216, 53, 0.5);
}
body.color-my-diary .bg-commis {
  background-color: #87d835 !important;
}
body.color-my-diary .card {
  border-color: rgba(135, 216, 53, 0.2);
}
body.color-my-diary .section-delimiter {
  background-color: #87d835;
}
body .mobile-module-header .row-title h3 {
  color: #87d835;
}
body .create-record {
  color: #87d835 !important;
}
body .create-record:hover {
  color: #7acc27 !important;
}

.has_sub {
  transition: all 0.3s ease;
}
.has_sub .subdrop {
  color: #ffffff !important;
}
.has_sub.menu-dashboard:not(.active-menu):hover, .has_sub.menu-dashboard .waves-ripple {
  background-color: rgba(122, 140, 154, 0.2);
}
.has_sub.menu-dashboard .waves-ripple {
  background-color: #7a8c9a !important;
}
.has_sub.menu-shift:not(.active-menu):hover, .has_sub.menu-shift .waves-ripple {
  background-color: rgba(144, 44, 142, 0.2);
}
.has_sub.menu-shift .waves-ripple {
  background-color: #902C8E !important;
}
.has_sub.menu-task:not(.active-menu):hover, .has_sub.menu-task .waves-ripple {
  background-color: rgba(50, 171, 223, 0.2);
}
.has_sub.menu-task .waves-ripple {
  background-color: #32ABDF !important;
}
.has_sub.menu-news:not(.active-menu):hover, .has_sub.menu-news .waves-ripple {
  background-color: rgba(100, 164, 158, 0.2);
}
.has_sub.menu-news .waves-ripple {
  background-color: #64a49e !important;
}
.has_sub.menu-idea:not(.active-menu):hover, .has_sub.menu-idea .waves-ripple {
  background-color: rgba(220, 118, 132, 0.2);
}
.has_sub.menu-idea .waves-ripple {
  background-color: #DC7684 !important;
}
.has_sub.menu-diary:not(.active-menu):hover, .has_sub.menu-diary .waves-ripple, .has_sub.menu-management:not(.active-menu):hover, .has_sub.menu-management .waves-ripple {
  background-color: rgba(225, 180, 100, 0.2);
}
.has_sub.menu-diary .waves-ripple, .has_sub.menu-management .waves-ripple {
  background-color: #E1B464 !important;
}
.has_sub.menu-file:not(.active-menu):hover, .has_sub.menu-file .waves-ripple {
  background-color: rgba(125, 100, 58, 0.2);
}
.has_sub.menu-file .waves-ripple {
  background-color: #7d643a !important;
}
.has_sub.menu-calendar:not(.active-menu):hover, .has_sub.menu-calendar .waves-ripple {
  background-color: rgba(39, 36, 96, 0.2);
}
.has_sub.menu-calendar .waves-ripple {
  background-color: #272460 !important;
}
.has_sub.menu-checklist:not(.active-menu):hover, .has_sub.menu-checklist .waves-ripple {
  background-color: rgba(246, 158, 123, 0.2);
}
.has_sub.menu-checklist .waves-ripple {
  background-color: #F69E7B !important;
}
.has_sub.menu-my-diary:not(.active-menu):hover, .has_sub.menu-my-diary .waves-ripple {
  background-color: rgba(135, 216, 53, 0.2);
}
.has_sub.menu-my-diary .waves-ripple {
  background-color: #87d835 !important;
}

.fc-body {
  background-color: #ffffff;
}

.fc-widget-header {
  background-color: #272460;
  color: #ffffff;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #e8e8e8;
}

.fc-unthemed td.fc-today {
  background: rgba(50, 171, 223, 0.2) !important;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  background: 0 0 !important;
}

.fc-button-primary {
  background-color: #902C8E !important;
  border-color: #902C8E !important;
  box-shadow: none !important;
}
.fc-button-primary:hover {
  background-color: #7c267b !important;
  border-color: #7c267b !important;
}
.fc-button-primary.fc-button-active {
  background-color: #32ABDF !important;
  border-color: #32ABDF !important;
}
@media (max-width: 630px) {
  .fc-button-primary {
    margin-bottom: 10px !important;
  }
}

.fc-timeGridWeek-view .fc-day-grid .fc-week td.fc-widget-content, .fc-timeGridDay-view .fc-day-grid .fc-week td.fc-widget-content {
  background: rgba(185, 185, 185, 0.35) !important;
}

.fc-day-grid-event .fc-content .fc-title {
  white-space: initial !important;
}

.custom-file-label::after {
  content: "Přidat soubor";
}

.notifications-read-all {
  margin-left: 10px;
  text-transform: none;
}

.notification-box {
  position: relative;
  margin-right: 12px;
}
.notification-box .bg-notifications {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 50;
  font-size: 10px;
}
.notification-box .fas {
  animation: shake 4s ease infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.avatar-letter {
  background-color: #32ABDF;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 37px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  width: 32px;
  line-height: 30px;
  text-align: center;
  height: 32px;
}

.avatar-letter__purple {
  background-color: #902C8E;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 37px;
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  width: 32px;
  line-height: 30px;
  text-align: center;
  height: 32px;
}

@media (max-width: 1200px) {
  .table-responsive .avatar-letter, .table-responsive .avatar-letter__purple {
    display: block !important;
  }
}
.card.success {
  background: #32ABDF;
  color: #ffffff;
}
.card.success h4 {
  color: #ffffff;
}
.card.success h5 {
  color: #ffffff;
  font-weight: normal;
}

.pie-form .form-group {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.pie-form .form-group:last-of-type {
  margin-right: 0;
}
.pie-form .form-group label {
  font-size: 12px;
  position: relative;
  margin-bottom: -20px;
}
.pie-form .form-group .form-control {
  max-width: 100px;
}
.pie-form .error-msg {
  top: -15px;
  position: relative;
  font-size: 12px;
  color: red;
  text-align: center;
}
.pie-form .pie-spinner {
  float: left;
  line-height: 78px;
  margin-right: 30px;
  display: none;
}
.pie-form .pie-spinner i {
  vertical-align: middle;
}

.canvas-wrapper {
  height: 500px;
  width: calc(100% - 80px);
  margin: 0 auto 30px auto;
}
.canvas-wrapper #no-tasks-msg {
  display: none;
  height: 500px;
}
.canvas-wrapper #no-tasks-msg p {
  padding-top: 230px;
}

.canvas-wrapper-dashboard {
  height: 300px;
}

.canvas-wrapper-tasks {
  height: 78px;
}

.canvas-wrapper-tasks-detail {
  height: 500px;
}
@media (max-width: 767px) {
  .canvas-wrapper-tasks-detail {
    height: 300px;
  }
}

.task-graph-desc {
  font-size: 0.9em;
}

.table-notifications .highlight-row td {
  font-weight: bold;
}

.autosave {
  margin-left: 30px;
}
.autosave i {
  margin-right: 10px;
}

.alert .list-unstyled {
  margin-bottom: 0;
}

.dropzone {
  border: 1px dashed #cfcfcf;
  min-height: 0;
}
.dropzone .dz-message {
  margin: 0;
}

.switch-notifications > span {
  margin-right: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #797979;
}
.switch-notifications i {
  font-size: 22px;
  vertical-align: middle;
}
.switch-notifications i.fa-toggle-on {
  color: green;
}
.switch-notifications i.fa-toggle-off {
  color: red;
}

.cke_dialog_container .cke_dialog_tabs .cke_dialog_tab:nth-of-type(2), .cke_dialog_container .cke_dialog_tabs .cke_dialog_tab:nth-of-type(3), .cke_dialog_container .cke_dialog_tabs .cke_dialog_tab:nth-of-type(4) {
  display: none !important;
}
.cke_dialog_container .cke_dialog_page_contents > table > tbody > tr:nth-of-type(1) > .cke_dialog_ui_vbox_child, .cke_dialog_container .cke_dialog_page_contents > table > tbody > tr:nth-of-type(2) > .cke_dialog_ui_vbox_child {
  display: none !important;
}

.filter-wrapper .btn-trigger-filter {
  margin-bottom: 20px !important;
}
.filter-wrapper .btn-cancel-filter {
  position: relative;
  top: -9px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .filter-wrapper .btn-cancel-filter {
    display: block;
  }
}
.filter-wrapper__form {
  padding: 20px;
  margin: 0 0 20px;
  display: none;
}
.filter-wrapper__form.open {
  display: block;
}
.filter-wrapper__form .form-group {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 220px !important;
}
.filter-wrapper__form .form-group.submit {
  width: auto !important;
  text-align: center;
}
@media (max-width: 767px) {
  .filter-wrapper__form .form-group.submit {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .filter-wrapper__form .form-group {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .filter-wrapper__form form > a {
    display: block;
    text-align: center;
  }
}
.filter-wrapper #filter-sort {
  font-size: 11px;
  padding: 5px;
  border-radius: 5px;
  float: right;
  border-color: rgba(144, 44, 142, 0.2);
  margin-top: 5px;
  max-width: 120px;
  display: none;
}
@media (max-width: 767px) {
  .filter-wrapper #filter-sort {
    display: block;
  }
}
.filter-wrapper .filter-sort-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .filter-wrapper .filter-sort-wrapper {
    display: block;
  }
}
.filter-wrapper .filter-sort-wrapper .select2-container {
  width: 120px !important;
  float: right;
  font-size: 12px;
}

#select2-filter-sort-results {
  font-size: 12px;
}

.select2-selection__clear {
  margin-right: 15px;
  font-size: 25px;
  font-weight: normal;
  position: relative;
  top: -3px;
}

.play-help {
  color: #ffffff;
  float: right;
  font-weight: normal;
  font-size: 14px;
}
.play-help i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .play-help i {
    margin-right: 0;
  }
}
.play-help:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .play-help span {
    display: none;
  }
}

#select2-form_department-container {
  font-size: 14px;
  color: #565656;
}

#select2-form_department-results li:first-of-type {
  height: 33px;
}

#select2-form_department-results li.select2-results__option {
  font-size: 14px;
}

.pie-form span.select2-container {
  width: 200px !important;
  display: block;
}

@media (max-width: 767px) {
  .row-users {
    display: none;
  }
}
.row-users.mobile {
  display: none;
}
@media (max-width: 767px) {
  .row-users.mobile {
    display: block;
  }
}
.row-users.mobile span {
  display: inline-block !important;
}
.row-users .avatar-1 {
  position: relative;
  z-index: 30;
  margin-right: 0;
}
.row-users .avatar-2 {
  position: relative;
  z-index: 20;
  left: -15px;
  margin-right: -15px;
}
.row-users .avatar-3 {
  position: relative;
  z-index: 10;
  left: -15px;
  margin-right: -15px;
}
.row-users .extra-users {
  font-size: 13px;
}

.comment-read-users > small {
  font-style: italic;
  font-size: 10px;
  margin-right: 10px;
}
.comment-read-users img {
  margin-right: -5px;
  width: 20px;
  height: 20px;
}

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

@media (max-width: 767px) {
  .bar-line {
    padding: 5px 0;
  }
}
.bar-line > div {
  display: inline-block;
  max-width: 40%;
  width: 100%;
}
@media (max-width: 767px) {
  .bar-line > div {
    display: block;
    max-width: 100%;
  }
}

@-webkit-keyframes progressAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes progressAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes progressAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bar {
  display: inline-block;
  height: 24px;
  position: relative;
  top: 7px !important;
  border-radius: 2em;
}

.animating-bar .progress-box {
  -webkit-animation: progressAnimation 1s 1 0.5s;
  -moz-animation: progressAnimation 1s 1 0.5s;
  -ms-animation: progressAnimation 1s 1 0.5s;
  -o-animation: progressAnimation 1s 1 0.5s;
  animation: progressAnimation 1s 1 0.5s;
  animation-fill-mode: forwards;
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 2em;
}
.animating-bar .shifts-bar .progress-box {
  background-color: #902C8E;
}
.animating-bar .tasks-bar .progress-box {
  background-color: #32ABDF;
}
.animating-bar .news-bar .progress-box {
  background-color: #64a49e;
}
.animating-bar .ideas-bar .progress-box {
  background-color: #DC7684;
}

.stat-menu-title {
  width: 180px;
  display: inline-block;
}
.stat-menu-title i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .stat-menu-title {
    margin-bottom: 5px;
  }
}

.stats-td {
  padding: 14px 8px !important;
}

.user-with-image-name {
  position: relative;
  top: 1px;
}

.small-buttons-wrapper {
  width: 180px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .small-buttons-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
}

#select2-form_department-container {
  font-size: 14px;
  color: #565656;
}

#select2-form_department-results li.select2-results__option {
  font-size: 14px;
}

.pie-form span.select2-container {
  width: 200px !important;
  display: block;
}

.w-33 {
  width: 33%;
}

.w-20 {
  width: 20%;
}

.w-40 {
  width: 40%;
}

@media (max-width: 767px) {
  .graph-filter-wrapper {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .graph-filter-info-wrapper {
    text-align: center;
  }
  .graph-filter-info-wrapper > div {
    float: none !important;
  }
}

.clearfix {
  clear: both;
}

.color-light-gray {
  color: #797979;
}
.color-light-gray:hover {
  color: #797979 !important;
}

.task-solution-user .color-light-gray {
  color: #fff;
}
.task-solution-user .color-light-gray:hover {
  color: #fff !important;
}

.tooltip-user-link {
  display: block;
  color: white;
  font-size: 12px;
  text-decoration: underline;
}

.input-with-remove {
  width: 95%;
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 1085px) {
  .input-with-remove {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .input-with-remove {
    width: 95%;
  }
}
@media (max-width: 484px) {
  .input-with-remove {
    width: 90%;
  }
}

.form-calendar-select {
  width: 212px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .form-calendar-select {
    width: 100%;
  }
}

.event-detail-options, .detail-options {
  list-style-type: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin: 0;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(154, 157, 160, 0.15);
  font-size: 14px;
  padding: 5px;
}
.event-detail-options.show, .detail-options.show {
  height: auto;
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.event-detail-options li:hover, .detail-options li:hover {
  background-color: #32ABDF;
}
.event-detail-options li a, .detail-options li a {
  color: black;
  padding: 8px 10px;
  display: block;
  font-weight: 400;
}
.event-detail-options li a.switch-notifications span, .detail-options li a.switch-notifications span {
  color: black;
  font-size: 14px;
}
.event-detail-options li a:hover, .detail-options li a:hover {
  color: white;
}
.event-detail-options li a:hover svg, .detail-options li a:hover svg {
  fill: white;
}
.event-detail-options li a:hover i, .detail-options li a:hover i {
  color: white;
}
.event-detail-options li a:hover span, .detail-options li a:hover span {
  color: white;
}
.event-detail-options li a svg, .detail-options li a svg {
  position: relative;
  top: -2px;
  fill: black;
}

a.c-black {
  color: black;
}
a.c-black:hover {
  color: #0056b3;
}
a.c-black:hover svg {
  fill: #0056b3;
}

#card-contact-person .card-body {
  background-color: rgb(245, 245, 245);
}

@media (max-width: 767px) {
  .btn-small.btn-small-calendar {
    width: 30%;
  }
}

.calendar-checkboxes {
  position: absolute;
  right: 20px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .calendar-checkboxes {
    position: initial;
    right: 0;
    top: 0;
    margin-right: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
.calendar-link-export {
  color: #797979;
  padding-left: 10px;
  cursor: pointer;
}
.calendar-link-export:hover {
  color: #797979;
}
.calendar-link-export svg {
  position: relative;
  top: -2px;
  fill: #797979;
}
@media (max-width: 330px) {
  .calendar-link-export {
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
  }
}

.mb-2px {
  margin-bottom: 2px;
}

.significant-event, .holiday-event {
  pointer-events: none;
}

@media (max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    display: block;
  }
  .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
    display: inline-block;
    margin-right: 1rem;
  }
  .fc-toolbar.fc-header-toolbar .fc-left .fc-today-button {
    margin-left: 0;
  }
}
@media (max-width: 330px) {
  .fc-toolbar.fc-header-toolbar .fc-left .fc-dayGridMonth-button {
    margin-left: 10px;
  }
}
.fc-toolbar.fc-header-toolbar .fc-left h2 {
  display: inline-block;
}

.task-event-progress {
  height: 35px;
}
.task-event-progress.progress {
  background-color: #fff;
}
.task-event-progress.bg-initial {
  background-color: #ebeff2;
}
.task-event-progress .progress-bar {
  font-size: 12px;
  background-color: #902C8E;
}

.calendar-task-progress {
  position: relative;
  top: -3px;
}

h5.modal-title {
  font-size: 16px;
  margin-top: 2px;
}

#frequencyMoreContainer {
  display: none;
}
#frequencyMoreContainer .card {
  background-color: whitesmoke;
}

.checklist-form #checklist_template_beginAt #checklist_template_beginAt_date, .checklist-form #checklist_template_beginAt #checklist_template_repeatUntil_date, .checklist-form #checklist_template_repeatUntil #checklist_template_beginAt_date, .checklist-form #checklist_template_repeatUntil #checklist_template_repeatUntil_date, .checklist-form #checklist_static_beginAt #checklist_template_beginAt_date, .checklist-form #checklist_static_beginAt #checklist_template_repeatUntil_date, .checklist-form #checklist_static_deadline #checklist_template_beginAt_date, .checklist-form #checklist_static_deadline #checklist_template_repeatUntil_date {
  width: auto;
  margin-right: 10px;
}
@media (max-width: 1073px) {
  .checklist-form #checklist_template_beginAt #checklist_template_beginAt_date, .checklist-form #checklist_template_beginAt #checklist_template_repeatUntil_date, .checklist-form #checklist_template_repeatUntil #checklist_template_beginAt_date, .checklist-form #checklist_template_repeatUntil #checklist_template_repeatUntil_date, .checklist-form #checklist_static_beginAt #checklist_template_beginAt_date, .checklist-form #checklist_static_beginAt #checklist_template_repeatUntil_date, .checklist-form #checklist_static_deadline #checklist_template_beginAt_date, .checklist-form #checklist_static_deadline #checklist_template_repeatUntil_date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.checklist-form #checklist_template_beginAt .select2-container--default, .checklist-form #checklist_template_repeatUntil .select2-container--default, .checklist-form #checklist_static_beginAt .select2-container--default, .checklist-form #checklist_static_deadline .select2-container--default {
  width: 100px !important;
  margin-right: 5px;
}
@media (max-width: 1073px) {
  .checklist-form #checklist_template_beginAt .select2-container--default, .checklist-form #checklist_template_repeatUntil .select2-container--default, .checklist-form #checklist_static_beginAt .select2-container--default, .checklist-form #checklist_static_deadline .select2-container--default {
    width: 36% !important;
  }
}
.checklist-form #checklist_template_beginAt .select2-container--default:nth-of-type(2), .checklist-form #checklist_template_repeatUntil .select2-container--default:nth-of-type(2), .checklist-form #checklist_static_beginAt .select2-container--default:nth-of-type(2), .checklist-form #checklist_static_deadline .select2-container--default:nth-of-type(2) {
  margin-left: 5px;
}
.checklist-form #checklist_template_beginAt .select2-selection--single, .checklist-form #checklist_template_repeatUntil .select2-selection--single, .checklist-form #checklist_static_beginAt .select2-selection--single, .checklist-form #checklist_static_deadline .select2-selection--single {
  margin-left: 5px;
}
@media (max-width: 1073px) {
  .checklist-form #checklist_template_beginAt .select2-selection--single, .checklist-form #checklist_template_repeatUntil .select2-selection--single, .checklist-form #checklist_static_beginAt .select2-selection--single, .checklist-form #checklist_static_deadline .select2-selection--single {
    margin-left: 0;
  }
}

#detailSettingBtn i {
  -webkit-writing-mode: vertical-rl;
}
#detailSettingBtn i.fa-sort-up {
  vertical-align: bottom;
}

.color-purple {
  color: #902C8E;
}

.bg-purple {
  background-color: #902C8E !important;
  color: white;
}

.bg-commis-blue {
  background-color: #32ABDF !important;
  color: white;
}

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

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

.bg-grey {
  background-color: #6D6F71 !important;
  color: white;
}

.datepicker.datepicker-dropdown {
  z-index: 1000 !important;
}

.main-dashboard .card-header {
  background-color: #b6e1f4;
  border-bottom: 1px solid #e8e8e8;
}
.main-dashboard .card-body {
  padding: 1.1rem 1.25rem;
}

.task-event-progress, .checklist-progress {
  height: 35px;
  width: 25%;
  margin-bottom: 0;
  float: right;
}
.task-event-progress.task-detail, .task-event-progress.checklist-detail, .checklist-progress.task-detail, .checklist-progress.checklist-detail {
  float: initial;
  width: 100%;
}
.task-event-progress.progress, .checklist-progress.progress {
  background-color: #fff;
}
.task-event-progress.bg-initial, .checklist-progress.bg-initial {
  background-color: #ebeff2;
}
.task-event-progress .progress-bar, .checklist-progress .progress-bar {
  font-size: 12px;
  background-color: #902C8E;
}
@media (max-width: 767px) {
  .task-event-progress, .checklist-progress {
    float: initial;
    width: 100%;
  }
}

h5.modal-title {
  font-size: 16px;
  margin-top: 2px;
}

.card-task-calendar .card-body {
  line-height: 2;
  border-radius: 4px;
}
.card-task-calendar .card-body span {
  font-size: 18px;
}

.color-green {
  color: green;
}

.color-orange {
  color: orange;
}

.color-red {
  color: red;
}

.no-comments-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-comments-wrapper .no-comments-box {
  text-align: center;
  margin: 3rem 0;
}
.no-comments-wrapper .no-comments-box p {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
  .modal-lg p, .modal-xl p {
    font-size: 15px;
    line-height: 20px;
  }
}
.scrollbarTop {
  width: calc(100% - 4px);
  left: 2px;
  height: 19px;
  position: relative;
  top: 19px;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 9;
  display: none;
}
.scrollbarTop.active {
  display: block;
}
.scrollbarTop.active + #season-list {
  padding-top: 19px;
}
.scrollbarTop > div {
  width: 100%;
  height: 19px;
  position: relative;
}

#infoIcon {
  margin-left: 0.5rem;
}
#infoIcon:hover {
  cursor: pointer;
}

.break-words {
  word-break: break-all;
}

.actual-events-wrapper {
  position: relative;
  top: 8px;
}
.actual-events-wrapper .actual-events {
  color: #902C8E;
  text-decoration: underline;
}
.actual-events-wrapper .actual-events:hover {
  text-decoration: none;
  color: #32ABDF;
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #87d835;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #87d835;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch.same-color .slider {
  background-color: #87d835;
}

.my-diary-table-row a {
  color: rgb(121, 121, 121);
  text-decoration: underline;
}
.my-diary-table-row a:hover {
  text-decoration: none;
}

.select-form .radio {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.my-diary-options {
  margin-left: auto;
}
@media (max-width: 768px) {
  .my-diary-options {
    margin: auto;
  }
}
.my-diary-options .my-diary-select {
  display: flex;
  flex-direction: column;
}

.first-letter-uppercase:first-letter {
  text-transform: uppercase;
}

.strong {
  font-weight: 600;
}

.timeline-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
}

.my-diary-task-list {
  z-index: 1;
  position: relative;
}
.my-diary-task-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #32ABDF;
  left: 50%;
}
.my-diary-task-list .no-tasks .card-body {
  color: #797979 !important;
}
@media (max-width: 1200px) {
  .my-diary-task-list:before {
    content: none;
  }
}

.task-list-item {
  margin: 4rem 0;
  width: calc(50% - 2rem);
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  border: #797979;
  color: #797979;
}
.task-list-item:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -41px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
  border: 4px solid #902C8E;
}
.task-list-item a {
  color: #797979;
}
.task-list-item:nth-child(odd) {
  margin-left: calc(50% + 30px);
}
.task-list-item:nth-child(even):before {
  left: calc(100% + 21px);
}
.task-list-item .border {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 1rem;
}
@media (max-width: 1200px) {
  .task-list-item {
    margin: 1rem 0;
    width: 100%;
  }
  .task-list-item:before {
    content: none;
  }
  .task-list-item:nth-child(odd) {
    margin-left: 0;
  }
}

.deadline-component {
  background-color: #32ABDF;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .deadline-component .time {
    display: none;
  }
}
@media (max-width: 1600px) {
  .deadline-component .time {
    display: none;
  }
}
@media (max-width: 1199px) {
  .deadline-component .time {
    display: initial;
  }
}
@media (min-width: 1601px) {
  .deadline-component .time {
    display: initial;
  }
}

.space-between {
  justify-content: space-between;
}

.dashboard-graph-header {
  display: flex;
  align-items: center;
}
.dashboard-graph-header span:first-of-type {
  display: inline-block;
}
@media (max-width: 2099px) {
  .dashboard-graph-header {
    justify-content: center;
    flex-flow: column;
  }
  .dashboard-graph-header .tab-icons {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  .dashboard-graph-header span:first-of-type {
    display: inline-block;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .dashboard-graph-header {
    justify-content: space-between;
    flex-flow: row;
  }
  .dashboard-graph-header .tab-icons {
    position: initial;
  }
  .dashboard-graph-header span:first-of-type {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .dashboard-graph-header {
    flex-flow: column;
  }
  .dashboard-graph-header span:first-of-type {
    display: inline-block;
  }
  .dashboard-graph-header .tab-icons {
    position: absolute;
  }
}
.dashboard-graph-header span, .dashboard-graph-header a {
  flex-grow: 1;
}
@media (min-width: 900px) {
  .dashboard-graph-header span, .dashboard-graph-header a {
    flex-basis: 33%;
  }
}
@media (min-width: 2100px) {
  .dashboard-graph-header {
    justify-content: space-between;
    flex-flow: row;
  }
  .dashboard-graph-header span, .dashboard-graph-header a {
    flex-basis: auto;
  }
}
.dashboard-graph-header .tab-toggler {
  text-align: right;
}
.dashboard-graph-header .header-text {
  margin-top: 0.5rem;
}
.dashboard-graph-header .dashboard-graph-switch {
  text-align: center;
  margin-top: 0.5rem;
}
.dashboard-graph-header .dashboard-graph-switch label {
  vertical-align: middle;
  margin-top: -1px !important;
  margin-bottom: 0 !important;
}
.dashboard-graph-header .tab-toggler {
  margin-top: 4px;
}

.font-regular {
  font-weight: 100;
}

.svg-hover-blue:hover svg {
  fill: #0056b3;
}

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

.auto-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-text .priority {
  position: absolute;
  left: 16px;
}
.timeline-text .title {
  padding-left: 22px;
}

.hide-row {
  padding-right: 0.6rem;
  position: relative;
  top: -1px;
}
.hide-row .eye {
  fill: #902c8e;
}
.hide-row .eye-cross {
  fill: #b3b3b3;
}
.hide-row:hover .eye-cross {
  fill: #902C8E;
}
.hide-row:hover .eye {
  fill: #272460;
}

#infoModal .info-text {
  padding-left: 24px;
  position: relative;
}
#infoModal .info-text svg, #infoModal .info-text i {
  position: absolute;
  left: 0;
  top: 2px;
}
#infoModal .info-text .text-italic {
  position: initial;
  top: 0;
}
#infoModal svg {
  fill: #797979;
}

.d-inline-block {
  display: inline-block;
}

.user-tag.tag-grey {
  background-color: #bcbec0;
  border-radius: 2em;
  padding: 6px 18px;
  font-size: medium;
  font-weight: 100;
  color: #fff;
}

.help-search-manager {
  margin-right: 4px;
  margin-top: 4px;
}

@media (min-width: 767px) {
  .role-form-navigation {
    max-width: 250px;
    margin-left: auto;
  }
}

.form-roles .role-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .form-roles .role-wrapper .hide-on-mobile {
    display: none;
  }
}
.form-roles .form-group {
  display: inline-block;
  margin-bottom: 0;
}
.form-roles .form-group input {
  position: absolute;
  left: 0;
}
.form-roles .form-group label {
  font-weight: 600;
  padding-left: 21px;
}
.form-roles .form-group label:before {
  left: 10px;
}
.form-roles .form-group label:after {
  left: 12px;
}
.form-roles .role-description {
  padding-left: 28px !important;
}
.form-roles .role-description .show-on-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .form-roles .role-description .show-on-mobile {
    display: initial;
  }
}

.ff-raleway {
  font-family: "Raleway";
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.ui-sortable-handle {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1882352941);
  cursor: grab;
  padding: 1rem;
  position: relative;
}
.ui-sortable-handle .form-group, .ui-sortable-handle label {
  margin-bottom: 0;
}
.ui-sortable-handle .drag-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}

.tab-icons {
  margin-left: 0.5rem;
}
.tab-icons i {
  vertical-align: middle;
}

.background-section.section-1 {
  background-color: rgba(50, 171, 223, 0.3);
}
.background-section.section-2 {
  background-color: rgba(144, 44, 142, 0.3);
}
.background-section.section-3 {
  background-color: rgba(100, 164, 158, 0.3);
}
.background-section.section-4 {
  background-color: rgba(220, 118, 132, 0.3);
}
.background-section.section-5 {
  background-color: rgba(225, 180, 100, 0.3);
}
.background-section.section-6 {
  background-color: rgba(125, 100, 58, 0.3);
}
.background-section.section-7 {
  background-color: rgba(39, 36, 96, 0.3);
}
.background-section.section-8 {
  background-color: rgba(225, 180, 100, 0.3);
}
.background-section.section-9 {
  background-color: rgba(246, 158, 123, 0.3);
}
.background-section.section-10 {
  background-color: rgba(135, 216, 53, 0.3);
}

.tooltip-span {
  position: relative;
  display: inline-block;
}
.tooltip-span .tooltip-span-text {
  visibility: hidden;
  max-width: 160px;
  bottom: 100%;
  left: 50%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-size: 80%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1000;
}
.tooltip-span:hover .tooltip-span-text {
  visibility: visible;
}

.tooltip-inner {
  max-width: 300px;
}

.card .show-when-minimalized {
  display: none;
}
.card .hide-when-minimalized {
  display: block;
}
.card.tab-minimalized .tab-toggable {
  height: 20px;
  overflow-y: hidden;
  visibility: hidden;
}
.card.tab-minimalized .tab-toggler i {
  transform: rotateZ(180deg);
}
.card.tab-minimalized .show-when-minimalized {
  display: block;
}
.card.tab-minimalized .hide-when-minimalized {
  display: none;
}
.card.tab-minimalized .header-title {
  color: #b1b1b1;
}

.top-record {
  display: inline-block;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.users-list-read-record {
  padding-left: 0;
  margin-bottom: 0;
}
.users-list-read-record li {
  list-style-type: none;
  padding: 8px 0;
}
.users-list-read-record li:not(:first-of-type) {
  border-top: 1px solid gainsboro !important;
}

.max-width-190 {
  max-width: 190px;
}

[name=menu_order] .form-group label:before {
  border-color: #272460;
}

.ui-state-highlight {
  border: 1px solid #272460;
  background: #272460;
  color: #272460;
}

.footer a {
  color: #32ABDF;
}

.fc-cell-content {
  position: relative;
}
.fc-cell-content:after {
  background-color: var(--my-color-var);
  content: "";
  position: absolute;
  top: 12px;
  right: 20px;
  width: 25px;
  height: 15px;
  display: block;
}

.search-wrapper {
  float: left;
  position: relative;
}
@media (max-width: 1200px) {
  .search-wrapper {
    float: none;
    position: inherit;
  }
}
.search-wrapper > form > .btn-advanced-search {
  position: absolute;
  color: white;
  right: 50px;
  top: 0;
  display: block;
  width: 50px;
  text-align: center;
  background: #902C8E;
  height: 30px;
  line-height: 32px;
  font-size: 18px;
  border-right: 1px solid rgba(222, 222, 222, 0.3);
  transition: 0.5s ease all;
}
.search-wrapper > form > .btn-advanced-search:hover, .search-wrapper > form > .btn-advanced-search.open {
  background: #692067;
}
.search-wrapper > form > .btn-advanced-search.open i::before {
  content: "\f0d8";
}
@media (max-width: 1200px) {
  .search-wrapper > form > .btn-advanced-search {
    right: 65px;
    top: 15px;
  }
}

.advanced-search-wrapper {
  position: absolute;
  background: #ffffff;
  max-width: 500px;
  top: 61px;
  left: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 10px 0 #e8e8e8;
  border-radius: 0 0 3px 3px;
  display: none;
}
.advanced-search-wrapper .bg-wrapper {
  padding: 20px;
  transition: all ease 0.5s;
}
@media (max-width: 1200px) {
  .advanced-search-wrapper {
    top: 120px;
    left: 0;
    max-width: none;
    overflow-y: scroll;
    height: calc(100vh - 120px);
  }
}
.advanced-search-wrapper label {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .advanced-search-wrapper #saf_dateType {
    text-align: center;
  }
}
.advanced-search-wrapper .form-group {
  margin-bottom: 10px;
}
.advanced-search-wrapper .form-group .form-control {
  height: 30px;
  font-size: 12px;
}
.advanced-search-wrapper .select2-container {
  font-size: 12px;
}
.advanced-search-wrapper .select2-container .select2-selection--single {
  height: 30px !important;
}
.advanced-search-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}
.advanced-search-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.advanced-search-wrapper .select2-container .select2-selection--multiple {
  min-height: 30px !important;
  line-height: 13px;
}
.advanced-search-wrapper strong {
  font-size: 14px;
}
@media (max-width: 767px) {
  .advanced-search-wrapper strong {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.advanced-search-wrapper .mt-20 {
  margin-top: 20px;
}
.advanced-search-wrapper .radio {
  padding-left: 0;
  border-right: 1px solid rgba(222, 222, 222, 0.3);
}
.advanced-search-wrapper .radio:first-of-type label {
  border-radius: 5px 0 0 5px;
}
.advanced-search-wrapper .radio:last-of-type label {
  border-radius: 0 5px 5px 0;
}
.advanced-search-wrapper .radio label {
  background-color: #e9e9e9;
  padding: 5px 10px;
  cursor: pointer;
}
.advanced-search-wrapper .radio label:before, .advanced-search-wrapper .radio label:after {
  display: none;
}
.advanced-search-wrapper .radio input {
  display: none;
}
.advanced-search-wrapper .radio input:checked + label {
  background-color: #32ABDF;
  color: #ffffff;
}
.advanced-search-wrapper .toggle-manager > span {
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #797979;
}
.advanced-search-wrapper .toggle-manager i {
  font-size: 22px;
  vertical-align: middle;
}
.advanced-search-wrapper .toggle-manager i.fa-toggle-on {
  color: green;
}
.advanced-search-wrapper .toggle-manager i.fa-toggle-off {
  color: red;
}
@media (max-width: 767px) {
  .advanced-search-wrapper .toggle-manager {
    display: block;
    text-align: center;
    float: none !important;
    margin-bottom: 10px;
  }
}

#select2-saf_module-results .select2-results__option, #select2-saf_departments-results .select2-results__option, #select2-saf_type-results .select2-results__option, #select2-saf_users-results .select2-results__option, #select2-saf_managerSenders-results .select2-results__option, #select2-saf_managerRecipients-results .select2-results__option {
  font-size: 12px;
}

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