
body {
	color: #000000;
	background-color: #E9EBF1;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 auto;
	width: 1000px;
	height: 70px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image: url('../resources/logo-lcr.png');
	background-repeat: no-repeat;
	background-position: 20px 7px;
	background-size: 350px;
	background-color: #1D232A;
}

h1 span {
	display: none;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #0084ff;
}

a:hover {
	color: #000000;
}

.text_red		{color: #FF0000; }
.text_orange	{color: #FF6600; }
.text_green		{color: #119900; }
.text_light		{color: #AAAAAA; }

.radio {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.small {
	font-size: 11px;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


div#desktop {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	font-size: 12px;
	-webkit-box-shadow: 0px 20px 70px 0 #CCCCCC;
	-moz-box-shadow: 0px 20px 70px 0 #CCCCCC;
	box-shadow: 0px 20px 70px 0 #CCCCCC;
}

p#mynameis {
	position: absolute;
	right: 20px;
	top: 18px;
	margin: 0;
	padding: 0;
	color: #66BBFF;
	font-size: 12px;
}

p#mynameis a.language {
	float: left;
	padding: 2px 3px;
}

p#mynameis a.language img {
	opacity: 0.5;
}

p#mynameis a.language.selected img {
	opacity: 1;
}

p#mynameis span.name {
	float: left;
	padding: 0 0 0 10px;
}

p#mynameis span.name strong {
	color: #FFFFFF;
}

div#task {
	background-color: #1D232A;
}

div#task ul {
	list-style: none;
	width: 100%;
	height: 28px;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}

div#task ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#task ul li a {
	display: block;
	padding: 7px 25px;
	font-size: 11px;
	background-color: #444444;
	text-decoration: none;
	margin: 0 1px 0 0;
	font-weight: bold;
	color: #FFFFFF;
}

div#task ul li a.selected {
	color: #0084ff;
	background-color: #FFFFFF;
	padding-bottom: 12px
}

div#mainContainer {
	background-color: #FFFFFF;
}

div#main {
	min-height: 580px;
	padding: 30px 20px 20px 20px;
}

div#main h2 {
	font-size: 24px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	color: #0084ff;
	font-weight: normal;
}

div#main h3 {
	font-size: 16px;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #000000;
}

div#main h4 {
	font-size: 14px;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #AA0000;
}

div#main h4.tabletop {
	font-size: 14px;
	padding: 10px 0 5px 5px;
	margin: 0;
	color: #AA0000;
}

div#main div.mainbox {
	float: left;
	width: 620px;
	padding-top: 10px;
	margin: 0 20px 20px 0;
}

div#main div.rightbox {
	float: left;
	width: 300px;
	padding: 10px;
	margin: 0 0 20px 0;
}

div#main p {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 13px;
}

div#main p label.pre {
	display: inline-block;
	width: 100px;
}

div#main p .input {
	border: 1px solid #DDDDDD;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #333333;
}

div#main div.error,
div#main div.confirm {
	padding: 20px 20px 25px 100px;
	margin: 10px 0 20px 0;
	-webkit-box-shadow: 0px 0px 5px 0 #AAAAAA;
	-moz-box-shadow: 0px 0px 5px 0 #AAAAAA;
	box-shadow: 0px 0px 5px 0 #AAAAAA;
	background-image: url('../resources/64.error.png');
	background-repeat: no-repeat;
	background-position: 20px 15px;
	background-color: #F0F0F0;
}

div#main div.error h4,
div#main div.confirm h4 {
	color: #FF6600;
	font-style: italic;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0;
}

div#main div.confirm {
	background-image: url('../resources/64.confirm.png');
}

div#main div.confirm h4 {
	color: #119900;
}

div#main div.error p,
div#main div.confirm p {
	padding: 0;
}

#main ul.list {
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: square;
}

#main ul.list ul {
	margin: 0;
	padding: 10px 0 7px 0;
	list-style-type: square;
}

#main ul.list li {
	margin: 0 0 0 15px;
	padding: 3px 0 4px 0;
}

#main ul.list li h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #333333;
}

#main ul.task {
	clear: both;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 2px -5px 0 -5px;
	min-height: 30px;
	position: relative;
}

#main ul.task li {
	float: left;
	margin: 0 10px 0 0;
}

#main ul.task li a,
#main ul.task li span {
	display: block;
	padding: 5px 6px 5px 19px;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#main ul.task li.add a				{ background-image: url('../resources/16.plus.png'); }
#main ul.task li.remove a			{ background-image: url('../resources/close.red.png'); }
#main ul.task li.continue a			{ background-image: url('../resources/16.right.png'); }
#main ul.task li.back a				{ background-image: url('../resources/16.left.png'); }
#main ul.task li.pdf a				{ background-image: url('../resources/16.pdf.png'); }
#main ul.task li.edit a				{ background-image: url('../resources/16.edit.png'); }
#main ul.task li.key a				{ background-image: url('../resources/16.key.png'); }
#main ul.task li.user a				{ background-image: url('../resources/16.user.png'); }
#main ul.task li.webcam a			{ background-image: url('../resources/16.webcam.png'); }
#main ul.task li.stats a			{ background-image: url('../resources/16.stats.png'); }
#main ul.task li.clock a			{ background-image: url('../resources/16.clock.png'); }
#main ul.task li.download a			{ background-image: url('../resources/16.download.png'); }

/*--------------------------------------------------------------------------- */

ul.icons {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

ul.icons li {
	padding: 10px 0 15px 75px;
	margin: 0;
	min-height: 50px;
	background-image: url('../resources/icon.info.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-width: 1px 0 0 0;
	border-color: #EEEEEE;
	border-style: solid;
}

ul.icons li.help {
	background-image: url('../resources/48.help.png');
}

ul.icons li.news {
	background-image: url('../resources/icon.new.png');
}

ul.icons li.label {
	background-image: url('../resources/48.label.png');
}

ul.icons li.webcam {
	background-image: url('../resources/48.webcam.png');
}

/*--------------------------------------------------------------------------- */

#main table.formTable {
	width: 100%;
	margin: 0 0 10px 0;
	border-width: 8px;
	border-style: solid;
	border-color: #F0F0F0;
	border-collapse: collapse;
}

#main table.formTable th {
	width: 250px;
	padding: 5px 0 0 0;
	vertical-align: top;
	text-align: left;
	border-width: 5px;
	border-style: solid;
	border-color: #F0F0F0;
	background-color: #F0F0F0;
	font-weight: normal;
}

#main table.formTable th.alert {
	color: #FF0000;
	background-image: url('../resources/thalert.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#main table.formTable th.alert.top {
	background-position: right 0 top 2px;
}

#main table.formTable th.alert.bottom {
	background-position: right 0 bottom 2px;
}

#main table.formTable td {
	padding: 3px 5px;
	vertical-align: top;
	text-align: left;
	border-width: 5px;
	border-style: solid;
	border-color: #F0F0F0;
	background-color: #F0F0F0;
}

#main table.formTable td.input  {
	padding: 0;
	background-color: #FFFFFF;
}

#main table.formTable td.input input {
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #333333;
}

#main table.formTable td.input input.followed {
	border-width: 0 5px 0 0;
	border-style: solid;
	border-color: #F0F0F0;
}

#main table.formTable td.input select {
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px;
	color: #333333;
}

#main table.formTable td.input textarea {
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #333333;
}

#main table.formTable td.input input.half {
	width: 70%;
}


#main table.formTable td.input input.full,
#main table.formTable td.input textarea.full {
	width: 97.5%;
}

#main table.formTable td.input select.full {
	width: 99.5%;
}

#main table.formTable td.input input.fulldisabled {
	width: 97.5%;
	background-color: #F0F0F0;
	color: #AAAAAA;
}

#main table.formTable td.input select.fulldisabled {
	width: 99.5%;
	background-color: #F0F0F0;
}

#main table.formTable td span.floatbox {
	float: left;
	width: 130px;
	padding: 0 5px 0 0;
}

#main table.formTable td span.floatbox input {
	vertical-align: middle;
}

#main table.formTable td span.floatbox label {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 0 0 0;
}

#main table.formTable td span.radiobox {
	display: block;
	padding: 0 0 10px 0;
}

#main table.formTable td span.radiobox input {
	vertical-align: middle;
}

#main table.formTable td span.radiobox label {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 0 0 0;
}

/*--------------------------------------------------------------------------- */

#main table.list {
	margin: 0 0 20px 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

#main table.list.offset {
	margin-bottom: 20px;
}

#main table.list tr:hover {
	background-color: #EEF6FF;
}

#main table.list tr.header,
#main table.list tr.header:hover {
	background-color: transparent;
}

#main table.list th {
	text-align: left;
	vertical-align: bottom;
	padding: 3px 5px 5px 5px;
	font-size: 11px;
	border-width: 0 0 1px 0;
	border-color: #EEEEEE;
	border-style: solid;
}

#main table.list th.sup {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #EEEEEE;
	font-style: italic;
	font-weight: normal;
	padding-top: 5px;
}

#main table.list th.sub {
	padding: 0 5px 5px 5px;
}

#main table.list td {
	vertical-align: top;
	padding: 8px 5px 7px 5px;
	border-width: 0 0 1px 0;
	border-color: #EEEEEE;
	border-style: solid;
	font-size: 12px;
}

#main table.list tr:hover td {
	border-color: #0084ff;
}

#main table.list tr:hover td tr td {
	border-color: #EEEEEE;
}

#main table.list th.number {
	padding: 3px 10px 5px 0;
	text-align: right;
}

#main table.list td.number {
	text-align: right;
	padding: 8px 10px 7px 0;
	white-space: nowrap;
}

#main table.list td.options {
	white-space: nowrap;
	padding: 8px 0 0 5px;
}

#main table.list td.period {
	position: relative;
	width: 691px;
	padding: 0;
}

#main table.list td.period span.timebar,
#main table.list td.period span.showbar {
	position: absolute;
	top: 2px;
	height: 26px;
	background-color: #D5F5D5;
}

#main table.list td.period span.showbar {
	background-color: #F0A4E3;
}

#main table.list tr.selected td {
	font-weight: bold;
	border-bottom-width: 0px;
}

#main table.list td.subtable {
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 15px 20px 0 #EEEEEE;
	-moz-box-shadow: 0 15px 20px 0 #EEEEEE;
	box-shadow: 0 15px 20px 0 #EEEEEE;
}

#main table.list td.subtable table.list {
	margin: 0;

}

#main table.list td.percent {
	padding: 4px 3px 0 3px;
}

#main table.list tr.total {
	background-color: transparent;
}

#main table.list tr.total td {
	padding-top: 5px;
	border-width: 2px 0 0 0;
	border-color: #DDDDDD;
}

#main table.list td.nodata {
	padding: 50px 0;
	text-align: center;
	color: #AAAAAA;
}

#main table.list td.graph {
	padding: 2px;
	text-align: right;
}

#main table.list td.graph span.graph {
	display: block;
	position: relative;
	height: 26px;

}

#main table.list td.graph span.value {
	position: absolute;
	right: 10px;
	bottom: 4px;
}

#main table.list td.graph span.graph span.bar {
	float: left;
	height: 26px;
}

#main table.list td.graph span.graph span.bar2 {
	float: left;
	height: 25px;
	border-width: 0 1px 1px 0;
	border-style: solid;
}






/*--------------------------------------------------------------------------- */

span.infoToolTip {
	text-align: left;
	margin: -3px 0 -3px 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

span.infoToolTip span.infoToolTipArea {
	display: none;
	position: absolute;
	bottom: 10px;
	left: -90px;
}

span.infoToolTip span.infoToolTipText {
	-webkit-box-shadow: 0 8px 12px -6px #000000;
	-moz-box-shadow: 0 8px 12px -6px #000000;
	box-shadow: 0 8px 12px -6px #000000;
	display: block;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 25px 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	min-width: 300px;
}

span.infoToolTip span.infoToolTipBalloon {
	display: block;
	height: 48px;
	margin-top: -2px;
	background-image: url('../resources/balloon.png');
	background-repeat: no-repeat;
	background-position: 100px bottom;
}

span.infoToolTip span.infoToolTipArea a.infoToolTipClose {
	position: absolute;
	right: 8px;
	top: 8px;
}

/*--- new profit ------------------------------------------------------------ */

#main table.list.provision_model {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
}

#main table.list.provision_model th {
	text-align: left;
	vertical-align: bottom;
}

#main table.list.provision_model th.name {
	text-align: left;
}

#main table.list.provision_model th.minimum {
	text-align: right;
	padding-right: 80px;
}

#main table.list.provision_model th.revenue {
	text-align: right;
}

#main table.list.provision_model td {
	height: 25px;
}

#main table.list.provision_model tr.light td {
	color: #AAAAAA;
}

#main table.list.provision_model td.name {
	padding-left: 10px;
	font-weight: bold;
	width: 120px;
}

#main table.list.provision_model td.rate {
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#main table.list.provision_model td.minimum {
	width: 80px;
	padding-right: 80px;
	text-align: right;
}

#main table.list.provision_model td.progress {
	width: 250px;
	xtext-align: right;
}

#main table.list.provision_model td.revenue {
	position: relative;
	width: 190px;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

#main table.list.provision_model tr.active td.name,
#main table.list.provision_model tr.active td.rate,
#main table.list.provision_model tr.active td.active_info {
	color: #FFFFFF;
	background-color: #009900;
}

#main table.list.provision_model tr.ancient td.name,
#main table.list.provision_model tr.ancient td.rate,
#main table.list.provision_model tr.ancient td.active_info {
	color: #000000;
	background-color: #FF9933;
}


#main table.list.provision_model tr td.revenue span.arrowhead {
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 40px solid #009900;
	transform: rotate(90deg);
}

#main table.list.provision_model tr.ancient td.revenue span.arrowhead {
	border-bottom-color: #FF9933;
}

#main table.list.provision_model td.progress span.next1 {
	display: inline-block;
	width: 200px;
	height: 8px;
	background-color: #DDDDDD;
}

#main table.list.provision_model td.progress span.next2 {
	display: inline-block;
	float: left;
	height: 8px;
	background-color: #00AA00;
}

#main table.list.provision_model td.progress span.next3 {
	display: inline-block;
	width: 20px;
	padding-left: 5px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

#main table.list.provision_model td.progress span.next4 {
	display: block;
	padding-left: 5px;
	color: #666666;
}

/*--- page navigation ------------------------------------------------------- */

ul.pageNavigation {
	clear: both;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 45px;
}

ul.pageNavigation.forceRight {
	clear: none;
}

ul.pageNavigation li {
	float: left;
	padding: 0;
	margin: 0 6px 0 0;
	width: 30px;
	height: 22px;
	border-radius: 4px;
	border-width: 1px;
	border-color: #444444;
	border-style: solid;
	background: linear-gradient(to bottom, #999999  0, #444444 55%);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}

ul.pageNavigation li:hover {
	border-color: #222222;
	background: linear-gradient(to bottom, #666666  0, #222222 55%);
}

ul.pageNavigation li.info {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 0;
	border-style: none;
	white-space: nowrap;
	width: 110px;
}

ul.pageNavigation li.info select {
	vertical-align: top;
	width: 110px;
	height: 26px;
}

ul.pageNavigation li a {
	display: block;
	width: 30px;
	height: 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;

}

ul.pageNavigation li a:hover {
	color: #FFFFFF;
}

ul.pageNavigation li span {
	display: none;
}

ul.pageNavigation li.previous a {
	background-image: url('../resources/pagenav.previous.png');
}

ul.pageNavigation li.first a {
	background-image: url('../resources/pagenav.first.png');
}

ul.pageNavigation li.last a {
	background-image: url('../resources/pagenav.last.png');
}

ul.pageNavigation li.next a {
	background-image: url('../resources/pagenav.next.png');
}


/*--------------------------------------------------------------------------- */

#att_upload {
	min-height: 170px;
	padding-bottom: 30px;
}

#att_upload #att_dropzone {
	padding: 30px;
	border: 3px dashed #CCCCCC;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
	cursor: pointer;
}

#att_upload .preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

#att_upload .item {
	width: 100px;
	max-height: 100px;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	position: relative;
	max-width: 100%;
}

#att_upload .item img,
#att_upload .item video {
	max-width: 100%;
	max-height: 60px;
	display: block;
	margin: 0 auto 5px;
}

#att_upload #att_progress {
	width: 100%;
	height: 7px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#att_upload #att_probar {
	width: 0%;
	height: 7px;
	background-color: #4caf50;
}

#att_upload #att_button {

}

.att_spinner {
	display:none;
	width: 24px;
	height: 24px;
	border: 4px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	animation: ani_spinner 0.8s linear infinite;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#att_upload .att_delete_btn {
	position: absolute;
	top: 4px;
	right: 6px;
	cursor: pointer;
}

#att_upload .att_delete_btn img {
	background-color: #FFFFFF;
	border-radius: 4px;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style: solid;
}

.thumb-wrapper {
	position: relative;
	width: 60px;
	height: 40px;
}

.thumb-wrapper img {
	display: none;
	height: 40px;
}

.thumb-wrapper .thumb-spinner {
	width: 24px;
	height: 24px;
}

/*--------------------------------------------------------------------------- */


#bottom {
	clear: both;
	padding: 60px 20px 0 20px;

}

ul.subnav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}

ul.subnav li {
	color: #666666;
	float: left;
	font-size: 12px;
	margin: 0 10px;
}

ul.subnav li a {
	color: #666666;
	text-decoration: none;
}

ul.subnav li a:hover {
	text-decoration: underline;
}

@keyframes ani_spinner  {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
