#exclamation-text {
	background-color: rgba(255, 255, 255, 0.8);
	color:black;	
	border-radius: 10px;
    text-align: center;
	padding: 10px;
	position: relative;
    /*line-height: 100px;*/
}
#exclamation-text::before {
	content: '';
	position: absolute;
	top: -15px; /* vzdálenost šipky od horního okraje */
	left: 50%;
	margin-left: -10px; /* polovina šířky šipky */
	border-style: solid;
	border-width: 0 10px 15px 10px; /* trojúhelníkový tvar šipky */
	border-color: transparent transparent #ffffff transparent;
	opacity: 0.8;
}

#exclamation-mark {
	cursor: pointer;
}

#cropColors button {
    width: 260px;
}

#cropSizeSelect button {
    width: 260px;
}

#crop-add-poster-template,#crop-add-poster-template-from-gallery {
    width: 260px;
}

#cropRotateRight:hover,#cropRotateLeft:hover,#croping-HorVertC:hover,#cropRotateRight:active,#cropRotateLeft:active,#croping-HorVertC:active {
  opacity: 0.5;
  cursor: pointer;
}

#cropOptionsColor4label {
	float:none;
	margin-bottom: 0px;
}

#cropModal-body {
	padding:0px;
}

#crop-row {
	padding:25px;	
	margin: 0 auto;
	overflow: hidden;
}

.cropProgress-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 50;	
	width: 400px;
	height: 20px;
	border: 2px solid #674584;
	border-radius: 20px;
	overflow: hidden;
}

.cropProgress {
	height: 100%;
	background-color: #674584;
	background-image: linear-gradient(#674584 0%, #a54324 51%, #674584 100%);
	border-radius: 10px;
	animation: animate-progress 3s linear infinite;
}

@keyframes animate-progress {
  0% {
transform: translateX(-100%);
	width: 100%;
  }
  100% {
transform: translateX(100%);
	width: 100%;
  }
}

#cropConfirmDialogWidth {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	display:none;
}

#cropConfirmDialogWidth p {
	margin: 0 0 20px;
}

#cropConfirmDialogWidth button {
	margin-right: 10px;
}

.cropParametersHead{
	width:100px;
}

#cropParametersBox {
	position:absolute;
	top:-43px;
	left:-420px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	width:300px;
	padding: 5px 5px 20px 5px;
}

#cropTimeDiv {
	display:none;
	z-index: 50;
}

#croping-frame .inputW {
	z-index: 0;
	position:absolute;
	/*left:50%;*/
	/*top:-70px;*/
	/*transform: translate(-50%, 0);*/
}

#croping-frame .inputH {
	z-index: 0;
	position:absolute;
	/*top:50%;*/
	/*left:-106px;*/
	/*transform: translate(0, -50%);*/
}

#croping-image {
	position: absolute;
	border: 1px dashed #000;
	z-index: 1;
	background-size: cover;
	background-position: center;
}

#croping-image2 {
	position: absolute;
	z-index: 0;
	background-size: cover;
	background-position: center;
}
#croping-image3 {
	position: absolute;
	z-index: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
}

#croping-frame .handle {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 3;
}

#croping-frame .handle.top {
	top: -7px;
	left: 50%;
	margin-left: -7px;
	cursor: n-resize;
	transform: rotate(45deg);
}

#croping-frame .handle.bottom {
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	cursor: s-resize;
	transform: rotate(45deg);
}

#croping-frame .handle.left {
	top: 50%;
	left: -7px;
	margin-top: -7px;
	cursor: w-resize;
	transform: rotate(45deg);
}

#croping-frame .handle.right {
	top: 50%;
	right: -7px;
	margin-top: -7px;
	cursor: e-resize;
	transform: rotate(45deg);
}

#croping-image .handle {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 3;
}

#croping-image .handle.top-left {
	top: -7px;
	left: -7px;
	cursor: nw-resize;
}

#croping-image .handle.top-right {
	top: -7px;
	right: -7px;
	cursor: ne-resize;
}

#croping-image .handle.bottom-left {
	bottom: -7px;
	left: -7px;
	cursor: sw-resize;
}

#croping-image .handle.bottom-right {
	bottom: -7px;
	right: -7px;
	cursor: se-resize;
}


#croping-image .handle.nexttop-left {
	top: -85px;
	left: -7px;
	cursor: nw-resize;
	z-index:100;
}

#croping-image .handle.nexttop-right {
	top: -70px;
	right: -7px;
	cursor: ne-resize;
	z-index:100;
}

#croping-image .handle.nextbottom-left {
	bottom: -70px;
	left: -7px;
	cursor: sw-resize;
	z-index:100;
}

#croping-image .handle.nextbottom-right {
	bottom: -70px;
	right: -7px;
	cursor: se-resize;
	z-index:100;
}

#croping-image .handle.center {
	width: 100px;
	height: 100px;
	background-color: #fff0;
	border: 1px solid #0000;
	top: 10px;
	left: 10px;
	cursor: move;
}

#croping-buttHorAlign {
  position: absolute;
  transform: translate(-50%, 0);
  top: -77px;
  left: 50%;
}

#croping-buttHorAlign:hover {
  opacity: 0.5;
}

#croping-buttVertAlign {
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: -77px;
}

#croping-buttVertAlign:hover {
  opacity: 0.5;
}

#cropMainBackground-container {
	transform: translate(0px, 20px);
}

#cropbackground-container {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -0%);
  width: 800px; /* šířka a výška rodičovského divu */
  height: 699px;
  overflow: hidden; /* zajistí, že se nezobrazí celý obrázek */
}

#cropBackground {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
  /*position: absolute;
  clip: rect(0px, 800px, 370px, 0px);
  width: 850px;
  height: 653px;*/
  /*left: 25%;*/
}