/*************************************
 *
 * My File > create item inline
 *
 *************************************/

.create-item {
  background-color: #DCF0FA;
}
.table.list-of-all-file .create-item td:last-child {
  padding: 5px;
  position: relative;
}
.table.list-of-all-file .create-item td:last-child.set-padding-left {
  padding-left: 30px;
}
.table.list-of-all-file.list-view .create-item td:last-child {
  padding: 5px;
}
.create-item input {
  border: 1px solid #D1D3D4;
  color: #3C3228;
  height: 26px;
  vertical-align: middle;
  width: 35%;
  margin-left: 5px;
  padding-left: 7px;
}
.create-item.folder input {
  width: 50%;
}
.create-item input:focus {
  border-color: #4B9BCD;
}
.create-item input.error {
  border-color: #EE9494;
}

.table.list-of-all-file>tbody>tr>td .default-permission span {
  padding-left: 0;
}

.cancel-create-button {
  color: #808080;
  font-size: 20px;
  padding: 15px;
  position: absolute;
  top: 5px;
  right: 0;
}
.list-view .cancel-create-button {
  top: 1px;
}
.cancel-create-button:hover {
  color: #4B9BCD;
  cursor: pointer;
}

.create-item .triangle-isosceles.top,
.rename-row .triangle-isosceles.top {
  position: absolute;
  left: 55px;
  top: 37px;
  z-index: 1;
  padding: 5px 10px;
  width: 50%;
}
.create-item .triangle-isosceles.top:after,
.rename-row .triangle-isosceles.top:after {
  top: -9px;
  left: 20px;
  right: auto;
}

/*************************************
 *
 * My Shared Drive > create in modal
 *
 *************************************/
.create-shared-drive {
  margin-top: 15px;
  padding: 0;
}

.shared-drive-input-group > li:first-child,
.shared-drive-input-group > li:nth-child(3) {
  margin-bottom: 20px;
}
.shared-drive-input-group > li:nth-child(4) {
  border-top: 1px solid #E6e7E8;
  padding-top: 15px;
}

.shared-drive-input-group .title {
  font-family: 'Montserrat', sans-serif;
  color: #3C3228;
  font-size: 13px;
}

.shared-drive-input-group .name-input {
  width: 100%;
}

.storage-unit-dropdown {
  position: absolute;
  top: 0;
  left: 120px;
}
.shared-drive-input-group .space-input {
  width: 100px;
}
.shared-drive-input-group .name-input,
.shared-drive-input-group .space-input {
  font-size: 13px;
  padding: 5px 10px;
  height: auto;
  border-radius: 0;
}
.shared-drive-input-group .name-input:focus,
.shared-drive-input-group .space-input:focus {
  border: 1px solid #4B9BCD;
}

.storage-unit-dropdown .storage-unit-btn  {
  border: 0;
  background-color: #FFF;
  height: 30px;
  padding: 5px 15px;
  color: #3C3228;
  border: 1px solid #E6E7E8;
  width: 70px;
}
.storage-unit-dropdown .storage-unit-btn:hover {
  color: #4B9BCD;
  border-color: #4B9BCD;
}

.storage-unit-dropdown .dropdown-menu {
  min-width: 80px;
  width: 80px;
  text-align: center;
  left: 0;
  top: 31px;
  border: 1px solid #E6E7E8;
}

.storage-unit-dropdown .dropdown-menu li {
  margin: 5px;
  color: #4B9BCD;
}
.storage-unit-dropdown .dropdown-menu li:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #4B9BCD;
}

.shared-drive-input-group {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 13px;
}

.shared-drive-input-group .total-space {
  color: #8EB734;
}

.shared-drive-input-group li.permission-setting {
  margin: 0;
  padding: 0;
  border: 0;
}

.shared-drive-input-group li.permission-setting span {
  font-family: 'Montserrat', sans-serif;
  color: #3C3228;
  font-size: 12px;
}

.default-permission {
  font-style: italic;
  padding: 8px 0 0 0;
}
.default-permission .permission-setting {
  display: inline-block;
  margin-left: 10px; 
}
.default-permission .permission-setting:first-child {
  margin-left: 0;
}

.shared-drive-input-group .triangle-isosceles {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
  padding: 5px 15px;
  margin-top: 10px;
}

.shared-drive-input-group .triangle-isosceles.top:after {
  right: auto;
  top: -8px;
}

/**********************************************
 *
 * My Shared Drive, My File > rename item inline
 *
 **********************************************/
.rename-row {
  position: relative;
}
.rename-row .newname-input {
  border: 1px solid #D1D3D4;
  color: #3C3228;
  height: 26px;
  width: 50%;
  vertical-align: middle;
  margin-left: 5px;
  padding-left: 7px;
}
.rename-row .newname-input:focus {
  border-color: #4B9BCD;
}
.rename-row .newname-input.error {
  border-color: #EE9494;
}
.table.list-of-all-file td.rename-row:last-child {
  padding: 5px;
}

/**********************************************
 *
 * List file/folder/thumb
 *
 **********************************************/

 /* 
  * file/folder/thumb view 
  */

.table tr {
  color: #808080;
}
.table thead > tr > th {
  padding: 8px 5px;
}

.table thead > tr > th span {
  cursor: pointer;
}
.table thead > tr > th span:hover {
  color: #0587B9;
}

/*
 * sort icon
 */
.table thead > tr > th span.default-cursor {
  cursor: default;
}
.table thead > tr > th span.default-cursor:hover {
  color: #808080;
}
.table thead > tr > th span i {
  font-size: 13px;
  padding-left: 5px;
}

.table .col-center {
  text-align: center;
}

.secondary-bar .fixed-main-header-table {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 60px;

  z-index: 1;
  background-color: #FFF;
}

.table.list-of-all-file.small-view {
  margin-bottom: 0;
}
/*.table.list-of-all-file i{
  font-size: 45px;
}*/
.table.list-of-all-file td {
  border-top: 0;
  border-bottom: 1px solid #ACD3DD;
}
.table.list-of-all-file td .open-text {
  font-family: 'Montserrat', sans-serif;
  vertical-align: middle;
  padding-left: 5px;
  color: #4B4137;
  font-size: 13px;
}

.table.list-of-all-file td p.open-file-noti {
  margin: 0;
  position: absolute;
  top: 7px;
  left: 70px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.7s, opacity 0.7s linear;
}
.table.list-of-all-file td p.open-file-noti.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s linear;
}
.table.list-of-all-file td p.open-file-noti.triangle-isosceles.left {
  background-color: #4B9BCD;
  color: #FFF;
}
.table.list-of-all-file td p.open-file-noti.triangle-isosceles.left:after {
  border-color: transparent #4B9BCD;
}

.table.list-of-all-file td {
  vertical-align: middle;
  color: #695541;
  padding: 5px;
}
.table.list-of-all-file tr.uploading-file td.set-padding-left {
  padding-left: 30px;
}

/*
 * icon in last column
 */
.table.list-of-all-file td .share-link-sign,
.table.list-of-all-file td .export-thumb-btn {
  width: 23px;
  height: 23px;
  padding: 0;
}
.table.list-of-all-file td .share-thumb-btn {
  width: 21px;
  height: 21px;
  padding: 0;
}

.table.list-of-all-file td .share-link-sign {
  background: url('../img/file-folder-icon/share-link-sign.svg') no-repeat 0px 0px;
}
.table.list-of-all-file td .share-link-sign.expire {
  background: url('../img/file-folder-icon/share-link-sign-expire.svg') no-repeat 0px 0px;
}
.table.list-of-all-file td .share-link-sign:hover {
  cursor: pointer;
}
.table.list-of-all-file td .btn.share-link-sign[disabled]:hover {
  pointer-events: visible;
  cursor: not-allowed;
}

.table.list-of-all-file td .export-thumb-btn {
  background: url('../img/file-folder-icon/exported-sign.svg') no-repeat 0px 0px;
}

.table.list-of-all-file td .share-thumb-btn {
  background: url('../img/file-folder-icon/manage-share-icon.svg') no-repeat 0px 0px; 
}

.table.list-of-all-file td .mobile-menu-btn {
  display: none;
}

/*
 * file list
 */
.table.list-of-all-file.list-view td {
  padding: 0 5px;
  font-size: 12px;
}

.table.list-of-all-file.list-view td .export-thumb-btn,
.table.list-of-all-file.list-view td .share-link-sign {
  width: 18px;
  height: 18px;
}

/* exporing thumb sign */
.table.list-of-all-file td .exporting-thumb-sign {
  position: relative;
  top: -2px;
  cursor: default;
}
.table.list-of-all-file td .exporting-thumb-sign img {
  position: relative;
  width: 22px;
  height: 22px;
}
.table.list-of-all-file td .exporting-thumb-sign .la-ball-pulse {
  position: absolute;
  left: -2px;
  width: 24px;
  height: 7px;
}
.table.list-of-all-file td .exporting-thumb-sign .la-ball-pulse > div {
  width: 4px;
  height: 4px;
}

.table.list-of-all-file.list-view td .exporting-thumb-sign img {
  width: 18px;
  height: 18px;
}
.table.list-of-all-file.list-view td .exporting-thumb-sign .la-ball-pulse {
  left: -4px;
}
.table.list-of-all-file.list-view td .exporting-thumb-sign .la-ball-pulse > div {
  width: 2px;
  height: 2px;
}
