@charset "ISO-8859-1";

body {
	margin: 0;
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #303030;
}

p {
	margin: 11px 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #303030;
	margin: 12px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #303030;
	margin: 10px 0px;
}

h2 span, h2 a {
	color: #2424BE;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h2 span.title-details {
	color: #333;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	background-color: #eee;
	margin-left: 5px;
	padding: 0px 8px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ddd;
}

h3 {
	font-size: 15px;
	color: #303030;
	margin: 7px 0px;
}

h4 {
	font-size: 11px;
	color: #006400;
	border-bottom: solid 1px #c0c0c0;
	margin: 5px 0px;
}

a {
	color: #00387A;
}

a:hover {
	color: #0676FF;
}

a img {
	border: none;
}

em {
	color: red;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	white-space: nowrap;
}

ul, ol {
	padding: 0px;
	margin: 0px 0px 0px 3em;
}

hr {
	border: 1px solid black;
	margin: 20px 0;
}

.credit {
	color: black;
	background-color: #C8FFC8;
	border: 2px solid #22C822;
	border-radius: 5px;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 16px;
	float: right;
}

.credit.neg {
	color: red;
	background-color: #f0f0f0;
	border: 2px solid #c0c0c0;
}

.total-tag {
	color: white;
	background: #044b9b;
	border: 2px solid #044b9b;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	float: right;
	margin: 5px auto;
}

.total-label {
	padding: 4px 8px;
}

.total-value {
	padding: 4px 8px;
	color: black;
	background: #f0f0f0;
}

.call-summary {
	overflow: auto;
	width: 100%;
}

.call-summary dl {
	border: 1px solid #044b9b;
	margin: 10px 0px;
	float: right;
}

.call-summary dt {
	background-color: #044b9b;
	color: white;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px;
}

.call-summary dd {
	background-color: white;
	color: black;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px;
}

.left  { float: left;  }
.right { float: right; }
.clear { clear: both;  }
.clearfix { overflow: auto; width: 100%; }

.csv {
	padding-left: 20px;
	margin-left: 15px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-image: url('../img/icon_excel.gif');
}

big,   .big,   .big   td { font-size: 115%; }
small, .small, .small td { font-size:  90%; }

.test {
	border: dotted 2px red;
	padding: 10px;
	text-align: center;
}

/* flash-messages, alert-warn, alert-errors */

div.alert-error,
div.alert-warn,
div.alert-success,
div.flash-message {
	color: #444;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	padding: 12px;
	margin: 6px 0;
	position: relative;
}

div.alert-error.closable,
div.alert-warn.closable,
div.alert-success.closable,
div.flash-message.closable {
	padding-right: 40px;
}

div.alert-error button.close,
div.alert-warn button.close,
div.alert-success button.close,
div.flash-message button.close {
	position: absolute;
	right: 11px;
	top: 10px;
	display: inline-block;
	font-size: 12px;
	width: 20px;
	height: 20px;
	padding: 0 0 2px 0;
	margin: 0;
	cursor: pointer;
	color: #454545;
	background: #f6f6f6;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}

div.alert-error button.close:hover,
div.alert-warn button.close:hover,
div.alert-success button.close:hover,
div.flash-message button.close:hover {
	background: #ededed;
	border-color: #cccccc;
}

div.alert-error {
	border-color: #dd0000;
	background-color: #fffafa;
}

div.alert-warn {
	border-color: #ffaa00;
	background-color: #fffff0;
}

div.alert-success {
	border-color: #00aa00;
	background-color: #fafffa;
}

div.flash-message {
	border-color: #0073ea;
	background-color: #fafaff;
}

div.alert-error > i.fas:first-child {
	color: #dd0000;
}

div.alert-warn > i.fas:first-child {
	color: #ffaa00;
}

div.alert-success > i.fas:first-child {
	color: #008800;
}

div.flash-message > i.fas:first-child {
	color: #0073ea;
}
