/**
 * @author  Miloš Chvátal <miloshu@gmail.com>
 * @copyright Copyright (c) 2023, Miloš Chvátal
 *
 * @version 3.0.1
 */

.clickable-row, .clickable-modal {
	cursor: pointer;
}

.signature {
	position: fixed;
	right: 4px;
	bottom: 0;
	/*z-index: -1;*/
	font-size: 12px;
	color: rgb(115, 115, 115);
}

#eye {
	background-color: white;
	cursor: pointer;
}

.eye-none {
	border-right: 0;
}

.question {
	position: fixed;
	right: 4px;
	bottom: 18px;
}

.ico option {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.vertical-text {
	width: auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); /* Safari/Chrome */
	-moz-transform: rotate(-90deg); /* Firefox */
	-o-transform: rotate(-90deg); /* Opera */
	-ms-transform: rotate(-90deg); /* IE 9 */
	white-space: nowrap;
}

@media only screen and (min-width: 740px) {
	.mobile-only {
		display: none !important;
	}
} 

@media only screen and (max-width: 741px) {
	.desktop-only {
		display: none !important;
	}
}

.thumbnail {
	position: relative;
}

.caption {
	color: white;
	position: absolute;
	top: 25%;
	right: 15%;
	max-width: 500px;
}