/*
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%;
}

.text-notes .label-value {
	font-weight: normal;
	font-size: 12px;
}

/* DOC CONTENT */

.card-document .content-card {
	background-color: #f6f6f6;
}

.doc-content {
	width: 100%;
	max-width: 595px;
	max-height: 300px;
	background-color: #fff;
}

.doc-content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.doc-content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.doc-content p {
	font-size: 14px;
}

.doc-content cite {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}

.doc-content .right-col {
	float: right;
	clear: both;
	margin-right: 30px;
}

.doc-content p:nth-last-of-type(-n+2) {
	font-size: 12px;
}

.doc-content .stamps {
	clear: both;
	flex-wrap: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.doc-content .stamps img {
	display: block;
	max-width: 45%;
	height: auto;
}

.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 {
	font-size: 18px;
	text-align: center;
}

.df-editor h2 {
	font-size: 14px;
	font-weight: bold;
}

.df-editor cite {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	margin: 0 30px;
}

.chip {
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 4px;
}

.chip.chip-0 {
	border: 1px solid #aaa;
	color: #aaa;
}

.chip.chip-1 {
	color: #0190fe;
	border: 1px solid #0190fe;
}

.chip.chip-2 {
	border: 1px solid #2ecc40;
	color: #2ecc40;
}

.chip.chip-3 {
	color: #fff;
	background-color: #32CD32;
	border: 1px solid #32CD32;
}

.chip.chip-4 {
	color: #000;
	border: 1px solid #000;
}

@media only screen and (min-width : 768px) {

	.doc-content {
		max-height: 500px;
	}

	.doc-content .stamps img {
		max-width: none;
	}

	.doc-content cite {
		width: 240px;
	}

	.doc-content p:nth-last-of-type(-n+2) {
		font-size: 14px;
	}
}

@media only screen and (min-width : 992px) {

	.doc-content h1 {
		font-size: 22px;
	}

	.doc-content h2 {
		font-size: 16px;
	}

	.doc-content {
		max-height: 750px;
	}

	.doc-content p:nth-last-of-type(-n+2) {
		font-size: 16px;
	}
}
