.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.collapse.in {
    height: auto;
}

.modal-open .dropdown-menu {
    z-index: 2050;
}

.modal-open .dropdown.open {
    *z-index: 2050;
}

.modal-open .popover {
    z-index: 2110;
}

.modal-open .tooltip {
    z-index: 2080;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

div.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 80%;
    margin: -250px 0 0 -40%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

div.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

div.modal.fade.in {
    top: 50%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    float: right;
    margin-top: 2px;
}

.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

body.modal-open {
    overflow: hidden;
    -ms-overflow-style: none;
}

.modal-buttons {
    padding: 15px 0px;
}

.modal-buttons button {
    font-size: 1.2em;
    line-height: 1.6em;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.enabled {
    color: #005800;
    font-weight: bold;
}

.disabled {
    color: #a20000;
    font-weight: bold;
}

p.error {
    color: #a20000;
    font-weight: bold;
}

.warning {
    color: #a20000;
    font-weight: bold;
}

.nowarning {
    color: #2c2c2c;
    font-weight: bold;
}

.success {
    color: #005800;
    font-weight: bold;
}

.allow {
    color: #005800;
}

span.writable {
    color: #005800;
}

.deny {
    color: #a20000;
}

span.unwritable {
    color: #a20000;
}

.none {
    color: #aaaaaa;
}

.pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

p.nowarning,
p.warning {
    margin: 10px;
}

#minwidth,
#minwidth-body {
    min-width: 980px;
}

#containerwrap {
    position: relative;
}

#header {
    position: relative;
}

#header h1.title {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 120px;
}

#footer {
    padding: 10px 20px;
}

#footer .copyright {
    margin: 0 0 0 0;
    text-align: center;
}

#footer p {
    font-size: 1.2em;
}

#nav .no-nav {
    line-height: 2em;
}

#content {
    margin: 5px 20px 20px 20px;
}

.cpanel-page div#element-box {
    padding: 15px;
}

#module-status {
    float: right;
    position: relative;
    top: -48px;
}

#module-status div.btn-group {
    display: block;
    float: left;
    padding: 4px 10px 0 10px;
    font-size: 1.2em;
}

#module-status div.divider {
    display: none;
}

#module-status .unread-messages a {
    font-weight: bold;
}

.title-ua {
    position: relative;
    width: 60%;
}

.enabled,
.disabled,
p.error,
.warning,
.nowarning,
.success {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

span.note {
    display: block;
    padding: 5px;
}

div.checkin-tick {
    text-indent: -9999px;
}

.ol-textfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.ol-captionfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.ol-captionfont a {
    text-decoration: none;
}

div.subheader .padding {
    padding: 0;
}

div.pagetitle {
    padding: 0 0 5px 5px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left 50%;
    line-height: 54px;
    width: 100%;
    margin-top: -20px;
    height: 60px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #DDD;
}

tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content {
    overflow: visible;
}

.tabs-left .tab-content {
    overflow: auto;
}

.nav-tabs > li > span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px;
}

.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 100;
}

.pagetitle h2 {
    padding: 0 0 0 50px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 48px;
    font-style: italic;
}

div.configuration {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    padding-left: 30px;
    margin-left: 10px;
}

div.toolbar-box h3 {
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    margin: 0;
}

.btn-toolbar {
    margin-bottom: 3px;
    margin-top: 14px;
}

div.btn-toolbar,
div.toolbar-list {
    float: left;
    text-align: left;
    padding: 0;
}

div.toolbar-list li {
    padding: 5px 1px 5px 4px;
    text-align: center;
    height: 52px;
    list-style: none;
    float: left;
}

div.toolbar-list li.spacer {
    width: 10px;
}

div.toolbar-list li.divider {
    width: 10px;
    margin-right: 10px;
}

div.toolbar-list span {
    float: none;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display: block;
}

div.toolbar-list a {
    display: block;
    float: left;
    white-space: nowrap;
    padding: 1px 5px;
    cursor: pointer;
    font-weight: bold;
}

div.btn-toolbar div.btn-group button {
    display: block;
    float: left;
    white-space: nowrap;
    padding: 1px 5px;
    cursor: pointer;
    text-align: center;
}

div.btn-toolbar button:hover,
div.btn-toolbar button:focus,
div.toolbar-list a:hover,
div.toolbar-list a:focus {
    text-decoration: none;
}

td#mm_pane {
    width: 90%;
}

input#mm_subject {
    width: 200px;
}

textarea#mm_message {
    width: 100%;
}

textarea {
    resize: both;
}

textarea.vert {
    resize: vertical;
}

textarea.noResize {
    resize: none;
}

.pane-sliders {
    margin: 0;
    position: relative;
}

.pane-sliders .title {
    margin: 0;
    padding: 2px;
    cursor: pointer;
}

.pane-sliders .panel {
    margin-bottom: 3px;
}

.pane-sliders .adminlist td {
    border: 0 none;
}

h3.pane-toggler-down a:focus,
h3.pane-toggler a:focus {
    outline: none;
}

.pane-toggler span {
    padding-left: 20px;
}

.pane-toggler-down span {
    padding-left: 20px;
}

.pane-slider.pane-hide {
    display: none;
}

div#position-icon.pane-sliders div.pane-down div.quickicon-wrapper {
    margin: 5px 0 5px 0;
}

div#position-icon.pane-sliders div.pane-down .quickicon-wrapper .icon {
    padding: 5px 0 5px 10px;
    margin: 0;
}

dl.tabs {
    float: left;
    margin: 10px 0 -1px 0;
    z-index: 50;
}

dl.tabs dt {
    float: left;
    padding: 4px 10px;
    margin-left: 3px;
}

dl.tabs dt.open {
    z-index: 100;
}

div.current {
    clear: both;
    padding: 10px 10px;
}

div.current dd {
    padding: 0;
    margin: 0;
}

dl#content-pane.tabs {
    margin: 1px 0 0 0;
}

div.current label,
div.current span.faux-label {
    display: block;
    min-width: 150px;
    float: left;
    clear: left;
    margin-top: 8px;
}

div.current fieldset.radio {
    float: left;
}

div.current fieldset.radio input {
    clear: none;
    min-width: 15px;
    float: left;
    margin: 3px 0 0 2px;
}

div.current fieldset.radio label {
    clear: none;
    min-width: 45px;
    float: left;
    margin: 3px 0 0 2px;
}

div.current fieldset.checkboxes {
    float: left;
    clear: right;
}

div.current fieldset.checkboxes input {
    clear: left;
    min-width: 15px;
    float: left;
    margin: 3px 0 0 2px;
}

div.current fieldset.checkboxes label {
    clear: right;
    min-width: 45px;
    margin: 3px 0 0 2px;
}

div.current input,
div.current span.faux-input,
div.current textarea,
div.current select {
    clear: none;
    float: left;
    margin: 3px 0 0 2px;
}

div.current select {
    margin-bottom: 15px;
}

div.current table#acl-config th.acl-groups {
    text-align: left;
}

div.current table#filter-config th.acl-groups {
    text-align: left;
}

div.current table#filter-config select {
    margin-bottom: 0;
}

div#menu-assignment {
    clear: left;
}

div#menu-assignment ul.menu-links {
    float: left;
    width: 49%;
}

div#menu-assignment ul.menu-links label {
    clear: none;
    float: left;
    margin: 3px 0 0 2px;
}

div#menu-assignment ul.menu-links input {
    clear: left;
    float: left;
}

button.jform-rightbtn {
    float: right;
    margin-right: 0;
}

p.tab-description {
    font-size: 1.091em;
    margin-left: 0;
    margin-top: 5px;
}

#login-page input,
#login-page select {
    float: right;
    clear: none;
}

#login-page .login {
    margin: 0 auto;
    width: 575px;
    margin-bottom: 100px;
}

#login-page .pagetitle h2 {
    margin: -70px 0 30px 0;
    font-size: 2em;
    padding: 0;
}

#login-page p {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
}

#login-page #header {
    margin-bottom: 100px;
}

#login-page .login-inst {
    float: left;
    width: 35%;
}

#login-page .login-box {
    float: right;
    width: 63%;
}

#login-page #lock {
    width: 150px;
    height: 137px;
}

#login-page #element-box.login {
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#login-page .button {
    text-align: right;
}

#login-page .login-text {
    text-align: left;
    width: 40%;
    float: left;
}

#form-login {
    float: right;
    padding: 1.1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#form-login fieldset {
    border: none;
}

#form-login label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    padding: 4px;
    color: #2c2c2c;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 15px;
}

#form-login div.button1 div.next {
    float: left;
}

#form-login div.button1 a {
    height: 2.2em;
    line-height: 2.2em;
    font-size: 1.5em;
    cursor: default;
    padding: 0 15px 0 15px;
}

.login-submit {
    border: 0;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
}

#cpanel div.icon,
.cpanel div.icon {
    text-align: center;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

#cpanel div.icon a,
.cpanel div.icon a {
    display: block;
    float: left;
    height: auto;
    min-height: 97px;
    width: 108px;
    color: #2c2c2c;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
}

#cpanel img,
.cpanel img {
    padding: 10px;
    margin: 0 auto;
}

#cpanel span,
.cpanel span {
    display: block;
    text-align: center;
    padding: 0 0 5px;
}

div.cpanel-icons {
    width: 54%;
    float: left;
}

div.cpanel-component {
    width: 45%;
    float: right;
}

div.col {
    float: left;
}

div.options-section.col {
    float: right;
}

div.col1 {
    float: left;
    width: 45%;
}

div.col2 {
    float: right;
    width: 45%;
}

div.width-1 {
    width: 1%;
}

div.width-3 {
    width: 3%;
}

div.width-5 {
    width: 5%;
}

div.width-10 {
    width: 10%;
}

div.width-20 {
    width: 20%;
}

div.width-30 {
    width: 30%;
}

div.width-35 {
    width: 35%;
}

div.width-40 {
    width: 40%;
}

div.width-45 {
    width: 45%;
}

div.width-50 {
    width: 50%;
}

div.width-55 {
    width: 55%;
}

div.width-60 {
    width: 60%;
}

div.width-65 {
    width: 65%;
}

div.width-70 {
    width: 70%;
}

div.width-80 {
    width: 80%;
}

div.width-100 {
    width: 100%;
}

.clrlft {
    clear: left;
}

.clrrt {
    clear: right;
}

.fltlft {
    float: left;
}

.fltrt {
    float: right;
}

.fltnone {
    float: none;
}

div.main-section {
    width: 60%;
}

div.options-section {
    width: 38%;
    margin: 10px 10px 10px 0;
}

div.width-40.fltrt {
    width: 38%;
    margin: 10px 10px 10px 0;
}

div.rules-section {
    width: 98%;
    margin: 10px;
}

fieldset {
    margin: 2px 10px 2px 10px;
    padding: 5px;
    text-align: left;
}

legend {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 5px;
}

fieldset p {
    margin: 10px 0;
    font-size: 1.2em;
}

fieldset ol,
ol#property-values,
fieldset ul,
ul#property-values {
    margin: 0;
    padding: 0;
}

fieldset li,
ol#property-values li,
ul#property-values li {
    list-style: none;
    margin: 0;
    padding: 5px;
}

fieldset.adminform fieldset.radio,
fieldset.panelform fieldset.radio,
fieldset.adminform-legacy fieldset.radio {
    border: 0;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    clear: right;
}

fieldset.adminform fieldset.radio label,
fieldset.panelform fieldset.radio label,
fieldset.adminform fieldset.radio span.faux-label,
fieldset.panelform fieldset.radio span.faux-label {
    min-width: 40px;
    float: left;
    clear: none;
}

fieldset.adminform fieldset.checkboxes,
fieldset.panelform fieldset.checkboxes,
fieldset.adminform-legacy fieldset.checkboxes {
    border: 0;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    clear: right;
}

fieldset.adminform fieldset.checkboxes input[type="checkbox"],
fieldset.panelform fieldset.checkboxes input[type="checkbox"] {
    float: left;
    clear: left;
}

fieldset.adminform fieldset.checkboxes label,
fieldset.panelform fieldset.checkboxes label,
fieldset.adminform fieldset.checkboxes span.faux-label,
fieldset.panelform fieldset.checkboxes span.faux-label {
    clear: right;
}

div.current span.spacer > span.before,
fieldset.adminform span.spacer > span.before,
fieldset.panelform span.spacer > span.before {
    clear: both;
    overflow: hidden;
    height: 0;
    display: block;
}

fieldset.panelform-legacy label,
fieldset.adminform-legacy label,
fieldset.panelform-legacy span.faux-label,
fieldset.adminform-legacy span.faux-label {
    min-width: 150px;
    float: left;
}

fieldset.adminform .input-prepend,
fieldset.adminform .input-append,
fieldset.panelform .input-prepend,
fieldset.panelform .input-append {
    float: left;
}

fieldset.adminform .adminformlist .btn.modal,
fieldset.adminform .input-prepend > *,
fieldset.adminform .input-append > *,
fieldset.panelform .adminformlist .btn.modal,
fieldset.panelform .input-prepend > *,
fieldset.panelform .input-append > * {
    float: none;
    vertical-align: middle;
}

fieldset.panelform-legacy label.radiobtn-jno,
fieldset.panelform-legacy label.radiobtn-jyes,
fieldset.panelform-legacy label.radiobtn-show,
fieldset.panelform-legacy label.radiobtn-hide,
fieldset.panelform-legacy label.radiobtn-off,
fieldset.panelform-legacy label.radiobtn-on {
    min-width: 40px !important;
    clear: none !important;
}

#jform_plugdesc-lbl,
#jform_description-lbl {
    font-weight: bold;
    clear: both;
    margin-top: 15px;
}

p.jform_desc {
    clear: left;
}

div#jform_ordering {
    font-size: 1.091em;
    margin-top: 3px;
}

fieldset ul.checklist {
    margin-left: 27px;
}

fieldset ul.checklist input,
fieldset ul.checklist label {
    float: none;
}

fieldset ul.checklist input:focus {
    outline: thin dotted #333333;
}

fieldset#filter-bar {
    margin: 0;
    padding: 5px 10px 5px 10px;
    float: left;
    width: 98%;
}

fieldset#filter-bar ol,
fieldset#filter-bar ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}

fieldset#filter-bar ol li,
fieldset#filter-bar ul li {
    float: left;
    padding: 0 5px 0 0;
}

fieldset#filter-bar ol li fieldset,
fieldset#filter-bar ul li fieldset {
    margin: 0;
    padding: 0;
}

fieldset#filter-bar .filter-search {
    float: left;
    padding-bottom: 3px;
}

fieldset#filter-bar .filter-select {
    float: right;
}

fieldset#filter-bar input#search {
    width: 10em;
}

.invalid {
    font-weight: bold;
}

input.readonly,
span.faux-input {
    border: 0;
}

.star {
    color: #cc0000;
    font-size: 1.2em;
}

span.readonly {
    float: left;
    font-size: 1.2em;
    line-height: 2em;
}

div.readonly {
    font-size: 1.2em;
    line-height: 2em;
}

div.extdescript {
    margin-left: 10px;
}

textarea {
    font-size: 1.4em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input.button {
    cursor: pointer;
}

span.faux-label {
    font-weight: bold;
    font-size: 1.1em;
}

label.selectlabel {
    position: absolute;
    left: -1000em;
}

.paramrules {
    padding: 10px;
}

span.gi {
    font-weight: bold;
    margin-right: 5px;
}

span.gtr {
    visibility: hidden;
    margin-right: 5px;
}

table.admintable td {
    padding: 3px;
    font-size: 1em;
}

table.admintable td.key,
table.admintable td.paramlist_key {
    text-align: right;
    width: 140px;
    font-weight: bold;
    font-size: 1em;
}

table.admintable td.key label,
table.admintable td.paramlist_key label {
    font-size: 1em;
}

table.admintable td.paramlist_value label {
    font-size: 1em;
}

table.admintable input,
table.admintable span.faux-input,
table.admintable select {
    font-size: 1em;
}

table.paramlist td.paramlist_description {
    text-align: left;
    width: 170px;
    font-weight: normal;
}

table.admintable td.key.vtop {
    vertical-align: top;
}

fieldset.adminform {
    margin: 0 10px 10px 10px;
    overflow: hidden;
}

.adminformlist .btn.modal {
    float: left;
    margin-top: 7px;
}

ul.adminformlist,
ul.adminformlist li,
dl.adminformlist,
dl.adminformlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.adminformlist pre {
    font-size: 1.3em;
}

ul.adminformlist .button2-left,
ul.adminformlist .button2-left {
    margin-top: 5px;
}

table.adminform {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 10px 0;
    margin-bottom: 15px;
}

table.adminform.nospace {
    margin-bottom: 0;
}

table.adminform th {
    font-size: 1.4em;
    padding: 6px 2px 4px 4px;
    text-align: left;
    height: 25px;
}

table.adminform td {
    padding: 3px;
    text-align: left;
}

table.adminform td#filter-bar {
    text-align: left;
}

table.adminform td.helpMenu {
    text-align: right;
}

table.adminform tr {
    padding-left: 10px;
    padding-right: 10px;
}

td.center,
th.center {
    text-align: center;
}

th.width-1 {
    width: 1%;
}

th.width-3 {
    width: 3%;
}

th.width-5 {
    width: 5%;
}

th.width-10 {
    width: 10%;
}

th.width-12 {
    width: 12%;
}

th.width-15 {
    width: 15%;
}

th.width-20 {
    width: 20%;
}

th.width-25 {
    width: 25%;
}

th.width-30 {
    width: 30%;
}

th.width-40 {
    width: 40%;
}

th.row-number-col {
    width: 3%;
}

th.checkmark-col {
    width: 1%;
}

th.state-col {
    width: 5%;
}

th.ordering-col {
    width: 10%;
}

th.ordering-col a {
    display: block;
    float: left;
    margin-left: 3px;
}

th.ordering-col a img {
    margin-left: 4px;
    margin-right: 4px;
}

.categories th.ordering-col input,
.categories td.order input {
    font-size: 1em;
}

th.category-col {
    width: 5%;
}

th.access-col {
    width: 10%;
}

.categories th.access-col {
    width: 5%;
}

th.hits-col {
    width: 5%;
}

th.id-col {
    width: 3%;
}

th.featured-col {
    width: 5%;
}

th.created-by-col {
    width: 15%;
}

th.date-col {
    width: 5%;
}

th.language-col {
    width: 5%;
}

th.home-col {
    width: 5%;
}

table.adminlist {
    width: 100%;
    float: left;
}

table.adminlist td,
table.adminlist th {
    padding: 4px;
    font-size: 1.2em;
}

table.adminlist thead th {
    text-align: center;
}

table.adminlist thead a:hover {
    text-decoration: none;
}

table.adminlist thead th img {
    vertical-align: middle;
}

table.adminlist tbody th {
    font-weight: bold;
}

table.adminlist tr {
    padding-left: 30px;
    padding-right: 30px;
}

table.adminlist tbody tr {
    text-align: left;
}

table.adminlist tbody tr td,
table.adminlist tbody tr th {
    height: 25px;
}

table.adminlist tfoot tr {
    text-align: center;
}

table.adminlist tfoot td,
table.adminlist tfoot th {
    text-align: center;
}

table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
}

table.adminlist td.order span {
    float: left;
    width: 20px;
    text-align: center;
}

table.adminlist td.order input {
    text-align: center;
    width: 3em;
    font-size: 100%;
}

#media-tree_tree ul {
    list-style: none outside none;
    margin: 0 10px;
}

table.adminlist td.indent-4 {
    padding-left: 4px;
}

table.adminlist td.indent-19 {
    padding-left: 19px;
}

table.adminlist td.indent-34 {
    padding-left: 34px;
}

table.adminlist td.indent-49 {
    padding-left: 49px;
}

table.adminlist td.indent-64 {
    padding-left: 64px;
}

table.adminlist td.indent-79 {
    padding-left: 79px;
}

table.adminlist td.indent-94 {
    padding-left: 94px;
}

table.adminlist td.indent-109 {
    padding-left: 109px;
}

table.adminlist td.indent-124 {
    padding-left: 124px;
}

table.adminlist td.indent-139 {
    padding-left: 139px;
}

table.adminlist tr td.btns a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 20px;
}

table.adminlist tr td.btns a:hover,
table.adminlist tr td.btns a:active,
table.adminlist tr td.btns a:focus {
    text-decoration: none;
}

table.adminlist td li {
    list-style: inside;
}

ul#new-modules-list {
    margin-left: 50px;
    font-size: 1.4em;
    line-height: 1.5em;
}

.clr {
    clear: both;
    overflow: hidden;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu-module-list {
    list-style-position: inside;
    padding-left: 10px;
    margin-left: 5px;
}

.container {
    clear: both;
    text-decoration: none;
}

* html .container {
    display: inline-block;
}

table.noshow {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

table.noshow tr {
    vertical-align: top;
}

table.noshow fieldset {
    margin: 15px 7px 7px 7px;
}

a.saveorder {
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    float: right;
    margin-right: 8px;
}

#editor-xtd-buttons {
    padding: 5px;
}

.invalid {
    font-weight: bold;
}

.button1,
.button1 div {
    height: 1%;
    float: right;
}

.button1 {
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button1 a {
    display: block;
    height: 2.2em;
    float: left;
    line-height: 2.2em;
    font-size: 1.2em;
    font-weight: bold;
    cursor: default;
    padding: 0 6px 0 6px;
}

.button1 a:hover,
.button1 a:focus {
    text-decoration: none;
}

.button2-left,
.button2-right {
    float: left;
    line-height: 1.5em;
    font-size: 1.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button2-left.smallsub,
.button2-right.smallsub {
    line-height: 1.2em;
    font-size: .9em;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    float: left;
    cursor: default;
}

.button2-left span,
.button2-right span {
    cursor: default;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span,
.button2-left .blank a,
.button2-right .blank a,
.button2-left .blank span,
.button2-right .blank span {
    padding: 0 6px;
}

.page span,
.blank span {
    font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover,
.button2-left a:focus,
.button2-right a:focus {
    text-decoration: none;
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    float: left;
    margin-left: 5px;
}

.button2-right {
    float: left;
    margin-left: 5px;
}

div.containerpg {
    position: relative;
    left: 50%;
    float: left;
    clear: left;
}

.pagination div.limit {
    float: left;
    margin: 0 10px;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
}

.pagination div.limit label {
    font-size: 100%;
    height: 1.8em;
    line-height: 1.8em;
}

.pagination div.limit select {
    font-size: 100%;
}

.pagination button {
    font-size: 100%;
    height: 2.0em;
    line-height: 1.8em;
    margin-right: 20px;
}

div.pagination .button2-right,
div.pagination .button2-left {
    font-size: 1.2em;
    height: 1.6em;
    line-height: 1.6em;
}

table.adminlist .pagination {
    display: table;
    padding: 0;
    margin: 0 auto;
    font-size: .8em;
}

table.adminlist .pagination button {
    font-size: 1.2em;
    height: 1.6em;
    line-height: 1.5em;
    margin-right: 20px;
}

div.toggle-editor {
    margin-top: 9px;
}

.tip {
    float: left;
    padding: 5px;
    max-width: 400px;
    z-index: 50;
}

.tip-title {
    padding: 0;
    margin: 0;
    font-size: 120%;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.tip-text {
    font-size: 100%;
    text-align: left;
    margin: 0;
}

a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    cursor: pointer;
    vertical-align: middle;
}

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

.jgrid span.state {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.jgrid span.text {
    display: none;
}

div.message {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding: 3px;
    margin-bottom: 10px;
    font-weight: bold;
}

.helpIndex {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
}

.helpFrame {
    width: 100%;
    height: 800px;
    padding: 0 5px 0 10px;
}

#treecellhelp {
    width: 25%;
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 2px;
    overflow: hidden;
}

#datacellhelp {
    width: 73%;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 0 0 0;
}

.outline {
    padding: 2px;
}

h2.modal-title {
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 1.8em;
    padding-bottom: .5em;
}

ul.menu_types {
    padding: 0 0 0 15px;
    width: 95%;
    margin: 0;
}

ul.menu_types li,
dl.menu_type dd ul li {
    width: 240px;
    list-style: none;
    display: block;
    float: left;
    margin-right: 10px;
}

ul.menu_types li {
    width: 47%;
}

dl.menu_type {
    width: 240px;
    margin: 0;
    padding: 0;
}

dl.menu_type dt {
    font-weight: bold;
    font-size: 1.5em;
    float: left;
    margin: 13px 0 5px 0;
    width: 240px;
}

dl.menu_type dd {
    clear: left;
    margin: 0;
}

dl.menu_type dd a {
    font-size: 1.2em;
}

dl.menu_type dd ul li {
    margin: 0;
}

ul#new-modules-list {
    padding: 5px 0 0 15px;
    width: 95%;
    margin: 0;
    list-style: none;
}

ul#new-modules-list li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 47%;
}

ul#new-modules-list li a {
    font-size: 1em;
    line-height: 1.5em;
}

body.contentpane #filter-bar {
    font-size: 80%;
}

body.contentpane input,
body.contentpane select {
    font-size: 120%;
}

#filter-bar input,
#filter-bar select,
#filter-bar button {
    font-size: 110%;
}

#skiplinkholder a,
#skiplinkholder a:link,
#skiplinkholder a:visited {
    display: block;
    width: 99%;
    position: absolute;
    top: 0;
    left: -200%;
    z-index: 2;
}

#skiplinkholder a:focus,
#skiplinkholder a:active {
    left: 0;
    top: 0;
    z-index: 100;
}

#skiplinkholder p {
    margin: 0;
}

#skiptargetholder {
    position: absolute;
    left: -200%;
}

#skiplinkholder a,
#skiplinkholder a:link,
#skiplinkholder a:visited {
    text-decoration: underline;
    padding: 5px;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.body-overlayed a,
.body-overlayed input,
.body-overlayed button {
    visibility: hidden;
}

.body-overlayed #sbox-window a,
.body-overlayed #sbox-window input,
.body-overlayed #sbox-window button {
    visibility: visible;
}

.element-hidden,
.hide {
    display: none;
}

.hidebtn {
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    width: 0;
    height: 0;
}

.element-invisible,
.hidelabeltxt {
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 0;
    margin: 0;
}

legend.element-invisible {
    position: absolute !important;
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: -10000px;
    font-size: 1px;
    height: 0;
}

fieldset.panelform {
    overflow: hidden;
    clear: both;
}

fieldset.adminform label,
fieldset.panelform label,
fieldset.adminform span.faux-label,
fieldset.panelform span.faux-label {
    line-height: 2em;
    clear: left;
    min-width: 12em;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}

fieldset.adminform.long label,
fieldset.panelform.long label,
fieldset.adminform.long span.faux-label,
fieldset.panelform.long span.faux-label {
    min-width: 18em;
}

fieldset.adminform fieldset.radio label,
fieldset.panelform fieldset.radio label,
fieldset.adminform fieldset.radio span.faux-label,
fieldset.panelform fieldset.radio span.faux-label {
    margin-left: 0;
}

fieldset.adminform input,
fieldset.adminform span.faux-input,
fieldset.adminform textarea,
fieldset.adminform select,
fieldset.adminform img,
fieldset.adminform button,
fieldset.panelform input,
fieldset.panelform span.faux-input,
fieldset.panelform textarea,
fieldset.panelform select,
fieldset.panelform img,
fieldset.panelform button {
    float: left;
    margin: 5px 5px 5px 0;
    width: auto;
}

fieldset.batch {
    margin: 20px 10px 10px 10px;
    padding: 10px;
}

fieldset.batch label {
    margin: 5px;
    min-width: 40px;
}

fieldset.batch button {
    margin: 3px;
}

fieldset#batch-choose-action {
    clear: left;
    border: 0 none;
}

fieldset.batch label {
    float: left;
    clear: none;
}

fieldset label#batch-choose-action-lbl {
    clear: left;
    margin-top: 15px;
}

label#batch-language-lbl,
label#batch-user-lbl {
    clear: left;
    margin-right: 10px;
    margin-top: 15px;
}

select#batch-language-id,
select#batch-user-id {
    margin-top: 15px;
}

select#batch-category-id,
select#batch-position-id,
select#batch-menu-id {
    margin-right: 30px;
}

fieldset.batch select,
fieldset.batch input,
fieldset.batch img,
fieldset.batch button {
    float: left;
}

label#batch-access-lbl,
label#batch-client-lbl {
    margin-right: 10px;
}

div#jform_ordering {
    font-size: 1.091em;
    margin-top: 3px;
}

#jform_impmade,
#jform_clicks {
    width: 30px;
}

fieldset.panelform label#jform-imp {
    min-width: 3em;
    font-size: 1.091em;
}

fieldset.adminform input#jform_clickurl {
    width: 20em;
}

a.move_up {
    display: inline-block;
    height: 16px;
    text-indent: -1000em;
    width: 16px;
}

span.move_up {
    display: inline-block;
    height: 16px;
    width: 16px;
}

a.move_down {
    display: inline-block;
    height: 16px;
    text-indent: -1000em;
    width: 16px;
}

span.move_down {
    display: inline-block;
    height: 16px;
    width: 16px;
}

a.grid_false {
    display: inline-block;
    height: 16px;
    text-indent: -1000em;
    width: 16px;
}

a.grid_true {
    display: inline-block;
    height: 16px;
    text-indent: -1000em;
    width: 16px;
}

a.grid_trash {
    display: inline-block;
    height: 16px;
    text-indent: -1000em;
    width: 16px;
}

div.acl-options {
    width: 100%;
}

table.aclsummary-table,
table.aclmodify-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.091em;
}

td.col1 {
    font-size: 1.091em;
    text-align: left;
    padding: 4px;
}

table.aclsummary-table caption,
table.aclmodify-table caption {
    display: none;
}

table.aclsummary-table th.col1 {
    width: 25%;
}

table.aclsummary-table th.col2,
table.aclsummary-table th.col3,
table.aclsummary-table th.col4,
table.aclsummary-table th.col5,
table.aclsummary-table th.col6 {
    width: 15%;
    vertical-align: bottom;
    text-align: center;
}

span.icon-16-unset,
span.icon-16-allowed,
span.icon-16-denied,
span.icon-16-locked {
    padding-left: 18px;
}

label.icon-16-allow,
label.icon-16-deny,
a.icon-16-allow,
a.icon-16-deny,
a.icon-16-allowinactive,
a.icon-16-denyinactive {
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 auto;
}

label.icon-16-allow {
    text-indent: -9999em;
    position: relative;
    left: 40%;
}

label.icon-16-deny {
    text-indent: -9999em;
    position: relative;
    left: 40%;
}

table.aclmodify-table th.col2,
table.aclmodify-table th.col3,
table.aclmodify-table th.col4 {
    width: 20%;
    vertical-align: bottom;
    text-align: center;
}

table.aclmodify-table select {
    margin: 1px;
}

table.aclsummary-table td label,
table.aclmodify-table td label {
    min-width: 20px;
}

ul.acllegend {
    list-style: none;
    font-size: 1.091em;
    padding-bottom: 10px;
}

ul.acllegend li {
    display: block;
    float: left;
    padding-right: 20px;
    margin: 15px 0 15px 10px;
}

ul.acllegend li.acl-allowed {
    padding-left: 20px;
    padding-right: 10px;
}

ul.acllegend li.acl-denied {
    padding-left: 20px;
    padding-right: 20px;
}

ul.acllegend li.acl-editgroups {
    padding-right: 10px;
}

ul.acllegend li.acl-resetbtn {
    padding-right: 0;
}

li.acl-editgroups,
li.acl-resetbtn {
    display: block;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

li.acl-editgroups a,
li.acl-resetbtn a {
    padding: 6px;
    cursor: default;
}

li.acl-editgroups a:hover,
li.acl-resetbtn a:hover,
li.acl-editgroups a:focus,
li.acl-resetbtn a:focus {
    text-decoration: none;
    cursor: default;
}

li.acl-editgroups:hover,
li.acl-resetbtn:hover,
li.acl-editgroups:focus,
li.acl-resetbtn:focus {
    text-decoration: none;
    cursor: default;
}

table#acl-config {
    width: 100%;
    margin-top: 15px;
}

table#acl-config th,
table#acl-config td {
    height: 2em;
    background: #f9fade;
    text-align: center;
    vertical-align: middle;
}

table#acl-config th.acl-groups {
    padding-left: 8px;
    font-weight: bold;
    text-align: left;
}

table#acl-config th.acl-groups span.gi {
    margin-right: 2px;
}

table#acl-config td {
    width: 9em;
}

table#acl-config td select {
    float: none;
}

.acl-action {
    font-size: 1.091em;
    margin: auto 0;
}

.acl-groups {
    font-size: 1.091em;
    font-weight: normal;
}

label#jform_rules-lbl {
    float: none;
    white-space: nowrap;
    display: none;
    visibility: hidden;
}

label#jform_filters-lbl {
    float: none;
    white-space: nowrap;
    display: none;
    visibility: hidden;
}

ul.config-option-list,
ul.config-option-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.config-option-list fieldset {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

#permissions-sliders {
    margin-top: 15px;
}

#permissions-sliders ul#rules,
#permissions-sliders ul#rules ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
}

#permissions-sliders ul#rules li {
    margin: 0;
    padding: 0;
}

#permissions-sliders ul#rules table.group-rules {
    border-collapse: collapse;
    margin: 5px;
    width: 100%;
}

#permissions-sliders ul#rules table.group-rules td {
    padding: 4px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
}

#permissions-sliders ul#rules table.group-rules th {
    font-size: 1.2em;
    overflow: hidden;
    font-weight: bold;
}

#permissions-sliders .panel {
    margin-bottom: 3px;
    margin-left: 0;
    border: 0;
}

#permissions-sliders p.rule-desc {
    font-size: 1.1em;
}

#permissions-sliders div.rule-notes {
    font-size: 1.1em;
}

ul#rules table.group-rules td label {
    margin: 0 !important;
    line-height: 1.1em;
}

ul#rules table.group-rules td span {
    font-size: 1.1em;
    padding-bottom: 4px;
}

ul#rules table.group-rules td span span {
    font-size: 100%;
}

table.group-rules td select {
    margin: 0 !important;
}

#permissions-sliders ul#rules .mypanel {
    padding: 0;
    line-height: 1.3em;
}

#permissions-sliders .mypanel table.group-rules caption {
    font-size: 1.3em;
}

#permissions-sliders ul#rules {
    padding: 5px;
}

#permissions-sliders ul#rules table.group-rules th {
    text-align: left;
    padding: 4px;
}

#permissions-sliders ul#rules table.group-rules td label {
    min-width: 1em;
}

#permissions-sliders .pane-toggler span {
    padding-left: 20px;
}

#permissions-sliders .pane-toggler-down span {
    padding-left: 20px;
}

#permissions-sliders .pane-toggler-down span.level,
#permissions-sliders .pane-toggler span.level {
    padding: 0;
}

.swatch {
    text-align: center;
    padding: 0 15px 0 15px;
}

dl.tabs dt h3 {
    padding: 0;
    font-size: 100%;
}

ul.helpmenu li {
    float: right;
    margin: 10px;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
}

#menu {
    position: relative;
    z-index: 100;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 100%;
}

#menu ul li.separator {
    margin-bottom: 1em;
}

#menu a {
    padding: 0.35em 2.5em 0.35em 2em;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    font-size: 100%;
}

#menu li {
    float: left;
    font-size: 100%;
}

#menu li a {
    white-space: nowrap;
}

#menu li li a {
    margin-bottom: 1px;
    margin-top: 1px;
    width: 10em;
}

#menu li.disabled a:hover,
#menu li.disabled a:focus,
#menu li.disabled a {
    cursor: default;
}

#menu li ul {
    position: absolute;
    width: 16em;
    margin-left: -1000em;
}

#menu li li {
    border: none;
    width: 16em;
}

#menu li ul ul {
    margin: -2.3em 0 0 -1000em;
}

#menu li:hover ul ul,
#menu li.sfhover ul ul {
    margin-left: -1000em;
}

#menu li:hover ul,
#menu li.sfhover ul {
    margin-left: 0;
}

#menu li li:hover ul,
#menu li li.sfhover ul {
    margin-left: 16em;
}

[class^="menu-"],
[class*=" menu-"] {
    background-position: 3px 50% !important;
}

.menu-archive {
    background-image: url(../images/menu/icon-16-archive.png);
}

.menu-article {
    background-image: url(../images/menu/icon-16-article.png);
}

.menu-banners {
    background-image: url(../images/menu/icon-16-banner.png);
}

.menu-banners-clients {
    background-image: url(../images/menu/icon-16-banner-client.png);
}

.menu-banners-tracks {
    background-image: url(../images/menu/icon-16-banner-tracks.png);
}

.menu-banners-cat {
    background-image: url(../images/menu/icon-16-banner-categories.png);
}

.menu-category {
    background-image: url(../images/menu/icon-16-category.png);
}

.menu-checkin {
    background-image: url(../images/menu/icon-16-checkin.png);
}

.menu-clear {
    background-image: url(../images/menu/icon-16-clear.png);
}

.menu-component {
    background-image: url(../images/menu/icon-16-component.png);
}

.menu-config {
    background-image: url(../images/menu/icon-16-config.png);
}

.menu-contact {
    background-image: url(../images/menu/icon-16-contacts.png);
}

.menu-contact-cat {
    background-image: url(../images/menu/icon-16-contacts-categories.png);
}

.menu-content {
    background-image: url(../images/menu/icon-16-content.png);
}

.menu-cpanel {
    background-image: url(../images/menu/icon-16-cpanel.png);
}

.menu-default {
    background-image: url(../images/menu/icon-16-default.png);
}

.menu-featured {
    background-image: url(../images/menu/icon-16-featured.png);
}

.menu-groups {
    background-image: url(../images/menu/icon-16-groups.png);
}

.menu-help {
    background-image: url(../images/menu/icon-16-help.png);
}

.menu-help-this {
    background-image: url(../images/menu/icon-16-help-this.png);
}

.menu-help-forum {
    background-image: url(../images/menu/icon-16-help-forum.png);
}

.menu-help-docs {
    background-image: url(../images/menu/icon-16-help-docs.png);
}

.menu-help-jed {
    background-image: url(../images/menu/icon-16-help-jed.png);
}

.menu-help-jrd {
    background-image: url(../images/menu/icon-16-help-jrd.png);
}

.menu-help-community {
    background-image: url(../images/menu/icon-16-help-community.png);
}

.menu-help-security {
    background-image: url(../images/menu/icon-16-help-security.png);
}

.menu-help-dev {
    background-image: url(../images/menu/icon-16-help-dev.png);
}

.menu-help-shop {
    background-image: url(../images/menu/icon-16-help-shop.png);
}

.menu-info {
    background-image: url(../images/menu/icon-16-info.png);
}

.menu-install {
    background-image: url(../images/menu/icon-16-install.png);
}

.menu-joomlaupdate {
    background-image: url(../images/menu/icon-16-install.png);
}

.menu-language {
    background-image: url(../images/menu/icon-16-language.png);
}

.menu-levels {
    background-image: url(../images/menu/icon-16-levels.png);
}

.menu-logout {
    background-image: url(../images/menu/icon-16-logout.png);
}

.menu-maintenance {
    background-image: url(../images/menu/icon-16-maintenance.png);
}

.menu-massmail {
    background-image: url(../images/menu/icon-16-massmail.png);
}

.menu-media {
    background-image: url(../images/menu/icon-16-media.png);
}

.menu-menu {
    background-image: url(../images/menu/icon-16-menu.png);
}

.menu-menumgr {
    background-image: url(../images/menu/icon-16-menumgr.png);
}

.menu-messages {
    background-image: url(../images/menu/icon-16-messaging.png);
}

.menu-messages-add {
    background-image: url(../images/menu/icon-16-new-privatemessage.png);
}

.menu-messages-read {
    background-image: url(../images/menu/icon-16-messages.png);
}

.menu-module {
    background-image: url(../images/menu/icon-16-module.png);
}

.menu-newarticle {
    background-image: url(../images/menu/icon-16-newarticle.png);
}

.menu-newcategory {
    background-image: url(../images/menu/icon-16-newcategory.png);
}

.menu-newgroup {
    background-image: url(../images/menu/icon-16-newgroup.png);
}

.menu-newlevel {
    background-image: url(../images/menu/icon-16-newlevel.png);
}

.menu-newuser {
    background-image: url(../images/menu/icon-16-newuser.png);
}

.menu-plugin {
    background-image: url(../images/menu/icon-16-plugin.png);
}

.menu-profile {
    background-image: url(../images/menu/icon-16-user.png);
}

.menu-purge {
    background-image: url(../images/menu/icon-16-purge.png);
}

.menu-readmess {
    background-image: url(../images/menu/icon-16-readmess.png);
}

.menu-section {
    background-image: url(../images/menu/icon-16-section.png);
}

.menu-static {
    background-image: url(../images/menu/icon-16-static.png);
}

.menu-stats {
    background-image: url(../images/menu/icon-16-stats.png);
}

.menu-themes {
    background-image: url(../images/menu/icon-16-themes.png);
}

.menu-trash {
    background-image: url(../images/menu/icon-16-trash.png);
}

.menu-user {
    background-image: url(../images/menu/icon-16-user.png);
}

.menu-user-note {
    background-image: url(../images/menu/icon-16-user-note.png);
}

.menu-delete {
    background-image: url(../images/menu/icon-16-delete.png);
}

.menu-help-trans {
    background-image: url(../images/menu/icon-16-help-trans.png);
}

.menu-newsfeeds {
    background-image: url(../images/menu/icon-16-newsfeeds.png);
}

.menu-newsfeeds-cat {
    background-image: url(../images/menu/icon-16-newsfeeds-cat.png);
}

.menu-redirect {
    background-image: url(../images/menu/icon-16-redirect.png);
}

.menu-search {
    background-image: url(../images/menu/icon-16-search.png);
}

.menu-finder {
    background-image: url(../images/menu/icon-16-search.png);
}

.menu-weblinks {
    background-image: url(../images/menu/icon-16-links.png);
}

.menu-weblinks-cat {
    background-image: url(../images/menu/icon-16-links-cat.png);
}

.menu-tags {
    background-image: url(../images/menu/icon-16-tags.png);
}

.menu-postinstall {
    background-image: url(../images/menu/icon-16-generic.png);
}

.icon-32-cog {
    background-image: url(../images/toolbar/icon-32-cog.png);
}

#menu li a:focus+ul {
    margin-left: 0;
}

#menu li li a:focus+ul {
    margin-left: 1016em;
}

#menu li li a:focus {
    margin-left: 1000em;
    width: 10em;
}

#menu li li li a:focus {
    margin-left: 2016em;
    width: 10em;
}

#menu li:hover a:focus,
#menu li.sfhover a.sffocus {
    margin-left: 0;
}

#menu li li:hover a:focus+ul,
#menu li li.sfhover a.sffocus+ul {
    margin-left: 16em;
}

#sidebar {
    float: left;
    margin: 15px 5px;
}

#submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 2.5em;
    line-height: 2em;
}

#submenu ul,
#submenu li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#submenu li,
#submenu span.nolink {
    float: left;
    font-weight: bold;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#submenu span.nolink {
    color: #999;
}

#submenu li.active,
#submenu span.nolink.active {
    cursor: default;
}

#submenu li.active a,
#submenu span.nolink.active,
#submenu li a:hover,
#submenu li a:focus {
    text-decoration: none;
}

.red {
    font-weight: bold;
    color: #c00;
}

.pre_message {
    font-size: 1.3em;
}

span.update-badge {
    background-image: -moz-linear-gradient(center bottom, #FF0000 41%, #FC7E7E 79%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.41, #ff0000), color-stop(0.79, #fc7e7e));
    border: 2px solid white;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
    color: white;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 1.2em;
    left: 60px;
    min-width: 1em;
    padding: 0 0.1em 0;
    position: relative;
    top: -88px;
}

.unotes ul,
.unotes ol {
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
    padding-right: 0;
}

.unotes div.utitle {
    padding: 10px;
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
}

.unotes h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
}

.unotes .ubody {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
}

.unotes p {
    padding-bottom: 10px;
}

div#database-sliders {
    margin: 10px;
}

fieldset.uploadform {
    margin-top: 10px;
    margin-bottom: 10px;
}

#installer-database,
#installer-discover,
#installer-update,
#installer-warnings {
    margin-top: 10px;
}

#installer-database #sidebar {
    float: none;
}

#installer-database p.warning {
    padding-left: 20px;
}

#installer-database p.nowarning {
    padding-left: 20px;
}

.joomlaupdate_spinner {
    float: left;
    margin-right: 15px;
}

.btn-group {
    position: relative;
    display: inline-block;
}

.btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    float: left;
    margin-left: -1px;
}

.icon-48-cpanel {
    height: 50px;
    width: 50%;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.list-striped,
.row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    margin-left: 0;
    font-size: 1.2em;
    padding: 9px;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
    border-bottom: 1px solid #dddddd;
    padding: 8px;
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9;
}

.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: #f5f5f5;
}

.row-striped .row-fluid {
    width: 100%;
    box-sizing: border-box;
}

.row-striped .row-fluid [class*="span"] {
    min-height: 10px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group > .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

#status .btn-toolbar,
#status p {
    margin: 0px;
}

.navbar .btn-group {
    margin: 0;
    padding: 5px 5px 6px;
}

.media .btn {
    margin: 10px 20px;
}

.thumbnails > li {
    list-style: none outside none;
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}

#mediamanager-form {
    margin: 10px;
}

.is-tagbox {
    float: left;
}

.item-associations {
    margin: 0;
}

.item-associations li {
    list-style: none;
    display: inline-block;
    margin: 0 0 3px 0;
}

.item-associations li a,
table.adminlist .item-associations li a {
    color: #ffffff;
}

.hidden {
    display: none;
    visibility: hidden;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip {
    max-width: 400px;
}

.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
}

th .tooltip-inner {
    font-weight: normal;
}

.tooltip.hasimage {
    opacity: 1;
}

fieldset.panelform .tooltip img {
    float: none;
    margin: 0;
}

div.toggle-editor {
    float: right;
}

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.module-edit {
    display: inline-block;
}

.break-word {
    word-break: break-all;
    word-wrap: break-word;
}

.muted {
    color: #999;
}


/* ESTILOA COOKIES */

#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: 80px;
    background: #fff!important;
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: inline-block;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
    float: none!important;
    text-shadow: none;
    border-radius: 0!important;
    margin: 0 auto!important;
}

#ca_banner p,
#ca_banner h2 {
    margin: 4px 0;
    padding: 0;
    line-height: 1.2em;
    color: #000;
    float: none!important;
}

#ca_banner p {
    font-size: 14px;
}

#ca_banner .accept {
    cursor: pointer;
    font-size: 14px;
    margin: 5px auto;
    width: 120px;
    background: #0089f2;
    padding: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 0 #0072ca;
    color: #fff;
    background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
    background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
    float: none!important;
}