﻿.button
{
	border: 1px solid;
	height: 21px;
	background-color: #1B325F;
	border-color: #3989C9;
	color: #fff;
}
.button.large
{
	height: 30px;
	padding: 4px 12px 4px 12px;
	font-size: larger;
}

.data .button
{
	/* in de tabel moeten de knoppen lichter dan in de rest van het scherm*/
	background-color: #546587 !important;
}

.txtBrowse + button.button, td.actions button, td.actions input.button
{
	border: 1px solid;
}
.button.shipperbutton, td.actions input.button, td.actions button
{
	width: 26px !important;
	height: 21px !important;
}
input.button, button
{
	margin: 0px;
	text-align: center;
	cursor: pointer;
	padding: 0 4px 0 4px;
}
button#cmdSearch i
{
	padding: 0 0.5em;
}
.btnText
{
	text-transform: uppercase;
}
input#txtUpload, input[type='file']
{
	width: 15em;
	height: 21px;
}
#cmdSearch
{
	height: 21px;
	width: 5em;
}
input#cmdUploadFile
{
	width: 15.2em;
	height: 21px;
	margin: 5px 0;
}
#cmdLogin
{
	width: 4em;
}
#cmdFinalize
{
	width: 10.5em;
}
.button.big
{
	font-size: 0.8em;
	padding: 2px 5px 2px 5px;
}
input.submit
{
	text-align: center;
	border: 1px solid;
}
input.datepicker
{
	width: 6em;
}

tr input.cb
{
	display: inline;
}
tr img.disabledcheckboximg, tr img.selectedcheckboximg
{
	margin: 0;
	padding: 0;
}
tr img.disabledcheckboximg
{
	display: inline;
}
tr img.selectedcheckboximg
{
	display: none;
}

tr.disablecheckbox input.cb
{
	display: none;
}
tr.disablecheckbox img.disabledcheckboximg
{
	display: none;
}
tr.disablecheckbox img.selectedcheckboximg
{
	display: inline;
}

.fa
{
	padding: 0px;
}
