/**
 * Body - Settings for the `<body>` element.
 */
/**
 * Typography - Font, line-height, and color for body text, headings, and more.
 */
/**
 * Custom - Look to see if there are any better Bootstrap variables to convert to.
 */
/*
 * Demo
 */
/**
 * Body - Settings for the `<body>` element.
 */
/**
 * Typography - Font, line-height, and color for body text, headings, and more.
 */
/**
 * Custom - Look to see if there are any better Bootstrap variables to convert to.
 */
::selection {
  background: rgba(227, 35, 46, 0.4);
  color: #fff;
}

html {
  height: 100%;
  font-size: 13px;
}

body {
  height: 100%;
}
body.modal-open {
  overflow: hidden;
}

div[ui-view] {
  height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin: 0 0 25px;
}

h3,
.h3 {
  font-size: 1.4rem;
}

ol,
ul,
dl,
p {
  margin-bottom: 25px;
}

a,
.link {
  color: #E3232E;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}
a:visited,
.link:visited {
  color: #E3232E;
}
a:focus, a:hover,
.link:focus,
.link:hover {
  color: #2881b3;
  outline: none;
  text-decoration: none;
}
a.fa,
.link.fa {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 42px;
  -webkit-font-smoothing: auto;
}
a.fa:before,
.link.fa:before {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
  display: block;
  font-family: "FontAwesome";
  left: 15px;
  margin: -10px 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-font-smoothing: antialiased;
}
a.fa:before .fa,
.link.fa:before .fa {
  margin-right: 0;
}
a.grey,
.link.grey {
  color: #b2b5bc;
}
a.grey:hover,
.link.grey:hover {
  color: #979ba4;
}

.full-height {
  height: 100vh;
}

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

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

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

.text-info {
  color: #E3232E;
}

.fa-margin-left {
  margin-left: 4px;
}
.fa-margin-right {
  margin-right: 4px;
}

.text-muted {
  color: #909090 !important;
}

.btn {
  border: 0;
  border-radius: 4px;
  color: #909090;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 16px;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  text-rendering: optimizeLegibility;
}
.btn:active, .btn:active:focus, .btn:focus, .btn:visited {
  box-shadow: none;
  outline: none;
}
.btn:active, .btn:active:focus, .btn:focus, .btn:hover {
  text-decoration: none;
}
.btn .fa {
  margin-right: 4px;
}
.btn.btn-link {
  color: #E3232E;
}
.btn.btn-link:visited {
  color: #E3232E;
}
.btn.btn-link:focus, .btn.btn-link:hover {
  color: #2881b3;
}
.btn.btn-primary {
  background-color: #E3232E;
  border-color: #E3232E;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #d61b26;
  border-color: #d61b26;
  color: #fff;
}
.btn.btn-primary.btn-outline {
  box-shadow: none;
  color: #E3232E;
}
.btn.btn-primary.btn-outline:hover {
  background-color: #E3232E;
  border-color: #E3232E;
  color: #fff;
}
.btn.btn-default, .btn.btn-secondary {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  color: #909090;
  padding: 9px 16px;
}
.btn.btn-default:hover, .btn.btn-secondary:hover {
  background-color: #f7f7f9;
  border-color: #909090;
  color: #666;
}
.btn.btn-default:hover.btn-outline, .btn.btn-secondary:hover.btn-outline {
  background-color: #fff;
}
.btn.btn-default.disabled:hover, .btn.btn-default:disabled:hover, .btn.btn-default[disabled]:hover, .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover, .btn.btn-secondary[disabled]:hover {
  background-color: inherit;
}
.btn.btn-danger {
  background-color: #dd2b25;
  border-color: #dd2b25;
  color: #fff;
}
.btn.btn-danger:hover {
  background-color: #c9251f;
  border-color: #c9251f;
}
.btn.btn-danger.btn-outline {
  color: #dd2b25;
}
.btn.btn-danger.btn-outline:hover {
  background-color: #c9251f;
  border-color: #c9251f;
  color: #fff;
}
.btn.btn-info {
  background-color: #e95059;
  color: #fff;
}
.btn.btn-outline {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  padding: 8px 14px;
}
.btn.disabled, .btn:disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.disabled:hover, .btn:disabled:hover, .btn[disabled]:hover {
  background-color: inherit;
  color: inherit;
}
.btn.loading {
  cursor: not-allowed;
}
.btn.loading .btn-text {
  visibility: hidden;
}
.btn.loading:before {
  animation: fa-spin 2s infinite linear;
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 50%;
  margin: -7px 0 0 -7px;
  position: absolute;
  top: 50%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}
.btn.loading:hover.btn-primary {
  background-color: #E3232E;
}
.btn.loading:hover.btn-primary.btn-outline {
  color: #E3232E;
}
.btn.loading:hover.btn-secondary {
  background-color: transparent;
  border-color: #ccc;
  color: #aaa;
}
.btn.loading:hover.btn-outline {
  background-color: transparent;
}
.btn.btn-icon {
  text-align: center;
}
.btn.btn-icon .fa {
  margin-left: 0;
  margin-right: 0;
}

.form-group {
  margin-bottom: 15px;
  margin-bottom: 1.1538461538rem;
}
.form-group.has-danger .control-label,
.form-group.has-danger .form-control,
.form-group.has-danger .help-block {
  color: #dd2b25;
}
.form-group.has-danger .form-control {
  border-color: #dd2b25;
}
.form-group.has-success .control-label,
.form-group.has-success .form-control,
.form-group.has-success .help-block {
  color: #2fb041;
}
.form-group.has-success .form-control {
  border-color: #2fb041;
}
.form-group-check {
  margin-bottom: 0.65385rem;
}
.form-group-check .help-block {
  display: block;
  margin-bottom: 0.5rem;
}
.form-group-last {
  margin-bottom: 25px;
}

.form-control {
  padding: 10px 15px;
  padding: 0.7692307692rem 1.1538461538rem;
  transition: border-color 0.2s, color 0.2s;
}
.form-control:hover, .form-control.hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.form-control:focus, .form-control.focused {
  border-color: #E3232E;
}
.form-control:disabled {
  color: #a9acb1;
}
.form-control:disabled:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.checkbox,
.checkbox-inline {
  margin-bottom: 15px;
  margin-bottom: 1.1538461538rem;
}
.checkbox label,
.checkbox-inline label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox input,
.checkbox-inline input {
  cursor: pointer;
  margin-right: 8px;
}

.form--with-footer {
  padding-bottom: 60px;
}

.form-footer {
  background-color: #fff;
  border-top: 1px solid #ccc;
  bottom: 0;
  height: 60px;
  left: 250px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.form-footer:before, .form-footer:after {
  content: " ";
  display: table;
}
.form-footer:after {
  clear: both;
}
.form-footer ul {
  float: right;
  list-style: none;
  margin: -1px 0 0;
  padding: 0;
}
.form-footer li {
  float: left;
}
.form-footer a,
.form-footer .btn {
  border-radius: 0;
  display: block;
  font-weight: 600;
  line-height: 60px;
  padding: 0 30px;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group .form-control {
  padding: 10px 15px 10px 40px;
  padding: 0.7692307692rem 1.1538461538rem 0.7692307692rem 3.0769230769rem;
}
.input-group-icon-right .form-control {
  padding: 10px 40px 10px 15px;
  padding: 0.7692307692rem 3.0769230769rem 0.7692307692rem 1.1538461538rem;
}
.input-group-icon-right .input-group-addon {
  left: auto;
  right: 0;
}

.input-group-addon {
  background-color: transparent;
  border: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10;
}
.input-group-addon .fa {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  width: 16px;
  color: #ced0da;
  left: 12px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transition: color 0.2s;
}
.input-group-addon .fa .fa {
  margin-right: 0;
}
.has-danger .input-group-addon, .has-success .input-group-addon {
  background-color: transparent;
}

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px;
}

.control-label {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.control-label-right {
  text-align: right;
  padding: 10px 10px 10px 10px;
  padding: 0.7692307692rem 0.7692307692rem 0.7692307692rem 0.7692307692rem;
}

.control-help {
  color: #b2b5bc;
  margin-left: 12px;
}

.col-form-label {
  padding-bottom: 8px;
  padding-top: 10px;
}

.col-form-checks {
  margin-top: 10px;
}

.form-check-input {
  margin-left: -1.75rem;
  margin-top: 0.25rem;
}

.form-toggle {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.form-toggle .help-block {
  display: block;
}

.form-toggle-switch {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: top;
  width: 40px;
}

.form-toggle-input {
  display: none;
}
.form-toggle-input:checked + .form-toggle-slider {
  background-color: #2fb041;
}
.form-toggle-input:focus + .form-toggle-slider {
  box-shadow: 0 0 1px #2fb041;
}
.form-toggle-input:checked + .form-toggle-slider:before {
  transform: translateX(20px);
}

.form-toggle-slider {
  background-color: #dfe1e5;
  border-radius: 20px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.form-toggle-slider:before {
  background-color: white;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: 0.4s;
  width: 16px;
}
.form-toggle-slider.square {
  border-radius: 0;
}
.form-toggle-slider.square:before {
  border-radius: 0;
}

.form-toggle-label {
  cursor: pointer;
  margin: 0;
  line-height: 20px;
}
.form-toggle-label span {
  display: inline-block;
  padding-left: 10px;
}

.app-wrapper {
  min-height: 100%;
}

.app-body {
  height: 100%;
  padding-bottom: 15px;
  padding-top: 60px;
  position: relative;
  transition: padding-left 0.2s, padding-right 0.2s;
}
@media (min-width: 992px) {
  .app-body {
    padding-top: 0;
  }
}
.app-body.layout-narrow {
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .app-body.has-sidebar-left {
    padding-left: 250px;
  }
}
@media (min-width: 992px) {
  .app-body.has-sidebar-right {
    padding-right: 250px;
    transition: padding-right 0.2s;
  }
}

body.auth .container {
  max-width: 320px;
}

.close {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  font-size: 14px;
}
.close .fa {
  margin-right: 0;
}
.close:focus {
  outline: none;
}
.close:hover {
  color: #666;
}
.close span:not(.sr-only) {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  color: #aaa;
  font-size: 16px;
}
.close span:not(.sr-only) .fa {
  margin-right: 0;
}

.content-margin {
  margin: 30px 30px 0px;
}
.content-margin:before, .content-margin:after {
  content: " ";
  display: table;
}
.content-margin:after {
  clear: both;
}
@media (min-width: 768px) {
  .content-margin {
    margin: 40px 40px 10px;
  }
}
.content-margin > .alert {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.flex-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.flex-full-height {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.page-header {
  background-color: #fff;
  border-bottom: 2px solid #d9d9d9;
  padding: 40px;
}
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header-info {
  display: flex;
  justify-content: flex-start;
}
.page-header-info .page-header-buttons {
  margin: -10px 0 0 auto;
  text-align: right;
}
.page-header-info .page-header-buttons .btn {
  margin: 10px 0 0 12px;
}
.page-header-title {
  margin: 0;
}
.page-header-meta {
  margin: 0;
  list-style: none;
  padding: 0;
}
.page-header-meta:before, .page-header-meta:after {
  content: " ";
  display: table;
}
.page-header-meta:after {
  clear: both;
}
.page-header-meta-item {
  float: left;
  margin: 10px 0 0;
}
.page-header-meta-item:not(:first-child) {
  border-left: 1px solid #e1e1e1;
  margin: 10px 0 0 15px;
  padding-left: 15px;
}
.page-header-meta ul,
.page-header-meta p,
.page-header-meta label {
  margin-bottom: 0;
}
.page-header-has-tabs {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-header-has-tabs .nav-wrapper {
  border-bottom: 2px solid #d9d9d9;
  margin: 30px -40px 0;
  padding: 0 40px 40px;
}
.page-header-has-tabs .nav-wrapper .nav {
  padding: 0;
}
.page-header-has-tabs .nav {
  margin: 30px 0 0;
}
.page-header-has-tabs .nav-blocked, .page-header-has-tabs .nav-tabs, .page-header-has-tabs .nav-underlined {
  margin: 30px -40px 0;
  padding: 0 40px;
}
.page-header-has-tabs .nav-blocked:before, .page-header-has-tabs .nav-tabs:before, .page-header-has-tabs .nav-underlined:before {
  background-color: #d9d9d9;
}
.page-header-has-tabs .nav-blocked .nav-link:not(.active), .page-header-has-tabs .nav-tabs .nav-link:not(.active), .page-header-has-tabs .nav-underlined .nav-link:not(.active) {
  border-bottom-color: #d9d9d9;
}
.page-header-has-tabs .nav-blocked .nav-item:first-child .nav-link {
  border-left: 1px solid #e7e7e7;
}
.page-header-has-tabs .nav-pills {
  border-bottom: 2px solid #d9d9d9;
  margin: 30px -40px 0;
  padding: 0 40px 40px;
}
.page-header-has-tabs .nav-tabs:before {
  height: 2px;
}
.page-header-has-tabs .nav-tabs .nav-link {
  border-bottom-width: 2px;
}
.page-header-has-tabs .nav-underlined {
  margin-top: 20px;
}

.alert {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  margin: 0 0 25px;
  padding: 20px 25px 20px 75px;
  position: relative;
}
.alert:before, .alert:after {
  content: " ";
  display: table;
}
.alert:after {
  clear: both;
}
.alert:before, .alert:after {
  content: "";
  display: block;
  position: absolute;
}
.alert:before {
  background-color: #f9fafb;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50px;
}
.alert:after {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  font-size: 18px;
  font-size: 1.3846153846rem;
  content: "\f129";
  font-family: "FontAwesome";
  left: 10px;
  margin-top: -15px;
  top: 50%;
}
.alert:after .fa {
  margin-right: 0;
}
.alert a {
  font-weight: 600;
  text-decoration: underline;
}
.alert-info {
  border-color: #afd9ef;
  color: #31708f;
}
.alert-info:before, .alert-info:after {
  background-color: #afd9ef;
  color: #3e8eb5;
}
.alert-success {
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success:before, .alert-success:after {
  background-color: #d0e9c6;
  color: #4d984e;
}
.alert-success:after {
  content: "\f00c";
}
.alert-warning {
  border-color: #f4e390;
  color: #8a6d3b;
}
.alert-warning:before, .alert-warning:after {
  background-color: #f4e390;
  color: #ae894a;
}
.alert-warning:after {
  content: "\f12a";
}
.alert-danger {
  border-color: #e7c1c1;
  color: #a94442;
}
.alert-danger:before, .alert-danger:after {
  background-color: #e7c1c1;
  color: #c0605e;
}
.alert-danger:after {
  content: "\f12a";
}
.alert-danger a {
  color: #a94442;
}
.alert-danger a:hover {
  color: #8c3837;
}
.alert-question {
  border-color: #bbecfd;
  color: #0599ce;
}
.alert-question:before, .alert-question:after {
  background-color: #bbecfd;
  color: #0dbbf9;
}
.alert-question:after {
  content: "\f128";
}
.alert ul,
.alert p {
  margin: 0 0 13px;
}
.alert ul:last-child,
.alert p:last-child {
  margin: 0;
}
.alert-dismissible .close {
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
}

.avatar {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  width: 32px;
  background-color: #0071bf;
  border-radius: 32px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.avatar .fa {
  margin-right: 0;
}

.badge {
  background-color: #e5e9ed;
  border-radius: 4px;
  color: #aaa;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 8px;
  vertical-align: top;
}
.badge.badge-primary {
  background-color: #E3232E;
  color: #fff;
}
.badge.badge-success, .badge.badge-active {
  background-color: #2fb041;
  color: #fff;
}
.badge.badge-info {
  background-color: #18a5c9;
  color: #fff;
}
.badge.badge-warning {
  background-color: #fd7e14;
  color: #fff;
}
.badge.badge-danger, .badge.badge-disabled {
  background-color: #dd2b25;
  color: #fff;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 22px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: block;
  height: 10px;
  line-height: 10px;
  padding: 0;
  text-align: center;
  width: 10px;
  color: #999;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 8px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
}
.breadcrumb-item + .breadcrumb-item::before .fa {
  margin-right: 0;
}

.data-table-filters .dropdown-item {
  padding-bottom: 5px;
  padding-top: 5px;
}
.data-table-filters .tags {
  margin: 0;
}
.data-table-filters .filters {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
  width: 250px;
}
.data-table-filters .filter:not(:last-child) {
  margin-bottom: 15px;
}

.table.table-data {
  border-bottom: 0;
  margin-bottom: 0;
}
.table.table-data.table-loading tbody {
  display: none;
}

.control-datepicker,
.uib-datepicker-popup {
  max-width: 320px;
  padding: 0;
}

.uib-daypicker:focus,
.uib-monthpicker:focus,
.uib-yearpicker:focus {
  outline: none;
}
.uib-daypicker table,
.uib-monthpicker table,
.uib-yearpicker table {
  width: 100%;
}
.uib-daypicker thead tr:first-child th,
.uib-monthpicker thead tr:first-child th,
.uib-yearpicker thead tr:first-child th {
  border-bottom: 1px solid #e7e7e7;
  height: 52px;
  line-height: 52px;
  padding: 0;
}
.uib-daypicker thead tr:first-child th .btn,
.uib-monthpicker thead tr:first-child th .btn,
.uib-yearpicker thead tr:first-child th .btn {
  background-color: #fff;
  height: 52px;
  line-height: 52px;
  padding: 0;
}
.uib-daypicker thead tr:first-child th .uib-left,
.uib-daypicker thead tr:first-child th .uib-right,
.uib-monthpicker thead tr:first-child th .uib-left,
.uib-monthpicker thead tr:first-child th .uib-right,
.uib-yearpicker thead tr:first-child th .uib-left,
.uib-yearpicker thead tr:first-child th .uib-right {
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0;
  text-align: center;
  width: 52px;
  color: #bcbcbd;
}
.uib-daypicker thead tr:first-child th .uib-left .fa,
.uib-daypicker thead tr:first-child th .uib-right .fa,
.uib-monthpicker thead tr:first-child th .uib-left .fa,
.uib-monthpicker thead tr:first-child th .uib-right .fa,
.uib-yearpicker thead tr:first-child th .uib-left .fa,
.uib-yearpicker thead tr:first-child th .uib-right .fa {
  margin-right: 0;
}
.uib-daypicker thead tr:first-child th .uib-left:before,
.uib-daypicker thead tr:first-child th .uib-right:before,
.uib-monthpicker thead tr:first-child th .uib-left:before,
.uib-monthpicker thead tr:first-child th .uib-right:before,
.uib-yearpicker thead tr:first-child th .uib-left:before,
.uib-yearpicker thead tr:first-child th .uib-right:before {
  font-family: "FontAwesome";
}
.uib-daypicker thead tr:first-child th .uib-left:hover,
.uib-daypicker thead tr:first-child th .uib-right:hover,
.uib-monthpicker thead tr:first-child th .uib-left:hover,
.uib-monthpicker thead tr:first-child th .uib-right:hover,
.uib-yearpicker thead tr:first-child th .uib-left:hover,
.uib-yearpicker thead tr:first-child th .uib-right:hover {
  color: #2881b3;
}
.uib-daypicker thead tr:first-child th .uib-left:before,
.uib-monthpicker thead tr:first-child th .uib-left:before,
.uib-yearpicker thead tr:first-child th .uib-left:before {
  content: "\f053";
}
.uib-daypicker thead tr:first-child th .uib-right:before,
.uib-monthpicker thead tr:first-child th .uib-right:before,
.uib-yearpicker thead tr:first-child th .uib-right:before {
  content: "\f054";
}
.uib-daypicker tr:last-child td,
.uib-monthpicker tr:last-child td,
.uib-yearpicker tr:last-child td {
  border-bottom: 0;
}
.uib-daypicker th,
.uib-monthpicker th,
.uib-yearpicker th {
  color: #bcbcbd;
  padding: 5px 0;
  user-select: none;
}
.uib-daypicker td,
.uib-monthpicker td,
.uib-yearpicker td {
  border: 1px solid #e7e7e7;
  padding: 0;
}
.uib-daypicker td:first-child,
.uib-monthpicker td:first-child,
.uib-yearpicker td:first-child {
  border-left: 0;
}
.uib-daypicker td:last-child,
.uib-monthpicker td:last-child,
.uib-yearpicker td:last-child {
  border-right: 0;
}
.uib-daypicker td.h6,
.uib-monthpicker td.h6,
.uib-yearpicker td.h6 {
  color: #909090;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.uib-daypicker .btn,
.uib-monthpicker .btn,
.uib-yearpicker .btn {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #666;
  display: block;
  font-weight: inherit;
  padding: 0;
}
.uib-daypicker .btn.disabled:hover, .uib-daypicker .btn:disabled:hover,
.uib-monthpicker .btn.disabled:hover,
.uib-monthpicker .btn:disabled:hover,
.uib-yearpicker .btn.disabled:hover,
.uib-yearpicker .btn:disabled:hover {
  color: inherit;
}
.uib-daypicker .btn.btn-info,
.uib-monthpicker .btn.btn-info,
.uib-yearpicker .btn.btn-info {
  background-color: #E3232E;
  color: #fff;
  cursor: default;
}
.uib-daypicker .btn.btn-info span:hover,
.uib-monthpicker .btn.btn-info span:hover,
.uib-yearpicker .btn.btn-info span:hover {
  background-color: #E3232E;
  color: #fff;
}
.uib-daypicker .btn.btn-info .text-info,
.uib-monthpicker .btn.btn-info .text-info,
.uib-yearpicker .btn.btn-info .text-info {
  color: #fff !important;
}
.uib-daypicker .btn span,
.uib-monthpicker .btn span,
.uib-yearpicker .btn span {
  display: block;
  padding: 10px 0;
}
.uib-daypicker .btn span:hover,
.uib-monthpicker .btn span:hover,
.uib-yearpicker .btn span:hover {
  background-color: #f0fafd;
  color: #E3232E;
}
.uib-daypicker .btn .text-muted,
.uib-monthpicker .btn .text-muted,
.uib-yearpicker .btn .text-muted {
  background-color: #f9fafb;
}

.uib-daypicker .uib-day {
  width: 14.28571%;
}

.uib-monthpicker .uib-month {
  width: 33.333333%;
}

.uib-yearpicker .uib-year {
  width: 20%;
}

.uib-button-bar {
  border-top: 1px solid #e7e7e7;
  padding: 15px;
}
.uib-button-bar:before, .uib-button-bar:after {
  content: " ";
  display: table;
}
.uib-button-bar:after {
  clear: both;
}
.uib-button-bar .btn-group {
  float: right;
}
.uib-button-bar .btn {
  display: block;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  text-transform: uppercase;
}
.uib-button-bar .btn-success {
  background-color: transparent;
  float: left;
  padding: 0 10px;
}
.uib-button-bar .btn-success:hover {
  color: inherit;
}

dl:before, dl:after {
  content: " ";
  display: table;
}
dl:after {
  clear: both;
}
dl dt,
dl dd {
  line-height: 1.6;
}
dl dt {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}
dl dt strong {
  color: #5c5c5c;
}
dl.dl-horizontal .dl-item {
  padding: 15px 30px;
}
dl.dl-horizontal .dl-item:before, dl.dl-horizontal .dl-item:after {
  content: " ";
  display: table;
}
dl.dl-horizontal .dl-item:after {
  clear: both;
}
dl.dl-horizontal .dl-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
dl.dl-horizontal .dl-item address,
dl.dl-horizontal .dl-item ul,
dl.dl-horizontal .dl-item ol,
dl.dl-horizontal .dl-item p {
  margin: 0;
}
dl.dl-horizontal .dl-item dt {
  margin: 0 0 3px;
}
dl.dl-horizontal .dl-item dd {
  margin: 0;
}
@media (min-width: 768px) {
  dl.dl-horizontal .dl-item {
    margin: 0;
  }
  dl.dl-horizontal .dl-item dt {
    float: left;
    margin: 2px 0 0;
    text-overflow: ellipsis;
    width: 160px;
  }
  dl.dl-horizontal .dl-item dd {
    margin-left: 160px;
    padding-left: 20px;
  }
}

.dot-navigation {
  margin-left: -4px;
  margin-right: -4px;
}
.dot-navigation:before, .dot-navigation:after {
  content: " ";
  display: table;
}
.dot-navigation:after {
  clear: both;
}
.dot-navigation .dot {
  display: block;
  height: 8px;
  line-height: 8px;
  padding: 0;
  text-align: center;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  float: left;
  margin: 0 4px;
  transition: background-color 0.2s;
}
.dot-navigation .dot .fa {
  margin-right: 0;
}
.dot-navigation .dot.active {
  background-color: #fff;
  cursor: default;
}
.dot-navigation a.dot:hover {
  background-color: #fff;
}

.dropdown-menu,
.btn.dropdown-menu {
  border-color: #e7e7e7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 25px;
}
.dropdown-item,
.btn.dropdown-item {
  color: #909090;
}
.dropdown-item:visited,
.btn.dropdown-item:visited {
  color: #909090;
}
.dropdown-item:hover,
.btn.dropdown-item:hover {
  color: #666;
}
.dropdown-item:active, .dropdown-item.active,
.btn.dropdown-item:active,
.btn.dropdown-item.active {
  background-color: #E3232E;
}
.dropdown-item:active:hover, .dropdown-item.active:hover,
.btn.dropdown-item:active:hover,
.btn.dropdown-item.active:hover {
  color: #fff;
  cursor: default;
}
.dropdown-item-not-link,
.btn.dropdown-item-not-link {
  color: #666;
}
.dropdown-item-not-link:hover,
.btn.dropdown-item-not-link:hover {
  background: transparent;
}
.dropdown-toggle,
.btn.dropdown-toggle {
  padding-right: 36px;
  position: relative;
}
.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  width: 16px;
  border: 0;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  margin: -8px 0 0;
  position: absolute;
  right: 12px;
  top: 50%;
}
.dropdown-toggle:after .fa,
.btn.dropdown-toggle:after .fa {
  margin-right: 0;
}

.icon-color {
  display: block;
  height: 12px;
  line-height: 12px;
  padding: 0;
  text-align: center;
  width: 12px;
  border-radius: 12px;
}
.icon-color .fa {
  margin-right: 0;
}

.list-comma-separated {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-comma-separated:before, .list-comma-separated:after {
  content: " ";
  display: table;
}
.list-comma-separated:after {
  clear: both;
}
.list-comma-separated-item {
  float: left;
}
.list-comma-separated-item:not(:last-child) {
  margin-right: 6px;
}
.list-comma-separated-item:not(:last-child):after {
  content: ",";
}
.list-piped {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-piped:before, .list-piped:after {
  content: " ";
  display: table;
}
.list-piped:after {
  clear: both;
}
.list-piped-item {
  float: left;
}
.list-piped-item:not(:last-child) {
  border-right: 1px solid #e7e7e7;
  margin-right: 10px;
  padding-right: 10px;
}

.modal {
  border-radius: 4px;
}
.modal .close {
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  top: 10px;
  transition: color 0.2s;
  z-index: 1000;
}
.modal .close:hover {
  color: #666;
}
.modal-header {
  border-color: #e7e7e7;
  padding: 18px 30px;
  position: relative;
}
.modal-header .close {
  margin-top: -15px;
  right: 15px;
  top: 50%;
}
.modal-body {
  padding: 30px 30px 5px;
}
.modal-body > .form-group:last-child {
  margin-bottom: 25px;
}
.modal-footer {
  border-color: #e7e7e7;
  border-radius: 0 0 4px 4px;
  display: block;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  display: block;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  text-transform: uppercase;
}
.modal-footer .btn-cancel {
  color: #909090;
}
.modal-footer .btn-cancel:hover {
  color: inherit;
}
.modal-footer .btn-cancel.pull-left {
  padding: 0 10px;
}
.modal-footer .dot-navigation {
  margin-left: auto;
  margin-right: auto;
}
.modal-footer.coloured {
  background-color: #d21b25;
  border-top: 0;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 52px;
  line-height: 52px;
  padding: 0;
}
.modal-footer.coloured .btn {
  height: 52px;
  line-height: 52px;
}
.modal-footer.coloured .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-footer.coloured .btn:first-child {
  border-radius: 0 0 0 4px;
}
.modal-footer.coloured .btn:last-child {
  border-radius: 0 0 4px 0;
}
.modal-footer.coloured .btn.btn-block {
  border-radius: 0 0 4px 4px;
}
.modal-footer.coloured .btn.btn-primary {
  background-color: transparent;
  box-shadow: none;
}
.modal-footer.coloured .btn.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-footer.coloured .btn-cancel {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 25px;
}
.modal-footer.coloured .btn-cancel:hover {
  color: rgba(255, 255, 255, 0.75);
}
.modal .nav-blocked, .modal .nav-pills, .modal .nav-tabs, .modal .nav-underlined {
  margin: 0 -30px 25px;
}
.modal .nav-pills, .modal .nav-tabs, .modal .nav-underlined {
  padding: 0 30px;
}
.modal .nav-outlined {
  margin-bottom: 30px;
}
.modal-has-tabs .modal-header {
  border-bottom: 0;
}
.modal-has-tabs .modal-body {
  padding-top: 0;
}
.modal-has-tabs .tab-pane > .form-group:last-child {
  margin-bottom: 25px;
}

.modal-clean .modal-header {
  border-bottom: 0;
  padding: 30px 30px 25px;
}
.modal-clean .modal-header .close {
  margin-top: 0;
  right: 20px;
  top: 20px;
}
.modal-clean .modal-body {
  padding-top: 0;
}

.modal-wizard .modal-dialog {
  max-width: 320px;
}
.modal-wizard .modal-header {
  border-bottom: 0;
}
.modal-wizard .modal-body {
  padding: 60px 50px 35px;
}
.modal-wizard .modal-footer {
  display: flex;
}
.modal-wizard .modal-footer .btn {
  position: absolute;
}
.modal-wizard .modal-footer .btn:first-child {
  left: 0;
}
.modal-wizard .modal-footer .btn:last-child {
  right: 0;
}

.modal-datepicker .modal-dialog {
  max-width: 320px;
}
.modal-datepicker .modal-body {
  padding: 0;
}
.modal-datepicker .h5 {
  margin: 0 0 20px;
  padding: 25px 25px 0;
}
.modal-datepicker .nav-tabs {
  margin: 0;
  padding: 0 25px;
}
.modal-datepicker .nav-item {
  text-align: left;
}

.modal-accordion .accordion {
  counter-reset: steps-counter;
}
.modal-accordion .accordion .panel {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.modal-accordion .accordion .panel .loading {
  background-color: #fff;
  bottom: 0;
  display: block;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-accordion .accordion .panel-heading {
  background-color: #f9fafb;
  padding: 0;
}
.modal-accordion .accordion .panel-title {
  float: none;
  font-size: 1rem;
  margin: 0;
  width: 100%;
}
.modal-accordion .accordion .panel-title a {
  color: #666;
  display: block;
  font-weight: normal;
  padding: 18px 30px 18px 50px;
  position: relative;
}
.modal-accordion .accordion .panel-title a:before {
  content: counter(steps-counter) ".";
  counter-increment: steps-counter;
  left: 30px;
  position: absolute;
}
.modal-accordion .accordion .panel-title a[disabled] {
  cursor: not-allowed;
}
.modal-accordion .accordion .panel-title a[disabled]:before {
  color: #c1c1c1;
}
.modal-accordion .accordion .panel-title a .text-muted {
  color: #c1c1c1 !important;
}
.modal-accordion .accordion .panel-title .fa {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  margin-top: -15px;
  position: absolute;
  right: 15px;
  top: 50%;
}
.modal-accordion .accordion .panel-title .fa .fa {
  margin-right: 0;
}
.modal-accordion .accordion .panel-title .fa-check {
  color: #2fb041;
}
.modal-accordion .accordion .panel-title .fa-times, .modal-accordion .accordion .panel-title .fa-exclamation-triangle {
  color: #dd2b25;
}
.modal-accordion .accordion .panel dl {
  margin-bottom: 0;
}
.modal-accordion .accordion .panel .padding-negate {
  margin: -30px -30px -5px;
}
.modal-accordion .accordion .panel .nav-outlined {
  margin-bottom: 0;
}
.modal-accordion .accordion .panel-open .panel-title a {
  font-weight: 600;
}
.modal-accordion .accordion .panel-open .panel-title a:before {
  color: #666;
}
.modal-accordion .accordion .panel.has-error .panel-title a {
  color: #dd2b25;
}
.modal-accordion .accordion .panel.has-error .panel-title a:before {
  color: #dd2b25;
}
.modal-accordion .accordion .panel:not(:last-child) .panel-body {
  border-bottom: 1px solid #e7e7e7;
}
.modal-accordion .accordion .panel-group .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.modal-accordion .accordion .panel-group .panel:last-child:not(.panel-open) .panel-heading {
  border-radius: 0 0 4px 4px;
}

.nav {
  margin-bottom: 25px;
}
.nav-tabs, .nav-underlined, .nav-pills, .nav-blocked, .nav-outlined {
  border-bottom: 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.nav-tabs .nav-item, .nav-underlined .nav-item, .nav-pills .nav-item, .nav-blocked .nav-item, .nav-outlined .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link, .nav-underlined .nav-link, .nav-pills .nav-link, .nav-blocked .nav-link, .nav-outlined .nav-link {
  color: #909090;
  display: block;
  padding: 12px 20px;
}
.nav-tabs .nav-link:hover, .nav-underlined .nav-link:hover, .nav-pills .nav-link:hover, .nav-blocked .nav-link:hover, .nav-outlined .nav-link:hover {
  color: #666;
}
.nav-tabs .badge, .nav-underlined .badge, .nav-pills .badge, .nav-blocked .badge, .nav-outlined .badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  margin-left: 6px;
  min-width: 16px;
  padding: 0 4px;
}
.nav-tabs, .nav-underlined, .nav-blocked {
  position: relative;
}
.nav-tabs:before, .nav-underlined:before, .nav-blocked:before {
  background-color: #e7e7e7;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.nav-tabs .nav-link, .nav-underlined .nav-link, .nav-blocked .nav-link {
  border-bottom: 1px solid #e7e7e7;
}
.nav-underlined:before {
  height: 2px;
}
.nav-underlined .nav-link {
  border-bottom-width: 2px;
}
.nav-underlined .nav-link.active {
  border-bottom: 2px solid #E3232E;
}
.nav-pills .nav-link {
  padding-bottom: 8px;
  padding-top: 8px;
}
.nav-pills .nav-link:hover {
  background-color: #f9fafb;
}
.nav-pills .nav-link.active {
  background-color: #E3232E;
  color: #fff;
}
.nav-blocked {
  background-color: #f9fafb;
}
.nav-blocked:after {
  background-color: #e7e7e7;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-blocked .nav-link {
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.nav-blocked .nav-link {
  padding: 15px 30px;
}
.nav-blocked.nav-justified .nav-item:last-child .nav-link {
  border-right: 0;
}
.nav-outlined {
  border: 1px solid #E3232E;
  border-radius: 4px;
}
.nav-outlined .nav-item {
  flex: 1 1 100%;
  text-align: center;
}
.nav-outlined .nav-item:not(:first-child) {
  border-left: 1px solid #E3232E;
}
.nav-outlined .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 4px;
}
.nav-outlined .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
}
.nav-outlined .nav-link {
  color: #E3232E;
  padding: 8px 16px;
}
.nav-outlined .nav-link:visited {
  color: #E3232E;
}
.nav-outlined .nav-link:hover {
  background-color: #f0fafd;
}
.nav-outlined .nav-link.active {
  background-color: #E3232E;
  color: #fff;
}
.nav-tabs .nav-link:hover {
  border-color: #e7e7e7;
}

.vertical-tabs {
  display: flex !important;
  flex-direction: row !important;
  padding: 0;
}
.vertical-tabs .nav {
  background-color: #f9fafb;
  border: 0;
  border-radius: 0 0 0 4px;
  display: block;
  margin-bottom: 0;
  max-width: 250px;
  min-width: 250px;
  position: relative;
  width: 250px;
}
.vertical-tabs .nav:before, .vertical-tabs .nav:after {
  display: none;
}
.vertical-tabs .nav:before {
  background-color: #e7e7e7;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.vertical-tabs .nav-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  margin-right: -1px;
  margin-top: 0;
}
.vertical-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 15px 30px;
}
.vertical-tabs .tab-content {
  background-color: #fff;
  width: 100%;
}
.vertical-tabs .tab-pane {
  padding: 40px 40px 15px;
}
.vertical-tabs .tab-pane:before, .vertical-tabs .tab-pane:after {
  content: " ";
  display: table;
}
.vertical-tabs .tab-pane:after {
  clear: both;
}

.notifications-item {
  min-height: 68px;
  padding: 18px 62px 18px 65px;
  position: relative;
  white-space: normal;
}
.notifications-item:first-child {
  border-radius: 4px 4px 0 0;
}
.notifications-item:last-child {
  border-radius: 0 0 4px 4px;
}
.notifications-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.notifications-item .avatar {
  left: 20px;
  position: absolute;
  top: 18px;
}
.notifications-item-meta {
  display: block;
  font-size: 11px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 16px;
}
.notifications-item-meta .fa {
  margin: 0;
}
.notifications-item-meta a,
.notifications-item-meta span {
  color: #a2a2a3;
  margin-top: 5px;
}
.notifications-item-meta a:hover {
  color: #2881b3;
}
.notifications-item-unread {
  background-color: #f9fafb;
}
.notifications-item-unread:hover .notifications-item-mark-read {
  display: block;
}
.notifications-item-mark-read {
  display: none;
}

.dropdown .notifications {
  width: 280px;
}
@media (min-width: 576px) {
  .dropdown .notifications {
    width: 400px;
  }
}

.pagination .page-link {
  border: 0;
  border-radius: 4px;
  color: #999;
  cursor: pointer;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  padding: 0 0.7692307692rem;
}
.pagination .page-link:hover {
  background-color: #f7f7f9;
}
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
  background-color: #E3232E;
  border-color: #E3232E;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  cursor: not-allowed;
}

.panel {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px;
  width: 100%;
  /**
   * Panel Table
   */
  /**
   * Panel DL
   */
  /**
   * Panel with tabs
   */
}
.panel-heading {
  background-color: transparent;
  border-bottom: 1px solid #e7e7e7;
  color: #5c5c5c;
  display: flex !important;
  font-weight: 500;
  justify-content: flex-end !important;
  padding: 14px 30px;
  position: relative;
}
.panel-heading:before, .panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading-content {
  margin-right: auto !important;
}
.panel-heading-buttons,
.panel-heading .btn-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-left: 20px;
  margin-right: -16px;
}
.panel-heading-buttons > .btn,
.panel-heading-buttons > .dropdown > .btn,
.panel-heading .btn-toolbar > .btn,
.panel-heading .btn-toolbar > .dropdown > .btn {
  height: 35px;
  line-height: 35px;
  padding-bottom: 0;
  padding-top: 0;
}
.panel-heading-buttons > .btn:not(.btn-primary),
.panel-heading-buttons > .dropdown > .btn:not(.btn-primary),
.panel-heading .btn-toolbar > .btn:not(.btn-primary),
.panel-heading .btn-toolbar > .dropdown > .btn:not(.btn-primary) {
  padding-left: 14px;
  padding-right: 14px;
}
.panel-heading-buttons > .btn.btn-primary,
.panel-heading-buttons > .dropdown > .btn.btn-primary,
.panel-heading .btn-toolbar > .btn.btn-primary,
.panel-heading .btn-toolbar > .dropdown > .btn.btn-primary {
  margin-left: 14px;
}
.panel-heading-buttons > .btn.dropdown-toggle,
.panel-heading-buttons > .dropdown > .btn.dropdown-toggle,
.panel-heading .btn-toolbar > .btn.dropdown-toggle,
.panel-heading .btn-toolbar > .dropdown > .btn.dropdown-toggle {
  padding-right: 34px;
}
.panel-heading-buttons > .btn.dropdown-toggle:after,
.panel-heading-buttons > .dropdown > .btn.dropdown-toggle:after,
.panel-heading .btn-toolbar > .btn.dropdown-toggle:after,
.panel-heading .btn-toolbar > .dropdown > .btn.dropdown-toggle:after {
  right: 10px;
}
.panel-title {
  line-height: 1.5;
  margin: 4px auto 4px 0;
}
.panel-title .fa-margin-right {
  margin-right: 10px;
}
.panel-button-icon {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  width: 26px;
  border-left: 0;
  color: #bbb;
  margin-left: 0;
  padding-left: 0;
}
.panel-button-icon .fa {
  margin-right: 0;
}
.panel-button-icon .fa {
  margin-right: 0;
}
.panel-body {
  padding: 30px 30px 5px;
  position: relative;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body.no-padding {
  padding: 0;
}
.panel-body.no-padding .no-results {
  margin: 25px;
}
.panel-body-has-form {
  padding-bottom: 15px;
}
.panel-footer {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e7e7e7;
  padding: 15px;
}
.panel-footer:before, .panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer p {
  margin: 0;
}
.panel-padding {
  padding: 30px 30px 5px;
}
.panel-padding:before, .panel-padding:after {
  content: " ";
  display: table;
}
.panel-padding:after {
  clear: both;
}
.panel-padding-slim {
  padding: 20px 30px;
}
.panel-padding-slim:before, .panel-padding-slim:after {
  content: " ";
  display: table;
}
.panel-padding-slim:after {
  clear: both;
}
.panel-padding-slim p {
  line-height: 30px;
  margin: 0;
}
.panel .tab-pane {
  padding-top: 40px;
}
.panel .tab-pane:before, .panel .tab-pane:after {
  content: " ";
  display: table;
}
.panel .tab-pane:after {
  clear: both;
}
.panel-with-form {
  padding-bottom: 15px;
}
.panel-divider {
  background-color: #e7e7e7;
  height: 1px;
}
.panel.panel-dl .row {
  margin-left: 0;
  margin-right: 0;
}
.panel.panel-dl [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.panel.panel-dl [class*=col-]:not(:first-child) {
  border-left: 1px solid #e7e7e7;
}
.panel-table .panel-body {
  padding: 0;
}
.panel-table hr {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-table .table {
  border: 0;
  margin-bottom: 0;
}
.panel-table .table th {
  border-top: 0;
}
.panel-table .table th:first-child,
.panel-table .table td:first-child {
  border-left: 0;
  padding-left: 30px;
}
.panel-table .table th:last-child,
.panel-table .table td:last-child {
  border-right: 0;
  padding-right: 30px;
}
.panel-table .table tr:last-child td {
  border-bottom: 0;
}
.panel-table .table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.panel-table .table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.panel-table.panel-has-tabs .table,
.panel-table.panel-has-tabs .tab-pane {
  padding-top: 0;
}
.panel-dl .panel-body {
  padding: 0;
}
.panel-dl dl {
  margin-bottom: 0;
}
.panel-has-tabs .panel-heading {
  border-bottom: 0;
}
.panel-has-tabs .panel-body {
  padding: 0;
}
.panel-has-tabs .nav-blocked, .panel-has-tabs .nav-outlined, .panel-has-tabs .nav-pills, .panel-has-tabs .nav-tabs, .panel-has-tabs .nav-underlined {
  padding: 0 30px;
}
.panel-has-tabs .nav-outlined, .panel-has-tabs .nav-pills {
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
}
.panel-has-tabs .nav-blocked {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.panel-has-tabs:not(.panel-table) .tab-pane {
  padding: 30px 30px 5px;
}
.panel-has-tabs:not(.panel-table) .tab-pane:before, .panel-has-tabs:not(.panel-table) .tab-pane:after {
  content: " ";
  display: table;
}
.panel-has-tabs:not(.panel-table) .tab-pane:after {
  clear: both;
}

.search {
  border: 1px solid #c4c6c9;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-bottom: 1.1538461538rem;
  padding: 10px 15px 10px 40px;
  padding: 0.7692307692rem 1.1538461538rem 0.7692307692rem 3.0769230769rem;
  position: relative;
  transition: border-color 0.2s, color 0.2s;
}
.search:before {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  width: 16px;
  color: #999;
  content: "\f002";
  font-family: "FontAwesome";
  left: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.search:before .fa {
  margin-right: 0;
}
.search .form-control {
  border: 0;
  border-radius: 0;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.search .form-control:focus {
  border-color: #e7e7e7;
  outline: none;
}
.search-results {
  background-color: #fff;
  list-style: none;
  padding: 0;
}
.search-header {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding: 0 0 10px;
}
.search-result {
  border-bottom: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
  border-right: 1px solid #eceeef;
}
.search-result a {
  color: #666;
  display: block;
  padding: 15px 20px;
}
.search-result a:hover {
  background-color: #f9fafb;
}
.search-result p {
  margin: 0;
}
.search-result p.result-description {
  margin-bottom: 5px;
}
.search-result .highlight {
  background-color: #e5edf9;
}
.search-result-title {
  font-weight: 600;
}
.search-result-type {
  font-size: 11px;
  font-size: 0.8461538462rem;
  color: #888;
  padding-left: 20px;
  position: relative;
}
.search-result-type:before {
  display: block;
  height: 16px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  width: 16px;
  color: #bbb;
  font-family: "FontAwesome";
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.search-result-type:before .fa {
  margin-right: 0;
}
.search-result-type-franchisee:before {
  content: "\f1b2";
}
.search-result-type-territory:before {
  font-size: 10px;
  font-size: 0.7692307692rem;
  content: "\f279";
}
.search-result-type-venue:before {
  content: "\f1ad";
}
.search-result-type-instructor:before {
  content: "\f19d";
}
.search-result-type-customer:before {
  content: "\f007";
}
.search-result-type-consumer:before {
  content: "\f1ae";
}
.search.suggestive-search .search-header {
  padding: 12px 20px;
}
.search.suggestive-search .search-results {
  border: 1px solid #e7e7e7;
  left: 0;
  margin: 11px 0 0;
  margin: 0.8461538462rem 0 0;
  line-height: 1.6;
  margin: -1px 0 0 -1px;
  max-height: 350px;
  overflow-y: scroll;
  position: absolute;
  width: 600px;
  z-index: 1000;
}
.search.suggestive-search .search-result {
  border-left: 0;
  border-right: 0;
}

.stat {
  text-align: center;
}
.stat-label {
  display: block;
  font-size: 2rem;
}

table.table {
  border-color: #eceeef;
  margin-bottom: 25px;
}
table.table thead th, table.table-vertical th {
  border-color: #eceeef;
  color: #999;
  font-size: 11px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}
table.table-vertical tbody th {
  border-right-width: 2px;
}
table.table td {
  border-color: #eceeef;
  padding: 15px 20px;
  vertical-align: middle;
}
table.table td ul,
table.table td ol,
table.table td p {
  margin-bottom: 0;
}
table.table .form-group {
  margin-bottom: 0;
}
table.table .btn:not(.btn-icon) {
  height: 25px;
  line-height: 25px;
  padding-bottom: 0;
  padding-top: 0;
}
table.table address {
  margin-bottom: 0;
}
table.table .row-actions {
  /**
   * Calculation:
   * (button width * number of buttons) + (button left margin * number of buttons less 1) + td 1px left border
   */
}
table.table .row-actions .btn-toolbar {
  float: right;
}
table.table .row-actions .btn {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  border-width: 1px;
  font-size: 11px;
}
table.table .row-actions .btn .fa {
  margin-right: 0;
}
table.table .row-actions .btn:not(:first-child) {
  margin-left: 10px;
}
table.table .row-actions .btn .fa {
  display: block;
  line-height: 30px;
}
table.table .row-actions-1 {
  width: 31px;
}
table.table .row-actions-2 {
  width: 71px;
}
table.table .row-actions-3 {
  width: 111px;
}
table.table .row-actions-4 {
  width: 151px;
}
table.table .row-actions-5 {
  width: 191px;
}
table.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fafb;
}
table.table-stats {
  font-size: 19.5px;
  line-height: 1;
  width: 100%;
}
table.table-stats td {
  border-left: 1px solid #e7e7e7;
  padding: 30px;
  text-align: center;
}
table.table-stats td:first-child {
  border-left: 0;
}
table.table-stats label {
  color: #999;
  display: block;
  font-size: 10px;
  font-size: 0.7692307692rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tags {
  margin: 0 0 15px;
}
.tags .tag {
  margin: 0 0 10px;
}
.tags .tag:not(:first-child) {
  margin-left: 10px;
}

.tag {
  background-color: #e5e9ed;
  border-radius: 4px;
  color: #aaa;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  padding: 4px 8px;
  vertical-align: top;
}
.tag.tag-primary {
  background-color: #E3232E;
  color: #fff;
}
.tag.tag-success, .tag.tag-active {
  background-color: #2fb041;
  color: #fff;
}
.tag.tag-info {
  background-color: #18a5c9;
  color: #fff;
}
.tag.tag-warning {
  background-color: #fd7e14;
  color: #fff;
}
.tag.tag-danger, .tag.tag-disabled {
  background-color: #dd2b25;
  color: #fff;
}

.ng-table-pager {
  border-top: 1px solid #e7e7e7;
  color: #999;
  padding: 15px 30px;
}
.ng-table-pager:before, .ng-table-pager:after {
  content: " ";
  display: table;
}
.ng-table-pager:after {
  clear: both;
}
.ng-table-pager-results {
  float: left;
  height: 30px;
  line-height: 30px;
}
.ng-table-pager-pagination {
  float: right;
}
.ng-table-pager-pagination .pagination {
  margin: 0;
}

.app-header {
  background-color: #E3232E;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  user-select: none;
  z-index: 1000;
}
@media (min-width: 992px) {
  .app-header {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
    position: relative;
  }
}
.app-header > div {
  border-radius: 0;
  height: 60px;
  margin: 0;
}
.app-header > div > a,
.app-header > div > .btn,
.app-header > div > .dropdown > .btn, .app-header > div.search {
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .app-header > div > a,
  .app-header > div > .btn,
  .app-header > div > .dropdown > .btn, .app-header > div.search {
    border-width: 0 0 1px 0;
  }
}
.app-header > div > a:hover,
.app-header > div > .btn:hover,
.app-header > div > .dropdown > .btn:hover, .app-header > div.search:hover {
  border-color: #e7e7e7;
}
.app-header > div > a.dropdown-toggle,
.app-header > div > .btn.dropdown-toggle,
.app-header > div > .dropdown > .btn.dropdown-toggle, .app-header > div.search.dropdown-toggle {
  padding-right: 36px;
}
.app-header > div > a.btn-icon,
.app-header > div > .btn.btn-icon,
.app-header > div > .dropdown > .btn.btn-icon, .app-header > div.search.btn-icon {
  padding: 0;
  width: 60px;
}
.app-header > div > a.btn-icon .fa,
.app-header > div > .btn.btn-icon .fa,
.app-header > div > .dropdown > .btn.btn-icon .fa, .app-header > div.search.btn-icon .fa {
  display: block;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
}
.app-header > div > a.btn-icon.dropdown-toggle:after,
.app-header > div > .btn.btn-icon.dropdown-toggle:after,
.app-header > div > .dropdown > .btn.btn-icon.dropdown-toggle:after, .app-header > div.search.btn-icon.dropdown-toggle:after {
  display: none;
}
.app-header > div.mobile-logo {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  user-select: none;
  width: 100%;
}
.app-header > div.search {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 0 20px 0 45px;
  width: 100%;
}
.app-header > div.search:before {
  left: 20px;
}
.app-header > div.search .form-control {
  background-color: transparent;
  line-height: 60px;
  height: auto;
}
.app-header > div > a,
.app-header > div > .btn,
.app-header > div > .dropdown {
  background-color: #E3232E;
  color: #fff;
}
.app-header > div > a:hover,
.app-header > div > .btn:hover,
.app-header > div > .dropdown:hover {
  background-color: #2881b3;
  color: #fff;
}
@media (min-width: 992px) {
  .app-header > div > a:not(:last-child),
  .app-header > div > .btn:not(:last-child),
  .app-header > div > .dropdown:not(:last-child) {
    border-right: 1px solid #e7e7e7;
  }
}
.app-header > div > a .btn-secondary,
.app-header > div > .btn .btn-secondary,
.app-header > div > .dropdown .btn-secondary {
  background-color: transparent;
  color: #fff;
}
.app-header > div > a .btn-secondary:hover,
.app-header > div > .btn .btn-secondary:hover,
.app-header > div > .dropdown .btn-secondary:hover {
  background-color: #2881b3;
  color: #fff;
}
@media (min-width: 992px) {
  .app-header > div > a .btn-secondary,
  .app-header > div > .btn .btn-secondary,
  .app-header > div > .dropdown .btn-secondary {
    background-color: #fff;
    color: #909090;
  }
  .app-header > div > a .btn-secondary:hover,
  .app-header > div > .btn .btn-secondary:hover,
  .app-header > div > .dropdown .btn-secondary:hover {
    background-color: #f7f7f9;
    color: #666;
  }
}
@media (min-width: 992px) {
  .app-header > div > a,
  .app-header > div > .btn,
  .app-header > div > .dropdown {
    background-color: #fff;
    color: #909090;
  }
  .app-header > div > a:hover,
  .app-header > div > .btn:hover,
  .app-header > div > .dropdown:hover {
    background-color: #f7f7f9;
    color: #666;
  }
}
.app-header .dropdown-menu {
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
  margin-left: -1px;
}
.app-header .dropdown-menu-right {
  margin-left: auto;
  margin-right: -1px;
}
.app-header .badge {
  background-color: #eb5a79;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 600;
  height: 18px;
  line-height: 19px;
  padding: 0 8px;
  position: absolute;
  right: 8px;
  top: 10px;
}
@media (min-width: 992px) {
  .app-header .badge {
    background-color: #E3232E;
  }
}
.app-header .btn-notifications .fa {
  font-size: 16px;
}

.app-body.no-sidebar .app-header-toggle {
  visibility: hidden;
}

.sidebar {
  background-color: #fff;
  bottom: 0;
  font-size: 13px;
  font-size: 1rem;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: left 0.2s, right 0.2s, width 0.2s;
  user-select: none;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 768px) {
  .sidebar {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .sidebar {
    top: 0;
  }
}
.sidebar-dark {
  background-color: #1C1F33;
}
.sidebar-dark .sidebar-header {
  border-bottom: 0;
}
.sidebar-dark.sidebar-left {
  border-right: 0;
}
.sidebar-dark.sidebar-right {
  border-left: 0;
}
.sidebar-left-visible, .sidebar-right-visible {
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .sidebar-left-visible, .sidebar-right-visible {
    overflow-y: scroll;
  }
}
.sidebar-left {
  left: -100%;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sidebar-left {
    border-right: 1px solid #e7e7e7;
    left: -250px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .sidebar-left {
    left: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-left-visible .app-body {
    padding-left: 250px;
  }
}
.sidebar-left-visible .app-body .sidebar-left {
  left: 0;
}
.sidebar-right {
  right: -100%;
  top: 60px;
}
@media (min-width: 768px) {
  .sidebar-right {
    border-left: 1px solid #e7e7e7;
    left: auto;
    right: -250px;
  }
}
@media (min-width: 992px) {
  .sidebar-right {
    top: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-right-visible .app-body {
    padding-right: 250px;
  }
}
.sidebar-right-visible .app-body .sidebar-right {
  right: 0;
}

.sidebar-brand {
  background-color: transparent;
  color: #fff;
  display: table;
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
}
.sidebar-brand p {
  margin: 0;
}
.sidebar-brand img {
  margin: 0 auto;
  max-width: 100%;
}
.sidebar-brand img.brand--compact {
  display: none;
}
.sidebar-brand i {
  display: block;
  font-size: 16px;
  font-size: 1.2307692308rem;
  height: 24px;
  left: 25px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.sidebar-brand-inner {
  display: table-cell;
  vertical-align: middle;
}

.sidebar-header {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 25px;
  position: relative;
  text-align: center;
}
.sidebar-header .btn-close {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 10px;
  top: 10px;
  transition: color 0.2s;
}
.sidebar-header .btn-close .fa {
  margin-right: 0;
}
.sidebar-header .btn-close:hover {
  color: #909090;
}

.sidebar-title {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-size: 0.8461538462rem;
  font-weight: 600;
  margin: 25px 25px 10px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.sidebar-links {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.sidebar-links .sidebar-links {
  background-color: #1C1F33;
  margin: 0;
  position: relative;
}
.sidebar-links .sidebar-links:before {
  background-color: rgba(255, 255, 255, 0.075);
  bottom: 0;
  content: "";
  display: block;
  left: 31px;
  position: absolute;
  top: 0;
  width: 2px;
}
.sidebar-links .sidebar-links .sidebar-link:before {
  left: 31px;
  width: 2px;
}
.sidebar-links .sidebar-links .sidebar-link > a {
  margin-left: 31px;
  padding: 0.65rem 25px 0.65rem 44px;
}
.sidebar-links .sidebar-links .sidebar-link > a.fa:before {
  left: 15px;
}

.sidebar-link {
  padding: 0;
  position: relative;
}
.sidebar-link:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s;
  width: 3px;
}
.sidebar-link:hover:before, .sidebar-link.active:before {
  background-color: #E3232E;
}
.sidebar-link.active > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.sidebar-link > a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 0.65rem 25px 0.65rem 50px;
}
.sidebar-link > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.sidebar-link > a.fa:before {
  left: 22px;
}

.sidebar-links-toggle {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 10px;
  margin-top: -15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: color 0.2s, transform 0.2s;
}
.sidebar-links-toggle .fa {
  margin-right: 0;
}
.sidebar-links-toggle:before {
  content: "\f078";
  font-family: "FontAwesome";
}
.sidebar-links-toggle:hover {
  color: #fff;
}
.sidebar-links-toggle-open {
  transform: rotate(180deg);
}

.sidebar--expanded-hidden {
  display: none;
}

@media (min-width: 992px) {
  .sidebar-compact-visible .app-body {
    padding-left: 72px;
  }
  .sidebar-compact-visible .sidebar-title {
    display: none;
  }
  .sidebar-compact-visible .sidebar--expanded-hidden {
    display: block;
  }
  .sidebar-compact-visible .sidebar--compact-hidden {
    display: none;
  }
  .sidebar-compact-visible .sidebar-left {
    width: 72px;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-brand {
    padding: 0;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-brand img {
    display: none;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-brand img.brand--compact {
    display: block;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-links .sidebar-links:before {
    display: none;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-links .sidebar-links .sidebar-link > a.fa:before {
    left: 50%;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-link:before {
    display: none;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-link > a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    width: 72px;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-link > a:before {
    left: 50%;
    margin: -10px 0 0 -10px;
  }
  .sidebar-compact-visible .sidebar-left .sidebar-link > a:hover .sidebar--compact-hidden {
    visibility: visible;
  }
  .sidebar-compact-visible .form-footer {
    left: 72px;
  }
}

.app-body.layout-narrow .sidebar {
  background: transparent;
  position: absolute;
}

.examples-sub-sidebar .app-body {
  padding-bottom: 0;
}
.examples-sub-sidebar .page-header {
  border-bottom-width: 1px;
}

.sidebar-brand {
  padding: 40px;
}

div.tooltip {
  z-index: 9999 !important;
  opacity: 1;
}
.modal-body div.tooltip {
  position: fixed;
}

.bg-alert-success {
  background: #d0e9c6;
}
.bg-alert-danger {
  background-color: #e7c1c1;
}

.table-calendar {
  margin-bottom: 0 !important;
}
.table-calendar .days-of-week th {
  color: #bcbcbd;
  text-align: center;
  padding: 5px;
  width: 14.28%;
}
.table-calendar td.day {
  height: 200px !important;
  border: 1px solid #e7e7e7;
  position: relative;
  vertical-align: top;
  padding: 0;
}
.table-calendar td.day .week {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-left-width: 0;
  background-color: white;
}
.table-calendar td.day .date {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  background-color: white;
}
.table-calendar td.day.no-lessons {
  background-color: #f8f8f8;
}
.table-calendar td.day .lesson-name {
  padding: 10px;
  margin: 0;
  font-weight: bolder;
}
.table-calendar td.day .consumers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-calendar td.day .consumers li {
  padding: 10px;
  border-top: 1px solid #e7e7e7;
}
.table-calendar td.day .consumers li .remove-consumer {
  display: none;
}
.table-calendar td.day .consumers li:hover .remove-consumer {
  display: block;
}

.modal-phone-booking .search-results {
  max-height: 360px;
  overflow-y: auto;
}
.modal-phone-booking .nav-item.active .nav-link {
  background-color: #18a5c9;
  color: white;
}

#card-element {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0.76923rem 1.15385rem;
  transition: border-color 0.2s, color 0.2s;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #c4c6c9;
  border-radius: 4px;
}

.loading-container {
  padding: 50px;
  text-align: center;
  width: 100%;
}

.email-preview {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.email-preview-wrapper {
  background-color: #f4f6f7;
  border-radius: 0 0 4px 4px;
  padding: 30px;
}
.email-preview-subject {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
  margin: 0 0 15px;
}
.email-preview-subject .form-control {
  font-size: 1.2rem;
  border: 0;
  padding: 20px 30px;
}
.email-preview-meta {
  color: #75757e;
  font-size: 90%;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 30px;
}
.email-preview-meta:before, .email-preview-meta:after {
  content: " ";
  display: table;
}
.email-preview-meta:after {
  clear: both;
}
.email-preview-meta-sender {
  float: left;
}
.email-preview-meta-time {
  float: right;
}
.email-preview-body {
  margin: 0;
  padding: 10px 30px;
}
.email-preview-body:before, .email-preview-body:after {
  content: " ";
  display: table;
}
.email-preview-body:after {
  clear: both;
}
.email-preview-body .ql-editor {
  padding: 0;
}
.email-preview-body .ql-toolbar.ql-snow {
  border-bottom-color: #e7e7e7;
  border-bottom-width: 2px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
}
.email-preview-body .ql-container.ql-snow {
  border: 0;
}
.email-preview-body ul,
.email-preview-body ol,
.email-preview-body p {
  margin: 0 0 25px;
}
.email-preview-footnote {
  font-size: 90%;
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}

.text-accent {
  color: #E3232E;
}

.email-log-preview h4 {
  margin-bottom: 15px;
}
.email-log-preview dl.dl-horizontal .dl-item {
  padding-left: 0;
  padding-right: 0;
}
.email-log-preview .nav-blocked {
  margin-top: 0;
}

.email-recipient {
  display: inline-block;
}
.email-recipient .email-property {
  text-transform: uppercase;
  font-size: 75%;
  display: inline-block;
  font-weight: bolder;
  margin-right: 5px;
}
.email-recipient .email-wrapped {
  margin-left: 5px;
}

.badge-email-queued {
  background-color: #fd8148;
  color: #fff;
}
.badge-email-accepted {
  background-color: #e6a3c5;
  color: #fff;
}
.badge-email-clicked {
  background-color: #6f98a2;
  color: #fff;
}
.badge-email-delivered {
  background-color: #E3232E;
  color: #fff;
}
.badge-email-complained, .badge-email-rejected, .badge-email-unsubscribed, .badge-email-failed {
  background-color: #dd2b25;
  color: #fff;
}
.badge-email-opened {
  background-color: #2fb041;
  color: #fff;
}
.badge-email-sent {
  background-color: #E3232E;
  color: #fff;
}

.dl-header {
  background: #f5f5f5;
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #e7e7e7;
}

.phone-monospaced {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: 1px;
  font-size: 0.85em;
}

body > .ui-select-bootstrap.open {
  z-index: 1050;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  -webkit-appearance: none;
  padding-right: 25px;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item .close {
  right: 1px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  padding: 0.76923rem 1.15385rem;
  height: 2.66666em;
}

.loading-content {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding-left: 18px;
  padding-top: 18px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.center-block {
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
}

.mw-300 {
  max-width: 300px;
}

.mw-600 {
  max-width: 600px;
}

.mw-900 {
  max-width: 900px;
}

span.required {
  font-weight: 400;
  margin-left: 10px;
  font-size: 0.833rem;
  color: #009DB5;
}

/**
 * Alert fixes
 */
.alert {
  padding-left: 65px;
}
.alert p {
  margin: 0;
}

.ui-notification {
  background-color: #fff;
  border: 2px solid #999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 25px 7px 75px;
  transition: all 0.2s;
  color: #999;
}
.ui-notification:before, .ui-notification:after {
  content: "";
  display: block;
  position: absolute;
}
.ui-notification:before {
  background-color: #f9fafb;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50px;
}
.ui-notification:after {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  font-size: 18px;
  font-size: 1.3846153846rem;
  content: "\f129";
  font-family: "FontAwesome";
  left: 10px;
  margin-top: -15px;
  top: 50%;
}
.ui-notification:after .fa {
  margin-right: 0;
}
.ui-notification.clickable:hover {
  opacity: 1;
}
.ui-notification.clickable:hover > .message:after {
  opacity: 1;
}
.ui-notification > .message {
  margin: 0 0 13px;
}
.ui-notification > .message:after {
  color: #d5d5d5;
  content: "\f00d";
  display: block;
  font-family: "FontAwesome";
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.2s;
}
.ui-notification.primary {
  background: #fff;
  border-color: #E3232E;
  color: #E3232E;
}
.ui-notification.primary:before, .ui-notification.primary:after {
  background-color: #E3232E;
  color: #fff;
}
.ui-notification.primary:after {
  content: "\f129";
}
.ui-notification.primary:hover {
  background: #fff;
}
.ui-notification.info {
  background: #fff;
  border-color: #afd9ef;
  color: #31708f;
}
.ui-notification.info:before, .ui-notification.info:after {
  background-color: #afd9ef;
  color: #3e8eb5;
}
.ui-notification.info:after {
  content: "\f129";
}
.ui-notification.info:hover {
  background: #fff;
}
.ui-notification.success {
  background: #fff;
  border-color: #d0e9c6;
  color: #3c763d;
}
.ui-notification.success:before, .ui-notification.success:after {
  background-color: #d0e9c6;
  color: #4d984e;
}
.ui-notification.success:after {
  content: "\f00c";
}
.ui-notification.success:hover {
  background: #fff;
}
.ui-notification.warning {
  background: #fff;
  border-color: #f4e390;
  color: #8a6d3b;
}
.ui-notification.warning:before, .ui-notification.warning:after {
  background-color: #f4e390;
  color: #ae894a;
}
.ui-notification.warning:after {
  content: "\f12a";
}
.ui-notification.warning:hover {
  background: #fff;
}
.ui-notification.error {
  background: #fff;
  border-color: #e7c1c1;
  color: #a94442;
}
.ui-notification.error:before, .ui-notification.error:after {
  background-color: #e7c1c1;
  color: #c0605e;
}
.ui-notification.error:after {
  content: "\f12a";
}
.ui-notification.error:hover {
  background: #fff;
}

/**
 * Modal accept consumer
 */
.modal-accept-consumer {
  padding: 0 !important;
}
.modal-accept-consumer .alert {
  margin-bottom: 0 !important;
}
.modal-accept-consumer .panel {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.modal-accept-consumer .panel .loading {
  background-color: #fff;
  bottom: 0;
  display: block;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-accept-consumer .panel-heading {
  background-color: #f9fafb;
  padding: 0;
}
.modal-accept-consumer .panel-title {
  float: none;
  font-size: 1rem;
  margin: 0;
  width: 100%;
  color: #666;
  display: block;
  font-weight: normal;
  padding: 18px 30px 18px 50px;
  position: relative;
  cursor: pointer;
}
.modal-accept-consumer .panel-title:before {
  font-family: "FontAwesome";
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
  content: "\f1db";
  left: 30px;
  position: absolute;
  margin-top: -15px;
  position: absolute;
  left: 20px;
  top: 50%;
}
.modal-accept-consumer .panel-title:before .fa {
  margin-right: 0;
}
.modal-accept-consumer .panel-active .panel-title {
  font-weight: bolder;
}
.modal-accept-consumer .panel-active .panel-title:before {
  content: "\f05d";
}
.modal-accept-consumer .panel.has-error .panel-title a {
  color: #dd2b25;
}
.modal-accept-consumer .panel.has-error .panel-title a:before {
  color: #dd2b25;
}
.modal-accept-consumer .panel:not(:last-child) .panel-body {
  border-bottom: 1px solid #e7e7e7;
}
.modal-accept-consumer .panel-group .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.modal-accept-consumer .panel-group .panel:last-child:not(.panel-open) .panel-heading {
  border-radius: 0 0 4px 4px;
}

.text-brackets:before {
  content: "(";
}
.text-brackets:after {
  content: ")";
}

select.form-control,
select.form-control option {
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 !important;
}

div.tooltip {
  margin-top: -10px;
}

.google-map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
/*# sourceMappingURL=../maps/app.css.map */
