/*
	multiple-select.css
*/
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-drop label {
   float: none !important;
}

.ms-parent {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	max-width: 300px;
}

.ms-choice {
	display: block;
	height: 35px;
	padding: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
	line-height: 26px;
	color: #181818;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
        background: url(images/input_bg.gif);
}

.ms-choice.disabled {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.ms-choice > span {
	position: absolute;
	top: 4px;
	left: 2px;
	right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-left: 8px;
	font-size: 14px;
}

.ms-choice > span.placeholder {
	color: #181818;
}

.ms-choice > div {
	position: absolute;
	top: 4px;
	right: 0;
	width: 20px;
	height: 25px;
	background: url('images/multiple-select.png') right top no-repeat;
}

.ms-choice > div.open {
	background: url('images/multiple-select.png') left top no-repeat;
}

.ms-drop {
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

.ms-search input {
	width: 100%;
	height: auto !important;
	min-height: 24px;
	padding: 0 20px 0 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff url('images/multiple-select.png') no-repeat 100% -22px;
	background: url('images/multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('images/multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('images/multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url('images/multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ms-drop ul {
	overflow: auto;
	margin: 0;
	padding: 5px 8px;
}

.ms-drop ul > li {
	list-style: none;
	display: list-item;
	background-image: none;
	position: static;
}

.ms-drop ul > li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
	display: block;
	float: left;
}

.ms-drop ul > li.group {
	clear: both;
}

.ms-drop ul > li.multiple label {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms-drop ul > li label {
	margin: 0;
	padding: 0;
}

.ms-drop ul > li label.optgroup {
	font-weight: bold;
}

.ms-drop input[type="checkbox"] {
	vertical-align: middle;
}


* {
	outline: 0;
}
body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-color: #f8f8f8;
}
.tag_name {
	padding: 1px 3px; 
	margin-right: 3px;
	background-color: #efefef; 
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
}
.tag_formatted_date {
	margin-right: 3px; 
	font-size: 11px; 
	color: #707070;
}
.tag_draft {
	padding: 1px 0px; 
	font-weight: bold;
	font-size: 11px; 
	color: #707070;
}


.status {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	background-color: green;
	color: #fff;
	font-size: 11px;
	padding: 2px;
}
.footer {
	text-align: center;
	font-size: 12px;
	color: #444;
	padding-top: 30px;
}
.note_info_div {
	display: none; background-color: red;position: absolute;top: 32px; height: 32px;
}
.cover {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(128, 128, 128, 0.2);
	z-index: 100000;
}
dd {
	margin-left: 0px;
	margin-bottom: 4px;
}
a {
	text-decoration: underline;
	color: blue;
}

/*
	form
*/
label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
input {
	color: #181818;
	font-size: 15px;
	border: 1px solid #cccccc;
	padding:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 2px;
	background: url(images/input_bg.gif);
	box-sizing: border-box;
	max-width: 300px;
}
input[type="checkbox"] {
	width: 18px;
	height: 23px;
}
input[type="text"], input[type="password"] {
	width: 100%;
}
input[disabled="disabled"],
input[disabled]
{
	background: #e5e5e5;
}
input:focus {
	background: none;
	background-color: #ffffe5;
}
textarea {
	font-size: 13px;
	border: 1px solid #cccccc;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:5px;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
select {
	color: #181818;
	font-size: 15px;
	border: 1px solid #cccccc;
	padding:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 2px;
	background: url(images/input_bg.gif);
	box-sizing: border-box;
	max-width: 300px;
}
input.submit, button.submit {
	background: none;
	background-color: #0772b2;
	padding:8px;
	color:#ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:13px;
	width: auto;
}
input.submit:hover, button.submit:hover {
	cursor: pointer;
	background-color: #0889ce;
}
input.submit:active, button.submit:active {
	cursor: pointer;
	color:#000000;
}
input.submit2, button.submit2 {
	background: none;
	background-color: #0889ce;
	background-color: #12a3fa;
	background-color: #ddd;
	padding:4px;
	color:#ffffff;
	color: #000;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	background-image: -webkit-linear-gradient(top, #eee, #bbb);
	background-image: -moz-linear-gradient(top, #eee, #bbb);
	background-image: -ms-linear-gradient(top, #eee, #bbb);
	background-image: -o-linear-gradient(top, #eee, #bbb);
	background-image: linear-gradient(to bottom, #eee, #ccc);
}
input.submit2:hover, button.submit2:hover {
	cursor: pointer;
}
input.submit2:active, button.submit2:active {
	cursor: pointer;
	color:#000000;
	background: #bbb;
}
input.checkbox {
	padding:0;
	margin-top:9px;
	border: 0;
}
.message_form_error {
	line-height: 130%;
	color: red;
}
form .row {
	margin-bottom: 10px;
}

/*
main_container
*/
.main_container {
	box-sizing: border-box;
	/* height: 100%; */
	display: flex;
	flex-direction: row;
}
.main_container.no_set_height {
	height: auto;
}
.main_container.sidebar_opened {
	margin-left: 150px;
}
.main_container.sidebar_closed {
	margin-left: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.main_container.sidebar_opened {
		margin-left: 100px;
	}
}


/*
left_wrapper
*/
.left_wrapper {
	padding-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 32px;
	overflow: auto;
	border-right: 1px solid #eee;
}
.left_wrapper.animate-left {
	position:relative;
	animation:animateleft 0.2s;
}
@keyframes animateleft {
	from {left:-300px; opacity:0} to {left:0; opacity:1}
}
.left_wrapper.hidden {
	display: none;
}
.left_wrapper.opened {
	width: 30%;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.left_wrapper.opened {
		width: 100%;
	}
}
.left_wrapper.closed {
	width: 30%;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.left_wrapper.closed {
		width: 0%;
	}
}
.left_wrapper a {
	color: #0772b2;
}
.left_wrapper a:hover {
	text-decoration: none;
}
.left_wrapper .link_new_note {
	padding:10px;
	border-bottom: 1px solid #ddd;
}
.left_wrapper .link_new_note a {
	cursor: pointer;
	font-size: 13px;
	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00b032;
	padding:7px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	box-sizing: border-box;
	height: auto;
	display: inline-block;
}
.left_wrapper .link_new_note.disabled a {
	background-color: #888;
}
.left_wrapper .left_wrapper_title {
	padding:10px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: normal;
}
.left_wrapper .left_wrapper_title a {
	text-decoration: none;
}
.left_wrapper_item {
	background-color: #fbfbfb;
	padding:6px;
	padding-left: 7px;
	border-bottom: 1px solid #ddd;
	line-height: 110%;
	font-size: 10px;
}
.left_wrapper_item .item_link {
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
}

.left_wrapper_item .pinned {
	display: none;
}

.left_wrapper_item .published {
	display: none;
}

.left_wrapper_item .comments {
	display: none;
}

.left_wrapper_item .draft {
	display: none;
}

/*
layers_wrapper
*/
.layers_wrapper {
	padding-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	//height: 100%;
	position: relative;
	width: 70%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: overflow;
	background-color: #f8f8f8;
	margin-top: 32px;
}
.layers_wrapper.full {
	width: 100%
}
.layers_wrapper.opened {
	width: 70%
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.layers_wrapper.opened {
		width: 100%;
	}
}
.layers_wrapper.closed {
	width: 70%
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.layers_wrapper.closed {
		width: 0%;
	}
}
.note_layer_main {
	margin-bottom: 50px;
	overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
}
.note_layer_main .link_note_details {
	color: #0772b2;
	padding: 11px;
	font-size: 12px;
}
.note_layer {
	overflow: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	position: absolute;
	box-sizing: border-box;
	display: none;
	width: 100%;
	background-color: #f8f8f8;
}
.note_layer .link_note_details {
	color: #0772b2;
	padding: 11px;
	font-size: 12px;
}

/*
note_container
*/
.note_container {
	min-height: 27px;
	background-color: #fff;
}
.note_container .note_header {
	padding-top: 9px;
	padding-left: 15px;
	font-size: 11px;
	color: #707070;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 8px;
	background-color: #fafafa;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.note_container .note_header {
		padding-left: 10px;
	}
}
	.note_header .link-delete-note {

	}
	.note_header .link-publish-comment {

	}
	.note_header .link-re-publish {
		cursor: pointer;
	}
	.note_header .link-discard-changes {
		cursor: pointer;
	}
	.note_header .label_add_files {
		display: inline;
		font-weight: normal;
		text-decoration: underline;
		cursor: pointer;
		color: blue;
	}
.note_container .file_container {
	white-space: nowrap;
	margin-left: 5px;
	padding:4px 5px;
	font-size: 12px;
	background-color: #eee;
	border-radius: 5px;
	text-decoration: none;
}
	.file_container .abort {
		opacity: 0.8;
		margin-left: 2px;
		margin-right: 9px;
		cursor: pointer;
	}
	.file_container .filename {
		cursor: pointer;
	}
	.file_container .filesize {
		margin-left: 5px;
		font-weight: normal;
		color: #777;
		font-size: 0.9em;
	}
.note_container .contenteditable div {
	margin-bottom: 0px;
}
.note_container .item_link {
	padding: 3px 0;
	display: inline-block;
	cursor: pointer;
}
.note_container .note_title {
	/* border: 1px solid #ccc; */
	/* border-left: 3px solid #fff; */
	border-right: none;
	border-top: none;
	padding: 3px;
	font-size: 19px;
	background-color: #fff;
	min-height: 25px;
	padding-left: 15px;
	padding-top: 7px;
	/*border-bottom: 1px solid #f4f4f4*/;
	border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.note_container .note_title {
		padding-left: 10px;
	}
}
/*.note_container .note_title:empty:not(:focus):before {*/
.note_container .note_title:empty:before {
	content: attr(data-placeholder);
	pointer-events: none;
	cursor: text;
	color: #ccc;
}
.note_container .note_title:empty:not(:focus) {
	color: #ccc;
}
.note_container .note_content {
	/* border:1px solid #ccc; */
	padding: 3px;
	font-size: 13px;
	border-top: 0px;
	/* border-left: 3px solid #fff; */
	border-bottom: 1px solid #f4f4f4;
	padding-left: 3px;
	border-right: none;
	background-color: #fff;
	/*min-height: 19px;*/
	min-height: 20px;
	padding-left: 15px;
	padding-top: 8px;
	overflow-x: auto;
	/*border-bottom: 1px solid #e0e0e0;*/
	/* border-bottom: 4px solid #e0e0e0; */
	border-bottom: 2px solid #bbb;
}
.note_container .note_content ul {
	margin: 0px 0px;
	padding: 0px 0px;
	margin-left: 7px;
	padding-left: 7px;

}
.note_container .note_content ol {
	margin: 0px 0px;
	padding: 0px 0px;
	margin-left: 7px;
	padding-left: 7px;
}
.note_container .note_content blockquote {
	border-left: 2px solid #777 !important;
	margin: 5px 1px !important;
	padding: 2px 8px !important;
}

.copy_link_container {
	font-size: 13px;
	background-color: #fff;
	position: fixed;
	top: -250px;
}
.copy_link_container a {
	cursor: pointer;
}
.copy_link_button {
	font-size: 10px;
	border-radius: 2px;
	padding: 4px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.label_pin_note {
	font-size: 12px;
	padding: 10px;
	padding-right: 7px;
}
.pinned {
	width: 25px;
	font-size: 12px;
}
.label_categories_usergroups {
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
.categories_usergroups {
	width: 100%;
}
.loading {
	padding: 7px;
	font-size: 14px;
	color: #999;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.note_container .note_content {
		padding-left: 10px;
	}
}
/*.note_container .note_content:empty:not(:focus):before {*/
.note_container .note_content:empty:before {
	content: attr(data-placeholder);
	pointer-events: none;
	cursor: text;
	color: #ccc;
}
.note_container .note_content:empty:not(:focus) {
	color: #ccc;
}
.note_container .note_content .item_link:hover {
	text-decoration: none;
}

/* files */
.note_container .file_container {
	white-space: nowrap;
	margin-left: 5px;
	padding:4px 5px;
	font-size: 12px;
	background-color: #eee;
	border-radius: 5px;
	text-decoration: none;
}
.note_container .file_container a {
	cursor: pointer;
}
.note_container .file_container .filesize {
	margin-left: 5px;
	font-weight: normal;
	color: #777;
	font-size: 0.9em;
}
.note_container .file_container .progressBar {
	margin-left: 5px;
	font-size: 12px;
	color: green;
}
.note_container .file_container .abort {
	opacity: 0.8;
	margin-left: 2px;
	margin-right: 9px;
	cursor: pointer;
}
/*
sidebar
*/
.sidebar {
	height:100%;
	background-color:#fff;
	position:fixed;
	overflow:auto;
	top: 33px;
	left: 0px;
	z-index:1000;
	padding-top: 0px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.sidebar.animate-left {
	animation:animateleft 0.1s
}
@keyframes animateleft {
	from {left:-300px; opacity:0} to {left:0; opacity:1}
}
.sidebar.opened {
	width: 150px;
}
.sidebar.closed {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width: 730px) {
	.sidebar.opened {
		width: 100px;
	}
}
.sidebar .sidebar-menu {
	margin-bottom: 55px;
}
.sidebar .sidebar-menu button {
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border: none;
	margin: 0;
	padding: 10px 5px 10px 6px;
	width: 100%;
	overflow: visible;
	background: transparent;
	line-height: normal;
	/* Corrects font smoothing for webkit */
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	/* Corrects inability to style clickable `input` types in iOS */
	-webkit-appearance: none;
	background-color: #fdfdfd;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	color: #444;
	text-align: left;
	cursor: pointer;
}
.sidebar .sidebar-menu button:hover {
	background-color: #e4e4e4;
}
.sidebar .sidebar-menu button:active {
	background-color: #999;
	color: #fff;
}
.sidebar .sidebar-menu .subtitle {
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
}
.sidebar .sidebar-menu a {
	padding: 10px;
	padding-left: 6px;
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.sidebar .sidebar-menu a:hover {
	background-color: #e4e4e4;
}
/*
header
*/
.header {
	z-index: 100;
	margin-bottom: 20px;
	position: fixed;
	left: 0px;
	top: 0px;
	/* background-color: #67809e; */
	/* background-color: #938372;	*/
	width: 100%;
	padding: 0px;
	height: 32px;
}
.header .bars-container {
	float: left;
}
.header .bars-container .menu-bars {
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	padding: 3px;
	padding-left: 6px;
}
.header .logo-container {
	float: left;
	padding-top: 9px;
	margin-left: 5px;
}
.header .logo-container .logo {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	padding: 4px;
	position: relative;
	top: -3px;
}
.header .time-container {
	float: left;
	padding-left: 46px;
}
.header .time-container {
	display: block;
}
@media only screen and (min-width: 0px) and (max-width: 475px) {
	.header .time-container {
		display: none;
	}
}
.header .time-container .time-button {
	border: none;
	margin: 0;
	padding: 6px 0 10px 0;
	background: transparent;
	/* Corrects font smoothing for webkit */
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	/* Corrects inability to style clickable `input` types in iOS */
	-webkit-appearance: none;
	color: #444;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.header .right-container {
	float:right;
	font-size:12px;
	color:#ffffff;
	text-align:right;
	padding-right:2px;
}
.header .right-container a.user {
	font-weight: bold;
	position: relative;
	top: -5px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	text-decoration: none;
}
.header .right-container a:hover {
	text-decoration:underline;
}
.header .right-container a .button_logout {
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 25px;
	padding: 3px;
	padding-left: 6px;
}


/*
login
*/
.body_login {
	background-color: #f4f4f4;
}
.main_container_login {
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.content_container_login {
	margin: 0 auto;
	width:400px;
	max-width: 100%;
	font-size: 14px;
}
.content_login {
	padding: 25px;
	border:1px solid #dadada;
	background-color:#ffffff;
	margin: 0 auto;
	margin-left: 4%; margin-right: 4%;
	box-shadow: 0 0 5px #dedede;
	box-sizing: border-box;
	margin-top: 60px;
}
.content_login a {
	color: #0772b2;
}
.content_login h1 {
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 22px;
	font-weight: bold;
}
.content_login input {
	box-sizing: border-box;
}
.content_login label {
	margin-bottom: 0px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-right:10px;
	padding-top:6px;
	width: 100%;
	padding-right: 12px;
	color: #555;
	font-weight: normal;
	text-align: right;
}
.content_login label.right {
	text-align: right;
	margin-right: 8px;
}
.content_login label.l1 {
	float: none;
	display: block;
	padding-top:6px;
	padding-bottom:2px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
	.content_login label {
		margin-right:0px;
		padding-top:6px;
		width: 100%;
		padding-right: 15px;
		text-align: left;
	}
	.content_login label.right {
		text-align: left;
	}
}
.content_login a {
	color: #0772b2;
}
.content_login a.create_new_account {
	background-color: #45a049;
	color: white;
	padding: 9px 13px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
}
.content_login a.create_new_account:hover {
	background-color: #4CAF50;
}
.form_login {
	margin-top: 20px;
}
.form_login input[type=text], .form_login input[type=password], .form_login select, .form_login textarea {
	width: 100%;
	resize: vertical;
	font-size: 14px;
	padding: 8px;
}
.form_login label {
	display: inline-block;
	padding-top: 8px !important;
	padding-bottom: 5px;
}
.form_login input[type=submit] {
	/*background-color: #4CAF50;*/
	background-color: #0772b2;
	color: white;
	padding: 9px 13px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}
.form_login input[type=submit]:hover {
	/*background-color: #45a049;*/
	background-color: #0889ce;
}

/*
content_wrapper
*/
.content_wrapper {
	font-size: 12px;
	padding: 0 12px;
	padding-bottom: 24px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 32px;
}
.content_wrapper .inform_div {
	border: 1px solid #ffe05d;
	padding: 12px;
	background-color: #fff8cd;
}
.content_wrapper a {
	color: #0772b2;
}
.content_wrapper a:hover {
	text-decoration:none;
}
.content_wrapper a.button {
	background: none;
	background-color: #fff;
	padding: 8px;
	font-size:13px;
	color:#555;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	height: 25px;
	position: relative;
	top: 0px;
	text-decoration: none;
	background: url(images/input_bg.gif);
}
.content_wrapper a.nounderline {
	text-decoration: none;
}
.content_wrapper h1 {
	margin: 10px 0 10px 0;
	font-size:22px;
	font-weight:bold;
}
.content_wrapper h1 span.lang {
	color:#888888;
	font-size: 26px;
}
.content_wrapper .add_new {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00b032;
	padding:7px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	box-sizing: border-box;
	height: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.content_wrapper .add_new:hover {
	background-color:#19b846;
	background-color:#26bc51;
}
.content_wrapper .add_new:active {
	color:#000000;
}
.content_wrapper .tile_button {
	padding: 10px; 
	background-color: #eee; 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	font-weight: bold; 
	text-decoration: none;
}
.content_wrapper .tile_button:hover {
	background-color: #ddd; 
}
.content_wrapper .tile {
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	background-color: #eee;
	border-radius: 4px;
}
.content_wrapper .tile_link {
	text-decoration: none;
}
.content_wrapper .tile:hover {
	background-color: #ddd;
}
.content_wrapper .name_tag {
	/* border: 2px solid #f3f3f3; */
	/* border: 2px solid #ff33ff; */
	border-radius: 3px;
	padding: 3px 4px;
	/* background-color: #f3f3f3;	*/
	background-color: #ff33ff;
	color: #fff;
}


.content_wrapper .form_items_container {
	max-width: 100%;
	overflow-x: scroll;
}

/*
content_wrapper table
*/
.content_wrapper table td {
	padding: 5px 0;
}
.content_wrapper table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.content_wrapper table.items {
	width: 100%;
}
.content_wrapper table.items tr.tr-gray td {
	background-color: #ddd;
}
.content_wrapper table.items thead {
	background-color:#f8f8f8;
}
.content_wrapper table.items thead a {
	text-decoration: none;
}
.content_wrapper table.items tbody tr:hover {
	background-color:#f3f3f3;
}
.content_wrapper table.items td {
	padding: 6px;
	border: 1px solid #dddddd;
	font-size:12px;
	background-color: #fff;
}
.content_wrapper table.items td.td_order_number {
	padding: 1px;
	padding-left: 3px;
}
.content_wrapper table.items a {
	color: #0772b2;
}
.content_wrapper table.nounderline a {
	text-decoration: none;
}
.content_wrapper table th {
	padding: 5px;
	border: 1px solid #dddddd;
	background-color:#eeeeee;
}
.content_wrapper table.items td.level2 {
	padding-left:20px;
}
.content_wrapper table.items td.level3 {
	padding-left:40px;
}
.content_wrapper table.items td.level4 {
	padding-left:60px;
}
.content_wrapper table.items .tag_name {
	padding: 1px 3px; 
	margin-right: 3px;
	background-color: #efefef; 
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
}
.content_wrapper table.items .tag_formatted_date {
	margin-right: 3px; 
	font-size: 11px; 
	color: #707070;
}
.content_wrapper table.items .tag_draft {
	padding: 1px 0px; 
	font-weight: bold;
	font-size: 11px; 
	color: #707070;
}

/*
content_wrapper filter
*/
.content_wrapper .filter {
	border:1px solid #dddddd;
	padding:10px;
	margin-bottom:15px;
	background-color: #f8f8f8;
}
.content_wrapper .filter table {
	margin-top:10px;
}
.content_wrapper .filter table td {
	padding: 0;
	border: 0;
}
.content_wrapper .filter_label {
	font-size:14px;
	font-weight:bold;
}
.content_wrapper .filter_container {
	border: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding:7px;
	background-color: #f3f3f3;
}
.content_wrapper .filter_container .filter_header {
	line-height: 190%;
}
.content_wrapper .filter_container .filter_title.active {
	color: orange;
	white-space: nowrap;
}
.content_wrapper .filter_container .toggle_filter {
	cursor: pointer;
	white-space: nowrap;
}
.content_wrapper .filter_container label {
	margin-bottom: 4px;
}
.content_wrapper .filter_title {
	font-size:14px;
	font-weight: bold;
}
.content_wrapper .filter_body {
	margin-top: 10px;
}


/*
content_wrapper form
*/
.content_wrapper fieldset {
	border:1px solid #dddddd;
	width:300px;
}
.content_wrapper legend {
	padding:10px;
}
.content_wrapper form .mandatory {
	color: red;
}
.content_wrapper form .error {
	color: red;
}
.content_wrapper label[for] {
	cursor: pointer;
}
.content_wrapper input.form_error {
	border: 3px solid red;
}
.content_wrapper select.form_error {
	border: 3px solid red;
}
.content_wrapper input.btn_new,
.content_wrapper button.btn_new {
	background: none;
	background-color: #00b032;
	padding:4px;
	color:#ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
.content_wrapper input.btn_new:hover,
.content_wrapper button.btn_new:hover {
	cursor: pointer;
	background-color: #26bc51;
}
.content_wrapper input.btn_new:active,
.content_wrapper button.btn_new:active {
	cursor: pointer;
	color:#000000;
}
.content_wrapper input.btn_publish,
.content_wrapper button.btn_publish {
	background: none;
	background-color: #21ba78;
	padding:4px;
	color:#ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
.content_wrapper input.btn_publish:hover,
.content_wrapper button.btn_publish:hover {
	cursor: pointer;
	background-color: #3bc287;
}
.content_wrapper input.btn_publish:active,
.content_wrapper button.btn_publish:active {
	cursor: pointer;
	color:#000000;
}
.content_wrapper input.btn_discard,
.content_wrapper button.btn_discard {
	background: none;
	background-color: #ba4221;
	padding:4px;
	color:#ffffff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}
.content_wrapper input.btn_discard:hover,
.content_wrapper button.btn_discard:hover {
	cursor: pointer;
	background-color: #c2583b;
}
.content_wrapper input.btn_discard:active,
.content_wrapper button.btn_discard:active {
	cursor: pointer;
	color:#000000;
}
.content_wrapper input.grey {
	background: none;
	background-color: #ccc;
	cursor: pointer;
	border: 1px solid #aaa;
}
.content_wrapper input.grey:hover {
	background-color: #bbb;
}
.content_wrapper input.grey:active{
	background-color: #999;
}
.content_wrapper label {
	padding-top:7px;
	width: 100%;
	padding-right: 8px;
	color: #555;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 13px;
}
.content_wrapper label.right {
	text-align: right;
	margin-right: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
	.content_wrapper label {
		margin-right:0px;
		padding-top:6px;
		width: 100%;
		padding-right: 15px;
		text-align: left;
	}

	.content_wrapper label.right {
		text-align: left;
		margin-bottom: 4px;
	}
}
.content_wrapper label.l1 {
	float: none;
	display: block;
	padding-top:6px;
	padding-bottom:2px;
}
.content_wrapper .label_long {
	float:left;
	width:190px;
	margin-right:0px;
	padding-top:9px;
}

/*
content_wrapper tabs
*/
.content_wrapper .tabs {
	display: flex;
	flex-wrap: wrap;
}
.content_wrapper .tabs>label {
	order: 1;
	display: block;
	/*padding: 1rem 1rem;*/
	padding: 10px 15px;
	margin-right: 0.2rem;
	cursor: pointer;
	background-color: #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: normal;
	transition: background ease 0.2s;
	color: #000;
	width: auto;
	color: #111;
	position: relative;
	top: 1px;
	font-size: 12px;
	margin-bottom: 0px;
}
.content_wrapper .tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
	border: 1px solid #ddd;
	overflow-x: auto;
}
.content_wrapper .tabs input[type="radio"] {
	display: none;
}
.content_wrapper .tabs input[type="radio"]:checked + label {
	background: #f5f5f5;
}
.content_wrapper .tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.content_wrapper .tabs input {
	box-sizing: border-box;
}
.content_wrapper .tabs textarea {
	box-sizing: border-box;
}
@media (max-width: 45em) {
	.content_wrapper .tabs .tab,
	.content_wrapper .tabs label {
		order: initial;
	}
	.content_wrapper .tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
		text-align: left;
	}
	.content_wrapper .tabs label.tabname {
		width: 100%;
	}
}
.content_wrapper #paging {
	padding-bottom: 30px;
}
/*
.register_below_note
*/
.register_below_note {
	padding: 15px;
	max-width: 250px;
}
.register_below_note .intro {
	font-size: 14px;
	margin: 0px;
	color: #333;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.register_below_note .outro {
	font-size: 14px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 25px;
	color: #333;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.register_below_note .outro-contact {
	font-size: 13px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 25px;
	color: #333;
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/*
meter
*/
meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto 0.4em;
	width: 100%;
	height: .5em;
	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0,0,0,0.1);
}
meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0,0,0,0.1);
}
/* -webkit */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }
/* -moz */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

/*
grid
*/
.col-25 {
	float: left;
	width: 25%;
}

.col-75 {
	float: left;
	width: 75%;
}
@media screen and (max-width: 600px) {
	.col-25, .col-75 {
		width: 100%;
		margin-top: 0;
	}
}
.row {
	margin-top: 5px;
}
.row-nm {
	margin: 0;
}
/* Clear floats after the columns */
.row:after, .row-nm:after{
	content: "";
	display: table;
	clear: both;
}

/*
clearfix
*/
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}