/* https://codepen.io/moklick/pen/nPZKXM ================ */
.area {
  text-align: center;
  font-size: calc(2rem + 1vw);
  /* color: white; */
  letter-spacing: 20px;
  font-weight: 1000;
  text-transform: uppercase;
  /* animation: blur 3s ease-out infinite; */
  /* text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff; */
  text-shadow: 0px 0px 5px #fff, 0px -10px 100px #00295c;
}
@media (max-width: 576px) {
  .area {
    letter-spacing: 3px;
  }
}
.area a {
  color: white;
  text-decoration: none;
}
.area a:hover {
  color: white;
  text-shadow: 0px 0px 5px green, 0px -10px 100px #00295c;
}
@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}
/* https://codepen.io/moklick/pen/nPZKXM ================ */

#header {
  position: sticky;
  top: 0;
  z-index: 11;
}

.header-menu-item {
  padding: 2px 12px 2px 12px;
}
.header-menu-item:hover {
  background-color: #1a4861;
}
.header-menu-current {
  padding: 0 12px 0 12px;
  color: #274E67;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
  border-radius: 50rem!important;
  cursor: default;
}
@media (max-width: 576px) {
  .justify-content-start.container-fluid {
    padding: 0 10px 0 10px;
}
}

.banner {
  background-image: url(../images/cloud_computing.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  /* background-size: 100%; */ /* Modern browsers */  
  min-height: 400px;
  position: relative;
  width: calc(100% + 24px);
  padding: 150px 5px 5px 50px;
  align-items: center;
  margin: 0 -12px 0 -12px;
}  
.banner h1 {
  text-shadow: 2px 2px 2px white;
}
@media (max-width: 576px) {
  .banner {
    padding: 80px 5px 5px 10px;
    min-height: 250px;
  }  
  .banner h1 {
    font-size: calc(1.375rem + 1vw);
  }
}

#footer {
  background-color: #274E67;
  color: #f1f1f1;  
  height: 150px;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;  /* Vertical alignment */  
}

.td-spec:hover {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

@keyframes doc-cntx-btn-anim {
  0%   {background-color: #274E67; opacity: 1;}
}
#doc-cntx-button {
  display: block;
  position: fixed;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #999999;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 55px;
  height: 55px;
  left: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  padding: 10px 0 0 2px;
  z-index: 10;
  animation-name: doc-cntx-btn-anim;
  animation-duration: 5s;
  background-image: url(../images/content.png);
}
#doc-content {
  display: block;
  position: fixed;
  z-index: 10;
  left: 5px;
  max-width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0.95;
  background: var(--bs-body-bg);
  /* background: #aaa; */
}
@media (min-width: 576px) {
  #doc-cntx-button {
    display: none;
}
}

@keyframes close-btn-bg-anim {
  0%   { opacity: 1; }
}
#close-btn-bg {
  display: block;
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
  /* filter: alpha(opacity=40); */
  width: 110px;
  height: 55px;
  right: 5px;
  z-index: 10;
  animation-name: close-btn-bg-anim;
  animation-duration: 3s;
  padding: 10px;
}
#close-btn-bg:hover {
  opacity: 1;
}
.btn-wrap {
  padding: 1px;
  margin-right: 25px;
  width: 28px;
  height: 28px;
  background-color: white;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}
.btn-wrap:hover {
  opacity: 1;
}

.img-size-bg {
  display: block;
  position: absolute;
  border-radius: 3px;
  opacity: 1;
  left: 5px;
  z-index: 10;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
}

.hover-panel {
  display: none;
  /* display: block; */
  position: absolute;
  /* width: 55px;
  height: 55px; */
  right: 0;
  z-index: 10;
  padding: 2px;
  /* opacity: 0.3;
  background-color: black; */
}
tr:hover .hover-panel {
  display: block;
}

.sideMenu_row {
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .sideMenu_row:hover {
    background-color: #f0f0f0;
  }
}
.sideMenu_row_selected {
  cursor: default;
  color: white;
  background-color: #274e67;
}

.gloss-ref {
  text-decoration-style: dotted;
  cursor: pointer;
}

.pagination-card {
  color: #274e67;
  background-color: white;
  border-color: #274e67;
  padding: 5px 10px 0;
  cursor: pointer;
}
@media (min-width: 576px) {
  .pagination-card:hover {
    color: white;
    background-color: #274e67;
  }
}

.modal-90w {
  width: 98%;
  max-width: none!important;
}

.modal-700px {
  max-width: 700px!important;
}
.appuser-row {
  cursor: pointer;
}
.appuser-row-selected {
  color: white;
  background-color: #274e67;
}
/* .appuser-row:hover {
  color: var(--bs-body-color);
  background-color: #ececec;
} */

.padding-0 {
  padding: 0;
}

.dir-selector {
  padding: 8px 0px;
  border-bottom-style: groove;
  background: rgb(238, 238, 238);
  position: sticky;
  top: -1px;
  z-index: 1;
  max-width: inherit;
}
.dir-scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;
}
.dir-card {
  flex: 0 0 auto;
  padding-left: 4px;
  cursor: pointer;
}
.e-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* Documentation styles ================ */
.bu-doc {
  margin-left: auto;
  margin-right: auto;
}

.bu-doc h1 {
  color: #274e67;
}
.bu-doc video {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.inc ol {
  list-style: none;
  counter-reset: li;
}
.inc li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.inc img {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.call-func {
  cursor: pointer;
}

.nowrap {
  white-space:nowrap;
}

.ref-button {
  position: relative;
}
.ref-image {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.8;
  background-image: url(../images/to-clipboard.png);
}
@media (max-width: 576px) {
  .ref-image {
    opacity: 0.3;
    visibility: visible;
  }
}
.ref-button:hover .ref-image{
  visibility: visible;
}

/* ================ CommitTable */

.ct-button {
  /* color: red; */
  /* background-color: lightgrey; */
  cursor: pointer;
  font-weight: bold;
}

/* ================ Advertising Pages */

.rightimg {
  max-width: 40%;
  float: right;
  margin: 10px 0 10px 10px;
}
@media (max-width: 576px) {
  .rightimg {
    max-width: 100%;
    margin: 10px 0 20px;
  }
  }

/* ================ CHat Button */

.chb-widget-container {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 20px 0;
    max-width: 370px;
    position: fixed;
    right: 0;
    width: 90vw;
    z-index: 10000
}
@media screen and (max-width:576px) {
    .chb-widget-container {
        height: 100%;
        height: 100vh;
        margin: 0;
        max-width: none;
        width: 100%
    }
}
.chb-close-widget-container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0.3;
    display: none;
}
.chb-close-widget-container:hover {
    opacity: 1;
}
.chb-launcher .chb-badge {
    position: fixed;
    top: -10px;
    right: -5px;
    background-color: red;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}
.chb-launcher {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: d;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: .5s;
    -moz-animation-name: d;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: .5s;
    animation-name: d;
    animation-fill-mode: forwards;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #274E67;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 10px 1px #b5b5b5;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
    width: 50px;
}
.chb-launcher:focus {
    outline: none
}
@media screen and (max-width:576px) {
    .chb-launcher {
        bottom: 0;
        margin: 20px;
        position: fixed;
        right: 0
    }
    .chb-hide-sm {
        display: none
    }
}

/* OwnerDrawSelect styles =============================================== */

.select-items div, .select-selected {
  padding: 8px 16px;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: var(--bs-body-bg);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: rgb(0 0 0 / 90%) 1px 1px 5px 0px;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-disabled {
  background-color: #e9ecef;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color: white;
  background-color: #1e90ff;
} 

/* @szhsin/react-menu/dist/index.css ==================================== */

/* @charset "UTF-8"; */
.szh-menu-container {
  position: relative;
  width: 0px;
  height: 0px;
}

.szh-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: max-content;
  position: absolute;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.szh-menu:focus {
  outline: none;
}
.szh-menu--state-closed {
  display: none;
}
.szh-menu__arrow {
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
}
.szh-menu__arrow--dir-left {
  right: -0.375rem;
  transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
  left: -0.375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
  bottom: -0.375rem;
  transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
  top: -0.375rem;
  transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
  cursor: pointer;
}
.szh-menu__item:focus {
  outline: none;
}
.szh-menu__item--hover {
  background-color: #ebebeb;
}
.szh-menu__item--focusable {
  cursor: default;
  background-color: inherit;
}
.szh-menu__item--disabled {
  cursor: default;
  color: #aaa;
}
.szh-menu__submenu {
  position: relative;
}
.szh-menu__group {
  box-sizing: border-box;
}
.szh-menu__radio-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.szh-menu__divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
  box-sizing: border-box;
}

.szh-menu {
  user-select: none;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  padding: 0.5rem 0;
}
.szh-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.szh-menu__item--active {
  color: #fff;
  background-color: #007bff;
}
.szh-menu__item--type-radio {
  padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
  content: "○";
  position: absolute;
  left: 0.8rem;
  top: 0.55rem;
  font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
  content: "●";
}
.szh-menu__item--type-checkbox {
  padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
  position: absolute;
  left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
  content: "✔";
}
.szh-menu__submenu > .szh-menu__item {
  padding-right: 2.5rem;
}
.szh-menu__submenu > .szh-menu__item::after {
  content: "❯";
  position: absolute;
  right: 1rem;
}
.szh-menu__header {
  color: #888;
  font-size: 0.8em;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;
}

/* element colors ================================== */

.author-clr {
    color: #0085ff;
}
.tr-selected .author-clr {
  color: inherit;
}
.file-clr {
    color: #5200e2;
}
.tr-selected .file-clr {
  color: inherit;
}
.commit-clr {
    color: green;
}
.tr-selected .commit-clr {
  color: inherit;
}
.project-clr {
  color: #934893;
}

/* multiselect ===================================== */

.ms-item-on {
    cursor: pointer;
}
.ms-item-selected {
    color: white;
    background-color: #274e67!important;
}
.ms-item-off {
    color: lightgray;
}

/* elasticsearch ==================================== */

.es-widget-container {
    bottom: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 20px 0;
    max-width: 370px;
    position: fixed;
    right: 0;
    width: 90vw;
    z-index: 9000
}
@media screen and (max-width:576px) {
    .es-widget-container {
        height: 100%;
        height: 100vh;
        margin: 0;
        max-width: none;
        width: 100%
    }
}
.es-close-widget-container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0.3;
}
.es-close-widget-container:hover {
    opacity: 1;
}
.es-launcher .es-badge {
    position: fixed;
    top: -10px;
    right: -5px;
    background-color: red;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}
.es-launcher {
    -webkit-animation-delay: 0;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: d;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: .5s;
    -moz-animation-name: d;
    -moz-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: .5s;
    animation-name: d;
    animation-fill-mode: forwards;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #274E67;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 2px 10px 1px #b5b5b5;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
    width: 50px;
}
.es-launcher:focus {
    outline: none
}
@media screen and (max-width:576px) {
    .es-launcher {
        margin: 20px;
        /* bottom: 0;
        position: fixed;
        right: 0 */
    }

    .es-hide-sm {
        display: none
    }
}
