#cognoti_dashboard
{
    
}

.palette
{
    border-top: 2px dashed #843b0a;
    padding: 10px;
    margin: 0;
}

.palette .toolbar
{
    margin: 0;  
    padding: 0;
}

.palette .toolbar .button,
.palette .toolbar .fakebutton
{
    padding: 22px 3px 3px 3px;
    color:#FFF;
    float: left;
    display: inline;
    margin: 3px;
    font-weight: bold;
    border: 1px solid white;
    cursor: move;
    background-color:#938f7f;
    background-image:url(/brokers/img/boetheme/structure/content/icons/file_move.png);
    background-position: center 4px ;
    background-repeat: no-repeat;
}

.palette input
{
    margin: 3px;
}

.dashboardzone
{
}

.dashboardzone ul.main
{
    margin: 0;
    padding: 0;
}   


.dashboardzone li.widget,
.dashboardzone li.ignore
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboardzone .layoutbase .hover
{
    background-color: #EEF; 
}

.dashboardzone .layoutbase .drop
{
    padding-bottom: 5em;     
}

.dashboardzone .layoutbase .col
{
    border: 2px dashed #666;
    margin-bottom: 1em;
    padding-bottom: 3em;
}

.dashboardzone .layoutbase .widget
{
    border: 1px dotted #999;
    margin: 0 0 5px 0;
}

.dashboardzone .layoutbase .widget .emptyblock
{
    min-height: 10em;
}


.dashboardzone .layoutbase .widget .blockdrag
{
    background-color: #CCC;
    padding: 4px;
    font-weight: bold;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    cursor: move;           
    position: absolute;
    z-index: 10;
    width: 75%;
}

.dashboardzone .layoutbase .inlineblock .widget
{                
    float: left;
    min-width: 10em;
}

.dashboardzone .layoutbase .widget .content
{
    padding: 3px; 
}

.dashboardzone .layoutbase .widget .blockdrag .edit
{
    float: right;    
    padding-right: 5px;
}

.dashboardzone .layoutbase .widget .blockdrag .edit a
{
    float: left;
    margin-left: 8px;
    cursor: pointer;
}


.dashboardzone li.coltitle
{
    font-size: 12px;
    text-align: center;
    background-color: #EEE;
    padding: 3px;
    color: black;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px dotted #CCC; 
    
}

.helpersoff li.coltitle,
.helpersoff .blockdrag,
.helpersoff .notcontent
{
    display: none; 
    cursor: auto;
}

.helpersoff .widget,
.helpersoff .col
{
    border: 0px solid transparent !important; 
    min-height: none;
    cursor: auto;
}

.helpersoff .layoutbase .col
{
    padding-bottom: 0;                 
}

.treesort .sorton 
{
    cursor:move;
    background: transparent url('../img/page_swap.png') center left no-repeat !important;
}

.layoutoption
{
    float: left;
    margin: 3px;   
}

.layoutoption img
{
    vertical-align: middle;   
    border: 1px solid black;
}
.dashboardtoolbar
{
    margin-bottom: 2em;    
}
.dashboardtoolbar .formsubmit
{
    border-top: 2px solid #273c54;
    margin-left: 1em;
    padding-left: 1em;
    padding-right: 1em;    
}

.widget_select_toolbar {
    border: 0px solid #843b0a;
}

#scrollingDashboardControls {
	margin:5px;
    border: 1px solid #843b0a;    
    background-color: #ede8e1;
}

/* #scrollingDashboardControls input.addrow,
#scrollingDashboardControls input.preview
{
    float: right;    
} */




.layoutrow .rowcolumn {
    float: left;    
    
}

.layoutrow .rowcolumnsep {
    cursor: ew-resize;
    width: 1%;    
    height: 4em;
    float: left;
    background-color: #DDD;
}

.layoutrow .rowcolumnsep2 {
    width: 1%;    
    height: 4em;
    float: left;
    display: none;
}

.layoutrow {
    clear: both;
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;    
}

.layoutrow .rowcontrols {
    visibility: collapse;
    z-index: 10;
    top: -2em;
    height: 2em;
    width: 99%;
    background-color: #CCC;
    cursor: move;
    border: 2px outset black;
    border-bottom: none;
    font-size: x-small;
}

.layoutrow:hover .rowcontrols {
    visibility: visible;
}

.layoutrow .rowcontrols a {
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    display: block;
    float: right;
    border: 1px solid black;
    text-decoration: none;
    text-align: center;
}

.layoutrow .rowcontrols a:hover {
    font-weight: bold;
    color: #333;    
}

.layoutbase {
    position: relative;
}

.layoutrow .rowcolumn {
    position: relative;    
}

.layoutrow .rowcolumn a.removecolumn {
    font-size: x-small;
    display: none;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    right: 2px;
    top: 2px;
    text-decoration: none;
    text-align: center;
    border-left: 2px outset #999;
    border-bottom: 2px outset #999;
    background-color: #EEE;
    z-index: 10;
}

.layoutrow .rowcolumn:hover a.removecolumn {
    display: block;    
}

.helpersoff .rowcontrols,
.helpersoff .rowcolumnsep,
.helpersoff a.removecolumn,
.helpersoff div.controls
{
    display: none !important;
    cursor: auto !important;
}

.helpersoff .rowcolumnsep2 {
    display: block !important;
}
    
