/*----------------------------------------------------------------------------*/
/*Global - Global Designs*/
/*----------------------------------------------------------------------------*/

@font-face {
    font-family: FS Albert;
    src: url('FS_Albert_Font') format('opentype');
}

body {
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
    font-family: FS Albert, FS Albert, sans serif;
    font-size: 14px;
    color: #000;
    
}

h1, h2, h3, h4, h5, h6 {
    display: block; /*overriding Salesforce CSS declarations*/
}

a {
	color: #044ED7;
    text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover, a:visited; a:focus {
    background-color: inherit;
    color: inherit;
    text-decoration: inherit;
}

big {
    font-size: 1.5em;
}

textarea {
    font-family: FS Albert, FS Albert, Helvetica, sans-serif;
    font-size: 1em;
    color: #2D1C02;
}

select {
    font-size: 1em;
    color: #2D1C02;
}

h1 {
    margin-top: 0;
}

.col-b h2.top {
    margin-top: 0;
}

h2 p {
    font-size: 1.1em;
}

input[type="checkbox"] {
	accent-color: #1D74FF;
}

input[type="radio"] {
	accent-color: #1D74FF;
}

option:hover {
    color: white;
    background-color: #1D74FF;
}

/*----------------------------------------------------------------------------*/
/*Global - Header Main Navigation */
/*----------------------------------------------------------------------------*/

.headerNavNEW {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 15px 10px;
    background-color: white;
    min-width: 1050px;
} 

.headerLogo {
    display: flex;
    height: 45px;
    width: auto;
    margin: 0;
    padding: 0 50px 0 50px;
}

.headerNavUL {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    font-family: FS Albert;
    text-align: center;
}

.headerNavUL a {
    letter-spacing: 0.70px;
    text-decoration: none !important;
	font-weight: bold;
    font-size: 16px;
    color: #060A3D;
    background-color: white;
}
        
.headerNavUL a:hover {
    background-color: transparent;
    color: #FF6E00;
}

.headerNavUL a.active {
    background-color: transparent;
    color: #FF6E00;
}

.headerNavUL a:focus {
    background-color: transparent;
    color: #FF6E00;
}

.searchDivNew {
    display: inline;
    margin: 0;
    padding: 0 50px 0 50px;
	/*right: -50px;
	top: 8px;
    /* style="padding-left: 5px;border-radius: 0px;width: 121px;border-bottom-left-radius: 50px;border-top-left-radius: 50px;height: 26px;"*/
}

.globalSearchbar {
    border-radius: 50px;
    border: 2px solid #DBDDDF;
	width:150px;
}

.searchIcon {
    position: absolute;
    margin-left: 123px;
    cursor:pointer;   
    height: 24px;
    font-size: 16px;
    color: #4D4D4F;
    background-color: #DBDDDF;
    border: 0px;
    border-radius: 0 50px 50px 0;   
}

.headerDivider { /*Excluded from VFC since divider on Home page needs different margin */
    margin: 0 auto 0 auto;
    background: #DBDDDF;
    width: 100%;
    height: 2px;
}

.headerDividerHome {
    margin: 0 auto 15px auto;
    background: #DBDDDF;
    width: 100%;
    height: 2px;
}

/*----------------------------------------------------------------------------*/
/* Global - Main Content Area (Home page may differ)*/
/*----------------------------------------------------------------------------*/

#mainNew {
    min-width: 1000px;
    background-color: #fff;
    background: transparent url() 0 100% no-repeat;
}

#mainNew .content .rightColumn .TMColumn {
    float: right;
    height: fit-content;
    width: fit-content;
    margin: auto;
    padding: 5px;
    background-color: #DAD7D6;
    border-radius: 0 0 20px 20px;
    
}

.TMTitle {
    font-family: FS Albert;
    text-align: center;
    color: #044ED7;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 5px auto;
}

.myTMFrame {
    display: block;
    border-radius: 50%;
    border: 5px solid #044ED7;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.TMContact {
    font-family: FS Albert;
    text-align: center;
    color: #044ED7;
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto 10px auto;
}

.emailIconOrange {
    width: 20px;
    height: 15px;
    margin: 0 auto 10px auto; 
}

#mainNew .content { /*Primary Column / Content Area*/
    width: 65%;
    min-width: 900px;
    margin: auto 13% auto auto;
    overflow: hidden;
    background-color: white;
}

#mainNew .content .centerSection {
    float: left;
    width: 75%;
    background-color: white;
    padding: 35px 0 0 0;
    margin-bottom: 25px;
    margin-left: 1%;
}

#mainNew .content .rightColumn { /*???*/
    float: right;
    width: 13%;    
}

#mainNew .content .centerSectionMainPage { /*???*/
    float: left;
    width: 85%;
    background-color: white;
}

/*----------------------------------------------------------------------------*/
/*Global - Forms*/
/*----------------------------------------------------------------------------*/
.PtInfo {
    width: 100%;
    height: 90%;
}

.sectionBar {
    width: 100%;
    background-color: #1D74FF;
    padding: 3px 0 3px 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sectionIndicator {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FF6E00;
    display: inline-flex;
    float: left;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 -10px;
    font-family: FS Albert;
    font-size: 16px;
    font-weight: bold;
    color: white;
    outline: 9px solid white;
}

.panelHeading {
    font-family: FS Albert;
    color: white;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    margin-left: 5px;
    text-decoration: none;
}

.panelHeading a {
    font-family: FS Albert;
    color: white;
    font-weight: normal;
    font-size: 17px;
    padding: 0;
    margin-left: 5px;
    text-decoration: none;
}

.formLabels {
    padding: 0 5px 0 45px;
    white-space: nowrap;
    float: right;
    font-family: FS Albert;
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.formLabelsMiddleRight {
    margin-left: 15px;
    font-family: FS Albert;
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.formLabelsNoSpacing {
    padding: 0;
    white-space: nowrap;
    float: right;
    font-family: FS Albert;
    font-size: 15px;
    font-weight: normal;
    color: black;
}

.ptBlock select {
    font-size: 12px;
    margin-left: 10px !important;
    margin-bottom: 4px;
    font-weight: 500;
    height: 22px;
}

.ptBlock input {
    font-size: 12px;
    margin-left: 10px !important;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.ptBlock label {
    font-size: 13px;
    margin-left: 4px;
    margin-bottom: 5px;
    float: right; 
}

.labelClinicianInformationLeft {
    margin: 100px auto auto 40px;
    font-family: FS Albert;
    font-weight: normal;
    padding-bottom: 10px;
}

.labelClinicianInformationRight {
    margin: 100px auto auto auto;
    font-family: FS Albert;
    font-weight: normal;
    padding-bottom: 10px;
}

.formInputLongestLength {
    width: 225px;
    height: 20px;
    border: 1px solid black;
    margin: 5px auto;
    padding: 0 0 0 5px;
    border-radius: 30px;
    background-color: white;
    color: black;
    font-family: FS Albert;
    font-weight: normal;
}

.formInputMediumLength {
    width: 150px;
    height: 20px;
    border: 1px solid black;
    padding: 0 0 0 5px;
    border-radius: 30px;
    background-color: white;
    color: black;
    font-family: FS Albert;
    font-weight: normal;
}

.formInputShortNoCaps {
    width: 125px;
    height: 20px;
    border: 1px solid black;
    padding: 0 0 0 5px;
    border-radius: 30px;
    background-color: white;
    color: black;
    font-family: FS Albert;
    font-weight: normal;
}

.formInputShortestLength {
    width: 75px;
    height: 20px;
    border: 1px solid black;
    padding: 0 0 0 5px;
    border-radius: 30px;
    background-color: white;
    color: black;
    font-family: FS Albert;
    font-weight: normal;
}

.formInputClinicianInfo {
	margin: 20px auto 5px 10px;
    height: 23px;
    border: 1px solid black;
    border-radius: 30px;
}

.officeSelect {
    font-family: FS Albert;
    font-weight: normal;
    margin: auto auto auto 10px;
    border: 1px solid black;
    border-radius: 30px;
    font-size: 20px;
    color: black;
}

.formClinicianInfoDrpdwnBtn {
    border-radius: 0px 30px 30px 0;
    border: 1px solid transparent;
    border-left: 0px;
    background-color: transparent;
    height: 23px;
    margin-left: -25px;
    margin-top: 0;
    margin-bottom: 4px;
}


input[type="text"] {
    padding: 0 0 0 7px;
}

input::placeholder {
    color: gray;
    font-style: normal;
}

/*input[type="radio"] {
    box-shadow: inset 0 0 20px gray;
    border-radius: 10%;
}*/

.orange_arrow_right {
    background:url('ClinPortalResources/images/orange_arrow_right_button20.png'); 
    margin: 2px 3px 0 auto;
    width:20px;
    height:20px;
    float: left;
}

.orange_arrow_down {
    background:url('ClinPortalResources/images/orange_arrow_down_button20.png'); 
    margin: 2px 3px 0 auto;
    width:20px;
    height:20px;
    float: left;
}

.circleArrowRight {
    background:url('PortalAssets/blue-arrow-right.png'); 
    margin: 2px 3px 0 auto;
    width:20px;
    height:20px;
    float: left;
}

.circleArrowDown {
    background:url('PortalAssets/arrow-blue-down.png'); 
    margin: 2px 3px 0 auto;
    width:20px;
    height:20px;
    float: left;
}

.portalHeading { /* Accordion headers, at least on New Prescription page (Intermittent Catheters, etc.) */
    font-family: FS Albert;
    font-weight: normal;
    font-size: 17px;
    color: #044ED7;
    margin-left: 5px;
}

a:hover.portalHeading {
    background: transparent;
}

a:link.portalHeading {
    color: #044ED7;
}

a:visited.portalHeading {
    color: #044ED7;
}

.formHeaderTertiary {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 16px;
    color: #044ED7;
    letter-spacing: 0.2px;
    padding-left: 3%;
}

.formHeaderTertiaryNoPad {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 16px;
    color: #044ED7;
    letter-spacing: 0.2px;
}

.portalHeading20px {
    font-family: FS Albert;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #044ED7;
}

.specInstrInput {
    width: 98%;
    height: 40px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 5px auto 20px 5px;
}

.submitBtnWide {
    width: 115px;
    margin: 5px 0 10px 10px;
    padding: 0;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 13px;
}

.progressButtons {
    height: 25px;
    margin-top: 30px;
    display: block;
}

.actionButtonFit {
    width: fit-content;
    margin: 10px 5px;
    padding: 0 10px;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 13px;
    cursor: pointer;
}

.actionButtonFitRight {
    float: right;
    width: fit-content;
    margin: 5px 0 10px 10px;
    padding: 0 20px;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
}

.attchActionBtnWide {
    width: 150px;
    margin: 5px 0 10px 10px;
    padding: 0;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 15px;
    font-weight: normal;
}

.prescripSigOptionsBtn {
    width: fit-content;
    margin: 5px 0 10px 10px;
    padding: 0 20px;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 15px;
    font-weight: normal;
}



.errorText {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    font-family: FS Albert;
    font-weight: normal;
    font-size: 26px;
    color: #ff0000;  
}

.attachmentBadge {
    display: inline-block;
    min-width: 22px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FF6E00;
    border-radius: 30px;
}

/*----------------------------------------------------------------------------*/
/* Forms - New Prescription */
/*----------------------------------------------------------------------------*/

#rxProgressStep1 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

#rxProgressStep2 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

#rxProgressStep3 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

.MECSizesAvailable {
    border: 5px solid #044ED7;
    border-radius: 20px;
    width: 200px;
    margin-top: -250px;
    margin-right: 75px; 
    /*margin-left: 400px; */
    float: right; 
    position: relative;
    display: inline-block;
}

.MECSizesAvailableTableTitle {
    font-family: "FS Albert";
    font-weight: bold;
    font-size: 25px;
    color: #044ED7;
    text-align: center;
    line-height: 1.2;
    margin: 10px auto;
}

.MECSizesAvailableTable {
    font-family: "FS Albert";
    font-style: normal;
    font-size: 14px;
    color: #044ED7;
    margin: 0 8.65%;
    border-radius: 20px;
    padding-bottom: 20px;
}

.MECSizesAvailableLeft {
    float: left;
    width: 105px;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 0;
    margin-left: -3px;
    margin-right: 0;
}

.MECSizesAvailableRight {
    text-align: left;
    float: right;
    width: 55px;
    border: 1px solid;
    border-left: 0px;
    padding-left: 0;
}

.MECSizesAvailableEndMessage {
    font-size: 12px;
    text-align:center;
    color: #FF6E00;
    margin: 0 20px;
    padding-top: 20px;
}

.MECSizesAvailableOtherQty {
    border-radius: 12%;
    border: 4px solid rgb(104, 200, 198);
    width: 235px;
    height: 185px;
    margin-bottom: 10px;
    margin-top: -165px;
    /* margin-right: 26px; */
    margin-left: 420px;
    /* float: right; */
    position: relative;
    display: inline-block;
}

.MECKitNote {
	font-family: FS Albert;
    font-weight: normal;
    font-size: 12px;
    color: #044ED7;
    margin-bottom: 20px;
}

.MedicareFreqDefaultText {
    white-space: nowrap;
    font-size: 11px;
    font-family: FS Albert;
    font-style: italic;
    font-weight: normal;
    margin-top: -6px;
    margin-left: 0px;
    float: left;
    letter-spacing: 0px;
}

.accordionFieldLabels {
    width: 149px;
    font-family: FS Albert;
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-align: right;
}

.accordionFieldLabelsNoPad {
    width: 150px;
    font-family: FS Albert;
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-align: right;
}

hr.style13 {
    height: 1px;
    background-color: #DBDDDF;
    width: 100%;
    margin-left: 1%;
    margin-top: 12px;"
}

.helpIcon {
    color: #FF6E00;
    font-size: 18px;
}

a:hover.productHeader {
    background: transparent;
}

a:link.productHeader {
    color: #044ED7;
}

a:visited.productHeader {
    color: #044ED7;
}

.mecMedicareFreqText {
    margin-left: 4%;
    font-size: 11px;
    font-family: FS Albert !important;
    font-style: italic;
}

.accSubCat {
    font-family: FS Albert;
    font-weight: bold;
    margin-bottom: 0;
}

.MECAccLabel {
    font-family: FS Albert;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 5px;
}

.MECAccCheck {
    margin-top: 5px;
    margin-left: 5px;
}

.MECAccLabelNoPad {
    font-family: FS Albert;
    font-weight: normal;
}

/*----------------------------------------------------------------------------*/
/*New Prescription - Attachments, Summary, Attestation */
/*----------------------------------------------------------------------------*/

.col1 {
    float: left;
}

.portalHeading23px {
    font-family: FS Albert;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: #044ED7;
    margin: 20px auto 20px -5px;
    white-space: nowrap;
}

.portalHeading25px {
    width: 800px;
    font-family: FS Albert;
    font-weight: bold;
    font-size: 25px;
    color: #044ED7;
    text-align: center;
    margin: 100px auto auto 50px;
    /* margin-bottom: 39px; */
    background-color: white;
    line-height: 1.5;
}

.portalHeading20px {
    font-family: FS Albert;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #044ED7;
}

.attachmentRedText {
    font-size: 18px;
    font-weight: 500;
    margin-left: 0px;
    font-family: FS Albert !important;
    color: #ff0000;
    margin-bottom: 5px;
}

.attachmentBlackText {
    font-size: 13px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 30px;
    font-family: FS Albert !important;
    color: black;
}
.attachmentSmallBlackText {
    font-size: 10px;
    font-weight: 500;
    margin-left: 10px;
    font-family: FS Albert !important;
    color: orange;
}

.hiddenHelpText {
    font-family: "FS Albert";
    font-style: normal;
    font-weight: normal;
    color: #FF6E00;
    margin-left: 10px;
    font-size: 12px;
}

.coudeLongText {
    font-size: 13px;
    font-weight: 500;
    font-family: FS Albert !important;
    color: purple;
    white-space: nowrap;
}

.greenText12px {
    font-family: FS Albert;
    margin-left: 15px;
    font-size: 14px;
    color: #1D74FF;
    text-decoration: none;
    font-weight: 500;
}

.attachmentSelect {
    font-size: 16px;
    margin-left: 10px;
    font-family: FS Albert !important;
    color: black;
}

.chooseFileBtn {
    border-radius: 30px;
    background-color: lightgray;
}

.signatureBadge {
    display: inline-block;
    min-width: 29px;
    padding: 3px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #044ED7;
    border-radius: 19px;
    width: 24px;
}

.attachment-checklist {
    border-radius: 12%;
    border: 4px solid #044ED7;
    width: 225px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: 200px;
    margin-left: 500px;
    margin-top: 50px;
    margin-right: 40px;
}

.attachment-checklist2 {
    border-radius: 12%;
    border: 4px solid #044ED7;
    width: 225px;
    height: 200px;
    display: inline-block;
    margin: 20px auto 0 auto;
}

.attachment-checklistCoudeorKit {
    border-radius: 12%;
    border: 4px solid #004593;
    width: 225px;
    height: 200px;
    margin-top: -280px;
    margin-right: 20px;
    float: right;
}
.upload-section-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}
.file-upload-block {
    flex: 1;
}

.boxMissingInformationRequested {

    border-radius: 20px;
    border: 4px solid #044ED7;
    display: inline-block;
    position: absolute;
    top: 150px;
    margin: 50px 40px auto 550px;
    padding: 10px 15px 20px 5px;
}

.attachmentMyChecklistTitle {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 25px;
    color: #FF6E00;
    margin-left: 16px;
    margin-top: 5px;
}

.attachmentMyChecklistSubtitle {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 16px;
    color: #044ED7;
    margin-left: 12px;
    margin-top: 0px;
}

.attachmentMyChecklistBody {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 19px;
    color: black;
    margin-left: 0;
    margin-top: 12px;
}

.circular--square-dkgreen {
    border-radius: 50%;
    border: 6px solid #004593;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.faxText {
    font-family: FS Albert;
    font-size: 14px;
    font-weight: normal;
    color: black;
    margin-left: 5px;
}

.specInstrHeading {
    font-family: "FS Albert";
    font-weight: bold;
    font-size: 14px;
    color: #044ED7;
    margin-top: 10px;
}

.eSignVerticalBar {
    height: 70px;
    width: 3px;
    background-color: #8cc6ec;
    margin: -75px 10px auto 10px;
    border-radius: 20px;
}

.eSignAck {
    width: 800px;
    font-family: FS Albert;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    color: #044ED7;
    text-align: center;
    margin: 100px auto auto 50px;
    /* margin-bottom: 39px; */
    background-color: white;
    line-height: 2;
}

.helpGreetingText {
    font-family: FS Albert;
    color: #044ED7;
    font-size: 22px;
    margin-left: 10px;
}

.signConfirm {
    margin-top: 70px;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*Global - Popups*/
/*----------------------------------------------------------------------------*/

.customPopup {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    left: 40%;
    padding: 0px;
    position: absolute;
    z-index: 9000;
    width: 410px;
    top: 20%;
    border-width: 10px 12px 12px 12px;
    border-color: #044ED7;
    font-family: FS Albert;
    border-radius: 20px;
}
.customPopup2 {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    left: 25%;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    width: 620px;
    height: 345px;
    top: 30%;
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 8px;
    border-top-width: 8px;
    border-color:#004593;
}
.customPopup3 {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    left: 40%;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    width: 410px;
    height: 180px;
    top: 20%;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
    border-top-width: 0;
    border-color: rgb(0,112,60);
}

.lubAddPopup {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding: 0px;
    position: absolute;
    z-index: 9000;
    width: 410px;
    border-width: 12px;
    border-color: #044ED7;
    font-family: FS Albert;
    border-radius: 20px;
}

.popupHeader {
    color: white;
    font-family: FS Albert;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    background-color: #044ED7;
    width: 100%;
    padding: 0 0 10px 10px;
    align-content: center;
}

.popupText {
    font-family: FS Albert;
    font-weight: normal;
    width: 100%;
    padding: 20px;
}

.popupActionBtn {
    width: fit-content;
    margin: auto auto 20px auto;
    padding: 2px 20px 2px 20px;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.customPopupBottom {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    left: 40%;
    padding: 0px;
    position: fixed;
    z-index: 9000;
    width: 410px;
    height: 180px;
    bottom: 40%;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
    border-top-width: 0;
    border-color: #004593;
}



/*----------------------------------------------------------------------------*/
/*Global - Footer*/
/*----------------------------------------------------------------------------*/

.footerDivider { /*Excluded from VFC since not wanted on Home/ClinMain page */
    margin: 3% auto 0 auto;
    background: #DBDDDF;
    width: 100%;
    height: 2px;
}

.footerNav {
    width: 100%;
    padding: 3% 15% 0 15%;
    color: #9D9FA2;
    font-weight: bold;
    font-size: 12px;
}

.footerNav a{
    color: #9D9FA2;
    font-family: FS Albert;
    font-weight: bold;
}

.footerNav a:hover {
    color: #9D9FA2;
    font-weight: bold;
    text-decoration: none;
}

.footerNav a:focus {
    color: #9D9FA2;
    font-weight: bold;
    text-decoration: none;
}

.footerTerms {
    margin: 10px auto 15px auto;
    width: 100%;
    height: 100px;
    color: #BCBEC0;
    font-family: FS Albert;
    font-weight: normal;
    font-size: 12px;
    min-width: 1100px;
}

.footerGrid {
    float: left;
    width: 100%;
    padding: 5px 15% 5% 15%;
}

.footerColumnLeft {
    float: left;
    width: 55%;
}

.footerColumnMiddle {
    float: left;
    width: 10%;
}

.footerColumnRight {
    float: left;
    width: 35%;
}

/*----------------------------------------------------------------------------*/
/* Login, Logout, Terms of Use, Privacy Policy pages */
/*----------------------------------------------------------------------------*/

.wrapper {
    margin: 0 auto;
    padding: 0 0 5% 0;
    width: 1000px;
}

.loginLogoFrame {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6% 0 4% 0;
}

.loginLogo {
    height: auto;
    width: 150px;
}

.loginPrompt { /* "Log into your account." and "You have logged out." messages */
    font-family: FS Albert;
    font-size: 30px;
    color: #044ED7;
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
}

.loginFieldUsername {
    width: 70%;
    margin: auto;
    font-size: 14px;
}

.loginFieldPassword {
    width: 70%;
    margin: auto;
    font-size: 14px;
}

.form-control-new {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 22px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    background-color: #8CC6EC;
    border: 3px solid #044ED7;
    border-radius: 20px;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    margin: 10px auto auto auto;
}  

.loginLabels {
    width: 40%;
	margin: auto;
    padding: 30px 0 0 70px;
    font-size: 16px;
    font-weight: normal;
    color: #808285;
}

.loginActions {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0;
}

.loginActionsLeft {
    width: 30%;
}

.loginActionsRight {
    width: 30%;
}

.loginButton {
    width: 75px;
    height: 30px;
    margin: 5px 0 10px 45px;
    padding: 0;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 14px;
    cursor: pointer;
}

.loginButton:active {
    width: 75px;
    height: 30px;
    margin: 5px 0 10px 45px;
    padding: 0;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 14px;
    cursor: pointer;
}

.loginButton:focus {
    width: 75px;
    height: 30px;
    margin: 5px 0 10px 45px;
    padding: 0;
    border-radius: 30px;
    border-color: transparent;
    background-color: #FF6E00;
    color: white;
    font-family: FS Albert;
    font-size: 14px;
    cursor: pointer;
}

.cmdButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 60px 0 0;
}

.forgotPassLink a { /* THIS IS BEING OVERWRITTEN SOMEWHERE - CURRENTLY USING INLINE TEXT STYLING */
    display: flex;
	margin: auto;
    justify-content: center;
    font-family: FS Albert;
    color: #808285;
    font-weight: normal;
    text-decoration: underline;
    font-size: 17px;
}

.forgotPassLink a:hover {
    text-decoration: underline;
}

.loginSloganFrame {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5% 0 3% 0;
}

.loginSlogan {
    width: 300px;
}

.loginPHINav {
    display: inline-block;
    width: 100%;
    color: #044ED7;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.loginPHINav li {
    display: inline-block;
}

.loginPHINav a {
    color: #044ED7;
    font-family: FS Albert;
    font-weight: normal;
    text-decoration: none;
}

.loginPHINav a:hover {
    color: #044ED7;
    font-weight: normal;
    text-decoration: none;
}

.loginError {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
    font-family: FS Albert;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

.PHIHeader {
    font-size: 30px;
    color: #044ED7;
    font-family: FS Albert;
    text-align: center;
    font-weight: bold;
}

.PHIText { /* Terms of Use & Privacy Policy - box and text */
    width: 97%;
    float: left;
    margin: 20px 0 20px 0;
    padding: 10px;
    overflow: auto;
    max-height: 375px;
    border: 2px solid #DBDDDF;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    color: #060A3D;
}

.userAckAgree {
    float: left;
    margin: auto;
    padding: 0px 25%;
    overflow: auto;
    text-align: left;
    font-size: 14px;
    color: #060A3D;
}

#loginheader {
    float: left;
    height: 0px;
    width: 0px;
    background: white;
}

#loginDialogHeader
     {float: left;
      margin-top: 10px;
      width: 600px;
      height: 131px;
      background:url('ClinPortalResources/images/loginDialogHeader.jpg') no-repeat;
}



#loginBardCareLogo {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    width: 174px;
    height: 36px;
    background: url('ClinPortalResources/images/bard_care_green_logo174_36.png') no-repeat;
 }




#loginDialogHeaderNoWelcome
     {float: left;
      margin-top: 10px;
      width: 600px;
      height: 120px;
      background:url('ClinPortalResources/images/loginDialogHeaderNoWelcome.jpg') no-repeat;
}




#logincontent {
    float: left;
    background: #FFFFFF;
    width: 800px;
    height: 600px;
  /*  background:url(!URLFOR($Resource.ClinPortalResources/images/bardLoginContent.jpg) no-repeat; */
}

#loginleftcolumn {
    background: white;
    width: 100px;
    height: 1px;
    float: left;
}

#loginrightcolumn {
    background: white;
    width: 100px;
    height: 0px;
    float: left;
}

#loginfooter {
    height: 10px;
    width: 1000px;
    background: white;
    clear: both;
} 




/*----------------------------------------------------------------------------*/
/* Home page - Welcome */
/*----------------------------------------------------------------------------*/

.welcomeGrid {
    float: left;
    width: 100%;
    padding: 1% 15% 0 15%;
}

.welcomeColumnLeft {
    float: left;
    width: 70%;
}

.welcomeColumnMiddle {
    float: left;
    width: 0%;
}

.welcomeColumnRight {
    float: left;
    width: 30%;
    margin: 30px 0 0 0;
    padding-left: 50px;
}

.bigBlueWelcome2 {
    font-family: FS Albert !important;
    font-weight: bold;
    font-size: 50px;
    color: #1D74FF;
    padding: 0 0 0 2%;
}

.welcomeSlogan {
    width: 200px;
}

.mainOrangeText2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 16%;
    font-family: FS Albert !important;
    font-size: 35px;
    color: #FF6E00;
}

/*----------------------------------------------------------------------------*/
/*Home-ClinMain page: Top Action section*/
/*----------------------------------------------------------------------------*/

.topActions {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 3% 19% 3% 18%;
    display: flex;
    justify-content: center;
    gap: 10%;
}

.notSubmittedIcon {
    float: left;
    justify-content: center;
    background:url('PortalAssets/pending-rx-icon-01.png') no-repeat;
    height:135px;
    width:135px;
}

.notSubmittedText {
	font-family: FS Albert;
    white-space: nowrap;
    text-align: center;
    margin-top: 160px;
    font-weight: normal;
    font-size: 15px;
    color: #044ED7;
    text-decoration: underline;
}

.waitingForSignIcon {
    float: left;
    background:url('PortalAssets/waiting-for-signature-icon-01.png') no-repeat;
    height:135px;
    width:135px;
}

.waitingSignText {
	font-family: FS Albert;
    white-space: nowrap;
    text-align: center;
    margin-top: 160px;
    font-weight: normal;
    font-size: 15px;
    color: #044ED7;
    text-decoration: underline;
}

.reqInfoIcon {
    float: left;
    background:url('PortalAssets/missing-documents-icon-01.png') no-repeat;
    height:135px;
    width:135px;
}

.reqInfoText {
	font-family: FS Albert;
    white-space: nowrap;
    text-align: center;
    margin-top: 160px;
    font-weight: normal;
    font-size: 15px;
    color: #044ED7;
    text-decoration: underline;
}

.expiringIcon {
    float: left;
    background:url('PortalAssets/expiring-rx-icon-01.png') no-repeat;
    height:135px;
    width:135px;
}

.expiringText {
	font-family: FS Albert;
    white-space: nowrap;
    text-align: center;
    margin-top: 160px;
    font-weight: normal;
    font-size: 15px;
    color: #044ED7;
    text-decoration: underline;
}

.myTMIconHome {
    float: left;
    height:135px;
    width:135px;
}

.myTMTextHomeTop {
    text-align: center;
    color: black;
    font-size: 13px;
    margin-top: -52px;
    margin-bottom: 15px;
}

.myTMTextHomeBottom {
    text-align: center;
    color: black;
    font-size: 13px;
    margin-top: 0px;
}

.emailIconBlue {
    background:url('PortalAssets/blue-envelope.png'); 
    margin: 5px auto 0 auto;
    width:25px;
    height:20px;
    background-repeat: no-repeat;
    background-color: white;
}

.myTMHomeFrame {
    border-radius: 50%;
    border: 5px solid #FF6E00;
    width: 135px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}

/*----------------------------------------------------------------------------*/
/* Home-ClinMain page: Bottom Action section */
/*----------------------------------------------------------------------------*/
    
#mainNew .bottomNav {
	margin: 5px auto 20px auto;
    padding: 0 18% 0 18%;
	width: 100%;
	height: 300px;
	background-color: #DAD7D6;
    display: flex;
    justify-content: center;
}

.smallWhiteText {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 500;
    margin-top: 3px;
}

#mainNew .panelNewScript .newScriptImage {
    background:url('PortalAssets/create_signature185_125.png');
    width:176px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

#mainNew .bottomNav .panelNewScript {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
}

.panelNewScript a:hover {
    background-color: transparent;
}

#mainNew .panelPurewick .purewickImage {
    background:url('PortalAssets/PureWick-Flex_System_185_125.jpg'); 
    width:176px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

#mainNew .bottomNav .panelPurewick {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
}

.panelPurewick a:hover {
    background-color: transparent;
}

#mainNew .panelToDo .ToDoImage {
    background:url('PortalAssets/mytodolist185_125.png'); 
    width:176px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

#mainNew .bottomNav .panelToDo {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
}

.panelToDo a:hover {
    background-color: transparent;
}

#mainNew .panelTrackPt .TrackPtImage {
    background:url('PortalAssets/track_patient_image185_125.png'); 
    width:176px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

#mainNew .bottomNav .panelTrackPt {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
}

.panelTrackPt a:hover {
    background-color: transparent;
}

#mainNew .panelMyTraining .MyTrainingImage {
    background:url('PortalAssets/mytrainingtools185_125.png'); 
    width:176px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

#mainNew .bottomNav .panelMyTraining {
    margin: 0 auto 0 auto;
    width: 176px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
}

.panelMyTraining a:hover {
    background-color: transparent;
}

.circle_arrow {
    background:url('PortalAssets/arrow-orange.png'); 
    margin: 0 auto 0 auto;
    width:20px;
    height:20px;
    margin-top: 10px;
}

/*----------------------------------------------------------------------------*/
/*---- PureWick System page ----*/
/*----------------------------------------------------------------------------*/

#purewickRxStep1 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

#purewickRxStep2 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

#purewickRxStep3 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

#purewickRxStep4 {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

.specInstrInputSummary {
    width: 100%;
    border: 1px solid darkgrey;
    margin-bottom: 20px;
}

.intro-text {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.chart-border {
    border: 3px solid #044ED7;
    border-radius: 20px;
    padding: 0;
    width: 80%;
    margin-left: 20px;
}

.purewick-table {
    width: 100%;
	border-collapse: collapse;
    font-family: FS Albert, Arial, sans-serif;
    font-size: 12px;
}

.purewick-table, .purewick-table th, .purewick-table td {
    border: 1px solid #F2F2F2;
}

.purewick-table-last {
    border-left: none;
    border-bottom: none;
}

.purewick-table th, .purewick-table td {
    padding: 10px;
    text-align: left;
    border-radius: 0 0 20px 20px;
}

.purewick-header {
    background-color: #044ED7;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-radius: 13px 13px 0 0;
}

.purewickCodesHeader {
    font-family: FS Albert;
    color: black;
    font-size: 15px;
    margin: 20px 0 10px 0;
}

.purewickCodesBody {
    font-family: FS Albert;
    color: black;
    font-size: 13px;
    line-height: 1.5;    
}

.purewickSampleStatement {
    font-family: FS Albert;
    color: black;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.patientEnrollmentBody {
    font-family: FS Albert;
    font-size: 15px;
    margin: 0 50px 0 0;
}

/*----------------------------------------------------------------------------*/
/*---- My To Do List page ----*/
/*----------------------------------------------------------------------------*/

.headerMyToDo {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 28px;
    color: #044ED7;
    margin: 20px auto 20px 2px;
    white-space: nowrap;
}

.progressBar {
    width: 100%;
    height: 37px;
    margin-bottom: 35px;
}

.viewSelect {
    font-size: 13px;
    color: black;
    float: right;
    margin: 10px 75px auto 50px;
    font-weight: 500;
    width: 175px;
    border-radius: 20px;
    padding: 2px 10px;
}

.mainNavLinks {
    color: #1e75ff;
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: normal;
    margin-right: 50px !important;
}

a:hover.mainNavLinks {
    background: white;
    color: #1e75ff;
}

.darkTitleHeaderRow {
    background-color: #044ED7;
    font-family: FS Albert;
    font-weight: normal;
    font-size: 15px;
    color: white;
    padding: 5px 0 5px 0;
    margin: auto 0 2px 15px;
}

.tealHeaderLeft {
    font-weight: 500;
    background-color: #8CC6EC;
    border-bottom-left-radius: 10px;
}

.tealHeader {
    background-color: #8CC6EC;
}

.tealHeaderRight {
    font-weight: 700;
    background-color: #8CC6EC;
    border-bottom-right-radius: 10px;
}



.myToDoRoundBtn {
    font-family: "FS Albert";
    font-weight: normal;
    width: fit-content;
    margin: 0;
    color: #fff;
    background-color: #044ED7;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    border: none;
}

.sendReminder {
    color: white;
    background-color: #FF6E00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.25;
    padding: 3px 20px; 
    width: fit-content;
}

.reminderSent {
    color: white;
    background-color: #808285;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.25;
    padding: 3px 20px; 
    width: fit-content;
}

.signNowButton {
    color: white;
    background-color: #FF6E00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px 25px; 
    width: fit-content;
}

.cancelButton {
    color: white;
    background-color: #FF6E00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px 20px;
    width: fit-content; 
}

.cancelButton:active {
    color: white;
    background-color: #FF6E00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px 20px;
    width: fit-content;
}

.cancelButton:focus {
    color: white;
    background-color: #FF6E00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px 20px;
    width: fit-content;
}

a.linkNoDec:hover {
    text-decoration: none;
}

.submitButton {
    color: white;
    background-color: rgb(255,89,89);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 60px;
    width: 90px;
}

.legendNote {
    margin-top: 32px;
    /* white-space: nowrap; */
    padding-left: 10px;
}

.legendText {
    font-family: "FS Albert";
    font-weight: normal;
    font-size: 12px;
    color: black;
    margin: 30px auto 10px auto;
}


/*----------------------------------------------------------------------------*/
/*---- Track My Patients page ----*/
/*----------------------------------------------------------------------------*/

.trackingViewSelect {
    width: 100px;
    font-size: 13px;
    color: black;
    float: right;
    margin: 2px 2% 20px auto;
    border-radius: 20px;
    
}

.patientSearchResults {
    font-family: FS Albert;
    font-size: 14px;
    background-color: transparent;
    font-weight: normal;
}

.errorBadge {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FF6E00;
    padding: 3px auto;
    border-radius: 100%;
    width: 45px;
}

.trackMyPtsDatatableText {
    font-family: FS Albert;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 2px solid #d0c6c6;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

/*----------------------------------------------------------------------------*/
/*---- My Training Tools page ----*/
/*----------------------------------------------------------------------------*/

.myTrainingHeader {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 28px;
    color: #044ED7;
    margin-top: 27px;
    margin-bottom: 5px;
}

.myTrainingSubheader {
    font-family: FS Albert;
    font-size: 16px;
    margin-bottom: 30px;
}

.trainingPanelLayout {
    width: 40%;
    display: flex;
    overflow: auto;
    margin: auto;
    padding: auto;
    gap: 1%;
}

.trainingPanels {
    width: 185px;
    height: 250px;
    background-color: #044ED7;
    float: left;
    margin-top: 25px;
    border-radius: 30px 30px 20px 20px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: white;
    font-size: 16px;
}

.FemaleTrainingImage {
    background:url('PortalAssets/female_training_image185_125.png'); 
    width:185px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

.MaleTrainingImage {
    background:url('PortalAssets/male_training_image185_125.png'); 
    width:185px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

.PediatricTrainingImage {
    background:url('PortalAssets/pediatric_training185_125.png'); 
    width:185px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

.PurewickTrainingImage {
    background:url('PortalAssets/PureWick_Flex_Drydoc_185_125.jpg'); 
    width:185px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

.ClosedSystemTrainingImage {
    background:url('PortalAssets/closed_system_training185_125.png'); 
    width:185px;
    height:125px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
}

.smallerWhiteText {
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    color: white;
    margin-top: 8px;
    margin-top: 3px;
}

.trainingSectionBar {
    width: 100%;
    background-color: #1D74FF;
    padding: 3px 0 3px 5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sectionBarText {
    font-family: FS Albert;
    font-size: 17px;
    margin-left: 5px;
    color: white;
    text-decoration: none;
}

.trainingGroupHeaders {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 14px;
    color: #044ED7;
    background-color: white;
}

.resourceLinkFirst {
    margin: 10px auto auto auto;
}

.trainingResourceLinks {
    font-family: FS Albert;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    color: #1D74FF;
    line-height: 2;
}

a.trainingResourceLinks, a.trainingResourceLinks:hover {
    font-family: FS Albert;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
    cursor: pointer;
    color: #1D74FF;
    margin: 5px auto;
}

.line_icon {
    list-style-image: url('PortalAssets/line_icon.png');
}

.trainingEmailHeader {
	position: relative;
    text-align: left;
    background: #f2f2f2;
    background: #f1f1f1;
    background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 7px 14px;
    margin: 0;
    z-index: 10;
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    font-size: 18px;
    font-family: FS Albert;
}

.trainingEmailHeaderX {
    float:right;
    padding-top: 5px;
}

.trainingEmailMaterials {
    font-family: FS Albert;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.trainingEmailConfirmation {
    font-family: FS Albert;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

/*----------------------------------------------------------------------------*/
/* Help page */
/*----------------------------------------------------------------------------*/

.iconLayout {
    width: 100%;
    display: flex;
    margin-top: 35px;
    margin-bottom: 30px;
}

.navLink {
    font-family: FS Albert;
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

a.navLink, a.navLink:hover {
    font-family: FS Albert;
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.faqHeader {
    font-family: FS Albert;
    font-size: 20px;
    color: #044ED7;
    margin-bottom: 20px;
}

.faqTitle {
	font-family: FS Albert;
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 17px;
    margin-left:5px;
}

a.faqTitle, a.faqTitle:hover, a.faqTitle:active, a.faqTitle:visited, a.faqTitle:focus {
    font-family: FS Albert;
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: 17px;
    margin-left:5px;
}


.faqBody {
    font-family: FS Albert;
    font-weight: normal;
    color: black;
    font-size: 14px;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 0px;
}

.panel-group {
    margin-bottom: -17px;
    background-color: white;
}

.moreHelpHeader {
    font-family: FS Albert;
    font-weight: bold;
    font-size: 20px;
    color: #FF6E00;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.moreHelpBar {
    text-align: center;
    background-color: #044ED7;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.moreHelpIcons {
    margin: 8px 12px 8px auto;
}

.helpQuestionCallText {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 18px;
    color: white;
}

a.helpQuestionCallText, a.helpQuestionCallText:hover {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.subjectInput {
    font-family: FS Albert;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 3px 0 3px 5px;
}

.helpLongTextInput {
    width: 600px;
    height: 100px;
    font-family: FS Albert;
    font-size: 14px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    margin: 10px 0 4px 10px;
}

.helpLongTextInput::-webkit-resizer {
    display: none;
}

.deactivateDropdown {
    height: 23px;
    width: 200px;
    border: 1px solid black;
    border-radius: 2px;
    font-family: FS Albert;
    font-size: 14px;
    margin: 15px auto 5px 10px;
}

.deactivateDropdown:hover:before {
    font-size: 14px;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.helpAddUserTableHeader {
    background-color: #044ED7;
    width:100%;
}

.helpAddUserTableHeaderText {
    font-family: FS Albert;
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin-left: 5px;
}

.helpAddUserInputText {
    font-family: FS Albert;
    font-size: 12px;
    color: black;
    width: 120px;
}


/*----------------------------------------------------------------------------*/
/*---- COPIED FROM STYLESHEET2 ----*/
/*----------------------------------------------------------------------------*/




/*---- Forms ----*/
form {
    margin: 0;
}
form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

div.profile-form div.error p,
form div.error p {
    text-transform: uppercase;
    font-weight: bold;
    color: #ff0000;
}
form span.error label {
    color: #ff0000;
}
form input {
    color: #2D1C02;
}

/*---- Stylized Form Buttons ----*/
form span.sbx_button {
    height: 26px;
    display: block;
    float: left;
    background: transparent url('ClinPortalResources/images/global/button_bg_1b.gif') 0 0 no-repeat;
    color: #2D1C02;
    text-decoration: none;
}
form span.sbx_button input.sbx_button {
    border: none;
    height: 26px;
    margin: 0; /*2009-12-11*/
    padding: 0 10px 0 10px;
    display: block;
    background: transparent url('ClinPortalResources//images/global/button_bg_2b.gif') 100% 0 no-repeat;
    cursor: pointer;
    color: #2D1C02;
    font-size: 1em;
    vertical-align: top;
}

/*  Main Portal Pages  */



.bottomNav a {
    color: white;
}

.bottomNav a:hover {
    color: white;
}

.bottomNavTrainingTools a:hover {
    color: white;
    background-color: transparent;
}

.dropbtn {
    background-color: #004593;
    color: rgb(203, 226, 170);
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdownMain {
    position: relative;
    display: inline-block;
    right: 30px;
    top: 42px;
}

/*div#mainNew {
    margin-top: -25px;
}
*/


.navMenuMain {
    margin-right: 40px;
    float: right;
    position: absolute;
    /* overflow: auto; */
    left: 76%;
    top: 40%;
}

.fontGothamRoundedExample {
    font-family: FS Albert;
    font-style: normal;
    font-weight: 500;
}

.fontGothamRoundedBoldExample {
    font-family: FS Albert;
    font-style: normal;
    font-weight: 700;
}




        



        

       

        
        .bigRedWelcome {
            font-family: FS Albert !important;
            font-size: 50px;
            color: rgb(255,89,89);
            font-weight: 500;
            margin-left: 23px;
            margin-top: 20px;
        }
        
        .mainBlueText {
            font-family: FS Albert !important;
            font-size: 39px;
            color: rgb(101,203,201);
            font-weight: 500;
            margin-left: 23px;
            margin-top: 10px;
        }
        


        .numItems {
                margin-left: 50px;
                margin-top: 130px;
                font-size: 22px;
                font-family: FS Albert;
                color: rgb(255,89,89);
                font-weight: 700;
        }
        

        

        

               
  
       

             
        .dropdown {
            position: relative;
            margin-top: 15px;
            margin-right: 0px;
            right: -20px;
            display: inline-block;
        }
        
      
        .signNowSignLaterText {
            font-family: FS Albert;
            font-style: normal;
            font-weight: 700;
            font-size: 12px;
            color: #004593;
            /* margin-left: 20px; */
            margin-top: 3px;
            text-align: center;
        }
        
        .signNowSignLater {
            border-radius: 0%;
            border: 4px solid rgb(104, 200, 198);
            width: 540px;
            height: 82px;
            /* margin-top: -289px; */
            margin-right: 0px;
            float: right;
        }
   

        .smallBlueText {
            font-weight: bold;
            text-align: center;
            color: blue;
            font-size: 11px;
        }
        

        

        
        .portalHeading28px {
            font-family: FS Albert;
            font-style: normal;
            font-weight: 700;
            font-size: 28px;
            color: #004593;
            margin-bottom: 5px;
        }
        

        
        .portalHeading32px {
            font-family: FS Albert;
            font-style: normal;
            font-weight: 700;
            font-size: 32px;
            color: #004593;
            margin-bottom: 5px;
        }
        


        

        
        .nextButton {
            background: url('ClinPortalResources/images/nextButton.png');
            margin: 0 auto 0 auto;
            width: 120px;
            height: 35px;
            margin-top: 15px;
        }
        

        
        .panelHeadingLightGreen {
            color: white;
            font-family: FS Albert;
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            background-color: #004593;
            width: 810px;
            padding-left: 10px;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        
        
        .apexInputF {
            width: 400px;
            font-family: FS Albert;
            font-style: normal;
            font-size: 12px;
            margin-top: 10px;
            font-weight: 300 !important;
            display: inline;
        }
        
        
        
        .mainNav {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: -10px;
        }

        .chkbox {
            display: table;
            float: left;
        }
        
        table.apexInputF th {
            text-align: right;
            vertical-align: bottom;
        }
        
        .col-md-4 label {
            font-size: 12px;
            white-space: nowrap;
        }
        
        .col-md-4 select {
            font-size: 12px;
            margin-left: 5px;
            margin-bottom: 2px;
            height: 20px;
            font-weight: 500;
        }
        

        
        .smallBrownText {
            font-weight: 600;
            text-align: center;
            color: rgb(0, 112, 60);
            font-size: 11px;
        }
        
        a:hover.smallBrownText {
            background-color: rgb(195, 220, 140);
        }
     
        .col2 {
            float: right;
            margin-right: 15px;
            margin-bottom: 10px;
        }
        
        .col1 label {
            margin-right: 10px;
            margin-bottom: 20px;
        }
        
        .col1 input {
            margin-bottom: 20px;
        }
        
        .col1 input[type=submit] {
            -webkit-appearance: button;
            cursor: pointer;
            margin-right: 5px;
        }

        

        

        .freqInput {
            width: 40px;
            margin-left: 5px;
        }
        

        
       input[type="checkbox"]:disabled+label
        {
             color: black;
        }
        .otherFreqInst {
            font-size: 10px;
        }
        
        
        

        
        .grayText {
            color: gray;
        }
        
        .clinicInfo {
            color: black;
            /* width: 300px; */
            margin-top: 32px;
            margin-left: 75px;
            height: 120px;
            white-space: nowrap;
            /* float: right; */
            display: inline-flex;
        }
        
        .clinicInfoLabels {
            text-align: right;
            margin-top: 3px;
            line-height: 18px;
            margin-right: 10px;
            font-weight: 500;
        }
        .clinicInfoData {
            margin-top: 3px;
            line-height: 1.5;
        }
        .clinicText {
            margin-left: 15px;
            white-space: nowrap;
        }
        
        .MECMedicare {
            margin-top: -10px;
            margin-left: -55px;
        }
        
        .MECFoleyAccessories {
            margin-left: -16px;
        }
        
        .ISCOtherFreq {
            margin-left: 80px;
        }
        
        .ISCOtherFreq input {
            margin-right: 6px;
            margin-top: -5px;
        }
 
        .ISCOtherFreq label {
            padding-right: 10px;
        }
        
        .MECOtherFreq {
            margin-left: 70px;
        }
        
        .MECOtherFreq input {
            margin-right: 6px;
            margin-top: -5px;
        }
 
        .MECOtherFreq label {
            padding-right: 10px;
        }
        
        .FoleyOtherFreq {
            margin-left: 70px;
        }
        
        .FoleyOtherFreq input {
            margin-right: 6px;
            margin-top: -5px;
        }
 
        .FoleyOtherFreq label {
            padding-right: 10px;
        }
        
        .sectionSeperator {
            float: right;
            height: 5px;
            background-color: white;
            width: 150px;
        }
        
        .errorMessage {
            color: #ff0000;
            margin-bottom: 15px;
            height: 50px;
            display: none;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
        }
        
        .errorIcon {
            background:url('ClinPortalResources/images/errorImage30_30.png') no-repeat;
            background-repeat:no-repeat;
            height:45px;
            width:45px;
            border-width:0px;
            background-repeat:no-repeat;
            position: absolute;
            margin-left: 4px;
            margin-top: 10px;
        }
        

        
        .hilightErrorField { 
            border-color: red !important;
            border-style: solid !important;

        }
        
        .clearFields {
            float: right;
            margin-right: 300px;
        }
        
        
        .patientSearchBtn {
            font-family: FS Albert;
            font-weight: 500;
            margin-top: 5px;
            margin-bottom: 10px;
            margin-left: 10px;
            color: #fff;
            background-color: #F27707;
            padding: 4px 10px 3px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 12px;
            border-color: #FBB679;
        }
   
        .uploadAttachBtn {
            font-family: FS Albert;
            font-weight: 500;
            margin-top: 20px;
            margin-bottom: 10px;
            margin-left: 14px;
            color: #fff;
            background-color: #004593;
            padding: 1px 5px;
            font-size: 16px;
            line-height: 1.7;
            border-radius: 5px;
            border-color: #004593;
        }
      
        .attachPBlock {
            margin-left: 35px;
            margin-top: 20px;
        }
        
        .lookupInput
        {
            display: inline;
            vertical-align: middle;
            white-space: nowrap;
        }
        .lookupInput img
        {
            background-repeat: no-repeat;
            margin-right: .25em;
            vertical-align: middle;
        }
        .lookupInput .disabled
        {
            background-color: #ccc;
        }
        .lookupInput .emptyDependentLookup
        {
            font-style: italic;
        }
        .lookupInput input[readonly]
        {
            background-color: #e6e6e6;
            border: 2px solid #e6e6e6;
            color: #333;
            cursor: default;
        }
        .lookupInput a.readOnly
        {
            float: right;
        }
        .lookupInput span.readOnly
        {
            display: block;
            white-space: normal;
        }
        .lookupInput span.totalSummary
        {
            font-weight: bold;
        }
        .inlineEditRequiredDiv .lookupInput img,.inlineEditDiv .lookupInput img
        {
            vertical-align: middle;
        }
        .quickCreateModule .lookupInput input {
            max-width: 155px
        }
        
        .errorTesting {
              float: left;
          }
        
        
        .testingPZ {
            width: 100%;
        }
        

        
        .productDataTableCol {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            padding-right: 0px;
            white-space: nowrap;
        }
        
        .SummaryContent {
            font-size: 12px;
            font-weight: 500;
            font-family: FS Albert !important;
        }
        
        .SummaryContent label {
            padding-right: 5px;
        }
        
        .panel-bodyCustom {
            padding-bottom: 15px;
            padding-top: 5px;
        }


        
        #rotator img { position: absolute; }
        
        .MECFreq {
            margin-left: 30px;
            margin-bottom: 10px;
        }
        
        .MECFreqDiv {
            margin-top: 8px;
        }
        
        .FoleyFreqDiv {
            margin-top: 6px;
        }
        
        .MECMedicareHeading {
            margin-top: 10px;
        }
        

        
        input.MECAccCheck {
            margin-left: 10px;
        }
        
        .FoleyAccLabel {
            margin-top: 5px;
            margin-left: 5px;
        }
        
        .FoleyAccCheck {
            margin-top: 5px;
            margin-left: 5px;
        }
        
        input.FoleyAccCheck {
            margin-left: 10px;
            margin-top: 5px;
        }
        
        a.progressBarLink {
            background-color: transparent;
            text-decoration: none;
        }
        submit
        .productSummaryTable {
            margin-top: 10px;
        }
        
        .messageClass
        {   
            color: red; 
            display: inline; 
            float: right;
            position: absolute;
            margin: 3px; 
            white-space: nowrap; 
            font-size:11px;
            margin-left: 30px;
        }
        
        .datatableText {
            font-size: 16px;
            padding-right: 50px !important;
        }
        
        .searchDatatableText {
            font-size: 12px;
            padding-right: 50px !important;
        }
        
        .summaryRXDatatableText {
            font-size: 13px;
            padding-right: 10px !important;
            padding-left: 5px !important;
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            /* padding-right: 118px; */
            white-space: nowrap;
        }
        
        .pendingDatatableText {
            font-size: 12px;
            /*padding-right: 20px !important;*/
            border-bottom: 2px solid #d0c6c6;
            /* padding-right: 118px; */
            white-space: nowrap;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
        
        .waitingDatatableText {
                font-size: 13px;
                /* padding-right: 40px !important; */
                border-bottom: 2px solid #d0c6c6;
                /* padding-right: 118px; */
                white-space: nowrap;
                padding-top: 10px;
                padding-bottom: 10px;
                text-align: center;
        }
        
        .waitingDataTableHeaderClass2 {
            padding-left: 15px;
            padding-right: 12px;
            height: 30px;
            text-align: center;
            font-weight: 500;
            font-size: 13px;
        }
        .nowrap {
            white-space: nowrap;
        }
        .bold13Gotham {
         font-size: 13px !important;
         font-weight: 500 !important;
         font-family: "FS Albert" !important;
        }
        
        .bold12Gotham {
         font-size: 13px !important;
         font-weight: 500 !important;
         font-family: "FS Albert" !important;
        }
        .dataTableHeaderClass {
                padding-right: 20px;
                /* height: 100px; */
                text-align: center;
                font-weight: 500;
                font-size: 12px;
        }
        
        .trackMyPTHeaderClass {
            padding-right: 12px;
            text-align: center;
            font-weight: 500;
            font-size: 12px;
            padding-left: 5px;
        }
        .waitingDataTableHeaderClass {
                padding-left: 15px;
                padding-right: 18px;
                height: 30px;
                text-align: center;
                font-weight: 500;
                font-size: 13px;
        }
        .expiringDataTableHeaderClass {
            padding-right: 25px;
            padding-left: 25px;
            /* height: 100px; */
            text-align: center;
            font-weight: 500;
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .summaryDataTableHeaderClass {
            padding-right: 10px;
            padding-left: 4px;
            /* height: 100px; */
            /* text-align: center; */
            font-weight: 700;
            font-size: 13px;
        }
        
        .ptSummaryBtnText {
            margin-left: 5px;
            display: inline-block;
            line-height: 2.5px;
            font-weight: 700;
            margin-top: 10px;
        }
        
        .MECAccOtherFreq {
            margin-top: 50px;
        }

        .missingDocImages {
            margin-right: 5px;
        }

        

        

        
         .signNowButton2 {
            color: white;
            background-color: rgb(255,89,89);
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 5px;
            font-weight: 500;
            font-size: 15px;
            line-height: 1.25;
            padding-top: 9px;
            padding-bottom: 9px;
            width: 90px;
            margin-left: 155px;
        }
        

        
         .sendReminderFalse {
            color: white;
            background-color: gray;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 5px;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.25;
            padding-top: 3px;
            padding-bottom: 3px;
            width: 90px;
            margin-left: 30px;
        }
        
        .pendingSubmitForSign {
            margin-top: 17px;
        }
        
        .summaryLegend {
            margin-top: 25px;
            margin-left: -20px;
            margin-right: 15px;
            /* margin-bottom: -36px; */
            background-color: #e9f5d7;
            width: 470px;
            text-align: center;
            border: 2px solid #004593;
            height: 80px;
            border-radius: 10px;
            font-size: 11px;
        }
        

        .topOtherFOU {
            white-space: nowrap;
            margin-top: -12px !important;
            visibility: visible;
            display: block;
            margin-left: -50px;
        }
        
        .otherDiv {
            margin-top: 5px;
        }
        

        

        

        

        

        

        
         .tealHeaderRight2 {
            background-color: #8CC6EC;
            border-bottom-right-radius: 10px;
            margin-left: 4px;
            color: #65cbc9;
            padding-left: 27px;
            font-weight: 700;
        }
        
         .tealHeaderRight3 {
            background-color: #8CC6EC;
            border-bottom-right-radius: 10px;
            padding-left: 43px;
            font-weight: 700;
        }
        
         .tealHeaderRightSignNow {
            background-color: #8CC6EC;
            border-bottom-right-radius: 10px;
            padding-left: 182px;
        }
        

        .specInstructionsAddText {
            margin-top: -15px;
            margin-bottom: -10px;
        }
        
        .specInstructionsAddText label {
            font-size: 12px;
            font-weight: 500;
        }
        

        

        
        .menu {
            margin-left: 0px;
        }
        
        

    
    .trackMyPtsLegend {
        margin-top: 25px;
        margin-left: -20px;
        margin-right: 15px;
        /* margin-bottom: -36px; */
        background-color: #e9f5d7;
        width: 800px;
        /*text-align: center;*/
        border: 2px solid #004593;
        height: 80px;
        border-radius: 10px;
        font-size: 11px;
    }
   
    

    

    
    @-moz-document url-prefix() {
        .viewSelect {
            font-size: 13px;
            color: black;
            float: right;
            margin-top: -25px;
            font-weight: 500;
        }
    }
      
    
    
    .MyTrainingPanelTools {
    margin: 0 auto 0 auto;
    width: 185px;
    height: 250px;
    background-color: #004593;
    float: left;
    margin-left: 21px;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
    color: white;
    font-size: 16px;
    }
    
     .bottomNavTrainingTools {
        margin: 0 auto 0 auto;
        width: 1000px;
        height: 300px;

    }
    
    .redRenewButton {
        color: white;
        background-color: rgb(255,89,89);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 13px;
        font-weight: 500;
        font-size: 15px;
        line-height: .7;
        padding-top: 9px;
        padding-bottom: 9px;
        /* padding-left: 3px; */
        /* padding-right: 3px; */
        width: 90px;
    }
    

    
    .roundPlus {
            display: block;
            border: 2px solid #47a598;
            border-radius: 50%;
            height: 12px;
            width: 12px;
            background-color: #47a598;
    }

    .roundPlus span {
        float: left;
    color: white;
    /* background-color: black; */
    font-size: 14px;
    font-weight: 500;
    /* top: 348px; */
    /* left: 44px; */
    margin-left: -1px;
    margin-top: -6px;
    }













/*---- Titles ----*/
#header h1#corp-title {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
#header h2#site-title {
    position: absolute;
    left: 21px;
    top: 11px;
    overflow: hidden;
}
#header h2#site-title a {
    display: block;
    width: 260px;
    height: 70px;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 0 0 30px;
}
#header h2#site-title a:hover {
    background-color: transparent;
}

/*---- Primary Navigation ----*/
ul#nav1 {
    /*position: absolute;
    left: 315px;
    top: 109px;
    overflow: hidden;
    width: 640px;
    height: 80px;
    margin: 0;
    padding: 0;
    */
}
/*
ul#nav1 li {
    float: left;
    display: inline;
    margin: 0 6px 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin:0 0 0 -1px;
    overflow: hidden;
        color:#fff;
}

ul#nav1 li li {
    color:#004593;
    font-weight: bold;
    line-height: 16px;
}
ul#nav1 li a {
    display: block;
    
    color:#000;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}


ul#nav1 li a span {
    display: block;
    height: 22px;
    padding: 5px 18px 0;
    cursor: pointer;
}
ul#nav1 li.hilite a:hover,
ul#nav1 li.active a:hover {
    text-decoration: none;
    color: #2D1C02;
        
}

ul#nav1 li ul.subnav {
    display: none;
    position: absolute;
    left: 55px;
    top: 45px;
    width: auto;
    margin: 0;
    padding: 0;
}
ul#nav1 li.hilite ul.subnav,
ul#nav1 li.active ul.subnav {
    display: block;
}
ul#nav1 li.hilite ul.subnav li,
ul#nav1 li.active ul.subnav li {
    margin: 0 15px 0 0;
}
ul#nav1 li.hilite ul.subnav li a,
ul#nav1 li.hilite ul.subnav li a span,
ul#nav1 li.active ul.subnav li a,
ul#nav1 li.active ul.subnav li a span {
    background: none;
    height: auto;
        color: #000;
    text-decoration: none;
}
ul#nav1 li ul.subnav li a{
    text-transform: none;
}
ul#nav1 li.hilite ul.subnav li a,
ul#nav1 li.active ul.subnav li a {
        color: #000;
    font-size: 1em;
    text-decoration: none;
}
ul#nav1 li.hilite ul.subnav li.active a,

ul#nav1 li.active ul.subnav li.active a {
    text-decoration: none;
    color: #2D1C02;
}

ul#nav1 li.hilite ul.subnav li a:hover,
ul#nav1 li.active ul.subnav li a:hover {
    background-color: #2A8A15 !important;
    color: #FFFFFF !important;

}



#skip-nav {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}
*/
/*---- Site Toggle ----*/
#site-toggle {
    position: absolute;
    left: 766px;
    top: 28px;
    z-index: 100;
    width: 200px;
    overflow: hidden;
}
#site-toggle ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#site-toggle ul li {
    font-size: 0.8em;
    float: left;
    border-right: 1px solid #f3f3f3;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    line-height: 1.2em;
}
#site-toggle ul li.last {
    border-right: none;
    margin: 0;
    padding: 0;
}
#site-toggle ul li a {
    display: block;
    color: #353636;
    text-decoration: none;
}
#site-toggle ul li a:hover {
    
}

/*---- User Area ----*/
/*#user-area {
    left:28px;
    overflow:hidden;
    position:absolute;
    top:196px;
}

*/

#user-area {
    float: right;
    margin-right: 150px;
    margin-top: 63px;
}
#user-area span {
display:block;
float:left;
margin:0 10px 0 0;
padding:5px 0 0;
}
#user-area span.greeting {
font-family:Corbel,Arial,FS Albert,sans-serif;
font-size:1.25em;
font-weight:900;
padding:3px 0 0;
}
#user-area span.username {
font-family:Corbel,Arial,FS Albert,sans-serif;
font-size:1.25em;
font-weight:bold;
padding:3px 3px 0 0;
}
#user-area a.sbx_button {
background:url('ClinPortalResources/images2/global/button_bg_1b.gif') no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#FFFFFF;
display:block;
float:left;
font-size:1em;
height:28px;
margin:0 8px 0 0;
overflow:hidden;
text-decoration:none;
background-position: left top;
}

#user-area a.sbx_button:hover {
    background-position: left bottom;

}

#user-area a.sbx_button span {
color:#FFFFFF;
cursor:pointer;
display:block;
height:22px;
margin:0;
padding:6px 20px 0;
}



/*---- Signed-in Menu ----*/
#user-menu {
left:334px;
overflow:hidden;
position:absolute;
top:196px;
}
#user-menu ul {
    margin: 0;
    padding: 0 0 0 18px;
    overflow: hidden;
    list-style: none;
    background: transparent url('ClinPortalResources/images2/global/user_menuitem_bg.gif') 0 50% no-repeat;
    _width: 100%;
}
#user-menu ul li {
    float: left;
}
#user-menu ul li a.sbx_button {
background:url('ClinPortalResources/images2/global/button_bg_1b.gif') no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#2D1C02;
display:block;
float:left;
font-size:0.9em;
height:28px;
margin:0 5px 0 0;
overflow:hidden;
text-decoration:none;
}
#user-menu ul li a.sbx_button span {

color:#FFFFFF;
cursor:pointer;
display:block;
height:21px;
margin:0;
padding:7px 15px 0;
text-transform:capitalize;
}



/*----------------------------------------------------------------------------*/
/*---- MAIN ----*/
/*----------------------------------------------------------------------------*/

/*---- Moderator flag ----*/
.moderator {
    color: #00704a;
}










#mainNew .content .rightColumn .section2 {
    float: right;
    height: 200px;
    width: 100%;
    background-color: rgb(0,112,60);
}

#mainNew .content .rightColumn .section3 {
    float: right;
    height: 100%;
    width: 100%;
    background-color: #004593;
    /*margin-top: 12px;*/
}







.chat_button {
background:url('ClinPortalResources/images/chat_button_75w.png'); 
width:75px;
height:29px;
margin-left: 35px;
margin-top: 10px;

}



.circle_arrow_to_do {
background:url('ClinPortalResources/images/arro_button20_20.png'); 
margin: 0 auto 0 auto;
width:20px;
height:20px;
margin-top: 0px;
}








.green_arrow_right {
background:url('ClinPortalResources/images/green_arro_right_button20.png'); 
margin: 0 auto 0 auto;
width:20px;
height:20px;
float: left;

}

.green_arrow_down {
background:url('ClinPortalResources/images/green_arro_down_button20.png'); 
margin: 0 auto 0 auto;
width:20px;
height:20px;
float: left;

}
.next_Button {
background-image:url('ClinPortalResources/images/nextButton.png'); 
margin: 0 auto 0 auto;
width:100px;
height:20px;
margin-top: 15px;
}








.BardCareTrainingImage {
    background:url('ClinPortalResources/images/hands_in185_125.png'); 
    width:185px;
    height:125px;
}

.LinkTrainingImage {
    background:url('ClinPortalResources/images/link_graphic185_125.png'); 
    width:185px;
    height:125px;
}

.LiberatorTrainingImage {
    background:url('ClinPortalResources/images/bard_liberator_graphic185_125.png'); 
    width:185px;
    height:125px;
}

.YouCanTrainingImage {
    background:url('ClinPortalResources/images/yes_i_can_graphic185_125.png'); 
    width:185px;
    height:125px;
}

.smallMovieIcon {
    background:url('ClinPortalResources/images/movies15_15.png'); 
    width:15px;
    height:15px;
}












/*---- Home Page Intro ----*/
.home-intro {
/*  width: 624px;
    overflow: hidden;
    padding: 5px 0 20px 0;
    .home-intro{ 
        */
    background: transparent url('ClinPortalResources/images/home_intro.jpg') 0 0 no-repeat; /* !!! IMAGEUPDATED */
    width: 639px;
    height: 360px;
}


/*---- Headings ----*/
#main h1 {
    font-size: 1.8em;
    font-weight: normal;
    background: transparent url('ClinPortalResources/images/heading_line.gif') 0 78% no-repeat;
}
#main h1 span {
    background-color: #fff;
    padding: 0 6px 0 0;
}
#main h2 {
    font-size: 1.7em;
    font-weight: normal;
    background: transparent url('ClinPortalResources/images/heading_line.gif') 0 78% no-repeat;
    margin-bottom: 13px;
}
#main h2 span {
    background-color: #fff;
    padding: 0 6px 0 0;
}
#main h3 {
    font-size: 1.4em;
    font-weight: normal;
}

/*---- Search Field ----*/

.search_module {
    display: block;
    overflow: hidden;
    margin: 0 0 17px 0;
    width: 261px;
    background:url('ClinPortalResources/images2/global/field_search.gif') no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
}
.search_module .search_module_textbox {
    background:url('ClinPortalResources/images2/global/field_search.gif') no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
color:#000000;
display:block;
float:left;
font-size:1.1em;
height:27px;
padding:3px 0 0 8px;
width:226px;
}
.search_module .search_module_button {
background:url('ClinPortalResources/images2/global/field_search.gif') no-repeat scroll 100% 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
cursor:pointer;
display:block;
float:right;
height:30px;
text-indent:-10000px;
width:27px;
}

.search_module .search_module_button:hover{
    background-position: 100% 100%;
}
/*---- Partner Category ----*/
.partner-category {
    margin: 0 0 50px 0;
}
#main .partner-category h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 20px 0;
}
.partner-category ul {
    margin: 0 0 25px 0;
    padding: 0 0 15px;
    list-style: none;
    background: transparent url('ClinPortalResources/images/heading3_line.gif') 0 100% no-repeat;
    
}
.partner-category ul li {
    overflow: hidden;
    margin: 0 0 5px 0;
}
.partner-category ul li span {
        font-size: 1.1em;
    float: left;
    display: block;
    width: 60px;
    text-align: center;
}
.partner-category ul li a {
    float: left;
    display: inline-block;
    
    font-size: 0.98em;
}
.partner-category ul li div {
    float: right;
    display: block;
    width: 202px;
    font-size: 0.9em;
}
.archives_module{
    padding-top: 6px;
    margin-bottom: 25px;
}
.archives_module #ArchiveSideBar a{
    line-height: 1.56em;
}
/*---- tags_module ----*/
div.tags_module
{
    display:block;
}

div.tags_module .tags_level1 {
    font-size:11px;
}
div.tags_module .tags_level2 {
    font-size:15px;
}
div.tags_module .tags_level3 {
    font-size:16px;
    font-weight:bold;
}
div.tags_module .tags_hidden {
    display:none;
}

/*---- Idea List Key ----*/
ul.idea-list-key {
    width: 218px;
    margin: 0 0 25px 0;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    list-style: none;
    border: 1px solid #DCDBD4;
}
ul.idea-list-key li {
    margin: 0 0 10px 0;
}
ul.idea-list-key li small {
    display: block;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 1.8em;
    font-size: 0.90em;
}
ul.idea-list-key li small.launched {
    background-image: url('ClinPortalResources/images/icon_launched.gif');
    padding: 0 0 0 25px;
}
ul.idea-list-key li small.reviewed {
    background-image: url('ClinPortalResources/images/icon_reviewed.gif');
    padding: 0 0 0 25px;
}
ul.idea-list-key li small.coming-soon {
    background-image: url('ClinPortalResources/images/icon_in_progress.gif');
    padding: 0 0 0 25px;
}
ul.idea-list-key li small.under-review {
    background-image: url('ClinPortalResources/images/icon_under_rev.gif');
    padding: 0 0 0 23px;
}
ul.idea-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    background: transparent url('ClinPortalResources/images2/global/uline_main.gif') 0 0 no-repeat;
}
ul.idea-list li {
    line-height: 1.6em;
    margin: 0 0 2px 0;
    overflow: hidden;
    clear: both;
    font-size: 0.9em;
}
ul.idea-list li a {
    float: left;
    margin: 0 5px 0 0;
    text-decoration: none;
}
ul.idea-list li a:hover {
    
}
ul.idea-list li small {
    display: block;
    float: left;
    width: 22px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -10000px;
}
ul.idea-list li small.launched {
    background-image: url('ClinPortalResources/images/icon_launched.gif');
}
ul.idea-list li small.reviewed {
    background-image: url('ClinPortalResources/images/icon_reviewed.gif');
}
ul.idea-list li small.in-the-works {
    background-image: url('ClinPortalResources/images/icon_in_progress.gif');
}
ul.idea-list li small.under-review {
    background-image: url('ClinPortalResources/images/icon_under_rev.gif');
}

/*---- RSS Feed, Pagination ----*/
div.page-actions {
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    clear: both;
}
div.page-actions .pagination {
    float: right;
}
div.page-actions .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
div.page-actions .pagination ul li {
    float: left;
    display: inline;
    margin: 0 8px 0 0;
    font-size: 1em;
    color: #2D1C02;
    padding-top: 2px;
        font-family: Arial, sans-serif;
}
div.page-actions .pagination ul li a {
    text-decoration: none;
}
div.page-actions .pagination ul li.last {
    margin: 0;
}
div.page-actions .pagination ul li.next {
    font-size: 1em;
    margin-left: 2px;
    
}
a.rss-link {
    display: block;
    height: 16px;
    font-size: 0.9em;
    background: transparent url('ClinPortalResources/images2/global/icon_rss.gif') 0 0 no-repeat;
    padding: 0 0 0 20px;
}

a.rss-link:hover {
    background-color: #2A8A15
}

div.add-this {

}
div.page-actions a.rss-link {
    float: left;
}
div.page-actions div.add-this {
    float: right;
}

/*---- Article Entry ----*/

.entry,
.entry_individual {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.entry .entry_title {
    font-size: 1.6em;
    font-weight: 100;
    margin: 0 0 2px 0;
    overflow: hidden;
    
}

.entry_title a {
    color:#000;
}

.entry_title a:hover {
    color:#fff;
}

.entry_individual .entry_title {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 20px 0;
    overflow: hidden;
    
}
.entry_individual .entry_title a {
    color: #2D1C02;
}
.entry_individual .entry_title a:hover {
    text-decoration: none;
    cursor: default;
}
.entry .entry_title img.key,
.entry_individual .entry_title img.key {
    margin-left: 5px;
}


div.comments div.comment small.meta, div.comments-inbox div.comment small.meta, small.meta {
    font-size: .90em;
}

span.entry_author {font-weight: bold}

.entry_meta {
    margin: 0 0 24px 0;
    overflow: hidden;
}
.entry_meta table {
    width: 624px;
}
.entry_meta table td {
    vertical-align: top;
}
.entry_meta table td.col-1 {
    width: 429px;
}
.entry_meta table td.col-2 {
    width: 70px;
}
.entry_meta table td.col-3 {
    width: 125px;
}
.entry .entry_body,
.entry_individual .entry_body {
    margin: 0 0 22px 0;
    line-height: 1.55em;
        font-size: 1.1em;
}
.entry .entry_body .entry_avatar,
.entry_individual .entry_body .entry_avatar {
    float: left;
    margin: 2px 15px 5px 0;
}
.entry .entry_meta_bottom,
.entry_individual .entry_meta_bottom {
    clear: both;
}
.entry .entry_meta_bottom td,
.entry_individual .entry_meta_bottom td {
    vertical-align: top;
}
.entry .entry_meta_bottom .comments div,
.entry_individual .entry_meta_bottom .comments div{
    padding-right: 20px;
}
.entry .entry_meta_bottom a,
.entry_individual .entry_meta_bottom a {
    display: block;
    font-size: 0.9em;
    line-height: 1.75em;
    background-position: 0 60%;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 10px;
}
.entry .entry_meta_bottom td.posttags,
.entry_individual .entry_meta_bottom td.posttags
{
    background-image:url('ClinPortalResources/images2/global/icon_tags.gif'); /* !!! IMAGEUPDATED */
    background-repeat: no-repeat;
    padding:0 0 0 25px;


}
.entry .entry_meta_bottom td.posttags a,
.entry_individual .entry_meta_bottom td.posttags a
{
    display:inline;
    margin-right: 0;

}
.entry .entry_meta_bottom a:hover,
.entry_individual .entry_meta_bottom a:hover {
    background-color: #2A8A15;
    color: #FFFFFF;
}
.entry .entry_meta_bottom a.comments,
.entry_individual .entry_meta_bottom a.comments {
    background-image:url('ClinPortalResources/images2/global/icon_comment.gif'); /* !!! IMAGEUPDATED */
    padding: 0 0 0 30px;
    white-space:nowrap;
        line-height: 19px;
}


.entry_body ul {
    margin: 1em 0 1em 1em;
    padding: 0 0 0 1em;
}
.entry_body ul li {
    margin: 0 0 1em 0;
}

/*---- Comments ----*/
.comment {
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #BDBCB9;
    clear: both;
}
.comment .comment_left {
    width: 140px;
    float: left;
    font-size: 0.98em;
    overflow: hidden;
    padding: 1.3em 0 1.3em 0;
}
.comment .comment_right {
    width: 460px;
    float: right;
    border: none;
    padding: 0;
        font-size: 1.1em;
}
.comment .comment_right_mod
{
    width: 460px;
    float: right;
    border: none;
    padding: 0;
    color:#de8e16;
        font-size: 1.1em;
}
.comment .comment_author {
    font-weight: bold;
    margin: 0 0 2px 0;
}
.comment .comment_author_mod
{
    font-weight: bold;
    margin: 0 0 2px 0;
    color:#de8e16;
}
.comment .comment_date {
}

.post_comment_container {
    clear: both;
}
.post_comment_container .post_comment_left {
    float: left;
    width: 88px;
    margin-top: 12px;
    padding-right: 20px;
    text-align: right;
}
.post_comment_container .post_comment_right {

}
.post_comment_container .post_comment_right .sbx_buttons {
    padding: 20px 0 0 108px;
    overflow: hidden;
    clear: both;
}
.post_comment_container .post_comment_right .post_comment_field {
    float: left;
    width: 494px;
    height: 242px;
    border: 1px solid #D3D2D0;
    background-color: #fff;
    padding: 10px;
    font-size: 1.25em;
}
.post_comment_container .post_comment_right .post_comment_button {
    padding: 0 0 0 108px;
    overflow: hidden;
    clear: both;
    padding-top: 10px;
}
/*Sign-in Message*/
.entry_individual_makeacomment {
    padding-top: 5px;
    overflow: hidden;
}
.entry_individual_makeacomment span {
    line-height: 2em;
}
.entry_individual_makeacomment a.sbx_button {
    background:url('ClinPortalResources/images2/global/button_bg_1b.gif') no-repeat scroll 0 0 transparent; /* !!! IMAGEUPDATED */
color:#FFFFFF;
display:block;
float:left;
height:28px;
text-decoration:none;
margin-right: 10px;
}
.entry_individual_makeacomment a.sbx_button span {
    background:url('ClinPortalResources/images2/global/button_bg_2b.gif') no-repeat scroll 100% 0 transparent; /* !!! IMAGEUPDATED */
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:1em;
height:28px;
margin:0;
padding:0 20px;
vertical-align:top;
}



/*---- Secondary (bottom) Navigation ----*/
#nav3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav3 li {
    float: left;
    width: 165px;
    color: #fff;
    margin: 0 0 40px 0;
}
#nav3 li h5 {
    font-size: 0.8em;
    margin: 0 0 10px 0;
}
#nav3 li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav3 li ul li {
    margin: 0 0 5px 0;
    line-height: 0.7em;
}
#nav3 li ul li a {
    color: #fff;
    font-size: 0.7em;
    text-decoration: none;
}
#nav3 li ul li a:hover {
    
}
#sf-link a {
    display: block;
    width: 135px;
    height: 33px;
    background: transparent url('ClinPortalResources/images2/global/icon_salesforce.gif') 0 0 no-repeat; /* !!! IMAGEUPDATED */
    text-indent: -10000px;
}
/*---- Tertiary (copyright) Navigation ----*/
#nav4 {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#nav4 li {
    float: left;
    display: inline;
    font-size: 0.65em;
    color: #fff;
    padding: 0 15px 0 0;
}
#nav4 li a {
    color: #fff;
    text-decoration: none;
}
#nav4 li a:hover {
    
}



.module_heading{
    display:block;
    color:#2D1C02;

    display: block;
    margin: 20px 0px 20px 0px;

    background-color:#FFFFFF;
    padding:0 6px 0 0;
    background: transparent url('ClinPortalResources/images/heading_line.gif') 0 78% no-repeat;

    font-size:2em;
    font-weight:normal;
}

.rule
{
    border-bottom:1px solid #BDBCB9;
    clear:both;
    margin:0 0 15px;
    overflow:hidden;
    padding:0 0 15px;
}

.archiveYearLink span.minus
{
    display: none;
    font-size: 1.0em;
}

.archiveYearLink span.plus
{
    display: inline;
    font-size: 1.0em;
}

div.archiveItem
{
    padding-left: 15px;
}

.monthsShown span.minus
{
    display: inline;
    font-size: 1.0em;
}

.monthsShown span.plus
{
    display: none;
    font-size: 1.0em;
}
.renewRemoveButton {
    color: white;
    background-color: #F27707;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    width: 85px;
    margin-left: 10px;
}
.removeButton {
    color: white;
    background-color: #F27707;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 85px;
    margin-left: 10px;
}
.orangeRoundBtn {
    font-family: "verdana";
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
    background-color: #F27707;
    padding: 3px 8px 3px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 12px;
    border-color: #F27707;
}
.trackingviewSelect {
    margin-top: 15px;
    font-size: 13px;
    color: black;
    float: right;
    font-weight: 500;
}
.orderTable{
    display: block;
    width: 80%;
    font-size: 14px;
    padding: 20px;
    font-weight: 600;
    margin-left: 40px;
    margin-bottom: 5px;
    height: 160px;
    overflow-y:auto;
}
.orderTable th{
    text-align: center;
    border: 2px solid;
    padding: 4px;
}
.orderTable td{
    text-align: center;
    border: 2px solid;
    padding: 4px;
}
.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.3px;
    margin-bottom: 2px;
    margin-left: 2px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.inputPopup {
    position: fixed;
    width: 40vw;
    left: 30vw;
    margin: auto;
    background-color: white;
    border-style: solid;
    border-width: 12px;
    border-color: #004593;
    z-index: 9999;
}
.inputPopup div{
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.popupBackground{
    background-color:black;
    opacity: 0.20;
    filter: alpha(opacity = 20);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.popupInputElement {
    padding: 5px;
    display:grid;
    grid-template-columns: 1fr 2fr;
    justify-content: space-evenly;
    justify-items: center;
}
.popupInputElement label       { text-align:right; }
.popupInputElement input       { width : 20vw; }
.popupInputElement label:after { content: ":"; }        

.popupHeader {
    color: white;
    font-family: "verdana";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    background-color: #004593;
    width: 810px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}



