/*
Resort Theme - Custom Rules
Last Update: 2 Mai 2020
Author: Valentin Raevschi
Version: 2.0.5.0
URL: https://dds.ro
*/

@import url("../css/fonts.css");

.link { color:#0190fe; text-decoration: underline; }

.left-menu-side .left-logo {
	background-color: #000c17;
	width: 100%;
	height: 150px;
	background-image: url(../imgs/white_logo.png);
}

.login-wrapper {
	background-image: url(../imgs/bg_login.png);
	background-size: 20% auto;
	align-items: flex-start;
}

.card-login .content-card {
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07);
	margin-top: 30%;
}

.df-wrapper {
	width: 620px;
	max-height: 750px;
	overflow-y: auto;
	padding: 5px;
}

.df-editor {
	width: 595px; /* A4 format */
	padding: 20px; /* Standard Doc Padding */
}

.df-editor[contentEditable="true"]:hover {
	outline: 1px solid #1f9dfe;
}

.df-editor h1,
.card-gdpr .container h1 {
	font-size: 18px;
	text-align: center;
}

.df-editor h2,
.doc-text h2 {
	font-size: 14px;
	font-weight: bold;
}

.doc-text p {
	line-height: 1.8;
}

.access-code input {
	text-transform: uppercase;
}

.doc-text {
	padding-bottom: 20px;
	height: 500px;
	overflow-y: auto;
}

.cmd-accept {
	margin-top: 20px;
}

.chip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	font-size: 12px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.chip.chip-0 {
	border: 1px solid #aaa;
	color: #aaa;
}

.chip.chip-0 a,
.chip.chip-0 i {
	color: #aaa;
}

.chip.chip-1 {
	border: 1px solid #2ecc40;
}

.chip.chip-1 a,
.chip.chip-1 i {
	color: #2ecc40;
}

.chip.chip-2 {
	border: 1px solid #0190fe;
}

.chip.chip-2 a,
.chip.chip-2 i {
	color: #0190fe;
}

.chip .cmds {
	display: flex;
}

.chip a {
	cursor: pointer;
	margin: 0 8px;
}

.chip i {
	font-size: 18px;
}

.left-menu .sp-scrollbar {
	background: rgba(255, 255, 255, 0);
}

.left-menu .sp-container:hover .sp-scrollbar {
	background: rgba(255, 255, 255, 0.5);
}

/* UI Calendar */

.ui-calendar {
	width: 100%;
	overflow-y: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-calendar .menu {
	display: flex;
	width: 100%;
	padding: 10px 0;
}

.ui-calendar .menu a {
	font-size: 28px;
	color: #0190fe;
	margin-right: 10px;
	cursor: pointer;
}

.ui-calendar table {
	border-collapse: collapse;
}

.ui-calendar th {
	padding: 10px 0;
	font-size: 18px;
	color: #0190fe;
}

.ui-calendar td {
	width: 150px;
	height: 150px;
	text-align: center;
	border: 1px solid #eee;
	vertical-align: top;
}

.ui-calendar td.today {
	background-color: #e5ffe5;
}

.ui-calendar td .day {
	margin: 10px 0;
	font-size: 14px;
	display: block;
}

.ui-calendar td .project {
	padding: 4px 0;
	font-size: 12px;
	color: #fff;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
