#sidePanel {
  overflow-x: hidden;
  overflow-y: auto;
  width: 0px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #061437;
  -webkit-transition: width ease 0.3s, min-width ease 0.3s;
  transition: width ease 0.3s, min-width ease 0.3s;
}
#sidePanel.sp-open {
  width: 250px;
}
#sidePanel.sp-close {
  width: 0px;
}
.sideBarGroup {
  color: #8898aa;
  padding-left: 0.5rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 300;
}
#mainPanel {
  overflow-y: auto;
  margin-left: 0px;
  height: 100vh;
  width: 100%;
  background-color: #f8f9fe;
  position: relative;
  top: 0;
  -webkit-transition: margin ease 0.3s;
  transition: margin ease 0.3s;
}
#mainPanel.mp-close {
  margin-left: 0px;
}
#mainPanel.mp-open {
  margin-left: 0px;
}
@media (min-width: 992px) {
  #sidePanel {
    overflow-x: hidden;
    overflow-y: auto;
    width: 72px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #061437;
    -webkit-transition: width ease 0.3s, min-width ease 0.3s;
    transition: width ease 0.3s, min-width ease 0.3s;
  }
  #sidePanel.sp-open {
    width: 250px;
  }
  #sidePanel.sp-close {
    width: 72px;
  }
  #sidePanel.sp-close:hover {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #mainPanel {
    overflow-y: auto;
    margin-left: 72px;
    height: 100vh;
    width: 100%;
    background-color: #f8f9fe;
    position: relative;
    top: 0;
    -webkit-transition: margin ease 0.3s;
    transition: margin ease 0.3s;
  }
  #mainPanel.mp-close {
    margin-left: 72px;
  }
  #mainPanel.mp-open {
    margin-left: 250px;
  }
}
@media (min-width: 1200px) {
  #sidePanel {
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #061437;
    -webkit-transition: width ease 0.3s, min-width ease 0.3s;
    transition: width ease 0.3s, min-width ease 0.3s;
  }
  #sidePanel.sp-open {
    width: 250px;
  }
  #sidePanel.sp-close {
    width: 72px;
  }
  #sidePanel.sp-close:hover {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  #mainPanel {
    overflow-y: auto;
    margin-left: 250px;
    height: 100vh;
    width: 100%;
    background-color: #f8f9fe;
    position: relative;
    top: 0;
    -webkit-transition: margin ease 0.3s;
    transition: margin ease 0.3s;
  }
  #mainPanel.mp-close {
    margin-left: 72px;
  }
  #mainPanel.mp-open {
    margin-left: 250px;
  }
}
#subSidePanel {
  overflow-x: hidden;
  overflow-y: auto;
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #061437;
  -webkit-transition: width ease 0.3s, min-width ease 0.3s;
  transition: width ease 0.3s, min-width ease 0.3s;
}
#subSidePanel.sp-open {
  width: 250px;
}
#subSidePanel.sp-close {
  width: 72px;
}
#subSidePanel.sp-close:hover {
  width: 250px;
}
#subMainPanel {
  overflow-y: auto;
  margin-left: 250px;
  height: 100vh;
  width: 100%;
  background-color: #f8f9fe;
  position: relative;
  top: 0;
  -webkit-transition: margin ease 0.3s;
  transition: margin ease 0.3s;
}
#subMainPanel.mp-close {
  margin-left: 72px;
}
#subMainPanel.mp-open {
  margin-left: 250px;
}
#siteLogo {
  min-height: 72px;
  max-height: 72px;
  vertical-align: middle;
  margin-left: 21px;
}
#siteLogo #icon {
  z-index: 2;
  position: absolute;
}
#siteLogo #logo {
  z-index: 1;
  -webkit-transition: opacity ease 0.15s;
  transition: opacity ease 0.15s;
}
#header {
  background-color: white;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header {
  min-height: 72px;
  max-height: 72px;
  vertical-align: middle;
}
.header-main {
  min-height: 72px;
  max-height: 72px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#navMenu {
  margin-top: 2px;
  vertical-align: middle;
}
#navMenu .nav-item {
  min-height: 46px;
  max-height: 46px;
  line-height: 46px;
  width: 100% !important;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  white-space: nowrap;
  margin: 0px 8px;
  padding: 0px 16px 0px 8px;
}
#navMenu .nav-item:hover,
#navMenu .nav-item:focus,
#navMenu .nav-item:active {
  color: white;
  background-color: #1AA9E6;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
#navMenu .nav-item:focus {
  color: #ffffff;
}
#navMenu .nav-sub-link {
  min-height: 46px;
  max-height: 46px;
  line-height: 46px;
  display: block;
  width: 100% !important;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 8px;
  padding: 0px 0px 0px 56px;
}
#navMenu .nav-sub-link:hover,
#navMenu .nav-sub-link:focus,
#navMenu .nav-sub-link:active {
  cursor: pointer;
  color: #ffffff;
}
.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 46px;
  width: 40px;
  margin-right: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.caret {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.rotate-blue {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  color: #1AA9E6;
}
.rotate-gray {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.btn:hover {
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.card {
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
          box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  margin-bottom: 30px;
}
.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.btn.btn-round {
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.btn.btn-sm.btn-tag,
.btn.btn-tag {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  border-radius: 50px;
}
.btn.btn-sm.btn-shift {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  border-radius: 50px;
  cursor: default;
}
.no-click:hover {
  cursor: default !important;
}
.btn.btn-action-round {
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-action-round:hover {
  background-color: #f6f9fc;
  color: #32445D;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.btn.btn-action-round-alt {
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-action-round-alt:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.btn-group .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group .btn:hover {
  -webkit-transform: none;
          transform: none;
}
.btn-selected {
  background-color: #f6f9fc;
  color: #32445D;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.fa-125 {
  font-size: 1.25em;
}
.fa-110 {
  font-size: 1.1em;
}
.btn.btn-primary:hover {
  background-color: #1AA9E6;
  border-color: #1AA9E6;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #1798cf !important;
  border-color: #1798cf !important;
}
.btn.btn-warning:hover {
  background-color: #fb6340;
  border-color: #fb6340;
}
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #e2593a !important;
  border-color: #e2593a !important;
}
.btn.btn-danger:hover {
  background-color: #f5365c;
  border-color: #f5365c;
}
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #dd3153 !important;
  border-color: #dd3153 !important;
}
.btn.btn-success:hover {
  background-color: #2dce89;
  border-color: #2dce89;
}
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #29b97b !important;
  border-color: #29b97b !important;
}
.btn.btn-info {
  color: #212529;
}
.btn.btn-info:hover {
  background-color: #1AE5DF;
  border-color: #1AE5DF;
}
.btn.btn-info:focus,
.btn.btn-info:active {
  color: #212529 !important;
  background-color: #17cec9 !important;
  border-color: #17cec9 !important;
}
.btn.btn-light {
  color: #212529;
}
.btn.btn-light:hover {
  background-color: white;
  border-color: white;
}
.btn.btn-light:focus,
.btn.btn-light:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn.btn-secondary {
  color: #212529;
}
.btn.btn-secondary:hover {
  background-color: #F4F6F7;
  border-color: #F4F6F7;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #e8eaeb !important;
  border-color: #e8eaeb !important;
}
.btn.btn-dark:hover {
  background-color: #061437;
  border-color: #061437;
}
.btn.btn-dark:focus,
.btn.btn-dark:active {
  background-color: #05112f !important;
  border-color: #05112f !important;
}
.help-box {
  width: 300px;
  height: 46px;
  background-color: #f8f9fe;
  border-radius: 23px;
}
.help-box:focus-within {
  background-color: white;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s;
}
#inputSearchBar,
.no-border {
  border: none;
  background-color: inherit;
}
#inputSearchBar:focus,
.no-border:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#topNavUtilities .nav .nav-link {
  color: #243442;
  -webkit-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
#topNavUtilities .nav .nav-link:hover,
#topNavUtilities .nav .nav-link:focus,
#topNavUtilities .nav .nav-link:active {
  outline: none;
  -webkit-transition: color ease 0.15s;
  transition: color ease 0.15s;
  cursor: pointer;
}
#navBreadcrumb a {
  color: rgba(255, 255, 255, 0.95);
}
#navBreadcrumb a i {
  cursor: pointer;
}
#navBreadcrumb a:hover,
#navBreadcrumb a:focus,
#navBreadcrumb a:active {
  color: rgba(255, 255, 255, 0.65);
}
.form-group label {
  font-size: 0.875rem;
  font-weight: 600;
}
.table thead th {
  font-size: 0.65rem;
  font-weight: 600;
  border-bottom: 1px;
}
table tbody tr td {
  font-size: 0.8125rem;
}
table tbody tr th {
  font-size: 0.8125rem;
  font-weight: 600;
}
.card .table td,
.card .table th,
.modal-body .table td,
.modal-body .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#ar_treeView i.fas.fa-caret-down,
.tree-icon {
  padding: 12px;
  cursor: pointer;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
#ar_treeView i.fas.fa-caret-down:hover,
.tree-icon:hover {
  color: #32445D;
}
#ar_treeView .tier-1 p:hover,
.tier-1 p:hover {
  color: #32445D;
  cursor: pointer;
  -webkit-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
#ar_treeView .tier-1:hover,
.tier-1:hover,
#ar_treeView .tier-1:focus,
.tier-1:focus,
#ar_treeView .tier-1:active,
.tier-1:active {
  background-color: #f6f9fc;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s;
}
#ar_treeView .tier-2,
.tier-2 {
  margin-left: 25px;
}
#ar_treeView .tier-2 p:hover,
.tier-2 p:hover {
  color: #212529;
  cursor: pointer;
  -webkit-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
#ar_treeView .tier-2:hover,
.tier-2:hover,
#ar_treeView .tier-2:focus,
.tier-2:focus,
#ar_treeView .tier-2:active,
.tier-2:active {
  background-color: #f6f9fc;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s;
}
#ar_treeView .tier-3,
.tier-3 {
  margin-left: 75px;
}
#ar_treeView .tier-3 p:hover,
.tier-3 p:hover {
  color: #212529;
  cursor: pointer;
  -webkit-transition: color ease 0.15s;
  transition: color ease 0.15s;
}
#ar_treeView .tier-3:hover,
.tier-3:hover,
#ar_treeView .tier-3:focus,
.tier-3:focus,
#ar_treeView .tier-3:active,
.tier-3:active {
  background-color: #f6f9fc;
  border: none;
  border-radius: 3px;
  -webkit-transition: background-color ease 0.15s;
  transition: background-color ease 0.15s;
}
.custom-checkbox label {
  font-weight: 400;
}
.inactive {
  color: #adb5bd !important;
}
.cell-hover:hover,
.cell-hover:focus {
  cursor: pointer;
  color: #212529 !important;
}
.cell-hover-activites:hover,
.cell-hover-activites:focus {
  cursor: pointer;
  font-weight: bold;
}
.hover-pointer:hover {
  cursor: pointer;
}
.hover-default:hover {
  cursor: default;
}
.form-control:valid,
.form-control.is-valid {
  padding-right: 0.75rem;
}
#fm_updateDepartment p {
  overflow: hidden;
  white-space: nowrap;
}
.input-group-special {
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
          box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  background-color: white;
}
.input-group-special:focus-within {
  border: 1px solid #1AA9E6;
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
          box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.input-group-special .form-control,
.input-group-special .input-group-append,
.input-group-special .input-group-text {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.input-group-special .form-control:focus,
.input-group-special .input-group-append:focus,
.input-group-special .input-group-text:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: white;
}
.input-group-special .form-control:active,
.input-group-special .input-group-append:active,
.input-group-special .input-group-text:active {
  border: none;
}
.input-group-special .input-group-append:hover {
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.h-btn {
  height: 38px;
}
.height-l {
  height: 800px;
  overflow-y: auto;
}
.height-m {
  height: 600px;
  overflow-y: auto;
}
.gradient-blue {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1AA9E6), to(#19C9E4));
  background-image: linear-gradient(0deg, #1AA9E6, #19C9E4);
}
.gradient-teal {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#19C9E4), to(#1AE5DF));
  background-image: linear-gradient(0deg, #19C9E4, #1AE5DF);
}
.gradient-full {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1AA9E6), to(#1AE5DF));
  background-image: linear-gradient(0deg, #1AA9E6, #1AE5DF);
}
#mainLockLayout {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1AA9E6), to(#19C9E4));
  background-image: linear-gradient(0deg, #1AA9E6, #19C9E4);
  overflow: auto;
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: margin ease 0.3s;
  transition: margin ease 0.3s;
}
.dropdown-item {
  cursor: pointer;
}
.trans-s {
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
table.table tbody tr td,
table.table thead tr th {
  vertical-align: middle;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-left: none;
  border-top: none;
  border-right: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  background-color: initial;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #1AA9E6;
}
.image-box {
  position: relative;
  width: 100%;
}
.image-box .img {
  width: 100%;
  height: auto;
}
.image-box .btn {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.h-scroll {
  overflow-x: auto;
}
table.table thead .sorting:before,
table.table thead .sorting:after,
table.table thead .sorting_asc:before,
table.table thead .sorting_asc:after,
table.table thead .sorting_desc:before,
table.table thead .sorting_desc:after,
table.table thead .sorting_asc_disabled:before,
table.table thead .sorting_asc_disabled:after,
table.table thead .sorting_desc_disabled:before,
table.table thead .sorting_desc_disabled:after {
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.5;
}
.dropdown-menu {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.h-600 {
  max-height: 600px;
}
.h-400 {
  max-height: 400px;
}
.h-300 {
  max-height: 300px;
}
.h-800 {
  max-height: 800px;
}
.fh-m {
  min-height: 500px;
  max-height: 500px;
}
.fh-l {
  min-height: 600px;
  max-height: 600px;
}
.fh-s {
  min-height: 400px;
  max-height: 400px;
}
.fw-xs {
  min-width: 150px !important;
  max-width: 150px !important;
}
.card-scroll {
  overflow: auto;
}
.fh-xl {
  min-height: 900px;
  max-height: 900px;
}
#container {
  visibility: hidden;
}
#loader {
  color: #008cff;
  font-family: 'Open Sans';
  font-size: 14px;
  height: 40px;
  left: 45%;
  position: absolute;
  top: 45%;
  width: 30%;
}
.wrap {
  width: 300px;
  text-align: left;
}
#gradient-brand-1 stop {
  stop-color: #1AA9E6;
}
#gradient-brand-1 stop[offset="0"] {
  stop-color: #1AA9E6;
  stop-opacity: 0.6;
}
#gradient-brand-1 stop[offset="1"] {
  stop-color: #1AA9E6;
  stop-opacity: 0.1;
}
#gradient-brand-3 stop {
  stop-color: #83c8f2;
}
#gradient-brand-3 stop[offset="0"] {
  stop-color: #83c8f2;
  stop-opacity: 0.6;
}
#gradient-brand-3 stop[offset="1"] {
  stop-color: #83c8f2;
  stop-opacity: 0.1;
}
#gradient-1 stop {
  stop-color: #061437;
}
#gradient-1 stop[offset="0"] {
  stop-color: #061437;
  stop-opacity: 0.6;
}
#gradient-1 stop[offset="1"] {
  stop-color: #061437;
  stop-opacity: 0.1;
}
#gradient-3 stop {
  stop-color: #67255e;
}
#gradient-3 stop[offset="0"] {
  stop-color: #67255e;
  stop-opacity: 0.6;
}
#gradient-3 stop[offset="1"] {
  stop-color: #67255e;
  stop-opacity: 0.1;
}
#gradient-5 stop {
  stop-color: #c4395b;
}
#gradient-5 stop[offset="0"] {
  stop-color: #c4395b;
  stop-opacity: 0.6;
}
#gradient-5 stop[offset="1"] {
  stop-color: #c4395b;
  stop-opacity: 0.1;
}
#gradient-4 stop {
  stop-color: #982a62;
}
#gradient-4 stop[offset="0"] {
  stop-color: #982a62;
  stop-opacity: 0.6;
}
#gradient-4 stop[offset="1"] {
  stop-color: #982a62;
  stop-opacity: 0.1;
}
#gradient-7 stop {
  stop-color: #fa7a32;
}
#gradient-7 stop[offset="0"] {
  stop-color: #fa7a32;
  stop-opacity: 0.6;
}
#gradient-7 stop[offset="1"] {
  stop-color: #fa7a32;
  stop-opacity: 0.1;
}
#dataEdit.table td {
  position: relative;
}
#dataEdit.table td input.form-control {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  height: 100% !important;
  width: 100%;
  border-radius: 0 !important;
  border: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#dataEdit.table td input.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1AA9E6;
}
.my-class {
  z-index: 0 !important;
}
#inp_chooseDate,
#edit_chooseDate {
  border: none;
  color: #243442;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
  background-color: white;
}
#inp_chooseDate:focus,
#edit_chooseDate:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  translate: none;
  border: 1px solid #e9ecef;
}
.modal-md {
  max-width: 650px;
}
.on-top {
  z-index: 1150;
}
.btn-divider {
  width: 1px;
  height: 38px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #8898aa;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.page-item .page-link,
.page-item span {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-select {
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
          box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.custom-select:focus {
  color: #8898aa;
  background-color: #fff;
  border-color: #1AA9E6;
  outline: 0;
  -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
          box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}
.outside-border {
  border: 1px solid #e9ecef;
}
.sort-handle {
  cursor: move;
}
.input-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}
.btn-display {
  background-color: #F4F6F7;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  margin: 0;
  font-family: inherit;
}
.btn-display-sm {
  background-color: #F4F6F7;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  margin: 0;
  font-family: inherit;
}
.arrow-right {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 100% 100%, 0% 100%, 14px 50%);
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 100% 100%, 0% 100%, 14px 50%);
}
.arrow-right-last {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(100% - 14px) 100%, 100% 100%, 0% 100%, 14px 50%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(100% - 14px) 100%, 100% 100%, 0% 100%, 14px 50%);
}
.arrow-right-first {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 100% 100%, 0% 100%);
}
.arrow-right:hover,
.arrow-right-first:hover,
.arrow-right-last:hover {
  cursor: pointer;
}
.nav-wizard-item {
  padding: 5px;
  background-color: #e9ecef;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
          box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.nav-wizard-item h1,
.nav-wizard-item h2,
.nav-wizard-item h3,
.nav-wizard-item h4,
.nav-wizard-item h5,
.nav-wizard-item h6 {
  padding: 0.75rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  cursor: default;
  color: inherit;
}
.nav-wizard-item h1:hover,
.nav-wizard-item h2:hover,
.nav-wizard-item h3:hover,
.nav-wizard-item h4:hover,
.nav-wizard-item h5:hover,
.nav-wizard-item h6:hover {
  cursor: pointer;
}
.nav-wizard-item:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  background-color: #1AA9E6;
  color: white;
}
.nav-wizard-done {
  background-color: #83c8f2 !important;
  color: white;
}
.nav-wizard-active {
  background-color: #1AA9E6 !important;
  color: white;
}
.nav-wizard-disabled {
  padding: 5px;
  background-color: #e9ecef;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
          box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.nav-wizard-disabled h1,
.nav-wizard-disabled h2,
.nav-wizard-disabled h3,
.nav-wizard-disabled h4,
.nav-wizard-disabled h5,
.nav-wizard-disabled h6 {
  padding: 0.75rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  cursor: default;
  color: inherit;
}
.nav-wizard-disabled h1:hover,
.nav-wizard-disabled h2:hover,
.nav-wizard-disabled h3:hover,
.nav-wizard-disabled h4:hover,
.nav-wizard-disabled h5:hover,
.nav-wizard-disabled h6:hover {
  cursor: not-allowed;
}
.nav-wizard-disabled:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
  cursor: not-allowed;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
  border: none;
}
input[type=range]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  background: #e9ecef;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  border: 1px solid #1AA9E6;
  height: 24px;
  width: 12px;
  border-radius: 4px;
  background: #1AA9E6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f8f9fa;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  background: #e9ecef;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  border: 1px solid #1AA9E6;
  height: 24px;
  width: 12px;
  border-radius: 4px;
  background: #1AA9E6;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #dadfe4;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
}
input[type=range]::-ms-fill-upper {
  background: #e9ecef;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0.5rem 0 rgba(136, 152, 170, 0.1);
  border: 1px solid #1AA9E6;
  height: 24px;
  width: 12px;
  border-radius: 4px;
  background: #1AA9E6;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e9ecef;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f8f9fa;
}
.btn-switch-group {
  background-color: #F4F6F7;
  border-radius: 0.25rem;
  padding: 3px;
}
.btn-switch-group .btn.btn-switch {
  background-color: #F4F6F7 !important;
  color: #526a80 !important;
}
.btn-switch-group .btn.btn-switch:hover,
.btn-switch-group .btn.btn-switch:focus,
.btn-switch-group .btn.btn-switch:active {
  background-color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-switch-group .btn.btn-switch-active {
  background-color: white !important;
  color: #243442 !important;
}
.btn-switch-group .btn.btn-switch-active::focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
div.btn-switch-group-alt {
  background-color: white;
  border-radius: 0.25rem;
  padding: 3px;
  -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
          box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
div.btn-switch-group-alt button.btn.btn-switch-alt {
  background-color: white;
  color: #526a80 !important;
}
div.btn-switch-group-alt button.btn.btn-switch-alt:hover,
div.btn-switch-group-alt button.btn.btn-switch-alt:focus,
div.btn-switch-group-alt button.btn.btn-switch-alt:active {
  background-color: #1AA9E6 !important;
  color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
div.btn-switch-group-alt button.btn.btn-switch-active-alt {
  background-color: #1AA9E6 !important;
  color: white !important;
}
div.btn-switch-group-alt button.btn.btn-switch-active-alt::focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/* REMOVE ARROWS ON NUMBER INPUT Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* REMOVE ARROWS ON NUMBER INPUT Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
button.fc-today-button.btn.btn-primary,
button.fc-prev-button.btn.btn-primary,
button.fc-next-button.btn.btn-primary,
button.fc-dayGridMonth-button.btn.btn-primary,
button.fc-timeGridWeek-button.btn.btn-primary,
button.fc-timeGridDay-button.btn.btn-primary,
button.fc-listWeek-button.btn.btn-primary {
  color: #212529;
  background-color: #F4F6F7;
  border-color: #F4F6F7;
}
button.fc-today-button.btn.btn-primary.active,
button.fc-prev-button.btn.btn-primary.active,
button.fc-next-button.btn.btn-primary.active,
button.fc-dayGridMonth-button.btn.btn-primary.active,
button.fc-timeGridWeek-button.btn.btn-primary.active,
button.fc-timeGridDay-button.btn.btn-primary.active,
button.fc-listWeek-button.btn.btn-primary.active {
  color: #212529;
  background-color: #F4F6F7;
  border-color: #F4F6F7;
}
button.fc-today-button.btn.btn-primary:active,
button.fc-prev-button.btn.btn-primary:active,
button.fc-next-button.btn.btn-primary:active,
button.fc-dayGridMonth-button.btn.btn-primary:active,
button.fc-timeGridWeek-button.btn.btn-primary:active,
button.fc-timeGridDay-button.btn.btn-primary:active,
button.fc-listWeek-button.btn.btn-primary:active,
button.fc-today-button.btn.btn-primary:focus,
button.fc-prev-button.btn.btn-primary:focus,
button.fc-next-button.btn.btn-primary:focus,
button.fc-dayGridMonth-button.btn.btn-primary:focus,
button.fc-timeGridWeek-button.btn.btn-primary:focus,
button.fc-timeGridDay-button.btn.btn-primary:focus,
button.fc-listWeek-button.btn.btn-primary:focus {
  color: #212529;
  background-color: #e8eaeb !important;
  border-color: #e8eaeb !important;
}
.fc-timegrid-event-harness.fc-timegrid-event-harness-inset {
  cursor: pointer !important;
}
.event-order-shift {
  z-index: 10 !important;
}
.event-order-work {
  z-index: 20 !important;
}
.event-order-break {
  z-index: 30 !important;
}
.event-order-activity {
  z-index: 40 !important;
}
.event-order-absence {
  z-index: 50 !important;
}
.circle {
  background-color: #e9ecef;
  border-radius: 50%;
  height: 36px;
  text-align: center;
  width: 36px;
}
.initials {
  font-size: calc(36px / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(36px / 4);
  /* 25% of parent */
}
.circle-profile {
  background-color: #e9ecef;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
}
.initials-profile {
  font-size: calc(40px / 2);
  /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(40px / 4);
  /* 25% of parent */
}
input::-ms-reveal {
  display: none;
}
.info-icon {
  position: absolute;
}
.loader {
  width: 16px;
  height: 16px;
  position: relative;
  left: -32px;
  border-radius: 50%;
  color: #ced4da;
  background: currentColor;
  -webkit-box-shadow: 32px 0, -32px 0, 64px 0;
          box-shadow: 32px 0, -32px 0, 64px 0;
}
.loader::after {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #1AA9E6;
  -webkit-animation: move 3s linear infinite alternate;
          animation: move 3s linear infinite alternate;
}
@-webkit-keyframes move {
  0%,
  5% {
    left: -32px;
    width: 16px;
  }
  15%,
  20% {
    left: -32px;
    width: 48px;
  }
  30%,
  35% {
    left: 0px;
    width: 16px;
  }
  45%,
  50% {
    left: 0px;
    width: 48px;
  }
  60%,
  65% {
    left: 32px;
    width: 16px;
  }
  75%,
  80% {
    left: 32px;
    width: 48px;
  }
  95%,
  100% {
    left: 64px;
    width: 16px;
  }
}
@keyframes move {
  0%,
  5% {
    left: -32px;
    width: 16px;
  }
  15%,
  20% {
    left: -32px;
    width: 48px;
  }
  30%,
  35% {
    left: 0px;
    width: 16px;
  }
  45%,
  50% {
    left: 0px;
    width: 48px;
  }
  60%,
  65% {
    left: 32px;
    width: 16px;
  }
  75%,
  80% {
    left: 32px;
    width: 48px;
  }
  95%,
  100% {
    left: 64px;
    width: 16px;
  }
}
.dropdown-menu-wide {
  width: auto;
  min-width: 15rem;
}
select option:disabled {
  color: #ced4da;
}
/* Shimmer */
.wrapper {
  width: 0px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}
.buttonSH {
  height: 50px;
  background: #F4F6F7;
  /* margin-top: 20px; */
  border-radius: 0.4rem;
  border: 1px solid transparent;
}
@-webkit-keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
.animateSH {
  -webkit-animation: shimmer 2s infinite linear;
  animation: shimmer 2s infinite linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #e2e2e2), color-stop(36%, #eff1f3));
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
