
.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: 10px;
    padding-bottom: 20px;
}

.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;
}

.content-page {
    margin-left: 0px !important;
    overflow: hidden;
}

.navbar-custom {
    margin-left: 0px !important;
}

.footer {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    bottom: 0;
    text-align: center !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    left: 0px;
    color: #707070;
}

body {
    margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

.text-primary {
    color: #007bff!important;
}

.page-title {
    color: #007bff!important;
}

h1 {
  font-size:17px !important;
  font-weight: bold;
  color:black;
}

h2 {
  font-size:16px !important;
  font-weight: bold;
  color:black;
}
h2 {
  font-size:15px !important;
  font-weight: bold;
  color:black;
}

body{
  color:black !important;
  padding:10px !important;
}

@media (max-width: 600px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .footer {
    display: none !important;
  }
}


html {
user-select: none;
}

.theme-dark .pagination a {
	color: #a19898 !important;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, select option, textarea:hover, textarea:focus, textarea:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
    outline: none;
     /* box-shadow: none !important; */
    -webkit-appearance: block !important;
}

