/*SET BASIS STYLE FOR ENTIRE DOCUMENT */

body {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	background: #f5f5f5;
}

table, th {
	font-weight: normal;
	margin: 5px 0;
}

th {
	padding-right: 10px;
}


h1 {
	font-family: 'Arial', sans-serif;
	font-size: inherit;
	margin:0;
	font-weight: bold;
}

.h1 {
	font-weight: bold;
	font-size: 13px;
}

h2 {
	font-family: 'Arial', sans-serif;
	font-size : 14px;
}

h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:focus {
	text-decoration: inherit;
	color:inherit;
}

a:active {
	color: #2196f3;
	text-decoration: none;
}

label {
	font-weight:normal;
}

select {
	border:none;
	background:none;
	border-bottom: 1px solid #e2e2e2;
}

select:focus {
	outline:none;
}

input[type="submit"] {
	background: none;
	border: 1px solid;
}

input[type="submit"]:hover {
	color:red;
}

input[type="submit"]:focus {
	outline:none;
}

button {
	background: none;
	border: 1px solid;
}

button:hover {
	color:red;
}

button:focus {
	outline:none;
}

span.filespan {
	background: none;
	border: 1px solid;
	padding: 3px 5px;
}

span.filespan:hover {
	color:red;
	cursor: pointer;
}

input[type="text"],input[type="password"]{
	border-style:none;
	border-bottom: 1px solid #e2e2e2;
}

input[type="text"]:focus,input[type="password"]:focus {
  outline: none;
	background: #F5F5F5;
}

input[type="date"] {
	border-style:none;
	border-bottom: 1px solid #e2e2e2;
}

input[type="date"]:focus {
	outline: none;
	background: #F5F5F5;
}

input[type="number"]{
	border-style:none;
	border-bottom: 1px solid #e2e2e2;
	width: 40px;
}

input[type="number"]:focus {
  outline: none;
	background: #F5F5F5;
}

input[type="file"]{
	width: 100%;
}

input[type="file"]:focus {
	outline:none;
}

textarea {
	border-style:none;
	border-bottom: 1px solid #e2e2e2;
	resize: vertical;
}

textarea:focus  {
	outline:none;
	background: #F5F5F5;
}

/* ADAPT BOOTSTRAP */

.row, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11,
.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding: 0; margin:0; }

/* PAGE SETUP */

.page {
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto;
}

.page > .row {
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;*/
}

.svg_icon {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	float:left;
}

.svg_icon > img {
	width : 100%;
}

.del_icon {
	width: 12px;
	margin-right: 9px;
}

.bold {
	font-weight:bold;
}

/*.page > .row > [class*='col-'] {
  flex-direction: column;
}*/

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		margin: 0;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
		border-radius: 50%;
		border: 1px solid #2196f3;
}

.checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4.5px;
    top: 1.5px;
    width: 6px;
    height: 9px;
    border: solid #2196f3;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.activepage {
	color: #2196f3;
	font-weight: bold;
}

.FoundationLogo > a > div:first-child {
    font-weight: bold;
}

.FoundationLogo {
    margin-top: 20px;
		padding-left: 5px;
		border-left: 5px solid;
}

.FoundationLogo > a > div {
    display: inline-block;
}

.FoundationLogo > a {
	color: inherit;
}

.FoundationLogo > a:hover {
	color: inherit;
}


.filtersection {
	background: #fff;
	margin: 0 15px 15px 15px;
	padding: 10px 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

.uploadsection {
	background: #fff;
	margin: 0 15px 0 15px;
	padding: 10px 15px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

.imup_listelement {
	text-align: center;
	border: 2px rgb(33, 150, 243) solid;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 5px;
	overflow: hidden;
	position: relative;
}

.imup_listelement img {
	max-width: 100%;
	max-height: 100%;
}

.imup_text {
	width:100%;
	background: rgb(33, 150, 243);
	color : #fff;
}

.imup_allowed {
	color: #8bc34a;
	border-bottom: 1px #8bc34a solid;
	padding: 2px;
	text-align:center;
}

.imup_success {
	border: 2px #8bc34a solid;
}

.imup_succ {
	background: #8bc34a;
}

.imup_notallowed {
	color: #FF9800;
	border-bottom: 1px #FF9800 solid;
	padding: 2px;
	text-align:center;
}

.imup_failure {
	border: 2px #FF9800 solid;
}

.imup_fail {
	background: #FF9800;
}

.imup_failing {
	color : #FF9800;
}

.imup_progressbar_hidden {
	display: none;
}

.imup_progressbar {
	width: 300px;
	height: 18px;
	border: 1px #ccc solid;
	margin: 10px 0;
	padding: 1px;
	text-align: right;
}

.imup_progresstext {
	display: inline-block;
	font-size: 9px;
	color : #fff;
	margin-right: 5px;
	margin-top : 1px;
	vertical-align: top;
}

.imup_barfill {
	height: 100%;
	width:0;
	background: #2196f3;
	transition: width 0.8s ease;
}

.imrep_allowed {
	color: #8bc34a;
  border-bottom: 1px #8bc34a solid;
  padding: 2px;
  text-align: left;
  margin: 5px 0;
}

.imrep_notallowed {
	color: #FF9800;
	border-bottom: 1px #FF9800 solid;
	padding: 2px;
	text-align: left;
  margin: 5px 0;
}

label.imglabel {
	display: block;
	width: 200px;
}

.sidebar_tree {
  background: #fff;
  padding: 5px 15px;
  border: none;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.sidebar {
	padding: 0 0 0 0;
	/*border-style: solid;
  border-width: 1px;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 10%, #f5f5f5 90%, #ffffff 100%);
  -webkit-border-image: -webkit-linear-gradient(#7D7D7D 80%, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7D7D7D 80%, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#7D7D7D 80%, rgba(0, 0, 0, 0)) 1 100%;*/
  background: #fff;
  padding: 5px;
	padding-bottom: 20px;
  border: none;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

.sidebarel {
	margin-left: 20px;
	margin-top: 15px;
}

.sidebar_profile {
	padding: 10px 4px;
	font-size: 16px;
	color: #2196f3;
	-webkit-transition: all 257ms ;
	-moz-transition: all 257ms ;
	-o-transition: all 257ms ;
	transition: all 257ms ;
}

.sidebar_profile:hover {
	color: black;
	cursor: pointer;
}

.red {
	color: red;
}

.gray {
	color: #a2a2a2;
}

.blue {
	color: #2196f3;
}

.green {
	color: #4caf50;
}

.subtitle {
	font-size: 13px;
	margin-bottom: 5px;
}

.documented_links {
	padding: 5px 5px;
	border: 1px solid;
	display: inline-block;
}

.sidebar span.square {
	font-size: 30px;
}

.sidebar .chatbox {
	width: 300px;
	position: fixed;
	bottom:0;
	right:1%;
	background: #fff;
	z-index: 15;
	border:1px solid #ccc;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.sidebar .chatbox .chat {
	display: none;
}

.sidebar .chatbox .chatcross, .sidebar .chatbox .chatup {
	position: relative;
	height:0;
	width: 100%;
}

.sidebar .chatbox .chatcross {
		display:none;
}

.sidebar .chatbox .chatcross > div, .sidebar .chatbox .chatup > div  {
	position: absolute;
	right:10px;
	top : 3px;
}

.sidebar .chatbox .chatcross > div {
	font-size: 25px;
	top:-4px;
}

.sidebar .chatbox .chatcross > div:hover, .sidebar .chatbox .chatup > div:hover {
	color:red;
	cursor: pointer;
}

.sidebar .chatbox h3 {
	margin:0;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 10px;
}

.sidebar .chatbox h3:hover {
	cursor:pointer;
}

.sidebar .chatbox .chat {
	border: 1px solid #ccc;
}

.sidebar .chatbox .chat > div:first-child {
	width: 100%;
	height: 200px;
}

.sidebar .chatbox .chat > textarea {
	width: 100%;
	border-top : 1px solid #ccc;
	border-bottom: none;
	background: none;
	margin:0;
	padding:0;
	resize: none;
	height: 45px;
	overflow-y: scroll;
}

.sidebar .chatbox .chat .messages {
	overflow-Y : scroll;
}

.sidebar .chatbox .chat .messages .indivimessage > div {
	background: #333;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	color : #fff;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	min-width: 70%;
}

.sidebar .chatbox .chat .messages .indivimessage > div .messageinfo {
	font-weight: bold;
	font-size: 12px;
}

.sidebar .chatbox .chat .messages .indivimessage > div .messagedate {
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 5px;
	color:gray;
}

.sidebar .chatbox .chat .messages .messageinfo-user {
	text-align: right;
}

.sidebar .chatbox .chat .messages .messageinfo-user > div {
	background: #2196f3;
}

.sidebar .chatbox .chat .messages .messageinfo-user > div .messagedate {
	color: #ccc;
}

.work_tool {
	margin-top: 10px;
	margin-right: 2px;
	display: inline-block;
}

.subtitle span.lastconnected {
	color: gray;
	font-size: 9px;
	text-align:right;
}

/* multiple selections work */

.multibox {
	display: none;
	text-align: center;
	width: 320px;
	position: fixed;
	bottom:0;
	right:1%;
	background: #fff;
	z-index: 16;
	border:1px solid #ccc;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}

.multibox_active {
	display: block;
}

.multibox .multiwork .multiwork_image .multicrossdiv, .multibox .multiwork_image .multirotatediv {
	display: inline-block;
	margin: 0 2px;
}

.multibox .multiwork .multiwork_image {
	text-align: right;
	padding: 0 0 7px 0;
}

.multibox .multiwork .multiwork_validate {
	padding-top: 10px;
	text-align: right;
}

.multibox .multiwork .multiwork_validate:hover {
	color: #2196f3;
	cursor : pointer;
}

.content {

}

.topbar {
	line-height: 20px;
	text-align: right;
	padding: 10px 20px;
	position: relative;
	-webkit-transition: all 302ms ;
	-moz-transition: all 302ms ;
	-o-transition: all 302ms ;
	transition: all 302ms ;
}

.topbar_shadow {
	z-index: 4;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.16);
}

.topbar .topbar_account:hover {
	color: red;
	cursor: pointer;
}

.topbar .topbar_element {
	display: inline-block;
	position: relative;
}

.fileform form > label.fileinput > div:first-child > div:hover {
	color : red;
}

.fileform form > div.filesubmit {
	text-align:left;
}

.imglabel {
	display: block;
}

.fileform form .filediv {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 0;
}

.content .filterbar {
	padding: 0 20px;
	/*line-height: 30px;*/
	background: #fff;
	/*border-bottom:  1px solid #2196f3;
	box-shadow: 0 4px 9px rgba(0, 0, 0, .03);*/
}

.content .filterbar > div {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.content .filterbar > div.uploaded_change {
	margin:0;
}

.content .correlbar, .content .multibar {
	display: none;
	color: #2196f3;
	font-weight: bold;
	text-align: right;
}

.content .correlbar > div, .content .multibar > div {
	display: inline-block;
	padding-top: 5px;
}

.content .correlbar > div:hover, .content .multibar > div:hover {
	cursor: pointer;
	color: red;
}

.content .removemessage {
	padding-top: 5px;
}

.content .filterdropdown {
	padding-top: 3px ;
	padding-bottom: 10px;
}

.content .filterdisplay {
	padding-top : 3px;
}

.works {
	margin: 15px;
	padding: 10px 10px;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	background: #fff;
	min-height: 211px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

div.work_50 {
	width : 100%;
}

div.work_50 > div {
	display: inline-block;
	width: 45%;
	float:left;
}

.works .work .work_description div.work_50 > div > input {
	width: 100%;
}

.works .work .idtag {
	text-transform: capitalize;
	font-size: 11px;
	padding: 1px 5px;
	position: absolute;
	top: 7px;
	z-index: 100;
	right: 4px;
	background: #fff;
	border: #2196F3 solid 1px;
	color: #2196F3;
	opacity: .35;
}

.works .work > div.idtag_active {
	opacity: 1;
}

.loader {
		left: 50%;
		position: absolute;
		top : 100px;
}

.works .workwrap {
	opacity: 0;
	-webkit-transition: all 808ms ;
	-moz-transition: all 808ms ;
	-o-transition: all 808ms ;
	transition: all 808ms ;
}

.works .work {
	position: relative;
}

.works .noquerymessage {
	margin-top: 30px;
}

.works .workwrap {
	display: inline-block;
	position: relative;
}

.work_review {
	opacity: 0;
	display: none;
	text-align: center;
	width: 260px;
	position:absolute;
	right:5px;
	top:10px;
	z-index: 5;
	display: block;
}

.work_review_disabled {
	display: none;
}

.work_review_comment {
	display: none;
	position:absolute;
	width: 260px;
	left: 0;
	top: -11px;
	font-size: 10px;
	color: #9b9b9b;
}

.work_review:hover {
	cursor : context-menu;
}

.work_review .work_review_bullet {
	width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  display: inline-block;
  margin: 3px 2px;
  position: relative;
}

.work_review .work_review_current {
	border-color: #ff9800;
}

.work_review .work_review_bullet:hover {
	border-color: #999;
	cursor: pointer;
}

.work_review .work_review_check {
	width: 12px;
	height: 7px;
	border-left: 2px solid #2196f3;
	border-bottom: 2px solid #2196f3;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 5px;
	left: 2px;
}

.works .work .select_circle {
	display: none;
	position: absolute;
	top: 25px;
	left: 15px;
	border: 1px solid #296f29;
	background: #ffffff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	z-index: 5;
	color: #296f29;
	text-align: center;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.12);
}

.works .work .select_circle_active {
	display: block;
}

.works .work .select_circle .select_check {
	visibility: hidden;
}

.works .work .select_circle .select_check_active {
	visibility: visible;
}

.loader > div {
	border: 3px solid #f3f3f3; /* Light grey */
	border-top: 3px solid #2196f3; /* Blue */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 0.3s linear infinite;
	position: relative;
	left: -50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.works .work, .works .work .work_description .submitformbuttons, .works .work .work_image > div,.works .work > div.divinfo, .work_review {
		-webkit-transition: all 146ms ;
		-moz-transition: all 146ms ;
		-o-transition: all 146ms ;
		transition: all 146ms ;
}

/* When work is not clicked */

	.works .work {
		width: 260px;
		border: 1.5px solid rgb(255,255,255);
		border: 1.5px solid rgba(255,255,255,0);
	}

	.multiwork {
		width: 310px;
	}

	.works .work, .multiwork {
		display:inline-block;
		padding: 5px;
		margin: 5px;
		box-shadow: none;
    position: relative;
		text-align: left;
	}

	.works .work .work_description .submitformbuttons {
		opacity:0;
		visibility:hidden;
		transform: translateY(-50px);
	}

	.works .work .work_image > div.crossdiv {
		position:absolute;
		color:red;
		top:35px;
		right:0;
		font-weight: bold;
		padding: 0 15px 0 6px;
		border-top-left-radius : 5.65px;
		border-bottom-left-radius : 5.65px;
		transform:translateX(10px);
		visibility:hidden;
		opacity: 0;
		z-index: 5;
		background: #fff;
	}

	.works .work .work_image > div.rotatediv {
		position:absolute;
		color:black;
		top:60px;
		right:0;
		font-weight: bold;
		padding: 0 15px 0 6px;
		background: #fff;
		border-top-left-radius : 5.65px;
		border-bottom-left-radius : 5.65px;
		transform:translateX(10px);
		visibility:hidden;
		opacity: 0;
		z-index: 5;
		background: #fff;
	}

	.works .work .work_image > div.rotatediv img, .multiwork .multiwork_image > div.multirotatediv > img {
		width: 11px;
		margin-bottom: 1px;
	}

	.works .work .work_image > div.eyediv {
		position:absolute;
		color:green;
		top:10px;
		right:0;
		font-weight: bold;
		padding: 0 15px 0 6px;
		background: #fff;
		border-top-left-radius : 5.65px;
		border-bottom-left-radius : 5.65px;
		transform:translateX(10px);
		visibility:hidden;
		opacity: 0;
		z-index: 5;
	}

	.works .work > div.divinfo {
		visibility:hidden;
		opacity : 0;
		font-size: 10px;
		color: #9b9b9b;
		transform:translateY(-10px);
	}

/* when work is clicked */

	.works .work_active {
		border-color: rgb(33, 150, 243);
	}

	.works .work .work_description .submitformbuttons_active {
		visibility: visible;
		transform: translateY(0px);
		opacity:1;
	}

	.works .work .work_image > div.div_active {
		visibility: visible;
		transform: translateX(0px);
		opacity:1;
	}

	.works .work .work_image > div.eye_active {
		visibility: visible;
		transform: translateX(0px);
		opacity:1;
	}

	.works .work .work_image > div.rotate_active {
		visibility: visible;
		transform: translateX(0px);
		opacity:1;
	}

	.works .work > div.divinfo_active {
		visibility:visible;
		opacity : 1;
		transform: translateY(0px);
	}

.works .work_selected {
	box-shadow: 0 0 8px 1px rgb(41, 111, 41);
	border-radius:5px;
}

/* When work is moved to other page via AJAX*/

.works .work .workmoved {
  position: absolute;
  width: 100%;
  z-index: 90;
  text-align: center;
  height: 100%;
  background: #ffffff;
  opacity: 0.8;
  top: 0;
  left: 0;
  border-radius: 5px;
  padding: 150px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2196f3;
  border: 2px solid #2196f3;
  -webkit-transition: all 400ms ;
  -moz-transition: all 400ms ;
  -o-transition: all 400ms ;
  transition: all 400ms ;
}

.works .work .workmoved .uploadcheck {
    font-size: 30px;
}

.works .work .workmovedfurther {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;
}

.works .work .workmoved .workmovedaway {
	display: none;
}

.works .workdisappear {
  opacity: 0;
  transform: translateY(-50%);
  position: fixed;
  -webkit-transition: all 600ms ;
  -moz-transition: all 600ms ;
  -o-transition: all 600ms ;
  transition: all 600ms ;
}

.works .work .work_image {
	width: 100%;
	height: 180px;
	background: #fff;
	text-align: center;
	position: relative;
}

.works .work .work_image > div:hover {
	color: rgb(150,50,50);
	cursor: pointer;
}

.works .work .work_image img {
	max-height: 100%;
	max-width: 100%;
}

.works .work .work_image_rotate {
	max-width: none !important ;
	max-height: none !important ;
}

.works .work .work_image .correlation_tag {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 1px solid;
	background: #ffffff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	font-size: 13px;
	line-height: 22px;
	z-index: 5;
	color: #296f29;
	text-align: center;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.12);
}

/*
.work_lightbox, .work_lightbox_active {
	position: fixed;
	z-index: 10;
	text-align: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
}

.work_lightbox, .work_lightbox_active img {
	max-width:90%;
	height:auto;
	max-height:90%;
	display:inline-block;
	vertical-align: middle;
}

.work_lightbox, .work_lightbox_active > div.lightboxheight {
	width:0;
	height: 100%;
	display:inline-block;
	vertical-align: middle;
}

.work_lightbox, .work_lightbox_active > div.lightboxmessage {
	color: #fff;
	height:0;
}

.work_lightbox {
	display:none;
}

.work_lightbox_active {
	display:block;
}
*/
.works .work .work_description {
	padding: 10px 0;
	/*display:none;*/
}

.works .work .work_description textarea {
	resize: vertical;
}

.works .work .work_description input[type="text"], .works .work .work_description select, .multiwork .multiwork_description input[type="text"], .multiwork .multiwork_description select {
	width:45%;
}


.works .work .work_description input[type="submit"], .multiwork .multiwork_description input[type="submit"] {
	width: 47%;
	display:inline-block;
	margin-left:1px;
}

.works .work .work_description textarea.added_description, .multiwork .multiwork_description textarea.multiadded_description {
	width: 100%;
	margin-bottom: 5px;
}

.italics {
	font-style: italic;
}

.works .work .work_description .radio > input[type="radio"], .multiwork .multiwork_description .radio > input[type="radio"] {
	display:none;
}

.works .work .work_description .radio, .multiwork .multiwork_description .radio {
	display:inline-block;
	position:relative;
	margin:0;
}

.works .work .work_description .radio > div, .multiwork .multiwork_description .radio > div {
	width:10px;
	height:10px;
	margin-top: 5px;
	border-radius:50%;
	background:none;
	float:left;
	vertical-align:middle;
	border: 1px solid;
}

.works .work .work_description .radio > input[type="radio"]:checked ~ div, .multiwork .multiwork_description .radio > input[type="radio"]:checked ~ div {
	background:#000;
	box-shadow: 0 0 0 2px #fff inset;
}

.content .pagenumbers {
	text-align:center;
	padding: 20px;
	margin-bottom: 20px;
}

.content .pagenumbers > div {
	border: 1px solid;
	padding: 5px;
	display: inline-block;
	font-size:12px;
	margin: 1.5px 0px;
}

.content .pagenumbers > div:hover {
	color: red;
}

.content .pagenumbers > div:first-child {
	border:none;
	text-transform: uppercase;
	font-size: 12px;
}

.content .pagenumbers > div:first-child:hover {
	color:inherit;
}

.content .pagenumbers > div a:hover {
	color:inherit;
}

.page .footer {
	padding: 30px 0;
	text-align: center;
	width: 100%;
	color: gray;
	font-size: 13px;
}

.hidden {
	visibility: hidden !important;
}

/* RESPONSIVE COLLECTION */
@media screen and (max-width: 991px) {
	.sidebar {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 837px) {

	.sidebarel .filesubmit {
		display: inline-block;
	}

}


@media screen and (max-width: 768px) {
	body {
		font-size: 15;
	}

	.works {
		padding: 20px;
	}

	.works .work {
		width: 100%;
		margin: 0 auto;
	}

	.sidebar .chatbox {
		width: 100%;
		right:0;
	}

	select {
		margin: 3px;
	}

	.arch_viewer {
		display: none;
	}


}

/* view only page */

.vo_work {
	display:inline-block;
	box-shadow: none;
	margin: 0 15px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 290px;
	vertical-align: top;
	opacity: 0;
	-webkit-transition: all 808ms ;
	-moz-transition: all 808ms ;
	-o-transition: all 808ms ;
	transition: all 808ms ;
}

.vo_work_row {
	display:block;
	box-shadow: none;
	margin: 0 15px;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	width: 100%;
	vertical-align: top;
	opacity: 0;
	-webkit-transition: all 808ms ;
	-moz-transition: all 808ms ;
	-o-transition: all 808ms ;
	transition: all 808ms ;
}

.vo_work .hidecross {
	position: absolute;
	left: -15px;
	top: 15px;
	z-index: 100;
	color: #c6c6c6;
}

.vo_work_row .hidecross {
	position: relative;
	display: inline-block;
	top: 0;
}


.vo_work .hidecross .fa-eye-slash {
	color:red;
}

.vo_work .hidecross:hover {
		color: red;
		cursor: pointer;
}

.vo_work .work_image {
	height: 180px;
	width: 100%;
	position: relative;
}

.vo_work_row .work_image {
	height: 50px;
	width:auto;
	display: inline-block;
	padding-right: 20px;
}

.vo_work .work_image:hover {
	cursor: pointer;
}

.vo_work .work_image > div {
	position: absolute;
	height: 180px;
	width: 290px;
	bottom:0;
	left:0;
}

.vo_work_row .work_image > div {
	position: relative;
	display: inline-block;
	height: 50px;
	width: auto;
}

.vo_work .work_image img {
	max-height: 100%;
	max-width: 100%;
}

.vo_work .work_description {
	font-size: 11px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.vo_work_row .work_description {
	font-size: 14px;
	color: #999;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	display: inline-block;
}

.vo_work .work_description > div {
	height: 70px;
	position: relative;
}

.vo_work_row .work_description > div {
	height: 50px;
	position: relative;
}

.vo_work .correlation_tag {
	display: inline;
	padding-left: 5px;
}

.page .vo_works {
	padding: 60px 60px;
}

/* LOGIN/PASSWORD PAGE */

body.pw_body {
	background: #f5f5f5;
}

.pw_checkbox {
	text-align: right;
	margin: 10px 0;
}

.pw_container {
	width: 320px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	padding: 20px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

.pw_logotitle {
	border-left: 5px solid #333;
	padding-left: 5px;
}

.pw_message {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
}

.pw_login, .pw_forgot, .pw_enroll {
	width: 100%;
	display: inline-block;
	margin:0 auto;
	-webkit-transition: all 146ms ;
	-moz-transition: all 146ms ;
	-o-transition: all 146ms ;
	transition: all 146ms ;
}

.pw_field {
	margin-bottom: 3px;
	position:relative;
}

.pw_field > input {
	width : 100%;
}

.pw_link {
	text-align: left;
	margin: 0;
	line-height: 16px;
}

.pw_links {
	margin: 10px 0 20px 0;
}

.pw_emailvalidated {
	position: absolute;
	right: -15px;
	top:0;
}

.pw_newloginfields {
	display: none;
}

.pw_subtitle {
	text-align: left;
	font-size: 14px;
	color: #2196f3;
	margin-top: 20px;
	border-bottom: 1px solid #2196f3;
	margin-bottom: 4px;
}

.pw_login_inactive {
	display:none;
	transform: translateY(-60px);
}

.pw_enroll_inactive {
	display:none;
	transform: translateY(-60px);
}

.pw_forgot_inactive {
	display: none;
	transform: translateY(-60px);
}

.pw_login_active {
	display:block;
	transform: translateY(0);
}

.pw_enroll_active {
	display:block;
	transform: translateY(0);
}

.pw_forgot_active {
	display: block;
	transform: translateY(0);
}

/* admin homepage*/

.adm_container {
	width: 320px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	padding: 20px;
	background: #fff;
	margin: 0 auto;
}

.adm_topbar {
	margin-bottom: 5px;
	text-align: right;
}

.adm_logotitle {
	border-left: 5px solid #333;
	padding-left: 5px;
}

.adm_links {
	padding: 15px 0;
}

.adm_link {
	padding: 10px 4px ;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.adm_link:hover {
	background: #f5f5f5;
}

.adm_links > a:hover {
	color: #2196f3;
}

.adm_admlogo {
	position: absolute;
	right: 5px;
	bottom: 10px;
	color: #888;
}

/* administrative page */

.admin_page {
	opacity: 0;
	-webkit-transition: all 601ms ;
	-moz-transition: all 601ms ;
	-o-transition: all 601ms ;
	transition: all 601ms ;
}

.admin_removeuser {
	padding-left: 20px;
	color: #2196f3;
	font-size: 10px;
}

.admin_removeuser:hover {
	cursor: pointer;
	text-decoration: underline;
}

.admin_white_compact {
	/* height: 60px;
	overflow: hidden;*/
}

.admin_page_loaded {
	opacity: 1;
}

.admin_exp_total {
	font-weight: bold;
	color: #2196f3;
}

.admin_box, .admin_box_large {
	margin: 16px 8px;
	margin-top: 0;
	padding: 20px;
/*	min-height: 50px;*/
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

.admin_box, .admin_box_large, .admin_addmargin, .admin_menu {
	opacity: 1;
	-webkit-transition: opacity 202ms ;
	-moz-transition: opacity 202ms ;
	-o-transition: opacity 202ms ;
	transition: opacity 202ms ;
}

.admin_box:hover, .admin_box_large:hover, .admin_box:focus,
.admin_box_large:focus, .admin_addmargin:hover, .admin_menu:hover,
.admin_addmargin:focus, .admin_menu:focus {
	opacity: 1;
}

.admin_todo {
	padding-bottom: 7px;
	margin-top: 7px;
}

.admin_todo:not(:last-of-type) {
	border-bottom: 1px solid #e0e0e0;
}

span.admin_todo_user {
	color: #8ac4f1;
	font-style: italic;
}

.admin_todo_editable {
	outline: none;
}

.admin_todo_editable_active {
	animation: fieldblinker 2s linear infinite;
}

.admin_todo_check {
	display: inline;
	position: relative;
}

.admin_todo_check > span.admin_todo_box {
	width: 13px;
	height: 13px;
	border : 1.5px solid #ccc;
	display: inline-block;
	margin-top: 1px;
}

.admin_todo_check input:checked ~ span.admin_todo_box {
  background-color: #fff;
}

.admin_todo_check input:checked ~ span.admin_todo_text {
	text-decoration: line-through;
	color: #878787;
}

.admin_todo_check > span.admin_todo_box:after {
    content: "";
    position: absolute;
    display: none;
}

.admin_todo_check input:checked ~ span.admin_todo_box:after {
    display: block;
}

.admin_todos_new {
	margin-top: 15px;
}

.admin_todos_new > div {
	display: inline-block;
}

label.admin_todo_check span.admin_todo_text_active {
	text-decoration: none !important;
}

label.admin_todo_check span.admin_todo_user_active {
	text-decoration: line-through !important;
}

.admin_todos_new > div:first-child {
	width: 70%;
}

.admin_todos_new input {
	width: 100%;
}

.admin_todos_new > div:last-child {
	max-width: 25%;
}

.admin_todos_new button {
	max-width: 100%;
}

.admin_todo_check > span.admin_todo_box:after {
    left: 4.5px;
    top: 0px;
    width: 6px;
    height: 9px;
    border: solid #2196f3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.admin_todo_text > div {
	display: inline;
	margin-left: 5px;
	font-size: 10px;
	color: #d0d0d0;
}

.admin_todo_text > div.admin_todo_canceledit {
	display: none;
}

.admin_todo_text > div.admin_todo_saveedit {
	display: none;
}

.admin_todo_text > div:hover {
	color: #2196f3;
	cursor: pointer;
}

.admin_notule_editor {
	height : 250px;
	margin-bottom: 10px;
}

.admin_archived_notules {
	white-space: nowrap;
	overflow-x: auto;
	height: 100px;
	overflow-y: auto;
	border-bottom: 1px solid #ccc;
}

.admin_notule_title {
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	border: 1px #ccc solid;
	border-bottom: none;
	margin-top: 10px;
}

.admin_notule_title:empty:not(:focus):before{
    content:attr(data-text);
		color: gray;
		font-weight: normal;
}

.admin_notule_details {
	color: gray;
	font-size: 11px;
}

.admin_notule_check {
	position: relative;
}

.admin_notule_check span > span {
	margin-right: 3px;
}

.admin_notule_table_container {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 10px;
}

table.admin_notule_table {
	white-space: nowrap;
	max-width: 100%;
}

.admin_notule_saved {
	position: relative;
	text-align: right;
}

.admin_notule_saved > div {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	font-weight: bold;
}

.admin_notule_savedtop {
	display: none;
}

.admin_notule_newtag {
	background: #ffc107;
	margin-left: 5px;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px;
	font-size: 8px;
	font-weight: bold;
}

.admin_notule_links {
	color : #2196f3;
	font-size: 10px;
}

.admin_notule_links > span:hover {
	cursor: pointer;
	color:red;
}

.admin_notule_check > span.admin_notule_box {
	width: 13px;
	height: 13px;
	border : 1.5px solid #ccc;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0;
}

.admin_notule_check input.admin_notule_input:checked ~ span.admin_notule_box {
  background-color: #fff;
	color: #878787;
}

.admin_notule_check > span.admin_notule_box:after {
    content: "";
    position: absolute;
    display: none;
}

.admin_notule_check input:checked ~ span.admin_notule_box:after {
    display: block;
}

.admin_notule_check > span.admin_notule_box:after {
    left: 4.5px;
    top: 0px;
    width: 6px;
    height: 9px;
    border: solid #2196f3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.admin_addmargin {
	margin: 16px 8px;
	margin-top: 0;
	position: relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	filter: contrast(51%) brightness(140%) saturate(90%);
	background: #ffffff;
	overflow: hidden;
}

.admin_addmargin > div {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
}

.admin_addmargin > div > img {
	animation: imgwalk 70s infinite;
	width: 100%;
}


.admin_addmargin > div > img.admin_leftimg {
	width: auto;
}

@keyframes imgwalk {
	0% {
		transform: translate(0,0);
	}
	20% {
		transform: translate(5%,7%);
	}
	40% {
		transform: translate(-18%,-5%);
	}
	60% {
		transform: translate(10%,-20%);
	}
	80% {
		transform: translate(-30%,-10%);
	}
	100% {
		transform: translate(0,0);
	}
}

.admin_menu {
	margin: 16px 8px;
	margin-top: 0;
	margin-left: 0;
	padding: 20px;
	padding-top: 40px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}

.col-sm3-2 {
	width : 12.5%;
	position: relative;
	min-height: 1px;
	float:left;
}

@media screen and (max-width: 768px) {
	.col-sm3-2 {
		width:0;
	}
}

.admin_head {
	/* position: absolute; */
	/* top: 10px; */
	/* left: 0; */
	padding: 3px 5px;
	padding-right: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	/*background: #e5f0f9;*/
}

.admin_head::before {
	content: "\25B6\0000a0";
}

.admin_white_unveil::before {
	/* content: "\25BC\0000a0";
	color: #2196f3; */
}

.admin_white_unveil {
	/* color: #2196f3; */
}

.admin_head:hover {
	/*cursor: pointer;
	box-shadow: 0 0 0 1px #2196f3;
	color : #2196f3;*/
}

.admin_button {
	display: none;
}

.admin_box table.userrights tr {
	width: 100%;
}

.admin_box table.userrights tr > th input {
	width: 100%;
}

.admin_box table.userrights tr > th:nth-child(1) {
	width: 30%;
}

.admin_box table.userrights tr > th:nth-child(2) {
	width: 30%;
}

.admin_box table.userrights tr > th:nth-child(3) {
	width: 30%;
}

.admin_accessgrant {
	border : 1px solid #2196f3;
	padding: 5px;
	margin: 10px 0;
}

.admin_accessgrant > div:first-child {
	font-size : 10.5px;
	color: #888;
}

.admin_accessgrant input[type="text"] {
		width: 100%;
}

.admin_accessgrant input[type="submit"] {
	margin-top: 6px;
}

#admin_plot {
	height: 360px;
	position: relative;
	padding: 40px 0 20px 0;
}

.admin_contact {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
}

.admin_contact .admin_contact_edit {
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 10px;
	color: #d0d0d0;
}

.admin_contact .admin_contact_edit:hover {
	color: #2196f3;
	cursor: pointer;
}

.admin_contacts > .admin_tile {
	max-height: 340px;
	overflow-y: scroll;
	margin-bottom: 30px;
}

.admin_contact table {
	width: 100%;
}

.admin_contact table tr th:first-child {
	width: 5%;
	min-width: 20px;
	color:#444;
	font-size: 10px;
}

.admin_contact table tr th:last-child {
	width: 90%;
	min-width: 100px;
}

.admin_contact table tr th input, .admin_contact table tr th textarea {
	width: 100%;
}

.admin_contact table tr th textarea {
	height: 22px;
}

.admin_contact table tr th textarea {
	resize: vertical;
}

input[type="text"].admin_contact_input {
	border:none;
	border-bottom: none;
	background: inherit;
	width:100%;
	margin: 1px 0;
	padding: 0 2px;
}

.admin_edit_contactbutton {
	display: none;
}

input[type="text"].admin_contact_input_active {
	animation: fieldblinker 2s linear infinite;
}

@keyframes fieldblinker {
  50% {
		color: #2196f3;
		background: #d8edff;
	}
}

.admin_techniques input, .admin_themes input, .admin_artypes input, .admin_materials input {
	width: 100%;
	max-width: 200px;
}

.admin_options_container input[type="submit"] {
	max-width: 100px;
}

div.admin_membertable {
	white-space: nowrap;
	overflow-x: auto;
	width: 100%;
}

div.admin_membertable table tr:nth-child(2n+1) {
	background: #f0f0f0;
}

.admin_techniques , .admin_themes , .admin_artypes, .admin_materials {
	padding-right: 5px;
	margin-bottom: 10px;
	overflow-x: auto;
	white-space:nowrap;
}

.admin_optionel > div {
	display: inline;
	-webkit-transition: all 202ms ;
	-moz-transition: all 202ms ;
	-o-transition: all 202ms ;
	transition: all 202ms ;
}

.admin_optionel_msg {
	display: none;
	margin-bottom: 10px;
}

.admin_optionel > div:first-child {
	opacity: 0;
	pointer-events: none;
	font-size: 0;
}

.admin_optionel > div:not(:nth-child(4)):hover {
	color: #2196f3;
	cursor: pointer;
}

.admin_optionel > div:nth-child(2), .admin_optionel > div:nth-child(3) {
	display: none;
}

.admin_optionel input, .admin_optionel input:focus {
	border:none;
	border-bottom: none;
	background: inherit;
	width:100%;
	margin: 1px 0;
	padding: 0 2px;
}

input[type="text"].admin_optionel_active_input {
	animation: fieldblinker 2s linear infinite;
}

.admin_optionel:hover > div:first-child {
	opacity: 1;
	font-size: inherit;
	pointer-events: auto;
}

.admin_box .pdf {
	margin: 10px 0;
	width: 100%;
}

.admin_box .pdf_viewdownload > div {
	display: inline-block;
}

.admin_box .pdf_viewdownload > div:last-child {
	text-align: right;
	float:right;
	margin: 0 5px;
	color : #999;
}

.pdf_links {
	font-size: 10px;
}

table.pdf tr td {
	padding: 2px;
}

table.pdf tr td:first-child {
	padding-left: 5px;
}

table.pdf tr:nth-child(2n+1) {
	background: #efefef;
	width: 100%;
}

table.pdf tr > td:first-child {
	width: 5%;
	min-width: 20px;
}

table.pdf tr > td:last-child {
	width: 90%;
}

/* personal page */

.perso {
		text-align: left;
		width: 300px;
		position:absolute;
		background: #fff;
		top: 50px;
		right:30px;
		z-index: 10000000;
		transform: translateY(-30px);
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 0 500px 600px rgba(0, 0, 0, 0.0);
		-webkit-transition: all 203ms ease, box-shadow 1000ms ease ;
		-moz-transition: all 203ms ease, box-shadow 1000ms ease ;
		-o-transition: all 203ms ease, box-shadow 1000ms ease ;
		transition: all 203ms ease, box-shadow 1000ms ease ;
}

.perso_shadow {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	box-shadow: 0 0 2000px 500px rgba(33, 150, 243, 0.1);
	animation: accountblinker 4s linear infinite;
}

@keyframes accountblinker {
  40% {
		box-shadow: 0 0 1500px 400px rgba(0, 0, 0, 0.15);
	}
}

.perso > div {
	position: relative;
}

.perso > div > div:first-child {
	width: 57px;
	height: 99px;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: -99px;
	right:0;
	z-index: 9;
}

.perso > div:first-child {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	padding: 10px;
}

.perso > div > div:first-child:after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background: #fff;
	transform: rotate(45deg);
	top: 94px;
	left: 9px;
	box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.perso_hours {
}

.perso_hours table {
	width: 100%;
}

.perso_hours table tr {
	width: 100%;
}

.perso_hours table tr > td:first-child {
	width: 30%;
}

.perso_hours table tr > td:last-child {
	width: 70%;
}

.perso_hours table tr > td:last-child > input {
	width: 100%;
}

.perso_hours table tr textarea {
	height: 25px;
	width: 100%;
}

.perso_password {
	text-align: right;
}

.perso_password:hover {
	color: #333;
	cursor: pointer;
}

.perso_newpassword {
	margin-bottom: 5px;
}

.perso_newpassword input[type="password"],.perso_newpassword input[type="text"],.perso_newpassword input[type="date"] {
	width: 100%;
}

.perso_newpassword table {
	width: 100%;
}

.perso_newpassword table tr > td:first-child {
	width: 30%;
}

.perso_newpassword table tr > td:last-child {
	width: 70%;
}

.perso_newpassword button {
	margin-top: 3px;
}

.perso_newpassword {
	visibility: hidden;
	opacity: 0;
	height:0;
	transform: translateY(-50px);
	-webkit-transition: all 307ms ;
	-moz-transition: all 307ms ;
	-o-transition: all 307ms ;
	transition: all 307ms ;
}

.perso_newpassword_active {
	visibility: visible;
	opacity: 1;
	height: auto;
	transform: translateY(0);
}



/* archive page */

.arch_page {
	height: 100vh;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 601ms ;
	-moz-transition: all 601ms ;
	-o-transition: all 601ms ;
	transition: all 601ms ;
}

.arch_stats {
	margin-top: 15px;
}

.arch_stats a {
	color : #2196f3;
}

.arch_page_loaded {
	opacity: 1;
}

.arch_toprow {
}

.arch_toprow > div {
	margin-bottom: 15px;
}

.arch_toprow > div > div {
	height: 100%;
}

.arch_meta {
	font-family: courier;
}

.arch_searchresults {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.arch_uploads .col-sm-6 {
	margin-bottom: 5px;
}

.arch_container {
	/*height: 100vw;*/
	overflow-y: scroll;
	overflow-x: auto;
}

.arch_loader {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 15px;
	display: none;
}

.arch_loader > div {
	left: 50%;
	position: absolute;
	top : 0px;
}

.arch_loader > div > div {
		border: 3px solid #f3f3f3; /* Light grey */
		border-top: 3px solid #2196f3; /* Blue */
		border-radius: 50%;
		width: 30px;
		height: 30px;
		animation: spin 0.3s linear infinite;
		position: relative;
		left: -50%;
}

.arch_archives {
	padding: 0 15px;
}

.arch_archives2 {
	padding: 0 15px 0 0;
}

.arch_archives > div:nth-child(4) {
	/*height:2000px;*/
}

.arch_viewer {
	/*height: 100%;*/
	background: #525659;
	overflow-y:hidden;
}

.arch_uploads > form {
	margin-bottom: 15px;
}

.arch_viewer > object {
	width:100%;
	height: 100%;
}

.arch_box, .arch_topbox {
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	padding: 20px;
	padding-top: 40px;
	margin-bottom: 15px;
	position: relative;
}

.arch_topbox {
	padding-top: 5px;
	margin-bottom: 0;
}

.arch_submenu {
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	padding: 20px;
	margin-bottom: 15px;
	position: relative;
}

.arch_delete_table {
	width: 100%;
}

.arch_delete_table tr td{
	vertical-align: top;
}

.arch_delete_table tr {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.arch_delete_table tr > td:nth-child(1) {
	padding-right: 7px;
}

.arch_delete_table tr > td:nth-child(2) {
	color: #2196f3;
}

.arch_head {
	position: absolute;
	font-weight: bold;
	top: 10px;
	right: 0;
	padding: 3px 5px;
	padding-right: 15px;
	background: #e5f0f9;
}

.arch_tile {

}

.arch_multi_form {
	border : 1px solid #333;
	padding: 10px;
	margin: 10px 0;
}

.arch_form, .arch_multifile {
	position: relative;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #2196f3;
}

.arch_multi_form {
	margin: 10px 0;
}

.arch_upload_output input[type="text"].arch_long, .arch_upload_output textarea.arch_long {
	width: 100%;
}

.arch_notallowed, .arch_multi_notallowed {
	background: rgba(255, 255, 255, 0.64);
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 10px;
	top: 0;
	left: 0;
	text-align: right;
	padding: 5px 10px;
	border: 1px solid red;
	color: red;
}

.arch_success {
	opacity: 0;
	height:0;
	-webkit-transition: opacity 601ms ;
	-moz-transition: opacity 601ms ;
	-o-transition: opacity 601ms ;
	transition: opacity 601ms ;
}

.arch_success_active {
	opacity: 1;
	height: auto;
}

.arch_success > div:first-child {
	margin-top: 20px;
}

.arch_success > div {
	margin: 3px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

.arch_table_container {
	overflow-x: auto;
	display: none;
}

.arch_table_container_visible {
	display: block;
}

.arch_table {
	width: 100%;
	white-space:nowrap;
}

tbody.arch_table_content tr {
	padding: 5px 2px;
	border-bottom: 4px solid #ebebeb;
	height: 35px;
}

/*tbody.arch_table_content tr:nth-child(2n+1) {
	background : #f6f6f6;
}*/

tbody.arch_table_title tr {
	color: #2196f3;
	background: #fff;
}

tbody.arch_table_title th {
	font-weight: bold;
	padding-bottom: 10px;
}

tbody.arch_table_title th img:hover {
	cursor: pointer;
}

.arch_table tr td {
	padding: 0 2px;
}

.arch_sort_rotate {
	transform: rotate(180deg);
}

.arch_appendnew {
	display: inline;
	background: #ffc107;
	margin-left: 5px;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px;
	font-size: 8px;
	font-weight: bold;
}

tbody.arch_table_content tr:hover {
	cursor: pointer;
	color: #2196f3;
	border-bottom: 4px solid #2196f3;
}

.arch_table tr td:first-child {
	font-weight: bold;
	text-align: center;
	background: #cddae5;
	padding: 10px 5px;
	width: 40px;
}

.arch_table tr td:nth-child(2) {
	padding-left: 5px;
}

.arch_elements {
	position: relative;
	width:100%;
	height: 0;
}

.arch_element_menu {
	position: absolute;
	padding: 20px;
	background: #fbf7ef;
	top:80px;
	right:20px;
	width: 300px;
	transform: translateX(20px);
	/*border: 2px solid #2196f3;*/
	box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 5;
	pointer-events: none;
	-webkit-transition: all 205ms ;
	-moz-transition: all 205ms ;
	-o-transition: all 205ms ;
	transition: all 205ms ;
}

.arch_filtertable {
	width: 100%;
	margin-bottom: 10px;
}

.arch_filtertable td {
	padding: 0 5px;
}

.arch_search {
	width: 100%;
}

.arch_search input[type='text'] {
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.arch_searchbutton {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.arch_searchbutton:hover {
	color: #000;
	border: 1px solid #2196f3;
}

.arch_tree {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 11px;
}

.arch_unprot {
	margin-bottom: 10px;
	text-align: right;
	padding-bottom: 5px;
	font-size: 11px;
}

.arch_tree_child {
	font-weight: bold;
	color: #2196f3;
}

.arch_tree_up:hover {
	text-decoration: underline;
	cursor: pointer;
}

.arch_unprotect:hover {
	cursor: pointer;
	text-decoration: underline;
}

.arch_unprotect_guide {
	display: none;
}

.arch_element_menu_active {
	/*transform: translateY(0);*/
	pointer-events: auto;
	opacity: 1;
	z-index: 9999999;
	transform: translateX(0);
}

.arch_show_menu, .arch_close_menu {
	font-size: 15px;
	padding: 6px;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #fbf7ef;
	position: absolute;
	-webkit-transition: all 205ms ;
	-moz-transition: all 205ms ;
	-o-transition: all 205ms ;
	transition: all 205ms ;
}

.arch_close_menu {
	right:-5px;
	top: -10px;
}

.arch_show_menu {
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.2);
	right:35px;
	top: 90px;
	opacity: 0;
	transform: translateX(-30px);
}

.arch_show_menu_active:hover, .arch_close_menu:hover {
	color : #2196f3;
	box-shadow: 0 0 6px 3px rgba(33, 150, 243, 0.52);
	cursor:pointer;
}

.arch_show_menu_active {
	opacity: 1;
	transform: translateX(0);
	z-index: 99;
}

.arch_detail_dates {
	font-size: 10px;
	color: #9b9b9b;
	margin-bottom: 15px;
}

.arch_element_menu > div {
	position: relative;
}

.arch_elements input, .arch_elements textarea {
	background: inherit;
	width: 100%;
}

.arch_elements input, .arch_elements textarea, .arch_elements select {
	color:#2196f3;
}

.arch_elements input:focus, .arch_elements textarea:focus {
	background: inherit;
}

.arch_edit_options {
	margin-bottom: 15px;
}

.arch_edit_options > div {
	float:right;
	margin-left: 10px;
}

.arch_edit_button {
	display: none;
}

.arch_edit_button_active {
	display: block;
}

.arch_edit_options > div:nth-child(1) {
	color: red;
}

.arch_edit_options > div:nth-child(2) a {
	color: inherit;
	font-size: 11px;
}

.arch_edit_options > div:nth-child(3) a {
	color: inherit;
}

.arch_edit_options > div:hover {
	cursor: pointer;
	color: #2196f3;
}

.arch_view_intro {
    font-size: 20px;
    color: #8e8e8e;
    text-align: center;
    margin-top: 100px;
}

.arch_grab {
	display: inline;
	font-size: 10px;
	margin-right: 10px;
	color: #888;
}

.arch_grab_ghost {
	opacity: 1;
	background: #e0e0e0;
}

.arch_grab:hover {
	cursor: move;
	cursor: s-resize;
}

.arch_folders {

}

.arch_folder {
	padding: 3px 0;
	vertical-align: top;
}

.arch_folders > div.arch_folder:nth-child(2n+1) {
	background: #f4f7f9;
}

.arch_folder_change {
  animation: folderblink .8s linear infinite;
}

@keyframes folderblink {
  50% {
    opacity: .7;
  }
}

.arch_folder:hover {
	cursor: pointer;
}

.arch_folder:hover > div:not(span) {
	color: #2196f3;
}

.arch_folder > div {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}

.arch_folder > div:nth-child(2) {
	width: 300px;
}

.arch_folder > div:nth-child(3) {
	color: gray;
	width: 200px;
}

.arch_folder > div span {
	color: gray;
}

.arch_folder > div img {
	width: 30px;
}


.web_body > div.row > div.col-sm-10 {
	padding-right: 10px;
}

.web_block {
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
	padding: 20px;
	padding-top: 40px;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	width: 100%;
}

.web_title {
	font-size: 18px;
	font-weight: bold;
}

.web_biog, .web_found, .web_cont {
	padding: 10px;
	background: #ecf1f4;
	font-family: monospace;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.web_biog {
	height: 50vh;
}

.web_found, .web_cont {
	height: 100px;
}

.web_bio_saved, .web_found_saved, .web_cont_saved {
	margin-top: 10px;
	font-weight: bold;
}

.web_biog:focus, .web_found:focus, .web_cont:focus {
	background: #ecf1f4;
}

.web_inline {
	background: #ecf1f4;
	font-family: monospace;
}

.web_currentimg {
	margin-top: 30px;
}

.web_currentimg > div {
	margin: 10px;
	padding: 10px;
	background: #ecf1f4;
	font-family: monospace;
	display: inline-block;
}

.web_currentimg form {
	display: inline-block;
}

/*
.web_table {
	width: 90%;
	white-space: nowrap;
}

.web_table_container {
	overflow-x: auto;
}

.web_table > tbody > tr th {
	background: #fff;
	color: #2196f3;
	font-weight: bold;
}

.web_table > tbody > tr:nth-child(2n+1) {
	background: #efefef;
}

.web_table > tbody > tr > td:first-child {
	display: none;
}

.web_edit:hover {
	cursor:pointer;
}
*/


@keyframes blink_contenteditable {
    0% {
        color: rgba(0,0,0,1);
    }
    50% {
        color: rgba(0,0,0,0.1);
    }
    100% {
        color: rgba(0,0,0,1);
    }
}

.web_contenteditable {
	font-family: courier;
	font-weight: bold;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-moz-animation:blink_contenteditable normal 1.5s infinite ease-in-out;
  -webkit-animation:blink_contenteditable normal 1.5s infinite ease-in-out;
  -ms-animation:blink_contenteditable normal 1.5s infinite ease-in-out;
  animation:blink_contenteditable normal 1.5s infinite ease-in-out;
}

.web_cl {
	display:none;
}

.resetpw_error {
	margin: 15px 0;
}

.resetpw_form {
	margin: 15px 0;
	width: 100%;
}

.resetpw_form > form > div {
	margin: 5px 0;
}

.resetpw_form > form > div > input[type="password"] {
	width: 100%;
}

.rand_container {
	background: #6c92a4;
	/* margin: 15px; */
	height: 100vh;
	box-shadow: 0 0 9px 0 #2196f39e;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 5vh 2%;
	-webkit-transition: all 800ms ;
	-moz-transition: all 800ms ;
	-o-transition: all 800ms ;
	transition: all 800ms ;
	overflow-y: auto;
}

.rand_container_hover {
	background: #7d7d7d;
}

.rand_container_intro {
	padding: 10%;
	color: #fff;
}

.rand_intro {
	margin-top: 10vh;
	color:#fff;
}

.rand_start {
	font-size: 25px;
  padding: 43px 15px;
  margin-top: 25px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
	-webkit-transition: all 800ms ;
	-moz-transition: all 800ms ;
	-o-transition: all 800ms ;
	transition: all 800ms ;
}

.rand_start:hover {
	box-shadow: 0 0 150px 150px #fffb714a;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #5a7a8a;
}

.rand_img_container {

}

.rand_img {
	margin: 0 auto;
	display: none;
	background: none;
	color: #fff;
}

.rand_img img {
	width: 75vw;
  /* border-radius: 5px; */
  border: 10px solid #fff
}

.rand_img_visible {
	display: block;
}

.rand_details {
	display: inline-block;
	max-width: 600px;
	margin-top: 40px;
}

.rand_details table {
	width: 80%;
}

.rand_details table > tbody > tr > td:first-child {
	width: 30%;
	text-align: right;
	padding-right:5px;
}

.rand_details table > tbody > tr > td:last-child {
	width: 70%;
}

.rand_details input, .rand_details textarea, .rand_details select {
	background: #7d7d7d;
  width: 90%;
  max-width: 600px;
  margin-top: 5px;
  height: 35px;
  border: 1.5px solid #fff;
  /* border-radius: 4px; */
  margin-left: 10px;
  padding: 3px 10px;
}

.rand_details input:focus, .rand_details textarea:focus, .rand_details select:focus {
	background: #ffffff;
	color: #000;
}

.rand_details input::placeholder, .rand_details textarea::placeholder {
	color:#ccc;
}

.rand_details textarea {
	height: 150px;
}

.rand_buttons {
	text-align: right;
	display: inline-block;
}

.rand_buttons > div {
	text-align: center;
	margin: 5px;
	border: 1.5px solid #fff;
	/* border-radius: 4px; */
	width: 30%;
	max-width: 230px;
	min-width: 160px;
	padding: 10px 15px;
}

.rand_buttons > div:hover {
	cursor:pointer;
}

.rand_buttons > div:first-child {
	margin-top: 20px;
	background: #7d7d7d;
}

.rand_buttons > div:first-child:hover {
	color : #000;
	border: 1.5px solid #fff;
	background: #fff;
}


/* workspace */

.ws_container {
	margin: 16px 8px;
	margin-top: 0;
	padding: 20px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.08);
}
