.GTListBoxDataTable .filterWrapperOnTop {
    padding-bottom: 5px;
}

.pageMessageDisplayArea {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.fragment-configuration-error, .fragment-runtime-error, .info-message {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding: 15px 15px 15px 55px;
    word-wrap: break-word;
    text-shadow: none;
}

.fragment-configuration-error {
    color: #9F6000;
    background: #FEEFB3 url('../images/fragment_configuration_error.png') no-repeat 10px center;
}

.fragment-runtime-error {
    background: #FFBABA url('../images/fragment_runtime_error.png') no-repeat 10px center;
    color: #D8000C;
}

.info-message {
    background: #B5E0FF url('../images/info_message.png') no-repeat 10px center;
}

.GTNone {
	display:none;
}

.GTWebAsImageTable {
  text-align: center; 
  top: 0px; 
  position: absolute;
}

.GTTextFieldIEU {
  width:0px;
  height:0px;
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
}

.container-expanded a {
    background: url("/webclient/themes/nutmeg/images/baseComponents/collapsible/sciboodleContextExpanded16x16.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    color: #000000;
    padding-left: 15px;
    text-decoration: none;
}
.container-collapsed a {
    background: url("/webclient/themes/nutmeg/images/baseComponents/collapsible/sciboodleContextCollapsed16x16.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    color: #000000;
    outline: medium none;
    padding-left: 15px;
    text-decoration: none;
}
.container-collapsed a:hover, .container-collapsed a:focus {
    color: #000000;
    text-decoration: underline;
	outline: none;
}
.container-expanded a:hover, .container-expanded a:focus {
    color: #000000;
    text-decoration: underline;
	outline: none;
}
.expandable-content {
    margin-left: 15px;
}
.container-expanded {
    padding-bottom: 10px;
    padding-top: 10px;
}
.container-collapsed {
    padding-bottom: 10px;
    padding-top: 10px;
}

.KExpandableHeader {
    padding: 7px 0;
}
.KExpandableHeader a {
    display: block;
    font-weight: bold;
    padding: 0 20px 0 0;
}
.KExpandableHeader.container-collapsed a {
    background: url("/webclient/themes/nutmeg/images/knowledgeBase/KMExpandable/iconKMExpandableExpand.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.KExpandableHeader.container-expanded a {
    background: url("/webclient/themes/nutmeg/images/knowledgeBase/KMExpandable/iconKMExpandableCollapse.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.KExpandableContent {
    padding: 0 0 7px;
}

.KExpandable .PageSetTextInputSmallTextLabel {
    margin: 0 0 0 15px;
}

 /** Global **/
body {
    font: 12px/18px 'OpenSans',Arial,sans-serif;
}

.KHeader1, h1{
    font-size: 18px;
    line-height: 19px;
    overflow: hidden;
    padding: 6px 0 12px 0;
 }

.GTImageButton {
    border: 0;
    padding: 0;
    color: black;
    display: inline-block;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.GTFill {
    width: 100%;
    height: 100%;
    white-space: normal;
}

.GTDateInput input.GTFillHorizontalF,
.GTFillHorizontalF {
    height: auto;
    width: auto;
}

.GTFillHorizontal{
	width: 100%;
}

.GTDisplayI{
	display: inline-block;
}

.GTFR {
	float: right;
}

.GTFL {
	float: left;
}

.GTOverflowYA {
	overflow-y: auto;
}

.GTFormParagraph.information-text {
    font-style: italic;
    white-space: normal;
}

.blockOuterSpacingBottom, .verticalComponentSpacing {
    padding-bottom: 6px;
}

.horizontalComponentSpacing {
    padding-right: 6px;
}

 /** Core Form Input **/
.xui-selectinput, .GTOptionMenu {
    line-height: 22px;
    height: 24px!important;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    border: 1px solid black;
}

.ui-autocomplete-input,
.uploadFormContainer .uploadFile,
.xui-textinput,
.xui-selectinput,
.GTTimeInputField,
.GTOptionMenu,
.GTDateInput>.GTDateField,
.notes-textcontainter {
    font-family: 'OpenSans',Arial,sans-serif;
    font-size: 12px;
    height: 24px!important;
    padding: 3px 0 2px 0;
    line-height: 12px;
    box-sizing: border-box;
    border-radius: 3px;
}

/** Read Only Input **/
.GTTextField[disabled="true"],
.GTTimeInputFieldUnit[disabled="true"],
.GTTextField.read-only,
.GTTextField[readonly] {
    background-color: #e8e8e8;
    border-color: grey;
    line-height: 11px;
}

.GTWebLink {
	display: block;
}

/** Table **/
.GTListBoxDataTable a:link,
.GTListBoxDataTable a:visited,
.GTListBoxDataTable a:hover {
    color: black;
    text-decoration: none;
}

/** PopUps **/
#popups .yui-panel .hd,
.uploadFormContainer span.uploadHeader {
    line-height: 32px;
    height: 32px;
    font-size: 14px!important;
    padding: 0 0 0 6px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid black;
    color: black;
    margin: 0;
    display: block;
    font-weight: normal;
}