﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Segoe UI", "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, "Lucida Grande" , sans-serif;
	font-weight: 300;
	color: #59595b;
	font-size: medium;
}

.header
{
	background: url(../images/header-background.png) repeat-x #ffffff;
	height: 50px;
}

.logo
{
	background: url(../images/logo-compuboek.png) no-repeat center;
	width: 155px;
	height: 46px;
}

.developer-portal
{
	position: fixed; 
	right:12px; 
	top:0;
}
.portal
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

.form
{
	margin: 20px;
}
#background{
	background: url(../images/slide1-2.png) no-repeat center;	
}

#backgroundBe{
	background: url(../images/slide3.jpg) no-repeat center;	
}

#backgroundNl{
	background: url(../images/GreatLengthsNL.jpg) no-repeat center;	
}

#filler{
	padding:270px 0 200px 0;
	text-align:center;
}
#fillerBe{
	padding:0 0 370px 0;
	text-align:center;
}
#fillerNl{
	padding:0 0 300px 0;
	text-align:center;
}
.section-header
{
	background: url(../images/section-header-background.gif) repeat-x #e2e7ea;
	color: #59595b;
	font-weight: bold;
	font-size: small;
	margin-bottom: 20px;
}

.button
{
	/*background: rgba(212,228,239,1);
	background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(102,201,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(102,201,247,1)));
	background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(102,201,247,1) 100%);
	background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(102,201,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(102,201,247,1) 100%);
	background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(102,201,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#66c9f7', GradientType=0 );*/
	color:#fff;
	border: 1px solid #b5c3c9;
	font-weight: bold;
	/*padding: 75px 5px 0 5px;*/
	width:120px;
	height:120px;
    display:block;
    float:left;
	margin:0 10px 10px 30px;
	cursor:pointer;
}

.button:hover
{
	/*background: rgba(212,228,239,1);
	background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(247,255,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(247,255,254,1)));
	background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(247,255,254,1) 100%);
	background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(247,255,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(247,255,254,1) 100%);
	background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(247,255,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#f7fffe', GradientType=0 );
	color: #21404e;*/
}

#backButton {
	background-color: #b5c3c9;
	background-image:url(../images/Undo-icon.png);
	background-size:64px;
	background-repeat:no-repeat;
	white-space:normal;
}

#itemsButton {
	background-color: #009cb3;
	background-image:url(../images/pdc-clear.png);
	background-size:64px;
	background-repeat:no-repeat;
	white-space:normal;
}

#purchaseButton {
	background-color: #b11944;
	background-image:url(../images/exact.png);
	background-size:64px;
	background-repeat:no-repeat;
	white-space:normal;
}

#nlSalesButton {
	background-color: #dd5c1a;
	background-image:url(../images/shopping-bag.png);
	background-size:64px;
	background-repeat:no-repeat;
	white-space:normal;
}

#beSalesButton {
	background-color: #92a857;
	background-image:url(../images/exact.png);
	background-size:64px;
	background-repeat:no-repeat;
	white-space:normal;
}

.filter
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #dbe1e4;
}

.separator
{
	margin-top: 20px;
}

.label
{
	display: inline-block;
	width: 400px;
}

.input-text
{
	display: inline-block;
	width: 300px;
}

.list-title
{
	display: inline-block;
	background-color: #6c8794;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
}

.list-title-separator
{
	height: 3px;
	background-color: #6c8794;
}
#mainTable{
	width:300px;
	text-align: center;
	margin: auto;
}
/*
table
{
	width: 100%;
	border: #dbe1e4 1px solid;
}

th
{
	background-color: #E2E7EA;
	text-align: left;
	padding: 8px;
	font-size: smaller;
	border: #dbe1e4 1px solid;
}
*/
#GLAccountsGrid tr td
{
	padding: 8px;
	border: #dbe1e4 1px solid;
}

td.edit
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px dotted #DBDBDB;
	border-right: none;
	color: #2C2C2D;
	padding: 5px;	
}

a:link
{
	color: #b5c3c9;
	text-decoration: none;
}

a:visited
{
	color: #b5c3c9;
	text-decoration: none;
}

a:hover
{
	color: #dbe1e4;
	text-decoration: underline;
}

.URI
{
	border:solid 2px;
	font-size:small;
	padding:3px;
	margin:4px 4px 4px 0;
	min-width:445px;
	display:inline-block;
	background:#E2E7EA;
	border-color:#dbe1e4;
	color:#59595b;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
	background-color:#ae0000;
	/*
	background-image:url(../images/pdc-logo.png);
	background-position:center;
	*/
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

/*
.file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
}
*/

/* The button size */
.file-upload {	
    height: 100px;
}

.file-upload #ShippedFile {
	display:none;
}
.file-upload, .file-upload span {
        width: 100px;
}

.file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            /*font-size: 12px;
            font-weight: bold;*/
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
}

.file-upload strong {
            font: 20px;
            text-align: center;
            vertical-align: middle;
}

.file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 40px;
}