html 
{ 
  background-color: #FFFFFF;
  background-image: url(../img/background.jpg);
  background-repeat: repeat-y;      /* 👈 only vertical */
  background-position: center top;  /* center horizontally */
  background-attachment: fixed;     /* keep your fixed behavior */

  /* REMOVE cover */
  background-size: auto;
}

html, body, #image_area{
    min-height: 95% !important;
    height: 95%;
    font-family: "Times New Roman", Times, serif;
    background-color: transparent !important;
}

.modal-content
{
    background-color: #d6d6d6 !important;
}

#informationModal img
{
    border-radius: 15px;
}

.plus, .plus ul li
{
	color: green;
}
.minus
{
	color: red;
}
#plusminus
{
    border: 2px solid #23a2b8;
    overflow: auto;
    padding: 15px;
    border-radius: 15px;
}
.modal-dialog{
    width: 60% !important;
    max-width: 100% !important;
}
#main_table
{
	 height: 100%;
}

td.cell
{
	width: 100%;
	vertical-align: top;
}
#main
{
	width: 90%;
	/*height: 600px;*/
	margin-left: auto;
	margin-right: auto;
/*	border: 2px solid white;*/
	border-radius: 15px;
	/*box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.55);*/
	min-height: 720px;
	/*background: rgba(0, 0, 0, 0.55);*/	
	clear: both;
}
#image_navi
{
	width: 200px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid green;*/
}
#image_area
{
	width: 100%;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid blue;*/
	margin-top: 10px;
	overflow: auto;
	padding: 5px;
}
#content_area
{
	color: white;
	width: 80%;
	/*height: 700px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: auto;
	padding: 5px;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 15px;
/*	border: 2px solid white; */
	float: left;
	min-height: 600px;
}
.nameList
{
	float: left;
	padding-left: 4%;
}

.nameList ul
{
	width: 200px;
}

.visited
{
	opacity: 1.0;
	color: #6dc600;
	font-weight: bold;
}
.visited a
{
	color: #6dc600;
	text-decoration: unset;
}
.camera
{
    background: url(../img/Camera.png) no-repeat;    
    height: 16px;
    width: 21px;
    float: right;
}
.camera:hover
{
    opacity: 0.6;
}

.information
{
    background: url(../img/information.png) no-repeat;    
    height: 16px;
    width: 21px;
    float: right;
}
.information:hover
{
    opacity: 0.6;
}
#contacts
{

	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#nav
{
	margin: 0px;
	padding: 0px;
}
ul.nav 
{
    list-style: none;
    display: block;
    width: 200px;
    position: relative;
    padding: 0px 0px 0px 10px;
    background: url(../img/shadow.png) no-repeat;
    -webkit-background-size: 100% 100%;
}
li 
{
    -webkit-transition: all 0.3s ease-out;

}
ul.nav li a {
-webkit-transition: all 0.3s ease-out;

color: #174867;
padding: 0px 0px 0px 15px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
width: 100px;
display: block;
text-decoration: none;

color: white;

width: 170px;
font-size: 12px;

}
ul.nav li a:hover
{
    	background: #ebebeb url(../img/border.png) no-repeat;
   	 color: green;
    
	font-weight: bold;
}

.selected a
{
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;


background: #ebebeb url(../img/border.png) no-repeat;
   	 color: green;
    
	font-weight: bold;
}
#image_container
{
/*background: url(../img/loading.gif) no-repeat;*/
background-position-x: 50%;
background-position-y: 50%;

/*background: url("../img/loading.gif") no-repeat scroll 50% 50% transparent;*/

/*background:  #ebebeb url(http://localhost/new/img/border.pn) repeat top center;*/
/*margin-left: 10px;*/
margin-bottom: 10px;
padding: 15px 0;
text-align: center;
width: 195px;
border-radius: 15px;
float: left;
/* border: 1px solid gray; */
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
/*border: 1px solid white;*/
}

#image_container:hover
{
box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 1);

}


#main_menu
{
 /* height: 55px;
  margin-left: 265px;*/
  font-family: 'bearpawregular';
 /* margin-top: -35px;*/


}

#main_menu ul li {
    float: left;
    list-style: none;
    margin-right: 10px; 
    padding-bottom: 10px;
}
 
#main_menu li a {
    color: white;
    text-decoration: none;
    float: left;
    font-size: 32px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 15px;
    min-width: 120px;
    text-align: center;
}
 
#main_menu li a:hover 
{
   text-decoration: none;
   font-weight:bold;
}
#main_menu ul ul 
{
   display: none;
}

#main_menu ul li:hover > ul
{
   z-index: 1033;
-webkit-transition: all 0.3s ease-in;
   display: block;

}

#main_menu ul ul 
{
    position: absolute;
    margin-top: 43px;
    margin-left: -40px;
    z-index: 1002;
}
#main_menu ul ul li 
{
	float: none; 
	position: relative;

}
#main_menu ul ul li a 
{
	padding-top: 5px;

}	

.main_selected
{ 
font-weight:bold;
  text-decoration: underline !important;
  
}
