@charset "UTF-8";
/* font-family: $font-content; font-family: $font-title; */
.box .box-body .scheduler-border legend, legend.scheduler-border {
  margin-bottom: 6px;
  margin-left: -2px;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  color: #2e303d;
  font-size: 0.875rem;
  font-weight: 700; }

/*!
 *   AdminLTE v2.4.1
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <https://adminlte.io>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */
/*
 * Core: General Layout Style
 * -------------------------
 */
:root {
  --color-theme-base: 60, 141, 188;
  --color-theme-light-base: 83, 164, 211;
  --color-theme-dark-base: 32, 77, 116;
  --color-theme-dark-02-base: 40, 93, 123;
  --color-theme-dark-alt-base: 10, 48, 71;
  --color-layout-base: 60, 141, 188;
  --color-layout-light-base: 83, 164, 211;
  --color-layout-dark-base: 32, 77, 116;
  --color-bg-main-header-base: 255, 255, 255;
  --color-bg-main-logo-base: 255, 255, 255;
  --color-bg-main: 245, 245, 245;
  --color-neutral: 184, 192, 201;
  --color-content: 67, 69, 69;
  --color-content-01: 17, 17, 17;
  --color-content-07: 119, 119, 119;
  --color-title: 46, 48, 61;
  --color-theme: rgb(var(--color-theme-base));
  --color-theme-light: rgb(var(--color-theme-light-base));
  --color-theme-dark: rgb(var(--color-theme-dark-base));
  --color-theme-dark-02: rgb(var(--color-theme-dark-02-base));
  --color-theme-dark-alt: rgb(var(--color-theme-dark-alt-base));
  --color-layout: rgb(var(--color-layout-base));
  --color-layout-light: rgb(var(--color-layout-light-base));
  --color-layout-dark: rgb(var(--color-layout-dark-base));
  --color-bg-main-header: rgb(var(--color-bg-main-header-base));
  --color-bg-main-logo: rgb(var(--color-bg-main-logo-base));
  --color-green: 0, 166, 90;
  --color-danger: 229, 0, 0;
  --color-error: 221, 75, 57;
  --color-red: 221, 75, 57;
  --color-info: #00c0ef;
  --color-entrance: 0, 143, 251;
  --color-tab: var(--color-theme);
  --color-lines: 182, 188, 194;
  --color-tab-backlog: #F14D83;
  --color-tab-complete: #07AA17;
  --color-ear-right: #d8261c;
  --color-ear-left: #253f8e;
  --color-border-input: 159, 179, 191;
  --color-border-fieldset: #e8e9ea;
  --color-border-fieldset-hover: #a5a9ad;
  --bg-tr-table-blocked: #faeaea;
  --font-size-light: 300;
  --font-size-normal: 400;
  --font-size-medium: 500;
  --font-size-semi-bold: 600;
  --font-size-bold: 700;
  --border-radius: 4px;
  --transition-in: all .3s ease;
  --transition-out: all .4s ease;
  --miller-header-offset: 140px;
  --fc-neutral-text-color: rgb(var(--color-content));
  --fc-button-bg-color: var(--color-theme);
  --fc-button-border-color: var(--color-theme);
  --fc-button-hover-bg-color: var(--color-theme-light);
  --fc-button-hover-border-color: var(--color-theme-light);
  --fc-button-active-bg-color: var(--color-theme-dark);
  --fc-button-active-border-color: var(--color-theme-dark); }

html,
body {
  height: 100%;
  font-size: 16px; }

.layout-boxed html,
.layout-boxed body {
  height: 100%; }

body {
  color: #434545;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
  /*overflow-x: hidden;
  overflow-y: auto;*/ }

@media print {
  #app {
    display: none !important; } }

.font-title {
  font-family: "Inter", sans-serif; }

/* Layout */
.wrapper {
  height: 100%;
  position: relative; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative; }

/*
* Content Wrapper - contains the main content
*/
.content-wrapper {
  /* Correção de erro de altura do adim */
  min-height: 100vh !important;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820; }

.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820; }

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0; }

@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0; } }

@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0; } }

@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    transform: translate(230px, 0); } }

.content-wrapper {
  min-height: 100%;
  background-color: #f5f5f5;
  z-index: 800; }

.main-footer {
  background: white;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de; }

/* Fixed layout */
.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
  position: fixed; }

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0; }

.fixed .content-wrapper, .fixed .right-side {
  padding-top: 50px; }

.fixed.layout-boxed .wrapper {
  max-width: 100%; }

.fixed .wrapper {
  overflow: hidden; }

@media (max-width: 767px) {
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 100px; } }

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side {
  /* Fix for IE */
  transition: none; }

.hold-transition .main-header .navbar,
.hold-transition .main-header .logo {
  /* Fix for IE */
  transition: none; }

.hold-transition .menu-open .fa-angle-left {
  /* Fix for IE */
  transition: none; }

/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif; }

hr.divider {
  margin-block-start: 30px;
  margin-block-end: 28px; }

/* General Links */
a {
  color: var(--color-theme); }
  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-theme-light); }

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px; }
  .page-header > small {
    color: #a5a4a4;
    display: block;
    margin-top: 5px; }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

/* Bgs */
.text-entry {
  color: #00a65a !important; }

.text-output {
  color: #e50000 !important; }

.bg-finished {
  background: #00733e !important; }

.bg-waiting {
  background: #7ed6df !important; }

.bg-rescheduled,
.bg-scheduled {
  background: #f59906 !important; }

.bg-missed {
  background: #9ba8b1 !important; }

.bg-cancel {
  background: #f70303 !important; }

.bg-confirmed {
  background: #0073b7 !important; }

.bg-arrived {
  background: #69d791 !important; }

.full-height {
  height: 100vh; }

.w-100 {
  width: 100%; }

.mt-1 {
  margin-top: 10px; }

.d-none {
  display: none !important; }

.d-flex {
  display: flex !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

.d-xl-flex {
  display: flex !important; }

.d-xl-inline-flex {
  display: inline-flex !important; }

.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030; }
  .main-header .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0; }
    .main-header .navbar .nav > li.user > a > .fa {
      margin-right: 5px; }
    .main-header .navbar .nav > li.user > a > .glyphicon {
      margin-right: 5px; }
    .main-header .navbar .nav > li.user > a > .ion {
      margin-right: 5px; }
    .main-header .navbar .nav > li > a > .label {
      position: absolute;
      top: 9px;
      right: 7px;
      text-align: center;
      font-size: 9px;
      padding: 2px 3px;
      line-height: .9; }
  .main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
    .main-header #navbar-search-input.form-control:focus {
      border-color: rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.9); }
    .main-header #navbar-search-input.form-control:active {
      border-color: rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.9); }
    .main-header #navbar-search-input.form-control::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
      color: #ccc; }
    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
      color: #ccc; }
  .main-header .navbar-custom-menu {
    float: right; }
  .main-header .navbar-right {
    float: right; }
  .main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 14px 15px 15px;
    font-family: fontAwesome; }
    .main-header .sidebar-toggle:before {
      content: "\f0c9"; }
    .main-header .sidebar-toggle:hover {
      color: white;
      background: transparent; }
    .main-header .sidebar-toggle:focus {
      background: transparent; }
    .main-header .sidebar-toggle:active {
      background: transparent; }
    .main-header .sidebar-toggle .icon-bar {
      display: none; }
  .main-header .logo {
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    text-align: center !important;
    line-height: 50px;
    text-align: left;
    width: 230px;
    font-family: "Inter", sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden; }
    .main-header .logo .logo-lg {
      display: block; }
    .main-header .logo .logo-mini {
      display: none; }
  .main-header .navbar-brand {
    color: white; }

.layout-top-nav .main-header .navbar {
  margin-left: 0; }

.content-header {
  position: relative;
  padding: 15px 15px 0 15px; }
  .content-header > h1 {
    margin: 0;
    font-size: 24px; }
    .content-header > h1 > small {
      font-size: 15px;
      display: inline-block;
      padding-left: 4px;
      font-weight: 300; }
  .content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px; }
    .content-header > .breadcrumb > li > a {
      color: #444;
      text-decoration: none;
      display: inline-block; }
      .content-header > .breadcrumb > li > a > .fa {
        margin-right: 5px; }
      .content-header > .breadcrumb > li > a > .glyphicon {
        margin-right: 5px; }
      .content-header > .breadcrumb > li > a > .ion {
        margin-right: 5px; }
    .content-header > .breadcrumb > li + li:before {
      content: '>\00a0'; }

.navbar-toggle {
  color: white;
  border: 0;
  margin: 0;
  padding: 15px 15px; }

.btn-sair {
  line-height: 1 !important; }
  .btn-sair .fa {
    opacity: .8;
    font-size: 20px; }
  .btn-sair:hover .fa {
    opacity: 1; }

.btn-my-account {
  line-height: 1 !important; }
  .btn-my-account .fa {
    opacity: .8;
    font-size: 20px; }
  .btn-my-account:hover .fa {
    opacity: 1; }

@media (max-width: 991px) {
  .main-header .navbar-custom-menu a {
    color: inherit;
    background: transparent; }
  .main-header .navbar-right a {
    color: inherit;
    background: transparent; }
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px; }
    .content-header > .breadcrumb li:before {
      color: #97a0b3; }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left; }
    .navbar-custom-menu .navbar-nav > li {
      float: left; }
      .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px; }
  .navbar-collapse.pull-left {
    float: none !important; }
    .navbar-collapse.pull-left + .navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 40px; } }

@media (max-width: 767px) {
  .main-header {
    position: relative; }
    .main-header .navbar-right {
      float: none; }
      .main-header .navbar-right > li {
        color: inherit;
        border: 0; }
    .main-header .logo {
      width: 100%;
      float: none; }
    .main-header .navbar {
      width: 100%;
      float: none;
      margin: 0; }
    .main-header .navbar-custom-menu {
      float: right; }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px; } }

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; }

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 100px; } }

@media (max-width: 767px) {
  .main-sidebar {
    transform: translate(-230px, 0); } }

@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar {
    transform: translate(-230px, 0); } }

@media (max-width: 767px) {
  .sidebar-open .main-sidebar {
    transform: translate(0, 0); } }

.sidebar {
  padding-bottom: 10px; }

.sidebar-form input:focus {
  border-color: transparent; }

.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden; }

.user-panel:before,
.user-panel:after {
  content: " ";
  display: table; }

.user-panel:after {
  clear: both; }

.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto; }

.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px; }

.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px; }

.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px; }

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .sidebar-menu {
      padding-bottom: 65px; } }

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block; }

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px; }

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px; }

.sidebar-menu > li .badge {
  margin-top: 3px; }

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px; }

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  transition: transform 0.5s ease; }

.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px; }

/* .sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: red !important;
} */
.sidebar-menu .active.menu-open > a > .fa-angle-left,
.sidebar-menu .active.menu-open > a > .pull-right-container > .fa-angle-right {
  transform: rotate(90deg); }

.sidebar-menu .treeview-menu--floating > .menu-open > a > .fa-angle-left,
.sidebar-menu .treeview-menu--floating > .menu-open > a > .pull-right-container > .fa-angle-right {
  transform: rotate(90deg); }

.sidebar-menu .active > .treeview-menu {
  display: block; }

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px; }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px; }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px; }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none; }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px; }
  /* Style menu hover desktop */
  .sidebar-mini .sidebar-menu > li:hover > .treeview-menu--floating {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 230px;
    z-index: 900;
    width: 230px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: var(--color-layout-light); }
  .sidebar-mini .sidebar-menu > .side-bar__item--bottom:hover > .treeview-menu--floating {
    top: auto;
    bottom: 0; }
  .sidebar-mini .sidebar-menu > li.treeview.active:hover > .treeview-menu--floating {
    position: relative;
    left: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .treeview-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1); } }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  display: block !important;
  position: absolute;
  width: 232px;
  left: 50px; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: 0;
  padding: 12px 5px 12px 20px;
  background-color: inherit; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  position: relative !important;
  float: right;
  width: auto !important;
  left: 235px !important;
  top: -22px !important;
  z-index: 900; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
  display: none; }

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 42px;
  margin-left: 0; }

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
  margin-left: 50px; }

.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125); }

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden; }

.sidebar-menu:hover {
  overflow: visible; }

.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip; }

.sidebar-menu li > a {
  position: relative; }

.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  /*top: 50%;*/
  top: 45%;
  margin-top: -7px; }

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0; }

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  transition: right 0.3s ease-in-out; }

.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010; }

@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px; } }

.control-sidebar > .tab-content {
  padding: 10px 15px; }

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0; }

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0; }

@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px; } }

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px; }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0; }

.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0; }

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px; }

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none; }

@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table; }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell; } }

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px; }

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px; }

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px; }

.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px; }

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table; }

.control-sidebar-menu > li > a:after {
  clear: both; }

.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0; }

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px; }

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px; }

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0; }

.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px; }

.control-sidebar-menu .progress {
  margin: 0; }

.control-sidebar-dark {
  color: #b8c7ce; }

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: white; }

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: white; }

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: white; }

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c; }

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce; }

.control-sidebar-light {
  color: #5e5e5e; }

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7; }

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111; }

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111; }

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px; }

.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5; }

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e; }

.c-person-card {
  font-size: 0.875rem; }
  .c-person-card__title {
    margin: 0 0 7px;
    font-size: 1.125rem;
    font-weight: 700; }
    .c-person-card__title > small {
      font-size: 0.875rem; }
    .c-person-card__title > span > .btn {
      display: block;
      margin-top: 6px;
      margin-left: 0px; }
  .c-person-card__description {
    font-size: 0.813rem; }
  .c-person-card .text-muted {
    display: block;
    padding-top: 10px;
    line-height: 45px;
    text-transform: uppercase; }
  .c-person-card__historic {
    display: block;
    font-weight: 700;
    line-height: 1; }
  .c-person-card__schedule {
    font-size: 0.875rem; }
    .c-person-card__schedule > span {
      display: block;
      line-height: 1; }
      .c-person-card__schedule > span:not(:last-child) {
        margin-bottom: 13px; }
      .c-person-card__schedule > span > strong {
        font-weight: 700; }
  .c-person-card .img-responsive {
    max-width: 150px;
    border: 1px solid #9FB3BF; }
    @media (min-width: 992px) {
      .c-person-card .img-responsive {
        max-width: 60%; } }

@media (min-width: 1400px) {
  .c-person-card__title {
    line-height: 1.5; }
    .c-person-card__title > span > .btn {
      display: inline-block;
      margin-top: 0;
      margin-left: 0;
      transform: translateY(-2px); } }

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee; }

.dropdown-menu > li > a {
  color: #777; }

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px; }

.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333; }

.dropdown-menu > .divider {
  background-color: #eee; }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%; }

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: white;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: white;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center; }

@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: white !important;
    color: #444 !important; } }

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0; }

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px; }

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px; }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important; }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: white !important;
    color: #444 !important; } }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both; }

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666; }

@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9; } }

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px; }

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px; } }

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  animation: flipInX 0.7s both; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative; }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto; }

@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right; }
  .navbar-custom-menu > .navbar-nav > li {
    position: static; }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: white; } }

/*
 * Component: Form
 * ---------------
 */
/* Input group */
/* button groups */
/* support Font Awesome icons in form-control */
input,
select {
  accent-color: var(--color-theme-light); }

.radio--horizontal {
  display: flex;
  gap: 0 20px;
  margin: 0; }

.label-control-checkbox {
  margin-left: 15px;
  margin-bottom: 0;
  padding-top: 18px; }
  .label-control-checkbox--disabled {
    color: rgba(67, 69, 69, 0.3) !important;
    cursor: not-allowed !important; }
    .label-control-checkbox--disabled input[type="checkbox"] {
      outline: 1px dotted rgba(229, 0, 0, 0.3) !important; }

.checkbox-center {
  margin-left: 16px;
  padding-left: 4px;
  display: flex;
  align-items: center; }
  .checkbox-center > label {
    margin-bottom: 0 !important; }

.checkbox--slim {
  margin-top: 0;
  margin-bottom: 0; }
  .checkbox--slim > label {
    margin-bottom: 0 !important;
    padding-left: 20px !important; }

.checkbox--rows {
  padding-top: 8px; }
  .checkbox--rows > label {
    margin-top: 0;
    padding-top: 0; }

.form-group {
  margin-bottom: 12px; }
  .form-group label {
    margin-bottom: 6px;
    color: #434545;
    font-size: 0.813rem; }
    .form-group label:hover {
      color: var(--color-theme); }
  .form-group select[multiple].form-control {
    height: 142px !important;
    cursor: pointer; }
    .form-group select[multiple].form-control > option {
      padding: 7px;
      border: 1px solid white;
      transition: 0.6s all ease; }
      .form-group select[multiple].form-control > option:hover {
        border: 1px solid var(--color-theme);
        color: black;
        transition: 0.6s all ease; }

.form-control {
  min-height: 38px !important;
  border-radius: 4px;
  box-shadow: none;
  border-color: #9FB3BF;
  color: #455a67; }
  .form-control:focus {
    border-color: var(--color-theme);
    box-shadow: none; }
  .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
    color: #9FB3BF !important;
    opacity: 1; }
  .form-control:not(select) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }

textarea.form-control {
  min-height: 53px !important; }

.form-group.has-success label {
  color: #00a65a; }

.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none; }

.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none; }

.form-group.has-success .help-block {
  color: #00a65a; }

.form-group.has-warning label {
  color: #f39c12; }

.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none; }

.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none; }

.form-group.has-warning .help-block {
  color: #f39c12; }

.form-group.has-error label {
  color: #dd4b39; }

.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none; }

.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none; }

.form-group.has-error .help-block {
  color: #dd4b39; }

.form-items {
  font-size: 0.813rem; }
  .form-items > .radio {
    margin: 0 0 3px; }
    .form-items > .radio > label {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      line-height: 1; }
      .form-items > .radio > label:hover {
        color: var(--color-theme); }
      .form-items > .radio > label input[type=checkbox],
      .form-items > .radio > label input[type=radio] {
        margin-top: 0; }

.input-group .input-group-addon {
  border-color: #9FB3BF;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-color: white;
  color: #9FB3BF; }

.input-group .input-group-addon--text {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-color: #9FB3BF;
  background-color: #9FB3BF;
  color: white; }

.input-group .input-group-addon--right {
  border-color: #9FB3BF;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  background-color: white;
  color: #9FB3BF; }

.btn-group-vertical .btn.btn-flat:first-of-type {
  border-radius: 0; }

.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0; }

.icheck > label {
  padding-left: 0; }

.btn-group .btn-warning {
  padding-top: 10px;
  padding-bottom: 11px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1); }

.form-control-feedback.fa {
  line-height: 34px; }

.input-lg + .form-control-feedback.fa {
  line-height: 46px; }

.input-group-lg + .form-control-feedback.fa {
  line-height: 46px; }

.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px; }

.input-sm + .form-control-feedback.fa {
  line-height: 30px; }

.input-group-sm + .form-control-feedback.fa {
  line-height: 30px; }

.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px; }

.input-group-btn--flex {
  display: flex; }
  .input-group-btn--flex .form-control {
    flex: 1 1 100%; }
  .input-group-btn--flex .btn {
    padding: 10px 8px 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (min-width: 991px) {
  .form .form-group .control-label {
    height: 36px;
    padding-top: 8px;
    font-family: "Inter", sans-serif; }
  textarea.form-control {
    min-height: 110px !important; } }

.vc-form-control > input {
  box-shadow: none !important;
  height: 38px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  border-color: #9FB3BF !important;
  color: #455a67 !important;
  font-size: 0.813rem; }
  .vc-form-control > input:focus {
    border-color: var(--color-theme) !important;
    box-shadow: none !important; }

.vc-form-control--no-border-left > input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.c-birthday-filter {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .c-birthday-filter > div {
    padding-left: 15px;
    padding-right: 15px; }
  .c-birthday-filter__search {
    flex: 1 1 100%; }
  .c-birthday-filter__search-advanced {
    flex: 1 1 100%; }
  .c-birthday-filter .checkbox {
    margin-left: 6px; }

@media (min-width: 768px) {
  .c-birthday-filter__search {
    flex: 1 1 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .c-birthday-filter__search {
    flex: 1 1 25%;
    max-width: 25%; } }

@media (min-width: 1200px) {
  .c-birthday-filter {
    flex-direction: row; }
    .c-birthday-filter__search-advanced {
      flex: 1 1 auto;
      max-width: auto; }
      .c-birthday-filter__search-advanced > div {
        min-height: 76px; }
    .c-birthday-filter .checkbox {
      margin-left: 11px; } }

.c-form-filter__btns-center-vh {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.c-form-filter__label-radio {
  padding-left: 7px; }

.c-form-filter .row-form .form-group {
  margin-bottom: 12px; }
  .c-form-filter .row-form .form-group > label:hover {
    cursor: pointer; }

.c-form-filter .row-form--none {
  display: none;
  transition: all 0.6s ease; }

.c-form-filter .row-form--slim .form-group {
  margin-bottom: 5px; }

.c-form-filter .checkbox label {
  padding-left: 0; }

.c-form-filter .checkbox .icheckbox_square-grey {
  margin-right: 7px;
  transform: translateY(-1px); }

.c-result-paginate {
  margin: 0;
  padding: 10px 0;
  font-size: 0.75rem;
  line-height: 1; }
  .c-result-paginate--top {
    padding-bottom: 25px; }

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .small-box > .inner {
    padding: 10px; }
  .small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .small-box > .small-box-footer:hover {
      background: rgba(0, 0, 0, 0.15); }
  .small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    z-index: 5; }
  .small-box p {
    font-size: 15px;
    z-index: 5; }
    .small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px; }
  .small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15); }
  .small-box:hover {
    text-decoration: none;
    color: #f9f9f9; }
    .small-box:hover .icon {
      font-size: 95px; }

@media (max-width: 767px) {
  .small-box {
    text-align: center; }
    .small-box .icon {
      display: none; }
    .small-box p {
      font-size: 12px; } }

/*
* Component: Box
* --------------
*/
/* Widget: TODO LIST */
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.box {
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  .box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0; }
    .box .nav-stacked > li:last-of-type {
      border-bottom: none; }
  .box .border-right {
    border-right: 1px solid #f4f4f4; }
  .box .border-left {
    border-left: 1px solid #f4f4f4; }
  .box .box-group > .box {
    margin-bottom: 5px; }
  .box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em; }
  .box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .box .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px; }
    .box .overlay > .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      margin-top: -15px;
      color: #000;
      font-size: 30px; }
  .box .overlay.dark {
    background: rgba(0, 0, 0, 0.5); }

.box.box-primary {
  border-top-color: var(--color-theme); }

.box.box-info {
  border-top-color: #00c0ef; }

.box.box-danger {
  border-top-color: #dd4b39; }

.box.box-warning {
  border-top-color: #f39c12; }

.box.box-success {
  border-top-color: #00a65a; }

.box.box-default {
  border-top-color: #d2d6de; }

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none; }

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto; }

.box.box-solid {
  border-top: 0; }
  .box.box-solid > .box-header .btn.btn-default {
    background: transparent; }
  .box.box-solid > .box-header .btn:hover {
    background: rgba(0, 0, 0, 0.1); }
  .box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1); }
  .box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none; }

.box.box-solid.box-default {
  border: 1px solid #d2d6de; }
  .box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de; }
    .box.box-solid.box-default > .box-header a {
      color: #444444; }
    .box.box-solid.box-default > .box-header .btn {
      color: #444444; }

.box.box-solid.box-primary {
  border: none; }
  .box.box-solid.box-primary > .box-header {
    color: #2e303d;
    background: transparent;
    background-color: transparent; }
    .box.box-solid.box-primary > .box-header > .box-title {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 36px;
      margin-top: -10px;
      margin-bottom: 5px; }
    .box.box-solid.box-primary > .box-header a,
    .box.box-solid.box-primary > .box-header .btn {
      color: white; }

.box.box-solid.box-info {
  border: 1px solid #00c0ef; }
  .box.box-solid.box-info > .box-header {
    color: white;
    background: #00c0ef;
    background-color: #00c0ef; }
    .box.box-solid.box-info > .box-header a,
    .box.box-solid.box-info > .box-header .btn {
      color: white; }

.box.box-solid.box-danger {
  border: 1px solid #dd4b39; }
  .box.box-solid.box-danger > .box-header {
    color: white;
    background: #dd4b39;
    background-color: #dd4b39; }
    .box.box-solid.box-danger > .box-header a,
    .box.box-solid.box-danger > .box-header .btn {
      color: white; }

.box.box-solid.box-warning {
  border: 1px solid #f39c12; }
  .box.box-solid.box-warning > .box-header {
    color: white;
    background: #f39c12;
    background-color: #f39c12; }
    .box.box-solid.box-warning > .box-header a,
    .box.box-solid.box-warning > .box-header .btn {
      color: white; }

.box.box-solid.box-success {
  border: 1px solid #00a65a; }
  .box.box-solid.box-success > .box-header {
    color: white;
    background: #00a65a;
    background-color: #00a65a; }
    .box.box-solid.box-success > .box-header a,
    .box.box-solid.box-success > .box-header .btn {
      color: white; }

.box.box-solid[class*='bg'] > .box-header {
  color: white; }

.overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px; }
  .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px; }

.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative; }
  .box-header:before {
    content: " ";
    display: table; }
  .box-header:after {
    content: " ";
    display: table;
    clear: both; }
  .box-header > .fa {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-right: 5px; }
  .box-header > .glyphicon {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-right: 5px; }
  .box-header > .ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-right: 5px; }
  .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1; }
  .box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px; }
    .box-header > .box-tools [data-toggle="tooltip"] {
      position: relative; }
    .box-header > .box-tools .dropdown-menu > li > a {
      color: #444 !important; }
  .box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto; }

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  font-size: 14px; }
  .box-body:before {
    content: " ";
    display: table; }
  .box-body:after {
    content: " ";
    display: table;
    clear: both; }
  .box-body--no-padding {
    padding: 0; }
  .box-body > .table {
    margin-bottom: 0; }
  .box-body .fc {
    margin-top: 5px; }
  .box-body .full-width-chart {
    margin: -19px; }
  .box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px; }
  .box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0; }

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: white; }
  .box-footer:before {
    content: " ";
    display: table; }
  .box-footer:after {
    content: " ";
    display: table;
    clear: both; }

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4; }

.collapsed-box .box-header.with-border {
  border-bottom: none; }

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3; }
  .btn-box-tool:hover {
    color: #606c84; }

.open .btn-box-tool {
  color: #606c84; }

.btn-box-tool.btn:active {
  box-shadow: none; }

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.box-body.no-padding .full-width-chart {
  margin: -9px; }

.chart-legend {
  margin: 10px 0; }

.box-comments {
  background: #f7f7f7; }
  .box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee; }
    .box-comments .box-comment:before {
      content: " ";
      display: table; }
    .box-comments .box-comment:after {
      content: " ";
      display: table;
      clear: both; }
    .box-comments .box-comment:last-of-type {
      border-bottom: 0; }
    .box-comments .box-comment:first-of-type {
      padding-top: 0; }
    .box-comments .box-comment img {
      float: left; }
  .box-comments .comment-text {
    margin-left: 40px;
    color: #555; }
  .box-comments .username {
    color: #444;
    display: block;
    font-weight: 600; }
  .box-comments .text-muted {
    font-weight: 400;
    font-size: 12px; }

.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }
  .todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444; }
    .todo-list > li:last-of-type {
      margin-bottom: 0; }
    .todo-list > li > input[type='checkbox'] {
      margin: 0 10px 0 5px; }
    .todo-list > li .text {
      display: inline-block;
      margin-left: 5px;
      font-weight: 600; }
    .todo-list > li .label {
      margin-left: 10px;
      font-size: 9px; }
    .todo-list > li .tools {
      display: none;
      float: right;
      color: #dd4b39; }
      .todo-list > li .tools > .fa,
      .todo-list > li .tools > .glyphicon,
      .todo-list > li .tools > .ion {
        margin-right: 5px;
        cursor: pointer; }
    .todo-list > li:hover .tools {
      display: inline-block; }
  .todo-list > li.done {
    color: #999; }
    .todo-list > li.done .text {
      text-decoration: line-through;
      font-weight: 500; }
    .todo-list > li.done .label {
      background: #d2d6de !important; }
  .todo-list .danger {
    border-left-color: #dd4b39; }
  .todo-list .warning {
    border-left-color: #f39c12; }
  .todo-list .info {
    border-left-color: #00c0ef; }
  .todo-list .success {
    border-left-color: #00a65a; }
  .todo-list .primary {
    border-left-color: var(--color-theme); }
  .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px; }

.chat {
  padding: 5px 20px 5px 10px; }
  .chat .item {
    margin-bottom: 10px; }
    .chat .item:before {
      content: " ";
      display: table; }
    .chat .item:after {
      content: " ";
      display: table;
      clear: both; }
    .chat .item > img {
      width: 40px;
      height: 40px;
      border: 2px solid transparent;
      border-radius: 50%; }
    .chat .item > .online {
      border: 2px solid #00a65a; }
    .chat .item > .offline {
      border: 2px solid #dd4b39; }
    .chat .item > .message {
      margin-left: 55px;
      margin-top: -40px; }
      .chat .item > .message > .name {
        display: block;
        font-weight: 600; }
    .chat .item > .attachment {
      border-radius: 3px;
      background: #f4f4f4;
      margin-left: 65px;
      margin-right: 15px;
      padding: 10px; }
      .chat .item > .attachment > h4 {
        margin: 0 0 5px 0;
        font-weight: 600;
        font-size: 14px; }
      .chat .item > .attachment > p {
        font-weight: 600;
        font-size: 13px;
        font-style: italic;
        margin: 0; }
      .chat .item > .attachment > .filename {
        font-weight: 600;
        font-size: 13px;
        font-style: italic;
        margin: 0; }
      .chat .item > .attachment:before {
        content: " ";
        display: table; }
      .chat .item > .attachment:after {
        content: " ";
        display: table;
        clear: both; }

.box-input {
  max-width: 200px; }

.modal .panel-body {
  color: #444; }

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px; } }

.info-box {
  display: block;
  min-height: 90px;
  background: white;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px; }
  .info-box small {
    font-size: 14px; }
  .info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    border-radius: 0; }
    .info-box .progress .progress-bar {
      border-radius: 0;
      background: white; }

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2); }
  .info-box-icon > img {
    max-width: 100%; }

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px; }

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px; }

.progress-description {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0; }

.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase; }

.info-box-more {
  display: block; }

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px; }
  .timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-item {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      margin-top: 0;
      background: white;
      color: #444;
      margin-left: 60px;
      margin-right: 15px;
      padding: 0;
      position: relative; }
      .timeline > li > .timeline-item > .time {
        color: #999;
        float: right;
        padding: 10px;
        font-size: 12px; }
      .timeline > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 16px;
        line-height: 1.1; }
        .timeline > li > .timeline-item > .timeline-header > a {
          font-weight: 600; }
      .timeline > li > .timeline-item > .timeline-body {
        padding: 10px; }
      .timeline > li > .timeline-item > .timeline-footer {
        padding: 10px; }
    .timeline > li > .fa {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0; }
    .timeline > li > .glyphicon {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0; }
    .timeline > li > .ion {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0; }
  .timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: white;
    border-radius: 4px; }

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none; }
  .timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd; }

/*
 * Component: Button
 * -----------------
 */
.btn-group__actions > a,
.btn-group__actions > button {
  margin-right: 4px; }

.btn {
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: white;
  line-height: .9;
  transition: all 0.3s ease; }
  .btn.uppercase {
    text-transform: uppercase; }

.btn-radius {
  border-radius: 4px !important;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; }
  .btn-radius:hover, .btn-radius:focus {
    transition: all 0.6s ease;
    box-shadow: 0px 4px 12px 0px rgba(60, 141, 188, 0.18); }

.btn-column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 38px;
  white-space: normal;
  line-height: 1.1;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.btn-regular-size {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 36px; }
  .btn-regular-size > .fa {
    margin-right: 10px;
    font-size: 140%; }

.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:focus {
  outline: none; }

.btn.btn-file {
  position: relative;
  overflow: hidden; }

.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn-default {
  padding: 10px 16px 11px;
  background-color: #b8c0c9;
  color: white;
  border-color: #b8c0c9;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1); }
  .btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #8f9eaf;
    border-color: #8f9eaf;
    box-shadow: 0px 4px 12px 0px rgba(60, 141, 188, 0.18);
    color: white; }

.btn-clear,
.btn-close {
  padding: 10px 16px 11px;
  background-color: transparent;
  border: 2px solid #b8c0c9;
  color: #b8c0c9;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1; }
  .btn-clear:hover, .btn-clear:active, .btn-clear.hover,
  .btn-close:hover,
  .btn-close:active,
  .btn-close.hover {
    background-color: #e50000;
    border-color: #e50000;
    color: white;
    box-shadow: 0px 4px 20px 0px rgba(229, 0, 0, 0.4); }

.btn-primary {
  padding: 10px 16px 11px;
  background-color: var(--color-theme);
  border-color: var(--color-theme);
  font-family: "Inter", sans-serif;
  font-size: 13px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.hover {
    background-color: var(--color-theme-dark-02);
    border-color: var(--color-theme-dark-02);
    box-shadow: 0px 4px 12px 0px rgba(60, 141, 188, 0.18); }
    .btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus:hover, .btn-primary:focus:focus, .btn-primary.hover:hover, .btn-primary.hover:focus {
      background-color: var(--color-theme-dark-02);
      border-color: var(--color-theme-dark-02); }
  .btn-primary--outline {
    background-color: transparent;
    color: var(--color-theme); }
    .btn-primary--outline:hover, .btn-primary--outline:focus {
      background-color: var(--color-theme-dark);
      border-color: var(--color-theme-dark);
      color: white; }

.btn-primary--60p {
  background-color: rgba(var(--color-theme-base), 0.75);
  border-color: rgba(var(--color-theme-base), -75); }
  .btn-primary--60p:hover, .btn-primary--60p:active, .btn-primary--60p:focus, .btn-primary--60p.hover {
    background-color: #285d7b;
    border-color: #285d7b; }

.btn-success,
.btn-confirm,
.btn-new {
  border-color: #00a65a;
  background: #00a65a;
  font-family: "Inter", sans-serif; }
  .btn-success:hover, .btn-success:focus, .btn-success:active,
  .btn-confirm:hover,
  .btn-confirm:focus,
  .btn-confirm:active,
  .btn-new:hover,
  .btn-new:focus,
  .btn-new:active {
    background: #008749;
    border-color: #008749;
    color: white;
    box-shadow: 0px 4px 15px 0px rgba(0, 166, 90, 0.4); }

.btn-confirm {
  font-size: 13px; }

.btn-warning,
.btn-utility {
  background-color: #f39c12;
  border-color: #f39c12; }
  .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.hover,
  .btn-utility:hover,
  .btn-utility:active,
  .btn-utility:focus,
  .btn-utility.hover {
    background-color: #c87f0a;
    border-color: #c87f0a; }

.btn-pending {
  background-color: #f39c12;
  border-color: #f39c12; }
  .btn-pending:hover, .btn-pending:active, .btn-pending:focus, .btn-pending.hover {
    background-color: #c87f0a;
    border-color: #c87f0a;
    color: white; }

.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6; }

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info.hover {
  background-color: #00acd6; }

.btn-danger {
  padding: 4px 10px 3px 9px;
  background-color: #e50000;
  border-color: #e50000; }

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.hover {
  background-color: #a80000; }

.btn-danger .glyphicon {
  font-size: 9px !important;
  top: 0 !important; }

.btn-danger .glyphicon {
  font-size: 9px !important;
  top: 0 !important; }

.btn-negative {
  background-color: #e50000;
  border-color: #e50000; }
  .btn-negative:hover, .btn-negative:active, .btn-negative:focus, .btn-negative.hover {
    border-color: #a80000;
    background-color: #a80000;
    color: white; }

.btn-no-note {
  padding: 4px 10px 3px 9px;
  background-color: #FC300D;
  border-color: #FC300D; }

.btn-no-note:hover,
.btn-no-note:active,
.btn-no-note:focus,
.btn-no-note.hover {
  color: white;
  background-color: #E60100; }

.btn-no-note .glyphicon {
  font-size: 9px !important;
  top: 0 !important; }

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b; }

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.hover {
  background-color: #e08e0b; }

.btn-alternative {
  background-color: #f59906;
  border-color: #f59906;
  font-size: 13px; }

.btn-alternative:hover,
.btn-alternative:active,
.btn-alternative:focus,
.btn-alternative.hover {
  color: white;
  background-color: #dc8905;
  border-color: #dc8905; }

.btn-outline {
  border: 1px solid white;
  background: transparent;
  color: white; }

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.btn-create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-bottom: 10px;
  padding: 0 20px;
  border-color: #00a65a;
  background: #00a65a;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1; }
  @media (min-width: 992px) {
    .btn-create {
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .btn-create {
      padding: 0 36px; } }
  .btn-create:hover, .btn-create:focus, .btn-create:active {
    background: #008749;
    border-color: #008749;
    box-shadow: 0px 4px 20px 0px rgba(0, 166, 90, 0.4); }
  .btn-create .glyphicon,
  .btn-create .fa {
    transform: translateY(-1px);
    margin-right: 5px; }

.btn-adria {
  height: 24px;
  padding: 10px 16px 11px;
  background-color: #285e7d;
  color: white;
  border-color: #285e7d;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1); }
  .btn-adria:hover, .btn-adria:active, .btn-adria.hover {
    background-color: #367ca5;
    border-color: #367ca5;
    box-shadow: 0px 4px 12px 0px rgba(60, 141, 188, 0.18); }
  .btn-adria__logo {
    display: inline-block;
    width: 12px;
    height: 8px; }
    .btn-adria__logo > img {
      max-width: 12px;
      transform: translateY(0px) translateX(-2px); }
  .btn-adria__text {
    display: inline-block;
    transform: translateY(1px); }

.btn-create--outline {
  margin-bottom: 10px;
  border: 1px solid #00a65a;
  background: transparent;
  color: #00a65a;
  font-family: "Inter", sans-serif;
  font-size: 13px; }
  .btn-create--outline:hover, .btn-create--outline:focus, .btn-create--outline:active {
    background: #008749;
    border-color: #008749;
    color: white; }
  .btn-create--outline > .glyphicon {
    margin-right: 2px; }

.btn-xs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 7px;
  border-radius: 3px !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 1; }
  .btn-xs .glyphicon {
    font-size: 8px;
    top: 0; }
  .btn-xs > .fa-edit,
  .btn-xs > .glyphicon-pencil {
    margin-right: 3px; }
  .btn-xs > .fa-fw.fa-plus {
    transform: translateY(1px); }

.btn-load-product {
  -webkit-border-top-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-radius-topright: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-color: rgba(150, 163, 177, 0.5) !important;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05) !important; }

.btn-back {
  padding: 10px 16px 11px;
  background-color: transparent;
  border: 2px solid #aab3be;
  color: #aab3be;
  font-family: "Inter", sans-serif;
  font-size: 13px; }
  .btn-back:hover, .btn-back:active, .btn-back:focus, .btn-back.hover {
    background-color: var(--color-theme-dark);
    border-color: var(--color-theme-dark);
    color: white;
    cursor: pointer; }

.btn-open-more {
  display: inline-flex;
  align-items: center;
  height: 36px;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn-open-more__block {
    flex: 1 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-right: 10px;
    border-radius: 4px;
    border: 2px solid #00a65a;
    color: #00a65a;
    font-size: 22px;
    line-height: 1;
    transition: all 0.3s ease; }
    .btn-open-more__block:after {
      content: "\f067";
      font-family: FontAwesome; }
  .btn-open-more__text {
    display: none;
    flex: 1 0 auto;
    color: rgba(67, 69, 69, 0.65);
    font-size: 13px;
    font-weight: 700; }
    .btn-open-more__text--close {
      display: none; }
    @media (min-width: 768px) {
      .btn-open-more__text {
        display: block; } }
  .btn-open-more:hover, .btn-open-more:focus, .btn-open-more:active {
    transition: all 0.6s ease; }
    .btn-open-more:hover .btn-open-more__block, .btn-open-more:focus .btn-open-more__block, .btn-open-more:active .btn-open-more__block {
      background: #008749;
      border-color: #008749;
      box-shadow: 0px 4px 15px 0px rgba(0, 166, 90, 0.4);
      color: white;
      transition: all 0.6s ease; }
    .btn-open-more:hover .btn-open-more__text, .btn-open-more:focus .btn-open-more__text, .btn-open-more:active .btn-open-more__text {
      color: #008749; }
  .btn-open-more.is-active .btn-open-more__block {
    background: var(--color-theme);
    border-color: var(--color-theme);
    color: white; }
    .btn-open-more.is-active .btn-open-more__block:after {
      content: "\f068"; }
  .btn-open-more.is-active .btn-open-more__text--open {
    display: none; }
  .btn-open-more.is-active .btn-open-more__text--close {
    display: inline; }

.btn-link {
  box-shadow: none;
  color: #285e7d; }

.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }

.btn-app {
  pointer-events: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  margin: 0 0 10px 10px;
  color: rgba(102, 102, 102, 0.7) !important;
  border: 2px solid rgba(102, 102, 102, 0.6);
  font-size: 12px;
  line-height: 1; }
  .btn-app:hover, .btn-app:active, .btn-app:focus {
    background: #444 !important;
    color: white !important;
    border-color: #444;
    box-shadow: 0px 4px 12px 0px rgba(60, 141, 188, 0.18); }
  .btn-app > .fa,
  .btn-app > .glyphicon,
  .btn-app > .ion {
    margin-right: 10px;
    font-size: 146%;
    display: block; }
  .btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400; }

.btn-inline {
  display: inline;
  margin-left: 15px; }

.btn-patient-information {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 25px;
  padding: 0;
  color: #333;
  line-height: 1;
  transform: translateY(-3px); }
  .btn-patient-information:hover {
    color: white;
    background: #9ba8b1; }
  .btn-patient-information > span {
    transform: translateX(-1px); }

.btn-action {
  padding: 10px 16px 11px !important; }
  .btn-action--margin {
    margin: 0 7px !important; }

.c-title {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 700; }
  .c-title--small {
    font-size: 1.063rem; }
  .c-title__margin-15 {
    margin-bottom: 15px; }

.text-area {
  white-space: pre-wrap; }

.title-content {
  margin-block-end: 14px;
  font-size: 1.375rem;
  font-weight: 700; }
  .title-content--xl {
    font-size: 1.75rem; }
    @media (min-width: 992px) {
      .title-content--xl {
        font-size: 2rem; } }
  .title-content--lg {
    font-size: 1.5rem; }
    @media (min-width: 992px) {
      .title-content--lg {
        font-size: 1.75rem; } }
  .title-content--md {
    font-size: 1.375rem; }
  .title-content--sm {
    font-size: 1.125rem; }
  .title-content--xs {
    font-size: 0.938rem; }
  .title-content--xxs {
    font-size: 0.813rem; }

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }
  .callout a {
    color: white;
    text-decoration: underline; }
    .callout a:hover {
      color: #eee; }
  .callout h4 {
    margin-top: 0;
    font-weight: 600; }
  .callout p:last-child {
    margin-bottom: 0; }
  .callout code {
    background-color: white; }
  .callout .highlight {
    background-color: white; }

.callout__modal {
  margin: 0 0 25px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eee; }
  .callout__modal h4 {
    margin-bottom: 6px;
    font-size: 16px; }
  .callout__modal .modal-schedule-status-info--icon {
    display: inline-block;
    width: 30px;
    height: 10px;
    margin-right: 7px;
    border-radius: 15px; }
  .callout__modal #modal-schedule-status-info {
    font-size: 12px;
    opacity: .65; }

.callout.callout-danger {
  border-color: #e50000; }

.callout.callout-warning {
  border-color: #c87f0a; }

.callout.callout-info {
  border-color: #0097bc; }

.callout.callout-success {
  border-color: #00733e; }

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px; }
  .alert h4 {
    font-weight: 600; }
  .alert .icon {
    margin-right: 10px; }
  .alert .close {
    color: black;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .alert .close:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .alert a {
    color: white;
    text-decoration: underline; }

.alert-success {
  border-color: #008d4c; }

.alert-danger {
  border-color: #d73925; }

.alert-error {
  border-color: #d73925; }

.alert-warning {
  border-color: #e08e0b; }

.alert-info {
  border-color: #00acd6; }

/*
 * Component: Nav
 * --------------
 */
/* NAV PILLS */
/* NAV STACKED */
/* NAV TABS */
/* PAGINATION */
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #444;
  background: #f7f7f7; }

.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444; }
  .nav-pills > li > a > .fa {
    margin-right: 5px; }
  .nav-pills > li > a > .glyphicon {
    margin-right: 5px; }
  .nav-pills > li > a > .ion {
    margin-right: 5px; }

.nav-pills > li.active > a {
  border-top-color: var(--color-theme);
  font-weight: 600; }
  .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: var(--color-theme); }

.nav-stacked > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
  border-radius: 0;
  padding-inline: 0;
  border-left: none;
  color: #434545; }
  .nav-stacked > li > a:hover, .nav-stacked > li > a:focus {
    background: transparent;
    color: var(--color-theme-light); }
  .nav-stacked > li > a > b {
    font-weight: 400;
    flex: 1; }
  .nav-stacked > li > a > span {
    display: block;
    width: 20px;
    height: 100%;
    color: var(--color-theme); }
    .nav-stacked > li > a > span .fa-plus {
      color: var(--color-theme); }
    .nav-stacked > li > a > span .fa-minus {
      color: #dd4b39; }

.nav-stacked > li.active > a {
  color: #434545; }
  .nav-stacked > li.active > a:hover {
    background: transparent;
    color: var(--color-theme-light);
    border-top: 0;
    border-left-color: var(--color-theme); }

.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase; }

.nav-tabs-custom {
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  .nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .nav-tabs-custom > .nav-tabs > li {
      border-top: 3px solid transparent;
      margin-bottom: -2px;
      margin-right: 5px; }
      .nav-tabs-custom > .nav-tabs > li > a {
        color: #444;
        border-radius: 0;
        background: transparent;
        margin: 0; }
        .nav-tabs-custom > .nav-tabs > li > a:hover {
          background: transparent;
          margin: 0;
          color: #999; }
      .nav-tabs-custom > .nav-tabs > li > a.text-muted {
        color: #999; }
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        border-color: transparent; }
      .nav-tabs-custom > .nav-tabs > li:first-of-type {
        margin-left: 0; }
      .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
        border-left-color: transparent; }
    .nav-tabs-custom > .nav-tabs > li.disabled > a {
      color: #777; }
    .nav-tabs-custom > .nav-tabs > li.active {
      border-top-color: var(--color-theme); }
      .nav-tabs-custom > .nav-tabs > li.active > a {
        background-color: white;
        color: #444;
        border-top-color: transparent;
        border-left-color: #f4f4f4;
        border-right-color: #f4f4f4; }
      .nav-tabs-custom > .nav-tabs > li.active:hover > a {
        background-color: white;
        color: #444; }
    .nav-tabs-custom > .nav-tabs > li.header {
      line-height: 35px;
      padding: 0 10px;
      font-size: 20px;
      color: #444; }
      .nav-tabs-custom > .nav-tabs > li.header > .fa {
        margin-right: 5px; }
      .nav-tabs-custom > .nav-tabs > li.header > .glyphicon {
        margin-right: 5px; }
      .nav-tabs-custom > .nav-tabs > li.header > .ion {
        margin-right: 5px; }
  .nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important; }
    .nav-tabs-custom > .nav-tabs.pull-right > li {
      float: right; }
      .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
        margin-right: 0; }
        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
          border-left-width: 1px; }
      .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
        border-left-color: #f4f4f4;
        border-right-color: transparent; }
  .nav-tabs-custom > .tab-content {
    background: white;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999; }

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: var(--color-theme); }

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef; }

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39; }

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12; }

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a; }

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de; }

.pagination {
  font-size: 0.813rem; }
  .pagination > li > a {
    background: #fafafa;
    color: #666; }

.pagination.pagination-flat > li > a {
  border-radius: 0 !important; }

.w-25 {
  width: 25% !important; }

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

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*
 * Component: Table
 * ----------------
 */
.table > thead {
  background: #fafaf8; }
  .table > thead > tr > th {
    border-top: 1px solid #f4f4f4;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 3px solid #B6BCC2 !important;
    font-family: "Inter", sans-serif;
    color: #434545;
    font-size: 0.813rem; }
  .table > thead > tr > td {
    border-top: 1px solid #f4f4f4; }

.table > tbody > tr > th {
  border-top: 1px solid #f4f4f4; }

.table > tbody > tr > td {
  border-top: 1px solid #f4f4f4;
  font-size: 12px;
  vertical-align: middle; }

.table > tbody > tr:last-child > td .btn-group .dropdown-menu {
  top: auto !important;
  bottom: 100% !important; }

.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4; }

.table tr td .progress {
  margin-top: 5px; }

.table .label {
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 500;
  line-height: 1; }

.table-striped > tbody > tr {
  background-color: #f4f6f7; }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white; }

.table-hover > tbody > tr:hover {
  background-color: #dfe5e8;
  transition: all 0.3s ease; }
  .table-hover > tbody > tr:hover:nth-of-type(odd) {
    background-color: #dfe5e8;
    transition: all 0.6s ease; }

.table-bordered {
  border: #f4f4f4;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07); }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border: 1px solid #f4f4f4;
    border-bottom-width: 2px; }
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td {
    border: 1px solid #f4f4f4; }
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4; }

.table.no-border {
  border: 0; }
  .table.no-border td,
  .table.no-border th {
    border: 0; }

.table-col th {
  border-color: #e4e5e5 !important;
  border-right: none !important;
  border-left: none !important; }

.table-col td {
  border-color: #e4e5e5 !important;
  border-right: none !important;
  border-left: none !important; }

.table-col tr td:nth-child(even) {
  background: #f6f7f7 !important; }

.table-col--thead-th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 3px solid #b5ae98 !important;
  background: #fafaf8 !important;
  font-family: "Inter", sans-serif;
  color: #434545 !important;
  font-size: 14px; }

.table-col__hour {
  font-size: 12px !important;
  opacity: .7; }

.table-responsive .table tr th {
  white-space: nowrap; }

.table-h-scroll {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd; }

.table-h-scroll > .table {
  table-layout: fixed;
  width: 100%; }

.table-no-scroll {
  overflow-y: visible;
  overflow-x: visible; }

table.text-center {
  text-align: center; }
  table.text-center td {
    text-align: center; }
  table.text-center th {
    text-align: center; }

.table.align th {
  text-align: left; }

.table.align td {
  text-align: right; }

/* Columns width */
.table-col-id {
  width: 100px; }

.table-col-cod {
  width: 120px; }

.table-col-1,
.table-col-2,
.table-col-3,
.table-col-4 {
  width: 180px; }

@media (min-width: 576px) {
  .table-col-cod {
    width: 130px; }
  .table-col-1 {
    width: 180px; }
  .table-col-2 {
    width: 280px; }
  .table-col-3 {
    width: 400px; }
  .table-col-4 {
    width: 530px; } }

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444; }

.label-mb0 {
  margin-bottom: 0 !important; }

.label-title {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 0.813rem; }

.label-tag {
  display: inline-block;
  width: 31px;
  height: 12px;
  margin-right: 4px;
  border-radius: 25px;
  transform: translateY(2px); }

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0; }

.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0); }

.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
  transition: transform 0.5s ease-in-out; }

.direct-chat-msg {
  display: block;
  margin-bottom: 10px; }
  .direct-chat-msg:before {
    content: " ";
    display: table; }
  .direct-chat-msg:after {
    content: " ";
    display: table;
    clear: both; }

.direct-chat-text {
  display: block;
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444; }
  .direct-chat-text:after {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 5px;
    margin-top: -5px; }
  .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px; }

.direct-chat-contacts {
  transition: transform 0.5s ease-in-out;
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: white;
  overflow: auto; }

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0; }
  .right .direct-chat-text:after {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de; }
  .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de; }

.right .direct-chat-img {
  float: right; }

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px; }

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px; }
  .direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: white; }
    .direct-chat-info .right > .direct-chat-text:after {
      border-left-color: #00c0ef; }
    .direct-chat-info .right > .direct-chat-text:before {
      border-left-color: #00c0ef; }

.direct-chat-name {
  font-weight: 600; }

.direct-chat-timestamp {
  color: #999; }

.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0); }

.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0; }
  .contacts-list > li:before {
    content: " ";
    display: table; }
  .contacts-list > li:after {
    content: " ";
    display: table;
    clear: both; }
  .contacts-list > li:last-of-type {
    border-bottom: none; }

.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left; }

.contacts-list-info {
  margin-left: 45px;
  color: white; }

.contacts-list-name {
  display: block;
  font-weight: 600; }

.contacts-list-status {
  display: block;
  font-size: 12px; }

.contacts-list-date {
  color: #aaa;
  font-weight: normal; }

.contacts-list-msg {
  color: #999; }

.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: white; }
  .direct-chat-danger .right > .direct-chat-text:after {
    border-left-color: #dd4b39; }
  .direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39; }

.direct-chat-primary .right > .direct-chat-text {
  background: var(--color-theme);
  border-color: var(--color-theme);
  color: white; }
  .direct-chat-primary .right > .direct-chat-text:after {
    border-left-color: var(--color-theme); }
  .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: var(--color-theme); }

.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: white; }
  .direct-chat-warning .right > .direct-chat-text:after {
    border-left-color: #f39c12; }
  .direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12; }

.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: white; }
  .direct-chat-success .right > .direct-chat-text:after {
    border-left-color: #00a65a; }
  .direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a; }

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center; }
  .users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto; }
  .users-list > li > a:hover {
    color: #999; }
    .users-list > li > a:hover .users-list-name {
      color: #999; }

.users-list-name {
  display: block;
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.users-list-date {
  display: block;
  color: #999;
  font-size: 12px; }

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px; }

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3); }

.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0; }

.modal-header {
  border-bottom-color: #f4f4f4; }

.modal-title {
  font-weight: 600; }

.modal-body {
  font-size: 0.875rem; }
  .modal-body > fieldset {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.modal-footer {
  border-top-color: #f4f4f4;
  font-size: 0.813rem;
  line-height: 1; }
  .modal-footer__info {
    margin-bottom: 10px; }

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095; }

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a; }

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc; }

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e; }

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #e50000; }

.modal-xxl {
  width: 94vw; }

@media (min-width: 768px) {
  .modal-title {
    font-size: 1.375rem; }
  .modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); } }

@media (min-width: 1200px) {
  .modal-title {
    font-size: 1.563rem;
    font-weight: 800; } }

@media (min-width: 1300px) {
  .modal-xxl {
    width: 1220px; } }

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative; }

.widget-user .widget-user-header {
  padding: 20px;
  min-height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize; }

.widget-user .widget-user-desc {
  margin-top: 0;
  opacity: .75; }

.widget-user .widget-user-image {
  position: absolute;
  top: 50px;
  right: 15px;
  margin-left: -45px; }
  .widget-user .widget-user-image > img {
    width: 80px;
    height: 80px;
    border: 3px solid white;
    background: white;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2); }

.widget-user .box-footer {
  padding-top: 30px; }

.widget-user .box-footer__modal {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.widget-user__modal .widget-user-header {
  padding: 20px;
  min-height: 110px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: -15px -15px 25px -15px;
  color: #2e303d; }
  .widget-user__modal .widget-user-header--finished {
    background: #00733e;
    color: white; }
  .widget-user__modal .widget-user-header--waiting, .widget-user__modal .widget-user-header--neutral {
    background: #7ed6df; }
  .widget-user__modal .widget-user-header--rescheduled, .widget-user__modal .widget-user-header--scheduled {
    background: #f59906; }
  .widget-user__modal .widget-user-header--missed {
    background: #9ba8b1; }
  .widget-user__modal .widget-user-header--cancel {
    background: #f70303;
    color: white; }
  .widget-user__modal .widget-user-header--confirmed {
    background: #0073b7;
    color: white; }
  .widget-user__modal .widget-user-header--arrived {
    background: #69d791; }

.widget-user__modal .widget-user-username {
  font-family: "Inter", sans-serif;
  font-weight: 700; }

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  margin-left: 75px; }

.widget-user-2 .widget-user-desc {
  margin-top: 0;
  margin-left: 75px; }

.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left; }

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px; }
  .treeview-menu .treeview-menu {
    padding-left: 20px; }
  .treeview-menu > li {
    margin: 0; }
    .treeview-menu > li > a {
      padding: 5px 5px 5px 15px;
      display: block;
      font-size: 14px; }
      .treeview-menu > li > a > .fa {
        width: 20px; }
      .treeview-menu > li > a > .glyphicon {
        width: 20px; }
      .treeview-menu > li > a > .ion {
        width: 20px; }
      .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
        width: auto; }
      .treeview-menu > li > a > .pull-right-container > .fa-angle-down {
        width: auto; }
      .treeview-menu > li > a > .fa-angle-left {
        width: auto; }
      .treeview-menu > li > a > .fa-angle-down {
        width: auto; }

@media (min-width: 992px) {
  .widget-user .widget-user-image__modal {
    top: 55px; }
    .widget-user .widget-user-image__modal > img {
      width: 100px;
      height: 100px;
      border: 4px solid white; } }

/*
* Page: Mailbox
* -------------
*/
.mailbox-messages > .table {
  margin: 0; }

.mailbox-controls {
  padding: 5px; }

.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4; }

.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px; }
  .mailbox-read-info h3 {
    font-size: 20px;
    margin: 0; }
  .mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0; }

.mailbox-read-time {
  color: #999;
  font-size: 13px; }

.mailbox-read-message {
  padding: 10px; }

.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px; }

.mailbox-attachment-name {
  font-weight: bold;
  color: #666; }

.mailbox-attachment-icon {
  display: block;
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px; }

.mailbox-attachment-info {
  display: block;
  padding: 10px;
  background: #f4f4f4; }

.mailbox-attachment-size {
  display: block;
  color: #999;
  font-size: 12px; }

.mailbox-attachment-icon.has-img {
  padding: 0; }
  .mailbox-attachment-icon.has-img > img {
    max-width: 100%;
    height: auto; }

/*
* Page: Lock Screen
* -----------------
*/
/* ADD THIS CLASS TO THE <BODY> TAG */
/* User name [optional] */
/* Will contain the image and the sign in form */
/* User image */
/* Contains the password input and the login button */
.lockscreen {
  background: #d2d6de; }
  .lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600; }

.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }
  .lockscreen-logo a {
    color: #444; }

.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%; }

.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: white;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px; }

.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: white;
  padding: 5px;
  z-index: 10; }
  .lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px; }

.lockscreen-credentials {
  margin-left: 70px; }
  .lockscreen-credentials .form-control {
    border: 0; }
  .lockscreen-credentials .btn {
    background-color: white;
    border: 0;
    padding: 0 10px; }

.lockscreen-footer {
  margin-top: 10px; }

/*
* Page: Login & Register
* ----------------------
*/
.login-logo,
.register-logo {
  margin-bottom: 15px; }
  .login-logo a,
  .register-logo a {
    color: #444; }

.login-page,
.register-page {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  font-size: 0.875rem; }
  .login-page .position-ref,
  .register-page .position-ref {
    align-self: center; }

.login-box,
.register-box {
  width: 360px;
  margin: 7% auto; }

.login-box-body,
.register-box-body {
  background: white;
  padding: 20px;
  border-top: 0;
  color: #666;
  background: white;
  border: 1px solid #e4e5e5;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12); }
  .login-box-body .form-control-feedback,
  .register-box-body .form-control-feedback {
    color: #777; }

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px; }

.social-auth-links {
  margin: 10px 0; }

@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px; } }

/*
* Page: 400 and 500 error pages
* ------------------------------
*/
.error-page {
  width: 600px;
  margin: 20px auto 0 auto; }
  .error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300; }
  .error-page > .error-content {
    margin-left: 190px;
    display: block; }
    .error-page > .error-content > h3 {
      font-weight: 300;
      font-size: 25px; }

@media (max-width: 991px) {
  .error-page {
    width: 100%; }
    .error-page > .headline {
      float: none;
      text-align: center; }
    .error-page > .error-content {
      margin-left: 0; }
      .error-page > .error-content > h3 {
        text-align: center; } }

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: white;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px; }

.invoice-title {
  margin-top: 0; }

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de; }

.profile-username {
  font-size: 21px;
  margin-top: 5px; }

.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666; }
  .post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .post .user-block {
    margin-bottom: 15px; }

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social.btn-lg {
  padding-left: 61px; }

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social.btn-sm {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0; }

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-social-icon.btn-lg {
  padding-left: 61px; }

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em; }

.btn-social-icon.btn-sm {
  padding-left: 38px; }

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social-icon.btn-xs {
  padding-left: 30px; }

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%; }

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0; }

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0; }

.btn-adn {
  color: white;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:focus,
.btn-adn.focus {
  color: white;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:hover {
  color: white;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: white;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none; }

.btn-adn .badge {
  color: #d87a68;
  background-color: white; }

.btn-bitbucket {
  color: white;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: white;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:hover {
  color: white;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: white;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none; }

.btn-bitbucket .badge {
  color: #205081;
  background-color: white; }

.btn-dropbox {
  color: white;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:focus,
.btn-dropbox.focus {
  color: white;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:hover {
  color: white;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: white;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none; }

.btn-dropbox .badge {
  color: #1087dd;
  background-color: white; }

.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:focus,
.btn-facebook.focus {
  color: white;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover {
  color: white;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: white;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook .badge {
  color: #3b5998;
  background-color: white; }

.btn-flickr {
  color: white;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:focus,
.btn-flickr.focus {
  color: white;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:hover {
  color: white;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: white;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none; }

.btn-flickr .badge {
  color: #ff0084;
  background-color: white; }

.btn-foursquare {
  color: white;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:focus,
.btn-foursquare.focus {
  color: white;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:hover {
  color: white;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: white;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none; }

.btn-foursquare .badge {
  color: #f94877;
  background-color: white; }

.btn-github {
  color: white;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:focus,
.btn-github.focus {
  color: white;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:hover {
  color: white;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: white;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none; }

.btn-github .badge {
  color: #444444;
  background-color: white; }

.btn-google {
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:focus,
.btn-google.focus {
  color: white;
  background-color: #e50000;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover {
  color: white;
  background-color: #e50000;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: white;
  background-color: #e50000;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google .badge {
  color: #dd4b39;
  background-color: white; }

.btn-instagram {
  color: white;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:focus,
.btn-instagram.focus {
  color: white;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:hover {
  color: white;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: white;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none; }

.btn-instagram .badge {
  color: #3f729b;
  background-color: white; }

.btn-linkedin {
  color: white;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: white;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:hover {
  color: white;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: white;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none; }

.btn-linkedin .badge {
  color: #007bb6;
  background-color: white; }

.btn-microsoft {
  color: white;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:focus,
.btn-microsoft.focus {
  color: white;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:hover {
  color: white;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: white;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none; }

.btn-microsoft .badge {
  color: #2672ec;
  background-color: white; }

.btn-openid {
  color: white;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:focus,
.btn-openid.focus {
  color: white;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:hover {
  color: white;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: white;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none; }

.btn-openid .badge {
  color: #f7931e;
  background-color: white; }

.btn-pinterest {
  color: white;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:focus,
.btn-pinterest.focus {
  color: white;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:hover {
  color: white;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: white;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none; }

.btn-pinterest .badge {
  color: #cb2027;
  background-color: white; }

.btn-reddit {
  color: black;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:focus,
.btn-reddit.focus {
  color: black;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:hover {
  color: black;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: black;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none; }

.btn-reddit .badge {
  color: #eff7ff;
  background-color: black; }

.btn-soundcloud {
  color: white;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: white;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:hover {
  color: white;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: white;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none; }

.btn-soundcloud .badge {
  color: #ff5500;
  background-color: white; }

.btn-tumblr {
  color: white;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:focus,
.btn-tumblr.focus {
  color: white;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:hover {
  color: white;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: white;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none; }

.btn-tumblr .badge {
  color: #2c4762;
  background-color: white; }

.btn-twitter {
  color: white;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:focus,
.btn-twitter.focus {
  color: white;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover {
  color: white;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: white;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter .badge {
  color: #55acee;
  background-color: white; }

.btn-vimeo {
  color: white;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:focus,
.btn-vimeo.focus {
  color: white;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:hover {
  color: white;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: white;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none; }

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: white; }

.btn-vk {
  color: white;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:focus,
.btn-vk.focus {
  color: white;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:hover {
  color: white;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: white;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none; }

.btn-vk .badge {
  color: #587ea3;
  background-color: white; }

.btn-yahoo {
  color: white;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:focus,
.btn-yahoo.focus {
  color: white;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:hover {
  color: white;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: white;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none; }

.btn-yahoo .badge {
  color: #720e9e;
  background-color: white; }

.btn.btn-default.active {
  background-color: var(--color-theme) !important;
  border-color: var(--color-theme) !important;
  color: #fff; }

.btn-secure-adria {
  display: inline-flex;
  align-items: center;
  height: 41px;
  margin-top: 4px;
  margin-right: 11px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 0;
  float: left;
  color: white;
  font-size: 13px;
  line-height: 1;
  transition: all 0.3s ease; }
  .btn-secure-adria:hover, .btn-secure-adria:focus {
    background: rgba(235, 235, 235, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
    transition: all 0.6s ease; }
  .btn-secure-adria > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 41px;
    border-right: 1px solid rgba(255, 255, 255, 0.4); }
    .btn-secure-adria > div > img {
      max-width: 23px; }
  .btn-secure-adria > span {
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 992px) {
  .btn-secure-adria {
    display: none; } }

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px; }

.margin {
  margin: 10px; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-r-5 {
  margin-right: 5px; }

.inline {
  display: inline; }

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center; }

.description-block.margin-bottom {
  margin-bottom: 25px; }

.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px; }

.description-block > .description-text {
  text-transform: uppercase; }

.description-block__modal {
  text-align: left; }

.description-block__modal > .description-header {
  font-size: 22px; }

.description-block__modal > .description-text {
  font-size: 12px;
  opacity: .6; }

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: white !important; }

.bg-gray {
  color: black;
  background-color: #d2d6de !important; }

.bg-gray-light {
  background-color: #f7f7f7; }

.bg-black {
  background-color: #111111 !important; }

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.label-error,
.label-close,
.modal-danger .modal-body {
  background-color: #dd4b39 !important; }

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important; }

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important; }

.bg-blue {
  background-color: #0073b7 !important; }

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: var(--color-theme) !important; }

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important; }

.bg-navy {
  background-color: #001f3f !important; }

.bg-teal {
  background-color: #39cccc !important; }

.bg-olive {
  background-color: #3d9970 !important; }

.bg-lime {
  background-color: #01ff70 !important; }

.bg-orange {
  background-color: #ff851b !important; }

.bg-fuchsia {
  background-color: #f012be !important; }

.bg-purple {
  background-color: #605ca8 !important; }

.bg-maroon {
  background-color: #d81b60 !important; }

.bg-gray-active {
  color: black;
  background-color: #b5bbc8 !important; }

.bg-black-active {
  background-color: black !important; }

.bg-tema {
  color: white;
  background: var(--color-theme) !important; }

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important; }

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important; }

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important; }

.bg-blue-active {
  background-color: #005384 !important; }

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important; }

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important; }

.bg-navy-active {
  background-color: #001a35 !important; }

.bg-teal-active {
  background-color: #30bbbb !important; }

.bg-olive-active {
  background-color: #368763 !important; }

.bg-lime-active {
  background-color: #00e765 !important; }

.bg-orange-active {
  background-color: #ff7701 !important; }

.bg-fuchsia-active {
  background-color: #db0ead !important; }

.bg-purple-active {
  background-color: #555299 !important; }

.bg-maroon-active {
  background-color: #ca195a !important; }

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65); }

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

.text-yellow {
  color: #f39c12 !important; }

.text-aqua {
  color: #00c0ef !important; }

.text-blue {
  color: #0073b7 !important; }

.text-black {
  color: #111111 !important; }

.text-light-blue {
  color: var(--color-theme) !important; }

.text-green {
  color: #00a65a !important; }

.text-gray {
  color: #d2d6de !important; }

.text-navy {
  color: #001f3f !important; }

.text-teal {
  color: #39cccc !important; }

.text-olive {
  color: #3d9970 !important; }

.text-lime {
  color: #01ff70 !important; }

.text-orange {
  color: #ff851b !important; }

.text-fuchsia {
  color: #f012be !important; }

.text-purple {
  color: #605ca8 !important; }

.text-maroon {
  color: #d81b60 !important; }

.link-muted {
  color: #7a869d; }

.link-muted:hover,
.link-muted:focus {
  color: #606c84; }

.link-black {
  color: #666; }

.link-black:hover,
.link-black:focus {
  color: #999; }

.hide {
  display: none !important; }

.no-border {
  border: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-shadow {
  box-shadow: none !important; }

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.flat {
  border-radius: 0 !important; }

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700; }

.text-sm {
  font-size: 12px; }

.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important; }

.bg-teal-gradient {
  background: #39cccc !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: white; }

.bg-light-blue-gradient {
  background: var(--color-theme) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='$color-theme', GradientType=0) !important;
  color: white; }

.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: white; }

.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='$color-info', GradientType=0) !important;
  color: white; }

.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='$color-warning', GradientType=0) !important;
  color: white; }

.bg-purple-gradient {
  background: #605ca8 !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: white; }

.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='$color-green', GradientType=0) !important;
  color: white; }

.bg-red-gradient {
  background: #dd4b39 !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='$color-error', GradientType=0) !important;
  color: white; }

.bg-black-gradient {
  background: #111111 !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: white; }

.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: white; }

.description-block .description-icon {
  font-size: 16px; }

.no-pad-top {
  padding-top: 0; }

.position-static {
  position: static !important; }

.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666; }

.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0; }

.list-link > a {
  padding: 4px;
  color: #777; }

.list-link > a:hover {
  color: #222; }

.font-light {
  font-weight: 300; }

.user-block:before,
.user-block:after {
  content: " ";
  display: table; }

.user-block:after {
  clear: both; }

.user-block img {
  width: 40px;
  height: 40px;
  float: left; }

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px; }

.user-block .username {
  font-size: 16px;
  font-weight: 600; }

.user-block .description {
  color: #999;
  font-size: 13px; }

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px; }

.user-block.user-block-sm .username {
  font-size: 14px; }

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left; }

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important; }

.img-sm + .img-push {
  margin-left: 40px; }

.img-md {
  width: 60px;
  height: 60px; }

.img-md + .img-push {
  margin-left: 70px; }

.img-lg {
  width: 100px;
  height: 100px; }

.img-lg + .img-push {
  margin-left: 110px; }

.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px; }

.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px; }

.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7; }

.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left; }

.attachment-block .attachment-pushed {
  margin-left: 110px; }

.attachment-block .attachment-heading {
  margin: 0; }

.attachment-block .attachment-text {
  color: #555; }

.connectedSortable {
  min-height: 100px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px; }

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.chart {
  position: relative;
  overflow: hidden;
  width: 100%; }

.chart svg,
.chart canvas {
  width: 100% !important; }

.overflow-x-scroll {
  overflow-x: scroll; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--color-theme-dark);
  border-color: var(--color-theme-dark); }

.box .box-body .scheduler-border {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: white;
  border: 1px solid #E8E9EA !important; }
  .box .box-body .scheduler-border__text {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .box .box-body .scheduler-border__text {
        margin-bottom: 0; } }
  .box .box-body .scheduler-border--result-filter {
    font-size: .813rem; }
    .box .box-body .scheduler-border--result-filter:last-child {
      margin-bottom: 0 !important; }
  .box .box-body .scheduler-border legend {
    margin-bottom: 6px;
    margin-left: -2px;
    background: transparent !important;
    border: none !important;
    box-shadow: none;
    color: #2e303d;
    font-weight: 700 !important;
    font-size: .875rem !important; }
  .box .box-body .scheduler-border .btn-clear {
    margin-left: 15px; }

.box-content {
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 6px;
  background: white;
  border: 1px solid #e4e5e5;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); }
  .box-content.tab-content {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
    box-shadow: none;
    border: 1px solid #B6BCC2;
    border-top: none; }
  .box-content--row {
    margin: 0;
    padding: 13px 0; }
    .box-content--row:before {
      display: table;
      content: " "; }
    .box-content--row:after {
      display: table;
      content: " ";
      clear: both; }
  .box-content--remove-fieldset fieldset.scheduler-border {
    margin-left: -15px !important;
    margin-right: -15px !important;
    background: white !important;
    border: none !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0) !important; }
  .box-content--no-padding {
    padding: 0 0; }
  .box-content--aside {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    border: 1px solid #e4e5e5;
    margin-top: 9px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); }
    .box-content--aside h4 {
      margin-bottom: 15px; }
  .box-content .box-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -20px;
    background-color: rgba(var(--color-theme-base), 0.06); }

.box-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 6px;
  background: white;
  border: 1px solid #e4e5e5;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.06); }
  .box-wrapper--transparent {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none; }

.box-collapse .box-header {
  padding: 13px 6px;
  cursor: pointer; }
  .box-collapse .box-header > .box-title {
    color: #434545;
    font-size: 1.375rem;
    font-weight: 700; }
    .box-collapse .box-header > .box-title > .fa {
      margin-right: 4px;
      font-size: 20px;
      opacity: .5;
      transform: translateY(-1px); }
  .box-collapse .box-header > .box-tools {
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .box-collapse .box-header > .box-tools > .btn-box-tool {
      color: rgba(67, 69, 69, 0.5);
      letter-spacing: 0.6pt;
      text-transform: uppercase;
      line-height: 1; }
      .box-collapse .box-header > .box-tools > .btn-box-tool > .fa {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        margin-left: 6px;
        border: 2px solid rgba(67, 69, 69, 0.5);
        border-radius: 3px;
        color: var(--color-theme);
        font-size: 15px; }
      .box-collapse .box-header > .box-tools > .btn-box-tool:hover {
        color: var(--color-theme); }
        .box-collapse .box-header > .box-tools > .btn-box-tool:hover > .fa {
          border-color: var(--color-theme); }

.box-collapse .btn-collapse-title[aria-expanded=false] .btn-box-tool--minus,
.box-collapse .btn-collapse-title[aria-expanded=false] .fa-minus {
  display: none !important; }

.box-collapse .btn-collapse-title[aria-expanded=true] .btn-box-tool--minus {
  display: inline !important; }

.box-collapse .btn-collapse-title[aria-expanded=true] .fa-minus {
  display: inline-flex !important; }

.box-collapse .btn-collapse-title[aria-expanded=false] .btn-box-tool--plus {
  display: inline !important; }

.box-collapse .btn-collapse-title[aria-expanded=false] .fa-plus {
  display: inline-flex !important; }

.box-collapse .btn-collapse-title[aria-expanded=true] .btn-box-tool--plus,
.box-collapse .btn-collapse-title[aria-expanded=true] .fa-plus {
  display: none !important; }

/* Active e desactive btn label expandir and diminuir no collaps */
.panel {
  border: 1px solid #e4e5e5;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12); }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs > li {
    font-size: 0.813rem;
    font-weight: 600; }
  .nav-tabs > li.active > a {
    color: #434545;
    cursor: default;
    background-color: white;
    border: 1px solid #B6BCC2;
    border-bottom-color: transparent; }
    .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      color: #434545;
      cursor: default;
      background-color: white;
      border: 1px solid #B6BCC2;
      border-bottom-color: transparent; }
  .nav-tabs .fa {
    margin-right: 5px; }

.title-dashboard {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700; }

.m-proximas-consultas {
  padding-top: 8px;
  margin-bottom: 45px; }
  .m-proximas-consultas__header {
    margin-bottom: 20px; }
  .m-proximas-consultas__item {
    margin-bottom: 10px;
    padding: 13px 10px;
    background: white;
    border-top: 3px solid #2b70e2;
    border-radius: 5px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
    font-size: 12px; }
    .m-proximas-consultas__item__title {
      font-weight: 700;
      margin: 0 0 4px 0;
      font-size: inherit; }
    .m-proximas-consultas__item__excluir {
      display: inline-block;
      padding: 3px 4px 2px;
      color: white;
      background: #dd4b39;
      border-radius: 3px;
      line-height: 1; }
      .m-proximas-consultas__item__excluir:hover, .m-proximas-consultas__item__excluir:focus {
        background: #8b0707;
        color: white; }
    .m-proximas-consultas__item__horario {
      display: inline-block;
      margin-left: 3px;
      padding: 3px 4px 2px;
      color: white;
      background: var(--color-theme);
      border-radius: 3px;
      line-height: 1; }
    .m-proximas-consultas__item__medico {
      margin-top: 4px;
      margin-bottom: 2px;
      color: rgba(67, 69, 69, 0.9); }
    .m-proximas-consultas__item__especialidade {
      margin-top: 4px;
      color: rgba(67, 69, 69, 0.9); }
    .m-proximas-consultas__item__text {
      color: rgba(67, 69, 69, 0.9); }
  .m-proximas-consultas__footer {
    margin-top: 10px; }

.m-atalhos {
  margin-bottom: 45px; }
  .m-atalhos__btn {
    display: flex;
    -ms-flex-wrap: row nowrap;
    -webkit-flex-wrap: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--color-theme);
    color: white;
    line-height: 1;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease; }
    .m-atalhos__btn:hover, .m-atalhos__btn:focus {
      background: var(--color-theme-dark);
      color: white;
      transition: 0.5s ease;
      box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.25); }
    .m-atalhos__btn--col {
      align-self: center; }
      .m-atalhos__btn--col .fa {
        font-size: 30px; }
    .m-atalhos__btn--icon {
      width: 60px; }
    .m-atalhos__btn--text {
      width: 100%; }

.m-grafico {
  margin-bottom: 45px; }
  .m-grafico__title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .m-grafico__title small {
      font-size: 60%;
      font-family: "Inter", sans-serif;
      font-weight: 400; }

.box-header .small-box {
  padding-left: 7px;
  border-radius: 5px;
  background: #b8c0c9;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); }
  .box-header .small-box h3 {
    margin-bottom: 0;
    color: white;
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  .box-header .small-box p {
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); }
  .box-header .small-box .icon {
    top: -2px;
    right: 25px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 67px;
    opacity: 0; }

.box-header .bg-orange {
  background: #fcb75d;
  background: linear-gradient(to right, #fcb75d 0%, #e96d2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb75d', endColorstr='#e96d2e',GradientType=1 );
  border: 1px solid #f89c55; }

.box-header .bg-purple {
  background: #d86997;
  background: linear-gradient(to right, #d86997 0%, #a1549c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86997', endColorstr='#a1549c',GradientType=1 );
  border: 1px solid #c36199; }

.box-header .bg-blue {
  background: #4dd6e4;
  background: linear-gradient(to right, #4dd6e4 0%, #2957c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dd6e4', endColorstr='#2957c8',GradientType=1 );
  border: 1px solid #44b2db; }

.box-header .bg-green {
  background: #73e8a4;
  background: linear-gradient(to right, #73e8a4 0%, #328daa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73e8a4', endColorstr='#328daa',GradientType=1 );
  border: 1px solid #5bc7a6; }

.m-bloco {
  margin-bottom: 45px; }
  .m-bloco__content {
    padding: 0; }
    .m-bloco__content .table-bordered {
      margin-bottom: 0;
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0); }
  .m-bloco__header {
    padding-top: 5px;
    padding-bottom: 16px; }
  .m-bloco__footer {
    padding-top: 13px; }

.text-capitalize {
  text-transform: capitalize; }

.schedule_cancel {
  opacity: .57; }

.boxDtView1 .DtViewF1 {
  width: 100%;
  height: 52px; }

.boxDtView1 .dtView-hora1 {
  font-size: 20px;
  color: #31536d;
  font-weight: 600;
  width: 100%;
  height: 18px;
  line-height: 12px;
  clear: both; }

.DtViewF1 .dtView-dia1 {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  color: #31536d;
  font-weight: 600;
  line-height: 42px;
  width: 45%;
  float: left; }

.DtViewF1 .dtView-mes1 {
  font-size: 18px;
  width: 50%;
  float: right; }

.DtViewF1 .dtView-ano1 {
  font-size: 12px;
  color: #949494;
  width: 50%;
  line-height: 6px;
  float: right; }

.box-news {
  border: 1px solid #61487d; }
  .box-news > .box-header {
    color: white;
    background: #61487d;
    background-color: #61487d; }

.box-bluedark {
  border: 1px solid #313365; }
  .box-bluedark > .box-header {
    color: white;
    background: #313365;
    background-color: #313365; }

.box-reddark {
  border: 1px solid #792323; }
  .box-reddark > .box-header {
    color: white;
    background: #792323;
    background-color: #792323; }

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.0em 1.0em 1.0em !important;
  margin: 0 1.0em 1.5em 1.0em !important;
  box-shadow: none; }

legend.scheduler-border {
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px 0;
  border-bottom: none; }

.hide {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.show {
  position: relative;
  top: 0;
  left: 0; }

#mdListarPacientes #listaPacientes table tbody tr td:hover {
  cursor: pointer; }

.info-box-content a {
  color: white; }
  .info-box-content a:hover {
    text-decoration: underline;
    color: white; }

.tr-sm {
  font-size: 12px !important; }

.marginbottom10 {
  margin-bottom: 10px; }

.margintop10 {
  margin-top: 10px; }

.margintop20 {
  margin-top: 20px; }

.margintop25 {
  margin-top: 25px; }

.margintop30 {
  margin-top: 30px; }

.margintop40 {
  margin-top: 40px; }

.box .overlay {
  z-index: 2000 !important; }
  .box .overlay > .fa {
    position: fixed !important;
    top: 90% !important;
    left: 90% !important; }

.overlay-wrapper .overlay {
  z-index: 2000 !important; }
  .overlay-wrapper .overlay > .fa {
    position: fixed !important;
    top: 90% !important;
    left: 90% !important; }

.name-item-calendar {
  width: auto;
  max-width: 100px; }

#btn_expand_additional_information {
  margin: 0 1.0em 1.5em 1.0em !important; }

#fieldset_addtional_information {
  display: none; }

.list_modal {
  cursor: pointer; }

.form-inline .appointment label {
  display: block; }

.form-inline .appointment .form-group {
  width: 100%;
  margin-bottom: 10px; }

.form-inline .appointment select.form-control {
  display: block;
  width: 100%; }

.form-inline .appointment input.form-control {
  display: block;
  width: 100%; }

.image_preview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 10px;
  border: 1px solid #B6BCC2;
  overflow: hidden; }

.tab-pane--boxed {
  padding: 17px 15px;
  background-color: rgba(182, 188, 194, 0.04);
  border: 1px solid #B6BCC2;
  font-size: 0.875rem; }

@media (min-width: 992px) {
  .m-atalhos__btn {
    grid-template-columns: 84px 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px; }
    .m-atalhos__btn--icon {
      width: 84px; }
    .m-atalhos__btn--col .fa {
      font-size: 40px; }
  .box-header .small-box h3 {
    font-size: 45px; }
  .box-header .small-box p {
    font-size: 16px;
    font-weight: 700; }
  .box-header .small-box .icon {
    opacity: 1; }
  .m-grafico__title small {
    padding-left: 25px; } }

.c-block-print {
  display: none; }
  @media print {
    .c-block-print {
      display: block  !important;
      padding: 50px 100px;
      border: 3px solid black;
      text-align: center; } }

.have-notification {
  display: inline-block;
  position: relative; }
  .have-notification:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50%);
    right: calc(50%);
    width: 10px;
    height: 10px;
    background-color: tomato;
    border-radius: 100%;
    transform: translateY(-100%) translateX(110%); }

.c-modal-information .modal-header {
  border-top: 4px solid var(--color-theme-light); }

.c-modal-information-item {
  font-size: 0.813rem; }
  .c-modal-information-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #9FB3BF; }
  .c-modal-information-item__content {
    padding-left: 13px; }
    .c-modal-information-item__content > p,
    .c-modal-information-item__content > div {
      opacity: .8; }
  .c-modal-information-item__title {
    position: relative;
    margin-bottom: 5px;
    font-size: .913rem;
    font-weight: 700; }
    .c-modal-information-item__title:before {
      content: '';
      position: absolute;
      top: 5px;
      left: -13px;
      display: block;
      width: 6px;
      height: 6px;
      background-color: #b8c0c9;
      border-radius: 100%; }
  .c-modal-information-item__thumb {
    padding-top: 10px; }

@media (max-width: 768px) {
  .c-zindex-above-header {
    position: relative !important;
    z-index: 1031 !important; } }

div[x-placement="top-start"] .vc-popover-content {
  transform: scale(0.75) translateY(135px); }

.fa-custom {
  display: inline-block;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .fa-custom--nav {
    margin-bottom: -5px; }

.fa-custom--manufacturers {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgyNTUsMjU1LDI1NSwgLjgpO3RyYW5zZm9ybTogO21zRmlsdGVyOjsiPjxwYXRoIGQ9Im0yMS44NTcgOC40ODUtMy01QS45OTcuOTk3IDAgMCAwIDE4IDNoLTQuNTg2bC0uNzA3LS43MDdhLjk5OS45OTkgMCAwIDAtMS40MTQgMEwxMC41ODYgM0g2YS45OTcuOTk3IDAgMCAwLS44NTcuNDg1bC0zIDVBMS4wMDEgMS4wMDEgMCAwIDAgMi4wMDIgOUgydjEwYTEgMSAwIDAgMCAxIDFoMThhMSAxIDAgMCAwIDEtMVY5aC0uMDAyYzAtLjE3OC0uMDQ2LS4zNTYtLjE0MS0uNTE1ek0yMCAxOGgtNnYtNGgtNHY0SDR2LThoMi40MTRsLjI5My0uMjkzIDItMkwxMiA0LjQxNGw0LjI5MyA0LjI5MyAxIDEgLjI5My4yOTNIMjB2OHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMS44OTUiIGN5PSI5Ljg5NSIgcj0iMi4xMDUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik02IDEyaDJ2M0g2em0xMCAwaDJ2M2gtMnoiPjwvcGF0aD48L3N2Zz4="); }

.fa-custom--providers {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgyNTUsMjU1LDI1NSwgLjgpO3RyYW5zZm9ybTogO21zRmlsdGVyOjsiPjxwYXRoIGQ9Ik0xOSAySDljLTEuMTAzIDAtMiAuODk3LTIgMnY1LjU4NmwtNC43MDcgNC43MDdBMSAxIDAgMCAwIDMgMTZ2NWExIDEgMCAwIDAgMSAxaDE2YTEgMSAwIDAgMCAxLTFWNGMwLTEuMTAzLS44OTctMi0yLTJ6bS04IDE4SDV2LTUuNTg2bDMtMyAzIDNWMjB6bTggMGgtNnYtNGEuOTk5Ljk5OSAwIDAgMCAuNzA3LTEuNzA3TDkgOS41ODZWNGgxMHYxNnoiPjwvcGF0aD48cGF0aCBkPSJNMTEgNmgydjJoLTJ6bTQgMGgydjJoLTJ6bTAgNC4wMzFoMlYxMmgtMnpNMTUgMTRoMnYyaC0yem0tOCAxaDJ2Mkg3eiI+PC9wYXRoPjwvc3ZnPg=="); }

.fa-custom--escorts {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgyNTUsMjU1LDI1NSwgLjgpO3RyYW5zZm9ybTogO21zRmlsdGVyOjsiPjxwYXRoIGQ9Ik0xNi42MDQgMTEuMDQ4YTUuNjcgNS42NyAwIDAgMCAuNzUxLTMuNDRjLS4xNzktMS43ODQtMS4xNzUtMy4zNjEtMi44MDMtNC40NGwtMS4xMDUgMS42NjZjMS4xMTkuNzQyIDEuOCAxLjc5OSAxLjkxOCAyLjk3NGEzLjY5MyAzLjY5MyAwIDAgMS0xLjA3MiAyLjk4NmwtMS4xOTIgMS4xOTIgMS42MTguNDc1QzE4Ljk1MSAxMy43MDEgMTkgMTcuOTU3IDE5IDE4aDJjMC0xLjc4OS0uOTU2LTUuMjg1LTQuMzk2LTYuOTUyeiI+PC9wYXRoPjxwYXRoIGQ9Ik05LjUgMTJjMi4yMDYgMCA0LTEuNzk0IDQtNHMtMS43OTQtNC00LTQtNCAxLjc5NC00IDQgMS43OTQgNCA0IDR6bTAtNmMxLjEwMyAwIDIgLjg5NyAyIDJzLS44OTcgMi0yIDItMi0uODk3LTItMiAuODk3LTIgMi0yem0xLjUgN0g4Yy0zLjMwOSAwLTYgMi42OTEtNiA2djFoMnYtMWMwLTIuMjA2IDEuNzk0LTQgNC00aDNjMi4yMDYgMCA0IDEuNzk0IDQgNHYxaDJ2LTFjMC0zLjMwOS0yLjY5MS02LTYtNnoiPjwvcGF0aD48L3N2Zz4="); }

.fa-custom--employees {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgyNTUsMjU1LDI1NSwgLjgpO3RyYW5zZm9ybTogO21zRmlsdGVyOjsiPjxjaXJjbGUgY3g9IjEyIiBjeT0iNCIgcj0iMiI+PC9jaXJjbGU+PHBhdGggZD0iTTE1IDIyVjloNVY3SDR2Mmg1djEzaDJ2LTdoMnY3eiI+PC9wYXRoPjwvc3ZnPg=="); }

.c-icon-reconciliation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding: 2px;
  background-color: #9ba8b1;
  border-radius: 50%;
  font-size: 11px;
  transform: translateY(-1px); }
  .c-icon-reconciliation > .fa {
    font-size: inherit;
    color: #2e303d; }

.table-responsive-x-auto {
  overflow-x: auto; }

/*
* Component: Custom fieldsets
* --------------
*/
.c-fieldset-internal {
  margin: 0 0 1.5em 0 !important;
  padding: 0 1.0em 1.0em 1.0em !important;
  background-color: white;
  border: 1px solid #E8E9EA;
  font-size: 0.813rem;
  transition: border-color .3s ease; }
  .c-fieldset-internal:hover {
    border-color: #a5a9ad;
    transition: border-color .6s ease; }
  .c-fieldset-internal__title {
    width: auto;
    margin-bottom: 6px;
    margin-left: -2px;
    padding: 0 10px;
    border: none;
    background: white;
    color: #2e303d;
    font-weight: 700;
    font-size: .875rem; }

.c-summary-info {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .c-summary-info:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: white; }
  .c-summary-info:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white; }
  .c-summary-info__item {
    flex: 0 0 33.3333%;
    padding: 10px;
    border-bottom: 1px solid #D9DCDE;
    border-right: 1px solid #D9DCDE; }
    .c-summary-info__item:last-child {
      border-right: none; }
  .c-summary-info__value {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1; }
    @media (min-width: 768px) {
      .c-summary-info__value {
        font-size: 1.8rem; } }
    @media (min-width: 1310px) {
      .c-summary-info__value {
        font-size: 2.5rem; } }
    .c-summary-info__value--money {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .c-summary-info__value--money {
          display: flex;
          align-items: center;
          min-height: 28px;
          font-size: 1.375rem; } }
      @media (min-width: 1310px) {
        .c-summary-info__value--money {
          min-height: 40px;
          font-size: 1.375rem; } }
    .c-summary-info__value--money-small {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .c-summary-info__value--money-small {
          display: flex;
          align-items: center;
          min-height: 28px; } }
      @media (min-width: 1310px) {
        .c-summary-info__value--money-small {
          font-size: 1.125rem; } }
      @media (min-width: 1510px) {
        .c-summary-info__value--money-small {
          min-height: 40px;
          font-size: 1.25rem; } }
  .c-summary-info__label {
    display: block;
    color: rgba(67, 69, 69, 0.65);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7pt;
    line-height: 1.25; }

.c-chart-col {
  margin-bottom: 20px; }

.c-chart-info {
  height: 100%;
  margin-top: 3px;
  padding: 20px 15px;
  background: white;
  border: 1px solid #e4e5e5;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.06); }
  .c-chart-info__header {
    display: block;
    margin: 3px 0 23px 0;
    color: rgba(67, 69, 69, 0.65);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7pt;
    line-height: 1; }

@media (min-width: 768px) {
  .c-summary-info__item {
    flex: 0 0 1;
    padding: 18px; } }

@media (min-width: 1310px) {
  .c-summary-info__item {
    flex: 0 0 16.666%; } }

@media (min-width: 1550px) {
  .c-summary-info__item:nth-child(6n+1) {
    padding-left: 0; } }

/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important; }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0) !important; }
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important; }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0; }
  .invoice-col {
    float: left;
    width: 33.3333333%; }
  .table-responsive {
    overflow: auto; }
    .table-responsive > .table tr th, .table-responsive > .table tr td {
      white-space: normal !important; } }

.c-initial-commands {
  text-align: right;
  pointer-events: none; }

.btn-group-inline-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .btn-group-inline-flex > .btn {
    margin-left: 15px; }
    .btn-group-inline-flex > .btn:first-child {
      margin-left: 0; }

.btn-group-inline > .btn:not(:last-child) {
  margin-right: 15px; }

.btn-group-flex {
  display: flex;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px; }
  .btn-group-flex > button {
    flex: 1;
    align-self: center;
    height: 35px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1;
    background: white;
    color: #434545;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s all ease; }
    .btn-group-flex > button:disabled {
      opacity: .3;
      pointer-events: none; }
    .btn-group-flex > button:focus {
      transition: 0.6s all ease;
      transform: scale(0.97);
      outline: none; }
  .btn-group-flex > button#modal-button-confirm {
    color: #2f7bfd; }
  .btn-group-flex > button#modal-button-rescheduling {
    color: #fba811; }
  .btn-group-flex > button#modal-button-has_arrived {
    color: #69d791; }
  .btn-group-flex > button#modal-button-did_not_attend {
    color: #fa4c2c; }
  .btn-group-flex > button#modal-start-attendance {
    color: white;
    background: #00a65a; }
  .btn-group-flex > button#modal-edit-schedule {
    color: white;
    background: #fba811; }
  .btn-group-flex > button#modal-cancel-schedule {
    color: white;
    background: #fa4c2c; }
  .btn-group-flex__footer {
    margin-bottom: -15px;
    margin-left: -14px;
    margin-right: -14px;
    padding: 20px 10px;
    background: #f0f1f5;
    border-radius: none; }
    @media (max-width: 767px) {
      .btn-group-flex__footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px; }
        .btn-group-flex__footer > * {
          width: 100%;
          min-height: 36px; } }

.btn-group-flex > button:hover, .btn-group-flex > button:focus {
  background: #b3b3b3;
  transition: 0.6s all ease; }

.btn-group-flex > button > .fa, .btn-group-flex > button > .glyphicon {
  font-size: 12px; }

.btn-group-flex > button#modal-button-confirm:hover, .btn-group-flex > button#modal-button-confirm:focus {
  color: white;
  background: #2f7bfd;
  box-shadow: 0px 2px 10px 0px rgba(47, 123, 253, 0.5); }

.btn-group-flex > button#modal-button-rescheduling:hover, .btn-group-flex > button#modal-button-rescheduling:focus {
  color: white;
  background: #fba811;
  box-shadow: 0px 2px 10px 0px rgba(251, 168, 17, 0.5); }

.btn-group-flex > button#modal-button-has_arrived:hover, .btn-group-flex > button#modal-button-has_arrived:focus {
  color: white;
  background: #5cba7e;
  box-shadow: 0px 2px 10px 0px rgba(92, 186, 126, 0.5); }

.btn-group-flex > button#modal-button-did_not_attend:hover, .btn-group-flex > button#modal-button-did_not_attend:focus {
  color: white;
  background: #fa4c2c;
  box-shadow: 0px 2px 10px 0px rgba(250, 76, 44, 0.5); }

.btn-group-flex > button#modal-start-attendance:hover, .btn-group-flex > button#modal-start-attendance:focus {
  color: white;
  background: #008749;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }

.btn-group-flex > button#modal-edit-schedule:hover, .btn-group-flex > button#modal-edit-schedule:focus {
  color: white;
  background: #dd9410;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }

.btn-group-flex > button#modal-cancel-schedule:hover, .btn-group-flex > button#modal-cancel-schedule:focus {
  color: white;
  background: #da3415;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); }

@media (min-width: 768px) {
  .c-initial-commands {
    margin-top: -63px;
    margin-bottom: 10px; } }

.c-loading {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center; }
  .c-loading__title {
    margin-bottom: 15px;
    font-weight: 700; }

@media (min-width: 768px) {
  .c-loading--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 96vh; }
  .c-loading__title {
    font-weight: 800;
    font-size: 1.7rem; } }

.c-customer__title-edit-tag {
  display: block;
  position: relative;
  width: 215px;
  max-width: 100%;
  font-size: 0.813rem;
  line-height: 1;
  text-transform: uppercase; }
  .c-customer__title-edit-tag > span {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f5f5f5; }
  .c-customer__title-edit-tag > b {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--color-theme);
    border-radius: 25px;
    transform: translateY(-50%); }

.c-customer-list__profile-tags {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 5px 7px 1px 0;
  border-radius: 25px;
  line-height: 1; }

details {
  border: 1px solid #E8E9EA;
  border-top-color: var(--color-theme);
  background-color: white;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px; }
  details:not(:last-child) {
    margin-block-end: 10px; }
  details:hover {
    border-top-color: var(--color-light); }
  details > summary {
    display: flex;
    gap: 0 12px;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-theme);
    list-style: none; }
    details > summary::-webkit-details-marker {
      display: none; }
    details > summary > span {
      flex: 1; }
    details > summary:hover {
      color: var(--color-theme-light); }
  details > div {
    margin-block-end: 8px;
    padding-inline: 16px; }

.c-graphs-row {
  padding-top: 60px;
  padding-bottom: 50px; }

.c-graphs-block__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1; }
  .c-graphs-block__title:after {
    content: '';
    width: 32px;
    height: 7px;
    border-radius: 10px; }
  .c-graphs-block__title--right:after {
    background-color: #d8261c; }
  .c-graphs-block__title--left:after {
    background-color: #253f8e; }

.c-graphs-block__ref {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 12px 30px;
  justify-content: start;
  font-size: .75rem; }
  .c-graphs-block__ref--first {
    margin-bottom: 60px; }
  .c-graphs-block__ref > div:first-child {
    grid-column: 1 / -1;
    margin-bottom: 7px;
    opacity: .5;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .c-graphs-block__ref > div > span {
    display: block;
    line-height: 1.1; }

.c-metry-exam__symbol {
  position: sticky;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  max-width: 100%;
  height: 53px;
  max-height: 53px;
  margin-bottom: 60px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  font-size: 2.188rem;
  font-weight: 800;
  line-height: 1; }
  .c-metry-exam__symbol--right {
    color: #d8261c; }
  .c-metry-exam__symbol--left {
    color: #253f8e; }

.c-metry-exam__header {
  display: flex;
  align-items: center;
  min-height: 53px;
  font-size: 0.875rem;
  font-weight: 700; }

.c-metry-exam .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.c-metry-table {
  margin-top: 20px;
  margin-bottom: 0;
  border: 1px solid #9FB3BF;
  border-radius: 5px;
  text-align: center;
  font-size: 0.75rem; }
  .c-metry-table--ear-left > thead > tr > th {
    color: rgba(37, 63, 142, 0.7) !important; }
  .c-metry-table > tbody > tr > td,
  .c-metry-table > tbody > tr > th,
  .c-metry-table > tfoot > tr > td,
  .c-metry-table > tfoot > tr > th,
  .c-metry-table > thead > tr > td,
  .c-metry-table > thead > tr > th {
    padding: 8px 6px; }
  .c-metry-table > thead {
    background-color: white; }
    .c-metry-table > thead > tr > th {
      color: rgba(216, 38, 28, 0.7);
      font-size: inherit;
      text-align: center;
      padding-top: 11px;
      padding-bottom: 11px;
      border-bottom: 1px solid #9FB3BF !important; }
  .c-metry-table > tbody > tr:nth-child(odd) {
    background-color: rgba(187, 201, 210, 0.1); }
  .c-metry-table > tbody > tr > td {
    border-top: 1px solid rgba(159, 179, 191, 0.6); }
  .c-metry-table .input-group {
    display: flex;
    justify-content: center; }
    .c-metry-table .input-group > .form-control {
      margin: 0; }
    .c-metry-table .input-group > .input-group-addon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      width: auto; }
  .c-metry-table .form-control {
    margin: 0 auto;
    max-width: 70px;
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    text-align: center; }

.c-metry-cards {
  padding-top: 25px; }

.c-metry-cards-item {
  padding: 15px 12px 3px;
  border: 1px solid #BBC9D2; }
  .c-metry-cards-item__header {
    margin-bottom: 15px; }
    .c-metry-cards-item__header > div:first-of-type {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
  .c-metry-cards-item__title--right {
    color: #d8261c; }
  .c-metry-cards-item__title--left {
    color: #253f8e; }
  .c-metry-cards-item__alert {
    font-size: 0.688rem;
    text-align: right; }

.c-metry-resume-item {
  margin-bottom: 40px;
  font-size: 0.813rem; }
  .c-metry-resume-item:last-child {
    margin-bottom: 0; }
  .c-metry-resume-item__header {
    display: flex;
    align-items: center;
    min-height: 53px;
    margin: 0 0 10px 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1; }
  .c-metry-resume-item .c-metry-exam__symbol {
    margin-bottom: 0; }
  .c-metry-resume-item p {
    opacity: .8;
    line-height: 1.65; }

.c-diagnosis__observation {
  padding-top: 40px;
  margin-bottom: 20px; }
  .c-diagnosis__observation > label {
    margin-bottom: 15px; }

.label-form-row {
  display: inline-block;
  padding-top: 12px;
  font-size: 11px;
  line-height: 1; }
  .label-form-row--wide {
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 0.813rem; }

@media (min-width: 992px) {
  .label-form-row {
    float: right;
    text-align: right; }
    .label-form-row--wide {
      float: none;
      text-align: left; } }

@media (min-width: 1200px) {
  .c-graphs-block__ref--first {
    margin-bottom: 0; } }

@media (min-width: 1300px) {
  .c-graphs-block__ref {
    grid-template-columns: repeat(4, auto);
    grid-gap: 0 30px; }
    .c-graphs-block__ref--two-columns {
      grid-template-columns: repeat(2, auto);
      grid-gap: 12px 30px; }
  .c-metry-resume-item p {
    max-width: 90%; }
  .label-form-row {
    width: 115%; } }

/* Leader line */
.leader-line {
  opacity: .45; }

/*
* Plugin: Full Calendar
* ---------------------
*/
.fc-view-harness {
  background-color: white; }

.fc-timegrid-event-harness {
  cursor: pointer; }
  .fc-timegrid-event-harness:hover {
    outline: 1px solid var(--color-theme);
    outline-offset: 1px; }

@media (max-width: 1120px) {
  .fc-header-toolbar.fc-toolbar {
    flex-wrap: wrap;
    gap: 16px 8px; } }

@media (max-width: 1120px) {
  .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(1) {
    order: 2; } }

@media (max-width: 1120px) {
  .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
    flex: 1 1 100%; } }

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
  font-size: 0.913rem;
  text-align: center; }
  @media (min-width: 1120px) {
    .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
      font-size: 1rem; } }
  @media (min-width: 1420px) {
    .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
      font-size: 1.5rem; } }

@media (max-width: 1120px) {
  .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 3; } }

/*
* Plugin: Select2
* ---------------
*/
.select2-container--default.select2-container--focus {
  outline: none; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #9FB3BF; }

.select2-selection.select2-container--focus {
  outline: none; }

.select2-container--default:focus {
  outline: none; }

.select2-container--default:active {
  outline: none; }

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  box-shadow: none;
  border-color: #9FB3BF;
  padding: 6px 12px;
  height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-theme);
  color: white; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 38px;
  border-color: var(--color-theme);
  border-radius: 4px;
  color: #455a67;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #455a67; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #444; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444; }

.select2-container--default .select2-selection--multiple {
  display: block;
  height: auto;
  border: 1px solid #9FB3BF; }
  .select2-container--default .select2-selection--multiple:focus {
    border-color: var(--color-theme); }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color-theme);
    border-color: var(--color-theme-dark);
    padding: 1px 10px;
    color: white; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7); }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: white; }

.select2-selection {
  font-size: 0.875rem; }
  .select2-selection:focus {
    outline: none; }
  .select2-selection:active {
    outline: none; }
  .select2-selection .select2-selection--single {
    border: 1px solid #9FB3BF;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px; }

.select2-container--default.select2-container--open {
  border-color: var(--color-theme); }

.select2-dropdown {
  border: 1px solid rgba(var(--color-theme-base), 0.7);
  border-radius: 0; }
  .select2-dropdown .select2-search__field {
    border: 1px solid #9FB3BF; }
    .select2-dropdown .select2-search__field:focus {
      outline: none; }

.select2-results__option {
  font-size: 0.813rem;
  padding: 7px 12px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  min-height: 38px;
  margin-top: -2px;
  padding-right: 10px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-search--inline .select2-search__field {
  border: 1px solid #9FB3BF; }
  .select2-search--inline .select2-search__field:focus {
    outline: none; }

.box .datepicker-inline {
  width: 100%; }
  .box .datepicker-inline .datepicker-days {
    width: 100%; }
    .box .datepicker-inline .datepicker-days > table {
      width: 100%; }
      .box .datepicker-inline .datepicker-days > table td:hover {
        background-color: rgba(255, 255, 255, 0.3); }
      .box .datepicker-inline .datepicker-days > table td.day.old {
        color: #777; }
      .box .datepicker-inline .datepicker-days > table td.day.new {
        color: #777; }
    .box .datepicker-inline .datepicker-days td:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .box .datepicker-inline .datepicker-days td.day.old {
      color: #777; }
    .box .datepicker-inline .datepicker-days td.day.new {
      color: #777; }
  .box .datepicker-inline > table {
    width: 100%; }
    .box .datepicker-inline > table td:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .box .datepicker-inline > table td.day.old {
      color: #777; }
    .box .datepicker-inline > table td.day.new {
      color: #777; }
  .box .datepicker-inline td:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .box .datepicker-inline td.day.old {
    color: #777; }
  .box .datepicker-inline td.day.new {
    color: #777; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid rgba(var(--color-theme-base), 0.7); }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #455a67; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px; }

/* * Skin: Black * ----------- */
/* * Skin: Black * ----------- */
/* skin-black navbar */
.skin-black .main-header {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.17);
  background-color: var(--color-bg-main-header); }
  .skin-black .main-header .navbar-toggle {
    color: #333; }
  .skin-black .main-header .navbar-brand {
    color: #333;
    border-right: 1px solid #eee; }
  .skin-black .main-header .navbar {
    background-color: var(--color-layout); }
    .skin-black .main-header .navbar .nav > li > a {
      color: #333333; }
    .skin-black .main-header .navbar .nav > li > a:hover,
    .skin-black .main-header .navbar .nav > li > a:active,
    .skin-black .main-header .navbar .nav > li > a:focus,
    .skin-black .main-header .navbar .nav .open > a,
    .skin-black .main-header .navbar .nav .open > a:hover,
    .skin-black .main-header .navbar .nav .open > a:focus,
    .skin-black .main-header .navbar .nav > .active > a {
      background: rgba(235, 235, 235, 0.1);
      color: white; }
    .skin-black .main-header .navbar > .sidebar-toggle {
      color: white;
      border-right: 1px solid rgba(238, 238, 238, 0.3); }
      .skin-black .main-header .navbar > .sidebar-toggle:hover {
        color: white;
        background: rgba(235, 235, 235, 0.1); }
    .skin-black .main-header .navbar .navbar-nav > li > a {
      border-right: 1px solid #eee; }
    .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a,
    .skin-black .main-header .navbar .navbar-right > li > a {
      color: white;
      border-left: 1px solid rgba(238, 238, 238, 0.3);
      border-right-width: 0;
      font-size: 13px; }
  .skin-black .main-header > .logo {
    background-color: var(--color-bg-main-logo);
    color: #333333;
    border-bottom: 0 solid transparent;
    border-right: 1px solid rgba(238, 238, 238, 0.3); }
    .skin-black .main-header > .logo:hover {
      filter: brightness(0.97); }

.skin-black .sidebar-menu > li.header {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  font-size: 11px;
  background: var(--color-layout-dark); }

.skin-black .sidebar-menu > li > a {
  transition: all .1s ease; }

.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a,
.skin-black .sidebar-menu > li.menu-open > a {
  color: white;
  background: var(--color-layout);
  transition: all 0.3s ease; }

.skin-black .sidebar-menu > li:hover > .fa,
.skin-black .sidebar-menu > li.active > .fa,
.skin-black .sidebar-menu > li.menu-open > .fa {
  color: white; }

.skin-black .sidebar-menu > li > .treeview-menu {
  background: var(--color-layout-light); }

.skin-black .sidebar-menu .treeview-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px; }

.skin-black .sidebar-menu .treeview-menu > li > .fa {
  font-size: 11px; }

.skin-black .sidebar-menu .treeview-menu > li.active > a,
.skin-black .sidebar-menu .treeview-menu > li > a:hover {
  color: white; }

.skin-black .main-header li.user-header {
  background-color: #222; }

.skin-black .content-header {
  background: transparent;
  box-shadow: none; }

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: white; }

.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: white; }

.skin-black .sidebar a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85); }
  .skin-black .sidebar a:hover {
    text-decoration: none; }

.skin-black .sidebar .fa {
  margin-right: 8px;
  font-size: 1rem; }

.skin-black .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px; }

.skin-black .sidebar-form input[type="text"],
.skin-black .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px; }

.skin-black .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px; }

.skin-black .sidebar-form input[type="text"]:focus,
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: white;
  color: #666; }

.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: white; }

.skin-black .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0; }

.skin-black .pace .pace-progress {
  background: #222; }

.skin-black .pace .pace-activity {
  border-top-color: #222;
  border-left-color: #222; }

@media (max-width: 767px) {
  .skin-black .main-header > .logo {
    color: white;
    border-right: none; }
    .skin-black .main-header > .logo:hover {
      background-color: white; } }

