/**
 * Roundcube Plus WebDAV plugin.
 *
 * Copyright 2022, Tecorama LLC.
 *
 * @license Commercial. See the LICENSE file for details.
 */
#xwebdav-dialog-controller {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6); }

#xwebdav-dialog {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 10%;
  right: 10%;
  border: 1px solid;
  border-color: #ddd ;
  background-color: #fff ;
  z-index: 9995;
  display: flex;
  flex-direction: column; }
  html.dark-mode #xwebdav-dialog {
    border-color: #4d6066 ; }
  html.dark-mode #xwebdav-dialog {
    background-color: #21292c ; }
  #xwebdav-dialog .checkbox {
    display: block;
    border: 1px solid;
    border-color: #ddd ;
    border-radius: 4px;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
    cursor: pointer; }
    html.dark-mode #xwebdav-dialog .checkbox {
      border-color: #4d6066 ; }
    #xwebdav-dialog .checkbox:before {
      display: none;
      font-size: 1em; }
  #xwebdav-dialog .checked .checkbox:before {
    display: block; }

#xwebdav-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.6); }
  .dark-mode #xwebdav-progress {
    background-color: rgba(0, 0, 0, 0.6); }
  #xwebdav-progress:before {
    position: absolute;
    font-size: 3rem;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem; }

#xwebdav-title {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid;
  border-color: #ddd ; }
  html.dark-mode #xwebdav-title {
    border-color: #4d6066 ; }
  #xwebdav-title h3 {
    margin: 0;
    padding: 0;
    width: 80%; }
  #xwebdav-title a {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -0.5em;
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    color: #333 ;
    text-decoration: none !important; }
    html.dark-mode #xwebdav-title a {
      color: #c5d1d3 ; }

#xwebdav-error {
  margin: 10px;
  padding: 10px;
  background-color: #ffcccc ;
  color: #7e1c16 ;
  text-align: center;
  border-radius: 5px; }
  html.dark-mode #xwebdav-error {
    background-color: #60252a ; }
  html.dark-mode #xwebdav-error {
    color: #d57a70 ; }

#xwebdav-empty {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.6em;
  color: #aaa ; }
  html.dark-mode #xwebdav-empty {
    color: #5a6668 ; }

#xwebdav-buttons {
  padding: 20px;
  text-align: right;
  border-top: 1px solid;
  border-color: #ddd ; }
  html.dark-mode #xwebdav-buttons {
    border-color: #4d6066 ; }
  #xwebdav-buttons .logout {
    float: left; }

#xwebdav-login {
  margin: 60px auto 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 450px; }
  #xwebdav-login .xwebdav-label {
    margin: 20px 0 8px 0; }
    #xwebdav-login .xwebdav-label label {
      margin: 0; }
  #xwebdav-login .xwebdav-input input {
    width: 100%;
    margin: 0 0 15px 0; }
  #xwebdav-login .password-container {
    position: relative; }
    #xwebdav-login .password-container #xwebdav-show-password {
      position: absolute;
      font-size: 1.5em;
      top: 3px;
      right: -2rem;
      cursor: pointer; }
  #xwebdav-login .buttons {
    text-align: center;
    margin-top: 30px; }
    #xwebdav-login .buttons button {
      width: 100%;
      margin: 0 !important; }

#xwebdav-breadcrumbs {
  padding-bottom: 10px; }
  #xwebdav-breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  #xwebdav-breadcrumbs .select-all {
    display: block;
    padding: 0.5em 1em;
    float: left; }
    #xwebdav-breadcrumbs .select-all .checkbox {
      position: relative;
      top: 2px; }
  #xwebdav-breadcrumbs .directory {
    padding: 0.5em 1em; }
    #xwebdav-breadcrumbs .directory.home {
      padding-left: 1.1em; }
      #xwebdav-breadcrumbs .directory.home span {
        position: relative;
        font-size: 1.4em;
        top: 0.2em; }
    #xwebdav-breadcrumbs .directory:hover {
      cursor: pointer; }
  #xwebdav-breadcrumbs .chevron,
  #xwebdav-breadcrumbs .ellipse {
    padding: 5px 3px; }

#xwebdav-list {
  flex: 1;
  overflow: auto; }
  #xwebdav-list table tr.item:hover {
    color: inherit;
    background-color: inherit; }
  #xwebdav-list table th, #xwebdav-list table td {
    padding: 0.5em 1em;
    vertical-align: middle;
    text-align: left; }
    #xwebdav-list table th.file-date, #xwebdav-list table th.file-size, #xwebdav-list table td.file-date, #xwebdav-list table td.file-size {
      width: 1%;
      text-align: right;
      white-space: nowrap; }
  #xwebdav-list table .file-check {
    width: 1%;
    text-clign: center; }
  #xwebdav-list table .file-icon {
    width: 1%;
    text-clign: center;
    padding-right: 0; }
    #xwebdav-list table .file-icon .icon:before {
      position: relative;
      font-size: 1.8em;
      margin-right: 10px; }
  #xwebdav-list table .file-name {
    padding-left: 0; }

#xwebdav-dialog-controller.files-selectable table tr.item:hover, #xwebdav-dialog-controller table tr.item.dir:hover {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.05) !important; }
  html.dark-mode #xwebdav-dialog-controller.files-selectable table tr.item:hover,
  html.dark-mode #xwebdav-dialog-controller table tr.item.dir:hover {
    background-color: rgba(255, 255, 255, 0.05) !important; }
#xwebdav-dialog-controller.files-selectable table tr.item.checked, #xwebdav-dialog-controller table tr.item.dir.checked {
  background-color: rgba(0, 0, 0, 0.05) !important; }
  html.dark-mode #xwebdav-dialog-controller.files-selectable table tr.item.checked,
  html.dark-mode #xwebdav-dialog-controller table tr.item.dir.checked {
    background-color: rgba(255, 255, 255, 0.05) !important; }

.xwebdav-dialog .ui-dialog-buttonset {
  position: relative; }
.xwebdav-dialog .logout {
  position: absolute;
  left: 0;
  top: 0; }

#xwebdav-shared-url-link {
  padding-top: 3px; }

.layout-small #xwebdav-dialog-controller #content-list .file-size,
.layout-small #xwebdav-dialog-controller #content-list .file-date,
.layout-phone #xwebdav-dialog-controller #content-list .file-size,
.layout-phone #xwebdav-dialog-controller #content-list .file-date {
  display: none; }

/*# sourceMappingURL=plugin.css.map */
