@font-face {
  font-family: Poppins-SemiBold;
  src: url(/assets/fonts/Poppins-SemiBold.otf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(/assets/fonts/Poppins-Regular.otf);
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -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:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: calc(100% - 75px);
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

/*
 * Skin: Blue
 * ----------
 */
.main-header .sidebar-toggle {
  font-family: 'Font Awesome 5 Duotone';
}

.skin-blue-light .main-header .navbar {
  background-color: #05396b;
}

.skin-blue-light .main-header .navbar .nav>li>a {
  color: #ffffff;
}

.skin-blue-light .main-header .navbar .nav>li>a:hover,
.skin-blue-light .main-header .navbar .nav>li>a:active,
.skin-blue-light .main-header .navbar .nav>li>a:focus,
.skin-blue-light .main-header .navbar .nav .open>a,
.skin-blue-light .main-header .navbar .nav .open>a:hover,
.skin-blue-light .main-header .navbar .nav .open>a:focus,
.skin-blue-light .main-header .navbar .nav>.active>a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}

@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }

  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}

.skin-blue-light .main-header .logo {
  background-color: #05396b;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  height: 54px;
}

.skin-blue-light .main-header li.user-header {
  background-color: #05396b;
}

.skin-blue-light .content-header {
  background: #f9fafc;
  border-bottom: 1px solid #d2d6de;
  padding: 15px 15px 15px 15px;
}

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc;
}

.skin-blue-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}

.skin-blue-light .user-panel>.info,
.skin-blue-light .user-panel>.info>a {
  color: #444444;
}

.skin-blue-light .sidebar-menu>li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}

.skin-blue-light .sidebar-menu>li.header {
  color: #848484;
  background: #f9fafc;
}

.skin-blue-light .sidebar-menu>li>a {
  border-left: 3px solid transparent;
  font-weight: 600;
}

.skin-blue-light .sidebar-menu>li:hover>a,
.skin-blue-light .sidebar-menu>li.active>a {
  background: rgba(92, 219, 148, 0.1);
}

.skin-blue-light .sidebar-menu>li.active {
  border-left-color: #05396b;
}

.skin-blue-light .sidebar-menu>li.active>a {
  font-weight: 600;
}

.skin-blue-light .sidebar-menu>li>.treeview-menu {
  background: #f4f4f5;
}

.skin-blue-light .sidebar a {
  color: #444444;
}

.skin-blue-light .sidebar a:hover {
  text-decoration: none;
}

.skin-blue-light .sidebar-menu .treeview-menu>li>a {
  color: #777777;
}

.skin-blue-light .sidebar-menu .treeview-menu>li.active>a,
.skin-blue-light .sidebar-menu .treeview-menu>li>a:hover {
  color: #000000;
}

.skin-blue-light .sidebar-menu .treeview-menu>li.active>a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}

.skin-blue-light .main-footer {
  border-top-color: #d2d6de;
}

.skin-blue.layout-top-nav .main-header>.logo {
  background-color: #05396b;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

/** Custom here ***/
.separator {
  border-top: 1px solid #eee;
}

.clinera-logo.invert {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  font-family: Poppins-SemiBold;
}

.logo-mini {
  font-size: 1.5em !important;
}

.bg-clinera-green {
  background: #5cdb94;
}

.btn-clinera-green,
.btn-clinera-green:hover,
.btn-clinera-green:active,
.btn-clinera-green:visited {
  background: #5cdb94;
  border: none;
  font-family: Poppins-SemiBold;
  color: white;
}

.btn-info-clinera,
.btn-info-clinera:hover {
  font-family: Poppins-SemiBold;
  background-color: #00c0ef;
  border: none;
  color: white;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background: #5cdb94;
  border: none;
  font-family: Poppins-SemiBold;
  color: white;
}

.btn-primary-1,
.btn-primary-1:focus,
.btn-primary-1:active,
.btn-primary-1:visited {
  background: #05396b;
  border: none;
  font-family: Poppins-SemiBold;
  color: white;
}

.btn-primary-1:hover {
  background: #04305a;
  color: white;
}

.btn-outlined {
  background-color: #fff;
  border: 1px solid gray;
}

.btn-outlined.selected {
  background-color: #fff;
  border: 1px solid #2ecc71;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion,
.sidebar-menu>li>a>.fad,
.sidebar-menu>li>a>.fal,
.sidebar-menu>li>a>.fas {
  color: #05396b;
  font-size: 2em;
  width: 40px;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion,
.sidebar-menu>li>a>.fad,
.sidebar-menu>li>a>.fal,
.sidebar-menu>li>a>.fas .skin-blue-light .sidebar a {
  color: #05396b;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>i {
    margin-right: 0;
    font-size: 1.5em;
  }
}

.small-box.bg-clinera {
  background-color: #5cdb94 !important;
}

.bg-clinera-green {
  background-color: #5cdb94 !important;
}

.text-clinera-green {
  color: #5cdb94 !important;
}

.text-dark-gray {
  color: gray;
}

.row .table {
  padding: 28px 0;
}

.text-center h1,
.text-center h1 a {
  color: #05396b;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb {
  border-bottom: 1px solid lightgray;
  background-color: #fff;
  margin-bottom: 0;
}

.steps-indicator li.done a:before {
  background-color: #2ecc71 !important;
}

.timer {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.table-empty-row {
  text-align: center;
  font-weight: bold;
  background-color: #f4f4f4;
}

.table-row-warning {
  background-color: #fcf8e3 !important;
}

.form-control.single-input {
  text-align: center;
  margin-left: 10px;
  width: 50px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 30px;
  width: 35px;
}

.right-button {
  float: right;
  margin: 0.25% 8% 0% 5%;
  transform: translateY(-5%);
}

.center {
  text-align: center;
}

.table-button {
  margin: auto;
}

.box-head {
  color: #444;
  display: block;
  padding-left: 10px !important;
  position: relative;
}

.clr {
  float: clear;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/** Throbber */

.throbber-content.success {
  background-color: #51a351;
}

.throbber-content.error {
  background-color: #bd362f;
}

.throbber-content.info {
  background-color: #2f96b4;
}

.throbber-content.warning {
  background-color: #f89406;
}

.cg-busy-default-wrapper {
  text-align: center;
}

.throbber-content {
  display: inline-block;
  position: relative;
  z-index: 1002;
  padding-bottom: 6px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  /*background-color:#e9eeee;
	border:1px solid #dddddd;*/
  border-top-width: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.throbber-content-text {
  margin: 13px 12px 6px 15px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  max-width: 400px;
}

.light-border {
  border-width: 1px !important;
}

.no-pointer {
  cursor: default !important;
}

li a.just-line {
  display: none;
}

a.just-line+ul {
  padding-top: 74px;
}

a.just-line+ul:before {
  height: 74px;
}

.clear-button {
  font-size: 20px;
  color: #8b0000;
}

@media only screen and (max-width: 768px) {
  .vertical-center {
    margin-top: 0px !important;
  }
}

.img-wrap {
  position: relative;
  float: left;
}

.img-wrap button {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
}

.image-center {
  display: block;
  margin: 0 auto;
}

.rtl {
  direction: rtl;
}

.response-button {
  width: 160px;
  height: 70px;
}

.btn-gray {
  background-color: lightgray;
}

.btn-default-res {
  border: 1px solid lightgray;
}

.error-text {
  color: #dd4b39 !important;
}

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

.success-text-bold {
  color: #3c763d !important;
  font-weight: bold;
}

.form-group.has-success label {
  color: #3c763d !important;
}

.form-group .control-label {
  width: 100%;
}

.box.box-success {
  border-top-color: #3c763d !important;
}

.box.box-error {
  border-top-color: #dd4b39 !important;
}

.alert-info-override-theme {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.admin-nav {
  background: 0 !important;
}

/* LOADER START */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Loader END */

.hiddenBlock {
  display: none;
}

.w-100 {
  width: 100%;
}

.w-10 {
  width: 10vw !important;
}

.w-50 {
  width: 50vw !important;
}

.clinera-card {
  padding: 30px;
  margin: 0.7em 0;
  border: 1px solid #e5e6ec;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%);
}

.clinera-progress {
  height: 20px;
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.clinera-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 16px;
  line-height: 20px;

  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
}

@media (max-width: 500px) {
  .flex-grid-thirds {
    display: block !important;
  }

  .flex-grid-thirds .col {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

@media (max-width: 400px) {
  .flex-grid {
    display: block;
  }
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
}

.flex-grid-thirds .col {
  width: 32%;
}

.dashboard-boxes {
  min-height: 440px;
}

@media (max-width: 400px) {
  .dashboard-boxes {
    min-height: auto !important;
  }
}

.fc-event-main {
  overflow: hidden;
}

.gridjs-wrapper {
  border-radius: none !important;
  border-top-width: 0 !important;
  box-shadow: none !important;
}

.gridjs-footer {
  border-radius: none !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
}

.gridjs-table {
  width: 100%;
}

.filepond--credits {
  display: none;
}

#editor-wrapper .tagify--mix {
  min-height: 300px;
}
