@CHARSET "ISO-8859-1";

/*OEDIS CI UPDATE*/
/*width classes used on form inputs to standardize size*/
.widthLarge {
	width:325px;
}
.widthSmall {
	width:150px;
}
.credentialDelTableCell {
	padding-top:10px;
	padding-bottom:10px;
}
.credentialZipTableCell {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px
}
#navigationContainer {
    padding: 7px 15px;
    margin-bottom: 25px;
}

#navigationContainer h1.title {
    color: #fff;
    font-size:20px;
    margin-top: 7px;
}

#navigationContainer #unAuthenticateMenuDropdown {
    float:left;
    margin-right: 3px;
    width: 300px;
}
#privacyActNotice {
	background:#f9f9f9;
	margin-bottom:20px;
	padding:10px;
	width:100%;
}
.button-group {
	margin-top:30px;
}
.button-group a {
	margin-right:5px;
}
.questionContainer {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}
.iconCircle { 
	background-color: #007A33;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	width: 35px;
}
/*-------------------------
	The content section
--------------------------*/

#mainArea {
    padding: 20px 0 40px 0;
}

.publishInformation {
    color: #fff;
    font-size: 12px;
    margin: 20px 10px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 30px;
}

.required {
    color: red;
    font-weight: bold;
}

.required {
    color: red;
    margin:0 5px;
}

.required-text {
    color: red;
    font-style: itallic;
}

.help-image {
    margin: 20px;
}

.help-label {
    font-size: 20px;
    font-weight: bold;
}

a.tooltip {
    outline: none;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 60px;
    margin-left: -160px;
    width: 300px;
    line-height: 16px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    border: 2px solid #FFF;
    color: #EEE;
    background: #333 url(/images/css-tooltip-gradient-bg.png) repeat-x 0 0;
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px;
}


/*CSS3 extras*/

a.tooltip span {
    border-radius: 2px;
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}


/*
Back to top button 
*/

#back-top {
    position: fixed;
    bottom: 5px;
    margin-left: -30px;
}

#back-top a {
    width: 30px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}


/* arrow icon (span tag) */

#back-top span {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
    background: #333 url(../images/up-arrow.png) no-repeat center center;
    background-size: 20px 30px;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #777;
}
#pagewrap {
	padding:20px;
}
#pagewrap img {
	max-width:800px;
}
/*
#pagewrap {
    margin: 0 auto;
    width: 800px;
    padding-left: 30px;
    position: relative;
}
*/

/*Calendar Styles*/


/* input box in default state */

.tcalInput {
    background: url('../images/cal.gif') 100% 50% no-repeat;
    padding-right: 20px;
    cursor: pointer;
}


/* additional properties for input boxe in activated state, above still applies unless in conflict */

.tcalActive {
    background-image: url('../images/no_cal.gif');
}


/* container of calendar's pop-up */

#tcal {
    position: absolute;
    visibility: hidden;
    z-index: 100;
    width: 170px;
    background-color: white;
    margin-top: 2px;
    padding: 0 2px 2px 2px;
    border: 1px solid silver;
    -moz-box-shadow: 3px 3px 4px silver;
    -webkit-box-shadow: 3px 3px 4px silver;
    box-shadow: 3px 3px 4px silver;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}


/* table containing navigation and current month */

#tcalControls {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

#tcalControls td {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    width: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#tcalControls th {
    border-collapse: collapse;
    border: 0;
    padding: 0;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

#tcalPrevYear {
    background-image: url('../images/prev_year.gif');
}

#tcalPrevMonth {
    background-image: url('../images/prev_mon.gif');
}

#tcalNextMonth {
    background-image: url('../images/next_mon.gif');
}

#tcalNextYear {
    background-image: url('../images/next_year.gif');
}


/* table containing week days header and calendar grid */

#tcalGrid {
    border-collapse: collapse;
    border: 1px solid silver;
    width: 100%;
}

#tcalGrid th {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 3px 0;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    background-color: gray;
    color: white;
}

#tcalGrid td {
    border: 0;
    border-collapse: collapse;
    padding: 2px 0;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    width: 14%;
    font-size: 11px;
    cursor: pointer;
}

#tcalGrid td.tcalOtherMonth {
    color: silver;
}

#tcalGrid td.tcalWeekend {
    background-color: #ACD6F5;
}

#tcalGrid td.tcalToday {
    border: 1px solid red;
}

#tcalGrid td.tcalSelected {
    background-color: #FFB3BE;
}


/*Tooltip Styles*/

.help-tip {
    position: absolute;
    /*top: 18px;*/
    /* right: 18px;*/
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
    margin-left: 5px;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before {
    /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip p:after {
    /* Prevents the tooltip from being hidden */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}