﻿#mainContent4 .requestDenied 
{
    background: #ffeeee;
    border: solid red 2px;
    color:black;
    margin: 2px;
    padding: 10px;
    width: 723px;
}

.required
{
     /* this is a duplicate of .required in chp_main_styles.css */
    color:Red;
    width:5px;
}

.warning
{
    /*background-color: #ffffee;
    border: 2px solid #ffff00;*/
    background-color: #E3EAF6;
    border: 2px solid #2E3D75; 
    margin: 10px 5px;
    padding: 10px;    
    
    border-radius: 1ex;
    -webkit-border-radius: 1ex;
    -moz-border-radius: 1ex;
}

.warning img
{
    height: 24px;
    vertical-align: middle;
    width: 24px;
}


/**************** Input Item ****************************/
.inputItem
{
    background:#fbf7ec; 
	font-size:0.75em;
	font-size: 9pt;
    margin: 0 0 1px 0;
	min-height: 1.5em;
	overflow: hidden;
    padding: 5px;
    width: 350px;
}

.fullWidthInputItem
{
	width: 739px;
}

.fullWidthLeftPaddedInputItem
{
    padding-left: 25px;
    width: 719px;
}

/************ BEGIN .labelAbove and .labelLeft Common *********/
/* Specifies items common to display label above or left of the input */
.inputItem .labelAbove,
.inputItem .labelLeft

{
    padding: 0;
}

.inputItem .labelAbove label,
.inputItem .labelLeft label

{
    font-weight: bold;
    margin-right: 5px;
}

/************ END .labelAbove and .labelLeft Common *********/


/************ BEGIN .labelAbove *****************************/

/* Specifies formatting for displaying labels above the input field
*  Anything that is common to both .labelAbove and .labelLeft 
*  should go in ".labelAbove and .labelLeft Common"
*/


.inputItem .labelAbove
{
    margin-bottom: 5px;
}

.inputItem .labelAbove label
{
}

/************ BEGIN .labelAbove *****************************/


/************ BEGIN .labelLeft *****************************/

/* Specifies formatting for displaying labels to the left of 
*       the input field
*  Anything that is common to both .labelAbove and .labelLeft 
*       should go in ".labelAbove and .labelLeft Common"
*/
.inputItem .labelLeft
{
    clear: left;
    float: left;
    margin: 5px;
}

.inputItem .labelLeft label
{
    float: left; 
    margin-right: 5px;
    text-align: right; 
    width: 200px; 
}

/************ End .labelLeft *****************************/


/************ BEGIN .instructionalText *******************/

/* Specifies formatting for displaying instruction text for
*       input fields 
*/

.inputItem .instructionalText
{
    clear: left;
    display: block;
    font-size: 9pt;   
    padding: 2px 0 5px 23px;
}

/************ END .instructionalText *********************/


/************ BEGIN styles associatd with user cancelling a request on individual request confirmation pages *******************/

.messagePanel 
{
    background-color: #eeeeff;
    border: 2px solid #0000ff;
    margin: 5px;
    padding: 10px;   
    font-size: 9pt; 
    width: 715px;
}

.messagePanel .confirmationNumber
{
	font-weight: bold;
}

.messagePanel .confirmationNumber,
.modalDialog .confirmationNumber
{
    color: Red;
    padding: 0px 2px
}

.modalDialog .buttons .extLinkButton
{
    float: right;
    margin: 0px 0px 0px 5px;
}

/************ END styles associatd with user cancelling a request on individual request confirmation pages *********************/


/************ BEGIN .subsectionTitlebar ******************/

.subsectionTitleBar
{
    border-bottom: 1px solid white;
    padding: 3px;
    width:743px;
    overflow:hidden;
    margin-bottom: 0px;
}   

.subsectionTitleBar .subsectionTitleBarCaption
{
	color:#2d3c74;
	float: left;
	font-size: 10.125pt;
	height:34px;  
	margin-bottom:1px;   	 
	padding: 10px 0 0 18px;     
}

/************ END .subsectionTitlebar ********************/





#mainContent4 .infoPanel .errorText
/*****BEGIN Styles for Effective Date Panel on ChangeDemographics.aspx*****/
#mainContent4 .effectiveDatePanel
{
    background: #fbf7ec;
    border-bottom: 1px solid white;		
    font-size: 9pt;
    margin: 0;			  
    overflow: hidden;
    padding: 10px 21px;
    width: 707px; 
}

.effectiveDatePanel .datePickerPanel
{
    color:Black;
	float: left;
	margin-bottom:1px;   	 
	padding: 10px 0 0 21px;
	height: 34px;
}

.effectiveDatePanel .datePickerPanel .datePicker
{    
	color:Black;
	float: left;
	margin-bottom:1px;   	 
	padding: 10px 0 0 21px;
	height: 34px;
}

.effectiveDatePanel .datePickerPanel .datePickerLabel
{
    float: left;
    padding-top: 3px;
    padding-right: 15px;
    width: 100px;
}
/*****END Styles for Effective Date Panel on ChangeDemographics.aspx*****/

/*****BEGIN Styles for groups of inputItem blocks*****/
.inputItems
{
    background: #fbf7ec;
    overflow: hidden;
    padding: 10px 21px;
    width: 707px;
}
/*****END Styles for groups of inputItem blocks*****/

#mainContent4 .validationSummaryError 
{    
    border-radius: 1ex;
    -webkit-border-radius: 1ex;
    -moz-border-radius: 1ex;
}

/******** BEGIN: Change PCP request items because change PCP request does not use it's own separate control ********/
.changePcpRequestItem
{
    background:#fbf7ec; 
	font-size:0.75em;
	font-size: 9pt;
    margin: 0 0 1px 0;
	min-height: 1.5em;
	overflow: hidden;
    padding: 5px;
    width: 740px;    
}

.changePcpRequestItem .labelAbove
{
    padding: 0;
}

.changePcpRequestItem .labelAbove label
{
    font-weight: bold;
    margin-right: 5px;
}
/******** END: Change PCP request items because change PCP request does not use it's own separate control ********/
