﻿.ConfirmAlert-k-window {
	position: absolute;
	/* z-index: 10001; */
	background-clip: padding-box;
	border-width: 1px;
	unicode-bidi: isolate;
	border-color: #222d32;
	/* background-color: white; */
	/* padding-top: 69vh; */
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.2);
	box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.2);
	float: left;
	left: 79vh !important;
	/* display: flex !important; */
	/* position: fixed; */
	top: 15vh !important;
	min-width: 51vh !important;
	min-height: 15vh !important;
	width: calc(100% - 150vh) !important;
	transform: translate(-5%, -11%) !important;
	height: 169vh !important;
	max-height: calc(100% - 78vh) !important;
	align-items: center !important;
	margin: 0 auto;
}

.BasicAlert {
	position: absolute;
	z-index: 10001;
	border-width: 1px;
	border-color: #222d32;
	padding-top: 2em;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.2);
	box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.2);
	float: left;
	left: 79vh !important;
	display: flex !important;
	position: fixed !important;
	top: 15vh !important;
	min-width: 51vh !important;
	min-height: 15vh !important;
	width: calc(100% - 150vh) !important;
	transform: translate(-5%, -11%) !important;
	height: calc(102vh - 84h) !important;
}

@media only screen and (min-width: 300px) and (max-width: 814px) {
	.ConfirmAlert-k-window {
		width: 46% !important;
		padding-left: 1% !important;
		height: 15% !important;
		padding-top: 6px !important;
		padding-bottom: 60px;
		transform: translate(-53%, -13%) !important;
	}
}

@media only screen and (min-height: 300px) and (max-height: 490px) {
	.ConfirmAlert-k-window {
		width: 46% !important;
		padding-left: 1% !important;
		height: 16% !important;
		padding-top: 6px !important;
		padding-bottom: 60px;
		transform: translate(-53%, -13%) !important;
	}
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
	.ConfirmAlert-k-window {
		width: 46% !important;
		padding-left: 1% !important;
		height: 16% !important;
		padding-top: 6px !important;
		padding-bottom: 60px;
		transform: translate(-172%, -13%) !important;
	}
}

@media only screen and (min-height: 100px) and (max-height: 600px) {
	.ConfirmAlert-k-window {
		width: 35% !important;
		padding-left: 1% !important;
		height: 20% !important;
		padding-top: 6px !important;
		padding-bottom: 60px;
		transform: translate(-12%, -13%) !important;
	}

	.ConfirmAlert .ConfirmAlert-div-k-window {
		height: 36vh !important;
	}

	#btnYes {
		height: 4vh !important;
	}

	#btnNo {
		height: 4vh !important;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
	.ConfirmAlert-k-window {
		/*width: 46% !important;*/
		height: calc(102vh - 87vh) !important;
		padding-top: 6px !important;
		padding-bottom: 60px;
		font-size: 16px;
		transform: translate(-11%, -13%) !important;
		width: calc(100% - 147vh) !important;
	}

	.popupMessageBasic {
		height: calc(100% - 79%) !important;
	}

	.popupMessage {
		height: calc(100% - 59%) !important;
	}

	.ConfirmAlert .ConfirmAlert-div-k-window {
		height: 30vh !important;
	}
}

.ConfirmAlert .k-window,
.ConfirmAlert .k-window.k-state-focused {
	border: 0;
	border-radius: 0;
	box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	border-width: 0 !important;
}

.ConfirmAlert .ConfirmAlert-div-k-window {
	border-width: 0px;
	position: relative;
	height: 32vh;
	padding: .58em;
	overflow: hidden !important;
	outline: 0;
	position: fixed;
	width: 97%;
	top: 0vh;
	max-height: 35vh;
}

.ConfirmAlert .k-window-titlebar {
	background-color: transparent;
	border: none;
}

.ConfirmAlert .k-window-title {
	color: white;
	padding-left: 65px;
}

.ConfirmAlert .k-window-titlebar .k-window-actions {
	display: none;
}

.popupMessage {
	text-align: left;
	/*height: calc(100% - 70%);*/
	padding-left: 21px;
	font-size: 15px;
	font-family: 'Knowledge';
	font-weight: 400;
	line-height: 19px;
	display: inline-block;
	letter-spacing: -0.24px;
}

.popupMessageBasic {
	text-align: left;
	height: calc(100% - 61%);
	padding-left: 25px;
	padding-bottom: 38px;
	padding-top: 6px;
	font-size: 15px;
	white-space: pre-wrap;
	font-family: 'Knowledge';
}

.csi_button {
	border: 0;
	border-radius: 4px;
	color: #444;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-family: Helvetica, Calibri !important;
	text-transform: none;
	/*padding: 5px 10px;*/
	line-height: 1.5;
	height: 3vh;
}
#btnYes:focus {
	border-color: black !important;
}
#btnNo:focus {
	border-color: black !important;
}


.csi_confirm_button {
	background-color: #FA5400;
	border-color: #FA5400;
	color: #fff !important;
}

.csi_cancel_button {
	background-color: #ccc;
	border-color: #ccc;
}

/*.csi_dialog_buttons
{
    float: right !important;
}*/

.csi_dialog_buttons_alert {
	float: right !important;
	padding-bottom: 5px;
	padding-right: 10px;
}

.ui-draggable .ui-dialog-titlebar{
	cursor:default !important;
}
#popupAlert {
	overflow: unset !important;
	height: auto !important;
}
#popupWindow {
	overflow: unset !important;
	height: auto !important;
}
.alertResize {
	margin: 0 auto;
	max-width: 840px;
	min-width: 150px;
	/*width: 80% !important;*/
	left: 0 !important;
	right: 0 !important;
	z-index: 10000 !important;
}
.alertResize .ui-dialog-titlebar-close {
	display:none !important;
}