/* Give the delete a button look - Chip 5/5/2020 */
div#divDelete {
    background-color: #24b09b;
    border-radius: 4px;
	padding: 0 5px;
	margin-top: 3px;
}
/*Update button to Teal per LaTina on 3/31/2020*/
.btn, .btn-primary, .TextButton, .homebutton {
    background-color: #24b09b;
    border-color: #24b09b;
	margin-left: 5px;
	color: white !important;
}
.ce-credits .myACAwrap a, .paginate_enabled_previous, .paginate_enabled_next, .paginate_disabled_previous, .paginate_disabled_next, .button, .button:visited, button, input[type=button], input[type=submit] {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #24b09b;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700;
    background: #24b09b;
    text-shadow: 0 1px 0 #636363;
	margin-left: 5px;
}
.btn:hover, .btn-primary:hover, .TextButton:hover, .homebutton:hover .ce-credits .myACAwrap a:hover, .paginate_enabled_previous:hover, .paginate_enabled_next:hover, .paginate_disabled_previous:hover, .paginate_disabled_next:hover, .button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover{
	border: 1px solid #8ad3c8;
	background: #8ad3c8;
}
/*prevent the searchbox from wrapping to the next line after adding the margin-left to the button*/
.form-inline {
		flex-flow: nowrap;
}
/*Adjusts the width of everything below the header to a mx of 1000px */
.utility-container>.sf_colsOut, .header>.sf_colsOut, .main>.sf_colsOut, .footer>.sf_colsOut {
    max-width: 1000px;
    margin: 0 auto;
}
/*eliminate the padding on the container which pushes the content beyond the original container */
/* .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
} */
/*adjust the width of the shipping method in the viewcart.aspx page */
/* div#ctl00_store_ucFullCart_dlFullCart_ctl02_ucFreight_divFreightMethodSelection {
    width: 97%;
	padding-right: 10px;
    padding-left: 10px;
} */
/*reducing the left margin to 150 from 200 because it is a waste of space*/
.store .storewrapper .eventdetailinfobrief, .store .storewrapper .subscriptiondetailinfobrief {
    margin-left: 150px !important;
}
.proddetailinfo {
    margin-left: 150px !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    /* Edited by Chip 4/28/2020
	background-color: #e3674b;
    border-color: #e3674b;*/
	background-color: #6c757d;
    border-color: #6c757d;
}
/* Edited by Chip 4/28/2020 Because this is replicated below
.btn, .btn-primary, .TextButton, .homebutton {
	background-color: #e3674b;
    border-color: #e3674b;
	
}*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    /* Edited by Chip 4/28/2020
	border: 1px solid #e3674b!important;
    background: #e3674b!important;*/
    border: 1px solid #24b09b!important;
    background: #24b09b!important;font-weight: normal;
    color: #ffffff;
}
/* Edited by Chip 11/10/2020
Purpose: to change registration page colors per LaTina Lewis's on 11/10/2020*/
.requiredfunction > td {
    border-bottom: 4px solid #24628f;
}
.requiredfunction {
    background-color: #e7e7e7;
}
div#ctl00_store_ucRegMain_ucQuestionManagerGeneralQuestions_rptQuestionManager_ctl00_divQuestionAnswer {
    background-color: #bdd0dd;
}
input#ctl00_store_btnRegistrationDetails {
    margin-right: 15px;
    border-radius: 5px;
}
input#ctl00_store_btnAddToCart {
    border-radius: 5px;
}

