body {
  background: #f7f7f7;
  padding-top: 60px;
  font-size: 14px;
  color: #444444;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.DashboardTasksPreview {
    max-height: 320px; 
    display: -webkit-inline-box; 
    overflow-x: auto; 
    overflow-y: hidden; 
    min-width: 100%; 
    max-width: 100%;
}

p {
  color: #777; }

a, a:hover, a:focus {
  color: #045892; }

h1, h2, h3, h4, h5, h6 {
  color: #444444; }

h1 {
  font-weight: 300;
  font-size: 40px; }

h2 {
  font-weight: 300;
  margin-bottom: 20px; }

h3, h4 {
  font-weight: 300; }

.large {
  font-size: 2em; }

.text-muted {
  color: #c5c7cc; }

.color-gray {
  color: #444444; }

.color-blue {
  color: #045892; }

.color-teal {
  color: #1ebfae; }

.color-orange {
  color: #ffb53e; }

.color-red {
  color: #f9243f; }

.no-padding {
  padding: 0;
  margin: 0; }

.fa-xl {
  font-size: 2em; }

input.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 46px; }

.bootstrap-table input.form-control {
  height: 34px; }

.input-group-btn .btn {
  height: 46px; }

.input-group-btn-sm {
  height: 30px!important;
}

.form-control:focus {
  border: 1px solid #045892;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #045892; }

.has-success .form-control {
  border: 1px solid #8ad919; }

.has-warning .form-control {
  border: 1px solid #ffb53e; }

.has-error .form-control {
  border: 1px solid #f9243f; }

.has-success .form-control:focus {
  border: 1px solid #8ad919;
  box-shadow: inset 0px 0px 0px 1px #8ad919; }

.has-warning .form-control:focus {
  border: 1px solid #ffb53e;
  box-shadow: inset 0px 0px 0px 1px #ffb53e; }

.has-error .form-control:focus {
  border: 1px solid #f9243f;
  box-shadow: inset 0px 0px 0px 1px #f9243f; }

.flex-row {
  display: flex;
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.ms-1 {
  margin-left: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.me-1 {
  margin-right: 1rem;
}

nav {
  height: auto !important;
  padding-top: env(safe-area-inset-top);
}

.navbar-custom {
  background: #333;
  height: 60px; }

.navbar-header .navbar-brand {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  height: 60px;
  padding-top: 18px; }

.navbar-header .navbar-brand span {
  color: #045892; }

.navbar-toggle {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  margin-top: 10px; 
  height: 4rem;
}

.navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.05); }

.icon-bar {
  background: #fff; }

.dropdown {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: 10px 8px;
  padding: 0px;
  border-radius: 4px; }

.dropdown a.dropdown-toggle {
  color: #fff;
  height: 40px;
  width: 40px;
  padding-top: 11px;
  padding-left: 9px; }

.dropdown:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.dropdown .label {
  top: -4px;
  left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  border-radius: 9999px; }

.navbar-top-links li:last-child {
  margin-right: 15px; }

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  background: none; }

.dropdown-messages {
  border: 1px solid #fff;
  width: 360px;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-size: 0.9em; }

.dropdown-messages img {
  margin: 5px 10px;
  float: left; }

.dropdown-messages .message-body {
  margin: 5px;
  float: left;
  width: 280px; }

.dropdown small {
  color: #999; }

.dropdown em {
  margin: 0 5px; }

.dropdown-menu > li > a {
  padding: 5px 10px; }

.dropdown-menu li .message-body a {
  color: #444; }

.dropdown-menu li a:hover {
  color: #045892;
  text-decoration: none;
  background: none; }

.divider, .clear {
  clear: both; }

.dropdown-alerts {
  border: 1px solid #fff;
  width: 260px;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-size: 0.9em; }

.all-button a {
  text-align: center;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  display: block; }

a.btn:hover, button:hover {
  opacity: 0.8; }

a.btn:active, button:active {
  box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
  opacity: 1; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #045892 !important;
  border-color: #045892 !important; }

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #8ad919;
  border-color: #8ad919; }

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #ffb53e;
  border-color: #ffb53e; }

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #f9243f;
  border-color: #f9243f; }

.btn-link, .page-link, .text-primary {
  color: #045892 !important; }

.btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
  color: #50b3ff !important; }

.btn-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%; }

.btn-lg {
  font-size: 15px;
  height: 44px; }

.btn-margins button.btn {
  margin: 0 4px 6px 0 !important; }

.bg-primary {
  color: #1b3548;
  background-color: #e9ecf2; }

a.bg-primary:hover {
  background-color: #e9ecf2; }

.bg-success, .bg-green {
  color: #fff;
  background-color: #8ad919; }

a.bg-success:hover, a.bg-green:hover {
  background-color: #8ad919; }

.bg-success a, .bg-green a {
  color: rgba(255, 255, 255, 0.75); }

.bg-teal {
  color: #fff;
  background-color: #1ebfae; }

a.bg-teal:hover {
  background-color: #1ebfae; }

.bg-teal a {
  color: rgba(255, 255, 255, 0.75); }

.bg-info, .bg-blue {
  color: #fff;
  background-color: #045892; }

a.bg-info:hover, a.bg-blue:hover {
  background-color: #045892; }

.bg-info a, .bg-blue a {
  color: rgba(255, 255, 255, 0.75); }

.bg-warning, .bg-orange {
  color: #fff;
  background-color: #ffb53e; }

a.bg-warning:hover, a.bg-orange:hover {
  background-color: #ffb53e; }

.bg-warning a, .bg-orange a {
  color: rgba(255, 255, 255, 0.75); }

.bg-danger, .bg-red {
  color: #fff;
  background-color: #f9243f; }

a.bg-danger:hover, a.bg-red:hover {
  background-color: #f9243f; }

.bg-danger a, .bg-red a {
  color: rgba(255, 255, 255, 0.75); }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  color: #fff;
  background-color: #045892; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #045892; }

.label-success {
  background-color: #8ad919; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #8ad919; }

.label-info {
  background-color: #045892; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #045892; }

.label-warning {
  background-color: #ffb53e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #f9243f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #f9243f; }

.panel {
  border: 0; }

.panel-container {
  padding-top: 20px; }

.panel-heading .fa-toggle-up, .panel-heading .fa-toggle-down {
  font-size: 17px; }

.panel-primary > .panel-heading {
  background-color: #045892;
  color: #fff;
  border: none; }

.panel-success > .panel-heading {
  background-color: #8ad919;
  color: #fff;
  border: none; }

.panel-info > .panel-heading {
  background-color: #045892;
  color: #fff;
  border: none; }

.panel-warning > .panel-heading {
  background-color: #ffb53e;
  color: #fff;
  border: none; }

.panel-danger > .panel-heading {
  background-color: #f9243f;
  color: #fff;
  border: none; }

f
.panel-primary .panel-settings, .panel-primary .panel-toggle, .panel-success .panel-settings, .panel-success .panel-toggle, .panel-info .panel-settings, .panel-info .panel-toggle, .panel-warning .panel-settings, .panel-warning .panel-toggle, .panel-danger .panel-settings, .panel-danger .panel-toggle {
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.panel-primary .panel-settings:hover, .panel-primary .panel-toggle:hover, .panel-success .panel-settings:hover, .panel-success .panel-toggle:hover, .panel-info .panel-settings:hover, .panel-info .panel-toggle:hover, .panel-warning .panel-settings:hover, .panel-warning .panel-toggle:hover, .panel-danger .panel-settings:hover, .panel-danger .panel-toggle:hover {
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }

.panel-blue {
  background: #045892;
  color: #fff; }

.panel-teal {
  background: #1ebfae;
  color: #fff; }

.panel-orange {
  background: #ffb53e;
  color: #fff; }

.panel-red {
  background: #f9243f;
  color: #fff; }

.dark-overlay {
  background: rgba(0, 0, 0, 0.05); }

.panel-blue p, .panel-teal p, .panel-orange p, .panel-red p {
  color: rgba(255, 255, 255, 0.75); }

.panel-heading {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;
  height: 60px;
  line-height: 38px; }

.panel-default .panel-heading {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #444444; 
  font-size:22px;
  line-height: 20px;
  padding:20px; }

.panel-footer {
  background: #fff;
  border-top: 1px solid #f0f0f0; }

.panel-widget {
  padding: 10px 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-align: center;
  color: #333; }

.panel-widget .panel-footer {
  border: 0;
  text-align: center; }

.panel-footer .input-group {
  padding: 0px;
  margin: 0 -5px; }

.panel-footer .input-group-btn:last-child > .btn, .panel-footer .input-group-btn:last-child > .btn-group {
  margin: 0; }

.panel-widget .panel-footer a {
  color: #999; }

.panel-widget .panel-footer a:hover {
  color: #666;
  text-decoration: none; }

.panel-widget .text-muted {
  margin-top: -6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em; }

.panel-widget .large {
  color: #373b45;
  font-size: 3em; }

.panel-settings {
  list-style: none;
  padding: 0;
  margin: 0; }

.panel-settings .dropdown a.dropdown-toggle, .panel-settings a {
  padding: 0;
  background: none;
  color: #7c7c7c; }

.panel-settings a, .panel-toggle {
  width: 40px;
  padding: 2px 0 0 0; }

.panel-settings:hover, .panel-toggle:hover, .panel-settings .dropdown a.dropdown-toggle:hover, .panel-settings:active, .panel-toggle:active, .panel-settings .dropdown a.dropdown-toggle:active, .panel-settings:focus, .panel-toggle:focus, .panel-settings .dropdown a.dropdown-toggle:focus {
  background: #f7f7f7;
  color: #444444; }

.panel-settings, .panel-toggle {
  display: inline-block;
  margin: -1px -5px 0 15px !important;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #7c7c7c;
  background: #fff;
  width: 42px; }

.panel-settings {
  width: 42px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.panel-settings li.dropdown {
  margin: 0;
  padding: 0; }

.dropdown-settings {
  border: 1px solid #fff;
  width: 220px;
  font-size: 0.9em;
  padding: 0; }

.dropdown-settings li {
  list-style: none;
  padding: 0 10px;
  width: 220px;
  height: 26px;
  line-height: 26px; }

.dropdown-settings .divider {
  margin: 7px 0; }

.dropdown-settings li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #444444; }

.clickable {
  cursor: pointer; }

.panel-heading span {
  margin: 0px;
  font-size: 14px; }

.panel-button-tab-right {
  margin-left: 4px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.panel-button-tab-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.border-top {
  border-top: 1px solid #dadbda; }

.border-right {
  border-right: 1px solid #dadbda; }

.border-bottom {
  border-bottom: 1px solid #dadbda; }

.border-left {
  border-left: 1px solid #dadbda; }

.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
  border-color: #f0f0f0; }

.article {
  padding: 10px 0; }

.article:first-child {
  padding: 0 0 10px 0; }

.article h4 {
  margin-bottom: 10px; }

.article .date {
  text-align: center;
  margin: 5px auto;
  display: block; }

.article .date .text-muted {
  margin-top: -5px; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #f0f0f0;
  left: 25px;
  margin-right: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: calc( 100% - 65px );
  float: right;
  border: 1px solid #edeeed;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  box-shadow: none; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 11px solid #edeeed;
  border-left: 0 solid #edeeed;
  border-bottom: 11px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 10px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 51px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-radius: 9999px; }

.timeline-badge.primary {
  background-color: #045892 !important; }

.timeline-badge.success {
  background-color: #8ad919 !important; }

.timeline-badge.warning {
  background-color: #ffb53e !important; }

.timeline-badge.danger {
  background-color: #f9243f !important; }

.timeline-badge.info {
  background-color: #045892 !important; }

.progress {
  height: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f2f3f2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #045892;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-success {
  background-color: #8ad919;
  background-image: none; }

.progress-bar-info, .progress-bar-blue {
  background-color: #045892;
  background-image: none; }

.progress-bar-warning, .progress-bar-orange {
  background-color: #ffb53e;
  background-image: none; }

.progress-bar-danger, .progress-bar-red {
  background-color: #f9243f;
  background-image: none; }

.progress-bar-teal {
  background-color: #1ebfae;
  background-image: none; }

.jumbotron {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #444444; }

.panel .tabs {
  margin: 0;
  padding: 0; }

.nav-tabs {
  background: #f2f3f2;
  border: 0; }

.nav-tabs li a:hover {
  background: #fff; }

.nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
  border: 0;
  padding: 15px 20px; }

.nav-tabs li.active a {
  color: #045892; }

.nav-tabs li a {
  color: #999; }

.nav-pills {
  padding: 15px;
  padding-bottom: 0; }

.nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover {
  border: 0;
  padding: 7px 15px; }

.nav-pills li.active a, .nav-pills li.active a:hover {
  background: #045892; }

.tab-content {
  padding: 15px; }

.navbar {
  border: 0; }

.navbar input {
  border: 0;
  background: #444;
  color: #fff; }

.navbar input:focus {
  color: #fff;
  background: #555;
  border: 1px solid #045892;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #045892; }

.user-menu {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  float: right;
  list-style: none;
  padding: 0; }

.user-menu a {
  color: #fff; }

.user-menu a:hover, .user-menu a:focus {
  text-decoration: none; }

.sidebar {
  display: block;
  padding: 0;
  display: none;
  box-shadow: none;
  background: #fff; }

.sidebar ul {
  margin: 20px 0px; }

.sidebar form {
  padding: 10px 0 0 0;
  margin: 10px 10px 20px 10px; }

@media (min-width: 768px) {
  .sidebar {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto; }

  .navbar-header {
    width: 100%; } }
.sidebar ul.nav a:hover, .sidebar ul.nav li.parent ul li a:hover {
  text-decoration: none;
  background-color: #045892;
  color: #fff; 
  height: auto;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active, .sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover, .sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus, .sidebar ul.nav ul.children li.active a {
  color: #fff;
  background-color: #045892; 
  height: auto;
}

.sidebar ul.nav ul, .sidebar ul.nav ul li {
  list-style: none;
  list-style-type: none; }

.sidebar ul.nav li a {
  height: 50px;
  font-size: 15px;
  line-height: 2em;
  color: #444444; }

.sidebar ul.nav ul.children {
  width: auto;
  padding: 0;
  margin: 0;
  background: #f9f9f9; }

.sidebar ul.nav ul.children li a {
  height: 40px;
  background: #f7f7f7;
  color: #444444; }

.sidebar ul.nav li.current a {
  background-color: #045892;
  color: #fff !important; }

.sidebar ul.nav li.parent ul li a {
  border: none;
  display: block;
  padding-left: 30px;
  line-height: 40px;
  border-radius: 0; }

.sidebar ul.nav li.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 0; }

.profile-sidebar {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0; }
  
#sidebar-collapse{
  height:auto !important; 
  overscroll-behavior: contain;
}

@media (max-width: 768px) {  
  #sidebar-collapse{
    height:90vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    transition: 0.3s;
    transform: translate3d(-100vw, 0, 0);
    display: unset !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    visibility: hidden;
  }

  #sidebar-collapse.in {
    transform: translate3d(0vw, 0, 0);
    visibility: visible !important;
  }
}

.indicator {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 9999px;
  margin-right: 5px; }

.profile-userpic img {
  float: left;
  margin: 10px 0px 0px 15px;
  width: 50px;
  height: 50px;
  border-radius: 9999px !important; }

.profile-usertitle {
  float: left;
  text-align: left;
  margin: 10px 0 0 12px; }

.profile-usertitle-name {
  font-size: 20px;
  margin-bottom: 0px; }

.profile-usertitle-status {
  text-transform: uppercase;
  color: #AAA;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px; }

.breadcrumb {
  border-radius: 0;
  padding: 10px 15px 10px 15px;
  background: #f0f0f0;
  margin: 0; }

h1.page-header {
  margin-top: 20px;
  border-bottom: 0; }

.chart {
  background: #fff; }

.easypiechart-panel {
  text-align: center;
  padding: 1px 0;
  margin-bottom: 20px; }

.placeholder h2 {
  margin-bottom: 0px; }

.donut {
  width: 100%; }

.easypiechart {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 20px auto 10px auto; }

.easypiechart .percent {
  display: block;
  position: absolute;
  font-size: 26px;
  top: 38px;
  width: 120px; }

#easypiechart-blue .percent {
  color: #045892; }

#easypiechart-teal .percent {
  color: #1ebfae; }

#easypiechart-orange .percent {
  color: #ffb53e; }

#easypiechart-red .percent {
  color: #ef4040; }

#calendar, .datepicker-inline {
  width: 100%; }

#calendar table {
  width: 100%; }

.datepicker-switch {
  font-size: 16px;
  height: 46px !important; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #c5c7cc; }

.datepicker table tr td {
  padding: 10px !important; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #045892;
  text-shadow: none;
  border-color: #285e8e; }

.datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: rgba(0, 0, 0, 0.05); }

.todo-list {
  padding: 0;
  margin: -15px;
  background: #fff;
  color: #444444; }

.todo-list .checkbox input[type=checkbox] {
  margin: 0; }

.todo-list .checkbox {
  display: inline-block;
  margin: 0px; }

.panel-body input[type=checkbox]:checked + label {
  text-decoration: line-through;
  color: #777; }

.todo-list-item {
  list-style: none;
  line-height: 0.9;
  padding: 14px 15px 8px 15px; }

.todo-list-item:hover, a.todo-list-item:focus {
  text-decoration: none;
  background-color: #f6f6f6; }

.todo-list .fa-trash {
  color: #444444; }

.todo-list .fa-trash:hover {
  color: #ef4040; }

.chat .panel-body ul {
  list-style: none;
  margin: -15px;
  padding: 15px; }

.chat .panel-body ul li {
  margin-bottom: 10px;
  padding: 15px 5px;
  border-bottom: 1px solid #f0f0f0; }

.chat ul li.left .chat-body {
  margin-left: 80px; }

.chat ul li.right .chat-body {
  margin-right: 80px; }

.chat ul li .chat-body p {
  margin: 0; }

.chat .panel-body {
  overflow-y: scroll;
  height: 300px; }

.chat-body small {
  margin-left: 5px; }

.table {
  background: #fff; }

.fixed-table-container {
  border: 1px solid #f0f0f0; }

.fixed-table-container thead th {
  background: #f7f7f8;
  border-color: #ddd;
  color: #444444;
  font-weight: 300;
  font-size: 16px; }

.fixed-table-container tbody td {
  border: 1px solid #f0f0f0; }

.fixed-table-container tbody td:last-child {
  border-right: none; }

.table > thead > tr > th {
  border-bottom: 1px solid #e6e7e8;
  vertical-align: middle;
  height: 50px;
  padding: 8px; }

.fixed-table-pagination .pagination {
  margin-top: 10px;
  margin-bottom: 0px; }

.fixed-table-pagination .pagination-detail {
  margin-top: 20px; }

p.back-link {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase; }

.login-panel .btn {
  display: block;
  width: 100%; }
.login-panel .btn-lg {
  font-size: 15px;
  height: 44px; }

.error-page h1 {
  font-size: 72px; }
.error-page h3 {
  color: #7c7c7c; }
.error-page p {
  margin: 30px 0; }
.error-page .btn-lg {
  font-size: 15px;
  height: 44px; }

.search-result-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .search-result-item .search-result-title {
    margin-top: 0;
    margin-bottom: 0; }
  .search-result-item .search-result-image {
    margin-bottom: 10px; }

.chart-purple {
  filter: hue-rotate(60deg) saturate(40%); }

/*Font Awesome List*/
ul.font-awesome-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.font-awesome-list li {
    border: 1px solid #f7f7f7;
    float: left;
    width: 20%;
    height: auto;
    text-align: center; }
    ul.font-awesome-list li i {
      display: block;
      font-size: 32px;
      margin: 20px auto; }
    ul.font-awesome-list li span.icon-name, ul.font-awesome-list li .glyphicon-class {
      color: #045892;
      font-size: 13px;
      font-weight: bold; }
    ul.font-awesome-list li span.icon-value {
      display: block;
      color: #7c7c7c;
      font-size: 12px;
      margin-bottom: 15px; }

/*Theme Switcher*/
.theme-switcher {
  list-style: none;
  padding: 20px 10px 20px 0; }
  .theme-switcher li {
    float: left;
    text-transform: uppercase;
    color: #fff; }
    .theme-switcher li span {
      margin-right: 10px; }
    .theme-switcher li a.theme-btn {
      color: #fff;
      background: none;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 2px;
      text-indent: -4999px;
      border-radius: 499px;
      border: 2px solid #fff;
      border: 2px solid rgba(255, 255, 255, 0.5);
      opacity: .8; }
    .theme-switcher li a.theme-btn:hover {
      border: 2px solid #fff;
      border: 2px solid rgba(255, 255, 255, 0.75);
      opacity: 1; }
    .theme-switcher li a.theme-btn-default {
      background: #045892; }
    .theme-switcher li a.theme-btn-iris {
      background: #956bc0; }
    .theme-switcher li a.theme-btn-midnight {
      background: #3a75fb; }
    .theme-switcher li a.theme-btn-lime {
      background: #9ad251; }
    .theme-switcher li a.theme-btn-rose {
      background: #f43c68; }
    
    .title-heading {
        font-size: 20px !important;
    }
    


@media (max-width: 768px) {
  .theme-switcher {
    display: none; } 

  .addmobilepaddingtop10 {
        padding-top:10px !important;
    }
    
    .title-heading {
        font-size: 16px;
    }
    
    .fixmobilemargin {
        margin-left: -25px !important;
    }
}

.fixmobilemargin {
    margin-left: 0px;
}

@media (max-width: 450px) {
    .panel-mobile-extend {
        height:100px !important;
    }
    
    .title-heading {
        font-size: 16px !important;
;    }
    
    .addmobilepaddingtop10 {
        padding-top:10px !important;
    }
}

@media (max-width: 380px) {
    .panel-mobile-extend {
        height:100px !important;
    }
    
    .title-heading {
        font-size: 16px !important;
;    }
    
    .addmobilepaddingtop10 {
        padding-top:10px !important;
    }
    
    .hidesmall {
        display: none !important;
    }
}

.CalendarTaskOpen {
    width: 100%; 
    padding:5px; 
    background-color:red; 
    color:#fff; 
    font-weight:bold; 
    margin:10px 10px 10px 0px;
}

.TaskCalendar {
    text-decoration: none;
}

.TaskCalendar:hover {
    text-decoration: none;
    color:#fff;
}

a.disable-decoration:hover {
  text-decoration: unset;
}
.update-duration-panel {
  margin-left: 20px;
  margin-top: 5px;
}
#update-duration-form,
#update-location-form,
#update-category-form,
#update-sub-workers-form  {
  display: none;
}
.pagination-float-right {
  float: right;
}
@media (max-width: 768px) {
  #sidebar-collapse{
    position: fixed;
    width: 100%;
    z-index: 99999999;
  } 
  .x-menu{
    display:none;
    color: #FFF;
    font-size: 20px;
    margin-top: -5px;
  }
}

.text-area-sm {
  max-width: 30%;
  min-width: 30%;
}
.text-area-md {
  max-width: 50%;
  min-width: 50%;
}
.text-area-lg {
  max-width: 100%;
  min-width: 100%;
}
.text-area-lg, .text-area-md, .text-area-sm {
  min-height: 200px;
  max-height: 200px;
}
@media (max-width: 1200px) {
  .text-area-md, .text-area-sm {
    max-width: 100%;
    min-width: 100%;
  }
}

/* Loading spinner
====================================== */
#loading-spinner-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(215, 215, 215, 0.3)
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #3a75fb;
  color: #3a75fb;
  box-shadow: 9999px 0 0 -5px #3a75fb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #3a75fb;
  color: #3a75fb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #3a75fb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #3a75fb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #3a75fb;
  }
  30% {
    box-shadow: 9984px 0 0 2px #3a75fb;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #3a75fb;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #3a75fb;
  }
  30% {
    box-shadow: 9999px 0 0 2px #3a75fb;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #3a75fb;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #3a75fb;
  }
  30% {
    box-shadow: 10014px 0 0 2px #3a75fb;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #3a75fb;
  }
}

.form-flex {
  display: flex;
}
.form-flex .form-group{
  width: 50%;
}

.submit-filter-btn {
  width: 140px;
  margin-top: 1rem;
  margin-left: 1rem;
  background: transparent;
}
.submit-filter-btn span{
  transform: rotate(90deg);
}

/* Small loading spinner */
.loader-sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: block;
  animation: rotate 1s linear infinite
}
.loader-sm::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #045892;
  animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/*Calendar component
====================================== */

.main-calendar-container{
  overflow: auto;
  padding: 10px;
}

.calendar-component {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  transition: 0.2s;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.calendar-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 0 !important;
}

.calendar-component .calendar-container .grid-cell {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  overflow: hidden;
}

.calendar-component .calendar-header > div > div {
  padding-bottom: 10px !important;
  height: auto !important;
}
.calendar-component .calendar-header{
  max-height: 6rem !important;
  background-color: #f6f6f6 !important;
}

.calendar-component .grid-cell {
  display: inline-block;
  min-height: 1px;
  padding: 0;
  position: relative;
  width: 14.28% !important;
  position: relative;
}

.calendar-component .calendar-header div div{
  padding: 10% 0 !important;
}

.calendar-component .calendar-container .current-date {
  border: 1px solid #045892;
}

.current-date-lg {
  border: 1px solid #045892 !important;
  position: relative;
  overflow: hidden;
}

.current-date-box {
  background: #045892 !important;
  position: absolute;
  transform: rotate(45deg);
  height: 30px;
  width: 30px;
  top: -15px;
  left: -15px;
}

.lightGrey-date-border {
  border: 1px solid #ddd;
  margin: 20px;
}

.calendar-component .grid-cell div {
  display: flex;
  width: 100%;
}
.calendar-component .calendar-header div {
  justify-content: center !important;
  align-items: center !important;
}


.calendar-component .calendar-container .grid-cell div div {
  height: 15rem;
  padding: 0px 8px 30% 10px;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.active-project-box {
  background: red !important;
  position: absolute !important;
  height: 20px !important;
  overflow: initial !important;
  width: 22px !important;
  padding: unset !important;
  border-top-right-radius: 10px;
  bottom: 0px;
  left: 0px;
}
.active-project-label{
  color: white !important;
  z-index: 1;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.calendar-component .calendar-container .grid-cell div div .day-number-label{
  height: 18px;
  width: auto;
  text-align: center;
  margin-right: -4px;
  color: #000;
}

.calendar-component .actveProjects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto !important;
  padding: unset !important;
  margin-top: 5px;
}
.calendar-component .actveProjects .responsive-project-box {
  width: 100% !important;
  height: 10px !important; 
  margin-top: 10px !important;
  border-radius: 3px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 6px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start !important;
}
.calendar-component .actveProjects .responsive-project-box span {
  color: white;
  font-size: 12px;
}

.calendar-component .actveProjects .redBg {
  background-color: rgb(204, 31, 31);
}

.calendar-component .actveProjects .yellowBg {
  background-color: #ffb53e
}

.calendar-component .actveProjects .greenBg {
  background-color: green;
}

.calendar-component .totalDurationValue {
  padding: unset !important;
  justify-content: center !important;
  width: 100%;
  align-items: center !important;
}
.calendar-component .totalDurationValue span {
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s;
  z-index: 1;
}
.calendar-component .green-text {
  color: green !important;
}
.calendar-component .red-text {
  color: red !important;
}
.calendar-component .black-text {
  color: #000 !important;
}

@media (max-width: 550px ) {
  .calendar-component .calendar-container .grid-cell div div {
    height: 8rem;
    padding: 0px 0px 30% 2px;
  }
  .calendar-component .actveProjects .responsive-project-box {
    height: 8px !important; 
    margin-top: 5px !important;
  }
  .active-project-box {
    height: 18px !important;
    width: 20px !important;
  }
  .active-project-label{
    font-size: 10px;
  }
  .calendar-component .calendar-container .grid-cell div div .day-number-label{
    margin-right: 5px;
  }
}
@media (max-width: 430px ) {
  .calendar-component {
    margin: 0 -15px !important;
  }
}
@media (max-width: 400px ) {
  .calendar-component .calendar-container .grid-cell div div .day-number-label,
  .calendar-component .calendar-container .grid-cell div div .red-date-label,
  .calendar-component .totalDurationValue span {
    font-size: 12px;
  }
}


/* Desktop calendar 
======================================  */

.desktop-calendar {
  min-width: 1400px !important;
  max-width: unset !important; ;
  margin: 2rem !important;
  box-shadow: unset !important;
}

.desktop-calendar [tooltip]:hover::before{
 left: 50% !important;
}
#admin-calendar [tooltip]:hover::after {
  left: 110% !important;
}
#user-calendar [tooltip]:hover::after {
  left: 240% !important;
}

.desktop-calendar .grid-cell {
  position: relative;
  height: 20rem;
  overflow: inherit !important;
}

.desktop-calendar .grid-cell div,
.desktop-calendar .grid-cell div div{
  height: 100% !important;
}

.desktop-calendar .calendar-container .grid-cell div div .day-number-label{
  font-weight: 500 !important;
}

.desktop-calendar-heading {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-end;
  align-items: flex-start !important;
  padding: 3px 6px 0px 8px !important;
}
.desktop-calendar .no-tasks-container {
  align-items: center !important;
  padding: 15px !important;
  margin-top: 2rem !important;
}

.desktop-calendar .day-duration-label{
  position:absolute;
  top:2px;
  left:15px;
  padding:5px;
  margin-left:-20px;
  margin-top:-5px;
  border-bottom-right-radius:5px;
  background:transparent;
}

.desktop-calendar .calendar-header span{
  font-weight: 500;
}

.desktop-calendar .calendar-addBtn{
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
  height: 22px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 13px; 
  font-weight: bold; 
  background-color:#045892;
  color:#fff; 
  border-top-right-radius: 5px;
  transition: 0.2s;
}
.desktop-calendar .calendar-addBtn:hover{
  background-color:#1d689e;
}
.desktop-calendar .input-group {
  width: 100% !important;
  flex-direction: row !important;
  padding: 2px !important;
  height: 10px !important;
  justify-content: center;
  align-items: center;
}

.desktop-calendar .input-group div{
  justify-content: center;
}

.desktop-calendar .tasks-list {
  overflow: auto;
}

.main-calendar-container::-webkit-scrollbar,
.desktop-calendar .tasks-list::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
  height: 4px;
}

.main-calendar-container::-webkit-scrollbar-track,
.desktop-calendar .tasks-list::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

.main-calendar-container::-webkit-scrollbar-thumb,
.desktop-calendar .tasks-list::-webkit-scrollbar-thumb {
  background-color: rgb(172, 172, 172);    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}
.main-calendar-container::-webkit-scrollbar-thumb:hover,
.desktop-calendar .tasks-list::-webkit-scrollbar-thumb:hover {
  background-color: rgb(207, 207, 207);    /* color of the scroll thumb */
}


.desktop-calendar .input-group {
  transition: 0.2s;
}
.desktop-calendar .input-group:hover {
  opacity: 0.8;
}

.desktop-calendar .tasks-list,
.desktop-calendar .input-group div{
  padding: 5px 2px !important;
}


/* Mobile calendar component Modal
====================================== */
.dateDetailsModal .modal-dialog {
  margin-top: 20rem !important;
  max-height: 500px !important;
}

.dateDetailsModal .modal-body{
  max-height: 30rem;
  overflow: auto;
}

.dateDetailsModal .panel-default div {
  text-transform: uppercase; 
  font-size: 15px; 
  font-weight: bold;
}

.dateDetailsModal .add-btn {
  margin-bottom: 6px !important;
  background: #045892;
  color: #fff;
}

.dateDetailsModal .modal-footer button {
  margin-right: 1rem !important;
}

.dateDetailsModal .panel-default div .totalDuration {
  float:right;
  padding:5px;
  margin-top:-5px;
  border-radius:5px;
}

.dateDetailsModal .panel-default .black-bg {
  background:#ddd;
  color:#000;
  border:1px solid #ddd;
}
.dateDetailsModal .panel-default .red-bg {
  background:red;
  color:#fff;
  border:1px solid red;
}
.dateDetailsModal .panel-default .green-bg {
  background:green;
  color:#fff;
  border:1px solid green;
}

.ellipsis-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* TASK PROPERTIES CUSTOM HEADER */

.flex-heading {
  display: flex !important;
  justify-content: space-between;
}
@media(max-width: 700px) {
  .flex-heading {
      flex-direction: column;
  }
}

/* RESPONSIVE TABLE */

.res-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.res-table tr {
  padding: .35em;
}

.res-table th,
.res-table td {
  padding: .625em;
  text-align: left;
  word-break: break-all;
}

.res-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .panel-heading {
    font-size: 14px;
    }

    .res-table {
    border: 0;
    }

    .res-table caption {
    font-size: 1.3em;
    }

    .res-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }

    .res-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    }

    .res-table td {
    display: block;
    font-size: .8em;
    text-align: left;
    }

    .res-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    }

    .res-table td:last-child {
    border-bottom: 0;
    }
  }

  /* SETTINGS CARD */

 .settings-card {
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    border: #045892 2px solid;
    color: #045892;
    border-radius: 10px;
    transition: 0.2s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25rem;
    width: 28rem;
    margin: 1rem;
 }
 .settings-card em{
    font-size: 8rem;
  }
 .settings-card span{
  letter-spacing: 2px;
  margin-top: 2rem;
}
@media (max-width: 500px) {
  .settings-card {
    height: 14rem !important;
    width: 100% !important;
    margin: 7px 0px;
  }
  .settings-card em{
    font-size: 5rem;
  }
}

/* CONFIRMAITON MODAL */
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
  max-width: 600px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
    padding: 7px !important;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
    display: flex;
    justify-content: center;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

@media (max-width: 770px) {
    .modal-confirm .modal-content {
        max-width: 100% !important;
    }
    .modal-confirm {
        width: unset !important;
    }
}

.login-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 1200px) {
  .login-bottom {
   flex-direction: column;
  }
}

/* Custom chekcbox toggle */

.custom-toggle {
  position: relative;
}

.custom-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-toggle .onoff {
  color: #fff;
  font-size: 6em;
  text-align: center;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.custom-toggle .slider {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #333;
  transition: 0.4s;
  width: 40px;
  height: 20px;
}

.custom-toggle .slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: #fff;
  transition: 0.4s;
  top: 1px;
  left: 1px;
}

.custom-toggle input:checked + .slider {
  background-color: #045892;
  box-shadow: 0 0 12px #045892;
}

.custom-toggle input:checked + .slider:before {
  transform: translateX(20px);
}

.custom-toggle .slider.round {
  border-radius: 20px;
}
.custom-toggle .slider.round::before {
  border-radius: 20px;
}