@charset "utf-8";
/* CSS Document */

/* Customite API template */
/*html .contentWrapper {*/
/*    font-size: 160%;*/
/*}*/


/*h2, .h2 {*/
/*    font-size: 2em;*/
/*}*/

/*h3, .h3 {*/
/*    font-size: 1.75em;*/
/*}*/

/*h4, .h4 {*/
/*    font-size: 1.5em;*/
/*}*/

/*h5, .h5 {*/
/*    font-size: 1.25em;*/
/*}*/

/*h6, .h6 {*/
/*    font-size: 1em;*/
/*}*/

/*#OfficialHeaderWrapper {*/
/*    line-height: 1.15;*/
/*}*/


/* Customize bootstrap */
body{
	background-color: #fff;
	font-family: myriad-pro, myriad-pro-semiextended, sans-serif;
	color: #fff;
	border:0;
	padding:0;
	margin:0;
	width:100%;
}
h2{
	font-family: myriad-pro, myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
}
p{
	font-weight: 600;
	font-size: 1em;
}
.mod{
	font-size: .8em !important;
}
button{
	border:0;
	padding:0;
	background:none;
}
a{
	outline:0;
	text-decoration: none;
	color: #000;
}
a:hover {
	color:#000;
	text-decoration: none;
}

/* hide element */

.hidden{
	display: none;
}

/* Main banner */

.jumbotron{
	border-radius:0;
}
.header{
	background-color: #000;
	margin:0;
	padding:0;
	border: 0;
	position: relative;
}
.banner{
	position: relative;
	z-index: 1;
	border-radius: 0;
}
.header img{
	width: 100%;
	border-radius:0;
}
.headline{
	background-color: unset;
	position: absolute;
 	top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:2;
}
h1{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* Report */

.report .btn.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.report .btn.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.report .btn.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.report{
	background-color: #f5f5f5;
    color: #595959;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.serial_no{
	border-color: #595959;
	font-weight: 300;
	font-size: .8em;
	height:39px;
}
.pre_form_select{
     font: small-caption;
     margin-right: 20px;
}
.serial_no:focus{
	box-shadow:none;
}
.form_problem_report input{
	border-radius:0;
}
.report .col-sm-6{
	padding-left:0;
}
.report .col-sm-2{
	padding-right:0;
}

.report .btn{
	background-color: unset;
	width: 100%;
	color: #595959;
	border: 1px solid #595959;
	border-radius: 0;
	/*height: 39px;*/
    padding: 9px;
	font-weight: 400;
	box-shadow:none;
	font-size:1em;
}
.report .mod{
	font-size:.8em;
}

.report .btn:hover {
	background-color: #595959;
	color: #fff;
}
.report_icons{
    float:right;
	padding-top:.3em;
}
.report p{
	color:#595959;
	font-weight: 400;

}
.report .col-sm-6 p{
	line-height: 39px;
	padding-left: 1.1em;
}
.main_report .row{
	padding-bottom: 1em;
}

/*Checkbox style*/

input[type="checkbox"], input[type="radio"] { display: none; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #595959;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* Service center */


.section{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.container-fluid{
	width:100%;
	padding-left:0;
	padding-right:0;
}

.left_section{
	padding:0 5px 0 0;
	float:left;
}
.contact_info .row{
	margin-left:0;
	margin-right:0;
}
.service_center{
	font-size:.8em;
	padding-top:2em;
	height: 280px;
	background-image: url("../img/service.png");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	max-width:100%;
}
.service_center .col-sm-3{
	margin:0;
	border:0;
	padding-right:5px;
	width:auto;
	text-align: right;
}
.service_center .col-sm-1{
	text-align: left;
	margin:0;
	padding-left:10px;
	border:0;
	max-width: 10px;
}
.service_center p{
	font-weight:400;
}
.service_center .row:first-of-type{
	margin-right:0;
	margin-left:0;
}


.service_center a, .contact_info a{
	display: inline-block;
    color: #000;
    text-decoration: none;
	position: relative;
}
.service_center .user-link, .contact_info .user-link{
	text-align: right;
	color: #efefef;
	line-height: 15px;
    font-style: unset;
}
.service_center .user-link{
    text-shadow: 1px 1px 0px black;
}
.service_center a img, .contact_info a img{
	text-align: left;
	padding-left:0;
}
.service_center a::after, .contact_info a::after{
    position: absolute;
    right: 0;
    top: 100%;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}
.service_center a:hover::after, .contact_info a:hover::after{
    width: 100%;
    transition: width .3s;
}

/* Contact */
.contact p{
	color:#efefef;
	line-height:0;
	vertical-align: text-top;
}
.contact_info .contact:after{
	background: #2ea6cc;
}
.right_section{
	padding:0 0 0 5px;
	/*float:right;*/
	width:100%

}
.contact_info{
	background-image: url("../img/contact.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	height: 280px;
	padding-top:1.5em;
	padding-right:0;
}
.contact_info .col-sm-6{
	padding-right:0;
	margin-right:0;
	border-right:0;
	max-width: 80%;
}
.contact_info .icon_space{
	padding:0;
}
.contact_info .col-sm-3{
	padding:0;
}
.contact_info .col-sm-5{
	padding:0;
}
.contact_info h5{
	margin-bottom:1em;
}
.contact_info p{
	font-family: myriad-pro-semiextended, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: .7em;
}
.line{
	border-left: 1px solid #31cefb;
	border-radius: 1px;
	width: 1px;
	height: 90%;
	padding:0;
	margin: auto;
}
.line_col{
	padding:0;
	margin:0;
	border:0;
	width: 5px;
}
.text-right{
	margin:0;
}
.contact_info img{
	display:inline-block;
	margin-left:0;
	margin-right:2em;
	padding-bottom: .6em;
}
.left_item .col-sm-12{
	padding:0;
}
:focus {
	box-shadow:none;
	border-color:#31cefb;
}

.main-page-link{
    font-size: 0.5em;
}

.language-img{
    background-image: url(../img/global.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}
.lang-selection .btn{
    border: unset;
    padding: unset;
    z-index: 100;
}
.tooltip-inner {
    max-width: 400px;
}

#formHeaderSection img {
    width: 1.2em;
}

#selectedClaimCodes img {
    width: 1.5em;
}

.modal {
    color: #212529;
}

.modal .btn {
    font-weight: 400;
    color: #212529;
    padding: .375rem .75rem;
    font-size: 1rem;
}

.modal h5 {
    font-size: 1.25rem;
    color: #212529;
}

.modal{
    font-weight: 400;
    font-size: .8em;
    z-index: 10201;
}
.modal-backdrop {
    z-index: 10200;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
	background-position: right calc(.375em + .9rem) center;
}
.returnCheckbox {
	margin-top: 46px;
}
.warranty-check-form{max-width: 1200px;}

/* USER BB TAGS SECTION CLASSES START */
.user-alert-red{color: #cb3333;font-weight: 600;}
.user-alert-blue{color: #006d9c;font-weight: 600;}
.user-alert-green{color: #006400;font-weight: 600;}
.user-bold{font-weight: bolder;}
.user-italic{font-style: italic;}
.user-cut{text-indent: 20px;font-weight: normal;margin-bottom: 0;}
.user-link{font-style: italic;color: #1a6c83;}
.user-underline{text-decoration-line: underline;}
/* USER BB TAGS SECTION CLASSED  END */

.buttonDelete{
	width: 13px;
	height: 13px;
}

.modal-medium-size {
	max-width: 35%; /* Adjust this value to your desired width */
}

#loaderSpinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../img/loading-gif.gif) 50% 50% no-repeat rgb(10 10 10 /30%);
	display: none;
}

.extra_info textarea {
	border-color: #595959;
	border-radius: 0;
	font-weight: 300;
	/* height: 39px; */
	font-size: 1em;
}

.hover-container {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-container:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Image zoom effect */
.image-hover {
	overflow: hidden;
}

.image-hover img {
	transition: transform 0.3s ease;
}

.hover-container:hover .image-hover img {
	transform: scale(1.1); /* Adjust the scale to control zoom level */
}

.faq-scrollable {
	max-height: 500px;
	overflow-y: scroll;
	padding-left: 2rem;
	padding-right: 2rem;
}

#scrollableClaimCodesFaq img{
	max-width: 80%;
	height: auto;
}

#scrollableClaimCodesFaq iframe {
	max-width: 80%;
	height: 300px;
}

#scrollableClaimCodesFaq p {
	font-size: 18px;

}
#scrollableClaimCodesFaq li {
	font-size: 15px;
}

#scrollableClaimCodesFaq details {
	font-size: 15px;
}

#scrollableClaimCodesFaq h1,
#scrollableClaimCodesFaq h2 {
	font-size: 24px;
}

#claimCodesFaq .nav-tabs {
	display: flex;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

#claimCodesFaq .nav-tabs .nav-link {
	flex-grow: 1;
	text-align: center;
	padding: 10px;
	margin: 0 2px;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
	min-width: 80px;
}

#claimCodesFaq .nav-tabs .nav-link.active {
	background-color: #007bff;
	color: #fff;
	border-color: #ddd;
}


