﻿nav {
  background-color: white;
}
nav .nav-link {
  color: white;
}
nav .navbar-brand img {
  height: 30px;
  fill: #23282D;
}

footer {
  background-color: #016A7F;
  color: white;
}
footer a {
  color: white;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: white;
  text-decoration: none;
}

.card-body {
  background-color: white;
}

.btn-primary {
  background-color: #21697E;
  border-color: #21697E;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary:focus {
  background-color: #21697E;
  border-color: #21697E;
}
.btn-primary:hover {
  background-color: #288099;
  border-color: #288099;
}

.account .login {
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 300px;
  max-width: 500px;
  width: 100%;
}
.account .login img {
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}
.account .login .sso-btn {
  padding: 8px 8px 8px 32px;
  font-family: Arial, Verdana;
  background: #f0f0f0 url("/images/microsoft-logo.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  color: #23282D;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
  background-color: #F8F8F8;
  font-family: "Manrope", "Roboto", "Helvetica", sans-serif;
}

.chat-button.dropdown-toggle::after {
  content: none;
}

.chat-button {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.floating-chat .dropdown-menu {
  max-width: max-content;
}

.project-card {
  min-height: 200px;
}
.project-card .btn-open {
  width: 100%;
}

.gutter {
  margin: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
  cursor: col-resize;
}

.chat-area {
  max-width: 33vw;
}

.chat-card {
  max-width: max-content;
}

#runHazopAudit,
#runHazopButton,
#loadPresetButton {
  font-family: "Quicksand", sans-serif;
}

.audit-loader, .hazop-loader, .check-loader {
  width: 1rem;
  height: 1rem;
}

.editable-cell {
  position: relative;
}

.editable-cell-textarea {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  resize: none;
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
  -moz-box-sizing: border-box; /* FF1+ */
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.asset-row {
  font-size: 1.2em;
}
.asset-row .fa-folder {
  color: #e6c300;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
