/*
 * Copyright (c) 2015-2016 TriVir LLC - All Rights Reserved
 *
 *  This software is proprietary and confidential.
 *  Unauthorized copying of this file, via any medium, is strictly prohibited.
 */

header, nav, article, section, footer {
    display: block;
}
pre {
    font-family: Verdana,Arial,sans-serif;
}
h4, h5, h6 {
    margin-top: .5em;
    margin-bottom: .5em;
}
label {
    font-weight: bold;
    color: #404040;
}
.labelSpan {
    font-weight: bold;
    color: #404040;
}
a {
    text-decoration: underline;
    color: #000000;
}

a:link {
    text-decoration: underline;
    color: #000000;
}

a:visited, a.visited {
    color: #323630;
}

a:hover, a.hover {
    text-decoration: none;
    color: #464A44;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
    background: #FFFFCC none;
}
select[disabled='disabled'] {
    color: #303030;
}
input[disabled='disabled'] {
    color: #303030;
}
textarea[disabled='disabled'] {
    color: #303030;
}

ul.horizMenu {
    margin: .5em 0;
    padding-left: 0;
    line-height: 2em;
}

ul.horizMenu li {
    display: inline;
}

ul.horizMenu li a {
    margin-left: .5em;
    margin-right: .5em;
}
ul.messageList {
    padding-left: 0;
}

address {
    font-style: normal;
}

.ui-datepicker-trigger {
    margin-left: 2px;
}

.errorMessage {
    border: 1px solid #9E0505;
    background: #CD0A0A url(/javax.faces.resource/images/jquery/ui-bg_inset-hard_45_cd0a0a_1x100.png.jsf) 50% bottom repeat-x;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
}

li.errorMessage {
    list-style: none;
    margin-bottom: .5em;
}

.warningMessage {
    border: 1px solid #FFDE2E;
    background: #FFEB80 url(/javax.faces.resource/images/jquery/ui-bg_inset-hard_55_ffeb80_1x100.png.jsf) 50% bottom repeat-x;
    color: #363636;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
}

li.warningMessage {
    list-style: none;
    margin-bottom: .5em;
}

.infoMessage {
    border: 1px solid #003399;
    background-color: #99CCFF;
    color: #363636;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
}

li.infoMessage {
    list-style: none;
    margin-bottom: .5em;
}

/* Styles that define different section types */
.section-last {
    margin-bottom: 1em;
}

.section {
    border-bottom: 1px solid #A3A3A3;
    padding-bottom: 10px;
    margin-bottom: 1em;
}

.section-strong {
    border-bottom: 3px double #A3A3A3;
    padding-bottom: 10px;
    margin-bottom: 1em;
}

.section-header {
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 15px;
    overflow: auto;
}
.section-header h3 {
    margin-top: 0;
    margin-bottom: .5em;
}
.section-header #title {
    width: 75%;
    float: left;
}
.section-header #spinner {
    float: right;
}

.dataTable {
    border: 1px solid #A3A3A3;
    border-collapse: collapse;
}

.dataTable caption {
    font-weight: bold;
}

.dataTable th, .dataTable td {
    margin: 0;
    border: 1px solid #A3A3A3;
}

.dataTable th {
    padding-left: 1em;
    padding-right: 1em;
    background-color: #F9F9F9;
    text-align: center;
}

.dataTableRow:hover {
    cursor: pointer;
    background-color: #B0C4DE;
}

.dataTable td {
    padding-right: .5em;
    padding-left: .5em;
}
#tabs .dataTable th {
    background-color: #CCC;
}
#tabs .dataTable td {
    padding: .25em .5em;
}
.tabs .dataTable th {
    background-color: #CCC;
}
.tabs .dataTable td {
    padding: .25em .5em;
}

.leftAlignTableHeaders th {
    text-align: left;
}

.figureTable {
    border: 1px solid #A3A3A3;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #CCC;
    padding: .25em;
    width: 100%;
    font-size: 8pt;
}
.figureTable th {
    text-align: center;
}
.figureTable td {
    white-space: nowrap;
}
.figureTable caption {
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

.paymentTable caption {
    font-weight: bold;
    font-size: 10pt;
}

/* Pull Down Menu */
.pullDown {
    margin: 0;
	padding: 0;
}
.pullDown li {
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
    cursor: pointer;
}
.pullDown li span {
    display: block;
    background: #C1C1C1;
    padding: 5px 5px;
    text-decoration: none;
    border-right: 1px solid white;
    min-width: 70px;
    color: #000;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
.pullDown li span:hover {
    background: #AAA;
}
.pullDown li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid #FFF;
    z-index: 1;
}
.pullDown li ul li {
    float: none;
	display: inline;
}
.pullDown li ul li span {
    width: auto;
	background: #999;
    font-weight: normal;
    text-indent: 1.5em;
    text-align: left;
}
.pullDown li ul li span a {
    text-decoration: none;
    color: #FFF;
}
.pullDown li ul li span:hover {
    background: #8C8C8C;
}

.inputItem {
    padding-right: 2em;
}
.inputItem label {
    padding-right: 2em;
}
.inputItem .errorMessage, .inputItem .warningMessage {
    margin-left: 1em;
}

/* Styles for column layout.  No specific widths or order. Labels are 20% though. */
.textCol {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px
}

.labelCol {
    width: 20%;
}

.labelColWide {
    width: 25%;
}

.inputCol {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px
}

.messageCol {
    float: left;
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 2px
}

.colContainer {
    clear: both;
    overflow: hidden;
    max-width: 100%;
}

.menuRow {
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 15px;
    clear: both;
    overflow: auto;
    width: 100%;
}

.menuQuad {
    float: left;
    padding: 3px;
    margin: 2px;
    width: 380px;
}

.menuQuad > div {
    padding-bottom: 20px;
}

.menu-link {
    text-decoration: underline;
}

.caseManagementTab {
    font-size: 8pt;
}
.tabSet {
    font-size: 8pt;
}
.paginatorPanel {
    margin-top: 1em;
    font-size: 8pt;
}
/* Modal Dialog Styles */
.modalSubmitButton {
    display: none;
}

/* Fix JQuery Button Text Color */
a.ui-button, a.ui-button:link {
    color: #EDEDED;
}

/* For Certioraris */
.col1 { width: 80px; text-align: center; }
.col2 { width: 80px; text-align: center; }
.col3 { width: 112px; text-align: center; }
.col4 { width: 210px; text-align: center; }
.col5 { width: 120px; text-align: center; }
.col6 { width: 123px; text-align: center; }

/* Dashboard Sytling */
.dashboard2Col {
    text-align: center;
    width: 30%;
}

.dashboard3Col {
    text-align: center;
    width: 20%;
}

.dashboard4Col {
    text-align: center;
    width: 15%;
}

.dashboard6Col {
    text-align: center;
    width: 10%;
}
.dashboardRow {
    background-color: #F9F9F9;
}

/* Code Management Styles */
.subHeading {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.subSection {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.menuItem {
    margin-bottom: 1em;
}

.returnLink {
    margin-top: 2.5em;
    margin-bottom: 1em;
}

.codeTable th, .codeTable td {
    padding: .25em 1em .25em 1em;
}

.searchElement {
    margin: .5em;
    padding:  .3em;
    font-size: 1.2em;
}

/* Code Management Styles - Action Mapping (am) Table on 'Edit Filing Type' page. */
.amTable {width: 100%;}
.amCol {}
.amCol2 {width: 52%;}

/* User Profile Editing: Additional Email Table */
.additionalEmailTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: .5em;
}
.additionalEmailTable td {
    padding-top: .5em;
    padding-bottom: .5em;
}
.additionalEmailTableCol1 {
    width: 20%;
    color: #404040;
    font-weight: bold;
}
.additionalEmailTableCol2 {
    width: 1%;
    padding-left: .35em;
}
.additionalEmailTableCol3 a {
    margin-left: 1.5em;
}

.iconButtons {
    display: inline-block;
    clear: both;
}
.iconButtons a,.iconButtons>span {
    margin-left: .5em;
    margin-right: .5em;
    float: left;
}

/* ToolTip */
a.tooltip {
    outline: none;
    cursor: help;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip .tooltipContent {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    line-height: 16px;
}
a.tooltip:hover .tooltipContent {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

/*CSS3 extras*/
a.tooltip .tooltipContent {
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
