html {
  scroll-behavior: smooth;
  height: 100%;
  box-sizing: border-box; 
}

.container {
  padding: 3rem 0rem;
}

h4 {
  margin: 2rem 0rem 1rem;
}
.form-group {
  position: relative;
}

.hide {
	display: none !important;
}

.charCounter {
	background: none;
	border: none;
	text-align: right;
	margin-top: 0px;
}

.countsChars {
	margin-bottom: 0px !important;
}

.charsRemaining {
	color: #7e7f7f;
}

#siteTitle {
	background-color: #58a1b8;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Georgia,Times,Times New Roman,serif;
}

h2, h3 {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 300%;
	color: #58a1b8;
}

.gradient {
	margin-bottom: 0px;
	padding-bottom: 0px;
	opacity: 0.8;
}

.programGitHubRepoLink {
	width: 100%;
	height: 100%;
	min-height: 230px;
	background-color: #868e96;
	color: white;
	font-weight: bold;
}

body {
	position: relative;
	padding-top: 80px;
	min-height: 100%;
	margin: 0px;
}

.nopadding{
    margin:0 !important;
    padding:0 !important;    
}

#topButton {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 23px;
    border: none;
    outline: none;
    background-color: #660000;
    color: white;
    cursor: pointer;
    padding: 4px 10px 10px 10px;
    border-radius: 24px;
}

#theme {
	width: 130px;
	position:absolute;
	right: 30px;
	top: 10px;
}

#topButton:hover {
    background-color: #843232;
}

.ATOZ {
	background: url("../assets/black-arrow-up.svg") no-repeat right top;
	background-size: 12px;
	
}

.ZTOA {
	background: url("../assets/black-arrow-down.svg") no-repeat right bottom;
	background-size: 12px;
}

#inputFilterPlaceholderTable {
	background-image: url('../assets/searchicon.png');
	background-size: 30px;
	background-position: 5px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd; 
	margin-bottom: 12px;
	margin-top: 20px;
}

#placeholderTableErrorMsg {
	padding-top: 20px;
	display: none;
	color: #FF003C;
	text-align: center;
	font-size: 20px;
}

#pswdToggle {
  color: rgba(0,0,0,0);
  background: url(../assets/eye-password-show.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

#pswdToggle.hidePasswordButton {
  background: url(../assets/eye-password-hide.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bd-heading a::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%25230d6efd' viewBox='0 0 16 16'%3E%3Cpath d='M4 1h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1H2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M2 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2z'/%3E%3Cpath fill-rule='evenodd' d='M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
}

.bd-heading + div > * + * {
  margin-top: 3rem;
}

/* Table of contents */
.bd-aside a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: .3125rem;
  /*color: rgba(0, 0, 0, .65);*/
  text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
  /*color: rgba(0, 0, 0, .85);*/
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .active {
  font-weight: 600;
  /*color: rgba(0, 0, 0, .85);*/
}

.bd-aside .btn {
  padding: .25rem .5rem;
  font-weight: 600;
  /*color: rgba(0, 0, 0, .65);*/
  border: 0;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
  /*color: rgba(0, 0, 0, .85);*/
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, .7);
}

.bd-aside .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.bd-aside .btn[aria-expanded="true"]::before {
  transform: rotate(90deg);
}


/* Examples */
#testID {
  background: url('https://dakg4cmpuclai.cloudfront.net/zsbyi0p0a3e4r7nxm9ber61ss/aHR0cHM6Ly9kYW5pZWxhbW9yZW5vNTc3NS5naXRodWIuaW8v/img.gif') !important;
  display: hidden;
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

[id="modal"] .bd-example .btn,
[id="buttons"] .bd-example .btn,
[id="tooltips"] .bd-example .btn,
[id="popovers"] .bd-example .btn,
[id="dropdowns"] .bd-example .btn-group,
[id="dropdowns"] .bd-example .dropdown,
[id="dropdowns"] .bd-example .dropup,
[id="dropdowns"] .bd-example .dropend,
[id="dropdowns"] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}

/* Layout */
@media (min-width: 1200px) {
  body {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }

  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1 / span 3;
  }

  .bd-aside,
  .bd-cheatsheet {
    padding-top: 4rem;
    
  }
  .bd-cheatsheet,
  .bd-cheatsheet section,
  .bd-cheatsheet article {
    display: inherit;
    gap: inherit; 
    grid-template-columns: 1fr 4fr;
    grid-column: 1 / span 2;
    grid-template-rows: auto;
  }

  .bd-aside {
    grid-area: 1 / 3;
    scroll-margin-top: 4rem;
  }

  .bd-cheatsheet section,
  .bd-cheatsheet section > h2 {
    top: 2rem;
    scroll-margin-top: 2rem;
  }

  .bd-cheatsheet section > h2::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
  }

  .bd-cheatsheet article,
  .bd-cheatsheet .bd-heading {
    top: 8rem;
    scroll-margin-top: 8rem;
  }

  .bd-cheatsheet .bd-heading {
    z-index: 1;
  }
}

.topbarLink {
  color: #58a1b8;
  text-decoration: none;
  font-family: Georgia,Times,Times New Roman,serif;
}