#main {
  min-height: initial;
  padding-bottom: 0;
  padding-top: 50px;
}
#logo {
  margin-top: 10px !important;
  width: auto;
}
#logo img {
  width: 35px !important;
}
#logo-text {
  margin-top: 10px;
}
#logo-text span {
  font-style: italic;
  color: #0067B1;
}
#logo-text span:first-child {
  font-weight: 500;
  font-size: 1.2em;
}
#logo-text span:last-child {
  float: right;
  margin-top: -5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.dataTables_wrapper {
  margin-top: 10px;
}
.dataTables_wrapper .form-inline {
  margin-right: 10px;
}
.dataTables_info {
  padding-bottom: 9px;
}
.dataTables_length {
  margin-bottom: -5px;
  width: 100%;
}
.dataTables_length label {
  margin-bottom: 0;
}
.dataTables_filter .input-group.reduced-width input {
  width: 130px;
}
@media (max-width: 767px) {
  #dataTableFilter {
    display: flex;
    justify-content: space-between;
  }
}
#dataTableFilter .pull-left,
#dataTableFilter .pull-right {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #dataTableFilter .pull-left .btn-primary,
  #dataTableFilter .pull-right .btn-primary {
    padding: 4px 8px;
  }
}
#dataTableFilter .pull-left > *,
#dataTableFilter .pull-right > * {
  display: inline-block;
}
@media (max-width: 767px) {
  #dataTableFilter .pull-left > * i,
  #dataTableFilter .pull-right > * i {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  #dataTableFilter .pull-left > * i + span,
  #dataTableFilter .pull-right > * i + span {
    display: none;
  }
}
#dataTableFilter .pull-left > *:not(:last-child),
#dataTableFilter .pull-right > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #dataTableFilter .pull-left > *:not(:last-child),
  #dataTableFilter .pull-right > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #dataTableFilter .pull-right > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #dataTableFilter .search_wrap {
    display: inline-block;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  #dataTableFilter .search_wrap a.btn.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #dataTableFilter .search_wrap a.btn.btn-primary span {
    display: none;
  }
}
.vertical-align-middle {
  vertical-align: middle !important;
}
#usersManagementGrid table thead th {
  max-width: 150px !important;
}
#usersManagementGrid table tbody td {
  vertical-align: middle;
  word-wrap: break-word;
  max-width: 150px;
}
#usersManagementGrid table tbody td:last-of-type {
  white-space: nowrap;
  max-width: 250px;
}
.form-horizontal .form-value {
  text-align: left;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-label {
  font-weight: bold;
}
.ui-widget.ui-spinner {
  overflow: inherit;
}
.ui-datepicker td.ui-datepicker-today:not(.ui-datepicker-current-day):not(.ui-state-disabled):not(:hover) {
  background-color: black;
}
.ui-datepicker td.ui-datepicker-today:not(.ui-datepicker-current-day):not(.ui-state-disabled):not(:hover) .ui-state-highlight {
  background-color: white;
  color: black;
  text-shadow: none;
}
.ui-datepicker td .ui-state-active {
  background-color: #A90329;
  color: white;
}
.ui-datepicker td .ui-state-active:hover {
  background-color: #428BCA;
}
#content {
  margin-bottom: 52px;
  /* footer height */
}
#content .jarviswidget {
  margin: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #content .jarviswidget .container-fluid {
    padding: 0;
  }
}
#configurationForm .alert-danger,
#holidays .alert-danger {
  margin: 15px 0 0 0;
}
#configurationForm .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #configurationForm .inline-block {
    width: 100%;
  }
}
#configurationForm label:not(.checkbox-inline) {
  width: 230px;
  text-align: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #configurationForm label:not(.checkbox-inline) {
    width: 100%;
    text-align: left;
    margin-right: 0px;
  }
}
#configurationForm textarea {
  height: 102px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #configurationForm textarea {
    width: 100%;
  }
}
#configurationForm input[type=text],
#configurationForm select {
  height: 32px;
  line-height: 32px;
  width: 200px;
}
@media (max-width: 767px) {
  #configurationForm input[type=text],
  #configurationForm select {
    width: 100%;
  }
}
#configurationForm input[type=text],
#configurationForm select,
#configurationForm textarea {
  padding: 5px 10px;
  border: 1px solid #BDBDBD;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
#configurationForm input[type=text]:hover,
#configurationForm select:hover,
#configurationForm textarea:hover {
  border-color: #5D98CC;
}
#configurationForm input[type=text]:focus,
#configurationForm select:focus,
#configurationForm textarea:focus {
  border-color: #0068b3;
}
#configurationForm h3 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#configurationForm #powerhouseSection textarea {
  width: 200px;
}
@media (max-width: 767px) {
  #configurationForm #powerhouseSection textarea {
    width: 100%;
  }
}
#configurationForm #powerhouseProSection .form-group:nth-of-type(3) label {
  position: relative;
  top: 5px;
}
#configurationForm #powerhouseProSection textarea {
  width: 200px;
}
@media (max-width: 767px) {
  #configurationForm #powerhouseProSection textarea {
    width: 100%;
  }
}
#configurationForm #tradeSection label {
  width: 120px;
}
@media (max-width: 767px) {
  #configurationForm #tradeSection label {
    width: 100%;
  }
}
#configurationForm #tradeSection textarea {
  width: 242px;
}
@media (max-width: 767px) {
  #configurationForm #tradeSection textarea {
    width: 100%;
  }
}
#configurationForm #tradeIdeasSection {
  max-width: 1351px;
}
#configurationForm #tradeIdeasSection .section-content > div:first-child input[type=text] {
  margin-top: 10px;
}
#configurationForm .section {
  display: inline-block;
  border: 1px solid #C2C2C2;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
}
#configurationForm .section.single-section {
  vertical-align: top;
  margin-right: 10px;
}
#configurationForm .section.single-section .section-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-top: 1px solid #C2C2C2;
}
#configurationForm .section.complex-section .section-content {
  padding-right: 10px;
  border-top: 1px solid #C2C2C2;
}
@media (max-width: 767px) {
  #configurationForm .section.complex-section .section-content {
    padding: 20px;
  }
}
#configurationForm .section h2 {
  font-weight: bold;
  margin: 0;
  padding: 10px;
  background-color: #FAFAFA;
  position: relative;
  font-size: 18px;
}
#configurationForm .section h2.collapsed:after {
  content: "\f054";
}
#configurationForm .section h2:after {
  content: "\f078";
  position: absolute;
  font-size: 12px;
  font-family: fontawesome;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#configurationForm .has-error {
  float: none !important;
}
#configurationForm .has-error + div {
  float: right;
  position: relative;
  top: -33px;
}
.center-div {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}
.center-div.full-width {
  width: 100%;
}
#holidays > .form-group {
  height: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #holidays > .form-group {
    background: #eee;
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    text-align: center;
  }
}
#holidays > .form-group .holiday-name,
#holidays > .form-group .holiday-checkbox,
#holidays > .form-group .btn-danger {
  vertical-align: top;
}
@media (max-width: 767px) {
  #holidays > .form-group .holiday-name,
  #holidays > .form-group .holiday-checkbox,
  #holidays > .form-group .btn-danger {
    vertical-align: middle;
  }
}
#holidays .holiday-name,
#holidays .holiday-date,
#holidays .holiday-checkbox {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #holidays .holiday-name,
  #holidays .holiday-date,
  #holidays .holiday-checkbox {
    margin: 0px 0px 10px;
  }
}
#holidays .holiday-name {
  display: inline-block;
  width: 250px;
}
@media (max-width: 767px) {
  #holidays .holiday-name {
    width: 100%;
  }
}
#holidays .holiday-name + div {
  display: inline-block;
  vertical-align: top;
}
#holidays .holiday-name.has-error + div + div {
  margin-left: 3px;
}
#holidays .holiday-date {
  display: inline-block;
  width: 150px;
}
@media (max-width: 767px) {
  #holidays .holiday-date {
    width: 100%;
  }
}
#holidays .holiday-date .form-group {
  width: auto;
  margin: 0;
}
#holidays .holiday-date .form-group .control-label {
  display: none;
}
#holidays .holiday-date .form-group .col-sm-7 {
  width: 100%;
  padding: 0;
}
#holidays .holiday-date .form-group .col-sm-7 input[type=text] {
  width: 150px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  #holidays .holiday-date .form-group .col-sm-7 input[type=text] {
    width: 100%;
  }
}
#holidays .holiday-date .form-group .col-sm-7 .glyphicon-calendar {
  z-index: 1;
  padding-top: 9px;
}
#holidays .holiday-checkbox {
  width: 62px;
}
.tooltip-trigger {
  color: #000;
  /*border-bottom: dashed 1px #08C;*/
  text-decoration: none;
}
.tooltip-trigger.definition {
  cursor: help;
}
.tooltip-trigger.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.tooltip-trigger.link::before {
  position: absolute;
  content: "\f040";
  font-family: fontawesome;
  right: -12px;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #015d9f;
}
select[name="strategiesGrid_length"] {
  margin-bottom: 10px;
}
#strategiesGrid > tbody > tr > td {
  vertical-align: middle;
}
#strategiesGrid > tbody > tr > td:first-child {
  width: 15px;
  padding: 0 !important;
}
#strategiesGrid > tbody > tr > td:first-child i {
  cursor: pointer;
  width: 10px;
  padding: 15px 25px 15px 10px;
}
#strategiesGrid > tbody > tr > td:first-child .section {
  display: inline-block;
}
#strategiesGrid > tbody > tr > td:first-child .section:not(:last-child) {
  margin-right: 10px;
}
#strategiesGrid > tbody > tr > td:first-child .section:not(:last-child) tr td:first-child {
  font-weight: bold;
}
#strategiesGrid > tbody > tr > td:first-child .section .title {
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 3px;
  margin-top: 10px;
}
#strategiesGrid > tbody > tr > td:first-child table {
  width: auto;
}
#strategiesGrid > tbody > tr > td:first-child table tr td {
  width: auto;
}
#strategiesGrid > tbody > tr > td:last-child {
  width: 75px;
}
#strategiesGrid > tbody > tr > td:last-child a {
  color: white;
}
#strategiesGrid > tbody > tr > td .sentiments {
  height: 54px;
}
#strategyForm label:not(.checkbox-inline) {
  width: 150px;
  text-align: right;
  margin-right: 5px;
}
#strategyForm .form-group {
  margin-left: 0;
  margin-right: 0;
}
#strategyForm .form-control {
  width: 220px;
  display: inline-block;
}
#strategyForm .form-control.strike-gap-method-direction {
  width: auto;
}
#strategyForm .sentiments {
  display: inline-block;
  vertical-align: top;
}
#strategyForm .sentiments > div:not(:last-child) {
  margin-bottom: 10px;
}
#strategyForm .section {
  border: 1px solid #C2C2C2;
  display: inline-block;
  padding: 15px 15px 0 0;
  margin-bottom: 15px;
}
#strategyForm #buyDetails {
  margin-right: 15px;
}
#strategyForm .title {
  font-size: 15px;
  margin: 0 0 5px 10px;
}
#strategyForm #pairStrategySection {
  margin-left: 32px;
}
#strategyForm #strategyLegs .has-error + div {
  right: 93px;
}
#strategyForm #strategyLegs .section {
  position: relative;
  vertical-align: top;
}
#strategyForm #strategyLegs .section .icon-input {
  position: relative;
}
#strategyForm #strategyLegs .section:not(:last-child) {
  margin-right: 15px;
}
#strategyForm #strategyLegs .section i {
  position: absolute;
}
#strategyForm #strategyLegs .section i.fa-times {
  top: 5px;
  right: 5px;
}
#strategyForm #strategyLegs .section i.fa-times:active {
  left: auto;
  right: 4px;
  top: 6px;
}
#strategyForm #strategyLegs .section i.fa-dollar {
  position: absolute;
  right: 6px;
  top: 2px;
}
#strategyForm #strategyLegs .section .minimum-premium {
  padding-right: 15px;
}
#strategyForm .has-error {
  float: none !important;
}
#strategyForm .strike-gap-method-options + div,
#strategyForm .has-error + div {
  float: right;
  position: relative;
  top: -33px;
}
#strategyForm .strike-gap-method-options.has-error + div {
  top: 0;
}
#strategyForm #canCustomizeSection .form-group > label:first-child {
  width: 200px;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.custom-checkbox {
  top: -6px;
}
.keep-only-first-label .form-group:not(:first-of-type) .control-label span {
  display: none;
}
#encryptionTest textarea {
  height: 100px;
  resize: vertical;
}
.data-table > thead > tr > th {
  border-bottom: 0;
}
#strategyTagsTable tbody td {
  vertical-align: middle;
}
#strategyTagsTable tbody td:first-of-type {
  white-space: nowrap;
}
#widgetEmbeddersGrid > tbody > tr > td:nth-child(3) {
  max-width: 300px;
  word-wrap: break-word;
}
.table-condensed.table > thead > tr > th {
  vertical-align: middle;
}
.table-condensed.table > thead > tr > th:not(.sorting_disabled) {
  padding-right: 19px !important;
}
#embedderEntitlementsView #fileupload,
#helpPinsManagementView #fileupload {
  display: none;
}
#widgetEmbedderForm button[type=button] {
  width: 83px;
  padding: 8px 12px;
}
#signInsChart {
  width: 100%;
  height: 300px;
}
.complex-header-padding {
  padding-left: 5px;
}
label input[type=checkbox].checkbox + span {
  z-index: auto;
}
#extendTrialForm .alert-danger {
  margin-bottom: 0;
}
#changeDiscountForm select {
  width: 315px;
  margin: 0 auto;
}
#changeDiscountForm select.has-error {
  float: none !important;
}
#changeDiscountForm select.has-error + div {
  float: right;
  position: relative;
  top: -33px;
  right: 121px;
}
#manageSubscriptionForm select {
  width: 290px;
  margin: 0 auto;
}
#manageSubscriptionForm .actualPrice {
  width: 290px;
}
#approveSubscriptionForm select {
  width: 220px;
  margin: 0 auto;
}
#approveSubscriptionForm .actualPrice {
  width: 220px;
}
.alert-settings-container .form-horizontal {
  margin-top: 15px;
}
.configuration .smart-form .checkbox-group {
  margin-left: 10px;
}
.configuration .smart-form .form-control {
  height: 22px;
  padding-left: 5px;
}
.configuration .smart-form .form-inline .checkbox {
  padding-left: 25px;
}
@media (min-width: 770px) {
  .configuration .smart-form .form-inline .checkbox {
    padding-left: 8px;
  }
}
.configuration .smart-form .form-horizontal .form-group {
  margin: 5px 0;
}
.configuration .smart-form .settings-span {
  width: 100%;
}
.alert-panel {
  position: relative;
  display: block;
  min-height: 350px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.alert-panel:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-3px);
}
.alert-panel .panel-heading {
  border-radius: 3px 3px 0 0;
}
.alert-panel textarea.description {
  width: 100%;
  padding: 5px 15px;
  border: none;
  resize: none;
}
.alert-panel .setting-control {
  margin: 0;
}
.alert-panel .setting-control label {
  width: 100%;
  color: #fff;
  background-color: #0068b3;
}
.alert-panel .setting-control input {
  text-align: center;
}
.alert-panel .see-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  text-align: center;
  color: #0068b3;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.alert-panel label.toggle {
  display: inline-block;
  margin: 0 10px;
}
.alert-panel label.toggle input + i {
  border-color: #e5e5e5 !important;
}
.alert-panel label.toggle input:checked + i {
  border-color: #0068b3 !important;
}
.margin-label {
  margin-top: 23px;
}
.btn_badges .btn {
  padding: 2px 6px;
}
.btn_badges .btn.btn-primary {
  color: #fff;
  background-color: #0068b3;
  border-color: #0068b3;
}
.dataTables_wrapper {
  margin-bottom: 80px;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .dataTables_wrapper {
    margin-bottom: 140px;
  }
}
.dataTables_wrapper > div {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  align-items: center;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .dataTables_wrapper > div {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.dataTables_wrapper > div .dataTables_length {
  width: auto;
}
@media (max-width: 767px) {
  .dataTables_wrapper > div .dataTables_length {
    display: inline-block;
    width: 100%;
  }
}
.dataTables_wrapper table.table thead tr th,
.dataTables_wrapper table.table tbody tr th,
.dataTables_wrapper table.table thead tr td,
.dataTables_wrapper table.table tbody tr td {
  border-width: 1px 0px 0px 0px;
  border-color: #dee2e6;
  border-style: solid;
  padding: .85rem 1.2rem !important;
  color: #333;
}
.btn {
  padding: 8px 12px;
}
.btn.btn-primary,
.btn.btn-success {
  color: #fff;
  background-color: #6fb33b;
  border-color: #6fb33b;
  box-shadow: none;
}
.pagination > .active span {
  background-color: #0068b3;
  border-color: #0068b3;
}
.pagination > .active span:focus,
.pagination > .active span:hover {
  background-color: #0068b3;
  border-color: #0068b3;
}
.pagination > .active > a {
  background-color: #0068b3;
  border-color: #0068b3;
}
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #0068b3;
  border-color: #0068b3;
}
.widget-body .panel.panel-primary.alert-panel .panel-heading {
  background-color: #0068b3;
  border-color: #0068b3;
}
.tab-content .panel-body .form-group label {
  width: 100%;
}
#dataTableFilter .dropdown {
  margin-left: 10px;
}
#dataTableFilter .dropdown .dropdown-menu {
  min-width: 250px;
  padding: 10px;
  right: 0;
  left: auto;
}
#dataTableFilter .dropdown .dropdown-menu.width_skew {
  min-width: 200px;
}
#dataTableFilter .dropdown .dataTables_filter {
  margin-bottom: 10px;
}
#dataTableFilter .dropdown .dataTables_filter label {
  display: block;
}
#dataTableFilter .dropdown .dataTables_filter input[type=checkbox],
#dataTableFilter .dropdown .dataTables_filter input[type=radio] {
  width: auto;
}
#dataTableFilter .dropdown .dataTables_filter .input-group,
#dataTableFilter .dropdown .dataTables_filter input,
#dataTableFilter .dropdown .dataTables_filter select {
  width: 100%;
}
.d-flex {
  display: flex !important;
  flex-direction: row-reverse;
}
.alert_boxes {
  display: inline-block;
  width: 100%;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #0068b3;
  border-color: #0068b3;
}
@media (max-width: 480px) {
  .alert_boxes #alerts .alert-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .alert_boxes #alerts .alert-item .alert-panel {
    min-height: inherit;
  }
}
#widgetEmbedderForm fieldset {
  border: 1px solid #C2C2C2;
  margin-bottom: 15px;
  width: 100%;
  cursor: pointer;
}
#widgetEmbedderForm fieldset legend {
  font-weight: bold;
  margin: 0;
  padding: 10px;
  background-color: #FAFAFA;
  position: relative;
  font-size: 18px;
  border: none;
}
#widgetEmbedderForm .panel-collapse {
  border-top: 1px solid #C2C2C2;
  padding: 20px;
}
.action-icon {
  padding: 4px;
  margin-left: 6px;
  text-decoration: none;
}
.action-icon:hover i {
  color: #333;
}
.holiday-wrapper {
  width: 70%;
  margin: 0 auto;
}
