@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  font-size: 13px;
  color: #000;
  background: #fcf7fe;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: relative;
  padding-top: 50px;
  font-weight: 400;
}

.text-danger {
  color: #fa002f;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success, .alert-success td {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning, .alert-warning td {
  color: #664d03 !important;
  background-color: #fff3cd !important;
  border-color: #ffecb5 !important;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger, .alert-danger td {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@media (max-width: 855px) {
  .table-card tr:last-child td:last-child:after {
    border-bottom: 0;
  }
  
  .table-card td:last-child:after {
    content: "";
    display: table-cell;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: #fcf7fe;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  
  .table-card td:last-child:before {
    padding-bottom: 50px;
  }
  
  .table-card table {
    display: block;
    border: 0;
    position: relative;
  }
  .table-card thead {
    display: none;
  }
  .table-card tbody {
    display: table;
    width: 100%;
  }
  .table-card tr {
    display: table-row-group;
  }
  
  .table-card td {
    display: table-row;
  }
    .table-card td:before,
    .table-card td > span.label {
      display: table-cell;
      padding: 7px 13px; /* optional */
      border: 1px solid #e8e8e8; /* optional */
    }
    .table-card td:before {
      content: attr(data-label);
      font-weight: 600; /* optional */
    }
    .table-card td:not(.align-start) > span {
      vertical-align: middle; /* optional */
    }
}
/* Styles for normal mode (all are optional, presentational styles) */
@media (min-width: 856px) {
  .table-card th {
    white-space: nowrap;
    font-weight: 600;
  }
  .table-card th, 
  .table-card td {
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
  }
  .table-card th:not(.align-start), 
  .table-card td:not(.align-start) {
    text-align: center;
  }
}

input[type="date"], textarea, input, select  {
  font-family: 'Poppins', sans-serif;
}

.selectize-input input {
  height: auto !important;
}

.container {
  max-width: 99% !important;
  /*padding: 0 5vw !important;*/
  margin: auto;
}

a {
    color: #462d86;
    text-decoration: none;
}

a:hover {
    color: #674ea8;
    text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.tally-status {
  position: absolute;
  top: 8px;
  right: 10%;
  z-index: 100;
  font-weight: 500;
  line-height: normal;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #ecf0f1;
  color: #7f8c8d;
}

.tally-status a {
  display: flex;
  align-items: center;
  color: inherit;
}

.tally-status .status {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 30px;
  background: #7f8c8d;
}

.tally-status.error {
  color: #462d86;
  background-color: #f8d7da;
  border-color: #f5c2c7; 
}

.tally-status.error .status {
  background: #462d86;
}

.tally-status.success {
  color: #16a085;
  background-color: #d1e7dd;
  border-color: #badbcc;
}


.tally-status.success .status {
  background: #16a085;
}

.greyed {
  background: rgba(0,0,0,0.1);
}

.menu .mobile-display {
  display: none;
}

.menu .mobile-display-block {
  display: none !important;
}

.mobile-menu-open {
  text-align: center;
  padding: 20px;
  display: none;
}

@media only screen and (max-width:800px){
  .mobile-menu-open {
    display: block;
  }
}

.mobile-menu-open .icon {
  margin-right: 10px;
  cursor: pointer;
}

.mobile-menu-close {
  position: fixed;
  z-index: 999999999999999999999999999999999999999;
  color: #ffffff;
  background: #FF5630;
  top: 0;
  right: 0;
  width: 71px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f7f8;
  z-index: 99999999999999999999999999999999999;
  overflow-y: auto;
  text-align: center;
}

.mobile-menu .mobile-display {
  display: inline-block;
}

.mobile-menu .mobile-display-block {
  display: block;
}

.mobile-menu li.divider {
  display: none;  
}

.mobile-menu li {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mobile-menu ul.active {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f7f8;
  z-index: 999999999999999999999999999999999999;
  overflow-y: auto;
}

.mobile-menu li a {
  display: block;
  padding: 25px;
  color: #000;
  text-decoration: none;
}

.mobile-menu li a .icon {
  margin-right: 10px;
}

.mobile-menu li ul {
  display: none;
}

.mobile-menu .pull-right {
  float: none !important;
}

@media print {
  header {
    display: none;
  }
  .print-hide {
    display: none;
  }
  .container {
    padding: 0 !important;
  }
}

.dd-placeholder {
  border: 1px dashed rgba(0,0,0,0.1);
  min-height: 150px;
  margin-bottom: 30px;
}

.ui-placeholder {
  border: 1px dashed rgba(0,0,0,0.1);
  min-height: 64px;
  margin-bottom: 30px;
}

.thumbnail {
  width: 100%;
  padding-bottom: 100%;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 4px;
}

#viewColors .item span {
  display: block;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 10px;
}

#viewColors .item {
  margin-bottom: 10px;
}

.color {
  position: relative;
}

.color .delete-color {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #e74c3c;
  color: #ffffff;
}

.sync-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.sync-wrap > div {
  width: 350px;
  text-align: center;
}

.sync-wrap .sync {
  background: #13C39A;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 3px;
}

.sync-wrap p {
  display: block !important;
  font-size: 10px;
  margin-top: 5px;
  opacity: 0.5;
}

.assist-results {
  height: 60vh;
  overflow-y: auto;
  padding: 20px;
  margin-top: 15px;
}

.assist-results .lQty {
  display: none;
}

.assist-results .product, .assist-selected .product {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
}

.assist-results .product .add-to-selected {
  position: absolute;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
}

.assist-results .product .add-to-selected i {
  font-size: 40px;
}

.assist-selected .product .remove-from-selected {
  position: absolute;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
}

.assist-selected .product .remove-from-selected i {
  font-size: 40px;
}

.assist-selected .lQty {
  width: 50% !important;
  margin-top: 10px;
}

.assist-results .product .name, .assist-selected .product .name {
  display: block;
  font-weight: 500;
}

.assist-results .product .data, .assist-selected .product .data {
  display: block;
  font-size: 11px;
}

.assist-results img, .assist-selected img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.float-helper {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background: #462d86;
}

tr .tr-hover {
  visibility: hidden;
}

tr:hover .tr-hover {
  visibility: visible;
}

.btn-edit {
  cursor: pointer;
}

.btn-new {
    background: #462d86;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 2px;
    border-radius: 40px;
    cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  background: rgba(0,0,0,0.1);
  margin: 15px 0;
}

tr.mod {
  background: rgba(241, 196, 15, 0.1);
}

tr.mod:hover {
  background: rgba(241, 196, 15, 0.3) !important;
}

#date input[type=date] {
  padding: 10px 10px 10px 40px;
  border: 0;
  font-size: 30px;
  text-align: center;
  color: initial;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#date input[type=date]:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.3);
}

#date input[type=submit] {
  border: 0;
  background: none;
  color: #462d86;
  text-decoration: underline;
  margin-top: 10px;
  opacity: 0.6;
}

#date input[type=submit]:hover {
  opacity: 1;
}

.accordion {
  padding: 10px 10px 10px 40px;
  font-weight: 500;
  background: #e7d6ea;
  border: 2px solid #c1a5d6;
  border-width: 2px 2px 0 2px;
  position: relative;
  cursor: pointer;
}

.accordion::before {
  content: "+";
  position: absolute;
  left: 15px;
  top: 10px;
}

.accordion.active {
  background: #462d86;
  color: #fff;
  border-color: #462d86;
}

.accordion.active::before {
  content: "-";
}

.accordion-container  {
  border-bottom: 2px solid #c1a5d6;
}

.accordion-content {
  display: none;
  border: 2px solid #c1a5d6;
  border-width: 0px 2px 0px 2px;
}

.accordion-content .table {
  border: 0;
}

.accordion-content .table thead {
  border-top: 0;
}

.accordion-content.active {
  display: block;
}

.table-responsive {
    position: static;
    display: block;
    width: 100%;
    /* overflow-x: auto; */
    /*overflow-x: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.dataTables_wrapper {
    position: static;
    clear: both;
    zoom: 1;
}

.table-dynamic .select2-container {
  margin-bottom: 0px !important;
  width: 100% !important;
}

.table-dynamic  .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-radius: 0px !important;
}

.select2-container {
  height: auto !important;
  min-height: 35px;
}

.count-comments {
  position: fixed;
  display: block;
  background: #fa002f;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 60px;
  color: #ffffff;
  font-size: 10px;
  bottom: 15px;
  left: 15px;
}

.count-comments:hover {
  color: initial;
  text-decoration: none;
}

th.headerSortUp {
  background: url(../images/asc.gif) no-repeat center right;
  background-color: rgba(0,0,0,0.05);
}

th.headerSortDown {
  background: url(../images/desc.gif) no-repeat center right;
  background-color: rgba(0,0,0,0.05);
}

#comments {
  margin-top: 30px;
  padding: 30px 0;
}

#comments .empty {
  margin: 30px 0;
}

#comments .empty span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

#comments form {
  padding-bottom: 20px;
}

#comments h3 {
  margin: 0 0 0 0;
}

#comments textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}

#comments textarea:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

#comments .thread {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 10px;
}

#comments .thread .avatar {
  width: 40px;
  height: 40px;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 300px;
  margin-right: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 800;
  color: #ffffff;
}

#comments .thread .thread-content {
  float: left;
}

#comments .thread .content {
  width: 100%;
  margin-bottom: 4px;
}

#comments .thread .meta {
  font-size: 11px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

#comments .thread .meta span {
  font-weight: 500;
}

#comments .title {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

#comments .title span {
  font-weight: 500;
  color: #462d86;
}

#loading {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 999;
  display: none;
}

#loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.discounts {
  padding: 15px;
}

.discounts h3 {
  padding: 0;
  margin: 0 0 5px 0;
}

.discounts .discount {
  padding: 10px 0;
}

.discounts .discount .apply-discount {
  background: #36B37E;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 80%;
}

.readonly {
  position: relative;
}

.readonly-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: not-allowed;
}

.grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 5px;
}

.grid .item {
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.grid .item a:first-of-type {
  display: block;
  color: inherit;
  text-decoration: none;
}

.grid .item span {
  display: block;
}

.badge-default {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  border-radius: 4px;
}

.pills {
  margin-bottom: 20px;
}

.pills li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-right: 10px;
}

.pills li a:hover {
  text-decoration: none;
  border-color: #c1a5d6;
}

.pills li a {
  display: block;
  padding: 5px 15px;
  background: #e7d6ea;
  border: 1px solid #e7d6ea;
  color: rgba(0,0,0,0.7);
  border-radius: 30px;
}

.pills li.active a {
  background: #462d86;
  border-color: #462d86;
  color: #ffffff;
}

.pagination {
  display: block;
  margin: 20px 0;
}

.pagination .pgn-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.pagination .pgn-block  select{
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .pgn-btn {
  background: #fcf7fe;
  color: inherit;
  border: 0;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.empty {
  font-size: 12px;
  margin: 15px 0;
  text-align: center;
  letter-spacing: 1px;
  opacity: 0.6;
}

.logs {
}

.logs h2 {
  margin-bottom: 10px;
  font-size: 17px;
}

.logs .log {
  margin-bottom: 30px;
}

.logs .log-meta {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 3px;
}

.logs .log-content {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.dashboard h2 {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.dashboard .notification {
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 40px;
  border-radius: 3px;
}

.dashboard .notification label {
  display: block;
  font-size: 12px;

}

.dashboard .task {
  margin-bottom: 10px;
}

.stock-container {
  white-space: nowrap; /* important */
  overflow: auto;
}

.stock {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin-right: 30px;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
}

.stock:hover {
  text-decoration: none;
  color: inherit;
}

.stock .label {
  background: #462d86;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 30px;
  padding: 5px 30px;
  display: inline-block;
  margin-bottom: 20px;
}

#search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.95);
  display: none;
  z-index: 203;
}

#searchInput {
  width: 100%;
  padding: 20px 30px;
  font-size: 40px;
  font-weight: 500;
  background: none;
  border: 0;
  color: #000;
}

#searchInput:focus {
  border: 0;
  outline: 0;
}

#searchResultsWrap {
  padding: 30px;
}

#searchResults li {
  list-style: none;
  padding: 10px;
}

#searchResults li span {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.tabs .tab {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 500;
}

.tabs .tab.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 3;
  background: #fff;
  margin-bottom: -1px;
  cursor: default;
}

.tabs .tab-content {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  z-index: 2;
}

.tabs .tab-content.active {
  display: block;
}

.template {
  width: 100%;
  border-collapse: collapse;
  background: #fcf7fe;
}

.template thead tr {
  background: rgba(0, 0, 0, 0.1);
  height: 32px;
}

.template th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  text-align: left;
  height: 32px;
  text-align: center;
}

.template td {
  padding: 0px 3px 0px 3px;
}

.template th, .template td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.template thead .action .plus {
  background: #36B37E;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.template thead .action .minus {
  background: #FF5630;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.template .action {
  padding: 0;
  width: 60px;
  background: #fff;
  border-width: 0 1px 0 0;
}

.template input[type="text"] {
  margin-bottom: 0 !important;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
}

.template tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}

.fancybox-slide--iframe .fancybox-content {
	height: 600px !important;
	max-height: 80%;
	margin: 0;
}

.image-preview {
  margin-bottom: 15px;
}

.image-preview img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

header {
  /* color: #462d86; */
  background: #fcf7fe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999999;
}

header .top {
  color: #ffffff;
  padding: 15px;
}

header .logo {
  font-weight: 500;
  margin-right: 20px;
}

header .count {
  display: inline-block;
  vertical-align: middle;
  background: #fa002f;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 10px;
  margin-top: -3px;
  position: absolute;
  left: 5px;
}

header .menu {
  display: block;
  /*text-align: center;*/
}

header .menu .badge {
  display: inline-block;
  vertical-align: middle;
  background: #fa002f;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 10px;
  margin-top: -3px;
}

header .menu > li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  position: relative;
}

header .menu > li:first-of-type > a {
  padding: 10px 6px 10px 10px;
}

header .menu > li:last-of-type > a {
  padding: 10px 20px 10px 6px;
}

header .menu > li > a {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  color: #444;
  text-decoration: none;
}

header .menu > li > a:hover {
  color: #462d86;
}

header .menu > li > a .icon {
  position: relative;
  display: flex;
  vertical-align: middle;
  margin-top: 2px;
  font-size: 10px;
  margin-right: 5px;
}

header .menu > li > a .icon i {
  display: flex;
}

header .menu > li:hover, header .menu > li:hover > a {
  color: #462d86;
}

header .menu > li:hover > ul {
  display: block;
}

header .menu > li > ul {
  display: none;
  position: absolute;
  background: #fcf7fe;
  top: 40px;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
  z-index: 9999999999999999999999999999999999999999999999;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 0 1px 1px 1px;
  text-align: left;
}

header .menu > li > ul > li {
  list-style: none;
  min-width: 200px;
  position: relative;
}

header .menu > li > ul > li > a {
  display: block;
  padding: 8px 15px;
  color: #444;
  text-decoration: none;
}

header .menu > li > ul > li:hover {
  background: rgba(0, 0, 0, 0.03);
}

header .menu > li > ul > li.divider {
  height: 1px;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
}

header .menu > li > ul > li:hover > ul {
  display: block;
}

header .menu > li > ul > li > ul {
  display: none;
  position: absolute;
  background: #fcf7fe;
  top: 0;
  left: 100%;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
  z-index: 99999999999999999999999999999999;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 0 1px 1px 1px;
}

header .menu > li > ul > li > ul > li {
  list-style: none;
  min-width: 200px;
}

header .menu > li > ul > li > ul > li > a {
  display: block;
  padding: 8px 15px;
  color: #444;
  text-decoration: none;
}

header .menu > li > ul > li > ul > li:hover {
  background: rgba(0, 0, 0, 0.03);
}

header .menu > li > ul > li > ul > li.divider {
  height: 1px;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width:1200px){
  header .menu > li > a {
    display: block;
    padding: 10px 8px;
    color: inherit;
    text-decoration: none;
  }

  header .menu > li > a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 10px;
    margin-right: 2px;
  }
}

/* GENERAL */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*, ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal;
}

::-webkit-scrollbar {
  width: 10px;
  height:8px;
  background:#eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height:8px;
}

::-webkit-scrollbar-track {
  background:#eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background:#BDBDBD;
  border: none;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover {
  background:#CCCCCC;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

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

.text-right {
  text-align: right !important;
}

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

.text-bold {
  font-weight: 400;
}

.text-big {
  font-size: 30px;
}

h1 {
  font-size: 29px;
  font-weight: 500;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

.modal {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  z-index: 201;
}

.modal-dialog {
  background: #fff;
  border-radius: 8px;
  width: 70%;
  margin: 100px auto 100px auto;
  border: 1px solid #c1a5d6;
}

.modal-small {
  width: 300px;
}

.modal-medium {
  width: 90vw;
  max-width: 500px;
}

.modal-large {
  width: 95%;
}

.modal-dialog.dialog-small {
  width: 40%;
}

.modal-header {
  font-size: 20px;
  padding: 15px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../images/close.svg');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.modal-content {
  padding: 0px 15px 15px 15px;
  position: relative;
}

.modal-footer {
  padding: 10px 0px 0px 15px;
  position: relative;
}

/* Top Modal */

.modal-top {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  z-index: 205;
}

.form label {
  display: block;
  color: #6B778C;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333333333;
  padding: 20px 0px 4px 0px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="datetime-local"], .form input[type="time"], .form input[type="number"], .form input[type="password"], .form textarea, .form select {
  -webkit-appearance: none;
  background: #fcf7fe;
  width: 100%;
  border: 1px solid #DDD;
  padding: 8px 11px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="date"]:focus, .form input[type="datetime-local"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form textarea:focus, .form select:focus {
  border: 1px solid #4C9AFF;
  background-color: #FFFFFF;
  outline: 0;
  padding: 8px 10px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="datetime-local"], .form input[type="number"], .form input[type="password"], .form select {
  height: 39.42px;
}

.info-group {
  margin-bottom: 15px;
}

.info-group label {
  display: block;
  color: #6B778C;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333333333;
  padding: 20px 0px 4px 0px;
}

.login {
  padding-top: 100px;
}

.login .logo {
  text-align: center;
  margin-bottom: 10px;
}

.login h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.bg-danger {
  background: #FF5630;
  color: #fff;
}

.bg-warning {
  background: #FFAB00;
  color: #fff;
}

.bg-success {
  background: #36B37E;
  color: #fff;
}

.bg-info {
  background: #00B8D9;
  color: #fff;
}

.bg-primary {
  background: #6554C0;
  color: #fff;
}

.btn {
  background: #462d86;
  color: #ffffff;
  border: 0;
  padding: 9px 20px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn:hover, .btn:focus {
  background: #2b1a55;
  color: #ffffff;
}

.btn-success {
  background: #462d86 !important;
  color: #ffffff;
}

.btn-success:hover, .btn-success:focus {
  background: #2b1a55;
  color: #ffffff;
}

.btn.btn-red {
  background: #E63D31;
}

.btn-block {
  padding: 9px 0;
  width: 100%;
  text-align: center;
}

.btn-danger {
  background: #FF5630;
}

.btn-warning {
  background: #FFAB00;
}

.btn-success {
  background: #36B37E;
}

.btn-info {
  background: #00B8D9;
}

.btn-primary {
  background: #6554C0;
}

.btn-disabled {
  background: #f5f6f8;
  color: #A5ADBA;
}

.btn.btn-sm {
  padding: 2px 5px 1px 5px;
  font-size: 12px;
}

.btn:hover, .btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-blank {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.btn-blank:hover, .btn-blank:focus {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.btn-dropdown:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f2f9";
  padding: 0 5px;
}

.btn-dropdown {
  position: relative;
}

.btn-dropdown:hover ul {
  display: block;
}

.btn-dropdown ul {
  display: none;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  color: #85858e;
  top: 100%;
  right: 0;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  padding: 3px 0;
  z-index: 100;
}

.btn-dropdown ul li {
  list-style: none;
}


.btn-dropdown ul li.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-dropdown ul li small {
  display: block;
}

.btn-dropdown ul li a {
  display: block;
  padding: 8px 10px;
  min-width: 170px;
  color: inherit;
  text-decoration: none;
}

.btn-dropdown ul li:hover a {
  background: #e7d6ea;
}

.heading {
  margin-bottom: 20px;
}

.heading h2 {
}

.heading .bradcrumbs {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #6B778C;
}

.heading .pull-right {
  margin-top: 8px;
}

.heading .btn {
  margin-right: 10px;
}

.table-fixed-section {
  position: relative;
  border: 1px solid #000;
  padding-top: 74px;
  background: #462d86;
}
.table-fixed-section.positioned {
  position: absolute;
  top:100px;
  left:100px;
  width:800px;
  box-shadow: 0 0 15px #333;
}
.table-fixed-container {
  overflow-y: auto;
  height: 400px;
}
.table-fixed {
  border-spacing: 0;
  width:100%;
}
.table-fixed td + td {
  border-left:1px solid #eee;
}
.table-fixed td, .table-fixed th {
  border-bottom:1px solid #eee;
  background: #ddd;
  color: #000;
  padding: 10px 25px;
}

.table-fixed th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.table-fixed thead tr:first-child th div {
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 9px 25px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid rgba(255,255,255,0.05);
}
.table-fixed thead tr:nth-child(2) th div {
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 9px 25px;
  top: 36px;
  margin-left: -25px;
  line-height: normal;
  border-left: 1px solid rgba(255,255,255,0.05);
}

.table-fixed th:first-child div{
  border: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border: 1px solid #c1a5d6;
  background: #fcf7fe;
}

.table thead {
  border-bottom: 1px solid #c1a5d6;
  background: #e7d6ea;
}

.table tfoot {
  border-top: 1px solid #c1a5d6;
}

.table th {
  font-size: 12px;
  font-weight: 500;
}

.table th, .table td {
  padding: 8px 10px;
  text-align: left;
}

.table tbody tr {
  border-bottom: 1px solid #c1a5d6;
}

.table tbody tr:hover {
  background: #e7d6ea;
}

.table tbody td {
  border: 1px solid #c1a5d6;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #c1a5d6 !important;
}

.tr-link {
  cursor: pointer;
}

.table-input input {
  margin-bottom: 0 !important;
}

.table-dynamic td {
  padding: 0;
  text-align: left;
}

.table-dynamic > td > input {
  padding: 0;
}

.table-dynamic td.td-text {
  padding: 8px 10px;
  text-align: left;
}

.table-dynamic input, .table-dynamic select {
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: inherit !important;
  border: 0 !important;
  width: 100%;
  padding: 6px 10px;
}

.table-dynamic input:focus, .table-dynamic select:focus {
  background: #e7d6ea !important;
}

.table-dynamic tbody tr:hover {
  background: rgba(0, 0, 0, 0.01);
}

.table-dynamic td {
  border: 1px solid #c1a5d6;
}

.table-dynamic tr.error td {
  background: rgba(255, 20, 7, 0.1)
}

.table-settlement tbody td {
  padding: 3px;
}

.message {
  padding: 8px 10px;
  text-align: center;
  border-radius: 3px;
  margin: 15px 0;
}

.message a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
}

.message-error {
  background: #FF5630;
  color: #fff;
}

.message-info {
  background: #74b9ff;
  color: #fff;
}

.card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #c1a5d6;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}

.border-bottom {
  border-bottom: 1px solid #c1a5d6;
}

.card:hover {
  background: #e7d6ea;
}

.card.no-hover:hover {
  background: inherit;
}

.card .title {
  font-size: 20px;
}

.card .data {
  display: block;
  width: 100%;
  font-size: 11px;
  margin: 3px 0;
}

.card .card-actions {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}

.card .card-actions i {
  margin-left: 15px;
}

/* TASK */
.delete-task {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  background: #462d86;
  border-radius: 4px;
  cursor: pointer;
}
.task {
  padding: 0px !important;
  background: #fff !important;
  border: 0 !important;
  cursor: pointer;
}

.fc-listDay-view .task {
  padding: 0px !important;
  background: #fff !important;
  border: 0 !important;
}

.fc-listDay-view .task .task-wrap {
  margin: 5px 5px 5px 5px;
}

.task .task-wrap {
  padding: 5px 20px 5px 4px;
  border-radius: 3px;
  position: relative;
}

.task-wrap:hover .edit-task {
  display: block;
}

.task-wrap .edit-task {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 999;
}

.task.pending .task-wrap, .color.pending, .data-label.pending , .move-to.pending {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}

.task.requested .task-wrap, .color.requested, .data-label.requested {
  background: #2c3e50;
  border-color: #2c3e50;
  color: #fff;
}

.task.received .task-wrap, .color.received, .data-label.received {
  background: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}

.task.progress .task-wrap, .color.progress, .data-label.progress, .move-to.progress {
  background: #f1c40f;
  border-color: #f1c40f;
  color: #fff;
}

.task.completed .task-wrap, .color.completed, .data-label.completed, .move-to.completed {
  background: #16a085;
  border-color: #16a085;
  color: #fff;
}

.task span.client {
  display: block;
  font-size: 11px;
}

.task span.company {
  display: block;
  font-size: 11px;
}

.task span.content {
  display: block;
  font-size: 14px;
}

.task span.user {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.move-to-wrap {
  margin-top: 15px;
}

.move-to-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.move-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.activity li {
  list-style: none;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 20px;
  margin-bottom: 10px;
  font-size: 11px;
}

.activity li:last-of-type {
  margin-bottom: 0px;
}

.ledgends {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.ledgends .ledgend {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ledgends .ledgend .color {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}

#task_slide {
  position: fixed;
  right: -310px;
  top: 0;
  bottom: 0;
  z-index: 199;
  background: #fff;
  padding: 20px;
  width: 300px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  overflow: auto;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

#task_slide h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
}

#task_slide .task {
  margin: 0 0 10px 0;
}

#task_slide .task_header {
  position: relative;
}

#task_slide .task_slide_close {
  position: absolute;
  top: -3px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}

#task_slide.active {
  right: 0;
}

#task_slide.active .task_slide_close {
  right: 0;
}

/* END TASK */

/* START TYPEHEAD */

.twitter-typeahead {
  float:left;
  width:100%
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 322px;
  margin-top: 4px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  overflow-y: auto;
  max-height: 400px;
}

.tt-suggestion {
  padding: 5px 20px 3px 20px;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.tt-suggestion:last-of-type {
  border-bottom: 0;
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #462d86;
}

.twitter-typeahead .tt-title {
  font-weight: 500;
  display: block;
  font-size: 14px !important;
}

.twitter-typeahead .tt-badge {
  background: #333;
  border-radius: 20px;
  padding: 0px 10px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  line-height: normal;
}

.twitter-typeahead .tt-badge.tt-badge-color {
  background: #2980b9;
}


.twitter-typeahead .tt-divider {
  opacity: 0.5;
  font-size: 10px;
}

.twitter-typeahead .tt-subtitle {
  display: block;
  text-align: center;
  font-size: 12px;
}

.twitter-typeahead .tt-data {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
/* END TYPEHEAD */

/* LC Switch */
.lc_label {
  margin-top: 5px;
	display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 10px;
  color: #6B778C;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333333333;
  padding: 0 0px 0 0px;
}
.lcs_wrap {
  margin-top: 5px;
	display: inline-block;
	direction: ltr;
	height: 30px;
    vertical-align: middle;
}
.lcs_wrap input {
	display: none;
}

.lcs_switch {
	display: inline-block;
	position: relative;
	width: 73px;
	height: 30px;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;

	-webkit-transition: all .2s ease-in-out;
	-ms-transition: 	all .2s ease-in-out;
	transition: 		all .2s ease-in-out;
}
.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 2.5px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;

	-webkit-transition: all .2s linear;
	-ms-transition: 	all .2s linear;
	transition: 		all .2s linear;
}
.lcs_label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	width: 33px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;

	-webkit-transition: all .2s ease-in-out .1s;
	-ms-transition: 	all .2s ease-in-out .1s;
	transition: 		all .2s ease-in-out .1s;
}
.lcs_label.lcs_label_on {
	left: -70px;
	z-index: 6;
}
.lcs_label.lcs_label_off {
	right: -70px;
	z-index: 5;
}


/* on */
.lcs_switch.lcs_on {
	background: #75b936;
    box-shadow: 0 0 2px #579022 inset;
}
.lcs_switch.lcs_on .lcs_cursor {
	left: 45px;
}
.lcs_switch.lcs_on .lcs_label_on {
	left: 10px;
	opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
	background: #b2b2b2;
	box-shadow: 0px 0px 2px #a4a4a4 inset;
}
.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}
.lcs_switch.lcs_off .lcs_label_off {
	right: 10px;
	opacity: 1;
}


/* disabled */
.lcs_switch.lcs_disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}

/*@media only screen and (max-width: 760px){
  .table {
    border: 0;
  }
  
  .twitter-typeahead {
    float: none !important;
  }
  
  .table td, .table tr { 
    display: block; 
	}
	
	.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table tr {
    border: 1px solid #c1a5d6 !important; 
  }
  
  .table tr + tr{
    margin-top: 1.5em;
  }
  
	.table td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
    background-color: #ffffff;
	}
	
	.table td.td-text:before { 
    padding: 0px 10px 8px 0px;
	}	
	
	.table td:not(.td-text):before { 
    padding: 8px 10px 8px 10px;
	}
	
	.table:not(.table-dynamic) td:not(.td-text):before { 
    padding: 0px 0px 8px 0px;
	}
	
	
	.table td:before { 
    content: attr(data-label);
    display: block;
    width: 100%;
		text-align: left; 
	}
	
	.table input, .table select { 
	  background: #F4F4C3 !important;
	}
	
	
	
	.table tfoot:before {
	  margin-top: 1.5em;
	  content: "SUMMARY";
	  display: block;
	}	
	
	.table tfoot {
	  border: none !important;
	}
	
	.table tfoot th, .table tfoot tr { 
    display: block !important; 
	}
	
	.table tfoot tr {
    border: 1px solid #c1a5d6 !important; 
  }
  
  .table tfoot tr {
    
  }
  
	.table tfoot th:empty { 
	  display: none !important;
	}
	
	.table tfoot th { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
    background-color: #ffffff;
	}

	.table tfoot th:before { 
    content: attr(data-label);
    display: block;
    width: 100%;
		text-align: left; 
	}
	
}*/


.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 30 * 0.3;
  text-transform: uppercase;
  border-radius: 100%;
}

.avatar.avatar-a {
  background: #feebe7;
  color: #f3755d;
}
.avatar.avatar-b {
  background: #e3dff8;
  color: #7d5af2;
}
.avatar.avatar-c {
  background: #ebedf2;
  color: #798499;
}
.avatar.avatar-d {
  background: #e0faf1;
  color: #26d091;
}
.avatar.avatar-e {
  background: #fce8f5;
  color: #ee4bb2;
}
.avatar.avatar-f {
  background: #ffefe1;
  color: #ff8f36;
}
.avatar.avatar-g {
  background: #feebe7;
  color: #f3755d;
}
.avatar.avatar-h {
  background: #e3dff8;
  color: #7d5af2;
}
.avatar.avatar-i {
  background: #ebedf2;
  color: #798499;
}
.avatar.avatar-j {
  background: #e0faf1;
  color: #26d091;
}
.avatar.avatar-k {
  background: #fce8f5;
  color: #ee4bb2;
}
.avatar.avatar-l {
  background: #ffefe1;
  color: #ff8f36;
}
.avatar.avatar-m {
  background: #feebe7;
  color: #f3755d;
}
.avatar.avatar-n {
  background: #e3dff8;
  color: #7d5af2;
}
.avatar.avatar-o {
  background: #ebedf2;
  color: #798499;
}
.avatar.avatar-p {
  background: #e3dff8;
  color: #7d5af2;
}
.avatar.avatar-q {
  background: #fce8f5;
  color: #ee4bb2;
}
.avatar.avatar-r {
  background: #ffefe1;
  color: #ff8f36;
}
.avatar.avatar-s {
  background: #feebe7;
  color: #f3755d;
}
.avatar.avatar-t {
  background: #e3dff8;
  color: #7d5af2;
}
.avatar.avatar-u {
  background: #ebedf2;
  color: #798499;
}
.avatar.avatar-v {
  background: #e0faf1;
  color: #26d091;
}
.avatar.avatar-w {
  background: #fce8f5;
  color: #ee4bb2;
}
.avatar.avatar-x {
  background: #ffefe1;
  color: #ff8f36;
}
.avatar.avatar-y {
  background: #feebe7;
  color: #f3755d;
}
.avatar.avatar-z {
  background: #ccf4fe;
  color: #00c0f9;
}

.wa {
  display: flex;
}

.wa-sidebar {
  width: 300px;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #DDD;
  position: fixed;
  left: 0; 
  top: 0;
  padding-top: 32px;
  bottom: 0;
  z-index: 100;
}

.wa-sidebar .wa-search {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #DDD;
}

.wa-conversation {
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  left: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.wa-data {
  padding: 110px 20px 102px 20px;
}

.wa-message {
  margin-bottom: 10px;
}

.wa-meta {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.7;
}

.wa-bubble {
  background: #fff;
  border-radius: 4px;
  max-width: 70vw;
  padding: 5px 10px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  margin-bottom: 3px;;
}

.wa-header {
  height: 88px;
  line-height: 58px;
  padding: 32px 20px 0 20px;
  position: fixed;
  top: 0;
  left: 300px;
  right: 0;
  z-index: 100;
}

.wa-footer {
  padding: 0 20px;
  position: fixed;
  bottom: 0;
  left: 300px;
  right: 0;
  z-index: 100;
  padding: 10px;
  background: #fff;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}