/*
  2017-09-07 - Removed padding,margin and border from boxmode as it was interfeering with other classes.
*/

.table { display: table; 	   }
.row   { display: table-row;  }
.cell  { display: table-cell; }


.dhp11demo
{
   background: white;
   position:absolute;
   font-family: Arial;
}

.spacer
{
   display:inline-block;
   float:left;
   background:white;
}

.boxmode
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tree_container
{
   width: 100%;
   height: 100%;
}

.widget_tree_cell
{
   display:inline-block;
   float:left;
   overflow:hidden;
}

.divider
{
  background-color: gray;
}

.view
{
   display:none;
}



.logo
{
   background:white;
   display:inline-block;
   float:left;
}

.imglogo
{
   background:white;
}



.checkbox
{
   margin-left: 10px;
   margin-right: 10px;
}

.checkbox_label
{
   color:#666;
   display:block;
}

.checkbox_container
{
  display: inline-block;
  vertical-align: middle;
}



.widget_container
{

}

.widget_expander
{
   background: skyblue;
   font-family:Verdana;
   font-weight:bold;
   font-size:12px;
   cursor:pointer;
   padding-left:5px;
   line-height:25px;
   height:25px;
   overflow:hidden;
}

.widget_expander_box
{
   background:white;
}

.headerclass
{
  background: green;
  height:30px;
}

.bodyclass
{
   background: red;
   height:50px;
}

.listbox_container
{
   border:1px solid lightgray; display:flex; font-family:Arial; font-size:12px; align-items:center; justify-content:center; text-align: left
}

.listbox_indent
{
  vertical-align:middle;
  text-align:center;
  background:none;
}

.listbox_cell
{  
  background:none;
}

.listbox_cell_text
{
   padding-left: 5px;
}

.widget_expander_listbox
{
   border-bottom:1px solid lightgray;
   background: none;
   font-family:Verdana;
   font-weight:normal;
   font-size:12px;
   cursor:pointer;
   line-height:25px;
   height:25px;
   display:flex;
}

.listbox
{
   width: 100%;
   height: 100%;
   padding: 0px;
}

.vertical_scrollbars
{
   overflow-y:scroll;
   overflow-x:hidden;
}

.mycell
{
   background: red;
}

.viewwindow
{
  border:1px solid gray;
  position:absolute;
  z-index:500;
  white-space:nowrap;
  overflow:hidden;
  min-height:45px;
}

.viewheader
{
   background: lightgray;
   padding-left: 5px;
   line-height: 45px;
   cursor:pointer;
   overflow:hidden;
}

.viewtitle
{
   font-family: Arial;
   overflow:hidden;
}

.viewcontent
{
  background: white;
  border:1px solid gray;
  padding:0px;
  margin:0px;
  z-index:500;
  width:100%;
  height:100%;
  overflow:hidden;
}

.viewresizecorner
{
   cursor:nwse-resize;
   z-index:500;
}

.imagetoggle_container
{
  display: inline-block;
  vertical-align: middle;
  text-align:center;
  margin: auto;
}

.button
{
   display: table-cell;
   cursor: pointer;
   background: none;
   overflow:hidden;
   text-align: center;
   vertical-align:middle;
}

.button_content
{
   overflow:hidden;
   display:inline-block;
   text-align: center;
   vertical-align:middle;
   width:100%;
}

.button:hover
{
   background: #98C1E4;
}

.icon
{
   cursor: pointer;
   background: none;
   overflow:hidden;
   vertical-align: middle;
   padding:3px;
}

.label
{
   font-family: Arial;
   font-size:12px;
   padding-left:5px;
   color:black;
}

.toolbar
{
   border-left:1px solid lightgray;
   border-right:1px solid lightgray;
   border-bottom:1px solid lightgray;
   padding: 1px;
   display:flex;
}

.expanderbox
{
   z-index:500;
}

.expanderheader
{
}

.expanderbody
{
}


.menubar
{

}

.menuitem
{
   background:none;
   cursor:pointer;
   width:150px;
}

.menuitem:hover
{
   background: skyblue;
   cursor:pointer;
}

.submenuitem
{
   cursor:pointer;
}

.submenuitem:hover
{
   cursor:pointer;
   background: gray;
}
