@charset "UTF-8";
/**
Breakpoints
 */
/**
Colors
 */
/**
Types
 */
/**
Base
 */
/**
Border
 */
/**
Type
 */
/**
Buttons
 */
/**
Inputs
 */
/**
Cooper
 */
@font-face {
  font-family: "Cooper";
  src: url("../fonts/CooperBT-Bold.woff2") format("woff2"), url("../fonts/CooperBT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cooper";
  src: url("../fonts/CooperBT-BoldItalic.woff2") format("woff2"), url("../fonts/CooperBT-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cooper";
  src: url("../fonts/CooperLtBT-Regular.woff2") format("woff2"), url("../fonts/CooperLtBT-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
Axiforma
 */
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Bold.woff2") format("woff2"), url("../fonts/Axiforma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Light.woff2") format("woff2"), url("../fonts/Axiforma-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Heavy.woff2") format("woff2"), url("../fonts/Axiforma-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-SemiBold.woff2") format("woff2"), url("../fonts/Axiforma-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Axiforma", arial, sans-serif;
  font-size: 15px;
  color: #000000;
  background: lightyellow;
}
body.menu-show {
  overflow-y: hidden;
}

p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 27px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
Custom Scrollbar
 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #aaa;
}

body.signin {
  min-height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.3)), url(../images/background_login.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  padding-right: calc((100% - 1400px) / 2);
  padding-left: calc((100% - 1400px) / 2);
}
@media (max-width: 1400px) {
  body.signin {
    padding-right: calc((100% - 1200px) / 2);
    padding-left: calc((100% - 1200px) / 2);
  }
}

.wrapper-signin {
  display: flex;
}

/**
Left Messages
 */
.panel-message {
  padding-left: 40px;
  padding-top: 40px;
  background: transparent;
  color: #ffffff;
  flex: 1;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 992px) {
  .panel-message {
    display: none;
  }
}
@media (max-width: 1200px) {
  .panel-message {
    padding-right: 40px;
  }
}
.panel-message p {
  font-size: 18px;
  max-width: 785px;
  margin-bottom: 15px;
}
.panel-message h2 {
  font-family: "Axiforma", arial, sans-serif;
  font-weight: 300;
  font-size: 36.5px;
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 1.24;
}
.panel-message h2 b {
  font-style: italic;
}
.panel-message h3 {
  font-size: 33px;
  font-weight: 700;
}

.panel-message .panel-body {
  padding: 0;
}
.panel-message .logo img {
  max-width: 316px;
  width: 100%;
  height: auto;
}

/**
Right Form
 */
.panel-signin, .panel-signup {
  color: #ffffff;
  box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.46), inset 0 0 81px 0 rgba(0, 0, 0, 0.46);
  border: solid 4px rgba(255, 255, 255, 0.15);
  border-top: none;
  border-bottom: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  max-width: 440px;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .panel-signin, .panel-signup {
    max-width: none;
    border-left: none;
    border-right: none;
  }
}
.panel-signin h2, .panel-signup h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.panel-signin h3, .panel-signup h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}
.panel-signin form a, .panel-signup form a {
  color: #ffffff;
  font-size: 14px;
}
.panel-signin form a:hover, .panel-signup form a:hover {
  color: inherit;
  text-decoration: underline;
}
.panel-signin p, .panel-signup p {
  font-size: 15px;
}
.panel-signin .panel-body, .panel-signup .panel-body {
  padding: 34% 50px 65px;
  display: flex;
  margin-top: 0;
  flex-direction: column;
  height: 100%;
  width: 100%;
}


@media (max-width: 1400px) {
  .panel-signin .panel-body, .panel-signup .panel-body {
    padding: 90px 50px 60px 50px;
  }
}
@media (max-width: 992px) {
  .panel-signin .panel-body, .panel-signup .panel-body {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
}
.panel-signin .logo, .panel-signup .logo {
  display: none;
}
@media (max-width: 992px) {
  .panel-signin .logo, .panel-signup .logo {
    display: block;
    margin-bottom: 40px;
  }
  .panel-signin .logo img, .panel-signup .logo img {
    max-width: 220px;
    height: auto;
    width: 100%;
  }
}
.panel-signin .btn-success, .panel-signup .btn-success {
  padding-left: 40px;
  width: 100%;
}
.panel-signin .btn-secondary, .panel-signup .btn-secondary {
  padding-left: 35px;
  width: 100%;
}
.panel-signin .copyright-label, .panel-signup .copyright-label {
  margin-top: auto;
  font-size: 14px;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
}

.panel-message .panel-body,
.panel-signin .panel-body,
.panel-signup .panel-body {
  background-color: transparent;
}

.panel-message .panel-body,
.panel-signin .panel-body,
.panel-signup .panel-body {  position: fixed;
  bottom: 0px;
  margin-bottom: 50px;
}

.contentpanel {
  padding: 0;
}

.mainwrapper {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 0;
  padding: 15px;
  position: relative;
}
.mainwrapper:before {
  display: none;
}
.mainwrapper .contentpanel {
  padding-top: 15px;
}
.mainwrapper .contentpanel:before {
  position: absolute;
  top: -10px;
  left: -15px;
  right: -15px;
  background: #ffffff;
  content: "";
  display: block;
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.mainwrapper .leftpanel {
  max-width: 330px;
  width: 100%;
  z-index: 10;
  flex: 0 0 330px;
  height: 100%;
  margin-top: -105px;
  margin-left: -15px;
}
@media (max-width: 1200px) {
  .mainwrapper .leftpanel {
    display: none;
  }
}
.mainwrapper .leftpanel .plan-founder {
  margin: 80px 24px 24px;
}
.mainwrapper .mainpanel {
  flex: 1;
  margin-left: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  align-self: flex-start;
  max-width: calc(100vw - 375px);
}
@media (max-width: 1200px) {
  .mainwrapper .mainpanel {
    margin-left: 0;
    max-width: initial;
  }
}
.mainwrapper .mainpanel .panel {
  background: transparent;
}
.mainwrapper.collapsed .mainpanel {
  margin-left: 0;
}

.header-main-content {
  align-items: center;
  padding-left: 15px;
  padding-right: 40px;
  margin-bottom: 15px;
  margin: 10px;
  min-height: 80px;
  padding-bottom: 0px;
  margin-left: 345px;
  background: #101d4d;
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .header-main-content {
    min-height: 0px;
    margin-left: 15px;
    float: left;
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.header-main-content .social, .header-main-content .alert-notification, .header-main-content .user-dropdown {
  flex: 0 0 auto;
  display: none;
}
@media (max-width: 768px) {
  .header-main-content .social, .header-main-content .alert-notification, .header-main-content .user-dropdown {
    margin-top: 25px;
  }
}
.header-main-content .copy-wrapper {
  flex: 0 1 auto;
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .header-main-content .copy-wrapper {
    margin-right: 15px;
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header-main-content .social.-header {
    flex: 0 1 auto;
    display: none;
  }
}
@media (max-width: 1600px) {
  .header-main-content .social.-header a {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .header-main-content .social.-header a {
    margin-right: 15px;
  }
  .header-main-content .social.-header a img {
    max-width: 24px;
  }
}
.header-main-content .alert-notification {
  margin-left: auto;
  flex: 0 0 auto;
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(100%);
}
@media (max-width: 1200px) {
  .header-main-content .alert-notification {
    display: none;
  }
}
.header-main-content .user-dropdown {
  /*margin-left: 55px;*/
  flex: 0 0 auto;
  float: right;
  display: block;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .header-main-content .user-dropdown {
    display: none;
  }
}

@media (max-width: 992px) {
  .monitors .col-xs-12 {
    margin-bottom: 20px;
  }
  .monitors .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .monitors .card-infos .change {
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  .monitors .card-infos .change {
    flex: 1;
  }
}

.sidebar, .leftpanel {
  border-radius: 0px 10px 10px 0px;
  background-image: linear-gradient(to bottom, #101d4d,#101d4d);
  display: flex;
  flex-direction: column;
  position: sticky;
}
.sidebar > .logo, .leftpanel > .logo {
  padding: 22px 25px 10px;
  display: inline-block;
}
.sidebar > .logo img, .leftpanel > .logo img {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
}
.sidebar > .logo > .version, .leftpanel > .logo > .version {
  text-align: right;
  width: 100%;
  color: #101d4d;
  font-size: 12px;
  padding-right: 30px;
  font-weight: 600;
  margin-top: -10px;
}
.sidebar .leftpanel-title, .leftpanel .leftpanel-title {
  display: none;
}
.sidebar .links, .leftpanel .links {
  font-size: 14px;
  font-weight: 600;
}
.sidebar .links a, .leftpanel .links a {
  color: #ffffff;
}
.sidebar .links ul, .sidebar .links .nav, .leftpanel .links ul, .leftpanel .links .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .links ul li, .sidebar .links .nav li, .leftpanel .links ul li, .leftpanel .links .nav li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  border: none;
}
.sidebar .links ul li:last-child > a, .sidebar .links .nav li:last-child > a, .leftpanel .links ul li:last-child > a, .leftpanel .links .nav li:last-child > a {
  border-bottom: none;
}
.sidebar .links ul li > a, .sidebar .links .nav li > a, .leftpanel .links ul li > a, .leftpanel .links .nav li > a {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid darkslategrey;
  min-height: 58px;
}
.sidebar .links ul li > a:hover, .sidebar .links ul li > a:focus, .sidebar .links .nav li > a:hover, .sidebar .links .nav li > a:focus, .leftpanel .links ul li > a:hover, .leftpanel .links ul li > a:focus, .leftpanel .links .nav li > a:hover, .leftpanel .links .nav li > a:focus {
  background-color: transparent;
}
.sidebar .links ul li > a:hover i, .sidebar .links ul li > a:focus i, .sidebar .links .nav li > a:hover i, .sidebar .links .nav li > a:focus i, .leftpanel .links ul li > a:hover i, .leftpanel .links ul li > a:focus i, .leftpanel .links .nav li > a:hover i, .leftpanel .links .nav li > a:focus i {
  color: #ffffff;
}
.sidebar .links ul li > a span, .sidebar .links .nav li > a span, .leftpanel .links ul li > a span, .leftpanel .links .nav li > a span {
  padding-left: 40px;
}
.sidebar .links ul li img, .sidebar .links ul li svg, .sidebar .links .nav li img, .sidebar .links .nav li svg, .leftpanel .links ul li img, .leftpanel .links ul li svg, .leftpanel .links .nav li img, .leftpanel .links .nav li svg {
  max-width: 24px;
  filter: invert(87%) sepia(23%) saturate(271%) hue-rotate(333deg) brightness(107%) contrast(98%);
  max-height: 24px;
  width: auto;
  height: auto;
  position: absolute;
  left: 24px;
}
.sidebar .links ul li i, .sidebar .links .nav li i, .leftpanel .links ul li i, .leftpanel .links .nav li i {
  color: #ffffff;
  position: absolute;
  left: 27px;
  font-size: 19px;
  top: auto !important;
  width: initial !important;
  margin-right: initial !important;
  text-align: initial !important;
}
.sidebar .links ul li.inactive, .sidebar .links .nav li.inactive, .leftpanel .links ul li.inactive, .leftpanel .links .nav li.inactive {
  opacity: 0.5;
}
.sidebar .links ul li.inactive a, .sidebar .links .nav li.inactive a, .leftpanel .links ul li.inactive a, .leftpanel .links .nav li.inactive a {
  cursor: not-allowed;
}
.sidebar .links ul li.active, .sidebar .links ul li:hover, .sidebar .links .nav li.active, .sidebar .links .nav li:hover, .leftpanel .links ul li.active, .leftpanel .links ul li:hover, .leftpanel .links .nav li.active, .leftpanel .links .nav li:hover {
  background-color: #101d4d;
}
.sidebar .links ul li.active:before, .sidebar .links ul li:hover:before, .sidebar .links .nav li.active:before, .sidebar .links .nav li:hover:before, .leftpanel .links ul li.active:before, .leftpanel .links ul li:hover:before, .leftpanel .links .nav li.active:before, .leftpanel .links .nav li:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #101d4d;
  height: 1px;
}
.sidebar .links ul li.active > a, .sidebar .links ul li:hover > a, .sidebar .links .nav li.active > a, .sidebar .links .nav li:hover > a, .leftpanel .links ul li.active > a, .leftpanel .links ul li:hover > a, .leftpanel .links .nav li.active > a, .leftpanel .links .nav li:hover > a {
  color: #ffffff;
  border-bottom-color: transparent;
  background: transparent;
}
.sidebar .links ul li.active img, .sidebar .links ul li.active svg, .sidebar .links ul li:hover img, .sidebar .links ul li:hover svg, .sidebar .links .nav li.active img, .sidebar .links .nav li.active svg, .sidebar .links .nav li:hover img, .sidebar .links .nav li:hover svg, .leftpanel .links ul li.active img, .leftpanel .links ul li.active svg, .leftpanel .links ul li:hover img, .leftpanel .links ul li:hover svg, .leftpanel .links .nav li.active img, .leftpanel .links .nav li.active svg, .leftpanel .links .nav li:hover img, .leftpanel .links .nav li:hover svg {
  filter: invert(36%) sepia(86%) saturate(1427%) hue-rotate(43deg) brightness(94%) contrast(102%);
}
.sidebar .links ul li.active .children, .sidebar .links ul li:hover .children, .sidebar .links .nav li.active .children, .sidebar .links .nav li:hover .children, .leftpanel .links ul li.active .children, .leftpanel .links ul li:hover .children, .leftpanel .links .nav li.active .children, .leftpanel .links .nav li:hover .children {
  border-bottom-color: #101d4d;
  background: transparent;
}
.sidebar .links ul li.parent::after, .sidebar .links .nav li.parent::after, .leftpanel .links ul li.parent::after, .leftpanel .links .nav li.parent::after {
  content: "\f0dd";
  display: block;
  position: absolute;
  top: 12px;
  right: 22px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 18px;
}
.sidebar .links ul li.parent-focus > a, .sidebar .links .nav li.parent-focus > a, .leftpanel .links ul li.parent-focus > a, .leftpanel .links .nav li.parent-focus > a {
  border-bottom-color: transparent;
}
.sidebar .links ul li.parent-focus a, .sidebar .links .nav li.parent-focus a, .leftpanel .links ul li.parent-focus a, .leftpanel .links .nav li.parent-focus a {
  background: transparent;
}
.sidebar .links ul li.parent-focus .children, .sidebar .links .nav li.parent-focus .children, .leftpanel .links ul li.parent-focus .children, .leftpanel .links .nav li.parent-focus .children {
  background: transparent;
}
.sidebar .links .children, .leftpanel .links .children {
  background: transparent;
}
.sidebar .links .children li, .leftpanel .links .children li {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
.sidebar .links .children li:first-child, .leftpanel .links .children li:first-child {
  border-top: none;
}
.sidebar .links .children li a, .leftpanel .links .children li a {
  border-bottom: none;
  min-height: 48px;
  position: relative;
}
.sidebar .links .children li a i, .sidebar .links .children li a img, .leftpanel .links .children li a i, .leftpanel .links .children li a img {
  display: none;
}
.sidebar .links .children li a span, .leftpanel .links .children li a span {
  padding-left: 30px;
}
.sidebar .links .children li a:before, .leftpanel .links .children li a:before {
  content: "\f054";
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 12px;
}

.s-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: lightyellow;
  margin: auto -15px -15px -15px;
  padding: 40px 20px 0px 20px;
  position: relative;
}
.s-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 20px;
  z-index: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1200px) {
  .s-footer {
    justify-content: center;
    flex-direction: column;
  }
}
.s-footer > .copy {
  text-align: left;
}
@media (max-width: 1200px) {
  .s-footer > .copy {
    text-align: center;
    margin-bottom: 15px;
  }
}
.s-footer > .links {
  font-weight: normal;
  text-align: right;
  color: #00FE8B;
}
@media (max-width: 1200px) {
  .s-footer > .links {
    text-align: center;
  }
}
.s-footer > .links a {
  color: #000;
}
.s-footer > .links a:hover {
  color: #101d4d;
}

.badge {
  font-size: 12px;
}
.badge-brown {
  background-color: #2864AE;
}

.badgeLevel {
  border-radius: 50%;
  float: left;
  text-align: center;
  padding: 4px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  background-color: #101d4d;
}

.dropdown-toggle ~ .dropdown-menu {
  margin-top: 8px;
}

.dropdown-menu {
  background: #ffffff;
  border: 1px solid #fce7c5;
  border-radius: 6px;
  padding: 10px;
}
.dropdown-menu li > a, .dropdown-menu .dropdown-item {
  border-radius: 5px;
}
.dropdown-menu li > a:hover, .dropdown-menu .dropdown-item:hover {
  background: #101d4d;
  color: #fff;
}
.dropdown-menu .glyphicon, .dropdown-menu .fa {
  color: #101d4d;
}

.btn {
  border-radius: 6px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  min-height: 37px;
  font-size: 14px;
  white-space: initial;
}
.btn:focus-visible, .btn:active:focus {
  border-color: transparent;
  outline: none;
}
.btn-primary {
  background-color: #101d4d;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background-color: #006542;
}
.btn-primary-100 {
  background-color: #0a3627;
  color: #ffffff;
}
.btn-primary-100:hover, .btn-primary-100:focus, .btn-primary-100:active {
  color: #ffffff;
  background-color: #062017;
}
.btn-success {
  background-color: #101d4d;
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #ffffff;
  background-color: #006542;
}
.btn-secondary {
  background-color: #00FE8B;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #ffffff;
  background-color: #006542;
}
.btn-success {
  background-color: #101d4d;
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #ffffff;
  background-color: #101d4d;
}
.btn-error {
  background-color: #700303;
  color: #ffffff;
}
.btn-error:hover, .btn-error:focus, .btn-error:active {
  color: #ffffff;
  background-color: #570202;
}
.btn-sm {
  padding: 6px 15px;
  min-height: 31px;
  font-size: 14px;
}
.btn-md {
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 47px;
  font-size: 15px;
}
.btn-lg {
  font-size: 15px;
  min-height: 58px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-100px {
  min-width: 100px;
}

.btn-icon {
  background-image: url(../images/arrow-right-line.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 60px;
  padding-left: 30px;
}

input {
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid transparent;
  line-height: 1.4;
}

.form-group label.error {
  color: #a94442;
  display: none;
}

.form-control {
  display: flex;
  border-radius: 6px;
  width: 100%;
  font-family: "Axiforma", arial, sans-serif;
  align-items: center;
  border-color: rgba(0, 0, 0, 0.15);
  line-height: 1.4;
  padding: 8px 15px;
  min-height: 37px;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #a2a2a2;
}
.form-control::placeholder {
  color: #a2a2a2;
}
.form-control-sm {
  padding: 6px 15px;
  min-height: 31px;
  font-size: 14px;
}
.form-control-md {
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 47px;
  font-size: 15px;
}
.form-control-lg {
  font-size: 15px;
  min-height: 58px;
  padding: 15px 20px;
}

textarea.form-control {
  resize: vertical;
  vertical-align: top;
}

.table thead {
  color: #101d4d;
}
.table thead > tr:first-child, .table thead > tr th {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  color: #101d4d;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: none;
  border-right: none;
  min-height: 50px;
}
.table tbody > tr td {
  font-size: 14px;
  font-weight: 400;
  border-left: none;
  border-right: none;
  padding: 15px;
  min-height: 70px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
}
.table tbody > tr:hover td {
  background-color: lightgray !important;
  border-top-color: lightgray;
  border-bottom-color: transparent;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}
.table-responsive .row {
  margin-left: 0;
  margin-right: 0;
}

.table-striped tbody > tr td {
  background: transparent;
}
.table-striped tbody > tr:nth-child(2n+1) td {
  background: transparent;
}

.table-bordered {
  border: none;
}

.filterTable .form-control {
  border-color: #00FE8B;
}

.dataTables_wrapper {
  background: transparent;
}
.dataTables_wrapper #basicTable tbody td:nth-child(1),
.dataTables_wrapper #basicTable tbody td:nth-child(2), .dataTables_wrapper #basicTable thead td:nth-child(1),
.dataTables_wrapper #basicTable thead td:nth-child(2) {
  color: #0a3627;
  font-weight: 600;
  white-space: nowrap;
}
.dataTables_wrapper #basicTable tbody td:nth-child(2),
.dataTables_wrapper #basicTable tbody td:nth-child(3),
.dataTables_wrapper #basicTable tbody td:nth-child(4), .dataTables_wrapper #basicTable thead td:nth-child(2),
.dataTables_wrapper #basicTable thead td:nth-child(3),
.dataTables_wrapper #basicTable thead td:nth-child(4) {
  white-space: nowrap;
}
.dataTables_wrapper #basicTable ~ .row .col-xs-6 {
  width: 100%;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  width: 100%;
}
.dataTables_wrapper .pagination > .disabled > span, .dataTables_wrapper .pagination > .disabled > span:hover, .dataTables_wrapper .pagination > .disabled > span:focus, .dataTables_wrapper .pagination > .disabled > a, .dataTables_wrapper .pagination > .disabled > a:hover, .dataTables_wrapper .pagination > .disabled > a:focus {
  border: none;
  background: #ffffff;
  color: #0a3627;
  border-radius: 6px;
  font-weight: 600;
}
.dataTables_wrapper .pagination > .active > a, .dataTables_wrapper .pagination > .active > span, .dataTables_wrapper .pagination > .active > a:hover, .dataTables_wrapper .pagination > .active > span:hover, .dataTables_wrapper .pagination > .active > a:focus, .dataTables_wrapper .pagination > .active > span:focus {
  background-color: #0a3627;
  color: #ffffff;
  border-radius: 6px;
}
.dataTables_wrapper .pagination > li > a, .dataTables_wrapper .pagination > li > span {
  border: none;
}
.dataTables_wrapper .pagination > li > a:hover, .dataTables_wrapper .pagination > li > span:hover {
  color: #0a3627;
  background-color: transparent;
}
.dataTables_wrapper .dataTables_info {
  /*display: none;*/
}

.text-primary {
  color: #101d4d;
}
.text-primary-100 {
  color: #0a3627;
}
.text-secondary {
  color: #00FE8B;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-heavy {
  font-weight: 900;
}

.user-dropdown {
  position: relative;
}
.user-dropdown button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.user-dropdown img {
  width: 100%;
  max-width: 28px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
}
.user-dropdown .dropdown-menu .glyphicon-lock:before,
.user-dropdown .dropdown-menu .glyphicon-user:before,
.user-dropdown .dropdown-menu .glyphicon-credit-card:before,
.user-dropdown .dropdown-menu .fa-upload:before {
  content: "\f054";
  display: block;
  color: #101d4d;
  font-family: "FontAwesome";
  font-size: 12px;
}
.user-dropdown .dropdown-item img {
  vertical-align: middle;
  max-width: 16px;
  filter: invert(27%) sepia(95%) saturate(7377%) hue-rotate(163deg) brightness(98%) contrast(101%);
}

.avatar {
  max-width: 40px !important;
  height: auto;
}
.avatar-rounded {
  border-radius: 50%;
}

.toggle .toggle-slide {
  height: 30px;
  border-radius: 50px;
  width: 80px !important;
  background-color: #bbb;
}
.toggle .toggle-slide .toggle-inner {
  display: flex;
  align-items: center;
}
.toggle .toggle-slide .toggle-on, .toggle .toggle-slide .toggle-off {
  height: 30px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 80px !important;
  margin-left: 0 !important;
  text-indent: 0px !important;
}
.toggle .toggle-slide .toggle-on {
  background-color: #bbb;
}
.toggle .toggle-slide .toggle-blob {
  margin-top: -2px;
  border-radius: 20px;
  left: 5px;
  height: 20px;
  flex: 0 0 20px;
  margin-left: 0 !important;
  width: 20px;
}
.toggle .toggle-slide.active {
  background-color: #101d4d;
}
.toggle .toggle-slide.active .toggle-blob {
  left: initial;
  position: relative;
  right: 5px;
}
.toggle .toggle-slide.active .toggle-on {
  background-color: #101d4d;
}
.toggle .toggle-slide.active .toggle-off {
  background-color: #101d4d;
}

.select2-container .select2-choice {
  border-radius: 6px;
  font-family: "Axiforma", arial, sans-serif;
  line-height: 1.4;
  padding: 12px 15px 8px 15px;
  min-height: 37px;
  font-size: 14px;
  border-color: #00FE8B;
  color: #a2a2a2;
}

.be-a-consult {
  background: lightgray;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 30px;
  margin: -30px -15px -40px;
  z-index: 1;
  padding-right: 0;
}
.be-a-consult:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(45deg, #ffffff 30%, lightgray 70%);
  left: 0;
  right: 0;
  top: 30px;
  bottom: 30px;
  z-index: 0;
  border-radius: 10px 0 0 10px;
}
.be-a-consult:after {
  top: 0px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  height: 20px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .be-a-consult {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }
  .be-a-consult:before {
    background: #ffffff;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .be-a-consult {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.be-a-consult > * {
  position: relative;
  z-index: 1;
}
.be-a-consult .row {
  display: flex;
  flex-wrap: wrap;
}
.be-a-consult .image {
  align-self: center;
  text-align: center;
}
@media (max-width: 768px) {
  .be-a-consult .image {
    display: none;
  }
}

.notice-message {
  color: #ffffff;
  font-size: 14px;
  background-color: black;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
}

.plan-founder {
  border-radius: 8px;
  background-image: linear-gradient(145deg, #002d1e, #00482f);
  padding: 0px 15px 40px 15px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.plan-founder > .image {
  margin-top: -50px;
  margin-bottom: 15px;
}
.plan-founder > .title {
  color: lightgray;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.plan-founder > .content p {
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 20px;
}
.plan-founder > .content p:last-child {
  margin-bottom: 0;
}
.plan-founder .btn {
  max-width: 190px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.social {
  display: flex;
  align-items: center;
}
.social a {
  margin-right: 20px;
  flex: 0 0 auto;
}
.social a:last-child {
  margin-right: 0;
}
.social.-header img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(43deg) brightness(0%) contrast(100%);
  max-width: 32px;
  max-height: 32px;
  width: 100%;
}
.social.-header a {
  margin-right: 40px;
}
.social.-header a:last-child {
  margin-right: 0;
}
.social.-header a:hover img {
  filter: invert(0%) sepia(100%) saturate(7%) hue-rotate(233deg) brightness(99%) contrast(99%);
}

.alert-notification {
  position: relative;
  pointer-events: none;
}
.alert-notification img {
  max-width: 28px;
  width: 100%;
  height: auto;
  filter: invert(36%) sepia(86%) saturate(1427%) hue-rotate(43deg) brightness(94%) contrast(102%);
}
.alert-notification > .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(6px, 0px);
}

.ev-h1 {
  font-size: 42px;
}
@media (max-width: 1400px) {
  .ev-h1 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .ev-h1 {
    font-size: 32px;
  }
}

.ev-h2 {
  font-size: 37.8px;
}
@media (max-width: 1400px) {
  .ev-h2 {
    font-size: 34.2px;
  }
}
@media (max-width: 768px) {
  .ev-h2 {
    font-size: 28.8px;
  }
}

.ev-h3 {
  font-size: 35.7px;
}
@media (max-width: 1400px) {
  .ev-h3 {
    font-size: 30.4px;
  }
}
@media (max-width: 768px) {
  .ev-h3 {
    font-size: 25.6px;
  }
}

.ev-h4 {
  font-size: 29.4px;
}
@media (max-width: 1400px) {
  .ev-h4 {
    font-size: 26.6px;
  }
}
@media (max-width: 768px) {
  .ev-h4 {
    font-size: 22.4px;
  }
}

.ev-h5 {
  font-size: 25.2px;
}
@media (max-width: 1400px) {
  .ev-h5 {
    font-size: 22.8px;
  }
}
@media (max-width: 768px) {
  .ev-h5 {
    font-size: 19.2px;
  }
}

.ev-h6 {
  font-size: 21px;
}
@media (max-width: 1400px) {
  .ev-h6 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .ev-h6 {
    font-size: 16px;
  }
}

.copy-wrapper {
  display: flex;
  align-items: center;
  float: left;
}
@media (max-width: 768px) {
  .copy-wrapper {
    flex-wrap: wrap;
  }
}
.copy-wrapper .text {
  margin-right: 15px;
  flex: 0 0 auto;
  font-size: 14px;
  color: white;
}
@media (max-width: 768px) {
  .copy-wrapper .text {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.copy-wrapper .copy-field {
  display: flex;
  background: #ffffff;
  padding: 5px 15px 5px 15px;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  width: 100%;
}
.copy-wrapper .copy-field .link {
  color: #2864AE;
  font-size: 14px;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 50px);
}
.copy-wrapper .copy-field .link span {
  letter-spacing: 3px;
  margin-right: -3px;
}
.copy-wrapper .copy-field .btnShareLinkId {
  margin-left: 20px;
  border: none;
  padding: 0;
  background-color: transparent;
  flex: 0 1 auto;
}
.copy-wrapper .copy-field .btnShareLinkId img {
  width: 28px;
  filter: invert(21%) sepia(31%) saturate(1423%) hue-rotate(115deg) brightness(98%) contrast(103%);
}
.copy-wrapper .copy-field .btnShareLinkId:hover img {
  filter: invert(65%) sepia(58%) saturate(322%) hue-rotate(336deg) brightness(83%) contrast(87%);
}

.blockFirstOrder {
  position: relative;
  padding: 30px;
  float: left;
  width: 100%;
}
.blockFirstOrder .group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .blockFirstOrder .group {
    flex-direction: column;
  }
}
.blockFirstOrder .content {
  width: 50%;
}
@media (max-width: 1400px) {
  .blockFirstOrder .content {
    width: 100%;
  }
}
.blockFirstOrder .content p {
  font-size: 16px;
  color: #000000;
}
.blockFirstOrder .content h1 {
  color: #0a3627;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.blockFirstOrder .content small {
  float: left;
  width: 100%;
  padding-top: 20px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
.blockFirstOrder .bannerMobile {
  text-align: center;
  display: none;
  max-width: 100%;
}
.blockFirstOrder .bannerMobile img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .blockFirstOrder .bannerMobile {
    display: block;
    margin-bottom: 20px;
  }
}
.blockFirstOrder .banner {
  text-align: center;
  padding-top: 40px;
  display: block;
}
@media (max-width: 576px) {
  .blockFirstOrder .banner {
    display: none;
  }
}
.blockFirstOrder .divDisable {
  background: lightgray;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 10px;
}
.blockFirstOrder .divButton {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(153, 153, 153, 0.25);
  padding: 15px;
}
.blockFirstOrder .divButton .button {
  color: white;
  background-color: #2864AE;
  line-height: 22px;
  font-size: 18px;
  border-radius: 10px;
  margin: auto;
  max-width: 370px;
  max-height: 100px;
  padding: 20px;
  text-align: center;
  position: relative;
  top: calc(50% - 30px);
}

.welcomeMessage {
  float: left;
  width: 100%;
  background-image: linear-gradient(to top, #005739, #002d1e);
  border-radius: 10px;
  padding: 35px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .welcomeMessage {
    margin-top: -10px;
  }
}
.welcomeMessage:before {
  position: absolute;
  top: -10px;
  left: -15px;
  right: -15px;
  background: #ffffff;
  content: "";
  display: block;
  height: 10px;
  border-radius: 10px 10px 0 0;
}
.welcomeMessage label {
  font-size: 18px;
  color: #00FE8B;
  font-weight: 600;
}
.welcomeMessage h1 {
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
}
.welcomeMessage p {
  color: white;
  font-size: 20px;
  line-height: 1.73;
}
.welcomeMessage p:last-child {
  margin-bottom: 0;
}
.welcomeMessage .textWelcomeMessage {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .welcomeMessage .textWelcomeMessage {
    padding-right: 0;
  }

  .welcomeMessage .textWelcomeMessage p {
    display: none;
  }
}
.welcomeMessage .imageWelcomeMessage {
  right: 20px;
  width: 50%;
  max-width: 583px;
  flex: 0 1 auto;
  margin-top: -50px;
  margin-right: -50px;
  margin-bottom: -65px;
  z-index: 1;
}
.welcomeMessage .imageWelcomeMessage img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .welcomeMessage .imageWelcomeMessage {
    display: none;
  }
}
.welcomeMessage.-user {
  background-image: url("../images/bg-consultant.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .welcomeMessage.-user {
    background-image: linear-gradient(to top, #005739, #002d1e);
  }
}
.welcomeMessage.-user .textWelcomeMessage {
  max-width: 795px;
}
@media (max-width: 992px) {
  .welcomeMessage.-user .textWelcomeMessage {
    max-width: initial;
  }
}
.welcomeMessage.-user .imageWelcomeMessage {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  align-self: flex-start;
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  max-width: 33.3333333333%;
}
.welcomeMessage.-user .imageWelcomeMessage img {
  max-width: 450px;
}
@media (max-width: 1400px) {
  .welcomeMessage.-user .imageWelcomeMessage {
    max-width: 41.6666666667%;
  }
  .welcomeMessage.-user .imageWelcomeMessage img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .welcomeMessage.-user .imageWelcomeMessage {
    display: none;
  }
}
.welcomeMessage.-user .imageWelcomeMessage > .text-top-banner {
  color: #ffffff;
  background: #002d1e;
  border-radius: 0 0 6px 6px;
  padding: 8px 15px;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: -35px auto 20px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1400px) {
  .welcomeMessage.-user .imageWelcomeMessage > .text-top-banner {
    font-size: 11px;
  }
}
.welcomeMessage.-consultant {
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.9)), url("../images/background_login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
}
/*@media (max-width: 992px) {
  .welcomeMessage.-consultant {
    background-image: linear-gradient(to top, #005739, #002d1e);
  }
}*/
.welcomeMessage.-consultant .imageWelcomeMessage {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  max-width: 44%;
}
@media (max-width: 768px) {
  .welcomeMessage.-consultant .imageWelcomeMessage {
    max-width: initial;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
}

.card-infos {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  border-radius: 10px;
  background: #2864AE;
}
.card-infos .infos {
  flex: 1;
}
.card-infos .infos > .title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.card-infos .infos > .number {
  display: flex;
  height: 42px;
  align-items: center;
  line-height: 1.2;
  flex: 0 0 100%;
  white-space: nowrap;
}
.card-infos .infos > .number > .icon {
  margin-right: 10px;
  flex: 0 0 auto;
}
.card-infos .infos > .number > .icon img {
  width: 100%;
  max-width: 48px;
  height: auto;
  filter: invert(90%) sepia(10%) saturate(704%) hue-rotate(352deg) brightness(92%) contrast(98%);
}
.card-infos .infos > .number > .value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: 10px;
}
.card-infos .change {
  flex: 1;
  align-self: flex-end;
  display: flex;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}
.card-infos .change > .percent {
  display: flex;
  align-items: center;
}
.card-infos .change > .percent > .icon {
  margin-right: 8px;
}
.card-infos .change > .percent > .icon img {
  width: 100%;
  max-width: 32px;
  height: auto;
  filter: invert(90%) sepia(10%) saturate(704%) hue-rotate(352deg) brightness(92%) contrast(98%);
}
.card-infos .change > .percent > .value {
  font-weight: 700;
  font-size: 18px;
  margin-top: 4px;
  color: #101d4d;
}
.card-infos > .text {
  flex: 0 0 100%;
  font-size: 12px;
  color: #565656;
  text-align: right;
}
.card-infos.-red {
  background-color: crimson;
}
.card-infos.-red > .infos > .number > .value {
  color: #fff;
}
.card-infos.-red > .infos > .number > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-red > .change > .percent > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-red > .change > .percent > .value {
  color: #fff;
}
.card-infos.-yellow {
  background-color: #00FE8B;
}
.card-infos.-yellow > .infos > .number > .value {
  color: #fff;
}
.card-infos.-yellow > .infos > .number > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-yellow > .change > .percent > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-yellow > .change > .percent > .value {
  color: #fff;
}
.card-infos.-green {
  background-color: #101d4d;
}
.card-infos.-green > .infos > .number > .value {
  color: #fff;
  font-size: 24px;
}
.card-infos.-green > .infos > .number > .icon img {
  filter: invert(86%) sepia(34%) saturate(156%) hue-rotate(107deg) brightness(91%) contrast(83%);
}
.card-infos.-green > .change > .percent > .icon img {
  filter: invert(86%) sepia(34%) saturate(156%) hue-rotate(107deg) brightness(91%) contrast(83%);
}
.card-infos.-green > .change > .percent > .value {
  color: #fff;
}
.card-infos.-blue {
  background-color: #2864AE;
}
.card-infos.-blue > .infos > .number > .value {
  color: #fff;
}
.card-infos.-blue > .infos > .number > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-blue > .change > .percent > .icon img {
  filter: invert(96%) sepia(3%) saturate(1798%) hue-rotate(5deg) brightness(89%) contrast(94%);
}
.card-infos.-blue > .change > .percent > .value {
  color: #fff;
}

.laneWarningMessage {
  border-radius: 10px;
  display: block;
  color: white;
  background-color: #2864AE;
  font-size: 14px;
  width: 100%;
  padding: 15px;
}

.bg-menu-mobile {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
body.menu-show .bg-menu-mobile {
  opacity: 1;
  visibility: visible;
}

.menu-mobile {
  background-image: linear-gradient(to top, #101d4d, #002d1e);
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 300px;
  left: 0;
  z-index: 100;
  display: none;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  transform: translate(-100%, 0);
  transition: all 0.4s ease-in-out;
  background: transparent;
}
body.menu-show .menu-mobile {
  transform: translate(0, 0);
}
@media (max-width: 1200px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile .wrapper-links {
  overflow-y: auto;
  max-height: 100vh;
}
.menu-mobile .leftpanel {
  width: 100%;
}
.menu-mobile .leftpanel .plan-founder {
  margin: 80px 24px 24px;
}
.menu-mobile .links {
  font-size: 14px;
  font-weight: 600;
}
.menu-mobile .links a {
  color: #ffffff;
}
.menu-mobile .links ul, .menu-mobile .links .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile .links ul li, .menu-mobile .links .nav li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  border: none;
}
.menu-mobile .links ul li:last-child > a, .menu-mobile .links .nav li:last-child > a {
  border-bottom: none;
}
.menu-mobile .links ul li > a, .menu-mobile .links .nav li > a {
  display: flex;
  align-items: center;
  color: lightgray;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #101d4d;
  min-height: 58px;
}
.menu-mobile .links ul li > a:hover, .menu-mobile .links ul li > a:focus, .menu-mobile .links .nav li > a:hover, .menu-mobile .links .nav li > a:focus {
  background-color: transparent;
}
.menu-mobile .links ul li > a:hover i, .menu-mobile .links ul li > a:focus i, .menu-mobile .links .nav li > a:hover i, .menu-mobile .links .nav li > a:focus i {
  color: #ffffff;
}
.menu-mobile .links ul li > a span, .menu-mobile .links .nav li > a span {
  padding-left: 40px;
}
.menu-mobile .links ul li img, .menu-mobile .links ul li svg, .menu-mobile .links .nav li img, .menu-mobile .links .nav li svg {
  max-width: 24px;
  filter: invert(87%) sepia(23%) saturate(271%) hue-rotate(333deg) brightness(107%) contrast(98%);
  max-height: 24px;
  width: auto;
  height: auto;
  position: absolute;
  left: 24px;
}
.menu-mobile .links ul li i, .menu-mobile .links .nav li i {
  color: #ffffff;
  position: absolute;
  left: 27px;
  font-size: 19px;
  top: auto !important;
  width: initial !important;
  margin-right: initial !important;
  text-align: initial !important;
}
.menu-mobile .links ul li.inactive, .menu-mobile .links .nav li.inactive {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.menu-mobile .links ul li.inactive a, .menu-mobile .links .nav li.inactive a {
  cursor: not-allowed;
}
.menu-mobile .links ul li.active, .menu-mobile .links .nav li.active {
  background-color: #101d4d;
}
.menu-mobile .links ul li.active > a, .menu-mobile .links .nav li.active > a {
  color: #ffffff;
  border-bottom-color: transparent;
  background: transparent;
  margin-top: -1px;
}
.menu-mobile .links ul li.active img, .menu-mobile .links ul li.active svg, .menu-mobile .links .nav li.active img, .menu-mobile .links .nav li.active svg {
  filter: invert(36%) sepia(86%) saturate(1427%) hue-rotate(43deg) brightness(94%) contrast(102%);
}
.menu-mobile .links ul li.active .children, .menu-mobile .links .nav li.active .children {
  border-bottom-color: #101d4d;
  background: transparent;
}
.menu-mobile .links ul li.parent::after, .menu-mobile .links .nav li.parent::after {
  content: "\f0dd";
  display: block;
  position: absolute;
  top: 12px;
  right: 22px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
}
.menu-mobile .links ul li.parent-focus > a, .menu-mobile .links .nav li.parent-focus > a {
  border-bottom-color: transparent;
}
.menu-mobile .links ul li.parent-focus a, .menu-mobile .links .nav li.parent-focus a {
  background: transparent;
}
.menu-mobile .links ul li.parent-focus .children, .menu-mobile .links .nav li.parent-focus .children {
  background: transparent;
}
.menu-mobile .links .children {
  background: transparent;
}
.menu-mobile .links .children li {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
.menu-mobile .links .children li:first-child {
  border-top: none;
}
.menu-mobile .links .children li a {
  border-bottom: none;
  min-height: 48px;
  position: relative;
}
.menu-mobile .links .children li a i, .menu-mobile .links .children li a img {
  display: none;
}
.menu-mobile .links .children li a span {
  padding-left: 30px;
}
.menu-mobile .links .children li a:before {
  content: "\f054";
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 12px;
}

.header-mobile {
  background-color: #101D4D;
  position: sticky;
  display: none;
  z-index: 10;
}
@media (max-width: 1200px) {
  .header-mobile {
    display: flex;
  }
}
@media (max-width: 980px) {
  .user-dropdown img {
      filter: invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
  } 
}
.header-mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.header-mobile .logo {
  padding: 15px 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.header-mobile .logo img {
  max-width: 180px;
  max-height: 40px;
}
.header-mobile .logo > .version {
  text-align: right;
  width: 100%;
  color: #101d4d;
  font-size: 12px;
  font-weight: 600;
  margin-top: -5px;
}
.header-mobile .alert-notification {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
.header-mobile .user-dropdown {
  margin-left: 40px;
}
@media (max-width: 576px) {
  .header-mobile .user-dropdown {
    margin-left: 15px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #00FE8B;
}

.hamburger-box {
  width: 34px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pageheader {
  padding: 0;
  border-bottom: none;
  height: auto;
  box-shadow: none;
  margin-bottom: 15px;
}
.pageheader .pageicon {
  display: none;
}
.pageheader .breadcrumb {
  margin-bottom: 10px;
}
.pageheader h4 {
  font-weight: 700;
  color: #0a3627;
  font-size: 36px;
}
.pageheader p:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li {
  font-size: 12px;
  color: #929292;
}
.breadcrumb li a {
  color: #0a3627;
  font-weight: 600;
}
.breadcrumb li a i {
  color: #929292;
  font-size: 13px;
}
.breadcrumb li + li:before {
  content: "•";
  color: #0a3627;
}

.last-registrations .filterTable {
  display: none;
}

.copyright-footer {
  color: #000000;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 40px 50px 40px 395px;
}
@media (max-width: 576px) {
  .copyright-footer {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
}
.copyright-footer .copyright strong {
  color: #0a3627;
}
.copyright-footer .links-footer {
  color: #d7c7ac;
}
.copyright-footer .links-footer a {
  color: #00FE8B;
  font-weight: 700;
}
.copyright-footer .links-footer a:hover {
  color: #c27e57;
}

.badge-consultant {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}
@media (max-width: 768px) {
  .badge-consultant {
    font-size: 11px;
  }
}
.badge-consultant > .upload-image {
  flex: 0 0 auto;
}
.badge-consultant > .upload-image > .photo {
  border-radius: 50%;
  overflow: hidden;
  width: 16.25em;
  height: 16.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: lightgray;
  cursor: pointer;
  position: relative;
  background: url("../images/bg-foto-selo.png") no-repeat;
  background-size: cover;
}
.badge-consultant > .upload-image > .photo .user-photo {
  position: absolute;
  left: 0.4375em;
  top: 0.4375em;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc(100% - 0.9375em);
  width: 100%;
}
.badge-consultant > .upload-image > .photo > .icon {
  margin-bottom: 0.625em;
  width: 2.5em;
  flex: 0 0 2.5em;
  filter: invert(56%) sepia(67%) saturate(320%) hue-rotate(337deg) brightness(92%) contrast(83%);
}
@media (max-width: 992px) {
  .badge-consultant > .upload-image > .photo > .icon {
    flex: 0 0 1.875em;
    width: 1.875em;
  }
}
.badge-consultant > .upload-image > .photo > .text {
  color: #00FE8B;
  font-size: 0.875em;
  text-align: center;
  max-width: 10.625em;
}
@media (max-width: 992px) {
  .badge-consultant > .upload-image > .photo > .text {
    font-size: 0.75em;
  }
}
.badge-consultant > .upload-image > .download {
  text-align: center;
  margin-top: 15px;
}
.badge-consultant > .upload-image > .download .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.badge-consultant > .ranking-consultant {
  background: url("../images/selo.png") no-repeat;
  align-self: flex-end;
  height: 11.625em;
  width: 11.5625em;
  display: flex;
  align-items: flex-end;
  margin-left: -3.1875em;
  z-index: 1;
  background-size: contain;
  color: lightgray;
  font-family: "Georgia", serif;
  font-weight: 700;
  text-align: center;
  font-size: 0.875em;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  padding-bottom: 1.25em;
  line-height: 1.2;
  flex: 0 0 auto;
}

.badge-consultant-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  position: relative;
}
.badge-consultant-v2:before, .badge-consultant-v2:after {
  content: "";
  display: block;
  position: relative;
  height: 100%;
  flex: 0 0 81px;
  width: 81px;
  /*background: url("../images/sou-organu.png") no-repeat center top 20%;*/
  background-size: contain;
}
@media (max-width: 768px) {
  .badge-consultant-v2 {
    font-size: 14px;
  }
  .badge-consultant-v2:before, .badge-consultant-v2:after {
    flex: 0 0 60px;
    width: 60px;
  }
}
@media (max-width: 576px) {
  .badge-consultant-v2 {
    font-size: 10px;
  }
  .badge-consultant-v2:before, .badge-consultant-v2:after {
    flex: 0 0 30px;
    width: 30px;
  }
}
.badge-consultant-v2 > .upload-image {
  flex: 0 0 auto;
  margin: 0 10px;
}
.badge-consultant-v2 > .upload-image > .photo {
  border-radius: 50%;
  overflow: hidden;
  width: 16.25em;
  height: 16.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: lightgray;
  cursor: pointer;
  position: relative;
  background: url("../images/bg-foto-selo.png") no-repeat;
  background-size: cover;
}
.badge-consultant-v2 > .upload-image > .photo .user-photo {
  position: absolute;
  left: 0.4375em;
  top: 0.4375em;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc(100% - 0.9375em);
  width: 100%;
}
.badge-consultant-v2 > .upload-image > .photo > .icon {
  margin-bottom: 0.625em;
  width: 2.5em;
  flex: 0 0 2.5em;
  filter: invert(56%) sepia(67%) saturate(320%) hue-rotate(337deg) brightness(92%) contrast(83%);
}
@media (max-width: 992px) {
  .badge-consultant-v2 > .upload-image > .photo > .icon {
    flex: 0 0 1.875em;
    width: 1.875em;
  }
}
.badge-consultant-v2 > .upload-image > .photo > .text {
  color: #00FE8B;
  font-size: 0.875em;
  text-align: center;
  max-width: 10.625em;
}
@media (max-width: 992px) {
  .badge-consultant-v2 > .upload-image > .photo > .text {
    font-size: 0.75em;
  }
}
.badge-consultant-v2 > .upload-image > .download {
  text-align: center;
  margin-top: 15px;
}
.badge-consultant-v2 > .upload-image > .download .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mr0 {
  margin-right: 0;
}

.ml0 {
  margin-left: 0;
}

.mt0 {
  margin-top: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.pb0 {
  padding-bottom: 0;
}

.last-registrations {
  min-height: 400px;
}

.panel-heading {
  padding: 18px 20px 20px;
  position: relative;
  border-radius: 10px;
}

.panel-dark-head .panel-heading {
  background-color: #00FE8B;
}

.panel-info-alt .panel-heading {
  background-color: #2864AE;
  color: #fff;
}

.panel-success-green .panel-heading {
  background-color: #101d4d;
  color: #fff;
}

.row-stat .panel .panel-heading {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 10px;
}

.alert-info {
  color: #fff;
  background-color: #2864AE;
  border-color: #2864AE;
}

.alertBox {
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.btn-info {
  color: #fff;
  background-color: #101d4d;
  border-color: #000;
}

#reportSearch label {
  font-weight: normal;
  margin-bottom: 5px !important;
  color: white;
}

.text-info {
  color: #00FE8B;
}