﻿/* This is used by all portal form pages */
.PortalBackgroundLightBlue
{
    background-color: #00CCFF;
}

.PortalBackgroundDarkBlue {
    background-color: #414042;
}

.PortalBackgroundDarkWhite
{
    background-color: White;
}

.PortalWhiteText
{
    color: #FFFFFF;
}

.PortalLightBlueText
{
    color: #00CCFF;
}

.PortalDarkBlueText {
    color: #414042;
}

.PortalLargeGreyText
{
    color: Gray;
    font-size: 10pt;
}

.PortalFineGreyText
{
    color: Gray;
    font-size: 9pt;
}

.PortalGreyText
{
    color: Gray;
    font-size: 9pt;
}
.PortalBlackText {
    color: #414042;
    font-size: 11pt;
}
.PortalButton
{
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	color: #0066CC;
	padding: 4px 6px 4px 6px;
	min-width: 70px;
}
.PortalButton1
{
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	color: #0066CC;
	padding: 4px 6px 4px 6px;
	min-width: 150px;
}


.PortalSectionBox
{
    border-color: Gray;
	width: 100%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}

.PortalSectionHeadingBox
{
    background-color: #414042;
    height: 50px;
	color: #FFFFFF;
	position: relative;
}

.PortalSectionHeadingBoxTable
{
    background-color: #414042;
    height: 50px;
	color: #FFFFFF;
	/*position: relative;*/
}

.PortalSectionHeadingTitleCenter
{
    top: 12px; 
}

.PortalSectionHeadingTitle
{
    position: relative;
  	font-size: 13pt;
	margin-left: 10px;
}

.PortalSectionContentTable
{
    padding-left: 10px;
}

.PortalDefaultContent
{
   	margin: 10px 10px 10px 10px;
   	color: #414042;
   	font-size: 11pt;
}

.PortalDefaultContentRow
{
    display: table-row;
    position: relative;
}
.PortalDefaultContentRight
{
    width: 380px;
   	margin-left: 40px;
   	float: right;
}

.PortalDefaultContentRight1
{
    margin-right: 40px;
}

.PortalWebAccountBox {
    border-color: #414042;
    text-align: left;
    color: #414042;
    padding: 12px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border: 2px solid;
    background-color: white;
}

.PortalWebAccountBox1 {
    /* border-color: #0066CC; */
    text-align: left;
    color: #414042;
    padding: 12px;
    border-radius: 14px;
    /*border: 3px solid #414042;*/
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.PortalDefaultContentCarriers
{
    display: table-row;
    clear: both;
}

.PortalDefaultSectionList
{
    list-style-type: none;
    padding-left : 0px;
    margin-left: 0px;
}

.IconList
{
    padding-right: 25px;
    padding-top: 10px;
    padding-left: 15px;
    vertical-align: middle;
}

.PortalParagraphTight
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.PortalWebAccountTitle 
{
	font-size: 12pt; 
	font-weight: bold;
	text-align: center;
}

.PortalWebAccountSubTitle 
{
	font-size: 11pt; 
	text-align: center;
}


.PortalWebAccountSubTitleHome {
    font-size: 11pt;
}

.PortalWebAccountBenefitTitle
{
	font-size: 11pt; 
	font-weight: bold;
}

.PortalWebAccountBenefits
{
	font-size: 11pt; 
}

.PortalWebAccountNotes
{
    font-size: 11pt;
}

.ParticipatingCarriersTitle
{
	font-size: 11pt; 
}

.PortalWebAccountContentBlock
{
	padding-left: 10px; 
	padding-right: 10px;
	font-size: 9pt;
}

.PortalWebAccountRegister
{
	text-align: center; 
	margin-top: 10px; 
	/*margin-bottom: 10px;*/
}

.PortalSignInBox
{
    margin-left: 15px; 
    border: solid 1px #A0A0A0; 
    width: 300px
}

.PortalSignInBoxContent
{
    margin: 10px 10px 10px 10px;
}

.PortalSectionList
{
    margin-left: 10px;
    list-style-type: none;
    padding-left : 0px;
}

.PortalSectionListItemRow 
{
  margin-left: 0px;
  display: table-row;
 }
 
 .PortalSectionListHeavyItemRow
 {
    margin-left: 0px;
    vertical-align: middle;
    display: table-row;
 }
.PortalParagraphHeavy {
    font-size: 18px;
    font-weight: bold;
}
 
 /* Smoke Cessation Css Classes */
 
 .PortalSCListItemRow 
{
  margin-left: 0px;
  display: table-row;
  min-height: 25px;
 }

.PortalSmokeCessationLabel {
  float: left;
  width: 300px;
  text-align: left;
  padding-top: 5px;
  clear: both;
  }
  
.PortalSmokeCessationMandatory 
{
  float: left; 
  width: 15px;
  text-align: right;
  color: Red;
}

.PortalSmokeCessationInput 
{
  text-align: left;
} 
  
.PortalSmokeCessationTextbox 
{
    width:300px;
    text-align: left;
}
 
.PortalSmokeCessationBlock
{
    margin-left: 15px;
    padding-top: 5px;
}
     
.PortalSCIndentParagraph
{
    margin-left: 25px;
    padding-top: 5px;
}     
  
.PortalSmokeCessationQuestionYesNo
{
    width: 400px;
    text-align: left;
    float: left;
}
    
.PortalSCMethodLabel
 {
     width: 200px;
     text-align: left;
     display: table-cell;
 }
 
 .PortalSCMethodOtherTextBox
 {
     width: 195px;
     text-align: left;
     display: table-cell;
 }
     
.PortalSCChkBox
 {
     width: 100px;
     text-align: center;
     display: table-cell;
 }
 
.PortalSCMethodTable
 {
     display: table-row;
     }
     
.PortalSCMethodTextBox
{
    display: table-cell;
    width: 300px;
    text-align: left;
}  
    
 .PortalSCLabel, .PortalSCInputControl, .PortalSCMandatory, .PortalSCResultLabel
 {
     display: table-cell;
 } 
 
 .PortalSCLabel, .PortalSCInputControl, .PortalSCResultLabel
 {
     text-align: left;
     vertical-align: middle;
 }
 
 .PortalSCContentBodyWrapper
 {
     display: table;
     border-collapse: collapse;
 }
     
 .PortalSCContentBody
 {
     display: table-row;
     padding-top: 5px;
     margin-left: 25px;
     height: 25px;
 }
     
.PortalSCLabel
{
    text-indent: 15px;
}

.PortalSCDisclaimer
{
    margin-left: 20px;
    display: table;
}
     
 .PortalSCInputControl
 {
     width: 50%;
     height: 25px;
     }
     
 .PortalSCMandatory
 {
     width: 15px;
     text-align: right;
     color: Red;
     vertical-align: middle;
 }
     
 .PortalSCResultLabel 
 {
     width: 45%;
     font-weight: bold;
     padding-left: 20px;
     display: table-cell;
 } 
 
 .PortalSCDisplayLabel
 {
     text-align: left;
     width: 50%;
     display: table-cell;
 }
 .PortalSCDisplayDivLeft
 {
    width: 50%;
    float: left; 
    text-align: left; 
    display: inline;
 }
 
 .PortalSCDisplayDivRight
 {
    width: 46%; 
    float: right;  
 }
 
 .PortalSCResultTableLabel 
 {
     font-weight: bold;
     padding-left: 20px;
     display: table-cell;
 }
 
 .PortalSCDisplayLink
 {
     text-align: right;
     padding-right: 25px;
 }
 
 .PortalSC4ColumnsTableLabel
 {
     display: inline;
     width: 30%;
     padding-left: 0px;
 }
 
 .PortalSC4ColumnsTable
 {
    width: 93%;
    clear: both;
    display: table;
    margin-left: 15px;    
 }
 
 .PortalSCSubLabel
 {
     padding-left: 25px;
     display: table-cell;
 }
 
 .PortalSCSectionTitle
 {
     color: #990000;
     text-decoration: underline;
     margin-left: 5px;
 }
     
/* Masterpage styles */

HTML, BODY
{
	height: 100%;
	margin: 0px 0px 0px 0px;
}

BODY
{
    /* individual site defines font-family, font-size, and min-width */
}

DIV#mp_wholepage
{
	height: 100%;
    color: #414042;
    font-size: 11pt;
}

DIV#mp_body
{
	position: relative;
	min-height: 100%;
	font-family: Verdana, Geneva, Sans-Serif;
}

.mp_menuContent
{
    width: 100%;
    clear: both;
    overflow: hidden;
    /* display: table; */
    border: none;
    color: #414042;
}

.mp_contentRow
{
    /* display: table-row; */
}

.mp_leftColumn
{
    display: table-cell;
    vertical-align: top;
	width: 190px; /* menu width */
}

.mp_rightColumn
{
    /* display: table-cell; */
    vertical-align: top;
    text-align: left;
    padding: 8px 8px 0px 10px;
    font-size: 11pt;
}

.mp_menu
{
	width: 190px; /* menu width */
	font-size: 8pt;
}

P#mp_bodyFooterSpacer
{
	height: 30px; /* footer height */
}

DIV#mp_footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px; /* footer height */
	width: 100%;
}

.mp_topNavBar
{
    color: White;
	background-color: transparent;
	padding-top: 10px;
	height: 100px;
	overflow: hidden;
	float: right;
}

DIV#mp_headerSpacer
{
    background-color: Gray;
    height: 11px;
}

.mp_content 
{
    margin: 20px 10px 10px 10px;
}

.mp_bottomNavBar {
    background-color: #00587E;
    margin-top: 6px;
    width: 100%;
    overflow: hidden;
    clear: both;
}

/* Header area */
 
.PortalHeader
{
    width: 100%;
    clear: both;
	margin: 0 0 10px 0;
    border: 0;
    background-color: transparent;
    font-family: Verdana, Geneva, Sans-Serif;
}

.PortalHeaderBand {
    width: 100%;
    overflow: hidden; /* trick to stretch height: http://www.quirksmode.org/css/clearing.html */
    padding: 0;
    background-color: #00587E;
}

.PortalHeaderBandPrint
{
    width: 100%;
    overflow: hidden; /* trick to stretch height: http://www.quirksmode.org/css/clearing.html */
    padding: 0;
	background-color: White;
    display: none;
}

.PortalHeaderLogo
{
	min-width: 20px;
    padding-left: 20px;
    float: left;
}

.PortalHeaderLogoPrint
{
	min-width: 20px;
    padding-left: 20px;
    float: left;
    display: none;
}

@media print
{
    .PortalHeaderBand
    {
        display: none;
    }

    .PortalHeaderBandPrint
    {
	    display: inherit;
    }

    .PortalHeaderLogo
    {
        display: none;
    }

    .PortalHeaderLogoPrint
    {
    	display: inherit;
    }
}

.PortalHeaderMenuBar {
    width: 100%;
    clear: both;
    /*margin: 10px 0 0 0;*/
    padding: 0;
    background-color: #f1f1f1;
    height: 30px;
}

.PortalHeaderMenuCell
{
    vertical-align: middle;
    height: 100%;
}

.PortalHeaderMenu
{
    padding: 0 0 0 10px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12pt;
    height: 27px;
}

.PortalHeaderMenu ul.level1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.PortalHeaderStaticMenu {
}

.PortalHeaderDynamicMenu
{
    border-style: solid;
    border-width: 2px;
    border-color: Gray;
}

.PortalHeaderStaticMenuItem {
    color: #414042;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: bold;
}

.PortalHeaderDynamicMenuItem {
    color: #414042;
    margin: 3px;
    font-weight: bold;
}

.PortalHeaderStaticMenuHover {
    font-weight: bold;
    /*color: #484848;*/
    color: #00587E;
}

.PortalHeaderDynamicMenuHover
{
	font-weight: bold;
	text-decoration:underline;
    color: #00587E;
}

/* DynamicTabs styles */
 
 .PortalSmokeCessationLastRow 
 {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  } 

/* PharmacyAccount Page*/

.PortalPharmacyListItemRow 
{
  margin-left: 0px;
  display: table-row;
  min-height: 25px;
 }

.PortalPharmacyAccountLabel {
    float: left;
    width: 300px;
    padding-top: 5px;
    clear: both;
    display: block;
}

.PortalPharmacyAccountYesNoLabel
{
    float: left;
}

.PortalPharmacyAccountMandatory
{
    width: 8px;
    float: left;
}

.PortalPharmacyAccountYesNoMandatory
{
    padding-left: 10px;
}

.PortalPharmacyAccountIndent
{
    float: left;
    width: 200px;
    margin-left: 20px;
    padding-top: 5px;
}

/* Dynamic Tab Control Styles */

.DynTab 
{
    border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
    border-color: Gray;
	float: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(0.3, rgba(255, 255, 255, 0.5)), color-stop(D:\Projects\Provider EFT-Web Portal\ProviderOnlineServices\agreements\0.6, rgba(255, 255, 255, 0.3)), color-stop(0.6, transparent), to(rgba(0, 0, 0, 0.2)));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.3) 60%, transparent 60%, rgba(0, 0, 0, 0.2)); 
	*/
	height: 32px;
	background-color: white;
}

.InactiveDynTab 
{
    border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
    margin-top: 7px;
	margin-bottom: 0px;
	padding: 8px 4px 10px 4px;
	height: 63px;
}
.subInactiveDynTab 
{
    height:23px !important;    
    padding-left:10px;
    padding-right:10px;
}

.ActiveDynTab
{
    border-top-style: solid;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	margin-top: 0px;
	padding: 8px 4px 4px 4px;
	height: 76px;
}
.subActiveDynTab
{
    height: 36px !important;    
    padding-left:10px;
    padding-right:10px;
}

.DynTabHeader
{
	padding: 4px 0px 0px 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: Gray;
	min-width: 500px;
	height: 88px;
	clear: right;
	overflow: visible;
	text-decoration: none;
	font-size: 10pt;
}
.subDynTabHeader
{
    height:48px !important;    
}

.DynTabContent
{
    border-style: solid;
	border-color: Gray;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding: 10px;
	margin: 0px;
	min-width: 500px;
}

.ActiveDynTabContent
{
	display: block;
}

.InactiveDynTabContent
{
	display: none;
}

.PortalDrugAuthSection
{
    text-align: center;
}

.PortalDrugAuthSectionList
{
    list-style-type: none;
    padding-left : 0px;
    margin-left: 0px;
}

.PortalDrugAuthListItemRow 
{
  margin-left: 0px;
 }

.PortalDrugAuthDataGridColumn0
{
    width: 100px;
    text-align: center;
}

.PortalDrugAuthDataGridColumn1
{
    width: 150px;
    text-align: left;
}

.PortalDrugAuthDataGridColumn2
{
    width: 150px;
    text-align: left;
}

.PortalDrugAuthAlphaButton
{
    background-color: Transparent;
    border-width: 0px;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
    width: 25px;
}

.PortalDrugAuthAlphaLabel
{
    background-color: Transparent;
    border-width: 0px;
    width: 25px;
}

.PortalDrugAuthFormLink
{
    display: block;
    width: 200px;
    margin-right: 40px;
    margin-bottom: 50px;
    
}

.PortalDrugAuthFormLink1
{
    display: block;
    width: 400px;
    margin-right: 40px;
    margin-bottom: 50px;
}

.PortalDrugAuthFormsDisabledLable {
    color: #D3D3D3;
}

.PortalDrugAuthFormsDisabledInput
{
    background-color: #D3D3D3;
}

.PortalAboutUsBoldTitle
{
    font-weight: bold;
}

.PortalAboutUsItalicNote
{
    font-style: italic;
}

.PortalRegProcHeader
{
    color:#0066CC;
    font-size: 13pt;
	font-family: Verdana, Geneva, Sans-Serif;
}

.PortalRegProcBody
{
    color:#000000;
    font-size: 10pt;
	font-family: Verdana, Geneva, Sans-Serif;
}

.clear     { clear: both; }

.PortalContainer { 
  display: table; 
} 

.PortalLeftColumn { 
  display: table-cell; 
  padding-left: 30px; 
  padding-right: 0px;   
  border-right: 2px solid #0066CC;
  width: 400px; 
} 
.PortalRightColumn { 
  display: table-cell; 
  width: 535px; 
  padding-left: 40px; 
}

/*#defaultMainLeft {
    margin-top: 170px;
}*/

.img-hw {
    max-width: 24px;
    max-height: 20.5px;
}

.accessible-img-note {
    display: block;
    margin-top: 10px;
}

.visually_hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.teaser-img-container {
    margin-right: 20px;
    height: 145px;
    width: 87px;
    margin-left: 80px;
}

@media only screen and (max-width: 1280px) {
    .PortalHeaderMenu ul li a.level1 {
        font-size: 11pt;
    }
}

@media only screen and (max-width: 1024px) {
    div.container-dyntab-img img {
        height: 50px;
    }

    .PortalHeaderMenu ul li a.level1 {
        font-size: 8pt;
    }

    .PortalHeaderMenu ul li a.level2 {
        font-size: 8pt;
    }

    .teaser-img-container {
        margin-left: 25px;
        margin-right: 40px;
    }

}

    textarea:hover, textarea:focus, textarea:active {
        background: white;
    }

    input[type=rad] {

    }

    .cont-pharmacy-rating-text {
        font-family: Arial;
        color: #414240;
        text-transform: uppercase;
        font-size: 18pt;
        font-weight: bold;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
    } 