/*

Theme Name:		LNU Archive
Description:	A theme for lnu.edu.ua
Version:			0.1
Author:			Відділ інформаційного забезпечення
Author URI:		http://dis.lnu.edu.ua
Template:     	lnu-division
Domain Path:	/lib/languages
Text Domain:	lnu-division-child

*/

/*Navigation*/

.top-navigation li a:hover {
	color: #EFD724;
}

.right-columnss {
	width: 33%;
	float: right;
	margin-top: -450px;
	text-align: center;
}

.div-all-documents {
	background-color: #004973;
	width: 400px;
	height: 200px;
	border-radius: 20px;
   padding-top: 150px;
}

.link-all-documents {
 color:#fff;
 font-size: 25px;
 font-family: cursive;
}

.link-all-documents:hover {
	text-decoration: none;
	font-weight: bold;
	color: #EFD724;
}

/*Digit Collection (post page)*/

.left-wide-column2 {
	float:left;
	width: 60%;
}

.tag-descr {
 font-size: 25px;
 font-family: cursive;
}

.image-person-bio {
	width: 250px;
	border-radius: 10px;
	float: left;
	margin-right: 50px;
}

.document-class-dic {
	/*display: block;*/
}

.page-person-bio {
	padding-left: 20px;
	list-style: square outside;
	margin-left: 300px;
}

.person-item{
	width: 22%;
	list-style: none;
	text-align: center;
	margin-top: 5px;
	display:inline-block;
    margin-left: 20px;
}

.image-person {
   display: block;
   width:100%;
   border-radius: 10px;
   margin-bottom: 5px;
}

.linkname-person:hover {
  text-decoration: none;
  font-weight: bold;
}

.person-container li{
	display: inline;
	padding-right: 10px;
}

.wrap {
	/*width: 90%;*/
}

/*Documents (post page) main*/

.doc-link {
	border:1px solid blue;
	width: 20%;
	height: 60px;
	text-align: center;
	border-radius: 10px;
	background-color: #eeeeee;
}

.linking-document:hover {
  text-decoration: none;
  font-weight: bold;
}

table, th, td {
    border: 2px solid #004973;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}

td img{
  width: 150px;
  height: 150px;
}

.page-content {
	width: 100%;
}

.left-wide-column-documents {
	width: 100%;
}

/*.document-name-hover:hover {
 text-decoration: none;
 font-weight: bold;
}
*/

 div.pop-up {
    display: none;
    position: absolute;
    width: 300px;
    height: 500px;
 	padding: 10px;
 	margin-top: -390px;   /*-395*/
 	margin-left:-30px;
 	background: #eeeeee;
    color: #000000;
    border: 1px solid #004973;
    font-size: 90%;
    border-radius: 10px;
 }


#first-doc-name {
	text-align:center;
	margin-bottom: 10px;
	font-size: 25px;
    color:#004973;
}


.hover-ul-doc {
list-style: none;

}

.hover-class-li {
	margin-top: 12px;

}

.image-field-doc-main-hover {
	width: 180px;
}


/*Documents (post page) SEARCH*/

.label-search {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
  color: #004973;
  margin-left:250px;
}


.search-form-document{
	margin-top: 14px;
}

.search-form-document .input{
	margin-bottom: 12px;
	margin-left:20px;
	background: rgb(65,153,209);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(65,153,209)), color-stop(100%,rgb(120,173,213)));
	background: -webkit-linear-gradient(top, rgb(65,153,209) 0%, rgb(120,173,213) 100%);
	background: -moz-linear-gradient(top, rgb(65,153,209) 0%, rgb(120,173,213) 100%);
	background: -ms-linear-gradient(top, rgb(65,153,209) 0%, rgb(120,173,213) 100%);
	background: -o-linear-gradient(top, rgb(65,153,209) 0%, rgb(120,173,213) 100%);
	background: linear-gradient(to bottom, rgb(65,153,209) 0%, rgb(120,173,213) 100%);
	border-color: #006b99;
	width: 40%;
}

.search-form-document .submit{
	padding: 0 8px;
	margin-left: 5px;
	border: 1px solid #006b99;
	background-color: #006ba1;
	line-height: 25px;
	font-size: 10px;
	color: #75a9d0;
	margin-bottom: 12px;
}

.search-form-document .submit:hover{
	border-color: #004167;
}

/*Documents (post page) */

.image-field-document{
  width: 280px;
  float: left;
}

.document-ul-doc {
   list-style: none;
}

.document-class-li {
	margin-left: 290px;
	margin-top: 10px;
}