@media (min-width:992px) and (max-width:1024px){
    .modal-open {
      padding-right: 7.5px !important;
    }
}
@media (min-width: 1281px) {
	.modal-open {
	  left: -5px!important;
	  position: relative;	
	  padding-right: 0px !important;  
	}
}	
html {
    overflow-x: hidden;
    max-width: 1600px;
    margin:0 auto;
    background: #ccc;
}

.modal-backdrop.show {
  display: block;
}
.modal-backdrop.hide {
  display: none;
}

/** Back arrow for breadcrumb **/
.back-arrow {
    color: #fff;
    background: #c94f13;
    padding: 5px;
}
/* .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top:25px;
  right: 10px;
  top: unset;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  transform: rotate(135deg);
  border-left: 0px;
} */
.dropdown-toggle {
    background-color: white;
    color: black;
    width: 100%;
}
.dropdown-toggle:hover {
  color: black;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background: #ffffff;
    border-color: #c94f13;
    color: #c94f13;
}
.dropdown-toggle {
  border-radius: 5px !important;
}
.dropdown.show {
  display: inline-block;
  z-index: 1;
}
.dropdown {
  max-width: 300px;
  width: auto;
  display: inline-block;
  margin-right: 10px !important;
}

div#technical-data-sheets--select button.dropdown-toggle {
	padding: 5px 20px !important;
}

.dropdown button {
  white-space: normal;
  max-width: 300px;
}

.form-control:focus {
  border-color: #ccc !important;
  outline: 0;
  box-shadow: none;
}

.bg-primary {
    background-color: #c94f13!important;
}

circle[class*="bg-fill-primary"] {
  fill: #c94f13;
}

svg.icon {
    fill: #c94f13;
}

.radio-button-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px !important;
    background-clip: content-box;
    border: 2px solid #c94f13;
    border-radius: 50%;
}

.radio-button-style:checked {
    background-color: #c94f13;
    outline: none;
}

.radio-button-style:disabled {
    border-color: lightgray;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c94f13;
    position: relative;
    top: 26%;
    margin: 1%
}

nav:after,
.custom-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .custom-container, nav            { zoom: 1; } /* IE6 */
*:first-child+html .custom-container { zoom: 1; } /* IE7 */

/* start : custom checkbox */
.form-check-label {
  display: block;
  position: relative;
  left: 0;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark,
.radiodot {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;

  border: 1px solid #cccccc;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.radiodot:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after,
.form-check-label input:checked ~ .radiodot:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
  left: 8px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: solid #37be25;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check-label .radiodot:after {
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: #c94f13;
  border-radius: 50%;
}

.show > .btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #c94f13;
  border-color: #c94f13;
}
.dropdown-item.active, .dropdown-item:active {
  background: #c94f13;
}
.dropdown-menu.show{
  width: 80%;
  z-index: 1;
}

@media (max-width: 850px) {
    .sds-select-wrap .dropdown-menu.show {
    transform: translate3d(-177px, 51px, 0px) !important;
  }
}

@media (max-width: 750px) {
    .sds-select-wrap .dropdown-menu.show {
    transform: translate3d(-160px, 51px, 0px) !important;
  }
}

@media (max-width: 500px) {
    .sds-select-wrap .dropdown-menu.show {
    transform: translate3d(-111px, 51px, 0px)!important;
    min-width: 274px !important;
}

.sds-type .dropdown-menu.show{
    transform: translateY(65px) !important;
  }
}

.dropdown .btn-primary:not([disabled]):not(.disabled).active,.dropdown  .btn-primary:not([disabled]):not(.disabled):active, .dropdown.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  width:100%;
}
.dropdown-menu.show {
  background: #e7e7e9;
  left: 0;
  right: 0;
  min-width: 300px;
  width: 100%;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #626262;
}
select:focus > option:checked {
  color: #fff;
  background: #626262 !important;
}

/* to wrap text of dropdown options */
.dropdown-item {
    white-space: normal;
}

.fa-bars,
input:focus {
    color: black;
}
/*Nikhil Jain
CSS:  public.css file*/
/* Pro Heading Fonts */
h1, .behr-pro-1 {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	color: #212529;
}
h2, .behr-pro-2 {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 44px;
	line-height: 52px;
	text-transform: uppercase;
	color: #212529;
}
h3, .behr-pro-3 {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold) !important;
	font-size: 30px;
	line-height: 42px !important;
	text-transform: uppercase;
	color: #212529;
}
h4, .behr-pro-4 {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: #212529;
}
h5, .behr-pro-5 {
	/* font-family: var(--behr-body-and-label-font); */
  font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 20px;
	line-height: 32px;
	color: #212529;
}
.behr-pro-6 {
	font-family: var(--behr-heading-font);
	font-style: normal;
	font-weight: var(--behr-atf-500);
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	color: #212529;
}
/* Para Tags and Small Tags*/
p, .behr-pro-text {
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;
	color: #4E4E4E; 
}
.behr-pro-big-text {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 20px;
	line-height: 32px;
	color: #212529;
}
.behr-pro-small-text {
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 16px;
	line-height: 24px;
	color: #4E4E4E;
}
.behr-pro-dark-text {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 15px;
	line-height: 20px;
	color: #212529;
}
.behr-pro-dark-text-2 {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 14px;
	line-height: 24px;
	color: #212529;
}
.behr-pro-legal {
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 10px;
	line-height: 12px;
	color: #212529;
}
/* Fonts for CTA */
.primary-anchor-text {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 14px;
	line-height: 21px;
	color: #C94F15 !important;
}
.primary-anchor-text:hover {
	color: #A13F11 !important;
	text-decoration: none;
}
a, .secondary-anchor-text {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 15px;
	line-height: 18px;
	color: #C94F15 ;
}
.secondary-anchor-text:hover {
	color: #A13F11;
}
.ternary-anchor-text {
	font-family: var(--behr-body-and-label-font--bold);
	font-style: normal;
	font-weight: var(--behr-bold);
	font-size: 18px;
	line-height: 27px;
	color: #C94F15 ;
}
/* Fonts for Button */
.primary-button-orange, .btn-primary {
  font-family: var(--behr-body-and-label-font--bold);
  text-align: center;
  font-style: normal;
  font-weight: var(--behr-bold);
  background: #C94F15;
  border: 1px solid #C94F15;
  color: white ;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.primary-button-orange:hover, .btn-primary:hover {
	text-decoration: none;
	cursor: pointer;
	border-radius: 0 ;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #C94F15;*/
}
.primary-button-black {
  font-family: var(--behr-body-and-label-font--bold);
  text-align: center;
  font-style: normal;
  font-weight: var(--behr-bold);
  background: #4E4E4E;
  border: 1px solid #465058;
  color: #fff ;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.primary-button-black:hover {
	background: #212529;   
	cursor: pointer;
	text-decoration: none;
}
.primary-button-outline {
  font-family: var(--behr-body-and-label-font--bold);
  text-align: center;
  font-style: normal;
  font-weight: var(--behr-bold);
  background: transparent;
  color: #4E4E4E;
  border: 1px solid #465058;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.primary-button-outline:hover {
    cursor: pointer;
    color:  #4E4E4E;
    text-decoration: none;
}
.primary-disabled-button {
	font-family: var(--behr-body-and-label-font--bold);
	text-align: center;
	font-style: normal;
	font-weight: var(--behr-bold);
	background: #D8D8D8;
	border: 1px solid #D8D8D8;
	color: white !important;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.primary-disabled-outline {
	font-family: var(--behr-body-and-label-font--bold);
	text-align: center;
	font-style: normal;
	font-weight: var(--behr-bold);
	background: transparent;
	color: #D8D8D8;
    border: 1px solid #D8D8D8;
    padding: 10px 30px;
    font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.primary-disabled-outline:hover {
	color: #D8D8D8;
}
/* From Consumer */
.btn-primary-stroked {
    color:#465058 ;
    /* background: #fff; */
    border: 1px solid #465058;
    padding: 5px 30px;
    border-radius: 25px;
    display:inline-flex;/*CSS3*/
    align-items:center;/*Vertical align*/
    justify-content:center;/*horizontal align*/
    font-weight: var(--behr-atf-500);
    height:50px;
}
.btn-primary-stroked:hover {
    border: 1px solid #373e44;
    text-decoration: none;
    color:#373e44 ;
}
@media (max-width:991px) { 
  	/* Fonts for paragraph/small text */
	.behr-pro-text {
		font-size: 18px;
		line-height: 27px;
	}
	.behr-pro-small-text {
		font-weight: var(--behr-normal);
		font-size: 16px;
	}
	.behr-pro-dark-text {
		font-size: 15px;
		line-height: 20px;
	}
}

/* Fonts color */
.primary-black-text {
	color: #212529;
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;
}
.secondary-black-text {
	color: #4E4E4E;
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;
}
.ternary-black-text {
	color: #000000;
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;	
}
.primary-orange-text {
	color: #C94F15 !important;
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;
}
.pro-bullet-list li, ul li {
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 18px;
	line-height: 27px;
	color: #4E4E4E; 
}
input[type="text"] {
	font-family: var(--behr-body-and-label-font);
	font-style: normal;
	font-weight: var(--behr-normal);
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #D8D8D8;
}
input[type="radio"] {
  accent-color: #212529;
}

.dropdown {
  background: #FFFFFF;
  transition: 0.3s ease;
  width:100%;
  padding: 10px;
  border: 1px solid #D8D8D8;
  color: black;
  }
.dropdown:hover {
  color: black;
}
.dropdown i {
    float: right;
    font-size: 24px;
    font-weight: var(--behr-bold);
}

@media (min-width:768px) {
  .w-md-0 {
    width: 0%!important;
  }

  .w-md-25 {
    width: 25%!important;
  }

  .w-md-50 {
    width: 50%!important;
  }

  .w-md-75 {
    width: 75%!important;
  }

  .w-md-100 {
    width: 100%!important;
  }
}