<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

@import url("common.css");
@import url("login.css");
@import url("menu.css");
@import url("main.css");
@import url("registration.css");
@import url("services.css");
@import url("topup.css");
@import url("mmp.css");
@import url("aweg.css");
@import url("transactionOverview.css");
@import url("safranek.css");

.maternaWidget label.top {
	display: block;
}

.maternaWidget label.hint {
	margin-left: 0.5em;
}

/* Label or button in .formRow on the second or greater position. */
.maternaWidget .middle {
	margin-left: 1em;
}

/*
 * Used mainly for disabled input images.
 */
.maternaWidget input.disabled {
	cursor: default;
}

.maternaWidget .negativePrice {
	color: red;
}

.maternaWidget thead {
	color: #666;
}

.maternaWidget tr.odd {
	background-color: #FEC;
}

.maternaWidget td.price {
	text-align: right;
}

#mcWidget_logArea .info {
	color: #555;
}

#mcWidget_logArea .warning {
	color: brown;
	font-weight: bold;
}

#mcWidget_logArea .error {
	color: red;
	font-weight: bold;
}

#mcWidget_passwordResetConfirmation label {
	width: 9em;
}

#mcWidget_dataVerification li {
	margin-left: 2em;
	list-style: disc;
}

ul#mcWidget_awegSendSms_status {
	width: 100%;
	overflow: hidden;
}

ul#mcWidget_awegSendSms_status li {
	float: left;
	margin-right: 10px;
}

#mcWidget_dando table {
	width: 100%;
}

#mcWidget_dandoPsmsLogin label.left {
	width: 7em;
}

#mcWidget_dandoPsmsPasswordSetting label.left {
	width: 7em;
}

#mcWidget_dandoElementList .tab,
#mcWidget_dandoDocumentList .tab {
	border: solid 2px #B40;
	padding: 1em;
}

#mcWidget_dandoElementList .tabLabels,
#mcWidget_dandoDocumentList .tabLabels {
	width: 100%;
	position: relative;
	top: 2px;
	z-index: 100;
}

#mcWidget_dandoElementList .tabLabels li,
#mcWidget_dandoDocumentList .tabLabels li {
	border: solid 2px #B40;
	float: left;
	margin-left: 1em;
	padding: 0 0.5em;
}

#mcWidget_dandoElementList .tabLabels li.current,
#mcWidget_dandoDocumentList .tabLabels li.current {
	font-weight: bold;
	border-bottom-color: white;
}

#mcWidget_aweg ul.menu {
	overflow: hidden;
}

#mcWidget_aweg ul.menu li {
	float: left;
	margin-right: 2em;
}

#mcWidget_aweg ul.menu li.current {
	font-weight: bold;
}

#mcWidget_awegSendFile label.left {
	width: 7em;
}

#mcWidget_awegSendFile_date {
	width: 6em;
}

#mcWidget_awegSendFile_time {
	width: 3em;
}

#mcWidget_mposUserList tr.filters input {
	width: 9em;
}

#content .content .loginAndMenu {
	float: left;
	width: 250px;
}


#content .content .main {
	float: right;
	width: 600px;
}</pre></body></html>