body {
  min-height: 900px;
  background-color: #f5f8fa;
}

.container-fluid {
  max-width: 1170px;
}

a:focus,
a:hover {
  text-decoration: none;
}

a.disabled {
  color: #aaaaaa;
  pointer-events: none;
}

.h1,
h1 {
  font-size: 24px;
  margin-top: 20px;
}

.h2,
h2 {
  font-size: 20px;
  margin-top: 20px;
}

.h3,
h3 {
  font-size: 16px;
  margin-top: 16px;
}

h4 {
  margin-bottom: 12px;
}

select[multiple],
select[size] {
  text-indent: 3px;
  padding-top: 5px;
  border-color: #dddddd;
}

select[multiple]:focus,
select[size]:focus {
  outline: none !important;
}

.navbar .divider-vertical {
  height: 50px;
  margin: 0 5px;
  border-right: 1px solid #666666;
}

.sub-navbar .divider-vertical {
  height: 20px;
  margin: 10px 5px 0 5px;
  border-right: 1px solid #dddddd;
}

.panel-heading {
  font-weight: 700;
}

.fc-green {
  color: green;
}

.fc-red {
  color: red;
}

.tr-marked {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .navbar-collapse .nav > .divider-vertical {
    display: none;
  }

  #app-main-navbar .navbar-nav > li > .dropdown-menu {
    margin-left: 0;
    padding-left: 20px;
  }
}

#title-bar {
    margin-top: 5px;
    margin-bottom: 5px;
}

.title-bar-logo {
    margin-left: 20px;
}

.title-bar-header {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 150%;
}

#app-main-navbar {
  margin: 0;
  background-color: #4d7db3;
  border-color: #4c66a4;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  #app-main-navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  #app-main-navbar .navbar-nav > li > .dropdown-menu {
    margin-left: -80px;
  }
}

.navbar-toggle .icon-bar {
  background-color: #cfcfdf;
}

#app-main-navbar .navbar-nav > li > .dropdown-menu {
  background-color: #4d7db3;
}

#app-main-navbar .navbar-nav li a {
  color: #cfcfdf;
  background-color: #4d7db3;
  padding: 16px 8px 14px 8px;
}

#app-main-navbar .navbar-nav li.active a {
  color: #ffffff;
  background-color: #1a3868;
}

#app-main-navbar .navbar-nav li a:focus,
#app-main-navbar .navbar-nav li a:hover {
  color: #ffffff;
}

.navbar-form .form-control {
  margin-left: 3px;
  margin-right: 3px;
}

#app-main-navbar .dropdown-menu li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.sub-navbar {
  padding-top: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.sub-navbar .nav-tabs li.active a,
.sub-navbar .nav-tabs li.active a:focus,
.sub-navbar .nav-tabs li.active a:hover {
  border: 1px solid #e7e7e7;
  border-top: 2px solid #4d7db3;
  border-bottom: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding-top: 6px;
  margin-top: 3px;
}

.sub-navbar .nav-tabs {
  border-bottom: none;
}

.sub-navbar-sub-page {
  border-right: none;
  border-top: none;
}

.app-box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ea-text {
  padding-left: 20px;
}

.code,
code {
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.hr-text::before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text::after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  background-color: #ffffff;
}

.app-top-alert {
  padding: 5px 10px;
}

.position-header {
    font-size: 180%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

#app-main-legal-strip {
  margin: 0;
}

#app-main-container {
  margin-bottom: 50px;
}

.alert a.close {
  margin-top: 5px;
}

.app-tab-panel {
  margin-bottom: 30px;
  border-top: none;
  border-top-left-radius: 0;
}

.app-tabs {
  border: none;
  border-radius: 0;
  margin-bottom: 3px;
}

.app-tabs > li > a {
  border: none;
  border-radius: 0;
  font-size: 14px;
}

.app-tabs > li.active > a,
.app-tabs > li.active > a:focus,
.app-tabs > li.active > a:hover {
  border: none;
  font-weight: bold;
}

.app-tabs > li.active > a {
  background-color: #f5f8fa;
}

.list-group {
  margin-bottom: 10px;
}

.list-group-item {
  margin-bottom: 3px;
}

.app-button-text {
  margin-left: 9px;
}

.app-toolbar-brand {
  min-width: 6em;
  font-size: 24px;
}

.app-info-panel-body {
  padding: 0;
}

.app-info-table {
  margin-bottom: 0;
}

.app-info-table tbody tr td {
  border-top: none;
  padding: 8px 4px 8px 16px;
}

.app-home-sub-header {
  margin-top: 35px;
  margin-bottom: 30px
}

.app-best-features p {
  margin-bottom: 15px
}

.change-pass-alert {
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  border: none;
}


.app-strategy-slot:hover {
  background: #f0f8ff !important;
}

.app-properties-slot {
  background: #c4be90;
}

.app-open-filter-slot {
  background: #d0dfd4;
}

.app-close-filter-slot {
  background: #f0dfda;
}

.app-close-filter-slot:hover {
  background: #f0f8ff;
}

.app-slot-close-button {
  float: right;
  margin-top: -5px;
  margin-right: -10px;
  color: #9d9d9d;
}

.app-slot-close-button:hover {
  color: #e73c3c;
}

.app-central-column {
  border-left: #eeeeee solid 1px;
}

.app-sidebar li.active {
  background-color: #eeeeee;
}

.app-sidebar li.active > a {
  color: #333333;
}

.app-sidebar li > a {
  padding: 5px 15px;
}

.app-side-bar-label {
  margin-top: 20px !important;
}

.page-is-busy {
  background-color: darkred !important;
}

.hand-on-hover {
  cursor: pointer;
}

#data-import-dropzone {
  min-height: 150px;
  border: 1px solid #0087f7;
  box-sizing: border-box;
  border-radius: 5px;
  background: white;
  padding: 20px 50px;
  cursor: pointer;
}

#data-import-dropzone.hover {
  background-color: #a0d8ff;
  border: 2px solid #0087f7;
}

#checkout-view h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.app-checkout-box {
  text-align: center;
}

.app-checkout-box .panel-body {
  padding: 0;
}

.app-checkout-box .total-price-h {
  font-size: 15px;
  padding: 15px 0 10px 0;
  background-color: #f5f5f5;
}

.app-checkout-box .total-price {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
}

.app-checkout-box .plan-description {
  margin-top: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.app-checkout-box .monthly-price {
  margin: 10px 5px 25px 5px;
  font-size: 18px;
  font-weight: 500;
}

.checkbox-inline {
  margin-top: -25px;
  margin-right: 10px;
}
.checkbox input[type=checkbox] {
  margin-top: 3px;
}

h4.panel-title {
  display: inline
}

.opt-param-min,
.opt-param-max,
.opt-param-step {
  min-width: 50px;
  max-width: 75px;
  padding: 6px 1px 6px 0;
  text-align: right;
}

.form-control-close-button {
  float: right;
  margin-top: -27px;
  margin-right: -5px;
  color: #9d9d9d;
}

.form-control-close-button:hover {
  color: #e73c3c;
  cursor: pointer;
}

.app-text-page-content {
  background-color: #ffffff;
  padding: 0 25px;
}

.app-text-page-content p {
  margin: 20px 0;
}

.app-text-page-content h2 {
  margin-bottom: 20px;
}

.app-text-page-content img {
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 90%;
}

#sub-page-container {
  margin-bottom: 50px;
}

.navbar-toggle .icon-bar {
  background-color: #cfcfdf;
}

.navbar-toggle {
  margin-left: 30px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

#app-navbar {
  position: inherit;
}

