button:disabled, button:disabled:hover {
	background: rgba(102, 102, 102, 0.43);
}

.center-margin div {
	margin: 0 auto;
}

.bullet-on ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}

.bullet-on ul li {
	list-style-type: square;
	list-style-position: inside;
}

.bullet-on ol li {
	margin-left: 20px;
}

.table-on  table {
	border: none;
}

.table-on  table tr:first-child td {
	background-color: #00AFEE;
	color: #fff;
}

.table-on  table td {
	border: 4px solid #fff;
	background-color: rgba(0, 175, 238, 0.08);
	color: #1C3F95;
}

.button-on .ow-button-hover {
	padding: 20px !important;
	display: block;
	vertical-align: middle;
}

.button-big-on .ow-button-hover {
	height: 40px; 
}

.button-small-on .ow-button-hover {
	width: 50%; 
}

.form-row:after, .col-2:after{
	display: table;
	content: " ";
	clear: both;
}
.form-col {
	height: 100%;
	padding: 5px;
	min-width: 200px;
	float: left;
}
.form-col label {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

.error {
	color: red;
}

.form-error {
	float: right !important;
	padding-left: 10px;
}

.notify-border {
	padding: 8px;
	border: 1px solid #e0e0e0;
}

.custom-select {
   border: 1px solid #CCC;
   background-color: #FAFAFA;
   max-width: 250px;
   padding: 5px;
   font-size: 17px;
   border: 1px solid #ccc;
   height: 40px;
}

.p-top {
	margin-top: 1.5em;
}

.suppliers-table {
margin: 1.5em 0;
}

.suppliers-table p {
margin: 0;
}

.clearfix{
	margin:0;
	padding:0;
	clear:both;
	width:0;
	height:0;
}

#excerpt{
	float:left;
	width:90%;
	margin:0;
	padding:0;
}

#informationIconButtonContainer{
	float:right;
	margin:0;
	padding:0;
}

#informationIconButton{
	display: inline-block;
	width: 20px;
	height:20px;
	margin:0;
	padding:0;
	cursor:pointer;
	vertical-align: middle;
}

#descriptionContainer{
	display: none;;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-audit-list,
.btn-comp-status-custom{
	text-align:center;
	display: block;
	margin:0 auto;
	width:85%;
	font-weight:700;
	color: #fff !important;
}

.btn-comp-status-custom{
	display: block !important;
	text-align:center !important;
	width:unset !important;
	margin:unset !important;
	padding:5px 10px !important;
	font-size:14px !important;
}

.btn-audit-list:hover,
.btn-comp-status-custom:hover{
	color: #000 !important;
}

#auditList tbody tr:hover{
	background-color: rgba(0,0,0,.075);
}

#search-filter a {
	padding: 0px 10px;
	font-size: 1em;
	margin: 2px;
	background-color: #828282;
}

#search-filter a.w--current, 
#search-filter a.default-initial {
	background-color: #243588;
}

#search-filter {
	display: block;
	padding: 10px 0px;
	font-size: 1.5em;
}

#search-filter small{
	display: block;
}

.separate-containers .site-main > * {
    margin-bottom: 0px !important;
}

.site-content {
    word-wrap: normal !important;
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

@media(min-width: 1000px) {
.suppliers-table {
width: 60%;
}
}

body{
		min-width:300px;
		zoom:1;
	}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
	
	.mag-left,
	.mag-right
	{
		width:100%;
		text-align:center;
	}
	
	.mag-left{
		float:none;
	}

	.mag-right{
		float:none;
	}

	.mag-image-link{
		display:block;
		float:none;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width:991px){
	.mag-left,
	.mag-right
	{
		width:100%;
		text-align:center;
	}
	
	.mag-left{
		float:none;
	}

	.mag-right{
		float:none;
	}

	.mag-image-link{
		display:block;
		float:none;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width:1199px){
	
	.mag-left,
	.mag-right
	{
		width:50%;
	}

	.mag-left{
		float:left;
	}

	.mag-right{
		float:right;
	}

	.mag-image-link{
		display:block;
		float:right;
	}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width:1399px) { 

	.mag-left,
	.mag-right
	{
		width:50%;
	}

	.mag-left{
		float:left;
	}

	.mag-right{
		float:right;
	}

	.mag-image-link{
		display:block;
		float:right;
	}

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 

	.mag-left,
	.mag-right
	{
		width:50%;
	}

	.mag-left{
		float:left;
	}

	.mag-right{
		float:right;
	}

	.mag-image-link{
		display:block;
		float:right;
	}

}

.mag-row{
	margin-top:25px;
}

/*** Css for top menu: 7334 121223 9893 ***/
#menu-top-menu-nov-2023 {
	float: right;
}
#menu-top-menu-nov-2023 .menu-item {
	float: left;
	list-style: none;
}
/*** Css for top menu: 7334 121223 9893 ***/

/* OTE -Top header - sub header buttons CSS 7331 121223 9893*/
/* .new-header-widget {
	max-width: 700px;
} */


/* WP-Upgrade: ADD this css to fix header section heading text color issue on 5355 13062025 9893 */
.new-styles .wp-block-cover__inner-container .margin-bottom-zero h1, 
.new-styles .wp-block-cover__inner-container .margin-bottom-zero h2, 
.new-styles .wp-block-cover__inner-container .margin-bottom-zero h3 {
    color: #ffffff !important;
}



/* WP-Upgrade: fixed this styling after replacong Accordion Shortcodes plugin with our own written code on 5355 16062025 9893 */
.custom-accordion .accordion-item {
    margin-bottom: 8px;
}

.custom-accordion .accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 40px; /* add left padding for the icon space */
    border: 1px solid #b3b3b3;
    color: #243588;
    font-size: 16px;
    background: #fff !important;
    position: relative;
}

.custom-accordion .accordion-header::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 51%;
    transform: translateY(-50%) rotate(0deg);
    width: 24px;
    height: 16px;
    background-image: url('/cms/wp-content/uploads/2025/06/accordian-arrow-right-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-item.open .accordion-header::before {
    transform: translateY(00%) rotate(90deg);
}

.custom-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 15px;
}

.custom-accordion .accordion-item.open .accordion-content {
    max-height: 500px;
    padding: 10px 0px;
}

/* WP-Upgrade: fixed this styling after replacong Custom Recent Posts Widget plugin on 5355 16062025 9893 */
.rpwwt-widget ul li {
	margin: 0 !important;
}
.separate-containers .widget:last-child, .widget:last-child {
	margin-bottom: 30px;
    list-style: none;
}

.new-styles .wp-block-cover__inner-container .margin-bottom-zero h2.text-color-dark{
	color: #243588 !important;
}

.text-color-dark{
	color: #243588 !important;
}

.new-styles .new-secondary-color-bkg button#labelGenBtn1.wp-block-button__link,
.new-styles .new-secondary-color-bkg button#labelGenBtn20.wp-block-button__link {
    width: auto;
    height: auto;
}

/* WP-Upgrade: fixed this styling after replacing "amr shortcode any widget" plugin on 5355 17062025 9893 */
.widgets_on_page.wop_small1 ul{
	margin: 0px;
}

/* WP-Upgrade: fixed extra spacing issue on 5355 20062025 9893 */
.page-id-9608 .greysection.downarrow .halves div.button{
	float: left;
}


/* 4271 17072025 0983 */
#company-dialog.ui-widget-content .companies_list button{
	font-family: Verdana, Arial, sans-serif !important;
	font-size: 12px;
	width: 212px !important;
}