
@import url(https://ebill.nnsend.net/agse/static/styles.css?v=2.0.1.29);
@import url(https://ebill.nnsend.net/agse/static/date_picker/picker.css);
@import url(https://ebill.nnsend.net/agse/static/tabber/example.css);



/*

General styles

*/

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 82%;
color: #0B0B0B;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
}

p {
margin: 8px 0
}

h1, h2, h3 {
color: #004677;
margin: 0;
margin-bottom: 8px;
font-family: Tahoma;
}

h1 {
font-size: 1.6em
}

h2 {
font-size: 1.2em
}

h3 {
font-size: 1.1em
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

/*

An "editbox" div contains some content which is editable by means of clicking
an "Edit" button in the corner, such as the welcome message and articles
on the homepage.

*/

textarea.editbox {
z-index: -10;
border: 0;
height: 100px;
width: 100%;
overflow: auto;
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 100%;
}

/*

The header appears before the main navigation.

*/

.login_header {
margin-bottom: 4px;
border-bottom: 2px solid #aaaaaa;
}

.header {
	margin: 0px;
	width: 100%;

background: #ffffff;

}

.header img {
/* pointless selector */
	margin-left: 30px;
	float: left;
}

/* navigation bar */
div.menu {
	z-index:50000;
}

div.menu ul li.main_item {
	
	border-right: 1px solid #ffffff;
	
	margin: 0px 0px 0px 0px;
}
div.menu ul:hover {
	display:block;
	z-index:50000;
}
div.menu ul li.main_item a {
	padding: 5px 12px 5px 12px;
	display:inline-block;
}
div.menu ul li.main_item:last-child {
	
	border-right: none;
	
}
div.menu ul li:hover ul {
	display: inline-block;
	z-index:50000;
}
div.menu ul li.main_item ul li a {
	padding: 2px 12px 2px 12px;
	display:block;
	z-index:50000;
}
.nav {
	z-index:50000;
	padding: 2px 0px 1px 0px;
	width: 100%;
	
	background: #006699;
	
	z-index:50000;
}

.nav a {
	text-decoration: none;
	padding: 3px;
	
	color: #ffffff;
	
}

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

.nav ul li {
	cursor: default;
	float: left;
	position: relative;
	
	color: #ffffff;
	
	*display: inline;
	zoom: 1;
}

.nav .menu {
	padding-left: 30px;
	zoom: 1;
	*display: inline;
}

.nav .menu a:hover {
	
	color: #35A7E3;
	background-color: #ffffff;
	
}

.nav ul li ul {
	display: none;
	position: absolute;
	top: 1.21em;
	left: 0;
	
	background-color: #35A7E3;
	border: 1px solid #35A7E3;
	
	width:224px;
	z-index: 50000; // we keep it always on top
}

.nav ul li:hover ul {
	display:block;
	z-index:50000;
}
.nav ul li ul li {
	z-index:50000;
	float:left;
}

.nav ul li ul li a {
z-index:50000;

	color: #ffffff;

}

.nav ul li ul a:hover {
z-index:50000;

	color: #35A7E3;

}

.nav ul li:hover ul {
z-index:50000;
display: block;
}

.nav ul ul, .nav ul ul li a {
z-index:50000;

background-color: #8CD0F3;

}

.nav ul ul {
z-index:50000;
margin: 8px 1px;
width:200px;
}

.nav ul ul li {
z-index:50000;
float: none;
padding: 0;
margin: 0;
}

.nav ul ul li.break {
z-index:50000;

border-bottom: 1px solid #35A7E3;

}

.nav ul ul li a {
z-index:50000;
display: block;
padding: 2px 0px;
width: 200px;
}

.nav ul ul li a:hover {
z-index:50000;

background-color: #ffffff;

}

.nav .logout {
	z-index:50000;
	padding: 4px 30px 0px 0px;
	float: right;
	display: inline;
}
.nav .logout a {
	padding: 4px 12px 4px 12px;
	
		border-right: #ffffff solid 1px;
	
}
.nav ul.logout li:last-child a {
	border-right: none;
}

.nav .logout a:hover {
	z-index:50000;
	text-decoration: underline;
}

.nav .logout ul li {
z-index:50000;
margin-right: 0;
margin-left: 1em;
}

.nav .logout ul div {
z-index:50000;
left: auto;
right: 0;
}


/* iphone */
@media only screen and (max-device-width: 480px) {
	.nav ul li {
		width:100%;
	}
	.nav ul li a {
		width:100%;
	}
	.nav .logout {
		float:left;
		padding-left: 30px;
		z-index: 0;
	}
	.nav .logout ul, .nav .logout ul li {
		z-index: 0;
	}
	.nav .logout a {
		width:100%;
		border-right:none;
		padding: 4px 0px 4px 0px;
		display:block;
		z-index: 0;
	}
}

/*

The notify bar contains informational messages such as "You have successfully
changed your password" and errors such as "You must select at least one primary
contact".

*/

.notify .msg, .notify .error {
margin-bottom: 10px;
padding: 4px 16px;
}

.notify .msg {

background-color: #ffccff;
color: #333333;

}

.notify .error {
background-color: #f33;
color: white;
border: 1px solid #844;
}

/*

The content div contains everything of value.

*/

.content {
padding: 2px 30px;
}

/*

The footer bar appears after the content.

*/

.footer {

border-top: 1px solid #333333;

margin: 10px 0px 0px 0px;
color: black;
font-size: smaller;
padding: 4px 16px;
text-align: right;
}

/*

Lists of things (e.g. documents, customers, batches) appear in tables with
the class "list".

*/

table.list thead {

	color: #ffffff;
	border: 1px solid #A0A0A0;

}

table.list thead th {
text-align: left;

background-color: #006699;
color: #ffffff;

}

table.list thead.setting {
	height:25px;
}

table.list thead.setting th {
	vertical-align: middle;

	border-right: #ffffff solid 1px;

}

table.list thead th a {

	color: #ffffff;

}

table.list tbody tr:hover td {
background-color: #D5F1FF
}

table.form th {
text-align: right;
}

table.form td {
text-align: left;
}

div.table_head {
	width: 100%;
	height: 1px;
	margin-top: 10px;

background-color: #006699;

	z-index: -1;
}

/*

A style for log windows (these display output from batch processes).

*/

pre.log {
margin: 0;
padding: 8px;
background-color: #cccccc;
border: 1px solid #808080;
height: 200px;
width: 600px;
overflow: scroll
}

input[readonly="readonly"], textarea[readonly=""], textarea[readonly="readonly"], .readonly {color: #5F5F5F!important; background-color: #EEE!important;}

/** PAGINATION **/

.pager_pages {
	display: inline-block;
	vertical-align:middle;
}
.pager_pages a, .pager_pages .current_page, .pager_pages .pager_spacer {
	float:left;
	margin-right:2px;
	padding: 2px;
}
.pager_pages a.pager_btn:link, .pager_pages a.pager_btn:visited, .pager_pages a.pager_btn:active, .pager_pages .current_page {
	
		background: #333333;
		color: #ffffff;
		border:1px solid #333333;
	
	text-decoration: none;
	/*padding: 2% 2px 2% 2px;*/
	font-size: 88%;
	min-width:16px;
	height:16px;
	line-height:16px;
	display: inline-block;
	text-align:center;
	vertical-align:text-bottom;
	margin-bottom:1px;
}
.pager_pages a.pager_btn img {
	margin:2px 2px 0px 2px;
}
.pager_pages a.pager_btn:hover {
	background: #cedce7;
	color: #000000;
	border:1px solid #CCCCCC;
}

#pagination {
	margin-top:0px;
}

.pager_pages .current_page {
	background: #cedce7;
	color: #444444;
	border:1px solid #CCCCCC;
	display: inline-block;
	min-width:16px;
}

/* BATCH BLOCK */

.batch_block {
    position:relative;
    padding: 4px 4px 4px 4px;
    
    background: #333333;
    color: #ffffff;
    border:1px solid #333333;
    
    height:10px;
}

/** STYLES FOR TABLE HEADINGS **/

table.list .center {
    text-align: center;
}

table.list thead th.heading_num_of_pages {
	text-align: center;
}

table.list thead th.heading_client_data {
	width: 194px;
	text-align: left;
}

table.list thead th.heading_client_data_1 {
	width: 90px;
	text-align: center;
}

table.list thead th.heading_client_data_2 {
	width: 90px;
	text-align: center;
}

table.list thead th.heading_total_value {
	text-align: right;
}

table.list thead th.heading_vat_value {
	text-align: right;
}

table.list thead th.heading_doc_status {
	text-align: center;
}

table.list tbody td.heading_doc_status {
	text-align: center;
}

table.list tbody td.column_consolidated img {
}

table.list thead th.heading_consolidated {
	width: 16px;
}

table.list thead th.heading_consolidated a {
	padding-right: 12px;
	padding-left: 3px;
	
	border-right: solid 2px #ffffff;
	
}

table.list thead th.heading_email {
	width: 16px;
}

table.list tbody td.column_email img {
}

table.list thead th.heading_fax {
	width: 16px;
}

table.list thead th.heading_fax a {
	padding-right: 3px;
	padding-left: 6px;
	
	border-left: solid 2px #ffffff;
	
}

table.list tbody td.column_fax img {
	margin-left: 5px;
}

table.list thead th.heading_post {
	width: 16px;
}

table.list thead th.heading_post a {
	padding-right: 3px;
	padding-left: 6px;
	
	border-left: solid 2px #ffffff;
	
}

table.list tbody td.column_post img {
	margin-left: 5px;
}

table.list thead th.heading_data {
	width: 16px;
}

table.list thead th.heading_data a {
	padding-right: 3px;
	padding-left: 6px;
	
	border-left: solid 2px #ffffff;
	
}

table.list tbody td.column_data img {
	margin-left: 5px;
}

table.list thead th.heading_delete {
	width: 16px;
}

table.list thead th.heading_delete a {
	padding-right: 3px;
	padding-left: 6px;
	
	border-left: solid 2px #ffffff;
	
}

table.list tbody td.column_delete img {
	margin-left: 5px;
}

table.list thead th.heading_send {
	text-align: center;
}

table.list tbody td.column_send {
	text-align: center;
}

table.list tbody td.column_send a {
	text-decoration: none;
}

.arrow_desc {
	
	background-image: url('https://ebill.nnsend.net/agse/static/sort_asc.png');
	background-repeat: no-repeat;
	background-position:center center;
	padding:5px;
	margin-left: 5px;
	
}

.arrow_asc {
	
	background-image: url('https://ebill.nnsend.net/agse/static/sort_desc.png');
	background-repeat: no-repeat;
	padding: 5px;
	margin-left: 5px;
	background-position:center center;
	
}

input [type="checkbox"] {
	width:15px !important;
	height:15px !important;
}

.header {
	min-height: 50px;
}

#languages_form {
	float: right;
	margin: 10px 20px 0 0;
	display: inline-block;
}

#languages_form img {
	margin-left: 5px;
	vertical-align: middle;
}

#breadcrumb {
	margin-left: 10px
}

#text_langiuaga_selector{
		color: white;
		font-size: 13px;
		font-weight: bold;
		padding: 5px;
}

#breadcrumb > span:first-child {
	font-weight: bold
}


/* TABS */

.tabs_container_links {
    margin: 0 0 10px 0px;
    font-weight: bold;
}

.tabs_container_links a {
    
    border: 1px solid #333333;
    padding: 10px;
    text-decoration: none;
    background-color: #333333;
    color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    
}

.tabs_container_links .tab_selected {
    
    background-color: #ffffff;
    color: #333333;
    border-bottom: 1px solid #ffffff;
	
}

.tabs_container_content {
    
    border: 1px solid #333333;
    padding: 20px;
    width: auto;
    background-color: #ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    
}

.tabs_container_content a {
	
    font-style: none;
    text-decoration: none;
	color: #004677;
	
}

.registration_tabs_container_content {
	
	border: 1px solid #333333;
	padding: 20px;
	width: auto;
	background-color: #ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

	
}

.registration_tabs_container_content a {
	 
	font-style: none;
	text-decoration: none;
	color: #FFFFFF;
	
}

.registration_tabs_container_content .registration_link{
	
	font-style: none;
	text-decoration: none;
	color: #004677;
	
}
	