﻿.SnapHeader,
.SnapHeaderCollapsed
{
	color: #6f9341;
	background-color: #d7e6f2;
	background-image: url(WidgetImages/Header.gif);
	background-repeat:repeat-x;
	position: relative;
	font-size: 18px;
	padding:10px;
	-moz-border-radius: 8px 8px 0px 0px; 
	-khtml-border-radius: 8px 8px 0px 0px; 
	-webkit-border-radius: 8px 8px 0px 0px; 
	-khtml-border: 8px 8px 0px 0px; 
	-webkit-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border:#c3c3c3 solid 1px;
	border-bottom:#6f9341 solid 2px;
	margin-top:10px;
	behavior: url(/pie/PIE.htc);
}

.SnapHeaderCollapsed
{
	border-bottom:#c3c3c3 solid 1px;
}

.SnapContent
{
	background-color:d7e6f2;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	cursor:default;
	font-size:14px;
	padding:0px;
	text-align:left;
}

.Dock
{
	padding-right: 5px;
	padding-left: 0px;
	border: #AFAFAF 1px solid;
	background-color: #ffffff;
}

.WidgetContainer
{
    padding:10px;
}

/* .WidgetWrapperHeaderTable
{
	background-color: #d7e6f2;
	padding:0px;
	background-image: url(WidgetImages/Header.gif) no-repeat bottom right; 
} 

.WidgetWrapperFooterTable
{
	margin-bottom:-6px;
}

 .WidgetWrapperCentre
{
	background-color: #d7e6f2; 
}

.WidgetWrapperHeaderLeft
{
	background: url("WidgetImages/dashtl_tall.gif") no-repeat top left;
	background-color: #d7e6f2;
	height: 24px;
	width: 7px;
}

.WidgetWrapperHeaderRight
{
	/* background: url("WidgetImages/dashtr_tall.gif") no-repeat top right;
	background-color: #d7e6f2;
	height: 24px;
	width: 7px; 

}
 */
.WidgetWrapperFooterTable
{
    background-color: #d7e6f2;
    padding:0px;
    height: 10px;
    width: 100%;
    -moz-border-radius: 0px 0px 8px 8px;
    -khtml-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -khtml-border: 0px 0px 8px 8px;
    -webkit-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    border:#c3c3c3 solid 1px;
    border-top:none;
}
/*
.WidgetWrapperFooterCentre
{	
	background-color: #d7e6f2;
	height:7px;
}

.WidgetWrapperFooterLeft
{
	 background-image: url("WidgetImages/dashbl2.gif");
	height: 7px;
	width: 7px;
}

.WidgetWrapperFooterRight
{
	background-image: url("WidgetImages/dashbr2.gif");
	height: 7px;
	width: 7px;
}

 .WidgetWrapperCollapsedHeaderRight
{
	background: url("WidgetImages/dash_cr4.gif") no-repeat top left;
	background-color: #d7e6f2;
	height: 26px;
	width: 7px;
} 

.WidgetWrapperCollapsedHeaderLeft
{
	background: url("WidgetImages/dash_cl4.gif") no-repeat top left;
	background-color: #d7e6f2;
	height: 26px;
	width: 7px;
}

.WidgetWrapperContentLeft
{
	width: 7px;
	background-color: #d7e6f2;
}

.WidgetWrapperContentRight
{
	width: 7px;
	background-color: #d7e6f2;
}
*/

/* Options */
div.ModalWidgetOptionsListBack 
{
	position: fixed;
	top: 120px;
	left: 160px;
	width: 750px;
	z-index: 100;		
	padding: 1em;
    BACKGROUND-IMAGE: url('border.png');
}

.WidgetOptionsHeaderTable
{
	background-color: #d7e6f2;
	padding:0px;
	background-image: url(WidgetImages/Header.gif);
	width:234px;	
}

TD.WidgetOptionsContent
{
	width:234px;	
}

.WidgetOptionsCentre
{
}

.WidgetOptionsHeaderLeft
{
	background-image: url("WidgetImages/dashtl.gif");
	height: 7px;
	width: 7px;
}

.WidgetOptionsHeaderRight
{
	background-image: url("WidgetImages/dashtr.gif");
	height: 7px;
	width: 7px;
}

.WidgetOptionsTitle
{
	color: #ffffff;
}

.WidgetOptionsFooterTable
{
	background-color: #d7e6f2;
	height:7px;
	background-image: url("WidgetImages/dashb.gif");
}

.WidgetCloseButton
{
	background-color: #d7e6f2;
	height: 16px;
	width: 16px;
	background-image: url("WidgetImages/toggle_expand.gif");
}

.WidgetOpenButton
{
	background-color: #d7e6f2;
	height: 14px;
	width: 15px;
	background-image: url("WidgetImages/Maximise.gif");
}

.DashboardButtonTable
{
	width: 210px;
}

.DashboardButtonBG
{
	background-color: White;
	color: #ffffff;
	background-image: url(dashbutton-tile.gif);
	background-repeat: repeat-x;
	background-position:center;
	font-weight: bold;  
    vertical-align:middle; 
	font-size: 9pt;
	height: 80px;
}

.DashboardButtonLS
{
	background-image: url(dashbutton-left.gif);
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:middle;
	height: 80px;
	width: 20px;
}

.DashboardButtonRS
{
	background-image: url(dashbutton-right.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	height: 80px;
	width: 10px;
}

A.DashboardButtonLink, A:Visited.DashboardButtonLink
{
	color: White;
	text-decoration: none;
	
}

A:Hover.DashboardButtonLink
{
	color: Yellow;
	text-decoration: underline;
}

.DashboardButtonBG A, .DashboardButtonBG A:Visited
{
	color: White;
	text-decoration: none;

	
}

.DashboardButtonBG A:Hover
{
	color: Yellow;
	text-decoration: underline;

}




/*Dashboard Widget layout*/

.wx-widget-container {
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 18px 21px;    
}

.wx-widget-panel-calendar {
    min-height: 223px;
}

.wx-widget-header__text {
    flex-grow: 1;
    font-size: 16px;
    cursor: move;
}


.wx-widget-header__show {
}

.wx-widget-header__collapse {

}

.wx-widget-content-container {
    
}

.wx-widget-content__header-text {
    padding: 4.8px 24px 4.8px 24px;
    font-size: 14.68px;
}

.wx-widget-content__text {
    padding: 4.8px 24px 4.8px 24px;
    text-decoration: none;
}

.wx-widget-content__separator{
    margin-top: 5px;
    margin-bottom: 5px;
}

.wx-widget-font {
    font-size: 14.88px;
    font-weight: 400;
    line-height: 1.5;
}

.wx-widget__close
{
	height:20px;
}

.wx-widget__collapse{
	padding-left:5px;
}

.wx-widget-box-horizontal-sides {
    padding-top: 8px;
    padding-bottom: 8px;
}

.wx-widget-box-vertical-sides {
    padding-left: 8px;
    padding-right: 8px;
}

.wx-widget-additional-spacing {
    PADDING: 8px 12px 8px 12px;
    margin: 2% 5%;
    cursor: pointer;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.wx-docking-column {
    padding: 5px;
}

.wx-widget-footer__container {
    vertical-align: top;
    height: 10px;
    border-radius: 0px 0px 8px 8px;
    border-top: none;
}

.wx-quicklinks-edit {
	box-sizing: border-box;
    overflow: auto;
    min-width: 400px;
    max-height: calc(100vh - 175px);
}

.wx-quicklinks-edit__group {    
    vertical-align: top;
    margin: 3px;
}

.wx-dash-edit__widgets-box {
	min-width: 400px;
	box-sizing: border-box;
	overflow: auto;
	max-height: calc(100vh - 260px);
}

.wx-quicklinks-edit__group .wx-col--acts,
.wx-widget-popup-item .wx-col--acts {
	width: 30px;
}


.wx-widget-popup-item,
.wx-widget-popup-item > div{
	width: 100%;
}

	.wx-dash-edit__option-box {
		display: flex;
		align-items: center;
		padding: 10px;
	}

.wx-dash-edit__option-title {
    flex-grow: 1;
}

.wx-popup-actions__box{
	padding-top:10px;
}



/****Dashboard Widget layout end region****/