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

div.ds-editor-dialog.ngdialog.ngdialog-theme-default {
    padding-top: 70px;
}

div.ds-editor-dialog.ngdialog.ngdialog-theme-default.ds-pt2 {
    padding-top: 100px;
}

div.ds-editor-dialog.ngdialog.ngdialog-theme-default div.ngdialog-content,
.ngdialog.ngdialog-theme-default .ngdialog-content {
    border-radius: 0;
    border: 0.9px solid #444;
    font-size: 14px;
    padding: 1.5em;
    box-shadow: 2px 2px 10px #747474;
    background: #fff;
    z-index: 1;
}

table.ds-table {
    margin: 2em 0;
    width: 100%;
}

table.ds-table td,
table.ds-table th {
    border: solid 0.9px #444;
}

table.ds-table td {
    border-top: 0;
    padding: 0.5em 1em;
}

table.ds-table tr:hover {
    background: #e4e4e4;
}

table.ds-table th {
    background: #444;
    padding: 0.5em 1em;
    border: 0.9px solid #000;
    color: #fff;
}

table.ds-table th a {
    color: #fff;
}


table.ds-table th i {
    float: right;
    line-height: 20px;
    font-size: 12px;
}

.ds-td-name {
    cursor: pointer;
    color: #0071BC;
    border: 0.9px solid #444;
    text-decoration: underline;
    word-break: break-all;
}

table.ds-table .ds-active td {
    background: #efefef;
    border-bottom: 0.9px dashed #cfcfcf;
}

table.ds-table .ds-active td.ds-td-name {
    font-weight: bold;
}

table.ds-table .ds-desc > td {
    background: #efefef;
    padding: 0.5em 1em 1.5em;
}

table.ds-table .ds-desc > td hr {
    border-top: 0.9px solid #fff;
    border-bottom: 0.9px solid #c7c7c7;
}

.ds-desc-note {
    background: #fff;
    padding: 1em;
    border-radius: 3px;
    list-style-position: inside;
    margin: 1em 0 1em;
}


.sp-table {
    width: 100%;
    margin: 1em 0 2em;
}

table.ds-table .ds-desc td .sp-table td {
    padding: 0.3em 1em;
}

table.ds-table .ds-desc td .sp-table tr {
    background: #fff;
}

table.ds-table .ds-desc td .sp-table tr:hover {
    background: #efefef;
}

h2.sp-title button {
    margin-left: 1em;
}

button.ds-btn1 {
    background: none;
    border: 0.9px solid #444;
    border-radius: 3px;
    font-size: 14px;
    padding: 0.3em 1em;
    color: #444;
    outline: none;
}

button.ds-btn1:hover {
    background: #444;
    color: #fff;
}

button.ds-btn2 {
    background: #fff;
    border: 0.9px solid #DE5323;
    border-radius: 3px;
    font-size: 14px;
    padding: 0.3em 1em;
    color: #DE5323;
    outline: none;
    font-weight: normal;
}

button.ds-btn2:hover {
    background: #DE5323;
    color: #fff;
}

button.ds-btn2[disabled] {
    background: #ddd;
    border: 0.9px solid #ddd;
    cursor: not-allowed;
    color: #aaa;
    cursor: not-allowed;
}

tr.toggleRow {
    cursor: pointer;
}

.ds-editor-dialog.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary,
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
    background: #DE5323;
    padding: 0.7em 1em;
    font-size: 14px;
    color: #fff;
}

.ds-editor-dialog.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary:hover,
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary:hover {
    background: #c74518;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
    padding: 0.7em 1em;
    font-size: 14px;
}

.ds-editor-dialog.ngdialog.ngdialog-theme-default .ngdialog-button {
    background: #ddd;
    font-size: 14px;
    padding: 0.7em 1em;
    color: #aaa;
}

div.ds-editor-dialog h2,
.ngdialog-message h2 {
    font-size: 16px;
}

.ds-editor-dialog.ngdialog.ngdialog-theme-default .ngdialog-input {
    margin-bottom: 0;
    width: 100%;
    padding: 1em 0.5em;
    border: 0.9px solid #444;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #444;
    font-size: 1rem;
}

.ds-create-error {
    color: #f44336;
}

.ds-editor-dialog.ngdialog.ngdialog-theme-default .ds-create-cancel.ngdialog-button.ngdialog-button-secondary {
    background: #979797;
    color: #fff;
}

.modal-button.ngdialog-buttons,
.ngdialog-buttons {
    margin-top: 1.5em;
}

.ngdialog-content .fa-spinner {
    color: #DE5323;
    font-size: 26px;
}

.ngdialog-message form {
    margin-bottom: 0;
}

td.ds-td-name.ng-binding:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.5em;
}

table.ds-table .ds-active td.ds-td-name:before {
    content: "\f0d7";
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    font-size: 55px;
    margin-top: 20px;
    margin-right: 10px;
}

th.ds-table-th2 {
    min-width: 8em;
}

th.ds-table-th3 {
    min-width: 8em;
}

th.ds-table-th4 {
    min-width: 14em;
}

th.ds-table-th5 {
    min-width: 12em;
}

th.ds-table-th6 {
    min-width: 10em;
}

th.sp-table-th2 {
    min-width: 8em;
}

th.sp-table-th3 {
    min-width: 8em;
}

th.sp-table-th4 {
    min-width: 10em;
}

th.sp-table-th5 {}

th.sp-table-th6 {}

.ngdialog-message {
    word-break: break-all;
}

input.dav-path-copy-text {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    cursor: text;
}

button.copy-btn{
    border: 0.9px solid;
    border-radius: 3px;
    background: #ffffff;
    color: #0071BC;
    margin-left: 1em;
}

span.full_dav_path{
    cursor: text;
    user-select: text;
}

span.copied-msg{
    display: inline-block;
    margin-left: 1em;
    color: #0071BC;
}

button.copy-btn i{
    margin-right: 4px;
}

td.td-snapshotname{
    word-break: break-all;
    width: 700px;
}


a.ds-header-help{
    font-size: 22px;
    margin-left: 10px;
    color: #666;
    vertical-align: middle;
}

.ngdialog{
    z-index: 1004
}
