.fieldcontain {
    font-size: 0.8em;
}

#filterSetOne .fieldcontain label {
    width: 20%;
}

#title {
    margin: 0.9em;
    margin-left: 0px;
    font-weight: bold;
    font-size: 2em;
}

#gsalogo {
    float: left;
}

br.clear {
    clear: both;
}

.smallFont {
    font-size: 0.75em;
}

.groupSelection {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -0.5em;
}

.section {
    border: 1px solid black;
    border-radius: 6px;
    overflow: auto;
    padding: 0.5em;
}

/** --
#groupable {
    padding: 0.5em;
    float: left;
    margin: 10px 10px 10px 10px;
    width: 30%;
}
-- **/

/** --
#rowGrouping {
    width: 50%;
    height: 90px;
    padding: 0.5em;
    float: right;
    margin-right: 10px;

}

-- **/

#rowGrouping {
    height: 90px;
    margin-top: 10px;
}

/** --
#colGrouping {
    width: 55%;
    height: 100px;
    padding: 0.5em;
    float: right;
    margin-top: 10px;
    margin-bottom:10px;
    margin-right: 10px;
    margin-left: 10px;
}

-- **/

#colGrouping {
    height: 120px;
    margin-top: 10px;
    margin-bottom:10px;
}

#priceFilter {
    padding: 0;
    padding-bottom: 10px;
}

#priceAttribute {
    list-style-type: none;
}

#priceAttribute li {
    margin: 3px 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 0.75em;
    height: 10px;
}


.group {
    border: 1px solid #000000;
}

#rowGrouping .group {
    width: 100%;
    height: 25%;
}

#colGrouping .group {
    width: 100%;
    height: 25%;
    float: left;
}

#colGrouping .group#colGroupingThirdLevel {
    height: 32%;
}

#colGrouping .group .level0 {
    width: 100%;
    height: 100%;
    position: relative;
}

#colGrouping .group .level1 {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

#colGrouping .group .level2 {
    width: 24.75%;
    height: 100%;
    float: left;
    position: relative;
}

.right_border{
    border-right: 1px solid #000000;
}

#rowGrouping .group#rowGroupingFirstLevel{
    width: 100%;
    float: right;
    position: relative;
}

#rowGrouping .group#rowGroupingSecondLevel{
    width: 90%;
    float: right;
    position: relative;
    border-top: 0px;
}

#rowGrouping .group#rowGroupingThirdLevel{
    width: 80%;
    float: right;
    position: relative;
    border-top: 0px;
}

#colGrouping .group#colGroupingSecondLevel{
    border-top: 0px;
}

#colGrouping .group#colGroupingThirdLevel{
    border-top: 0px;
}

button.ui-multiselect{
    font-weight: normal;
    font-size: 1em;
}

div.ui-multiselect-menu{
    font-weight: normal;
    font-size: 0.8em;
}

div#dataTable{
    margin-top: 5px;
}

.hidden{
    display: none
}

/**********************************************/
table.pretty {
    clear: both;
}

/* Self clearing - */
/*
div.dataTables_wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .dataTables_wrapper { display: block; }
* html .dataTables_wrapper { height: 1%; }

*/

table.pretty {
    width: 100%;
    clear: both;
}


/*
Header/Toolbar - Border Color
*/
table.pretty td {
    padding: 5px;
    font-size: 0.9em;
    font-family: Segoe UI, Arial, sans-serif;
    border: 1px solid #494437;
}

table.pretty th {
    padding: 5px;
    font-size: 0.9em;
    font-family: Segoe UI, Arial, sans-serif;
    border: 1px solid #282e8c;
}

/* Header cells */
table.pretty thead th {
    text-align: center;
    vertical-align: middle;
    background: #676e9a;
    color: #ffffff;
}


/* Body cells */
/* Header toolbar - Background color */
table.pretty tbody th {
    text-align: center;
    background: #676e9a;
    color: #ffffff;
}

/* Clickable: Highlight - background colr*/
table.pretty tbody td {
    text-align: center;
    background: #f3f3ff;
}

/* Clickable: content - Background color*/
table.pretty tbody tr.odd td {
    background: #d0d8ef;
}

table.pretty .group{
    text-align: left;
}

table.pretty .subgroup{
    text-align: left;
}

#tableIdentifier{
    text-align: left;
    color: #d0d8ef;
}

/** Spinner **/
#excelSpinner {
    display: none;
    background: url(../images/spinner159.gif) 50% 50% no-repeat transparent;
    height:64px;
    width: 64px;
    padding: 0.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    text-indent: -9999px;
}

#excelProgressbar {
    display: none;
    padding: 0.25em;
    position: absolute;
    top: 92%;
    width: 90%;
    height: 8px;
    font-size: 1px;
    margin-top: -4px;
    text-indent: -9999px;
}

.excelDialog{
    display: none;
    font-size: 0.75em;
}

.excelErrorDialog{
    display: none;
    font-size: 0.75em;
}

/* Help */
.help {
    display: none;
}

.help h1{
	font-size: 0.95em;
	color: #008080
}

.help h2{
	font-size: 0.75em;
}

.help ul li{
	font-size: 0.75em;
}

.showOnTop {
    z-index:10;
}

caption{
    text-align: left;
    font-size: 0.9em;
    padding:5px;
    font-family: Segoe UI, Arial, sans-serif;
}

#banner-heading {
    float: left;
    margin-left:0px;
}

div#main-help.buttons {
    float: right;
    margin-right: 1em;
    background-color: transparent;
    padding:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

div#main-help a{
    margin: 0em;
    cursor: help;
}

.buttons .mainHelp{
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
    font-size: 1.1em;
    background-image:  url(../images/help.png);
}

#filterHelpBtn {
    float:right;
    vertical-align:middle;
    background-image: url(../images/helpText.png) 50% 50% no-repeat transparent;
    margin:3px;
}


#resetLayoutBtns {
    margin-top: 10px;
}

#updateLayoutBtns {
    margin-top: 10px;
}

input#resetLayout {
    margin-left: 40px;
}

input#updateLayout {
    margin-left: 40px;
}


input[id$="HelpBtn"] {
    cursor: help;
    border:0;
    float:right;
    vertical-align:middle;
    background: url(../images/helpText.png) 50% 50% no-repeat transparent;
    /*padding: 0.2em 0.4em;*/
    border-radius: 0;
}

input[id$="HelpBtn"]:hover {
    border: 1px solid #f00;
    background-color: #CCCCCC;
}

input[type="button"][id$="SortOrder"] {
    cursor: pointer;
    border:0;
    background-color:transparent;
}

input[type="button"][id$="SortOrder"]:hover {
    border: 1px solid #f00;
}

#skipcontent {
    position: absolute;
    left: -999em;
}

.hiddenLabel {
    font-size:0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    float:left;
}

.help-icon {
	height: 28px;
	width: 28px;
}