@import url("https://fonts.googleapis.com/css?family=Roboto:300,600,700");
html, body {
  height: 95%; }

body.jmx-app {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  color: #778899;
  font-size: 14px; }
  body.jmx-app .main-container {
    height: 100%;
    margin: 0px 0px 0px 65px;
    overflow: auto; }
  body.jmx-app .text-light-grey {
    color: #b5bbca;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  body.jmx-app a {
    color: #f7505a; }
    body.jmx-app a:hover {
      text-decoration: none; }
  body.jmx-app .nav-link {
    color: #f7505a !important;
    text-transform: none !important;
    font-size: 14.5px !important;
    font-weight: normal !important; }
  body.jmx-app .jmx-logo {
    text-align: left;
    padding-left: 50px; }
  body.jmx-app .topright-wrapper {
    padding-right: 50px; }
  body.jmx-app .topright-nav {
    justify-content: flex-end; }
  body.jmx-app .sidebar {
    height: 100vh;
    min-height: 550px;
    width: 65px;
    position: fixed;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    left: 0;
    top: 78px;
    font-size: 14px;
    display: block;
    background-color: #fafafa;
    overflow-x: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: none; }
    body.jmx-app .sidebar:hover {
      width: 170px;
      transition: all .3s ease-in-out; }
    body.jmx-app .sidebar a {
      border-radius: 0px;
      padding-bottom: 8px;
      padding-left: 22px;
      text-decoration: none;
      font-size: 20px;
      display: block;
      z-index: 2;
      border-left: 3px solid transparent;
      width: 170px; }
      body.jmx-app .sidebar a:hover {
        color: #d82583;
        border-left: 3px solid #d82583;
        border-right: 3px solid #d82583; }
    body.jmx-app .sidebar .nav-text {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      width: 190px;
      display: none;
      padding-right: 20px; }
    body.jmx-app .sidebar li {
      display: inline;
      color: #0e0e0e;
      border-bottom: solid 1px #888888; }
    body.jmx-app .sidebar li:hover {
      background-color: #fafafa;
      color: #d82583; }
    body.jmx-app .sidebar ul li ul {
      display: none;
      list-style-type: none;
      padding: 0px;
      margin-top: 4px;
      margin-left: 5px; }
    body.jmx-app .sidebar ul li:hover ul {
      display: block; }
    body.jmx-app .sidebar li a {
      color: #0e0e0e;
      text-decoration: none; }
    body.jmx-app .sidebar li.current {
      background-color: #fafafa; }
    body.jmx-app .sidebar li.current a {
      color: #d82583; }
    body.jmx-app .sidebar li:hover ul {
      display: block; }
    body.jmx-app .sidebar li:hover .sub-menu {
      position: relative;
      margin-top: -26px; }
    body.jmx-app .sidebar .sub-menu li {
      position: relative;
      display: block;
      top: 0;
      left: 100%;
      width: 100%;
      min-width: 180px;
      white-space: nowrap;
      z-index: 1; }
    body.jmx-app .sidebar .sub-menu li a {
      display: inline-block; }
  body.jmx-app .profile-icon {
    height: 40px;
    width: 40px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 70px; }
  body.jmx-app .bottom-icon {
    position: absolute;
    bottom: 0;
    left: 0; }
  body.jmx-app #extended {
    display: none;
    height: 100%;
    /* 100% Full-height */
    width: 130px;
    /* 0 width - change this with JavaScript */
    position: absolute;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 70px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 120px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */ }
    body.jmx-app #extended a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 12px;
      border-radius: 0px;
      color: #020225;
      display: block;
      transition: 0.3s;
      border-right: 3px solid transparent; }
      body.jmx-app #extended a:hover {
        color: #f7505a;
        border-right: 3px solid #d82583; }
  body.jmx-app .form-control {
    background-color: #fcfcfc;
    border: solid 1.5px #e4e4e4;
    border-radius: 4px;
    font-size: 100%; }
  body.jmx-app p {
    line-height: 1.8;
    text-rendering: optimizeLegibility;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 450; }
  body.jmx-app .btn {
    font-size: 14px; }

.icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 22px;
  /* Other styles here */ }

.jcorr {
  background-image: url("../img/JCorrelate-LogoMark.svg"); }

.jport {
  background-image: url("../img/JPort-LogoMark.svg"); }

.jlog {
  background-image: url("../img/JLog-LogoMark.svg"); }

.jbas {
  background-image: url("../img/JBasic-LogoMark.svg"); }

.jcalc {
  background-image: url("../img/JCalculus-LogoMark.svg"); }

.profile {
  background-image: url("../img/profile-icon.png"); }

.sign-out {
  background-image: url("../img/sign-out-icon.png"); }

.topright-nav li a {
  font-weight: 400 !important; }
  .topright-nav li a:hover {
    color: #df0039 !important; }

.topcenter-text {
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
  color: #df0039 !important; }

#form-signin {
  /*padding:20px;*/
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.jmx-card {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*max-width: 1330px;*/ }
  .jmx-card .title {
    text-align: center;
    font-size: 150%;
    font-weight: bold; }
  .jmx-card .text {
    text-align: center;
    font-size: 105%; }

.jmx-upload {
  max-width: 500px; }

.jmx-msg-card {
  padding: 20px;
  vertical-align: middle;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .jmx-msg-card .title {
    text-align: center;
    font-size: 150%;
    font-weight: bold; }
  .jmx-msg-card .text {
    text-align: center;
    font-size: 105%; }

.jcorr-view {
  padding-bottom: 30px; }

.jcorr-edit {
  padding-bottom: 25px !important;
  padding-left: 35px;
  padding-right: 20px; }

.navbar-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

/*CSS for JMX customised buttons*/
.jmx-btn-primary {
  color: #ffffff;
  background-color: #9dd55d; }
  .jmx-btn-primary:hover {
    background-color: #8dbd0a; }

.site-links a {
  color: #62ab11 !important;
  text-decoration: underline;
  font-weight: bold; }

a::hover {
  color: #f7505a; }

.radio {
  display: block;
  position: relative;
  background: none;
  margin: 0 0 1em 0; }

.radio input[type="radio"] {
  opacity: 0 !important; }

.radio input[type="radio"] + label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2em;
  color: #000; }

.radio input[type="radio"] + label:before {
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  -moz-transition: -moz-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background-color: none;
  border: 2px solid #dddddd;
  border-radius: 500em;
  z-index: 5; }

.radio input[type="radio"]:checked + label:before {
  border: 2px solid #62ab11;
  box-shadow: 0 0 0px 2px #FFF inset; }

.radio input[type="radio"] + label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  top: 0.125em;
  left: 0.125em;
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: #62ab11;
  box-shadow: 0 0 0px 2px #FFF inset;
  border-radius: 500em; }

.radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio.disabled {
  opacity: 0.5;
  pointer-events: none; }

.dependent {
  padding-left: 40px; }

/*========== Buttons ==========*/
.btn {
  border: none; }

.btn:hover, .btn:focus {
  color: #778899; }

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*button default*/
.btn-default {
  color: #778899;
  background-color: #f4f4f4;
  border: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ececec; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #f0f0f0; }

/*alt*/
.btn-default.btn-alt {
  color: #999;
  border: 2px solid;
  border-color: #ececec;
  background-color: transparent; }

.btn-default.btn-alt:hover, .btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {
  background-color: #ececec;
  border: 2px solid;
  border-color: #ececec; }

/*button primary*/
.btn-primary {
  color: #ffffff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #ff9966; }

.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff; }

/*alt*/
.btn-primary.btn-alt {
  border: 2px solid;
  background-color: transparent; }

.btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {
  color: #ffffff;
  border: 2px solid; }

/*button success*/
.btn-success {
  color: #ffffff;
  background-color: #9dd55d; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #8dbd0a; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #bbdb66; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

/*alt*/
.btn-success.btn-alt {
  color: #9dd55d;
  border: 2px solid;
  border-color: #9dd55d;
  background-color: transparent; }

.btn-success.btn-alt:hover, .btn-success.btn-alt:focus, .btn-success.btn-alt:active, .btn-success.btn-alt.active, .open .dropdown-toggle.btn-success.btn-alt {
  color: #ffffff;
  background-color: #9dd55d;
  border: 2px solid;
  border-color: #9dd55d; }

/*button info*/
.btn-info {
  color: #ffffff;
  background-color: #22d2d2; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0cc0c0; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #66eeee; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

/*alt*/
.btn-info.btn-alt {
  color: #22d2d2;
  border: 2px solid;
  border-color: #22d2d2;
  background-color: transparent; }

.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {
  color: #ffffff;
  background-color: #22d2d2;
  border: 2px solid;
  border-color: #22d2d2; }

/*button warning*/
.btn-warning {
  color: #ffffff;
  background-color: #f4aa44; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ee8820; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #ffcc99; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

/*alt*/
.btn-warning.btn-alt {
  color: #f4aa44;
  border: 2px solid;
  border-color: #f4aa44;
  background-color: transparent; }

.btn-warning.btn-alt:hover, .btn-warning.btn-alt:focus, .btn-warning.btn-alt:active, .btn-warning.btn-alt.active, .open .dropdown-toggle.btn-warning.btn-alt {
  color: #ffffff;
  background-color: #f4aa44;
  border: 2px solid;
  border-color: #f4aa44; }

/*button danger*/
.btn-danger {
  color: #ffffff;
  background-color: #f33440; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #dd3333; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #ff9999; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

/*alt*/
.btn-danger.btn-alt {
  color: #f33440;
  border: 2px solid;
  border-color: #f33440;
  background-color: transparent; }

.btn-danger.btn-alt:hover, .btn-danger.btn-alt:focus, .btn-danger.btn-alt:active, .btn-danger.btn-alt.active, .open .dropdown-toggle.btn-danger.btn-alt {
  color: #ffffff;
  background-color: #f33440;
  border: 2px solid;
  border-color: #f33440; }

/*button white*/
.btn-white {
  color: #778899;
  background-color: #fff; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-color: #ececec; }

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
  color: #cccccc;
  background-color: #f5f5f5; }

.btn-white .badge {
  color: #d9534f;
  background-color: #ffffff; }

/*alt*/
.btn-white.btn-alt {
  color: #ffffff;
  border: 2px solid;
  border-color: #fff;
  background-color: transparent; }

.btn-white.btn-alt:hover, .btn-white.btn-alt:focus, .btn-white.btn-alt:active, .btn-white.btn-alt.active, .open .dropdown-toggle.btn-white.btn-alt {
  color: #778899;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #ffffff; }

/*button sizes*/
.btn {
  padding: 18px 28px;
  font-size: 14px;
  line-height: 1; }

.btn-lg, .btn-group-lg > .btn {
  padding: 24px 48px;
  font-size: 18px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 14px 20px;
  font-size: 14px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 8px 16px;
  font-size: 12px; }

/*table {
  border:1px solid #36304a;
  border-spacing: 1;
  background: white;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size:inherit;
}*/

table {
  border:1px solid grey;
}

table * {
  position: relative;
}

table td, table th {
  padding-left: 8px;
  border: 1px solid grey;
  border-style: dotted;
}

table thead tr {
  text-align: center;
  font-size: 15px;
  height: 45px;
  background: #36304a;
  white-space: nowrap;
  border: 1px solid grey; 
}

table tbody tr {
  height: 40px; }

table td {
  text-align: left; }

table th {
  text-align: center; }

table th, table td {
  padding: 10px;
  font-weight: normal; }

.table100-head th {
  color: #fff;
  line-height: 1.2; }

tbody tr:nth-child(even) {
  background-color: #f5f5f5; }

tbody tr {
  text-align: center;
  color: #000;
  line-height: 1.2; }

.column1 {
  width: 100px;
  padding-left: 20px; }

.column2 {
  text-align: center;
  width: 70px; }

.column3 {
  text-align: center;
  width: 70px; }

.thickfont {
  font-weight: 500; }

.mt-40 {
  margin-top: 40px; }

p {
  font-size: 15px;
  font-weight: 450;
  line-height: 1.8;
  margin-bottom: 20px;
  text-rendering: optimizelegibility; }

p {
  font-family: 'Montserrat', sans-serif; }

.white-space.space-mini {
  padding: 10px 0; }

.white-space.space-small {
  padding: 20px 0; }

.white-space.space-medium {
  padding: 40px 0; }

.white-space.space-large {
  padding: 60px 0; }

.white-space {
  display: block;
  width: 100%; }

/* Tabbed Styles */
.tabbed {
  width: 100%;
  /* min-width: 660px; */
  margin-bottom: 68px;
  border-bottom: 1.5px solid #62ab11;
  overflow: hidden;
  transition: border 250ms ease; }

.tabbed ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 48px;
  list-style-type: none; }

.tabbed ul * {
  margin: 0px;
  padding: 0px; }

.tabbed ul li {
  display: block;
  float: right;
  padding: 6px 24px 4px;
  background-color: #F4F7F9;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 250ms ease; }

.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #F4F7F9;
  transition: all 250ms ease; }

.tabbed ul li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0; }

.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0; }

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #EDEDED;
  color: #444; }

.tabbed ul li.active {
  z-index: 100; }

.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: #62ab11;
  color: #fff; }

/* Round Tabs */
.tabbed.round ul li {
  border-radius: 8px 8px 0 0; }

.tabbed.round ul li:before {
  border-radius: 0 8px 0 0; }

.tabbed.round ul li:after {
  border-radius: 8px 0 0 0; }

/* Skins */
.tabbed[class*="skin-"] ul li {
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px; }

.tabbed.skin-green {
  border-bottom-color: #62ab11; }

.tabbed.skin-green ul li,
.tabbed.skin-green ul li:before,
.tabbed.skin-green ul li:after {
  background-color: #9dd55d; }

.tabbed.skin-green ul li:hover,
.tabbed.skin-green ul li:hover:before,
.tabbed.skin-green ul li:hover:after {
  background-color: #8dbd0a; }

.tabbed.skin-green ul li.active,
.tabbed.skin-green ul li.active:before,
.tabbed.skin-green ul li.active:after {
  background-color: #62ab11; }

.jcorr-header-container {
  width: 92% !important; }

.page-title {
  color: #62ab11;
  font-size: 24px; }

.error-msg {
  padding: 4px;
  color: red; }

/** BEGIN CSS FOR JCORRELATE PARAMETER PAGE **/
.jcorr-param {
  /**
  div.card {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 15px;
    max-width :450px;
  }
  **/
  width: 100%;
  height: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Homepage Table */
  /*BEGIN - CSS for Script Explorer*/
  /* Tabbed Styles */
  /* Round Tabs */
  /* Skins */ }
  .jcorr-param .jmx-card {
    width: 90%;
    max-width: 90%;
    height: 92%; }
  .jcorr-param .form-control {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    color: #555; }
    .jcorr-param .form-control:disabled, .jcorr-param .form-control[readonly] {
      background-color: #e9ecef !important; }
    .jcorr-param .form-control .form-group {
      margin-bottom: 2rem !important; }
  .jcorr-param div.card-wid-less {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 15px; }
  .jcorr-param div.appcard {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .jcorr-param div.pad-top-15 {
    padding-top: 15px; }
  .jcorr-param div.error-msg {
    color: red; }
  .jcorr-param .wrap-table100 {
    display: inline-block;
    width: 850px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .jcorr-param table {
    border-spacing: 1;
    border: none;
    background: white;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .jcorr-param table * {
    position: relative; }
  .jcorr-param table td, .jcorr-param table th {
    padding-left: 8px; }
  .jcorr-param table thead tr {
    text-align: center;
    font-size: 17px;
    background: #36304a; }
  .jcorr-param table td {
    text-align: left;
    border: none; }
  .jcorr-param table th {
    text-align: center; }
  .jcorr-param .table100-head th {
    color: #fff;
    line-height: 1.2; }
  .jcorr-param tbody tr:nth-child(even) {
    background-color: #f5f5f5; }
  .jcorr-param .column1 {
    width: 100px;
    padding-left: 20px; }
  .jcorr-param .column2 {
    text-align: center;
    width: 70px; }
  .jcorr-param .column3 {
    text-align: center;
    width: 70px; }
  .jcorr-param span.info-txt {
    font-size: 13px;
    font-style: italic; }
  .jcorr-param a.profile {
    margin-top: 2px; }
  .jcorr-param input[type=text]:focus {
    background: #fff; }
  .jcorr-param input[type=email]:focus {
    background: #fff; }
  .jcorr-param textarea:focus {
    background: #fff !important; }
  .jcorr-param select:focus {
    background: #fff !important; }
  .jcorr-param .promessage {
    cursor: pointer; }
  .jcorr-param .policiesmenu a {
    color: #fff; }
  .jcorr-param .policiesmenu a:hover {
    color: #f7505a; }
  .jcorr-param #scex-panel {
    margin-left: 1.5em;
    display: flex;
    flex-direction: column; }
  .jcorr-param #scex-title {
    border-radius: 8px 8px 0 0;
    background-color: #62ab11;
    margin: 0px 30px;
    text-align: center;
    position: relative;
    padding: 5px 8px 4px;
    margin-left: 55px;
    margin-right: 55px;
    z-index: auto; }
  .jcorr-param #scex-title > span {
    display: inline-block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
    font-size: 14px;
    height: 20px; }
  .jcorr-param #scex-title::before,
  .jcorr-param #scex-title::after {
    border: 1px solid #62ab11;
    background-color: #62ab11;
    display: inline-block;
    content: " ";
    position: absolute;
    top: 0;
    height: 31px;
    width: 20px; }
  .jcorr-param #scex-title::before {
    left: -11px;
    width: 30px;
    border-radius: 8px 0 0 0;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0; }
  .jcorr-param #scex-title::after {
    right: -12px;
    width: 30px;
    border-radius: 0 8px 0 0;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0; }
  .jcorr-param #scex-container {
    border-left: solid 1px #62ab11;
    border-right: solid 1px #62ab11;
    border-bottom: solid 1px #62ab11;
    /*height:37.45em;*/
    /*height: 90%;*/
    width: 18em;
    overflow: auto;
    font-family: Montserrat;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    height: 91%;
    flex: 1; }
  .jcorr-param #scex-tools {
    border-top: 2px solid #62ab11;
    border-left: solid 1px #62ab11;
    border-right: solid 1px #62ab11;
    border-bottom: solid 1px #62ab11;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 550;
    height: 30px;
    padding-top: 4px;
    cursor: pointer; }
  .jcorr-param #scex-tools > a {
    color: #424242; }
  .jcorr-param .li-param > .jstree-hovered {
    border: none !important;
    cursor: default;
    background-color: white !important;
    box-shadow: none !important; }
  .jcorr-param li {
    color: #000000; }
  .jcorr-param table th, .jcorr-param table td {
    padding: 10px; }
  .jcorr-param body {
    color: #000000; }
  .jcorr-param i {
    color: goldenrod; }
  .jcorr-param mark {
    background-color: #ffc7ca; }
  .jcorr-param .rowdiv {
    display: flex;
    margin: auto;
    height: 100%;
    width: 100%; }
  .jcorr-param .display-panel {
    margin-left: 1em;
    /*width:100%;*/
    width: calc(100% - 610px);
    display: flex;
    flex-direction: column; }
  .jcorr-param .display-container {
    margin-top: -5em;
    width: 100%;
    /* max-width:660px;*/
    min-height: 25em;
    /*height:95%;*/
    overflow: hidden;
    height: 96%;
    flex: 1; }
  .jcorr-param .displaydiv {
    border-left: solid 1px #62ab11;
    border-right: solid 1px #62ab11;
    border-bottom: solid 1px #62ab11;
    font-size: 13px;
    width: 100%;
    /*height:41.2em;*/
    height: 100%;
    padding: 20px;
    z-index: -1;
    overflow: auto;
    display: inline-block;
    margin: auto; }
  .jcorr-param p.displayinfo {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #424242; }
    .jcorr-param p.displayinfo table {
      font-family: Montserrat;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5; }
      .jcorr-param p.displayinfo table tbody tr {
        color: #424242; }
  .jcorr-param hr {
    border: 1px dashed #e4e4e4;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%; }
  .jcorr-param .thickfont {
    font-weight: 500; }
  .jcorr-param .tabbed {
    width: 100%;
    /*min-width: 660px;*/
    margin-bottom: 68px;
    border-bottom: 2px solid #62ab11;
    overflow: hidden;
    transition: border 250ms ease; }
  .jcorr-param .tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 48px;
    list-style-type: none; }
  .jcorr-param .tabbed ul * {
    margin: 0px;
    padding: 0px; }
  .jcorr-param .tabbed ul li {
    display: block;
    float: right;
    padding: 6px 24px 4px;
    background-color: #F4F7F9;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 250ms ease;
    font-weight: 450; }
  .jcorr-param .tabbed ul li:before,
  .jcorr-param .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #F4F7F9;
    transition: all 250ms ease; }
  .jcorr-param .tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0; }
  .jcorr-param .tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0; }
  .jcorr-param .tabbed ul li:hover,
  .jcorr-param .tabbed ul li:hover:before,
  .jcorr-param .tabbed ul li:hover:after {
    background-color: #EDEDED;
    color: #444; }
  .jcorr-param .tabbed ul li.active {
    z-index: 100; }
  .jcorr-param .tabbed ul li.active,
  .jcorr-param .tabbed ul li.active:before,
  .jcorr-param .tabbed ul li.active:after {
    background-color: #62ab11;
    color: #fff; }
  .jcorr-param .tabbed.round ul li {
    border-radius: 8px 8px 0 0; }
  .jcorr-param .tabbed.round ul li:before {
    border-radius: 0 8px 0 0; }
  .jcorr-param .tabbed.round ul li:after {
    border-radius: 8px 0 0 0; }
  .jcorr-param .tabbed[class*="skin-"] ul li {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px; }
  .jcorr-param .tabbed.skin-green {
    border-bottom-color: #62ab11; }
  .jcorr-param .tabbed.skin-green ul li,
  .jcorr-param .tabbed.skin-green ul li:before,
  .jcorr-param .tabbed.skin-green ul li:after {
    background-color: #9dd55d; }
  .jcorr-param .tabbed.skin-green ul li:hover,
  .jcorr-param .tabbed.skin-green ul li:hover:before,
  .jcorr-param .tabbed.skin-green ul li:hover:after {
    background-color: #8dbd0a; }
  .jcorr-param .tabbed.skin-green ul li.active,
  .jcorr-param .tabbed.skin-green ul li.active:before,
  .jcorr-param .tabbed.skin-green ul li.active:after {
    background-color: #62ab11; }
  .jcorr-param .jcorr-header-container {
    width: 92% !important; }
  .jcorr-param ion-icon {
    --ionicon-stroke-width: 26px; }

/** END CSS FOR JCORRELATE PARAMETER PAGE **/
.jmx-stat {
  /*width:780px;*/
  min-width: 800px; }

.jport-view {
  width: 65%;
  padding-bottom: 32px; }

.add-tool {
  font-size: 30px;
  color: black; }

.datagrid-header-row {
  line-height: 1.2;
  color: #fff;
  text-align: center;
  height: 50px;
  background-color: #36304a;
  white-space: nowrap; }
  .datagrid-header-row .datagrid-cell {
    padding: 10px;
    font-weight: normal; }
    .datagrid-header-row .datagrid-cell span {
      font-size: 15px !important; }

.datagrid-header td.datagrid-header-over {
  color: #fff !important;
  background-color: #36304a !important; }

.datagrid-cell {
  font-size: 14px !important; }

/** BEGIN - Media Query for Extra Large Screen min width: 2560px**/
@media screen and (min-width: 2560px) {
  html, body {
    height: 97.5%; }

  #scex-container {
    height: 92% !important; }

  .display-container {
    max-width: 1600px !important; } }
/** END - Media Query for Extra Large Screen min width: 2560px**/
/** BEGIN - custom scroll bar**/
::-webkit-scrollbar {
  width: 12px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: gainsboro;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #e8e8e8; }

/** END - custom scroll bar**/
