﻿/*
** CXXL LayoutZone Styles
** ----------------------
**
** Author: Werum AG
**
** History:
** 03.12.2018 SK: Create
** 21.06.2019 SK: Sonderfall Next
**
*/

div#layout_contentpane,
div#layout_rightpane      { border: 1px dotted white; min-height: 200px; overflow: visible; }

div#layout_contentpane { width: 75%; padding: 0px; }
div#layout_rightpane     { width: 225px; }

div[id*="layout_radDockZone"]          { border:1px dotted #0072C6!important; height: 100%; min-height: 200px !important; }
div[class*="cxxl-pane-blocked"]:before { background-color:#A71D23!important; color:white;}

/**
div#layout_contentpane:before,
div#layout_rightpane:before  { background-color:#0072C6; color:white; padding:3px 5px 3px 5px; font-size:10px; border: 0; }
div#layout_contentpane:before { content: "layoutzone content"; }
div#layout_rightpane:before   { content: "layoutzone right"; }
**/

