html {
    height:100%;
    margin:0;
}

body {
    height: 100%;
    margin: 0;

    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: black;
    background-color: #F8F8F8;
    line-height: 20px;
    position: relative;
}

.igdt_NodeHolder > img {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.igdt_NodeHolder > img:hover {

}

.igdt_NodeSelected {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    background-color: #107693 !important;
    font-weight: bolder !important;
    font-size: 18px !important;
}

#page {
    min-height: 100%;
    margin-bottom: -40px;
    /*padding-bottom:6em;*/
}
.footer-push {
    height: 40px;
}
.footer {
    height:40px;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.vertical-Text {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg) translate(-150px, 0); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg) translate(-150px, 0); /* IE9+ */
    -o-transform: rotate(-90.0deg) translate(-150px, 0); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg) translate(-150px, 0); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg) translate(-150px, 0); /* Standard */
}

.clsEQMTitle {
    font-style: italic;
    padding-left: 20px;
    position: relative;
    top: 10px;
    font-weight: bold;
    font-style: italic;
    color:white;
}

.btn-nqa {
    color: #107693;
}

.modal {
    margin-top:75px;
}
.ListPart_label {
    font-weight:bold;
    font-size:12px;
}
.ListPart_addBtn {

}

.RepeaterGroupComponent_EditBtn {

}

.BasicGroupComponent_EditBtn {

}
.EventSheetAddButton {

}

#main {
  background-color: whitesmoke;
}
#treeView {
    border-collapse: collapse;
    border: none;
    background-color: #107693;
    color: white;

    max-width: 300px;
    border-bottom-right-radius: 25px;
}
#treeView a,
#treeView a:link,
#treeView a:visited {
  color: white;
  font-size: 13px;
}


table.ActionableList > thead > tr > th {
    text-align:center;
}














.igtab_THText {
    font-weight: 600;
}

.GscCombo {
    overflow: visible;
    position: relative;
    height: 1ex;
}
.GscComboDropDown {
  overflow: auto;
  z-index: 1;
  left: 0px;
  visibility: hidden;
  position: absolute;
  top: 21px;
}
.SearchSelectDropDown {
  border: black 0.1em solid;
  overflow: auto;
  white-space: nowrap;
  display: none;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  list-style-type: none;
}
.SearchSelectDropDown ul {
  margin-left: 0px;
}
.SearchSelectMessage {
  font-size: xx-small;
  display: none;
}
.SearchSelectListItemHighlight,
.SearchSelectListItem {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.clsProcessImprovementRow {
  width: 60em;
  margin-bottom: 0.5em;
  clear: both;
}
.clsProcessImprovementLabelColumn {
  text-align: right;
  width: 10em;
  float: left;
  margin-right: 1em;
}
.clsProcessImprovementsTextColumn {
  width: 42em;
  float: left;
}
.clsProcessImprovementsDataColumn {
  width: 15em;
  float: left;
}
.clsProcessImprovementErrorMsg {
  color: yellow;
  margin-top: .1em;
  margin-left: 11em;
}
.clsTextBox {
  width: 100%;
}
.relative {
  position: relative;
  left: 0;
  right: 0;
}
.inline {
  display: inline-block;
}
.row-abs,
.col-abs {
  position: absolute;
  overflow: hidden;
}
.row-abs {
  left: 0;
  right: 0;
}
.col-abs {
  top: 0;
  bottom: 0;
}
.scroll-y {
  overflow-y: auto;
}
.scroll-x {
  overflow-x: auto;
}
.single-line {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 18px;
}
.command-tray {
  text-align: center;
}
.left {
  float: left;
}
.section-text {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 60px;
  margin-right: 60px;
}
div.text-box {
  border: 1px solid;
  padding: 18px;
  height: 90px;
  width: 80%;
  overflow-y: auto;
  overflow-x: auto;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
  cursor: pointer;
}
/* Fix for IE 6: */

*html .fileinput-button {
  line-height: 22px;
  margin: 1px -3px 0 0;
}
/* Fix for IE 7: */

* + html .fileinput-button {
  margin: 1px 0 0 0;
}
.inline-control-group {
  display: block;
}
.inline-control-group input,
.inline-control-group select,
.inline-control-group button,
.inline-control-group label {
  display: inline-block;
  margin-right: 4px;
}
.small-textarea {
  height: 5em;
}

a:link,
a:visited {
  color: black;
  font-weight: bold;
}
a:visited {
  color: black;
}
a:link {
  cursor: pointer;
}
/*#page {
  background-color: #107693;
}*/
/*#header {
  color: white;
  background-color: #107693;
  font-weight: bold;
  font-style: italic;
  padding: 6px;
}*/

.clsEqmHeaderRightImage {
  margin-top: 2px;
  height: 45px;
}
/* EQM Page header logoff link button */

.clsEqmTitleLogoff:link,
.clsEQMTitleLogoff:visited {
  color: white;
  position: relative;
  bottom: 10px;
  padding-right: 20px;
  font-weight: bold;
  padding-left: 20px;
}


/*
	* Navigation
	*/

/*
	*  Menu
	*/

.clsMenuBarDisabled {
  color: Gray;
}
.clsItemMenuBar {
    /*background-color: #107693;*/
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.clsItemMenuBar a,
.clsItemMenuBar a:link,
.clsItemMenuBar a:visited {
  color: white;
}
.clsItemMenuBarHover {
    color: blue;
    font-weight: bold;
    cursor: pointer;
}
.clsItemSubMenu {
  color: red;
}
/*End Menu */

/*
	*  TreeView
	*/

.clsTreeViewSelected {
  background-color: whitesmoke;
}
.clsTreeViewHover {
  color: #ed8113;
  cursor: pointer;
  /* setting pointer, then hand allows getting the "hand" cursor in NS6.x (which knows 'pointer' but not 'hand') as well as IE5.x (which knows 'hand' but not 'pointer') */

}
.clsTreeView {
  color: white;
  overflow: hidden !important;
}
/********************************* End of Navigation ************************************/

/* General Field Visible State */

.disabled {
  background: thistle;
}
/*GscCombo Styles */

.GscComboBackground,
.GscComboDropDown {
  background-color: white;
}
.GscComboDropDown {
  border: black 1px solid;
  padding: 2px;
}
.GscComboHighlight {
  background-color: black;
  color: white;
}
/* Search Select styles */

.SearchSelectListItem,
.SearchSelectDropDown,
.SearchSelectTextBox {
  background-color: white;
}
.SearchSelectListItem {
  background-color: white;
}
.SearchSelectListItemHighlight {
  background-color: black;
  color: white;
}
/* Browser Styles */

.clsBrowserColHeader,
.clsBrowserItem,
.clsBrowserAlternatingItem {
  color: black;
}
.clsBrowserColHeader a,
.clsBrowserItem a,
.clsBrowserAlternatingItem a {
  color: black;
}
.clsBrowserColHeader {
  font-weight: bold;
  color: white;
  background-color: #107693;
  text-align: left;
  border-bottom-color: #d6d6b6;
}
.clsBrowserColHeader a {
  color: white;
}
.clsBrowserItem,
.clsBrowserAlternatingItem {
  border: solid 1px;
  border-right: #c4c6a4 1px solid;
  border-bottom: #c4c6a4 1px solid;
}
.clsBrowserAlternatingItem {
  background-color: gainsboro;
}
/*End Of Browser Styles */

/* EqmTabControl */

.clsTabSelected,
.clsTabUnselected,
.clsTabHover {
  text-align: left;
}
.clsTabUnselected {
  background-color: #107693;
  color: white;
}
.clsTabSelected,
.clsTabHover {
  color: black;
}
.clsTabHover {
  background-color: #72d2ed;
}
#nodule-child-list {
  list-style-type: none;
}
#nodule-child-list .module-description {
  margin-left: 36px;
  margin-right: 36px;
  text-indent: 18px;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  z-index: 1000;
  background-color: lightgray;
  display: none;
  opacity: .8;
}
.no-fouc {
  display: none;
}
.overlay-content {
  width: 300px;
  background-color: whitesmoke;
  border: 1px solid black;
  padding: 0px;
}
#detailView {
  margin-bottom: 18px;
}
/*NCR Editor and Review overlay styles */

.submission-item textarea {
  width: 90%;
  height: 10em;
}
#se_header {
  top: 0px;
  height: 108px;
}
#submission_body {
  top: 110px;
  bottom: 30px;
  padding: 9px;
  margin: 9px;
}
.submission-item {
  margin-top: 9px;
}
.submission-item textarea {
  height: 5em;
  width: 90%;
}
#submission-buttons {
  border-top: 1px solid black;
  text-align: center;
  vertical-align: middle;
  bottom: 0px;
  height: 27px;
  margin-top: 9px;
}
/*NCR List Styles */

.collection {
  list-style: none;
}
.collection > li {
  margin-bottom: 9px;
  margin-right: 18px;
  margin-left: 18px;
  border-bottom: 1px solid;
  padding-bottom: 9px;
}
.collection > li div.detail {
  margin-left: 36px;
  padding-bottom: 9px;
  background-color: white;
}
/*NCR Display Styles */

.submission-step-col {
  min-width: 32px;
}
.submission-rejected,
.submission-accepted {
  text-indent: 0px;
}
.submission-accepted {
  background: url('/Images/greencheckmark16.gif') no-repeat top center;
}
.submission-rejected {
  background: url('/Images/red-x.gif') no-repeat top center;
}
table.submission-tracking {
  border: 2px solid;
  margin-left: 18px;
  margin-right: 18px;
}
table.submission-tracking th {
  width: 162px;
}
table.submission-tracking th[scope=col] {
  border-bottom: 1px solid;
}
table.submission-tracking th + th[scope=col],
table.submission-tracking td {
  width: 81px;
}
table.submission-tracking th[scope=row] {
  text-align: left;
  border-right: 1px solid;
}
table.submission-tracking td {
  text-align: center;
}
a.toggle {
  display: inline-block;
  text-indent: -9999px;
}
a.icon {
  display: inline-block;
  text-indent: -9999px;
}
div.tracking-table {
  border: 2px solid;
  width: 700px;
  margin: auto;
}
div.tracking-table .trow.header {
  border-bottom: 2px solid;
}
div.tracking-table .trow.header .tcol {
  font-weight: bold;
  vertical-align: middle;
}
div.tracking-table .trow.header .row-label {
  vertical-align: middle;
}
div.tracking-table .tcol,
div.tracking-table .row-label {
  display: inline-block;
}
div.tracking-table .tcol {
  width: 80px;
  text-align: center;
}
div.tracking-table .row-label {
  width: 200px;
  font-weight: bold;
  text-align: left;
  padding-left: .5em;
}
div.tracking-table div.detail {
  padding: 18px;
  margin: 0px;
  border-top: 1px solid;
}
div.tracking-table li {
  border-bottom: 1px solid;
}
li.available-auditor {
  margin-top: 9px;
  margin-bottom: 9px;
  border-radius: 6px;
  border: 1px solid black;
  padding: 4px;
  font-size: 80%;
  background-color: gainsboro;
}
li.available-auditor .name-header {
  font-size: 100%;
  font-style: italic;
}
li.available-auditor div.detail {
  margin-left: 20px;
}
li.available-auditor label {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
}
li.available-auditor .auditorName {
  font-size: 110%;
  color: darkblue;
}
li.available-auditor .auditorName .match {
  font-weight: 900;
}
#team-select-dialog {
  position: relative;
}
#auditorSearchPanel {
  top: 0px;
  height: 40px;
}
#AvailableAuditorsList {
  top: 40px;
  bottom: 0px;
  overflow-y: auto;
}
.input-xsmall {
  width: 50px;
}
.unit {
  font-size: 80%;
}
/*
* Add Application instance styling here this file will override anything in the base styles therefore
* all changes should be made here
*
*/

select {
  display: block;
  width: 220px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.alert {
    padding: 5px !important;
    margin-bottom: 5px !important;
}
