.clear {
    clear: both;
}

.dash-msg-container {
    display: none;
    padding: 0 10px;
    margin: 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.clientfiles-content-wrapper .btn {
    padding: 3px 6px 2px 6px;
}

.clientfiles-content-wrapper input.task-input,
.clientfiles-content-wrapper select.task-input {
    width: 100%;
}

.clientfiles-content-wrapper .progress-bar {
    background-color: #63937e;
    margin-top: 15px;
}

.clientfiles-content-wrapper table.dataTable thead .sorting_desc,
.clientfiles-content-wrapper table.dataTable thead .sorting_asc,
.clientfiles-content-wrapper table.dataTable thead .sorting {
    background-position: top right;
    background-position-y: 10px;
}

.clientfiles-content-wrapper .table > tbody > tr > td {
    line-height: 24px;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-border {
    border: 0 none;
}

/* CONTENT */

.clientfiles-content-wrapper .text-underline {
    border-bottom: 1px solid #ccc;
}

#clientfiles .well {
    margin-bottom: 0px;
}

#clientfiles .well.well-form {
    padding: 0;
}

/*.clientfiles-content-wrapper {*/
/*    display: block;*/
/*    padding: 0 15px;*/
/*}*/

.clientfiles-content-wrapper .content-block {
    background: #eee;
}

.clientfiles-content-wrapper h4 {
    font-weight: 600;
}

.clientfiles-content-wrapper .well h1 .header-sub-text {
    font-size: 18px;
}

.clientfiles-content-wrapper .well a {
    color: #225386;
}

.clientfiles-content-wrapper .tab-title {
    padding-bottom: 0;
    padding-top: 0;
}

.clientfiles-content-wrapper .tab-title h3 {
    /*margin-bottom: 0;*/
}

.clientfiles-content-wrapper .item-list {
    display: block;
    margin-top: 25px;
}

.nav-tabs,
.admin-dash-view #clientfiles-tabs .nav-tabs {
    border: 0;
    margin-top: 15px;
    /*background: #eee;*/
    /*padding: 5px 5px 6px 5px;*/
}

.admin-dash-view #clientfiles-tabs .nav-tabs>li {
    /*width: 50%;*/
}

.admin-dash-view #clientfiles-tabs .nav-tabs>li.active>a,
.admin-dash-view #clientfiles-tabs .nav-tabs>li.active>a:hover,
.admin-dash-view #clientfiles-tabs .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #656565;
    border: 0;
    cursor: default;
}

.admin-dash-view #clientfiles-tabs .nav-tabs>li>a:hover,
.admin-dash-view #clientfiles-tabs .nav-tabs>li>a:focus {
    background: #a5a5a5;
    color: #fff;
}

.admin-dash-view #clientfiles-tabs .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    background: #ccc;
    color: #2e2e2e;
}

.clientfiles-content-wrapper .descriptive-text-box {
    padding: 5px 10px;
    background: #dbe6e6;
}

.clientfiles-content-wrapper .descriptive-text-box p{
    margin-bottom: 0;
}

/* DATATABLE */

table.dataTable tbody tr.selected,
table.dataTable.display tbody tr.even.selected,
table.dataTable.display tbody tr.odd.selected,
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
    background-color: rgba(190, 190, 190, 0.58);
}

.item-list table.dataTable {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item-list .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.item-list .dataTables_wrapper .dataTables_length {
    width: 50%;
}

.item-list .dataTables_wrapper .dataTables_length label {
    width: 100%;
}

.item-list .dataTables_wrapper .dataTables_length label select {
    width: 25%;
    border-radius: 2px;
    height: 24px;
}

.item-list .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #63937e;
    color: #fff !important;
    border: 0 none;
}

.item-list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #646464;
    color: #fff !important;
    border: 0 none;
}

.item-list .dataTable thead th input.datatable-header-search[type="text"] {
    padding: 3px 8px;
    margin-top: 5px;
    border-radius: 2px;
}

.item-list .dataTable thead th input.datatable-header-search[type="text"]::placeholder {
    font-weight: normal;
    font-style: italic;
}

.item-list #client-list-table thead th:last-child input[type="text"],
.item-list #task-list-table thead th:last-child input[type="text"],
.item-list #closed-task-list-table thead th:last-child input[type="text"] {
    display: none;
}

/* TASK */

.clientfiles-content-wrapper .well-outlined-box {
    border: 1px solid #ccc;
    background: none;
}

/* TASK COMMENTS */

.task-comment-msg-container {
    display: none;
    padding: 5px 10px;
    margin-top: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

#comment-entries ul {
    list-style: none;
}
#comment-entries ul li {
    border-bottom: 1px solid #ccc;
}

#comment-entries .remove-task-comment {
    color: red;
    padding-right: 10px;
}

/* WAITING ANIMATION */

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .6 ) url('waiting.gif') 50% 50% no-repeat;
    background-size: 96px 96px;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

/* FILES DISPLAY / LIST */

.directory h5,
.directory-and-files h5{
    padding: 0 8px;
}

.folder-controls button {
    margin-right: 10px;
}

.folder-controls button.return-to-clients {
    background: #357ebd;
    border: #0b172a;
    padding: 4px 6px !important;
}

.form-control.enter-directory-name,
.form-control.enter-subdirectory-name {
    float: left;
    width: auto;
    height: 26px;
}

.folder-controls #subdirectory-name.enter-subdirectory-name,
.folder-controls #directory-name.enter-directory-name {
    width: auto;
}

.no-border.delete-client-folder {
    background: transparent;
}

.no-border.rename-client-folder {
    background: transparent;
    color: #357ebd;
}

.delete-client-folder span.glyphicon {
    color: white;
}

.upload-files-input {
    background: var(--lsi-blue);
}

/* FILE TREE */

ul#dir-listing,
#dir-listing ul,
ul.files-list {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

#dir-listing li.directory div {
    padding: 0;
}

#dir-listing li.directory div.directory {
    /*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63937e+0,7db9e8+100&0.4+0,0+100 *!*/
    /*background: -moz-linear-gradient(left,  rgba(99,147,126,0.4) 0%, rgba(125,185,232,0) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left,  rgba(99,147,126,0.4) 0%,rgba(125,185,232,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right,  rgba(99,147,126,0.4) 0%,rgba(125,185,232,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6663937e', endColorstr='#007db9e8',GradientType=1 ); !* IE6-9 *!*/
}

#dir-listing li.directory,
#dir-listing li.directory-and-files {
    /*background: #e6e6e6;*/
    border-top: 1px #e6e6e6;
    border-bottom: 1px #e6e6e6;
}

#dir-listing li.current-directory {
    /*margin-top: 5px;*/
    /*border-bottom: 1px solid #a9a9a9;*/
    /*border-left: 1px solid #a9a9a9;*/
    /*border-right: 1px solid #a9a9a9;*/
    /*background: rgb(47, 82, 105);*/
    color: #fff;
}

#dir-listing li.current-directory h3 {
    margin: 5px 0;
}

#dir-listing li.current-directory.home-dir {
    background: rgb(47, 82, 105);
    color: #fff;
}

#dir-listing li.no-directories {
    margin-top: 15px;
    font-size: 125%;
}

#dir-listing li.current-directory .rename-client-folder span {
    color: #fff;
}

ul.files-list .file {
    list-style: none;
    background: transparent;
    padding-top: 5px;
    background: #fcfcfc;
}

#dir-listing li.directory .directory h3:hover {
    cursor: pointer;
    background: #dadada;
    /*!* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63937e+0,7db9e8+100&0.5+0,0+100 *!*/
    /*background: -moz-linear-gradient(left,  rgba(99,147,126,0.5) 0%, rgba(125,185,232,0) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left,  rgba(99,147,126,0.5) 0%,rgba(125,185,232,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right,  rgba(99,147,126,0.5) 0%,rgba(125,185,232,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8063937e', endColorstr='#007db9e8',GradientType=1 ); !* IE6-9 *!*/
}

#dir-listing li.directory h5,
#dir-listing li.directory-and-files h5 {
    padding: 8px;
    margin: 0;
    font-weight: bold;
    font-size: 125%;
}

#dir-listing li.current-directory h5 {
    padding: 0 8px;
    margin: 0;
    font-weight: bold;
    font-size: 125%;
}

#dir-listing li.file {
    background: #fff;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #eee;
    height: auto;
}

#dir-listing .btn.btn-danger,
#dir-listing .btn.btn-info {
    border-radius: 2px;
    /*line-height: 1em;*/
    padding: 2px 3px;
    line-height: 1.0;
    display: block;
}

#dir-listing .btn.btn-info {
    padding: 3px 4px;
    margin-right: 5px;
}

.folder-controls .btn.go-to-top,
.folder-controls .btn.create-directory,
.folder-controls .btn.create-subdirectory,
.folder-controls .btn.go-to-client-home {
    color: #fff;
    background-color: #73b678;
    border-color: rgb(103, 164, 108);
}

.folder-controls .btn.go-to-client-home:hover,
.folder-controls .btn.go-to-top:hover {
    opacity: .6;
}

#client-file-list .btn.download-client-file {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px;
}

#uploaderFile {
    /*display: none;*/
}

.file-count {
    font-weight: normal;
    font-size: 75%;
}

input[type=checkbox].file-select,
input[type=checkbox].file-select-all {
    width: auto;
    height: 12px;
    margin-right: 15px;
}

.delete-files-container {
    margin-top: 5px;
    border-top: 1px solid #ccc;
}

.files-action-container button.delete-selected-files,
.files-action-container button.copy-selected-files {
    width: auto;
    padding: 0 6px;
    margin-top: 0;
    margin-bottom: 0;
    height: 26px;
}

.files-action-container button.delete-selected-files:disabled {
    background: #b94643;
}

.files-action-container button.copy-selected-files:disabled {
    background: #449d44;
}


