@charset "utf-8";
/**
 * Document   : ACT PrimeFaces Theme
 * Created on : 09-Sep-2011, 15:05:15
 * Author     : Jonathan Law
 * Description:
 * This Provides ACT Theme for use in PrimeFaces UIs
 * .tw provides extra specificity to override PrimeFaces defaults
 * Adding to all properties ensures they still override each other
 * where appropriate.
 * 
 * ACT Colours:
 * Dark Grey  : #58585A
 * Beige      : #A49791
 * Orange     : #EB7126
 * Magenta    : #E2017B
 * Light Blue : #009CD9
 * Dark Blue  : #0065A7
 * Light Red  : #C4004A
 * Dark Red   : #890803
 */

/**
 * CSS Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1em;
}

ol, ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: middle;
}

/**
 * Page styling
 */
body {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-color: #FFF8F2;
    color: #232323;
    border: 0 none;
    margin: 0;
}

/**
 * Default HTML element styling
 */
h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin: 5px 0 10px;
    line-height: 1em;
}

label {
    margin: auto 3px;
}

a,a:link,a:visited {
    color: #0065A7;
    text-decoration: none;
}

a:hover {
    color: #009CD9;
    text-decoration: none;
}

a:active {
    color: #c37e9b;
    text-decoration: none;
}

p.act-body-text {
    margin: 1em 0;
}

/**
 * Theme Roller Theme in ACT Branding
 */

/**
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/**
 * Layout helpers
 */
.tw .ui-helper-hidden {
    display: none;
}

.tw .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.tw .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

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

.tw .ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.tw .ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.tw .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

/**
 * Interaction Cues
 */
.tw .ui-state-disabled {
    cursor: default !important;
}

/**
 * Icons
 */

/* states and images */
.tw .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/**
 * Misc visuals
 */

.ui-widget-overlay, .tw .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/**
 * Component containers
 */
.tw .ui-widget {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
}

.tw .ui-widget .ui-widget {
    font-size: 1em;
}

.tw .ui-widget input,
.tw .ui-widget select,
.tw .ui-widget textarea,
.tw .ui-widget button
{
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
}

.tw .ui-widget-content {
    border: 1px solid #aca19d;
    background-color: #ffffff;
    color: #232323;
}

.tw .ui-widget-content a,
.tw .ui-widget-content a:link,
.tw .ui-widget-content a:visited {
    color: #232323;
}

.tw .ui-widget-header {
    border: 1px solid #aca19d;
    background-color: #ffffff;
    color: #232323;
    font-weight: bold;
}

.tw .ui-widget-header a,
.tw .ui-widget-header a:link,
.tw .ui-widget-header a:visited {
    color: #232323;
}

/**
 * Datatable colour alterations (must be before highlight states).
 */

/* Alters datatable row hover to be same colour as highlight (as per 3.0.M1). */
.tw .ui-datatable .ui-datatable-data tr.ui-state-hover{
    background-color: #E9F6FC;
}

/**
 * Interaction states
 */
.tw .ui-state-default,
.tw .ui-widget-content .ui-state-default,
.tw .ui-widget-header .ui-state-default {
    border: 1px solid #aca19d;
    background-color: #dfdbda;
    font-weight: normal;
    color: #555555;
}

.tw .ui-state-default a,
.tw .ui-state-default a:link,
.tw .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.tw .ui-state-hover,
.tw .ui-widget-content .ui-state-hover,
.tw .ui-widget-header .ui-state-hover,
.tw .ui-state-focus,
.tw .ui-widget-content .ui-state-focus,
.tw .ui-widget-header .ui-state-focus {
    border: 1px solid #aca19d;
    background-color: #b1d0e4;
    font-weight: normal;
    color: #232323;
}

.tw .ui-state-hover a,.ui-state-hover a:hover {
    color: #232323;
    text-decoration: none;
}

.tw .ui-state-active,
.tw .ui-widget-content .ui-state-active,
.tw .ui-widget-header .ui-state-active {
    border: 1px solid #c37e9b;
    background-color: #c37e9b;
    font-weight: normal;
    color: #ffffff;
}

.tw .ui-state-active a,
.tw .ui-state-active a:link,
.tw .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tw .ui-widget :active {
    outline: none;
}

/**
 * Interaction Cues
 */
.tw .ui-state-highlight,
.tw .ui-widget-content .ui-state-highlight,
.tw .ui-widget-header .ui-state-highlight {
    border: 1px solid #aca19d;
    background-color: #e9f6fc;
    color: #232323;
}

.tw .ui-state-highlight a,
.tw .ui-widget-content .ui-state-highlight a,
.tw .ui-widget-header .ui-state-highlight a {
    color: #232323;
}

.tw .ui-state-error,
.tw .ui-widget-content .ui-state-error,
.tw .ui-widget-header .ui-state-error {
    border: 1px solid #c4004a;
    background-color: #ffffff;
    color: #232323;
}

.tw .ui-state-error a,
.tw .ui-widget-content .ui-state-error a,
.tw .ui-widget-header .ui-state-error a {
    color: #232323;
}

.tw .ui-state-error-text,
.tw .ui-widget-content .ui-state-error-text,
.tw .ui-widget-header .ui-state-error-text {
    color: #232323;
}

.tw .ui-priority-primary,
.tw .ui-widget-content .ui-priority-primary,
.tw .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.tw .ui-priority-secondary,
.tw .ui-widget-content .ui-priority-secondary,
.tw .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.tw .ui-state-disabled,
.tw .ui-widget-content .ui-state-disabled,
.tw .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

/**
 * Icons
 */

/* states and images */
.tw .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("/jakarta.faces.resource/images/ui-icons_555555_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-widget-content .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_555555_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-widget-header .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_555555_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-state-default .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_555555_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_555555_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-state-active .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_eeeeee_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-state-highlight .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_2e83ff_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

.tw .ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url("/jakarta.faces.resource/images/ui-icons_cd0a0a_256x240.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
}

/* Background positioning */
.tw .ui-icon-carat-1-n { background-position: 0 0; }
.tw .ui-icon-carat-1-ne { background-position: -16px 0; }
.tw .ui-icon-carat-1-e { background-position: -32px 0; }
.tw .ui-icon-carat-1-se { background-position: -48px 0; }
.tw .ui-icon-carat-1-s { background-position: -64px 0; }
.tw .ui-icon-carat-1-sw { background-position: -80px 0; }
.tw .ui-icon-carat-1-w { background-position: -96px 0; }
.tw .ui-icon-carat-1-nw { background-position: -112px 0; }
.tw .ui-icon-carat-2-n-s { background-position: -128px 0; }
.tw .ui-icon-carat-2-e-w { background-position: -144px 0; }
.tw .ui-icon-triangle-1-n { background-position: 0 -16px; }
.tw .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.tw .ui-icon-triangle-1-e { background-position: -32px -16px; }
.tw .ui-icon-triangle-1-se { background-position: -48px -16px; }
.tw .ui-icon-triangle-1-s { background-position: -64px -16px; }
.tw .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.tw .ui-icon-triangle-1-w { background-position: -96px -16px; }
.tw .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.tw .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.tw .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.tw .ui-icon-arrow-1-n { background-position: 0 -32px; }
.tw .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.tw .ui-icon-arrow-1-e { background-position: -32px -32px; }
.tw .ui-icon-arrow-1-se { background-position: -48px -32px; }
.tw .ui-icon-arrow-1-s { background-position: -64px -32px; }
.tw .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.tw .ui-icon-arrow-1-w { background-position: -96px -32px; }
.tw .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.tw .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.tw .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.tw .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.tw .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.tw .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.tw .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.tw .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.tw .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.tw .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.tw .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.tw .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.tw .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.tw .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.tw .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.tw .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.tw .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.tw .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.tw .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.tw .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.tw .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.tw .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.tw .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.tw .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.tw .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.tw .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.tw .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.tw .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.tw .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.tw .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.tw .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.tw .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.tw .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.tw .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.tw .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.tw .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.tw .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.tw .ui-icon-arrow-4 { background-position: 0 -80px; }
.tw .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.tw .ui-icon-extlink { background-position: -32px -80px; }
.tw .ui-icon-newwin { background-position: -48px -80px; }
.tw .ui-icon-refresh { background-position: -64px -80px; }
.tw .ui-icon-shuffle { background-position: -80px -80px; }
.tw .ui-icon-transfer-e-w { background-position: -96px -80px; }
.tw .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.tw .ui-icon-folder-collapsed { background-position: 0 -96px; }
.tw .ui-icon-folder-open { background-position: -16px -96px; }
.tw .ui-icon-document { background-position: -32px -96px; }
.tw .ui-icon-document-b { background-position: -48px -96px; }
.tw .ui-icon-note { background-position: -64px -96px; }
.tw .ui-icon-mail-closed { background-position: -80px -96px; }
.tw .ui-icon-mail-open { background-position: -96px -96px; }
.tw .ui-icon-suitcase { background-position: -112px -96px; }
.tw .ui-icon-comment { background-position: -128px -96px; }
.tw .ui-icon-person { background-position: -144px -96px; }
.tw .ui-icon-print { background-position: -160px -96px; }
.tw .ui-icon-trash { background-position: -176px -96px; }
.tw .ui-icon-locked { background-position: -192px -96px; }
.tw .ui-icon-unlocked { background-position: -208px -96px; }
.tw .ui-icon-bookmark { background-position: -224px -96px; }
.tw .ui-icon-tag { background-position: -240px -96px; }
.tw .ui-icon-home { background-position: 0 -112px; }
.tw .ui-icon-flag { background-position: -16px -112px; }
.tw .ui-icon-calendar { background-position: -32px -112px; }
.tw .ui-icon-cart { background-position: -48px -112px; }
.tw .ui-icon-pencil { background-position: -64px -112px; }
.tw .ui-icon-clock { background-position: -80px -112px; }
.tw .ui-icon-disk { background-position: -96px -112px; }
.tw .ui-icon-calculator { background-position: -112px -112px; }
.tw .ui-icon-zoomin { background-position: -128px -112px; }
.tw .ui-icon-zoomout { background-position: -144px -112px; }
.tw .ui-icon-search { background-position: -160px -112px; }
.tw .ui-icon-wrench { background-position: -176px -112px; }
.tw .ui-icon-gear { background-position: -192px -112px; }
.tw .ui-icon-heart { background-position: -208px -112px; }
.tw .ui-icon-star { background-position: -224px -112px; }
.tw .ui-icon-link { background-position: -240px -112px; }
.tw .ui-icon-cancel { background-position: 0 -128px; }
.tw .ui-icon-plus { background-position: -16px -128px; }
.tw .ui-icon-plusthick { background-position: -32px -128px; }
.tw .ui-icon-minus { background-position: -48px -128px; }
.tw .ui-icon-minusthick { background-position: -64px -128px; }
.tw .ui-icon-close { background-position: -80px -128px; }
.tw .ui-icon-closethick { background-position: -96px -128px; }
.tw .ui-icon-key { background-position: -112px -128px; }
.tw .ui-icon-lightbulb { background-position: -128px -128px; }
.tw .ui-icon-scissors { background-position: -144px -128px; }
.tw .ui-icon-clipboard { background-position: -160px -128px; }
.tw .ui-icon-copy { background-position: -176px -128px; }
.tw .ui-icon-contact { background-position: -192px -128px; }
.tw .ui-icon-image { background-position: -208px -128px; }
.tw .ui-icon-video { background-position: -224px -128px; }
.tw .ui-icon-script { background-position: -240px -128px; }
.tw .ui-icon-alert { background-position: 0 -144px; }
.tw .ui-icon-info { background-position: -16px -144px; }
.tw .ui-icon-notice { background-position: -32px -144px; }
.tw .ui-icon-help { background-position: -48px -144px; }
.tw .ui-icon-check { background-position: -64px -144px; }
.tw .ui-icon-bullet { background-position: -80px -144px; }
.tw .ui-icon-radio-off { background-position: -96px -144px; }
.tw .ui-icon-radio-on { background-position: -112px -144px; }
.tw .ui-icon-pin-w { background-position: -128px -144px; }
.tw .ui-icon-pin-s { background-position: -144px -144px; }
.tw .ui-icon-play { background-position: 0 -160px; }
.tw .ui-icon-pause { background-position: -16px -160px; }
.tw .ui-icon-stop { background-position: -96px -160px; }
.tw .ui-icon-eject { background-position: -112px -160px; }
.tw .ui-icon-volume-off { background-position: -128px -160px; }
.tw .ui-icon-volume-on { background-position: -144px -160px; }
.tw .ui-icon-power { background-position: 0 -176px; }
.tw .ui-icon-signal-diag { background-position: -16px -176px; }
.tw .ui-icon-signal { background-position: -32px -176px; }
.tw .ui-icon-battery-0 { background-position: -48px -176px; }
.tw .ui-icon-battery-1 { background-position: -64px -176px; }
.tw .ui-icon-battery-2 { background-position: -80px -176px; }
.tw .ui-icon-battery-3 { background-position: -96px -176px; }
.tw .ui-icon-circle-plus { background-position: 0 -192px; }
.tw .ui-icon-circle-minus { background-position: -16px -192px; }
.tw .ui-icon-circle-close { background-position: -32px -192px; }
.tw .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.tw .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.tw .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.tw .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.tw .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.tw .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.tw .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.tw .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.tw .ui-icon-circle-zoomin { background-position: -176px -192px; }
.tw .ui-icon-circle-zoomout { background-position: -192px -192px; }
.tw .ui-icon-circle-check { background-position: -208px -192px; }
.tw .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.tw .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.tw .ui-icon-circlesmall-close { background-position: -32px -208px; }
.tw .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.tw .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.tw .ui-icon-squaresmall-close { background-position: -80px -208px; }
.tw .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.tw .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.tw .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.tw .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.tw .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.tw .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.tw .ui-icon-seek-next { background-position: -32px -160px; }
.tw .ui-icon-seek-prev { background-position: -48px -160px; }
.tw .ui-icon-seek-end { background-position: -64px -160px; }
.tw .ui-icon-seek-start { background-position: -80px -160px; }
.tw .ui-icon-seek-first { background-position: -80px -160px; }

/* Alter position of icons for paginator */
.tw .ui-paginator .ui-icon-seek-next { background-position: -32px -163px; }
.tw .ui-paginator .ui-icon-seek-prev { background-position: -48px -163px; }
.tw .ui-paginator .ui-icon-seek-end { background-position: -64px -163px; }
.tw .ui-paginator .ui-icon-seek-start { background-position: -80px -163px; }
.tw .ui-paginator .ui-icon-seek-first { background-position: -80px -163px; }

.tw .ui-paginator .ui-icon-seek-next,
.tw .ui-paginator .ui-icon-seek-prev,
.tw .ui-paginator .ui-icon-seek-end,
.tw .ui-paginator .ui-icon-seek-start,
.tw .ui-paginator .ui-icon-seek-first {
    height: auto;
}

.tw .ui-paginator-pages { 
    padding: 0 6px;
}

/**
 * Misc visuals
 */

/* Corner radius */
.tw .ui-corner-tl {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tw .ui-corner-tr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.tw .ui-corner-bl {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tw .ui-corner-br {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tw .ui-corner-top {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.tw .ui-corner-bottom {
    -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;
}

.tw .ui-corner-right {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tw .ui-corner-left {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tw .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Overlays */
.ui-widget-overlay,
.tw .ui-widget-overlay {
    background-color: #000000;
    opacity: .75;
}

.tw .ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background-color: #000000;
    opacity: .30;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/**
 * jQuery UI Resizable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.tw .ui-resizable {
    position: relative;
}

.tw .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=");
}

.tw .ui-resizable-disabled .ui-resizable-handle
.tw .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.tw .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.tw .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.tw .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.tw .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.tw .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.tw .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.tw .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.tw .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/**
 * jQuery UI Selectable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.tw .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

/**
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.tw .ui-accordion {
    width: 100%;
}

.tw .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.tw .ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.tw .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.tw .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.tw .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.tw .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.tw .ui-accordion .ui-accordion-content {
    padding: 5px;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.tw .ui-accordion .ui-accordion-content-active {
    display: block;
}

/**
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.tw .ui-autocomplete {
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px; /* without this, the menu expands to 100% in IE6 */
} 

/**
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.tw .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    /*float: left;*/
}

.tw .ui-menu .ui-menu {
    margin-top: -3px;
}

.tw .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.tw .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.tw .ui-menu .ui-menu-item a.ui-state-hover,
.tw .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

/**
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.tw .ui-button {
    display: inline-block;
    position: relative;
    padding: 2px 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible; /* Removes extra width in IE. */
}

.tw .ui-button,
.tw .act-login-button {
    -moz-border-radius: 3px !important; 
    -webkit-border-radius: 3px !important; 
    border-radius: 3px !important; 
    background-color: #DFDBDA;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F2F2), to(#DFDBDA));
    background: -moz-linear-gradient(top,  #F1F2F2,  #DFDBDA);
}

.tw .ui-button.ui-state-hover,
.tw .act-login-button.ui-state-hover {
    background-color: #B1D0E4;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9F6FC), to(#B1D0E4));
    background: -moz-linear-gradient(top,  #E9F6FC,  #B1D0E4);
}

.tw .ui-button.ui-state-active,
.tw .act-login-button.ui-state-active {
    background-color: #C37E9B;
    background: -webkit-gradient(linear, left top, left bottom, from(#E2B2CC), to(#C37E9B));
    background: -moz-linear-gradient(top,  #E2B2CC, #C37E9B);
}

.tw .ui-button-icon-only {
    width: 2.2em;
}

.tw button.ui-button-icon-only {
    width: 2.4em; /* To make room for the icon, a width needs to be set here */
}

.tw .ui-button-icons-only {
    width: 3.4em; /* Button elements seem to need a little more width */
}

.tw button.ui-button-icons-only {
    width: 3.7em;
}

/* Button text element */
.tw .ui-button .ui-button-text {
    display: block;
    line-height: 0.8em;
}

.tw .ui-button-text-only .ui-button-text {
    padding: .4em .5em;
}

.tw .ui-button-icon-only .ui-button-text,
.tw .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.tw .ui-button-text-icon-primary .ui-button-text,
.tw .ui-button-text-icons .ui-button-text {
    padding: .4em .5em .4em 2.5em;
}

.tw .ui-button-text-icon-secondary .ui-button-text,
.tw .ui-button-text-icons .ui-button-text {
    padding: .4em 2.5em .4em .5em;
}

.tw .ui-button-text-icons .ui-button-text {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

.tw input.ui-button {
    padding: .4em .5em; /* No icon support for input elements, provide padding by default */
}

/* Button icon element(s) */
.tw .ui-button-icon-only .ui-icon,
.tw .ui-button-text-icon-primary .ui-icon,
.tw .ui-button-text-icon-secondary .ui-icon,
.tw .ui-button-text-icons .ui-icon,
.tw .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.tw .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.tw .ui-button-text-icon-primary .ui-button-icon-primary,
.tw .ui-button-text-icons .ui-button-icon-primary,
.tw .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.tw .ui-button-text-icon-secondary .ui-button-icon-secondary,
.tw .ui-button-text-icons .ui-button-icon-secondary,
.tw .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.tw .ui-button-text-icons .ui-button-icon-secondary,
.tw .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* Button sets*/
.tw .ui-buttonset {
    margin-right: 7px;
}

.tw .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/**
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.tw .ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.tw .ui-dialog .ui-dialog-titlebar {
    background-color: #ACA19D;
    color: #FFFFFF;
    padding: 0.4em 0 0.4em 1em;
    position: relative;
}

.tw .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.tw .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.tw .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.tw .ui-dialog .ui-dialog-titlebar-close:hover,
.tw .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.tw .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.tw .ui-dialog .ui-dialog-buttonpane {
    text-align: right;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .1em 1em .1em .4em;
}

.tw .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.tw .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.tw .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.tw .ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.tw .ui-dialog .ui-dialog-titlebar-minimize,
.tw .ui-dialog .ui-dialog-titlebar-maximize {
    right: 10px;
}

/**
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.tw .ui-slider {
    position: relative;
    text-align: left;
}

.tw .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.tw .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.tw .ui-slider-horizontal {
    height: .8em;
}

.tw .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.tw .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.tw .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.tw .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.tw .ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.tw .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.tw .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.tw .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.tw .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/**
 * jQuery UI Tabs 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.tw .ui-tabs {
    position: relative; /* Prevents IE scroll bug */
    padding: .2em;
    zoom: 1;
}

.tw .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    border: 0;
    border-bottom: 2px solid #aca19d;
}

.tw .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    line-height: 0.9em;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tw .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.tw .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.tw .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.tw .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.tw .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.tw .ui-tabs .ui-tabs-nav li a,
.tw .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.tw .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 5px;
    background: none;
}

.tw .ui-tabs .ui-tabs-hide {
    display: none !important;
}

/**
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.tw .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.tw .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.tw .ui-datepicker .ui-datepicker-prev,
.tw .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.tw .ui-datepicker .ui-datepicker-prev-hover,
.tw .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.tw .ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.tw .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.tw .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.tw .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.tw .ui-datepicker .ui-datepicker-prev span,
.tw .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.tw .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.tw .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.tw .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.tw .ui-datepicker select.ui-datepicker-month,
.tw .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.tw .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.tw .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.tw .ui-datepicker td {
    border: 0;
    padding: 1px;
}

.tw .ui-datepicker td span,
.tw .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.tw .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.tw .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.tw .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    opacity: 1;
}

/* With multiple calendars */
.tw .ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.tw .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.tw .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.tw .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.tw .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.tw .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.tw .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.tw .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.tw .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.tw .ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

/**
 * jQuery UI Progressbar 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.tw .ui-progressbar {
    height: 2em;
    text-align: left;
}

.tw .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.tw .ui-progressbar-value {
    background: #b1d0e4;
}

/**
 * Additional changes to Primefaces Structural CSS.
 * These override css that is within primefaces.jar
 * or for specific items that use the generic classes
 */

/* Messages Styling */
.tw .ui-messages-info,
.tw .ui-message-info {
    background-color: #D9F1FB;
    color: #0065A7;
}

.tw .ui-messages-warn,
.tw .ui-message-warn {
    background-color: #FBF0D9;
    color: #EB7126;
}

.tw .ui-messages-error,
.tw .ui-message-error {
    background-color: #FBD9ED;
    color: #C4004A;
}

.tw .ui-messages-fatal,
.tw .ui-message-fatal {
    background-color: #890038;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.tw .ui-messages-info,
.tw .ui-messages-error,
.tw .ui-messages-warn,
.tw .ui-messages-fatal,
.tw .ui-message-info,
.tw .ui-message-error,
.tw .ui-message-warn,
.tw .ui-message-fatal {
    padding: 10px 5px;
}

.tw .ui-messages-info-icon,
.tw .ui-messages-warn-icon,
.tw .ui-messages-error-icon,
.tw .ui-messages-fatal-icon,
.tw .ui-message-info-icon,
.tw .ui-message-warn-icon,
.tw .ui-message-error-icon,
.tw .ui-message-fatal-icon {
    background: url("/jakarta.faces.resource/images/icons/messages.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
    height: 16px;
    width: 16px;
    margin: 0;
    bottom: 2px;
}

.tw .ui-messages-info-icon,
.tw .ui-message-info-icon {
    background-position: 0 0;
}

.tw .ui-messages-warn-icon,
.tw .ui-message-warn-icon {
    background-position: -16px 0;
}
.tw .ui-messages-error-icon,
.tw .ui-message-error-icon {
    background-position: 0 16px;
}

.tw .ui-messages-fatal-icon,
.tw .ui-message-fatal-icon {
    background-position: -16px -16px;
}

.tw .ui-messages ul {
    margin: 0 0 0 15px;
}

.tw .ui-message-icon-only {
    padding: 5px 5px 2px;
}

/* Checkbox and Radio button styling */
.tw .ui-checkbox-box,
.tw .ui-radiobutton-box {
    background-color: #ffffff;
}

.tw .ui-checkbox-box.ui-state-active,
.tw .ui-radiobutton-box.ui-state-active {
    background-color: #c37e9b;
}

.tw .ui-radiobutton .ui-radiobutton-box {
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.tw .ui-radiobutton-icon {
    position: relative;
    bottom: 1px;
    right: 1px;
}

/* Corrects padding for drop down menus */
.tw .ui-inputfield.ui-selectonemenu {
    padding: 0;
}

.tw .ui-selectonemenu .ui-selectonemenu-label {
    padding: 4px 30px 4px 5px;
    border: 0 none;
}

.tw .ui-selectonemenu .ui-selectonemenu-trigger {
    border-bottom: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

/* Alters default padding for datatables cells */
.tw .ui-datatable .ui-datatable-data td,
.tw .ui-datatable .ui-datatable-data-empty td {
    padding: 5px 3px;
}

.tw .ui-datatable th {
    padding: 5px;
}

/* Ensures input fields have a white background */
.tw .ui-inputfield,
.tw .ui-widget .ui-inputfield,
.tw .ui-spinner .ui-spinner-input.ui-inputfield,
.tw .ui-selectonemenu .ui-selectonemenu-label,
.tw .ui-keyboard-input {
    background-color: #FFFFFF;
}

/* Corrects an issue where text inside dropdown boxes was mis-aligned */
.tw label.ui-selectonemenu-label {
    margin: 0;
}

/* Alters default table header styling */
.tw .ui-datatable .ui-datatable-header {
    text-align: left;
    border: 0 none;
    padding: 5px 2px;
    background: none;
}

/* Adds a margin to the 'filter all fields' text box */
.tw .ui-datatable .ui-datatable-header .ui-inputfield.ui-inputtext {
    margin: 0 0 0 3px;
}

/* Fixes extra border on table paginators */
.tw .ui-datatable .ui-paginator-top {
    border-bottom: 0 none;
}

.tw .ui-datatable .ui-paginator-bottom {
    border-top: 0 none;
}

/* Makes inplace editable areas visibly different to normal text */
.tw .ui-inplace .ui-inplace-display {
    padding: 3px 24px 3px 5px;
}

.tw .ui-inplace .ui-inplace-display.ui-state-highlight {
    border: 1px solid #ACA19D !important; /* important required due to PF using it */
    padding: 3px 23px 3px 4px;
    background-image: url("/jakarta.faces.resource/images/icons/pencil.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
    background-position: 97% 5%;
    background-repeat: no-repeat;
}

/* Adjusts button height to be similar to field height on inplace editing */
.tw .ui-inplace-save,
.tw .ui-inplace-cancel {
    padding: 0.5em 0;
}

/* Sets the lightbox overlay to be 75% like the standard overlay */
#cboxOverlay {
    opacity: 0.75 !important;
}

/* Sets the content container for the rin to have a white background, like all other content */
.tw .ui-ring-item {
    background-color: #ffffff;
}

/* Darkens the background of the scrollbar widget so it doesn't blend with the page background */
.tw .wijmo-wijsuperpanel-vbarcontainer,
.tw .wijmo-wijsuperpanel-hbarcontainer,
.tw .wijmo-wijsuperpanel-statecontainer {
    background-color: #f6f6f6;
}

/* Alters step header size for wizard widget */
.tw .ui-wizard-step-title {
    font-size: 1.4em;
    padding: 0.4em;
    background-color: #ffffff;
}

/* Corrects non-consistent colour usage in wizard widget */
.tw .ui-wizard-step-title.ui-state-hover {
    background-color: #b1d0e4;
}

/* Alters calendar to use ACT blue for events instead of standard blue and use a white background*/
.tw .fc-event,
.tw .fc-agenda .fc-event-time,
.tw .fc-event a {
    background-color: #0065a7;
    border-color: #0065a7;
    border-style: solid;
    color: #FFFFFF;
}

.tw .fc-content .fc-not-today {
    background-color: #FFFFFF;
}

.tw .fc-content .fc-today {
    background-color: #b1d0e4;
}

/* Corrects positioning error of header buttons in panel widgets */
.tw .ui-panel .ui-panel-titlebar-icon,
.tw .ui-panel .ui-panel-titlebar-icon:hover,
.tw .ui-panel .ui-panel-titlebar-icon:focus {
    position: relative;
    bottom: 2px;
}

/* Corrects spacing in picklist table cells */
.tw table.ui-picklist tr td {
    padding: 0 1px;
}

/* Gives picklist items more padding */
.tw .ui-picklist .ui-picklist-list li {
    padding: 5px;
}

/* Fieldset toggle button positioning fix */
.tw .ui-fieldset .ui-fieldset-toggler {
    left: 0.3em;
    top: 0.2em;
}

/* Tag cloud spacing fix */
.tw .ui-tagcloud li {
    padding: 3px;
    line-height: normal;
}

/* Corrects Column filters on datatables being attached to header text */
.tw .ui-datatable .ui-column-filter {
    margin: 5px auto 0;
    width: 95%;
    max-width: 200px;
}

/* Corrects draggable table row height padding issue */
.tw .ui-datatable th div.ui-dt-c,
.tw .ui-datatable .ui-datatable-data td div.ui-dt-c,
.tw .ui-datatable .ui-datatable-data-empty td div.ui-dt-c,
.tw .ui-datatable tfoot td div.ui-dt-c {
    padding: 0;
}

/* Corrects issue with in-cell editors on fixed width columns in datatables */
.tw .ui-cell-editor {
    width: 90%;
    display: block;
}

/* Reduces size of inline password strength indicator */
.tw div.jpassword-flat {
    margin: 0 0 0 2px;
    padding: 4px 4px 0;
    height: 35px;
    width: 150px;
    border: 0 none;
}

/* Prevents tab titles from being italic */
.tw .ui-tabs-nav li a em {
    font-style: normal;
}

/* Adds default styling to Growl messages */
.tw .ui-growl-item-container {
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

/* Fixes menus not vanishing correctly */
.tw .ui-menu-dynamic {
    display: none;
    position: absolute;
}

.tw .ui-menu .ui-menu-parent .ui-menu-child {
    display: none;
}

/**
 * ACT Themed sections styling
 */

/* Top dark taupe bar */
.tw .act-header {
    border-bottom: 1px solid #938884;
    background-color: #ACA19D;
    height: 14px;
    color: #FFF8F2;
    position: relative;
    padding: 2px 0;
    font-size: 1em !important;
}

/* ACT logo on top left of header */
.tw .act-header-logo {
    position: absolute;
    left: 5px;
    width: 35px;
    height: 100%;
    background-image:
        url("/jakarta.faces.resource/images/header_act_small.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
    background-repeat: no-repeat;
}

/* Section to the right of the ACT header for the current time */
.tw .act-header-datetime {
    position: absolute;
    left: 50px;
    top: 3px;
}

/* Product logo on top right of header */
.tw .act-header-product {
    position: absolute;
    right: 5px;
}

/* Light taupe navigation bar */
.tw .act-nav {
    position: relative;
    font-size: 1em !important;
    display: block;
    margin: 0 0 15px;
    background-color: #DFDBDA;
    border-bottom: 1px dotted #CCCCCC !important;
}

/* Current user section on right of navigation bar */
.tw .act-nav-currentuser {
    color: #555555;
    text-align: right;
    position: relative;
    z-index: 2;
    float: right;
    top: 5px;
    right: 20px;
    padding: 2px 0 0;
}

/* Icon for above */
.tw .act-icon-user {
    background-image:
        url("/jakarta.faces.resource/images/icons/user.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    float: left;
}

/* Logout button on right of navigation bar */
.tw .act-nav-logout {
    position: relative;
    z-index: 2;
    float: right;
    top: 1px;
    right: 5px;
    background: none;
    background-color: #DFDBDA; 
}

/* Icon for above */
.tw .act-icon-logout {
    background-image: url("/jakarta.faces.resource/images/icons/key.png.faces?ln=primefaces-ACT&v=13.0.10&v=13.0.10") !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

/* Prevents default button border showing up */
.tw .act-nav .act-nav-logout.ui-state-default {
    border: 1px solid #DFDBDA;
}

/* Allows border to show up on hover*/
.tw .act-nav .act-nav-logout.ui-state-hover {
    border: 1px solid #ACA19D;
    background-color: #b1d0e4;
}

/* Light taupe navigation bar adds colouring for older browsers */
.tw .act-nav .act-nav-bar,
.tw .act-nav div.wijmo-wijmenu,
.tw .act-nav div.ui-menubar {
    padding: 0.1em 0.2em !important;
    color: #015B97 !important;
    background-color: #DFDBDA;
    border: 0 none !important;
}

/* Reduces default menu button size */
.tw .act-nav .wijmo-wijmenu-link,
.tw .act-nav .ui-menuitem-link {
    line-height: normal;
    padding: 3px !important;
    height: 16px;
}

.tw .act-nav .wijmo-wijmenu-item,
.tw .act-nav .ui-menuitem {
    padding: 0;
    margin: 0 3px 0 0;
    border: medium none;
}

/* Content wrapper to keep content away from the edge of the scheme */
.tw .act-content-wrapper {
    margin: 0 1%;
}

/* Footer styling */
.tw .act-footer {
    border-top: 1px solid #CCCCCC;
    font-size: 0.9em;
    padding: 5px 0;
    text-align: center;
    margin-top: 15px;
    min-height: 50px;
    color: #5E2D0F !important;
    clear: both;
}

/* Login Page Styling */
.tw .act-login {
    width: 300px;
    margin: 25px auto;
    padding: 0px 10px;
}

.tw .act-login-title {
    margin: 10px auto;
    text-align: center;
}

.tw .act-login-title p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    text-align: left;
}

.tw .act-login-title img {
    margin-top: 10px;
}

.tw .act-login .ui-messages-error {
    width: 280px;
    margin: 5px auto;
    border: 1px solid;
}

.tw .act-login .ui-messages-error-icon {
    display: block;
    float: left;
    padding: 0;
    position: relative;
}

.tw .act-login .ui-messages-error-detail {
    margin-left: 5px;
}

.tw .act-login-content {
    width: 280px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    text-align: center;
}

.tw .act-login-content form {
    margin: 15px 0;
}

.tw .act-login-content p {
    display: block;
    margin: 5px 0;
}

.tw .act-login-content p label {
    display: inline-block;
    width: 6em;
}

.tw .act-login-content input {
    width: 135px;
}

.tw .act-login .act-login-button {
    width: 75px;
    margin: 3px 0px;
    padding: 2px 0px;
    cursor: pointer;
}
