﻿.DivLeft
{
    min-height:480px; 
    width: 100%;
    margin-right: auto;
    margin-left:auto;
    padding-bottom: 10px;
    overflow:scroll;
}
.DivRight
{
    position: absolute;
    width: 1000px;
    height: 900px;
    top: 100px;
    right: auto;
    left: auto;
    z-index:1;   
    display:block;
}
    
.MainDiv
{
    margin: 0px auto 0px auto;
    width: 100%;
    height: 100%;
    color: #666666;
    padding-top:10px;
    
}


.aboutUs
{
    padding-bottom: 10px;
}
.iframe
{
    border:none;
    min-height:500px;
    width:100%;
    height:100%;
    
}

.ddl
{
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('../img/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}
.error
{
    padding: 5px 10px 5px 10px;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    text-align:left;
    background-color: #FFFF99;
    width: 100%;
}
.success
{
    border: 1px solid #008000;
    color: #008000;
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    width: 100%;
    text-align:left;
}
.hide
{
    visibility: hidden;
    display: none;
}
.show
{
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
}

.aurl:link, .aurl:visited
{
    color: #FFFFFF;
    background-color: #33b5e5;
    padding: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 5px;
}

.aurl:hover
{
    border: 2px solid #33b5e5;
    color: #33b5e5;
    background-color: #FFFFFF;
    padding: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px;
}

.aurl:active
{
    color: #FFFFFF;
    background-color: #33b5e5;
    padding: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 5px;
}
.aurl
{
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #33b5e5;
    padding: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px;
}

.story_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.story_menu li {
  padding: 50px;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
        
}
.story_menu li:hover {
  
}
.story_menu li a{
   
    color: #FFFFFF;
    background-color: #33b5e5;
    padding: 50px;
    text-decoration: none;
    border-radius: 5px;
            
}
.story_menu li a:hover 
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
/*
.story_menu li a:hover 
{
    border: 2px solid #33b5e5;
    color: #33b5e5;
    background-color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}*/

.heading
{    
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}


.list_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list_menu li
{
    padding: 8px;
    margin-left: 0px;
    margin-top: 10px;
    float:left;
}
.list_menu li:hover {
  
}

.list_menu li a
{
    color: #FFFFFF;
    background-color: #33b5e5;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #33b5e5;
}

.list_menu li a:hover
{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


/* The overlay covers the whole screen and is hidden by default */
.popup-overlay {  
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dim background */
    z-index: 999;    
}

/* The actual popup box */
.popup-content {
    background: black;    
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    height:95%;      
}
.popup-content-image
{     
    background: black;    
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    height:100%;  
    overflow: scroll;
}
.closebutton
{
    border: 2px solid #FF0000;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #FF0000;
    padding: 2px 4px 2px 4px;
    font-size: medium;
    font-weight: bold;
    border-radius: 5px;
}
.closebutton:hover
{
    border: 2px solid #FFFFFF;
    background-color: #FF0000;
    cursor: pointer;
    color: white;
    padding: 2px 4px 2px 4px;
    font-size: medium;
    font-weight: bold;
    border-radius: 5px;
}
.closep
{
    margin: 0px;
    background-color: #666666;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;    
}
.closep-image
{
    margin: 0px;
    background-color: #666666;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 99%;
}
select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}
.tblclass
{
    width: 80%; 
    margin:100px auto 100px auto;
}

.tblclass td
{
    text-align:right; 
    min-height:50px;
}

* {
  box-sizing: border-box;
}

.responsive-form 
{
  max-width: 600px;
  width: 90%;
  border-radius: 4px;
  border: 2px solid #04AA6D;;
  background-color:  #f2f2f2;
  padding: 20px;
  margin:20px auto 20px auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  overflow:scroll;
}

.responsive-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.responsive-form label {
  min-width: 48%;
  margin-bottom: 10px;
}

.responsive-form input[type=text], select {
  min-width: 45%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.responsive-form input[type=password], select {
  min-width: 45%;  
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}
.responsive-form textarea {
  min-width: 45%;  
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.responsive-form input[type=submit] {
  width: 100%;
  background-color: #04AA6D;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
}
.responsive-form input[type=submit]:hover 
{
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 600px) {
  label,
  input[type=text],
  input[type=submit],
  select, textarea {
    flex: 100%;
    min-width: 100%;
  }
}

.menu_button
{
    background-color: #333333;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 12px 10px 12px 10px;
    position: fixed;
    top: 105px;
    right: 0px;
    z-index: 2;
    font-size: 12px;
}


.menu_button:hover
{    
    background-color: #FFFFFF;
    color: #333333;
    font-size: 15px;
}

.storypage
{
    min-height:500px; 
    background-image: url('../img/story_page.jpg');background-repeat:repeat;background-position:center; 
    background-repeat: repeat;
    background-position: center;
}
.moviepage
{
    min-height:500px; 
    background-image: url('../img/movie_page.jpg');background-repeat:repeat;background-position:center;
    background-repeat: repeat;
    background-position: center;
}
.PornVideopage
{    
    min-height:500px;
    margin-left:auto;
    margin-right:auto; 
    background-image: url("../img/porn_page.jpg");background-repeat:repeat;background-position:center;      
}
.videosongpage
{
    min-height:500px;
    margin-left:auto;
    margin-right:auto; 
    background-image: url('../img/videosong_page.jpg');background-repeat:repeat;background-position:center; 
       
}
.videopage
{
    min-height:500px;
    margin-left:auto;
    margin-right:auto; 
    background-image: url('../img/video_page.jpg');background-repeat:repeat;background-position:center; 
       
}
.aHead
{
    text-decoration: none;
    font-size: inherit;
    
}
.aHead:hover
{
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
  }

.scrollBtn 
{
   /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 9999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.scrollBtn:hover 
{
  background-color: #555; /* Add a dark-grey background on hover */
}

/*-----Gridview Style-----*/
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: black;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: white;
    background-color: #11AEA3;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: black;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pPara
{
    margin: 2px auto 2px auto;
    text-align: justify;
    text-indent: 2px;
    width: 80%;
    font-size: medium;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pHead
{
    margin: 8px auto 0px auto;
    text-align: justify;
    text-indent: 2px;
    width: 80%;
    font-size: large;
    font-weight: bold;
}
hr
{
    border-style: none;
}
.imgclass
{
    cursor:pointer;
    width: 150px;   
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.imgclass:hover
{
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.imgclasspop
{    
    cursor:text;
    width:100%;            
}

.pButton
{
    width:50%; text-align:center; margin-left:auto; margin-right:auto;
}

.home_menu ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home_menu li
{
    float:left;    
    margin-left:10px;
     margin-top:10px; 
}
.home_menu li a 
{
     text-decoration:none;
}
.home_menu li img
{
     width:200px;
     height:200px;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          
}
.home_menu li img:hover
{    
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;  
}
.disable
{
    cursor:wait;
    background-color:Gray;
}

.hide_top_botton
{
    display:none;
}
.show_top_botton
{
    display: block;
    position: fixed;
    cursor:pointer;
}
.img_back
{
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 5px;
    z-index: 2;
    width:80px;         
}
#img_dark_mode
{
    width:50px;    
    cursor:pointer;
    position: fixed;
    top: 115px;
    right: 5px;
}
#divDate
{
    color: #0000FF;
}
.footer_p_img
{
    width:30px;  
    text-decoration:none;  
    cursor:pointer;
    border:none;
}

.footer_p_a
{
    text-decoration:none;  
    cursor:pointer;
    border:none;
    margin-left: 10px;
}