MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/ui/memento/css/style.css
/*!
Project Name: Advanchainge
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# mixin
# Common


/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/* Media query map function starts */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Chosen Select
--------------------------------------------------------------*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: .375rem .75rem;
  border: 1px solid #DDD;
  border-radius: 0.3em !important;
  background-color: none;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  color: #474747;
  font-size: 14px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 9px;
  margin-left: -8px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -3px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #ec9736;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-choices {
  margin-bottom: 0 !important; }

.chosen-container-multi .chosen-choices {
  border: 1px solid #ced4da;
  border-radius: 4px !important;
  box-shadow: none;
  color: #474747;
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  padding: .375rem .75rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #E4EDED;
  max-width: 100%;
  border-radius: 3px;
  background-color: #E4EDED;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  font-size: 0.8em;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
  background: #E8E8E8; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  /*background-position: 6px 2px;*/ }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.guide .color span {
  height: 6.25em;
  width: 6.25em;
  border-radius: 100%;
  display: inline-block;
  line-height: 6.25em;
  text-align: center;
  margin-right: 1.25em; }
.guide .color__primary {
  background-color: #223d66;
  color: #FFF; }
.guide .color__secondary {
  background-color: #ec9736;
  color: #FFF; }
.guide .color__inverse {
  background-color: #E4EDED; }
.guide h1:first-child {
  color: #223d66; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Sen", sans-serif;
  background-color: #f5f5f5; }

a {
  color: #223d66; }
  a:hover {
    color: #c1312c; }

p {
  line-height: 1.8; }

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

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000; }

.white-text {
  color: #FFF !important; }

.opaq {
  opacity: 0.6; }

.burger {
  padding: 100px 0; }

.t-burger {
  padding-top: 100px; }

.gutter {
  padding: 0 100px; }

.gutter-sm {
  padding: 0 50px; }

.grey-bg {
  background: #f0f4f7; }

form label {
  font-size: 0.9em; }

.form-control {
  border-radius: 4px; }

.form-control:focus {
  box-shadow: none;
  background: #EEE; }

.chosen-container {
  width: 100% !important; }

.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both; }

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em; }

.checkbox label, .radio label {
  margin-bottom: 0;
  cursor: pointer; }

.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 100%;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  border-radius: 50%; }

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 13%; }

.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 13%;
  margin-left: 0.04em; }

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.btn {
  border-radius: 0.125em; }

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important; }

.btn-primary {
  background-color: #223d66;
  border-color: #223d66; }
  .btn-primary:hover {
    background-color: #ec9736;
    border-color: #ec9736; }

.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #c1312c;
  border-color: #c1312c; }

.btn-secondary {
  background-color: #ec9736;
  border-color: #ec9736;
  color: #FFF !important; }
  .btn-secondary:hover {
    background-color: #223d66;
    border-color: #223d66; }

.btn-inverse {
  background-color: #E4EDED;
  border-color: #E4EDED;
  color: #000; }
  .btn-inverse:hover {
    background-color: #edf0f2;
    border-color: #edf0f2;
    color: #000; }

.btn-bordered {
  border: 1px solid #223d66;
  color: #000;
  background-color: transparent; }
  .btn-bordered:hover {
    background-color: #edf0f2;
    color: #000; }

.btn-bigger {
  padding: 2em 4em;
  background-color: #FFF;
  color: #000; }

.pb-10 {
  padding-bottom: 6.25em; }

.btn-search {
  color: #FFF; }

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 65px;
  padding-right: 0; }

.cta-nav {
  display: flex;
  align-items: center;
  background-color: #99d9e8;
  height: 65px; }
  .cta-nav a {
    height: 65px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    color: #223d66;
    transition: 0.3s all;
    font-weight: 500; }
    .cta-nav a:hover {
      background-color: #223d66;
      color: #FFF; }
    .cta-nav a i {
      margin-right: 14px; }
  .cta-nav .border-left {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.dropdown-menu {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0.7rem 0 0; }

.dropdown-item {
  padding: .5rem 1.5rem;
  font-size: 0.9em; }

.sml-heading {
  color: #000;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 30px; }
  .sml-heading:after {
    bottom: -75%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px; }

.offset {
  margin-top: 65px;
  margin-left: 80px; }

.capsule {
  padding: 3px 15px;
  margin-bottom: 5px;
  border-radius: 25px;
  background: #EEE;
  display: inline-block;
  font-size: 0.85em; }

.action-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 25px; }

.blue-dim {
  background: #e8f0fe !important;
  color: blue !important; }

.pink-dim {
  background: #fce8e6 !important;
  color: red !important; }

.red-dim {
  background: #feefe3 !important;
  color: red !important; }

.green-dim {
  background: #e6f4ea !important;
  color: green !important; }

.badge-primary {
  background: #e8f0fe !important;
  color: blue !important; }

.btn-default {
  background: #FFF;
  border: 1px solid #DDD;
  font-size: 0.9em; }

.btn-default-2 {
  background: #E4EDED;
  border: 1px solid #E4EDED; }
  .btn-default-2:hover {
    background-color: #666;
    color: #FFF;
    border-color: #666; }

.table-hover tbody tr:hover {
  background-color: #f0f4f7; }

.table-hover th:first-child, .table-hover th:last-child {
  padding-left: 30px;
  padding-right: 30px; }

.table-hover td {
  font-size: 14px; }

.table thead th {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6; }

.nav-brand {
  display: flex;
  min-height: 64px;
  background: linear-gradient(135deg, #0f346c 0, #764ca6 100%);
  color: #FFF;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold; }
  .nav-brand:hover {
    color: #FFF; }

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
.nav-options {
  display: flex;
  width: 80px;
  background: #FFF;
  height: 100%;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  border-right: 1px solid #EEE; }
  .nav-options ul {
    margin-top: 30px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    align-items: center; }
    .nav-options ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .nav-options ul li img {
        max-width: 100%;
        width: 25px; }
      .nav-options ul li a {
        display: inline-block;
        height: 45px;
        width: 45px;
        transition: 0.3s all;
        line-height: 40px;
        border-radius: 100%; }
        .nav-options ul li a:hover {
          background: rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
        .nav-options ul li a.active {
          background: rgba(0, 0, 0, 0.072); }
          .nav-options ul li a.active img {
            filter: brightness(200%) !important; }

.navbar {
  margin-left: 80px;
  background: #FFF;
  border-bottom: 1px solid #EEE; }

.navbar-brand {
  font-weight: 600; }

.userinfo {
  margin-right: 30px;
  display: flex;
  align-items: center; }

.list-group-item {
  background: transparent;
  border: none;
  padding: 0.5em 0; }

.side-heading {
  display: block;
  font-weight: 600; }

.grid-holder {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border: 1px solid #EEE; }

.d-card {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEE;
  padding: 20px; }

.form-search .form-control {
  background-image: url("../images/search_icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px; }

.rounded-image {
  width: 100px; }
  .rounded-image img {
    border-radius: 8px;
    max-width: 100%; }

.d-card h4 {
  font-size: 16px;
  margin-bottom: 30px; }

.form-header {
  font-size: 18px;
  font-weight: bold; }
  .form-header i {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: #E4EDED;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    transition: 0.3s all; }
  .form-header a:hover i {
    transform: scale(1.15); }

.uploader {
  height: 150px;
  border: 3px dashed #99d9e8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.85em;
  cursor: pointer; }
  .uploader i {
    opacity: 0.5;
    margin-bottom: 10px; }

.gj-datepicker .input-group-addon {
  height: auto;
  background: #EEE;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #DDD; }

.box-centered {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 35px 79px rgba(0, 0, 0, 0.2);
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  padding-top: 20px; }

.user-card {
  display: flex;
  align-items: center; }
  .user-card small {
    display: block;
    opacity: 0.8; }

.avtar {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #DDD;
  margin-right: 15px;
  font-size: 0.9em;
  text-transform: uppercase; }

.sidebar {
  background-color: #FFF;
  position: absolute;
  left: 80px;
  width: 400px;
  bottom: 0;
  top: 0;
  border-right: 1px solid #EEE;
  margin-top: 65px;
  height: calc(100vh - 15px);
  overflow-y: auto; }
  .sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .sidebar .sidebar-search {
    height: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #FFF;
    padding: 0 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .sidebar .sidebar-filters {
    margin-bottom: 15px;
    padding: 0 20px; }
  .sidebar .sidebar-list {
    padding: 0;
    list-style: none;
    height: calc(100vh - 125px);
    overflow-y: auto; }
  .sidebar .list-row {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer; }
    .sidebar .list-row:hover {
      background-color: #f0f4f7; }
  .sidebar .search {
    padding: 6px 14px;
    padding-left: 14px;
    border: 1px solid #DDD;
    border-radius: 4px;
    background-image: url("../images/search_icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 34px;
    width: 150px;
    position: relative; }
    .sidebar .search:focus {
      width: 360px;
      position: absolute;
      z-index: 999; }
  .sidebar .capsule {
    font-size: 0.7em;
    padding: 1px 12px; }
  .sidebar .p-l-0 {
    padding-left: 0 !important; }
  .sidebar .list-group-item {
    padding: 0.5em 0.5em;
    cursor: pointer; }

.user-name {
  display: block; }

.user-note {
  font-size: 12px;
  display: block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px; }

.timestamp {
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
  font-style: italic;
  display: inline-block; }

.side-filters {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 300px;
  padding: 10px 15px;
  top: 80px;
  bottom: auto;
  margin-bottom: 50px; }

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.lists li {
  margin-bottom: 10px;
  list-style: square; }

.project-title {
  font-weight: bold;
  text-decoration: underline; }

.fixed-actions {
  position: fixed;
  background: #FFF;
  bottom: 0;
  text-align: right;
  right: 0;
  padding: 10px 20px;
  left: 80px;
  border-top: 1px solid #DDD; }

.form-wrapper {
  padding-top: 30px;
  padding-bottom: 100px; }

.master-form .form-control {
  border: none;
  border-bottom: 1px solid #DDD;
  border-radius: 0;
  padding: 8px 0; }
  .master-form .form-control:focus {
    background: white;
    border-color: orange; }

.msg-excerpt {
  padding: 8px;
  font-size: 0.85em;
  color: #666;
  display: block;
  padding-left: 24px;
  padding-bottom: 0; }

.new-msg {
  font-weight: bold; }

.apt-date {
  height: 50px;
  width: 50px;
  background-color: #f5f5f5;
  text-align: center; }

.apt-date .big {
  font-size: 24px;
  font-weight: bold;
  display: block; }

.apt-date .sml {
  font-size: 10px;
  display: block; }

/*========================== Focal =================================*/
.focal {
  position: absolute;
  height: calc(100vh - 65px);
  width: calc(100% - 480px); }

.focal {
  margin-left: 400px;
  background-color: #f0f4f7; }

.playground {
  width: auto;
  height: calc(100vh - 65px);
  overflow-y: auto;
  margin-right: -12px; }

.no-record {
  position: relative;
  height: calc(100vh - 0px);
  width: calc(100% - 400px);
  margin-left: 400px;
  position: relative; }

.nr-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.act-need {
  position: relative;
  display: inline-block;
  padding-right: 25px; }

.messaging-header {
  padding: 0 20px;
  border-bottom: 1px solid #EEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px; }

.messaging-header h2, .infobar-header h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0; }

.user-avtar {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: rgba(208, 209, 233, 0.5);
  color: #455daa;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-weight: bold; }

.stage-bar {
  padding: 0;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #EEE;
  margin-top: 15px; }

.stage-bar li {
  list-style: none;
  display: inline-block;
  width: 20%;
  height: 20px;
  border-right: 5px solid #FFF; }

.stage-bar li a {
  display: block; }

.completed {
  background-color: #4ec5d7 !important; }

.completed span {
  color: #FFF !important; }

.sent {
  background-color: #EEE !important; }

.stage-bar li span {
  display: block;
  font-size: 10px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px; }

/*========================== Infobar =================================*/
.messaging {
  position: relative;
  height: 100%; }

.messaging-chat, .messaging-header {
  padding: 15px 20px; }

.messaging-chat {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FFF; }

.messaging-chat textarea {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #DDD;
  padding: 8px 10px;
  height: 45px;
  padding-right: 50px;
  padding-left: 90px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.messaging-chat form {
  position: relative; }

.messaging-chat .msg-type {
  position: absolute;
  top: 13px;
  left: 5px; }

.msg-form {
  width: 100%; }

.msg-actions {
  width: 16%;
  padding: 0;
  margin: 0;
  list-style: none; }

.msg-actions li {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #f0f4f7;
  display: inline-block;
  border: 1px solid #DDD; }

.msg-actions li a {
  color: #666;
  line-height: 20px;
  font-size: 14px; }

.msg-actions .dropdown-toggle:after {
  display: none; }

.msg-type .dropdown-toggle {
  border-right: 1px solid #CCC;
  color: #333;
  padding: 3px 12px; }

.msg-send {
  border: none;
  background-color: #f0f4f7;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #666;
  text-align: center;
  position: absolute;
  right: 8px;
  cursor: pointer;
  top: 5px; }

.msg-send:hover {
  background-color: #4ec5d7;
  color: #FFF; }

.btn-bordered {
  border: 1px solid #d9eaff;
  padding: 5px 15px;
  border-radius: 30px;
  color: #666;
  background-color: #f0f4f7; }

.btn-alpha {
  border: none;
  padding: 5px 15px;
  border-radius: 30px;
  color: #FFF !important;
  background: linear-gradient(to right, #4d52a4, #42c5e4);
  font-size: 12px; }

.messaging-chat textarea:focus {
  border-color: #455daa; }

.outgoing {
  padding: 15px;
  border-radius: 4px;
  font-size: 0.9em;
  width: 60%;
  float: right; }

.outgoing p:last-child {
  margin-bottom: 0; }

.incoming {
  padding: 10px;
  background-color: rgba(220, 240, 244, 0.6);
  border-radius: 4px;
  font-size: 0.9em; }

.incoming_msg_img {
  display: inline-block;
  width: 6%; }

.incoming_msg_img img {
  max-width: 100%; }

.received_msg {
  display: inline-block;
  vertical-align: top;
  width: 93%;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.received_msg h5 {
  font-size: 13px;
  font-weight: 600; }

.received_withd_msg p {
  color: #646464;
  font-size: 14px;
  margin: 0;
  line-height: 22px; }

.msg-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
  border-top: 1px solid #DDD;
  padding-left: 15px;
  padding-right: 15px; }

.capsule {
  background-color: #EEE;
  display: inline-block;
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 400; }

.capsule.done {
  background-color: rgba(44, 224, 128, 0.3); }

.meta-status span {
  background-color: rgba(44, 224, 128, 0.3);
  font-size: 10px;
  color: #000;
  padding: 5px 10px;
  border-radius: 25px; }

.meta-status.confirmed span {
  background-color: #7b7cbb;
  color: #FFF; }

.meta-status.cancelled span {
  background-color: #ee6f99;
  color: #FFF; }

.meta-status.sent span {
  background-color: #EEE; }

.incoming_msg {
  margin-bottom: 20px; }

.time_date {
  color: #747474;
  display: block;
  font-size: 12px; }

.time_date i {
  float: right; }

.chat-divider {
  margin: 20px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #666;
  position: relative; }

.chat-divider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #455daa;
  left: 0;
  top: 5px; }

.chat-divider span {
  background-color: #f0f4f7;
  display: inline-block;
  z-index: 99;
  position: relative;
  padding: 0 20px;
  color: #455daa;
  font-weight: bold; }

i.read {
  color: #4ec5d7; }

i.delivered {
  color: #777; }

.circled {
  border-radius: 100%;
  border: 1px solid #EEE; }

.sent_msg .msg-body {
  background: #FFF;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #444;
  padding: 15px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.msg-body p:last-child {
  margin-bottom: 5px; }

.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px; }

.sent_msg {
  float: right;
  width: 70%; }

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%; }

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative; }

.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px; }

.messaging {
  padding: 0 0 50px 0; }

.msg-history {
  height: calc(100vh - 155px);
  overflow-y: auto;
  padding: 15px 20px;
  border-bottom: 1px solid #CCC;
  margin-right: -10px; }

#contact .msg-history {
  height: calc(100vh - 70px);
  border-bottom: none; }

.received_withd_msg .fa-star {
  color: orange; }

/*========================== Infobar =================================*/
.infobar {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #EEE;
  background-color: #FFF;
  overflow-y: auto; }

.infobar-header {
  padding: 20px;
  text-align: center; }

.user-image {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #DDD;
  background-color: #FFF;
  margin-bottom: 10px; }

.user-status {
  background-color: #bce4ec;
  padding: 5px 15px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block; }

.infobar-section {
  padding: 20px;
  border-top: 1px solid #DDD; }

.infobar-section table {
  margin-bottom: 0; }

.infobar-section h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #455daa;
  letter-spacing: 1px; }

.borderless td {
  border: none;
  font-size: 0.9em;
  padding: 0.5em; }

.borderless td:first-child {
  font-size: 12px; }

.borderless td:last-child {
  font-weight: bold; }

/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     VERSION 3     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.top-bar {
  height: 50px;
  background-color: #FFF; }

.panel {
  display: flex;
  height: calc(100vh - 50px); }

.panel .table th:first-child, .panel .table td:first-child {
  width: 320px;
  padding-left: 20px;
  border-right: 1px solid #DDD;
  cursor: pointer;
  background-color: #f7f7f7; }

.panel .table td:first-child i {
  float: right;
  font-size: 0.8em;
  font-weight: normal; }

.dataTables_length, .dataTables_filter {
  display: none !important; }

table.dataTable {
  margin-top: -1px !important; }

#scheduled_wrapper {
  width: 100%; }

#scheduled_wrapper .row {
  margin: 0 !important; }

#scheduled_wrapper .col-sm-12 {
  padding: 0 !important; }

.table thead th {
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD !important; }

.status-btn {
  padding: 4px 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 12px; }

.status-btn.confirmed {
  background-color: #4ec5d7;
  color: #FFF; }

.status-btn.canceled {
  background-color: #ee6f99;
  color: #FFF; }

.status-btn.pending {
  background-color: #f5f5f5; }

.custom-modal {
  position: absolute;
  left: 450px;
  right: 0;
  top: 0;
  bottom: 0;
  background: white none repeat scroll 0% 0%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  z-index: 99; }

.custom-modal .nav-tabs {
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.custom-modal .nav-link {
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 12px; }

.custom-modal .nav-tabs .nav-item {
  margin-bottom: 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent; }

.nav-tabs .nav-link.active {
  border-bottom: 2px solid orange;
  font-weight: bold; }

.appt-status {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border: 1px solid #DDD; }

.appt-status li {
  padding: 10px;
  border-bottom: 1px solid #DDD;
  display: inline-block;
  width: 19%; }

.appt-status .done i {
  color: #42c5e4; }

.appt-status .pending {
  opacity: 0.4; }

.personal-info small {
  display: block;
  opacity: 0.5; }

.appt-info h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #455daa;
  letter-spacing: 1px; }

.table-summary {
  border: none;
  text-align: right;
  font-size: 1.2em;
  margin-top: 10px; }

.table-bill th:last-child, .table-bill td:last-child {
  text-align: right; }

.sub-menu {
  list-style: none;
  padding-left: 12px;
  margin: 0; }

.sub-menu li {
  display: inline-block;
  padding-left: 17px;
  margin-right: 30px;
  position: relative; }

.sub-menu li:first-child {
  padding-left: 0; }

.sub-menu .active {
  font-weight: bold; }

.sub-menu li.orange:before {
  background-color: #ee6f99; }

.sub-menu li.green:before {
  background-color: #4ec5d7; }

.appt-color {
  height: 25px;
  width: 25px;
  line-height: 25px;
  display: inline-block;
  background-color: #4ec5d7;
  border-radius: 100%; }

.sub-menu li a {
  color: #000;
  font-size: 14px; }

.appt-title {
  position: relative; }

.appt-title.green:before {
  background-color: #4ec5d7; }

.appt-title.orange:before {
  background-color: #ee6f99; }

.enter-user {
  background-image: url("../images/login-2.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }

.form-window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  width: 450px;
  background-color: #FFF;
  box-shadow: 0 5px 80px rgba(0, 0, 0, 0.2);
  padding: 50px; }

.form-window h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px; }

.left-footer {
  position: absolute;
  bottom: 20px;
  font-size: 0.7em;
  text-align: center;
  left: 0;
  width: 100%;
  opacity: 0.8; }

.panel {
  position: fixed;
  height: calc(100vh - 50px);
  width: 96%;
  overflow-y: auto; }

.panel .table tr:hover td {
  background-color: rgba(0, 0, 0, 0.05); }

.panel .table tr:first-child td {
  background-color: rgba(0, 0, 0, 0.05); }

.template-wrapper {
  display: flex; }

.modal-form {
  width: 50%;
  padding: 40px; }

.modal-preview {
  width: 50%;
  padding: 40px;
  background-color: #EEE; }

#newTemplate .modal-body {
  padding: 0; }

.modal-body .capsule {
  margin: 5px; }

.dashboard {
  margin-left: 80px; }

.dash-wrapper {
  width: 1024px;
  margin: 0 auto; }

.dash-card {
  border-radius: 4px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative; }

.dash-card big {
  font-size: 32px;
  font-weight: bold;
  display: block; }

.dash-card small {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 10px; }

.card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.card-header {
  background-color: #FFF; }

.dash-card a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999px; }

.userlog {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #FFF;
  position: absolute !important;
  bottom: 10px;
  left: 15px; }

.userlog .dropdown-toggle::after {
  display: none; }

.queue .sidebar-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.queue .sidebar-filters {
  margin-bottom: 15px; }

.queue .sidebar-filters .dropdown-menu {
  padding: 0;
  font-size: 0.95em;
  min-width: 200px; }

.queue .sidebar-filters .dropdown-menu li {
  cursor: pointer; }

.queue .messaging {
  width: calc(100% - 300px);
  position: relative; }

.queue .stage-bar {
  margin-top: 0; }

.messaging-content {
  background-color: #f0f4f7; }

.when {
  font-size: 11px;
  color: #777; }

.queue .chat-divider span {
  background-color: #f0f4f7; }

.queue .stage-bar {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 30px;
  background-color: #FFF; }

.queue .stage-bar li {
  background: transparent !important;
  border-right: 1px solid #CCC;
  padding: 5px;
  height: auto; }

.queue .stage-bar li:last-child {
  border-right: none; }

.queue .stage-bar li span {
  color: #CCC !important; }

.queue .stage-bar li.completed span {
  color: #4ec5d7 !important; }

.queue .msg-history {
  height: calc(100vh - 132px); }

.queue .stage-bar .completed i {
  height: 15px;
  width: 15px;
  background: #4ec5d7;
  color: #FFF;
  line-height: 15px;
  border-radius: 100%; }

.queue .stage-bar li.failed span {
  color: #ee6f99 !important; }

.queue .stage-bar .failed i {
  height: 15px;
  width: 15px;
  background: #ee6f99;
  color: #FFF;
  line-height: 15px;
  border-radius: 100%; }

.queue .messaging-header {
  background: #FFF;
  border-bottom-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative; }

#accountSummary .modal-dialog {
  max-width: 1024px; }

.que-alert {
  position: absolute;
  top: 5px;
  background: #ff560b;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  line-height: 20px;
  left: 50%;
  font-size: 12px !important;
  text-align: center;
  color: #FFF; }

.act-need .que-alert {
  top: -2px;
  right: 0px;
  left: auto; }

.appt-status-2 {
  padding: 0;
  list-style: none;
  margin: 0; }

.appt-status-2 li {
  margin-bottom: 10px; }

.appt-status-2 i {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
  text-align: center;
  background: #DDD;
  margin-right: 10px;
  font-size: 12px; }

.appt-status-2 .done {
  color: #4ec5d7; }

.appt-status-2 .done i {
  background-color: #4ec5d7 !important;
  color: #FFF; }

.appt-status-2 .failed {
  color: #ee6f99; }

.appt-status-2 .failed i {
  background-color: #ee6f99  !important;
  color: #FFF; }

.appt-status-2 .pending {
  opacity: 0.4; }

.list-group-item small {
  font-size: 90%; }

.extra-head {
  background: #FFF;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  display: flex;
  padding: 0 20px;
  align-items: center; }

.extra-head .left {
  width: 351px;
  background-color: #FFF;
  border-right: 1px solid #DDD;
  height: 50px;
  display: flex;
  align-items: center; }

.extra-head .right {
  display: flex; }

.extra-head .right-card {
  padding: 0 20px; }

.extra-head .right-card small {
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  font-size: 10px; }

.right-card big {
  font-weight: bold;
  font-size: 22px; }

.right-card .total {
  color: #000; }

.right-card .confirmed {
  color: #4ec5d7; }

.right-card .cancelled {
  color: #ee6f99; }

.appt-filter {
  display: flex;
  justify-content: center;
  align-items: center; }

.appt-filter .dropdown {
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 5px 20px;
  border-radius: 30px;
  position: fixed;
  top: 8%;
  z-index: 9999; }

.appt-filter .dropdown-item:hover {
  background: #000; }

.appt-filter .dropdown a {
  color: #FFF;
  font-size: 0.8em; }

.appt-filter .dropdown-menu {
  background: rgba(0, 0, 0, 0.6); }

#scheduled_wrapper {
  position: relative; }

#scheduled_wrapper:after {
  position: absolute;
  content: "";
  background: #DDD;
  height: calc(100vh - 100px);
  width: 371px;
  top: 1px;
  z-index: -1;
  background-color: #f7f7f7;
  border-right: 1px solid #DDD; }

.rg-topbar {
  background-color: #FFF;
  height: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 0 20px; }

.right-ground {
  margin-left: 300px; }

ul.timeline {
  list-style-type: none;
  position: relative; }

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400; }

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px; }

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400; }

.timeline p {
  font-size: 0.9em; }

.d-card-body {
  height: 300px;
  overflow-y: auto; }

.d-card-footer {
  border-top: 1px solid #DDD;
  margin: -20px;
  background: #f0f4f7;
  padding: 10px;
  z-index: 99;
  position: relative;
  margin-top: 0; }

.form-chat .btn {
  position: absolute;
  bottom: 30px;
  right: 20px; }

.checkbox label::after, .radio label::after {
  clear: both;
  content: "";
  display: table; }

.table .checkbox {
  margin-bottom: 0;
  margin-top: 0; }

.checkbox {
  padding-left: 0; }

.checkbox .cr, .radio .cr {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #0078d7;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 20px;
  margin-right: 0.5em;
  padding-left: 0;
  position: relative;
  width: 20px;
  margin-top: 5px; }

.checkbox label {
  margin-bottom: 0; }

.table .checkbox .cr {
  margin-top: 0; }

.radio .cr {
  border-radius: 50%; }

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  font-size: 0.8em;
  left: 20%;
  line-height: 0;
  position: absolute;
  top: 50%; }

.radio .cr .cr-icon {
  margin-left: 0.04em; }

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none; }

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
  transform: scale(3) rotateZ(-20deg);
  transition: all 0.3s ease-in 0s; }

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
  transform: scale(1) rotateZ(0deg); }

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5; }

.col-header h2 {
  font-size: 1.3em;
  margin-bottom: 0; }
.col-header span {
  font-size: 0.8em;
  color: #777; }

.col-list {
  background: #FFF;
  min-height: 600px;
  border-radius: 4px;
  padding: 30px 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative; }
  .col-list ul {
    margin: 0;
    padding: 0; }
    .col-list ul li {
      list-style: none;
      font-size: 0.9em; }

.filters {
  margin: 0;
  padding: 0;
  font-size: 0.8em; }
  .filters a {
    color: #333; }

.no-record {
  width: 300px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .no-record img {
    display: inline-block;
    max-width: 100%; }

.project-name {
  color: #0F346C;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  display: block; }

.task-group {
  margin-top: 40px; }

.task-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-top: 10px; }
  .task-row:last-child {
    border-bottom: 0; }

.task-people img {
  border-radius: 100%; }

.task-date {
  margin-left: 15px; }

.task-status {
  margin-right: 20px; }

.task-name a {
  color: #333; }
  .task-name a:hover {
    color: #0078D7; }

.new-btn {
  position: fixed;
  bottom: 50px;
  right: 50px; }
  .new-btn a {
    height: 50px;
    width: 50px;
    line-height: 53px;
    color: #FFF;
    border-radius: 50px;
    background: #333;
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: 0.3s all; }
    .new-btn a:hover {
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
      transform: scale(1.2);
      background: #000; }

.chosen-container {
  width: 100% !important; }

.complete-task {
  background: #159BC0;
  border-radius: 4px;
  color: #fff;
  padding: 20px 15px;
  position: absolute;
  width: 300px;
  z-index: 99;
  font-size: 0.9em; }
  .complete-task input {
    border: none;
    color: #FFF; }
  .complete-task .btn {
    background: #333;
    color: #FFF; }

.img-circle {
  border-radius: 100%; }

/*# sourceMappingURL=style.css.map */