.fg_black_dark {
  color: #343434 !important;
}
.fg_black_light {
  color: #3d403e !important;
}
.fg_white {
  color: #ffffff !important;
}
.fg_gray_1 {
  color: #e9e9e9 !important;
}
.fg_gray_2 {
  color: #e5e5e5 !important;
}
.fg_gray_3 {
  color: #c0c0c0 !important;
}
.fg_gray_4 {
  color: #272727 !important;
}
.fg_gray_5 {
  color: #676767 !important;
}
.fg_gray_6 {
  color: #d5d5d5 !important;
}
.fg_green {
  color: #92b870 !important;
}
.fg_green_elite_key {
  color: #b5e18c !important;
}
.fg_green_dark {
  color: #8dab73 !important;
}
.fg_green_on_dark {
  color: #7ec042 !important;
}
.fg_orange {
  color: #e6a24c !important;
}
.fg_gold {
  color: #f8bf48 !important;
}
.fg_red {
  color: #e46447 !important;
}
.bg_transparent {
  background-color: transparent !important;
}
.bg_black_dark {
  background-color: #343434 !important;
}
.bg_black_light {
  background-color: #3d403e !important;
}
.bg_white {
  background-color: #ffffff !important;
}
.bg_gray_0 {
  background-color: #fafafa !important;
}
.bg_gray_1 {
  background-color: #e9e9e9 !important;
}
.bg_gray_2 {
  background-color: #e5e5e5 !important;
}
.bg_gray_3 {
  background-color: #c0c0c0 !important;
}
.bg_gray_4 {
  background-color: #272727 !important;
}
.bg_gray_5 {
  background-color: #676767 !important;
}
.bg_green_light {
  background-color: #e6f0dd !important;
}
.bg_green {
  background-color: #92b870 !important;
}
.bg_green_elite {
  background-color: #c2e3a4 !important;
}
.bg_green_elite_key {
  background-color: #b5e18c !important;
}
.bg_green_dark {
  background-color: #8dab73 !important;
}
.bg_orange {
  background-color: #e6a24c !important;
}
.bg_gold {
  background-color: #f8bf48 !important;
}
.font_10 {
  font-size: 10px;
  font-size: 0.714rem;
}
.font_12 {
  font-size: 12px;
  font-size: 0.857rem;
}
.font_base {
  font-size: 14px;
  font-size: 1rem;
}
.font_16 {
  font-size: 16px;
  font-size: 1.143rem;
}
.font_18 {
  font-size: 18px;
  font-size: 1.286rem;
}
.font_150 {
  font-size: 21px;
  font-size: 1.5rem;
}
.font_200 {
  font-size: 28px;
  font-size: 2rem;
}
.font_500 {
  font-size: 70px;
  font-size: 5rem;
}
.weight_300 {
  font-weight: 300 !important;
}
.weight_400 {
  font-weight: 400 !important;
}
.weight_500 {
  font-weight: 500 !important;
}
.weight_700 {
  font-weight: 700 !important;
}
.lh_1 {
  line-height: 1;
}
.minwidth_inherit {
  min-width: inherit !important;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  font-size: 14px;
  font-weight: 300 !important;
}
body {
  overflow-y: scroll;
  font-family: 'Roboto', Helvetica, Arial, sans_serif;
  line-height: 1.75;
  background-color: #e9e9e9;
  color: #272727;
}
a {
  color: #92b870;
}
a:hover {
  color: #8dab73;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  margin-top: 0px;
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
}
h1,
.h1 {
  font-size: 24px;
  font-size: 1.714rem;
  line-height: 1;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.25;
}
h3,
.h3 {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.75;
  font-weight: 700;
}
.action-link {
  font-size: 36px;
  font-size: 2.571rem;
}
.action-link a {
  color: #92b870;
  font-weight: 500 !important;
}
.action-label {
  font-size: 14px;
  font-size: 1rem;
}
#app-wrapper {
  position: relative;
  min-height: 100%;
}
#app-header {
  z-index: 991;
  position: fixed;
  left: 0em;
  right: 0em;
  height: 56px;
  height: 4rem;
  background: #343434;
}
#app-header #header-logo {
  float: left;
  padding: 14px;
  padding: 1rem;
}
#app-header #header-logo img {
  height: 28px;
  height: 2rem;
}
#app-header #header-menu-toggle {
  float: right;
}
#app-header #header-menu-toggle a {
  display: inline-block;
  padding: 14px;
  padding: 1rem;
}
#app-header #header-nav {
  float: right;
  padding: 14px;
  padding: 1rem;
}
#app-header #header-nav ul {
  list-style-type: none;
}
#app-header #header-nav ul li {
  display: inline-block;
  border-right: 1px solid #ffffff;
}
#app-header #header-nav ul li:last-child {
  border-right: 1px solid transparent;
}
#app-header #header-nav ul li a {
  color: #ffffff;
  display: block;
  padding: 0px 14px;
  padding: 0rem 1rem;
  line-height: 1;
}
#app-sidebar {
  z-index: 990;
  position: fixed;
  top: 56px;
  top: 4rem;
  left: 0px;
  bottom: 0em;
  width: 210px;
  width: 15rem;
  padding-bottom: 50px;
  padding-bottom: 3.571rem;
  background-color: #3d403e;
  transition: all 0.3s ease;
}
#app-sidebar ul {
  list-style-type: none;
  margin: 0em;
  padding: 0em;
  margin-top: 14px;
  margin-top: 1rem;
}
#app-sidebar ul li {
  margin: 0em;
  padding: 0em;
}
#app-sidebar ul li a {
  position: relative;
  display: block;
  padding: 3px 6px;
  padding: 0.214rem 0.429rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.143rem;
  overflow: hidden;
}
#app-sidebar ul li a[data-toggle='collapse'] .nav-arrow {
  position: absolute;
  top: 5px;
  top: 0.357rem;
  right: 10px;
  right: 0.714rem;
  font-size: 16px;
  font-size: 1.143rem;
}
#app-sidebar ul li a[data-toggle='collapse'] .nav-arrow.nav-arrow-right {
  display: none;
}
#app-sidebar ul li a[data-toggle='collapse'] .nav-arrow.nav-arrow-down {
  display: inline;
}
#app-sidebar ul li a[data-toggle='collapse'] .nav-arrow .fa {
  font-size: 12px;
  font-size: 0.857rem;
}
#app-sidebar ul li a[data-toggle='collapse'].collapsed .nav-arrow.nav-arrow-right {
  display: inline;
}
#app-sidebar ul li a[data-toggle='collapse'].collapsed .nav-arrow.nav-arrow-down {
  display: none;
}
#app-sidebar ul li a:hover {
  text-decoration: none;
}
#app-sidebar ul li a:hover .nav-label,
#app-sidebar ul li a:hover .nav-icon i {
  color: #7ec042;
}
#app-sidebar ul li a .nav-icon {
  display: block;
  float: left;
  min-width: 28px;
  min-width: 2rem;
  margin: 0px 6px;
  margin: 0rem 0.429rem;
  /*.rem-value(margin-right, 6);*/
  font-size: 1.5em;
  font-size: 24px;
  font-size: 1.714rem;
}
#app-sidebar ul li a .nav-icon i {
  vertical-align: baseline;
}
#app-sidebar ul li a.active .nav-label,
#app-sidebar ul li a.active .nav-icon i {
  color: #7ec042;
}
#app-sidebar ul li a .nav-label {
  transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
  display: block;
  float: left;
  opacity: 1;
  margin: 3px 0px;
  margin: 0.214rem 0rem;
  line-height: 2.3;
}
#app-sidebar ul li ul {
  margin: 0em;
  padding: 0em;
  padding-left: 43px;
  padding-left: 3.071rem;
  background: #343434;
}
#app-sidebar ul li ul li {
  margin: 0em;
  padding: 0em;
}
#app-sidebar ul li ul li a {
  display: block;
  padding: 5px 20px;
  padding: 0.357rem 1.429rem;
  padding-left: 0px;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
}
#app-sidebar ul li ul li a.active {
  color: #7ec042;
}
#app-sidebar ul li ul li a.indent1 {
  padding-left: 21px;
  padding-left: 1.5rem;
}
#app-sidebar ul li ul li a:empty {
  display: none;
}
#app-sidebar ul li ul li a .nav-label {
  line-height: 1;
}
#app-sidebar ul#left-menu-collapse {
  background: #343434;
  position: fixed;
  bottom: 0px;
  width: 210px;
  width: 15rem;
  transition: all 0.3s ease;
}
#app-content {
  padding-top: 56px;
  padding-top: 4rem;
  padding-bottom: 28px;
  padding-bottom: 2rem;
  margin-left: 210px;
  margin-left: 15rem;
  transition: all 0.3s ease;
}
#app-content #app-flash {
  padding: 1em 2em;
}
#app-content #app-flash:empty {
  display: none;
}
#app-content #app-main {
  padding: 28px 28px;
  padding: 2rem 2rem;
}
#app-footer {
  position: absolute;
  left: 0em;
  right: 0em;
  bottom: 0em;
  z-index: 992;
  height: 28px;
  height: 2rem;
  margin-left: 210px;
  margin-left: 15rem;
  padding: 0.5em;
  background: #ffffff;
  box-shadow: 0 -4px 5px -5px #e5e5e5;
  line-height: 1;
  color: #c0c0c0;
  transition: all 0.3s ease;
}
@media all and (min-width: 768px) {
  html.sidebar-minimized #app-sidebar {
    width: 56px;
    width: 4rem;
  }
  html.sidebar-minimized #app-sidebar.vertical-scroll {
    overflow-y: visible;
  }
  html.sidebar-minimized #app-sidebar > ul > li {
    position: relative;
  }
  html.sidebar-minimized #app-sidebar > ul > li > a .nav-label {
    transition: none;
    margin-left: -100em;
    opacity: 0;
    height: 0px;
  }
  html.sidebar-minimized #app-sidebar > ul > li > a[data-toggle='collapse'] .nav-arrow {
    display: none !important;
  }
  html.sidebar-minimized #app-sidebar > ul > li > a:hover + ul,
  html.sidebar-minimized #app-sidebar > ul > li ul:hover {
    display: block;
    position: absolute;
    top: 0px;
    left: 56px;
    left: 4rem;
    height: auto !important;
    z-index: -1;
    padding: 10px 0px;
    padding: 0.714rem 0rem;
    padding-left: 30px;
    padding-left: 2.143rem;
    min-width: 180px;
    min-width: 12.857rem;
    border-top-right-radius: 3px;
    border-top-right-radius: 0.214rem;
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: 0.214rem;
  }
  html.sidebar-minimized #app-sidebar > ul > li > a:hover + ul li a .nav-label,
  html.sidebar-minimized #app-sidebar > ul > li ul:hover li a .nav-label {
    margin-left: 0;
    opacity: 1;
  }
  html.sidebar-minimized #app-sidebar > ul > li ul {
    display: none;
  }
  html.sidebar-minimized #app-sidebar > ul#left-menu-collapse {
    width: 56px;
    width: 4rem;
  }
  html.sidebar-minimized #app-sidebar > ul#left-menu-collapse li a .nav-icon {
    transform: rotate(180deg);
  }
  html.sidebar-minimized #app-content {
    margin-left: 56px;
    margin-left: 4rem;
  }
  html.sidebar-minimized #app-footer {
    margin-left: 56px;
    margin-left: 4rem;
  }
}
@media all and (max-width: 767px) {
  #app-wrapper {
    overflow-x: hidden;
  }
  #app-sidebar {
    left: -210px;
    left: -15rem;
    /*width: @left_nav_width_full !important;*/
    width: 210px;
    width: 15rem;
  }
  #app-content {
    margin-left: 0px;
  }
  #app-footer {
    margin-left: 0px;
  }
  #app-wrapper.header-menu-toggled #app-sidebar,
  #app-wrapper.header-menu-toggled #app-content,
  #app-wrapper.header-menu-toggled #app-footer {
    /* TODO */
    transform: translate3d(210px, 0, 0);
    transform: translate3d(15rem, 0, 0);
  }
}
.hidden {
  display: none;
}
.results-message {
  font-size: 20px;
  font-size: 1.429rem;
}
#app-content .pagination .fa {
  font-size: inherit;
}
#app-content .btn .fa {
  font-size: 16px;
  font-size: 1.143rem;
}
#app-content .btn-primary .fa {
  color: #ffffff;
}
#app-content .btn-secondary .fa {
  color: #92b870;
}
#app-content .btn-danger .fa {
  color: #e46447;
}
#app-content .btn:hover .fa {
  color: #ffffff;
}
#app-content .badge .fa {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.143rem;
}
.inside-nav a.active {
  color: #272727;
  font-weight: bold;
}
.inside-nav a.disabled {
  color: #c0c0c0;
}
/**
 * Bootstrap overrides
 */
.tooltip {
  pointer-events: none;
}
.table {
  margin: 0;
  /*.rem-value(margin-bottom, 7);*/
}
.table th,
.table td {
  border: 0px;
  vertical-align: middle;
}
.table th:first-child,
.table td:first-child {
  padding-left: 18px;
  padding-left: 1.286rem;
}
.table th:last-child,
.table td:last-child {
  padding-right: 18px;
  padding-right: 1.286rem;
}
.table thead {
  background: #92b870;
}
.table thead th,
.table thead td {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.857rem;
  font-weight: 500;
  border: 0px;
}
.table thead th a,
.table thead td a {
  color: #fff;
  text-decoration: none;
}
.table thead th a:hover,
.table thead td a:hover {
  text-decoration: underline;
}
.table tbody {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
}
.table-hover tbody tr:hover {
  background: #e6f0dd;
}
.table tbody tr.no-hover:hover {
  background: transparent;
}
.btn {
  border-radius: 3px;
  border-radius: 0.214rem;
  line-height: 1;
  padding: 8px;
  padding: 0.571rem;
  padding-bottom: 7px;
  padding-bottom: 0.5rem;
  min-width: 140px;
  min-width: 10rem;
}
.btn.btn-icon {
  min-width: 42px;
  min-width: 3rem;
}
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 171, 115, 0.25);
}
.btn.btn-link {
  color: #92b870;
}
.btn.btn-primary {
  background: #7DBF42;
  background: linear-gradient(to bottom, #e6f0dd 0%, #7DBF42 7%, #7DBF42 93%, #8dab73 100%);
  border: 1px solid #8dab73;
  color: #ffffff;
  /*.rem-value(min-width, @body_font * 12);*/
}
.btn.btn-primary:hover {
  background: #8dab73;
  background: linear-gradient(to bottom, #e6f0dd 0%, #8dab73 7%, #8dab73 93%, #8dab73 100%);
  color: #ffffff;
}
.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 171, 115, 0.5);
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #8dab73;
  background: linear-gradient(to bottom, #e6f0dd 0%, #8dab73 7%, #8dab73 93%, #8dab73 100%);
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(141, 171, 115, 0.5);
  border: 1px solid #e6f0dd;
}
.btn.btn-secondary {
  background: #f0f0f0;
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 7%, #f0f0f0 100%);
  border: 1px solid #d5d5d5;
  color: #272727;
}
.btn.btn-secondary:hover {
  background: #e5e5e5;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 7%, #e5e5e5 100%);
}
.btn.btn-secondary:not(:disabled):not(.disabled):active {
  color: #272727;
}
.btn.btn-danger {
  background: #ffffff;
  border-color: #e46447;
  color: #e46447;
}
.btn.btn-danger:hover {
  background: #e46447;
  color: #ffffff;
}
.btn.btn-light {
  background: #f0f0f0;
}
.btn.btn-light:active,
.btn.btn-light:focus {
  box-shadow: 0 0 0 0.2rem #7ec042;
}
.btn.btn-minwidth-inherit {
  min-width: inherit;
}
.btn-sm {
  /*.rem-value(padding, 4, 7);
	.rem-value(padding-bottom, 3);*/
}
.show .btn-secondary.dropdown-toggle {
  color: #272727;
}
.show .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #7ec042;
}
@media (max-width: 576px) {
  .btn-xs-tall {
    padding: 14px;
    padding: 1rem;
    padding-top: 15px;
    padding-top: 1.071rem;
  }
}
.card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  border-radius: 0.214rem;
  /*overflow: hidden;*/
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.07);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
}
.card .card-header {
  background: #3576ED;
  color: #ffffff;
  padding: 10px 18px;
  padding: 0.714rem 1.286rem;
  padding-bottom: 8px;
  padding-bottom: 0.571rem;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.card .card-header A {
  color: #ffffff;
}
.card .card-header A.btn {
  color: #272727;
  padding: 5px;
  padding: 0.357rem;
  margin-top: -4px;
  margin-top: -0.286rem;
  margin-bottom: -3px;
  margin-bottom: -0.214rem;
}
.card .card-body {
  background: #fafafa;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 18px;
  padding: 1.286rem;
}
.card .card-body h1.big-number {
  font-size: 32px;
  font-size: 2.286rem;
}
.card .card-body h1.medium-number {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 800;
}
.card .card-body.table-card {
  padding: 18px 0px;
  padding: 1.286rem 0rem;
}
.card .card-body .card {
  border: 1px solid #d5d5d5;
  box-shadow: none;
}
.card .card-body .card .card-body {
  background: #ffffff;
}
.nav-pills .nav-link.active {
  background-color: #92b870;
}
.form-control {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0.071rem 0.214rem 0 rgba(0, 0, 0, 0.16);
}
.form-control[readonly],
.form-control.disabled {
  box-shadow: none;
}
.form-control:focus {
  border-color: #8dab73;
  box-shadow: 0 0 0 0.2rem rgba(141, 171, 115, 0.25);
}
.input-group-text {
  background: #e9e9e9;
  color: #c0c0c0;
}
.custom-control {
  padding-left: 2rem;
}
.custom-control.custom-switch {
  padding-left: 3rem;
}
.custom-control.custom-radio .custom-control-label::before,
.custom-control.custom-checkbox .custom-control-label::before {
  left: -2rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control.custom-radio .custom-control-label::after,
.custom-control.custom-checkbox .custom-control-label::after {
  top: 0.3rem;
  left: -1.7rem;
  width: 0.9rem;
  height: 0.9rem;
}
.custom-control.custom-switch .custom-control-label::before {
  left: -3rem;
  top: 0;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 1rem;
}
.custom-control.custom-switch .custom-control-label::after {
  top: 0.3rem;
  left: -2.7rem;
  width: 0.9rem;
  height: 0.9rem;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #92b870;
  background-color: #ffffff;
}
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background: #92b870;
  border-radius: 100%;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #92b870;
  background-color: #92b870;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #92b870;
  background-color: #92b870;
}
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
}
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(141, 171, 115, 0.25);
}
.paging-links {
  height: 42px;
  height: 3rem;
  /* font + padding-top + padding-bottom + border + margin-bottom */
}
.page-item .page-link {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1;
  padding: 7px 10.5px;
  padding: 0.5rem 0.75rem;
  background-color: #f0f0f0;
  border: 1px solid #cdcdcd;
  color: #272727;
}
.page-item.disabled .page-link {
  background-color: #f0f0f0;
  border: 1px solid #cdcdcd;
  color: #a7a7a7;
}
.page-item.disabled SPAN.page-link {
  color: #272727;
}
.text-muted {
  color: #c0c0c0 !important;
}
.modal-content {
  background-color: #fafafa;
}
.modal-header {
  background-color: #92b870;
  border-radius: 0;
}
.modal-header .modal-title {
  color: #ffffff;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 300 !important;
}
.modal-header .close {
  padding: 5px;
  padding: 0.357rem;
  margin: 0 0 0 auto;
  opacity: 1.0;
  color: #ffffff;
  text-shadow: none;
}
.modal-body {
  background-color: #fafafa;
}
.modal-footer .justify-start {
  margin-right: auto;
}
.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 auto 0 auto;
  background: #fafafa;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(calc(100vw), 0);
  -moz-transform: translate(calc(100vw), 0);
  -ms-transform: translate(calc(100vw), 0);
  transform: translate(calc(100vw), 0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  flex-flow: column;
}
.modal-dialog-slideout .modal-content {
  border: 0;
}
@media (max-width: 575px) {
  .modal-dialog.modal-dialog-slideout {
    width: 90%;
  }
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(3%, 0);
    -moz-transform: translate(3%, 0);
    -ms-transform: translate(3%, 0);
    transform: translate(3%, 0);
  }
}
@media (min-width: 576px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 14px 28px;
    padding: 1rem 2rem;
  }
  .modal-dialog.modal-dialog-slideout {
    margin: 0 auto 0 0;
    width: 100%;
  }
  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(calc(100vw - 500px), 0);
    -moz-transform: translate(calc(100vw - 500px), 0);
    -ms-transform: translate(calc(100vw - 500px), 0);
    transform: translate(calc(100vw - 500px), 0);
  }
  .modal.fade.show .modal-dialog.modal-sm.modal-dialog-slideout {
    -webkit-transform: translate(calc(100vw - 300px), 0);
    -moz-transform: translate(calc(100vw - 300px), 0);
    -ms-transform: translate(calc(100vw - 300px), 0);
    transform: translate(calc(100vw - 300px), 0);
  }
}
@media (min-width: 992px) {
  .modal.fade.show .modal-dialog.modal-lg.modal-dialog-slideout {
    -webkit-transform: translate(calc(100vw - 800px), 0);
    -moz-transform: translate(calc(100vw - 800px), 0);
    -ms-transform: translate(calc(100vw - 800px), 0);
    transform: translate(calc(100vw - 800px), 0);
  }
  .modal.fade.show .modal-dialog.modal-xl.modal-dialog-slideout {
    -webkit-transform: translate(calc(100vw - 800px), 0);
    -moz-transform: translate(calc(100vw - 800px), 0);
    -ms-transform: translate(calc(100vw - 800px), 0);
    transform: translate(calc(100vw - 800px), 0);
  }
}
@media (min-width: 1200px) {
  .modal.fade.show .modal-dialog.modal-xl.modal-dialog-slideout {
    -webkit-transform: translate(calc(100vw - 1140px), 0);
    -moz-transform: translate(calc(100vw - 1140px), 0);
    -ms-transform: translate(calc(100vw - 1140px), 0);
    transform: translate(calc(100vw - 1140px), 0);
  }
}
.dropdown .dropdown-toggle {
  padding-right: 42px;
  padding-right: 3rem;
  padding-left: 11px;
  padding-left: 0.786rem;
  text-align: left;
}
.dropdown .dropdown-toggle::before {
  content: '';
  border-right: 1px solid #cdcdcd;
  position: absolute;
  top: 4px;
  top: 0.286rem;
  bottom: 4px;
  bottom: 0.286rem;
  right: 30px;
  right: 2.143rem;
}
.dropdown .dropdown-toggle::after {
  border-top: 0.4em solid #676767;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 14px;
  top: 1rem;
  right: 10.5px;
  right: 0.75rem;
}
.dropdown .btn-sm {
  line-height: 1;
  border-radius: 1.5px;
  border-radius: 0.107rem;
  min-width: 8em;
  min-width: 112px;
  min-width: 8rem;
  padding-top: 5px;
  padding-top: 0.357rem;
  padding-bottom: 3px;
  padding-bottom: 0.214rem;
}
.dropdown .btn-sm.dropdown-toggle::before {
  right: 28px;
  right: 2rem;
}
.dropdown .btn-sm.dropdown-toggle::after {
  top: 10.5px;
  top: 0.75rem;
  right: 9px;
  right: 0.643rem;
}
.dropdown .dropdown-menu {
  background: #f0f0f0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.07);
}
.dropdown .dropdown-menu A {
  padding: 4px 7px;
  padding: 0.286rem 0.5rem;
  padding-left: 11px;
  padding-left: 0.786rem;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 300;
}
.dropdown .dropdown-menu A:hover {
  background: #e6f0dd;
}
.dropdown .dropdown-menu .dropdown-item-text {
  padding: 4px 7px;
  padding: 0.286rem 0.5rem;
  padding-left: 11px;
  padding-left: 0.786rem;
  font-size: 14px;
  font-size: 1rem;
}
.dropdown .dropdown-item {
  color: #272727;
}
.nav.nav-tabs {
  border-bottom: 0px;
}
.nav.nav-tabs .nav-item {
  margin-right: 3px;
  margin-right: 0.214rem;
}
.nav.nav-tabs .nav-item .nav-link {
  background: #d5d5d5;
  color: #272727;
  padding: 10px 18px;
  padding: 0.714rem 1.286rem;
  padding-bottom: 8px;
  padding-bottom: 0.571rem;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1;
  border-bottom: 0px;
}
.nav.nav-tabs .nav-item .nav-link.active {
  background: #676767;
  color: #ffffff;
}
@media (min-width: 576px) {
  .nav.nav-tabs .nav-item {
    margin-right: 10px;
    margin-right: 0.714rem;
  }
}
.tab-content {
  background: #fafafa;
  padding: 18px;
  padding: 1.286rem;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.214rem;
}
/**
 * Vue styles
 */
[v-cloak] {
  display: none;
}
/**
 * Intl-Tel-Input control
 */
.intl-tel-input {
  display: block !important;
}
.flag-container {
  z-index: 2000;
}
/**
 * Vue-Datepicker
 */
.vdp-datepicker .form-control[readonly] {
  background-color: inherit;
}
/**
 * CKEditor5
 */
.ck h1,
.cke_wysiwyg_div h1,
.ck .h1,
.cke_wysiwyg_div .h1,
.ck h2,
.cke_wysiwyg_div h2,
.ck .h2,
.cke_wysiwyg_div .h2,
.ck h3,
.cke_wysiwyg_div h3,
.ck .h3,
.cke_wysiwyg_div .h3 {
  margin-top: 0;
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.ck h1,
.cke_wysiwyg_div h1,
.ck .h1,
.cke_wysiwyg_div .h1 {
  font-size: 24px;
  font-size: 1.714rem;
}
.ck h2,
.cke_wysiwyg_div h2,
.ck .h2,
.cke_wysiwyg_div .h2 {
  font-size: 20px;
  font-size: 1.429rem;
}
.ck h3,
.cke_wysiwyg_div h3,
.ck .h3,
.cke_wysiwyg_div .h3 {
  font-size: 16px;
  font-size: 1.143rem;
  font-weight: 800;
}
/**
 * Braintree styles
 */
#bt-dropin {
  min-height: 360px;
}
.bt-label {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
}
.braintree-sheet {
  border: 0px solid #fff !important;
}
.braintree-sheet__header {
  display: none;
}
.braintree-card {
  background-color: #fafafa;
}
/**
 * Angular leftovers
 */
.ng-cloak {
  display: none !important;
}
/**
 * Custom styles
 */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.01% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
blink,
.blink {
  -webkit-animation: blink 0.7s 5 linear alternate;
  -webkit-font-smoothing: antialiased;
}
.text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vertical-scroll {
  overflow-y: auto;
  /*
	&::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: @gray_0;
	}
	*/
}
.vertical-scroll::-webkit-scrollbar {
  width: 18px;
  width: 1.286rem;
  background-color: #ffffff;
  border-left: 1px solid #d5d5d5;
}
.vertical-scroll::-webkit-scrollbar-thumb {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #d5d5d5;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 14px;
  border-radius: 1rem;
  background-clip: padding-box;
}
.vertical-scroll#app-sidebar::-webkit-scrollbar {
  background: transparent;
  border-left: none;
}
.vertical-scroll#app-sidebar::-webkit-scrollbar-thumb {
  background-color: #676767;
}
.roundphoto {
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  border: 1px solid #ddd;
  box-shadow: inset -1px 0px 4px #000000;
  background-position: center center;
  background-size: cover;
}
#profile .talentphoto {
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  border: 1px solid #ddd;
  box-shadow: inset -1px 0px 4px #000000;
  background-position: center center;
  background-size: cover;
}
#profile .talentname {
  font-size: 20px;
  font-size: 1.429rem;
  color: #77b800;
}
#profile .talentratingon i {
  color: #77b800 !important;
}
#profile .experience-badge {
  font-size: 16px;
  font-size: 1.143rem;
  font-weight: 400;
}
.currencyColumn {
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
}
.dateColumn {
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
}
.larger {
  font-size: 20px;
  font-size: 1.429rem;
}
.table_layout_fixed {
  table-layout: fixed;
}
#search #searching {
  display: block;
  position: absolute;
  top: 500px;
  left: 45%;
  z-index: 2;
}
#search #searching I {
  font-size: 70px;
  font-size: 5rem;
  color: #92b870;
}
#search #searching I::before {
  vertical-align: -7px;
  vertical-align: -0.5rem;
}
#search #choose {
  padding: 10px 18px;
  padding: 0.714rem 1.286rem;
  padding-bottom: 4px;
  padding-bottom: 0.286rem;
  background: #3d403e;
  font-size: 14px;
  font-size: 1rem;
  z-index: 1000;
}
#search #choose .chooseitem {
  display: inline-block;
  vertical-align: top;
}
#search #choose .chooseitem .dropdown-menu {
  margin: 0;
  padding: 0;
}
#search #choose .chooseitem .dropdown-menu A.sel {
  color: #c0c0c0;
}
#search #choose .chooseitem .dropdown-menu A:hover {
  background: #e6f0dd;
}
#search #choose .chooseitemsearch {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
#search #choose .chooseitemsearch .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  width: 22px;
  width: 1.571rem;
  height: 22px;
  height: 1.571rem;
  line-height: 26px;
  line-height: 1.857rem;
  text-align: center;
  pointer-events: none;
  color: #676767;
}
#search #choose .chooseitemsearch INPUT {
  padding-top: 3px;
  padding-top: 0.214rem;
  padding-right: 11px;
  padding-right: 0.786rem;
  padding-bottom: 2px;
  padding-bottom: 0.143rem;
  padding-left: 22px;
  padding-left: 1.571rem;
  line-height: 1;
  font-size: 14px;
  font-size: 1rem;
  width: 180px;
  width: 12.857rem;
  border: 1px solid #fafafa;
  border-radius: 3px;
  border-radius: 0.214rem;
  background-color: #f0f0f0;
}
#search #chosen {
  min-height: 42px;
  min-height: 3rem;
  padding: 18px 18px;
  padding: 1.286rem 1.286rem;
  padding-top: 4px;
  padding-top: 0.286rem;
  background: #3d403e;
}
#search #chosen .chosenitem {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  background: #676767;
  margin-right: 15px;
  margin-right: 1.071rem;
  margin-bottom: 5px;
  margin-bottom: 0.357rem;
  padding-top: 5px;
  padding-top: 0.357rem;
  padding-right: 11px;
  padding-right: 0.786rem;
  padding-bottom: 3px;
  padding-bottom: 0.214rem;
  padding-left: 11px;
  padding-left: 0.786rem;
  border-radius: 3px;
  border-radius: 0.214rem;
  font-weight: normal;
  color: #ffffff;
  vertical-align: top;
}
#search #chosen .chosenitem I {
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.714rem;
  color: #ffffff;
  vertical-align: middle;
}
#search #chosen .chosenitem:hover {
  background: mistyrose;
  color: #f00;
}
#search #chosen .chosenitem:hover I {
  color: #f00;
}
#search #actions {
  padding: 7px;
  padding: 0.5rem;
  padding-left: 18px;
  padding-left: 1.286rem;
  background-color: #4c4c4c;
  color: #ffffff;
}
#search #actions .checklink {
  display: inline-block;
  width: 28px;
  width: 2rem;
  text-align: center;
}
#search #actions > LABEL {
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500 !important;
}
#search #actions .dropdown-menu {
  margin: 0;
  padding: 0;
}
#search #actions .dropdown-menu A.sel {
  color: #c0c0c0;
}
#search #actions .dropdown-menu A:hover {
  background: #e6f0dd;
}
#search #results {
  min-height: 100px;
  background-color: #fafafa;
}
#search #results TD .resultCheck {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
#search #results TD .text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sortlinks I {
  font-size: 14px;
  font-size: 1rem;
}
.sortlink I {
  color: #fff !important;
  margin-left: 7px;
  margin-left: 0.5rem;
}
.card-divider {
  background: #92b870;
  color: #ffffff;
  margin: 0;
  padding: 12px 15px;
  padding: 0.857rem 1.071rem;
  padding-bottom: 10px;
  padding-bottom: 0.714rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 3px;
  border-radius: 0.214rem;
}
.pager {
  background-color: #fafafa;
  border-radius: 28px;
  border-radius: 2rem;
  padding: 3px;
  padding: 0.214rem;
  text-align: center;
  line-height: 1;
}
.pager .pager-link {
  text-align: center;
  line-height: 1;
}
.pager .pager-link A {
  display: block;
  background: #92b870;
  border: 1px solid #ffffff;
  border-radius: 14px;
  border-radius: 1rem;
  padding: 7px;
  padding: 0.5rem;
  width: 112px;
  width: 8rem;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1;
  font-weight: 400 !important;
}
.pager .pager-link .pageDisabled {
  display: block;
  background: #c5d8b4;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: not-allowed;
  border-radius: 14px;
  border-radius: 1rem;
  padding: 7px;
  padding: 0.5rem;
  width: 112px;
  width: 8rem;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1;
  font-weight: 400 !important;
}
.pager .pager-link A,
.pager .pager-link I {
  color: #ffffff;
}
.pager .pager-link.pager-link-left {
  float: left;
}
.pager .pager-link.pager-link-left I {
  float: left;
}
.pager .pager-link.pager-link-right {
  float: right;
}
.pager .pager-link.pager-link-right I {
  float: right;
}
.pager .pager-index {
  padding: 7px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500 !important;
}
.pager .pager-index A {
  text-decoration: underline;
}
#messages .dateheader {
  text-align: center;
  padding: 10px;
  padding: 0.714rem;
}
#messages .message {
  position: relative;
}
#messages .message .messageTime {
  font-size: 12px;
  font-size: 0.857rem;
  color: #676767;
  position: absolute;
  top: -21px;
  top: -1.5rem;
  left: 0;
}
#messages .message.messageReceived .messageTime {
  text-align: right;
  left: inherit;
  right: 0;
}
#messages .message .messageBody {
  position: relative;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border-radius: 0.214rem;
}
#messages .message .messageBody .messageLinks {
  margin-top: 14px;
  margin-top: 1rem;
}
#messages .message .messageBody .messageLinks A {
  color: #92b870;
}
#messages .message .messageShort {
  position: relative;
  padding: 7px 14px;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border-radius: 0.214rem;
  display: none;
}
#messages .message .messageBody .initialapp-icon,
#messages .message .messageShort .initialapp-icon {
  position: absolute;
  font-size: 42px;
  font-size: 3rem;
  left: -56px;
  left: -4rem;
  top: 0px;
  color: #c0c0c0;
  line-height: 1;
}
#messages .message .messageShort .initialapp-icon {
  /*.rem-value(top, -0.5 * @body_font);*/
}
#messages .message.messageSent .messageBody,
#messages .message.messageSent .messageShort {
  border: 1px solid #e7edf3;
  background: #e7edf3;
  margin-right: 28px;
  margin-right: 2rem;
}
#messages .message.messageReceived .messageBody,
#messages .message.messageReceived .messageShort {
  border: 1px solid #e6f0dd;
  background: #e6f0dd;
  margin-left: 70px;
  margin-left: 5rem;
}
#messages .message.messageEditor .messageBody,
#messages .message.messageEditor .messageShort {
  border: 1px solid #ffeed5;
  background: #ffeed5;
}
#messages .message.initialapp .messageBody,
#messages .message.initialapp .messageShort {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  margin-left: 70px;
  margin-left: 5rem;
}
#messages .message.messageSent .messageShort {
  border: 1px dashed #ccc;
}
#messages .message.messageReceived .messageShort {
  border: 1px dashed #ccc;
}
#messages .message.messageCollapsed .messageBody {
  display: none;
}
#messages .message.messageCollapsed .messageShort {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#messages .message .messageBody .collapseItem,
#messages .message .messageShort .expandItem {
  display: none;
  float: right;
  color: #676767;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.2;
}
#messages .message .messageBody .collapseItem:hover,
#messages .message .messageShort .expandItem:hover {
  cursor: pointer;
  color: #77b800;
}
#messages .message.messageCollapsible .messageBody .collapseItem,
#messages .message.messageCollapsible .messageShort .expandItem {
  display: inline-block;
}
#messages .message.messageSent .messageNameRole,
#messages .message.initialapp .messageNameRole {
  display: none;
}
#messages .message.messageReceived .messageNameRole {
  position: absolute;
  top: 3.5px;
  top: 0.25rem;
  left: 0px;
  left: 0rem;
  width: 63px;
  width: 4.5rem;
  font-size: 12px;
  font-size: 0.857rem;
  color: #676767;
}
#messages .message.messageReceived .messageNameRole .messageName {
  width: 63px;
  width: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500 !important;
}
#messages #messageChasm {
  display: none;
}
#messages #chasmExpander {
  cursor: pointer;
  text-align: center;
  background: #c0c0c0;
  color: #ffffff;
  margin: 28px 0px;
  margin: 2rem 0rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 14px;
  padding: 0.429rem 1rem;
  width: 196px;
  width: 14rem;
  font-size: 12px;
  font-size: 0.857rem;
  font-weight: 400 !important;
  line-height: 1;
}
#mail-reply #replymessage {
  border: none;
  outline: none;
  resize: none;
}
#replyattachments UL {
  list-style-type: none;
  padding-left: 15px;
}
#replyattachments UL LI {
  margin: 0px;
  padding: 0px;
}
#replyattachments UL LI .attachmentItem {
  color: #92b870;
  font-weight: 400 !important;
}
#replyattachments UL LI .attachmentItem .removeAttachment {
  cursor: pointer;
}
#promptReload {
  position: fixed;
  z-index: 1001;
  bottom: 14px;
  bottom: 1rem;
  left: 50%;
  width: 238px;
  width: 17rem;
  margin-left: -119px;
  margin-left: -8.5rem;
  border: 1px solid #c0c0c0;
  background: lightgoldenrodyellow;
  font-size: 14px;
  font-size: 1rem;
  padding: 3.5px 14px;
  padding: 0.25rem 1rem;
  text-align: center;
}
#promptReload A {
  color: #92b870;
  text-decoration: underline;
}
.audiojs {
  width: 210px;
  width: 15rem;
  height: 28px;
  height: 2rem;
  position: relative;
}
.audiojs P {
  width: 28px;
  width: 2rem;
  height: 28px;
  height: 2rem;
}
.audiojs .play {
  background-position: 0px 0px;
}
.audiojs .loading {
  background-position: 0px -30px;
}
.audiojs .error {
  background-position: 0px -60px;
}
.audiojs .pause {
  background-position: 0px -90px;
}
.audiojs .play-pause {
  width: 28px;
  width: 2rem;
  height: 28px;
  height: 2rem;
  padding: 0px;
  border-right: 0px;
}
.audiojs .scrubber {
  width: 178.5px;
  width: 12.75rem;
  height: 21px;
  height: 1.5rem;
  margin: 3.5px 0px;
  margin: 0.25rem 0rem;
}
.audiojs .loaded {
  height: 21px;
  height: 1.5rem;
}
.audiojs .progress {
  height: 21px;
  height: 1.5rem;
}
.audiojs .time {
  display: none;
  position: absolute;
  top: 0px;
  left: 21px;
  left: 1.5rem;
  height: 28px;
  height: 2rem;
  line-height: 28px;
  line-height: 2rem;
}
.audiojs .error-message {
  width: 182px;
  width: 13rem;
  height: 28px;
  height: 2rem;
  line-height: 28px;
  line-height: 2rem;
  margin: 0px;
  padding: 0px 7px;
  padding: 0rem 0.5rem;
}
@media all and (max-width: 767px) {
  #messages .message.messageSent .messageBody,
  #messages .message.messageSent .messageShort {
    margin-right: 0px;
    margin-right: 0rem;
  }
  #messages .message.messageReceived .messageBody,
  #messages .message.messageReceived .messageShort {
    margin-left: 0px;
    margin-left: 0rem;
  }
  #messages .message.initialapp .messageBody,
  #messages .message.initialapp .messageShort {
    margin-left: 70px;
    margin-left: 5rem;
  }
  #messages .message.messageReceived .messageNameRole {
    top: -21px;
    top: -1.5rem;
    width: inherit;
  }
  #messages .message.messageReceived .messageNameRole .messageName,
  #messages .message.messageReceived .messageNameRole .messageRole {
    display: inline-block;
    width: inherit;
    line-height: 1;
    overflow: inherit;
  }
}
@media print {
  body {
    background-color: #ffffff;
  }
  #app-header {
    display: none !important;
  }
  #app-sidebar {
    display: none !important;
  }
  #app-content {
    margin-left: 0 !important;
  }
  #app-footer {
    display: none !important;
  }
}