.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #041e41;
}
html, body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.topbar {
  border-top: 10px solid #041e41;
  padding: 20px 0;
}

.container {

  width: 980px;
  margin: 0 auto;
}

fieldset {
   margin-bottom: 20px;
   padding: 20px;
   border: 1px solid #cbcbcb;
   border-radius: 4px;
}

legend {
  text-transform: uppercase;
  color: #999;
  padding: 0 10px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.footer {
  padding: 30px 0;
  background:  #041e41;
  color: #fff;
}

#registerForm {
  padding: 20px 0 0;
  margin: 20px auto 0;
}

#registerForm .form-group select,
#registerForm .form-group input {
  width: 50%;
  padding: 5px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 2px;
}


#registerForm .form-group.filters select,
#registerForm .form-group.filters input,
#registerForm .form-group.filters button {
  width: 33%;
}

#registerForm .form-group label {
  width: 49%;
  display: inline-block;
}

#registerForm .form-group.check-box input {
  width: auto;
  margin: 0 10px;
}

#registerForm .form-group.check-box label {
  width: auto;
  display: inline;
}

.btn {
  display: inline-block;
  padding: 10px;
  border: none;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}

.btn-lg {

}

#downloadButton{
  float:right;
  text-decoration: none;
  width: 13%;
  padding: 6px 0px;
  text-align:center;
}

.btn-primary {
  color: #fff;
  background: #eb6852;
}


.btn-primary:hover {
  background: #EF8674;
}

.form-group {
    padding: 10px 0;
}

#registerForm .has-error select,
#registerForm .has-error input,
#registerForm .has-error textarea {
  border-color: #eb6852;

}

#registerForm .has-error label {
  font-weight: bold;
}

#registerForm .check-box.has-error label {
  color: #eb6852;
}

.has-error input {
  border: 1px solid red;
}

.has-error .error-message {
  display: none;
}

.alert {
  padding: 20px;
  margin: 10px 0;
}

.alert-danger {
  color: #666;
  border: 5px solid #eb6852;
}

.alert-danger p{
  margin: 0;
}

.alert-success {
  color: #666;
  border: 5px solid #83e183;
}

.alert-success.hide-form {
  margin: 50px 0;
}

.filters {
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}


.product-filters {
  padding: 4px 20px 10px;
}


.filters.one-line {
  border: none;
  padding: 0;
}

.filters.one-line #filter-query {
  width: 35%;
}

.filters.one-line #productFilter {
  width: 13%;
  margin-left: 2%;
  padding: 6px 0;
}

.filter-left {
  float: left;
  width: 48%;
  padding: 0 1%;
}

.filter-right {
  float: left;
  width: 48%;
  padding: 0 1%;
}

/** No-LOGO */
.no-logo .topbar {
  padding: 0;
}

.no-logo .topbar img {
  display: none;
}

.no-logo .header {
  padding: 25px 0;
}

.header .container {
  text-align: center;
}

.no-logo #registerForm {
  margin-top: 0;
  padding-top: 0;
}


#RatingPlateTrigger,
.rating-plate-trigger {
  display: none;
}

#RatingPlateTrigger small,
.rating-plate-trigger small {
  cursor: pointer;
  color: #eb6852;
  font-weight: bold;
}

#RatingPlateTrigger small:hover {
  color: #DB361A;
}

#RatingPlateTrigger.show {
  display: block;
}

.modal .product-group {
  text-align: center;
}

.modal .product-group h4 {
  display: none;
}

.modal .product-group img {
  display: none;
  text-align: center;
  margin: auto;
}

.modal .rating-plate {
  text-align: center;
}

.modal .rating-plate .legend-part {
  width: 32%;
  float: left;
}

.legend-part p {
  margin: 5px 0;
}

#RatingPlate .modal-header {
  text-align: center;
  padding: 20px 15px;
}

/** MODAL */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 4px solid #eee;
  border-radius: 10px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;

}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.modal-header {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


.modal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 15px;
  border: none;
  background: #eb6852;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}

.modal .close:hover {
  background: #DB361A;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.campaign-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.campaign-list li {
    padding: 20px 0;
}

.campaign-list li a {
  display: block;
  padding: 50px 0;
  text-align: center;
  border: 1px solid #ccc;
  background: #f1f1f1;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #bbb;
  transition: all .3s ease;
}

.campaign-list li a:hover {
  border-color: #eb6852;
  color: #eb6852;
}

.campaign-list a.banner {
  padding: 0;
  line-height: 0;
  position: relative;
}

.campaign-list a.banner span{
  display: none;
}

.campaign-list a.banner img {
  width: 100%;
}


/* GACD - Three column layout */

.row {
  clear: both;
}

.col-3 {
  padding-top: 5px;
  width: 33%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}

.row .col-3:first-child {
  padding-left: 0;
}

.row .col-3:nth-child(3n) {
  padding-right: 0;
}

.col-3 label,
.col-3 input,
.col-3 select {
  width: 100% !important;
}

.content {
  padding-bottom: 40px;
}

.gdpr_link {
  float: right;
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

a#file-info-ro {
	color: black;
	text-decoration: none;
}
a:hover#file-info-ro {
	text-decoration: underline;
}

#registerForm .select2-container--default .select2-selection--single {
	border-radius: 2px;
	border-color: #ddd;
	height: 34px;
}

#registerForm .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

#registerForm .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

.select2-search--dropdown .select2-search__field {
	padding-left: 26px !important;
	background: url(/warranty/images/layout/search-solid-dark.png) 4px 50% no-repeat transparent !important;
	border-radius: 2px;
}

.select2-container--open .select2-dropdown--below {
	border-color: #ddd !important;
	border-radius: 0 0 2px 2px !important;
}

#registerForm label {
	cursor: pointer;
}

#registerForm input:focus,
#registerForm select:focus,
.select2-search__field:focus
{
	background-color: #fffdef !important;
	border-color: #aaa !important;
}


input[disabled],
textarea[disabled],
select[disabled]{
    cursor: not-allowed;
    background: #f0f0f0 !important;
}

input[disabled]:hover,
textarea[disabled]:hover,
select[disabled]:hover {
    cursor: not-allowed;
}

