.bg-navbar{
    background-color: #e8e8e8;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  body > .container {
    padding: 60px 15px 0;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }

  body {
    font-family: "Lato", sans-serif;
}



.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    background-color: #343a40;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%; 
    }

    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 80%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}

/* super classes */
.hiddenSuper{
    display: none !important;
}


/* special clear both */
.clear-both{
    clear: both;
}

.hidden{
    display: none !important;
}

.searchBox{
    padding-bottom: 0px !important;
}

.InstantSearch{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
    z-index: 100;
}

.InstantSearch div {
    position: relative;
}

.InstantSearch ul {
    width: 100%;
    position: absolute;
    list-style: none;
    padding: 0px;
    background-color: #d2d2d2;
}

.InstantSearch li {
    padding: 10px;
}

.InstantSearch li:hover{
    background-color: #5f6469;
    color: white;
}

.bg-query-box{
    background-color: #fbd1d1 !important;
}

.searchResultData img{
    width: 200px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.searchResultData .dataName{
    padding-left: 225px;
    padding-right: 100px;
    padding-bottom: 40px;
}

.searchResultData .dataName b{
    font-size: 25px;
}

.searchResultData .dataRating{
    position: absolute;
    top: 65px;
    right: 0px;
    font-size: 18px;
    background: #f7c202;
    padding: 10px;
}

.searchResultData .dataYear{
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 27px;
    background: #343a40;
    padding: 10px;
    color: #d8d8d8;
}

.searchdataContainer{
    padding-top: 10px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 10px;
    position: relative;
    min-height: 322px;
}

.searchResultData{
    padding-bottom: 20px;
    border-top: 1px solid #b9b9b9;
    
}

.searchResultData .dataStatus{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.searchResultData .btn-publish{
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.searchResultData .btn-view-details{
    position: absolute;
    bottom: 10px;
    right: 85px;
}

.searchResultData .btn-view-details-col{
    position: absolute;
    bottom: 10px;
    right: 104px;
}

#DetailPage .overley-box{
    background: #303844f7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    display: block;
    overflow-y: scroll;
}

.hr-detail{
    border: 1px solid black;
}

#DetailPage .title{
    font-size: 70%;
}

#DetailPage .detail-rating{
    background: #312902;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 29px;
}

#DetailPage .date-duration{
    padding-top: 35px;
}


#DetailPage .story p{
    line-height: 40px;
    font-size: 20px;
}

#DetailPage .release-date span{
    padding: 10px;
    border-radius: 5px;;
    background-color: #f51a1a;
    font-size: 23px;
}

#DetailPage .date-duration .duration span{
    padding: 10px;
    border-radius: 5px;;
    background-color: #6fb949;
    font-size: 23px;
}

#DetailPage .date-duration .genre .lister span{
    padding: 10px;
    border-radius: 5px;;
    background-color: #944444;
    font-size: 23px;
    margin: 2px;
    display: inline-block;
}

#DetailPage .date-duration .actor .lister span{
    padding: 10px;
    border-radius: 5px;;
    background-color: #30378c;
    font-size: 23px;
    margin: 2px;
    display: inline-block;
}

#DetailPage .closeBtn{
    padding: 0px 20px;
    background-color: red;
    font-size: 28px;
    float: right;
    cursor: pointer;
    color: white;
}

.detailActive{
    overflow: hidden !important;
}
