/*
	Author: Counterpart
	https://www.counterpart.biz/
*/
/* flexbox mixins */
html {
  min-height: 100%; }

body {
  font-size: 13px;
  line-height: 1.5;
  min-height: 100%;
  display: flex;
  flex-direction: column; }

body.modal-open .page-wrap, body.modal-open .login-wrap, body.modal-open .signup-wrap {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease; }

/* page pre-loader */
.pre-loader {
  background: url(../images/loading-icon.gif) center center no-repeat #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900000000; }

.mobile-show {
  display: none; }

/* general styles */
.mtop-5 {
  margin-top: 5px; }

.mtop-8 {
  margin-top: 8px; }

.mtop-10 {
  margin-top: 10px; }

.mtop-15 {
  margin-top: 15px; }

.mtop-20 {
  margin-top: 20px; }

.mtop-30 {
  margin-top: 30px; }

.mtop-40 {
  margin-top: 40px; }

img {
  max-width: 100%; }

label {
  font-weight: 500;
  color: #707070;
  margin-bottom: .3rem; }
  label.body-label {
    color: #777777; }

.red-text {
  color: #da1414 !important; }

.green-text {
  color: #008F09 !important; }

strong {
  font-weight: 700; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-strong {
  font-weight: 600; }

.text-subtle {
  opacity: 0.7; }

.gray-link, .gray-link:visited {
  color: #868686; }

.body-text-link, .body-text-link:visited {
  color: #777777; }

.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .inline:last-child {
    margin-right: 0; }
  .inline.inline-top {
    vertical-align: top; }

.tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap; }

.text-light-gray {
  color: #ADB1B2; }

.white-text {
  color: #ffffff; }
  .white-text a, .white-text a:visited, .white-text a:hover {
    color: #ffffff; }

.hide {
  display: none !important; }

.form-control {
  font-size: 0.95rem; }

.form-control.white {
  background: #fff; }

.note-editor.note-frame .note-editing-area .note-editable {
  background: #F0F4F7; }

.note-editor .note-btn {
  background: #fff; }

.note-editor.card {
  box-shadow: none !important;
  border-color: #DDDDDD;
  margin-bottom: 0; }

.tagify {
  background: #f8f9fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.filter-tags {
  margin: 0;
  padding: 0; }
  .filter-tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #ffffff;
    background: #88979a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 8px;
    cursor: pointer;
    font-size: 13px;
    cursor: pointer; }
    .filter-tags li svg {
      color: #fff !important; }
    .filter-tags li:hover .remove-tag {
      color: #ffffff; }
    .filter-tags li .fa {
      margin-right: 0; }
    .filter-tags li .remove-tag {
      color: #e3e3e3;
      margin-left: 12px;
      font-size: 14px; }
    .filter-tags li.none {
      opacity: 0.5; }

.modal-content.gray .modal-body, .modal-content.gray .modal-header {
  background: #eff1f3; }

.modal-body.scroll {
  max-height: 69vh;
  overflow: auto; }

.modal-xl {
  max-width: 75%; }

.actions-row {
  align-items: center; }
  .actions-row .actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.title-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* headings */
h4 {
  color: #707070;
  font-weight: 600; }

/* custom bootstrap gutters */
.gutter-80 > [class^="col-"], .gutter-80 > [class^=" col-"] {
  padding-right: 40px;
  padding-left: 40px; }

.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
  padding-right: 30px;
  padding-left: 30px; }

.gutter-40 > [class^="col-"], .gutter-40 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px; }

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* borders */
.border {
  border: 1px solid #efefef !important; }
  .border.overdue {
    border: 1px solid  #dc3545 !important;
    border-left-width: 4px !important;
    border-left-style: solid !important; }

.border-top {
  border-top: 1px solid #efefef !important; }

.border-bottom {
  border-bottom: 1px solid #efefef !important; }

.border-right {
  border-right: 1px solid #efefef !important; }

.border-left {
  border-left: 1px solid #efefef !important; }

/* containers */
.container-100 {
  max-width: 100%; }
  .container-100 .row {
    margin-left: 0;
    margin-right: 0; }
  .container-100 .col-1, .container-100 .col-2, .container-100 .col-3, .container-100 .col-4, .container-100 .col-5, .container-100 .col-6, .container-100 .col-7, .container-100 .col-8, .container-100 .col-9, .container-100 .col-10, .container-100 .col-11, .container-100 .col-12, .container-100 .col, .container-100 .col-auto, .container-100 .col-sm-1, .container-100 .col-sm-2, .container-100 .col-sm-3, .container-100 .col-sm-4, .container-100 .col-sm-5, .container-100 .col-sm-6, .container-100 .col-sm-7, .container-100 .col-sm-8, .container-100 .col-sm-9, .container-100 .col-sm-10, .container-100 .col-sm-11, .container-100 .col-sm-12, .container-100 .col-sm, .container-100 .col-sm-auto, .container-100 .col-md-1, .container-100 .col-md-2, .container-100 .col-md-3, .container-100 .col-md-4, .container-100 .col-md-5, .container-100 .col-md-6, .container-100 .col-md-7, .container-100 .col-md-8, .container-100 .col-md-9, .container-100 .col-md-10, .container-100 .col-md-11, .container-100 .col-md-12, .container-100 .col-md, .container-100 .col-md-auto, .container-100 .col-lg-1, .container-100 .col-lg-2, .container-100 .col-lg-3, .container-100 .col-lg-4, .container-100 .col-lg-5, .container-100 .col-lg-6, .container-100 .col-lg-7, .container-100 .col-lg-8, .container-100 .col-lg-9, .container-100 .col-lg-10, .container-100 .col-lg-11, .container-100 .col-lg-12, .container-100 .col-lg, .container-100 .col-lg-auto, .container-100 .col-xl-1, .container-100 .col-xl-2, .container-100 .col-xl-3, .container-100 .col-xl-4, .container-100 .col-xl-5, .container-100 .col-xl-6, .container-100 .col-xl-7, .container-100 .col-xl-8, .container-100 .col-xl-9, .container-100 .col-xl-10, .container-100 .col-xl-11, .container-100 .col-xl-12, .container-100 .col-xl, .container-100 .col-xl-auto {
    padding-left: 0;
    padding-right: 0; }

.container.full {
  padding: 0; }
  .container.full.wide {
    max-width: 96%; }

.container-fluid.narrow {
  padding-left: 40px;
  padding-right: 40px; }

.container-fluid.xs {
  padding-left: 60px;
  padding-right: 60px; }

.card.opaque {
  background: rgba(255, 255, 255, 0.75); }

/* buttons */
.gradient-info-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49c5e0+37,3ab3cd+68 */
  background: #49c5e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #49c5e0 37%, #3ab3cd 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #49c5e0 37%, #3ab3cd 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #49c5e0 37%, #3ab3cd 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c5e0', endColorstr='#3ab3cd',GradientType=0 );
  /* IE6-9 */
  color: #fff; }
  .gradient-info-bg:hover, .gradient-info-bg:focus, .gradient-info-bg:active {
    background: #49c5e0; }

.btn-red-gradient {
  background: #e8546e;
  background: -moz-linear-gradient(-90deg, #e8546e 0%, #ce891c 100%);
  background: -webkit-linear-gradient(-90deg, #e8546e 0%, #ce891c 100%);
  background: linear-gradient(-90deg, #e8546e 0%, #ce891c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8546e",endColorstr="#ce891c",GradientType=1);
  color: #fff; }
  .btn-red-gradient:hover, .btn-red-gradient:focus {
    background: #e8546e; }

.btn-info {
  color: #fff; }

.btn-pink {
  color: #fff; }
  .btn-pink:hover, .btn-pink:focus {
    background: #ef39b2; }

.btn-purple {
  background: #8F9CEA;
  color: #fff; }
  .btn-purple:hover, .btn-purple:focus {
    background: #6d7ee4; }

.btn-success-gradient {
  background: #17d0a5;
  background: -moz-linear-gradient(90deg, #17d0a5 0%, #16eaa1 100%);
  background: -webkit-linear-gradient(90deg, #17d0a5 0%, #16eaa1 100%);
  background: linear-gradient(90deg, #17d0a5 0%, #16eaa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17d0a5",endColorstr="#16eaa1",GradientType=1);
  color: #fff; }
  .btn-success-gradient:hover, .btn-success-gradient:focus {
    background: #16E8A1; }

.btn-round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px; }

.btn-padding {
  padding: 0.55rem 1.3rem; }

.btn-lg.btn-padding {
  padding: 0.8rem 1.3rem; }

.btn-xs {
  font-size: 1em;
  padding: 0.4rem 0.4rem 0.2rem 0.4rem; }

.btn-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.btn-secondary {
  color: #fff; }

.btn-success.disabled, .btn-success:disabled {
  color: #fff; }

a.btn:hover {
  text-decoration: none; }

.btn.btn-lg {
  padding: 0.8rem 1rem; }

.btn {
  padding: 0.4rem 0.75rem; }
  .btn.dark-bottom {
    padding-top: 8px;
    margin-top: -2px; }

.btn-success {
  color: #fff; }
  .btn-success.dark-bottom {
    border-bottom: 4px solid #40b46b; }

.btn-info.dark-bottom {
  border-bottom: 4px solid #309cb3; }

.gradient-btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,f3f5f8+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 69%, #f3f5f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 69%, #f3f5f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 69%, #f3f5f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f8',GradientType=0 );
  /* IE6-9 */ }

.hvr-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.avatar-xl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 1px; }

.avatar-xxl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 1px; }

.avatar-lg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 1px;
  font-size: 1.2em; }

.avatar-md {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 1px; }

.avatar.filled {
  background-color: #000;
  border: none;
  color: #fff; }

.avatar.filled2 {
  background-image: url("../images/avatar2.PNG");
  border: none;
  color: #fff; }

.avatar.filled1 {
  background-image: url("../images/avatar1.PNG");
  border: none;
  color: #fff; }

.avatar.filled2 {
  background-image: url("../images/avatar2.PNG");
  border: none;
  color: #fff; }

.avatar.user-default {
  background-image: url("../images/user-default.png");
  border: none;
  color: #fff; }

.action-circle {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  color: #343434;
  margin-right: 5px;
  text-align: center; }
  .action-circle:last-child {
    margin-right: 0; }
  .action-circle.small {
    width: 28px;
    height: 28px;
    line-height: 28px; }
  .action-circle .fa {
    margin-right: 0; }
  .action-circle .fa, .action-circle svg {
    color: #777777; }
  .action-circle:hover {
    background: #fff;
    box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1); }
    .action-circle:hover .fa, .action-circle:hover svg {
      color: #707070; }
  .action-circle.delete:hover svg, .action-circle.delete:focus svg {
    color: #f81010; }

.dropdown-toggle::after {
  vertical-align: middle; }

.no-round {
  border-radius: 0; }

ul.pagination {
  margin: 0; }
  ul.pagination a, ul.pagination a:visited {
    color: #777777; }

/* tables */
.table th, .table td {
  border: none; }

td.actions, th.actions {
  text-align: right;
  white-space: nowrap; }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5; }

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

table, table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important; }

/* data tables sort icon position */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-left: 30px;
  padding-right: 20px; }

table.dataTable thead .sorting_asc {
  background: url(../images/sort-asc.svg) no-repeat 9px center;
  background-size: 16px; }

table.dataTable thead .sorting_desc {
  background: url(../images/sort-desc.svg) no-repeat 9px center;
  background-size: 16px; }

table.dataTable thead .sorting {
  background: url(../images/sort-default.svg) no-repeat 9px center;
  background-size: 16px; }

table.dataTable thead .sorting.actions {
  background: none; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  content: ""; }

thead {
  background: #000000;
  color: #ffffff; }
  thead th {
    font-weight: 500; }

table.table.align-middle td {
  vertical-align: middle; }

table.table thead th {
  padding: 16px 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.85rem; }

table.table tr {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

table.table tbody tr:hover {
  background: #D8D8D8; }
  table.table tbody tr:hover .action-circle {
    background: #fff; }

.page-link {
  line-height: inherit; }

/* admin */
.dropdown-menu {
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  border: none;
  max-height: 250px;
  overflow: auto; }

#admin-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 45px;
  background-color: #707070;
  color: #fff;
  box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);
  z-index: 1050;
  white-space: nowrap; }
  #admin-menu .logo.logoSmall {
    display: block;
    padding: 20px 10px 30px 10px; }
  #admin-menu .logo.logoLarge {
    display: none; }
  #admin-menu .leftnav-hover {
    display: inline; }
  #admin-menu .leftnav-hover {
    display: none;
    position: absolute;
    left: 55px;
    top: 16px;
    background: #000;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  #admin-menu.super-admin {
    background-image: none;
    background-color: #000; }
  #admin-menu a, #admin-menu a:visited {
    color: #fff; }
  #admin-menu a:hover {
    background: #BD3900; }
    #admin-menu a:hover .leftnav-hover {
      display: inline; }
  #admin-menu .logo {
    padding: 1rem 0 2rem 0; }
  #admin-menu ul {
    margin: 0;
    padding: 0; }
    #admin-menu ul > li {
      position: relative; }
      #admin-menu ul > li:hover ul, #admin-menu ul > li:focus ul {
        display: block;
        transition: .5s;
        transition-delay: .7s; }
      #admin-menu ul > li .drop-arrow {
        position: absolute;
        right: 8px;
        top: 17px;
        opacity: 0.6; }
    #admin-menu ul a {
      white-space: nowrap;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: block;
      padding: 1rem;
      border-bottom: 1px solid #343434; }
    #admin-menu ul a.active {
      background: #BD3900;
      font-weight: 600; }
    #admin-menu ul ul {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      background: black;
      width: 250px;
      font-size: 0.9em;
      box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1); }
      #admin-menu ul ul li {
        list-style-type: none; }
      #admin-menu ul ul a:hover {
        background: #d74100; }

@media screen and (max-width: 850px) {
  #admin-menu .logo.logoSmall {
    display: none; }
  #admin-menu .logo.logoLarge {
    display: none; } }

#fullscreen-header {
  background: #fff;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  margin-bottom: 3rem; }
  #fullscreen-header:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    width: 100%;
    overflow: hidden;
    background: url(../images/color-bar.jpg) repeat-x;
    content: "";
    z-index: 10; }
  #fullscreen-header a, #fullscreen-header a:visited {
    color: #777777;
    font-size: 1.2em; }
  #fullscreen-header.dark {
    background: #575964;
    color: #fff; }
    #fullscreen-header.dark a, #fullscreen-header.dark a:visited {
      color: #fff; }

#admin-header {
  grid-area: adminHeader;
  height: 70px;
  background: #fff;
  box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
  -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
  position: relative;
  z-index: 5555; }
  #admin-header .header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #admin-header .menu-button {
    font-size: 1.8em;
    color: #676f74;
    margin: 0 20px 0 10px; }
    #admin-header .menu-button:hover, #admin-header .menu-button:focus {
      text-decoration: none;
      color: #777777; }
  #admin-header .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 50px;
    white-space: nowrap;
    text-overflow: ellipsis; }
    #admin-header .header-left h2 {
      margin: 0;
      line-height: 78px;
      font-size: 1.2rem;
      color: #000; }
  #admin-header .user-header .dropdown-menu {
    min-width: 100%;
    top: 10px !important; }
  #admin-header .user-actions-drop {
    padding: 7px 15px;
    background: #fff;
    position: relative;
    justify-content: flex-end;
    font-size: 1.2em; }
    #admin-header .user-actions-drop .user-name {
      margin-left: 10px;
      max-width: 200px; }

.notification-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0; }
  .notification-list li {
    list-style-type: none;
    margin-right: 8px;
    position: relative; }
    .notification-list li:last-child {
      margin-right: 0; }
  .notification-list a, .notification-list a:visited {
    color: #929292; }
  .notification-list a {
    display: block;
    padding: 8px;
    font-size: 1.65em; }
  .notification-list .notification-bubble {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eb2525;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: absolute;
    right: -5px;
    top: 3px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7); }

.user-actions-drop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.mobile-menu-close {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 2em; }

.page-wrap {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 84vh; }
  .page-wrap.expanded .page-container {
    padding-left: 167px;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s; }
  .page-wrap.expanded #admin-header .header-left {
    padding-left: 167px;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s; }
  .page-wrap.expanded #admin-menu {
    width: 167px; }
    .page-wrap.expanded #admin-menu .leftnav-hover {
      display: inline;
      background: none;
      padding: 0;
      position: relative;
      top: 0;
      left: 0; }
    .page-wrap.expanded #admin-menu .logoSmall {
      display: none; }
    .page-wrap.expanded #admin-menu .logoLarge {
      display: block; }

.page-container {
  padding-left: 45px;
  flex: 1 0 auto;
  position: relative;
  min-height: 84vh; }

#admin-footer {
  flex-shrink: 0;
  margin-top: 2rem;
  padding-left: 217px;
  background: #fff;
  text-align: right;
  padding: 15px; }
  #admin-footer a, #admin-footer a:visited {
    color: #7C889D; }

#mobile-menu-btn {
  display: none; }

/* cards */
.card {
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem; }
  .card .card {
    box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.1); }
  .card.dragable {
    cursor: move; }
    .card.dragable:hover {
      box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5);
      -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.5); }
  .card.tab-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card.placeholder {
    background: #707070;
    border: 2px dashed #707070;
    justify-content: center; }

.card-footer {
  background-color: #fff; }

.header-card {
  margin: -32px -2.6% 2.4rem -2.6%;
  box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 2px 5px 13px 0px rgba(0, 0, 0, 0.04); }

.card-header {
  background: none;
  border-bottom: 1px solid #eeeeee; }

.card-blue {
  background: #f0fbfd; }

.card-gray {
  background: #f0fbfd; }

.centered-card {
  max-width: 50%;
  margin: auto; }

.no-bullets {
  padding: 0; }
  .no-bullets li {
    list-style-type: none;
    margin-bottom: 8px; }
    .no-bullets li:last-child {
      margin-bottom: 0; }

.inline-list {
  padding: 0;
  display: flex; }
  .inline-list li {
    margin-right: 8px;
    list-style-type: none; }
    .inline-list li:last-child {
      margin-right: 0; }

.tab-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills.styled .nav-link {
  background-color: #C4C4C4;
  color: #fff; }
  .nav-pills.styled .nav-link .arrow {
    display: none; }
  .nav-pills.styled .nav-link.active {
    background-color: #fff;
    font-weight: 600;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #707070; }
    .nav-pills.styled .nav-link.active .arrow {
      display: block;
      color: #dedede;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
    .nav-pills.styled .nav-link.active:after {
      display: none;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      opacity: 0.5; }
    .nav-pills.styled .nav-link.active .arrow svg {
      display: block;
      color: #dedede;
      margin: 0 auto; }

.nav-pills.styled .nav-item {
  margin-right: 12px; }
  .nav-pills.styled .nav-item:last-child {
    margin-right: 0; }

.nav-pills.styled.large {
  font-size: 1.01rem; }

.nav-pills.styled.med {
  font-size: 1rem; }

div.invalid-tooltip, div.valid-tooltip {
  top: 82%; }

.badge {
  line-height: inherit; }

.modal-header .close {
  font-size: 1.3em;
  position: relative;
  z-index: 99; }

.modal-header.close-only {
  border-bottom: none;
  padding: 0.8rem 1rem 0 1rem; }

.modal-tabs .nav-tabs {
  background: #f7f8f8;
  height: 100%;
  border-bottom: none; }

.modal-tabs .nav .nav-item .nav-link {
  padding: 1rem 0.7rem;
  display: block;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0; }
  .modal-tabs .nav .nav-item .nav-link.active {
    font-weight: 600;
    background: #bac2f2;
    color: #fff; }
  .modal-tabs .nav .nav-item .nav-link:hover {
    background: white; }

.hidden-file-input {
  position: relative;
  display: inline-block; }
  .hidden-file-input input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    cursor: pointer; }

.animation {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(100%); }
  0% {
    -webkit-transform: translateY(-5); } }

@keyframes slideDownIn {
  0% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(100%); }
  0% {
    transform: translateY(-5px); } }

@-webkit-keyframes shimmer {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes shimmer {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes shimmer {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn; }

.actions-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .actions-card .order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px;
    width: 50px; }
    .actions-card .order a {
      padding: 0 2px;
      opacity: 0.5; }
      .actions-card .order a:hover {
        opacity: 1; }
  .actions-card .content {
    padding: 12px 15px;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .actions-card .actions {
    padding: 12px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.select2-styled .select2-container--default .select2-selection--single {
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  font-size: 0.9rem;
  height: calc(2.25rem + 2px); }

.select2-styled .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.6; }

.select2-styled .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px); }

.select2-dropdown {
  border: 1px solid #dedede; }

.select2-results {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.2); }

.select2-results__message {
  padding: 11px; }

sup {
  top: -.15em;
  font-size: 100%;
  margin-left: 3px; }

.contatiner-full {
  margin: 0 3.5%; }

.search-wrap .form-control {
  padding: 0.6rem 0.75rem 0.475rem 3rem;
  background: #dce0e6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.search-wrap .dark-search {
  background: #c8d8d3;
  border-color: #c8d8d3; }

.search-wrap .search-icon {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 1.25em; }
  .search-wrap .search-icon svg {
    color: #333333; }

.search-wrap .search-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5b636f;
  cursor: pointer; }
  .search-wrap .search-remove:hover {
    color: #e70b0b; }

.med-type {
  font-size: 1.1em; }

.large-type {
  font-size: 1.3em; }

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C6DFEB;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%; }

input:checked + .slider {
  background-color: #2ab934;
  color: #fff; }

.input-group.round .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.input-group.round .btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px); }

.slider:after {
  content: 'No';
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

input:checked + .slider:after {
  content: 'Yes';
  left: 30%; }

.notification-count {
  background: #BA0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-left: 0.5rem;
  font-size: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  text-indent: 1px; }

.scroll-card {
  max-height: 500px;
  overflow: auto; }

.modal-tabs .nav-tabs {
  background: #f7f8f8;
  height: 100%;
  border-bottom: none; }

.modal-tabs .nav .nav-item .nav-link {
  padding: 1rem 0.7rem;
  display: block;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  color: #777777;
  font-weight: 600; }
  .modal-tabs .nav .nav-item .nav-link.active {
    background: #7ecbed;
    color: #fff; }
  .modal-tabs .nav .nav-item .nav-link:hover {
    background: #7ecbed;
    color: #fff; }

.badge-success, .badge-secondary, .badge-orange, .badge-info {
  color: #fff; }

/* ==== PUBLIC ==== */
body.public {
  background: #FAFDFE; }
  body.public.campaign {
    background: url(../images/curve-blue.svg) -60px top no-repeat;
    background-size: cover; }

.public-page-content {
  padding: 0 2%; }

#public-header, #public-footer {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px; }
  #public-header .logo img, #public-footer .logo img {
    width: 120px; }
  #public-header .public-nav, #public-footer .public-nav {
    font-size: 1.2em; }
    #public-header .public-nav ul, #public-footer .public-nav ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    #public-header .public-nav li, #public-footer .public-nav li {
      margin-right: 30px;
      list-style-type: none; }
      #public-header .public-nav li:last-child, #public-footer .public-nav li:last-child {
        margin-right: 0; }
    #public-header .public-nav a, #public-header .public-nav a:visited, #public-footer .public-nav a, #public-footer .public-nav a:visited {
      color: #777777; }
    #public-header .public-nav a:hover, #public-header .public-nav a.active, #public-footer .public-nav a:hover, #public-footer .public-nav a.active {
      color: #039CD5; }
  #public-header .dropdown-menu a:hover, #public-header .dropdown-menu a:focus, #public-footer .dropdown-menu a:hover, #public-footer .dropdown-menu a:focus {
    color: #fff; }

#public-header {
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 99; }

#public-footer {
  margin-top: 2rem;
  border-top: 1px solid #ededed; }

.blue-purple-gradient-vertical {
  background: #154b7a;
  background: -moz-linear-gradient(0deg, #154b7a 0%, #00d4ff 100%);
  background: -webkit-linear-gradient(0deg, #154b7a 0%, #00d4ff 100%);
  background: linear-gradient(0deg, #154b7a 0%, #00d4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#154b7a",endColorstr="#00d4ff",GradientType=1); }

.body-gradient {
  background: #fafdfe;
  background: -moz-linear-gradient(0deg, #fafdfe 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fafdfe 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fafdfe 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafdfe",endColorstr="#ffffff",GradientType=1); }

.nav-pills.nav-pills-gradient a {
  margin-bottom: 10px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.nav-pills.nav-pills-gradient a, .nav-pills.nav-pills-gradient a:visited {
  color: #707070; }

.nav-pills.nav-pills-gradient a:hover {
  background: #E8F4F9; }

.nav-pills.nav-pills-gradient .nav-link {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: none;
  padding: 0.7rem 0.9rem 0.6rem 0.9rem; }

.nav-pills.nav-pills-gradient .nav-link.active {
  color: #707070;
  font-weight: 600;
  background: #eff6f8;
  background: -moz-linear-gradient(-90deg, #eff6f8 0%, #beecfd 100%);
  background: -webkit-linear-gradient(-90deg, #eff6f8 0%, #beecfd 100%);
  background: linear-gradient(-90deg, #eff6f8 0%, #beecfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff6f8",endColorstr="#beecfd",GradientType=1); }

.nav-pills.nav-pills-gradient.large {
  font-size: 1.3em; }

.accent-blue {
  color: #51B9E7; }

.social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .social-icons li {
    list-style-type: none;
    margin-right: 10px; }
    .social-icons li:last-child {
      margin-right: 0; }
  .social-icons img {
    width: 38px; }

.progress-bar.bg-success {
  background: #17d0a5;
  background: -moz-linear-gradient(-90deg, #17d0a5 0%, #16eaa1 100%);
  background: -webkit-linear-gradient(-90deg, #17d0a5 0%, #16eaa1 100%);
  background: linear-gradient(-90deg, #17d0a5 0%, #16eaa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17d0a5",endColorstr="#16eaa1",GradientType=1); }

.cover-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  .cover-image.med {
    height: 215px; }
  .cover-image.large {
    height: 320px; }
  .cover-image.small {
    height: 180px; }
  .cover-image.xs {
    height: 130px; }

.progress.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.nav-tabs.underline-tabs {
  border-bottom: 0; }
  .nav-tabs.underline-tabs .nav-link {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #696969; }
  .nav-tabs.underline-tabs .nav-link, .nav-tabs.underline-tabs .nav-link:hover, .nav-tabs.underline-tabs .nav-link:focus {
    border: none; }
  .nav-tabs.underline-tabs .nav-link.active {
    background: none;
    border-bottom: 3px solid #BD3900;
    font-weight: 600;
    color: #707070; }
  .nav-tabs.underline-tabs.large {
    font-size: 1.3em; }

.calendar-table thead {
  background: none;
  color: #777777; }
  .calendar-table thead th {
    font-weight: 600; }

.no-wrap {
  white-space: nowrap; }

.image-preview {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem; }
  .image-preview .blue-purple-gradient-vertical {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.53; }
  .image-preview.campaign-cover {
    background-position: center center;
    height: 198px; }
  .image-preview.org-cover {
    background-position: right center;
    height: 280px; }
  .image-preview .floating-actions {
    display: none; }
  .image-preview:hover .floating-actions, .image-preview:focus .floating-actions {
    display: block; }

.floating-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 90; }
  .floating-actions .action-circle {
    background: #fff;
    border: 1px solid #ededed; }
  .floating-actions .delete:hover, .floating-actions.delete:focus {
    color: #f81010; }
    .floating-actions .delete:hover svg, .floating-actions.delete:focus svg {
      color: #f81010; }
  .floating-actions a:hover {
    color: #51B9E7; }

.sub-page-banner {
  position: relative;
  height: 200px;
  overflow: hidden; }
  .sub-page-banner .image {
    opacity: 0.07;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }

.sub-banner-spacer {
  margin-top: -130px; }

.bottom-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -87px;
  width: 100%; }
  .bottom-curve svg {
    width: 100%; }

.nowrap {
  white-space: nowrap; }

/* START SPREADSHEET VIEW STYLES */
.mainGrid {
  max-width: 101%;
  padding-left: 15px;
  display: block; }
  .mainGrid .table.spreadSheet th,
  .mainGrid .table.spreadSheet td {
    padding: 10px 7px;
    font-size: 10px;
    text-align: left;
    vertical-align: top;
    text-align: center; }
  .mainGrid .table.spreadSheet th {
    min-width: 60px; }
  .mainGrid .mainName {
    font-size: 14px; }
  .mainGrid table.spreadSheet thead th {
    font-size: 12px; }
  .mainGrid .shipDate {
    background: #FFF3DB; }
  .mainGrid a {
    color: #0081AA; }
  .mainGrid table.spreadSheet tr {
    background: #fff; }
  .mainGrid table.spreadSheet tr:hover {
    background: #fff; }
  .mainGrid.past a.past,
  .mainGrid.past span.past {
    color: #d0d0d0; }

.mainGridMobile {
  display: none; }

@media screen and (max-width: 900px) {
  .mainGrid {
    display: none; }
  .mainGridMobile {
    display: block; } }

/* END SPREADSHEET VIEW STYLES */
/* START CARD VIEW STYLES */
.customWrap {
  overflow-x: auto; }

div.overflowScroll {
  overflow-y: auto;
  height: calc(100vh - 230px);
  padding: 15px 0 30px 0; }

.quoteCard a {
  color: #0081AA; }

.colOverdue .quoteCard,
.colToday .quoteCard {
  border: 2px solid #f00; }

.colOverdue td.highlight,
.colToday td.highlight {
  color: #f00; }

.quoteCard table.table.table-borderless tr:hover {
  background: transparent; }

@media only screen and (max-width: 1200px) {
  div.overflowScroll {
    overflow-y: auto;
    height: calc(100vh - 230px);
    padding: 0 0 30px 0; }
  .colOverdue,
  .colToday,
  .colNext,
  .colCompleted {
    min-width: 265px;
    overflow-x: auto; }
  .row.customWrap {
    flex-wrap: nowrap; } }

@media only screen and (max-width: 900px) {
  .row.customWrap {
    flex-wrap: wrap; }
  .colOverdue,
  .colToday,
  .colNext,
  .colCompleted {
    width: 100%;
    flex: 100%;
    max-width: 100%; }
  html, body {
    height: auto;
    overflow: visible; }
  div.overflowScroll {
    overflow-y: visible;
    height: auto;
    padding: 0 0 30px 0; }
  /*h3:after {
		content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		float: right;
	}
  	h3.collapsed:after {
		content: "\f077";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		float: right;
	}*/ }

@media screen and (min-width: 901px) {
  .customWrap .collapse {
    display: block; } }

/* END CARD VIEW STYLES */
/* START FLYOUT STYLES */
#scoring-filter table.table.table-borderless tr:hover {
  background: transparent; }

#scoring-filter .flyoutL a {
  color: #0081AA; }

#scoring-filter a.flyoutL {
  color: #0081AA; }

/*#scoring-filter a {
	color: #0081AA;
}*/
#tabCommunications .todoBorder {
  border-left: 4px solid #000 !important; }

#tabCommunications .fileBorder {
  border-left: 4px solid #000 !important; }

#tabCommunications .commentBorder {
  border-left: 4px solid #000 !important; }

#tabAttributes h5 > button:before {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  float: left;
  margin-right: 10px; }

#tabAttributes h5 > button.collapsed:before {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  float: left;
  margin-right: 10px; }

.row.newComms {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  width: inherit;
  margin: 0px;
  border-top: 5px solid #BD3900;
  z-index: 1050; }

/* END FLYOUT STYLES */
.tempGlobal {
  position: absolute;
  z-index: 1030;
  top: 19px;
  right: 186px; }

.btn.btn-check.active {
  background: #36D3A9;
  color: #fff; }

/* start customer management workflows */
/*#workflowAccordion .card-header {
	border-top: 2px solid #0081AA;
}*/
#workflowAccordion .btn-link,
#contacts table td a {
  color: #0081AA; }

#workflowAccordion .card-header h5 button[aria-expanded="true"]:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

#workflowAccordion .card-header h5 button[aria-expanded="false"]:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.workflow-list {
  margin: 0;
  padding: 0;
  overflow: auto; }

.workflow-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 1rem;
  margin-bottom: 13px;
  min-height: 58px; }
  .workflow-list li:hover {
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: move; }

.workflow-list li.active {
  background: #E8FAFF;
  border: 1px solid #0E9DC3; }

.workflow-list.numbered {
  counter-reset: steps; }

.workflow-list.numbered h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.workflow-list.numbered h4:before {
  counter-increment: steps;
  content: counter(steps);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #c9c9c9;
  margin-right: 10px;
  font-size: 0.9em; }

.workflow-list.dragable li {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: move;
  cursor: pointer; }

.workflow-list.dragable li:hover, .workflow-list.dragable li:focus {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

.workflow-list.dragable li:hover, .workflow-list.dragable li:focus {
  color: #259AC6; }

.workflow-list h5 {
  margin: 2px 0 0 32px; }

.stepTDays {
  width: 75px; }
  .stepTDays input#stepTDays {
    width: inherit; }

/* end customer management workflows */
#newItemModal .deleteMulti {
  position: absolute;
  right: -25px;
  margin-top: -27px; }

.card .generic {
  border: 1px solid  #E4EBED !important;
  border-left-width: 4px !important;
  border-left-style: solid !important; }

.communication-feed .card.obsolete {
  background: #c6c6c6; }
  .communication-feed .card.obsolete .card-footer {
    background: #c6c6c6; }
  .communication-feed .card.obsolete .badge-light {
    background-color: #a7a7a7; }
  .communication-feed .card.obsolete a {
    color: #777777; }
  .communication-feed .card.obsolete a.oR {
    color: #0081AA !important; }
  .communication-feed .card.obsolete .card-body p {
    text-decoration: line-through; }

a.filter-link:hover,
a.filter-link-global:hover,
a.filter-link-customer:hover,
a.filter-link-factory:hover,
a.filter-link-process:hover,
a.filter-link-stage:hover {
  cursor: pointer; }

#scoring-filter,
#scoring-filter-global {
  padding: 0;
  z-index: 1040; }
  #scoring-filter h3,
  #scoring-filter-global h3 {
    font-size: 2em; }

h3 a {
  color: #000; }

.flyout-actions {
  position: absolute;
  top: 10px;
  right: 10px; }

#admin-header {
  z-index: 1030; }

.new-post-close {
  position: absolute;
  top: 10px;
  right: 10px; }

.light-text {
  opacity: 0.7; }

.btn-check {
  padding: 0.1rem 0.3rem;
  background-color: #f0f4f5;
  border: 1px solid #dae7e8;
  font-size: 0.9em; }
  .btn-check:hover, .btn-check:focus, .btn-check:checked {
    background: #36D3A9;
    color: #fff; }

.favorite-active {
  color: #ffdd5e; }

.form-control.white {
  background: #fff; }

.communication-feed .card {
  border-left-style: solid;
  border-left-width: 4px; }
  .communication-feed .card.noteCard {
    border: 1px solid #eaeaea; }

.communication-feed .todo {
  border-left-color: #64cfb4; }
  .communication-feed .todo .indicator {
    color: #64cfb4; }

.communication-feed .file {
  border-left-color: #6496cf; }
  .communication-feed .file .indicator {
    color: #6496cf; }

.communication-feed .pd {
  border-left-color: #BD3900; }
  .communication-feed .pd .indicator {
    color: #BD3900; }

ul.d-flex {
  align-items: flex-start; }

.checkbox-slider--b-flat input + span {
  padding-left: 30px; }

.underline-tabs.shadow {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05); }

.underline-tabs.large {
  font-size: 1.2em; }
  .underline-tabs.large .nav-link {
    padding: 1rem 0.6rem; }

.underline-tabs.nav-tabs .nav-link {
  text-align: center;
  border-right: 1px solid #E5EAED;
  color: #777777;
  text-align: center;
  background: #fff; }

.underline-tabs.nav-tabs .nav-link.active {
  color: #BD3900;
  font-weight: 600;
  border-bottom: 2px solid #BD3900; }

.flex-1 {
  flex: 1; }

/* flyout tab scrolling */
#scoring-filter.global .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 179px); }

#scoring-filter.customer .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 213px); }

#scoring-filter.factory .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 213px); }

#scoring-filter.item .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 180px); }

#scoring-filter.process .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 268px); }

#scoring-filter.stage .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 220px); }

#scoring-filter.multiProcess .tab-content {
    overflow-y: scroll;
    height: calc(100vh - 140px);
}

#scoring-filter.order .tab-content {
    overflow-y: scroll;
    height: calc(100vh - 250px);
}

#scoring-filter.hide-header .tab-content {
    height: calc(100vh - 126px) !important;
}

#scoring-filter.hide-header .compact-header {
    display: none !important;
}

.card.currentStage {
  background: #f1faff; }

.emailHeader {
  box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
  -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18); }

.emailHeader h1 {
  font-size: 1.2rem; }

.emailContainer .badge-unreplied {
  color: #fff;
  background-color: #ffa937; }

.emailContainer h4 {
  color: #0081AA; }

.emailContainer h4 > span {
  font-size: 1.1rem; }

.emailContainer h4 > span.badge {
  font-size: .7rem; }

.emailContainer h4:hover {
  cursor: pointer; }

.emailContainer .replied {
  border: 1px solid #E4EBED !important;
  border-left-width: 4px !important;
  border-left-style: solid !important; }

.emailContainer .unreplied {
  border: 1px solid #ffa937;
  border-left-width: 4px; }

.emailContainer .border.overdue {
  border: 1px solid #dc3545 !important;
  border-left-width: 4px !important;
  border-left-style: solid !important; }

.emailContainer .yourReply {
  border: 1px solid #4a515b !important;
  border-left-width: 4px !important;
  border-left-style: solid !important; }

.emailContainer .prodEmailFeed > .col {
  padding-left: 60px !important; }

.editCustomerCard {
  max-height: 200px;
  display: block;
  margin: 0px auto 15px auto; }

.flyoutArrowClose {
  position: absolute;
  left: -64px;
  z-index: 1000;
  font-size: 50px;
  margin-top: 49vh;
  background: #d0d0d0;
  padding: 10px; }

.ngScopeWidth {
  width: 100%; }

@media only screen and (max-width: 450px) {
  .emailHeader .col-2.d-flex,
  .emailHeader .col-10.dropdown {
    display: block !important;
    width: 100%;
    max-width: 100%; }
  .emailHeader .col-2.d-flex {
    margin-top: 10px; }
  #admin-header .user-header .user-name .inline {
    display: none; } }

.multiFileDiv {
  max-height: 300px;
  overflow-y: scroll; }

.myTrips {
  /*.tripAccordion .card-header h4[aria-expanded="true"]:before {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.tripAccordion .card-header h4[aria-expanded="false"]:before {
		content: "\f106";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.tripAccordion .card-header h5 button[aria-expanded="true"]:before {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.tripAccordion .card-header h5 button[aria-expanded="false"]:before {
		content: "\f106";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}*/ }
  .myTrips .myTripsHeader h2 {
    font-size: 1.2rem;
    color: #000; }
  .myTrips .myTripsHeader a {
    font-size: 1rem; }
  .myTrips .nav-pills.styled .nav-link.active,
  .myTrips .nav-pills.styled .nav-link.active .arrow,
  .myTrips .nav-pills.styled .nav-link.active .arrow svg {
    color: #BD3900; }
  .myTrips .tripAccordion .card-header h4:before,
  .myTrips .tripAccordion .card-header h5 button:before {
    position: relative;
    width: 20px;
    letter-spacing: 20px;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .myTrips .accordionIcon {
    margin-right: 5px; }
  .myTrips .card .card {
    box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.3);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(79, 79, 79, 0.3); }
  .myTrips .tripNotesDiv {
    border: 1px solid #e7e5e5;
    padding: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #474747; }
    .myTrips .tripNotesDiv .tripNotes {
      margin-bottom: 0px; }
      .myTrips .tripNotesDiv .tripNotes .notesLabel {
        font-weight: bold; }
    .myTrips .tripNotesDiv .text-right {
      margin-top: 10px; }
  .myTrips .btn-light {
    color: #212529;
    background-color: #eff3f7;
    border-color: #eff3f7; }
  .myTrips .card {
    margin-bottom: 0px; }
  .myTrips .tripComms .badge-unreplied {
    color: #fff;
    background-color: #ffa937; }
  .myTrips .tripComms .replied {
    border: 1px solid  #E4EBED !important;
    border-left-width: 4px !important;
    border-left-style: solid !important; }
  .myTrips .tripComms .unreplied {
    border: 1px solid #ffa937;
    border-left-width: 4px; }
  .myTrips .tripComms .border.overdue {
    border: 1px solid  #dc3545 !important;
    border-left-width: 4px !important;
    border-left-style: solid !important; }
  .myTrips .tripComms .yourReply {
    border: 1px solid  #4a515b !important;
    border-left-width: 4px !important;
    border-left-style: solid !important; }
  .myTrips .tripComms .prodEmailFeed > .col {
    padding-left: 60px !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  background-color: #BD3900; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  background-color: #942D00; }

/* SEARCH PAGE */
.w-33 {
  width: 33.3% !important; }

body.public.search .lgViewAll {
  color: #1C3667;
  font-size: 1.1rem;
  font-weight: 600; }

body.public.search .row {
  padding: 0px 2%; }
  body.public.search .row.searchMain {
    height: 250px;
    background-image: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-position-y: 62%; }

body.public.search .searchMain .btn-gray:focus,
body.public.search .searchMain .btn-gray.focus,
body.public.search .searchMain .btn-white:focus,
body.public.search .searchMain .btn-white.focus,
body.public.search .searchMain .btn-white:not(:disabled):not(.disabled):active:focus,
body.public.search .searchMain .btn-white:not(:disabled):not(.disabled).active:focus,
body.public.search .searchMain .show > .btn-white.dropdown-toggle:focus,
body.public.search .searchMain .btn-white:hover {
  box-shadow: none;
  border: 0px; }

body.public.search .searchMain input,
body.public.search .searchMain button {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1; }

body.public.search .searchMain input {
  border: 0px; }

body.public.search .searchMain input.form-control {
  background-clip: border-box; }

body.public.search .searchMain .dropdown-menu {
  max-height: 500px; }

body.public.search .searchMain .dropdown-menu .dropdown-header {
  color: #27406F;
  font-weight: 600;
  font-size: 18px; }

body.public.search .searchMain .searchAllDropdown button {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

body.public.search .searchMain .btn.gradientSpec {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  padding: 20px 35px;
  font-size: 20px;
  background: #e8546e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e8546e 0%, #ce891c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e8546e 0%, #ce891c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e8546e 0%, #ce891c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8546e', endColorstr='#ce891c',GradientType=1 );
  /* IE6-9 */ }

body.public.search .searchMain .searchAllDropdown a.dropdown-item {
  color: #27406F;
  font-weight: 600;
  font-size: 14px; }

body.public.search .searchMain .searchAllDropdown a.dropdown-item.accent-blue {
  color: #51B9E7; }

body.public.search .searchMain .searchAllDropdown .dropdown-item:hover,
body.public.search .searchMain .searchAllDropdown .dropdown-item:focus,
body.public.search .searchMain .searchAllDropdown a.dropdown-item.accent-blue:hover,
body.public.search .searchMain .searchAllDropdown a.dropdown-item.accent-blue:focus {
  color: #fff;
  text-decoration: none;
  background-color: #32C3C6; }

body.public.search .searchMain .searchAllDropdown .dropdown-item .fa-2x {
  font-size: 2em; }

body.public.search .searchMain .searchAllDropdown .dropdown-item span.fa-stack + p {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px; }

body.public.search .searchMain .searchAllDropdown .dropdown-item a span.fa-stack + p {
  color: #27406F; }

body.public.search .orgProx .card {
  margin: 15px; }

body.public.search .orgProx .card img {
  width: auto;
  max-height: 50px;
  margin: 35px auto 0px auto; }

body.public.search .orgProx .card .card-text {
  font-size: 16px; }

body.public.search .orgProx .card .card-text span {
  color: #27406F; }

body.public.search .orgProx .card .card-text svg {
  color: #039CD5; }

body.public.search .rec4U .dropdown button {
  color: #1C3667;
  background-color: transparent;
  border: #1C3667 3px solid; }

body.public.search .rec4U .card .card-header,
body.public.search .eventsOps .card .card-header {
  text-align: center; }

body.public.search .rec4U .card .card-header img,
body.public.search .eventsOps .card .card-header img {
  max-height: 50px;
  width: auto; }

body.public.search span.fa-stack + p {
  text-align: center;
  font-size: 16px;
  font-weight: 600; }

body.public.search .fa-circle {
  color: #24B5E1; }

body.public.search .fa-2x {
  font-size: 3em; }

body.public.search .searchMain a.mobileSearchOptions {
  display: none; }

body.public.search.results .card .card-header img {
  max-height: 50px;
  width: auto; }

body.public.search.results .card-deck .card-header {
  text-align: center; }

body.public.search.results .searchLeft .badge {
  font-size: 100%;
  margin-bottom: 5px; }
  body.public.search.results .searchLeft .badge a {
    color: #fff; }
  body.public.search.results .searchLeft .badge .modal.viewMore div.bgImg {
    background-image: url("../images/dog.png");
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 300px;
    background-position: 50% 50%; }
  body.public.search.results .searchLeft .badge .modal.viewMore img {
    max-height: 250px; }

body.public.search .searchMain .input-group {
  margin-top: 80px; }

body.public.search .searchMain .searchCity input {
  border-radius: 0px; }

.card-img-top ~ .card-header {
  padding: 25px; }

/* Item flyout */
#scoring-filter,
#scoring-filter-customer,
#scoring-filter-factory,
#scoring-filter-process,
#scoring-filter-stage,
#scoring-filter-global {
  z-index: 1040;
  width: 50%;
  min-width: 350px;
  top: 0;
  position: fixed;
  right: 0;
  height: 100%;
  overflow: visible;
  background: #ffffff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#scoring-filter:after,
#scoring-filter-global:after,
#scoring-filter-customer:after,
#scoring-filter-factory:after,
#scoring-filter-process:after,
#scoring-filter-stage:after {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 50%; }

#scoring-filter .inline-labels,
#scoring-filter-customer .inline-labels,
#scoring-filter-factory .inline-labels,
#scoring-filter-process .inline-labels,
#scoring-filter-stage .inline-labels,
#scoring-filter-global .inline-labels {
  max-height: 64vh;
  overflow: auto; }

#scoring-filter .filter-section,
#scoring-filter-customer .filter-section,
#scoring-filter-factory .filter-section,
#scoring-filter-process .filter-section,
#scoring-filter-stage .filter-section,
#scoring-filter-global .filter-section {
  margin: 20px 0 35px 0; }

#scoring-filter .checkbox label,
#scoring-filter .radio label,
#scoring-filter-global .checkbox label,
#scoring-filter-global .radio label,
#scoring-filter-customer .checkbox label,
#scoring-filter-customer .radio label,
#scoring-filter-factory .checkbox label,
#scoring-filter-factory .radio label,
#scoring-filter-process .checkbox label,
#scoring-filter-process .radio label,
#scoring-filter-stage .checkbox label,
#scoring-filter-stage .radio label {
  padding-left: 0; }

#scoring-filter .checkbox,
#scoring-filter-global .checkbox,
#scoring-filter-customer .checkbox,
#scoring-filter-factory .checkbox,
#scoring-filter-process .checkbox,
#scoring-filter-stage .checkbox {
  margin-bottom: 18px;
  font-size: 1.1em; }

#scoring-filter .checkbox span,
#scoring-filter-global .checkbox span,
#scoring-filter-customer .checkbox span,
#scoring-filter-factory .checkbox span,
#scoring-filter-process .checkbox span,
#scoring-filter-stage .checkbox span {
  margin-left: 10px; }

#scoring-filter .checkbox:last-child,
#scoring-filter-global .checkbox:last-child,
#scoring-filter-customer .checkbox:last-child,
#scoring-filter-factory .checkbox:last-child,
#scoring-filter-process .checkbox:last-child,
#scoring-filter-stage .checkbox:last-child {
  margin-bottom: 0; }

#scoring-filter .inline-labels,
#scoring-filter-global .inline-labels,
#scoring-filter-customer .inline-labels,
#scoring-filter-factory .inline-labels,
#scoring-filter-process .inline-labels,
#scoring-filter-stage .inline-labels {
  max-height: 60vh; }

.filter-inner {
  position: relative; }

.filter-close,
.filter-close-global,
.filter-close-customer,
.filter-close-factory,
.filter-close-process,
.filter-close-stage {
  position: absolute;
  right: 0;
  top: 0; }

.filter-close .image-icon,
.filter-close-global .image-icon,
.filter-close-customer .image-icon,
.filter-close-factory .image-icon,
.filter-close-process .image-icon,
.filter-close-stage .image-icon {
  width: 23px;
  height: 23px;
  top: -20px; }

.filter-footer {
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%; }

.filter-footer .btn {
  width: 100%; }

.inline-labels a {
  margin-right: 8px; }

.inline-labels a:last-child {
  margin-right: 0; }

.inline-labels .label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px; }

.inline-labels a:hover {
  text-decoration: none; }

.inline-labels a:hover .label {
  opacity: 1; }

.inline-labels .active {
  background: #418FDE; }

#scoring-filter .inline-labels,
#scoring-filter-global .inline-labels,
#scoring-filter-customer .inline-labels,
#scoring-filter-factory .inline-labels,
#scoring-filter-process .inline-labels,
#scoring-filter-stage .inline-labels {
  max-height: 64vh;
  overflow: auto; }

.inline-labels {
  margin: 10px 0 0 0; }

.inline-labels .label-default {
  background: #B1BBC4;
  color: #fff;
  border: 1px solid #ececec; }

.inline-labels .label-default.active {
  background: #418FDE;
  color: #ffffff; }

#scoring-filter .search-input input,
#scoring-filter-global .search-input input,
#scoring-filter-customer .search-input input,
#scoring-filter-factory .search-input input,
#scoring-filter-process .search-input input,
#scoring-filter-stage .search-input input {
  background: #EDEFF1;
  border: 1px solid #EDEFF1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  padding: 5px 20px 5px;
  position: relative; }

#scoring-filter .input-wrap input,
#scoring-filter-global .input-wrap input,
#scoring-filter-customer .input-wrap input,
#scoring-filter-factory .input-wrap input,
#scoring-filter-process .input-wrap input,
#scoring-filter-stage .input-wrap input {
  padding-left: 35px !important;
  margin-bottom: 20px; }

#scoring-filter .label,
#scoring-filter-global .label,
#scoring-filter-factory .label,
#scoring-filter-customer .label,
#scoring-filter-process .label,
#scoring-filter-stage .label {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9em;
  max-width: 200px;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.5;
  padding: 0.2em 0.9em 0.1em; }

#scoring-filter .label.label-light.active,
#scoring-filter-global .label.label-light.active,
#scoring-filter-customer .label.label-light.active,
#scoring-filter-factory .label.label-light.active,
#scoring-filter-process .label.label-light.active,
#scoring-filter-stage .label.label-light.active {
  opacity: 1;
  background: #418FDE; }

#scoring-filter .input-wrap .input-icon,
#scoring-filter-global .input-wrap .input-icon,
#scoring-filter-customer .input-wrap .input-icon,
#scoring-filter-factory .input-wrap .input-icon,
#scoring-filter-process .input-wrap .input-icon,
#scoring-filter-stage .input-wrap .input-icon {
  position: absolute;
  width: 18px;
  top: 48px;
  left: 10px;
  z-index: 10;
  opacity: 0.5; }

#scoring-filter h3,
#scoring-filter-global h3,
#scoring-filter-customer h3,
#scoring-filter-factory h3,
#scoring-filter-process h3,
#scoring-filter-stage h3 {
  margin: 0 0 16px 0;
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: 600;
  color: #000; }

#scoring-filter .filter-close svg.fa-times,
#scoring-filter-global .filter-close-global svg.fa-times,
#scoring-filter-factory .filter-close-factory svg.fa-times,
#scoring-filter-customer .filter-close-customer svg.fa-times,
#scoring-filter-process .filter-close-process svg.fa-times,
#scoring-filter-stage .filter-close-stage svg.fa-times {
  width: 23px;
  height: 23px;
  top: -20px; }

#scoring-filter .label.label-light,
#scoring-filter-global .label.label-light,
#scoring-filter-customer .label.label-light,
#scoring-filter-factory .label.label-light,
#scoring-filter-process .label.label-light,
#scoring-filter-stage .label.label-light {
  opacity: 0.6; }

#scoring-filter .filter-footer .btn,
#scoring-filter-global .filter-footer .btn,
#scoring-filter-customer .filter-footer .btn,
#scoring-filter-factory .filter-footer .btn,
#scoring-filter-process .filter-footer .btn,
#scoring-filter-stage .filter-footer .btn {
  width: 100%; }

#scoring-filter .filter-footer,
#scoring-filter-global .filter-footer,
#scoring-filter-customer .filter-footer,
#scoring-filter-factory .filter-footer,
#scoring-filter-process .filter-footer,
#scoring-filter-stage .filter-footer {
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%; }

.row.filter-footer:before {
  display: table;
  content: " "; }

@media screen and (max-width: 900px) {
  #scoring-filter,
  #scoring-filter-global,
  #scoring-filter-customer,
  #scoring-filter-factory,
  #scoring-filter-process,
  #scoring-filter-stage {
    width: 100%; }
  #scoring-filter:after,
  #scoring-filter-global:after,
  #scoring-filter-customer:after,
  #scoring-filter-factory:after,
  #scoring-filter-process:after,
  #scoring-filter-stage:after {
    display: none; } }

@media screen and (min-width: 1921px) {
  body.public.search .row.searchMain {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; } }

@media screen and (max-width: 960px) {
  body.public.search .searchMain input,
  body.public.search .searchMain button {
    font-size: 15px;
    padding: 15px 20px; }
  body.public.search .searchMain .btn.gradientSpec {
    font-size: 20px;
    padding: 20px 25px; }
  body.public.search .searchMain .input-group {
    margin-top: 90px; } }

@media screen and (max-width: 767px) {
  body.public.search .float-right.lgViewAll {
    float: none !important;
    text-align: center; }
  body.public.search .rec4U .btn-group.float-right {
    float: none !important; }
  body.public.search .rec4U .filterRec {
    text-align: center; }
  .w-33 {
    width: 100% !important; }
  body.public.search .hvr-grow.w-25 {
    width: 50% !important; } }

@media screen and (max-width: 760px) {
  body.public.search .searchMain input,
  body.public.search .searchMain button {
    font-size: 15px;
    padding: 15px 20px; }
  body.public.search .searchMain .btn.gradientSpec {
    font-size: 20px;
    padding: 20px 25px; }
  body.public.search .searchMain .searchCity {
    max-width: 100px; } }

@media screen and (max-width: 604px) {
  body.public.search .searchMain .searchAllDropdown,
  body.public.search .searchMain .searchAllDropdown button,
  body.public.search .searchMain .searchInput,
  body.public.search .searchMain .searchDate,
  body.public.search .searchMain .searchDate button,
  body.public.search .searchMain .searchCity,
  body.public.search .searchMain .searchCity input,
  body.public.search .searchMain .searchStateDropdown,
  body.public.search .searchMain .searchStateDropdown button,
  body.public.search .searchMain .searchSubmit,
  body.public.search .searchMain button.gradientSpec {
    width: 100%;
    border-radius: 30px;
    text-align: center; }
  body.public.search .searchMain .searchAllDropdown,
  body.public.search .searchMain .searchInput,
  body.public.search .searchMain .searchDate,
  body.public.search .searchMain .searchCity,
  body.public.search .searchMain .searchStateDropdown,
  body.public.search .searchMain .searchSubmit,
  body.public.search .searchMain button.gradientSpec {
    width: 100%;
    margin-bottom: 10px; }
  body.public.search .searchAllDropdown .dropdown-menu.show,
  body.public.search .searchMain .searchDate .dropdown-menu.show,
  body.public.search .searchMain .searchStateDropdown .dropdown-menu.show {
    width: 100%; }
  body.public.search .row.searchMain {
    height: auto;
    background-image: none;
    background: #132548;
    padding-top: 35px; }
  body.public.search .searchMain .searchCity {
    max-width: 100%; }
  body.public.search .searchMain .input-group {
    margin-top: 0px; }
  body.public.search .searchMain .searchDate button,
  body.public.search .searchMain .searchStateDropdown button {
    color: #212529 !important;
    background-color: #E4EBED;
    border-color: #E4EBED;
    font-weight: 500 !important; }
  .w-33 {
    width: 100% !important; }
  body.public.search .hvr-grow.w-25 {
    width: 100% !important; }
  .searchAllDropdown button {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  body.public.search .searchMain .btn.gradientSpec {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
  body.public.search .searchMain a.mobileSearchOptions {
    display: block;
    width: 100%;
    background: #132548;
    color: #fff;
    border: 0px;
    box-shadow: none;
    background-color: #132548;
    -webkit-appearance: unset;
    padding-bottom: 15px; }
  body.public.search .searchMain .input-group-prepend.searchCollapse.collapse,
  body.public.search .searchMain .input-group-append.searchCollapse.collapse {
    display: none; }
  body.public.search .searchMain .input-group-prepend.searchCollapse.collapse.show,
  body.public.search .searchMain .input-group-append.searchCollapse.collapse.show {
    display: block; } }

#scoring-filter.expanded,
#scoring-filter-global.expanded,
#scoring-filter-factory.expanded,
#scoring-filter-customer.expanded,
#scoring-filter-process.expanded,
#scoring-filter-stage.expanded {
  width: 97%;
  min-width: 97%; }

#scoring-filter.expanded:after,
#scoring-filter-global.expanded:after,
#scoring-filter-factory.expanded:after,
#scoring-filter-customer.expanded:after,
#scoring-filter-process.expanded:after,
#scoring-filter-stage.expanded:after {
  display: none; }

/* login page */
html,
body {
  height: 100%; }

body.login .container-fluid,
body.login .row {
  height: 100%; }

body.login .lLeft {
  background: #000; }

body.login .lRight {
  background: #fff; }

body.login .logo {
  width: 100%; }

body.login #login,
body.login #reset-password {
  width: 300px; }

@media screen and (max-width: 1133px) {
  .login-wrap, .signup-wrap {
    width: 50%; }
  .login-form {
    width: 80%; } }

@media screen and (max-width: 955px) {
  #admin-header {
    height: auto; }
    #admin-header .header-left h2 {
      font-size: 1rem; }
    #admin-header .header-wrap {
      display: block; }
    #admin-header .header-right {
      border-top: 1px solid #ededed;
      padding-left: 50px;
      justify-content: space-between; }
      #admin-header .header-right .dropdown {
        font-size: 0.9em; }
      #admin-header .header-right .btn {
        font-size: 1.3em; }
      #admin-header .header-right .avatar-md {
        width: 30px;
        height: 30px; }
    #admin-header .user-actions-drop {
      padding: 0 8px 0 0; }
    #admin-header .user-actions-drop .user-name {
      max-width: 129px; } }

@media (max-width: 760px) {
  .myTrips .card-header {
    display: block; }
    .myTrips .card-header .d-flex {
      display: block !important; }
  .workflow-filters {
    position: relative !important; }
    .workflow-filters .filter-btns .btn-group {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
      .workflow-filters .filter-btns .btn-group .btn {
        width: 100%; }
    .workflow-filters .dropdown-menu {
      width: 100%; }
  .workflow-toggle {
    margin: 20px 0 !important; }
    .workflow-toggle .btn-group {
      width: 100%; }
    .workflow-toggle label.btn {
      width: 50%; }
  .mobile-100 {
    display: block;
    width: 100%; }
  #admin-menu {
    display: none; }
  .page-wrap.expanded #admin-header .header-left {
    padding-left: 0; }
  .page-wrap.expanded #admin-menu {
    width: 100%;
    display: block; }
  #admin-header .header-right, #admin-header .header-left {
    padding-left: 0; }
  .page-container {
    padding-left: 0; }
  .mobile-menu-close {
    display: block; }
  .actions-row .dropdown {
    margin-bottom: 0px; }
  .customerContainer #contacts table, .customerContainer #contacts thead, .customerContainer #contacts tbody, .customerContainer #contacts th, .customerContainer #contacts td, .customerContainer #contacts tr {
    display: block; }
  .customerContainer #contacts table th, .customerContainer #contacts td, .customerContainer #contacts tr {
    padding: 5px; }
  .customerContainer #contacts thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .customerContainer #contacts tr {
    border: 1px solid #ccc; }
  .customerContainer #contacts td {
    border: none;
    position: relative; }
  .customerContainer #contacts td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

@media (max-width: 841px) {
  .actions-row .col-sm {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px; }
  .actions-row .btn, .actions-row .dropdown, .actions-row .select2 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100% !important;
    margin-bottom: 10px; }
  .actions-row .actions {
    flex-direction: column;
    margin-top: 20px; }
  .actions-row .col-auto {
    width: 100%; }
  .actions-row .inline {
    display: block;
    margin-right: 0; } }
