.dataGridTable 
{
	font-family: arial, Verdana, Helvetica, Century Gothic, Courier, sans-serif;
	font-size: 10pt;
    width: 100%;
}

.dataGridTableWithBorder 
{
    font-family: arial, Verdana, Helvetica, Century Gothic, Courier, sans-serif;
    font-size: 10pt;
    width: 100%;
    border-collapse: collapse;
}
.dataGridScroller
{
	/*smooth grid resizes. (unfortunately 'width' messes with the client list grow/shrink) */
	transition: max-height 0.6s linear, min-height 0.6s linear, height 0.6s linear; /*, max-width 0.6s linear, min-width 0.6s linear, width 0.6s linear;*/
} 
/*
.dataGridTableNoBorder
{
	font-family: arial, Verdana, Helvetica, Century Gothic, Courier, sans-serif;
	width: 100%
}
*/
span.gridViewColumnHeader {
	background-color: #043765;
	border: 1px #043765 solid;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
.gridViewColumnHeader span {
	color: #082e55
}
.gridViewColumnHeader del{
	display: none;
	visibility: hidden;
}
td.gridReportViewColumnHeader, td.gridViewColumnHeader, .gridReportViewColumnHeader td, .gridViewColumnHeader td {
    background-color: #edf5fb;
	white-space: nowrap;
	padding: 6px;
}
.no-floating-header tr.gridViewColumnHeader td  
{
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .2);
	color: #082e55;
}
.no-floating-header tr.gridViewColumnHeader
{
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}
div.gridViewHeaderFloatHolder {
    width: 100%;
	position: absolute;
	top: 0px;
	left:0px;
	overflow: hidden;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}
div.gridViewHeaderFloatHolder table {
	table-layout: fixed;
	border-bottom: none	
}

div.gridViewDeviceTicketSides {
    overflow: hidden;
    background-color: #ffffff
}

.gridViewGoTo 
{
    height: 24px;
    width: 18px;
    background-image: url(/Resources/Styles/2017_blue/Icons/next.png);
    display: inline-block;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: 1px, 1px;
}

.gridViewColumnHeaderUnpadded
{
	padding-left: 0px;
}
.gridViewColumnHeaderVerticalDialog
{
	padding-bottom: 9px; 
	text-align: right !important;
	padding-right: 5px;
}

.gridReportViewColumnHeader
{
}

.gridViewRowHeader
{
	font-family: arial, Verdana, Helvetica, Century Gothic, Courier, sans-serif;
	font-size: 8pt;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	padding: 4px;
	padding-right: 10px;
}




tr.GridEven
{
	background-color: #FFFFFF ;
    height: 21px;
    border-bottom: 1px solid #efefef;
}
tr.GridOdd
{
	background-color: #FFFFFF ;
    height: 21px;
    border-bottom: 1px solid #efefef;
}
.gridViewRowMouseOver , .gridViewRowMouseOver.GridEven
{
	background-color: #D1EDFF;
}
.gridViewRowMouseOver.GridOdd
{
	background-color: #D6F3FF;
}
.gridViewRowMouseOut
{
}

/* "specialist" coloured grid classes */

table.dataGridTableNoBorder tr.GridOdd , table.dataGridTableNoBorder tr.GridEven
{
	background-color: initial;
}
.ClientList table.dataGridTableNoBorder tr.GridOdd , .ClientList table.dataGridTableNoBorder tr.GridEven
{
	/*If this is the Client List, make sure its the right colour - even in IE */
	background-color: #eef5fb;
}
.ClientList table.dataGridTableNoBorder tr.GridOdd td, .ClientList table.dataGridTableNoBorder tr.GridEven td
{
	/*For client Lists, overwrite the regular grid padding */
	margin: 0px;
	padding: 0px;
}
.ClientList table.dataGridTableNoBorder tr.gridViewRowMouseOver 
{
	background-color: #d1edff;
}
table.dataGridTableNoBorder tr.gridViewRowMouseOver
{
	background-color: #D1EDFF;
}

.gridViewCell, .MakeGridCell
{
    padding: 6px;
	overflow: hidden;
	color: #000000;	
	border-right: 2px solid transparent;
    border-bottom: 1px solid #efefef;
    border-left: none;
    background-color: #ffffff;
    height: 21px;

}

.gridViewCellCheckBox {
    padding-left: 15px;
    margin-right: 16px;
}

.gridViewTreecell 
{
    padding: 6px;
	overflow: hidden;
	border-right: 2px solid transparent;
    border-bottom: 1px solid #efefef;
    height: 21px;
}
.gridViewTreecellSize1 , .gridViewTreecellSize1 * 
{
	font-size: 4pt;
}
td.gridViewTreecellSize1 img
{
	transform: scale(0.3);
}
td.gridViewTreecellSize1 img.ImageButton
{
	/*margin-right: 12%;*/
}
td.gridViewTreecellSize1 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 6px;
	padding-left: 7px ;
}
td.gridViewTreecellSize1 input
{
	height: 80%;
}

.gridViewTreecellSize2 , .gridViewTreecellSize2 * 
{
	font-size: 6pt;
	line-height: 1.3;
}
td.gridViewTreecellSize2 img
{
	transform: scale(0.4);
}
td.gridViewTreecellSize2 img.ImageButton
{
	/*margin-right: 12%;*/
}
td.gridViewTreecellSize2 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 9px;
	padding-left: 11px ;
}
td.gridViewTreecellSize2 input
{
	height: 90%;
}

.gridViewTreecellSize3 , .gridViewTreecellSize3 * 
{
	/* regular, don't make any changes */
}

.gridViewTreecellSize4 , .gridViewTreecellSize4 * 
{
	font-size: 12pt;
	line-height: 1.4;
}
td.gridViewTreecellSize4 img
{
	transform: scale(1.05);
}
td.gridViewTreecellSize4 img.ImageButton
{
	/*margin-right: 12%;*/
}
td.gridViewTreecellSize4 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 19px;
	padding-left: 22px ;
}

.gridViewTreecellSize5 , .gridViewTreecellSize5 * 
{
	font-size: 16pt;
	line-height: 1.2;
}
td.gridViewTreecellSize5 img
{
	transform: scale(1.2);
}
td.gridViewTreecellSize5 img.ImageButton
{
	/*margin-right: 12%;*/
}
td.gridViewTreecellSize5 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 20px;
	padding-left: 25px ;
}

.gridViewTreecellSize6 , .gridViewTreecellSize6 * 
{
	font-size: 24pt;
	line-height: 1.2;
}
td.gridViewTreecellSize6 img
{
	transform: scale(2.3);
}
td.gridViewTreecellSize6 img.ImageButton
{
	margin-right: 9%;
}
td.gridViewTreecellSize6 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 30px;
	padding-left: 35px ;
}

.gridViewTreecellSize7 , .gridViewTreecellSize7 * 
{
	font-size: 32pt;
	line-height: 1.2;
}
td.gridViewTreecellSize7 img
{
	transform: scale(2.5);
}
td.gridViewTreecellSize7 img.ImageButton
{
	margin-right: 12%;
}
td.gridViewTreecellSize7 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 43px;
	padding-left: 48px ;
}

.gridViewTreecellSize8 , .gridViewTreecellSize8 * 
{
	font-size: 40pt;
	line-height: 1.2;
}
td.gridViewTreecellSize8 img
{
	transform: scale(3.1);
}
td.gridViewTreecellSize8 img.ImageButton
{
	margin-right: 19%;
}
td.gridViewTreecellSize8 span.ImageSpan
{
	background-position-y: 50%;
	background-size: 50px;
	padding-left: 55px ;
}

td.gridViewPanelCell div{
}

dataGridTable tr, .gridViewPanelCell
{
	/*
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	*/
	border: none;
	padding-left: 5px;
	padding-right: 15px;
	white-space: normal;
	overflow: hidden;
	background: #ffffff;
}

.gridReportViewNoBorderCell
{
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.gridViewNoBorderCell
{
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

.gridViewNoBorderWrapCell
{
	padding-left: 5px;
	padding-right: 5px;
	white-space: normal;
	overflow: hidden;
}

.gridViewWrapCell
{
	border-right: 2px solid transparent;
	border-bottom: 1px solid #efefef;
	padding: 6px;
	white-space: normal;
	overflow: hidden;
    height: 21px;
}


.gridViewLargeCell
{
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 2.0em;
	overflow: hidden;
}


.gridLoader
{
	padding-top: 14px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	color: #999999;
	width: 100%;
	height: 40px; /*100%;	*/
}


.gridPager
{
	padding-top: 10px;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	color: #222222;
	width: 100%;
	height: 100%;	
}


/* New Filter CSS */
.tabFilter
{
	text-align: center;
}
.tabFilterTitle
{
	white-space: nowrap;
}
.tabFilterEntry
{
	vertical-align: middle;
	max-width: 100px;
}
.tabFilterSpacer 
{
	min-width: 5px;
}

/* Drag and resize information */

.gridHeaderDrag
{
	
} 
.gridViewColumnHeaderImageSpan {
    border: 0px;
    margin-left: 5px;

}

.gridViewColumnHeader.Resize {
	border-right: 2px dotted #537c98;
}
.gridHeaderDrag.Handle
{
	float: right;
	border: 4px solid transparent;
	border-top: none;
	border-bottom: none;
	height: 1em;
	cursor: col-resize;
}
.gridHeaderDrag.Resize
{
	border: 2px dotted #537c98;
	border-right: none;
	border-top: none;
	border-bottom: none;
	height: 100%;
	cursor: col-resize;
	position: absolute;
	top: -10000px;
	right: -10000px;
	width: 1px;
}
/*
hover #537c98
active #405b6e
*/
.DragTarget .DragSource
{
    background: #69b2df;
} 
.gridHeaderDrag.DragMoving
{
	background: #e2e2e2;
    border: 4px solid #717171;
} 
.DragTarget .gridHeaderDrag.Handle
{
	cursor: pointer;
}
.DragTarget .DragOver .gridHeaderDrag.Handle
{
    border-right-color: #537c98;
}
.DragTarget .DragOver{
	background-color: #aec3e5;
	cursor: pointer !important;
}
[draggable=true] {
  -khtml-user-drag: element;
}

.GridSortShow
{
}
.GridSortShow.SortDisabled
{
	display: none;
	visibility: false;
}

.GridSortShow.SortTarget.Ascending::after
{
	content: "\25B2";
}
.GridSortShow.SortTarget.Descending::after
{
	content: "\25BC";
}


.ClientList
{
	display: block;
	transition: margin 0.6s linear, width 0.6s linear, min-width 0.6s linear; 
	overflow: hidden;
}
.ClientHolder.Open .ClientList 
{
	width: 240px;
	margin-right: 10px;
}
.ClientHolder.Closed .ClientList 
{	
	overflow: hidden;
	width: 0px;
	margin-right: 0px;
}
.ClientList .dataGridScroller
{
	/*This over writes the grids ability to re-size itself. it is the size of its parent and no other. (probably ".ClientHolder.Open" or ".ClientHolder.Closed")*/
	width: inherit !important;
	max-width: inherit !important;
	min-width: inherit !important;
	/* IE refuses to accept "initial" as a valid value, so they are both here */
	width: initial !important;
	max-width: initial !important;
	min-width: initial !important;
}

 .ClientList .mockPannel
{
    margin-right: 0px;
    padding-top: 5px;
}
@-moz-document url-prefix() {
/* FF specific margins so this lines up correctly */ 
   .ClientList .mockPannel
	{
		padding-top: 7px;
	}
}

.ClientHolder.Open #deviceManagementGridPanel .dataGridScroller { 
	/*This over writes the Device grids ability to re-size itself. it is this size and no other*/
	 width: calc(100vw - 330px) !important; 
	 max-width:calc(100vw - 330px) !important; 
	 min-width:calc(100vw - 330px) !important; 
}
.ClientHolder.Closed #deviceManagementGridPanel .dataGridScroller { 
	/*This over writes the Device grids ability to re-size itself. it is this size and no other*/
	 width: calc(100vw - 80px) !important; 
	 max-width:calc(100vw - 80px) !important; 
	 min-width:calc(100vw - 80px) !important; 
}

.ClientHolder.Open #clientLicensePanel {
	/*The Clients tab is a special case, its 'Client' List holds Licence information */
	width: 160px;
    margin-right: 10px;
}

.ClientHolder .DataHolder
{
	transition: width 0.6s linear ; 
}
.ClientHolder.Open .DataHolder  { 
	 width: calc(100vw - 337px) ; 
}
.ClientHolder.Closed .DataHolder  { 
	 width: calc(100vw - 87px) ;
}
.ClientHolder  .dataGridScroller { 
	transition: all 0.6s linear ; 
}

.dataGridScroller td img[id^="NavRowExpand_TicketListGV"],
.dataGridScroller td img[id^="NavRowExpand_HomeTicketPanel"] {
     margin-bottom: 5px;
}

.dataGridScroller td img[id^="NavRowExpand_ClientList"] {
    margin-bottom: 4px;
}

.dataGridScroller td img[id^="NavRowExpand_ProjectsGrid"]{
    margin-bottom: 2px;
}

.dataGridScroller td img[id^="NavRowExpand_ProjectTemplatesGrid"],
.dataGridScroller td img[id^="NavRowExpand_TemplateGrids_Roles"],
.dataGridScroller td img[id^="NavRowExpand_PKG_XML_Software_Installed_GridSet"],
.dataGridScroller td img[id^="NavRowExpand_Settings_ClientGrid"],
.dataGridScroller td img[id^="NavRowExpand_NaveriskTicketsGrid"] {
    margin-bottom: 3px;
}

.dataGridScroller td span[id^="EditControls"] img{
    margin-top: 3px;
}

.dataGridScroller td input[id^="NavRowCheck_HomeTicketPanel"] {
    margin-top: 6px;
}

.dataGridScroller td input[id^="NavRowCheck_HomeTicketPanel"] + span img {
    margin-top: 4px;
}