body {
  margin: 0px;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #444;
  table-layout: fixed;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.nowrap {
white-space: nowrap;
}
.navbar,
.navbar-landing {
  background-color: #1ca5d3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  margin: 0px;
  border-radius: 0px;
  width: 100% !important;
}
.logo img {
  height: 44px;
}
.menu > a {
  font-size: 15px;
  color: #ffffff;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  font-weight: bold;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #2456c7;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.main {
  display: block;
  background: #f5f5f5;
}
.main-content {
  display: flex;
  min-height: calc(100vh - 50px);
  margin-top: 50px;
}
.content {
  padding: 30px 30px;
  flex: 1;
  width: calc(100% - 240px);
}
.sidebar-menu {
  width: 240px;
  background: #3ba1cd;
  padding: 0px;
}
.sidebar-menu-inner {
  width: 100%;
  height: 100%;
}
.fplogo {
  padding: 0px !important;
  font-size: 0px;
}
.fplogo img {
  width: 100%;
  height: auto;
}
#profilepic {
  margin: 0 auto 10px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: white;
  background-image: url(/assets/img/default_profile.png);
  background-size: 100%;
}
.sidebar-icon img {
  width: 50px;
  height: 50px;
}
.sidebar-icon .fas,
.sidebar-icon .fa-brands {
  font-size: 40px;
  margin-bottom: 10px;
}
ul.main-menu li {
  padding: 20px 0px;
  text-align: center;
  color: #fff;
}
ul.main-menu li.active {
  background-color: #306a8a;
}
.sidebar-menu a {
  color: #fff;
}
.page-header {
  margin-top: 0px;
}
#preloader {
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff88;
  z-index: 9999;
  display: block;
}
#spinner {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: url(/assets/img/spinner.gif) no-repeat;
}
.loading {
  position: relative;
}
.loading::before {
  content: '';
  position: absolute;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.45s linear infinite;
  animation: spin 0.45s linear infinite;
  z-index: 1000;
  top: calc(48% - 20px);
  left: calc(50% - 20px);
}
.loading::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,.25);
  z-index: 999;
}
button.loading::before {
  width: 26px;
  height: 26px;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
}
button.loading {
  color: #8e8e8e;
}
button.loading::after {
  background: #09799e;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
button,
input[type='button'],
input[type='submit'] {
  font-family: 'Inter';
  background: #1ca5d3;
  border: 0px;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0px !important;
  letter-spacing: 0.2px;
  cursor: pointer;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: #09799e;
  border-color: #09799e;
}
button:focus,
input[type='button']:focus,
input[type='submit']:focus {
  outline: none;
}
button[disabled],
button[disabled="true"],
button[disabled="disabled"] {
  cursor: not-allowed;
  background-color: #8e8e8e;
}
button[disabled]:hover,
button[disabled="true"]:hover,
button[disabled="disabled"]:hover {
  background-color: #8e8e8e;
}
.fp-title {
  color: #32a2e0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fp-subtitle {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 28px;
}
.fp-title-2 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
}
:focus {
  outline: none;
}
.form-control {
  box-shadow: none;
  border-radius: 0px;
}
.form-control:focus,
.select2-container--focus.select2-container .select2-selection {
  box-shadow: none;
  border: 1px solid #66afe9;
  border-radius: 0px;
}
.input-group > .form-control,
.fp-field > .form-control {
  border-radius: 0px;
}
.fp-field.inline {
  display: flex;
  align-items: center;
}
.fp-info.inline {
  display: flex;
  align-items: flex-start;
}
.fp-field.inline > label,
.fp-info.inline > label {
  width: 30%;
  min-width: 120px;
  margin-bottom: 0px;
}
.fp-field.inline > .fp-group,
.fp-info.inline > .fp-group {
  display: flex;
  flex: 1;
}
.fp-field.inline > .fp-group .select2-container {
  width: 100% !important;
}
.input-group > .form-control:hover {
  border-color: #1ca5d3;
}
.input-group > .form-control:focus {
  box-shadow: none;
  border-color: #1ca5d3;
}
.modal-backdrop {
  background: rgb(0 0 0 / 75%);
}
button.close {
  text-shadow: none;
}
button.close:hover {
  color: #fff;
}
.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
  border: 1px solid #e0e0e0;
}
button.loading {
  /* justify-content: center;
  align-items: center;
  display: flex; */
  color: transparent !important;
  pointer-events: none;
}
.fp-field,
.fp-info {
  margin-bottom: 20px;
}
.fp-field label,
.fp-info label {
  display: block;
}
.fp-field textarea {
  width: 100%;
  height: 100px;
}
.box,
.fp-box {
  box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 1px 0 rgb(63 63 68 / 15%);
  background: #fff;
}
.fp-box {
  padding: 20px;
  margin-bottom: 20px;
}
.btn {
  border-radius: 0;
}
.btn-wide {
  min-width: 120px;
}
.nav-tabs>li>a {
  border-radius: 0px;
  font-weight: 600;
}
.btn-secondary {
  color: #fff;
  background-color: #717171;
  border-color: #ccc;
}
.btn-secondary:hover {
  background-color: #484848;
}
.no-results {
  padding: 15px 0px;
}
.swal2-actions {
  margin-top: 20px;
}
.swal2-popup {
  width: 450px;
}
.swal2-content {
  font-size: 15px;
}
.swal2-styled.swal2-confirm {
  font-size: 14px;
  min-width: 80px;
}
.fb-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.icon-horizontal-dots {
  fill: #65676b;
}
.btn-icon {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50% !important;
  background-color: transparent;
  padding: 6px;
}
.btn-icon:hover .icon-horizontal-dots {
  fill: #fff;
}
.dropdown-menu > li > a,
.dropdown-menu > li > label {
  padding: 6px 20px;
  margin: 0px;
  display: block;
  font-weight: 400;
  cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > label:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
table.table {
  width: 100%;
}
table.table.dataTable thead th {
  background-color: #4a4a4a;
  color: #fff;
  padding: 14px 10px;
  border-bottom-width: 0px;
}
table.table.dataTable thead td {
  padding: 8px 10px;
  border-bottom-width: 0px;
}
table.table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}
table.table tr:hover td {
  background: #e1e1e1;
  cursor: pointer;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #1ca5d3 !important;
  color: #fff !important;
  border: 0px;
}
.heading {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.heading h3 {
  flex: 1;
  margin: 0px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  line-height: 14px;
  padding: 6px 10px;
}
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
}
body .dataTables_empty {
  padding: 40px 0px;
}
td.actions {
  text-align: right;
}
.fp-group {
  display: flex;
}
body .select2-container .select2-selection {
  border: 1px solid #ccc;
  padding: 0px 12px;
  height: 34px;
  border-radius: 0px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding: 0px;
  color: #555;
}
body .select2-container--open .select2-selection,
body .select2-dropdown {
  border: 1px solid #66afe9;
}
.fp-shown {
  display: block;
}
.fp-hidden {
  display: none;
}
.checkbox-item {
  display: flex;
}
.checkbox-item > input {
  margin-right: 10px;
}
.modal-header, .modal-footer {
  display: flex;
}
.modal-header button.close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 0px auto;
  background: transparent;
}
.modal-header button.close:hover {
  color: #000;
}
.modal-footer .btn-primary {
  margin-left: auto;
}
.modal.center {
  text-align: center;
  padding: 0!important;
}
.modal.center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.btn:focus {
  outline: none !important;
  outline-offset: 0px !important;
}
.btn-default {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  font-weight: 500;
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
  display: inline-block !important;
  padding: 6px 12px;
  cursor: pointer;
}
.slider .tooltip {
  opacity: 1 !important;
}
.slider .tooltip-inner {
  color: #637381;
  padding: 18px 18px;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  max-width: 320px;
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 15%);
  border: 1px solid rgba(0,0,0,.09);
  border-bottom-color: #e0e0e0;
}
.slider .tooltip-arrow {
  display: none;
}
.slider .tooltip-inner {
  padding: 0px;
  box-shadow: none;
  border: none;
  font-size: 12px;
}
.slider.slider-horizontal .slider-track {
  border-radius: 0px;
  box-shadow: none;
  background: #dadde1;
  margin-top: -2px !important;
  height: 4px !important;
}
.slider .slider-selection {
  border-radius: 0px;
  box-shadow: none;
  background: #09799e;
}
.slider .slider-handle {
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F8FAFB 100% );
  border-color: #CCCCCC #c6c9cc #adb0b3;
  border-style: solid;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  border-radius: 20px;
  border-width: 1px;
  height: 20px;
}
.close:hover, .close:focus {
  opacity: 1;
}
.btn-group .btn-default.active {
  background: #09799e;
  border-color: #09799e;
  color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #1ca5d3;
  border-color: #1ca5d3;
}
.app-navbar {
  display: flex;
  background: #333;
  width: 100%;
  height: 50px;
  padding: 0px 40px;
  position: fixed;
  top: 0px;
  z-index: 99999;
}
.app-navbar .left-side {
  display: flex;
}
.app-navbar .right-side {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 auto;
}
.fplogo-wrap {
  padding: 1px 0px;
  background: #333;
}
.fplogo-wrap img {
  height: 48px;
  width: auto;
}
.an-secondary-menu .dropdown-toggle {
  height: 100%;
  display: flex;
  color: #fff;
  padding: 10px 20px;
  align-items: center;
}
.an-secondary-menu.open .dropdown-toggle {
  background: #0e0e0e;
}
.an-secondary-menu .dropdown-toggle:hover {
  text-decoration: none;
  background: #0e0e0e;
}
.an-secondary-menu .dropdown-toggle .caret {
  margin-left: 10px;
}
.dropdown-menu {
  border-radius: 0px;
}
.accounts-switch {
  min-width: 200px;
}
.accounts-switch a,
.an-secondary-menu li > a {
  padding: 6px 24px;
  color: #333;
  display: flex;
  position: relative;
  align-items: center;
}
.accounts-switch .account-container a {
  padding: 12px 24px;
}
.accounts-switch a:hover {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}
.an-secondary-menu a:focus {
  text-decoration: none;
}
.active-indicator {
  color: #24CE78;
  position: absolute;
  left: 8px;
  font-size: 22px;
  height: 24px;
}
.navbar-toggle {
  display: none;
}
.navbar-toggle:hover {
  background: none;
  border-color: transparent;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle:hover .icon-bar {
  background: #1ca5d3;
}
.select2-container.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-results .--label {
  display: flex;
}
.select2-results .--label > span:nth-child(1) {
  flex: 1;
}
.select2-results .--desc {
  font-size: small;
}
@media (max-width: 610px) {
  .navbar-toggle {
    display: block;
  }
  .app-navbar {
    padding: 0px 10px;
  }
  #slide-navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 99;
    width: 280px;
    height: 100%;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .content {
    padding: 20px 16px;
  }
}
@media (max-width: 420px) {
  .navbar {
    justify-content: center;
  }
}
.item-delete {
  font-size: 18px;
  color: #d9534f;
  line-height: 31px;
  height: 30px;
  cursor: pointer;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 50%;
}
.item-delete:hover {
  color: #fff;
  background: #d9534f;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  font-weight: 500;
  background: #333333;
  color: #fff;
}
.form-check {
  display: flex;
  margin-right: 20px;
}
.form-check input {
  cursor: pointer;
}
.form-check-label {
  margin: 0px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.week-radio {
  color: #444;
}
.section-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}

.switch input[type=checkbox]{
  display: none;
}
.switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 68px;
	height: 34px;
	background: #aaa;
	display: block;
	border-radius: 100px;
	position: relative;
}
.switch.small label {
  width: 60px;
  height: 28px;
}
.switch label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
.switch.small label:after {
  width: 22px;
  height: 22px;
}
.switch input:checked + label {
	background: #09799e;
}
.switch input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}
.switch label:active:after {
	width: 40px;
}
.switch-field {
  display: flex;
  align-items: center;
}
.switch-field label {
  margin-bottom: 0px;
  font-weight: 400;
}
.switch-field .left {
  margin-right: 6px;
}
.switch-field .right {
  margin-left: 6px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-1 {
  margin-right: 10px;
}
.alert-dismissible .close:hover {
  background: transparent;
  color: #09799e;
}
fieldset.scheduler-border {
  border: 1px solid #ccc;
  padding: 0 1.4em 0 1.4em;
}
fieldset.scheduler-border legend {
  font-size: 14px;
  font-weight: bold;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 10px;
}
.btn-small {
  font-size: 12px;
  padding: 6px 10px;
}
.btn-small.btn-wide {
  min-width: 100px;
}
.position-field {
  width: 62px;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}
.position-field .btn {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0px;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 0px !important;
  box-sizing: border-box;
  margin: 0px;
}
.position-field.btn-group .btn+.btn {
  margin-left: 0px;
}
.position-field .btn.active {
  background: #09799e;
  border-color: #09799e;
}
.position-field .btn.disabled {
  background: #ddd;
}
.section-container {
  max-width: 1200px;
}
#users_table_wrapper {
  margin-top: -30px;
}
.no-items {
  margin-bottom: 0;
}
.delete-action {
  background: #d9534f;
  color: #fff;
}
.dropdown-menu .delete-action {
  background: #fff;
  color: #d9534f;
}
a[download] {
  word-break: break-all;
}

tr.selected { background-color: #ffffcc;}

textarea.textarea-input {height: 28px; width: 100%; padding-left: 6px;}