﻿.edit_outer
{
	max-width: 740px;
}
.edit_field
{
	float: left;
	width: 23%;
	margin: 2px 1%;
}

.edit_field.wide
{
	width: 98%;
}

.edit_title
{
}

.edit_input
{
}

.edit_input textarea[name*='summary']
{
	height: 100px;
}

.edit_input textarea[name*='content']
{
	height: 350px;
}

.edit_input input
{
	width: 100%;
	height: 19px;
}

.edit_input select
{
	width: 100%;
	height: 23px;
}

.nicEdit-main
{
	padding: 5px 10px 0 10px;
	margin: 0 !important;
	left: 0;
	right: 0;
}

/* oude dingen */
.editgrid
{
	padding: 5px;
}
.editgrid table.t
{
	border: 0px solid;
}
.list
{
	border: 1px solid;
	overflow: auto;
}
.list tr
{
}
.list tr:hover
{
	cursor: pointer;
}

/***
CUSTOM CSS
***/
table.t, .row
{
	width: 100%;
	overflow: hidden;
}
.row
{
	margin: 0px;
}
.block50
{
	width: 50%;
	margin-right: 5px;
}
.block33
{
	width: 33.33333%;
	margin-right: 0px;
}
.block66
{
	width: 66.66666%;
	margin-right: 0px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
/*#pnlEdit_content td.tblHeader,
#pnlEdit_content #shippers .shipper table.t td.t
{
	width: 128px;
	vertical-align: top;
}*/
input[type='text'], input[type='password']
{
	width: 179px;
}
input[type='checkbox']
{
	width: 19px;
}
#pnlGroups_content input[type='checkbox']
{
	width: 17px;
}
input[type='text'].txtBrowse
{
	width: 155px;
	border: 1px solid;
	border-right: 0px;
}
.txtBrowse + button.button.fa
{
	margin-top: -2px;
}
button.txtBrowse, .datagrid minibutton, .datagrid input.button
{
	width: 19px;
	height: 19px;
	cursor: pointer;
}

/****
.datagrid button, .datagrid input.button
{
	background: none;
}
****/

input[type='checkbox']
{
	border: 0px;
}
input, textarea
{
	border: 1px solid;
	padding: 0 3px;
}
#pnlEdit_content textarea
{
	width: 98%;
}
input, .txtBrowse
{
	height: 19px;
}

/***
    Submenu's
***/
span.key::after
{
	content: "\f005";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	vertical-align: super; /*--adjust as necessary--*/
	font-size: 0.65em;
	padding-left: 0.5em;
}

input.readonly {
	background-color: #ddd;
	color: #666;
}

button.readonly {
	color: #999 !important;
}
