﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    border-style:none;    
    max-width: 100%;
    height: 100%;
    line-height: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
/*    color: #000;
    font-family: Arial, Helvetica, sans-serif;*/
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 { padding: 2px; vertical-align: top;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6  {font-size: 1em;}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    border: 1px solid #CCC;
	/*border-style: solid; border-width: 1px;  */
}

fieldset p 
{
    margin: 6px 12px 6px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  /*border-style: solid; border-width: 1px;*/
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
/*border-style: solid; border-width: 1px;  */
}

table th
{
  padding: 6px 5px;
  text-align: left;
  /*background-color: #e8eef4; 
  border: solid 1px #e8eef4;   */
/*border-style: solid; border-width: 1px;  */
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#MenuContainer
{
    margin-top:1em;
}

#LoginDisplay
{
    /*font-size:1.1em;*/
    display:block;
    text-align:right;
    /*margin:10px;*/
	height:1.5em;
    /*color:White;*/
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #990000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #990000; /*Original: */
    background-color: #ffeeee;
}

.validation-summary-errors
{
    /*font-weight: bold; */
    color: #990000;
}

.validation-summary-valid
{
    display: none;
}
.validation-summary-errors ul li { line-height: 1.5em;}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, editor-label, .display-field, .editor-field {  margin: 0.5em 0; }
.text-box {width: 30em; }
.text-box.multi-line { height: 6.5em; }

.tri-state
{
    width: 6em;
}

.edit-view label {width:150px; text-align:right; display:inline-block;}
.iv-page-nav .iv-page-num {width:5em;}

/*Use these 2 rules in search criteria*/
.iv-criteria div label {white-space: nowrap; width:15em; display:inline-block; text-align:right;}
.iv-criteria div
{
    margin: 4px 10px 4px 10px;
    font-size: 11px;
    /*padding-bottom: 5px;*/
    display: block;
}

.iv-edit {} /*Mark fieldset as edit input*/
table.iv-result {
margin: 1em 0em 1em 0em ;
border-style: solid; border-width: 1px;
} /*Mark fieldset as search result*/

table.iv-result  td  {
border-style: solid; border-width: 1px;  font-size:11px;
}

table.iv-result  th {
    border-style: solid; border-width: 1px;  font-size:11px;
}

.iv-message {color:blue; clear:both; padding:5px;}
.iv-required { /*border-style: solid; border-width: 2px;*/}
.iv-button-container a {font-size: 100%;}
div.iv-button-container {margin: 5px}

.iv-list-flow li {
	/*border: 1px solid black;*/
	margin: 1px; padding:5px; list-style: none; float: left; white-space: nowrap; 
	display: inline;
}

.iv-no-screen {display:none;}

/*Use the following 2 styles and this markup to create text-less find button: <p><a href="#" class="ui-state-default ui-corner-all iv-find"><span class="ui-icon ui-icon-search"></span></a></p>*/			
.iv-find {text-decoration: none;position: relative;}

.iv-enriched-field {}

@media print {
  .iv-no-print { display: none; }
  .iv-result {width:100%}  
  .iv-page-nav {display: none;}
  .iv-no-screen {display:block;}
}

div.full_box h2 {padding:5px 0px;}

.skip-to-main-content-link {
    position: absolute;
    left: 0px;
    z-index: 999;
    padding: 1em;
    background-color: white;
    color: black;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    left: 5%;
    transform: translateX(-50%);
    opacity: 1;
	outline-color:transparent;
	-webkit-transition: top .05s ease-in;
    transition: top .05s ease-in;
}

@media (prefers-reduced-motion: reduce) {
	#skiptocontent a {
		transition-duration: 0.001ms !important;
	}