* {
	margin: 0;
	padding: 0 }

/* some clearfixing */
.clearfix:before,
.clearfix:after ,
.buttons:before,
.buttons:after {
	display: table;
	content: " ";
}
.clearfix:after,
.buttons:after {
	clear: both;
}


body {
	background-color: #f5f5f5;
	font-size: 13px;
	line-height: 16px;
	/*font-family: "Lucida Grande", Arial, Verdana, Sans-serif*/
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
}
p, div, td, th {
	font-size: 13px;
	line-height: 16px }
div {
	/*position: relative*/ }
a {
	color: rgb(233,94,33);
	text-decoration: none }
a.aecf {
	color: #66f }
.clear {
	clear: both }
.unbold {
	font-weight: normal }
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}
b, strong, .b, .bold, .strong {
	font-weight: bold;
}
i, em, .i, .italic, .em {
	font-style: italic;
}
.mono {
	font-family: Consolas, monospace !important;
}

p, h1, h2, h3, h4 {
	margin-bottom: 10px }
h1 {
	font-size: 17px;
	margin-bottom: 20px }
h2 {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 10px }
h3 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px }
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
td, th {
	text-align: left;
	vertical-align: top }

ul, ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
#content li {
	margin: 5px 0;
}

div#container {
	/*width: 800px*/ }
	html>body div#container {
		width: auto;
		min-width: 800px }

div#page_header {
	position: fixed;
	width: 100%;
	min-width: 800px;
	background-color: #555;
	height: 95px;
	padding: 0 50px 0 0;
	z-index: 99997;
}
div#logo {
	position: absolute;
	left: 50px;
	top: 0 }
div.right {
	float: right;
	z-index: 100;
}
div#user {
	background-color: #f2f2f2;
	padding: 3px 8px;
	font-size: 10px;
}
div#season {
	text-align: right;
	color: #f2f2f2;
	padding: 3px 8px;
	font-size: 10px;
}
div#nav0 {
	position: absolute;
	top: 75px;
	left: 50px;
	height: 20px }


div#page_main {
	padding: 115px 50px 20px }
div#menu {
	width: 150px;
	margin-top: 3px;
	margin-right: 30px;
	float: left }
/* div#content {
	padding: 5px 0 0 28px;
	border-left: 2px dotted #f2f2f2;
	min-height: 400px;
	float: left } */
div#nav1 {
	margin: -10px 0 10px;
}
div#content {
	padding: 5px 0 0 0;
	height: 400px;
	/* width: 750px;
	float: left */ }
	html>body div#content {
		height: auto;
		min-height: 400px }


div#page_footer {
	margin: 0 50px;
	padding: 10px 0px 30px;
	/* border-top: 1px solid #f2f2f2; */
	text-align: center }
address {
	font-size: 10px;
	font-style: normal;
	color: #ccc }


div.card {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 250px
}
a.card {
	display: block;
	border: 1px solid #cccccc;
	background-color: #e5e5e5;
	padding: 5px 10px 7px 10px;
	height: 80px }
	html>body a.card {
		height: auto;
		min-height: 80px }
a.card:hover {
	background-color: #ffffff }
div.card_title {
	font-weight: bold;
	margin-bottom: 5px }
div.card_text {
	color: #000000;
	padding-left: 20px }


/* TABLE / LISTS */
table.tab {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ccc;
	min-width: 700px;
}
table.full-width {
	width: 100%;
}
tr.th th, tr.th th.thh, tr.thh th {
	font-size: 10px;
	line-height: 12px;
	text-align: left !important;
	font-weight: bold !important;
	padding: 3px 5px 4px 5px !important;
	background-color: #e5e5e5;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #ccc }
tr.th th.thh, tr.thh th {
	padding-bottom: 0;
	border-bottom: none }
tr.td td, tr.td_odd td, tr.td_on td {
	padding: 3px 5px 5px 5px !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff }
tr.td_odd td {
	border-top: 1px solid #ccc }
tr.td_on td {
	background-color: #ffffff }
tr.td:hover td, tr.td_odd:hover td {
	background-color: #ffffff }
td.num {
	text-align: right !important;
}
td.tight, th.tight {}
td.ctrl, th.ctrl {
	text-align: center !important }
tr.grey * {
	color: #999;
}
tr.subrow td {
	font-size: 10px;
	line-height: 13px;
	padding: 3px 10px;
	border-top: 1px solid #e5e5e5;
	color: #666;
}
tr.disabled td {
	text-decoration: line-through;
}
tr.disabled td.lv_controls {
	text-decoration: none;
}

tr.text-normal th,
tr.text-normal td {
	font-weight: normal;
	font-style: normal;
}

.file_icon, .clock {
	vertical-align: middle;
	margin-right: 10px;
}
.file_icon.small {
	width: 16px;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 5px;
	/*padding: 10px;*/
	/*border: 1px solid red;*/
}

table.list {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ccc }
table.list th, table.list td {
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 5px 10px }
table.list tr th, table.list tr td {
	border-top: 1px solid #ccc }
table.list th.h {
	background-color: #e5e5e5 }

tr.re td, .re, .em {
	color: #ff0000;
	font-weight: bold;
}

table.default {
	margin: 3px 0;
}
table.default th, table.default td {
	padding: 2px 5px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Table column widths: absolute */
.w040 {
	width: 40px;
	min-width: 40px;
}
.w060 {
	width: 60px;
	min-width: 60px;
}
.w070 {
	width: 70px;
	min-width: 70px;
}
.w080 {
	width: 80px;
	min-width: 80px;
}
.w100 {
	width: 100px;
	min-width: 100px;
}
.w130 {
	width: 130px;
	min-width: 125px;
}
.w250 {
	width: 250px;
	min-width: 150px;
}
.w300 {
	width: 300px;
	min-width: 200px;
}

/* Table column widths: minimum */
.mw150 {
	min-width: 150px;
}

.no-pad-left {
	padding-left: 0 !important;
}

a.lv_ctrl {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 5px 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: rgb(233,94,33);
	background-color: #ffffff;
	margin-top: 2px;
	white-space: nowrap;
}
a.lv_ctrl:hover {
	background-color: rgb(233,94,33);
	color: #ffffff;
}
a.disabled {
	color: #ccc;
}
a.disabled:hover {
	background-color: #ffffff;
	color: #ccc;
}
a.f {
	float: left;
}
a.fr {
	float: right;
	margin-right: 0px;
	margin-left: 3px;
}
a.btn, a.btn_small, a.btn_tiny, a.btn_micro,
button.btn, button.btn_small, button.btn_tiny, button.btn_micro {
	display: inline-block;
	padding: 2px 8px 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: rgb(233,94,33);
	background-color: #ffffff;
	white-space: nowrap;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
}
button.btn, button.btn_tiny, button.btn_micro {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a.btn {
	/*line-height: 18px;*/
}
a.btn_small,
button.btn_small {
	font-size: 12px;
	line-height: 13px;
	padding: 3px 5px 3px;
}
a.btn_tiny,
button.btn_tiny {
	font-size: 10px;
	line-height: 11px;
	padding: 3px 5px 3px;
}
a.btn_micro,
button.btn_micro {
	font-size: 9px;
	line-height: 10px;
	padding: 2px 4px;
}
a.btn:hover, a.btn_small:hover, a.btn_tiny:hover, a.btn_micro:hover, a.btn_on,
button.btn:hover, button.btn_small:hover, button.btn_tiny:hover, button.btn_micro:hover, button.btn_on {
	background-color: rgb(233,94,33);
	color: #ffffff;
}

a.btn-confirm, button.btn-confirm {
	background-color: rgb(138, 229, 46);
	color: #fff;
	min-width: 140px;
	text-align: center;
}
a.btn-confirm:hover, button.btn-confirm:hover {
	color: rgb(138, 229, 46);
	background-color: rgb(226, 248, 203);
}

a.btn-urgent, button.btn-urgent {
	font-weight: bold;
}
a.btn-urgent:hover, button.btn-urgent:hover {

}

a.btn-less, button.btn-less {
	color: #ffbbbb;
}
a.btn-less:hover, button.btn-less:hover {
	background-color: #ffbbbb;
}

a.btn_disabled, a.btn_disabled:hover,
button.btn_disabled, button.btn_disabled:hover {
	color: #ccc;
	cursor: not-allowed;
	background-color: #fff;
}
a.btn_default,
button.btn_default {
	font-weight: bold;
}

/* buttons container */
.buttons {
	display: block;
	margin: 3px 0 10px;
}
.buttons > a,
.buttons > button {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.bc {
	float: left;
	margin-right: 10px;
}


.debug_code {
	position: absolute;
	z-index: 10000;
	background-color: #ffffff;
	color: red;
	-opacity: 0.75;
	font-size: 90%;
	padding: 10px;
	border: 2px solid red;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.fo, .fo_on {
	padding: 1px 6px;
	border: 1px solid #ccc;
}
.fo:hover {
	background-color: #f2f2f2;
}
.fo_on {
	color: #999999;
}

.__tobefixed, .__tbf {
	padding: 7px 10px 8px 10px;
	background-color: rgba(255,0,0,.1);
	border: 1px dashed red;
}
.__question, .__q {
	color: orange;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.__debug {
	border: 1px dashed red;
}

/* Styles for jQueryTools overlay */
.ol {
	display: none;
	width: 400px;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
	box-shadow: 0 0 50px #666;
	-moz-box-shadow: 0 0 50px #666;
	-webkit-box-shadow: 0 0 50px #666;
	z-index: 99999 !important;
}

#exposeMask {
	z-index: 99998 !important;
	background-color: #fff !important;
	opacity: 0.85 !important;
}

#ol-blender {
	display: none;
	width: 200px;
	z-index: 99999 !important;
	text-align: center;
}

#ol-success {
	background-color: rgb(226,248,203);
}
#ol-error {
	background-color: rgb(233,94,33);
}
#ol-success p {
	color: rgb(138,229,46);
	color: rgb(107,179,36);
	font-weight: bold;
}
#ol-error p {
	color: #fff;
	font-weight: bold;
}


.ol h2 {
	margin-top: 0;
}
.ol .controls {
	text-align: center;
	margin-top: 20px;
}

.tooltip {
	display: none;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 6px;
	max-width: 200px;
	background-color: #fff;
	color: rgb(233,94,33);
	color: #999;

	box-shadow: 0 2px 5px #666;
	-moz-box-shadow: 0 2px 5px #666;
	-webkit-box-shadow: 0 2px 5px #666;
}

.hint {
	padding: 10px 15px;
	width: 650px;
	background-color: #ffff99;
}

.relation {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
}

/* Display errors */
.error {
	background-color: #f00 !important;
	color: #fff !important;
}
p.error {
	padding: 3px 5px 3px 5px;
}
.warning {
	color: red;
	cursor: help;
}

/* Download Business Clients XLS sheets */
.dl_panel {
	margin: 15px 0;
}
.dl_panel .col {
	float: left;
	background-color: rgba(0,0,0,0.05);
	padding: 6px 8px 0;
	margin-right: 2px;
	margin-bottom: 2px;
	min-height: 75px;
}
.dl_panel ul {
	margin: 0;
	list-style: none;
}

.prev_season a {
	color: rgba(233,94,33, 0.5);
}
.prev_season a.disabled {
	color: #ccc;
}

.text-normal {
	font-weight: normal;
	font-style: normal;
}
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-fade {
	color: #999;
}

.rate-ratio-decrease {
	color: rgb(138, 229, 46);
	font-weight: bold;
}
.rate-ratio-stable {
}
.rate-ratio-increase-small {
	color: rgb(255, 153, 0)
}
.rate-ratio-increase {
	color: rgb(222, 0, 0);
}
.rate-ratio-decrease--bg {
	background-color: rgb(226, 248, 203);
}
.rate-ratio-stable--bg {
}
.rate-ratio-increase-small--bg {
	background-color: rgb(255, 235, 204)
}
.rate-ratio-increase--bg {
	background-color: rgb(250, 217, 217);
}

.legend {
	margin: 10px 0 20px;
	color: #999;
/*	font-size: 11px;
	line-height: 13px;*/
}
.legend h3 {
	font-size: inherit;
	margin: 0 0 3px;
}
.legend ul,
.legend ol {
	padding: 0;
	margin: 0 0 5px;
	list-style: none;
}
.legend li {
	margin: 0 !important;
}
.legend .dt {
	display: block;
	float: left;
	width: 55px;
}
.legend .dd {
	display: block;
	margin-left: 60px;
}
.legend .dd::before {
	content: "= ";
}

.nowrap {
	white-space: nowrap;
}

/* Badges */
.badge {
	display: block;
	float: left;
	border-radius: 20px;
}
.badge-status {
	width: 10px;
	height: 10px;
	margin: 1px 3px 0 0;
}
.badge-select {
	width: 15px;
	height: 15px;
	margin: -1px 5px 0 0;
}



/* download lists, link lists */
.filelist, .file-li, .file-icon, .file-name {
	box-sizing: border-box;
}
.filelist, ul.filelist {
	margin: 0 0 10px 0;
}
ul.filelist {
	list-style: none;
}
.file-li {
	display: block;
	position: relative;
}
/* icon 32x32 */
.file-li.size-l {
	padding-left: 42px;
	padding-top: 8px;
	min-height: 32px;
}
/* icon 24x24 */
.file-li.size-m {
	padding-left: 32px;
	padding-top: 4px;
	min-height: 24px;
}
.file-li.size-m.small {
	padding-top: 2px;
}
/* icon 16x16 */
.file-li.size-s {
	padding-left: 24px;
	padding-top: 2px;
	min-height: 16px;
}
.file-li.size-s.small {
	padding-left: 22px;
	padding-top: 1px;
}
.file-li.size-l .file-icon {
	width: 32px;
	height: 32px;
}
.file-li.size-m .file-icon {
	width: 24px;
	height: 24px;
}
.file-li.size-s .file-icon {
	width: 16px;
	height: 16px;
}

.file-icon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	float: left;
	background-image: url(../img/missing_file_032.gif);
	background-repeat: no-repeat;
	background-size: cover;
}
.file-icon-pdf {
	background-image: url(../img/icon_pdf.gif);
}
.file-icon-xls,
.file-icon-xlsx,
.file-icon-xlsm {
	background-image: url(../img/icon_xls.gif);
}
.file-icon-zip {
	background-image: url(../img/icon_zip.gif);
}

.filelist.floating {
	margin-left: -10px;
	margin-right: -10px;
}
.filelist.floating .file-li {
	float: left;
	margin: 0px 10px 10px !important;
}
/* 2 columns */
.filelist.col-2 .file-li {
	width: 47.7%;
	min-width: 200px;
}
/* 3 columns */
.filelist.col-3 .file-li {
	width: 31%;
	min-width: 175px;
}
/* 4 columns */
.filelist.col-4 .file-li {
	width: 22.7%;
	min-width: 150px;
}
/* 5 columns */
.filelist.col-5 .file-li {
	width: 17.7%;
	min-width: 130px;
}

.file-li.width-200 {
	width: 200px;
}
.file-li.width-250 {
	width: 250px;
}
.file-li.width-300 {
	width: 300px;
}

.file-li.height-2 { /* 2 lines */
	height: 26px;
	overflow: hidden;
}
.file-li.height-3 { /* 3 lines */
	height: 39px;
	overflow: hidden;
}
