@import "icomoon/style.css";

/* COLORS */
/*
	Schaeffler gray: #343434
	Schaeffler green: #00893d
*/

/* noto-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-sans-v36-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v36-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
  /* noto-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v36-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
  /* noto-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-sans-v36-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v36-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
  /* noto-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/noto-sans-v36-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}




/* GENERAL */
body {
	color: #343434;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
}
body strong {
	font-family: "Noto Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	font-family: "Noto Sans", sans-serif;
}
/* fix firefox select visual bug */
select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
option:not(:checked) {
 color: black; /* prevent <option>s from becoming transparent as well */
}
textarea {
	resize: none;
}

.loader {
    display: none;
    border-width: 4px;
    border-color: #00893d;
    border-right-color: transparent;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#btn-show-more {
	display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.customLabel {
	font-size: 18px;
	font-weight: 400;
}
.customInput {
	-webkit-appearance: none;
	border: 0px;
	border-top: 1px solid #5f5f64;
	/* border-bottom: 1px solid #5f5f64; */
	border-radius: 0;
    background-color: transparent;
	/* padding-top: 20px;
	padding-bottom: 20px; */
	height: 40px;
	margin-top: 10px;
}
.customInput:focus {
    box-shadow: none !important;
	border-color: #5f5f64;
}
textarea.customInput {
	border-bottom: 1px solid #5f5f64;
}

.selectContainer {
	position: relative;
}
.selectContainer select::-ms-expand {
    display: none;
}
.tableCustom,
.tableCustomStep {
	font-family: "Noto Sans", sans-serif;
}
.table th {
    color: #343434;
	text-align: left;
	font-family: "Noto Sans", sans-serif;
    position: relative;
    font-weight: bold;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #00893d;
    border-color: #00893d;
}
.pagination > li > a {
    /* .pagination > li.active > a,
    .pagination > li.active > a:hover { */
	color: #343434;
}
.pagination > li.active > a {
    color: #fff;
}
.firstTdBold td:first-child {
	font-family: "Noto Sans", sans-serif;
}

.tableCustom thead th,
.tableCustom tbody tr:not(:last-child) td,
.tableCustomStep thead th {
	border-bottom: 1px solid #d0d0d0 !important;
}
.tableCustom thead tr th {
	vertical-align: top;
}
.tableCustom thead th,
.tableCustomStep thead th, 
.tableCustom tbody td {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
.tableCustom thead th:last-child,
.tableCustom tbody td:last-child {
	border-right: 0px;
}
.tableCustom thead th:first-child,
.tableCustom tbody td:first-child {
	border-left: 0px;
}
.table.tableCustom>tbody>tr>td {
	border-top: 0px !important;
	/* padding: 10px; */
}

.tableCustomStep tbody tr td {
	border: 1px solid #d0d0d0;
    color: #343434;
}
.tableCustomStep tbody tr td:last-child,
.tableCustomStep thead tr th:last-child {
	border-right: 0px;
    vertical-align: middle;
}
.tableCustomStep thead tr th:first-child {
	border-left: 0px;
}
.tableCustomStep tbody tr:last-child th {
	border-top: 0px;
}
.tableCustomStep tbody tr th {
	/* border-bottom: 1px solid #5F5F64; */
}
.tableCustomStep tbody tr:last-child th {
	border-bottom: 0px;
}
.tableCustomStep .unitMeasure,  .tableCustom .unitMeasure {
	margin-top: 10px;
	font-style: italic;
    font-weight: normal;
}
.tableCustomStep tbody th {
	color: #343434;
}
.tableCustomStep tbody td span {
	color: #343434;
	font-size: 1.8rem;
}
.tableCustomStep tbody td span:hover {
	cursor: pointer;
	color: red;
}
.tableCustomStep tfoot tr td{
		/* border-top: 1px solid #1D1E1C; */
	padding: 0;
}

/* .btn-block {
    height: 50px;
    font-size: 22px;
    font-weight: 300;
} */

.titleGray{
	color: #343434;
    border-bottom: 0;
}
.noBorderBottom {
	border-bottom: 0;
}

/*==================================================*/

/* HEADER */
#topheader {
  height: 26.5px;
  max-height: 26.5px;
  background-color: #0f58d6;
  z-index: 999;
  position: relative;
}
#site-header {
  float: left;
  padding: 1.818em 0px 0px 1.364em;
  z-index: 92;
  position: absolute;
}
#topheader .supergraph {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
}
#topheader .supergraph-border {
  position: absolute;
  top: 0;
  right: 0;
  height: 26.5px;
  border-right: 24px solid red;
  border-left: 2px solid #fff;
}
#header {
  background-color: transparent;
  border: 0;
  height: auto;
  margin: 0 auto;
  margin-top: 72px;
  position: relative;
}
div.icon_green {
  max-width: 45px;
  margin: 3px 0 0 25px;
  float: left;
}
div.icon_green img {
  width: 100%;
}
.custom-hr {
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.custom-hr  span {
	color: #FBB900;
}
.custom-hr:before,
.custom-hr:after {
	content: "";
    position: absolute;
    background-color: #484847;
    height: 1px;
    width: 48%;
    top: 9px;
}
.custom-hr:after {
	left: 0;
}
.custom-hr:before {
	right: 0;
}
#header #top-navigation {
  margin: 50px auto;
  position: relative;
  width: auto;
  bottom: 0;
  left: 0;
  line-height: 12px;
}
#top-navigation span.tool_name {
  font-family: "Noto Sans",sans-serif;
  padding: 0 15px 13px;
  display: inline-block;
  color: #781e93;
  font-size: 16px;
}
#header #top-navigation .top-menu {
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
}
#top-navigation ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}
#header #top-navigation .top-menu li:first-child {
  border-left: 0;
}
#header #top-navigation .top-menu li a {
	font-family: "Noto Sans",sans-serif;
  	font-size: 20px;
  	width: auto !important;
	position: relative;
	color: #484847;
	transition: 0.2s;
	border-radius: 0;
	border: 1px solid #484847;
	margin: 0 20px;
	width: 202px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header #top-navigation .top-menu li a:hover,
#header #top-navigation .top-menu li a:focus {
	background-color: transparent;
	color: #484847;
	background-color: #FBB900;
}
@media screen and (max-width: 1200px) {
	#header #top-navigation .top-menu li a {
		font-size: 16px;
	}
}
#top-navigation .nav .nav-item {
    position: relative;
    font-size: 14px;
    color: #646464;
    border-bottom: 1px solid #d0d0d0;
}
#top-navigation .nav .nav-item.selected {
    color: #343434;
}
#top-navigation .nav .nav-item.selected::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00893d;
    bottom: 0px;
    left: 0;
}
#site-languages {
  position: absolute;
  right: 25px;
  top: 17px;
}
#site-languages select {
  margin: 0;
  padding: 8px 25px 8px 10px;
}

@media screen and (max-width: 1138px) {
    div.icon_green {
        margin-bottom: 10px !important;
    }
}
/*==================================================*/
/* HOME */
.home {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 5px;
}
.home .row {
	width: 100%;
	display: block;
}
.boxGridInner {
    display: inline-block;
    float: left;
    position: relative;
    height: 351px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 1px;
    background-color: darkgray;
	margin-bottom: 5px;
}
.boxGridInnerOneFourth {
	width: 358px;
	height: 351px;
}
.gridBoxSizeHelper {
  display: block;
  width: 100%;
  height: 100%;
}
.boxGridInner .textContainer {
  color: #fff;
  font-family: sans-serif;
  font-size: 2.26em;
  line-height: 1.15em;
  margin: 1.1em 1.7em 0;
  bottom: 3px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  right: 3px;
  top: 0;
}
.boxGridInner .text2 {
  font-size: 0.4em;
  text-transform: uppercase;
}
.boxGridInner .text1 {
  font-size: 0.6em;
}
.boxGridInner .text1.clay, .boxGridInner .text2.clay {
  color: #485a64;
}
.home .toolTitle {
	font-size: 20px;
	text-align: center;
	color: #343434;
	margin-bottom: 30px;
}
.home a:hover {
	text-decoration: none;
}
.img-container img {
	width: 100%;
}
.home .col-sm-2 {
	padding-left: 5px;
	padding-right: 5px;
}
.home .section {
	overflow: hidden;
}
.home .section .read_more {
	transition: 0.2s;
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 137, 61, 0.8);
}
.home .section .read_more .read_more_text {
	color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 16px;
	width: 58%;
	text-align: center;
}
.home .box:hover .toolTitle {
	color: #00893d;
}
.home .box:hover .section .read_more {
	opacity: 1;
}
.home .img-section {
	position: relative;
}
.home .img-section img {
	width: 100%;
}
.box {
	width: 25%;
    float: left;
	padding: 0 10px 0 10px;
}
@media screen and (min-width: 1100px) {
    .box {
		float: left;
    	width: 25%;
    }
}
@media screen and (max-width: 1099px) {
    .box {
	   	width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .box {
		float: none;
    	width: 100%;
    }
}
/*==================================================*/

/* SHOW SELECTED */
div.custom-notify {
	width: 15%;
}
i#infoFunction {
	font-size: 20px;
}
i#infoFunction:focus {
	outline: none;
}
.btn {
	background: #FBB900;
	color: #484847;
	font-size: 12px;
    text-transform: none;
    height: 40px;
    box-shadow: none;
}
.btn-primary {
    background-color: #00893d;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 1.5rem;
}
.btn-primary:hover {
    background-color: #00893d;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .1490196078), 
                0px 1px 2px 0px rgba(0, 0, 0, .3019607843) !important;
}
.btn-primary:focus,
.btn-primary:active {
    box-shadow: none !important;
    background-color: #00893d !important;
}
.btn-primary:disabled {
    background-color: #3434341F;
    color: #343434;
    box-shadow: none;
}
.btn-secondary:disabled {
    background-color: #fff;
    color: #343434;
    opacity: .38;
    box-shadow: none;
}
.alert-danger {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}
.form-control[disabled], .form-control[readonly] {
	background-color: #d0d0d0 !important;
}
.popover {
	margin-left: 15px;
	width: 600px;
    font-size: 12px;
	max-width: none;
    line-height: 13px;
}
#descFunction {
	display: none;
}
div#productsTypeResult {
    display: flex;
    flex-wrap: wrap;
}
div#productsTypeResult > div {
	cursor: pointer;
	/* margin-bottom: 30px; */
}
div#productsTypeResult img {
	margin-bottom: 10px;
	padding: 0;
}
div#productsTypeResult > div.active img {
	border-color: #CF0003;
}
#resultContainer .table th.sortable:not([data-direction="ASC"])::after,
#resultContainer .table th.sortable:not([data-direction="DESC"])::after {
	width: 15px;
	height: 11px;
	content: "";
	position: absolute;
	top: 22px;
	background: url(../img/arrow-table.png) no-repeat right -12px;
}
#resultContainer .table th.sortable[data-direction="ASC"]::after {
	width: 15px;
	height: 5px;
	content: "";
	position: absolute;
	top: 25px;
}
#resultContainer .table th.sortable[data-direction="DESC"]::after {
	width: 15px;
	height: 5px;
	content: "";
	position: absolute;
	top: 26px;
}
#resultContainer .table th.sortable[data-direction="ASC"]::after {
	background: url(../img/arrow-table.png) no-repeat right -6px;
}
#resultContainer .table th.sortable[data-direction="DESC"]::after {
	background: url(../img/arrow-table.png) no-repeat right 0;
}
.table .icon-Icona_LenteIngrandim::before {
    font-size: 18px;
    cursor: pointer;
}
/*==================================================*/

/* SHOW CALCULATED */
#noresults {
	text-align: center;
}
#pageCalculation input[type="text"] {
	max-width: 80px;
}
#pageCalculation #time input[type="text"],
#pageVerification #time input[type="text"] {
	max-width: 100%;
}
#pageCalculation h3 {
	margin: 30px 0 20px;
}
#pageCalculation  h3 span,
#pageVerification h3 span {
	font-size: 2rem;
	color: #00893d;
	vertical-align: middle;
	padding-right: 5px;
}
#pageCalculation .popover {
	border: 6px solid #5e5e5e;
	border-radius: 0px;
}
#pageCalculation .popover h3 {
	margin: 0 auto !important;
}
#pageCalculation .popover .arrow {
	visibility:hidden;
}
#pageCalculation .checkbox, .radio {
	margin-bottom: 5px;
}
#pageCalculation #help_input_cycle {
	display: none;
}
#pageCalculation #step #showStroke {
	display: none;
}
#pageCalculation #calcInfo_1 + .tooltip {
	max-width: none !important;
	width: 750px;
}
#pageCalculation #unitConfig_3 + .tooltip {
	max-width: none !important;
	width: 650px;
}
#pageCalculation #optional .tooltip.left {
	max-width: none !important;
	width: 200px;
}
#pageCalculation button#ballScrews,
#pageCalculation button#rollerScrews {
	margin: 0 10px;
}
#pageCalculation #config th span.glyphicon {
	font-size: 12px;
	color: #1D1E1C;
	vertical-align: top;
	padding-left: 5px;
}
#pageCalculation #optional th span.glyphicon {
	font-size: 12px;
	color: #1D1E1C;
	vertical-align: top;
	padding-left: 5px;
}
#pageCalculation .mainTitle,
#productList .mainTitle,
#pageVerification .mainTitle {
	text-align: center;
	font-size: 3rem;
	position: relative;
	margin-bottom: 50px;

}
#pageCalculation #nutDesign .radio,
#pageVerification #nutDesign .radio {
	display: inline-block;
}
#pageCalculation #nutDesign .radio:first-child {
	margin-right: 20px;
}
#pageVerification #nutDesign .radio:first-child {
	margin-right: 20px;
}
#pageCalculation #nutDesign td:first-child,
#pageVerification #nutDesign td:first-child {
	color: #484847;
	vertical-align: middle;
	max-width: 25px;
}
#pageCalculation #nutDesign td:first-child p {
	margin: 0;
}
#pageVerification #nutDesign td:first-child p {
	margin: 0;
}
#pageCalculation table td,
#pageVerification table td {
	border-top: 0;
}
#pageCalculation table#config tr th,
#pageVerification table#config tr th{
	border-bottom: 0;
}
#pageCalculation table input[type="text"],
#pageVerification table input[type="text"] {
	max-width: 100%;
}
#pageCalculation #ballScrews.btn-block,
#pageCalculation #rollerScrews.btn-block,
#pageVerification #btnNextV.btn-block {
	display: inline-block;
	min-width: 20%;
	width: 25%;
}
#pageCalculation #step td input,
#pageVerification #step td input {
	padding: 10px 8px;
	border-radius: 0;
	border-color: transparent;
	box-shadow: none;
	height: 50px;
    background-color: transparent;
}
#pageCalculation #step td input:read-only,
#pageVerification #step td input:read-only {
    border-color: #d0d0d0;
}
#pageCalculation #step td input:focus {
    box-shadow: none;
	border-color: none;
}
#pageVerification #step td input:focus {
    box-shadow: none;
	border-color: none;
}
#pageCalculation #step tbody td,
#pageCalculation #step tfoot td,
#pageVerification #step tbody td,
#pageVerification #step tfoot td {
	padding: 0;
}
#pageVerification #step tbody td.step-number {
    padding: 8px;
}
#pageCalculation #step tfoot tr.showStroke td:nth-child(2),
#pageVerification #step tfoot tr.showStroke td:nth-child(2){
	padding: 8px;
    border-right: 1px solid #d0d0d0;
}
#pageCalculation .btn-block,
#pageVerification .btn-block {
	width: 80%;
}
#pageCalculation .customInput,
#pageVerification .customInput,
#productList .customInput {
	border-bottom: 0;
}
#productList {
	margin-top: 50px;
}
#productList .selectArrowDown {
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: -1;
}
#pageCalculation #preferredRangeFilter {
	margin-top: 20px;
}
/* SHOW VERIFICATION */
#pageVerification input[type="text"] {
	max-width: 80px;
}
#pageVerification h3 {
	margin: 30px 0 20px;
}
#pageVerification .popover {
	border: 6px solid #5e5e5e;
	border-radius: 0px;
}
#pageVerification .popover h3 {
	margin: 0 auto !important;
    color: #fff;
}
#pageVerification .popover .arrow {
	visibility:hidden;
}
#pageVerification .checkbox, .radio {
	margin-bottom: 5px;
}
#pageVerification #help_input_cycle {
	display: none;
}
#pageVerification #step #showStroke {
	display: none;
}
#pageVerification #calcInfo_1 + .popover {
	max-width: none !important;
	width: 750px;
}
#pageVerification #unitConfig_3 + .popover {
	max-width: none !important;
	width: 650px;
}
#pageVerification #optional .popover.left {
	max-width: none !important;
	width: 200px;
}
#pageVerification button#ballScrews,
#pageVerification button#rollerScrews {
	margin: 0 10px;
}
#pageVerification #config th span.glyphicon {
	font-size: 12px;
	color: #1D1E1C;
	vertical-align: top;
	padding-left: 5px;
}
#pageVerification #optional th span.glyphicon {
	font-size: 12px;
	color: #1D1E1C;
	vertical-align: top;
	padding-left: 5px;
}
/* #step2, #step3 {
	display: none;
} */
/*==================================================*/

/* SHOW RESULTS */
#productList {
	display: none;
}
#productList .row {
	padding-top: 5px;
}
#productList .row:first-of-type {
	padding-top: 25px;
}
#productList table tr td {
	cursor: pointer;
}
#productList .btn-show-results {
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
/*==================================================*/
/* FOOTER */
#disclaimer {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  padding-top: 45px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
}
#footerBottomLine {
  background-color: #0f58d6;
  height: 26.7px;
  width: 100%;
  position: relative;
}
#footerBottomLine .footerSqrLeft {
  background-color: #ff0302;
  height: 27px;
  width: 24px;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer {
  background-color: #edeef0;
}
#legal-footer {
  padding: 25px 0;
  position: relative;
  text-align: center;
}
#footer ul.links {
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none outside none;
}
#footer ul.links li {
  display: table-cell;
  padding: 0 4px 0 3px;
}
#footer ul.links li .link {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  outline: 0 none;
  padding: 7px 0 8px;
  position: relative;
  text-decoration: none;
}
#footer ul.links li .link span {
  display: block;
  height: 1.364em;
  padding: 0 5px;
  text-transform: uppercase;
  cursor: pointer;
}
#footer ul.links a.link span {
  color: #3c3838;
}
.over {
	color: #CB0B15 !important;
}
#progressbar li {
	list-style-type: none;
	color: #0f58d6;
	font-size: 12px;
    margin-right: 15px;
	float: left;
	margin-bottom: 20px;
	align-items: center;
}
.disabled a {
	color: #ccc;
	pointer-events: none;
}
.active .searchTitle,
.active.searchTitle {
	color: #00893d !important;
}
.paragraph{
	width: 100%;
	margin-left: 100px;
}
.ppolicy{
	margin-bottom: 23px;
	margin-top: 6px;
}
.ppolicy a {
	color: #484847;
	text-decoration: underline;
}
.send{
	width: 300px;
}
.form-contact{
	width: 100%;
}
.product_title{
	margin-left: 0px;
}
.choiceFam img {
	width: 70%;
}
.choiceContainer img{
	width: 70%;
}
.choiceContainer, .choiceFam{
	cursor: pointer;
}
.search{
	font-size: 20rem;
	text-align: center;
}
.search:hover{
	color: #00893d;
}
#resultsList td:first-child:hover {
	cursor: pointer;
	color: #00893d;
}
#success {
	margin-top: 20px;
	font-size: 18px;
	color: green;
}
#modalImg img {
	width: 100%;
}
.loader-container {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(256, 256, 256, 0.5);
	z-index: 100;
	display: flex;
	align-items: center;
}
.loader-container .loader.filters {
	margin: 0 auto;
}
#results select {
	display: inline-block;
}
.glyphicon {
	cursor: pointer;
}
.glyphicon-remove:hover {
	color: #e60000;
}
#pageSelection .selectArrowDown {
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: -1;
}
#pageVerification .selectArrowDown {
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: -1;
}
#pageVerification #arrow .selectArrowDown span {
	position: absolute;
	right: 10px;
	z-index: -1;
}
#pageSelection .selection-subtitle {
	font-size: 28px;
	margin-bottom: 45px;
}
#pageSelection .imgGrid {
	padding: 40px;
	position: relative;
}
#pageSelection .imgGrid:hover h3 {
	color: #00893d;
}
#pageSelection #productsTypeResult div:nth-of-type(3n+2) .imgGrid {
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
#pageSelection div:nth-child(n+4) .imgGrid:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    top: 0px;
}
#pageSelection #resultContainer .tableCustom th:not(:first-child):not(:last-child) {
	cursor: pointer;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
#pageSearch .img-container img {
	width: 100%;
}
.searchTitle {
	color: #343434;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	text-align: center;
}
#pageSearch #firstChoice div:nth-of-type(2),
#pageSearch #secondChoice div:nth-of-type(2) {
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
#pageSearch #secondChoice .imgGrid:before {
	content: "";
	position: absolute;
	left: 30px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #5F5F64;
	top: -30px;
}
#pageSearch .semiTransparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
#pageSearch .selectArrowDown {
	position: absolute;
	right: 8%;
	top: 22px;
	z-index: -1;
}
#pageSearch #firstChoice div:hover .searchTitle,
#pageSearch #secondChoice div:hover .searchTitle {
	color: #00893d;
}
#pageSearch .btn-block{
	width: 60%;
}
#pageContacts .send {
	margin: 0 auto;
}
/* ================================ MODAL ================================ */
.modal-content {
    border-radius: 0;
}
.modal-header {
	border-bottom: 0;
}
.modal-header .modal-title {
	font-size: 20px;
}
#modalImg {
	margin-bottom: 20px;
}
.modal#verificationModal .modal-dialog.modal-lg {
    width: 80%;
}
.modal#verificationModal .modal-dialog .modal-body {
    height: 700px;
}
.modal#verificationModal .modal-dialog .modal-body .row,
.modal#verificationModal .modal-dialog .modal-body .row .col-md-12,
.modal#verificationModal .modal-dialog .modal-body .row .col-md-12 iframe {
    height: 100%;
}
.distributor_locations{
	width: 300px;
	background-color: #FBB900;
	color: #484847;
	height: 50px;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.close span{
	font-size: 65px;
	line-height: 0.30;
}
#progressbar td{
	border-bottom: 1px solid #5F5F64 !important;
	border-left: 1px solid #5F5F64 !important;
	border-right: 1px solid #5F5F64 !important;
}
#progressbar {
	display: flex;
	width: 100%;
    justify-content: space-evenly;
	margin-bottom: 20px;
}
#progressbar div a {
	text-decoration: none;
	color: #484847;
}
#progressbar > div {
	border: 1px solid #484847;
	padding: 15px;
	transition: 0.2s;
	width: 210px;
	text-align: center;
}
#progressbar div.disabled {
	background-color: #D3D3D3;
}
#progressbar div:not(.disabled):hover {
	background-color: #FBB900;
}
.diamenterTab{
	width: 150px;
}
.icon-Icona_{
	font-size: 35px;
	vertical-align: middle;
}
#image{
	text-align: center;
    padding: 0 1rem;
}
#annualWorkingCycle{
	width: 100%;
	height: 40px;
	background-color: #ccc;
}
/* #pageCalculation #step tbody .step-number { */
#step tbody .step-number {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-left: 0px solid #fff;
	border-top: 1px solid #d0d0d0;
	text-align: left;
	color: #343434;
	font-size: 16px;
}
.last_arrows{
	width: 80%;
	display: inline-block;
}
.form-outline .form-control ~ .form-notch .form-notch-leading {
    border-radius: 4px 0 0 4px;
}

.form-outline .form-control ~ .form-notch .form-notch-trailing {
    border-radius: 0 4px 4px 0;
}

.form-outline .form-control:focus ~ .form-label {
    color: #00893d;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-leading {
    border-color: #00893d;
    box-shadow: -1px 0 0 0 #00893d, 0 1px 0 0 #00893d, 0 -1px 0 0 #00893d;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-middle {
    border-color: #00893d;
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 0 #00893d;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-color: #00893d;
    box-shadow: 1px 0 0 0 #00893d, 0 -1px 0 0 #00893d, 0 1px 0 0 #00893d;
}

.select_container {
    position: relative;
    width: 100%;
}

.select_container .select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 9px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    color: #343434;
    max-height: 40px;
}

.select_container .select-text:focus {
    box-shadow: 0 0 0 1px #00893d, 0 1px 0 0 #00893d, 0 -1px 0 0 #00893d;
    border: 1px solid #00893d;
}

.select_container .select-text ~ .select-label {
    color: #757575;
    top: -10px;
    transition: all 0.2s linear;
    font-size: 14px;
}

.select_container .select-text:focus ~ .select-label {
    color: #00893d;
}

.select_container:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bdbdbd;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Fallback per :has(), che non è supportato da tutti i browser */
.select_container:has(.select-text:focus):after {
    border-top: 6px solid #00893d;
}

.select_container .select-label {
    color: #bdbdbd;
    background: white;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: all 0.2s linear;
}

.disabled,
input[type="text"]:disabled,
select:disabled {
    background-color: #D0D0D0 !important;
    cursor: no-drop;
}

.disabled label,
input[type="text"]:disabled label,
select:disabled+label {
    background: transparent !important;
}

.icon-Icona_Info {
    margin-left: .3rem;
    color: #00893d;
    font-weight: bold;
    font-size: 1.1rem;
}

.reset {
    color: #00893d;
    font-size: 14px;
    margin-left: 0px;
    background-color: transparent;
    transition: background-color 0.2s;
    padding: 0 1.5rem;
}

.reset:focus,
.reset:hover,
.reset:active {
    color: #00893d !important;
    background-color: #ebf6f0 !important;
}

.tooltip {
    border: 0;
}

.tooltip .tooltip-inner {
    font-family: "Noto Sans", sans-serif;
    max-width: 800px;
    text-align: left;
    background-color: #444444;
    color: #F4F4F4;
    border-radius: 4px;
    padding: 4px 8px;
}

.tooltip .tooltip-inner h5 {
    color: #F4F4F4;
}

.alert {
    padding: 8px 16px;
    border-radius: 4px;
}

.alert-info {
    background-color: #E0EDF4;
    border: 1px solid #1C98B5;
    color: #00596E;
}

#step .showStroke td {
    border: 0;
}

.form-check-input[type=radio]:checked {
    border-color: #00893d;
}

.form-check-input[type=radio]:checked::before {
    box-shadow: 0px 0px 0px 13px #00893d;
}

.form-check-input[type=radio]:checked::after {
    background-color: #00893d;
}

.btn-group>:not(.btn-check:first-child)+.btn, 
.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(1px* -1);
}

.btn-group {
    background-color: transparent;
    box-shadow: none;
}

.btn-group:hover {
    box-shadow: none;
}

.btn-group label.btn-outline-secondary {
    background-color: transparent;
    border-color: #343434;
    border-width: 1px;
    color: #343434;
    font-size: 14px;
    min-width: 150px;
    height: 40px;
    transition: 0.2s;
}

.btn-group label.btn-outline-secondary:hover {
    color: #343434;
}

.btn-group label.btn-outline-secondary:active {
    border: 1px solid #818181;
    background-color: #D2E0DB;
    border-color: #343434;
    color: #002919;
}

.btn-group label.btn-outline-secondary.btn:first-of-type {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.btn-group label.btn-outline-secondary.btn:last-of-type {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.btn-group .icon-check {
    display: none;
    margin-right: 8px;
    font-size: 12px;
}

.btn-group .btn-check:checked + .btn-outline-secondary {
    background-color: #D2E0DB;
    border-color: #343434;
    color: #002919;
}

.btn-group .btn-check:checked + .btn-outline-secondary .icon-check {
    display: inline-block;
}

.form-check-input[type=checkbox]:focus,
.form-check-input[type=checkbox]:checked,
.form-check-input[type=checkbox]:focus:checked {
    background-color: #00893d;
    border-color: #00893d;
}

.form-check-input[type=checkbox]:focus::before,
.form-check-input[type=checkbox]:checked::before,
.form-check-input[type=checkbox]:focus:checked::before {
    box-shadow: 0px 0px 0px 13px #00893d;
}

.modal .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300893d'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#techData .modal-dialog {
    -webkit-box-shadow: 0px 0px 30px -8px #000000;
    box-shadow: 0px 0px 30px -8px #000000;
}

#techData table th,
#techData table td {
    padding: 8px;
}