/* 
	stylesheets/ecenter.css
    
    Primary eCenter 2.0 stylesheet
*/
body
{


    padding: 0;
    margin: 0;
    
    height: 100%;
    width:100%;
}

#main
{
	margin-top:10px;
	width:auto;
    margin-right: 20px;
    float:right;
    width: 50%;
}

#welcomeMain
{
	margin-top:25px;
	float: left;
}

/* Deprecated in favor of panel-right */

div.welcomeRightColumn
{
	width:20%;
    float:right;
	border:1px solid #d9d9d9;    
    margin-top: 30px;
    margin-right: 20px;
}


div.welcomeRightColumn h1
{
	font-size:120%;
	background-color:#f6f6f6;
	padding:7px;
	border:1px solid #d9d9d9;
	margin-bottom:0px;
}

div.welcomeRightColumn p
{

	padding:7px;
}

iv.column-right
{
}

div.panel-right
{
    float:right;
	width:20%;
	border:1px solid #d9d9d9;    
    margin-top: 30px;
    margin-right: 20px;
}


div.panel-right h1
{
	font-size:120%;
	background-color:#f6f6f6;
	padding:7px;
	border:1px solid #d9d9d9;
	margin-bottom:0px;
}

div.panel-right p
{

	padding:7px;
}

#bannerloginform
{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

/* Below items should not affect layout
 */

input
{
    font-size: 16px;
}

select
{
    font-size: 16px;
}

textarea
{

	/* font-size:12px; */
}

/*
 * From Neoserra
 */
    input[type="text"]
    {
        border-radius: 3px;
        border: #B1B1B1 solid 1px;
        padding: 4px;
    }

    input[type="password"]
    {
        border-radius: 3px;
        border: #B1B1B1 solid 1px;
        padding: 4px;
    }

    input[type="checkbox"]
    {
        border-style: none;
    }

    select
    {
        border: #B1B1B1 solid 1px;
        font-size: 16px;
        border-radius: 3px;
        padding: 4px;
    }

    textarea
    {
        font-size: 16px;
        border-radius: 3px;
        border: #B1B1B1 solid 1px;
        padding: 4px;
    }
      
input.ui-state-active
{
    border-radius: 5px;
    min-width: 80px;    
}

button.ui-state-activex
{
    border-radius: 5px;
    min-width: 80px;    
}

h1
{
	font-size:150%;
	font-weight:bold;
	line-height: 150%;
	padding-top:0px;
	padding-bottom:12px;
	margin:0px;
	vertical-align:top;
}

h1.Welcome
{
	font-size:18px;
	font-family: Arial Black;
}

h1.sub
{
	padding-top:16px;
}

h2
{
	font-size:125%;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:0px;
	margin:0px;
	vertical-align:top;
}

h3
{
	font-size:110%;    
	font-weight:bold;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

h4
{
	font-size:110%;
    font-style:italic;
	padding-bottom:2px;
	padding-top:0px;
	margin:0px;
	vertical-align:top;
}

p
{
	margin-top:0px;
	margin-bottom:10px;
    word-spacing:0px;
    line-height:145%;
}

ul
{
    margin-top:3px;
}

li
{
    margin-top:0px;
	margin-left:0px;
    word-spacing:0px;
    line-height:160%;
}

a
{
	color:#2d77b3;
    text-decoration:none;
}

a:active
{
}

a:link
{
    color:#2d77b3;
    text-decoration:none;
}

a:visited
{
    color:#2d77b3;
    text-decoration:none;
}

a:hover
{
	color:#2d77b3;
	text-decoration:underline;
	background-color:#d4e9f9;
}

.banner-logo-image
{
    margin-top: 10px;
    margin-left: 5px;
    max-height: 100px;
}

a.bannerLogo:hover
{
	background-color:transparent;
	text-decoration:none;
	cursor:hand;
}

a.bannerWelcome
{
	color:#FFFFFF;
    text-decoration:none;
}

a.bannerWelcome:link
{
	color:#FFFFFF;
    text-decoration:none;
}

a.bannerWelcome:visited
{
	color:#FFFFFF;
    text-decoration:none;
}

a.bannerWelcome:hover
{
	color:#888888;
	background-color:transparent;
    text-decoration:none;
}


#menuContainer ul
{
	/* font-family:Arial, Helvetica, sans-serif;
    font-size:11px; */
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    line-height:100%;
	list-style-image:none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	list-style-type:none;
}

#menuContainer li
{
	display:block;
	/* font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:11px; */
	margin-top:0px;
	margin-bottom:-12px;
	margin-left:0px;
	margin-right:0px;
    line-height:100%;
	list-style-image:none;
	padding-left:20px;
	padding-right:0px;
	padding-bottom:12px;
	padding-top:3px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#fbf8f8;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #d9d9d9;
}

#menuContainer li:first-child
{
    border-top: 1px solid #d9d9d9;
}

#menuContainer a
{
	display:block;
	color:#000000;
	text-decoration:none;
}

#menuContainer a:link, #menuContainer a:visited
{
	color:#000000;
	text-decoration:none;
}

#menuContainer a:hover
{
	background-color:#e6e6e6;
	color:#000000;
}

#menuContainer a.indented
{
	margin-left:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}

div.top_banner
{
	margin-top:0px;
	margin-right:0px;
	padding-top:0px;
	padding-right:0px;
	width:100%;
}

div.top_banner_left
{
	background-color:#FFFFFF;
	/* height:64px; */
	width:320px;
	position:absolute;
	top:0;
	left:0;
}

div.top_banner_right
{
	/* height:64px; */
	width:704px;
	margin-left:320px;
	margin-top:0px;
	padding-top:0px;
}

div.top_banner_bottom
{
	height:10px;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	background-image:url(../images/bannerLogoGrey.gif);
	width:100%;
}

div.new_banner_bottom
{
	height:4px;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	background-color: #d11242;
	width:100%;
}

table.table_outline
{
	border: 1px solid #B0B0B0;
}

td
{
	/*vertical-align:top;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px; */
}

td.banner
{
	color:#ffffff;
	padding:0px;
	margin:0px;
	font:11px Arial, Helvetica, sans-serif;
}

td.banner a
{
	color:#ffffff;
	text-decoration:underline;
	background-color:transparent;
}

td.banner a:hover
{
	color:#d4e9f9;
}

td.fieldLbl
{
	color:#000000;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:6px;
}

td.fieldLblBold
{
	padding-bottom:6px;
	width:120px;
	font-weight:bold;
}

td.fieldLblBoldNarrow
{
	padding-bottom:6px;
	width:80px;
	font-weight:bold;
}

span.fieldLbl
{
	color:#000000;
	line-height:19px;
	padding-right:5px;
	padding-bottom:4px;
}

td.fieldCtrl
{
	padding-bottom:4px;
}

td.errorMessage
{
    color:red;
	font-weight:normal;
	text-align:left;
	padding-bottom:8px;
}

td.greyborderB
{
	border-bottom:1px solid #d9d9d9;
	margin:0px;
	padding-bottom:0px;
	padding-top:0px;
}

.dividerGrey
{
	text-align:left;
	margin-left:0px;
	padding:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #d9d9d9;
	height:.5px;
}

.dateSelect
{
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;
}



div.login
{
	width:750px;
	padding-top:15px;
	padding-left:30px;
}

.mandatory
{
	font-weight:bold;
}

.button
{
	text-decoration:none;
	/*color:#000000;
	font-weight:normal;

	border:1px solid;
	border-color:#ababab #666 #666 #ababab;
	background-image:url(../images/background-button.gif);
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin-right:5px;
	margin-bottom:0px;*/
    
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;

    margin:2px;
    
    border: 1px solid #6c7984;
    background: #d11242;
    font-weight: normal;
    color: #ffffff;    
}

a.button
{
	text-decoration:none;

	font-weight:normal;


	vertical-align:middle;

	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:21px;
    
    border: 1px solid #6c7984;
    background: #d11242;
    font-weight: normal;
    color: #ffffff;     
    border-radius: 5px;    
}

a.button:visited
{
	text-decoration:none;

	font-weight:normal;


	vertical-align:middle;

	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:21px;
    
    border: 1px solid #6c7984;
    background: #d11242;
    font-weight: normal;
    color: #ffffff;     
    border-radius: 5px;    
}

input.button
{
	text-decoration:none;
	width:auto;

	font-weight:normal;

    border: 1px solid #6c7984;
    background: #d11242;
    font-weight: normal;
    color: #ffffff; 
    border-radius: 5px;
    
    padding: 4px;
}

input.loginbutton
{
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:21px;
}


a.validateAddress
{
	font-size:10px;
}


input.fullWidth
{
	width:625px;
}

input.dateField
{
	width:80px;
    font-size: 80%;
}

p.errorMessage
{
	text-align:left;
	font-weight:normal;
    color:red;
	padding:5px;
    border: #000000 solid 1px;
    background-color: #f6f6f6;    
}

.notice
{
	color:#913d41;
	margin-top:0px;
	margin-bottom:0px;
    line-height:125%;
}

.personalMenuItem
{
	font-weight:bold;
}

td.userDefinedLabelField
{
	width:auto;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}

.ReadonlyLabel
{
    margin-top: 0px;

    color: #777777;
    vertical-align: top;
    padding-top: 0px;
}

.readonlyvalue
{
    margin-top: 0px;
    color: black;
    vertical-align: top;
    padding-top: 0px;
}

.event1
{
	font-size:150%;
	padding-bottom:5px;
}

.page-number
{
    padding:3px 7px 3px 7px;
    border:1px solid gray;
    margin-right:3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#f5f5f5;
}

a.page-number
{
    text-decoration:none;
}

a:hover.page-number
{
    background-color:#333;
    color:#FFF;
}

.conf-desc
{
    padding-top: 0px;
    padding-bottom: 10px;
}

.datectrl
{
    width: 100px;
    font-size: 80%;
}

#mobilenav
{
    display:none;
}

.navbutton
{
    font-size: 40px;
}


.navbar-stack
{
	text-decoration:none;
    color: black;
}

a.navbar-stack
{
	text-decoration:none;
    color: black;
}

a.navbar-stack:visited
{
	text-decoration:none;
    color: black;
}

#info label
{
    font-weight: bold;
    line-height: 125%;
}

#info
{
    margin-left: 0px;
    margin-right: 10px;
    padding-top: 5px;
}

.event-docs
{
    padding: 10px;    
}

.search-box
{
	border: 1px solid #B0B0B0;
    background-color: #F6F6F6;
    padding: 5px;
}

.mark-mandatory
{
    width: 30px;
    color: red;
}

.strikeout
{
    text-decoration: line-through;
}


.field-error
{
    background-color: #FF6666;
    color:white;
}

.fieldLabel
{
    font-weight: normal;
    color: gray;    
}

.actions-callout
{
    border: 1px solid #fad42e;
    background: #fbec88 url(../stylesheets/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
    color: #363636 ;
    padding: 10px;
}

.alert
{
    border: 1px solid #fad42e;
    background: #fbec88 url(../stylesheets/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
    color: #363636 ;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.more-actions
{
    margin-left: 50px;
    margin-right: 50px;       
    margin-top: 5px;
    padding: 10px;
} 

    .editableSection
    {
        padding-bottom: -2px;
        margin-bottom: 4px;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(113, 135, 158); /*#DADADA; */
        border-bottom-color: rgb(97,97,97); /* neoserra */    
        border-bottom-width: 3px;
        margin-top: 5px;
        overflow: hidden;
        
    }

    .editableSubSection
    {
        padding-bottom: -2px;
        margin-bottom: 2px;
        border-bottom: 0px;
        margin-top: 8px;
    }

    .sectionTitle
    {
        float:left;

        vertical-align: bottom;
        font-size: 14px;
        color:gray;
        font-weight:bold;
        font-size: 125%;
    }

    .sectionTitleBreadcrumb
    {
        font-size: 14px;
        font-weight:normal;
    }

    .sectionSubTitle
    {
        float:left;
        vertical-align: bottom;
        font-size: 12px;
        font-weight: bold;
        padding-bottom:3px;

    }
    .sectionEditLink
    {
        float:right;
        vertical-align: bottom;
        font-weight:normal;
        min-height: 20px;
        max-height:20px;
    }

    .codeListSelect
    {
        font-weight: normal;
    }

    .hanging-indent {
        text-indent: -16px;
        padding-left: 16px;
        margin: 2px 0px;
    }

    .dataGrid
    {
        width:100%;
        background-color: white;
        border:1px solid #B1B1B1;
        border-radius:0px;
        margin-top:10px;
        border-spacing:0px;
    }
    

    .dataGrid table
    {
        border-top: 1px;
        border-bottom: 1px;
        border-right: 0px;
    }

    .dataGrid td/*, .dataGrid th */
    {
        border-top:1px solid #DADADA;
        padding:1px 3px 1px 1px; 
    }

    .dataGrid th 
    { 
        padding:1px 3px 1px 1px; 
        font-size:14px;
        text-align:left;
        color:gray;
        background-color: #F5F5F5;
    }

    a.menu-centers-link
    { 
        text-decoration:none;
        cursor:pointer;      
        /* border: 2px solid rgb(150,150,150);  */
        padding: 4px;    
        color: black;
        font-weight: 400;
        text-overflow: clipped;        
        border-radius: 0px;        
        font-size: 80%;
    }
    a.menu-centers-link:hover
    {
        color: #346793;
        text-decoration: underline;        
    }    
    a#account-link-white:hover
    {
        color: #346793;
        text-decoration: underline;     
    }
    
    #menu-centers-panel
    {
        padding: 5px;
        color: white;
        background-color: white;
        border: black solid 2px;
        border-radius: 0px;
        width: auto; 
        z-index: 100;
        position: absolute;
        top: 40px;
        right: 20px;
        text-align: left;
        opacity: 1;
        background: white;
        line-height: 100%;
        padding-left: 2px;
        list-style-type: none;
    }

    ul#centers-panel-options 
    {
        width:100%;   
        list-style: none;    
        margin: 0px;
        padding:0px;      
    }
    ul#centers-panel-options li
    {
        width:100%;
        list-style: none;    
        margin: 0px;
        padding:0px;    
       line-height: 100%;              
    }
    
    .survey-list
    {
        list-style: none;    
        margin: 0px;
        padding:0px;  
    }
    
    li.survey-list 
    {
       line-height: 100%;            
    }

    .survey-question-list
    {
        list-style: none;    
        margin: 0px;
        padding:0px;         
    }
    
    .survey-question-list-li
    {
        line-height: 100%;        
        border-top: 1px solid #d9d9d9;; 
        padding-top: 10px;    
        padding-bottom: 10px;
    }    
    .signature
    {
        font-family: 'Marck Script', 'Brush Script MT', cursive;
        line-height: 1.3em;
        font-size: 18px;
        min-width: 200px;
    }       
    
    #info label
    {
        font-weight: bold;
        line-height: 125%;
    }

    #info
    {
        margin-left: 0px;
        margin-right: 10px;
        padding-top: 5px;
    }

    .event-docs
    {
        padding: 10px;    
    }

    .search-box
    {
        border: 1px solid #B0B0B0;
        background-color: #F6F6F6;
        padding: 5px;
    }

    .mark-mandatory
    {
        width: 30px;
        color: red;
    }

    .strikeout
    {
        text-decoration: line-through;
    }


    .field-error
    {
        background-color: #FF6666;
        color:white;
    }

    .fieldLabel
    {
        font-weight: normal;
        color: gray;    
    }

    .image-border
    {
        /*border: 4px solid #cfcfcf;*/
        border: 1px solid black;
    }

    .image-border-small
    {
        border: 1px solid black;
    }

    .borderbox
    {
        border: 1px solid #B1B1B1;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
        background-color: white;
        margin-right: 10px;
        color: black;
        width: 100%;
    }

    .borderbox-line
    {
        border-bottom: 2px solid #DADADA;
    }

    /*.borderbox a:link
        {
            color: black;
            text-decoration: underline;
        }
        .borderbox a:visited
        {
            text-decoration: underline;
        }
        .borderbox td
        {
            color: black;
        }*/

    .borderbox-title
    {
        padding-top: 5px;
        padding-bottom: 1px;
        padding-left: 5px;
        border-bottom: 1px solid #DADADA;
        font-weight: bold;
        font-size: 14px;
        width: 100%;
        display: block;
        color: /*#B1B1B1*/
        gray;
        font-weight: bold;
        font-size: 14px;
    }

    .borderbox-title-right
    {
        float: right;
    }

    .borderbox-title a:link 
    {
        text-align: right;
        float: right;
        font-weight: normal;
        padding-right: 8px;
        font-size: 12px;
    }

    .borderbox-subtitle
    {
        display: block;
        background-color: #f0f0f0;
        width: 99%;
        border-style: dotted;
        border-width: 1px;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 4px;
        margin-right: 5px;
    }

    .borderbox-content
    {
        padding: 4px;
    }

    .borderbox-content a:link.right
    {
        text-align: right;
        float: right;
        font-weight: normal;
        /*padding-right:3px;*/
    }    

    #neoform-tabs {
        background: transparent;
        border: 1px solid #B1B1B1;
        border-radius: 0px;
        margin-top: 5px;
    }

    #neoform-tabs .ui-widget-header {
        background: transparent;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #neoform-tabs .ui-tabs-nav .ui-state-default {
        background: transparent;
        border: none;
    }

    #neoform-tabs .ui-tabs-nav .ui-state-active {
        background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;
        border: none;
    }

    #neoform-tabs .ui-tabs-nav .ui-state-default a {
        color: #707070;
    }

    #neoform-tabs .ui-tabs-nav .ui-state-active a {
        color: rgb(125, 190, 47); /*#459e00; */
        font-weight: bold;
    }

    #loading-overlay {
        display: none;
        position: absolute;
        background: #fff;
    }

    #loading-info {
        position: absolute;
    }
    
    .form-view
    {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    
    .form-edit
    {
        padding-top: 20px;      
        /*border-bottom: 1px #B0B0B0 solid; */
    }    
    
    
    h2.form-edit
    {  
        font-size: 150%;
    }    
    
    .form-cell
    {
        padding-top: 5px;
    }
    
    
    #language-box
    {
        width: auto;
    }

    #language-link
    {
        color:white;
        text-decoration: none;
        cursor: pointer;
    }

    #language-link-white
    {
        color:black;
        text-decoration: none;
        cursor: pointer;
    }    
    
    #language-panel
    {
        padding: 5px;
        color: white;
        background-color: white;
        border: black solid 2px;
        border-radius: 0px;
        width: 150px;
        z-index: 100;
        position: absolute;
        top: 40px;
        right: 20px;
        text-align: left;
        opacity: 1;
        background: white;
    }
    
/*
    Progress meter
*/

/* Progress Tracker v2 */
.progress-block
{
    display:block;
    min-height: 60px;
}
ol.progress[data-steps="2"] li { width: 49%; }
ol.progress[data-steps="3"] li { width: 33%; }
ol.progress[data-steps="4"] li { width: 24%; }
ol.progress[data-steps="5"] li { width: 19%; }
ol.progress[data-steps="6"] li { width: 16%; }
ol.progress[data-steps="7"] li { width: 14%; }
ol.progress[data-steps="8"] li { width: 12%; }
ol.progress[data-steps="9"] li { width: 11%; }

.progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progress li {
    float: left;
    text-align: center;
    position: relative;
}

.progress .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    /* margin-bottom: 1em; */
    color: black;
    opacity: 0.3;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;       
}

.progress .step {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.progress .step span {
    opacity: 0.3;
}

.progress .active .name,
.progress .active .step span {
    opacity: 1;
}

.progress .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.progress .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.progress li:first-of-type .step:before {
    display: none;
}

.progress li:last-of-type .step:after {
    display: none;
}

.progress .done .step,
.progress .done .step:before,
.progress .done .step:after,
.progress .active .step,
.progress .active .step:before {
    background-color: #d11242;
}

.progress .done .step,
.progress .active .step {
    border: 3px solid #d11242;
}

.progress .active .step .number
{
    color: #ffffff;
}


