/* DEBUGGGER */
#nb_os_loading_overlay{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #eeeeee;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
filter: alpha(opacity=50); /* IE 5-7 */
-moz-opacity: 0.5; /* Netscape */
-khtml-opacity: 0.5; /* Safari 1.x */
z-index: 1000;
display: none;
}

#nb_os_loading_window{
position: fixed;
top: 200px;
left: 50%;
width: 300px;
margin-left: -150px;
background-color: #FFF;
z-index: 1010;
display: none;
}

#nb_os_loading_window_LoadingBar{
margin: 20px 0px 20px 20px;
height: 8px;
width: 20px;
overflow: hidden;
background-color: #147CCC;
border: 1px solid #1664A0;
box-shadow: inset 0px 0px 1px #FFF;
-moz-box-shadow: inset 0px 0px 1px #FFF;
-webkit-box-shadow: inset 0px 0px 1px #FFF;
-ms-box-shadow: inset 0px 0px 1px #FFF;
-o-box-shadow: inset 0px 0px 1px #FFF;
}

#nb_os_DebugWindow{
position: fixed;
top: 0px;
right: 10px;
width: 400px;
height: auto;
border: 1px solid #999;
background-color: #FFF;
color: #111;
z-index: 1000;
padding: 10px;
text-align: left;
}

#nb_os_DebugWindowContent{
overflow-y: auto;
max-height: 300px;
}
/* END DEBUGGER */

body{
	margin: auto;
	padding: 0;
	background: #FFF;
	font-size: 12pt;
}

div,a,span,input,textarea,p{
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 24pt;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
	color: #469b51;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 18pt;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
	color: #469b51;
}

a:link, a:visited{ color: #0075bf; text-decoration: none; }
a:hover, a:active, a:focus{ color: #486654; text-decoration: underline; }

i.material-icons{ font-size: 1.3em; vertical-align: middle;}
i.small{font-size: 1em; vertical-align: middle;}
i.smaller{font-size: 0.8em; vertical-align: middle;}
i.big{font-size: 1.5em; vertical-align: middle;}
i.bigger{font-size: 2em; vertical-align: middle;}

div.content_wrapper{
	padding: 20px;
	margin: auto;
	position: relative;
}

.center{
	text-align: center;
}

div.header{
	position: relative;
	background: #879281;
	color: #FFF;
	margin:auto;
	text-align: center;
	height: 170px;
	margin-bottom: 100px;
}

.header_logo{
	position: relative;
	max-width: 350px;
	text-align: center;
}

@media only screen and (max-width: 700px) {
	.header_logo{
		
		width: 70%;
		
	}
}


div.header_user_image{
	position: absolute;
	top: 100px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 130px; /* Need a specific value to work */
	height: 130px;
	border-radius: 50%; 
	overflow: hidden;

	
}

div.header_user_image img{
	position: relative;
	object-fit: cover;
   height: 100%;
   width: 100%;
}


div.footer{
	
}

/* Input */
input.default_input{
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14pt;
	padding: 5px 10px;
	width: 90%;
	max-width: 500px;
	margin-bottom: 5px;
}

input.default_input:focus{
	border-color: #469b51;
	box-shadow: 0px 0px 5px #469b51;
}

.default_input_desc{
	font-size: 0.7em;
	padding-left: 5px;
}

input.default_button{
	padding: 10px 15px;
	background: #469b51;
	color: #FFF;
	font-weight: normal;
	border: none;
	font-size: 1.2em;
}

input.default_button:hover{
	background: #2f6836;
}

input.default_button:active{
	background: #21766d;
}
/* END Input */

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 6px;
}

@media only screen and (max-width: 700px) {
	.gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		grid-auto-flow: dense;
		gap: 6px;
	}
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
}

img.wide-image {
    grid-column: span 2 / auto;
}

.nb_download_btn{
	position: fixed;
	bottom: 100px;
	right: 10%;
	/*
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
	margin: 0;
	border: 2px solid #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 32px;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px;
	text-align: center;
	cursor: pointer;
	z-index: 1000000;
	
}

.nb_download_btn:hover{
	color: #111;
	background: #FFF;
}

div.nb_glightbox_title{
	
	/*
	background: rgba(255, 255, 255, 1);
	color: #111;
	*/
	position: fixed;
	bottom: 20px;
	right: 6%;
	
	border-radius: 10px;
	
	margin: 0;
	
	width: auto;
	height: auto;
	
	
	color: #DDD;
	text-shadow: 0px 0px 2px #111;
	
	padding: 5px;
	text-align: center;
	font-size: 1em;
	
	z-index: 1000000;
}



div.upload_progress_container{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 250px;
	margin: 0;
	text-align:center;
	color: #FFF;
	display: none;
	z-index: 1010;
}


div.upload_progress_overlay{
	position: fixed; 
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: #111;
	opacity: 0.8;
	z-index: 1000;
	display: none;
}


i.upload_progress_overlay_close{
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	font-size: 60px;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	z-index: 1010;
}


div.progress_container_loading{
	
}


div.progress_container_percent{
	color: #FFF;
	font-weight: bold;
	font-size: 1.5em;
}


div.progress_container_queue{
	color: #FFF;
	font-size: 1em;
}

.noscroll{
	overflow: hidden;
}


/* Modal */
div.nb_modal{
	position: fixed;
	left: 10px;
	right: 10px;
	top: 100px;
	height: 350px;
	background: #FFF;
	padding: 10px;
	z-index: 1020;
	box-shadow: 0px 0px 40px #555;
	display: none;
}

i.nb_modal_close{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 40px;
	font-size: 40px;
	color: #111;
	cursor: pointer;
	text-align: center;
	z-index: 100;
}
/* END Modal */


/* Dropzone */
div.dms_content_upload_area{

}

div.dms_content_upload_area_guest{
	background: #879281;
	position: relative;
	cursor: pointer;
}


.dropzone,
.dropzone_login{
	background: #879281;
	border: none;
	height: 100%;
}


.dropzone_login{
	background: #879281;
	border: none;
	height: 100%;
	
	min-height: 150px;
 
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: center;
padding-top: 20%;
}

.dropzone_addFiles_icon{
	
}

.dropzone_addFiles_icon i.material-icons{
	color: #FFF;
	font-size: 6em;
}

.dropzone_addFiles_text{
	color: #FFF;
	font-size: 1em;
}

.dz-preview {
	display: none !important;
}

.dz-details{
	 background: blue;
}



@media only screen and (max-width: 700px) {
	.dropzone_addFiles_icon{
		font-size: 0.5em;
	}

	.dropzone_addFiles_icon i.material-icons{
		font-size: 4em;
	}
}
/* END Dropzone */

/* Loading animation */
.lds-ring {
  /* change color here */
  color: #FFF
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END Loading animation */


/* BOX STYLES */
#notify_container{
	
}

div.new_items_notifier{
	position: fixed;
	
	bottom: 10%;
	
	
	padding: 10px;
	background: #FFF;
	text-align: center;
	box-shadow: 0px 0px 10px #444;
	
	height: 120px;
	width: 340px;
	
	left: 50%;
	transform: translateX(-50%);
	
	display: none;
}

@media only screen and (max-width: 700px) {
	div.new_items_notifier{
		width: 80%;
	}
}

div.new_items_notifier > p,
div.new_items_notifier > a,
div.new_items_notifier > i
{
	font-weight: bold;
	margin: 8px 0;
	text-decoration: none;
}

div.box-success,
div.box-error,
div.box-alert{
	position: relative;
}

div.box-success{
	background: #9cd8a4;
	border: 1px solid #85bc8d;
	padding: 10px;
	box-shadow: inset 0px 1px 1px #a3e2ab;
	margin-bottom: 20px;
}

div.box-error{
	background: #e58080;
	border: 1px solid #d16262;
	padding: 10px;
	box-shadow: inset 0px 1px 1px #f29b9b;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #f29b9b;
}

div.box-alert{
	background: #fcd37b;
	border: 1px solid #fcba37;
	padding: 10px;
	box-shadow: inset 0px 1px 1px #f29b9b;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #ffe9bf;
}

.box-error-close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 18px !important;
}


/* END BOX STYLES */
