/*000 989898*/
a {
    color: #000 !important;
}
.item-menu {
    color: #fff !important;
}
.item-menu:hover {
    color: #000 !important;
}
#session {
    background-color: #000;
}
.login-form {
    width: 340px;
    margin: 50px auto;
  	font-size: 15px;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
    color: #000;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btn {
    font-size: 15px;
    font-weight: bold;
}
.btn-custom {
    color: white !important;
    background-color: #000;
    border-color: #000;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active  {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}
/*vertical menu*/
.menu-logo {
    background-color: #fff;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 10px;*/
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #efefef;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000;
  background-color: #f1f1f1;
}
.sidenav a.closebtn:hover {
  color: #f1f1f1;
  background-color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.logout {
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*menu*/
.bg-custom {
    background-color: #000;
    color: #fff;
}
.navbar-toggler-icon, .nav-link {
    color: #fff;
}
.nav-link:hover, .nav-link:active, .nav-link:focus {
    font-weight: bold;
    color: #fff;
}
.kanban-title {
    font-weight: bold;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.kanban-item {
    border: 1px solid #000;
}

.ocultar {
    display: none;
}

/* /////////////////
// COLORS */

.color-primary {
    color: #000;
}

.background-primary {
    background-color: #000;
}

.color-success {
  color: #66BB6A;
}

.color-error {
  color: #e53935 !important;
}

/* /////////////////
// HELPERS */

.text-group * {
    margin-top: 0px;
    margin-bottom: 0px;
}

.centered-content {
    display: flex;
    align-items: center;
}

.contains-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.is-error {
    color: #e53935;
    display: block;
}

/* /////////////////
// GENERAL */

body {
    background-color: #fdfdfd;
}

#site-container {
    padding: 16px 1%;
}

.section-container {
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 6px;
    position: relative;
}

.section-container.gradient {
    color: white;
    background: linear-gradient(90deg, rgba(0,0,0,1) 40%, rgba(60,60,60,1) 100%);
}

.subsection {
    padding: 32px 48px;
}

.bordered {
    border: 1px solid #efefef;
}

.hoverable {
    transition: background-color 0.2s ease;
}
.hoverable:hover { 
    background-color: #f7f7f7; 
}

.clickable {
    cursor: pointer;
}

.chip {
    border-radius: 12px;
    color: white;
    padding: 8px;
    font-weight: bold;
}

/* /////////////////
// LOADING CONTAINER */

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2121211f;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    z-index: 2;
}
.loading-container .loading-body {
    position: relative;
    overflow: hidden;
    background-color: white;
    padding: 12px 8%;
    padding-top: 22px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 2px #00000036;
}
.loading-container .loading-body .progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #f9f9f9;
}
.loading-container .loading-body .progress-container .progress-indicator {
    background-color: #000;
    height: 100%;
    width: 100%;
}

/* /////////////////
// BREADCRUMBS */

.breadcrumbs {
    padding-left: 8px;
    display: flex;
}
.breadcrumbs .breadcrumb {
    background-color: unset;
    padding: 18px 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.breadcrumbs .breadcrumb a {
    color: #989898;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumbs .breadcrumb a:visited {
    color: #989898;
}
.breadcrumbs .breadcrumb.active a {
    color: #8c8c8c;
}
.breadcrumbs .breadcrumb:not(:last-child) a:after {
    content: "";
    margin-left: 12px;
    font-family: "Font Awesome 5 Free";
}

/* /////////////////
// SPECIAL TABLE (CONTAINER AS TABLE) */

.filter-container {
    background-color: #f5f5f5;
    height: 48px;
}
.filter-container input, .filter-container select {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
}

/* /////////////////
// ITEMS */

.item-container {
    position: relative;
}

.accesory {
    background-color: #efefef;
    position: absolute;
    height: 25px;
    width: 25px;
    top: -12px;
    left: -12px;
    transform: rotate(45deg);
    transition: background-color 0.2s ease;
}
.item-container:hover .accesory {
    background-color: #000;
}

.accesory-timeline-container {
    position: absolute;
    top: 5px;
    bottom: 0;
}
.accesory-timeline-container .accesory-timeline {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #000;
}
.accesory-timeline-container .timeline {
    background-color: #000;
    height: 100%;
    width: 4px;
    margin-left: 8px;
}

.accesory-timeline-container + * {
    margin-left: 36px;
}

.progress-container {
    width: 100%;
    height: 6px;
    background-color: #e6e6e6;
}
.progress-container div {
    background-color: #c7c7c7;
    height: 100%;
}

.collapse-trigger[aria-expanded="true"] i {
    transform: rotate(90deg);
}

/* /////////////////
// FILE STRUCTURE */

.inner-folder {
    padding-left: 12px;
    margin-left: 12px;
    border-left: #bdbdbd dotted 1px;
    position: relative;
}

.hierarchy-indicator {
    border-bottom: #bdbdbd dotted 1px;
    float: left;
    width: 10px;
    margin-left: -13px;
    margin-right: 4px;
    height: 13px;
}

.file-container {
    border-bottom: 1px solid #efefef
}

.file-actions {
    position: absolute;
    right: 0;
    top: 0;
}

.upload-container {
    border: dashed #bbbbbb 1px;
    background-color: #f7f7f7;
    padding: 24px;
    cursor: pointer;
}

/* /////////////////
// VUE TRANSITIONS */

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity 0.2s;
}

.appear-enter, .appear-leave-to {
    transform: translate(100px, 0);
    opacity: 0;
}

.appear-enter-active, .appear-leave-active {
    transition: all 0.2s ease;
}

/* /////////////////
// MEDIA QUERIES */

.only-desktop {
}
.only-mobile {
    display: none;
}

@media (max-width: 767px) {
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .filter-container {
        height: 100%;
    }
    .filter-container input, .filter-container select {
        padding: 16px 10px;
    }
}
