/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2014 osCommerce

  Released under the GNU General Public License
*/
.cc_banner {
    display: flex;
    justify-content: center; /* Center aligns the children horizontally */
    align-items: center; /* Center aligns the children vertically */
}

.cc_btn_accept_all, #disagreeBtn {
    margin: 0 10px; /* Adjust spacing around buttons */
    padding: 5px 10px;
    background-color: #4CAF50; /* Green for OK */
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px; /* Rounded corners */
}

#disagreeBtn {
    background-color: #f44336; /* Red for Disagree */
}


.print {
    color: #67200f;
}
.print:hover {
    color: #889238;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:visited, .btn-default.active:hover, .btn-success.active:focus, .btn-success.active:focus, .btn-success.active.focus, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active:hover {
text-decoration: none !important;
	padding: 4px;
	background-color: #9aa331;
	border-color: #ddd5c4;
        color: #fff;
        border-radius: 12px;
        outline: 0px;
}
.InvoiceTitle { font-size: 25px; color: #000000; }

.body { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; }

/* links */
a { color: #000000; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }

a.headerLink { color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { text-decoration: underline; }

a.menuBoxHeadingLink { color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { }

a.menuBoxContentLink { color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { text-decoration: underline; }

a.splitPageLink { color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading { color: #616060; background-color: #ffffff; }
.menuBoxContent { color: #616060; }

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; }
.headerBar { background-color: #B3BAC5; }
.headerBarContent { color: #ffffff; font-weight: bold; padding: 2px; }
.columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading { font-size: 17px; color: #000000; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
.dataTableHeadingContent2 { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; color: #000000; font-weight: bold; }

.heading1 { font-family: Georgia; font-size: 0.7em; background-color: #C9C9C9; }
.heading2 { font-family: Georgia; font-size: 16px; background-color: #C9C9C9; }
.heading3 { font-family: Georgia; font-size: 0.7em; background-color: #C9C9C9; }
.tablecolor1 { font-family: Georgia; font-size: 16px; background-color: #F0F1F1; }
.tablecolor2 { font-family: Georgia; font-size: 16px; background-color: #F0F1F1; }
.tablecolor3 { font-family: Georgia; font-size: 0.7em; background-color: #F0F1F1; }
.tablecolor4 { font-family: Georgia; font-size: 0.7em; background-color: #F0F1F1; }

.dataTableRow { font-family: Georgia; font-size: 16px; background-color: #F0F1F1; }
.dataTableRow2 { font-family: Georgia; font-size: 0.7em; background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; color: #000000; }

/* info box */
.infoBoxHeading { color: #ffffff; background-color: #B3BAC5; }
.infoBoxContent { color: #000000; background-color: #DEE4E8; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Helveticy, Verdana, Arial, sans-serif; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { color: #ff0000; }
.smallText { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; }
.main { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; }
.main2 { font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.7em; }
.errorText { color: #ff0000; }

/* new messageStack styles */
.secInfo, .secSuccess, .secWarning, .secError {
  border: 1px solid;
  margin: 10px 0px;
  padding: 5px 10px 5px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.secInfo {
  border-color: #00529B;
  background-image: url('../images/ms_info.png');
  background: url('../images/ms_info.png') no-repeat 10px center, url('../images/ms_info_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #BDE5F8;
}

.secSuccess {
  border-color: #4F8A10;
  background-image: url('../images/ms_success.png');
  background: url('../images/ms_success.png') no-repeat 10px center, url('../images/ms_success_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #DFF2BF;
}

.secWarning {
  border-color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/ms_warning.png');
  background: url('../images/ms_warning.png') no-repeat 10px center, url('../images/ms_warning_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #FEEFB3;
}

.secError {
  border-color: #D8000C;
  background-image: url('../images/ms_error.png');
  background: url('../images/ms_error.png') no-repeat 10px center, url('../images/ms_error_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #FFBABA;
}

.secInfo p, .secSuccess p, .secWarning p, .secError p {
  padding: 2px;
}

#adminAppMenu {
  float: left;
  width: 150px;
  padding: 5px;
}

#adminAppMenu h3 {
}

#adminAppMenu ul {
  list-style: none;
  margin: -5px 0 -5px -10px;
  padding: 0;
}

#contentText {
  margin-left: 160px;
}

/* Custom jQuery UI */
.ui-widget { }
.ui-dialog { min-width: 500px; }

/* buttons */

.tdbLink a { }

.tdbLink button { }
