﻿body {
    background-color: #fcfcfc;
    color: #333;
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 75%;
	overflow-x: hidden;

    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, select, textarea, button {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
}

h2 {
    color: #333;
}

.headerbar .logo
{
    display: inline-block;
    max-height: 36px;
}

.headerbar .customheadertext
{
    display: inline-block;
    color: white;
    font-size: 13pt;
    margin-left: 30px;
    margin-top: 10px;
    vertical-align: top;
}

#ephemeralmessagebox {
	position: absolute;
    background-color: transparent;
    color: black;
    top: 90px;
	right: 20px;
	margin-top:0;
	z-index:50;
}
#ephemeralmessagebox .msg {
	background-color: #DBEEFF;
    color: black;
    width: 300px;
	padding: 8px 40px;
	margin: 0 0 8px;
	border: solid 2px #1588CF;
    border-radius: 8px;
}

#ephemeralmessagebox .msg.error {
	border-color: #DD2222;
	background-color: #eeeeee;
}

.information-message {
	display: inline-block;
    background: #DBEEFF;
    color: black;
    max-width: 600px;
	padding:8px 8px;
	margin-bottom: 10px;
	border: solid 2px #1588CF;
    border-radius: 8px;
}

#profilebox {
    float: right;
    margin-top: 17px;
	border-left: 4px solid #1588CF;
	color: #DBEEFF;
    cursor: pointer;
	background-color: #1588CF;
	height:61px;
}

#notificationbox {
    float: right;
    margin-top: 17px;
	border-left: 4px solid #1588CF;
	color: #DBEEFF;
    cursor: pointer;
	background-color: #1588CF;
	height:61px;
	font-weight: bold;
}

#notificationbox .popup {
	margin-top: 1ex;
	position: absolute;
	width: 20em;
	border: solid 2px #DBEEFF;
	background-color: #1588CF;
    right: 10px;
    top: 65px;
    z-index: 10000;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

#notificationbox .notificationsoverview {
	margin-left: 10px;
	margin-right: 10px;
}

#notificationbox .info {
	font-weight: bold;
	float: left;
    margin: 13px 20px 0px 1em;
}

#profilebox .username {
	font-weight: bold;
	float: left;
    margin: 13px 20px 0px 1em;
}

#profilebox img {
    max-width: 40px;
    max-height: 40px;
    float: left;
    border: solid 2px #DBEEFF;
    border-radius: 5px;
}

#profilebox .popup {
	margin-top: 1ex;
	position: absolute;
	width: 15em;
	border: solid 2px #DBEEFF;
	background-color: #1588CF;
    right: 10px;
    top: 65px;
    z-index: 10000;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

#profilebox button, #notificationbox button {
    clear: both;
    border: 0px;
    background-color: transparent;
    padding: 4px 4px 4px 7px;
	color: #DBEEFF;
    width: 100%;
    text-align: left;
}

#profilebox button:hover, #notificationbox button:hover {
    background-color: #829B41;
}

#hotkeylist {
    display: none;
    padding: 4px;
    top: 90px;
    width: 250px;
    height: 150px;
    right: 16px;
    color: rgb(240, 240, 240);
    position: absolute;
    z-index: 100000;
    background-color: rgb(48, 48, 48);
}

#tabframe_wrapper {
	position: absolute;
    top: 78px;
    bottom: 0;
    left: 300px;
    right: 0;
    overflow: hidden;
    clear: both;
	padding:0;
	margin:0;
}

.treecollapsed #tabframe_wrapper {
	left: 32px !important;
}

.tabframe {
	display:none;
}

.tabframe.currenttab, .tabframe.messagetab.active {
	display:block;
	width: 100%;
	height: 100%;
	border: 0;
	padding:0;
	margin: 0;
}

.sidebaractions {
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabframe.newframe {
	display:block;
	width:200px;
	height:200px;
	border:1px solid red;
	position:absolute;
	left:0;
	top:0;
}

.sidebarselector {
	padding: 5px;
    background: #1588CF;
    border-radius: 8px 0px 0px 8px;
}

.btn.sidebar-btn {
	display: inline-block;
    background-color: #eee;
    color: #22518e;
    border-radius: 3px 3px 0 0;
    border-bottom: solid 2px #1588CF;
    height: 30px;
    padding: 4px;
}
.btn.sidebar-btn.active {
	background-color: #FCFCFC;
    border-bottom-color: #FCFCFC;
}
.btn.sidebar-btn:before {
    background-image: url("../images/icons/skin4/sys22-base1.png");
}
.btn.sidebar-btn:hover {
    background-color: #FCFCFC;
    color: #829B41;
}
.btn.sidebar-btn:hover:before {
    background-image: url("../images/icons/skin4/sys22-base2.png");
}
.btn.sidebar-btn.active:hover {
    background-color: #FCFCFC;
    color: #22518e;
}
.btn.sidebar-btn.active:hover:before {
    background-image: url("../images/icons/skin4/sys22-base1.png");
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

input[type="text"], input[type="password"] {
    border: 1px solid rgb(230, 230, 230);
    padding: 3px;
    font-size: 9pt;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-color: #808080;
}

textarea {
    border: 1px solid #d8d8d8;
    padding: 4px;
    font-size: 9pt;
    resize: vertical;
}

textarea:focus {
    border-color: #808080;
}

select {
    font-size: 9pt;
    padding: 2px;
}

.clear {
    clear:both;
}

.btn, .xforms-cc label.btn {
    background-color: #22518E;
    color: white;
    border: 0;
    padding: 6px;
    min-width: 125px;
    margin: 0 4px 4px 0;
    display: block;
    text-align: left;
	border-radius: 3px;
}
.btn.wizard-btn {
	display: inline-block;
}
.btn:hover, .xforms-cc label.btn:hover {
    background-color: #829B41;
    cursor: pointer;
}

.btn.xforms-cc {
	padding: 6px;
}
.btn.xforms-cc:hover {
	background-color: #829B41;
}

.btn:disabled, .btn.xforms-control.xforms-trigger:disabled {
    background-color: #999999;
    cursor: not-allowed;
}

.action-btn {
    background-color: transparent;
	border: solid 2px transparent;
    min-width: 20px;
    display: inline-block;
	border-radius: 3px;
}
.action-btn:hover {
    border-bottom-color: #829b41;
    background-color: #f0f0f0;
}

a.actionbtn:hover {
    text-decoration: none;
}

button.textlink {
    background: transparent;
    border: 0;
    font-weight: normal;
    text-decoration: underline;
    color: blue;
    cursor: default;
    padding: 0;
    cursor: pointer;
}

.bigbutton {
    min-height: 37px;
    padding: 5px 70px 5px 5px;
    position: relative;
    min-width: 260px;
    margin-bottom: 5px;
}

.bigbutton:after {
    background-image: url("../images/icons/ahead30.png");
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
}

button.button_trans
{
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

button.button_trans.icon_sys22:before {
    background-image: url("../images/icons/sys22.png");
}

button.button_trans.icon_sys22.active_toggle:before, button.button_trans.icon_sys22:hover:before, button.button_trans.icon_sys22:focus:before {
    background-image: url("../images/icons/skin4/sys22-base2.png");
}

.buttonspacer
{
    height: 1.5em;
}

/* buttonbar */

.buttonbar
{
    background: #fcfcfc;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border: solid 1px transparent; /* fix for overflow problem */
}

.buttonbar .buttoncontainer
{
    margin: 16px 0 0 16px;
}

.buttonbar .buttonbarline
{
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(221, 221, 221) transparent transparent;
    margin: 8px 25px 0;
}

.buttonbar .buttoncontainer button
{
    border: solid 2px transparent;
    background: transparent;
    text-align: center;
    vertical-align: top;
    min-width: 70px;
    padding: 0;
    overflow: hidden;
}


.buttonbar button:hover, .buttonbar button:focus
{
    border-bottom-color: #829B41;
    background-color: #f0f0f0;
	outline: none;
}

.buttonbar .buttoncontainer button.libdefaultbutton
{
    border-bottom-color: #22518e;
}
.buttonbar .buttoncontainer button.libdefaultbutton:disabled
{
    border-bottom-color: #bbbbbb;
}

.buttonbar button:disabled:hover
{
    border-bottom-color: transparent;
    background-color: transparent;
}

.buttonbar button image
{
    display: inline;
    max-width: 24px;
    max-height: 24px;
}

.buttonbar button span
{
    display: block;
    color: #333;
    font-size: 9pt;
    max-width: 72px;
    margin-top: 6px;
}

.buttonbar button:disabled span
{
    color:#bbb;
}

.buttonbar .buttonseparator
{
    display: inline-block;
    height: 40px;
    border-left: dashed 1px #CCC;
    vertical-align: top;
}

.buttonbar .expander {
    display: none;
    position: fixed;
    background-color: white;
    z-index: 20;
	padding: 4px 8px 4px 4px;
}

.buttonbar .expander.hide-disabled button:disabled {
	display: none;
}


/* Button dropdown */

.button-dropdown
{
    position: relative;
    display: inline-block;
	vertical-align: top;
}

.button-dropdown-button
{
    border:solid 1px transparent;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    padding: 18px 2px 2px 2px;
}

.button-dropdown-button:hover
{
    border-color: #ccc;
    background-color: #f0f0f0;
}

.button-dropdown-container
{
    display: none;
    width: 87px;
    position: absolute;
    border: solid 1px #ccc;
    top: 62px;
    left: -76px;
    z-index: 1000000;
    background: #fcfcfc;
    text-align: center;
}

.contextmenu .expanding-button:after {
	content: "▶";
	font-size: 75%;
	right: 10px;
	top: 4px;
}

.expanding-button {
	position: relative;
}

.expanding-button:after {
	content: "▼";
	font-size: 75%;
	position: absolute;
	right: 9px;
	top: 6px;
}

.warning {
    color: red;
    font-weight: bolder;
    font-size: larger;
}

.warning-container {
	padding: 10px 10px 15px 10px;
    border: 1px solid rgb(193, 193, 207);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
	border-radius: 8px;
	background-color: cornsilk;
	width: 300px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.warning-container.large {
	width: 600px;
}
.warning-message {
    font-weight: bolder;
}

.boxheader h2 {
    margin-top: 0;
}

.xforms-cc {
    margin: 10px 4px 4px 170px;
    padding: 0px 5px 5px 0px;
}
.xforms-cc.warning-message {
    margin-left: 0px;
}
.warning-icon {
    background-image: url('../images/icons/extra/Exclamation.gif');
    display: inline-block;
    height: 16px;
    margin-right: 0.3em;
    width: 16px;
}

.xforms-cc input,
.xforms-cc select,
.xforms-cc textarea
{
    background-color: #FFF;
    border: solid 1px #D8D8D8;
    max-width: 99%
}

.xforms-cc select option:hover {
    background: #DBEEFF;
    color: #333;
}

.xforms-cc:hover {
}

form.xforms-form .xforms-active input,
form.xforms-form .xforms-active select,
form.xforms-form .xforms-active textarea
{
    border: solid 1px #ADD8EF;
    background-color: #FFF;
}

form.xforms-form .xforms-active > label, form.xforms-form .xforms-active > legend {    
	font-weight: bold;
}

div.xforms-cc > label {
    display: block;
    float: none;
    text-align: left;
    color: #333;
    margin: 0px 0 4px -170px;
    position: absolute;
    width: 167px;
    /*padding-top: 4px;*/ /* labels komen veel te laag te staan door de padding en margin-top van elk 4px; */
    padding-top: 2px;
}

.xforms-cc.labelright {
    position: relative;
    padding: 4px;
    margin: 14px 4px;
}
.xforms-cc.labelright input {
    position: absolute;
    left: 0px;
}
.xforms-cc.labelright > label {
    left: 16px;
    display: inline-block;
    margin: 0 8px;
    width: auto;
    position: absolute;
    padding: 0;
}

form.xforms-form fieldset.xforms-cc {
	margin: 10px 4px 4px 170px;
	position: relative;
	padding: 0;
}

fieldset > legend {
    color: #333;
}

body .ui-widget
{
    font-family: Segoe UI,Arial,Helvetica,sans-serif;
}

form.xforms-form fieldset.xforms-cc > legend {
	background-color: transparent;
	position: absolute;
	margin: 0px 0px 0px -170px;
}

form.xforms-form .xforms-textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    width: 99%;
}

form.xforms-form .xforms-select1 {
    max-width: 99%;
}

form.xforms-form .xforms-select1.open {
    border-radius: 0;
}

form.xforms-form .xforms-select1.open + button {
    font-size: 9pt;
    vertical-align: top;
    height: 24px;
    border-radius: 0;
}

.xforms-field-alert {
    color: red;
    display: none !important;
    padding: 0;
    margin: 6px 0px 0px 2px;
}

.xforms-group {
	border: solid 0px;
    padding: 0px;
}

.xforms-check-group > label {
    margin-bottom: 30px;
}

.headerbar {
	width: 100%; 
	height: 46px; 
	background-color: #1588CF; 
	color: #EEEEEE;
}

.headerbar .logo {
	margin-left: 24px; 
	margin-top: 5px;
}

/* Tabs */
.tabbar
{
    float: none;
    background-color: #1588CF;
    overflow: hidden;
	height:32px;
}

.tabbar .tabplaceholder {
	float: right;
}

.tabplaceholder .app_icon:before {
	content: none;
}

.tabplaceholder button {
	margin: 3px 0 0 0;
	font-weight: bold;
}

.tabbar .extraTabs {
	display:block;
	position:absolute;
	top: 78px;
	right: 167px;
	background-color: #1588CF;
	z-index:80;
}

.tabbar .extraTab {
	height: 28px;
    white-space: nowrap;
    background-color: #DBEEFF;
    margin: 4px;
}

.tabbar .extraTab button {
	width: 100%;
}

.tabbar .extraTab:hover {
	background-color: #EEEEEE;
	color: #7A7A7A;
}

.tab.scrolled-out {
	display: none;
}

.tab
{
    position: relative;
    height: 28px;
    white-space: nowrap;
    float: left;
    background-color: #EEE;
    margin-left: 4px;
    margin-top: 2px;
    border-bottom: solid 2px #1588CF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabbar .dirty-tab .tabtextbutton span:after {
	background-color: #eeeeee;
    border-radius: 4px;
    color: #22518e;
    content: "*";
    display: inline-block;
    font-size: 160%;
    line-height: 9px;
    position: absolute;
    right: 16px;
    top: 8px;
}

.tabbar .currenttab.dirty-tab .tabtextbutton span:after, .tabbar .dirty-tab:hover .tabtextbutton span:after  {
	background-color: #fcfcfc;
}

.currenttab
{
    border-bottom-color: #FCFCFC;
    background-color: #FCFCFC;
}

.tab.currenttab:hover .tabtextbutton
{
    color: #22518E;
}

.tabclosebutton
{
    position: absolute;
    top: 3px;
    right: 0px;
    
    border: 0px;
    background-color: transparent;
    margin-top: 3px;
    cursor: pointer;
    background: url(../images/closetab.png) no-repeat;
    width: 8px;
    height: 8px;
}

.tabclosebutton:hover
{
    background: url(../images/closetab-hover.png) no-repeat;
}

.tabtextbutton
{
    border: 0px;
    background-color: transparent;
    margin: 3px 20px 0 0;
    text-align: left;
    color: #22518E;
    max-width: 15em;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.tabtextbutton .custom-tab-image
{
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.tabtextbutton span {
	margin-top: 1px;
	display: inline-block;
}

.tab:hover .tabtextbutton
{
    color: #829B41;
}

.currenttab .tabtextbutton
{
    color: #22518E;
}

.sidebar {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 0 0 0;
    border-left: solid 1px #d0d0d0;
    border-top: solid 1px #d0d0d0;
    border-top-left-radius: 8px;
    background: #eee;
}

.sidewidget {
    margin: 0 0 20px 20px;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    padding: 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.sidewidget > h2 {
    margin: 0 0 8px 0;
    font-size: 11pt;
}
.details-widget {
	max-height: 500px;
	overflow-y: scroll;
}

#action {
    height:100%;
	width:100%;
    background: #fcfcfc;
}

#actionbody {
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    overflow-x: hidden;
	clear: both;
    margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

/* ThreeColumnLayout */
#tcl-center {
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    position: absolute;
    overflow: auto;
    margin-left: 0;
}

#tcl-center-body {
    background: #fcfcfc;
    padding: 20px;
    margin-bottom: 0;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#tcl-right {
    right: 0;
    left: 75%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
    background: #fcfcfc;
}

/* OneColumnLayout */
#onecolumnlayout {
    height: 100%;
}

/* Dashboard */
.dashboardbutton {
	border: 0;
    background-color: transparent;
    margin: 3px -4px 0 0;
    color: #1588CF;
    cursor: pointer;
}

.dashboard-app, .dashboard-folder
{
    display: block;
    text-align:center;
    color: #333;
    width: 100px;
    height: 100px;
    float: left;
    margin: 5px;
    overflow: hidden;
}

.dashboard-app {
	cursor: pointer;
    position: relative;
}

.dashboard-app img.custom-app-image
{
    position:absolute;
    top: 20px;
    left: 25px;
    width: 50px;
    height: 50px;
}

/*
.dashboard-folder {
	background-color: #ffffdd;
	position: relative;
}

.dashboard-folder.folder-open {
	width:auto;
	height: 200px;
	text-align: left;
	margin: 0;
}
.dashboard-folder.folder-open::before {
		margin: 18px;
}

.dashboard-folder::after {
	background: #c3c3c3 url("/mgrres/images/icons/appfolder.png") no-repeat scroll center center;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
    */
.dashboard-app:hover /*, .dashboard-folder:hover */, .dashboard-app:focus
{
    background-color: #829B41;
    color: white;    
}

.dashboard {
    height: 100%;
}

.dashboard h2
{
    color: #22518e;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard-app span, .dashboard-folder span
{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 99px;
}

.dashboard .dashboard-app:focus:before {
    background-image: url("../images/icons/apps-alt.png");
}

.dashboard .icon_sys22:before {
    background-image: url("../images/icons/sys22.png");
}

.dashboard .icon_sys22:hover:before {
    background-image: url("../images/icons/skin4/sys22-base2.png");
}
.details-icon.icon_sys22:before {
	background-image: url("../images/icons/skin4/sys22-base1.png");
}

.dashboard .menu {
	margin: 10px 30px 0px 30px; 
	padding-bottom: 8px; 
	overflow: hidden;
}

/* Error action */
.erroraction
{
    color: #333;
}

.erroraction pre
{
    width: 90%;
    line-height: 1.3em;
    overflow: auto;
    margin: 30px 0;
    padding-bottom: 30px;
}

.erroraction .detailstable
{
    margin: 30px 0;
}

/* datatable */
/* table styled libraries */
table.datatable
{
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table.datatable tr {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

table.datatable th {
    background: #1588CF;
    text-align: left;
    color: #FCFCFC;
    padding: 6px 12px 6px 6px;
}

table.datatable td {
    padding: 6px;
}

table.datatable tr.odd.librowselected,
table.datatable tr.even.librowselected {
    background: #DBEEFF;
	border-left: 3px solid #1588CF;
	border-right: 3px solid #1588CF;
}

table.datatable tr.odd {
    background: #FCFCFC;
}

table.datatable tr.even {
    background: #F4F4F4;
}

table.datatable tr:hover {
    color: #829B19;
    background: #DBEEFF;
}


/* Details actions */
.detailstable {
    color: #333;
    border-spacing: 0px;
}

.detailstable th {
    text-align: left;
    border-bottom: solid 1px #eeeeee;
    padding: 2px 30px 2px 0;
    vertical-align: top;
}
.detailstable th.label {
    min-width: 15em;
}

.detailstable td {
    border-bottom: solid 1px #eeeeee;
    padding: 2px 30px 2px 0px;
    vertical-align: top;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
}
.dataeditor.detailstable td {
	white-space: pre-line;
}

.dataeditor.detailstable div.app_icon {
	width: 50px;
}
.icon-preview:hover .app_icon:before {
    background-image: url("../images/icons/skin4/apps-base1.png");
}

.detailstable.thesaurus th {
	width: 300px;
}
.subdetailstable th {
	width: 350px;
}
.stacktrace, .selectable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: auto;
}

.detailstable ul {
    margin: 0px;
    padding-left: 13px;
}

.detailstable tr:first-child th {
    border-top: solid 1px #eeeeee;
}

.detailstable tr:first-child td {
    border-top: solid 1px #eeeeee;
}

.debuginfo {
    color: #bbbbbb;
    margin-top:30px;
    clear: both;
}
.error {
	color: #ff0000 !important;
	font-weight: 600 !important;
}

.imagebox .btn {
	width: 200px;
	box-sizing: border-box;
}

.nowrap {
    white-space: nowrap;
}

div#preload-img1 {
	background: url("../images/icons/skin4/sys22-base2.png") no-repeat -9999px -9999px;
}

div#preload-img2 {
	background: url("../images/icons/skin4/tabs-base2.png") no-repeat -9999px -9999px;
}

div#preload-img3 {
	background: url("../images/icons/apps-alt.png") no-repeat -9999px -9999px;
}

div#preload-img4 {
	background: url("../images/closetab-hover.png") no-repeat -9999px -9999px;
}

.treearea {
    position: absolute;
    top: 78px;
    left: 0;
    bottom: 0;
    width: 300px;
    background: #fcfcfc;	
}

.messagingarea {
	position: absolute;
    top: 78px;
    bottom: 5px;
    width: 600px;
	right: 15px;
    background: #fcfcfc;
	background-color:transparent;
	/*clear: both;*/
}

#messagingareaclosebutton
{
    float: right;
    margin: 6px 8px 0 0;
    background: url('../images/closetab14.png') no-repeat;
    width: 14px;
    height: 14px;
}

#messagingareaclosebutton:hover
{
    background: url('../images/closetab14-hover.png') no-repeat;
}

.treearea .toggletree {
	background-color:transparent;
	border: 0 none;
	color: transparent;
	height: 20px;
	width: 22px;
	position:absolute;
	right: 10px;
	top: 28px;
	z-index:25;
    padding: 0;
	cursor: pointer;
}

.treecollapsed .toggletree {
	right:auto;
	left: 4px;
}

.treecollapsed .treearea {
	width: 24px !important;
}

.messagingcollapsed .messagingarea {
	right: 0px;
	width: 0px;
}
.messagingcollapsed .messagingcontainter {
	z-index: -100;
}

.treecollapsed .treearea .treecontainer {
	display:none;
}
.messagingcollapsed .messagingarea .messagingcontainer {
	display:none;
}

.treecontainer {
    background: #eee;
    border: 1px solid #d0d0d0;
    border-bottom-color: #eee;
    border-left-color: #eee;
    left: 0;
    top: 20px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-top-right-radius: 8px;
}

.messagingcontainer {
    background: #eee;
    border: 1px solid #B1B1B1;
    border-right-color: #eee;
    left: 0;
    top: 20px;
    right: 5px;
    bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    height: 96%;
    border-radius: 8px 0 0 0;
}

.treecontainer .searchbox {
	display: none;
}

.treecontainer .hamburger {
	position:absolute;
	top:40px;
	right:12px;
	width:25px;
	height:25px;
	cursor: pointer;
}

.treecontainer .hamburger:before {
    background-image: url("../images/icons/sys22.png");
}

.treecontainer .searchbox .message {
	position: relative;
	z-index: 10;
	background-color: #f8f8f8;
	border:1px solid #cccccc;
	padding:3px;
	border-radius: 4px;
}

.treecontainer .searchbox .cell:first-child {
	position: absolute;
	left: 4px;
	right: 76px;
}

.treecontainer .searchbox .searchinput {
	width:100%;
    margin-top: 2px;
}

.treecontainer .searchbox .searchbutton, .treecontainer .searchbox .nextbutton {
	position: absolute;
	right: 38px;
	top: 38px;
}

.treecontainer .searchbox .searchbutton {
    margin-top: 2px;
}

/* Single-/multi-select knoppen niet meer tonen totdat die weer goed werken (work item 14510) */
.treecontainer .searchbox .cell:last-child {
	display:none;
}

.treecontainer .searchbox .icon_sys22:before {
	background-image: url("../images/icons/sys22.png");
}

.treecontainer .searchbox button.btn {
	background-color: transparent;
	min-width: 0;
	overflow: hidden;
	padding:0;
	color: transparent;
	height: 25px;
	width:25px;
}

.treecontainer .sidetree.active .searchbox {
	display: block;
}

.treecontainer .boxheader {
	padding: 4px 8px 4px 6px;
}
.treecontainer .treeview {
	overflow: auto;
	position: absolute;
	top: 72px;
	bottom: 0px;
	left:0px;
	right:0px;
}

.treecontainer .treeview.warning {
	font-size: 110%;
	font-weight: normal;
	padding: 6px;
	top: 40px;
}

.treecontainer .treeview .root {
	padding-left: 4px;
	margin: 2px;
}

.treecontainer > form {
	height:100%;
	box-sizing:border-box;
}

#treeslider {
    border-radius: 8px;
    border: 2px solid transparent;
    top: 20px;
    right: -12px;
    width: 4px;
    bottom: 20px;
    position: absolute;
    cursor: w-resize;
	z-index: 10;
}

#treeslider:hover {
	border: 1px dotted #d0d0d0;
}

#messagingslider {
    border-radius: 8px;
    border: 2px solid transparent;
    top: 20px;
    right: -12px;
    width: 4px;
    bottom: 20px;
    position: absolute;
    cursor: w-resize;
	z-index: 10;
}

#messagingslider:hover {
	border: 1px dotted #d0d0d0;
}

.sidetree {
	position: relative;
	box-sizing:border-box;
}
.sidetree {
	display:none;
}

.sidetree.active {
	box-sizing: border-box;
	height: 100%;
	display: block;
}

.sidetree .boxheader h2 {
	padding: 0 4px;
	border-radius: 6px;
	display: inline-block;
    color: #7A7A7A;
    margin: 4px 0 0 0;
}

.sidetree .boxheader h2:after {
	content:'▼';
	float:right;
	margin-top: 6px;
	padding: 0 8px;
    padding: 1px 8px;
    font-size: 7pt;
    color: #7a7a7a;

}

.sidetree .boxheader h2:hover {
	background-color: #fcfcfc;
}

.sidetree .boxheader h2:hover:after {
	color: #333;
}

.sidetree .contextmenu {
	display:none;
	position: fixed;
	width: 200px;
	z-index: 30;
}

.sidetree .contextmenu .buttonbar button, .buttonbar .expander button {
	display:block;
	text-align: left;
	width: 100%;
    border-width: 1px;
}

.sidetree .contextmenu .buttonbar, .buttonbar .expander {
	border-radius: 8px;
	border: 1px solid #cccccc;
	border-top-left-radius: 4px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.sidetree .contextmenu .buttonbar {
	padding: 0 0 2px;
}

.sidetree .contextmenu .buttonbar button:hover, .sidetree .contextmenu .buttonbar button:focus {
	border-color: transparent;
}

.sidetree .contextmenu .buttonbar .buttoncontainer {
    margin: 4px;
}

.sidetree .contextmenu .buttonbar button span, .buttonbar .expander button span {
	display:inline;
}

.sidetree .contextmenu .buttonbar .buttonseparator {
    border-left: 0px;
	border-bottom: 1px dashed #ccc;
    display: inline-block;
    vertical-align: top;
	width: 100%;
	height: 3px;
	margin: 3px 0;
}

.sidetree .contextmenu .buttonbar .buttonbarline {
	display: none;
}

.treecontainer .treeselector {
	border-radius: 8px;
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
    color: #333;
	padding: 8px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
	display:none;
	position: absolute;
	top: 34px;
	left:4px;
	width:240px;
	overflow: hidden;
	z-index: 100;
}

.treecontainer .treeselector button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-width: 0px;
	text-align:left;
	padding: 4px;
	background-color: transparent;
    font-size: 12px;
    color: #333;
}

.treecontainer .treeselector .personalviewrow {
	position: relative;
}

.treecontainer .treeselector .personal {
	display:inline;
	padding-right: 16px;
}

.treecontainer .treeselector .removeview {
	display:inline;
	color: red;
	font-weight: bold;
	width: auto;
	position:absolute;
	right:0px;
	top: 2px;
}

.treecontainer .treeselector .personal:before { 
	background-image: url("../images/icons/sys14.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
	background-position: 0 -960px; 
	padding-right:4px;
	width: 14px; 
	height: 14px;
}


.treecontainer .treeselector button:hover {
	background-color: #DBEEFF;
}

.treecontainer .treeselector .active {
	font-weight:bold;
}

/* Content status */
.contentstatus_active {
	color:#333;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.contentstatus_inactive {
	color:green;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.contentstatus_deleted {
	color:red;
	font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
.contentstatus_template {
	color:blue;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.contentstatus_archived {
	color:red;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.contentstatus_scheduled {
	color:green;
    font-weight: normal;
	font-style: italic;
    text-decoration: none;
}
.contentstatus_invalid {
	color: orange;
	font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.contentstatus_expired {
    color: #FFAAAA;
    font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
}

.contentstatus_prepublished {
    color: #AAAAFF;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

hr {
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(252, 252, 252, 0.15), rgba(252, 252, 252, 0.85), rgba(252, 252, 252, 0.15));
	margin: 3px;
}

.ui-widget.ui-dialog {
	border-radius: 3px;
	background: #ffffff; 
}

.ui-widget.ui-dialog .ui-dialog-titlebar {
	border-radius: 3px;
	background: #1588CF;
	color: #eeeeee;
	border: 0;
}

.ui-widget.ui-dialog button {
    border: 0;
    border-radius: 3px;
    background: #eeeeee;
    padding: .4em 1em;
}

.ui-widget.ui-dialog .ui-dialog-buttonset button {
	background: #22518e;
	color: #ffffff;
}

.ui-widget.ui-dialog .ui-dialog-buttonset button:hover {
	background-color: #829b19;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.content-infolink, .user-infolink, .file-infolink
{
    border-bottom: dotted 1px #333;
    cursor: pointer;
}
a.external-link
{
	border-bottom: dotted 1px #333;
}
a.external-link:hover
{
	text-decoration: none;
}

.infobox
{
    min-width: 450px; 
    max-width: 800px; 
    border: solid 1px #c0c0c0; 
    border-radius: 8px; 
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); 
    background: #fcfcfc; 
    z-index:1000000;
    overflow: hidden;
}

.infobox h2
{
    color: #22518e;
}

.infobox .buttonbar
{
    display: block;
    margin: 0;
    background: #eee;
    height: 23px;
    padding: 5px 0 5px 20px;
    cursor: move;
}

.infobox .buttonbar .icon_sys22::before
{
    background-image: url("../images/icons/skin4/sys22-base1.png");
}

.infobox .buttonbar button
{
    border: 0;
    padding: 0;
    background-color: transparent;
}

#infobox-closebutton
{
    float: right;
    margin: -4px 12px 0 0;
}

.infobox .infobox-body
{
    padding: 16px;
}

.infobox th, .infobox td
{
    text-align: left;
    padding-right: 16px;
    border: 0;
    white-space: nowrap;
}

.infobox-avatar
{
    max-width: 128px;
    max-height: 128px;
    border-radius: 8px;
}

.infobox-file
{
    max-width: 128px;
    max-height: 128px;
	margin-top: 10px;
}

#icon-preview {
    display: inline-block;
    height: 60px;
    margin-top: -24px;
    margin-left: -12px;
}
#icon-preview.tablink {
    display: inline-block;
    height: 24px;
}

#icon-preview:hover .app_icon:before {
    background-image: url("../images/icons/skin4/apps-base1.png");
}
#icon-preview.tablink:hover .app_icon:before {
	background-image: url("../images/icons/skin4/tabs-base1.png");
}


img.useronline {
	border-left: medium solid #00cc00;
}
img.useroffline {
	border-left: medium solid transparent;
}

.tabnav {
	background-color:transparent;
	color:transparent;
	border:0;
	outline:none;
	display:inline-block;
	width:0;
	height:0;
}

.password-expire-warning {
    font-size: medium;
    font-weight: 600;
    font-style: italic;
}

.shell-hidden {
    display:none;
}

.confirm-icon {
    float: left;
    margin: 0 7px 20px 0;
}
.clear-both {
    clear:both;
}