<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @package RSFiles!
* @copyright (C) 2015 www.rsjoomla.com
* @license GPL, http://www.gnu.org/copyleft/gpl.html
*/

.rsf_navbar {
	padding: 0 5px !important;
}

#rsf_navbar_btn {
    margin-top: 3px;
}

.rsf_navbar_ul li {
	margin-right: 5px !important;
}

textarea.invalid {
	border: 1px solid #9d261d;
}

input.invalid:focus,
textarea.invalid:focus{
	border-color: #e9322d !important;
	-webkit-box-shadow: 0 0 6px #f8b9b7 !important;
	-moz-box-shadow: 0 0 6px #f8b9b7 !important;
	box-shadow: 0 0 6px #f8b9b7 !important;
}

.rsf_reset_margin {
	margin-bottom: 0 !important;
}

#external span {
	display: inline-block;
}

.rsf_inline {
	display: inline;
}

#rsf_overwrite &gt; input {
	vertical-align: sub;
}

.rsf_thumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}

.rsf_fixed {
	background: none repeat scroll 0 0 #E8E8E8;
	margin-left: 5px;
    margin-top: 5px;
    padding: 2px;
    position: fixed;
    text-align: right;
    width: 96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rsf_fixed .btn-group {
    margin-right: 5px;
}

.rsf_fixed .btn-group button {
    font-size: 13px !important;
    margin-top: 5px;
    min-height: 20px !important;
}

.rsf_fixed .rsf_fixed_name {
	float: left;
    padding: 14px;
}

.rsf_briefcase_name {
	width: 25%;
	text-align: right;
}

.rsf_briefcase_info {
	width: 25%;
}

.rsf_pre {
    padding: 60px 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.center {
	text-align: center;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 4px;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

/* outer */
.com-rsfiles-progress {
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* inner */
.com-rsfiles-progress .com-rsfiles-bar {
	line-height: 20px;
	padding-right: 10px;
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

#com-rsfiles-upload-results{ 
	display: block;
    height: 119px;
    list-style: none outside none;
    margin: 10px auto;
    overflow: auto;
    padding: 0;
    width: 100%;
}

#com-rsfiles-upload-results li{ 
	border-radius:5px; 
	margin:5px 0px; 
	position:relative; 
}

.rs_error{
	background-color: #FFDFDF;
	border:1px solid #FF6F6F;
	padding:7px;
	display:block;
}

.rs_success{
	background-color: #CFFFDA;
	border: 1px solid #4FFF77;
	padding:7px;
	display:block;
}

.com-rsfiles-close-message {
	cursor: pointer;
    float: right;
}

#com-rsfiles-progress-info {
	float: right;
	margin-bottom: 10px;
}

#rsf_external .input-append {
	width: 85%
}

#rsf_external input {
	width: 100%;
}

.rsfiles-full-video {
	width: 100% !important;
}

.rsfiles-file {
    display: inline-block;
    margin-bottom: 10px;
}

.badge-license a {
	color: #fff;
}

.rsfiles-download-info .badge {
	cursor: default;
}

.rsfiles-download-info {
    word-break: break-all;
    word-wrap: break-word;
}

@media (max-width: 444px) {
	.jp-audio .jp-volume-controls,
	.jp-video .jp-volume-controls {
		display: none;
	}
	
	.jp-video .jp-type-single .jp-controls {
		margin-left: 100px !important;
	}
}

@media screen and (max-width: 500px) {
	.jp-video video, .jp-audio, .jp-controls-holder {
		width: 99% !important;
	}
	
	.jp-video, .jp-video &gt; div, .jp-video img {
		height: auto !important;
		width: 99% !important;
	}

	.jp-video-360p {
		max-width: 570px !important;
	}
}

@media (max-width: 360px) {
	.jp-audio .jp-type-single .jp-time-holder,
	.jp-audio .jp-type-single .jp-progress {
		width: 125px !important;
	}
	
	.jp-video .jp-toggles {
		width: 50px !important;
	}
}

@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	.jp-audio .jp-type-single .jp-time-holder,
	.jp-audio .jp-type-single .jp-progress {
		width: 125px !important;
	}
	
	.jp-audio {
		width: 250px !important;
	}
	
	.jp-video .jp-toggles {
		width: 50px !important;
	}
}

.rsfiles-image-modal {
	display: block;
	height: 400px;
	margin: 0 auto;
	padding: 10px;
}

.rsfiles-audio-player-container {
	overflow: hidden;
}

.rsfiles-audio-player-container-mpModal {
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rsfiles-video-player-container-mpModal {
	overflow: hidden;
}

.rsfiles-modal {
	padding: 5px;
}

.rsf_files a,
.rsf_files a:hover,
.rsf_files a:active,
.rsf_files a:focus {
	text-decoration: none !important;
}

.btn:hover {
	background-position: 0 !important;
}

.rsfiles-file-icon {
	font-size: 17px;
	vertical-align: middle;
}

#rsf-icons {
	overflow: auto;
	height: 100%;
}

#rsf-icons .rsf-icon-btn {
	margin-bottom: 15px;
}

.rsf-icon-btn i::before {
	font-size: 35px;
	line-height: 40px;
}

#file_icon {
	padding-top: 3px;
	padding-bottom: 3px;
}

.rsfiles-upload-box {
	background-color: #ececec;
	position: relative;
	padding: 100px 20px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.rsfiles-upload-dragover {
	outline-offset: -20px;
	outline-color: #ececec;
	background-color: #fff;
}

.rsfiles-upload-image {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

#com-rsfiles-upload-field {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.rsfiles-upload-box-label {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}

.rsfiles-upload-box-label:hover {
    color: #39bfd3;
}

.rsfiles-upload-box-bottom {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.rsfiles-upload-box-top {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

.rsfiles-icon-large,
[class^="flaticon-"].rsfiles-icon-large:before, 
[class*=" flaticon-"].rsfiles-icon-large:before {
	font-size: 40px;
	line-height: 1.5;
}

.card-image {
	min-height: 62px;
}

@media (min-width: 767px) {
	#rsfiles-layout-j3 .row-fluid {
		display: flex;
	}

	#rsfiles-layout-j3 .d-flex {
		display: flex !important;
	}

	#rsfiles-layout-j3 .flex-fill {
		flex:1 1 auto !important;
	}
}
	
#rsfiles-layout-j3 .mt-3 {
	margin-top: 1rem;
}

#rsfiles-layout-j3 .card {	
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid #dfe3e7;
	border-radius: .25rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
}

#rsfiles-layout-j3 .card-title {
	word-wrap:anywhere;
}

#rsfiles-layout-j3 .card-body {
	flex: 1 1 auto;
	padding: 1rem;
}

#rsfiles-layout-j3 .card-footer {
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid #dfe3e7;
	padding: .5rem 1rem;
}

@media (max-width: 621px) {
	#com-rsfiles-upload-results li{ 
		width: 94%;
	}
}

@media (max-width: 767px) {
	#rsfiles-layout-j3 .rsfiles-block-item,
	#rsfiles-layout-j4 .rsfiles-block-item {
		margin-bottom: 10px;
	}
}

#rsfiles-rating {
    cursor: pointer;
    list-style: outside none none;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
}

#rsfiles-rating li {
    float: left;
    margin-right: 5px;
}

#rsfiles-rating a {
    font-size: 15px;
    text-decoration: none;
}

#rsfiles-rating .fa-star {
    color: #e3cf7a;
}

#rsfiles-rating a:hover,
#rsfiles-rating a:focus,
#rsfiles-rating a:active {
    text-decoration: none;
}

.rsfiles-file .card-title {
    word-break: break-all;
}</pre></body></html>