/*
NOW Green #62d84e
NOW Blue #032d42
*/

html {
      overflow: auto;
    }


body {
  box-sizing: border-box;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.widgetContent {
  padding: 5px;
  border: solid #f1f1f1 2px;
  border-radius: 10px;
}

.widgetHeading {
  margin-bottom: 3px;
  color: #aaa;
  font-weight: bold;
}

.widget {
  padding-bottom: 10px;
}

.link {
text-decoration: none;
font-weight: bold;
color: #014c9a;
}

.link:hover {
color: #2b7dd3;
}

.linkBlock {
display: block;
margin-bottom: 5px;
text-decoration: none;
font-weight: bold;
color: #014c9a;
}

.linkBlock:hover {
color: #2b7dd3;
}


* { box-sizing: border-box;}

.center {
  text-align: center;
}

.imgDivider {
  border-left: 1px solid #c1c1c1;
  display: inline-block;
  height: 90%;
  margin-left: 16px;
  margin-right: 16px;
  vertical-align: top;
}

.imgActionButton {
  height: 32px;
  width: 32px;
}

.imgActionButtonSmall {
  height: 20px;
  width: 20px;
}

.formSection {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  /*display: none;*/
}

 form {
  display: grid; /* to use css-grid */
  grid-template-columns: 1fr 1fr; /* creates 2 columns */
  gap: 8px; /* creates a gap between the columns and rows */
}

/*form h2,
form h3,
form h4,
form p,
form button {
  grid-column: span 2;
}*/

.form-group {
  display: flex;
  flex-direction: column;
}

/* .buttonPrimary {
   width: 100%;
   background-color: black;
   padding: 6px 10px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #ccc;
   border-radius: 8px;
   box-sizing: border-box;
 }*/

 .buttonPrimary {
  width: 100%;
  background-color: #032d42;
  color: white;
  padding: 14px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

 .buttonPrimary:hover {
   background-color: #62d84e;
   transition: 0.3s;
   color: black;
 }

 input[type=text], select, input[type=color] {
   width: 100%;
   padding: 6px 10px;
   margin: 4px 0;
   display: inline-block;
   border: 1px solid #ccc;
   border-radius: 8px;
   box-sizing: border-box;
   margin-bottom: 10px;
 }

 select:has(> option[value="yes"]:checked) {
  border-left: solid #62D84E 15px;
}

select:has(> option[value="no"]:checked) {
 border-left: solid #b3b3b3 15px;
}

 input[type=color] {
   padding:0px;
 }


.collapsibleCollapsible {
  background-color: #032d42;
  color: white;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  margin: 2px 0;
  border: none;
  text-align: left;
  outline: none;
  border-radius: 4px;
}

.activeCollapsible, .collapsibleCollapsible:hover {
  /*background-color: #e2b615;*/
  background-color: #62d84e;
  transition: 0.3s;
  color: black;
}

.collapsibleCollapsible:after {
  content: '\25BC';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeCollapsible:after {
  content: "\25B2";
}

.contentCollapsible {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}





.collapsibleCollapsibleDiagnostic {
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  margin: 2px 0;
  border: none;
  text-align: left;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
}

.activeCollapsibleDiagnostic, .collapsibleCollapsibleDiagnostic:hover {
  /*background-color: #e2b615;*/
  background-color: #ccc;
  transition: 0.3s;
  color: black;
}

.collapsibleCollapsibleDiagnostic:after {
  content: '\25BC';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeCollapsibleDiagnostic:after {
  content: "\25B2";
}

.contentCollapsibleDiagnostic {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}





/*
.collapsibleCollapsibleThin {
  background-color: #f1f1f1;
  cursor: pointer;
  padding: 0px 20px;
  width: 100%;
  margin: 2px 0;
  border: none;
  text-align: left;
  outline: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
}

.activeCollapsibleThin, .collapsibleCollapsibleThin:hover {
  background-color: #ccc;
  transition: 0.3s;
  color: black;
}

.collapsibleCollapsibleThin:after {
  content: '\25BC';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeCollapsibleThin:after {
  content: "\25B2";
}

.contentCollapsibleThin {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

*/


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /*padding: 14px 16px;*/
  padding: 10px 10px;
  transition: 0.3s;
  width: 25%;
  /*font-size: 17px;*/
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px;*/
  /*border: 1px solid #ccc;*/
  border-top: none;
}


.tableBasicLayout {
  border-spacing: 0;
  width: 100%;
  border: none;
}
.tableRowBasic td{
  background-color: white;
  padding: 2px;
  font-size: 16px;
}

.tableRowBasicSmall td{
  background-color: white;
  padding: 2px;
  font-size: 12px;
}


table {
  /*originally these 3 lines without width commented out */
  border-spacing: 0;
  /*width: 100%;*/
  border: 1px solid #ddd;

  /* Added - needs testing on old tables
  https://stackoverflow.com/questions/5533636/add-a-horizontal-scrollbar-to-an-html-table
  Dibyodyuti Mondal
  */
  width: 0;
  min-width: 100%;
  /*display: block;
  overflow-x: auto;
  white-space: nowrap;*/
}

th {
  cursor: pointer;
  border-bottom: solid #032d42 2px;
}

.listItemEven {
	background-color: #ffffff;
}

.listItemOdd {
	background-color: #f1f1f1;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f1f1f1
}

tbody > tr:hover {
    background-color: #ccc;
}

/*tr:not(:first-child):hover {
    background-color: #ccc;
}*/

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #62d84e;
}

.nodeCheckbox{
  accent-color: #032d42 !important;
}

.uiSection {
  display: none;
}

.brParentItem {
	list-style-type: none;
      padding-inline-start: 70px;

}

.brListItemEven:hover {
    background-color: #ccc;
}

.brListItemOdd:hover {
    background-color: #ccc;
}

.brParentBox {
padding-left: 70px;
}

.brLine{
border-left: dashed #aaaaaa 1px;
}

.brListItemEven {
	background-color: #ffffff;
    padding: 10px;
}

.brListItemOdd {
	background-color: #f1f1f1;
    padding: 10px;
}

.brParentBegin {
border-radius: 0px 0px 0px 15px;
}

.brParentEnd {
border-radius: 15px 0px 0px 0px;
}

.brStart {
/*border-left: solid #66a8ee 10px;*/
border-left: solid #62D84E 20px;
}

.brSkip {
border-left: solid #b3b3b3 20px;
}


.brEnd {
/*border-left: solid #ecb264 10px;*/
border-left: solid #032D42 20px;

}


#businessRuleDebugHierarchy {
background-color:white;
padding:10px;
}

.brSpan {
padding-left: 10px;
padding-right: 10px;
}

.brLink {
text-decoration: none;
font-weight: bold;
color: #014c9a;
}

.brLink:hover {
color: #2b7dd3;
}

.brPaddingBreak{
padding-top: 10px;
}

.brFieldChangesZone {
padding-left: 50px;
}

.spaced {
  padding: 3px;
  padding-right: 25px;
}

.textInputPref {
  width: 300px;
  padding: 5px 5px;
  margin: 0px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


.buttonNavigator {
   width: 100%;
   background-color: #032d42;
   color: white;
   padding: 10px 20px;
   margin: 4px 0;
   border: none;
   border-radius: 8px;
   cursor: pointer;
}

.buttonNavigator:hover {
  background-color: #62d84e;
  transition: 0.3s;
  color: black;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#navigationSearchInput {
   width: 100%;
   background-color: #032d42;
   color: white;
   padding: 10px 20px;
   margin: 4px 0;
   border: none;
   border-radius: 8px;
   cursor: pointer;
}

#navigationSearchInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
  width: 240px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  /*background-color: #032d42;*/
  min-width: 240px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 20;
}

.dropdown-contentMoreActions {
  display: none;
  position: absolute;
  top: 32;
  right: 0;
  background-color: #f6f6f6;
  /*background-color: #032d42;*/
  min-width: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 20;
}

.dropdown-contentMoreActions a {
  color: black;
  /*padding: 12px 16px;*/
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-contentMoreActions a:hover {background-color: #ddd;}





.dropdown-contentHeaderSearch {
  display: none;
  position: absolute;
  top: 32;
  left: 245px;
  background-color: #f6f6f6;
  /*background-color: #032d42;*/
  min-width: 260px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 20;
}

.dropdown-contentHeaderSearch a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentHeaderSearch a:hover {background-color: #ddd;}




.dropdown-contentHeaderSearchHints {
  display: none;
  position: absolute;
  top: 32;
  left: 80px;
  background-color: #f6f6f6;
  /*background-color: #032d42;*/
  max-width: 180px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 20;
}

.dropdown-contentHeaderSearchHints a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentHeaderSearchHints a:hover {background-color: #ddd;}




.dropdown-contentHeaderSearchTables {
  display: none;
  position: absolute;
  top: 32;
  left: 515px;
  background-color: #f6f6f6;
  /*background-color: #032d42;*/
  min-width: 230px;
  max-width: 230px;

  overflow: auto;
  border: 1px solid #ddd;
  z-index: 20;
}

.dropdown-contentHeaderSearchTables a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentHeaderSearchTables a:hover {background-color: #ddd;}




.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}






.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltipFirst {
  margin-left: 8px;
}

.tooltipLast {
  margin-right: 8px;
  float: right;
  height:32px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #032d42;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -24px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptextRight {
  visibility: hidden;
  width: 120px;
  background-color: #032d42;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -96px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #032d42 transparent;
}

.tooltip .tooltiptextRight::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #032d42 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip:hover .tooltiptextRight {
  visibility: visible;
  opacity: 1;
}

.stickyFeedback {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  z-index: -1;
  /*background-color: #cae8ca;
  border-top: 5px solid #4CAF50;*/
  opacity: 0;
  transition: opacity 0.6s;
}

.stickyFeedbackSuccess{
  background-color: lightgreen;
  border-top: 5px solid #4bcf4b;
}

.stickyFeedbackFail{
  background-color: tomato;
  border-top: 5px solid #d53417;
}

.stickyFeedbackWarning{
  background-color: orange;
  border-top: 5px solid #d88c00;
}

.stickyFeedbackEnabled {
  opacity: 1;
  z-index: 2;
}












#dialogOverlay{
	display:none;
	background-color:#ffffff;
	opacity:0.7;
	width:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:10;
}
#dialogBox{
	display:none;
	position:fixed;
	background:#ffffff;
	width:700px;
	z-index:10;
	border-radius:8px;
  border: solid #032d42 5px;
}
#dialogBox div{background:#ffffff; margin:8px;}
#dialogBoxHead{
  font-size:20px;
  padding:10px;
  font-weight: bold;
}
#dialogBoxBodyMessage{
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.dialogBoxBody{
  padding-left: 10px;
  padding-right: 10px;
}

#dialogBoxFoot{
  padding:10px;
  text-align: right;
}

.inputTextAreaPrompt {
  resize: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius:8px;
  border: solid #032d42 2px;
}

.inputTextAreaPromptNoColorBorder {
  resize: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius:8px;
}

.inputTextPrompt {
  font-size: 14px;
  width: 100%;
  /*padding-left: 10px;
  padding-right: 10px;*/
  padding: 5px;
  border-radius:8px;
  border: solid #032d42 2px;
}

.labelTextPrompt {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 5px;
  float: left;
}

.spanTextPrompt {
  overflow: hidden;
    display: block;
}



/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  height: Calc(100vh - 180px);
}

.left {
  width: 50%;
}

.right {
  border-left: solid black 1px;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.selectBoxFilter {
  margin-bottom: 20px;
}

.labelBold {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
}

.scrollNoHeader1 {
  overflow-y: scroll;
  height: Calc(100vh - 180px);
}







.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.resourceLink {
  text-decoration: none;
  font-weight: bold;
  color: #014c9a;
  display: block;
  font-size: 14px;
  padding-top: 10px;
}

.resourceLink:hover {
  color: #2b7dd3;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
}

.customConfigDiv {
  overflow-x: auto;
}

.portalConfigDiv {
  overflow-x: auto;
}

.linkLargeBlock {
text-decoration: none;
font-weight: bold;
color: #014c9a;
display: block;
font-size: 14px;
padding-top: 10px;
}

.linkLargeBlock:hover {
color: #2b7dd3;
}

.linkLargeInline {
text-decoration: none;
font-weight: bold;
color: #014c9a;
display: inline;
font-size: 14px;
cursor: pointer;
}

.linkLargeInline:hover {
color: #2b7dd3;
}

.textLargeInline {
font-weight: bold;
display: inline;
font-size: 14px;
}

.codeSearchLeftNavSelected {
  color: black;
  background-color: #62d84e;
}

.codeDiv {
  background-color: #f1f1f1;
  width: 100%;
  overflow-x: scroll;
  padding-left: 7px;
  padding-right: 7px;
}

.wordWrapBreak {
  word-wrap: break-word;
  max-width: 250px;
}

.wordWrapBreakExtra {
  word-wrap: break-word;
  max-width: 270px;
}

.quickLinksButton {
  width: 100%;
  background-color: #032d42;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
}

.quickLinksButton:hover {
  background-color: #62d84e;
  transition: 0.3s;
  color: black;
}

.quickLinksSelectButton:hover {
  background-color: #62d84e;
  transition: 0.3s;
  color: black;
}
/*#box{position:absolute; left:360px; top:180px;}*/

.quickLinksSelectButton {

  width: 100%;
  background-color: #032d42;
  color: white;
  padding-top: 4px;
  padding-bottom: 4.5px;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
  box-sizing: border-box;
  margin-bottom: 0px;
  text-align-last: center;

  /*width: 100%;
  padding: 6px 10px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;*/
}

.TTTest {
  background-color: #F2F2F2;
  border-radius: 25px;
  padding: 8px;
  margin-bottom: 30px;
  border: solid black 1px;
}

.testLi {
  margin-bottom: 10px;
  margin-top: 10px;
}

::highlight(search-results) {
  background-color: #62d84e;
  color: black;
}
