
.help-block-error {
  color:red;
}

.modal-backdrop {
  opacity:0.5 !important;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

.fade:not(.show) {
    opacity: 1;
}

.modal {
    margin-top: 10px;
    left: 0;
    z-index: 5555 !important;
    overflow-y:auto;
}

.modal-header {
    display: block;
    padding-top: 50px;
}

.container-fluid{
  font-size:13px;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 4000; /* Sit on top */
    left: 0;
    top: 100px;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10px; /* 25% from the top */
    width: 100%; /* 100% width */
    height: 90%; /* 100% height*/
    text-align: center; /* Centered text/links */
    margin-top: 20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    padding-top:0px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.cycle-caption {
  position: absolute;
  top: 0.3em;
  right: 1em;
  z-index: 700;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.cycle-overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 700;
  background-color: rgba(256,256,256,.5);
  padding: 8px 1em 2px;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size:14px !important;
  font-weight: bold;
  color:black;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size:14px !important;
  font-weight: bold;
  color:black;
}
.btn {
font-size:13px;
}


element.style {
}
.table-bordered td, .table-bordered th {
    border: 1px solid #e3e6f0;
}
.table td, .table th {
    padding: .3rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}

.help-block{
  color:red;
}

.table th{
  color:#4e73df;
}

  
.tooltip-inner {
    max-width: 400px;
    color:white;
}
  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    display: block;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
