@charset "UTF-8";

.mt1{
	margin-top: 1rem;
}
.mt2{
	margin-top: 2rem;
}
.mtn1{
	margin-top: -1rem;
}
h1{
	font-size: 1.8rem;
}
h2{
	font-size: 1.5rem;
}
h3{
	font-size: 1.3rem;
}
h4{
	font-size: 1.1rem;
}
.full-width{
	width: 100%;
}
.btn{
	color: #fff;
}
.block{
	display: block;
}
.dialog{
	max-height: 80vh;
	overflow-y: auto;
}

.center-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100vh;
	background: url(../img/bg-1.jpg);
	background-size: cover;
}
.center-box:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #333;
	opacity: 0.4;
}
.center-box .card{
	width: 360px;
	margin-top: 0.5rem;
}
@media (min-width: 600px){
	.center-box.wide .card{
		width: 570px;
	}
}
.center-box .card .logo{
	max-width: 150px;
	display: block;
	margin: 0 auto 1rem;
	padding: 0 !important;
	border-bottom: 0 !important;
}
.center-box .btn{
	vertical-align: top;
}

body.light{
	background: #F8F8F8;
}
main{
	min-height: 100vh;
}
.page-title{
	font-size: 1.5rem;
	margin-top: 5rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
@media (min-width: 1024px){
	.page-title{
		margin-top: 3rem;
	}
}
.text-banner{
	margin-bottom: 1rem;
}
.dataTable .switch{
	margin-bottom: 0;
}
.upload-sideimage{
	height: 70px;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
.sidelabel .upload-sideimage{
	float: none;
	height: 40px;
	vertical-align: middle;
}
.width100{
	width: 100px !important;
}
.linkinput{
	display: flex;
	align-items: center;
}
dl dt{
	display: inline-block;
	width: 30%;
	font-weight: 500;
	vertical-align: top;
}
dl dd{
	margin-left: 0;
	margin-bottom: 8px;
	display: inline-block;
	width: 67%;
}
.dark .trumbowyg-box.trumbowyg-fullscreen{
	background: #222;
}
@media (min-width: 1024px){
	.sidelabel .trumbowyg-box{
		width: calc(100% - 160px);
		display: inline-block;
	}
	.sidelabel .editor-label{
		position: static;
		display: inline-block;
		width: 160px;
		max-width: 300px;
		float: left;
		padding: 0.7rem 0;
		font-weight: 500;
	}
}
.dyno-content .item{
	position: relative;
	padding: 1rem;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-bottom: 3rem;
	background: #f7f7f7;
}
.dyno-content .delete{
	position: absolute;
	border-radius: 50%;
	text-align: center;
	font-size: 1.5rem;
	right: 0;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 45px;
	height: 45px;
	line-height: 44px;
	padding: 0;
	background: red;
	color: white;
}
body.dark .dyno-content .item{
	border: 1px solid #525252;
	background: #272727;
}
body.dark .dyno-content .delete{
	background: #cf6e7f;
}

.list.left-assist li,
.list.right-assist li {
	align-items: center;
}
.tasks.list{
	margin: -1rem;
}
.list.tasks .notice {
	background: #e7e7e7;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	pointer-events: none;
}
.list.tasks .notice span {
	grid-column: span 2;
}
.list.tasks li {
	padding: 0.6rem 1rem;
	cursor: pointer;
}
#add-task{
	padding: 1rem;
	transition: background 0.2s ease-out;
}
#add-task:hover,
#add-task:focus{
	background: rgba(0,0,0,0.1);
}
.list.tasks li.done {
	text-decoration: line-through;
	opacity: 0.5;
}
@media (min-width: 1024px){
	#task-sheet{
		left: 0;
		top: 50%;
		bottom: 0;
		width: 250px;
		height: auto;
		transform: translate(0, 0);
		box-shadow: none;
		border-radius: 0;
		z-index: 1;
	}
	#task-sheet .head{
		background: #369783;
		color: #FFF;
	}
	#task-sheet .head .close{
		display: none;
	}
	#task-sheet .body{
		background: linear-gradient(180deg, rgb(76 187 138 / 20%), rgb(29 112 122 / 20%));
	}
	.tasks.list{
		overflow-y: auto;
	}
}
.file-type{
	width: 50px;
	display: block;
	margin-bottom: 1rem;
}
.shared-with-list{
	max-height: 50vh;
	overflow-y: auto;
}
@media (min-width: 1024px){
	.shared-with-list{
		min-width: 500px;
	}
}