html,body {
width:100%;
height:100%;
margin:0;
padding:0;
}

.elfinder-dialog-resize {
margin-top:.3em;
}

.elfinder-resize-type {
float:left;
margin-bottom:.4em;
}

.elfinder-resize-control {
padding-top:3em;
}

.elfinder-resize-control input[type=text] {
border:1px solid #aaa;
text-align:right;
}

.elfinder-resize-preview {
width:400px;
height:400px;
background:#fff;
border:1px solid #aaa;
float:right;
position:relative;
overflow:auto;
padding:10px;
}

.elfinder-resize-handle {
position:relative;
}

.elfinder-resize-handle-hline,.elfinder-resize-handle-vline {
position:absolute;
background-image:url(../img/crop.gif);
}

.elfinder-resize-handle-hline {
width:100%;
height:1px!important;
background-repeat:repeat-x;
}

.elfinder-resize-handle-vline {
width:1px!important;
height:100%;
background-repeat:repeat-y;
}

.elfinder-resize-handle-hline-bottom {
bottom:0;
left:0;
}

.elfinder-resize-handle-vline-right {
top:0;
right:0;
}

.elfinder-resize-handle-point {
position:absolute;
width:8px;
height:8px;
border:1px solid #777;
background:0 0;
}

.elfinder-resize-handle-point-n {
top:0;
left:50%;
margin-top:-5px;
margin-left:-5px;
}

.elfinder-resize-handle-point-ne {
top:0;
right:0;
margin-top:-5px;
margin-right:-5px;
}

.elfinder-resize-handle-point-e {
top:50%;
right:0;
margin-top:-5px;
margin-right:-5px;
}

.elfinder-resize-handle-point-se {
bottom:0;
right:0;
margin-bottom:-5px;
margin-right:-5px;
}

.elfinder-resize-handle-point-s {
bottom:0;
left:50%;
margin-bottom:-5px;
margin-left:-5px;
}

.elfinder-resize-handle-point-sw {
bottom:0;
left:0;
margin-bottom:-5px;
margin-left:-5px;
}

.elfinder-resize-handle-point-w {
top:50%;
left:0;
margin-top:-5px;
margin-left:-5px;
}

.elfinder-resize-handle-point-nw {
top:0;
left:0;
margin-top:-5px;
margin-left:-5px;
}

.elfinder-resize-spinner {
position:absolute;
width:200px;
height:30px;
top:50%;
margin-top:-25px;
left:50%;
margin-left:-100px;
text-align:center;
background:url(../img/progress.gif) center bottom repeat-x;
}

.elfinder-resize-row {
margin-bottom:7px;
position:relative;
}

.elfinder-resize-label {
float:left;
width:80px;
padding-top:3px;
}

.elfinder-resize-reset {
width:16px;
height:16px;
position:absolute;
margin-top:-8px;
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-e {
height:100%;
width:10px;
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-s {
width:100%;
height:10px;
}

.elfinder-dialog .elfinder-dialog-resize .ui-resizable-se {
background:0 0;
bottom:0;
right:0;
margin-right:-7px;
margin-bottom:-7px;
}

.elfinder-dialog-resize .ui-icon-grip-solid-vertical {
position:absolute;
top:50%;
right:0;
margin-top:-8px;
margin-right:-11px;
}

.elfinder-dialog-resize .ui-icon-grip-solid-horizontal {
position:absolute;
left:50%;
bottom:0;
margin-left:-8px;
margin-bottom:-11px;
}

.elfinder-resize-rotate-slider {
float:left;
width:195px;
margin:7px 7px 0;
}

.elfinder-file-edit {
width:99%;
height:99%;
border:1px solid #ccc;
margin:0;
padding:2px;
}

.elfinder-help {
margin-bottom:.5em;
}

.elfinder-help .ui-tabs-panel {
padding:.5em;
}

.elfinder-dialog .ui-tabs .ui-tabs-nav li a {
padding:.2em 1em;
}

.elfinder-help-shortcuts {
height:300px;
overflow:auto;
margin:.5em 0;
padding:1em;
}

.elfinder-help-shortcut {
white-space:nowrap;
clear:both;
}

.elfinder-help-shortcut-pattern {
float:left;
width:160px;
}

.elfinder-help-logo {
width:100px;
height:96px;
float:left;
margin-right:1em;
background:url(../img/logo.png) center center no-repeat;
}

.elfinder-help h3 {
font-size:1.5em;
margin:.2em 0 .3em;
}

.elfinder-help-separator {
clear:both;
padding:.5em;
}

.elfinder-help-link {
padding:2px;
}

.elfinder-help .ui-priority-primary {
margin-bottom:7px;
}

.elfinder-help-team {
clear:both;
text-align:right;
border-bottom:1px solid #ccc;
font-size:.9em;
margin:.5em 0;
}

.elfinder-help-disabled {
font-weight:700;
text-align:center;
margin:90px 0;
}

.elfinder-help .elfinder-dont-panic {
display:block;
border:1px solid transparent;
width:200px;
height:200px;
text-decoration:none;
text-align:center;
position:relative;
-moz-box-shadow:5px 5px 9px #111;
-webkit-box-shadow:5px 5px 9px #111;
box-shadow:5px 5px 9px #111;
background:0;
-moz-border-radius:100px;
-webkit-border-radius:100px;
border-radius:100px;
outline:none;
margin:30px auto;
}

.elfinder-help .elfinder-dont-panic span {
font-size:3em;
font-weight:700;
text-align:center;
color:#fff;
position:absolute;
left:0;
top:45px;
}

.elfinder {
position:relative;
display:block;
padding:0;
}

.elfinder-rtl {
text-align:right;
direction:rtl;
}

.elfinder-workzone {
position:relative;
overflow:hidden;
padding:0;
}

.elfinder-perms,.elfinder-symlink {
position:absolute;
width:16px;
height:16px;
background-image:url(../img/toolbar.png);
background-repeat:no-repeat;
background-position:0 -528px;
}

.elfinder-wo .elfinder-perms {
background-position:0 -80px;
}

.elfinder-drag-helper {
width:60px;
height:50px;
z-index:100000;
padding:0 0 0 25px;
}

.elfinder-drag-helper-icon-plus {
position:absolute;
width:16px;
height:16px;
left:43px;
top:55px;
background:url(../img/toolbar.png) 0 -544px no-repeat;
display:none;
}

.elfinder-drag-num {
position:absolute;
top:0;
left:0;
width:16px;
height:14px;
text-align:center;
padding-top:2px;
font-size:12px;
font-weight:700;
color:#fff;
background-color:red;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

.elfinder-drag-helper .elfinder-cwd-icon {
float:left;
margin:0 0 0 -24px;
}

.elfinder-overlay {
opacity:0;
filter:Alpha(Opacity=0);
}

.elfinder .elfinder-panel {
position:relative;
background-image:none;
padding:7px 12px;
}

.elfinder-contextmenu,.elfinder-contextmenu-sub {
display:none;
position:absolute;
border:1px solid #aaa;
background:#fff;
color:#555;
padding:4px 0;
}

.elfinder-contextmenu-sub {
top:5px;
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-sub {
margin-left:-5px;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-sub {
margin-right:-5px;
}

.elfinder-contextmenu-item {
position:relative;
display:block;
text-decoration:none;
white-space:nowrap;
cursor:default;
padding:4px 30px;
}

.elfinder-contextmenu .elfinder-contextmenu-item span {
font-size:.76em;
display:block;
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item {
padding-left:12px;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-sub .elfinder-contextmenu-item {
padding-right:12px;
}

.elfinder-contextmenu-arrow {
width:16px;
height:16px;
background:url(../img/arrows-normal.png) 5px 4px no-repeat;
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-arrow {
right:5px;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-arrow {
left:5px;
background-position:0 -10px;
}

.elfinder-contextmenu .ui-state-hover {
border:0 solid;
background-image:none;
}

.elfinder-contextmenu-separator {
height:0;
border-top:1px solid #ccc;
margin:0 1px;
}

.elfinder-cwd-wrapper {
overflow:auto;
position:relative;
margin:0;
padding:2px;
}

.elfinder-cwd {
position:relative;
font-size:.7em;
cursor:default;
-moz-user-select:0;
-khtml-user-select:none;
-webkit-user-select:none;
user-select:none;
margin:0;
padding:0;
}

.elfinder .elfinder-cwd-wrapper.elfinder-droppable-active {
border:2px solid #8cafed;
padding:0;
}

.elfinder-cwd-view-icons .elfinder-cwd-file {
width:120px;
height:80px;
padding-bottom:2px;
cursor:default;
overflow:hidden;
}

.elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file {
float:left;
margin:0 3px 12px 0;
}

.elfinder-rtl .elfinder-cwd-view-icons .elfinder-cwd-file {
float:right;
margin:0 0 5px 3px;
}

.elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
width:52px;
height:52px;
position:relative;
margin:1px auto;
padding:2px;
}

.elfinder-cwd-view-icons .elfinder-cwd-filename {
text-align:center;
white-space:pre;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
margin:3px 1px 0;
padding:1px;
}

.elfinder-cwd-view-icons .elfinder-perms {
bottom:4px;
right:2px;
}

.elfinder-cwd-view-icons .elfinder-symlink {
bottom:6px;
left:0;
}

.elfinder-cwd-icon {
display:block;
width:48px;
height:48px;
background:url(../img/icons-big.png) 0 0 no-repeat;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
margin:0 auto;
}

.elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon {
background-position:0 -100px;
}

.elfinder-cwd-icon-directory {
background-position:0 -50px;
}

.elfinder-cwd-icon-application {
background-position:0 -150px;
}

.elfinder-cwd-icon-x-empty,.elfinder-cwd-icon-text {
background-position:0 -200px;
}

.elfinder-cwd-icon-image,.elfinder-cwd-icon-vnd-adobe-photoshop,.elfinder-cwd-icon-postscript {
background-position:0 -250px;
}

.elfinder-cwd-icon-audio {
background-position:0 -300px;
}

.elfinder-cwd-icon-video,.elfinder-cwd-icon-flash-video {
background-position:0 -350px;
}

.elfinder-cwd-icon-rtf,.elfinder-cwd-icon-rtfd {
background-position:0 -401px;
}

.elfinder-cwd-icon-pdf {
background-position:0 -450px;
}

.elfinder-cwd-icon-vnd-ms-office,.elfinder-cwd-icon-msword,.elfinder-cwd-icon-vnd-ms-word,.elfinder-cwd-icon-vnd-oasis-opendocument-text,.elfinder-cwd-icon-ms-excel,.elfinder-cwd-icon-vnd-ms-excel,.elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet,.elfinder-cwd-icon-vnd-ms-powerpoint,.elfinder-cwd-icon-vnd-oasis-opendocument-presentation {
background-position:0 -500px;
}

.elfinder-cwd-icon-html {
background-position:0 -550px;
}

.elfinder-cwd-icon-css {
background-position:0 -600px;
}

.elfinder-cwd-icon-javascript,.elfinder-cwd-icon-x-javascript {
background-position:0 -650px;
}

.elfinder-cwd-icon-x-perl {
background-position:0 -700px;
}

.elfinder-cwd-icon-x-python {
background-position:0 -750px;
}

.elfinder-cwd-icon-x-ruby {
background-position:0 -800px;
}

.elfinder-cwd-icon-x-sh,.elfinder-cwd-icon-x-shellscript {
background-position:0 -850px;
}

.elfinder-cwd-icon-x-c,.elfinder-cwd-icon-x-csrc,.elfinder-cwd-icon-x-chdr,.elfinder-cwd-icon-x-c--,.elfinder-cwd-icon-x-c--src,.elfinder-cwd-icon-x-c--hdr,.elfinder-cwd-icon-x-java,.elfinder-cwd-icon-x-java-source {
background-position:0 -900px;
}

.elfinder-cwd-icon-x-php {
background-position:0 -950px;
}

.elfinder-cwd-icon-xml {
background-position:0 -1000px;
}

.elfinder-cwd-icon-zip,.elfinder-cwd-icon-x-zip,.elfinder-cwd-icon-x-7z-compressed {
background-position:0 -1050px;
}

.elfinder-cwd-icon-x-gzip,.elfinder-cwd-icon-x-tar {
background-position:0 -1100px;
}

.elfinder-cwd-icon-x-bzip,.elfinder-cwd-icon-x-bzip2 {
background-position:0 -1150px;
}

.elfinder-cwd-icon-x-rar,.elfinder-cwd-icon-x-rar-compressed {
background-position:0 -1200px;
}

.elfinder-cwd-icon-x-shockwave-flash {
background-position:0 -1250px;
}

.elfinder-cwd-icon-group {
background-position:0 -1300px;
}

.elfinder-cwd input {
width:100%;
border:0 solid;
margin:0;
padding:0;
}

.elfinder-cwd table {
width:100%;
border-collapse:collapse;
border:0 solid;
margin:0 0 10px;
}

.elfinder .elfinder-cwd table thead tr {
border-left:0 solid;
border-top:0 solid;
border-right:0 solid;
}

.elfinder .elfinder-cwd table td {
white-space:pre;
overflow:hidden;
text-align:right;
cursor:default;
border:0 solid;
padding:3px 12px;
}

.elfinder-odd-row {
background:#eee;
}

.elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
width:97%;
position:relative;
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
padding-left:23px;
}

.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
padding-right:23px;
}

.elfinder-cwd-view-list .elfinder-perms,.elfinder-cwd-view-list .elfinder-symlink {
top:50%;
margin-top:-6px;
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-perms {
left:7px;
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink {
left:-7px;
}

.elfinder-cwd-view-list td .elfinder-cwd-icon {
width:16px;
height:16px;
position:absolute;
top:50%;
margin-top:-8px;
background-image:url(../img/icons-small.png);
}

.std42-dialog .ui-dialog-titlebar {
border-left:0 solid transparent;
border-top:0 solid transparent;
border-right:0 solid transparent;
-moz-border-radius-bottomleft:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomright:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
font-size:.82em;
font-weight:400;
padding:.2em 1em;
}

.std42-dialog .ui-dialog-titlebar-close,.std42-dialog .ui-dialog-titlebar-close:hover {
padding:1px;
}

.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
right:auto;
left:.3em;
}

.std42-dialog .ui-dialog-content {
font-size:.72em;
padding:.3em .5em;
}

.std42-dialog .ui-dialog-buttonpane {
border:0 solid;
font-size:.76em;
margin:0;
padding:.5em .7em;
}

.std42-dialog .ui-dialog-buttonpane button {
outline:0 solid;
margin:0 0 0 .4em;
padding:0;
}

.std42-dialog .ui-dialog-buttonpane button span {
padding:2px 9px;
}

.elfinder-dialog .ui-resizable-e,.elfinder-dialog .ui-resizable-s {
width:0;
height:0;
}

.elfinder-dialog-icon {
position:absolute;
width:32px;
height:32px;
left:12px;
top:50%;
margin-top:-15px;
background:url(../img/dialogs.png) 0 0 no-repeat;
}

.elfinder-rtl .elfinder-dialog-icon {
left:auto;
right:12px;
}

.elfinder-dialog-error .ui-dialog-content,.elfinder-dialog-confirm .ui-dialog-content {
padding-left:56px;
min-height:35px;
}

.elfinder-rtl .elfinder-dialog-error .ui-dialog-content,.elfinder-rtl .elfinder-dialog-confirm .ui-dialog-content {
padding-left:0;
padding-right:56px;
}

.elfinder-notify {
border-bottom:1px solid #ccc;
position:relative;
text-align:center;
overflow:hidden;
padding:.5em;
}

.elfinder-ltr .elfinder-notify {
padding-left:30px;
}

.elfinder-rtl .elfinder-notify {
padding-right:30px;
}

.elfinder-notify-progressbar {
width:180px;
height:8px;
border:1px solid #aaa;
background:#f5f5f5;
overflow:hidden;
margin:5px auto;
}

.elfinder-notify-progress {
width:100%;
height:8px;
background:url(../img/progress.gif) center center repeat-x;
}

.elfinder-notify-progressbar,.elfinder-notify-progress {
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}

.elfinder-dialog-icon-open,.elfinder-dialog-icon-file,.elfinder-dialog-icon-reload {
background-position:0 -225px;
}

.elfinder-dialog-icon-download {
background-position:0 -260px;
}

.elfinder-dialog-icon-save {
background-position:0 -295px;
}

.elfinder-dialog-icon-rename {
background-position:0 -330px;
}

.elfinder-dialog-icon-archive,.elfinder-dialog-icon-extract {
background-position:0 -365px;
}

.elfinder-dialog-icon-search {
background-position:0 -402px;
}

.elfinder-dialog-confirm-applyall {
padding-top:3px;
}

.elfinder-info-title .elfinder-cwd-icon {
float:left;
width:48px;
height:48px;
margin-right:1em;
}

.elfinder-info-title strong {
display:block;
padding:.3em 0 .5em;
}

.elfinder-info-tb {
min-width:200px;
border:0 solid;
font-size:.9em;
margin:1em .2em;
}

.elfinder-info-tb td {
white-space:nowrap;
padding:2px;
}

.elfinder-info-tb a {
outline:none;
text-decoration:underline;
}

.elfinder-info-spinner {
width:14px;
height:14px;
float:left;
background:url(../img/spinner-mini.gif) center center no-repeat;
margin:0 5px;
}

.elfinder-upload-dropbox {
font-size:1.2em;
text-align:center;
border:3px dashed #aaa;
padding:2em 0;
}

.elfinder-upload-dropbox.ui-state-hover {
background:#dfdfdf;
border:3px dashed #555;
}

.elfinder-upload-dialog-or {
font-size:1.2em;
text-align:center;
margin:.3em 0;
}

.elfinder-upload-dialog-wrapper .ui-button {
position:relative;
overflow:hidden;
}

.elfinder-upload-dialog-wrapper .ui-button form {
position:absolute;
right:0;
top:0;
opacity:0;
filter:Alpha(Opacity=0);
}

.elfinder-upload-dialog-wrapper .ui-button form input {
font-size:3em;
padding:0 20px;
}

.dialogelfinder .dialogelfinder-drag {
border-left:0 solid;
border-top:0 solid;
border-right:0 solid;
font-weight:400;
font-size:.9em;
cursor:move;
position:relative;
text-align:left;
padding:2px 12px;
}

.elfinder-ltr .dialogelfinder-drag-close {
right:12px;
}

.elfinder-rtl .dialogelfinder-drag-close {
left:12px;
}

.elfinder .elfinder-navbar {
width:230px;
font-size:.72em;
background-image:none;
border-top:0 solid;
border-bottom:0 solid;
overflow:auto;
display:none;
position:relative;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
user-select:none;
padding:3px 5px;
}

.elfinder-ltr .elfinder-navbar {
float:left;
border-left:0 solid;
}

.elfinder-rtl .elfinder-navbar {
float:right;
border-right:0 solid;
}

.elfinder-ltr .ui-resizable-e {
margin-left:10px;
}

.elfinder-tree {
display:table;
width:100%;
margin:0 0 .5em;
}

.elfinder-navbar-dir {
position:relative;
display:block;
white-space:nowrap;
outline:0 solid;
border:1px solid transparent;
cursor:default;
margin:0;
padding:3px 12px;
}

.elfinder-ltr .elfinder-navbar-dir {
padding-left:35px;
}

.elfinder-rtl .elfinder-navbar-dir {
padding-right:35px;
}

.elfinder-navbar-arrow {
width:12px;
height:14px;
position:absolute;
display:none;
top:50%;
margin-top:-8px;
background-image:url(../img/arrows-normal.png);
background-repeat:no-repeat;
}

.ui-state-active .elfinder-navbar-arrow {
background-image:url(../img/arrows-active.png);
}

.elfinder-ltr .elfinder-navbar-collapsed .elfinder-navbar-arrow {
background-position:0 4px;
left:0;
}

.elfinder-rtl .elfinder-navbar-collapsed .elfinder-navbar-arrow {
background-position:0 -10px;
right:0;
}

.elfinder-ltr .elfinder-navbar-expanded .elfinder-navbar-arrow,.elfinder-rtl .elfinder-navbar-expanded .elfinder-navbar-arrow {
background-position:0 -21px;
}

.elfinder-navbar-icon {
width:16px;
height:16px;
position:absolute;
top:50%;
margin-top:-8px;
background-image:url(../img/toolbar.png);
background-repeat:no-repeat;
background-position:0 -16px;
}

.elfinder-ltr .elfinder-navbar-icon {
left:14px;
}

.elfinder-rtl .elfinder-navbar-icon {
right:14px;
}

.elfinder-places .elfinder-navbar-root .elfinder-navbar-icon {
background-position:0 -48px;
}

.elfinder-ltr .elfinder-navbar-subtree {
margin-left:12px;
}

.elfinder-rtl .elfinder-navbar-subtree {
margin-right:12px;
}

.elfinder-navbar-spinner {
width:14px;
height:14px;
position:absolute;
display:block;
top:50%;
margin-top:-7px;
background:url(../img/spinner-mini.gif) center center no-repeat;
}

.elfinder-ltr .elfinder-navbar-spinner {
left:0;
margin-left:-2px;
}

.elfinder-rtl .elfinder-navbar-spinner {
right:0;
margin-right:-2px;
}

.elfinder-navbar .elfinder-perms {
top:50%;
margin-top:-8px;
}

.elfinder-ltr .elfinder-navbar .elfinder-perms {
left:18px;
}

.elfinder-rtl .elfinder-navbar .elfinder-perms {
right:18px;
}

.elfinder-navbar .ui-resizable-handle {
width:12px;
background:url(../img/resize.png) center center no-repeat;
left:0;
}

.elfinder-nav-handle-icon {
position:absolute;
top:50%;
opacity:.5;
filter:Alpha(Opacity=50);
margin:-8px 2px 0;
}

.elfinder-places {
border:1px solid transparent;
}

.elfinder-places.elfinder-droppable-active {
border:1px solid #8cafed;
}

.elfinder-quicklook {
position:absolute;
background:url(../img/quicklook-bg.png);
display:none;
overflow:hidden;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:20px 0 40px;
}

.elfinder-quicklook .ui-resizable-se {
width:14px;
height:14px;
right:5px;
bottom:3px;
background:url(../img/toolbar.png) 0 -496px no-repeat;
}

.elfinder-quicklook-fullscreen {
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
-webkit-background-clip:padding-box;
background:#000;
z-index:90000;
display:block;
padding:0;
}

.elfinder-quicklook-titlebar {
text-align:center;
background:#777;
position:absolute;
left:0;
top:0;
width:100%;
height:20px;
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
border-top-left-radius:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
border-top-right-radius:7px;
cursor:move;
}

.elfinder-quicklook-title {
font-size:.7em;
color:#fff;
white-space:nowrap;
overflow:hidden;
padding:2px 0;
}

.elfinder-quicklook-titlebar .ui-icon {
position:absolute;
left:4px;
top:50%;
margin-top:-8px;
width:16px;
height:16px;
cursor:default;
}

.elfinder-quicklook-preview {
overflow:hidden;
position:relative;
border:0 solid;
border-left:1px solid transparent;
border-right:1px solid transparent;
height:100%;
}

.elfinder-quicklook-info-wrapper {
position:absolute;
width:100%;
left:0;
top:50%;
margin-top:-50px;
}

.elfinder-quicklook-info {
padding:0 12px 0 112px;
}

.elfinder-quicklook-info .elfinder-quicklook-info-data:first-child {
color:#fff;
font-weight:700;
padding-bottom:.5em;
}

.elfinder-quicklook-info-data {
font-size:.72em;
padding-bottom:.2em;
color:#fff;
}

.elfinder-quicklook .elfinder-cwd-icon {
position:absolute;
left:32px;
top:50%;
margin-top:-20px;
}

.elfinder-quicklook-preview img {
display:block;
margin:0 auto;
}

.elfinder-quicklook-navbar {
position:absolute;
left:50%;
bottom:4px;
width:140px;
height:32px;
margin-left:-70px;
border:1px solid transparent;
border-radius:19px;
-moz-border-radius:19px;
-webkit-border-radius:19px;
padding:0;
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
width:188px;
margin-left:-94px;
border:1px solid #eee;
background:#000;
padding:5px;
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-icon-close,.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-separator {
display:inline;
}

.elfinder-quicklook-navbar-icon {
width:32px;
height:32px;
float:left;
background:url(../img/quicklook-icons.png) 0 0 no-repeat;
margin:0 7px;
}

.elfinder-quicklook-navbar-icon-close {
background-position:0 -128px;
display:none;
}

.elfinder-quicklook-navbar-separator {
width:1px;
height:32px;
float:left;
border-left:1px solid #fff;
display:none;
}

.elfinder-quicklook-preview-text-wrapper {
width:100%;
height:100%;
background:#fff;
color:#222;
font-size:.9em;
overflow:auto;
}

pre.elfinder-quicklook-preview-text {
margin:0;
padding:3px 9px;
}

.elfinder-quicklook-preview-html,.elfinder-quicklook-preview-pdf {
width:100%;
height:100%;
background:#fff;
border:0 solid;
margin:0;
}

.elfinder-quicklook-preview-audio {
width:100%;
position:absolute;
bottom:0;
left:0;
}

embed.elfinder-quicklook-preview-audio {
height:30px;
background:0 0;
}

.elfinder-statusbar {
text-align:center;
font-weight:400;
border-right:0 solid transparent;
border-bottom:0 solid transparent;
border-left:0 solid transparent;
padding:.2em .5em;
}

.elfinder-statusbar div {
font-size:.7em;
}

.elfinder-path {
max-width:30%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
}

.elfinder-stat-size {
white-space:nowrap;
}

.elfinder-stat-selected {
white-space:nowrap;
overflow:hidden;
}

.elfinder-toolbar {
border-left:0 solid transparent;
border-top:0 solid transparent;
border-right:0 solid transparent;
padding:4px 0 3px;
}

.elfinder-buttonset {
float:left;
background:0 0;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
margin:1px 4px;
padding:0;
}

.elfinder .elfinder-button {
width:16px;
height:16px;
float:left;
overflow:hidden;
position:relative;
border:0 solid;
margin:0;
padding:4px;
}

.elfinder-button:first-child {
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
}

.elfinder-button:last-child {
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
}

.elfinder-toolbar-button-separator {
float:left;
height:24px;
border-top:0 solid;
border-right:0 solid;
border-bottom:0 solid;
width:0;
padding:0;
}

.elfinder .elfinder-button.ui-state-disabled {
opacity:1;
filter:Alpha(Opacity=100);
}

.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon {
opacity:.4;
filter:Alpha(Opacity=40);
}

.elfinder-button-icon {
width:16px;
height:16px;
display:block;
background:url(../img/toolbar.png) no-repeat;
}

.elfinder-button-icon-back {
background-position:0 -112px;
}

.elfinder-button-icon-up {
background-position:0 -144px;
}

.elfinder-button-icon-open {
background-position:0 -176px;
}

.elfinder-button-icon-mkfile {
background-position:0 -208px;
}

.elfinder-button-icon-rm {
background-position:0 -224px;
}

.elfinder-button-icon-copy {
background-position:0 -240px;
}

.elfinder-button-icon-cut {
background-position:0 -256px;
}

.elfinder-button-icon-paste {
background-position:0 -272px;
}

.elfinder-button-icon-getfile {
background-position:0 -288px;
}

.elfinder-button-icon-duplicate {
background-position:0 -304px;
}

.elfinder-button-icon-rename {
background-position:0 -320px;
}

.elfinder-button-icon-edit {
background-position:0 -336px;
}

.elfinder-button-icon-quicklook {
background-position:0 -352px;
}

.elfinder-button-icon-upload {
background-position:0 -368px;
}

.elfinder-button-icon-download {
background-position:0 -384px;
}

.elfinder-button-icon-info {
background-position:0 -400px;
}

.elfinder-button-icon-extract {
background-position:0 -416px;
}

.elfinder-button-icon-archive {
background-position:0 -432px;
}

.elfinder-button-icon-view {
background-position:0 -448px;
}

.elfinder-button-icon-view-list {
background-position:0 -464px;
}

.elfinder-button-icon-help {
background-position:0 -480px;
}

.elfinder-button-icon-resize {
background-position:0 -512px;
}

.elfinder-button-icon-search {
background-position:0 -561px;
}

.elfinder-button-icon-sort {
background-position:0 -577px;
}

.elfinder-button-icon-rotate-r {
background-position:0 -625px;
}

.elfinder-button-icon-rotate-l {
background-position:0 -641px;
}

.elfinder .elfinder-menubutton {
overflow:visible;
}

.elfinder-button-menu {
position:absolute;
left:0;
top:26px;
padding:3px 0;
}

.elfinder-button-menu-item {
white-space:nowrap;
font-size:.72em;
cursor:default;
position:relative;
padding:5px 19px;
}

.elfinder-menu-item-sort-dir {
width:16px;
height:16px;
position:absolute;
left:2px;
top:50%;
margin-top:-8px;
background:url(../img/toolbar.png) 0 -594px no-repeat;
display:none;
}

.elfinder-menu-item-sort-desc .elfinder-menu-item-sort-dir {
background-position:0 -608px;
}

.elfinder-button form {
position:absolute;
top:0;
right:0;
opacity:0;
filter:Alpha(Opacity=0);
cursor:pointer;
}

.elfinder .elfinder-button form input {
background:0 0;
cursor:default;
}

.elfinder .elfinder-button-search {
border:0 solid;
background:0 0;
height:auto;
min-height:26px;
float:right;
width:202px;
margin:1px 4px;
padding:0;
}

.elfinder-ltr .elfinder-button-search {
float:right;
margin-right:10px;
}

.elfinder-rtl .elfinder-button-search {
float:left;
margin-left:10px;
}

.elfinder-button-search input {
width:160px;
height:22px;
font-size:.8em;
line-height:22px;
border:1px solid #aaa;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
outline:0 solid;
padding:0 20px;
}

.elfinder-rtl .elfinder-button-search input {
direction:rtl;
}

.elfinder-button-search .ui-icon {
position:absolute;
height:18px;
top:50%;
opacity:.6;
filter:Alpha(Opacity=60);
margin:-9px 4px 0;
}

.elfinder-resize-handle-hline-top,.elfinder-resize-handle-vline-left {
top:0;
left:0;
}

.elfinder-resize-row .elfinder-buttonset,.elfinder-rtl .elfinder-path,.elfinder-ltr .elfinder-stat-size,.elfinder-rtl .elfinder-buttonset {
float:right;
}

.elfinder-help .ui-priority-secondary,.elfinder-help-license,.elfinder .elfinder-cwd table thead td,.elfinder-place-drag .elfinder-navbar-dir {
font-size:.9em;
}

.elfinder-help-team div,.elfinder-info-tb span,.elfinder-ltr .elfinder-path,.elfinder-rtl .elfinder-stat-size {
float:left;
}

.elfinder-na .elfinder-perms,.elfinder-dialog-icon-mkfile,.elfinder-quicklook-navbar-icon-fullscreen-off {
background-position:0 -96px;
}

.elfinder-ro .elfinder-perms,.elfinder-dialog-icon-mkdir,.elfinder-quicklook-navbar-icon-fullscreen {
background-position:0 -64px;
}

.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus,.elfinder-navbar-collapsed .elfinder-navbar-arrow,.elfinder-button-menu-item-selected .elfinder-menu-item-sort-dir {
display:block;
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-item,.elfinder-ltr .elfinder-cwd table td:first-child,.elfinder-rtl .elfinder-cwd table td {
text-align:left;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-item,.elfinder-ltr .elfinder-cwd table td,.elfinder-rtl .elfinder-cwd table td:first-child,.elfinder-rtl .elfinder-dialog .ui-dialog-titlebar,.elfinder-info-tb tr td:first-child,.elfinder-rtl .dialogelfinder-drag {
text-align:right;
}

.elfinder-contextmenu-arrow,.elfinder-contextmenu-icon,.dialogelfinder-drag-close {
position:absolute;
top:50%;
margin-top:-8px;
}

.elfinder-contextmenu-ltr .elfinder-contextmenu-icon,.elfinder-ltr .elfinder-navbar .elfinder-symlink {
left:8px;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-icon,.elfinder-rtl .elfinder-navbar .elfinder-symlink {
right:8px;
}

.elfinder-cwd-wrapper-list,.std42-dialog,.elfinder-dialog-notify .ui-dialog-content {
padding:0;
}

.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover,.elfinder-notify:last-child,.elfinder-quicklook-fullscreen .elfinder-quicklook-preview,.elfinder-button-menu .ui-state-hover {
border:0 solid;
}

.elfinder-cwd-view-icons input,.elfinder-cwd-view-icons,.elfinder-upload-dialog-wrapper {
text-align:center;
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon,.elfinder-ltr .elfinder-button-search .ui-icon-search,.elfinder-rtl .elfinder-button-search .ui-icon-close {
left:0;
}

.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon,.elfinder-rtl .elfinder-button-search .ui-icon-search,.elfinder-ltr .elfinder-button-search .ui-icon-close {
right:0;
}

.std42-dialog .ui-button input,.elfinder .ui-icon-search {
cursor:pointer;
}

.elfinder-dialog-notify .ui-dialog-titlebar-close,.elfinder-navbar-subtree,.elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar {
display:none;
}

.elfinder-dialog-icon-copy,.elfinder-dialog-icon-prepare,.elfinder-dialog-icon-move,.elfinder-button-icon-forward {
background-position:0 -128px;
}

.elfinder-dialog-icon-upload,.elfinder-button-icon-reload {
background-position:0 -160px;
}

.elfinder-dialog-icon-rm,.elfinder-button-icon-mkdir {
background-position:0 -192px;
}

.elfinder-dialog-confirm .elfinder-dialog-icon,.ui-state-active .elfinder-navbar-icon,.elfinder-droppable-active .elfinder-navbar-icon,.ui-state-hover .elfinder-navbar-icon,.elfinder-quicklook-navbar-icon-next {
background-position:0 -32px;
}

.elfinder-info-tb a:hover,.elfinder-statusbar a {
text-decoration:none;
}

.elfinder-tree .elfinder-navbar-root .elfinder-navbar-icon,.elfinder-quicklook-navbar-icon-prev,.elfinder-button-icon-home {
background-position:0 0;
}

.elfinder-quicklook-preview-flash,.elfinder-quicklook-preview-video {
width:100%;
height:100%;
}