body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}

/* Change Width Sidebar */
.main-sidebar {
  width: 196px;
}

.layout-navbar-fixed .wrapper .brand-link {
  width: 196px;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  width: 196px;
}

@media (min-width: 768px) {

  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 196px;
  }
}

/* -------------------- */


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

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

/* Full Page */
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: 0px;
  padding-top: calc(3.5rem + 1px);
  /* margin-bottom: calc(3.5rem + 1px); */
}
.brand-link {
  text-align: center;
}
.brand-link img {
  max-width: 140px;
  max-height: 27px;
}
.sidebar-collapse .brand-link img {
  padding-top: 5px;
}

.content-header {
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrapper {
  /* background-color: #fff; */
  background-color: #f4f6f9;
}

.content-wrapper>.content {
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  /* max-height: 25px !important; */
  max-width: 120px !important;
}

.brand-link {
  padding: 17px;
}

.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;
}

.card-primary:not(.card-outline) .note-toolbar.card-header {
  background-color: inherit;
}

.card-primary:not(.card-outline) .note-toolbar.card-header,
.card-primary:not(.card-outline) .note-toolbar.card-header a {
  color: inherit;
}

.datepicker.dropdown-menu {
  z-index: 999 !important;
}

.font-bold {
  font-weight: bold;
}


.projects .list-inline {
  margin-bottom: 0;
}

.list-inline-item {
  margin-bottom: .3rem;
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .3rem;
}

.projects .table-avatar img,
.projects img.table-avatar {
  border-radius: 50%;
  display: inline;
  width: 2rem;
}

.avatar-block img {
  float: left;
  height: 40px;
  width: 40px;
  background-color: #FFF;
}

.avatar-block.small img {
  height: 25px;
  width: 25px;
  background-color: #FFF;
}
.avatar-block.locked{
  opacity: 0.3;
}

.avatar-leader img {
  border: 2px solid #6610f2;
  padding: 0px;
}
.avatar-head img {
  border: 2px solid #faf600;
  padding: 0px;
}
.img-bordered-xs {
  padding: 0px;
}

.img-p2-xs {
  padding: 2px;
}

.btn-above-right {
  position: relative;
}

.btn-above-right button {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
  transition: 0.3s;
  padding: 1px 5px;
}

.btn-above-right:hover button {
  opacity: 1;
}

.btn-above-left {
  position: relative;
}

.btn-above-left button {
  position: absolute;
  top: 0px;
  left: -25px;
  opacity: 0;
  transition: 0.3s;
  padding: 1px 5px;
}

.btn-above-left:hover button {
  opacity: 1;
}

.text-align-right {
  text-align: right;
}


.class-above-right {
  position: relative;
}

.class-above-right .dropdown {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
  transition: 0.3s;
}

.class-above-right:hover .dropdown {
  opacity: 1;
}

.class-btn-right {
  position: relative;
}

.class-btn-right .dropdown {
  opacity: 0;
  transition: 0.3s;
}

.class-btn-right:hover .dropdown {
  opacity: 1;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .class-btn-right .dropdown {
    opacity: 1;
  }
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.logo-nav {
  display: none;
}

.sidebar-collapse .logo-nav {
  display: block
}

.nav-link img {
  max-height: 25px;
}


.layout-top-nav .fixed-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-iframe {
  border-radius: 5px;
}

.fancybox-is-open .fancybox-bg {
  background-color: rgba(39, 50, 64, .6)
}

.fancybox-slide.fancybox-slide--iframe {
  padding: 5px;
}

.task_title_input {
  font-size: 24px;
  font-weight: 600;
  margin-left: -0.375rem;
  padding-left: 0.25rem;
}

.border_hover {
  border: 1px solid rgba(0, 0, 0, 0);
}

.border_hover:focus,
.border_hover:hover {
  border: 1px solid #ced4da;
}

.border_hover_select2 .select2-container--bootstrap4 .select2-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}

.border_hover_select2:hover .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
}

.note-editor {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 5px;
  margin-left: -5px;
  height: 100%;
  min-height: 50px;
  overflow: hidden;
}

.note-editor:hover {
  border: 1px solid #ced4da;
}

.note-editor img {
  max-width: 100%;
}

.note-status-output {
  display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgba(0, 0, 0, 0);
}


.job-info li {
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.list-inline.staff li {
  float: left;
}

ul.list-inline .btn-add-staff {
  opacity: 0;
  transition: 0.3s;
}

ul.list-inline:hover .btn-add-staff {
  opacity: 1;
}

#team-container button {
  opacity: 0;
  transition: 0.3s;
}

#team-container:hover button {
  opacity: 1;
}

#team-container button.show {
  opacity: 1;
}

.overlay {
  min-height: 50px;
}

.staff_remove_icon,
.team_remove_icon {
  position: relative;
}

.staff_remove_icon i,
.team_remove_icon i {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FFF;
  color: red;
  display: block;
  padding: 2px;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
}

.staff_remove_icon:hover i,
.team_remove_icon:hover i {
  opacity: 1;
}


.hover_show_button .btn_show_at_hide {
  opacity: 0;
  transition: 0.3s;
}

.hover_show_button:hover .btn_show_at_hide {
  opacity: 1;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .hover_show_button .btn_show_at_hide {
    opacity: 1;
  }
}

.btn.btn-xs.btn-icon {
  width: 19px;
  height: 20px;
  line-height: 14px;
}

.tooltip-inner {
  text-align: left;
}

/* Timeline */
.fc-ltr .fc-timeline-event {
  border-radius: 10px;
  padding-left: 4px;
}

.fc-ltr .fc-timeline-event i {
  margin-top: 3px;
}

/* Month View */
.fc-day-grid-event {
  display: flex
}

.fc-day-grid-event i {
  margin-top: 3px;
  margin-right: 2px;
}


.content-header .project_title {
  font-size: 1.4rem;
}

li.no-bullet {
  list-style-type: none;
}

.list-stack-staff span {
  float: right;
  margin-left: -15px;
}

.list-stack-staff h6 {
  float: right;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 5px;
}

.date-range-months {
  width: 180px;
}

.btn-badge.btn-xs {
  position: relative;
}

.btn-badge.btn-xs .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.callout a.btn {
  text-decoration: none;
  color: inherit;
}

.callout a.btn.btn-outline-success {
  color: #28a745;
}

.callout a.btn.btn-outline-success:hover {
  color: #fff;
}

.callout a.btn.btn-outline-info {
  color: #17a2b8;
}

.callout a.btn.btn-outline-info:hover {
  color: #fff;
}

.datepicker-inline {
  width: 195px;
  margin: auto;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .datepicker-inline {
    margin-left: 0;
  }
}

.blink_me {
  font-weight: normal;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.table-responsive>.table-bordered {
  border: 1px solid #dee2e6;
}

.content-wrapper-popup {
  background: #f4f6f9;
}

.grecaptcha-badge {
  visibility: hidden;
}


.main-header {
  border-bottom: 0px;
}


.btn.disabled, .btn:disabled {
  color: #5d5d5d;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
}

.content-wrapper-popup {
  background: none;
}

.navbar-yellow {
  background-color: #f3d23a;
    background-image: none;
}

.dot15 {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  border: 0px;
    background-color: transparent;
}


.was-validated .custom-select:invalid + .select2 .select2-selection{
  border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
  border-color: #28a745!important;
}
*:focus{
outline:0px;
}


tr.sticky th {
  background: #17a2b8 !important;
  position: sticky;
  top: -1px; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}



.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 15px;
}
