﻿#formMain
{
	min-height: 500px;
}


.gdsError{
	background-color: #FF7979;
}


.gdsSuccess
{
	background-color: #B6DB49;
}


.gdsWarning
{
	background-color: #FFD060;
}


.gdsInfo
{
	background-color: #6DCAEC;
}

.gdsStandard
{
	background-color: #c7c7c7;
}



.dashRed
{
	color: #FF7979;
}

.dashGreen
{
	color: #B6DB49;
}


.detailNoEdit
{
	background-color: #e9e8e8;
}


th.header { 
	cursor: pointer;
    border-right: 1px solid #EDEDED; 
} 

th.headerSortUp { 
    background-color: #c7c7c7; 
} 

th.headerSortDown { 
    background-color: #c7c7c7; 
}


.ui-table-columntoggle-btn {
	float: right;
	margin-bottom: .8em;
	padding: 0px 5px 5px 5px;
	background-color: #c7c7c7;
	/*font-size: 16px;*/
}

.ui-table-columntoggle-popup fieldset {
	margin:52px 0px 0px 0px;
}


.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
