.nav-bar {
  height: 100vh;
  width: 250px;
  min-width: 250px;
  background-color: #FFFFFF;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .nav-bar {
    width: 250px;
    position: absolute;
    border-right: solid 1px #EAEAEA;
    display: none;
  }
  .nav-bar.show-nav {
    display: block;
  }
}
.nav-bar .nav-bar_body {
  height: 75vh;
  overflow-y: scroll;
}
.nav-bar .nav-bar_body::-webkit-scrollbar {
  display: none;
}
.nav-bar .nav-bar_footer {
  position: absolute;
  left: 0;
  height: auto;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border-top: solid 1px rgba(0, 0, 0, 0.06);
  background: white;
}
.nav-bar .top-nav {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  z-index: 1;
  background: white;
}
.nav-bar .top-nav a {
  color: #000000;
  text-align: right;
  padding-top: 5px;
}
.nav-bar .top-nav img {
  float: left;
  height: 30px;
}
.nav-bar .search input {
  width: 100%;
  padding: 8px;
  margin-top: 50px;
  background: none;
  border: solid 1px #EAEAEA;
  border-radius: 4px;
  font-size: 14px;
}
.nav-bar h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.nav-bar .nav-links-header {
  font-weight: bold;
  color: #4A4A4A;
  padding-left: 0;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.nav-bar .nav-links-header i {
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  cursor: pointer;
  padding-top: 2px;
  color: #d4d4d4;
}
.nav-bar .nav-links-header i:hover {
  color: #ffffff;
}
.nav-bar .nav-links {
  padding: 0;
}
.nav-bar .nav-links .nav-link {
  width: 100%;
  height: 60px;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.nav-bar .nav-links .nav-link .nav-link_header {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.nav-bar .nav-links .nav-link .nav-link_description {
  color: #a4aab3;
  font-size: 12px;
  margin-bottom: 0;
}
.nav-bar .nav-links .nav-link:hover {
  background: #FAFBFC;
}
.nav-bar .nav-links .nav-link.active {
  color: #FFFFFF !important;
  background: #FAFBFC;
}
.nav-bar .nav-links .nav-link .nav-link_thumbnail {
  height: 32px;
  border: none;
  border-radius: 10px;
  background: indianred;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.nav-bar .nav-links .nav-link .nav-link_body {
  color: #A4AAB3;
  font-size: 14px;
}
.nav-bar button {
  margin-top: 30px;
}
.nav-bar button i {
  font-weight: 100 !important;
}
.content-wrap {
  height: 100vh;
  background: #FCFCFC;
  margin-left: 250px;
  padding: 30px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .content-wrap {
    margin-left: 0;
  }
}
.card-wrapper {
  width: 100%;
  height: 93vh;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #EEEEEE;
  overflow: auto;
  position: relative;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .card-wrapper {
    height: 100vh;
  }
}
.social-media-links {
  padding: 0;
}
.social-media-links .social-media-link {
  width: 100%;
  height: 80px !important;
  list-style: none;
  border-radius: 3px;
  background: #FFFFFF;
  padding: 10px;
  color: #000000;
}
.social-media-links .social-media-link:hover {
  border: solid 1px #EAEAEA;
}
.social-media-links .social-media-link.active {
  border: solid 1px #0090F7;
}
.social-media-links .social-media-link .nav-link_image {
  height: 50px;
  background: none;
  border-radius: 4px;
  padding: 0;
}
.social-media-links .social-media-link .nav-link_image img {
  height: 50px;
}
.social-media-links .social-media-link .nav-link_header {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: bold;
}
.social-media-links .social-media-link .nav-link_body {
  color: #A4AAB3;
  font-size: 15px;
  line-height: normal;
}
.fa-bars {
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  z-index: 9999;
  padding: 15px;
  padding-top: 20px;
}
.fa-ellipsis-v {
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  z-index: 9999;
  padding: 15px;
  padding-top: 20px;
}
.sidebar-banner {
  width: 90%;
  height: auto;
  background: #FAFBFC;
  border-radius: 4px;
  position: absolute;
  padding: 15px;
  bottom: 30px;
  left: 12px;
  border: solid 1px #EAEAEA;
}
.sidebar-banner h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
}
.sidebar-banner h5 {
  margin-top: 5px;
  text-transform: none;
  font-size: 16px;
}
.sidebar-banner .avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: grey;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid grey;
}
.sidebar-banner .avatar img {
  width: 100%;
  height: 100%;
}
.menu-list a {
  color: grey !important;
}
html {
  background-color: white;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #768093;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
}
*:focus {
  outline: 0 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
a {
  color: #0090F7;
  text-decoration: none;
  cursor: pointer;
}
a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}
a:hover,
a:focus {
  color: #31363f;
  text-decoration: none;
}
label {
  font-weight: normal;
  text-transform: none;
}
.control-label {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}
.select-label {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
}
small,
.small {
  font-size: 15px;
}
.badge,
.label {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.badge.bg-light,
.label.bg-light {
  text-shadow: none;
}
.badge {
  background-color: #e6e6e6;
}
.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}
.badge-sm {
  font-size: 85%;
  padding: 2px 5px !important;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 1px;
}
.badge-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 2px 6px;
}
.badge-empty {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
}
blockquote {
  border-color: #f2f2f2;
}
.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
}
a:hover .caret-white {
  border-top-color: #fff;
}
.thumbnail {
  border-color: #f2f2f2;
}
.progress {
  background-color: #ffffff;
}
.progress-xxs {
  height: 2px;
}
.progress-xs {
  height: 6px;
}
.progress-sm {
  height: 12px;
}
.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 1em;
}
.progress,
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #0090F7;
}
.progress-bar-info {
  background-color: #2D91D9;
}
.progress-bar-success {
  background-color: #11A04E;
}
.progress-bar-warning {
  background-color: #fad733;
}
.progress-bar-danger {
  background-color: #f05050;
}
.progress-bar-black {
  background-color: #1d1d1f;
}
.progress-bar-white {
  background-color: #fff;
}
.accordion-group,
.accordion-inner {
  border-color: #f2f2f2;
  border-radius: 3px;
}
.alert {
  font-size: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert .close i {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.form-control {
  border-color: #f2f2f2;
  border-radius: 3px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #2D91D9;
}
.form-horizontal .control-label.text-left {
  text-align: left;
}
.form-control-spin {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.input-lg {
  height: 50px;
  font-size: 18px;
}
.input-md {
  font-size: 16px;
}
.input-group-addon {
  border-color: #f2f2f2;
  background-color: #ffffff;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.list-group {
  border-radius: 3px;
}
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-border .list-group-item:last-child {
  border-bottom: 0;
}
.list-group.bottom-border .list-group-item {
  margin-bottom: 0;
  border-width: 0 0 1px;
}
.list-group.bottom-border .list-group-item:last-child {
  border-color: transparent;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
.list-group-item {
  border-color: #fafafa;
  padding-right: 15px;
}
a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
  background-color: #fcfcfc;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #2D91D9 !important;
  background-color: #2D91D9 !important;
}
.list-group-item.active .text-muted {
  color: #afd5f0 !important;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-item.focus {
  background-color: #f7f7f7 !important;
}
.list-group-item.select {
  position: relative;
  z-index: 1;
  background-color: #dbeef9 !important;
  border-color: #c5e4f5;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sm .list-group-item {
  padding: 6px 10px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-item > .badge {
  margin-right: 0;
}
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}
.list-group-item.clickable:hover {
  color: #0090F7;
  border-color: #0090F7;
}
.list-group-item.clickable-msg:hover {
  color: #fff;
  background: #0090F7;
  border-color: #0090F7;
  cursor: pointer;
}
.nav-pills.no-radius > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #2D91D9;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active {
  background-color: #2484c8;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #ffffff;
}
.nav.nav-lg > li > a {
  padding: 20px 20px;
}
.nav.nav-md > li > a {
  padding: 15px 15px;
}
.nav.nav-sm > li > a {
  padding: 6px 12px;
}
.nav.nav-xs > li > a {
  padding: 4px 10px;
}
.nav.nav-xxs > li > a {
  padding: 1px 10px;
}
.nav.nav-rounded > li > a {
  border-radius: 20px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
}
.nav-tabs {
  border-color: #f2f2f2;
}
.nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
  border-bottom-color: #f2f2f2;
}
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border-color: #f2f2f2;
}
.nav-tabs > li.active > a {
  border-bottom-color: #fff !important;
}
.nav-tabs-alt .nav-tabs {
  border: none;
}
.nav-tabs-alt .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-tabs-alt .nav-tabs > li {
  border: none;
}
.nav-tabs-alt .nav-tabs > li > a {
  border-radius: 0;
  border-color: transparent !important;
  background: transparent !important;
  border: none !important;
  position: relative;
}
.nav-tabs-alt .nav-tabs > li.active > a {
  color: #2D91D9;
}
.nav-tabs-alt .nav-tabs > li.active > a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #2D91D9;
  height: 3px;
  width: 100%;
}
.tab-container {
  margin-bottom: 15px;
}
.tab-container .tab-content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
}
.pagination > li > a {
  border-color: #f2f2f2;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  border-color: #f2f2f2;
  background-color: #ffffff;
}
.panel {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  box-shadow: none;
  border-width: 0 0 0 1px;
  border: solid 1px #EAEAEA;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .panel {
    border-width: 0;
  }
}
.panel .accordion-toggle {
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.panel .list-group-item {
  border-color: #ffffff;
}
.panel.no-borders {
  border-width: 0;
}
.panel.no-borders .panel-heading,
.panel.no-borders .panel-footer {
  border-width: 0;
}
.panel-heading {
  border-radius: 3px 3px 0 0;
}
.panel-default .panel-heading {
  background-color: #fff;
}
.panel-heading.no-border {
  margin: -1px -1px 0 -1px;
  border: none;
}
.panel-heading .nav {
  margin: -10px -15px;
}
.panel-heading .list-group {
  background: transparent;
}
.panel-footer {
  background: none;
  border-top: solid 1px #E6E6E6;
}
.panel-default {
  border-color: #f2f2f2;
}
.panel-default > .panel-heading {
  border-color: #fff;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #eaedef;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
  border-top: solid 1px #EAEAEA;
  font-size: 14px;
  color: #57584e;
}
.table > tbody > tr > td .active,
.table > tfoot > tr > td .active,
.table > tbody > tr > td .pending,
.table > tfoot > tr > td .pending,
.table > tbody > tr > td .inactive,
.table > tfoot > tr > td .inactive {
  font-size: 10px;
  font-weight: 600;
  float: left;
  color: #2D91D9;
}
.table > tbody > tr > td .pending,
.table > tfoot > tr > td .pending {
  color: #fad733;
}
.table > tbody > tr > td .inactive,
.table > tfoot > tr > td .inactive {
  color: #f05050;
}
.table > thead > tr > th {
  padding: 15px;
  border-bottom: solid 1px #EAEAEA;
  font-weight: 700;
  font-size: 12px;
  color: #768093;
}
.table-bordered {
  border-color: #fcfcfc;
}
.table-bordered > tbody > tr > td {
  border-color: #fcfcfc;
}
.table-bordered > thead > tr > th {
  border-color: #fcfcfc;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-striped > thead > th {
  background-color: #ffffff;
  border-right: 1px solid #fcfcfc;
}
.table-striped > thead > th:last-child {
  border-right: none;
}
.well,
pre {
  background-color: #ffffff;
  border-color: #f2f2f2;
  box-shadow: none;
}
.dropdown-menu {
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.pull-left {
  left: 100%;
}
.dropdown-menu > .panel {
  border: none;
  margin: -5px 0;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  filter: none;
  background-color: #ffffff;
  color: #31363f;
}
.dropdown-header {
  padding: 5px 15px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #ffffff !important;
  color: #768093;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
}
.btn-group > .btn {
  margin-left: -1px;
}
.help-block {
  font-size: 14px;
  line-height: 1.2em;
}
/*cols*/
.center-block {
  float: none;
}
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}
/* Modal reset */
.modal-header {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  text-align: center;
  background: whitesmoke;
  border-radius: 3px 3px 0 0;
}
.modal-body {
  padding: 20px 25px;
  float: left;
  width: 100%;
}
.modal-footer {
  text-align: left;
  clear: both;
}
.modal-backdrop {
  background-color: #194167;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}
.modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* Datepicker reset */
._720kb-datepicker-calendar {
  width: 270px;
}
._720kb-datepicker-calendar-day {
  line-height: 20px;
}
._720kb-datepicker-calendar-days-header div {
  width: 14.2%;
  padding: 0 .5%;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #24365B;
}
._720kb-datepicker-calendar-month span {
  color: white;
}
._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
  color: white;
}
.btn {
  font-weight: bold;
  border-radius: 3px;
  outline: 0!important;
  text-transform: uppercase;
  line-height: 1.42857143;
  letter-spacing: 0.1em;
}
.btn-link {
  color: #768093;
}
.btn-link.active {
  webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background: rgba(0, 0, 0, 0.05);
  border: solid 1px #ECECEC;
  color: #768093;
}
.btn-default:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #768093;
  border: solid 1px #ECECEC;
}
.btn-default.btn-bg {
  border-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.btn-clear {
  background: transparent;
  border: solid 1px #f05050;
  color: #f05050;
}
.btn-clear:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #f05050;
}
.btn-primary {
  color: #fff !important;
  background-color: #0090F7;
  border-color: #0090F7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #0081de;
  border-color: #0078ce;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0090F7;
  border-color: #0090F7;
}
.btn-success {
  color: #fff !important;
  background-color: #11A04E;
  border-color: #11A04E;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #0f8943;
  border-color: #0d7b3c;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #11A04E;
  border-color: #11A04E;
}
.btn-info {
  color: #fff !important;
  background-color: #2D91D9;
  border-color: #2D91D9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #2484c8;
  border-color: #227bbb;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2D91D9;
  border-color: #2D91D9;
}
.btn-warning {
  color: #fff !important;
  background-color: #fad733;
  border-color: #fad733;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #f9d21a;
  border-color: #f9cf0b;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fad733;
  border-color: #fad733;
}
.btn-danger {
  color: #fff !important;
  background-color: #f05050;
  border-color: #f05050;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #ee3939;
  border-color: #ed2a2a;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f05050;
  border-color: #f05050;
}
.btn-dark {
  color: #fff !important;
  background-color: #194167;
  border-color: #194167;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #fff !important;
  background-color: #143452;
  border-color: #112c46;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #194167;
  border-color: #194167;
}
.btn-black {
  color: #fff !important;
  background-color: #1d1d1f;
  border-color: #1d1d1f;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff !important;
  background-color: #111112;
  border-color: #09090a;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
}
.btn-icon {
  padding: 0 !important;
  text-align: center;
  width: 34px;
  height: 34px;
}
.btn-icon i {
  top: -1px;
  position: relative;
  line-height: 34px;
}
.btn-icon.btn-sm {
  width: 30px;
  height: 30px;
}
.btn-icon.btn-sm i {
  line-height: 30px;
}
.btn-icon.btn-lg {
  width: 45px;
  height: 45px;
}
.btn-icon.btn-lg i {
  line-height: 45px;
}
.btn-upload {
  width: 30px;
  height: 30px;
  border: 0;
  background: #f5f5f5;
  color: grey;
  font-size: 20px;
  line-height: 10px;
}
.btn-rounded {
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-rounded.btn-lg {
  padding-left: 25px;
  padding-right: 25px;
}
.btn > i.pull-left,
.btn > i.pull-right {
  line-height: 1.42857143;
}
.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
}
.btn-addon i {
  margin: -7px -12px;
  margin-right: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: left;
  position: relative;
  border-radius: 3px 0 0 3px;
}
.btn-addon i.pull-right {
  margin-right: -12px;
  margin-left: 12px;
  border-radius: 0 3px 3px 0;
}
.btn-addon.btn-sm i {
  margin: -6px -10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-addon.btn-sm i.pull-right {
  margin-right: -10px;
  margin-left: 10px;
}
.btn-addon.btn-lg i {
  margin: -11px -16px;
  margin-right: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.btn-addon.btn-lg i.pull-right {
  margin-right: -16px;
  margin-left: 16px;
}
.btn-addon.btn-default i {
  background-color: transparent;
  border-right: 1px solid #f2f2f2;
}
.btn-groups .btn {
  margin-bottom: 5px;
}
.loading-button {
  position: relative;
}
.loading-button.ng-loading-failure {
  background: #f05050;
  border-color: #f05050;
}
.loading-button .loading-state,
.loading-button .loading-success,
.loading-button .loading-failure {
  opacity: 0;
}
.loading-button .loading-success,
.loading-button .loading-failure {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.loading-button.ng-loading,
.loading-button.ng-loading-success,
.loading-button.ng-loading-failure {
  pointer-events: none;
  cursor: default;
}
.loading-button.ng-loading .default-state,
.loading-button.ng-loading-success .default-state,
.loading-button.ng-loading-failure .default-state {
  opacity: 0;
}
.loading-button.ng-loading .loading-state {
  opacity: 1;
}
.loading-button.ng-loading-success,
.loading-button.ng-loading-failure {
  min-width: 167px;
}
.loading-button.ng-loading-success i,
.loading-button.ng-loading-failure i {
  font-size: 20px;
}
.loading-button.ng-loading-success .loading-success {
  opacity: 1;
}
.loading-button.ng-loading-failure .loading-failure {
  opacity: 1;
}
.login-wrapper {
  background: #ffffff;
  height: 100vh;
  color: #121738;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  width: 300px;
  height: auto;
  box-shadow: rgba(29, 29, 31, 0.09) 0 10px 60px;
}
.login-card input {
  background: #f9fafc;
  transition: all .9s ease;
  font-size: 18px;
}
.login-card input:focus {
  background: #ffffff;
}
.login-card .logo {
  width: 50px;
  margin-bottom: 50px;
}
.login-card h5 {
  letter-spacing: 0.02em;
  font-size: 18px;
  margin-top: 0;
  font-weight: normal;
}
.login-card button {
  font-size: 18px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px !important;
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px !important;
}
.loader {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.mini-loader-content {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
svg#mini-loader {
  height: 50px;
  width: 50px;
}
.loader-text {
  width: 17%;
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto;
  z-index: 9999;
}
#b0 {
  animation: b0 4s infinite ease;
  transform-origin: 250px 250px;
}
#b1 {
  animation: b1 4s infinite ease;
}
#b2 {
  animation: b2 4s infinite ease;
}
#b3 {
  animation: b3 4s infinite ease;
}
#b4 {
  animation: b4 4s infinite ease;
}
@keyframes b0 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes b1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 355px);
  }
  50% {
    transform: translate(355px, 355px);
  }
  75% {
    transform: translate(355px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes b2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-355px, 0);
  }
  50% {
    transform: translate(-355px, 355px);
  }
  75% {
    transform: translate(0, 355px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes b3 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -355px);
  }
  50% {
    transform: translate(-355px, -355px);
  }
  75% {
    transform: translate(-355px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes b4 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(355px, 0);
  }
  50% {
    transform: translate(355px, -355px);
  }
  75% {
    transform: translate(0, -355px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.bg-gd {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, 0.075)));
  background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0), 0, rgba(40, 50, 60, 0.075), 100%);
  background-image: -moz-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.075) 100%);
  background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.075) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#1328323c', GradientType=0);
  filter: none;
}
.bg-gd-dk {
  background-image: -webkit-gradient(linear, left 10%, left 100%, from(rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0), 10%, rgba(40, 50, 60, 0.5), 100%);
  background-image: -moz-linear-gradient(top, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#8028323c', GradientType=0);
  filter: none;
}
.bg-light {
  background-color: #ffffff;
  color: #768093;
}
.bg-light.lt,
.bg-light .lt {
  background-color: #ffffff;
}
.bg-light.lter,
.bg-light .lter {
  background-color: #ffffff;
}
.bg-light.dk,
.bg-light .dk {
  background-color: #f8f7f7;
}
.bg-light.dker,
.bg-light .dker {
  background-color: #f3f2f2;
}
.bg-light.bg,
.bg-light .bg {
  background-color: #ffffff;
}
.bg-dark {
  background-color: #194167;
  color: #79a7d3;
}
.bg-dark.lt,
.bg-dark .lt {
  background-color: #204e7a;
}
.bg-dark.lter,
.bg-dark .lter {
  background-color: #275b8c;
}
.bg-dark.dk,
.bg-dark .dk {
  background-color: #133454;
}
.bg-dark.dker,
.bg-dark .dker {
  background-color: #0d2740;
}
.bg-dark.bg,
.bg-dark .bg {
  background-color: #194167;
}
.bg-dark a {
  color: #9fc0e0;
}
.bg-dark a:hover {
  color: #fff;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
  background-color: inherit;
}
.bg-dark .nav > li:hover > a,
.bg-dark .nav > li:focus > a,
.bg-dark .nav > li.active > a {
  color: #fff;
  background-color: #133454;
}
.bg-dark .nav > li > a {
  color: #8cb4da;
}
.bg-dark .nav > li > a:hover,
.bg-dark .nav > li > a:focus {
  background-color: #15395c;
}
.bg-dark .nav .open > a {
  background-color: #133454;
}
.bg-dark .caret {
  border-top-color: #79a7d3;
  border-bottom-color: #79a7d3;
}
.bg-dark.navbar .nav > li.active > a {
  color: #fff;
  background-color: #133454;
}
.bg-dark .open > a,
.bg-dark .open > a:hover,
.bg-dark .open > a:focus {
  color: #fff;
}
.bg-dark .text-muted {
  color: #528ec7 !important;
}
.bg-dark .text-lt {
  color: #d9e6f3 !important;
}
.bg-dark.auto .list-group-item,
.bg-dark .auto .list-group-item {
  border-color: #143452 !important;
  background-color: transparent;
}
.bg-dark.auto .list-group-item:hover,
.bg-dark .auto .list-group-item:hover,
.bg-dark.auto .list-group-item:focus,
.bg-dark .auto .list-group-item:focus,
.bg-dark.auto .list-group-item:active,
.bg-dark .auto .list-group-item:active,
.bg-dark.auto .list-group-item.active,
.bg-dark .auto .list-group-item.active {
  background-color: #133454 !important;
}
.bg-black {
  background-color: #1d1d1f;
  color: #848484;
}
.bg-black.lt,
.bg-black .lt {
  background-color: #2a2a2b;
}
.bg-black.lter,
.bg-black .lter {
  background-color: #383838;
}
.bg-black.dk,
.bg-black .dk {
  background-color: #101012;
}
.bg-black.dker,
.bg-black .dker {
  background-color: #040405;
}
.bg-black.bg,
.bg-black .bg {
  background-color: #1d1d1f;
}
.bg-black a {
  color: #9e9e9e;
}
.bg-black a:hover {
  color: #fff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
  background-color: inherit;
}
.bg-black .nav > li:hover > a,
.bg-black .nav > li:focus > a,
.bg-black .nav > li.active > a {
  color: #fff;
  background-color: #101012;
}
.bg-black .nav > li > a {
  color: #919191;
}
.bg-black .nav > li > a:hover,
.bg-black .nav > li > a:focus {
  background-color: #151518;
}
.bg-black .nav .open > a {
  background-color: #101012;
}
.bg-black .caret {
  border-top-color: #848484;
  border-bottom-color: #848484;
}
.bg-black.navbar .nav > li.active > a {
  color: #fff;
  background-color: #101012;
}
.bg-black .open > a,
.bg-black .open > a:hover,
.bg-black .open > a:focus {
  color: #fff;
}
.bg-black .text-muted {
  color: #6b6b6b !important;
}
.bg-black .text-lt {
  color: #c4c4c4 !important;
}
.bg-black.auto .list-group-item,
.bg-black .auto .list-group-item {
  border-color: #111112 !important;
  background-color: transparent;
}
.bg-black.auto .list-group-item:hover,
.bg-black .auto .list-group-item:hover,
.bg-black.auto .list-group-item:focus,
.bg-black .auto .list-group-item:focus,
.bg-black.auto .list-group-item:active,
.bg-black .auto .list-group-item:active,
.bg-black.auto .list-group-item.active,
.bg-black .auto .list-group-item.active {
  background-color: #101012 !important;
}
.bg-blacker {
  background-color: #284A76;
  color: #98b1d2;
}
.bg-blacker.lt,
.bg-blacker .lt {
  background-color: #315687;
}
.bg-blacker.lter,
.bg-blacker .lter {
  background-color: #3a6397;
}
.bg-blacker.dk,
.bg-blacker .dk {
  background-color: #203e65;
}
.bg-blacker.dker,
.bg-blacker .dker {
  background-color: #183253;
}
.bg-blacker.bg,
.bg-blacker .bg {
  background-color: #284A76;
}
.bg-blacker a {
  color: #bbcce2;
}
.bg-blacker a:hover {
  color: #fff;
}
.bg-blacker a.list-group-item:hover,
.bg-blacker a.list-group-item:focus {
  background-color: inherit;
}
.bg-blacker .nav > li:hover > a,
.bg-blacker .nav > li:focus > a,
.bg-blacker .nav > li.active > a {
  color: #fff;
  background-color: #203e65;
}
.bg-blacker .nav > li > a {
  color: #aabfda;
}
.bg-blacker .nav > li > a:hover,
.bg-blacker .nav > li > a:focus {
  background-color: #22436c;
}
.bg-blacker .nav .open > a {
  background-color: #203e65;
}
.bg-blacker .caret {
  border-top-color: #98b1d2;
  border-bottom-color: #98b1d2;
}
.bg-blacker.navbar .nav > li.active > a {
  color: #fff;
  background-color: #203e65;
}
.bg-blacker .open > a,
.bg-blacker .open > a:hover,
.bg-blacker .open > a:focus {
  color: #fff;
}
.bg-blacker .text-muted {
  color: #7496c3 !important;
}
.bg-blacker .text-lt {
  color: #f1f4f9 !important;
}
.bg-blacker.auto .list-group-item,
.bg-blacker .auto .list-group-item {
  border-color: #223e63 !important;
  background-color: transparent;
}
.bg-blacker.auto .list-group-item:hover,
.bg-blacker .auto .list-group-item:hover,
.bg-blacker.auto .list-group-item:focus,
.bg-blacker .auto .list-group-item:focus,
.bg-blacker.auto .list-group-item:active,
.bg-blacker .auto .list-group-item:active,
.bg-blacker.auto .list-group-item.active,
.bg-blacker .auto .list-group-item.active {
  background-color: #203e65 !important;
}
.bg-primary {
  background-color: #0090F7;
  color: #c7e6fc;
}
.bg-primary.lt,
.bg-primary .lt {
  background-color: #149bfc;
}
.bg-primary.lter,
.bg-primary .lter {
  background-color: #30a6fa;
}
.bg-primary.dk,
.bg-primary .dk {
  background-color: #0081de;
}
.bg-primary.dker,
.bg-primary .dker {
  background-color: #0072c4;
}
.bg-primary.bg,
.bg-primary .bg {
  background-color: #0090F7;
}
.bg-primary a {
  color: #f7fcff;
}
.bg-primary a:hover {
  color: #fff;
}
.bg-primary a.list-group-item:hover,
.bg-primary a.list-group-item:focus {
  background-color: inherit;
}
.bg-primary .nav > li:hover > a,
.bg-primary .nav > li:focus > a,
.bg-primary .nav > li.active > a {
  color: #fff;
  background-color: #0081de;
}
.bg-primary .nav > li > a {
  color: #dff1fd;
}
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus {
  background-color: #0087e8;
}
.bg-primary .nav .open > a {
  background-color: #0081de;
}
.bg-primary .caret {
  border-top-color: #c7e6fc;
  border-bottom-color: #c7e6fc;
}
.bg-primary.navbar .nav > li.active > a {
  color: #fff;
  background-color: #0081de;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #fff;
}
.bg-primary .text-muted {
  color: #97d0f9 !important;
}
.bg-primary .text-lt {
  color: #ffffff !important;
}
.bg-primary.auto .list-group-item,
.bg-primary .auto .list-group-item {
  border-color: #0081de !important;
  background-color: transparent;
}
.bg-primary.auto .list-group-item:hover,
.bg-primary .auto .list-group-item:hover,
.bg-primary.auto .list-group-item:focus,
.bg-primary .auto .list-group-item:focus,
.bg-primary.auto .list-group-item:active,
.bg-primary .auto .list-group-item:active,
.bg-primary.auto .list-group-item.active,
.bg-primary .auto .list-group-item.active {
  background-color: #0081de !important;
}
.bg-success {
  background-color: #11A04E;
  color: #91ecb8;
}
.bg-success.lt,
.bg-success .lt {
  background-color: #16b55a;
}
.bg-success.lter,
.bg-success .lter {
  background-color: #1cc865;
}
.bg-success.dk,
.bg-success .dk {
  background-color: #0d8b42;
}
.bg-success.dker,
.bg-success .dker {
  background-color: #097537;
}
.bg-success.bg,
.bg-success .bg {
  background-color: #11A04E;
}
.bg-success a {
  color: #bcf4d4;
}
.bg-success a:hover {
  color: #fff;
}
.bg-success a.list-group-item:hover,
.bg-success a.list-group-item:focus {
  background-color: inherit;
}
.bg-success .nav > li:hover > a,
.bg-success .nav > li:focus > a,
.bg-success .nav > li.active > a {
  color: #fff;
  background-color: #0d8b42;
}
.bg-success .nav > li > a {
  color: #a7f0c6;
}
.bg-success .nav > li > a:hover,
.bg-success .nav > li > a:focus {
  background-color: #0e9447;
}
.bg-success .nav .open > a {
  background-color: #0d8b42;
}
.bg-success .caret {
  border-top-color: #91ecb8;
  border-bottom-color: #91ecb8;
}
.bg-success.navbar .nav > li.active > a {
  color: #fff;
  background-color: #0d8b42;
}
.bg-success .open > a,
.bg-success .open > a:hover,
.bg-success .open > a:focus {
  color: #fff;
}
.bg-success .text-muted {
  color: #65e59c !important;
}
.bg-success .text-lt {
  color: #fefffe !important;
}
.bg-success.auto .list-group-item,
.bg-success .auto .list-group-item {
  border-color: #0f8943 !important;
  background-color: transparent;
}
.bg-success.auto .list-group-item:hover,
.bg-success .auto .list-group-item:hover,
.bg-success.auto .list-group-item:focus,
.bg-success .auto .list-group-item:focus,
.bg-success.auto .list-group-item:active,
.bg-success .auto .list-group-item:active,
.bg-success.auto .list-group-item.active,
.bg-success .auto .list-group-item.active {
  background-color: #0d8b42 !important;
}
.bg-info {
  background-color: #2D91D9;
  color: #dcebf6;
}
.bg-info.lt,
.bg-info .lt {
  background-color: #459cda;
}
.bg-info.lter,
.bg-info .lter {
  background-color: #5da7dc;
}
.bg-info.dk,
.bg-info .dk {
  background-color: #2184cb;
}
.bg-info.dker,
.bg-info .dker {
  background-color: #1b76b8;
}
.bg-info.bg,
.bg-info .bg {
  background-color: #2D91D9;
}
.bg-info a {
  color: #ffffff;
}
.bg-info a:hover {
  color: #fff;
}
.bg-info a.list-group-item:hover,
.bg-info a.list-group-item:focus {
  background-color: inherit;
}
.bg-info .nav > li:hover > a,
.bg-info .nav > li:focus > a,
.bg-info .nav > li.active > a {
  color: #fff;
  background-color: #2184cb;
}
.bg-info .nav > li > a {
  color: #f2f2f2;
}
.bg-info .nav > li > a:hover,
.bg-info .nav > li > a:focus {
  background-color: #238ad4;
}
.bg-info .nav .open > a {
  background-color: #2184cb;
}
.bg-info .caret {
  border-top-color: #dcebf6;
  border-bottom-color: #dcebf6;
}
.bg-info.navbar .nav > li.active > a {
  color: #fff;
  background-color: #2184cb;
}
.bg-info .open > a,
.bg-info .open > a:hover,
.bg-info .open > a:focus {
  color: #fff;
}
.bg-info .text-muted {
  color: #b3d4ec !important;
}
.bg-info .text-lt {
  color: #ffffff !important;
}
.bg-info.auto .list-group-item,
.bg-info .auto .list-group-item {
  border-color: #2484c8 !important;
  background-color: transparent;
}
.bg-info.auto .list-group-item:hover,
.bg-info .auto .list-group-item:hover,
.bg-info.auto .list-group-item:focus,
.bg-info .auto .list-group-item:focus,
.bg-info.auto .list-group-item:active,
.bg-info .auto .list-group-item:active,
.bg-info.auto .list-group-item.active,
.bg-info .auto .list-group-item.active {
  background-color: #2184cb !important;
}
.bg-warning {
  background-color: #fad733;
  color: #fffefa;
}
.bg-warning.lt,
.bg-warning .lt {
  background-color: #f8da4e;
}
.bg-warning.lter,
.bg-warning .lter {
  background-color: #f7de69;
}
.bg-warning.dk,
.bg-warning .dk {
  background-color: #fcd417;
}
.bg-warning.dker,
.bg-warning .dker {
  background-color: #face00;
}
.bg-warning.bg,
.bg-warning .bg {
  background-color: #fad733;
}
.bg-warning a {
  color: #ffffff;
}
.bg-warning a:hover {
  color: #fff;
}
.bg-warning a.list-group-item:hover,
.bg-warning a.list-group-item:focus {
  background-color: inherit;
}
.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a,
.bg-warning .nav > li.active > a {
  color: #fff;
  background-color: #fcd417;
}
.bg-warning .nav > li > a {
  color: #f2f2f2;
}
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus {
  background-color: #fcd621;
}
.bg-warning .nav .open > a {
  background-color: #fcd417;
}
.bg-warning .caret {
  border-top-color: #fffefa;
  border-bottom-color: #fffefa;
}
.bg-warning.navbar .nav > li.active > a {
  color: #fff;
  background-color: #fcd417;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #fff;
}
.bg-warning .text-muted {
  color: #fbf2cb !important;
}
.bg-warning .text-lt {
  color: #ffffff !important;
}
.bg-warning.auto .list-group-item,
.bg-warning .auto .list-group-item {
  border-color: #f9d21a !important;
  background-color: transparent;
}
.bg-warning.auto .list-group-item:hover,
.bg-warning .auto .list-group-item:hover,
.bg-warning.auto .list-group-item:focus,
.bg-warning .auto .list-group-item:focus,
.bg-warning.auto .list-group-item:active,
.bg-warning .auto .list-group-item:active,
.bg-warning.auto .list-group-item.active,
.bg-warning .auto .list-group-item.active {
  background-color: #fcd417 !important;
}
.bg-danger {
  background-color: #f05050;
  color: #ffffff;
}
.bg-danger.lt,
.bg-danger .lt {
  background-color: #f06a6a;
}
.bg-danger.lter,
.bg-danger .lter {
  background-color: #f18282;
}
.bg-danger.dk,
.bg-danger .dk {
  background-color: #f13636;
}
.bg-danger.dker,
.bg-danger .dker {
  background-color: #f21b1b;
}
.bg-danger.bg,
.bg-danger .bg {
  background-color: #f05050;
}
.bg-danger a {
  color: #ffffff;
}
.bg-danger a:hover {
  color: #fff;
}
.bg-danger a.list-group-item:hover,
.bg-danger a.list-group-item:focus {
  background-color: inherit;
}
.bg-danger .nav > li:hover > a,
.bg-danger .nav > li:focus > a,
.bg-danger .nav > li.active > a {
  color: #fff;
  background-color: #f13636;
}
.bg-danger .nav > li > a {
  color: #f2f2f2;
}
.bg-danger .nav > li > a:hover,
.bg-danger .nav > li > a:focus {
  background-color: #f13f3f;
}
.bg-danger .nav .open > a {
  background-color: #f13636;
}
.bg-danger .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.bg-danger.navbar .nav > li.active > a {
  color: #fff;
  background-color: #f13636;
}
.bg-danger .open > a,
.bg-danger .open > a:hover,
.bg-danger .open > a:focus {
  color: #fff;
}
.bg-danger .text-muted {
  color: #e6e6e6 !important;
}
.bg-danger .text-lt {
  color: #ffffff !important;
}
.bg-danger.auto .list-group-item,
.bg-danger .auto .list-group-item {
  border-color: #ee3939 !important;
  background-color: transparent;
}
.bg-danger.auto .list-group-item:hover,
.bg-danger .auto .list-group-item:hover,
.bg-danger.auto .list-group-item:focus,
.bg-danger .auto .list-group-item:focus,
.bg-danger.auto .list-group-item:active,
.bg-danger .auto .list-group-item:active,
.bg-danger.auto .list-group-item.active,
.bg-danger .auto .list-group-item.active {
  background-color: #f13636 !important;
}
.bg-teal {
  background: rgba(38, 193, 201, 0.2) !important;
}
.bg-purple {
  background: rgba(171, 124, 246, 0.2) !important;
}
.bg-orange {
  background: #FD7B1F;
}
.bg-white {
  background-color: #fff;
  color: #768093;
}
.bg-white .text-muted {
  color: #cccfd6 !important;
}
.bg-white .lt,
.bg-white .lter,
.bg-white .dk,
.bg-white .dker {
  background-color: #fff;
}
.bg-white-only {
  background-color: #fff;
}
.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-black-opacity {
  background-color: rgba(32, 43, 54, 0.5);
}
a.bg-light:hover {
  color: #535b69;
}
a.bg-primary:hover {
  background-color: #0081de;
}
a.text-primary:hover {
  color: #0081de;
}
.text-primary {
  color: #0090F7;
}
.text-primary-lt {
  color: #129cff;
}
.text-primary-lter {
  color: #2ba7ff;
}
.text-primary-dk {
  color: #0081de;
}
.text-primary-dker {
  color: #0072c4;
}
a.bg-info:hover {
  background-color: #2484c8;
}
a.text-info:hover {
  color: #2484c8;
}
.text-info {
  color: #2D91D9;
}
.text-info-lt {
  color: #439cdd;
}
.text-info-lter {
  color: #58a8e1;
}
.text-info-dk {
  color: #2484c8;
}
.text-info-dker {
  color: #2075b3;
}
a.bg-success:hover {
  background-color: #0f8943;
}
a.text-success:hover {
  color: #0f8943;
}
.text-success {
  color: #11A04E;
}
.text-success-lt {
  color: #13b759;
}
.text-success-lter {
  color: #16ce64;
}
.text-success-dk {
  color: #0f8943;
}
.text-success-dker {
  color: #0c7238;
}
a.bg-warning:hover {
  background-color: #f9d21a;
}
a.text-warning:hover {
  color: #f9d21a;
}
.text-warning {
  color: #fad733;
}
.text-warning-lt {
  color: #fbdc4c;
}
.text-warning-lter {
  color: #fbe165;
}
.text-warning-dk {
  color: #f9d21a;
}
.text-warning-dker {
  color: #f4ca06;
}
a.bg-danger:hover {
  background-color: #ee3939;
}
a.text-danger:hover {
  color: #ee3939;
}
.text-danger {
  color: #f05050;
}
.text-danger-lt {
  color: #f26767;
}
.text-danger-lter {
  color: #f47f7f;
}
.text-danger-dk {
  color: #ee3939;
}
.text-danger-dker {
  color: #ec2121;
}
a.bg-dark:hover {
  background-color: #143452;
}
a.text-dark:hover {
  color: #143452;
}
.text-dark {
  color: #194167;
}
.text-dark-lt {
  color: #1e4e7c;
}
.text-dark-lter {
  color: #235b90;
}
.text-dark-dk {
  color: #143452;
}
.text-dark-dker {
  color: #0f273e;
}
a.bg-black:hover {
  background-color: #111112;
}
a.text-black:hover {
  color: #111112;
}
.text-black {
  color: #1d1d1f;
}
.text-black-lt {
  color: #29292c;
}
.text-black-lter {
  color: #363639;
}
.text-black-dk {
  color: #111112;
}
.text-black-dker {
  color: #040405;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-dark {
  color: #2c405a;
}
.text-muted {
  color: #cccfd6;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.project-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  padding-left: 27px;
  padding-right: 27px;
  line-height: 60px;
  background: #fff;
  border-bottom: solid 1px #EAEAEA;
  z-index: 5;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .project-header {
    padding-left: 50px;
  }
}
.project-header .back-button {
  margin-right: 20px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.project-header input {
  width: 100%;
  height: 90%;
  border: 0;
}
.project-header .project-name {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  color: #363c44;
  margin-top: -15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .project-header .project-name {
    text-align: center;
  }
}
.project-header .payout {
  float: right;
}
.project-header .fa-columns {
  line-height: 60px;
  margin-right: 30px;
  cursor: pointer;
}
.project-header .fa-columns:hover {
  color: #0090F7;
}
.project-header .fa-columns.active {
  color: #0090F7;
}
.project-header .sidebar-toggle {
  color: grey;
  cursor: pointer;
  background: #f5f5f5;
  padding: 5px 10px;
  display: block;
}
.project-body {
  position: relative;
  height: 100%;
  overflow: auto;
}
.project-header + .project-body {
  padding-top: 60px;
}
.project-chat {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.project-chat.display-utility {
  width: 100%;
}
.project-chat .brief {
  text-align: justify;
  font-size: 16px;
  font-weight: normal;
  color: #0090F7;
}
.project-chat .introduction {
  font-weight: normal;
  margin-bottom: 50px;
}
.project-chat .slack {
  background: #3F113E;
  color: #FFFFFF;
}
.project-chat .trello {
  background: #0079BF;
  color: #FFFFFF;
}
.project-chat .chat {
  list-style: none;
  background: #ffffff;
  margin: 0;
  padding: 0 0 50px 0;
  margin-top: 0px;
  margin-bottom: 10px;
  overflow-y: auto;
  height: 60vh;
  padding-left: 15px;
}
.project-chat .chat .chat-start {
  width: 50%;
  margin: 0 auto;
}
.project-chat .chat hr {
  width: 30%;
}
.project-chat .chat li {
  width: auto;
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}
.project-chat .chat li p {
  font-size: 16px;
}
.project-chat .chat li a {
  color: #0090F7 !important;
}
.project-chat .chat .avatar {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  z-index: 2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.project-chat .chat .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-chat .chat .day {
  position: relative;
  display: block;
  text-align: center;
  color: #FF151F;
  font-weight: 100;
  height: 20px;
  line-height: 38px;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.project-chat .left {
  position: relative;
  margin-bottom: 30px;
}
.project-chat .left .msg {
  order: 1;
  width: auto;
  max-width: 70%;
  border-radius: 4px;
  border: solid 1px #EAEAEA;
  padding: 15px;
  margin-bottom: 20px;
  background: #f5f5f5;
  color: #1d1d1f;
  font-weight: normal;
}
.project-chat .left .msg p {
  margin-bottom: 0;
}
.project-chat .left .msg p img {
  width: 100%;
}
.project-chat .left .avatar {
  margin-right: 15px;
}
.project-chat .left .time {
  width: 100%;
  position: absolute;
  bottom: 0;
  float: left;
  margin-left: 0;
  font-size: 12px;
}
.project-chat .right {
  position: relative;
  margin-bottom: 30px;
  justify-content: flex-end;
  align-items: flex-end;
}
.project-chat .right .msg {
  order: 1;
  width: auto;
  max-width: 70%;
  border-radius: 20px 20px 3px;
  border: 0;
  padding: 7px 15px;
  margin-bottom: 20px;
  background: #0090F7;
  color: #ffffff;
}
.project-chat .right .msg p {
  margin-bottom: 0;
}
.project-chat .right .msg p img {
  width: 100%;
}
.project-chat .right .avatar {
  order: 2;
  margin-left: 15px;
}
.project-chat .right .time {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 10px;
  float: right;
  text-align: right;
  font-size: 12px;
}
.project-chat .bundle-container {
  width: 100%;
  border-top: solid 1px #EAEAEA;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 0;
  background: #FFFFFF;
  z-index: 2;
}
.project-chat .bundle-container .bc-tool-bar {
  width: 100%;
  height: 60px;
  background-color: #F7F7F7;
  border-bottom: solid 1px #EAEAEA;
  border-left: solid 1px #EAEAEA;
  padding: 0 20px;
  padding-right: 40px;
}
.project-chat .bundle-container .bc-tool-bar h3 {
  margin: 0;
  line-height: 60px;
  font-size: 20px;
  float: left;
  color: #1d1d1f;
}
.project-chat .bundle-container .bc-tool-bar .vr {
  height: 30px;
  border-left: solid 1px #EAEAEA;
  margin-top: 15px;
  margin-left: 30px;
}
.project-chat .bundle-container .bc-tool-bar .fa,
.project-chat .bundle-container .bc-tool-bar p {
  float: left;
  line-height: 60px;
  cursor: pointer;
  margin-left: 30px;
}
.project-chat .bundle-container .bc-tool-bar .fa:hover,
.project-chat .bundle-container .bc-tool-bar p:hover {
  color: #1d1d1f;
}
.project-chat .bundle-container.expanded {
  top: 0;
  height: 100%;
  padding-bottom: 50px;
}
.project-chat .bundle-container ul {
  width: 100%;
  padding: 0;
  float: left;
}
.project-chat .bundle-container .project-requirements {
  width: 100%;
  float: left;
  height: 100%;
  padding: 20px;
  overflow-y: scroll;
  background: #ffffff;
  position: relative;
}
.project-chat .bundle-container .project-requirements .overlay {
  position: absolute;
}
.project-chat .bundle-container .project-requirements ul {
  float: left;
}
.project-chat .bundle-container .project-requirements .requirement {
  list-style: none;
  float: left;
  border: solid 1px #EAEAEA;
  width: 32.3333%;
  font-size: 13px;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  margin-right: 1%;
  margin-bottom: 1%;
}
.project-chat .bundle-container .project-requirements .requirement label {
  margin: 0;
  width: 100%;
}
.project-chat-list {
  flex: 1;
  padding: 4px 0;
  overflow: hidden;
}
.on-boarding-chat {
  position: relative;
  height: auto;
  min-height: 50vh;
}
.on-boarding-chat .chat {
  list-style: none;
  background: #FFFFFF;
  margin: 0;
  padding: 0 0 20px 0;
  margin-top: 0px;
  margin-bottom: 10px;
  overflow-y: auto;
  height: 50vh;
  padding-left: 15px;
}
.on-boarding-chat .chat li {
  width: auto;
  padding: 0.5rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.on-boarding-chat .chat li p {
  font-size: 16px;
}
.on-boarding-chat .chat li a {
  color: #0090F7 !important;
}
.on-boarding-chat .chat li .on-boarding-avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  background: url(../img/avatar.png);
  background-size: cover;
  overflow: hidden;
}
.on-boarding-chat .chat li .on-boarding-avatar img {
  width: 40px;
  border-radius: 15px;
}
.on-boarding-chat .chat .msg {
  width: 85%;
  display: inline-block;
  color: #1d1d1f;
  font-weight: normal;
  float: left;
  margin-left: 60px;
}
.on-boarding-chat .chat .msg p {
  margin-bottom: 0;
  color: #a4aab3;
}
.on-boarding-chat .chat .msg p img {
  width: 100%;
}
.on-boarding-chat .chat .time {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-bottom: 20px;
  margin-left: 60px;
}
.on-boarding-chat .chat .summary-container {
  float: left;
  margin-bottom: 20px;
}
.on-boarding-chat .chat .summary-container .summary-card {
  width: 80%;
  height: auto;
  float: left;
  min-height: 300px;
  background: #fafbfc;
  padding: 15px;
}
.on-boarding-chat .chat .summary-container .summary-card h4 {
  color: #3b4848;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.on-boarding-chat .chat .summary-container .summary-card h5 {
  color: #3b4848;
  font-weight: bold;
}
.on-boarding-chat .chat .summary-container .summary-card p {
  font-size: 12px;
  color: #a4aab3;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper {
  height: auto;
  width: 80%;
  float: left;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper .agreement {
  width: 450px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #0090F7;
  float: left;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper .agreement p {
  margin: 0;
  font-size: 12px;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper .agreement .title {
  font-size: 14px;
  color: #0090F7;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper .agreement input {
  position: absolute;
  right: 15px;
  top: 30px;
}
.on-boarding-chat .chat .summary-container .agreement-wrapper .btn {
  margin: 0;
}
.on-boarding-chat .chat .summary-container .avatar {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  float: left;
  z-index: 2;
  border-radius: 15px;
  background-color: grey;
  margin-right: 20px;
  overflow: hidden;
}
.on-boarding-chat .chat .summary-container .avatar img {
  width: 40px;
  border-radius: 15px;
}
.on-boarding-chat .chat .summary-container .btn {
  margin-left: 60px;
}
.on-boarding-chat .chat .team-member-card {
  width: calc(100% - 80px);
  height: auto;
  background: #fafbfc;
  padding: 20px;
  margin: 0 20px 20px 0;
  float: right;
}
.on-boarding-chat .chat .team-member-card .team_member-thumbnail {
  width: 20%;
  height: 100px;
  float: left;
}
.on-boarding-chat .chat .team-member-card .team_member-thumbnail .thumbnail {
  width: 80px;
  height: 80px;
  background: light-grey;
}
.on-boarding-chat .chat .team-member-card .team_member-bio {
  width: 80%;
  height: auto;
  float: left;
}
.on-boarding-chat .chat .team-member-card .team_member-bio p {
  margin: 0;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3b4848;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .description {
  font-size: 12px;
  font-weight: bold;
  color: #a4aab3;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .bio {
  font-size: 12px;
  font-weight: normal;
  color: #a4aab3;
}
.on-boarding-chat .chat .team-member-card .team_member-bio b {
  font-size: 12px;
  color: #4a4a4a;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .tags {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .tags .tag {
  width: auto;
  padding: 5px 10px;
  background: #E4F5FF;
  color: #0093ee;
  float: left;
  border-radius: 20px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 9999;
  text-transform: capitalize;
}
.on-boarding-chat .chat .team-member-card .team_member-bio .tags .tag .fa-times-circle-o {
  cursor: pointer;
  color: grey;
}
.message-container {
  width: 92%;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 4%;
  margin-right: 4%;
  background: #FFFFFF;
  z-index: 2;
  padding: 0;
}
.message-container.active {
  border-width: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .message-container {
    width: 90%;
    left: 5%;
  }
}
.message-container textarea {
  width: 100%;
  height: 50px;
  border: 0;
  outline: none;
  padding: 10px 15px;
  resize: none;
}
.message-container .message-toolbar {
  padding: 0;
}
.message-container .message-toolbar i {
  margin-right: 10px;
  cursor: pointer;
}
.message-container .message-toolbar span i {
  margin-top: 10px;
}
.utility-bar {
  min-width: 250px !important;
  border-left: solid 1px #EAEAEA;
  height: 89%;
  padding: 20px;
  overflow-y: hidden;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.utility-bar.display-utility {
  display: block;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .utility-bar {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 100vh;
  }
}
.utility-bar .utility-bar-body {
  height: 100%;
}
.utility-bar .utility-bar-body .brief {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.utility-bar .utility-bar-body .brief h4 {
  text-align: left;
  color: #3b4848;
  font-weight: bold;
}
.utility-bar .utility-bar-body .brief h5 {
  color: #3b4848;
  font-size: 14px;
  font-weight: bold;
}
.utility-bar .utility-bar-body .brief p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  color: #a4aab3;
  text-align: left;
}
.utility-bar .utility-bar-body .brief .badges {
  float: left;
  margin-top: 20px;
}
.utility-bar .utility-bar-body .brief .badge {
  color: #0090F7;
  background: #E4F5FF;
  text-shadow: none;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
.utility-bar .utility-bar-body .brief a {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.utility-bar .utility-bar-body .utility-bar-body_header {
  width: 100%;
  height: 60px;
  background-color: #fafbfc;
  border-top: 1px solid #d8e5ef;
  margin-top: 20px;
  padding: 0 30px;
  padding-right: 40px;
  line-height: 60px;
  float: left;
}
.utility-bar .utility-bar-body .utility-bar-body_header .time {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #8dabc4;
  float: left;
}
.utility-bar .utility-bar-body .utility-bar-body_header .show-all {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #0090F7;
  cursor: pointer;
  float: right;
}
.utility-bar .utility-bar-body ul {
  width: 100%;
  padding: 15px;
  float: left;
}
.utility-bar .utility-bar-body ul li,
.utility-bar .utility-bar-body ul .file {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 15px;
  float: left;
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.utility-bar .utility-bar-body ul li:hover,
.utility-bar .utility-bar-body ul .file:hover {
  border: solid 1px #c5d9e8;
  border-radius: 5px;
}
.utility-bar .utility-bar-body ul li.active,
.utility-bar .utility-bar-body ul .file.active {
  min-height: 150px;
  border: solid 1px #EAEAEA;
  border-radius: 5px;
  border: solid 1px #c5d9e8;
}
.utility-bar .utility-bar-body ul li i,
.utility-bar .utility-bar-body ul .file i {
  color: #0090F7;
  padding-right: 5px;
}
.utility-bar .utility-bar-body ul li .file-name,
.utility-bar .utility-bar-body ul .file .file-name {
  width: 70%;
  overflow: hidden;
  display: inline-block;
}
.utility-bar .utility-bar-body ul li .file-thumbnail,
.utility-bar .utility-bar-body ul .file .file-thumbnail {
  width: 150px;
  height: 150px;
  background: grey;
  border-radius: 4px;
}
.utility-bar .utility-bar-body ul li .file-size,
.utility-bar .utility-bar-body ul .file .file-size {
  float: right;
  color: #8DABC4;
}
.utility-bar .utility-bar-body ul li .file-actions,
.utility-bar .utility-bar-body ul .file .file-actions {
  width: 150px;
  height: 50px;
}
.utility-bar .utility-bar-body ul li .file-actions p,
.utility-bar .utility-bar-body ul .file .file-actions p {
  font-size: 12px;
  float: left;
  display: inline;
  color: #0090F7;
}
.utility-bar .utility-bar-body ul li .file-actions p:nth-of-type(2),
.utility-bar .utility-bar-body ul .file .file-actions p:nth-of-type(2) {
  float: right;
}
.utility-tab {
  height: auto;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding-top: 100px;
}
.utility-tab .utility-nav {
  float: left;
  padding: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.utility-tab .utility-nav li {
  width: auto;
  list-style: none;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  color: #1d1d1f;
  padding-bottom: 10px;
}
.utility-tab .utility-nav li.active {
  color: #1d1d1f !important;
  border-bottom: solid 3px #1d1d1f;
  font-weight: bold;
}
.utility-tab .utility-nav li a {
  font-size: 16px !important;
  color: inherit !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.utility-bar-nav {
  height: auto;
  display: block;
  float: left;
  width: 90%;
  margin: 0 5%;
}
.utility-bar-nav .utility-nav {
  width: 100%;
  float: left;
  padding: 0;
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #EAEAEA;
}
.utility-bar-nav .utility-nav li {
  width: auto;
  list-style: none;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  color: #1d1d1f;
  padding-bottom: 10px;
}
.utility-bar-nav .utility-nav li.active {
  color: #1d1d1f !important;
  border-bottom: solid 3px #1d1d1f;
  font-weight: bold;
}
.utility-bar-nav .utility-nav li a {
  font-size: 15px !important;
  color: inherit !important;
  letter-spacing: 0.12em;
}
.utility-bar-nav .utility-nav .custom-tab {
  width: 25%;
  float: left;
  display: block;
  padding-top: 10px;
}
.utility-bar-nav .utility-nav .custom-tab:nth-of-type(1) {
  width: 20%;
}
.utility-bar-nav .utility-nav .custom-tab.active {
  color: #0090F7 !important;
  font-weight: normal;
  border-bottom: 1px solid #0090F7;
}
.utility-bar-nav .utility-nav .custom-tab a {
  font-size: 14px !important;
  color: inherit !important;
  letter-spacing: 0.12em;
}
.milestones {
  height: 500px;
  overflow: scroll;
  padding: 0 0 150px !important;
}
.milestones .milestone {
  margin-bottom: 10px;
  height: auto;
  padding: 10px;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
}
.milestones .milestone:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.milestones .milestone.active {
  min-height: 150px;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.milestones .milestone .milestone-name {
  font-weight: 400;
  font-size: 16px;
}
.milestones .milestone .milestone-name.done {
  text-decoration: line-through;
}
.milestones .milestone .milestone-description {
  font-weight: 400;
  font-size: 12px;
  color: grey;
}
.milestones .milestone .milestone-cost {
  margin-top: 0;
}
.milestones .milestone .cost {
  color: grey;
  font-size: 12px;
}
.milestones .milestone input {
  width: 30px;
  height: 30px;
}
.milestones .milestone p {
  margin: 5px 0 0;
  padding: 0;
  line-height: normal;
}
.milestones .milestone .deadline {
  background: #333333;
  color: white;
  border-radius: 3px;
  padding: 3px;
  font-size: 12px;
}
.milestones .milestone .deadline.due {
  background-color: indianred;
}
.milestones::-webkit-scrollbar {
  display: none;
}
.agreement {
  font-size: 12px;
  padding-top: 20px;
  display: block;
  float: left;
}
.team {
  width: 90%;
  height: 100px;
  background: #FAFBFC;
  position: absolute;
  bottom: 0;
  left: 5%;
  border-top: solid 2px #D8E5EE;
  padding: 15px;
}
.team .team-mate {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: grey;
  float: left;
  margin-right: 10px;
}
.team .team-mate img {
  width: 100%;
  border-radius: 6px;
}
.team .team-mate .name {
  position: absolute;
  top: 20px;
  background: white;
  padding: 3px;
  font-size: 12px;
  border-radius: 3px;
  border: solid 1px #EAEAEA;
}
.d-picker input {
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 5%;
}
.d-picker .form-control {
  padding: 0;
}
.profile input {
  padding: 25px;
}
.addon-lg {
  width: 150px;
}
.slider {
  float: left;
}
.draggable-tags {
  width: 100%;
  float: left;
}
.draggable-tags .tag {
  width: auto;
  padding: 5px 10px;
  background: #E4F5FF;
  color: grey;
  float: left;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 9999;
  text-transform: capitalize;
}
.draggable-tags .tag .fa-times-circle-o {
  cursor: pointer;
  color: grey;
}
.droppable-container {
  width: 100%;
  height: 250px;
  float: left;
  padding: 20px 10%;
}
.droppable-container .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #E4F5FF;
  margin-right: 30px;
  float: left;
}
.onboarding-card {
  width: 100%;
  height: auto;
  background: #ffffff;
  margin: 30px auto;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
  text-align: left;
}
.onboarding-card .onboarding-card_header {
  width: 100%;
  border-bottom: solid 1px #EAEAEA;
  padding: 15px;
  text-transform: uppercase;
  background: #FAFBFC;
  font-weight: bold;
  text-align: center;
}
.onboarding-card ul {
  padding-left: 0;
}
.onboarding-card li {
  list-style: none;
  padding: 15px;
  border-bottom: solid 1px #EAEAEA;
  cursor: pointer;
}
.onboarding-card li a {
  color: inherit;
}
.onboarding-card li b {
  color: #0090F7;
}
.onboarding-card li:last-of-type {
  border-bottom: 0;
}
.onboarding-card li:hover {
  background: #FAFBFC;
}
.nda {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
}
.nda .fa-close {
  position: absolute;
  right: 10%;
  top: 50px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
}
.nda h1 {
  width: 50%;
  margin: 30px auto;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.nda .nda-card {
  width: 60%;
  height: 60vh;
  background: #FFFFFF;
  margin: 20px auto;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  overflow: scroll;
  font-size: 18px;
  padding: 50px;
}
.nda .nda-card h4 {
  font-weight: bold;
  margin-top: 20px;
}
.nda .nda-card li p {
  margin-top: 20px;
}
.nda .nda-card .li-sm {
  list-style-type: lower-alpha;
}
.nda .nda-card .li-numerals {
  list-style-type: lower-roman;
}
.nda .nda-buttons {
  width: 160px;
  margin-top: 60px;
}
.brief-card {
  width: 50%;
  height: auto;
  font-size: 19px;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
  padding: 15px;
}
.brief-card h4 {
  font-weight: bold;
}
.btn a {
  color: inherit;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.overlay .password-card {
  width: 300px;
  height: auto;
  min-height: 200px;
  display: block;
  background-color: white;
  margin: 200px auto;
  padding: 10px;
  border-radius: 4px;
}
.overlay .password-card h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.overlay .password-card input {
  padding: 25px;
  font-size: 16px;
}
.overlay .password-card button {
  padding: 15px;
  font-size: 16px;
}
.overlay .projects-list h1 {
  color: #1d1d1f;
  font-weight: bolder;
  margin-bottom: 30px;
}
.overlay .projects-list input {
  padding: 20px;
  font-size: 18px;
}
.overlay .projects-list select {
  height: 42px;
  font-size: 18px;
}
.overlay .projects-list ul {
  padding: 0;
}
.overlay .projects-list ul li {
  width: 100%;
  list-style: none;
  display: inline-block;
  border-bottom: solid 1px #EAEAEA;
  cursor: pointer;
  border-radius: 6px;
  padding-top: 15px;
}
.overlay .projects-list ul li:hover {
  background-color: #edf7fd;
  border: 1px solid #d3ecfa;
}
.overlay .projects-list ul li .project-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.overlay .projects-list ul li .badge {
  background-color: orange;
}
.overlay .projects-list ul li a {
  color: inherit;
}
.overlay .close-overlay {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.client-onboarding {
  width: 650px;
  margin-bottom: 50px;
}
.client-onboarding h3 {
  color: #3b4848;
  font-weight: bold;
  margin-top: 40px;
}
.client-onboarding .client-onboarding_step {
  height: 80px;
  width: 80px;
  margin-left: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #45cae6;
  opacity: 0.2;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
}
.client-onboarding .client-onboarding_step img {
  margin: 0;
  height: 40px;
  width: 50px;
}
.client-onboarding .client-onboarding_step.active {
  opacity: 1;
}
.client-onboarding .client-onboarding_step:nth-of-type(1):after {
  content: 'Book a call';
  color: #3b4848;
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: -20px;
}
.client-onboarding .client-onboarding_step:nth-of-type(2) {
  background: #e04f5f;
}
.client-onboarding .client-onboarding_step:nth-of-type(2):after {
  content: 'Fund project';
  color: #3b4848;
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: -20px;
}
.client-onboarding .client-onboarding_step:nth-of-type(3) {
  background: #f6a623;
}
.client-onboarding .client-onboarding_step:nth-of-type(3):after {
  content: 'Team match';
  color: #3b4848;
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: -20px;
}
.client-onboarding .client-onboarding_step:nth-of-type(4) {
  background: #0ac775;
}
.client-onboarding .client-onboarding_step:nth-of-type(4):after {
  content: 'Agreements';
  color: #3b4848;
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: -20px;
}
.emoji-popover {
  top: -320px !important;
  left: 300px !important;
}
.pos-rlt {
  position: relative;
}
.pos-stc {
  position: static !important;
}
.pos-abt {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.show {
  visibility: visible;
}
.line {
  width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}
.line-xs {
  margin: 0;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.line-dashed {
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}
.no-line {
  border-width: 0;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0 !important;
}
.no-border-right {
  border-right: 0;
}
.no-border-left {
  border-left: 0;
}
.no-border-top {
  border-top: 0;
}
.no-radius {
  border-radius: 0;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.none {
  display: none;
}
.pull-none {
  float: none;
}
.rounded {
  border-radius: 500px;
}
.clear {
  display: block;
  overflow: hidden;
}
.no-bg {
  background-color: transparent;
  color: inherit;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cleared {
  clear: both;
}
.l-h {
  line-height: 1.42857143;
}
.l-h-0x {
  line-height: 0;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h-2x {
  line-height: 2em;
}
.l-s-1x {
  letter-spacing: 1;
}
.l-s-2x {
  letter-spacing: 2;
}
.l-s-3x {
  letter-spacing: 3;
}
.font-normal {
  font-weight: normal;
}
.font-thin {
  font-weight: 300;
}
.font-bold {
  font-weight: 600;
}
.font-bolder {
  font-weight: 700;
}
.text-3x {
  font-size: 3em;
}
.text-2x {
  font-size: 2em;
}
.text-lg {
  font-size: 20px;
}
.text-md {
  font-size: 19px;
}
.text-base {
  font-size: 16px;
}
.text-sm {
  font-size: 15px;
}
.text-xs {
  font-size: 11px;
}
.text-xxs {
  text-indent: -9999px;
}
.text-xxxs {
  font-size: 0.5em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-u-c {
  text-transform: uppercase;
}
.text-l-t {
  text-decoration: line-through;
}
.text-u-l {
  text-decoration: underline;
}
.text-active,
.active > .text,
.active > .auto .text {
  display: none !important;
}
.active > .text-active,
.active > .auto .text-active {
  display: inline-block !important;
}
.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 #f2f2f2, 0 2px 0 #ffffff, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.wrapper-xs {
  padding: 5px;
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 15px;
}
.wrapper-md {
  padding: 20px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}
.padder-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padder-md {
  padding-left: 20px;
  padding-right: 20px;
}
.padder {
  padding-left: 15px;
  padding-right: 15px;
}
.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padder-v-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}
.padder-v-xsm {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .pad-top-xs {
    padding-top: 10px;
  }
}
.no-padder {
  padding: 0 !important;
}
.p-b {
  padding-bottom: 15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .no-padder-xs {
    padding: 0 !important;
  }
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.padder-top-xl {
  padding-top: 70px;
}
.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-a {
  border: 1px solid #f2f2f2;
}
.b-t {
  border-top: solid 1px #EAEAEA;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .b-t-mobile {
    border-top: 1px solid #f2f2f2 !important;
  }
}
.b-r {
  border-right: 1px solid #f2f2f2;
}
.b-b {
  border-bottom: solid 1px #EAEAEA !important;
}
.b-l {
  border-left: 1px solid #f2f2f2;
}
.font-danger {
  color: red !important;
}
.font-primary {
  color: #0090F7;
}
.b-light {
  border-color: #ffffff;
}
.b-dark {
  border-color: #e5e5e5;
}
.b-black {
  border-color: #194167;
}
.b-primary {
  border-color: #0090F7;
}
.b-success {
  border-color: #11A04E;
}
.b-info {
  border-color: #2D91D9;
}
.b-warning {
  border-color: #fad733;
}
.b-danger {
  border-color: #f05050;
}
.b-white {
  border-color: #fff;
}
.b-dashed {
  border-style: dashed !important;
}
.b-l-light {
  border-left-color: #ffffff;
}
.b-l-dark {
  border-left-color: #194167;
}
.b-l-black {
  border-left-color: #194167;
}
.b-l-primary {
  border-left-color: #0090F7;
}
.b-l-success {
  border-left-color: #11A04E;
}
.b-l-info {
  border-left-color: #2D91D9;
}
.b-l-warning {
  border-left-color: #fad733;
}
.b-l-danger {
  border-left-color: #f05050;
}
.b-l-white {
  border-left-color: #fff;
}
.b-l-2x {
  border-left-width: 2px;
}
.b-l-3x {
  border-left-width: 3px;
}
.b-l-4x {
  border-left-width: 4px;
}
.b-l-5x {
  border-left-width: 5px;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.b-4x {
  border-width: 4px;
}
.b-5x {
  border-width: 5px;
}
.r {
  border-radius: 3px 3px 3px 3px;
}
.r-2x {
  border-radius: 6px;
}
.r-3x {
  border-radius: 9px;
}
.r-l {
  border-radius: 3px 0 0 3px;
}
.r-r {
  border-radius: 0 3px 3px 0;
}
.r-t {
  border-radius: 3px 3px 0 0;
}
.r-b {
  border-radius: 0 0 3px 3px;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-mobile {
  margin-left: 15px !important;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-xxl {
  margin-left: 50px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-l-n-xxl {
  margin-left: -50px;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 2px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .m-t-sm-mobile {
    margin-top: -10px !important;
  }
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px !important;
}
.m-t-lg {
  margin-top: 30px !important;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 100px;
}
.m-t-xxxl {
  margin-top: 200px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .m-t-n-mobile {
    margin-top: -15px;
  }
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-t-n-xxl {
  margin-top: -50px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-xxl {
  margin-right: 50px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-r-n-xxl {
  margin-right: -50px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .m-b-sm-mobile {
    margin-bottom: 10px !important;
  }
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-xxl {
  margin-bottom: 50px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.m-b-n-xxl {
  margin-bottom: -50px;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-r-none {
  padding-right: 0 !important;
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .m-b-mobile {
    margin-bottom: 5px !important;
  }
}
.m-b-n-mobile {
  margin-bottom: -15px !important;
}
.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar img {
  border-radius: 500px;
  width: 100%;
}
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar i.right {
  left: auto;
  right: 0;
}
.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar i.left {
  top: auto;
  bottom: 0;
}
.avatar i.on {
  background-color: #11A04E;
}
.avatar i.off {
  background-color: #cccfd6;
}
.avatar i.busy {
  background-color: #f05050;
}
.avatar i.away {
  background-color: #fad733;
}
.avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}
.avatar.thumb-sm i {
  margin: 1px;
}
.avatar.thumb-xs i {
  margin: 0;
}
.user-avatar {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 3px;
  background: #f9fafc;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 14px;
}
.user-avatar img {
  height: 100%;
}
.grey {
  color: grey;
}
.w-1x {
  width: 1em;
}
.w-2x {
  width: 2em;
}
.w-3x {
  width: 3em;
}
.w-xxs {
  width: 60px;
}
.w-xs {
  width: 90px;
}
.w-sm {
  width: 150px;
}
.w {
  width: 200px;
}
.w-md {
  width: 240px;
}
.w-lg {
  width: 280px;
}
.w-xl {
  width: 320px;
}
.w-xxl {
  width: 360px;
}
.w-access {
  width: 420px;
}
.w-mid {
  width: 500px;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.thumb-xl {
  width: 128px;
  display: inline-block;
}
.thumb-lg {
  width: 96px;
  display: inline-block;
}
.thumb-md {
  width: 64px;
  display: inline-block;
}
.thumb {
  width: 50px;
  display: inline-block;
}
.thumb-sm {
  width: 40px;
  display: inline-block;
}
.thumb-xs {
  width: 34px;
  display: inline-block;
}
.thumb-xxs {
  width: 30px;
  display: inline-block;
}
.thumb-wrapper {
  padding: 2px;
  border: 1px solid #f2f2f2;
}
.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable.hover {
  overflow-y: hidden !important;
}
.scrollable.hover:hover {
  overflow: visible !important;
  overflow-y: auto !important;
}
.smart .scrollable {
  overflow-y: auto !important;
}
.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.hover-action {
  display: none;
}
.hover-rotate {
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.hover-anchor:hover > .hover-action,
.hover-anchor:focus > .hover-action,
.hover-anchor:active > .hover-action {
  display: inherit;
}
.hover-anchor:hover > .hover-rotate,
.hover-anchor:focus > .hover-rotate,
.hover-anchor:active > .hover-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*desktop*/
@media screen and (min-width: 992px) {
  .col-lg-2-4 {
    width: 20.000%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm.show {
    display: inherit !important;
  }
  .no-m-sm {
    margin: 0 !important;
  }
}
@media all and (min-width: 640px) {
  .visible-mobile {
    display: none !important;
  }
}
@media all and (min-width: 320px) and (max-width: 640px) {
  .hidden-mobile {
    display: none;
  }
  .col-xs-12-mobile {
    width: 100%;
    float: left;
    padding: 0 15px;
  }
  .m-t-mobile {
    margin-top: 5px;
  }
  .pull-left-mobile {
    float: left !important;
  }
  .no-border-mobile,
  .no-borders-mobile {
    border-color: transparent;
    border-width: 0;
  }
}
/*phone*/
@media (max-width: 767px) {
  .w-auto-xs {
    width: auto;
  }
  .shift {
    display: none !important;
  }
  .shift.in {
    display: block !important;
  }
  .row-2 [class*="col"] {
    width: 50%;
    float: left;
  }
  .row-2 .col-0 {
    clear: none;
  }
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .no-border-xs {
    border-width: 0;
  }
  .pull-none-xs {
    float: none !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .dropdown-menu.pull-none-xs {
    left: 0;
  }
  .hidden-xs.show {
    display: inherit !important;
  }
  .wrapper-lg,
  .wrapper-md {
    padding: 15px;
  }
  .padder-lg,
  .padder-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-m-xs {
    margin: 0 !important;
  }
}
.notification-badge {
  font-family: 'Helvetica Neue', sans-serif;
  background: #f00;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  height: 20px;
  line-height: 1.5em;
  top: -5px;
  right: -15px;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  width: 20px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s 1;
}
.notification-badge:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 0, 0, 0.5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}
.internet-connection {
  width: 80%;
  height: 30px;
  background: orange;
  color: white;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 80px;
  border-radius: 4px;
}
.custom-wrapper {
  height: 94vh;
}
.btn {
  font-size: 12px;
}
label {
  font-size: 16px;
}
.form-group input {
  background: #f9fafc;
  transition: all .9s ease;
}
.form-group input:focus {
  background: #ffffff;
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.jobs-board {
  cursor: pointer;
  position: relative !important;
}
.jobs-board .gig-buttons {
  width: 100px;
  position: absolute;
  right: -100px;
  background: none;
}
.jobs-board .gig-buttons button {
  float: right;
  display: block;
  background: transparent;
  color: #0090F7;
  border: solid 1px #0090F7;
  margin-bottom: 10px;
  box-shadow: none !important;
}
.jobs-board .gig-buttons button:hover {
  background: #0090F7;
  color: #FFFFFF;
}
.jobs-board ul {
  float: left;
  padding: 0;
}
.jobs-board ul li {
  list-style: none;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #EAEAEA;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}
.jobs-board ul li .job-header {
  height: 60px;
  width: 100%;
  float: left;
}
.jobs-board ul li .job-header span {
  float: left;
  display: block;
}
.jobs-board ul li .job-header .job-header-title {
  width: 52%;
  padding-left: 3%;
  float: left;
}
.jobs-board ul li .job-header .job-header-title p {
  font-size: 13px;
  color: grey;
}
.jobs-board ul li .job-header .job-estimate {
  width: 40%;
  float: left;
  text-align: right;
}
.jobs-board ul li .job-header .job-estimate p {
  font-size: 13px;
  color: grey;
}
.jobs-board ul li .job-header .thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: grey;
  padding: 0;
  border: 0;
}
.jobs-board ul li .job-header .thumbnail img {
  width: 100%;
  border-radius: 8px;
}
.jobs-board ul li .job-description {
  font-size: 14px;
  font-weight: normal;
  float: left;
}
.jobs-board ul li .interest {
  font-size: 13px;
  color: grey;
}
.jobs-board ul li .badge {
  float: right;
  margin-left: 10px;
  background: #E4F5FF;
  color: #0093EE;
  text-shadow: none;
  font-weight: normal;
}
.thumbnail-small {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
}
.thumbnail-small img {
  width: 100%;
  border-radius: 8px;
}
.empty-state-icon {
  width: 100px;
}
.chat-list {
  height: 100%;
  overflow-y: auto;
}
.chat-list__intro {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 16px auto 60px;
  color: #a4aab3;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}
.chat-list__intro-line {
  display: block;
  width: 60%;
  height: 1px;
  margin: 20px auto;
  background: #eee;
}
.chat-item {
  padding: 8px 27px;
  margin-bottom: 16px;
}
.chat-item:before,
.chat-item:after {
  content: " ";
  display: table;
}
.chat-item:after {
  clear: both;
}
.chat-item__avatar {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  background: #e4f5ff;
}
.chat-item__avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.chat-item__body {
  margin-left: 61px;
}
.chat-item__image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .chat-item__image {
    width: 70%;
    max-width: 450px;
  }
}
.chat-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.chat-item__message,
.chat-item__datetime {
  line-height: 19px;
  color: #a4aab3;
}
.chat-item__message {
  font-size: 15px;
  margin-bottom: 10px;
}
.chat-item__message.chat-item__message--filename {
  font-size: 14px;
  margin-bottom: 4px;
  color: #3f536e;
}
.chat-item__datetime {
  font-size: 13px;
}
.chat-form {
  min-height: 82px;
  margin: 0 23px 14px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.chat-form--focused {
  border-color: #d3d3d3;
}
.chat-form__control-wrap {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.chat-form__control,
.chat-form__control-size {
  width: 100%;
  min-height: 20px;
  padding: 0 15px;
  margin: 0;
  color: #3b434f;
  font-size: 13px;
  line-height: 20px;
  overflow-y: auto;
  border: 0;
}
.chat-form__control {
  position: absolute;
  height: 100%;
  resize: none;
  white-space: normal;
}
.chat-form__control::placeholder {
  color: #a4aab3;
}
.chat-form__control-size {
  max-height: 140px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.chat-form__submit {
  font-weight: 400;
  text-transform: none;
  float: right;
  margin-right: 15px;
  margin-bottom: 10px;
}
.chat-form__insert-wrap {
  float: left;
  padding-left: 15px;
}
.chat-form__insert {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  padding: 4px;
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
  vertical-align: middle;
}
.chat-form__insert img {
  vertical-align: top;
}
.chat-form__insert--file,
.chat-form__insert--image {
  background-repeat: no-repeat;
  background-position: 4px;
}
.chat-form__insert--image {
  background-size: 16px 16px;
  background-image: url('/assets/img/chat/add-image.svg');
}
.chat-form__insert--file {
  width: 17px;
  background-size: 9px 16px;
  background-image: url('/assets/img/chat/add-file.svg');
}
