.easyfeedcolorstock {
  color: #a3e1d4;
  color: #b5b8cf;
  color: #e0a3af;
  color: #e0bba3;
  color: #cebcb5;
  color: #ceb5bd;
  color: #a3c8e0;
  color: #c7a3e0;
  color: #9b9b9b;
  color: #dedede;
  color: #ceb5cc;
  color: #cecbb5;
  color: #b5cec6;
  color: #b5ceb7;
  color: #e0a3d5;
  color: #e0e0a3;
  color: #b5c7ce;
  color: #b1b1b1;
  color: #a3e0ae;
  color: #a3a3e0;
  color: #bce0a3;
  color: #c2ceb5;
  color: #c1b5ce;
  color: #fe4164;
}

.payment-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec;
}

.payment-icon-big {
  font-size: 60px;
}

.payments-method.panel-group .panel + .panel {
  margin-top: -1px;
}

.payments-method .panel-heading {
  padding: 15px;
}

.payments-method .panel {
  border-radius: 0;
}

.payments-method .panel-heading h5 {
  margin-bottom: 5px;
}

.payments-method .panel-heading i {
  font-size: 26px;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-dialog.modal-medium {
  width: 60%;
  max-height: 60%;
  max-width: 60%;
}

.modal-dialog.modal-tAndC {
  width: 90%;
  max-height: 90%;
  max-width: 90%;
}

.modal-dialog.modal-service {
  width: 70%;
  max-height: 90%;
  max-width: 90%;
}

.modal-dialog.modal-filter {
  width: 60%;
}

.modal-body {
  height: 400px;
  overflow-y: auto;
}

.modal-body-large {
  height: 450px;
  overflow-y: auto;
}

.modal-body-xlarge {
  height: 550px;
  overflow-y: auto;
}

.modal-body-small {
  height: 300px;
  overflow-y: auto;
}

.modal-body-xsmall {
  height: 230px;
  overflow-y: auto;
}

.modal-body-xxsmall {
  height: 100px;
  overflow-y: auto;
}

.waitingmodal {
  display: block;
  position: fixed;
  z-index: 2050 !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/ajax-loader.gif) 50% 50% no-repeat
    rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.hide-it,
.waitingmodal.hide-it,
span.hide-it {
  display: none !important;
}

.parallax {
  background-image: url(../img/landing/about.png);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.input-group .form-control {
  margin: 0 !important;
}

.input-group .input-group-addon {
  line-height: 1 !important;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

label {
  font-weight: 700;
}

/*.btn {
    font-size: 14px;
}*/

ul.nav-second-level {
  background: none;
}

.mini-navbar .nav .nav-second-level {
  background-color: #333333;
}

.modal-header {
  display: block;
}

.inmodal .modal-header {
  padding: 25px 15px;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

small {
  font-size: 85%;
}

.form-inline {
  display: block;
}

div.dataTables_length select {
  font-size: 11px;
}

.dataTables_paginate {
  float: right;
}

.dropdown-menu .inner {
  display: block;
}

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

.form-inline label {
  justify-content: normal;
}

.dataTables_filter {
  display: inline-block;
  float: left;
}

.dashboard-cost-pivot .pvtUiCell {
  display: none;
}

.nav {
  display: block;
}

.nav.nav-tabs li {
  position: relative;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter label {
  float: left;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: 0 0;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.pull-right {
  float: right;
}

.form-group h5 {
  font-size: 11px;
}

.pagination {
  float: right;
}

.popover-body {
  max-width: 30em;
  max-height: 30em;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 9px 14px;
  color: #676a6c;
}

.expand-link-dropzone {
  position: relative;
}

.expand-link-files {
  position: relative;
}

.nav .navbar-top-links .navbar-left {
  margin-right: 300px;
}

.ibox-title .label {
  position: initial;
  float: right;
}

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
  top: -1px;
}

.navbar.navbar-static-top {
  display: block;
}

.navbar-top-links {
  display: inline-block;
}

.navbar-right {
  float: right;
}

.contact-box.center-version {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.dataTables_length {
  float: none;
}

.dataTables_info {
  float: left;
}

.tabs-container .nav-tabs {
  display: flex;
}

.file-control {
  margin-left: 2px;
}

a {
  color: #337ab7;
}

.modal-body,
.modal-body-large,
.modal-body-small,
.modal-body-xsmall,
.modal-body-xxsmall {
  padding: 20px 30px 30px;
}

.inmodal .modal-body,
.modal-body-large,
.inmodal .modal-body-small,
.inmodal .modal-body-xsmall,
.inmodal .modal-body-xxsmall {
  background: #f8fafb;
}

.modal-body-xxsmall {
  min-height: 200px;
}

.modal-body-xsmall {
  min-height: 320px;
}

.inmodal .modal-icon {
  margin-right: -32px;
}

body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #333;
  font-size: 13px;
  color: #676a6c;
}

.nav-header {
  padding: 33px 25px;
  background: url(patterns/header-profile-black.png) no-repeat;
}

.nav > li.active > a {
  color: #fff;
}

.nav > li.active {
  border-left: 4px solid #19aa8d;
  background: #222222;
}

.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
}

.nav.navbar-right > li > a {
  color: #999c9e;
}

.nav > li.active > a {
  color: #fff;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
  background-color: #222222;
  color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #fff;
}

.nav.navbar-top-links > li > a:focus,
.nav.navbar-top-links > li > a:hover,
.navbar-default {
  background-color: transparent;
}

.navbar {
  border: 0;
}

.navbar-default {
  border-color: #2f4050;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 10px;
}

.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

.dropdown-menu {
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  left: 0;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  color: #676a6c;
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.clients-list {
  margin-top: 20px;
}

.clients-list .tab-pane {
  position: relative;
  height: 600px;
}

.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}

.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:focus,
.clients-list .nav-tabs > li.active > a:hover {
  border-bottom: 1px solid #fff;
}

.navbar-static-top h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c84c6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.default {
  background-color: grey;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(26, 179, 148);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.global-select-option {
  font-weight: 700 !important;
}

.global-select-option:focus,
.global-select-option:hover {
  color: white;
  background-color: #1ab394;
}

.solution-picker-btn:hover,
.dropdown.bootstrap-select.show > .solution-picker-btn {
  background-color: #f5f5f5;
  color: #262626;
}

.solution-picker > .dropdown > div > div > .dropdown-menu > .active > a {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.solution-picker-data-license {
  font-weight: 700;
  color: white;
  background-color: black;
}

.solution-picker-terminal {
  font-weight: 700;
  color: #ffa028;
  background-color: black;
}

.solution-picker-bi {
  font-weight: 700;
  color: black;
  background-color: #c7a3e0;
}

.solution-picker-bouncer {
  font-weight: 700;
  color: white;
  background-color: #b31a39;
}

.solution-picker-powerhub {
  font-weight: 700;
  color: white;
  background-color: #1ab394;
}

.solution-picker-simulation {
  font-weight: 700;
  color: white;
  background-color: #5f021f;
}

.navbar-top-links li.disabled,
.navbar-top-links li:disabled {
  background-color: silver;
  cursor: not-allowed;
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.table-underligned-silver {
  color: silver;
  font-style: italic;
}

.table-underligned-red {
  color: #ed5565;
}

.table-underligned-green {
  color: #1ab394;
}

.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}

.donut-content,
.easypiechart,
.logo-element,
button.dim {
  text-align: center;
}

.logo-element {
  background-color: #333;
}

.flot-chart {
  display: block;
  height: 200px;
}

.flot-chart-medium {
  display: block;
  height: 210px;
}

.flot-chart-big {
  display: block;
  height: 300px;
  width: 100%;
}

.flot-chart-small {
  display: block;
  height: 65px;
}

.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}

.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}

.donut-content {
  height: 250px;
}

.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}

.hr-line {
  border-top: 1px solid #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

.font-noraml {
  font-weight: 400;
  vertical-align: middle;
}

.table {
  color: #676a6c;
}

tbody tr.even:hover,
tbody tr.even td.highlighted,
tbody tr.odd:hover,
tbody tr.odd td.highlighted,
tr.even:hover,
tr.even:hover td.sorting_1,
tr.even:hover td.sorting_2,
tr.even:hover td.sorting_3,
tr.odd:hover,
tr.odd:hover td.sorting_1,
tr.odd:hover td.sorting_2,
tr.odd:hover td.sorting_3 {
  color: #676a6c;
}

.h3-graph-res {
  margin-top: 0px !important;
  padding-top: 10px !important;
}

/*report icons stack*/
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 5em;
  line-height: 4em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
}
.icon-stack-1x {
  line-height: inherit;
  position: absolute;
  left: 8px;
  top: -11px;
}
.icon-stack-2x {
  font-size: 2em;
  top: 25px;
}
.icon-stack-3x {
  left: -12px;
  font-size: 5em;
}

.chat,
.dropdown-menu,
.stat-list,
.todo-list {
  list-style: none;
}

.navbar-static-top .dropdown-menu .no-ef:not {
  right: auto;
  left: auto;
}

.dropdown-item-nopadding {
  padding: 0;
}

.btn-grey {
  color: inherit;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
}

.navbar-margin-10 {
  margin-top: -10px;
}

.modal-dialog {
  max-width: 600px;
  margin: 30px auto;
}

.dropdown-menu > li > a {
  margin-top: 4px;
  margin-left: 0px;
  margin-bottom: 4px;
  margin-right: 0px;
}

.hr-line-dashed-10 {
  border-top: 1px dashed;
  height: 1px;
  margin: 10px 0;
}

.hr-line-dashed-5 {
  border-top: 1px dashed;
  height: 1px;
  margin: 5px 0;
}

#schedTimePicker .timepicker-picker table td a span,
#schedTimePicker .timepicker-picker table td,
#schedTimePicker .timepicker-picker table td span {
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  padding: 0px !important;
}

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

.chosen-container {
  width: 100% !important;
}
.chosen-container .chosen-results {
  max-height: 200px;
}

.chosen-container ul.chosen-results li.highlighted {
  background-color: rgb(26, 179, 148);
  background-image: none;
}

.nav-header-simul {
  padding: 33px 25px;
  background: url(patterns/header-profile-simul.png) no-repeat;
}

/* custom styles and animations */
.menu-toggle {
  margin: 15px 0px 10px 0px;
  cursor: pointer;
}
.body-small .menu-toggle {
  display: none;
}
.body-small .footer {
  margin: 0 0 0 70px !important;
}
.menu-toggle.close-menu span {
  opacity: 1;
  transform: rotate(-45deg);
}
.menu-toggle.close-menu span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(45deg);
}
.menu-toggle.close-menu span:nth-last-child(2) {
  opacity: 0;
}
.menu-toggle.close-menu {
  position: absolute;
  margin-left: 190px;
  display: block;
  z-index: 902;
}
.menu-toggle span {
  margin: 0 auto;
  display: block;
  width: 28.28px; /* needs to be 1/cos(45°) * complete height (complete height = (2 * span-height) + (2 * margin)) */
  height: 2px;
  margin-bottom: 8px;
  position: relative;

  background: white;
  border-radius: 3px;

  z-index: 1;

  transform-origin: left center;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.company-logo-45 {
  height: 45px;
}

.company-logo-36 {
  height: 36px;
}

.company-logo-border {
  border: solid #000;
  border-width: 1px;
  border-radius: 50%;
}

.company-logo-32 {
  height: 32px;
}

.edit-view-button {
  color: #1ab394;
  display: inline-block;
  font-weight: bold;
}

#userSettingsDropdown {
  right: 20px;
  padding: 10px;
}

#logo-admin {
  text-align: center;
  font-size: 24px;
  color: white;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
}

#logo-admin span:nth-child(2) {
  color: rgb(26, 179, 148);
}

body.mini-navbar .expand-element {
  display: none;
}

body.canvas .expnad-element {
  display: inline-block;
}

.navbar-top-links a {
  color: #676a6c;
}

.nav-elements > span.separator {
  border-right: 1px solid #6f7782;
  top: 3px;
  position: relative;
  bottom: 3px;
  height: 14px;
}

.nav-elements > div > a {
  padding: 0;
  white-space: nowrap;
}

a.connect-account-id > span {
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 5px 0px 0px 0px !important;
  margin-right: 16px;
  margin-top: 10px;
  color: #676a6c !important;
}

.nav-elements > div.dropdown > .dropdown-menu a.active,
.nav-elements > div.dropdown > .dropdown-menu a:hover,
a.connect-account-id.active > span,
a.connect-account-id:hover > span {
  border-bottom: 2px solid rgb(26, 179, 148);
  color: rgb(26, 179, 148) !important;
}

.accounts-dropdown > li > a:hover {
  background-color: #ffffff;
}

.navbar-brand.absolute {
  position: absolute;
  top: 6.5px;
  left: 5px;
  padding: 10px;
  border: 1px solid #151b26;
  color: #151b26;
  border-radius: 15px;
  font-size: smaller;
}

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

.navbar-static-top h2 {
  color: #151b26;
  font-weight: normal;
  margin-left: 8px;
}

nav.main-nav {
  height: 63px;
  border-bottom: 1px solid #d2d2d2;
  color: #6f7782;
}

nav.main-nav a {
  color: #6f7782;
}

nav.main-nav ul.navbar-top-links.centered {
  position: absolute;
}

nav.services-nav {
  border-bottom: 1px solid #d2d2d2;
  color: #6f7782;
}

nav.services-nav > .navbar-top-links > li > p {
  font-size: 12px;
  cursor: pointer;
  margin: 0;
  color: #6f7782;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* sticky navbar */
.nav-wrapper-top {
  position: fixed;
  width: calc(100% - 70px);
  background: white;
  z-index: 900;
  transition: width 0.4s;
}
.nav-wrapper-top-expanded {
  width: calc(100% - 220px);
}

.nav-wrapper-side {
  position: fixed;
  z-index: 901;
  background: #333;
  width: 70px;
  transition: width 0.4s;
}

.nav-wrapper-side-expanded {
  width: 220px;
}

#page-wrapper {
  background-color: white;
}

.ibox-title {
  background-color: #f2f2f2;
  border-color: #d2d2d2;
}

.ibox-content {
  border-color: #d2d2d2;
}

.metismenu .arrow {
  display: none;
}

.metismenu li.active .arrow,
.metismenu:hover .arrow {
  display: block;
}

.user-settings {
  color: #676a6c !important;
  width: fit-content;
}

.user-settings a.dropdown-item {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #676a6c !important;
  font-size: 14px;
}

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

#accountsExpand,
#multiaccountExpand,
#settingsExpand {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px 8px;
  color: #676a6c;
}

@media (min-width: 768px) {
  #settingsNav {
    display: none;
  }
}

.big-input {
  width: 500px !important;
}

.text-cursor > h3 > a,
.text-cursor > h2 > a {
  cursor: text;
}

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

.default-sid-service-row {
  color: silver;
  font-style: italic;
  font-weight: bold;
}

.google-visualization-charteditor-dialog.modal-dialog {
  pointer-events: all;
  box-sizing: inherit;
  max-width: 1200px;
  height: auto;
  width: auto;
}

.modal-dialog.anti-gchart {
  color: #676a6c;
  padding: 0px 0px;
  position: initial;
}

.pvtRendererArea > div > div > .node {
  border: solid 1px white;
  font: 10px sans-serif;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  text-indent: 2px;
}

@keyframes highlight {
  0% {
    background-color: #28b594;
  }
  100% {
    background-color: transparent;
  }
}

.label-program {
  background-color: #2a2e36;
  color: white;
}

#verif-upload {
  border-radius: 15px;
}

@keyframes highlight {
    0% {
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: .5em;
      padding-right: .5em;
      border-radius: 0.3em;
      background: transparent;
      background-color: rgba(255, 225, 0, 0.7);
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
    100% {
        background-color: none;
    }
}

.highlight {
    animation-name: highlight;
    animation-delay: .75s;
    animation-duration: 5s;
    animation-timing-function: easy-in;
}
