@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap");
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.snotify-icon {
  display: none;
}

.fi {
  position: relative;
  top: 2px;
}
.fi.fi-2x {
  font-size: 2em;
}
.fi.fi-rr-check-circle {
  color: #009A2B;
}

.row.compressed {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.row.compressed .col,
.row.compressed .col-1,
.row.compressed .col-2,
.row.compressed .col-3,
.row.compressed .col-4,
.row.compressed .col-5,
.row.compressed .col-6,
.row.compressed .col-7,
.row.compressed .col-8,
.row.compressed .col-9,
.row.compressed .col-10,
.row.compressed .col-11,
.row.compressed .col-12 {
  padding: 0 0.5rem;
}

.text-success {
  color: #009A2B;
}

.text-primary {
  color: #0080c6;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

input:focus,
select:focus,
.form-control:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fade-enter-active {
  transition: opacity 0.5s ease;
}

.fade-leave-active {
  transition: opacity 0.25s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.opacity,
.text-muted {
  opacity: 0.3;
  color: #000000 !important;
}

.text-primary {
  color: #0080c6 !important;
}

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

.text-monospace {
  font-family: monospace;
}

.custom-checkbox {
  width: 300px;
  max-width: 100%;
  height: 60px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input + label {
  height: 100%;
  width: 100%;
}
.custom-checkbox input + label > .status-switch {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: grey;
  color: white;
  transition: all 0.5s ease;
  padding: 3px;
  border-radius: 3px;
}
.custom-checkbox input + label > .status-switch:before, .custom-checkbox input + label > .status-switch:after {
  border-radius: 2px;
  height: calc(100% - 6px);
  width: calc(50% - 3px);
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  transition: all 0.3s ease;
}
.custom-checkbox input + label > .status-switch:before {
  background-color: white;
  color: black;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  left: 3px;
  z-index: 10;
  content: attr(data-unchecked);
}
.custom-checkbox input + label > .status-switch:after {
  right: 0;
  content: attr(data-checked);
}
.custom-checkbox input + label > .status-switch.disabled {
  opacity: 0.25;
  cursor: default;
}
.custom-checkbox input:checked + label > .status-switch {
  background-color: #40c253;
}
.custom-checkbox input:checked + label > .status-switch:after {
  left: 0;
  content: attr(data-unchecked);
}
.custom-checkbox input:checked + label > .status-switch:before {
  color: #40c253;
  left: 50%;
  content: attr(data-checked);
}

.alert ul {
  margin-bottom: 0;
  padding-left: 14px;
}

html, body {
  height: 100%;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.offcanvas-header {
  display: block;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #f5f5f5;
  transition: visibility 0.2s ease-in-out;
}
.navbar-collapse.show {
  visibility: visible;
  transform: translateX(-100%);
  z-index: 10000;
}

#app {
  height: 100%;
  min-height: 100%;
}
#app > div {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#app > div > .content {
  flex: 1;
}
#app > div > .content > .container,
#app > div > .content > .container-fluid {
  min-height: 100%;
}
#app > div > .content > .container > div,
#app > div > .content > .container-fluid > div {
  min-height: 100%;
}
#app > div > .container-fluid > div .main.without-footer {
  min-height: calc(100vh - 50px - 4rem);
}

.local-alert-line {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  white-space: nowrap;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  background-color: #009A2B;
  padding: 0.5rem;
  z-index: 100000;
  border-radius: 4px;
}

.top-baner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  /* font-weight: bold; */
  font-size: 1.2rem;
  z-index: 1000000;
}
.top-baner.red {
  background-color: #F60202;
  color: #ffffff;
}
.top-baner.green {
  background-color: #009A2B;
  color: #ffffff;
}
.top-baner .text-muted {
  color: #ffffff !important;
  opacity: 0.5;
}

.vc-container {
  width: 100% !important;
}
.vc-container .vc-header {
  margin-bottom: 5px;
}
.vc-container .vc-weekday {
  background-color: #f8fafc;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  padding: 5px 0;
  font-weight: bold;
}
.vc-container .vc-day {
  padding: 0 5px 3px 5px;
  text-align: left;
  min-height: 90px;
}
.vc-container .vc-day .day-label {
  font-weight: bold;
  opacity: 0.4;
}
.vc-container .vc-day.is-today {
  background-color: #f5f5f5;
}
.vc-container .vc-day.in-next-month {
  display: none;
}
.vc-container .vc-day.weekday-1, .vc-container .vc-day.weekday-7 {
  background-color: #eff8ff;
}
.vc-container .vc-day:not(.on-bottom) {
  border-bottom: 1px solid #b8c2cc;
}
.vc-container .vc-day:not(.on-bottom).weekday-1 {
  border-bottom: 1px solid #b8c2cc;
}
.vc-container .vc-day:not(.on-right) {
  border-right: 1px solid #b8c2cc;
}
.vc-container .vc-day p {
  font-size: 0.85rem;
  line-height: 1rem;
  color: #ffffff;
  padding: 2px 3px 3px 3px;
  cursor: pointer;
}
.vc-container .vc-day p.bg-orange {
  background-color: #ffa500;
}
.vc-container .vc-day p.bg-blue {
  background-color: #0080c6;
}
.vc-container .vc-day p.bg-yellow {
  background-color: #f1c40f;
  color: #000000;
  font-weight: bold;
  border: 2px dashed rgba(0, 0, 0, 0.5);
}
.vc-container .vc-day p.bg-green {
  background-color: #009A2B;
}
.vc-container .vc-day p.bg-red {
  background-color: #F60202;
}
.vc-container .vc-day p.bg-red-600 {
  background-color: #F60202;
}
.vc-container .vc-day p.bg-blue-500 {
  background-color: #0080c6;
}
.vc-container .vc-day p.bg-indigo-500 {
  background-color: #4b0082;
}
.vc-container .vc-day p.bg-teal-500 {
  background-color: #008080;
}
.vc-container .vc-day p.bg-pink-500 {
  background-color: #ffc0cb;
}
.vc-container .vc-day p.bg-orange-500 {
  background-color: #ffa500;
}

nav {
  padding: 2rem 0;
  border-bottom: 5px solid #dedede;
}
nav .navbar-brand {
  margin: 0;
}
nav .navbar-toggler {
  border: 1px solid #dedede;
  border-radius: 4px;
}
nav .logo img {
  height: 40px;
}

.menu {
  transition: all 0.3s;
}
.menu.condensed {
  width: 40px;
  max-width: 40px;
  padding-right: 0;
  transition: all 0.3s;
}
.menu.condensed > div > div,
.menu.condensed > div > a {
  display: none !important;
  transition: all 0.3s;
}
.menu.condensed ul {
  padding-top: 0.5rem;
}
.menu.condensed ul li a span {
  text-align: center;
}
.menu.condensed ul li a span:not(.alert) {
  display: none;
  transition: all 0.3s;
}
.menu.condensed ul li .alerts {
  display: none !important;
  transition: all 0.3s;
}
.menu > div {
  top: 1rem;
}
.menu > div > div,
.menu > div > a {
  display: block;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: all 0.3s;
}
.menu > div > div:first-child,
.menu > div > a:first-child {
  margin-top: 0;
}
.menu > div > div small,
.menu > div > a small {
  font-size: 0.8rem;
  margin-top: -0.5rem;
}
.menu > div button {
  opacity: 0.4;
  cursor: pointer;
  border: none;
  width: 100%;
  transition: all 0.3s;
}
.menu > div button:hover {
  opacity: 1;
  transition: all 0.3s;
}
.menu > div ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menu > div ul li {
  position: relative;
}
.menu > div ul li a {
  display: block;
  margin-bottom: 0.5rem;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu > div ul li a span:not(.alert) {
  background: #0080C6;
  background: linear-gradient(to bottom right, #0080c6 0%, #1c155d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.menu > div ul li a span:not(.alert).icon {
  display: inline-block;
  width: 28px;
  padding-top: 3px;
}
.menu > div ul li a span:not(.alert).icon > img {
  height: 22px;
  position: relative;
  top: -2px;
}
.menu > div ul li a span:not(.alert).icon > .fi {
  position: unset;
  font-size: 1.2rem;
}
.menu > div ul li a.router-link-active > span, .menu > div ul li a:hover > span {
  -webkit-text-fill-color: unset;
  background: none;
  color: #000000;
  font-weight: 600;
}
.menu > div ul li a img {
  height: 12px;
  margin-right: 0.5rem;
}
.menu > div ul li .alerts {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -15px;
  height: 30px;
  line-height: 28px;
  min-width: 30px;
  transition: all 0.3s;
}
.menu > div ul li .alerts .alert {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 0;
  height: 30px;
  line-height: 24px;
  min-width: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #1c155d !important;
  color: #ffffff !important;
  cursor: pointer;
  z-index: 1000;
}
.menu > div ul li .alerts .alert.warning {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.menu > div ul li .alerts .alert.danger {
  background-color: #F60202 !important;
}
.menu > div ul li .alerts .alert:nth-child(2) {
  padding-left: 10px;
  margin-left: -5px;
  z-index: 999;
}

.content {
  padding: 1rem 0 calc(1rem + 5px) 0;
  background-color: #f5f5f5;
}
.content .main {
  transition: all 0.3s;
}
.content .main.menu-condensed {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 0 1rem;
  transition: all 0.3s;
}
.content .main > div {
  background-color: #ffffff;
  min-height: 100%;
  padding: 15px;
}
.content .main a.icon {
  color: #000000;
  opacity: 1;
}
.content .main a.icon:hover {
  text-decoration: none;
  opacity: 0.6;
}
.content .main .page-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding-bottom: 0.5rem;
  margin: 0.2rem 0 1rem 0;
  text-transform: uppercase;
  /* border-bottom: 2px solid $color-blue-light; */
  border-bottom: 2px solid #0080c6;
  -o-border-image: linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
     border-image: linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
  border-image-slice: 1;
}
.content .main .page-title .back-button {
  display: inline-block;
  height: 34px;
  line-height: 37px;
  width: 34px;
  margin-right: 0.25rem;
  color: #7f8c8d;
  text-decoration: none;
  text-align: center;
  padding-right: 1px;
  border-radius: 4px;
}
.content .main .page-title .back-button:hover {
  background-color: #bdc3c7;
}
.content .main .page-title small {
  text-transform: none;
}
.content .main .page-title .d-flex {
  line-height: 36px;
}
.content .main .page-title .d-flex > span {
  display: inline-block;
  align-self: flex-end;
}
.content .main .page-title .alerts {
  position: relative;
  bottom: 4px;
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.3s;
}
.content .main .page-title .alerts .alert {
  display: inline-block;
  padding: 2px 5px;
  font-size: 0.8rem;
  line-height: 14px;
  margin-bottom: 0;
  background-color: #1c155d !important;
  color: #ffffff !important;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1000;
}
.content .main .page-title .alerts .alert.warning {
  background-color: #ffc107 !important;
  color: #000000 !important;
}
.content .main .page-title .alerts .alert.danger {
  background-color: #F60202 !important;
}
.content .main .page-title .alerts .alert:nth-child(2) {
  padding-left: 10px;
  margin-left: -5px;
  z-index: 999;
}
.content .main .page-title .actions {
  font-size: 1rem;
  line-height: 1.25rem;
}
.content .main .page-title .actions a {
  padding: 0.5rem 0.75rem;
}
.content .main .page-title .actions a .fi {
  margin-right: 0.5rem;
}
.content .main .filters > div > div {
  margin-bottom: 1rem;
  position: relative;
}
.content .main .filters > div > div > span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.content .main .filters > div > div > input,
.content .main .filters > div > div > select {
  width: 100%;
  border: 1px solid #CBD5E1;
  background-color: #F8FAFC;
  padding: 5px 0.5rem;
  border-radius: 4px;
}
.content .main .filters > div > div > input.with-icon,
.content .main .filters > div > div > select.with-icon {
  padding-left: 36px;
}
.content .main .filters > div > div > .fi {
  position: absolute;
  cursor: pointer;
  font-size: 1.4rem;
  left: 1.5rem;
  top: 1.75rem;
  opacity: 0.4;
}
.content .main .filters > div > div > .fi:hover {
  opacity: 1;
}
.content .main .loader {
  display: inline-block;
  opacity: 0.4;
  animation: rotation 5s infinite linear;
}
.content .main .loader .fi {
  font-size: 2rem;
}
.content .main table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.content .main table thead.sticky-top tr th {
  background-color: #ffffff;
}
.content .main table thead tr,
.content .main table tbody tr {
  /* @include border-bottom-gradient(); */
}
.content .main table thead tr th,
.content .main table thead tr td,
.content .main table tbody tr th,
.content .main table tbody tr td {
  padding: 1rem;
  border-bottom: 2px solid #0080c6;
}
.content .main table thead tr th:first-child,
.content .main table thead tr td:first-child,
.content .main table tbody tr th:first-child,
.content .main table tbody tr td:first-child {
  padding-left: 0.5rem;
}
.content .main table thead tr th:last-child,
.content .main table thead tr td:last-child,
.content .main table tbody tr th:last-child,
.content .main table tbody tr td:last-child {
  padding-right: 0.5rem;
}
.content .main table thead tr th.w-1,
.content .main table thead tr td.w-1,
.content .main table tbody tr th.w-1,
.content .main table tbody tr td.w-1 {
  width: 1px;
  white-space: nowrap;
  padding-right: 0;
}
.content .main table thead tr th.brb,
.content .main table thead tr td.brb,
.content .main table tbody tr th.brb,
.content .main table tbody tr td.brb {
  border-right: 2px solid #0080c6;
}
.content .main table thead tr th.clean,
.content .main table thead tr td.clean,
.content .main table tbody tr th.clean,
.content .main table tbody tr td.clean {
  border-bottom: none;
  padding-bottom: 0;
}
.content .main table thead tr:hover td, .content .main table thead tr.hover td,
.content .main table tbody tr:hover td,
.content .main table tbody tr.hover td {
  background-color: #f5f5f5;
}
.content .main table thead tr th,
.content .main table tbody tr th {
  white-space: nowrap;
}
.content .main table thead tr th .order,
.content .main table tbody tr th .order {
  cursor: pointer;
}
.content .main table thead tr th .order > span > span,
.content .main table tbody tr th .order > span > span {
  position: relative;
  top: -1px;
  margin-left: 0.25rem;
  font-size: 0.7rem;
}
.content .main table thead tr td,
.content .main table tbody tr td {
  vertical-align: middle;
  line-height: 1.2rem;
}
.content .main table thead tr td.actions,
.content .main table tbody tr td.actions {
  white-space: nowrap;
  /* > img {
    height: 30px;
    position: relative;
    top: -1px;
  } */
}
.content .main table thead tr td.actions > *,
.content .main table thead tr td.actions > span > *,
.content .main table tbody tr td.actions > *,
.content .main table tbody tr td.actions > span > * {
  cursor: pointer;
  margin-left: 1rem !important;
  margin-right: 0 !important;
  font-size: 1.5rem;
}
.content .main table thead tr td.actions > *:hover,
.content .main table thead tr td.actions > span > *:hover,
.content .main table tbody tr td.actions > *:hover,
.content .main table tbody tr td.actions > span > *:hover {
  opacity: 0.6;
}
.content .main table thead tr td.actions > a,
.content .main table thead tr td.actions > span > a,
.content .main table tbody tr td.actions > a,
.content .main table tbody tr td.actions > span > a {
  padding: 0;
  border: none !important;
  background: none !important;
}
.content .main table thead tr td.actions > a .fi,
.content .main table thead tr td.actions > span > a .fi,
.content .main table tbody tr td.actions > a .fi,
.content .main table tbody tr td.actions > span > a .fi {
  margin-right: 0 !important;
}
.content .main table thead tr td.actions > a:hover,
.content .main table thead tr td.actions > span > a:hover,
.content .main table tbody tr td.actions > a:hover,
.content .main table tbody tr td.actions > span > a:hover {
  color: #000000;
}
.content .main table thead tr td.actions > span > .fi,
.content .main table tbody tr td.actions > span > .fi {
  margin-left: 0 !important;
}
.content .main table thead tr td.actions > span.toggle-hover-menu,
.content .main table tbody tr td.actions > span.toggle-hover-menu {
  display: inline-block;
  position: relative;
}
.content .main table thead tr td.actions > span.toggle-hover-menu:hover,
.content .main table tbody tr td.actions > span.toggle-hover-menu:hover {
  opacity: 1;
}
.content .main table thead tr td.actions > span.toggle-hover-menu:hover > *,
.content .main table tbody tr td.actions > span.toggle-hover-menu:hover > * {
  opacity: 1;
}
.content .main table thead tr td.actions > span.toggle-hover-menu:hover .hover-menu,
.content .main table tbody tr td.actions > span.toggle-hover-menu:hover .hover-menu {
  display: block;
}
.content .main table thead tr td.actions > span.toggle-hover-menu > a,
.content .main table tbody tr td.actions > span.toggle-hover-menu > a {
  margin-left: 0 !important;
}
.content .main table thead tr td.actions > span.toggle-hover-menu .hover-menu,
.content .main table tbody tr td.actions > span.toggle-hover-menu .hover-menu {
  display: none;
  position: absolute;
  top: 32px;
  right: -5px;
  border: 1px solid #bdc3c7;
  background: #ffffff;
  z-index: 1000;
  border-radius: 4px;
}
.content .main table thead tr td.actions > span.toggle-hover-menu .hover-menu > div:hover,
.content .main table tbody tr td.actions > span.toggle-hover-menu .hover-menu > div:hover {
  background: #dedede;
}
.content .main table thead tr td.actions > span.toggle-hover-menu .hover-menu > div > a,
.content .main table tbody tr td.actions > span.toggle-hover-menu .hover-menu > div > a {
  display: block;
  font-size: 1rem;
  padding: 0.75rem;
  background: none;
  text-align: left;
}
.content .main table thead tr td.actions > span.toggle-hover-menu .hover-menu > div > a:hover,
.content .main table tbody tr td.actions > span.toggle-hover-menu .hover-menu > div > a:hover {
  color: inherit;
}
.content .main table thead tr td ul,
.content .main table tbody tr td ul {
  margin-bottom: 0;
  padding-left: 1rem;
}
.content .main table tbody tr.marked td {
  background-color: rgba(0, 128, 198, 0.15);
}
.content .main table tfoot tr td {
  padding: 1rem;
  background-color: #CBD5E1;
}
.content .main .dropdown-toggle {
  cursor: pointer;
}
.content .main .dropdown-menu {
  left: unset;
  right: 15px;
  margin-top: 0.25rem;
  z-index: 10000;
}
.content .main .dropdown-menu.show {
  display: block;
}
.content .main .dropdown-menu .dropdown-item {
  text-transform: none;
  cursor: pointer;
}
.content .main .actions {
  text-align: right;
}
.content .main .actions.left {
  text-align: left;
}
.content .main .actions a,
.content .main .actions button {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: #1c155d;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 2px, transparent 2px) 0% 0%/4px 4px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 2px, transparent 2px) 100% 0%/4px 4px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 2px, transparent 2px) 0% 100%/4px 4px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 2px, transparent 2px) 100% 100%/4px 4px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 8px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 8px) calc(100% - 4px) no-repeat, linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
}
.content .main .actions a > span,
.content .main .actions button > span {
  background: #0080C6;
  background: linear-gradient(to bottom right, #0080c6 0%, #1c155d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .main .actions a:hover, .content .main .actions a.hover,
.content .main .actions button:hover,
.content .main .actions button.hover {
  text-decoration: none;
  color: #ffffff;
  background: #0080c6;
  background: linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
}
.content .main .actions a:hover > span, .content .main .actions a.hover > span,
.content .main .actions button:hover > span,
.content .main .actions button.hover > span {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.content .main .actions a.small,
.content .main .actions button.small {
  padding: 0.25rem 0.75rem;
}
.content .main .actions a.hover:hover,
.content .main .actions button.hover:hover {
  filter: brightness(70%);
}
.content .main .actions a .fi,
.content .main .actions button .fi {
  margin-right: 6px;
}
.content .main form {
  margin-top: -1rem;
  /* .form-block {
    position: relative;
    padding: 0 15px 15px 15px;
    margin-top: 20px;
    border: 2px solid $color-blue-main;

    @include border-radius();

    .form-block-title {
      position: absolute;
      left: 8px;
      top: -12px;
      color: $color-blue-main;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #ffffff;
      padding: 0 0.5rem;
    }
  } */
}
.content .main form .form-block {
  margin-top: 25px;
}
.content .main form .form-block .form-block-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #0080c6;
  -o-border-image: linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
     border-image: linear-gradient(135deg, #0080c6 0%, #1c155d 100%);
  border-image-slice: 1;
}
.content .main form label {
  display: block;
  margin-top: 1rem;
}
.content .main form label .required {
  color: #F60202;
}
.content .main form input:not([type=checkbox]),
.content .main form select,
.content .main form textarea {
  width: 100%;
  border: 1px solid #CBD5E1;
  background-color: #F8FAFC;
  padding: 5px 0.5rem;
  opacity: 1;
  color: #000000;
  border-radius: 4px;
}
.content .main form input:not([type=checkbox]):disabled,
.content .main form select:disabled,
.content .main form textarea:disabled {
  opacity: 0.5;
}
.content .main form .checkbox-wrapper {
  position: relative;
}
.content .main form .checkbox-wrapper.line .switch {
  margin-top: 0;
}
.content .main form .checkbox-wrapper.line span {
  top: 4px;
}
.content .main form .checkbox-wrapper .switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 60px;
  margin-bottom: 0;
}
.content .main form .checkbox-wrapper .switch input {
  display: none;
}
.content .main form .checkbox-wrapper .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.content .main form .checkbox-wrapper .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 22px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 22px;
}
.content .main form .checkbox-wrapper .slider.round {
  border-radius: 30px;
}
.content .main form .checkbox-wrapper .slider.round:before {
  border-radius: 50%;
}
.content .main form .checkbox-wrapper input:checked + .slider {
  background-color: #1c155d;
}
.content .main form .checkbox-wrapper input:checked + .slider:before {
  transform: translateX(29px);
}
.content .main form .checkbox-wrapper span {
  display: inline-block;
  margin-left: 0.5rem;
  position: absolute;
  top: 21px;
}
.content .main form .switch-box {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #CBD5E1;
  background-color: #F8FAFC;
  padding: 0.5rem 2rem;
  /* margin-right: 1rem; */
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}
.content .main form .switch-box .bullet {
  display: inline-block;
  position: relative;
  top: 3px;
  height: 18px;
  width: 18px;
  padding: 2px;
  margin-right: 0.25rem;
  border: 1px solid #CBD5E1;
  border-radius: 50%;
}
.content .main form .switch-box .bullet > div {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.content .main form .switch-box .bullet.active {
  border-color: #1c155d;
}
.content .main form .switch-box .bullet.active > div {
  background-color: #1c155d;
}
.content .main .pagination-wrapper {
  margin-top: 1.5rem;
}
.content .main .pagination-wrapper .pagination > div {
  background-color: #CBD5E1;
  border-radius: 8px;
}
.content .main .pagination-wrapper .pagination .page-link {
  display: inline-block;
  padding: 0;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #7f8c8d;
  font-weight: 600;
  border-radius: 8px;
}
.content .main .pagination-wrapper .pagination .page-link.active {
  background-color: #1c155d !important;
  color: #ffffff !important;
  cursor: default !important;
}
.content .main .pagination-wrapper .pagination .page-link.disabled {
  color: #7f8c8d !important;
  cursor: default !important;
}
.content .main .pagination-wrapper .pagination .page-link:hover {
  color: #0080c6;
}
.content .main .pagination-wrapper .pagination .page-link:focus {
  box-shadow: none;
}
.content .main .pagination-wrapper .pagination > .page-link {
  background-color: #F8FAFC;
}
.content .main .box {
  margin-top: 3rem;
}
.content .main .box:first-child {
  margin-top: 0;
}
.content .main .box.mt-0 .title {
  padding-top: 0 !important;
}
.content .main .box .title {
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #0080c6;
}
.content .main .box .title.sticky-top {
  background-color: #ffffff;
  padding-top: 0.5rem;
}
.content .main .box .title .col.d-flex > span {
  display: inline-block;
  align-self: flex-end;
}
.content .main .box .title .actions {
  margin-top: 0;
}
.content .main .box .box-group {
  border: 1px solid #CBD5E1;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}
.content .main .box .box-group .box-group-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content .main .box .box-group:last-child {
  margin-bottom: 1rem;
}
.content .main .box .box-group > .box-group:last-child {
  margin-bottom: 0;
}
.content .main .box .box-group .box-choose {
  margin-left: -7px;
  margin-right: -7px;
}
.content .main .box .box-group .box-choose > div {
  padding-left: 7px;
  padding-right: 7px;
  cursor: move;
  position: relative;
  width: 33.333333%;
  min-height: 1px;
  flex: 0 0 33.333333%;
}
.content .main .box .box-group .box-choose > div > div {
  background-color: #CBD5E1;
  padding: 1rem;
  text-align: center;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  border-radius: 4px;
}
.content .main .box .actions {
  margin-top: 0.5rem;
}
.content .main #home-view table tbody tr td .actions {
  margin: 0;
}
.content .main #home-view table tbody tr td .actions .fi.fi-rs-message-sms, .content .main #home-view table tbody tr td .actions .fi.fi-rr-eye-crossed, .content .main #home-view table tbody tr td .actions .fi.fi-rr-eye {
  top: 8px;
  margin-left: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.content .main #home-view table tbody tr td .actions .fi.fi-rs-message-sms:hover, .content .main #home-view table tbody tr td .actions .fi.fi-rr-eye-crossed:hover, .content .main #home-view table tbody tr td .actions .fi.fi-rr-eye:hover {
  opacity: 0.5;
}
.content .main #reports-view table {
  width: unset;
}
.content .main #reports-view table tbody td {
  vertical-align: top;
}
.content .main #reports-view table tbody td a {
  color: #000000;
  text-decoration: none;
}
.content .main #settings-view .row .col .box-group,
.content .main #settings-view .row .col-3 .box-group,
.content .main #settings-view .row .col-4 .box-group {
  height: calc(100% - 1rem);
}
.content .main #clients-client-client-details-view .details > div {
  border-bottom: 1px solid #0080c6;
  padding: 1rem 0;
}
.content .main #clients-client-client-details-view .details > div .block-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content .main #clients-client-details-view .details > div {
  display: inline-grid;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.content .main #clients-client-details-view .details > div > div {
  font-weight: 500;
  font-size: 0.85rem;
}
.content .main #clients-client-details-view .details > div a {
  color: #000000;
}
.content .main #home-view .notes .note-textarea,
.content .main #home-view .messages .note-textarea,
.content .main #clients-client-details-view .notes .note-textarea,
.content .main #clients-client-details-view .messages .note-textarea,
.content .main #clients-client-send-sms-view .notes .note-textarea,
.content .main #clients-client-send-sms-view .messages .note-textarea,
.content .main #parcels-parcel-send-sms-view .notes .note-textarea,
.content .main #parcels-parcel-send-sms-view .messages .note-textarea,
.content .main #notes-note-list-view .notes .note-textarea,
.content .main #notes-note-list-view .messages .note-textarea {
  width: 100%;
  background: #F8FAFC;
  border: 2px solid #CBD5E1;
  padding: 0.5rem;
  border-radius: 4px;
}
.content .main #home-view .notes .advanced-options .col-3,
.content .main #home-view .messages .advanced-options .col-3,
.content .main #clients-client-details-view .notes .advanced-options .col-3,
.content .main #clients-client-details-view .messages .advanced-options .col-3,
.content .main #clients-client-send-sms-view .notes .advanced-options .col-3,
.content .main #clients-client-send-sms-view .messages .advanced-options .col-3,
.content .main #parcels-parcel-send-sms-view .notes .advanced-options .col-3,
.content .main #parcels-parcel-send-sms-view .messages .advanced-options .col-3,
.content .main #notes-note-list-view .notes .advanced-options .col-3,
.content .main #notes-note-list-view .messages .advanced-options .col-3 {
  position: relative;
}
.content .main #home-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #home-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #clients-client-details-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #clients-client-details-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #clients-client-send-sms-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #clients-client-send-sms-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #parcels-parcel-send-sms-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #parcels-parcel-send-sms-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #notes-note-list-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark,
.content .main #notes-note-list-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark {
  position: absolute;
  right: -1.8rem;
  top: 3.2rem;
  font-size: 1.8rem;
  opacity: 0.3;
  transition: all 0.3s;
}
.content .main #home-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #home-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #clients-client-details-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #clients-client-details-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #clients-client-send-sms-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #clients-client-send-sms-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #parcels-parcel-send-sms-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #parcels-parcel-send-sms-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #notes-note-list-view .notes .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover,
.content .main #notes-note-list-view .messages .advanced-options .col-3 .fi.fi-rr-rectangle-xmark:hover {
  opacity: 1;
  transition: all 0.3s;
}
.content .main #home-view .notes .note,
.content .main #home-view .notes .message,
.content .main #home-view .messages .note,
.content .main #home-view .messages .message,
.content .main #clients-client-details-view .notes .note,
.content .main #clients-client-details-view .notes .message,
.content .main #clients-client-details-view .messages .note,
.content .main #clients-client-details-view .messages .message,
.content .main #clients-client-send-sms-view .notes .note,
.content .main #clients-client-send-sms-view .notes .message,
.content .main #clients-client-send-sms-view .messages .note,
.content .main #clients-client-send-sms-view .messages .message,
.content .main #parcels-parcel-send-sms-view .notes .note,
.content .main #parcels-parcel-send-sms-view .notes .message,
.content .main #parcels-parcel-send-sms-view .messages .note,
.content .main #parcels-parcel-send-sms-view .messages .message,
.content .main #notes-note-list-view .notes .note,
.content .main #notes-note-list-view .notes .message,
.content .main #notes-note-list-view .messages .note,
.content .main #notes-note-list-view .messages .message {
  position: relative;
  border-left: 3px solid #1c155d;
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  white-space: pre-line;
}
.content .main #home-view .notes .note:last-child,
.content .main #home-view .notes .message:last-child,
.content .main #home-view .messages .note:last-child,
.content .main #home-view .messages .message:last-child,
.content .main #clients-client-details-view .notes .note:last-child,
.content .main #clients-client-details-view .notes .message:last-child,
.content .main #clients-client-details-view .messages .note:last-child,
.content .main #clients-client-details-view .messages .message:last-child,
.content .main #clients-client-send-sms-view .notes .note:last-child,
.content .main #clients-client-send-sms-view .notes .message:last-child,
.content .main #clients-client-send-sms-view .messages .note:last-child,
.content .main #clients-client-send-sms-view .messages .message:last-child,
.content .main #parcels-parcel-send-sms-view .notes .note:last-child,
.content .main #parcels-parcel-send-sms-view .notes .message:last-child,
.content .main #parcels-parcel-send-sms-view .messages .note:last-child,
.content .main #parcels-parcel-send-sms-view .messages .message:last-child,
.content .main #notes-note-list-view .notes .note:last-child,
.content .main #notes-note-list-view .notes .message:last-child,
.content .main #notes-note-list-view .messages .note:last-child,
.content .main #notes-note-list-view .messages .message:last-child {
  margin-bottom: 0;
}
.content .main #home-view .notes .note > .fi,
.content .main #home-view .notes .message > .fi,
.content .main #home-view .messages .note > .fi,
.content .main #home-view .messages .message > .fi,
.content .main #clients-client-details-view .notes .note > .fi,
.content .main #clients-client-details-view .notes .message > .fi,
.content .main #clients-client-details-view .messages .note > .fi,
.content .main #clients-client-details-view .messages .message > .fi,
.content .main #clients-client-send-sms-view .notes .note > .fi,
.content .main #clients-client-send-sms-view .notes .message > .fi,
.content .main #clients-client-send-sms-view .messages .note > .fi,
.content .main #clients-client-send-sms-view .messages .message > .fi,
.content .main #parcels-parcel-send-sms-view .notes .note > .fi,
.content .main #parcels-parcel-send-sms-view .notes .message > .fi,
.content .main #parcels-parcel-send-sms-view .messages .note > .fi,
.content .main #parcels-parcel-send-sms-view .messages .message > .fi,
.content .main #notes-note-list-view .notes .note > .fi,
.content .main #notes-note-list-view .notes .message > .fi,
.content .main #notes-note-list-view .messages .note > .fi,
.content .main #notes-note-list-view .messages .message > .fi {
  position: absolute;
  right: 0.5rem;
  font-size: 2rem;
  cursor: pointer;
  opacity: 1;
  display: none;
}
.content .main #home-view .notes .note > .fi:nth-child(2),
.content .main #home-view .notes .message > .fi:nth-child(2),
.content .main #home-view .messages .note > .fi:nth-child(2),
.content .main #home-view .messages .message > .fi:nth-child(2),
.content .main #clients-client-details-view .notes .note > .fi:nth-child(2),
.content .main #clients-client-details-view .notes .message > .fi:nth-child(2),
.content .main #clients-client-details-view .messages .note > .fi:nth-child(2),
.content .main #clients-client-details-view .messages .message > .fi:nth-child(2),
.content .main #clients-client-send-sms-view .notes .note > .fi:nth-child(2),
.content .main #clients-client-send-sms-view .notes .message > .fi:nth-child(2),
.content .main #clients-client-send-sms-view .messages .note > .fi:nth-child(2),
.content .main #clients-client-send-sms-view .messages .message > .fi:nth-child(2),
.content .main #parcels-parcel-send-sms-view .notes .note > .fi:nth-child(2),
.content .main #parcels-parcel-send-sms-view .notes .message > .fi:nth-child(2),
.content .main #parcels-parcel-send-sms-view .messages .note > .fi:nth-child(2),
.content .main #parcels-parcel-send-sms-view .messages .message > .fi:nth-child(2),
.content .main #notes-note-list-view .notes .note > .fi:nth-child(2),
.content .main #notes-note-list-view .notes .message > .fi:nth-child(2),
.content .main #notes-note-list-view .messages .note > .fi:nth-child(2),
.content .main #notes-note-list-view .messages .message > .fi:nth-child(2) {
  right: 3.5rem;
}
.content .main #home-view .notes .note > .fi:nth-child(3),
.content .main #home-view .notes .message > .fi:nth-child(3),
.content .main #home-view .messages .note > .fi:nth-child(3),
.content .main #home-view .messages .message > .fi:nth-child(3),
.content .main #clients-client-details-view .notes .note > .fi:nth-child(3),
.content .main #clients-client-details-view .notes .message > .fi:nth-child(3),
.content .main #clients-client-details-view .messages .note > .fi:nth-child(3),
.content .main #clients-client-details-view .messages .message > .fi:nth-child(3),
.content .main #clients-client-send-sms-view .notes .note > .fi:nth-child(3),
.content .main #clients-client-send-sms-view .notes .message > .fi:nth-child(3),
.content .main #clients-client-send-sms-view .messages .note > .fi:nth-child(3),
.content .main #clients-client-send-sms-view .messages .message > .fi:nth-child(3),
.content .main #parcels-parcel-send-sms-view .notes .note > .fi:nth-child(3),
.content .main #parcels-parcel-send-sms-view .notes .message > .fi:nth-child(3),
.content .main #parcels-parcel-send-sms-view .messages .note > .fi:nth-child(3),
.content .main #parcels-parcel-send-sms-view .messages .message > .fi:nth-child(3),
.content .main #notes-note-list-view .notes .note > .fi:nth-child(3),
.content .main #notes-note-list-view .notes .message > .fi:nth-child(3),
.content .main #notes-note-list-view .messages .note > .fi:nth-child(3),
.content .main #notes-note-list-view .messages .message > .fi:nth-child(3) {
  right: 6.5rem;
}
.content .main #home-view .notes .note > .fi:hover,
.content .main #home-view .notes .message > .fi:hover,
.content .main #home-view .messages .note > .fi:hover,
.content .main #home-view .messages .message > .fi:hover,
.content .main #clients-client-details-view .notes .note > .fi:hover,
.content .main #clients-client-details-view .notes .message > .fi:hover,
.content .main #clients-client-details-view .messages .note > .fi:hover,
.content .main #clients-client-details-view .messages .message > .fi:hover,
.content .main #clients-client-send-sms-view .notes .note > .fi:hover,
.content .main #clients-client-send-sms-view .notes .message > .fi:hover,
.content .main #clients-client-send-sms-view .messages .note > .fi:hover,
.content .main #clients-client-send-sms-view .messages .message > .fi:hover,
.content .main #parcels-parcel-send-sms-view .notes .note > .fi:hover,
.content .main #parcels-parcel-send-sms-view .notes .message > .fi:hover,
.content .main #parcels-parcel-send-sms-view .messages .note > .fi:hover,
.content .main #parcels-parcel-send-sms-view .messages .message > .fi:hover,
.content .main #notes-note-list-view .notes .note > .fi:hover,
.content .main #notes-note-list-view .notes .message > .fi:hover,
.content .main #notes-note-list-view .messages .note > .fi:hover,
.content .main #notes-note-list-view .messages .message > .fi:hover {
  opacity: 0.5;
}
.content .main #home-view .notes .note:hover,
.content .main #home-view .notes .message:hover,
.content .main #home-view .messages .note:hover,
.content .main #home-view .messages .message:hover,
.content .main #clients-client-details-view .notes .note:hover,
.content .main #clients-client-details-view .notes .message:hover,
.content .main #clients-client-details-view .messages .note:hover,
.content .main #clients-client-details-view .messages .message:hover,
.content .main #clients-client-send-sms-view .notes .note:hover,
.content .main #clients-client-send-sms-view .notes .message:hover,
.content .main #clients-client-send-sms-view .messages .note:hover,
.content .main #clients-client-send-sms-view .messages .message:hover,
.content .main #parcels-parcel-send-sms-view .notes .note:hover,
.content .main #parcels-parcel-send-sms-view .notes .message:hover,
.content .main #parcels-parcel-send-sms-view .messages .note:hover,
.content .main #parcels-parcel-send-sms-view .messages .message:hover,
.content .main #notes-note-list-view .notes .note:hover,
.content .main #notes-note-list-view .notes .message:hover,
.content .main #notes-note-list-view .messages .note:hover,
.content .main #notes-note-list-view .messages .message:hover {
  background-color: #F8FAFC;
}
.content .main #home-view .notes .note:hover > .fi,
.content .main #home-view .notes .message:hover > .fi,
.content .main #home-view .messages .note:hover > .fi,
.content .main #home-view .messages .message:hover > .fi,
.content .main #clients-client-details-view .notes .note:hover > .fi,
.content .main #clients-client-details-view .notes .message:hover > .fi,
.content .main #clients-client-details-view .messages .note:hover > .fi,
.content .main #clients-client-details-view .messages .message:hover > .fi,
.content .main #clients-client-send-sms-view .notes .note:hover > .fi,
.content .main #clients-client-send-sms-view .notes .message:hover > .fi,
.content .main #clients-client-send-sms-view .messages .note:hover > .fi,
.content .main #clients-client-send-sms-view .messages .message:hover > .fi,
.content .main #parcels-parcel-send-sms-view .notes .note:hover > .fi,
.content .main #parcels-parcel-send-sms-view .notes .message:hover > .fi,
.content .main #parcels-parcel-send-sms-view .messages .note:hover > .fi,
.content .main #parcels-parcel-send-sms-view .messages .message:hover > .fi,
.content .main #notes-note-list-view .notes .note:hover > .fi,
.content .main #notes-note-list-view .notes .message:hover > .fi,
.content .main #notes-note-list-view .messages .note:hover > .fi,
.content .main #notes-note-list-view .messages .message:hover > .fi {
  display: block;
}
.content .main #home-view .notes .note:hover .info > .d-on-hover,
.content .main #home-view .notes .message:hover .info > .d-on-hover,
.content .main #home-view .messages .note:hover .info > .d-on-hover,
.content .main #home-view .messages .message:hover .info > .d-on-hover,
.content .main #clients-client-details-view .notes .note:hover .info > .d-on-hover,
.content .main #clients-client-details-view .notes .message:hover .info > .d-on-hover,
.content .main #clients-client-details-view .messages .note:hover .info > .d-on-hover,
.content .main #clients-client-details-view .messages .message:hover .info > .d-on-hover,
.content .main #clients-client-send-sms-view .notes .note:hover .info > .d-on-hover,
.content .main #clients-client-send-sms-view .notes .message:hover .info > .d-on-hover,
.content .main #clients-client-send-sms-view .messages .note:hover .info > .d-on-hover,
.content .main #clients-client-send-sms-view .messages .message:hover .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .notes .note:hover .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .notes .message:hover .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .messages .note:hover .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .messages .message:hover .info > .d-on-hover,
.content .main #notes-note-list-view .notes .note:hover .info > .d-on-hover,
.content .main #notes-note-list-view .notes .message:hover .info > .d-on-hover,
.content .main #notes-note-list-view .messages .note:hover .info > .d-on-hover,
.content .main #notes-note-list-view .messages .message:hover .info > .d-on-hover {
  display: block;
}
.content .main #home-view .notes .note.hidden,
.content .main #home-view .notes .message.hidden,
.content .main #home-view .messages .note.hidden,
.content .main #home-view .messages .message.hidden,
.content .main #clients-client-details-view .notes .note.hidden,
.content .main #clients-client-details-view .notes .message.hidden,
.content .main #clients-client-details-view .messages .note.hidden,
.content .main #clients-client-details-view .messages .message.hidden,
.content .main #clients-client-send-sms-view .notes .note.hidden,
.content .main #clients-client-send-sms-view .notes .message.hidden,
.content .main #clients-client-send-sms-view .messages .note.hidden,
.content .main #clients-client-send-sms-view .messages .message.hidden,
.content .main #parcels-parcel-send-sms-view .notes .note.hidden,
.content .main #parcels-parcel-send-sms-view .notes .message.hidden,
.content .main #parcels-parcel-send-sms-view .messages .note.hidden,
.content .main #parcels-parcel-send-sms-view .messages .message.hidden,
.content .main #notes-note-list-view .notes .note.hidden,
.content .main #notes-note-list-view .notes .message.hidden,
.content .main #notes-note-list-view .messages .note.hidden,
.content .main #notes-note-list-view .messages .message.hidden {
  border-color: #7f8c8d;
  color: #7f8c8d;
}
.content .main #home-view .notes .note .text a,
.content .main #home-view .notes .message .text a,
.content .main #home-view .messages .note .text a,
.content .main #home-view .messages .message .text a,
.content .main #clients-client-details-view .notes .note .text a,
.content .main #clients-client-details-view .notes .message .text a,
.content .main #clients-client-details-view .messages .note .text a,
.content .main #clients-client-details-view .messages .message .text a,
.content .main #clients-client-send-sms-view .notes .note .text a,
.content .main #clients-client-send-sms-view .notes .message .text a,
.content .main #clients-client-send-sms-view .messages .note .text a,
.content .main #clients-client-send-sms-view .messages .message .text a,
.content .main #parcels-parcel-send-sms-view .notes .note .text a,
.content .main #parcels-parcel-send-sms-view .notes .message .text a,
.content .main #parcels-parcel-send-sms-view .messages .note .text a,
.content .main #parcels-parcel-send-sms-view .messages .message .text a,
.content .main #notes-note-list-view .notes .note .text a,
.content .main #notes-note-list-view .notes .message .text a,
.content .main #notes-note-list-view .messages .note .text a,
.content .main #notes-note-list-view .messages .message .text a {
  color: #000000;
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.content .main #home-view .notes .note .info,
.content .main #home-view .notes .message .info,
.content .main #home-view .messages .note .info,
.content .main #home-view .messages .message .info,
.content .main #clients-client-details-view .notes .note .info,
.content .main #clients-client-details-view .notes .message .info,
.content .main #clients-client-details-view .messages .note .info,
.content .main #clients-client-details-view .messages .message .info,
.content .main #clients-client-send-sms-view .notes .note .info,
.content .main #clients-client-send-sms-view .notes .message .info,
.content .main #clients-client-send-sms-view .messages .note .info,
.content .main #clients-client-send-sms-view .messages .message .info,
.content .main #parcels-parcel-send-sms-view .notes .note .info,
.content .main #parcels-parcel-send-sms-view .notes .message .info,
.content .main #parcels-parcel-send-sms-view .messages .note .info,
.content .main #parcels-parcel-send-sms-view .messages .message .info,
.content .main #notes-note-list-view .notes .note .info,
.content .main #notes-note-list-view .notes .message .info,
.content .main #notes-note-list-view .messages .note .info,
.content .main #notes-note-list-view .messages .message .info {
  color: #7f8c8d;
  font-size: 0.85rem;
}
.content .main #home-view .notes .note .info > .d-on-hover,
.content .main #home-view .notes .message .info > .d-on-hover,
.content .main #home-view .messages .note .info > .d-on-hover,
.content .main #home-view .messages .message .info > .d-on-hover,
.content .main #clients-client-details-view .notes .note .info > .d-on-hover,
.content .main #clients-client-details-view .notes .message .info > .d-on-hover,
.content .main #clients-client-details-view .messages .note .info > .d-on-hover,
.content .main #clients-client-details-view .messages .message .info > .d-on-hover,
.content .main #clients-client-send-sms-view .notes .note .info > .d-on-hover,
.content .main #clients-client-send-sms-view .notes .message .info > .d-on-hover,
.content .main #clients-client-send-sms-view .messages .note .info > .d-on-hover,
.content .main #clients-client-send-sms-view .messages .message .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .notes .note .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .notes .message .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .messages .note .info > .d-on-hover,
.content .main #parcels-parcel-send-sms-view .messages .message .info > .d-on-hover,
.content .main #notes-note-list-view .notes .note .info > .d-on-hover,
.content .main #notes-note-list-view .notes .message .info > .d-on-hover,
.content .main #notes-note-list-view .messages .note .info > .d-on-hover,
.content .main #notes-note-list-view .messages .message .info > .d-on-hover {
  display: none;
}
.content .main #clients-client-details-view table tbody tr.with-payment-description td,
.content .main #containers-container-details-view table tbody tr.with-payment-description td,
.content .main #payments-payment-list-view table tbody tr.with-payment-description td {
  padding-bottom: 0.5rem;
  border-bottom: none;
}
.content .main #clients-client-details-view table tbody tr.payment-description td,
.content .main #containers-container-details-view table tbody tr.payment-description td,
.content .main #payments-payment-list-view table tbody tr.payment-description td {
  padding-top: 0;
  white-space: pre-wrap;
  font-size: 0.85rem;
  color: #7f8c8d;
}
.content .main #containers-container-list-view table tbody tr td.status > span,
.content .main #boxes-box-list-view table tbody tr td.status > span {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #0080c6;
}
.content .main #containers-container-list-view table tbody tr td.actions {
  padding-left: 0;
}
.content .main #containers-container-list-view table tbody tr td.actions .fi.fi-rr-time-forward, .content .main #containers-container-list-view table tbody tr td.actions .fi.fi-rr-time-past {
  top: 4px;
  margin: 0;
  font-size: 1.5rem;
  cursor: pointer;
}
.content .main #containers-container-list-view table tbody tr td.actions .fi.fi-rr-time-forward:hover, .content .main #containers-container-list-view table tbody tr td.actions .fi.fi-rr-time-past:hover {
  opacity: 0.5;
}
.content .main #clients-client-send-sms-view form input[name=phone],
.content .main #clients-client-send-sms-view form textarea,
.content .main #parcels-parcel-send-sms-view form input[name=phone],
.content .main #parcels-parcel-send-sms-view form textarea {
  font-family: monospace;
}
.content .main #clients-client-send-sms-view .messages .message > span,
.content .main #parcels-parcel-send-sms-view .messages .message > span {
  font-family: monospace;
}
.content .main #clients-client-edit-view form .free-gate-codes {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.content .main #clients-client-edit-view form .free-gate-codes span {
  display: inline-block;
  background-color: #dedede;
  padding: 2px 0.5rem;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.content .main #clients-client-edit-view form .free-gate-codes span:hover, .content .main #clients-client-edit-view form .free-gate-codes span.active {
  background-color: #1c155d;
  color: #ffffff;
}
.content .main #clients-client-add-box-view .boxes {
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.content .main #clients-client-add-box-view .boxes .box {
  margin: 0 0 2rem 0;
}
.content .main #clients-client-add-box-view .boxes .box > div {
  background-color: #0080c6;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.content .main #clients-client-add-box-view .boxes .box.opacity > div {
  background-color: #bdc3c7;
  color: #000000;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form {
  margin-top: calc(0.5rem + 22px);
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div {
  position: relative;
  border: 2px solid #dedede;
  padding: 1rem;
  margin-bottom: calc(1rem + 32px);
  z-index: 1000;
  border-radius: 4px;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div:last-child {
  margin-bottom: 0;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > .box-title {
  position: absolute;
  border: 2px solid #dedede;
  top: -32px;
  left: calc(2rem + 2px);
  height: 32px;
  line-height: 28px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0.75rem;
  border-radius: 4px 4px 0 0;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) {
  margin-bottom: 0.5rem;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title):last-child {
  margin-bottom: 0;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) textarea {
  min-height: 100%;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) p,
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) ol {
  margin-bottom: 0;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) p {
  white-space: pre;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) ol {
  padding-left: 1rem;
}
.content .main #containers-container_utilization-agreement_custom-view .custom > form > div > div:not(.box-title) ol li ol li {
  list-style: lower-alpha;
}
.content .main #boxes-box-details-view table thead tr td .box,
.content .main #clients-client-box-utilization-history-view table thead tr td .box {
  display: inline-block;
  background-color: #CBD5E1;
  padding: 3px 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  color: #000000;
  font-size: 0.85rem;
  border-radius: 4px;
}
.content .main #boxes-box-details-view table thead tr td .box:hover,
.content .main #clients-client-box-utilization-history-view table thead tr td .box:hover {
  text-decoration: none;
}

footer {
  background-color: #1c155d;
  color: #ffffff;
  padding: 80px 0;
  /* a {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 2px;
    padding-right: 10px;
    border-bottom: 2px solid #ffffff;
    text-decoration: none !important;

    &:hover {
      color: #ffffff;
      opacity: 0.6;
    }
  } */
}
footer .logo {
  display: block;
  max-width: 100%;
  max-height: 40px;
  margin-bottom: 1rem;
}
footer a {
  color: #ffffff;
  text-decoration: none !important;
}
footer a:hover {
  color: #ffffff;
  opacity: 0.6;
}
footer .contact .general .fi {
  display: inline-block;
  width: 24px;
}

@media (max-width: 750px) {
  .local-alert-line {
    left: 0.5rem;
    right: unset;
  }
  nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  nav .logo img {
    height: 25px;
  }
  nav .navbar-collapse > div > a {
    margin-top: 1rem;
  }
  nav .navbar-collapse ul {
    padding-left: 0;
  }
  nav .navbar-collapse ul li {
    list-style: none;
    padding: 0.75rem 0;
  }
  nav .navbar-collapse ul li a > span.icon {
    margin-right: 0.75rem;
  }
  .content {
    padding: 0.5rem 0;
  }
  .content > .container-fluid {
    padding: 0 0.5rem;
  }
  .content .main .actions {
    text-align: left;
    margin-top: 0.5rem;
  }
  .content .main .actions a {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .content .main form .switch-box {
    margin-bottom: 0.5rem;
  }
}