
:not(.layout-fixed) .main-sidebar {
  position: fixed;
  top: 57px;
}

.layout-navbar-fixed .wrapper .control-sidebar {
  top: 57px;
  bottom: 0;
  position: fixed;
}

/* Full Page */
.fullview-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.fullview-logo a {
  color: #495057;
}

.fullview-page {
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.select2-dropdown {
  box-shadow: 2px 2px 5px grey;
}
.am-deny {
  color: red
}

.card-title {
  font-size: 1.3rem;
}

.fullview-box {
  width: 360px;
}

@media (max-width: 576px) {
  .fullview-box {
    margin-top: 20px;
    width: 90%;
  }
}


input:not([type="file"]).error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

input:not([type="file"]).no-error,
textarea.no-error,
select.no-error {
  border: 1px solid green !important;
}

div.error-field {
  color: red;
  font-size: small;
}


.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.select2-result-repository__meta {
  /* margin-left: 70px; */
}
.select2-result-repository__title {
  color: black;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}
.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}
.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}
.select2-result-repository__forks, .select2-result-repository__stargazers {
  margin-right: 1em;
}
.select2-results__option--highlighted .select2-result-repository__title {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__description {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__forks {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__stargazers {
  color: white;
}
.select2-results__option--highlighted .select2-result-repository__watchers {
  color: white;
}

.input-no-border {
  border: 0px;
}

td.td-note {
  border: 0px;
  padding-top: 0;
}
.code {
  letter-spacing: 1.2px;
}

.brand-image {
  background-color: #FFF;
}
.custom-control-label {
  font-weight: inherit !important;
}
.disabled .spinner-border {
  display: inline-block !important;
}
.wrapper-popup {
  margin-top: -8px;
}
.wrapper-popup .content-wrapper {
  padding-top: 8px;
}

.swal2-popup.swal2-toast {
  justify-content: start;
}
