html {
    height: 100%;
}

body {
  margin: 0;
  padding-top: 62px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-x: hidden;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.green {
  color: green;
}
.darkred {
  color: darkred;
}
.fs-5{padding-top:3px}
.container.fixed-top {
  background-color: white;
}
@media (max-width: 575px) {
  .container.fixed-top {
    z-index: 1031;
  }
}

@media (min-width: 992px) {
  .va-middle-lg {
    margin-top: -62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* .fixed-top .nav-link.active { */
/*   border-color: #ddd #ddd; */
/* } */
button {
  cursor: pointer;
}

button.logout {
  padding: 1px 6px;
}

.alert .h3 {
  margin: 0;
}
.alert-danger .h3 {
  margin-top: 10px;
}
.alert-danger #alert-msg {
  margin-top: 2px;
}
.alert-success #alert-msg {
  margin-top: 4px;
}

th.shrink,
td.shrink {
  width: 1px;
  white-space: nowrap;
}

td button.btn,
button.logout,
a.logout {
  padding: 1px 6px;
}

textarea {
  height: 16rem;
}
textarea[id="text"] {
  height: 28rem;
}
.nav.inv .active {
  font-weight: bold;
}

.chkbxs i,
.perms i {
  font-size: 1.3rem;
  height: 20px;
  width: 20px;
}
.chkbxs i.fa-square,
.perms i.fa-square {
  color: darkred;
}
.chkbxs i.fa-check-square,
.perms i.fa-check-square {
  color: green;
}

.chkbxs,
.card-block label {
  cursor: pointer;
}

.chkbxs div,
.card-block label div {
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  ul.navbar-nav {
    background-color: #f6f6f6;
    padding: 0.25rem !important;
  }
  ul.navbar-nav li,
  ul.navbar-nav li a.active {
    padding: 0.25rem !important;
  }
  .nav-tabs .nav-link.active {
    border-color: #ddd #ddd #ddd;
  }
}
i.fa-question-circle:hover {cursor: pointer;}
