[v-cloak] > * { display:none; }

.navbar-username {
  color: rgba(255, 255, 255, .75);
}

.form-register-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 100vh;
  justify-content: center;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* .cms-base {
  padding-top: 56px;
} */

select[readonly="readonly"] {
  pointer-events: none;
}

.clickable {
  cursor: pointer;
}

tr.clickable:hover {
  background-color: rgba(0,0,0,.075);
}

.bg-dark-danger {
  background-color: #c1202f!important;
}

.progress-inner {
  display: flex;
  flex: 1;
}

.sidebar {
  min-height: calc(100vh - 56px);
  background: #fbfbfb;
}

.fix-alert {
  margin: 1rem -1rem;
}

.select-area {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.1);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  outline: none;
  border-radius: 4px;
}

.opacity-25 {
  opacity: 0.25;
}

.sticky-top-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1020;
}
