﻿#cover
{
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    z-index: 101;
    display: none;
    background-color: #000000;
    opacity: .7;
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
}


div.sortables 
{
    font-family: "Trebuchet MS" , "Arial" , "Helvetica" , "Verdana" , "sans-serif";
    margin:0 0 0 5px;
}
div.sortables td
{
    font-family: "Trebuchet MS" , "Arial" , "Helvetica" , "Verdana" , "sans-serif";
}
.column
{
    width: 265px;
    float: left;
    padding-bottom: 10px;
}
.portlet
{
    margin: 0 0.5em 1em 0.5em;
    padding: 0;
}
.portlet-header
{
    margin: .8em 0.8em 0.3em 0.3em;
    padding-bottom: 4px;
    padding-left: 0.2em;
    cursor: move;
    color: #fff;
	font-weight:bold;
}
.profile-picture.portlet-header {
    margin: initial;
    padding-bottom: initial;
    padding-left: initial;
    cursor: move;
    color: #000;
    font-weight: bold;
}
.icon-container.portlet-header {
    margin: initial;
    padding-bottom: initial;
    padding-left: initial;
    cursor: move;
    color: #000;
    font-weight: bold;
}
.portlet-header-slideshow {
    color: #fff !important;
}
h3.dash-header
{   
    padding-top: 0.1em; 
    color: #fff;
    font-size: 18px;
    font-family: "Segoe UI", Arial, sans-serif !important; 
    margin-left: 2px;
}

div.userWidget > h3.dash-header {
    padding: 0em 0.3em;
}
.portlet-header_s {
    color: #FFFFFF;
    cursor: move;
    font-weight: bold;
    margin: 0.8em 0.8em 0.3em 0.3em;
    padding-bottom: 4px;
    padding-left: 0.2em;

    font-size: 12px;
}
.portlet-header-slider
{
	width:100px;
	height:20px;
	overflow:hidden;
	z-index:9999999999;
    cursor: pointer;
	float:left;
	margin-left:350px;
}
.portlet-header .fas {
    cursor: pointer;
}
.portlet-header .ui-icon
{
    float: left;
}
.portlet-header .ui-icon-close
{
    float: right;
}
.portlet-content
{
    padding: 0.4em;
}
.ui-sortable-placeholder
{
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}
.ui-sortable-placeholder *
{
    visibility: hidden;
}
ul#reportsIndicators li {
    width: 298px !important;
    display: block;
}