
#dashboard{ 
	padding:0 0 0 7px;
	margin:-4px -14px 0 -14px;
}

#dashboardWidgetsArea{ 
    padding:2px 0 0 0;
}

.col {
	float: left;
	padding-bottom: 100px;
	min-height: 100px;
	-height: 100px;
}

.col.width-100 {
    width: 100%;
}
.col.width-75 {
    width: 75%;
}
.col.width-67 {
    width: 67%;
}
.col.width-50 {
    width: 50%;
}
.col.width-40 {
    width: 40%;
}
.col.width-33 {
    width: 33%;
}
.col.width-30 {
    width: 30%;
}
.col.width-25 {
    width: 25%;
}

.sortable {
	background: white;
}

.hover {
	border: 2px dashed #E3E3E3;
}

.widget {
	background:#fff;
	border: 1px solid #bbb6ad;
	margin:10px 7px;
	overflow: hidden;
	border-radius:4px;
	font-size:14px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.widgetHover {
	border: 1px solid #aba494;
}

.widgetContent.hidden {
    position: absolute;
    top: -3000px;
}

.widgetContent.loading {
    opacity: 0.5;
    filter:Alpha(opacity:50);
    background: url('../../../themes/default/images/loading-blue.gif') no-repeat top right;
}

.widget h2 {
	font-size:1.2em;
	margin-left:10px;
	font-weight:bold;
}
.widgetTop {
	background:#b5b0a7 url(../../../themes/default/images/dashboard_h_bg.png) repeat-x 0 0;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	width: 100%;
	cursor: move;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}

.widgetTopHover {
	background:#B0A798 url(../../../themes/default/images/dashboard_h_bg_hover.png) repeat-x 0 0;
}

.widgetName {
	font-size: 18px;
	padding:2px 0 0 10px;
	font-weight:normal; 
	color:#fff;
	text-shadow:1px 1px 2px #7e7363;
}

.button {
	cursor: pointer;
}

#close.button, #maximise.button, #minimise.button, #refresh.button {
	float: right;
	display: none;
	margin: 6px 6px 0 0;
}

.ui-confirm {
	display: none;
	width:630px;
	background:#fff;
	color: #444;
	cursor: default;
	font-size: 12px!important;
	font-family:Arial,Verdana,Arial,Helvetica,sans-serif;
	border-radius:4px;
	padding:20px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	min-height:0!important;
}
.ui-confirm h2{
    text-align: center;
	font-weight:bold;
	padding:0;
}

.ui-dialog .ui-dialog-buttonpane{
    text-align: center;
    border: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
}

.ui-dialog input[type=button], .ui-dialog button{
	background: #B5B0A7 url("../../../themes/default/images/dashboard_h_bg_hover.png") repeat-x 0 0!important;
	color:#fff!important;
	border:0!important;
	font-size: 12px!important;
	padding:5px 20px!important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	display:inline-block;
	margin:0 8px 3px 8px!important;
}

.ui-dialog .ui-button-text{
    padding: 0!important;
}

.ui-widget-overlay {
    opacity: 0.6;
    background: none #000;
    position: fixed;
}

.menu {
	display: none;
}

.widgetLoading {
	cursor: wait;
	padding: 10px;
	text-align: center;
	font-size: 10pt;
}

#closeMenuIcon {
	float: right;
	margin: 3px;
	cursor: pointer;
}

.menuClear {
	clear: both;
	height: 30px;
}

#dashboardSettings {
	position:absolute; 
	z-index:10;
	background: #f7f7f7;
	border: 1px solid #e4e5e4;
	padding:5px 10px 6px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    color:#444;
    font-size:14px;
    cursor: pointer;
}
#dashboardSettings:hover {
	background:#f1f0eb;
	border-color:#a9a399;
}

#dashboardSettings > span {
    background: url(../../../themes/default/images/sort_subtable_desc.png) right center no-repeat;
    padding-right: 20px;
    display: block;
}

#dashboardSettings ul.submenu {
    padding-top: 5px;
    display: none;
    float: left;
}

#dashboardSettings.visible ul.submenu {
    display: block;
    list-style: square outside none;
    margin-left: 15px;
}

#dashboardSettings > ul.submenu > li {
    padding: 5px 0;
    clear: both;
}

#dashboardSettings > ul.submenu > li:hover {
    color: #e87500;
}

#changeDashboardLayout h2 {
    margin-bottom: 20px;
}

#columnPreview {
    clear: both;
    width: 400px;
    margin: auto;
}

#columnPreview>div {
    margin: 5px;
    float: left;
    opacity: 0.4;
    cursor: pointer;
    filter:Alpha(opacity:40);
}

#columnPreview>div:hover, #columnPreview>div.choosen {
    opacity: 1;
    filter:Alpha(opacity:100);
}

#columnPreview div div{
    height: 120px;
    float: left;
}

#columnPreview div div span{
    background-color: #ddd;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px dotted #555;
    margin: 0 1px;
}

#columnPreview div.choosen div span, #columnPreview div:hover div span{
    border-style: solid;
}

#columnPreview .width-100 {
    width: 120px;
}
#columnPreview .width-75 {
    width: 90px;
}
#columnPreview .width-67 {
    width: 80.4px;
}
#columnPreview .width-50 {
    width: 60px;
}
#columnPreview .width-40 {
    width: 48px;
}
#columnPreview .width-33 {
    width: 40px;
}
#columnPreview .width-30 {
    width: 36px;
}
#columnPreview .width-25 {
    width: 30px;
}

/**
 * Layout for widget previews
 */

.widgetpreview-base {
    clear: both;
    min-height: 600px;
    -height: 600px;
}

#addWidget, #manageDashboard {
    cursor:default;
}

ul.widgetpreview-widgetlist,
ul.widgetpreview-categorylist {
    color: #5d5342;
    list-style:none;
    font-size:11px;
    line-height:20px;
    float: left;
    margin-right:20px;
}

ul.widgetpreview-categorylist {
    cursor: default;
}

ul.widgetpreview-categorylist li,
ul.widgetpreview-widgetlist li {
    line-height:20px;
    padding:0 25px 0 5px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.widgetpreview-base li.widgetpreview-choosen {
    background:#e4e2d7  url(../../../themes/default/images/arr_r.png) no-repeat right 6px;
    color:#255792;
    font-weight: bold;
}

.widgetpreview-categorylist li.widgetpreview-choosen {
    color: #000;
}

.widgetpreview-base li.widgetpreview-unavailable {
    color: #D3D3D3;
    cursor: default;
}

ul.widgetpreview-widgetlist {
    cursor: pointer;
    position: relative;
    top: 0;
}

div.widgetpreview-preview {
    float: left;
    width: 500px;
}

#dashboardSettings {
    min-height: 0;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

#dashboardSettings .submenu {
	font-weight:bold;
	color:#255792;
}

#dashboardSettings .submenu ul {
    float: none;
    font-weight:normal;
    padding-top:10px;
	margin-left: 10px;
    color: #5D5342;
    list-style: none;
    font-size: 11px;
    line-height: 20px;
    margin-right: 20px;
}

#dashboardSettings .submenu ul li {
    line-height: 20px;
    padding: 0 25px 0 5px;
    color: #444;
}

#dashboardSettings .submenu ul li:hover {
    color: #e87500;
}

#dashboardSettings .widgetpreview-widgetlist {
	width: 228px;
    font-weight:normal;
}

#dashboardSettings .widgetTop {
    cursor:pointer;
}

#dashboardSettings .widgetpreview-widgetlist,
#dashboardSettings .widgetpreview-preview {
    display: none;
}

#dashboardSettings.visible .widgetpreview-widgetlist,
#dashboardSettings.visible .widgetpreview-preview {
    display: block;
}

.widgetPlaceholder {
    border: 1px dashed #bbb6ad;
}

#newDashboardName, #createDashboardName {
    width: 200px;
}

#newDashboardNameInput, #createDashboardNameInput {
     margin: 20px 0 0 100px;
    text-align: left;
}

#createDashboardNameInput input {
    margin-bottom: 10px;
}

.popoverSubMessage {
    text-align: center;
    padding: 10px 0 5px 0;
}