@charset "UTF-8";
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2067dd;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.75rem;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #242424;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: 'skyhawk';
  src: url("../fonts/skyhawk/skyhawk.ttf?evlkc") format("truetype"), url("../fonts/skyhawk/skyhawk.woff?evlkc") format("woff"), url("../fonts/skyhawk/skyhawk.svg?evlkc#skyhawk") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'skyhawk' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-delete:before {
  content: "";
}

.icon-eye_small:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-images:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-full-screen:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-list-view:before {
  content: "";
}

.icon-grid-view:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-analyze:before {
  content: "";
}

.icon-current-job:before {
  content: "";
}

.icon-dashboard:before {
  content: "";
}

.icon-enterprise_plan:before {
  content: "";
}

.icon-free_plan:before {
  content: "";
}

.icon-media-gallery:before {
  content: "";
}

.icon-output:before {
  content: "";
}

.icon-premium_plan:before {
  content: "";
}

.icon-unlimited_plan:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-linkedin2:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-interface:before {
  content: "";
}

.icon-line:before {
  content: "";
}

.icon-multimedia:before {
  content: "";
}

.icon-squares:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-spinner3:before {
  content: "";
}

.main-nav {
  font-weight: 600;
  padding: 0.375rem 0;
}
.main-nav .nav-item:not(:last-child) {
  margin-right: 1.675rem;
}
.main-nav .nav-link {
  border: 1px solid transparent;
  color: #fff;
  display: block;
  padding: 0.8125rem 0;
  position: relative;
}
.main-nav .nav-link:after {
  content: '';
  position: absolute;
  height: 35%;
  right: -1rem;
  top: 0.95rem;
  border-right: 1px solid #fff;
}
.main-nav .nav-link.no-bdr:after {
  display: none;
}
.main-nav .nav-link:hover, .main-nav .nav-link.nav-active {
  color: #2067dd;
  text-decoration: none;
}

.mobile-nav {
  height: 100%;
  font-size: 1.125rem;
  left: 0;
  padding-top: 30px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}
.mobile-nav .menu-link {
  color: #fff;
  display: block;
  padding: 15px 20px;
}
.mobile-nav .menu-item {
  border-bottom: 1px solid #2d3040;
}

.menu-overlay {
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}

.show-menu .menu-overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
  transform: translate3d(0, 0, 0);
}
.show-menu .main-container {
  height: 100%;
  overflow: hidden;
  position: fixed;
  transform: translate3d(250px, 60px, 0);
}
.show-menu .mobile-nav {
  visibility: visible;
}

.metismenu {
  font-weight: 300;
}
.metismenu li {
  margin-bottom: 30px;
  margin-right: 20px;
}
.metismenu .icon:before {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.metismenu a {
  color: #fff;
}
.metismenu a:hover {
  color: #bad0f5;
  text-decoration: none;
}

.social-nav {
  margin-bottom: 8px;
  padding-right: 20px;
  padding-top: 100px;
}
.social-nav li {
  font-size: 1.25rem;
  padding: 10px;
}
.social-nav a {
  color: #fff;
}
.social-nav a:hover {
  text-decoration: none;
}

.copy-text {
  font-size: 0.75rem;
  padding-bottom: 60px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .main-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .main-nav .nav-link {
    padding: 0.8125rem 10px;
  }
}
.main-header {
  padding: 3.375rem 0;
  transition: all 0.35s ease;
}
.main-header ul {
  margin: 0;
}
.main-header.stick {
  background: #13141b;
  border-bottom: 1px solid #cecece;
  padding: 0.5rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 2px 15px rgba(40, 42, 57, 0.75);
}
.main-header.stick .logo {
  width: 80%;
}

.logo {
  display: inline-block;
  transition: all 0.35s ease;
}
.logo img {
  height: auto;
}

.logo-wrap.alpha {
  padding: 60px 0;
}
.logo-wrap.alpha img {
  width: 240px;
}

.header-link {
  font-size: 38px;
}

.main-content_header {
  padding-top: 16px;
}
.main-content_header .progress-wrap {
  line-height: 48px;
  margin-left: 30px;
  width: 300px;
}
.main-content_header .right-nav {
  line-height: 48px;
  width: 345px;
}
.main-content_header .progress {
  margin-top: 20px;
}
.main-content_header .profile-img {
  margin-top: -6px;
}
.main-content_header .icon-search {
  font-size: 1.5rem;
  line-height: 1;
}
.main-content_header .icon-search:before {
  vertical-align: middle;
}
.main-content_header .navbar-form-custom .form-control {
  padding-left: 0;
}

.icon_view {
  color: #babdbd;
  font-size: 1.25rem;
  margin-left: 1rem;
}
.icon_view:hover, .icon_view:focus {
  text-decoration: none;
}
.icon_view.active {
  color: #2067dd;
}

.filter-row {
  background: #fafafa;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #dde1e4;
  line-height: 36px;
  margin-left: 210px;
  padding: 12px 20px;
}
.filter-row .progress {
  margin-top: 13px;
}
.filter-row .filter-btn {
  padding: 0.5rem 1.5rem;
}

.navbar-form-custom {
  width: 250px;
}

@media (max-width: 768px) {
  .logo-wrap.alpha {
    padding: 2rem 0;
  }

  .filter-row {
    margin-left: 0;
  }

  .icon_view {
    font-size: 1.5rem;
    line-height: 38px;
  }

  .logo {
    padding: 4px 0;
  }
  .logo img {
    width: 160px;
  }

  .home-hd .home-hd-img {
    -ms-transform: none;
        transform: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding: 2rem 0;
  }
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
.container_980 {
  max-width: 980px;
}
.container_900 {
  max-width: 900px;
}
.container_840 {
  max-width: 840px;
  padding-left: 0;
  padding-right: 0;
}
.container_560 {
  max-width: 560px;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

.bootstrap-select {
  position: relative;
}
.bootstrap-select a {
  display: block;
  font-size: 0.875rem;
  outline: none;
  padding: 5px 10px;
  text-decoration: none;
}
.bootstrap-select .dropdown-menu {
  min-width: 100px;
}
.bootstrap-select .dropdown-toggle {
  background: none;
  border: none;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
  padding-right: 25px;
}
.bootstrap-select .dropdown-toggle:after {
  border: none;
  font-family: 'skyhawk' !important;
  content: "\e902";
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.325em;
}
.bootstrap-select.beta .dropdown-toggle {
  background: #fff;
}

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

.select-alpha._beta .btn {
  color: #2067dd;
}

.dropdown-menu {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  line-height: 1.75;
}
.dropdown-menu .dropdown-item {
  color: #2067dd;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}

.form-control {
  background: #f5f5f5;
  border: 1px solid transparent;
  color: #010101;
  font-size: 0.875rem;
  padding: 0.875rem 1rem;
}
.form-control::-webkit-input-placeholder {
  color: #002424;
}
.form-control:-ms-input-placeholder {
  color: #002424;
}
.form-control::placeholder {
  color: #002424;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.btn {
  font-weight: 400;
}

.input-group-addon {
  border: none;
}
.input-group-addon_alpha {
  font-size: 0.875rem;
}

.form-label {
  color: #242424;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 30px;
}

.form-error {
  font-size: 12px;
  display: block;
  color: #d9534f;
  margin-top: 5px;
}

select.form-control:not([size]):not([multiple]) {
  height: 3rem;
}

select.col-select:not([size]):not([multiple]) {
  height: 2.25rem;
  padding: 0 0.75rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6a6c6f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6a6c6f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6a6c6f;
}

.progress {
  background: #e8e8e8;
  height: 8px;
  border-radius: 10px;
}
.progress-bar {
  background: #317efe;
  height: 100%;
  border-radius: 10px;
}
.progress-item {
  margin-bottom: 1.75rem;
}
.progress-item .progress-label {
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.progress_sm {
  height: 4px;
}

.profile-icon-wrap {
  display: block;
  position: relative;
}
.profile-icon-wrap:before {
  font-size: 0.75em;
}
.profile-icon-wrap_small .profile-pic {
  font-size: 1.875rem;
}
.profile-icon-wrap_small .profile-name {
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding-left: 2.25rem;
}
.profile-icon-wrap_xl .profile-pic {
  font-size: 8.125rem;
}
.profile-icon-wrap_md {
  display: table;
}
.profile-icon-wrap_md .profile-pic {
  font-size: 4.75rem;
}
.profile-icon-wrap_md .profile-wrap {
  display: table-cell;
  position: static;
  vertical-align: middle;
}
.profile-icon-wrap_md .profile-info {
  display: table-cell;
  padding-left: 1rem;
  text-align: left;
  vertical-align: middle;
}
.profile-icon-wrap_md .followers-count {
  font-size: 0.875rem;
  color: #716565;
}
.profile-name {
  display: block;
  line-height: 3rem;
  padding-left: 3.5rem;
}
.profile-name:before {
  font-size: 0.75em;
}
.profile-name.post-icon {
  padding-right: 1rem;
}
.profile-pic {
  font-size: 3rem;
  margin: auto;
  position: relative;
  text-align: center;
  width: 1em;
}
.profile-round {
  height: 1em;
  overflow: hidden;
  width: 1em;
  border-radius: 50%;
}
.profile-round img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.profile-wrap {
  left: 0;
  position: absolute;
  top: 0;
}
.profile-content {
  min-height: 3rem;
  padding-left: 3.75rem;
}
.profile-content .report-description {
  color: #242424;
  line-height: 1.5;
}
.profile-content .report-time {
  color: rgba(36, 36, 36, 0.6);
  line-height: 1.25rem;
}
.profile-content .profile-title {
  margin-bottom: 0.25rem;
}

.team-list .team-item {
  margin-bottom: 1rem;
}
.team-list .team-item:last-child {
  margin-bottom: 0;
}

.x-small {
  font-size: 0.75rem;
}

.small {
  font-size: 0.875rem;
}

.link {
  color: #2067dd;
}

.p-0 {
  padding: 0 !important;
}

.progress-td {
  min-width: 150px;
}
.progress-td .progress {
  margin: 6px 0;
}
.progress-td .progress-label {
  color: rgba(36, 36, 36, 0.6);
}

.text-info {
  color: #2067dd !important;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.panel-tools a:hover .icon {
  color: #2067dd;
}

.tick-list {
  font-weight: 300;
}
.tick-list li {
  margin-bottom: 0.75rem;
}
.tick-list .fa {
  color: #2067dd;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .xs-mb-1 {
    margin-bottom: 1rem;
  }
}
.mb-1_3 {
  margin-bottom: 0.75rem !important;
}

.mb-1_2 {
  margin-bottom: 0.5rem !important;
}

.main-content {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 4px;
}
.main-content_wrap {
  background: #ededed;
  padding: 40px;
}

.table {
  display: table;
}
.table .td {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.round-img-wrap {
  overflow: hidden;
  border-radius: 50%;
}

.profile-img {
  font-size: 60px;
  height: 1em;
  margin: auto;
  width: 1em;
}
.profile-img img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.profile-img_md {
  font-size: 50px;
}

.btn-share {
  color: #6a6c6f;
  display: inherit;
  padding: 10px;
}

.select-alpha .dropdown-toggle {
  color: #242424;
}

.img-stack {
  position: relative;
}
.img-stack-inner {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 3;
  top: 0;
  border-radius: 3px;
}
.img-stack-inner img {
  width: 100%;
}
.img-stack:before, .img-stack:after {
  content: '';
  position: absolute;
  border-radius: 3px;
}
.img-stack:before {
  background: #d9d9dc;
  left: 20px;
  right: 20px;
  height: 100%;
  bottom: -10px;
  z-index: 2;
}
.img-stack:after {
  background: #f3f3f6;
  left: 40px;
  right: 40px;
  height: 100%;
  bottom: -20px;
  z-index: 1;
}
.img-stack_wrap {
  text-align: center;
}
.img-stack-count {
  color: #919191;
  margin-bottom: 10px;
}

.media-item {
  font-weight: 300;
  margin-bottom: 40px;
  padding-top: 70px;
}
.media-item .img-stack {
  margin-bottom: 40px;
  position: relative;
  margin-top: -94px;
}
.media-item .img-stack-inner {
  padding-top: 73%;
}
.media-item .img-stack-inner img {
  left: 0;
  position: absolute;
  top: 0;
}
.media-item .icon {
  margin-right: 0.75rem;
  vertical-align: top;
}
.media-item .icon:before {
  color: #babdbd;
  vertical-align: top;
}
.media-item .icon-item {
  line-height: 20px;
  margin-bottom: 1rem;
}
.media-link {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #242424;
  display: block;
  padding: 1.5rem;
}
.media-link:hover {
  text-decoration: none;
}
.media-title {
  color: #2067dd;
  margin-bottom: 1.5rem;
}

.info-list {
  margin-bottom: 2.25rem;
}
.info-list .list-item {
  margin-right: 3.75rem;
}
.info-list .icon {
  color: #9ea1a1;
  margin-right: 0.875rem;
}

.set-list .set-list-item {
  margin-bottom: 40px;
}
.set-list .img-wrap {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.set-list .set-link:hover {
  text-decoration: none;
}
.set-list .set-link:hover .set-info {
  color: #2067dd;
}
.set-list .list-inline-item {
  line-height: 1.125rem;
  margin-right: 1.25rem;
  vertical-align: top;
}
.set-list .set-info {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #a9acac;
  padding: 1rem 1.5rem;
  margin: 0 0.625rem;
}
.set-list .icon {
  font-weight: bold;
  margin-right: 0.5rem;
  vertical-align: top;
}
.set-list .icon:before {
  vertical-align: middle;
}

.like-row {
  padding: 15px 30px;
}
.like-row a {
  color: #242424;
  display: inline-block;
  vertical-align: top;
}
.like-row a:hover, .like-row a.active {
  text-decoration: none;
}
.like-row a:hover .icon, .like-row a.active .icon {
  color: #cb5852;
}
.like-row .icon {
  color: #babdbd;
  line-height: 1;
  margin-right: 0.5rem;
  vertical-align: top;
}

.img-md_wrap {
  height: 360px;
  overflow: hidden;
}

.comment-edit-row, .comment-row {
  border-top: 1px solid #dde1e4;
  padding: 30px;
}

.comment-row .author-row {
  line-height: 1.125rem;
  margin-bottom: 0.75rem;
}
.comment-row .author-title {
  margin: 0;
}

.analyze-box {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.analyze-box .plus-btn {
  border: 2px solid #2067dd;
  border-radius: 50%;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  right: -50px;
  text-aling: center;
  top: 10px;
  width: 30px;
}
.analyze-box .plus-btn:hover {
  text-decoration: none;
}
.analyze-box .analyze-content {
  margin: auto;
  max-width: 500px;
  padding: 0 50px;
}
.analyze-box .icon-angle-down {
  display: inline-block;
  transition: all 0.25s ease;
}
.analyze-box .advanced-settings-link {
  text-decoration: none;
}
.analyze-box .advanced-settings-link:hover {
  text-decoration: none;
}
.analyze-box .open .icon-angle-down {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.analyze-box .title {
  font-weight: 400;
}
.analyze-box .svg-wrap {
  margin: auto;
  width: 140px;
}
.analyze-box .svg-wrap img {
  width: 100%;
}
.analyze-box .choose-wrap {
  margin-bottom: 0.8rem;
}

.form-group label {
  font-weight: 600;
}
.form-group .custom-control {
  font-weight: normal;
}

.map-iframe {
  pointer-events: none;
}

.table-scroll {
  overflow: auto;
}

.dashboard {
  background: #ededed;
}

body.light-skin #header {
  background-color: #fff;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0;
}
body.light-skin #menu {
  background: #282a39;
  color: #fff;
  text-align: center;
}
body.light-skin #menu::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
body.light-skin .side-menu {
  bottom: 0;
  left: 0;
  top: 80px;
  transition: all 0.4s ease 0s;
}
body.light-skin .fixed-sidebar #menu {
  overflow-y: auto;
}
body.light-skin #side-menu {
  background: #282a39;
  padding-top: 40px;
  padding-left: 0;
}
body.light-skin #side-menu li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 300;
}
body.light-skin #side-menu li {
  border-bottom: none;
  margin-right: 0;
}
body.light-skin #side-menu li.active,
body.light-skin #side-menu.nav > li > a:hover,
body.light-skin #side-menu.nav > li > a:focus {
  background: none;
  font-weight: 300;
}
body.light-skin #side-menu li.active > a {
  color: #317efe;
  font-weight: 300;
}
body.light-skin #side-menu li:first-child {
  border: none;
}
body.light-skin #logo.light-version {
  background: #282a39;
  border-color: #3e404d;
  padding: 10px;
  height: 80px;
  width: 210px;
}
body.light-skin #menu {
  padding-right: 20px;
  width: 230px;
}
body.light-skin .main-content_header .navbar-form-custom .form-control {
  background: #fafafa;
  padding-left: 15px;
}
body.light-skin .select-alpha .btn {
  padding: 0.25rem 25px 0.25rem 10px;
}
body.light-skin .following-row {
  line-height: 60px;
}
body.light-skin .following-row ul {
  margin-bottom: 0;
}
body.light-skin.fixed-navbar #wrapper {
  background: #F8F9FB;
  margin-left: 210px;
  top: 80px;
}
body.light-skin.fixed-navbar #wrapper.alpha {
  top: 143px;
}

.connectPanels {
  min-height: 30px;
}

.table-wrap {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.report-list .report-item {
  margin-bottom: 0;
  padding-bottom: 2.75rem;
  position: relative;
}
.report-list .report-item:last-child {
  padding-bottom: 0;
}
.report-list .report-item:last-child .report-description:before {
  display: none;
}
.report-list .report-description {
  position: relative;
}
.report-list .report-description:before {
  border-left: 1px solid #d0d0d0;
  content: '';
  height: 100%;
  left: -35px;
  position: absolute;
  top: 35px;
  width: 1px;
}
.report-list_alpha .report-item {
  padding-bottom: 2rem;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tag {
  background: #e6e6e6;
  border-radius: 10px;
  color: #242424;
  display: inline-block;
  font-size: 0.675rem;
  font-weight: 300;
  margin-left: 1.25rem;
  padding: 0.375rem 0.75rem;
  vertical-align: top;
}

.drop-box {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.drop-box .icon_upload {
  color: #2067dd;
  font-size: 5rem;
  padding: 1.5rem 0 1rem;
}
.drop-box .or-text,
.drop-box .title {
  color: #a6a6a6;
}
.drop-box .upload-label {
  color: #9b9b9b;
}
.drop-box .bootstrap-select .btn {
  color: #242424;
}

.dz-drag-hover .title {
  color: #2067dd;
}

.upload-list {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 0;
}
.upload-list .progress_wrap {
  padding: 4px 0;
}
.upload-item {
  margin-bottom: 40px;
  padding-right: 18px;
  position: relative;
}
.upload-item .img-wrap {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.875rem;
  padding-top: 70%;
  position: relative;
}
.upload-item .img-wrap .img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.upload-item .upload-item-title {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.upload-item .upload-item-size {
  font-size: 0.625rem;
}
.upload-item .progress {
  margin: 0;
}
.upload-item .icon-cross {
  font-size: 0.675rem;
  position: absolute;
  right: 0;
  top: 0;
}
.upload-item .icon-cross:hover {
  color: #2067dd;
  cursor: pointer;
}

body.light-skin #right-menu {
  background: #fff;
  color: #242424;
  left: auto;
  right: 0;
  padding: 1.5rem;
  text-align: left;
}

.fixed-sidebar .side-menu_right {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 250px;
}

.settings#wrapper {
  margin-right: 250px;
}

.settings-form-wrap {
  max-width: 400px;
}

.avatar-icons .icon {
  color: #babdbd;
  font-size: 1.25rem;
}
.avatar-icons .icon:hover {
  color: #2067dd;
  text-decoration: none;
}
.avatar-icons .save-icon {
  margin-bottom: 1rem;
}

.settings-list .icon-cross {
  display: none;
}
.settings-list .icon-cross {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  left: 0;
  line-height: 48px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.settings-list .link:hover .icon-cross {
  display: block;
}

.settings .panel-body {
  padding: 1.5rem;
}
.settings .table {
  font-size: 0.875rem;
  line-height: 48px;
}

._box {
  background: #dcdcdc;
  height: 60px;
  width: 60px;
}

.paypal-wrap {
  line-height: 48px;
}

.card-icon {
  font-size: 3.75rem;
  height: 3.75rem;
}

.member-content {
  padding-left: 40px;
  padding-right: 40px;
}

.hpanel .panel-heading_alpha {
  border-bottom: 1px solid #e4e5e7;
  line-height: 22px;
  padding: 10px;
}
.hpanel .panel-heading_alpha h5 {
  margin: 0;
}
.hpanel .panel-heading_alpha .panel-body {
  border: none;
}

.hpanel.panel-collapse > .panel-heading {
  border-width: 0 0 1px 0;
}

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