/* vinpr.cz @MNDK file:vinpr/www-html/css/members.css */

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.input-short {
	width: 80px;
}

.photo-drop-area-empty {
	position: relative;
	width: 260px;
	height: 160px;
	padding: 25px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	transition: 0.2s;
	background-color: rgb(247, 247, 247);
}

.medical-drop-area-empty {
	position: relative;
	padding: 15px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	transition: 0.2s;
	background-color: rgb(247, 247, 247);
}

.application-drop-area-empty {
	position: relative;
	padding: 15px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	transition: 0.2s;
	background-color: rgb(247, 247, 247);
}

.drag-over {
	border-color: rgb(190, 190, 190);
	background-color: rgb(227, 227, 227);
}

.photo-drop-area-full {
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background-color: rgb(255, 255, 255);
}

.medical-drop-area-full {
	position: relative;
	padding: 11px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	transition: 0.2s;
	background-color: rgb(255, 255, 255);
}

.application-drop-area-full {
	position: relative;
	padding: 11px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 5px;
	transition: 0.2s;
	background-color: rgb(255, 255, 255);
}

.choose-file-button {
	/* flex-shrink: 0; */
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px dashed rgb(210, 210, 210);
	border-radius: 3px;
	padding: 8px 15px;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.file-message {
	font-size: small;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.certificate-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.mt-100{
	margin-top:100px;
}

.img-member {
	max-width:220px;
	max-height:160px;
}

.table tbody>tr.current-signup td {
	background-image: linear-gradient(to right, #fff3cd, #d4edda) !important;
}

span.deleteicon {
	position: relative;
	display: inline-flex;
	align-items: center;
}
span.deleteicon span {
	position: absolute;
	display: block;
	right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	font: 13px monospace;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
span.deleteicon input {
	padding-right: 18px;
	box-sizing: border-box;
}

.dotted-underline {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: help;
}

/* summernote workaround */
.note-editor .dropdown-toggle::after { all: unset; }
.note-editor .note-dropdown-menu { box-sizing: content-box; }
.note-editor .note-modal-footer { box-sizing: content-box; }