/* CSS file for ShowList by Stilit AB */




/* ShowList specific styles */

div.showlist {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid black;
	border-radius: 3px;
	overflow: auto;
	overflow-x: hidden;
}

p.slWarning_0 {
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: blue;
	padding-left: 10px;
}
p.slWarning_1 {
	margin: 0px;
	padding: 0px;
	background-color: #FFF090;
	padding-left: 10px;
}
p.slWarning_2 {
	margin: 0px;
	padding: 0px;
	background-color: #FFDDDD;
	padding-left: 10px;
}
p.slWarning_4 {
	margin: 0px;
	padding: 0px;
	background-color: red;
	color: black;
	padding-left: 10px;
}

div.showlistContainer {
	width: 100%;
	height: 100%;	
}

div#showlist_warnings {
	border: none;
	border-collapse: collapse;
}



table.showlist {
	position: relative;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

tr.showlist_head {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FAFAFA;
	z-index: 2;
}

td.showlist_head {
	height: 20px;
	font: 11px arial;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

td.showlist_fix_x {
	z-index: 1;
	position:relative;
	font: 11px arial;
	font-weight: bold;
	background-color: #FAFAFA;
	width: 20px;
	text-align: center;
}

tr.showlist_data {
}

tr.showlist_data_zbra {
	/*background-color: #FDFDFD;*/
}

tr.showlist_data_selected {
	background-color: #FAFAFF;
}

tr.showlist_data_zbra_selected {
	background-color: #FAFAFF;
}

tr.showlist_active {
	background-color: #FFFFCC;
}

tr.showlist_data_new {
	background-color: #F7FFF7;
}

tr.showlist_data_disconnected {
	color: gray;
	text-decoration: line-through;
}

tr.showlist_sums {
	background-color: #FAFAFA;
}

td.tdWarning {
	border: 1px solid red;
	background-color: yellow;
}

td.showlist_sums {
}

td.showlist_sums_head {
	font-weight: bold;
}


tr.showlist_error {
	background-color: #FFCCCC;
}

tr.showlist_warning {
	background-color: #FFFFBB;
}
td.showlist_data_error {
	border: 2px solid red;
}
td.showlist_data_warning {
	border: 2px solid orange;
}
.showlist_data_deleted {
	color: gray;
	text-decoration:line-through;
}

div.showlist_warningbox {
	font-size: 11px;
	font-family: arial;
	width: 100%;
}

p.showlist_warningbox {
	margin: 0px;
	width: 1024px;
}

td.showlist_data {
	font-size: 11px;
	font-family: arial;
	padding-left: 5px;
	border: 1px solid #EFEFEF;
}

td.showlist_active {
	background-color: #F5F5F5;
}

td.showlist_subactive {
	background-color: #FBFBFB;
}

table.showlist_relation_subtable {
	width: 100%;
	min-width: 55px;
	border-collapse: collapse;
}

table.showlist_relation_subtable td {
	border: none;
}

img.showlist_order_icon {
	border: none;
	height: 6px;
}

img.showlist_icon {
	border: 0px;
	height: 12px;
	width: 12px;
}

img.filterview_icon {
	border: 0px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	margin-left: 2px;
}

img.script_icon {
	border: 0px;
	height: 20px;
	width: 20px;
}

td.showlist_relation_disconnected {
	text-decoration: line-through;
	color: gray;
}

div.showlist_colorstatus {
	width: 10px;
	height: 10px;
	border: 1px solid gray;
	border-radius: 4px;
}

div.showlist_colorstatus_popup {
	position: relative;
	left: 13px;
	top: -20px;
	background-color: lightyellow;
	border: 1px dotted gray;
	padding: 2px;
	font-size: 12px;
	border-radius: 5px;
}

input.showlist_dirty {
	visibility: hidden;
	display: none;
}

textarea.showlist_data,
input.showlist_data {
	font-size: 11px;
	font-family: arial;
	padding-left: 5px;
	border: none;
	/*border-bottom: 1px dotted gray;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:none;
}

textarea.showlist_data_disabled {
	background: none;
	font-size: 11px;
	font-family: arial;
	padding-left: 5px;
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: black;
}

select.showlist_data {
	font-size: 11px;
	font-family: arial;
	padding-left: 5px;
	border: none;
	border-bottom: 1px dotted gray;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:none;
}

div.showlist_color {
	width: 8px;
	height: 8px;
	position: relative;
	border: 1px solid black;
}

div.showlist_percent {
	background-color: #44FF44;
	width: 100%;
	height: 50%;
	text-align: center;
	position: relative;
	border: 1px solid black;
}

div.showlist_percent_used {
	background-color: red;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.showlist_percent_text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

.showlist_red { color: red; }
.showlist_blue { color: blue; }
.showlist_green { color: green; }
.showlist_purple { color: purple; }
.showlist_gray { color: gray; }
.showlist_white { color: white; }

.showlist_bold { font-weight: bold; }
.showlist_italic { font-style: italic; }
.showlist_underline { text-decoration: underline; }

.showlist_bgred { background-color: red; }
.showlist_bggray { background-color: #F0F0F0; }

a.showlist_relation:link		{color: blue; text-decoration: underline;}
a.showlist_relation:visited		{color: blue; text-decoration: underline;}
a.showlist_relation:hover		{color: blue; text-decoration: underline;}

td.warn_soft {
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
	background-color: lightyellow;
}

td.warn_hard {
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background-color: #FFDDDD;
}

input.warn_soft {
	background-color: lightyellow;
}

input.warn_hard {
	background-color: #FFDDDD;
}

div.showlist_filter {
	position: absolute;
	left: 10px;
	top: 450px;
	border: 1px dotted black;
	background: #EFEFEF;
}

td.showlist_filter {
	font-size: 11px;
	font-family: arial;
}

input.showlist_filter {
        font-size: 11px;
        font-family: arial;
        border: none;
        border-bottom: 1px dotted gray;
}

table.showlist_quickfield {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid gray;
	font: 10px arial;
	border-collapse: collapse;
}

td.showlist_quickfield {
	width: 33%;
}

input.showlist_quicksearch {
	height: 16px;
	background-repeat: no-repeat;
    border: none;
    border-bottom: 1px dotted gray;
	width: 90%;
	font: 11px arial;
}

select.showlist_view,
select.showlist_filter {
	font-size: 11px;
    font-family: arial;
    border: none;
    border-bottom: 1px dotted gray;
    width: 90%;
}

/* View and Filter edit */

p.test { font-size: 80px; }

p#viewedit_bottom,
p#viewedit_general,
p#viewedit_edit,
p#viewedit_list {
	margin: 0px;
	padding: 2px;
	font: 20px arial;
	border-bottom: 1px solid gray;
	background-color: #EFEFEF;
}
table#viewedit_field,
table#viewedit_general {
	width: 100%;
	margin: 0px;
	font: 10px arial;
}

img.view_icon {
	height: 15px;
	width: 15px;
	border: none;
}

img.view_icon_small {
	height: 10px;
	width: 10px;
	border: none;
}


div#viewedit_list {
	width: 100%;
	height: 236px;
	background: white;
	border-bottom: 1px solid gray;
	overflow: auto;
}

div#filteredit_list {
	width: 100%;
	height:256px;
	background: white;
	border-bottom: 1px solid gray;
	overflow: auto;
}

iframe#filteredit_dataloader,
iframe#viewedit_dataloader {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

table.viewedit_list {
	width: 100%;
	border-collapse: collapse;
	font: 10px arial;
	margin: 0px;
}

td.viewedit_list_zbra {
	background-color: #FAFAFA;
}

div.showlist_relationtext {
	width: 90%;
	float: left;
}
/*div.relation_select,*/
div.filterview_choose {
	position: absolute;
	background: url( '../gfx/showlist/white_trans.png' );
	z-index: 1000;
	min-width: 150px;
	display: none;
	border: 1px solid gray;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -1px #424242;
}

/*
p.relation_select {
	cursor: pointer;
	margin: 0px;
	color: white;
}

tr.relation_select_active {
	background-color: #555555;
}

tr.relation_select {
}

tr.relation_select_head {	
	background-color: black;
	height: 1px;
}*/

button.header_toolbox {
	width: 70px;
	margin: 9px;
}

input.header_toolbox {
	margin-right: 5px;
	width: 75px;
	font: 10px arial;
}

input.header_toolbox_numeric {
	margin-right: 20px;
	margin-left: 45px;
	width: 30px;
	font: 10px arial;
	text-align: right;
}

p.header_toolbox {
	margin: 5px 5px 10px 20px;
	color: white;
	font: 10px arial;
}

p.header_toolbox_head {
	margin: 10px;
	color: white;
	font: 11px arial;
	font-weight: bold;
}

a.fetchmore_btn:link {text-decoration: underline;color: #888888;cursor: pointer;}
a.fetchmore_btn:hover {text-decoration: underline;color: #4274DE;cursor: pointer;}
a.fetchmore_btn:visited {text-decoration: underline;color: #888888;cursor: pointer;}

p.showlist_fetchmore {
	font-size: 11px;
	font-family: arial;
	padding: 0px;
	padding-left: 5px;
}

div.import_statsbox {
	position: relative;
	left: 500px;
	top: -179px;
}

table.import_warnings {
	position: absolute;
	left: 300px;
	top: 5px;
}

input.import_file {
	position: relative;	
	top: -10px;
	left: -9px;
}

div.import_content {
	width: 100%;
	height: 100%;
}

p.import_warning {
	font: 11px arial;
	margin: 0px;
	width: 1024px;
}

div.import_warnings_area {
	width: 1048px;
	height: 60px;
	border: 1px solid black;
	display: none;
	overflow: auto;
}

div.import_showlist {
	width: 1050px;
	position: relative;
	top: -155px;
}

form.import_form {
	position: absolute;
	top: 25px;
	left: 200px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

textarea.import_stats {	
	width: 549px;
}

/* loadinglogo */
img.llg {
	width: 100px;
	height: 100px;
	float: right;
	display: none;
}

img.simg {
	cursor: pointer;
	position: relative;
	width: 11px;
	top: 4px;
}

img.dsc {
	border: none;;
	height: 20px;
	width: 20px;
}

form.file {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

input.rltfld {
	background: none;
	color: #000000;
	border: none;
	cursor: default;
}

div.info_popup {
	position: absolute;
	left: 90px;
	top: 70px;
	width: 600px;
	height: 450px;
	background: url( '../gfx/showlist/white_trans.png' );
	z-index: 1000;
	color: black;
	font-size: 11px;
	font-family: arial;
	border: 1px solid gray;
	border-radius: 5px;
}

/* Dropdown */
div.dropdown {
	position: absolute;
	background: url( '../gfx/showlist/white_trans.png' );
	z-index: 1000;
	border: 1px solid gray;
	border-radius: 5px;
}

p.dropdown {
	cursor: pointer;
	margin: 0px;
	color: #424242;
}

tr.dropdown_active {
	background-color: #DDDDFF;
}

tr.dropdown {
}

td.dropdown {
	font-size: 11px;
	font-family: arial;
	padding: 5px;
}

tr.dropdown_head {
	background-color: black;
	height: 1px;
	overflow: hidden;
}
img.dropdown_icon {
	border: 0px;
	height: 12px;
	width: 12px;
	margin-right: 5px;
}
input.dropdown {
	border: 1px solid gray;
	width: 100px;
}

div.showlist_function {
	/*width: 90%;*/
	border-bottom: 1px solid gray;
	border-radius: 15px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	background: none;
}
table.showlist_function {
	border: none;
	background: none;
}

tr.showlist_function {}
td.showlist_function {
	font: 10px arial;
	color: gray;
	width: 50px;
	text-align: center;
}

img.showlist_function {
	height: 36px;
	border: none;
	cursor: pointer;
}

div.showlist_statusbox {
	border: 1px solid black;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	font: 14px arial;
	color: white;
	padding-left: 50px;
	padding-right: 50px;
	visibility: hidden;
	color: #424242;
	background: url( '../gfx/showlist/white_trans.png' );
	border-radius: 5px;
	box-shadow: 2px 2px 10px -1px #424242;
}

div.showlist_scriptsubdiv {
	position: absolute;
	z-index: 10;
	background-color: white;
	box-shadow: 2px 2px 5px -1px #424242;
	border-radius: 5px;
	display: none;
	padding: 2px;
}