.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;
    padding: 10px;
    background: #fff;
    border: 1px solid #aaa;
    float: right;
    position: relative;
    overflow: auto;
}

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

.elfinder-resize-handle-hline,
.elfinder-resize-handle-vline {
    position: absolute;
    background-image: url("../images/elfinder/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-top {
    top: 0;
    left: 0;
}

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

.elfinder-resize-handle-vline-left {
    top: 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(../images/elfinder/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-row .elfinder-buttonset {
    float: right;
}

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

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

.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;
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

.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('../images/elfinder/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-secondary {
    font-size: .9em;
}

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

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

.elfinder-help-team div {
    float: left;
}

.elfinder-help-license {
    font-size: .9em;
}

.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;
    margin: 30px auto;
    text-decoration: none;
    text-align: center;
    position: relative;
    background: #d90004;
    -moz-box-shadow: 5px 5px 9px #111;
    -webkit-box-shadow: 5px 5px 9px #111;
    box-shadow: 5px 5px 9px #111;
    background: -moz-radial-gradient(80px 80px, circle farthest-corner, #d90004 35%, #960004 100%);
    background: -webkit-gradient(radial, 80 80, 60, 80 80, 120, from(#d90004), to(#960004));
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: none;
}

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

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

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

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

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

.elfinder-na .elfinder-perms {
    background-position: 0 -96px;
}

.elfinder-ro .elfinder-perms {
    background-position: 0 -64px;
}

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

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

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

.elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus {
    display: block;
}

.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 {
    margin: 0 0 0 -24px;
    float: left;
}

.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;
    padding: 4px 30px;
    text-decoration: none;
    white-space: nowrap;
    cursor: default;
}

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

.elfinder-contextmenu-ltr .elfinder-contextmenu-item {
    text-align: left;
}

.elfinder-contextmenu-rtl .elfinder-contextmenu-item {
    text-align: right;
}

.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,
.elfinder-contextmenu-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

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

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

.elfinder-contextmenu-arrow {
    width: 16px;
    height: 16px;
    background: url('../images/elfinder/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;
    padding: 2px;
    margin: 0;
}

.elfinder-cwd-wrapper-list {
    padding: 0;
}

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

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

.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 .ui-state-hover {
    border: 0 solid;
}

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

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

.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;
    margin: 0 auto;
    background: url('../images/elfinder/icons-big.png') 0 0 no-repeat;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.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-view-icons input,
.elfinder-cwd-view-icons {
    text-align: center;
}

.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 thead td {
    font-size: .9em;
}

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

.elfinder-ltr .elfinder-cwd table td {
    text-align: right;
}

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

.elfinder-rtl .elfinder-cwd table td {
    text-align: left;
}

.elfinder-rtl .elfinder-cwd table td:first-child {
    text-align: right;
}

.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(../images/elfinder/icons-small.png);
}

.elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon {
    left: 0;
}

.elfinder-rtl .elfinder-cwd-view-list .elfinder-cwd-icon {
    right: 0;
}

.std42-dialog {
    padding: 0;
}

.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 {
    text-align: right;
}

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

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

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

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

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

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

.std42-dialog .ui-button input {
    cursor: pointer;
}

.elfinder-dialog-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 50%;
    margin-top: -15px;
    background: url("../images/elfinder/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-dialog-notify .ui-dialog-titlebar-close {
    display: none;
}

.elfinder-dialog-notify .ui-dialog-content {
    padding: 0;
}

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

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

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

.elfinder-notify:last-child {
    border: 0 solid;
}

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

.elfinder-notify-progress {
    width: 100%;
    height: 8px;
    background: url(../images/elfinder/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-mkdir {
    background-position: 0 -64px;
}

.elfinder-dialog-icon-mkfile {
    background-position: 0 -96px;
}

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

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

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

.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-dialog-confirm .elfinder-dialog-icon {
    background-position: 0 -32px;
}

.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;
    margin: 1em .2em;
    font-size: .9em;
}

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

.elfinder-info-tb tr td:first-child {
    text-align: right;
}

.elfinder-info-tb span {
    float: left;
}

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

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

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

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

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

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

.elfinder-upload-dialog-wrapper {
    text-align: center;
}

.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 {
    padding: 0 20px;
    font-size: 3em;
}

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

.elfinder-rtl .dialogelfinder-drag {
    text-align: right;
}

.dialogelfinder-drag-close {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

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

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

.elfinder .elfinder-navbar {
    width: 230px;
    padding: 3px 5px;
    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;
}

.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;
    padding: 3px 12px;
    margin: 0;
    outline: 0 solid;
    border: 1px solid transparent;
    cursor: default;
}

.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("../images/elfinder/arrows-normal.png");
    background-repeat: no-repeat;
}

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

.elfinder-navbar-collapsed .elfinder-navbar-arrow {
    display: block;
}

.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("../images/elfinder/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-tree .elfinder-navbar-root .elfinder-navbar-icon {
    background-position: 0 0;
}

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

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

.elfinder-navbar-subtree {
    display: none;
}

.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("../images/elfinder/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-ltr .elfinder-navbar .elfinder-symlink {
    left: 8px;
}

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

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

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

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

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

.elfinder-place-drag .elfinder-navbar-dir {
    font-size: .9em;
}

.elfinder-quicklook {
    position: absolute;
    background: url("../images/elfinder/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("../images/elfinder/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;
    padding: 0;
    background: #000;
    z-index: 90000;
    display: block;
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar {
    display: none;
}

.elfinder-quicklook-fullscreen .elfinder-quicklook-preview {
    border: 0 solid;
}

.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;
    padding: 0;
    margin-left: -70px;
    border: 1px solid transparent;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}

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

.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;
    margin: 0 7px;
    float: left;
    background: url("../images/elfinder/quicklook-icons.png") 0 0 no-repeat;
}

.elfinder-quicklook-navbar-icon-fullscreen {
    background-position: 0 -64px;
}

.elfinder-quicklook-navbar-icon-fullscreen-off {
    background-position: 0 -96px;
}

.elfinder-quicklook-navbar-icon-prev {
    background-position: 0 0;
}

.elfinder-quicklook-navbar-icon-next {
    background-position: 0 -32px;
}

.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-flash {
    width: 100%;
    height: 100%
}

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

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

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

.elfinder-statusbar {
    text-align: center;
    font-weight: 400;
    padding: 10px 5px;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.elfinder-statusbar a {
    text-decoration: none;
}

.elfinder-statusbar div {
    font-size: 12px;
}

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

.elfinder-ltr .elfinder-path {
    float: left;
}

.elfinder-rtl .elfinder-path {
    float: right;
}

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

.elfinder-ltr .elfinder-stat-size {
    float: right;
}

.elfinder-rtl .elfinder-stat-size {
    float: left;
}

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

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

.elfinder-buttonset {
    margin: 1px 4px;
    float: left;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fffafafa, EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
    background-image: -ms-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
    background-image: -o-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), color-stop(100%, #DCDCDC));
    background-image: -webkit-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 0, #DCDCDC 100%);
}

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

.elfinder .ui-icon-search {
    cursor: pointer;
}

.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;
    padding: 0;
    height: 24px;
    border-top: 0 solid;
    border-right: 0 solid;
    border-bottom: 0 solid;
    width: 0;
}

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

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

.elfinder-rtl .elfinder-buttonset {
    float: right;
}

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

.elfinder-button-icon-home {
    background-position: 0 0;
}

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

.elfinder-button-icon-forward {
    background-position: 0 -128px;
}

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

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

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

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

.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;
    padding: 5px 19px;
    position: relative;
}

.elfinder-button-menu .ui-state-hover {
    border: 0 solid;
}

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

.elfinder-button-menu-item-selected .elfinder-menu-item-sort-dir {
    display: block;
}

.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;
    padding: 0;
    margin: 1px 4px;
    height: auto;
    min-height: 26px;
    float: right;
    width: 202px;
}

.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;
    padding: 0 20px;
    font-size: .8em;
    line-height: 22px;
    border: 1px solid #c4c4c4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 solid;
}

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

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

.elfinder-ltr .elfinder-button-search .ui-icon-search {
    left: 0;
}

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

.elfinder-rtl .elfinder-button-search .ui-icon-close {
    left: 0;
}

.std42-dialog,
.std42-dialog .ui-widget-content {
    background-color: #ededed;
    background-image: none;
    background-clip: content-box;
}

.elfinder .elfinder-navbar {
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.elfinder-navbar .ui-state-hover {
    background: transparent;
    border-color: transparent;
}

.elfinder-navbar .ui-state-active {
    background: #3875d7;
    border-color: #3875d7;
    color: #fff;
}

.elfinder-disabled .elfinder-navbar .ui-state-active {
    background: #dadada;
    border-color: #aaa;
    color: #fff;
}

.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover {
    background: #ccc;
}

.elfinder-cwd table tr:nth-child(odd) {
    background-color: #edf3fe;
}

.elfinder-cwd table tr {
    border-top: 1px solid #fff;
}

.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-cwd table td.ui-state-hover,
.elfinder-button-menu .ui-state-hover {
    background: #3875d7;
    color: #fff;
}

.elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
.elfinder-disabled .elfinder-cwd table td.ui-state-hover {
    background: #dadada;
}

.elfinder .elfinder-statusbar {
    color: #555;
}

.elfinder .elfinder-statusbar a {
    text-decoration: none;
    color: #555;
}

.std42-dialog .elfinder-help,
.std42-dialog .elfinder-help .ui-widget-content {
    background: #fff;
}

.elfinder-contextmenu .ui-state-hover {
    background: #3875d7;
    color: #fff;
}

.elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow {
    background-image: url('../images/elfinder/arrows-active.png');
}

.plupload_buttons {
    margin-top: -3px;
}

.plupload_button {
    display: -moz-inline-box;
    /* FF < 3*/
    display: inline-block;
    text-decoration: none;
    color: #42454a;
    border: 1px solid #c4c4c4;
    padding: 4px 8px 4px 25px;
    margin-right: 4px;
    background: #fff;
    outline: 0;
    background: url(../images/pupload/arrowr.png) no-repeat 5px 5px;
    ;
    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.plupload_button:hover {
    color: #000;
    text-decoration: none;
}

.plupload_disabled,
a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url(../images/pupload/arrowr.png) no-repeat 5px 5px;
    cursor: default;
}

.plupload_add {
    background: url(../images/pupload/plus.png) no-repeat 5px 5px;
}

.plupload_wrapper {
    width: 100%;
}

.plupload_container {
    padding: 0px;
    background: transparent;
    /*-moz-border-radius: 5px;*/
}

.plupload_container input {
    border: 1px solid #dadee2;
    font-size: 11px;
    width: 98%;
}

.plupload_header {
    background: url(../images/patterns/2.png) repeat;
}

.plupload_header_content {
    background: url(../images/pupload/cloud-upload.png) no-repeat 16px center;
    min-height: 56px;
    padding-left: 60px;
    text-align: left;
    border: none;
    border-bottom: none;
}

.plupload_header_title {
    font-size: 18px;
    padding: 6px 0 3px;
}

.plupload_header_text {
    font-size: 12px;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8;
}

.plupload_scroll .plupload_filelist {
    height: 185px;
    background: #F5F5F5;
    overflow-y: scroll;
}

.plupload_filelist li {
    padding: 10px 8px;
    border-bottom: 1px solid #dddddd;
}

.plupload_filelist_header,
.plupload_filelist_footer {
    padding: 8px 8px;
    color: #42454A;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}

.plupload_filelist_header {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.plupload_filelist_footer {
    border-top: 1px solid #c4c4c4;
    height: 25px;
    vertical-align: middle;
}

.plupload_file_name {
    float: left;
    /*overflow: hidden;*/
    padding: 2px;
}

.plupload_file_status {
    color: #777;
}

.plupload_file_status span {
    color: #42454A;
}

.plupload_file_size,
.plupload_file_status,
.plupload_progress {
    float: right;
    width: 80px;
}

.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
    text-align: right;
}

.plupload_filelist .plupload_file_name {
    width: 205px
}

.plupload_file_action {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 15px;
}

.plupload_file_action * {
    display: none;
    width: 16px;
    height: 16px;
}

li.plupload_uploading {
    background: #ECF3DC;
}

li.plupload_done {
    color: #AAA
}

li.plupload_delete a {
    background: url(../images/pupload/cancel3.png) no-repeat;
}

li.plupload_failed a {
    background: url(../images/pupload/info.png) no-repeat;
    cursor: default;
}

li.plupload_done a {
    background: url(../images/pupload/check.png) no-repeat;
    cursor: default;
}

.plupload_progress,
.plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 6px;
    border: 1px solid #dadee2;
    background: #FFF;
    padding: 1px;
}

.plupload_progress_bar {
    width: 0px;
    height: 10px;
    background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
    margin-right: 17px;
}

.plupload_clear,
.plupload_clearer {
    clear: both;
}

.plupload_clearer,
.plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

li.plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px;
}

#tipue_search_content {
    display: none;
    width: auto;
    padding: 0;
    margin: 0;
}

#tipue_search_warning_head {
    font-size: 16px;
}

#tipue_search_warning {
    font-size: 12px;
    color: #555;
    margin: 13px 0;
}

#tipue_search_warning a {
    color: #36c;
    text-decoration: none;
}

#tipue_search_warning a:hover {
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
}

#tipue_search_results_count {
    font-size: 12px;
    color: #555;
}

.tipue_search_content_title {
    font-size: 18px;
    color: #333;
    margin-top: 27px;
}

.tipue_search_content_title a {
    color: #36c;
    text-decoration: none;
}

.tipue_search_content_title a:hover {
    padding-bottom: 1px;
}

.tipue_search_content_text {
    font-size: 13px;
    color: #555;
    line-height: 21px;
    padding: 9px 0;
}

.tipue_search_content_loc {
    font-size: 13px;
}

.tipue_search_content_loc a {
    color: #777;
    text-decoration: none;
}

.tipue_search_content_loc a:hover {
    padding-bottom: 1px;
}

#tipue_search_foot {
    margin: 43px 0 31px 0;
}

#tipue_search_foot_boxes {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

#tipue_search_foot_boxes li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

#tipue_search_foot_boxes li a {
    display: inline-block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    border-left-width: 1px;
    background-color: #f3f3f3;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    min-height: 28px;
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #fff inset;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

#tipue_search_foot_boxes li.current {
    display: inline-block;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 28px;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    color: #f2f2f2;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #67c3da inset;
    border-color: #5098aa;
    background: #88BBC8;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

#tipue_search_foot_boxes li a:hover {
    border: 1px solid #c3c3c3;
    -moz-box-shadow: 1px 1px 2px #e3e3e3;
    -webkit-box-shadow: 1px 1px 2px #e3e3e3;
    box-shadow: 1px 1px 2px #e3e3e3;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.box .dataTables_wrapper {
    padding-top: 13px;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    width: auto;
    margin: 0 5px;
    display: inline-block;
}

.dataTables_length .selector {
    margin-left: 10px;
}

.dataTables_length .selector select {
    width: 50px !important;
}
.dataTables_length select[size] {
    min-height: 1px;
    width: auto;
    font-size: 10px;
    margin-top: 8px;
}
.box .dataTables_length {
    margin-right: 15px;
}

.dataTables_filter {
    width: auto;
    float: right;
    text-align: right;
}

.dataTables_filter input {
    margin-left: 10px;
    background: url(../images/data_tables/search.png) no-repeat left center;
}

.box .dataTables_filter {
    margin-left: 15px;
}

.dataTables_info {
    width: auto;
    display: inline-block;
    padding-left: 10px;
}

.box .dataTables_info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    display: inline-block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    border-left-width: 1px;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    min-height: 28px;
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #fff inset;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
    text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_disabled_previous {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.paginate_enabled_previous,
.paginate_enabled_next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.paginate_enabled_previous:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}

.paginate_disabled_next {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.paginate_enabled_next {
    opacity: 1;
    filter: alpha(opacity=100);
}

table.display {
    margin: 0 auto;
    clear: both;
    width: 100%;
    /* Note Firefox 3.5 and before have a bug with border-collapse
     * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
     * border-spacing: 0; is one possible option. Conditional-css.com is
     * useful for this kind of thing
     *
     * Further note IE 6/7 has problems when calculating widths with border width.
     * It subtracts one px relative to the other browsers from the first column, and
     * adds one to the end...
     *
     * If you want that effect I'd suggest setting a border-top/left on th/td's and
     * then filling in the gaps with other borders.
     */
}

table.display thead tr {
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

table.display thead th {
    font-weight: bold;
    cursor: pointer;
    * cursor: hand;
}

table.display tfoot tr {
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    border-bottom: 1px solid #c4c4c4;
}

table.display tfoot th {
    font-weight: bold;
}

.box table.display tfoot th {
    border-bottom: 1px solid #c4c4c4;
}

table.display tr.heading2 td {
    border-bottom: 1px solid #aaa;
}

table.display td {
    padding: 8px 10px;
}

table.display td.center {
    text-align: center;
    width: auto;
    display: table-cell;
}

.sorting_asc {
    background: url('../images/data_tables/sort_asc.png') no-repeat center right !important;
}

.sorting_desc {
    background: url('../images/data_tables/sort_desc.png') no-repeat center right !important;
}

.sorting {
    background: url('../images/data_tables/sort_both.png') no-repeat center right !important;
}

.sorting_asc_disabled {
    background: url('../images/data_tables/sort_asc_disabled.png') no-repeat center right !important;
}

.sorting_desc_disabled {
    background: url('../images/data_tables/sort_desc_disabled.png') no-repeat center right !important;
}

th:active {
    outline: none;
}

table.display tr.odd.gradeA {
    background-color: #ffffff;
}

table.display tr.even.gradeA {
    background-color: #f7f7f7;
}

table.display tr.odd.gradeC {
    background-color: #ffffff;
}

table.display tr.even.gradeC {
    background-color: #f7f7f7;
}

table.display tr.odd.gradeX {
    background-color: #ffffff;
}

table.display tr.even.gradeX {
    background-color: #f7f7f7;
}

table.display tr.odd.gradeU {
    background-color: #ffffff;
}

table.display tr.even.gradeU {
    background-color: #f7f7f7;
}

tr.odd {
    background-color: #f7f7f7;
}

tr.even {
    background-color: white;
}

tr.redRow {
    background-color: #F8A3A3 !important;
}

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.top .dataTables_info {
    float: none;
}

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

tfoot input.search_init {
    color: #999;
}

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers {
    height: 28px;
}

.paging_full_numbers a:active {
    color: #f2f2f2;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #67c3da inset;
    border-color: #5098aa;
    background: #88BBC8;
}

.paging_full_numbers a:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    display: inline-block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    border-left-width: 1px;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    min-height: 28px;
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #fff inset;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
}

.paging_full_numbers a.paginate_button:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}

.paging_full_numbers a.paginate_active {
    color: #f2f2f2;
    box-shadow: 0 1px 0 #eaeaea, 0 1px 0 #67c3da inset;
    border-color: #5098aa;
    background: #88BBC8;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
    cursor: default;
    text-decoration: none;
    color: #fff;
}

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}

table.display tr.row_selected td span.checkbox {
    background: green;
}

table.display tr.red_row td {
    color: red !important;
}

table.display tr.blue_row td {
    color: darkblue !important;
}

tr.odd td.sorting_1 {
    /*background-color: #eeeeee;*/
}

tr.odd td.sorting_2 {
    /*background-color: #eeeeee;*/
}

tr.odd td.sorting_3 {
    /*background-color: #eeeeee;*/
}

tr.even td.sorting_1 {
    /*background-color: #e0e0e0;*/
}

tr.even td.sorting_2 {
    /*background-color: #e0e0e0;*/
}

tr.even td.sorting_3 {
    /*background-color: #e0e0e0;*/
}

.ex_highlight #example tbody tr.even:hover,
#example tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover,
#example tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
    background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
    background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
}

table.KeyTable td {
    border: 3px solid transparent;
}

table.KeyTable td.focus {
    border: 3px solid #3366FF;
}

table.display tr.gradeA {
    background-color: #eeffee;
}

table.display tr.gradeC {
    background-color: #ddddff;
}

table.display tr.gradeX {
    background-color: #ffdddd;
}

table.display tr.gradeU {
    background-color: #ddd;
}

/* NEW DATA TABLE CSS */

/*
 * Table
 */

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    *cursor: hand;
}

table.dataTable tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid black;
    font-weight: bold;
}

table.dataTable td {
    padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

/*table.dataTable tr.odd { background-color: #E2E4FF; }*/

/*table.dataTable tr.even { background-color: white; }*/

/*table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }*/

/*table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }*/

/*table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }*/

/*table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }*/

/*table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }*/

/*table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }*/

/*
 * Pagination
 */

.dataTables_paginate {
    float: right;
    text-align: right;
}

/* Two button pagination - previous / next */

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
    text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous {
    background: url('../images/data_tables/back_enabled.png') no-repeat top left;
}

.paginate_enabled_previous:hover {
    background: url('../images/data_tables/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_previous {
    background: url('../images/data_tables/back_disabled.png') no-repeat top left;
}

.paginate_enabled_next {
    background: url('../images/data_tables/forward_enabled.png') no-repeat top right;
}

.paginate_enabled_next:hover {
    background: url('../images/data_tables/forward_enabled_hover.png') no-repeat top right;
}

.paginate_disabled_next {
    background: url('../images/data_tables/forward_disabled.png') no-repeat top right;
}

/* Full number pagination */

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF;
}

/*
 * Processing indicator
 */

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

/*
 * Sorting
 */

.sorting {
    background: url('../images/data_tables/sort_both.png') no-repeat center right;
}

.sorting_asc {
    background: url('../images/data_tables/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../images/data_tables/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../images/data_tables/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../images/data_tables/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}

/*
 * Scrolling
 */

.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

/* FIX flotTip background */

#flotTip {
    background: #000 !important;
    color: #fff;
    box-shadow: 0 0 10px #555;
    filter: alpha(opacity=70);
    border: 2px solid #fff;
    border-radius: 4px;
}

.valueLabels {
    font-size: 70%;
    color: black;
}

div.valueLabelLight {
    display: none;
    opacity: 0.5;
    background-color: white;
    border: none;
    position: absolute;
}

div.valueLabel {
    position: absolute;
    border: none;
    margin-top: -12px;
    margin-left: -9px;
}

.monthOk #valueLabels1 .valueLabel {
    display: none;
}

.weekOk #valueLabels1 .valueLabel {
    display: none;
}

table.nopadding td {
    padding: 0 !important;
}

table.nopadding td.tdCenterText {
    text-align: center;
}
