body {
    font-family: 'Open Sans', sans-serif;
}

.nrx_header {background: #f9f9f9; border-bottom: 2px solid #eee; }
.nrx_logo {max-width: 60px;}

h1, h2, h3, h4, h5 {
    font-family: 'Noto Serif', serif;
}

h1 { font-size: 32px;}
h2 { font-size: 28px;}

.nrx_no_selectable {
-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */	
}


.nrx_textcenter {text-align: center;}

.nrx_w1440 {max-width: 1440px; margin: auto;}

/* .container-fluid {max-width:400px; position: relative;} */

.first {padding-left: 0 !important;}
.last {padding-right: 0 !important;}

.space-top-20 {padding-top: 20px}
.space-bottom-20 {padding-bottom: 20px}

.space-top-40 {padding-top: 40px}
.space-bottom-40 {padding-bottom: 40px}

.space-top-60 {padding-top: 60px}
.space-bottom-60 {padding-bottom: 60px}

.nrx_fullwidth {display: block; width: 100%; height: auto; float: left;}
.nrx_relative {position: relative;}
.nrx_absolute {position: absolute;}
.nrx_hidden {display: none;}
.nrx_hide {display: none !important;}

/* Browse */


a#up {display: block; width: 100%; float: left;}
a#up img {max-width: 20px; max-height: 30px;}
.nrx_listing {padding-bottom: 50px;}
/* .nrx_element {min-height: 300px;} */
.nrx_element p {
    display: block;
    min-height: 180px;
	font-size: 12px;
}

/* Breadcrumb */
/* #nrx_breadcrumb img {display: inline;} */
#nrx_breadcrumb span {
	padding-right: 20px;
	background: url('/static/images/common/bc_arrow.png') right center no-repeat;
	background-size: auto 13px;
	padding-left: 10px;
	color: #0056a6;
}
#nrx_breadcrumb > span:last-child {
	background: none;
}



a.nrx_preview {
	display: block;
	min-height: 99px;
	/* float: left; */
}


/* Toolbar */
.nrx_toolbar {
	background: rgba(80,80,80,0.4);	
	width: 100%;
	min-height: 50px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -20px;
	/* top: 20%; */
	display: none;
	z-index: 100;
}

.nrx_toolbar > a > img {
	width: 12%;
	margin: 10px 10%;
}

.nrx_rm img {padding: 2px;}

img.logout{width: 30px; height: auto; padding-top: 20px;}


.nrx_toolbar-mobile {
	display: none;
}


#nrx_loading {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: rgba(2,84,158,0.6) url('/static/images/icon/loading.gif') center center no-repeat; */
		background: rgba(255,255,255,0.6) url('/static/images/icon/loading.gif') center center no-repeat;
		background-size: 64px 64px;
		display: none;
		z-index: 100;
		
}


@media screen and (max-width: 960px){
	img.logout{width: 30px; height: auto; padding-top: 15px;}

	p {
		font-size: 10px !important;
		}
	
	.nrx_toolbar-mobile {
		width: 100%;
		/* height: 30px; */
		/* background: #ff8800; */
		display: block !important;
	}
	
	.nrx_toolbar-mobile > a > img {
		width: 40%;
		margin: 0 5%;
	}
	
}

@media screen and (max-width: 639px){
	
	.nrx_element {
		min-height: 350px !important;
	}	
	
	.nrx_element p {
		min-height: 100px !important;
	}	
	
	h2 {font-size: 18px;}
	/* #nrx_listing > div.nrx_element {min-height: 300px} */
}