html {
	width: 100%;
	min-height: 100% !important;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100% !important;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background-color: #FAFAFA;
}

* {
	margin: 0;
	padding: 0;
}

.warning {
	margin: 5vw auto;
	text-align: center;
	color: orange;
}

.login-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 64px 48px 48px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	max-width: 456px;
	border-radius: 8px;
	border: solid 1px #eeeeee;
	position: relative;
	min-height: 426px;
}

.wrapper-editor{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	align-items: stretch;
}

#docEditor {
	width: 100%;
	min-height: 100vh;
	height: 100vh;
}

#docEditor iframe {
	width: 100%;
	min-height: 100vh;
	height: 100vh;
}

/**
 * LOGIN ->
 * LOGIN ->
 */

.login-wrapper {
	margin: 5vw auto;
	text-align: center;
}

.or-login-as {
	width: 400px;
	margin: 1vw auto;
	text-align: center;
}

.or-login-as .or-login-as-or {
	padding-top: 1vw;
	padding-bottom: 1vw;
	color: #999;
	text-align: center;
}

.or-login-as button {
	padding: 0.5rem 2.2rem;
	line-height: 1;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
}

/**
 * ERROR BLOCK ->
 * ERROR BLOCK ->
 */

.error-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 3rem;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	max-width: 500px;
	border-radius: 8px;
	border: solid 1px #eeeeee;
	position: relative;
	min-height: 250px;
	margin: 10vw auto;
	justify-content: flex-start;
}

.logo-area {
	display: inline-block;
	flex: 1 1 auto;
	text-align: center;
	box-sizing: border-box;
	padding-top: 1.5rem;
	padding-bottom: 5rem;
}

.logo-area img {
	display: block;
	width: 60px;
	margin: 0 auto;
}

.error-blk {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 1rem;
	border: 1px solid #FF7373;
	background-color: #FFF4F4;
	color: #ff2626;
}

.error-blk .alert-icon-area {
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 1rem;
}

.error-blk .alert-icon-area img {
	display: block;
	width: 30px;
}

.error-blk .text-danger {
	display: inline-block;
	flex: 1 1 auto;
	text-align: left;
	line-height: 1.4;
	font-size: 0.98rem;
}

.error-blk .text-danger a {
	color: #333;
}

.error-blk .text-danger a:hover {
	text-decoration: none;
}

.back-to-area {
	display: block;
	text-align: center;
	padding-top: 1rem;
}

.back-to-pcloud {
	display: inline-block;
	line-height: 1;
	margin-top: 1rem;
	text-decoration: none;
	white-space: nowrap;
	color: #888888;
}

.back-to-pcloud:hover {
	color: #000000;
}

/**
 * EDIT ICON ->
 * EDIT ICON ->
 */

.yellow-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	line-height: 1;
	flex: 0 0 auto;
	width: 100%;
	padding: 9px 12px 10px;
	color: #1c1b22;
	background-color: #fff0bd;
	font-family: Roboto, sans-serif;
}

.yellow-bar .yellow-bar-description {
	display: inline-block;
	padding-right: 30px;
	color: #1c1b22;
	line-height: 1.23;
	font-family: Roboto, sans-serif;
	font-size: 0.813rem;
}

.edit-btn-container {
	display: inline-block;
	position: fixed;
	bottom: 42px;
	right: 24px;
	z-index: 2;
}

.edit-btn-container .toggle-edit-mode {
	display: inline-block;
	box-sizing: border-box;
	min-width: 120px;
	width: auto;
	height: 48px;
	padding: 10px 20px;
	color: #000;
	border-radius: 9999px;
	border: 0 !important;
	background-color: #17bed1;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03rem;
	white-space: nowrap;
	cursor: pointer;
}

.edit-btn-container .toggle-edit-mode i {
	margin-right: 12px;
}

.manage-page{
	display: block;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	flex: 0 0 auto;
	width: 100%;
	padding-top: 4vw;
	color: #1c1b22;
	font-family: Roboto, sans-serif;
}
.manage-page h1{
	display: block;
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.manage-page .manage-menu{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	list-style: none inside;
}

.manage-page .manage-menu li{
	display: inline-block;
	padding: 0 5px;
}

.content {
	display: block;
	width: initial;
	max-width: 98%;
	margin: 40px auto;
	text-align: center;
}

.sessions-table{
	max-width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
.sessions-table th,
.sessions-table td{
	padding: 5px 8px;
	border: 1px solid #999;
	white-space: normal;
	word-break: break-all;
}

.sessions-table.log td{
	text-align: left;
}

.sessions-table.log td pre{
	white-space: normal;
	word-break: break-all;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltip-text {
  visibility: hidden;
  display: inline-block;
  background-color: #000000;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  width: 300px;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  top: -5px;
  right: 100%;
  margin-right: 8px;
  white-space: normal;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

@media (prefers-color-scheme: dark) {
	.yellow-bar {
		background-color: #ff8f00;
	}
	.yellow-bar .yellow-bar-description {
		color: #fff;
	}
	.edit-btn-container .toggle-edit-mode {
		color: #fff;
	}
}

@media only screen and (max-width: 600px) {
	.yellow-bar .yellow-bar-description {
		line-height: 1.3;
	}

	.tooltip:hover .tooltip-text {
	  visibility: hidden;
	}
}
