@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v7.0.5 (https://startbootstrap.com/template/sb-admin)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.edit-hover {
    font-weight: bold;    
}
.edit-hover > .action-bar {
    font-weight: normal;        
}
.edit-hover > span.action-bar {
    display: block;    
    opacity: 0;
    transition: 0.2s ease-in;
}

.edit-normal a {
    text-decoration: none;
    font-weight: normal;
}

.edit-hover:hover > span.action-bar {
    display: block;    
    opacity: 1;
    transition: 0.4s ease-in;
}

.edit-hover > span {
    font-size: 0.9rem;
}
.edit-hover a {
    text-decoration: none;
}
a.edit-title {
    font-weight: bold;
}
/*.edit-hover:hover > span.action-bar {        
    transition: 0.4s  ease-out;

}*/
table td, table th, table tbody {
    color: #222 !important;
}
.item-file {
    width:17.5%; 
    margin:0 0 20px 25px;
    height:440px;        
    text-align: left;
    line-height: 1.25rem;
    padding-right: 15px;
}

.item-file img.thumb {
    width:100%;border:1px solid #ccc;
    border-radius: 6px;    
    aspect-ratio: 1 / 1;
    height: 100%;
}
.item-file img.icon {
    width:100%;
    aspect-ratio: 1 / 1;
    height: 100%;
}
.item-file span {
    font-weight: bold;
}

/* Clients
*/
.project-link a {
    text-decoration: none;
}

.action-bar >a {
    text-decoration: none;
}
ol.breadcrumb {
    padding: 4px 6px;
    margin: 5px 0;
    
}
.file-type-icon {
    width: 260px;height: 260px;
}
.file-link {
    display: block;
    position: relative;    
}

.file-link .badge-lock {
    position: absolute;
    top: 5px;
    left: 5px;
}
/* Bubble chat */
.comment-item {
  width: 70%;
  border-radius: 6px;
  margin: 10px;
  background-color: var(--white);
  border: 2px solid var(--gray);
  padding: 0px 0px;  
  position: relative;
}
.comment-item:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid var(--gray);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -22px;
  bottom: 7%;
}
.comment-item:after {  
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;  
  border-left: 10px solid transparent;  
  border-top: 10px solid transparent;
  border-right: 10px solid var(--white);
  border-bottom: 10px solid transparent;
  left: -20px;
  bottom: 7%;
}
.comment-item:first-child {  
  background-color: var(--white);  
}
.comment-item:nth-child(2n+1) {
  background-color: #efefef;  
}
.comment-item:nth-child(2n+1):after {  
  border-right: 10px solid #efefef !important;
}

.img-thumbnail {
  margin-top: 0;
  padding-top: 0;
  width: 200px;
  height: auto;
}
.dropdown-item .d-flex {
    margin-top: 0px;
}

.folder-item {
    width: 15%;
}
.file-item {
    width: 18%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .folder-item {
        width: 100%;
    }
    .file-item {
        width: 100%;
    }
    .file-item img.img-thumbnail {
        width: 90%;
        height: 90%;
    }
    #comments .form-row {
        display: block;

    }
    #comments .form-row > .col.form-group {
        width: 100%;
    }
    label {
        margin-bottom: 0;
    }
}

/* Hide side bar menu item */
.sidebar.toggled .nav-item .nav-link span {
  display: block;
  font-size:0.85rem;
}

.sidebar .nav-item .nav-link span {
  display: inline-block;
}
/* refix data tables */
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
        padding: 10px 0 10px 0;
    }
}
/*item thumbnail style */
.projects {
    padding:15px;
    margin:0px 1px;
    margin-top:15px;
    margin-bottom:30px;
}
.item-project {
    width:25%;
    padding-right:15px;
}
.img-thumbnail {
    width:250px;
    height:250px;
}
#files-list,
#folder-list {
    margin-top: 15px;
    margin-bottom: 30px;
}
div.file-title {
    display: block;
    max-width:100%;
    white-space: normal;
    font-weight: bold;
    overflow-wrap: anywhere;
}
.d-auto-block { display:block; }
.sort-btn { padding: 2px 5px;  }
.sort-btn:hover { text-decoration:none !important; }
.file-item {
    margin:2px;
}
@media screen and (max-width: 767px) {
    .projects {padding:5px}
    .d-auto-block { display:inline-block }
    .item-project {
        width:48%;
        padding-right:15px;
        margin-bottom:15px;
    }
    .img-thumbnail {
        width:100%;
        height:auto;
    }
}

.copyright-all, .copyright-all a {
    color:#666;
}
.copyright-all a:hover {
    text-decoration: none;
    color:#999;
    transition: 0.80s;
}
.copyright, .copyright a {
    color:#ddd;
}
.copyright a:hover {
    text-decoration: none;
    color:#fff;
    transition: 0.60s;
}

.top-message-default .text-truncate {
    font-weight: bold;
}
.readed  {
    opacity: 0.7;
    background-color: #f8f9fa;
}
.readed .text-truncate {
    font-weight: normal !important;
}