/* =======For Notices========== */
#show-notices{
	background-color: #fafafa;
	padding-bottom: 8px;

}
#show-notices div{
	text-align: center;
	color: #333;
	background-color: white;
	font-family: "Montserrat", sans-serif;
}
#show-notices ul{
	list-style: none;
	height: 300px;
	overflow-x: visible; overflow-y: scroll;
}
#show-notices ul h4{
	color: navy;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 5px;
}
#show-notices ul p{
	color: #444;
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
#show-notices ul li{
	background-color: #f1f1f1;
	padding: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	border-radius: 5px;
}
#show-notices ul li a{
	text-decoration: none;
}

/* =======For show others document========== */
#show-documents{
	background-color: #fafafa;
	padding-bottom: 8px;

}
#show-documents ul{
	list-style: none;
}
#show-documents ul h4{
	color: #fff;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: "Montserrat", sans-serif;
}
#show-documents ul p{
	color: #666;
	padding: 0;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
#show-documents ul li{
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	padding: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	border-radius: 5px;
}
#show-documents ul li a{
	text-decoration: none;
	display: block;
}
#show-documents ul li a:hover{
	background: linear-gradient(45deg,#1dc8cd , #1de099);
}


/* =======For Image galary========== */
#show-ImageGallery h5{
	color: #444;
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	margin: 0 10px 0 10px;
}
#show-ImageGallery p{
	color: #444;
	padding: 0;
	margin: 0 10px 0 10px;
	font-family: "Montserrat", sans-serif;
}
#show-ImageGallery div {
	padding: 10px;
	border-radius: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 115px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* ======= End For Image galary========== */
