/* module-TouchwayNotify */

/* style: Hauptstil language: default / engineId: default / pseudo: default */
.Touchway.Notify {
	position:fixed;
	width:50%;
	top:-100%;
	left:25%;
	z-index:9999;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:80px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	background-color:#FFFFFF;
}

.Touchway.Notify .Message {
	font-family:'Myriad W01 Regular',arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

.Touchway.Notify .Message ul {
	margin:0;
}

.Touchway.Notify .Message ul li {
	line-height:1.5;
}

.Touchway.Notify .CloseButton {
	position:absolute;
	width:24px;
	height:24px;
	right:15px;
	bottom:15px;
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.Touchway.Notify .Message.warning {
	color:#CC1880;
}

.Touchway.Notify .Message.info {
	color:#05D890;
}

.Touchway.Notify .Message.error {
	color:#CC1880;
}

.Touchway.Bubble.Stack {
	position:fixed;
	width:400px;
	right:40px;
	bottom:40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.Touchway.Bubble.Stack .Touchway.Bubble.container {
	position:relative;
	width:100%;
	min-height:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:5px 5px 15px  rgba(37,49,63,1.0);
	-webkit-box-shadow:5px 5px 15px  rgba(37,49,63,1.0);
	box-shadow:5px 5px 15px  rgba(37,49,63,1.0);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:20px;
	margin-right:0;
	margin-bottom:20px;
	margin-left:0;
	padding:20px;
	background-color:#0098CA;
	-o-transition:all 350ms ease;
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;
}

.Touchway.Bubble.Stack .Touchway.Bubble.container .Touchway.Bubble.CloseButton {
	position:absolute;
	width:15px;
	height:15px;
	top:10px;
	right:15px;
	-ms-filter:Alpha(opacity=50);
	filter:Alpha(opacity=50);
	opacity:0.5;
	cursor:pointer;
}

.Touchway.Bubble.Stack .Touchway.Bubble.progress-bar-container {
	line-height:1px;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#BFC3C7;
}

.Touchway.Bubble.Stack .Touchway.Bubble.progress-bar-container .Touchway.Bubble.progress-bar {
	display:block;
	width:0;
	height:100%;
	background-color:#FFFFFF;
	-o-transition:all 350ms ease;
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;
}

.Touchway.Bubble.Stack .Touchway.Bubble.progress-percentage {
	font-family:'Myriad W01 Regular',arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	font-size:14px;
	float:right;
}

.Touchway.Bubble.Stack .Touchway.Bubble.progress-label {
	font-family:'Myriad W01 Regular',arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	font-size:14px;
	float:left;
}

.Touchway.Bubble.Stack .Touchway.Bubble.container.upload {
	background-color:#05D890;
}

.Touchway.Bubble.Stack.br .Touchway.Bubble.container {
	right:-110%;
}

.Touchway.Bubble.Stack.br .Touchway.Bubble.container.active {
	right:0%;
}

.Touchway.Bubble.title {
	font-family:'Myriad W01 SmBd', arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.25;
}

.Touchway.Bubble.subtitle {
	font-family:'Myriad W01 Regular',arial,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	font-size:14px;
	text-overflow:ellipsis;
	line-height:1.25;
	overflow:hidden;
}

.Touchway.Overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	z-index:999;
	background-color:#24363E;
	background-color:rgba(36,54,62,0.3);
}

.Touchway.Dialog {
	position:fixed;
	width:50%;
	top:50%;
	left:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FFFFFF;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

.Touchway.Dialog .button-container {
	position:relative;
	width:100%;
	bottom:0;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

.Touchway.Dialog .button-container .button {
	font-size:16px;
	height:auto;
	padding-top:6px;
	padding-right:25px;
	padding-bottom:6px;
	padding-left:25px;
	font-family:'Myriad W01 SmBd', arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	text-align:center;
	float:right;
	width:auto;
	border-style:none;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:10px;
	background-color:#0098CA;
	-o-transition:background-color 0.2s linear 0s;
	-webkit-transition:background-color 0.2s linear 0s;
	transition:background-color 0.2s linear 0s;
	cursor:pointer;
	line-height:1.2;
}

.Touchway.Dialog .button-container .button.button-cancel {
	font-family:'Myriad W01 SmBd', arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	float:right;
	width:auto;
	height:auto;
	border-style:none;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:10px;
	padding-top:6px;
	padding-right:25px;
	padding-bottom:6px;
	padding-left:25px;
	background-color:#25313F;
	-o-transition:background-color 0.2s linear 0s;
	-webkit-transition:background-color 0.2s linear 0s;
	transition:background-color 0.2s linear 0s;
	cursor:pointer;
	line-height:1.2;
}

.Touchway.Dialog .text-container {
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	margin-top:20px;
	padding:20px;
}

.Touchway.Dialog .caption-container {
	border-bottom-width:1px;
	border-bottom-color:#BAC3C7;
	border-bottom-style:solid;
	padding:20px;
}

.Touchway.Dialog .caption-container .caption {
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#0098CA;
}
/* style: Hauptstil language: default / engineId: default / pseudo: hover */
.Touchway.Bubble.Stack .Touchway.Bubble.container .Touchway.Bubble.CloseButton:hover {
	-ms-filter:Alpha(opacity=100);
	filter:Alpha(opacity=100);
	opacity:1;
}

.Touchway.Dialog .button-container .button:hover {
	background-color:#CC1880;
}

.Touchway.Dialog .button-container .button.button-cancel:hover {
	color:#FFFFFF !important;
	background-color:#CC1880;
}
/* style: Hauptstil language: default / engineId: default / pseudo: before */
.Touchway.Bubble.Stack .Touchway.Bubble.container .Touchway.Bubble.CloseButton:before {
	position:absolute;
	width:2px;
	height:10px;
	right:50%;
	content:' ';
	background-color:#FFFFFF;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
/* style: Hauptstil language: default / engineId: default / pseudo: after */
.Touchway.Bubble.Stack .Touchway.Bubble.container .Touchway.Bubble.CloseButton:after {
	position:absolute;
	width:2px;
	height:10px;
	right:50%;
	content:' ';
	background-color:#FFFFFF;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}