/* main.css */
/* A css file that can be used to style a CE based website */
/********** TEXT, TEXTAREAS, SELECT BOXES, DATES for forms *************/
/* Add the following into the head section of the website: <link rel="stylesheet" href="/_data/global/styles/FormStyles.css" type="text/css" /> */
.labelReq::after { 
	  content: " *";
	  color:red;        
	  font-size: 18px;
}

.hasDatepicker {
  padding: 6px 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
} 

.content input[type=text]:not(.hasDatepicker):not(.currency),
.content input[type=email], .content input[type=number],
.content input[type=password], input.appInputText[type="email"], 
input[type=text], input[type=date], input[type=number], 
input[type=time], input[type=email], input[type=password],
#contactus table#contacttable td.content textarea.appInputText {
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  line-height:20px;
}

/* Member Registration Form */
#memberregisterv1 table#cfrmtable div#recaptchadiv {
  margin-top: 15px;
}

#memberregisterv1 table#cfrmtable div#recaptchadiv table#regcaptcha {
  margin-top: 10px;
}

#memberregisterv1 td.content {
  padding-right: 5px;
}

/*#memberregisterv1 .content input[type=text] {
  margin-bottom: 0px;
}*/

/*#memberregisterv1 .content input[type=text], 
#memberregisterv1 .content input[type=email], 
#memberregisterv1 .content input[type=password], 
#memberregisterv1 .content input[name=username] {
  margin-top: 10px;
  margin-bottom: 0px;
}*/

#memberregisterv1 .content input {
  margin-top: 10px;
  margin-bottom: 0px;
}

#MembershipTypes table#MembershipTypesTable td.appOutput input[type=text] {
	width:auto;
	margin-bottom:0px;
}

/* Add spacing at top of ind registration form */
table#registrationformtableinner {
	margin-top:5px;
}

/* Add spacing at top of "already registered" feature in ind registration form */
table#registrationformtable table#registrationformsubmit td.content.alreadyregistered {
	padding-top:5px;
}

.instructions {
  height: 100%;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.currencysymbol {
  padding-top: 15px;
  margin-top: 15px;
  box-sizing: border-box;
}

td .content {
	vertical-align: top;
}

/* styling email subscription widget */
table#emailsubscriptions td.content, table#groupmemberships td.content {
	vertical-align: bottom;
	padding-top: 8px;
}

/* styling email subscription widget */
table#emailListSubscription table#emailsubscriptions {
	margin-left: 10px;
}

/* styling email subscription widget */
table#emailListSubscription td.appOutput {
	padding-left: 10px;
}

hr {
	 border: 1px solid #ccc;
	 margin-top: 3px;
	 margin-bottom: 3px;
}

/* Store Login screen */
#storeloginorregister #storelogin {
	margin-top: 10px;
}

/* Store Register screen */
#storeloginorregister #storeregister {
	margin-top: 20px;
}

/* Store payment screen */
#storecart #storecartbody td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:middle;
}

/* Store payment screen */
#checkout input[name=seccode] {
  width: 20%;
}

/* Store payment screen */
#cartSubTitle {
	text-align: center;
}

/* Event/Store cart and payment screens */
#storecartright input[type="text"]::placeholder {
  font-size: 14px;
}

/* Event/Store cart and payment screens */
#storecartright input[name="discountcode"] {
  margin-bottom: 0px;
}

/* Event/Store cart and payment screens Update Cart button */
#storecartright input[value*="Update"] {
  margin-top: 0px;
  margin-left:2px;
}

/* Event/Store cart and payment screens Update Cart button */
#storecartright input[value*="Update"] {
  display: block;
}

/* Event/Store cart and payment screens Update Cart buttons */
#storecartright input.appInputButton.store {
 	max-width: 232px; /* Adjust this value as needed */
    width: 100%;
    border-radius: 40px;
}

/* Event/Store cart and payment screens Update Cart buttons */
#storecartright input.appInputButton.store.button-burgundy {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word; /* For broader browser support */
}

/* vertical spacing of store cart buttons (excluding Update Cart button) */
#storecartright input[type="button"],
#storecartright input[value*="Check"],
#storecartright input[value*="Shopping"] {
  margin-top: 5px;
}

/* Event/Store cart styling quantity text field and following tooltip in one line */
#storecartbodytableleft td.appOutput input[name*="pQty"] {
  display:inline-block;
  width:auto;
}

/* Event/Store cart styling - remove border style when using BS5 template */
#storecartbodytableleft tr {
  border-style:none;
}

#storecartbodytableleft tr hr.storecartthick,
#storecartbodytableright tr hr.storecartthick {
	border: 0;
    height: 2px;
    background: #6c757d;
    background-image: linear-gradient(to right, #808080, #6c757d, #808080);
}

#storecartbodytableleft tr hr.storecartthin,
#storecartbodytableright tr hr.storecartthin {
    border: 0;
    height: 1px;
    background: #6c757d;
    background-image: linear-gradient(to right, #808080, #6c757d, #808080);
}

/* Store cart right side alignment */
#storecart #storecartbody table#storecartbodytable>tbody>tr>td {
	vertical-align:top;
}

/*#storecart #storecartbody table#storecartbodytable>tbody>tr>td:nth-child(2),
#storecart #storecartbody table#storecartbodytable>tbody>tr>td:nth-child(1) {
	vertical-align:top;
}*/

/* Store cart center quantity */
#storecart #storecartbody table#storecartbodytable td div#storecartleft table#storecartbodytableleft td:nth-child(2),
#storecart #storecartbody table#storecartbodytable td table#storecartbodytableleft td:nth-child(2) {
	text-align:center;
}

/* Store cart sizing quantity cell */
#storecartbodytableleft tr td.appOutput input[id^="pQty"] {
	width:50px;
	margin-bottom:0px;
}

#storecartbodytableleft tr td {
	vertical-align:middle;
}

#storecartbodytableleft tr td.appOutput {
	font-size:17px;
}

#storecartbodytableleft tr td.appOutput a img {
	margin-bottom:3px;
}

#storecart div.alert #cartGuestAlert {
	text-align: center;
}

#storecart #storecarttitle div.alert {
	margin-bottom: 10px;
}

/* Store payment - CC fields in payment form */
#storepayment table td input[name="ccname"], 
#storepayment table td input[name="ccnum"] {
  width:auto;
}

/* Styling for non-custom forms (e.g. event prices) */
#storepayment .control-group label .control__indicator {
  top: 10px;
}

input.appInputText.textbox {
  display:block;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
}

input.appInputText.textbox.city {
  width: inherit;
}

input.appInputText.textbox.zip {
  width: auto;
}

input.text.keywords.textbox {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
}

input.appInputText.date {
  width: 35%;
  height: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
}

/* Same font size as appInputTitle and appInputText for now (to make field height consistent) */
select.appInputSelect {
	font-size: 1.15em;
  	height: 100%;
  	padding: 6px 10px;
  	margin-bottom: 10px;
  	box-sizing: border-box;
  	border: 2px solid #ccc;
  	border-radius: 4px;
}

select.appInputSelect.date {
  width: inherit;
}

input.form-control[type="text"], input.form-control[type="date"], input.form-control[type="number"], input.form-control[type="time"], input.form-control[type="email"], select.form-control.multiselect {
  height: inherit !important;
  font-size:15px;
}

input.appInputText[type="text"], input.appInputText[type="date"], input.appInputText[type="number"], input.appInputText[type="time"], input.appInputText[type="email"], select.appInputText.multiselect, select.appInputSelect,
input[type=text] {
  height: inherit !important;
  font-size:15px;
}

.content .currency {
  height: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
} 

input[type=checkbox] {
  margin-bottom: 5px;
}

input[type=radio] {
  margin-bottom: 5px;
}

textarea.content, .content textarea, textarea {
  padding: 6px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  resize: none;
} 

/* Donation Styling */
#donationform td {
	padding-right: 5px;
}

#donationform td span.appOutput {
    font-size: 1.15em;
    color: #4c4c4c;
    font-weight: normal;
    padding-left:5px;
}

/* Donation Form Payment Options */
#donationform table#donationformtable tbody tr td #form-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /*gap: 10px;*/
            width: 100%;
        }

#donationform table#donationformtable tr td #form-container .radio-group {
            display: flex;
            gap: 10px;
            width: 100%;
        }

#donationform table#donationformtable tr td #form-container .radio-container {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ccc;
            border-radius: 5px;
            /*padding: 10px;*/
            background-color: #F9FAFC;
            color: #36517D;
            cursor: pointer;
            margin: 5px;
            flex: 1;
            text-align: center;
        }

#donationform table#donationformtable tr td #form-container .radio-container input[type="radio"] {
            display: none;
        }

#donationform table#donationformtable tr td #form-container .radio-container label {
            cursor: pointer;
            width: 100%;
            font-weight:400;
        }

#donationform table#donationformtable tr td #form-container .radio-container:hover {
            background-color: #e9e9e9;
        }

#donationform table#donationformtable tr td #form-container .radio-container input[type="radio"]:checked + label {
            background-color: #d9d9d9;
            border: 1px solid #999;
        }

#donationform table#donationformtable tr td #form-container .text-box-container {
            display: flex;
            align-items: center;
            justify-content: center;
            /*padding: 10px;*/
            margin: 5px;
            flex: 1;
        }

#donationform table#donationformtable tr td #form-container .text-box-container input[type="text"] {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        /* Media query for smaller screens */
        @media (max-width: 600px) {
            #donationform table#donationformtable tr td #form-container .radio-group {
                flex-direction: column;
                gap: 0; /* Remove gap for better stacking */
            }
            #donationform table#donationformtable tr td #form-container .radio-container,
            #donationform table#donationformtable tr td #form-container .text-box-container {
                width: 100%;
                margin: 0; /* Remove margin for full-width stacking */
            }
        }

/* Donations Honor Screens */
#donationpaymentform textarea {
  width: 100%;
} 

#donationhonors hr.donationhonorshr,
#donationpayment table#honorspaymenttable td hr.donationpaymenthr  {
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#donationhonors td.honorsinstruction {
    padding-bottom: 5px;
}

#donationhonors td.honorsemail {
    padding-bottom: 10px;
}

#donationpayment table#honorspaymenttable td input,
#donationpayment table#honorspaymenttable td textarea {
	width:auto;
}

#donationpaymentform table[name="donationpaymenttable"] th.appTitle2 {
	font-weight:400;
}

#donationpayment form[name="pp_cart"] {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 0px;
}

#donationpayment table#ppstandard {
  margin-top: 10px;
  margin-bottom: 10px;
}

#donationpayment table#ppstandard td {
  padding-top: 2px;
  padding-bottom: 2px;
}

#donationpaymentform input[type=checkbox],
#donationpayment table#ppstandardpaybycheck input[type=checkbox] {
  margin-right: 5px !important;
}

#donationpaymentform table[name="donationpaymenttable"] td.alertMsg {
	padding-top:5px;
	padding-bottom:15px;
}

input[type=checkbox],
#donationpayment table#ppstandardpaybycheck input[type=checkbox] {
  margin-right: 5px !important;
}

#donationpayment table#ppstandardpaybycheck td {
  padding-top: 5px;
  padding-bottom: 5px;
}

select.content, .content select, select {
  height: 100%;
  padding: 6px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
} 

/* appTitle1 styling */
.appTitle1 {
    font-size: 2em;
    color: #4c4c4c;
	/*padding-top:20px;*/
}

/* appTitle2 styling */
/* form#IndividualRegForm .appTitle2, form#loginform .appTitle2, #cfrm .appTitle2, #individualregistrationform .appTitle2 */
.appTitle2 {
    font-size: 1.5em;
    color: #4c4c4c;
	padding-top:10px;
}

/* appTitle3 styling */
.appTitle3 {
    font-size: 1.25em;
    color: #4c4c4c;
	padding-top:5px;
}

/* appInputTitle styling */
.appInputTitle {
    font-size: 1.15em;
    color: #4c4c4c;
    font-weight: normal;
    text-decoration: none;
    /*background-color: #ffffff;*/
}

/* appInputText styling */
/* Same as appInputTitle for now */
.appInputText {
    font-size: 1.15em;
    color: #4c4c4c;
    font-weight: normal;
    text-decoration: none;
    background-color: #ffffff;
}

table.Box.registration {
  border: 2px solid #ccc;
  border-radius: 4px;
}

table.calInner {
  border: 2px solid #ccc;
  border-radius: 4px;
}

/* panespecialhandler (Contact widget in form) */
input.form-control[type="text"], input.form-control[type="date"], input.form-control[type="number"], input.form-control[type="time"], input.form-control[type="email"], select.form-control.multiselect {
  height: inherit !important;
}

/* panespecialhandler (Contact widget in form) and custom form text, date, and select fields */
div#customform table#workflowFrameHeader #formcard.card #sectioncss #sectionbodycss table#paneSpecialHandler td input.text.form-control,
div#customform table#workflowFrameHeader #formcard.card #sectioncss #sectionbodycss table[name=FormCustomFields] td.content input[type="text"],
div#customform table#workflowFrameHeader #formcard.card #sectioncss #sectionbodycss table[name=FormCustomFields] td.content input[type="date"],
div#customform table#workflowFrameHeader #formcard.card #sectioncss #sectionbodycss table[name=FormCustomFields] td.content select {
	width: 275px;
}

/* panespecialhandler (Contact widget in form) */
div#customform table#workflowFrameHeader #formcard.card #sectioncss #sectionbodycss table#paneSpecialHandler tr {
	white-space:nowrap;
}

/* Form Fields */
#contactus table#contacttable td.formname input.formname,
table#contacttable td.formname input.formname,
#emailListSubscriptionWrapper table#emailListSubscription .formname,
#sectionbodycss table#paneSpecialHandler .formname, 
#sectionbodycss table#paneSpecialHandler .formname,
#loginformprimary table#logintable td.formname,
form#loginform table#loginformtable table td.formname,
#loginform #loginformprimary form[name="loginprimary"] table#logintable td.formname,
#memberregisterv1 form#cfrm table#cfrmtable td table td.formname,
#donationform table#donationformtable td.formname,
#donationformfund table td.formname,
#donationhonors table#ad td.formname,
#donationpayment form[name="onlinedonation"] #donationpaymentform table[name="donationpaymenttable"] td.formname,
#donationpayment form[name="onlinedonation"] table#honorspaymenttable td.formname,
#forum table.forum-container div.login-container form#messageUserRegistrationForm div.login-window div#regTable dir.regRow.formname,
#forum table.forum-container div.login-container div.login-window form#forumUserLoginForm div.formname,
form#regForm table#regFormTable td table#eventRegForm td.formname,
form#regForm table#regFormTable td table#eventRegForm td.formname input.formname, 
form#regForm table#regFormTable td table#eventRegForm td.formname,
#storepayment table td.formname input.formname,
#storepayment table td.formname,
#documentlibrarysearch form table#searchDocumentsTable tr td.formname input.formname {
  display: none;
  visibility: hidden;
}

/*#sectionbodycss table#paneSpecialHandler .formname {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    width: 0 !important;
    z-index: -1;
}*/

/***************** BUTTON STYLING ************************/

.button-green {
    background-color: #28a745!important;
}

.button-blue {
    background-color: #007bff!important;
}

.button-gray {
    background-color: #6c757d!important;
}

.button-red {
    background-color: #dc3545!important;
}

.button-burgundy {
    background-color: #953553!important;
}

/* Event Registration */
/*input[type=button].registration {
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
	border: 1px solid transparent;
}*/

/* Event registration confirmation screen */
/*input[type=submit].registration {
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
	border: 1px solid transparent;
}*/

input[type=submit].submit.search {
	font-size: 14px;
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 4px;
	margin-top: 20px;
}

/*input.appInputButton.addToCart {
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
}*/

input.appInputButton.search
 {
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
}

input.appInputButton.clear {
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
}

input.appInputButton.next {
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	margin-top: 20px;
}

/* Bootstrap style buttons (in case bootstrap is not being used and we want to style them from here) */

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

input.appInputButton.addToCart, input[type=button].registration, input[type=submit].registration, .btn, 
.submit, .appInputButton, input[type=button].store, input[type=submit].store, input[type=button].form {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    background-color: #28a745;
    border-color: #255625;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.appBlueButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    background-color: #007bff;
    border-color: #255625;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* 	Styes button used in 2 member scenarios - member renewal and organization edit login.
	Needs to be on it's own row (not inline-block, as above) */
#dsploginwidget .appInputButton {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.appInputButton {
    margin-top: 10px;
}

/* spacing around form Save and Submit buttons */
input.submit[name=WF_Save], input.submit[name=WF_Forward] {
	margin: 2px;
}

/* Main login form buttton */
#loginformprimary .appInputButton {
	width: 100%; 
}

/* Main login form buttton */
#loginformprimary a.btn-success {
	display:block;
}

/******************* STYLING CUSTOM FORMS (AND DISPLAYS) **********************/

#customform #formcard #sectioncss .form-control {
    font-size:16px;
}

#customform #formcard #sectioncss table[name=FormCustomFields] tr td {
	padding-bottom:10px;
}

#customform #formcard #sectioncss table[name=FormCustomFields] tr td.content {
	vertical-align: middle;
}

/********** SELECT FIELD STYLES for custom forms *************/

#customform #formcard #sectioncss #sectionbodycss select.form-control {
    padding-left:5px;
}

/********** DATE FIELD STYLES for custom forms in \_circuitslibrary\customforms *************/

#customform #formcard #sectioncss input[type=date].form-control {
    height: 34px;
    line-height:normal;
}
 
/********** CHECKBOX AND RADIO STYLES for custom forms in \_circuitslibrary\customforms *************/

/* Styling for custom forms */
#customform #formcard #sectioncss .control-group {
  display: inline-block;
  /*width: 200px;*/
  width: 100%;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  /*padding-top: 3px;*/
  /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
}

/* Styling for custom forms */
#customform #formcard #sectioncss table[name="FormCustomFields"] td label.labelOpt.radiolabel,
#customform #formcard #sectioncss table[name="FormCustomFields"] td label.labelOpt.checkboxlabel {
  padding-top:0rem;
}

/* Styling for non-custom forms (e.g. event prices) */
.control-group {
  display: inline-block;
  width: 200px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  padding-bottom: 3px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
}

/* Styling checkbox and radio button labels in event registration custom fields */
table#eventregradiobuttons tbody tr td.content div.control-group {
  display: inline-block;
  width: auto;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  padding-bottom: 3px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
}

/* Styling for event registration form checkbox field labels */
table#regFormTable table#eventRegForm table#eventregcheckboxes td.content div.control-group {
  display: inline-block;
  width: auto;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  padding-bottom: 3px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/
}

table#regFormTable table#eventRegForm table#eventregradiobuttons td.content div.control-group label.content div.control__indicator,
div#eventguestprices table table#eventregradiobuttons tbody tr td.content div.control-group label.content div.control__indicator {
  top: 6px;
}

table#regFormTable table#eventRegForm table#eventregcheckboxes td.content div.control-group label.content div.control__indicator {
  top: 5px;
}

/* Styling for event registration form checkbox field labels */
table#regFormTable table#eventRegForm table#eventregcheckboxes td.content div.control-group label, 
table#regFormTable table#eventRegForm table#eventregradiobuttons td.content div.control-group label, 
div#eventguestprices table table#eventregradiobuttons tbody tr td.content div.control-group label,
div.container div#eventguestregform div#eventprices form#regForm div#eventguestprices table tr td.appOutput table#eventregtextboxes tbody tr td.content div.control-group label.content.control.control--checkbox {
  font-size:18px;
  font-weight:500;
}

.control-group.searchoption {
  margin-bottom: 5px;
}

.control-group.productLabel {
	width: auto;
}

/* Styling for custom forms */
#customform #formcard #sectioncss .control {
  position: relative;
  display: block;
  padding-left: 30px;
  /*padding-top: 5px;*/
  cursor: pointer;
}

/* Styling for custom forms - remove top padding for radio button labels */
#customform #formcard #sectioncss .control--radio,
#customform #formcard #sectioncss .control--checkbox {
  padding-top: 2px;
}

/* Styling for non-custom forms (e.g. event prices) */
.control {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* Styling for custom forms (check box, radio button) */
#customform #formcard #sectioncss .control__indicator {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

/* Styling for non-custom forms (e.g. event prices) */
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

.control__indicator.productList {
  top: -4px;
}
  
tr.productList {
	height: 25px;
	vertical-align: middle;
}
td.contentBold.productLabel {
	padding-bottom: 10px;
	vertical-align: middle;
}
td.content.productLabel {
	padding-bottom: 10px;
	vertical-align: middle;
}

span.appInputCheck {
	margin-top: 20px;
}

.appInputCheck {
    font-size: 1rem;
    color: #4c4c4c;
    font-weight: normal;
    background-color: #ffffff;
}

.appInputOption {
    font-size: 1rem;
    color: #4c4c4c;
    font-weight: normal;
    background-color: #ffffff;
}
    
tr.productListRow {
	padding-bottom: 10px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Styling for custom forms - hover and focus states */
#customform #formcard #sectioncss .control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Styling for custom forms - Checked state */
#customform #formcard #sectioncss .control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick color */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle color */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/* Styling form radio button and checkbox labels */
/* Styling for custom forms */
#sectioncss #sectionbodycss label.control--radio,
#sectioncss #sectionbodycss label.control--checkbox {
	font-weight:normal;
}

/********** FILE UPLOAD STYLES for custom forms in \_circuitslibrary\customforms *************/

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 5px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: 4px;
    margin-right: 4px;
}

/* style 1 */

/*.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}*/

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Content */

.fileuploadcontent {
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.fileuploadcontent footer {
	color: #b39295;
}

.fileuploadcontent footer a:hover,
.fileuploadcontent footer a:focus {
	color: #4b0f31;
}

.box {
	text-align:left;
	background-color: #fff;
	border:none;
}

.box + .box {
	/*margin-top: 2.5rem;*/
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1em;
    font-weight: 500;
    color: white;
    background-color: #2aa1c0;
    display: inline-block;
	border-radius: 4px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #186072;
}

.inputfile + label {
	cursor: pointer;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

/********** END: FILE UPLOAD STYLES for custom forms in \_circuitslibrary\customforms *************/

/********** START: CURRENCY FIELD STYLES for custom forms in \_circuitslibrary\customforms *************/

input.content.currency.form-control {
	display:inline-block;	
}

/********** END: CURRENCY FIELD STYLES for custom forms in \_circuitslibrary\customforms *************/

/* For use with content in web editor */
.content1 {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto !important;
    width: 70%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius: 8px;
}

/* Styling channel form and display containers */
form#IndividualRegForm, #RegConfirmation, #MembershipTypes, #membershippayment, #customform, 
#eventRegistrationCompleted, #loginformtable, #cfrm, form#loginform, #loginformprimary, #donationformfund, 
#donationhonors, #donationpayment, #donationconfirmation, #cfrmtable,
#membershiprenewaldetail, #individualmembershipform #MemRegForm, #eventRegistration, #eventLoginForm, 
#EventLoggedIn, #storeconfirmation, #eventprices, #eventregconfirmation, #logintable, #showdocumentlist, 
#emailunsubscribe, #emailunsubscribeconfirm, #listtopic, #documentdirectory, #documentdirectoryresponsive, #documentlibrarysearch, 
#mostrequesteddocuments, #passwordrecovery, #changepassword, #contactsearchresults, #contactsearchprofile, #contactsearchemail, 
#membershipreceiptipn #ppmembershipreceipt, #searchresultssummary, #individualorganizationmembership,
/*#organizationregistrationform, */#organizationlookup, #organizationlookupresults, #passwordreset,
#listcontactforms, #formlandingpage, #uploaddocumentform, #resourcesubmitted, #publicerror, #jobpost, #resumesearch, 
#jobsearch, #resList, #JobList, #contactsearchemailsent, #pwchange, #Category #Product, #viewjob, #viewjob .jobtable,
#storeregistration, #storeloginorregister, #registrationchannel, #eventCategoryListSearchBox, #eventCategoryListSearchResults,
#OrgSearch table#orgsearchform, #OrgSearch table#orgsearchlist, #OrgSearchContactProfile, #editorganizationprofile,
#RegistrationFormProfile, #EmailSubscriptionConfirmation, #EmailSubscriptionPending, #deploymentsettings, #donationconfirmationerror,
#storecarterror, #eventregistrationalert, #EmailSignUpThankYou {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto !important;
    width: 70%;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

/* Same as above but without !important on margin for easier custom styling */
#storecart {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    width: 70%;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

#checkout {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    width: 70%;
    background-color: #F4F4F4;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

/* Styling Pay By Check Section (similar to styling above) */
#checkout #storepayment table td table#paybychecktable,
#checkout #storepayment table td table#paybycctable,
#checkout #storepayment table td table#addcomments {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

#checkout #storepayment table td table#paybychecktable td.appTitle2,
#checkout #storepayment table td table#paybycctable td.appTitle2,
#checkout #storepayment table td table#addcomments td.appTitle2 {
    padding-top: 0px;
}

#storepayment table td table#paybychecktable td .control-group.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #ff0000;
}

#eventOnBehalfOf .control-group, 
#storepayment table td table#paybychecktable td .control-group.alert-info, 
#storepayment table td .control-group.alert-info,
div.errMsg {
    background-color: #d9edf7;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#storepayment table td table#paybychecktable td .control-group {
    width:100%;
}

#storepayment table td table#paybychecktable td div#controlGroup div.button-checkbox {
    width:100%;
}

#storepayment table td table#paybychecktable td div#controlGroup div.button-checkbox input#paybycheck {
    width:100%;
}

#storepayment table td table#paybychecktable td div#controlGroup div.button-checkbox label#paybycheckLabel {
    width:100%;
    font-weight:550;
}

/*.alert-info.checked {
    background-color: #bce8f1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}*/
.control-group.checked {
    background-color: #c4e3f3;
    /*background-color: #bce8f1;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

        .button-checkbox {
            display: inline-block;
        }
        .button-checkbox input[type="checkbox"] {
            display: none;
        }

        .button-checkbox label {
            display: inline-block;
            background-color: transparent;
            color: #ff0000;
            /*background-color: #5bc0de;*/
            /*color: white;*/
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
            /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
        }

 .button-checkbox input[type="checkbox"]:checked + label {
		    background-color: #c4e3f3;
		    font-style:italic;
            /*background-color: #2e6da4;*/
            transform: translateY(2px);
            /*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
        }

        /*.button-checkbox input[type="checkbox"]:checked + label {
            background-color: #4CAF50;
            color: white;
        }*/
        .alertMsg {
            margin-top: 10px;
            color: #721c24;
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            border-radius: 4px;
            padding: 10px;
        }

        .disabled {
            opacity: 0.5;
            pointer-events: none;
        }


#storecart .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    }

#storecart .alert-info .alertMsg {
    background-color: transparent;
    border-color: transparent;
    }

/* Similar to above, but without width; for use with displays that have width other than 70% */
#emailchangeconfirm, #subscriptionform, #EmailSubscriptionThankYou, #LoginConfirmation, #WebFormConfirmation, #searchresults, #uploadorgfile, #printSearchResultsHead, #contactSearchForm, 
#printSearchResults, #simplesearch, #advancedsearch, #individualorgmembership, #individualorgmembershipverify, #orgregoraffiliate,
#EmailWebArchiveList, #membershiprenewalpending, #storehome, #MemRegFormProfile form[name=ContactForm]#IndividualRegForm,
#individualregistered, #deletejobposting, #OrgSearchOrgContacts, #membershiprenewalwidget, #eventdetail,
table#donationformtable, #nodocumentsfound {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto !important;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

/* Similar to above, but without width; for use with displays that have width other than 70% AND without "!important" on margin */
#eventreceipt {
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

#storecartleft, #storecartright {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
}

/* Centered Only */
#individualregistrationform, #regerrorredisplay, #individualmembershipform, #blog #main, #useractivities.activityDivTable, 
#eventRegistrationNoLogin, #membershiprenewal, #storepayment {
    margin: 10px auto 10px auto !important;
}

#eventRegForm, #showdocumentlist, #documentdirectorysubtopics, #useractivities {
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
    border-radius:8px;
}

/* START: Styling On Behalf Of widget */
#eventRegForm #onBehalfOfUserData {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #D3D3D3;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
}

#eventRegForm #onBehalfOfUserData table#onBehalfOfUserDataTable td:first-child {
    font-size:18px;
    padding-right:3px;
    padding-bottom:12px;
}

/* Checkbox tick */
#eventRegForm #eventOnBehalfOf.appInputTitle div.control-group label.content.control.control--checkbox div.control__indicator {
  top: 11px;
}
/* END: Styling On Behalf Of widget */

#documentdirectoryinner {
    /*padding: 10px 10px 10px 10px;*/
    margin: 10px auto 10px auto !important;
    width: 80%;
    background-color: #ffffff;
}

/* Similar to above, but centered */
#contactus, useractivities {
    margin: 10px auto 10px auto;	
    padding: 10px 10px 10px 10px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-collapse:separate;
}

#loginformprimary, #contactSearchForm {
    width:40%;
}

#contactus, #membershiprenewalwidget, #nodocumentsfound {
    width:50%;
}

#MembershipTypes, #subscriptionform, #EmailSubscriptionThankYou, #LoginConfirmation, #WebFormConfirmation, 
#emailchangeconfirm, #newaccount #memberregisterv1 #cfrm, #simplesearch,
#advancedsearch, #individualorgmembership, #individualorgmembershipverify, #orgregoraffiliate, #membershiprenewalpending,
#individualregistered, #deletejobposting, #eventRegistrationNoLogin, div#eventguestregform #eventprices, 
#EmailWebArchiveList {
	width: 60%;
}

#membershippayment, #donationpayment, #individualregistrationform {
	width: 65%;
}

/* event registration form */
table#regFormTable > tbody > tr > td {
	width: 70%;
}

#individualmembershipform {
	width: 70%;
}

#customform, form#IndividualRegForm, #eventRegistration, #storeconfirmation, 
#eventprices, #searchresults, #uploadorgfile, #regerrorredisplay, #blog #main, #OrgSearchOrgContacts {
    width:80%;
}

#storecart, form#IndividualRegForm, #printSearchResultsHead, #printSearchResults, #storehome, #storepayment,
#eventdetail, #eventreceipt {
    width:90%;
}

#cfrm, form#loginform {
	width: 100%;
}

/* Styling in membership renewal pending widget */
#membershiprenewal p.content {
    margin-top:5px;
}

/* Similar to above, but centered */
#contactus table#contacttable td.content {
	padding-right: 5px;
	padding-left: 5px;
}

/* Styling width of event registration form / table */
/*table#regFormTable td {
	padding-bottom: 10px;
}*/

/* Styling event registration form / table - radio buttons and check boxes */
table#regFormTable td table#eventregradiobuttons, 
table#regFormTable td table#eventregcheckboxes {
	margin-bottom: 10px;
}

/* Styling event registration form / table - radio buttons and check boxes */
table#regFormTable td.content div.control-group label.control {
  /*position: relative;*/
  /*display: block;*/
  /*padding-left: 30px;*/
  padding-top: 0px;
  margin-bottom: 0px;
  /*cursor: pointer;*/
}

/* Styling event registration login form */
#eventRegistration form#regForm form#loginForm #eventLoginForm {
    margin-top: 5px !important;
}

/* Styling event registration login form for Guest Registration form fields*/
/*#eventprices form#regForm #eventguestprices table input {
	width:auto;
}*/

#EventLoggedIn {
	margin-top:5px !important;
}

form#IndividualRegForm {
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
}

/* For styling the member module login form */
#loginformtable {
	padding-top: 0px;
	padding-bottom: 0px;
}

#membershippayment {
	padding: 20px
}

#customform {
    padding-top: 20px;
}

#individualmembershipform, #loginformtable, #cfrmtable, form#IndividualRegForm, 
#eventRegistration, #logintable, #eventRegistrationNoLogin {
    box-shadow:none;
}

#MembershipTypes td.membershipdescription {
	padding-bottom: 10px;
}

/* Styles text on member / individual registration confirmation screen */
#RegConfirmation table#membershipconfirmation .appOutput {
	font-size:16px;
}

#RegConfirmation table#membershipconfirmation td {
	padding-right:5px;
	margin-right: 5px;
}

/* Styles text on registration channel confirmation screen */
#RegConfirmation table#registrationconfirmation .appOutput {
	font-size:16px;
}

/* Styles text on registration channel confirmation screen */
#RegConfirmation table#registrationconfirmation td {
	padding-right:5px;
	margin-right: 5px;
}

/* Styling impacts spacing in contact forms (e.g. membership form, registration form, etc.) */
#RegConfirmation table#membershipconfirmation td table#customfields td.customfieldlabel,
#RegConfirmation table#registrationconfirmation td table#customfields td.customfieldlabel {
    padding-top:16px;
}

/* Styling impacts text field width in contact forms (e.g. membership form, registration form, etc.) */
#MemRegFormProfile table#membershipform table#customfields td.appOutput input[type=text],
#MemRegFormProfile table#membershipform table#customfields td.appOutput input[type=date] {
    width:auto;
}

/* Organization registration / membership channel styling */
#editorganizationprofile form#orgregform table#organizationprofile td.orgcusfieldstable table#organizationcustomfields td label.labelOpt, 
#editorganizationprofile form#orgregform table#organizationprofile td.orgcusfieldstable table#organizationcustomfields td.content div.control-group label.content {
    font-weight:normal;
}

#editorganizationprofile form#orgregform table#organizationprofile td.orgcusfieldstable table#organizationcustomfields td label.labelOpt {
	padding-left:0px;
	padding-top:0px;
}

#editorganizationprofile form#orgregform table#organizationprofile td:first-child.appInputTitle {
	width:31.5%;
}

#editorganizationprofile form#orgregform table#organizationprofile td.orgcusfieldstable table#organizationcustomfields td.content div.control-group label.content div.control__indicator {
    top: 11px;
}

/* Main login form */
#loginformprimary .appTitle1 {
	padding-bottom:20px;
}

/* Styling application / form name on website */
#customform #formcard.card #formHeader {
    font-size: 1.65em;
    color: #4c4c4c;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}

/* Styling application / form confirmation message on website */
#customform #formcard.card #formConfirmation {
    font-size: 1.5em;
    color: #4c4c4c;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}

/* Styling application / form name */
#customform #formcard.card .sectionHeader {
	border-bottom: solid 1px #3a628a;
}

#customform #formcard.card table[name=customfieldhandler],
#customform #formcard.card table[name=paneSpecialHandler] {
	margin:10px;
}

/* Styling impacts spacing in contact forms (e.g. membership form, registration form, etc.) */
form#IndividualRegForm td {
    padding: 2px;
}

/* Styling impacts spacing in contact forms (e.g. membership form, registration form, etc.) */
form#IndividualRegForm td table#customfields td.customfieldlabel {
    padding-top:8px;
}

/* Styling impacts spacing in contact forms (e.g. membership form, registration form, etc.) */
form#IndividualRegForm td table#customfields td.appOutput div.appInputCheck,
form#IndividualRegForm td table#customfields td.appOutput div.appInputOption {
    line-height:.5;
}

/* Styling impacts spacing in contact forms (e.g. membership form, registration form, etc.) */
form#IndividualRegForm td table#customfields td.appOutput select.appInputSelect,
form#IndividualRegForm td table#customfields td.appOutput table#customfieldstates td select.appInputSelect {
    font-size:1rem;
}

/* MEMBERSHIP RENEWAL CHANNEL */

div#membershiprenewalwidget table table { width: 100%; }

div#membershiprenewalwidget .membershiprenewaltitle {
	font-family: arial;
	color: black;
	display: block;
	font-size: 18px;
}

div#membershiprenewalwidget .membershiprenewalinstructions {
	font-family: arial;
	color: black;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}

#dsploginwidget {
	width: 100%;
	padding: 7px;
	/*border: 1px solid #4C655C;*/
}

div#dsploginwidget #dspwelcomeblock span.welcometext {
	display: block;
	font-weight: bold;
}

/* Bold text and add a line break to several elements */
div#dsploginwidget div.dsploginblock span.logintext {
	font-family: arial;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

/* Bold text and add a line break to several elements */
div#dsploginwidget div.dsploginblock span.forgottext {
	display: block;
}

/* Style button re-setting defaults rather than using the stylesheet.css / Site Styles default */
div#dsploginwidget div.dsploginblock .appinputbutton {
	background-color: #F0F0F0;
	color: black;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 45px;
}

#membershiprenewaldetail a.btn.btn-success.btn-sm,
#RegConfirmation span.appInputAlone a.btn.btn-success {
	text-decoration:none;
}

/********************* CAPTCHA ************************/
/* Spacing on individual member / registration form captcha */
table#regcaptcha td {
	padding:2px;
}

/* Styling event registration form captcha */
#captcha .captchaCode, #captcha .captchaImage {
	display:inline-block;
	width: 50%;
	vertical-align:top;
}

#eventRegForm #captcha .captchaCode {
	width: 241px;
}

#eventRegForm #captcha .captchaImage {
	width: 40%;
}

/* Styling component form captcha (e.g. Donation form) */
#captcha .captchaImage img,
table#regcaptcha img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/*img[name="captcha"] {
	width: 100%;
	height: auto;
	border-radius: 10px;
}*/


#captcha .captchalabel {
	font-weight: 700;
	margin-bottom: 5px;
}

#captcha {
	margin-top: 10px;
}

#captcha .captchaCode .appInputText {
	width: 100%;
	height: auto;
}

/* Captcha for anon "View Form Detail" channel */
div#anonformcaptcha div#captcha.captchacontent {
	text-align: center;
}

/* Captcha for anon "View Form Detail" channel */
div#anonformcaptcha div#captcha.captchacontent .captchalabel,
div#anonformcaptcha div#captcha.captchacontent .captchaCode,
div#anonformcaptcha div#captcha.captchacontent .captchaImage {
	margin: auto;
}

/* Captcha for anon "View Form Detail" channel */
div#anonformcaptcha div#captcha {
    margin: 3px auto 3px auto;	
    padding: 10px 10px 10px 10px;
    width: 75%;
    background-color: #ffffff;
	border-radius: 10px;
	border: .5px solid #ccc;
}

/* Captcha for anon "View Form Detail" channel */
div#anonformcaptcha div#captcha .captchaImage,
div#anonformcaptcha div#captcha .captchaCode {
    width: 75%;
}

/********************* END: CAPTCHA ************************/

table#citystatezipcountry td {
    padding: 2px;
}

form#IndividualRegForm td input[name="userTableaddress1"] {
  margin-bottom: 16px;
}

form#IndividualRegForm td input[name="userTableaddress2"] {
  margin-bottom: 16px;
}

form#IndividualRegForm td input[name="userTableaddress3"] {
  margin-bottom: 8px;
}

/* For custom form tabs - overrides bootstrap default */
/* Styles active tab */
div#tabscss .nav-link.active {
    color: #fff !important;
    background-color: #3a628a !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

/* For custom form tabs - overrides bootstrap default */
/* Styles inactive tab in hover state*/
div#tabscss .nav-tabs>li>a:hover {
    border-color: #ddd #ddd #ddd !important;
}

/* For custom form tabs - overrides bootstrap default */
/* Styles inactive tab in hover state*/
div#tabscss .nav>li>a:focus, div#tabscss .nav>li>a:hover {
    text-decoration: none !important;
    background-color: #ddd !important;
}

/* For custom form tabs - overrides bootstrap default */
/* Styles inactive tab */
div#tabscss .nav-tabs>li>a {
    border-color: #eee #eee #ddd !important;
}

/* For custom form tabs - overrides bootstrap default */
/* Styles inactive tab */
div#tabscss .nav>li>a:focus, div#tabscss .nav>li>a {
    text-decoration: none !important;
    background-color: #eee !important;
	margin-right: 1px;
}

/* For custom forms - spacing around form */
#sectioncss {
  margin: 10px;
}

/* On screen confirmation message */
.confirmMsg {
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #ff0000;
    margin-top: 0px;
}

/* On screen alert message */
.alertMsg {
    line-height: normal;
    color: #ff0000;
    margin-top: 0px;
	font-weight: 500;
	font-size : 16px;
	font-style: italic;
}

/* On screen confirmation message */
table#workflowFrameHeader td.confirmMsg {
    padding-bottom: 10px;
}

/* On screen error message */
.errorMsg, errMsg, .errMsg {
    line-height: normal;
    color: #ff0000;
    margin-top: 0px;
	font-weight: 500;
	font-size : 16px;
	font-style: italic;
}

/* On screen error message */
#eventRegistration table#regFormTable .errMsg {
    padding-right: 4px;
}

/* On screen error message */
#passwordrecovery .errMsg {
    margin-bottom: 10px;
}

/* Styles error pages */
#publicerror p span.publicHeader {
    font-size: 24px;
    color: #4c4c4c;
	padding-top:5px;	
}

/* CEC Form screen */
form#formSubmitCEC div#EducationCreditForm div.form-group label.control-label.appInputTitle {
	background-color:transparent;
}

#title.form-control:invalid {
	
}
#title.form-control:valid {
	border:1px solid #ccc;
}
#credits.form-control:invalid {
	
}
#credits.form-control:valid {
	border:1px solid #ccc;
}

#EducationCreditForm .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#EducationCreditForm table {
    background-color: transparent;
}

#EducationCreditForm table {
    border-spacing: 0;
    border-collapse: collapse;
}

#EducationCreditForm .table>thead>tr>th {
    padding: 8px;
}

#EducationCreditForm th {
    text-align: left;
}

#EducationCreditForm .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#EducationCreditForm .table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#delete-confirm.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.font-weight-bold {
    font-weight: 700!important;
}

.text-center {
    text-align: center!important;
}

/* Used for application / form styling on front end website */
table#workflowFrameHeader {
    table-layout:fixed;
    width:100%;
}

/* Used for application / form styling on front end website */
table#workflowFrameHeader table#websiteformheader {
	padding:5px;
	margin-bottom:10px;
}

/* Used for application / form styling on front end website */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

/* Used for application / form styling on front end website */
table#workflowcontrolboard {
	margin-top:5px;
}

/* Event List by Category*/

#eventslistcategory #eventListSearch #eventSearchSubmitClear input.appBlueButton {
    margin-top: 10px;
}

#eventslistcategory #eventListSearch #eventSearchTitle input[type="text"] {
	width: auto;
	font-size: 1.15em;
    height: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}

#eventslistcategory #eventListSearch #eventSearchTitle input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1; /* Firefox */
}

#eventslistcategory #eventListSearch #eventSearchTitle input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
}

#eventListSearchTitle {
	color: #0a1e36;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	/*font-weight: 600;*/
	font-size: 1.5em;
	margin-bottom: 25px;
}

#eventListItemTitle {
	position: relative;
	float: left;
	width: 85%;
}

#eventListItemDate {
	width: 85%;
}

#eventListItem a {
	font-size: 1.25em;
}

#eventListDate {
	margin-top: 25px;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	font-size: 1em;
}

#eventListYear {
	margin-top: 25px;
	/*font-weight: 600;*/
	font-size: 1.25em;
	color: #0a1e36;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
}

#eventListItemRegister {
}

#eventListItemRegister a {
	color: #4858A4;
	text-decoration: underline;
}

#eventListItemRegister a:hover {
	color: #4892C0;
	text-decoration: underline;
}

#eventListNext {
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 35px;
}

#eventListPaging {
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	color: #414558;
}

#eventListItem {
	margin-top: 25px;
}

/*#eventSearchCategoryTitle {
	color: #414558;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
    font-size: 1.25em;
	font-weight: 600;
	margin-top: 15px;
}*/

/*#eventSearchContactTitle {
	margin-top: 15px;
	color: #414558;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.25em;
}*/

/*#eventSearchStateTitle {
	color: #414558;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 15px;
}*/

#eventListUpcomingTitle {
	/*margin-top: 25px;*/
	color: #414558;
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
	/*font-weight: 600;*/
	font-size: 1.5em;
}

#eventSearchSubmitClear {
	/*margin-top: 10px;*/
	font-family: "Lato", "Open Sans", Helvetica, sans-serif;
}

/* END: Event List by Category*/

/* Styling document list displays (e.g. Documents - Specific Topic) */

/* New Search button on document search results screen */
#showdocumentlist span.pull-right {
	margin-top:12px;
}

/* New Search button on document search results screen */
#showdocumentlist span.pull-right .btn-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #398439;
}

/* document list / search results screen */
#showdocumentlist form[name=docList] {
	margin-top:5px;
}

/* document list / search results screen */
#showdocumentlist #documentresults {
	margin-bottom:10px;
}

/* document list / search results screen */
#showdocumentlist #documentsortby {
	margin-bottom:10px;
}

/* document list / search results screen */
#showdocumentlist #documentfilter {
    border: 1px solid #eeedf2;
    border-radius: 8px;
    padding:15px;
}

/* document list / search results screen */
#showdocumentlist table#documentfilterbox {
	margin-bottom:5px;
}

/* document list / search results screen */
#showdocumentlist table#documentfilterbox td.content input.appInputButton {
	margin-top:0px;
}

/* document list / search results screen */
#showdocumentlist #documentlistitem td.appOutput span.appInputTitle {
    background-color: transparent;
    font-size: 1.15em;
    font-weight: 500;
}

/* document list / search results screen */
#showdocumentlist #documentlistitem table#documentlistitemtable {
	margin-top:10px;
	margin-bottom:10px;
}

/* document list / search results screen */
#showdocumentlist #documentlistitem table#documentlistitemtable td {
	padding-left:5px;
}

/* document list / search results screen */
#showdocumentlist #documentlistitem table#documentlistitemtable td.appTitle2 {
	padding-top:0px;
}

/* document list / search results screen styling disabled links when permissions missing but teaser alert is displayed*/
#showdocumentlist #documentlistitem table#documentlistitemtable td.appOutput div.alert span.appLinkAlone span.disabledlink {
    color: #337ab7;
    text-decoration: none;
}

/* document list / search results screen styling alert box when permissions missing but teaser alert is displayed*/
#showdocumentlist #documentlistitem table#documentlistitemtable td.appOutput div.alert {
    margin-bottom:5px;
}

/* document list / search results screen */
#showdocumentlist table#documentlisttable table.documentpagingwidget {
	margin-top:10px;
}

#documentlistitem table#documentlistitemtable tr td div.btn-group button.btn.default.btn-sm.btn-outline-secondary {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#documentlistitem table#documentlistitemtable tr td div.btn-group {
    margin-bottom: 5px;
    margin-top:5px;
}

#documentlistitem table#documentlistitemtable tr td div.btn-group img {
    margin-top:12px;
}

/* document list / search results screen */
#showdocumentlist table#documentlisttable table.documentpagingwidget td span.documentpagingstrip,
#showdocumentlist table#documentlisttable table.documentpagingwidget td.content span.documentprevnextstrip {
	border-radius: 8px;
	border: 1px solid #eeedf2;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
}

#showdocumentlist table#documentlisttable table.documentpagingwidget td.content span.documentprevnextstrip a {
	margin-left:5px;
	margin-right:5px;
}

#showdocumentlist table#documentlisttable table.documentpagingwidget td.content span.documentprevnextstrip a:hover,
#showdocumentlist table#documentlisttable table.documentpagingwidget td.content span.documentprevnextstrip a:hover {
	fill: #337ab7;
    text-decoration: none;
}

/* Default styling for "Documents - List Topic" channel */
		
#listtopic .clear {
	clear: both;
}

.ow-break-word {
   overflow-wrap: break-word;
}

#listtopic .documentBlock {
	height:20px;
	clear: both;
}

#listtopic .documentBlock .documentDate {
	float: right;
	font-weight: normal; 
	text-decoration: none;
	margin-top:20px;
}
	
#listtopic .documentBlock .documentLink {
	float: left;
	font-weight: normal; 
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	max-width: 75%;
}
	
#listtopic .documentBlock .documentLink a:link {
	color: #FF8833; 
	font-weight:normal; 
	text-decoration: none;
}
	
#listtopic .documentBlock .documentLink a:hover {
	color: #000000; 
	font-weight:normal; 
	text-decoration: none;
}
	
#listtopic .documentBlock .documentLink a:visited {
	color: #FF8833; 
	font-weight: normal; 
	text-decoration: none;
}

/* End default styling for "Documents - List Topic" channel */

/* Default styling for "Documents - Search Documents" channel */

#searchDocumentsTable, #mostrequesteddocumentstable {
	margin:auto;
}

#mostrequesteddocumentstable #mostrequesteddocumentsinsidetable td {
	padding-right: 10px;
}

#mostrequesteddocumentstable #mostrequesteddocumentsinsidetable td.appLinkInline {
	padding-left: 50px;
}

#searchDocumentsTable td {
	padding-right:5px;
}

/* Styling Document Directory channel */

table#documentdirectorytopictable svg,
div#documentdirectoryresponsive svg,
div#documentdirectorysubtopics svg {
	height:1.5em;
	width:1.5em;
	vertical-align:top;
}

table#documentdirectorytopictable a,
div#documentdirectoryresponsive a, 
div#documentdirectorysubtopics a {
	vertical-align:top;
}

table#documentdirectorytopictable td.documentdirectorytopic {
	padding-top:10px;
}

td.documentdirectorysubtopic {
	padding-left:10px;
	font-size:1em;
}

#passwordrecovery form#passwordRequestForm #passwordRequestFormTable td.appInputTitle {
	padding-right:5px;
	margin-right:5px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

/* Styling Event Landing Screen */
#eventdetail {
    min-height:400px;
}

#eventdetailreg {
	border: 1px solid #eeedf2;
	border-radius:8px;
}

table#eventdetailregtable td input.registration {
	width:90%;
	margin-top:2px;
	margin-bottom:2px;
	/*margin:20px;*/
}

table#eventdetailregtable td input.registration.button-burgundy {
	border-radius:40px;
	max-width:232px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word; /* For broader browser support */
}

#eventdetailreg table td {
	padding-top:25px;
	padding-bottom:25px;
	padding-right:10px;
	padding-left:10px;
	/*margin:3px;*/
	text-align:center;
}
    
/* Styling Contact Search Results Screen */

div#contactsearchresults table#print th { 
	border-top: 1px solid #ddd;
    padding: 8px 4px;
    vertical-align: middle;
	} 

div#contactsearchresults table#print td { 
	border-top: 1px solid #ddd;
    padding: 15px 4px;
    vertical-align: middle;
	} 

div#contactsearchresults table#print a { 
    font-size: 14px;
    font-weight: 600;
    color: #2274e2;
	text-decoration: none;
	} 

div#contactsearchresults table#print a:hover { 
	text-decoration: none;
	} 

div#contactsearchresults table#alphasort { 
    margin-top: 5px;
    margin-bottom: 5px;
	} 

div#contactsearchresults table#emailcontacts { 
    margin-top: 5px;
	} 

div#contactsearchresults table#emailcontacts select.appInputSelect {
    padding-top: 3px;
}

/* Styling Contact Search Results Print Screen */
div#printcontactsearch table#printSearchResults td {
	border-top: 1px solid #ddd;
    padding: 10px 8px;
    vertical-align: middle;
	} 

/* Styling Contact Search Details Screen */

div#contactsearchprofile table#contactsearchprofiletable table#contactsearchprofiledetailtable td { 
	border-top: 1px solid #ddd;
    padding: 15px 8px;
    vertical-align: middle;
	} 

/* Styling Contact Search Detail Print Screen */

div#print table#printSearchResultsProfile td {
	border-top: 1px solid #ddd;
    padding: 10px 8px;
    vertical-align: middle;
	} 

/* START: Styling Content Search Results */
/* Styling Content Search Results Summary */

#searchresults {
	box-shadow: 0 0 3px 0 rgba(0,0,0,.1) !important;
}

#searchresults table#simpleSearch2Display tr span.box {
	margin-bottom:20px:
}

#searchresults #searchresultssummary p.appTitle1 {
    font-size: 30px;
}

#searchresultssummary {
    font-size: 18px;
    background-color: #e6f2ff;
    /*background-color: #cce5ff;*/
    border-radius: 10px;
    border: 1px solid #dadce0;
}

#searchresults #searchresultssummary a {
    font-size: 18px;
    font-weight: 400;
}

/* Styling buttons */

#searchresults #searchresultssummary .button-container {
  display: flex; /* Activate Flexbox layout */
  justify-content: space-around; /* Distribute buttons evenly with space around them */
}

#searchresults #searchresultssummary .button-container span.appLinkAlone {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    justify-content: center;
    background: #fff;
    border: 1px solid #dadce0;
    box-sizing: border-box;
    border-radius: 20px;
    min-width: 38px;
    cursor: pointer;
}

#searchresults #searchresultssummary .button-container span.appLinkAlone a {
    margin: 0 14px;
}

/* Styling Content Search Results list */
#searchresults a, #searchresults a:hover {
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
}

#searchresults table#searchPagingTable td span.searchPaging,
#searchresults table#searchPagingTable td a,
#searchresults table#searchPagingTable td a:hover {
    font-size: 18px;
    font-weight: 600;
    text-decoration:none;
}

#searchresults a em  {
    font-weight: 625;
}

#searchresults hr.searchresults {
    width: 100%;
    border: 0;
    height: 1px;
    margin-top:15px;
    margin-bottom:15px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#searchresults #searchresultslist table#searchresultslisttable {
    margin: 25px auto 10px auto !important;
}

#searchresults #searchresultslist table#searchresultslisttable span.box span.appTitle1 {
    font-size: 24px !important;
}

#searchresults #searchresultslisttable .searchresultslistitem {
	margin-left: 25px;
	margin-right: 25px;
}

/* Styling Content Search Results list footer */
#searchresultspagingfooter #searchresultspagingfootertable a,
#searchresultspagingfooter #searchresultspagingfootertable {
    font-size: 18px;
    font-weight: 600;	
}

#searchresultspagingfooter #searchresultspagingfootertable {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
/* END: Styling Content Search Results */

/* Styling Grid Calendar */

table.gridcal {
  border: 2px solid #ccc;
  border-radius: 4px;
}

#gridinner table#gridinnertable td select[name="calmonthyear"] {
	margin-top:5px;
}

#gridinner table#gridinnertable td div.calendarevent a {
	color: #ffffff;
	width: 160px;
	display:block;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left:2.5px;
	padding-bottom:1.5px;
}

gridinner table#gridinnertable td a:hover {
    text-decoration: none;
}

#gridinner table#gridinnertable div.calendarevent {
    background-color: #aeaeae;
    border-radius: 5px;
    margin-bottom:2.5px;
    margin-left:2.5px;
    margin-right:2.5px;
}

#gridinner table#gridinnertable a.gridcalendarday {
    margin-left:2.5px;
    padding-left:2.5px;
}

/* Styles spacing on event search widget below grid calendar */
table#eventsearchinnertable {
    margin-left:2.5px;
    margin-right:2.5px;
    padding-left:2.5px;
    padding-right:2.5px;	
}

table#eventsearchinnertable td input[type=text] {
    width:98%;
}

table#eventsearchinnertable div.control-group.searchoption div.control__indicator {
  margin-top: 5px;
}

#gridlist {
  padding-top: 5px;
  margin-top: 5px;	
}

table.registration.searchresults {
  border-top: 2px solid #ccc;
}

/* Styles search box section below grid calendar */
#grid #gridouter table#eventsearchoutertable table[name="search"] table#eventsearchmiddletable table#eventsearchinnertable .control-group {
	width:auto;
	padding-bottom:0px;
}

/* Styles search box section below grid calendar */
#grid #gridouter table#eventsearchoutertable table[name="search"] table#eventsearchmiddletable table#eventsearchinnertable .control-group.searchoption {
	margin-bottom:0px;
}

/* Styles search box section below grid calendar */
#grid #gridouter table#eventsearchoutertable table[name="search"] table#eventsearchmiddletable table#eventsearchinnertable .control-group.searchoption .control {
	padding-top:0px;
}

/* Styles search box section below grid calendar */
#grid #gridouter table#eventsearchoutertable table[name="search"] table#eventsearchmiddletable table#eventsearchinnertable td input[type="submit"] {
	margin-bottom:5px;
}

#gridlist table#gridlisttableouter table#gridlisttableinner table[name="gridlisttablerow"] table td {
	padding-top:16px;
	padding-bottom:16px;
}


#gridlist table#gridlisttableouter table#gridlisttableinner table[name="gridlisttablerow"] table td a {
    font-size: 18px;
    font-weight: 600;
    color: #2274e2;
}


/* END: Styling Grid Calendar */

/* Styling Classic Calendar */

#calendar table tr > td{
 padding:10px;
}

/*#calendar table tr td:nth-child(1) table tr:nth-child(2) .appLinkAlone a{
 font-size:16px;
 font-weight:bold;
}*/

#calendar #calendareventlist table tr td .appLinkAlone a {
 font-size:14px;
 font-weight:bold;
}

#calendar table tr td:nth-child(1){
 padding:5px;
}

#calendar table td:nth-child(2) table:nth-child(1) tr:nth-child(1){
 padding:5px;
 background-color: #0a1e36;
 /*color:#ffffff;*/
}

#calendar table td:nth-child(2) table:nth-child(1) tr:nth-child(1) .appTitle3{
	color:#ffffff;
	font-size:12px;
}

#calendar table tr td:nth-child(2) a{
 color:#0a1e36;
 font-size:12px;
}

#calendar table tr td:nth-child(2) table{
 padding:5px;
 width:100%
}

#calendar table#calendargridouter td.calendargridhead {
 background-color: #ffffff;
}

#calendar #calendargrid table#calendargridouter select.appInputSelect.date {
    color: #373737;
}

/* END: Styling Classic Calendar */

/* Contact / member search results screen */

#contactsearchresults table#searchcriteria td.AppTitle2 {
	font-size: 1.5em;
    color: #4c4c4c;
}

#contactsearchresults table#searchcriteria td {
	padding: 5px;
}

#contactsearchresults table#searchcriteria {
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 5px;
    margin-top:10px;
    margin-bottom:10px;
}

#contactsearchresults table#print th input {
    margin-left:5px;
}

/* END: Contact / member search results screen */

/* Contact / member search email screen */
#contactsearchemail .appTitle3 {
    padding-top: 0px;
}

#contactsearchemail input[type=text] {
    margin-bottom: 5px;
    width:auto;
}

#contactsearchemail td.appOutput {
    font-size: 16px;
}

#contactsearchemail #cke_Message {
    margin-top: 10px;
}
/* End: Contact / member search email screen */

/* Start: email unsubscribe screen */

div#emailunsubscribebackground {
    background-color: transparent;
}

div#emailunsubscribe {
	padding: 10px !important;
}

/* Remove default 100% form field width */
form#editProfileGeneralTabForm div.GeneralTab input[type="text"],
div#emailunsubscribe input[type="text"] {
	width: auto;
}

div#emailunsubscribe .appInputCheck {
    font-size: 14px;
}

div#emailunsubscribe form[name=emailUpdate] {
	margin-bottom: 5px;
}

/* End: email unsubscribe screen */

/******JOB BOARD CHANNEL*******/

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

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

.clear { clear: both; }

#searchbutton { 
	margin: 10px auto;
	text-align: center; 
}

/*.a1 {
	width: 600px; */
	/*font-family: arial, sans-serif;*/
	/*font-size: 12px;*/
/*} */

/* Similar to appTitle3 with styles from original .formlabel */
.formlabel {
    font-size: 1.25em;
    color: #4c4c4c;
	/*padding-top:5px;*/
	width: 200px;
	float: left;
	margin: 2px 10px 5px 0px;
	text-align: right;
}

/*.formlabel {
	width: 200px;
	color: #000;
	float: left;
	font-size: 12px;
	font-family: arial;
	font-weight: 800;
	margin: 2px 10px 5px 0;
	text-align: right;
}*/

.formvalue {
	float: left;
	/*font-size: 12px;*/
	line-height: 18px;
	/*margin: 0 0 5px 0;*/
}

/*.text { font-size: 11px; }*/

.formvaluetext {
	padding-top:6px;
}

textarea.text  {
	font-family: arial, sans-serif;
	font-size: 15px;
	}

/*#jobpostform, #resumesearchform, #resumepostform, #jobsearchform {
	width: 600px;
	border: 1px solid #C0C0C0;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	}*/
	

/*************JOB SEARCH**************/
/*#JobList {
	width: 650px;
	}*/

div.noResults {
	color: black;
	background-color: white;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 400px;
}

div.jobtable {
	width: 700px;
	border-width: 0px;
	padding: 0;
	display: table; 
}

div.jobRow {
	/*background-color: #ccc;*/
	/*font-weight: 800;*/
	border-style:solid;
	border-width: 0px;
	display: table-row; 
}
 
div#JobList div.jobRow div.tablecell {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:16px;
	color:#333333;
	border-top: 1px solid #eee;
}

div#JobList div.jobRow div.appTitle2 {
	font-weight:500;
    font-size: 1.5em;
    color: #4c4c4c;
    padding-top: 10px;
}

div.jobHeaderPosition {
	border-style:solid;
	border-width: 0px;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.jobCellPosition {
	border-style:solid;
	border-width: 0px;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.jobHeaderCoName {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 290px;
}

div.jobCellCoName {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 290px;
}

div.jobHeaderCategory {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 110px;
}

div.jobCellCategory {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 110px;
}

div.jobHeaderLcation {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 200px;
}

div.jobCellLcation {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 200px;
}

div.jobHeaderDatePost {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 120px;
}

div.jobCellDatePost {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.jobHeaderAction {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.jobCellAction {
	border-style:solid;
	border-width: 0px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.jobViewLabel {
	text-align: right;
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 100px;	
}

div.jobViewSpacer {
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	display: table-cell;
	width: 20px;	
}
div.jobViewValue {
	text-align: left;
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 300px;
}

#jobsearch #jobsearchform form .formvalue input#AddJobCategory {
	width:auto;
}

/*************JOB POST**************/

.joblisting {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	line-height: 18px;
	}

.position {
	font-size: 20px;
	font-weight: 800;
	line-height: 25px;
}

.position a:link { color: #9999CC; font-family: arial, sans-serif; font-size: 20px; font-weight: 800; text-decoration: none; }	
.position a:visited { color: #9999CC; font-family: arial, sans-serif; font-size: 20px; font-weight: 800; text-decoration: none; }	
.position a:hover { color: #9999CC; font-family: arial, sans-serif; font-size: 20px; font-weight: 800; text-decoration: underline; }	
.position a:active { color: #9999CC; font-family: arial, sans-serif; font-size: 20px; font-weight: 800; text-decoration: underline; }		

.location {
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	}

.companyname {
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	}
	
.category {
	float: left;
	font-family: arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	margin: 0 20px 15px 0;
}

.dateposted {
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	}

.date { font-size: 14px; }

.calendaricon {
	height: 15px; 
	border: 1px; 
	cursor: pointer; 
	margin: 0 4px -2px 0;
	}
	
	
/**********RESUME SEARCH**********/

#resumesearchresults table {
	width: 600px;
	margin: 10px 0 0 0;
}

#resumesearchresults td { 
	border-bottom: 1px solid #C0C0C0;
	font-size: 12px; 
	padding: 4px;
}

#headerrow td { 
	background-color: #ccc;
	font-weight: 800; 
	padding: 4px 93px 4px 4px;
}

div.resTable {
	width: 650px;
	border-width: 0px;
	padding: 0;
	display: table; 
}

div.resRow {
	background-color: #ccc;
	font-weight: 800;
	border-style:solid;
	border-width: 0px;
	display: table-row; 
}

div.resHeaderName {
	padding:3px 3px 3px 3px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 220px;
}

div.resCellName {
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 220px;
}

div.resHeaderCategory {
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 290px;
}

div.resCellCategory {
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 290px;
}

div.resHeaderDatePosted {
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 110px;
}

div.resCellDatePosted {
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 110px;
}

div.resHeaderDownload {
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 100px;
}

div.resCellDownload {
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 100px;
}

/**********RESUME POST**********/

.removeresume { font-size: 30px; text-align: center; margin: 0 0 15px 0; }

.removeresume a:link { color: #0000cc; }
.removeresume a:visited { color: #0000cc; }
.removeresume a:hover { color: #9999CC; }
.removeresume a:active { color: #9999CC; }

div.resumeViewLabel {
	text-align: right;
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	font-weight: bolder;
	font-size: small;
	display: table-cell;
	width: 100px;	
}

div.resumeViewSpacer {
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	display: table-cell;
	width: 20px;	
}
div.resumeViewValue {
	text-align: left;
	border-style:solid;
	border-width: 0px;
	padding-top:1px;
	padding-bottom:5px;
	color: black;
	font-weight: normal;
	font-size: small;
	display: table-cell;
	width: 300px;
}

/* ORGANIZATION REGISTRATION */

#organizationlookup form#SelectOrg td.appLinkAlone a,
#organizationlookupresults form#SelectOrg td.appLinkAlone a {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    margin-bottom:5px;
}

#organizationlookup form#SelectOrg table table.OrgPrimaryContact,
#organizationlookup form#SelectOrg table table.OrgRegularContact {
	border-radius: 8px;
	--bs-bg-opacity: 1;
    background-color: #E1F5FE;
    padding: 20px;
    border: 1px solid #dee2e6;    
	border-collapse: separate;
  	border-spacing: 0;
  	overflow: hidden;
}

#organizationlookup form#SelectOrg table table.OrgPrimaryContact tr td:first-child {
	padding-right:5px;
}

#organizationlookup form#SelectOrg table#OrgContactsDisplay {
	width:100%;
}

#organizationlookup form#SelectOrg table#OrgContactsDisplay table.OrgPrimaryContact, 
#organizationlookup form#SelectOrg table#OrgContactsDisplay table.OrgRegularContact {
	width:50%;
	margin-bottom:10px;
}

/* Styling for Organization file upload list */
/* Adds rounded corners to file upload list */
table#itemlistorgfileuploadlist { border-collapse: separate; }
table#itemlistorgfileuploadlist tr td:first-child { border-top-left-radius: 10px; }
table#itemlistorgfileuploadlist tr td:last-child { border-top-right-radius: 10px; }
table#itemlistorgfileuploadlist tr td:first-child { border-bottom-left-radius: 10px; }
table#itemlistorgfileuploadlist tr td:last-child { border-bottom-right-radius: 10px; }

table#itemlistorgfileuploadlist tr td {
	margin:5px;
	padding:5px;
}

table#itemlistorgfileuploadlist a.itemlistlinkedcolumn {
    font-size: 14px;
    font-weight: 600;
    color: #2274e2;
}

table#itemlistorgfileuploadlist th a {
    color: #2274e2;
    font-weight: 600;
}

hr.orgfileupload {
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

form#uploadorgfileform input.appInputButton {
    margin-bottom: 10px;
}

form[name=uploadorgfileform] td.appInputTitle select[name=fileExtensionFilter] {
    margin-top: 10px;	
}

form[name=uploadorgfileform] td.appInputTitle input[name=filetoupload] {
	margin-left:5px;
}

form[name=uploadorgfileform] select {
    font-size: 16px;
}

/* START: Manage Your Profile styling */

a.badge-pill, input.badge-pill {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    line-height: 1;
}

.badge-success[href]:focus, .badge-success[href]:hover, .badge-success {
    color: #fff !important;
    text-decoration: none;
    background-color: #28a745;
    font-weight: 400;
    font-size: 13px !important;
    margin-left: 10px;
    margin-bottom: 4px;
}

/* START: Events tab styling */
table#manageprofileeventsinnertable th {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

table#manageprofileeventsinnertable th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table#manageprofileeventsinnertable th, 
table#manageprofileeventsinnertable td {
	padding-left:5px;
}

table#manageprofileeventsinnertable th:last-child {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table#manageprofileeventsinnertable td {
	padding-top:5px;
}
/* END: Events tab styling */

/* START: Membership tab styling */

table#manageprofilemembershipinnertable td.appInputTitle {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

table#manageprofilemembershipinnertable td:first-child.appInputTitle {
	padding-left:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table#manageprofilemembershipinnertable td:last-child.appInputTitle {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table#manageprofilemembershipinnertable td.appOutput {
	padding-top:5px;
}
/* END: Membership tab styling */

/* START: Forms tab styling */

table#manageprofileformsinnertable td.appInputTitle {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

table#manageprofileformsinnertable td:first-child.appInputTitle {
	padding-left:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table#manageprofileformsinnertable td:last-child.appInputTitle {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table#manageprofileformsinnertable td.appOutput {
	padding-top:5px;
}

/* END: Forms tab styling */

/* START: Donations tab styling */

table#manageprofiledonationsinnertable td.appInputTitle {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

table#manageprofiledonationsinnertable td:first-child.appInputTitle {
	padding-left:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table#manageprofiledonationsinnertable td:last-child.appInputTitle {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table#manageprofiledonationsinnertable td.appOutput {
	padding-top:5px;
}

/* END: Donations tab styling */

/* START: Email tab styling */

table#manageprofileemailinnertable td.appInputTitle {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

table#manageprofileemailinnertable td:first-child.appInputTitle {
	padding-left:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table#manageprofileemailinnertable td:last-child.appInputTitle {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

table#manageprofileemailinnertable td.appOutput {
	padding-top:5px;
}

/* END: Email tab styling */

/* START: Education tab styling */

div#educationtab table#itemlist td.appInputTitle {
	background-color: #f8f7fa;
	padding-top:5px;
	padding-bottom:5px;
}

div#educationtab table#itemlist td:first-child.appInputTitle {
	padding-left:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div#educationtab table#itemlist td:last-child.appInputTitle {
	padding-right:5px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

div#educationtab table#itemlist td.appOutput {
	padding-top:5px;
}

div#educationtab table#itemlist a.badge-pill, div#educationtab table#itemlist input.badge-pill {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
/* END: Education tab styling */

/* END: Manage Your Profile styling */

/* END: Styling for Organization file upload list */

/* Styling Add Document Channel Form */
div#uploaddocumentform .error{
	color:#a24737;
}

div#uploaddocumentform td.left {
	text-align: right;
	vertical-align: top;
	width: 100px;
	font-weight: bold;
	padding: 0px 10px 8px 0px;
	}

div#uploaddocumentform td.right {
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 8px 0px;
	}

/* Note: Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {

#loginformprimary {
    width: 80%;
}

}

/* Blog Channel Styling */
#main ul { 
	list-style-type: disc;	
    margin: 10px 0 15px 15px; 
}

#blog #main .page-title .article-title {
    font-size:36px;
}

#blog.a1 .entry-content {
    font-size: 16px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

#blog .categories-tags-top {
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ddd;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #969696;
    /*font: 400 12px/1.5em Calibri,Candara,Segoe,Optima,sans-serif;*/
    text-transform: uppercase;
}

#blog .entry-content, 
#blog .entry-summary {
    font-size: 16px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

#blog .entry-summary {
    margin-bottom: 10px;
}

#blog #main article .articlesummary {
    font-size: 16px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

#blog .fullarticle {
    border-bottom: 1px solid #ddd;
    margin-left: 10px;
    margin-top: 20px;
}

#blog .addthis_native_toolbox {
    margin-top: 5px;	
}

#blog #main article.fullarticle header.entry-header a h2.entry-title {
    font-size: 1.6rem;
}

#blog #main article.summarycontent header.entry-header a h1.entry-title {
    font-size: 1.6rem;
}

/* Zero out default bs styles - replaced by styles in next rule */
#blog #main .page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: 0px;
}

#blog #main header.entry-header a {
    text-decoration:none;
}

#blog #main .page-title {
    border-bottom: 1px solid lightGrey;
    line-height: 160%;
    margin-bottom: .6em;
    padding-bottom: .2em;
}

#blogpostfull #page.page #main section#primary #content header.page-header {
    margin-top:10px;
}

#blogpostfull #page.page #main section#primary #content header.page-header h1.page-title {
    margin-top:3px;
}

#blogpostfull #page.page #main section#primary #content img {
    margin:10px;
}

#blogpostfull #page.page #main section#primary #content {
    border: 1px solid #eeedf2;
    border-radius: 8px;
    padding:25px;	
}

/* START: Styling Article Lists */

#articlelistv2 div.articlelist div.activecolumn a,
div.articlelist div.activecolumn a {
	font-size: 28px;
    font-weight: 600;
    color: #2274e2;
    text-decoration:none;
}

#articlelistv2 div.articlelist, div.articlelist {
    border: 1px solid #eeedf2;
    border-radius: 8px;
    margin-bottom:20px;
    padding:25px;
}

#ArticleDisplay, #AuthorDisplay {
    border: 1px solid #eeedf2;
    border-radius: 8px;
    padding:25px;	
}

#ArticleDisplay p img {
    margin:10px;
}

#articlelist {
	color: #486898;
	font-size: 14px;
}

.activecolumn {
	width: 920px;
	color: #000;
	font-family: serif;
	font-size: 26px;
	margin: 10px 0 15px 0;
}
.activecolumn a:link { color: #486898; text-decoration: underline; font-style: italic; }
.activecolumn a:visited { color: #486898; text-decoration: underline; font-style: italic;}
.activecolumn a:hover { color: #486898; text-decoration: none; font-style: italic; }
.activecolumn a:active { color: #486898; text-decoration: none; font-style: italic; }

/*.content, .content2, .content3, .content4, .content5, .content6, .content7 {
	width: 290px;
	color: #000;
	font-size: 12px;
}*/

/* Styles Activity Display on website */
	#usercompletedactivities {
		margin-top: 10px;
		padding-top: 10px;
	}

	#useractivities .appTitle1 {
		margin-bottom: 15px;
	}

	form[name=userActivitiesForm] .activityDivTable,
	#usercompletedactivities .activityDivTable {
		display:table;         
		width:100%;
		border-collapse: collapse;
		overflow:hidden;
	}
	
	form[name=userActivitiesForm] .activityHeadRow,
	#usercompletedactivities .activityHeadRow {
		display:table-row;
	}
	
	form[name=userActivitiesForm] .activityHeadCell,
	#usercompletedactivities .activityHeadCell {
		display:table-cell;
		/*text-align:center;*/
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding:3px;
		margin:0px;
		font-family:Arial;
		font-style:normal;
		font-weight:bold;
	}

	form[name=userActivitiesForm] .activityDataRow,
	#usercompletedactivities .activityDataRow {
		display:table-row;
	}

	form[name=userActivitiesForm] .activityDataCell,
	#usercompletedactivities .activityDataCell {
		display:table-cell;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding:3px;
		margin:0px;
		min-height:20px;
		font-family:Arial;
		font-style:normal;
		font-weight:normal;
	}

	form[name=userActivitiesForm] .activityButtonCell{
		display:table-cell;
		border:1px solid #fff;
		padding:3px;
		margin:0px;
		min-height:20px;
		font-family:Arial;
		font-style:normal;
		font-weight:normal;
	}
	
	form[name=userActivitiesForm] .activityTabName,
	#usercompletedactivities .activityTabName {
		padding:3px;
		border:0px;
		background-color:#000;
		color:#fff;
		width:200px;
		font-weight:bolder;
		font-family:Arial;
		text-align:center;
    	border-radius: 10px 10px 0px 0px;
    	}
	
	/*.showAll {
		padding:3px;
		border:0px;
		font-family:Arial;
	}*/
	
	form[name=userActivitiesForm] .activityReview {
		color:green;
	}
	
	form[name=userActivitiesForm] .activityDivTable .activityDataRow .activityDataCell,
	form[name=userActivitiesForm] .activityDivTable .activityHeadRow .activityHeadCell,
	#usercompletedactivities .activityDivTable .activityDataRow .activityDataCell,
	#usercompletedactivities .activityDivTable .activityHeadRow .activityHeadCell {
		padding: 10px 5px;
	}
/* END: Styles Activity Display on website */

/* Org Search Channel */
/*********************
         Form
*********************/
select, option, input, label, button{
    padding: 0.2rem 1rem;
    font-size:15px;
    /*font-size: 1.2rem;*/
    color: inherit;
}
.form-box{
    /*padding: 0.5rem 0;*/
    display: flex;
    flex-direction: column;
}
.form-box label{
    display: none;
}
.form-box input,
.form-box select,
.form-box textarea{
    flex-basis: 100%;
}
.form-box button{
    
}

/*******************************
        Media Queries
*******************************/
@media all and (min-width: 500px){
    .form-box{
        
    }
    .form-box label{
        display: block;
    }
    .form-box input,
    .form-box select,
    .form-box textarea{
        
    }
    .form-box button{

    }
}

@media all and (min-width: 600px){
    .form-box{
        flex-direction: row;
    }
    .form-box label{
        flex-basis: 9rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .form-box input,
    .form-box select,
    .form-box textarea{
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .form-box button{
        margin-left: 9rem;
    }
}

#OrgSearch table#orgsearchform td.OrgSearchTitle {
	padding-bottom:10px;
}

#OrgSearch table#orgsearchlist table#itemlist,
#OrgSearchOrgContacts table#itemlist {
    margin-top: 10px;
}

#OrgSearch table#orgsearchlist table#itemlist td, 
#OrgSearchOrgContacts table#itemlist td {
    border-top: 1px solid #ddd;
    padding: 16px 8px;
}

#OrgSearch table#orgsearchlist table#itemlist th, 
#OrgSearchOrgContacts table#itemlist th {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
    padding: 16px 8px;
    color: #777;
}

#OrgSearch table#orgsearchlist table#itemlist th > a,
#OrgSearchOrgContacts table#itemlist th > a {
    font-size: 16px;
    font-weight: 600;
    color: #2274e2;
}

#OrgSearch table#orgsearchlist table#itemlist td,
#OrgSearchOrgContacts table#itemlist td {
    border-top: 1px solid #eee;
    padding: 16px 8px;
}

#OrgSearch table#orgsearchlist table#itemlist a.itemlistlinkedcolumn,
#OrgSearchOrgContacts table#itemlist a.itemlistlinkedcolumn {
    font-size: 16px;
    font-weight: 600;
    color: #2274e2;
}

/* Org Search Channel - Contact Profile*/
#OrgSearchContactProfile table#membershipform td {
	padding-right: 10px;
}

/* Documents - Text Search channel styling */
#documents-text-search .center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

/* Documents - Text Search channel styling */
#documents-text-search .search-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /*width: 80%;*/
    /*max-width: 400px;*/
}

/* Documents - Text Search channel styling */
#documents-text-search .search-header {
    margin-bottom: 10px;
}

/* Documents - Text Search channel styling */
#documents-text-search .search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Documents - Text Search channel styling */
#documents-text-search .search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Documents - Text Search channel styling */
#documents-text-search .btn-success {
    padding: 10px 20px;
    /*background-color: #007bff;*/
    /*color: #fff;*/
    border: none;
    /*border-radius: 4px;*/
    /*cursor: pointer;*/
    transition: background-color 0.3s ease;
    margin-left: 10px; /* Add margin to separate the button from the input */
}

/* Documents - Text Search channel styling */
#documents-text-search input[type=text] {
    margin-bottom:0px;
}

/* Documents - Text Search channel styling */
#documents-text-search .search-button:hover {
    background-color: #0056b3;
}

/* Documents Directory Responsive Channel Styling */
#documentdirectoryresponsive .title, 
#documentdirectorysubtopics .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
#documentdirectoryresponsive .row,
#documentdirectorysubtopics .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    /*margin: -10px;*/
  }
#documentdirectoryresponsive .column,
#documentdirectorysubtopics .column {
    flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    #documentdirectoryresponsive .column, 
    #documentdirectorysubtopics .column {
      flex: 100%;
    }
  }

#documentdirectoryresponsive .item,
#documentdirectorysubtopics .item {
    /*border: 1px solid #ccc;*/
    padding-left: 10px;
    padding-right: 10px;
    /*margin-bottom: 20px;*/
  }
  
/* START: BS Tooltip Styling */
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #7f7f7f;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  text-align:center;
  font-weight:450;
  font-size:15px;
  border: 1px solid #7f7f7f;
  max-width: 250px;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ff0000 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
 border-left-color: #ff0000 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
 border-bottom-color: #ff0000 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
 border-top-color: #ff0000 !important;
}
/* END: BS Tooltip Styling */

/* Styling Ticket */
div#ticket .main-panel {
    float:left;
    margin:0px 20px 20px 20px;
    padding:20px;
    /*background: #f3f6f7;*/
    position: relative;
    z-index: 2;
    /*min-height: 100%;*/
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0px 2px rgba(0, 0, 0, .3);
}

div#ticket div#formcard.card {
    margin:10px 10px 10px 10px;
    padding:10px;
}  

div#ticket div.main-panel > div#formcard.card {
	border-radius: 8px;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}  

div.cke_editable.activityView {
	width:600px;
	overflow:auto;
	border:1px solid #ccc;
	margin:5px 0 5px 0;
	padding:10px;
	border-radius: 6px;
}

/* END: Styling Ticket */

3942: added the following:
/* START: Email Web Archive */
#EmailWebArchiveList div.table {
	border-collapse: collapse;
	display: table; 
}

#EmailWebArchiveList div.tr {
	/*border: 0px;*/
	display: table-row; 
    border-bottom: 1px solid #eee;
}

#EmailWebArchiveList div.td1 {
	border: 0px;
	display: table-cell;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#EmailWebArchiveList div.td2 {
	border: 0px;
	display: table-cell;
	padding-left: 30px;
	padding-right: 3px;
	font-size: 12px;
}

#EmailWebArchiveList div.th1 {
	border: 0px;
	color: #AAAAAA;
	font-size: 14px;
	font-weight: bolder;
	display: table-cell;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#EmailWebArchiveList div.th2 {
	border: 0px;
	color: #AAAAAA;
	font-size: 14px;
	font-weight: bolder;
	display: table-cell;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.EmailWebArchive table.emailContainer {
	border: 1px solid #dddddd;
	height:100%;
	width:700px !important;
	padding: 10px;
	/*overflow: auto;*/
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.centerEmail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* This assumes you want it centered vertically within its container */
}

/* If you want the content inside .EmailWebArchive to be centered as well */
.centerEmail .EmailWebArchive {
  text-align: center;
}

/* END: Email Web Archive */