﻿.container_PortalContainer
{
	margin-top: 20px
}

.container_PortalContainer .title
{
	font-size: 2em;
	color: #2A295C;
	margin: 0px 0 16px 0px;
	border-bottom: 1px dashed #D5001C;
	padding-bottom: 9px;
	display: block;
	position : relative;
}

.container_PortalContainer .title .hide
{
	position : absolute;  
	top: 7px;
	right : 7px;
	background : url(../images/box-hide.png) no-repeat left top;
	overflow : hidden;
	cursor : pointer;
	width : 24px;
	height : 15px;
}

.title .collapsed
{
	background-position: left bottom !important;
}

.content.collapsed
{
	display: none
}



.container_PortalContainer .content {
    padding: 8px;
    border: 1px solid #B6BCC0; /* gewijzigd door Robert. Origineel: border: 1px solid #DBE0E4; */
    /*border-radius: 0px; */
    margin-bottom: 20px;
    overflow: auto; /* toegevoegd door Robert voor horizzontale scrollbar in grid */
    margin-right: 5px; /* toegevoegd door Robert */
    margin-left: 5px; /* toegevoegd door Robert */
}

.import_wrapper {
    height: 300px;
    overflow: auto;
}

.container_PortalContainer .content .subheader {
    color: #2A295C;
}

.container_PortalContainer #tabs
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	position: relative;
	top: 1px
}

.container_PortalContainer #tabs ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.container_PortalContainer #tabs ul li
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding: 0px 0 0px 0px;
	margin-right: -1px;
	height: 31px;
}

.container_PortalContainer #tabs ul li a
{
	padding: 0px 14px 0px 14px;
	line-height: normal;
	font-weight: bold;
	color: #2A295C;
	text-decoration: none;
	line-height: 31px;
	display: block;
	height: 31px
}


.container_PortalContainer #tabs ul li.current
{
	background-color: #FFFFFF;
	border-radius: 1px;
	border: 1px solid #DBE0E4;
	border-bottom: none
}

.container_PortalContainer #tabs ul li.current a
{
	color: #000000;
	background-color: #FFFFFF;
}




#wrapper #container #right .section .box .title .collapsed
{
	background-position: right bottom
}

#wrapper #container #right .section .box .content.collapsed
{
	display: none
}