﻿body {
    font-size: small;
}

/*************************************************************************/
/* General styles */

.grpLabel {
    font-weight: normal;
    font-size: small;
    color: black;
}

.grpHeader {
    font-size: 20px;
    color: #9E0000;
    line-height: 20px;
}

.grpNoteHeader {
    font-weight: bolder;
    font-size: 11px;
    color: black;
}

.grpNote {
    font-weight: normal;
    font-size: 11px;
    color: black;
}

/*.grpNote label {
    margin-left: 20px;
    text-align: left;
}*/

.grpNoteColor {
    font-weight: normal;
    font-size: 11px;
    color: #F2A459;
}

.grpSummaryTable {
    font-size: 11px;
    color: #2D771D;
    border: solid 1px #EFEFEF;
}

.grpErrorLine {
    font-size: small;
    color: #9E0000;
}

.grpResponseLine {
    font-size: small;
    color: #9E0000;
}

/* Masterpage Copyright Text */
.beMPCopyright {
    font-size: 11px;
}

/*************************************************************************/
/* General style for enrollment  */

.grpEnrollmentHeader {
    font-weight: bold;
    font-size: large;
    color: Black;
}

.grpEnrollmentRowHeader {
    font-weight: bold;
    font-size: medium;
    color: Black;
}

/*************************************************************************/
/* General style for cancellation page*/

.grpCancelDataGridHeader {
    font-weight: bold;
    background-color: #F2A459;
}

/*************************************************************************/
/* Header style for participating dentist page*/

.grpDentistBorderBottom {
    border-bottom-width: 1px;
    border-bottom-color: #fd923c;
    border-bottom-style: solid;
}

.grpDentistBorderTop {
    border-top-width: 1px;
    border-top-color: #fd923c;
    border-top-style: solid;
}

.grpDentistHeader {
    font-size: large;
    color: #fd923c;
}

/***********  Content Page Classes ******************/
.grpSubHead {
    font-family: "Calibri", Sans-serif;
    font-size: 20px;
    color: #6A5B97;
    line-height: 20px;
}

.grpContent {
    font-family: "Calibri", Sans-serif;
    font-size: 14px;
    line-height: 125%;
    color: #333333;
}

/*********** Claims List Cells *********************/

.grpLabelFieldCell {
    width: 120px;
    text-align: left;
}

.grpTextFieldCellBold {
    width: 210px;
    text-align: left;
    font-weight: bold;
}

.grpBoldTextbox {
    font-family: "Calibri", Sans-Serif;
    font-weight: bold;
}

/* ------------------ */
/*  Button Styles     */
/* ------------------ */
.ddButton {
    background-color: #2D771D;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    margin-left: 40%;
    margin-right: 15px;
    width: auto;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

.ddButtonNoLeftMargin {
    background-color: #2D771D;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}


.ddButton:hover {
    background: #563d82;
    cursor: pointer;
}

.ddButton:disabled {
    background: #666666;
    cursor: default;
}

.ddButtonSmall {
    background-color: #2D771D;
    cursor: pointer;
    padding: 5px;
    width: auto;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
    float: left;
}

    .ddButtonSmall:hover {
        background: #563d82;
        cursor: pointer;
    }

    .ddButtonSmall:disabled {
        background: #666666;
        cursor: default;
    }

.ddLinkButton a {
    background-color: #2D771D;
    cursor: pointer;
    font-size: 1.1em;
    padding: 7px;
    margin-left: 40%;
    margin-right: 15px;
    width: auto;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
}

    .ddLinkButton a:hover {
        background: #563d82;
        cursor: pointer;
    }

.ddHandCursor {
    cursor: pointer;
}

/* -------------------------------- */
/* Claims Objects tags */
/* -------------------------------- */

.grpClaimListBox {
    width: 330px;
    border: solid 1px #2D771D;
    color: #2D771D;
}

    .grpClaimListBox th {
        background-color: #563d82;
        color: white;
    }

    .grpClaimListBox td input[type='submit'], td input[type='button'], td button {
        border: 1px solid #2D771D;
        background-color: #2D771D;
        color: #ffffff;
        font-weight: normal;
        font-size: 12px;
        padding: .5px;
        cursor: pointer;
        margin-left: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

.grpClaimItemButton {
    border: 1px solid #2D771D;
    background-color: #FFDEBE;
    color: black;
    font-weight: normal;
    font-family: "Calibri", Sans-Serif;
    cursor: pointer;
    margin-left: 5px;
}

.grpClaimItemButtonRollOn {
    border: 1px solid #F2A459;
    background-color: white;
    color: black;
    font-weight: normal;
    font-family: "Calibri", Sans-Serif;
    cursor: pointer;
}

.grpClaimListHeader {
    font-weight: bold;
    font-size: small;
    color: black;
}

.grpClaimListYear {
    color: #2D771D;
    font-weight: bold;
    width: 100%;
}

.grpClaimSpace {
    margin-bottom: 4px;
}

/****************************************/
/**********  EMMA Styles  ***************/
/****************************************/

.emSummaryCellLabel {
    width: 80px;
    text-align: left;
}

.emSummaryCellValue {
    width: 120px;
    background-color: white;
    text-align: left;
}

.emFormCellLabelleft {
    padding: 0;
    width: 135px;
    text-align: left;
    background-color: #f2f2f2;
    vertical-align: top;
}

.emFormCellLabel {
    padding: 0;
    text-align: left;
    /*max-width: 75px;*/
    word-spacing: normal;
    white-space: nowrap;
    background-color: #f2f2f2;
    color: #000000;
    vertical-align: top;
}

.emFormCellLabelright {
    width: auto;
    text-align: left;
    float: none;
    background-color: #f2f2f2;
    vertical-align: top;
}

.emFormCellValue {
    padding: 0px 5px 5px 5px;
    text-align: left;
    word-spacing: normal;
    white-space: normal;
    min-width: 100px;
    background-color: #f2f2f2;
    margin-right: 10px;
    vertical-align: top;
}

.emFormCellValueCentered {
    text-align: center;
    word-spacing: normal;
    white-space: nowrap;
    border-color: #FFF4EB;
    border-style: solid;
    border-width: thin;
    border-collapse: collapse;
    background-color: #f2f2f2;
    vertical-align: top;
}

.txtTable {
    width: 200px;
}

.emChangeStatusPanel {
    background-color: #FFF4EB;
    margin-top: 7px;
    border: solid 1px #2D771D;
}

.emFormTable {
    width: 600px;
}

.emExampleText {
    font-family: "Calibri", Sans-Serif;
    font-size: 11px;
    color: #4F4F4F;
}

.emNotes {
    font-family: "Calibri", Sans-Serif;
    font-size: smaller;
    color: #4F4F4F;
    vertical-align: middle;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.emErrorText {
    font-family: "Calibri", Sans-Serif;
    font-weight: bold;
    font-size: medium;
    color: #9E0000;
}

.emChangedValue {
    background-color: Yellow;
    border-color: Yellow;
    border-style: solid;
    border-width: thin;
    border-collapse: separate;
}

.emCustomLinkHover {
    cursor: pointer;
    color: #666699;
    text-decoration: underline;
}

.emCustomLink {
    color: #2D771D;
    text-decoration: underline;
}

.outerDiv {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.innerFullWidthDiv {
    width: 95%;
    padding-bottom: 10px;
}

.innerHalfWidthDiv {
    width: 45%;
    padding-bottom: 10px;
    float: left;
}

.innerThirdWidthDiv {
    width: 30%;
    padding-bottom: 10px;
    float: left;
}

.innerTabRightDiv {
    width: 90%;
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #2D771D;
}

.leftDiv {
    width: 25%;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #2D771D;
}

.TabbedRightleftDiv {
    width: 135px;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: transparent;
    color: black;
}

.rightDiv {
    width: 65%;
    padding-left: 5px;
    vertical-align: top;
    float: left;
    /*margin-right:25%;
	width: 73%;
	padding-bottom:5px;*/
}

.FullDivShowsRight {
    padding-bottom: 5px;
    vertical-align: top;
    margin-left: 25%;
    padding-left: 20px;
}

.innerReportLeft {
    width: 35%;
    padding-bottom: 10px;
    float: left;
}

.innerReportRight {
    width: 60%;
    padding-bottom: 10px;
    float: left;
}

.ParamleftDiv {
    width: 150px;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ParamrightDiv {
    padding-left: 5px;
    vertical-align: top;
    float: left;
}

.bePanelBorder {
    width: 80%;
    padding: 10px 0 10px 0;
}

.disaster_wrapper_bgwhite {
    width: auto;
    height: auto;
    /*background-color:#fff;*/
    position: absolute;
    top: 1px;
    left: 888px;
    z-index: 2;
    display: block;
}

.divBorder {
    border: solid;
    border-width: thin;
    border-color: lightgray;
    margin-bottom: 5px;
}

/*.tblEligChoices table {
 border: 0; 
}*/

.tblEligChoices tr:nth-child(2n) {
    background-color: white;
}

.tblEligChoices td {
    padding: 5px 5px 5px 5px;
    border: 0;
    text-align: center;
    width: 150px;
    border-right: 1px solid #d5cfe0;
}

    .tblEligChoices td input[type="submit"],
    td input[type="button"],
    td button {
        width: auto;
        padding-top: 5px;
        font-size: small;
        margin: auto;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #2D771D;
        color: #ffffff;
    }

    .tblEligChoices td label {
        vertical-align: middle;
        padding: 5px 5px 5px 5px;
        text-align: center;
        font-size: smaller;
    }



    .tblEligChoices td input[type="submit"]:hover,
    td input[type="button"]:hover,
    td button:hover {
        background: #563d82;
        cursor: pointer;
    }

.grpPager {
    font-size: 12px;
    text-align: center;
}

    .grpPager table {
        width: 50%;
        margin: auto;
    }

    .grpPager a:link {
        font-size: 12px;
    }

    .grpPager a:active {
        font-size: 12px;
    }

    .grpPager a:hover {
        font-size: 12px;
    }

    .grpPager a:visited {
        font-size: 12px;
    }



.grpReportTable tr {
    background-color: #f2f2f2;
}

    .grpReportTable tr:nth-child(2n) {
        background-color: #f2f2f2;
    }



    .grpReportTable tr:nth-child(2n+1) {
        background-color: #f2f2f2;
    }

.topReport {
    margin-bottom: 20px;
    background-color: #f2f2f2;
    width: 15px;
}

.grpReport {
    background-color: #f2f2f2;
    width: 15px;
}


.nocolortable tr {
    background-color: #f2f2f2;
}

    .nocolortable tr:nth-child(2n) {
        background-color: #f2f2f2;
    }

    .nocolortable tr:nth-child(2n+1) {
        background-color: #f2f2f2;
    }

.btnCopy {
    vertical-align: middle;
    width: 20px;
    border: none;
}



/*For the drag and drop upload*/
.dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 50px;
    text-align: center;
    color: #000;
    padding-top: 12px;
}

.dropzone {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 50px;
    text-align: center;
    color: #000;
    padding-top: 12px;
}

    .dropzone:hover {
        /*background: #77bafa !important;
        border: solid 2px blue !important;
        opacity: .5;
        color: black !important;*/
        cursor: pointer;
    }

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

.dz-preview, .dz-file-preview {
    display: none;
}

.dz-drag-hover {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

.LnkButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #307C1D;
    cursor: pointer;
}


    .LnkButton:hover,
    .LnkButton:active {
        color: #20dd49;
        text-decoration: underline;
    }

.ddokButton--gray {
    background: #F0F0F0;
    border: 2px solid #563D82;
    color: #563D82;
    width: 50px;
}


/***** Quick Links *****/
/*.QuickLinkButton {*/
    /*background: #F0F0F0;*/
    /*font-weight: bold;
    width: 176px;
    height: 35px;
    min-width: 60%;
    color: #2D771D;
    font-size: 1.3em;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
    clear: both;
    display: inline-block;
    text-align: center;
}

    .QuickLinkButton:hover,
    .QuickLinkButton:focus {*/
        /*background: #2D771D;*/
        /*width: 176px;
        height: 35px;
        min-width: 60%;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.3em;
        padding: 25px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 3px 3px 2px #666666;
        text-decoration: underline;
        clear: both;
        display: inline-block;
        text-align: center;
    }

.AgentQuickLinkButton {
    background: #F0F0F0;
    font-weight: bold;
    width: 352px;
    height: 35px;
    margin-left: 75px;
    min-width: 67%;
    color: #2D771D;
    font-size: 1.3em;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #666666;
    text-decoration: none;
    clear: both;
    display: block;
    text-align: center;
}

    .AgentQuickLinkButton:hover,
    .AgentQuickLinkButton:focus {*/
        /*background: #2D771D;*/
        /*width: 352px;
        height: 35px;
        margin-left: 2px;
        min-width: 67%;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.3em;
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 3px 3px 2px #666666;
        text-decoration: underline;
        clear: both;
        display: inline-block;
        text-align: center;
    }*/



.sortIcontable {
    max-height: 10pt;
    background-color: none;
}

.sortIcontable tr {
    background-color: none;
}
.sortIcontable td {
    font-size: 4pt;
    font-weight: bold;
    color: white;
    background-color: none;

}

/****** Home quick links  ********/

.QuicklinksTable {
    /*width: 652px;*/
    min-width: 652px;
    width: 652px;
}

/*    .QuicklinksTable td {
        width: 316px;
    }*/


/*table.QuicklinksTable a, table.QuicklinksTable a:hover {
    background-color: none !important;
    text-decoration: none !important;
}*/

.graphic_icon {
    /*background-image: url('\\xwebdev.sdmz.local\inetpub\wwwroot\site_docs\ORImages\add_member.png');*/
    display: block;
    height: 85px;
    width: 310px;
    /*min-width: 310px;
    max-width: 316px;*/
    margin: 5px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 2px 2px 5px #c0c0c0;
}

    .graphic_icon:hover, .graphic_icon:focus {
        background-color: transparent;
        box-shadow: 2px 2px 5px #c0c0c0;
    }

.graphic_icon_long {
    /*background-image: url('./Delta Dental Online Resources_files/graphic/add_member_long.png');*/
    display: inline-block;
    height: 85px;
    width: 647px;
    min-width: 647px;
    margin: 5px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 2px 2px 5px #c0c0c0;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

    .graphic_icon_long:hover, .graphic_icon_long:focus {
        background-color: transparent;
        box-shadow: 2px 2px 5px #c0c0c0;
    }



/*table.QuicklinksTable a:hover {
    background-color: none !important;
    text-decoration: none !important;
}*/

/*.NolinkDecor {
    all: unset;
    display:block;
    background-size: cover;
}

.NolinkDecor:hover {
    background-color: none !important;
}*/

.AddMember {
    background-image: url('images/Add Member.png');
}

    .AddMember:hover, .AddMember:focus {
        background-image: url('images/Add Member-Green.png');
    }

.EligManager {
    background-image: url('images/Member Lookup.png');
}

    .EligManager:Hover, .EligManager:focus {
        background-image: url('images/Member Lookup-Green.png');
    }

.ViewInvoice {
    background-image: url('images/Invoices.png');
}

    .ViewInvoice:hover, .ViewInvoice:focus {
        background-image: url('images/Invoices-Green.png');
    }

.Payment {
    background-image: url('images/Make Payment.png');
}

    .Payment:Hover, .Payment:focus {
        background-image: url('images/Make Payment-Green.png');
    }

.ORManual {
    background-image: url('images/Online Resources Manual.png');
}

    .ORManual:hover,.ORManual:focus {
        background-image: url('images/Online Resources Manual-Green.png');
    }

.SecMsg {
    background-image: url('images/Secure Message.png');
}

    .SecMsg:Hover, .SecMsg:focus {
        background-image: url('images/Secure Message-Green.png');
    }

.MemberLookup {
    background-image: url('images/Member Lookup.png');
}

    .MemberLookup:hover, .MemberLookup:focus {
        background-image: url('images/Member Lookup-Green.png');
    }

.EOBReprints {
    background-image: url('images/Explanation of Benefits.png');
}

    .EOBReprints:Hover, .EOBReprints:focus {
        background-image: url('images/Explanation of Benefits-Green.png');
    }

.PayMethod {
    background-image: url('images/Payment Method.png');
}

    .PayMethod:Hover, .PayMethod:Focus {
        background-image: url('images/Payment Method-Green.png');
    }

.CoveredLives {
    background-image: url('images/Covered Lives List.png');
}

    .CoveredLives:Hover, .CoveredLives:Focus {
        background-image: url('images/Covered Lives List-Green.png');
    }

.ClaimsByGroup {
    background-image: url('images/Claims by Group.png');
}

    .ClaimsByGroup:Hover, .ClaimsByGroup:Focus {
        background-image: url('images/Claims by Group-Green.png');
    }

.ClaimsByMonth {
    background-image: url('images/Claims-Admin by Month.png');
}

    .ClaimsByMonth:Hover, .ClaimsByMonth:Focus {
        background-image: url('images/Claims-Admin by Month-Green.png');
    }

.RFPForm {
    background-image: url('images/Request Proposal.png');
}

    .RFPForm:Hover, .RFPForm:Focus {
        background-image: url('images/Request Proposal-Green.png');
    }

.GroupApp {
    background-image: url('images/Select Group Application.png');
}

    .GroupApp:Hover, .GroupApp:Focus {
        background-image: url('images/Select Group Application-Green.png');
    }

.Commissions {
    background-image: url('images/Commissions.png');
}

    .Commissions:Hover, .Commissions:Focus {
        background-image: url('images/Commissions-Green.png');
    }