body {
/*  font-size: .875rem;*/
}


.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-toggler {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.jumbotron {
  background: linear-gradient(to bottom, #edf6ff, white);
}
.breadcrumb-frontend {
  background: linear-gradient(to bottom, #edf6ff, white);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.planDetail li {
  line-height: 30px;
  font-size: 14px;
}
.planDetail del {
  color: #ccc;
  text-decoration: none;
}

#topNotice {
    position: fixed;
    top: 0px;
    z-index: 10000;
}

a.sortIcon:hover {
  text-decoration: none;
}

.actions i {
  cursor: pointer;
  color: #666;
  margin-right: 4px;
}
.actions i:hover {
  color: #212529;
}

table ul {
  list-style-type: none;
  padding-left: 0px;
}

.form-check label {
  cursor: pointer;
}


.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 58px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 58px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.ouutputRow, .outputErrorRow {
    display: none;
}

.ouutputRow textarea, .outputErrorRow textarea {
    padding: 4px 6px;
    border-radius: 0.25rem;
    color: #555555;
}

th.lst, th.let {
  width: 200px;
}

button.viewCronJobOutput {
  font-size: 12px;
  padding: 1px 8px;
}

.cronJobLog {
    background: none repeat scroll 0 0 #E9FFE6;
}

.cronJobPrediction {
    background: none repeat scroll 0 0 #E6EFFF;
}

.cronExpressionGray {
    background: none repeat scroll 0 0 #E7E7E7;
    cursor: pointer;
    padding-left: 1px;
    padding-right: 1px;
}

ul.flex-sm-wrap li.page-item {
  margin-bottom: 1em;
}

footer a {
  font-size: 13px;
}

.feature i {
  font-size: 50px;
  color: #007bff;
  margin-bottom: 12px;
}

.features .card {
  background-color: transparent;
  border: none;
  text-align: center;
}

/* remove background color in login field icon */
.input-group-text {
  background-color: white;
}

/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}
body.logged-in {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.logged-in .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*line-height: 44px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.logged-in .footer a.nav-link {
  color: #6c757d;
}

#pricingTab.nav-tabs .nav-link {
  border: none;
  font-size: 18px;
}

#pricingTab.nav-tabs .nav-link.active {
  border-bottom: 4px solid #495057;
}

.planDetail .badge {
  font-size: 14px;
}

.planDetail a.popover-link {
  color: #212529;
  outline: none;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  cursor: pointer;
}

.planDetail .text-muted a.popover-link {
  border-bottom: 1px dotted #ccc;
}
