/* Minification failed. Returning unminified contents.
(621,36): run-time error CSS1046: Expect comma, found '0'
(621,40): run-time error CSS1046: Expect comma, found '/'
(628,35): run-time error CSS1046: Expect comma, found '93'
(628,41): run-time error CSS1046: Expect comma, found '/'
 */
img {
	border: none;
}

input {
	vertical-align: middle;
}

.hidden {
	display: none;
}

.top-buttons {
    margin-bottom: 0.7em;
}

.top-buttons > .float {
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17.6rem;
}

@media screen and (max-width: 768px) {
    .top-buttons > .float {
        padding-left: 1.28rem;
    }
}

.top-search {
    margin-bottom: 0.9em;
}

#XofYResults {
    margin-bottom: 0.9em;
}


/* GENERIC TABLES */

.genericTable {
    border-collapse: collapse;
    border: thin solid #666666;
    color: #363636;
    background: #f6f6f6;
    text-align: left;
    width: 100%;
}

.genericTable thead, .genericTable tfoot {
    background: #f1f1f1;
    text-align: left;
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.genericTable thead th, .genericTable tfoot th {
    padding: 0.4em;
}

.genericTable tbody th, .genericTable tbody td {
    padding: 1em;
}

.genericTable a {
    color: #333333;
    text-decoration: none;
}

.genericTable a:hover {
    text-decoration: underline;
}

.genericTable a.button {
    color: #2779aa;
}

.genericTable a.button:hover,
.genericTable a.ui-button:hover {
    text-decoration: none;
}

.genericTable ul li {
    list-style-type: none;
    font-size: smaller;
    margin-bottom: 0em;
    margin-left: 1em;
    text-indent: -1em;
}

.genericTable input, .genericTable button {
    font-size: small;
}

.genericTable tbody tr:nth-child(even) {
    
}

.genericTable tbody tr:hover {
    background: white;
}

table.genericTable.treeTable tbody tr:first-child td {
    padding-top: 0.6em;
}

table.genericTable.treeTable tbody tr td {
    padding-top: 0em;
    padding-bottom: 0em;
}

    table.genericTable.treeTable tbody tr td img {
        vertical-align: middle;
    }

table.genericTable.treeTable tbody tr:last-child td {
    padding-bottom: 0.6em;
}

@media screen and (max-width: 640px) {
    table.genericTable.treeTable.responsive tbody td {
        padding-top: 0em;
        padding-bottom: 0em;
    }
}

@media screen and (max-width: 480px) {
    table.treeTable.responsive tbody td {
        float: left;
        display: block;
    }
}

.result-table {
    margin-top: 0.3em;
    margin-bottom: 1.5em;
    border-style: none;
}

.result-table th {
    text-align: left
}

.result-table td, .result-table th {
    padding: 0.15em 1em 0.15em 1em;
    vertical-align: top;
}

.result-table tr.alt {
    background-color: #EEE;
}

@media screen and (max-width: 640px) {
    table.responsive thead {
        display: none;
    }

    table.responsive tbody td,
    .input-table .input-table-cell {
        float: left;
        display: block;
    }

    table.genericTable.responsive tbody td {
        padding: .5em;
    }

    table.responsive tbody td.slug,
    .input-table .input-table-cell.slug {
        font-weight: bold;
    }
    
    table.responsive tbody td:before,
    .input-table, .input-table-cell:before {
        content: attr(data-prepend);
    }
    
    table.responsive tbody td:after,
    .input-table, .input-table-cell:after {
        content: attr(data-append);
    }

    table.responsive ul li,
    .input-table ul li {
        display: inline;
        list-style-type: none;
        font-size: smaller;
        margin-bottom: 0em;
        margin-left: 0em;
        text-indent: 0em;
    }

    table.responsive ul.commify li:after,
    .input-table ul.commify li:after {
        content: ", ";
    }

    table.responsive ul.commify li:last-child:after,
    .input-table ul.commify li:last-child:after {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    table.responsive tbody td,
    .input-table .input-table-cell {
        float: none;
        display: block; 
    }

    /* table.responsive tbody td:before,
    table.responsive tbody td:after,
    .input-table .input-table-cell:before,
    .input-table .input-table-cell:after {
        content: none;
    }*/
}


/* DIALOGUES AND INPUT */

.dialog-form {
    padding: .6em;
}

.dialog-form input[type="checkbox"] {
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-appearance: checkbox; /* chrome loses ticks with -webkit-appearance: none */
}

.dialog-form label {
    display: inline-block;
    padding: 0.5em 0.6em;
}

.dialog-form .ui-buttonset label {
    padding: 0em;
}

.dialog-form .form-dialog-title {
    color:#66acdb;
}

.input-table, table.input {
    display: table;
    border-collapse: collapse;
    border-width: 0px;
    width: 100%;
}

.input-table-row, table.input tr {
    display: table-row;
}

.input-table-cell, table.input td {
    display: table-cell;
    padding-right: 1em;
    padding-bottom: .75em;
}

.input-table-cell:last-child, table.input td:last-child {
    padding-right: 0em;
}

.input-block {
    padding-bottom: .75em;
}

.input-table p, table.input p, .input-block p {
    margin: 0em 0em 0.5em 0em;
}

.input-table ul li, table.input ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 0.8em;
}

ul.checkboxes li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.8em;
    margin-right: 1.2em;
}

ul.group-list {
    font-size: small;
    padding-left: 1em;
}

ul.group-list li {
    list-style-type: square;
    list-style-position: inside;
    display: list-item;
    line-height: initial;
    margin-right: initial;
    margin-bottom: .3em;
}

ul.group-list li:first-child {
    margin-top: .3em;
}

ul.group-list li:last-child {
    margin-bottom: .8em
}

.dialog-form .input-table button {
    background: white;
}

a.icontext {
    border: 1px solid black;
    border-radius: 2px;
    font-size: smaller;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}

a.icontext:hover {
    text-decoration: none;
}

.ui-accordion-content {
    padding: 1em 0;
}

.ui-accordion .ui-accordion-content.ui-padded-accordion-content {
    padding-left: 1em;
    padding-right: 1em;
}

fieldset {
    padding: .4em .6em .8em .6em;
}


/* FORM INPUTS */

input, select, textarea {
    color: rgba(10, 134, 169, 0.83);
    border: thin solid lightgray;
    border: thin solid #ccc;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow: 2px 2px 3px lightgray;
    -moz-box-shadow: 1px 1px 2px lightgray;
    -webkit-box-shadow: 1px 1px 2px lightgray;
    padding: 0.4em 0.5em 0.4em 0.5em;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

select {
    background-image: url('../../images/ddl_arrow_teal.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: border-box;
    padding-right: 2em;
}

input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    border: none;
}

input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    border: none;
}

.form-output {
    color: rgba(10, 134, 169, 0.83);
    border: thin solid lightgray;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow: 2px 2px 3px lightgray;
    -moz-box-shadow: 1px 1px 2px lightgray;
    -webkit-box-shadow: 1px 1px 2px lightgray;
    padding: 0.4em 0.5em 0.4em 0.5em;
    outline: 0;
    word-wrap: break-word;
}

input:focus, select:focus {
    border-color: #2779AA;
}

/* don't double-pad labels inside .page-label divs */
.page-label label, .input-table label, .input-block label {
    padding: 0em;
}


/* LOGIN FORMS */

.login-form {
    color: rgba(0, 112, 163, 1);
    font-size: small;
}

.page-label {
    margin-bottom: 0.8em;
    margin-top: 1.6em;
}

.page-field {}

.login-form input {
    font-size: medium;
    padding: .5em;
}

.login-form .button, .login-form button {
    margin-top: 2em;
    padding: .6em;
    width: 10em;
}

section.individual-status-section {
    padding-bottom: 1em;
}

section.individual-status-section h3 {
    display: inline-block;
    padding-bottom: .5em;
}

dl.template-help dt {
    font-family: Consolas, Inconsolata, Courier New, monospace;
    float: left;
    clear: both;
    padding-right: 1em;
    min-width: 12em;
}

dl.template-help dd {
    float: left;
}

.content-tree-header {
    padding: 0em .7em .7em .7em;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}


/* printable and non-printable elements */
@media screen {
    .print-only {
        display: none !important;
    }
}

@media print {
    .no-print, a.ui-icon-info {
        display: none;
    }
}


/* EMAIL WIDGET */

#SendEmailForm {
    height: 100%;
}

.isv-email-editor .html-tab {
    padding: 1em 0 0 0;
}

.isv-email-editor .text-tab {
    padding: 1em 0 0 0;
    overflow: hidden !important;
}

.isv-email-editor textarea.plain-text-body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 12pt;
    box-sizing: border-box;
}

.email-compose-root table.email-compose-table td:first-child {
    padding-right: 1em;
}


/* MISC */

.popupMenu {
    width: 260px;
    z-index: 10;
}

.password-reset-link {
    margin-top: 0.5em;
    margin-left: 10px;
}


/* Dialog Custom Styles goes here*/

.dialogCustomStyle {
    top: 150px !important;
}

.ui-widget-content a.isv-unavailable {
    color: gray;
}

.popup-menu {
    position: absolute;
    display: none;
}

.filterPopupMenu {
    width: 180px;
}

/* for vertical tabs, stretch the <a> tag to the whole width of the tab */
a.ui-tabs-anchor {
    width: 100%;
}

svg.isv-pie:hover {
    -ms-filter: drop-shadow(1px 1px 1px gray);
    -moz-filter: drop-shadow(1px 1px 1px gray);
    -webkit-filter: drop-shadow(1px 1px 1px gray);
    filter: drop-shadow(1px 1px 1px gray);
}

/* force wrapping text in tooltips */
.ui-tooltip-content {
    word-wrap: break-word;
}

/* This script contains all styles for the navigation bar and the breadcrumb bar. */

@media print {
    .layout-logo, .layout-nav {
        display: none;
    }

    .layout-top, main {
        margin-bottom: 1.2em;
    }
}

nav ul li {
    list-style-type: none;
    margin-bottom: 0.1em;
}

@media screen and (min-width: 48em) {
    nav ul li {
        margin-bottom: 1em;
    }
}

.nav-button-x {
    display: inline-block;
    box-sizing: border-box;
    line-height: 100%;
    width: 100%;
    color: #595d60;
    cursor: pointer;
    background-color: white;
    text-align: left;
    text-decoration: none;
    margin-top: 0.7em;
    padding: 0em 0.75em 0.8em 0.75em;
    border: thin solid #595d60;
    border-top: thin solid white;
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
}

.nav-button {
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 45px;
    border-radius: 7px;
    font-weight: 400;
    background: #fff;
    color: #696969;
    padding-left: 0.8em;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
    transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
    margin: 2px;
}

.nav-button:hover{
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 20px rgb(93 93 93 / 23%);
}

.nav-button-x:hover {
    background-color: #00a1dc;
    border: thin solid #00a1dc;
    border-radius: 0.75em;
    text-decoration: none;
    color: white;
    margin-top: 0em;
    padding-top: 0.7em;
}

#home-button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    background-color: #146bb5;
    color: white;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 2.3em;
    border: thin solid #595d60;
    border-radius: .6em;
    padding-left: .75em;
    padding-right: .75em;
    margin-top: 0;
}

#home-button:hover {
    background-color: #595d60;
    border-color: #595d60;
}

.breadcrumb {
    padding: 0 0.5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: end;
}

.breadcrumb a {
    color: #595d60;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    content: "→";
}s


header {
	font-weight: bold;
	font-size: x-large;
	text-align: left;
    color: #595d60;
}

header .subtitle {
    font-variant: small-caps;
    font-size: 75%;
    text-transform: lowercase;
}

h1 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0em 0em 1em 0em;
    clear: both;
}

h2 {
    font-weight: normal;
    font-size: 130%;
    margin: 0em 0em 1em 0em;
    clear: both;
}

h3 {
    font-weight: normal;
    font-size: 115%;
    margin: 0em 0em .5em 0em;
    clear: both;
}

.ui-dialog-content h3, .ui-dialog-content h4 {
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    color: #0055aa;
    outline: none;
    text-decoration: underline;
}

.popupMenu a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0ex 0em 1.5em 0em;
    max-width: 48em;
}

p.explanation {
    font-size: smaller;
    max-width: 48em;
}

.error {
    font-weight: bold;
    color: red;
}

var {
    font-weight: normal;
}

.copy-typing-normal {
    color: black;
}

.copy-typing-wrong {
    color: red;
}

.copy-typing-alt {
    color: lightgray;
}

.copy-typing-neg {
    color: darkslateblue;
}

.copy-typing-neg2 {
    color: darkgreen;
}

.copy-typing-neglf {
    color: darkgreen;
}

.ui-widget {
    /* JQuery theme tries to override this */
	font-family: inherit !important;
	font-size: inherit !important;
}


/* Description Lists */
dl.metric dd, dl.metric dt {
    float: left;
}

dl.metric dd {
    clear: both;
    min-width: 16em;
}

dl.answer-data dd, dl.answer-data dt {
    float: left;
}

dl.answer-data dd {
    clear: both;
}


/* Privacy Policy */

.privacyPolicy {
    padding: 1em 1em 1em 1em;
    font-size: 0.9em;
    font-family: Tahoma,Verdana,Arial,sans-serif;
}

.privacyPolicy p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.privacyPolicy h1 {
    font-size: 150%;
    font-weight: bold;
}

.privacyPolicy h2 {
    font-size: 130%;
    font-weight: bold;
}

.privacyPolicy ul {
    list-style-position: inside;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.privacyPolicy ul li {
    margin-left: 1em;
}

.privacyPolicy a {
    text-decoration: underline;
}

.text-lowercase {
    text-transform: lowercase;
}
.input-validation-error
{
    border: 1px solid red;
    background-color: #FFEEEE;
}

.input-validation-valid
{
	
}

.field-validation-error
{
    display: block;
    color: rgba(169, 76, 76, 1);
    padding: 10px;
}

.field-validation-error
{
	display:block;
    color: rgba(169, 76, 76, 1);
}

.field-validation-valid
{
	display: none;
}

.validation-summary-errors
{
	font-weight: bold;
    color: rgba(169, 76, 76, 1);
    padding: 5px;
}

.validation-summary-valid
{
	display: none;
}
