.sticky {
position: sticky !important;
width: 100%;
top: 0;
z-index: 2;
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}
/*#flash-image{

  margin: auto;
}*/

#flash-image img {
  position:absolute;
  width: 100%;
}

#flash-image img {
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
#flash-image img:nth-of-type(1) {
  animation-delay: 10s;
}
#flash-image img:nth-of-type(2) {
  animation-delay: 8s;
}
#flash-image img:nth-of-type(3) {
  animation-delay: 6s;
}
#flash-image img:nth-of-type(4) {
  animation-delay: 4s;
}
#flash-image img:nth-of-type(5) {
  animation-delay: 2s;
}
#flash-image img:nth-of-type(6) {
  animation-delay: 0;
}

    .insert-image{
        width: 100%;
        height: 100%;
        border: 1px solid black;
        content: "Joe's Task:";
    }
    .insert-image:before {
        text-align: center;
        display: inline-block;
        content: "Please provide related image";
    }

body {
    margin:0;
    height: 100%;
    margin: 0;
    color: #212529;
    font-family: Arial, Helvetica, sans-serif;
}
#activeBtn img{
    box-shadow: none !important;
}
img{
        box-shadow: 8px 5px 5px 0px rgba(0,0,0,0.16), 3px 7px 24px 10px rgba(0,0,0,0.12);
    }
.shadows{
        box-shadow: 8px 5px 5px 0px rgba(0,0,0,0.16), 3px 7px 24px 10px rgba(0,0,0,0.12) !important;
        padding: inherit;
}
.shadows img{
        margin-bottom: 0 !important;
        box-shadow: none !important;
}
.customL, .customR{
        width: 50px !important;
        height: 40px !important;
        background-color: #b3b3b3;
        border-radius: 10px;
}

/*.content .title{
    visibility: hidden !important;
}
.content .title:after{
    visibility: visible !important;
   /* position: absolute;*/
    /*content: "Sorry, the file does not exist." !important;*/


/* NAVBAR */
.navbar {
    z-index: 1;
    overflow: hidden;
    background-color: #333;
    position: fixed !important;
    top: 0;
    width: 100%;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}

.navbar a:hover {
    background: green;
    color: white;
}
    #rows {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      border-collapse: collapse;
      width: 100%;
    }
    #rows td, #rows th {
      border: 1px solid #ddd;
      padding: 8px; 
    }

    #rows tr:nth-child(even){background-color: #f2f2f2;}

    #rows tr:hover {background-color: #ddd;}

    #rows th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #383838;
      color: white;
    }

/* MAIN IMAGE */
.header-image {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0px;    
}
.balatukan{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/balatukan/Balatukan.png");     
}
.initao{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/ILPLS Biodiversity DBS/20200318_134600.jpg");     
}
.mimbilisan{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/mimbilisan/mimbilisan.png");   
}

.kitanglad {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/Kitanglad/G0631356_1563747170193_high-01.jpeg");
}

.inayawan {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/Inayawan/Inayawan.jpg");
}

.malindang {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/Malindang/2013_05_06_2125.png");
}

.lapitan {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/LLRMASFR/Liangan-Lipatan.jpg");
}

.baliangao {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/Baliangao/Baliangao.jpg");
}
.kalatungan{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url("/biodidb/storage/image_for_new_content/mkarnp_52075950_2650302205012282_5861301947130183680_o.jpg");
}
.header-title {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.header-title p{
    background-color:rgba(0, 0, 0, 0.2);
}
.header-title h1{
    font-size: 4.5rem;
}
.hero-text h1{
    font-size: 4.5rem !important;
}
.hero-text p, .header-title p{
    font-size: 1.25rem !important;
}
.nopic{
    font-size: 40px;
    font-family: helvetica;
    color: #595959;
    text-align: center;
    margin-top: 140px;
}
.nopicto{
    font-size: 40px;
    font-family: helvetica;
    color: #595959;
    text-align: center;
}

/* CONTENT */
/*.content {
    margin: 3rem auto auto auto;
    padding-top: 25px;
    margin-left: 100px;
    margin-right: 100px;
    width: 1700px;
    margin:auto;
    text-align: justify;
}*/
@media only screen and (min-width: 1920px) {
.lefting{
    margin-left: 25%;
}
}
@media (min-width: 1200px) and (max-width: 1366px){
.container-lahi{
    max-width: 880px !important;
    margin-left: 420px !important;
}
.lefting{
    margin-left: 31%;
}
}
.tabcontent{
    border: none !important;
}
.sortable{
    width: auto;
    min-width: auto;
}
.magnifying-glass{
    border: 2px solid #696969 !important;
}
.magnifying-glass:before{
    background: #696969 !important;
}
.vgt-global-search{
    border: 2px solid #dcdfe6 !important;
}
.vgt-input{
    border: 1px solid cadetblue !important;
    color: black !important;
}
.marg-top-disabler{
    margin-top: 0 !important;
}
.border-botts{
    border-bottom: 1px solid #ccc;
}

#rows th{
    background-color: #368184;
}
#rows {
    border: 2px solid #368184;
}

/*
    Page right sidebar
*/
.profile-sidebar {
    position: fixed;
    background-color: #001730;
    color: #fff;
    right: 0;
    top: 0;
    /*width: 16rem;*/
    z-index: 9999;
    height: 100%
}

.profile-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.profile-sidebar .link {
    overflow-y: scroll;
    height: 100%;
    width: 0;
    background-color: #368184;
    transition: width 200ms ease;
}

.profile-sidebar .inviholder {
    height: 100%;
    position: absolute;
    background-color: black;
    width: 100rem;
    left: -7rem;
    opacity: 0;
    z-index: 1;
}

.profile-sidebar .link::-webkit-scrollbar {
    width: 10px;
}

.profile-sidebar .display-sidebar {
    width: 17rem;
}

.sidebar-shadow {
    -moz-box-shadow: -3px 0 6px -1px #5F9EA0;
    -webkit-box-shadow: -3px 0 6px -1px #5F9EA0;
    box-shadow: -3px 0 6px -1px #5F9EA0;
}

.profile-sidebar .link::-webkit-scrollbar-thumb {
    background: #2ca8d1;
    border-radius: 50px;
    width: 1px;
    height: 1rem;
}

.profile-sidebar .link::-webkit-scrollbar-track {
    background-color: #bfe6f2;
    border-radius: 10px;
    width: 16rem;
}

.profile-sidebar .link li{
    padding: 5px 1rem;
    /*display: none;*/
}

.profile-sidebar .link li:hover {
    background-color: #4da5a8;
    transition: 0.15s ease-in;
    cursor: pointer;
}

.profile-sidebar .holder {
    position: absolute;
    left: -38px;
    top: 1rem;
    padding: 11px 1rem;
    z-index: -1;
    background-color: #368184;
    font-size: 22pt;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    cursor: pointer;
}

.profile-sidebar .holder i {
    margin-left: 2px;
}



@media screen and (max-width: 1593px){
    .profile-sidebar .link{
        /*width: 0;*/
    }

    .profile-sidebar .link {
        /*display: none;*/
    }
}

.sidestyle {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 100px;
    left: 0;
    width: fit-content;
    /*box-shadow: 0px 0px 9px #8c8c8c;*/
    background-color: #d6dbda;
    display: flex;
}

.sidestyle-inner {
    /*padding: 10px 2rem 10px 2rem;*/
    width: 265px;
}

.sidestyle-inner .content-list {
    padding-left: 1.5rem;
}

.sidestyle-inner .content-list li {
    padding: 3px 0;
    list-style-type: none; 
    color: #34495e;
}

.sidestyle-inner .content-list li span {
    cursor: pointer;
}

.sidestyle-inner .content-list li span:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #099;
}

.sidestyle-inner .content-list li b {
    color: #099;
}

.sidestyle-inner p {
    margin: 0;
    color: #099;
    font-weight: 600;
}

.sidestyle-inner .sidestyle-section {
   /* border-bottom: 2px solid #e2e2e2;*/
    padding: 10px 0;
}

.sidestyle-inner div:nth-child(3) {
    border: none;
}

.sidestyle .sidebar-options {
    margin-top: 1rem;
}

.sidestyle-section .dropdown-toggle:after {
    display: none;
}

.sidestyle-section .area-list {
    padding: 0;
    /*box-shadow: 1px 0px 20px #dedede;*/
    top: -1rem !important;
    left: 8rem !important;
}

.sidestyle-section .area-list li {
    color: #34495e;
    padding: 3px 5px;
    cursor: pointer;
}
.sidestyle-section button{
    display: block !important;
    background-color: inherit;
}

.sidebar-options{
    text-align: center;
}
.sidestyle-section .area-list li:hover {
    background-color: #dedede;
}
.card-header{
    padding: 0;
}
.container {
    text-align: justify;
    margin-top: 3rem;
}
.sidestyle .sidestyle-section h4{
  /*text-transform: uppercase;*/
  /*text-align: center;*/
  margin-bottom: 5px;
  color: #099;
  padding: 15px;
}
.sidestyle .sidestyle-section button{
      padding: 15px;
      /*border-bottom: 2px solid #545f5c;*/
      border-bottom: 2px solid #b3b3b3;
      border-top: 2px solid rgba(255,255,255,0.05);
      border-right: none;
      border-left: none;
      width: 265px;
      text-align: left;
     transition: 0.6s;
}
.sidestyle-section button:hover{
        background-color: #a6a6a6;
        opacity: 0.9;
}
.sidestyle-section button.active{
    background-color: #e6e6e6;
    outline: none;
    /*border-style: none;*/

}
.sidestyle-section button .fa{
    color: #009999;
    width: 25px;
}
.custom{
    margin-left: 28rem !important;
}

.custom2{
    margin-left: 25rem !important;
}
.pasa {
    text-align:center; 
    font-family: Helvetica; 
    font-size:30px; 
    background-color:#001730; 
    color:white; 
    padding-top: 15px; 
    padding-bottom: 15px;
}

.inayawan-content p {
    color: #212529;
}

.inayawan-content .table {
    margin: 0.5rem auto 0 auto !important;
}

.darken{
    background-color: #212529;
    color: #fff;
}

.light-dark {
    background-color: #ececec;
    font-weight: bold;
}

.fullscreen {
    height: 100vh;
}

.row {
    margin-bottom: 3rem;
}
.row-text p, .row-text i{
    padding-left: 10px;
    }
.row-text-super p{
    padding-left: 35px;
}
.row-text-bold b{
    padding-left: 15px;
}
.row-lahi{
    margin-bottom: 0;
}
.row-nakalahi{
    margin: auto;
}
.row-naglahi{
    margin-bottom: 1rem;
}
.row-galahi{
    margin-bottom: 2rem;
}
.table-malinds p{
    padding-right: 10px;
}
.table-malinds i{
 text-align:center;
}
.row-up{
    margin-top: 2rem;
}
.row-up-lahi{
    margin-top:3rem;
}
.ignore-pads{
    margin-left: -15px;
}
    .columns ol{
    column-count: 2;
    column-gap: 200px;

    }
    .columns-lain ol{
    column-count: 3;
    column-gap: 200px;

    }
.custom2{
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }


h4, h5, h6, h3{
    color: #212529;
}

h5, h6, h4, h3{
    font-weight: 700;
    width: -webkit-fill-available;
}


.demo-info-imgs {
    width: inherit;
    text-align: center;
    margin-bottom: 1.5rem;
}

.demo-info-imgs img {
    width: inherit;
}

.demo-info-imgs i {
    font-size: 14px;
}

.top-border {
    border-top: 2px solid black;
}

.outside-border {
    border: 1px solid black;
}

.img-desc {
    font-size: 14px;
}

.image-box {
    border: 2px solid black;
    height: 25rem;
}

.image-box h5{
    position: relative;
    top: 50%;
    font-style: italic;
    font-weight: 100;
    font-size: 1rem;
    text-align: center;
}

.image-box-flex {
    display: flex;
}

.image-box-flex .image-box {
    margin-left: 3rem;
    height: 12rem;
    width: 15rem;
}

.image-box-flex .image-box:first-child {
    margin-left: 0;
}

.small-image {
    height: 13rem; 
    margin-bottom:5rem
}

.table tr td, .table tr th {
    border-color: #777777;
}

.flex {
    display: flex;
}

.malindang-content ul li, .baliangao-content ul li {
    margin-top: 1rem;
}

.malindaang-content ul li:first-child, .baliangao-content ul li:first-child {
    margin-top: 0.5rem;
}

.fauna-fags {
    margin-bottom: 1rem;
}

.baliangao-content .area-fegs h5{
    font-weight: normal;
    margin-top: 0.6rem;
}

.baliangao-content .area-fegs {
    margin-bottom: 5rem;
}


.carousel-control-prev-icon {
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon{
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators .active{
background-color: #DC143C;
}
.carousel-indicators li{
background-color: #00FF00;
}
.carousel-caption p{
color: #228B22;
font-weight: bold;
font-style: italic;
background: rgb(128,255,132);
background: linear-gradient(90deg, rgba(128,255,132,0.5186449579831933) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,0.7371323529411764) 47%, rgba(255,255,255,1) 76%, rgba(128,255,132,0.5158438375350141) 100%);
}