@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css);
/*body, ul, li, h1, h2, span{
	margin:0;
	padding:0;
	font-family: 'Roboto';
}*/
html {
	min-height: 100vh;
}
body {
    margin  : unset !important;
    padding : 0px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	min-height: 100%;
	display:flex; 
  flex-direction:column; 
}
a {
	border: none;
    outline: none;
	text-decoration: none;
}

a img {
 border:none;
 outline: none;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size:12px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}

.generalSearch {
    margin: 0px 0px;
    padding: 10px;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.generalSearchField {
	
}
.gen-col{
	display: flex;
	flex-direction: column;
}
.gen-line{
	display: inline-flex;
}


h3_generalSearch {
	font-size:16px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: center;
	overflow: hidden;
}

h3_menu_this {
	font-size:16px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	color: #FFFFFF;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: center;
	overflow: hidden;
	margin-left: 300px;
}

h3_searchTitle {
	font-size:16px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:10px;
	padding-top:10px;
}

h3_searchSubTitle {
	font-size:12px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	color: #B40014;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 100px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:10px;
	padding-top:10px;
}

h3_showThesesSubTitle {
	font-size:14px; /*66px*/
	color: #B40014;/*#ddd;*/
	text-align:center;
	display: block;
}

h3_adminIndexContent {
	font-size:14px; /*66px*/
	display: block;
}


h3_page {
	font-size:16px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:10px;
}

h3_page_newest_theses {
	font-size:16px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	text-align: center;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:10px;
}

h1_searchResult {
	font-size:14px; /*66px*/
	text-decoration: none;
	padding: 8px;
	color: #000000;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: inline-block;
}
.label-searchresults{
	font-size: 14px;
	padding: 5px;
	color: #0063a6;
}
.label-searchresults span{
	float: right;
}
.text-searchresults{
	font-size: 14px;
	padding: 8px;
}
table.tablesorter a {
	text-decoration: none;
}

h3_sucess {
	font-size:16px; /*66px*/
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	color: #4F8A10;
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:10px;
}
p_label {
	font-size:14px; /*66px*/
	/*text-transform:uppercase;*/
	text-decoration: none;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	display: block;
	float: center;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	/*padding-right:10px;*/
}

p_label_twolines {
	font-size:14px; /*66px*/
	/*text-transform:uppercase;*/
	text-decoration: none;
	color: #0063a6;/*#ddd;*/
	outline: none;
	text-indent:5px;
	z-index: 10;
	float: center;
	position: relative;
	overflow: hidden;
	padding-right:10px;
	margin-left:5px;
}

ul{
	list-style:none;
}

.applicationHeader {
	background-color: #cacaca;
	height: 126px;
	overflow: hidden;
	text-align: right;
	width: 100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.headerLogo {
	background-color: #cacaca;
	height: 126px;
	margin-left:218px;
	overflow: hidden;
	text-align: right;
	width: 998px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.headerLogo li {
	display:block;
	float:left;
	clear:both;
	position:relative;
	overflow:hidden;
	margin-top: 92px;
	margin-left: 3px;
}
/*.pagebody {
	overflow: hidden;
	width: 100%;
}
.content {
	background-color: #ffffff;
	float: center;
	font-size: 0.6875em;
	line-height: 1.65em;
	overflow: hidden;
	position: relative;
	width: 998px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}*/
/*.footer {
	background: none repeat scroll 0 0 #999999;
	color: #DDDDDD;
	font-size: 0.6875em;
	line-height: 1.65em;
	overflow: hidden;
	width: 100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.footerContent {
	margin-left:218px;
	overflow: hidden;
	text-align: left;
	width: 998px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.footer a,.footer span {
	color: white;
}*/
.slidingMenu {
	position: left;
	height:410px;
	width:210px;/*410px;*/
	top:177px; /*40px*/
	overflow:hidden;
	right:1px;
	font-family: 'Roboto', Arial, sans-serif, Helvetica;
	font-weight: bold;
}
.slidingMenu li {
	display:block;
	float:right;
	clear:both;
	position:relative;
	overflow:hidden;
}
.slidingMenu li.move {
	width: 9px;
	height: 38px;
	right: 0px;
	padding-right:10px;
	margin-top:2px;
	z-index: 8;
	position: absolute;    
	background: #292929;     
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#292929),
			to(#292929)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#292929,  
			#292929 
		);     
	-moz-border-radius: 8px 0px 0px 8px;  
	-webkit-border-top-left-radius: 8px;     	
	-webkit-border-bottom-left-radius: 8px; 
	border-top-left-radius: 8px;  
	border-bottom-left-radius: 8px;        
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;	
	}*/
.slidingMenu li a {
	font-family: 'Roboto', Arial, sans-serif, Helvetica;
	font-size:14px; /*66px*/
	text-transform:uppercase;
	text-decoration: none;
	color: #B40014;/*#ddd;*/
	outline: none;
	text-indent:0px;
	z-index: 10;
	display: block;
	float: right;
	height: 36px; /*68px*/
	line-height: 36px; /*66px*/
	position: relative;
	overflow: hidden;
	padding-right:0px;
	-webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
}
/* Descriptions */
.slidingMenuDesc{
	margin-top: 0px;/*40px;*/
	position:right;
}
.slidingMenuDesc div{
	background: #292929;     
	background: 
		-webkit-gradient(
			linear, 
			left top, 
			left bottom, 
			from(#292929), 
			to(#292929)
		);     
	background: 
		-moz-linear-gradient(
			top, 
			#292929, 
			#292929
		);   	
	height: 36px; 
	padding-right:5px;
	left:-5px;
	width:0px;
	margin-top:2px;
	overflow:hidden;
	position:absolute;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	-moz-border-radius: 0px 8px 8px 0px;  
	-webkit-border-top-right-radius: 8px;     	
	-webkit-border-bottom-right-radius: 8px; 
	border-top-right-radius: 8px;  
	border-bottom-right-radius: 8px; 
}
.slidingMenuDesc div span {
	font-size: 14px; /*36px*/
	color: #f0f0f0;
	text-indent:5px;
	z-index: 10;
	display: block;
	height: 36px; /*66px*/
	line-height: 26px; /*66px*/
	position:absolute;
	right:5px;
	margin-left:5px;
	top:-3px;
}

#flags {
	float: left; 
}

p#indexTextContent {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	display: block;
	float: center;
	position:relative;
	text-decoration: none;
}

p#searchCriterionExtend {
	font-size: 14px;
	color: #000000;
	text-align: center;
}

#indexTextContentDiv {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.9rem;
	color: #555;
}

a#searchResultText {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#menuLine {
	height: 2px;
	background-color: #EAE9E4;	
}

#publicSearchButton {
	margin-left: 10px;
	margin-top: 10px;
}

#enterMetadata {
	margin-left: 0px;
}

textarea#styled {
	width: 100%;
	height: 5px;
	border: 3px solid #FFFFFF;
	padding: 5px;
	font-family: 'Roboto', Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

td#showThesesMetadata {
	background: #F8F8F8 ;
	padding-right: 10px;
}


table.gridtable {
	font-family: 'Roboto', verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.gridtable a {
	text-decoration: none;
}

table.gridtableLargerFont {
	font-family: 'Roboto', verdana,arial,sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtableLargerFont th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtableLargerFont td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.gridtableLargerFont a {
	text-decoration: none;
}

div#pop-up {
  display: none;
  position: absolute;
  width: 280px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}

.tableRowTitle {
	width: 40%;
}
.tableRowAuthor {
	width: 30%;
}
.tableRowFaculty {
	width: 23%;
}
.tableRowDateCopyrighted {
	width: 7%;
}
.slidingMenu li a:hover
{
	color: #B40014;
    text-shadow: -1px 2px 12px #dadada, 2px -1px 12px #dadada;
	background: #fff;
	border-right: 1px solid #B40014;
	border-left: 1px solid #B40014;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 8px;
}



div.mujo {
	margin:0px;
	text-align:center;
	background:#fafafa;
	border:solid 1px #c3c3c3;
	width: 99%;
}
p.flip { 
	margin:0px;
	text-align:center;
	background:#ffffff;
}
div.panel {
	height:420px;
	display:none;
}
div.mujo_subject {
	margin:0px;
	text-align:center;
	background:#fafafa;
	border:solid 1px #c3c3c3;
	width: 99%;
}

div.mujo_abstract {
	margin:0px;
	text-align:center;
	background:#fafafa;
	border:solid 1px #c3c3c3;
	width: 99%;
}


div.mujo_description {
	margin: 0px;
	text-align:center;
	background:#fafafa;
	border:solid 1px #c3c3c3;
	width: 99%;
}

.group-one{
	padding: 10px;
	margin-bottom: 12px;
	box-shadow: 3px 6px 8px #ddd;
}
.group-one textarea {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}
.group-one select{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}
.group-two{
	padding: 10px;
	margin-bottom: 12px;
	box-shadow: 3px 6px 8px #ddd;
}
.group-two textarea {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}
.group-two select{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}
.group-three{
	padding: 10px;
	margin-bottom: 12px;
	box-shadow: 3px 6px 8px #ddd;
}
.group-three textarea {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}
.group-three select{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}

textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
}

.label-first {
	width: 130px;
	text-align: left;
}

.label-other {
	width: 128px;
	text-align: right;
}

.label-short {
	max-width: 100px;
	text-align: right;
}

/*NEW 2021*/

.conor-link{
	float: right;
	font-size: 14px;
	display: inline-table;
	
}
.conor-link span{
	background-color: #fff;
	color: #0063a6;
	border: 1px solid #0063a6;
	padding: 5px;
	width: 6em;
	display: inline-block;
}
.conor-link a{
	text-decoration: none;
}

.conor-role{
	padding: 5px;
	font-size: 14px;
	background-color: #fff;
	color: #0063a6;
	text-transform: uppercase;
}


.container {
    display       : flex;
    flex-direction: column;
    flex-wrap     : nowrap;
	min-height: 100vh;
}

.fa-2x {
    font-size: 2em;
}

.fa-menu {
    position      : relative;
    display       : table-cell;
    width         : 60px;
    height        : 36px;
    text-align    : center;
    vertical-align: middle;
    font-size     : 20px;
}

.fa-top {
    position      : relative;
    display       : table-cell;
    width         : 60px;
    color         : #555;
    text-align    : center;
    vertical-align: middle;
    font-size     : 28px;
}
.fa-top:hover {
    color: #0063a6;
    cursor: pointer;
}
.fa-footer{
    width         : 30px;
    color         : #555;
    text-align    : center;
    vertical-align: middle;
    font-size     : 16px;
    padding: 5px;
}

/*.main-menu:hover,*/
nav.main-menu.mini {
	min-width   : 60px;
	max-width: 60px;
	overflow: hidden;
    
}

.main-menu {
    background        : #fff;
	border-right	  : 1px solid rgba(0, 99, 166, 0.2);
    -webkit-background-clip: padding-box;
    background-clip   : padding-box;
    position          : sticky;
    top               : 80px;
    /*bottom            : 0;*/
    height            : 100%;
    /*left              : 0;*/
	width             : 250px;
	overflow: visible;
    -webkit-transition: width .15s linear;
    transition        : width .15s linear;
    -webkit-transform : translateZ(0) scale(1, 1);
    z-index           : 888;
}

.main-menu>ul {
    margin: 0px 0;
}

.main-menu li {
    position: relative;
    display : block;
    width   : 250px;
}

.main-menu li>a {
    position          : relative;
    display           : table;
    border-collapse   : collapse;
    border-spacing    : 0;
    color             : #555;
    font-size         : 14px;
    text-decoration   : none;
    -webkit-transform : translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition        : all .1s linear;

}

.main-menu .nav-icon {
    position      : relative;
    display       : table-cell;
    width         : 60px;
    height        : 36px;
    text-align    : center;
    vertical-align: middle;
    font-size     : 18px;
}

.main-menu .nav-text {
    position      : relative;
    display       : table-cell;
    vertical-align: middle;
    width         : 190px;
    font-family   : 'Roboto', sans-serif;
}

.main-menu>ul.logout {
    position: absolute;
    left    : 0;
    bottom  : 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow  : visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    -o-user-select     : none;
    user-select        : none;
}

nav ul,
nav li {
    outline: 0;
    margin : 0;
    padding: 0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color           : #fff;
    background-color: #0063a6;
}


.fixed-nav-bar {
    position        : fixed;
    top             : 0;
    left            : 0;
    z-index         : 999;
    width           : 100%;
    height          : 70px;
    background-color: #fff;
    -webkit-box-shadow: 3px 6px 8px #ddd;
       -moz-box-shadow: 3px 6px 8px #ddd;
            box-shadow: 3px 6px 8px #ddd;
}

.content {
    padding: 10px;
    /*margin-left  : 250px;*/
    position     : relative;
	min-height: 300px;
	font-size: 1rem;
    /*background   : #e2e2e2;*/

}
.content-expanded{
    margin-left  : 60px;
}
.main-content{
	margin-top: 80px;
	display: flex;
	flex-direction: column;
}
.main-middle{
	max-width: 1200px;
	display: inline-flex;

}

.footer-wrapper {
	min-height: 50px;
	margin-top: auto;
}

.footer-main {
    position    : relative;
    left        : 0px;
    bottom      : 0px;
    z-index     : 777;
    width       : 100%;
    /*height    : 50px;*/
    background  : #eaeaea;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
}
.footer-ubsm{
    text-align: right;
    padding-right: 15px;
    display: inline-flex;
    border: 3px double #aaa;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-top-right-radius: 50px;
    background-clip: content-box;
}
.footer-ubsm-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-ub{
    text-align: left;
    padding-left: 15px;
    display: inline-flex;
    border: 3px double #aaa;
    border-top: none;
    border-bottom: none;
    border-right:none;
    border-top-left-radius: 40px;
    background-clip: content-box;
}
.footer-ub-logo{
    padding: 10px;
}
.footer-middle{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-info {
    padding: 15px;
}
.logo-other {
    max-height: 40px;
}
.logo-head {
    max-height: 30px;
    padding-right: 10px;
}
.theses-logo {
    width         : 100px;
    background-size: cover;
    height: 30px;
    background-image: url(/public/images/img/e-Tf-gr-sm.png);
}
.theses-logo:hover {
    width         : 100px;
    background-size: cover;
    height: 30px;
    background-image: url(/public/images/img/e-Tf-bl-sm.png);
}
.head-left {
    display: inline-flex;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head-left div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-text {
    color: #555;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.head-right {
    display: inline-flex;
    padding-left: 1em;
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.langs {
    padding-left: 50px;
    display: inline-flex;
	align-items: flex-end !important;
	height: 25px;
}
.langs a{
	padding-left: 10px;
	height: 25px;
}
.langs a img{
	height: 25px;
}


/*buttons*/
.btn {
	background-color: #0063a6;
	border: 1px solid white;
	color: white;
	padding: 12px 16px;
	font-size: 18px;
	cursor: pointer;
  }
.btn:hover {
	background-color: white;
	border: 1px solid #0063a6;
	color: #0063a6;

  }

.btn-small {
	background-color: #0063a6;
	border: 1px solid white;
	color: white;
	padding: 6px 10px;
	font-size: 14px;
	cursor: pointer;
}
.btn-small:hover {
	background-color: white;
	border: 1px solid #0063a6;
	color: #0063a6;

}

.btn-small-inv {
	color: #0063a6;
	border: 1px solid #0063a6;
	background-color: white;
	padding: 6px 10px;
	font-size: 14px;
	cursor: pointer;
  }
.btn-small-inv:hover {
	color: white;
	border: 1px solid #0063a6;
	background-color: #0063a6;

  }

/* CHECKBOXES*/
.container-cbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	line-height: 1.4em;
	color: #555;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .container-cbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  .container-cbox:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  .container-cbox input:checked ~ .checkmark {
	background-color: #0063a6;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .container-cbox input:checked ~ .checkmark:after {
	display: block;
  }
  
  .container-cbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

/*MEDIA*/
@media only screen and (max-width: 700px) {
	.main-middle {
		margin-left: 0px;
		width: 100%;
	}
	.main-content{
		width: calc(100%-60px);
	}
	.head-right{
		display:none;
	}
  }
@media only screen and (max-width: 950px) {
	.metadata-row {
		flex-direction: column;
	}
	.metadata-name{
		justify-content: left !important;
		text-align: left !important;
	}
	.export-options{
		flex-direction: column;
		justify-content: right;
		text-align: right;
	}
}
  
@media only screen and (min-width: 1200px) {
	.main-middle {
		width: 1200px;
		margin-left: calc(50% - 600px);
	}
	.head-left{
		margin-left: calc(50% - 600px);
	}
	.head-right{
		margin-right: calc(50% - 600px);
	}
  }


  /*SEARCH RESULTS*/
  .theses-search-results {
	display: flex;
	flex-direction: column;
	padding: 8px;
  }
  .theses-search-result{
	display:inline-flex;
	padding-bottom: 2em;
	padding-top: 2em;
	border-bottom: 1px solid #f7f7f7;
  }
  .theses-search-result img{
	box-shadow: 3px 6px 8px #ddd;
  }
  .theses-search-result-col {
	display: flex;
	flex-direction: column;
	
  }
  .theses-search-result-first {
	display: inline-flex;
	justify-content: left;
	
  }
  .theses-search-result-first a{
	color: #555;
	font-size: 1em;
  }
  .theses-search-result-first a:hover{
	color: #0063a6;
	font-size: 1em;
  }
  .theses-search-result-first div{
	font-size: 1em;
	padding-right: 1em;
	color: #555;
  }
  .theses-search-result-second {
  }
  .theses-search-result-second a{
	text-decoration: none;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .005em;
	color: #0063a6;
  }

  .theses-search-result-third {
	display: inline-flex;
	justify-content: left;
  }
  .theses-search-result-third div {
	font-size: 1em;
	padding-right: 1em;
	color: #555;
  }


  /*FORM FIELDS*/
  .main-search-field {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
  }

  .export-select{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 5px;
  }
.basic-options{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 5px;
}
.basic-textfield{
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	background-repeat: no-repeat;
	padding: 6px;
}

hr.hr-nice{
	border: 0;
    height: 1px;
    background: #0063a6;
    background-image: linear-gradient(to right, #ccc, #0063a6, #ccc);
}


  /*Metadata display*/
  .export{
	  display: flex;
	  flex-direction: column;
  }
  .export-title{
	  display: flex;
	  justify-content: right;
	  margin-bottom: 8px;
  }
  .export-text{
	  font-size: 14px;
	  margin-bottom: 8px;
	  text-align: justify;
  }
  .export-options{
	display: flex;
	justify-content: right;
  }
  .export-options div{
	  padding-left: 10px;
  }

  .metadata-row{
	margin-top: 8px;;
	display: flex;
	line-height: 1.4em;
  }

  .metadata-name{
	display: flex;
	flex: 1;
	color: #0063a6;
	justify-content: right;
	padding: 6px;
	text-align: right;
  }
  .metadata-field{
	flex: 5;
	color: #555;
	padding: 6px;
  }
  .metadata-field-btn{
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	color: #555;
	
  }
  .metadata-field-btn:hover{
	color: #0063a6;
  }
  .metadata-field-btn div{
	display: flex;
	justify-content:center;
  }


  .metadata-field-hor{
	display: flex;
  }

  .metadata-field-hor a{
	text-decoration: none;
  }
  .metadata-id{
	  background-color: #eee;
	  border-radius: 11px;
	  text-decoration: none;
	  padding: 3px 7px;
	  color: #555;
  }
  .metadata-id:hover{
	  color: #0063a6;
	  background-color: #f9f9f9;
  }

  .field-contrubutor{
	display: flex;
	padding-bottom: 10px;
  }
  .field-contributor-col{
	flex: 1;
  }
  .field-contributor-col-middle{
	flex: 1;
  }

.fa-linksmd:hover {
    color: #0063a6;
    cursor: pointer;
}
.fa-linksmd{
    color         : #555;
}
.fa-linksbig{
	font-size: 25px;
}

.info-box{
	/*width: 500px;*/
	padding: 50px;
	display: flex;
	flex-direction: column;
}
