.tablesorter_filesfm_style_light {
    table-layout: fixed;
    border-spacing: 0px;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #1A2533;
}


.tablesorter_filesfm_style_light thead tr:first-child th:first-child ,
.tablesorter_filesfm_style_light.hide_first_column thead tr:first-child th:nth-child(2) {
	border-top-left-radius: 5px !important;
}
.tablesorter_filesfm_style_light thead tr:first-child th:last-child {
	border-top-right-radius: 5px !important;
}
.tablesorter_filesfm_style_light tr:last-child td:first-child ,
.tablesorter_filesfm_style_light.hide_first_column tr:last-child td:nth-child(2){
	border-bottom-left-radius: 5px;
}
.tablesorter_filesfm_style_light tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

.tablesorter_filesfm_style_light th:last-child ,
.tablesorter_filesfm_style_light td:last-child {
    border-right: unset;
}
.tablesorter_filesfm_style_light tr {
    height: 14px;
}
.tablesorter_filesfm_style_light tr:nth-child(even) td {
    background-color: #F8F8F8;
}
.tablesorter_filesfm_style_light th,
.tablesorter_filesfm_style_light td {
    padding: 10px !important;
    white-space: unset;
    border-right: 1px solid #DEDEDE;
}


.tablesorter_filesfm_style_light th {
    background-color: unset;
    vertical-align: middle;
    padding: 8px 20px 8px 4px;
    font-weight: normal;
    padding-right: 16px !important;
    border-bottom: 1px solid #E3E3E3;
}
.tablesorter_filesfm_style_light .tablesorter-header { 
	background-image: none !important;
	position: relative;
}
.tablesorter_filesfm_style_light .tablesorter-header .tablesorter-header-inner:after {
	content: '\f0dc';
	font-family: "FontAwesome";
	color: #CCCCCC;
	position: absolute;
	top: calc(50% - 10px);
	right: 5px;
}
.tablesorter_filesfm_style_light .tablesorter-headerDesc .tablesorter-header-inner:after {
	content: '\f0dd';
	color: #1A2533;
}
.tablesorter_filesfm_style_light .tablesorter-headerAsc .tablesorter-header-inner:after {
	content: '\f0de';
	color: #1A2533;
}
.tablesorter_filesfm_style_light .tablesorter-header.sorter-false .tablesorter-header-inner:after {
	content: '';
}


.tablesorter_filesfm_style_light .tablesorter-filter-row {
    display: none;  
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input ,
.tablesorter_filesfm_style_light .tablesorter_custom_filter select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 13px);
    background-position-y: center;
    padding: 5px 30px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    height: 42px;
    border: 1px solid #DEDEDE;
    width: 100%;
}
#manage_users__sorted_table__users__datesearch__used_size {
    position: relative;
    color: #707070;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input {
    background-image: url(/images/UI_icons/grey/search.svg);
    background-position: calc(100% - 7px) !important;
    background-size: 19px;
    max-width: 300px;
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input:focus {
    border-color: #1389fe;
}

.tablesorter_filesfm_style_light .tablesorter_custom_filter select {
    background-image: url(/images/UI_icons/inputs/dropdown.svg);
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input::placeholder {
  color: #000;
  opacity: 1;
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input:-ms-input-placeholder {
  color: #000;
}
.tablesorter_filesfm_style_light .tablesorter_custom_filter input::-ms-input-placeholder {
  color: #000;
}

.tablesorter_filesfm_style_light .tablesorter_custom_filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.tablesorter_filesfm_style_light .tablesorter-headerDesc ,
.tablesorter_filesfm_style_light .tablesorter-headerAsc {
	border-bottom: 1px solid #E3E3E3 !important;
}


.tablesorter_filesfm_style_light tbody tr.highlited_row td ,
.tablesorter_filesfm_style_light tbody tr.highlited_row:hover td {
    background-color: rgba(167, 161, 161, 0.1);
    color: rgba(0, 0, 0, 0.5);
}

.tablesorter_filesfm_style_light tbody tr:hover td {
    background-color: #eeeeee;
}
.tablesorter_filesfm_style_light td {
    vertical-align: middle;
    position: relative;
    overflow: visible;
    background: white;
    border-bottom: 0;
	transition:0.5s ease;
}
.tablesorter_filesfm_style_light:not(.tablesorter_filesfm_style_light_wrap) td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tablesorter_filesfm_style_light.hide_first_column tr th:first-child ,
.tablesorter_filesfm_style_light.hide_first_column tr td:first-child {
	display: none;
}


.tablesorter_filesfm_style_light .tablesorter_row_open_button {
    display: inline-flex;
    height: 26px;
    width: 26px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.5s ease, color 0.5s ease;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    color: #6c6c6c !important;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button:hover {
	color: #1389FE !important;
}
	.tablesorter_filesfm_style_light .tablesorter_row_open_button .fa,
	.tablesorter_filesfm_style_light .tablesorter_row_open_button .fal {
    	color: #707070;
    	line-height: 26px;
		font-size: 16px;
		transition: background-color 0.5s ease, color 0.5s ease;
	}

	.tablesorter_filesfm_style_light .tablesorter_row_open_button:hover .fa,
	.tablesorter_filesfm_style_light .tablesorter_row_open_button:hover .fal {
		color: #1389FE;
	}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_copy,
.tablesorter_filesfm_style_light .tablesorter_row_open_button_view,
.tablesorter_filesfm_style_light .tablesorter_row_open_button_add-to-calendar {
    height: 32px;
    width: 32px;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    font-size: 10px;
    align-items: flex-end;
    background-position: center 3px;
    line-height: 12px;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_view {
    background-image: url(/images/UI_icons/eye.svg);
    background-position-y: 4px;
    background-size: auto 12px;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_view:hover {
    background-image: url(/images/UI_icons/blue/eye.svg);
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_copy {
    background-image: url(/images/UI_icons/copy.svg);
    background-size: auto 13px;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_copy:hover {
    background-image: url(/images/UI_icons/blue/copy.svg);
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_add-to-calendar {
    height: 58px;
    width: 52px;
    background-size: 15px;
    background-image: url(/images/UI_icons/calendar_add.svg);
    background-position-y: 4px;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_add-to-calendar:hover {
    background-image: url(/images/UI_icons/blue/calendar_add.svg);
    background-position-y: 4px;
}

.tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text {
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    min-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.5s ease;
    align-items: center;
    font-weight: normal;
    width: fit-content;
    min-width: unset;
    color: #1389FE !important;
    background-color: #DEEDFF;
    padding: 0 15px;
    text-decoration: none;
    border: unset;
    justify-content: center;
    min-width: max-content;
}
.tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text:hover {
	background: #1389FE;
	color: #fff !important;
}
    .tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text .fa ,
    .tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text .fal {
        color: #1389FE;
        line-height: 12px;
        font-size: 12px;
        margin-left: 4px;
    }
    .tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text:hover .fa ,
    .tablesorter_filesfm_style_light .tablesorter_row_open_button_with_text:hover .fal {
        color: #fff;
    }


.tablesorter_filesfm_style_light.tablesorter_filesfm_style_pager {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tablesorter_pager_filesfm_style_light {
    margin: -15px 0 0 0;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 12px;
}

    .tablesorter_pager_filesfm_style_light INPUT,
    .tablesorter_pager_filesfm_style_light SELECT {
        font-size: 12px;
    }

.tablesorter_pager_filesfm_style_light_new {
    margin: -15px 0 0 0;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 12px;
    color: #707070;
    padding-top: 15px;
    margin-top: 0;
}
.tablesorter_pager_filesfm_style_light_new form {
    display: flex;
    justify-content: space-between;
}
.tablesorter_pager_filesfm_style_light_new .pagesize_dropdown-wrapper {
    display: inline-block;
}
.tablesorter_pager_filesfm_style_light_new .pagedisplay-wrapper {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.tablesorter_pager_filesfm_style_light_new .pagesize-dropdown {
    display: inline-flex;
    min-width: 40px;
    height: 26px;
    line-height: 3;
    border: 1.3px solid #E2E2E2;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
}
.tablesorter_pager_filesfm_style_light_new .pagesize-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #F3F3F3;
    background: url(/images/UI_icons/inputs/dropdown.svg) center center no-repeat;
    background-size: 7px auto;
    background-position-x: calc(100% - 10px);
    flex: 1;
    font-size: 12px;
    padding: 0 25px 0 10px;
    color: #222D3B;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
}
.tablesorter_pager_filesfm_style_light_new .gotoPage {
    width: 40px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 5px;
}
.tablesorter_pager_filesfm_style_light_new .prev,
.tablesorter_pager_filesfm_style_light_new .next {
    width: 26px;
    height: 26px;
    background-color: #E2E4E6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: center;
}
.tablesorter_pager_filesfm_style_light_new .prev {
    background-size: 6px;
    background-image: url(/images/UI_icons/caret_left.svg);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 15px;
} 
.tablesorter_pager_filesfm_style_light_new .next {
    background-size: 6px;
    background-image: url(/images/UI_icons/caret_right.svg);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.tablesorter_pager_filesfm_style_light_new .prev.disabled,
.tablesorter_pager_filesfm_style_light_new .next.disabled {
    background-color: #EFF1F4;
}
.tablesorter_pager_filesfm_style_light_new span.mobile {
    display: block;
    margin-bottom: 5px;
}
.tablesorter_pager_filesfm_style_light_new span {
    display: none;
    text-transform: uppercase;
    margin-right: 10px;
}

@media only screen and (min-width: 820px) {
    .tablesorter_pager_filesfm_style_light_new {
        box-sizing: border-box;
    }
    .tablesorter_pager_filesfm_style_light_new span {
        display: inline-block;  
    }
    .tablesorter_pager_filesfm_style_light_new span.mobile {
        display: none;  
    }
    .tablesorter_pager_filesfm_style_light_new .gotoPage {
        margin-right: 10px;
    }
    .tablesorter_pager_filesfm_style_light_new .prev {
        margin-left: 10px;
    }
}

.sorted_table__empty_result_row td {
    white-space: normal;
}


.sorted_table__empty_result_row td {
    white-space: normal;
}

.tablesorter_filesfm_style_light input.info_input {
    border: 0;
    width: 100%;
    font-size: inherit;
    color: inherit;
    padding: 0;
    min-width: unset;
    background: transparent;
}


.tablesorter_scrollable_wrapper {
    overflow-x: auto;
    margin: 20px 0 15px 0;
	border-radius: 5px;
    border: 1px solid #E3E3E3;
}
.tablesorter_scrollable_wrapper::-webkit-scrollbar {
	width: 19px;
}
.tablesorter_scrollable_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.45);
    border: solid 6px transparent;
}
.tablesorter_scrollable {
	margin : 0;
	border-radius: 0;
    border: 0;
}