<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uploader-file {
	height: 27px;
	line-height: 27px;
	background-color: white;
	padding: initial;
	border: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	display: inline-block;
	width: 60px;
	padding: 4px;
	font-size: 13px;
	color: gray;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: baseline;
	-webkit-box-align: baseline;
	text-align: start;
	border: 2px inset;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	cursor: pointer;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}
.btn.danger,.btn.danger:hover,.btn.error,.btn.error:hover,.btn.success,.btn.success:hover,.btn.info,.btn.info:hover{color:#ffffff;}
.btn:focus{outline:1px dotted #666;}
.btn.active,.btn:active{-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);}
.btn.disabled{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn[disabled]{cursor:default;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=65);-khtml-opacity:0.65;-moz-opacity:0.65;opacity:0.65;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn:hover{background-position:0 -15px;color:#333;text-decoration:none;}
.btn {
	margin: 0;
	border-radius: 0 url(0);
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 4px 8px 5px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 16px !important;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	border-image: initial;
}
.btn.danger, .btn.error {
	background-color: #C43C35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #C43C35 #C43C35 #882A25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info{
	background-color: #339BB9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #339BB9 #339BB9 #22697D;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.primary {
	color:#ffffff;
	background-color: #0064CD;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064CD #0064CD #003F81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success {
	background-color: #57A957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57A957 #57A957 #3D773D;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.row {
	  zoom: 1;
	  margin-left: 5px;
}
.row:before,.row:after {
	  display: table;
	  content: "";
	  zoom: 1;
}
.row:after {
	  clear: both;
}
.fade.in {
	opacity: 1;
}

/*
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
	background-color: #F9F9F9;
}
.zebra-striped tbody tr:hover td,.zebra-striped tbody tr:hover th {
	background-color:#f5f5f5;
}
*/

.uploader-container [class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-top;
	background-image: url(../images/glyphicons-halflings-white.png);
	background-repeat: no-repeat;
}

.uploader-container .icon-plus {
	background-position: -408px -96px;
}

.uploader-container .icon-upload {
	background-position: -144px -24px;
}

.uploader-container .icon-ban-circle {
	background-position: -216px -96px;
}

.uploader-container .icon-trash {
	background-position: -456px 0;
}

.uploader-container button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.uploader-container {
	width: 430px;
	height: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #404040;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	border-image: initial;
	overflow: hidden;
}

.uploader-container .preview {
	width: 25%;
	vertical-align: middle;
}

.uploader-container .name {
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.uploader-container .delete {
	width: 45px;
	vertical-align: middle;
}

.uploader-container input[type="checkbox"], .uploader-container input[type="radio"] {
	cursor: pointer;
}

.uploader-container:before,.uploader-container:after {
	  display: table;
	  content: "";
	  zoom: 1;
}
.uploader-container table {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	font-size: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	/*border-color: gray;*/
	table-layout:fixed;
}
.uploader-container td {
	vertical-align: top;
	/*border-top: 1px solid #DDD;*/
}
.uploader-container th, .uploader-container td {
	padding: 0 5px;
	line-height: 18px;
	text-align: left;
}

.uploader-container a {
	color: #0069D6;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
}

.uploader-container .label.important {
	/*background-color: #C43C35;*/
}
.uploader-container .label {
	/*padding: 1px 3px 2px;*/
	font-size: 9.75px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
	/*background-color: #BFBFBF;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.files-holder {
	width: 280px; 
	overflow: hidden; 
	height: 50px;
	float: right;
	margin-right: 0;
}

.fileupload-input {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  border: solid transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.fileinput-button {
  position: relative;
}

.progressbar,
.progressbar div {
  width: 100px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.progressbar div {
  width: auto;
  background: url(../images/progressbar.gif);
  height: 8px;
}

.fileupload-progressbar {
  width: 390px;
	margin: 5px 14px;
	font-size: 10px;
	text-align: center;
	height: 8px;
  /*margin-left: 14px;*/
}
.fileupload-buttonbar {
	margin-top: 10px;
	margin-left: 0;
	width: 145px;
	float:left;	
}
#uploader-crop{position: absolute; display: none;}
#uploader-mover{width: 430px; position: absolute; display: none;}
#uploader-mover h1{ font-size: 22px; color:#999; line-height: 26px; font-weight: normal; text-align: center;}
#uploader-mover p{ width: 425px; padding: 15px; text-align: justify; font-size: 11px; color: #666;}
#no-images {color:#999; font-size: 50px; font-family: Arial, Helvetica, sans-serif; line-height: 300px; text-align: center; font-weight: 500; display: none;}


#page_marquee-northWest, 
#page_marquee-north, 
#page_marquee-northEast, 
#page_marquee-west, 
#page_marquee-east, 
#page_marquee-southWest,
#page_marquee-south,
#page_marquee-southEast {
	width: 8px !important;
	height: 8px !important;
	
}

/* Tabs Custom Theme */
.ui-tabs {
	padding: 0;
}
.ui-tabs .ui-tabs-panel {
	margin: padding: 5px 0 5px 0;
	padding: 0 0 15px 0;
	clear: both;
	border: 1px solid #CCC;
	background-color: white;
}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}
.ui-widget {
	font-family: inherit;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

#uploader_tabs {
	clear: both;
	border: none;
	background-color: white;
	margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 1px solid #FFF !important;
	background: #FFF !important;
}

#upload-tab-control {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	position: relative;
	height: 30px;
	clear: both;
}

#upload-tab-control li {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
	height: 30px;
	border: 1px solid #CCC;
	font-weight: 600;
	position: relative;
	z-index: 200;
	background: url(../images/tabs-bg.png) repeat-x 0 0;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	top: 1px;
}

#upload-tab-control li a {
	color:#333;
	font-size: 12px	;
}

#upload-tab-control li.ui-state-active a::after {
	position: relative;
	left: 6px;
	top: 0px;
	content: url(../images/tabs-arrow-bottom.png);
}
#upload-tab-control li a::after {
	position: relative;
	left: 7px;
	top: -1px;
	content: url(../images/tabs-arrow-right.png);
}

.ui-widget-header {
	border: none;
	background: #FFF;
	
}
#upload-delete {
	display: none;	
}

#upload-cancel {
	display: none;	
}


@media only screen and (max-width: 480px) {
	
#page_marquee-northWest, 
#page_marquee-north, 
#page_marquee-northEast, 
#page_marquee-west, 
#page_marquee-east, 
#page_marquee-southWest,
#page_marquee-south,
#page_marquee-southEast {
	width: 18px !important;
	height: 18px !important;
	
}	
	
}</pre></body></html>