/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*              hyundai official variables start           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

:root {
	--dark_blue: #00205b;
	--bright_blue: #00a0dc;
	--grey: #dde2e6;
}

@font-face {	
	src: url(../css/fonts/avenir/AvenirNextLTPro-Regular.otf);
}

@font-face {	
	src: url(../css/fonts/avenir/AvenirNextLTPro-Bold.otf);
	font-weight: 600;
}

@font-face {
	src: url(../../fonts/avenir/AvenirNextLTPro-It.otf);
	font-style: italic;
}

@font-face {
	src: url(../../fonts/avenir/AvenirNextLTPro-Bold-Italic.ttf);
	font-style: italic;
	font-weight: bold;
}

* {
	font-family: Avenir, Arial, Helvetica, sans-serif;
}

body {
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*              hyundai official variables end             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                hyundai  start                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.entire_header_container {
	padding: 0px 40px 0px 40px;
	background: var(--grey);
}

.mobile_menu_oem {
	display: none;
}

.oem_header_logo_contain_mobile {
	display: none;
}


.mobile_actual_menu {
	display: none;
}

.generic_header_img_contain_mobile {
	display: none;
}

.oem_header_logo_contain_mobile_smaller {
	display: none;
}

.actual_language_switch {
	display: flex;
	width: 75px;
	top: 10px;
	position: relative;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: -35px;
}

.each_language {
	font-size: 14px;
	color: black;
	background: white;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.each_language:not(:last-child) {
	margin-right: 5px;
}

.each_language:hover {
	text-decoration: none;
}

.oem_header_logo_contain {
	position: absolute;
    top: 6px;
    width: 170px;
}

.actual_oem_logo_header {
	width: 100%;
	height: auto;
}

.entire_header_nav {
	display: flex;
	padding: 20px 0;
	justify-content: space-around;
	font-size: 15px;
	align-items: center;
	color: var(--dark_blue);
	font-weight: 600;
}

.tab-btn.active-tab-btn {
    color: #c32727;
	text-decoration: underline;
	background: white;
    background-blend-mode: color;
    border-radius: 20px;
    padding: 5px 8px;
}

.each_header_nav_tab_item {
	cursor: pointer;
}

.each_header_nav_tab_item:hover {
	text-decoration: underline;
}

.generic_header_img {
	width: 100%;
}

.hyundai_button {
	background: #000;
	color: white;
	font-weight: 400;
	display: flex;
	height: 37px;
	justify-content: center;
	align-items: center;
	border: none;
	width: 125px;
	font-size: 15px;
	padding-top: 5px;
	cursor: pointer;
}

.centered_element {
	text-align: center;
}

.contain_flex_sections {
	display: flex;
	padding: 20px 40px;
}

.contain_regular_sections {
	padding: 20px 40px;
}

.left_contain_sections {
	border-right: 5px solid #c3272e;
	padding-right: 25px;
	margin-right: 40px;
	min-width: 375px;
}

.each_section_title {
	margin-top: 5px;
	font-weight: 600;
	padding-bottom: 16px;
}

.sign_statement_flex {
	display: flex;
	align-items: center;
}

.each_section_subtitle {
	font-weight: 600;
	padding-bottom: 5px;
}

.each_list_section {
	padding-left: 10px;
}

.each_list_item {
	padding-bottom: 10px;
    font-size: 13px;
}

.sign_statement_flex {
	display: flex;
	align-items: center;
}

.sign_container {
	text-align: center;
	padding-bottom: 30px;
}

.actual_sign_image {
	max-width: 42%;
}

.mission_statement_contain {
	flex-basis: 60%;
}

.each_section_paragraph {
	margin-bottom: 25px;
}

.need_help_container {
	background: var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

i.fa.fa-phone {
    font-size: 46px;
    margin-right: 8px;
    height: 33px;
}

.actual_need_help_text {
	font-size: 20px;
}

.actual_help_number {
	font-weight: 600;
	color: black;
}

.actual_help_number:hover {
	color: var(--bright_blue);
	text-decoration: none;
}

.entire_footer_container {
	padding: 20px 40px;
	font-size: 12px;
}

.footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}

.left_actual_footer_icon {
	width: 100%;
	height: auto;
}

.right_side_footer_icon {
	text-align: right;
}
.right_actual_footer_icon {
	width: 100%;
	height: auto;
}

.footer_help_links {
	color: black;
}

.footer_help_links:hover {
	color: var(--bright_blue);
	text-decoration: none;
}

.dealer_login_container .hyundai_button {
	margin: auto;
}

.contain_apply_box_button .hyundai_button {
	margin: auto;
}

.dealer_login_btn_contain .hyundai_button {
	margin: auto;
	margin-top: 20px;
}

.apply_now_box {
	max-width: 830px;
	overflow-x: hidden
}

.apply_now_input {
	width: 100%;
	margin-top: -3px;
	margin-bottom: 10px;
}

.flex_align_label {
	display: flex;
}

.agree_check {
	cursor: pointer;
}

.agree_label {
	margin-left: 10px;
	cursor: pointer;
	flex: 1;
}

.required_input {
	color: red;
}

.dealer_login_box {
	padding: 15px;
	max-width: 400px;
}

.each_login_dealer_field {
	padding-bottom: 10px;
}

.error_login_text {
	color: red;
}

.hidden_on_desktop {
	display: none;
}

.hyundai_color_title {
	color: var(--bright_blue);
}

.longer_button {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.submit_sponsor_shops_btn_contain {
	padding-bottom: 20px;
}

.submit_sponsor_shops_btn_contain .hyundai_button {
	margin: auto;
}

#electronicSign1 {
	margin-right: 10px;
}

.add_shops_section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}

.validation_text_add {
	color: red;
	font-weight: 600;
	transition: opacity 1s ease-out;
	opacity: 0;
	overflow: hidden;
}

.apn_loading_image {
	display: none;
}

#approveShopBtn1:disabled:hover {
	cursor: not-allowed
}

#approveShopBtn1:disabled:hover+.validation_text_add {
	opacity: 1;
}

.show_cursor_label {
	cursor: pointer;
}

.fancybox_add_shop {
	padding: 10px;
	max-width: 600px;
	display: none
}

.apn_loader_container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 94%;
	bottom: 100px;
}

.remove_bottom_margin {
	margin-bottom: 0;
}

#enrollCheckBox {
	height: 13px;
	width: auto;
}

#closingBackground {
	width: 100%;
	height: 100%;
	position: absolute;
}

.apply_section_button_contain {
	padding-top: 113px;
	padding-bottom: 30px;
}

.apply_section_button_contain .hyundai_button {
	margin: auto;
}

.certified_reqs_buttons_contain {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.hyundai_button.longer_button.download_cert_button {
	margin-right: 20px;
}

.not_logged_sponsor_padding {
	padding-top: 40px;
	padding-bottom: 0px;
}

.no_top_padding {
	padding-top: 0;
}

.no_bottom_padding {
	padding-bottom: 0;
}

.less_top_padding {
	padding-top: 15px;
}

.less_bottom_padding {
	padding-bottom: 5px;
}


h5.each_h5_subtitle {
	font-size: 15px;
	font-weight: 600;
}

.more_bottom_padding {
	padding-bottom: 40px;
}

.french_hyundai_menu_apply {
	font-size: 12px;
}

.french_apply_now_button {
	width: auto;
}

.required_tools_header {
	display: flex;
}

.left_tools_section {
	width: 180px;
	padding: 10px;
	border: 1px solid #ccc;
}

.right_tools_section {
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
}

.left_tools_header {
	font-weight: 600;
	background: #eee;
}

.right_tools_header {
	font-weight: 600;
	background: #eee;
}

.each_tools_body {
	display: flex;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                hyundai         end                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                jqgrid style  start                     */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ui-widget-header {
	background: var(--dark_blue);
	font-weight: normal;
	font-size: 14px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: var(--dark_blue);
	font-size: 12px;
	padding-top: 5px;
}

.ui-widget-content {
	font-size: 12px;
}

.ui-pager-control table tr td {
	background: var(--dark_blue);
	width: auto !important;
}

table.ui-pg-table.ui-common-table.ui-pager-table {
	display: flex;
	justify-content: center;
}

td#sponsored-table-pager_right {
	position: absolute;
	right: 10px;
}

div#gbox_sponsored-table {
	margin: auto;
}

.sponsor_table_contain {
	background: var(--grey);
	padding: 30px 88px;
}

div.each_language {
	cursor: default;
}

.ui-state-hover {
	color: #ccc !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                jqgrid style  end                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                querys  start                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width:800px) and (max-width:1000px) {
	.right_side_footer_icon {
		text-align: center;
	}
}
@media (min-width:800px){
	.right_actual_footer_icon {
		width: 60%;
	}
}


@media (min-width:1045px) and (max-width:1200px) {
	.entire_page_container {
		width: 1028px;
		font-size: 14px;
	}
	.right_actual_footer_icon {
		width: 25%;
	}
}

@media (min-width:992px) and (max-width:1044px) {
	.right_actual_footer_icon {
		width: 25%;
	}
	.entire_page_container {
		font-size: 13px;
	}

	.entire_header_nav {
		font-size: 14px;
	}

	.hyundai_button {
		font-size: 14px;
		padding-top: 2px;
	}

	.each_section_subtitle {
		font-size: 16px;
	}

	.each_section_title {
		font-size: 22px;
	}

	.oem_header_logo_contain {
		top: 10px;
	}

	.actual_language_switch {
		top: 5px;
	}

	.actual_need_help_text {
		font-size: 16px;
	}

	i.fa.fa-phone {
		font-size: 55px;
		height: 50px;
	}

	.need_help_container {
		padding: 15px 0px;
	}
}

@media (max-width:991px) {
	.entire_page_container {
		width: 100%;
		padding: 0;
		margin: 0 !important;
	}

	.actual_language_switch {
		display: none;
	}

	.hide_for_mobile_menu {
		display: none;
	}

	.mobile_menu_oem {
		display: flex;
		width: 10%;
		top: 10px;
		position: relative;
		margin-right: 0px;
		margin-left: auto;
		margin-bottom: -22px;
		z-index: 4;
	}

	.open_mobile_menu {
		cursor: pointer;
		width: 35px;
	}

	.open_mobile_menu.active {
		margin-bottom: 13px;
	}

	.entire_header_container {
		padding: 0;
	}

	/* mobile menu starts  */

	.line_1,
	.line_2,
	.line_3 {
		cursor: pointer;
		border-radius: 4px;
		height: 4px;
		width: 35px;
		background: white;
		position: relative;
		display: block;
		content: '';
		transition: all 300ms ease-in;
	}

	.line_1,
	.line_2 {
		margin-bottom: 5px;
	}

	.open_mobile_menu:hover span {
		cursor: pointer;
		background: #e7e7e7;
	}

	.open_mobile_menu.active .line_1 {
		background: #fefefe;
		top: 10px;
		position: absolute;
		transform: rotate(45deg);
		top: 8px;
	}

	.open_mobile_menu.active .line_2 {
		background-color: transparent;
	}

	.open_mobile_menu.active .line_3 {
		background: #fefefe;
		bottom: 10px;
		position: absolute;
		transform: rotate(-45deg);
	}

	/* mobile menu ends  */

	.oem_header_logo_contain {
		display: none;
	}

	.oem_header_logo_contain_mobile {
		display: block;
		position: absolute;
		top: 10px;
		width: 165px;
	}

	.mobile_actual_menu {
		position: absolute;
		min-width: 200px;
		z-index: 3;
		right: 0;
	}

	.each_mobile_tab {
		text-align: center;
		padding: 10px;
		background: var(--grey);
		cursor: pointer;
		border-left: 1px solid var(--dark_blue);
	}

	.each_mobile_tab:hover {
		text-decoration: none;
		background: var(--dark_blue);
		color: var(--grey);
	}

	.each_mobile_tab.active-tab-btn {
		text-decoration: none;
		background: var(--dark_blue);
		color: var(--grey);
	}

	.each_mobile_tab:not(:last-child) {
		border-bottom: 1px solid var(--dark_blue);
	}

	.close_actual_mobile_menu {
		margin-top: 45px;
	}

	.actual_language_switch_mobile {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		text-align: center;
		padding: 7px 10px;
		background: var(--grey);
		border-bottom: 1px solid var(--dark_blue);
		border-left: 1px solid var(--dark_blue);
	}

	.each_language_mobile {
		width: 50%;
		background: white;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: black;
	}

	.each_language_mobile:hover {
		text-decoration: none;
	}

	.each_language_mobile.active_mobile_language {
		color: var(--grey);
		background: var(--dark_blue);
		cursor: default;
	}

	.contain_flex_sections {
		flex-direction: column-reverse;
	}

	.left_contain_sections {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		min-width: inherit;
	}

	.sign_statement_flex {
		flex-direction: column;
	}

	.hidden_on_mobile {
		display: none;
	}


	.hidden_on_desktop {
		display: block;
	}

	.sign_container {
		margin-left: 0;
	}

	.block_for_mobile {
		display: block;
		padding-bottom: 10px;
	}

	.need_help_container {
		flex-direction: column;
		text-align: center;
	}

	.footer_bottom {
		flex-direction: column;
		text-align: center;
	}

	.footer_top {
		flex-direction: column;
	}

	.each_section_title {
		font-size: 20px;
		margin-top: 20px;
	}

	.each_section_subtitle {
		font-size: 16px;
	}

	.each_section_paragraph {
		font-size: 14px;
	}

	.centered_for_mobile {
		text-align: center;
	}

	.left_align_for_mobile {
		text-align: left;
	}

	.footer_seperator {
		display: none;
	}
}

@media (max-width:750px) {
	.sponsor_table_contain {
		display: none;
	}

	.submit_sponsor_shops_btn_contain {
		background: var(--grey);
		padding-top: 20px;
	}

	.fancybox_add_shop {
		padding: 0px;
	}

	.certified_reqs_buttons_contain {
		flex-direction: column;
	}

	.certified_reqs_buttons_contain {
		flex-direction: column;
		align-items: center;
	}

	/* .certified_reqs_buttons_contain .hyundai_button {
		margin: auto;
	}*/

	.hyundai_button.longer_button.download_cert_button {
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width:550px) {
	.generic_header_img_contain {
		display: none;
	}

	.generic_header_img_contain_mobile {
		display: block;
	}

	.generic_header_img_mobile {
		width: 100%;
		height: auto;
	}

	.contain_flex_sections {
		padding: 20px;
	}

	.contain_regular_sections {
		padding: 20px;
	}

	.not_logged_sponsor_padding {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.left_tools_section {
		width: 30%;
	}

	.right_tools_section {
		width: 70%;
	}

	.required_tools_container {
		font-size: 14px;
	}

}

@media (max-width:450px) {
	.oem_header_logo_contain_mobile_smaller {
		display: block;
		position: absolute;
		top: 10px;
		width: 120px;
	}

	.oem_header_logo_contain_mobile {
		display: none;
	}

	.longer_button {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.required_tools_container {
		font-size: 12px;
	}
}

@media (max-width:370px) {
	.longer_button {
		font-size: 13px;
	}
}

@media(min-width:992px) {
	.mobile_actual_menu {
		display: none !important;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                querys  end                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                temp start                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#passwordScreen {
	max-width: 400px;
	margin: auto;
	padding: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
}

h3, .h3 {
    font-size: 20px !important;
}
h4, .h4 {
    font-size: 17px !important;
}
.frontImage{
    font-size: 13px;
}

.dealercode .btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.blk_btn{
    margin-bottom: 200px;
    color: #FFF;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
}
.underLine{
    text-decoration: underline
}
.eveImage{
    width: 56%;
    border: #000 1px solid;
}
.evRow{
    background-color: hsl(0, 0%, 90%);
    padding: 13px;

}
.evRow{
    margin: 0px !important;
}
.nissanlink{
    color: #0819da !important;
}
.nissanlogo{
    width:70%
}
#certification-requirements,#dealer-sponsor,#evready{
    display:none
}
.noteui li{
    list-style: none;
}

.noteui li:nth-child(1):before,li:nth-child(2):before {
    list-style: none;
    content: ""; 
}
.noteui li:nth-child(1):before {
    list-style: none;
    content: "*";
    margin-right: 6px;
    margin-left: -14px;
}
.noteui li:nth-child(2):before {
    list-style: none;
    content: "**";
    margin-right: 6px;
    margin-left: -14px;
}
.marbot{
    margin-bottom: 0px;
}
.martop{
    margin-top: 10px;
}
.recommtop
{
margin-bottom: 8px;
}
.makemargin{
    margin-left: 30px;
}



/* for fca website */
.mttop{
    margin-top: 13px;
}
.mttop5{
    margin-top: 5px;
}
.newhr{
    height: 2px;
    background: #0A2C55;
    margin: 1em 0;
}
.cell-rev, .cell-rev:last-child, .cell:last-child, .float-r {
    float: right;
}
.weight{
    font-weight: bold;
}
.listdata h4{
    font-weight: bold;
}
.listdata span{
    font-size: 13px;
}
.left_contain_sections{
    border-right: 5px solid #278ec3!important;
}
li h5{
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}
.frontImage{
    font-size: 13px;
    font-weight: bold;
}
.bradius{
    border-radius: 11px;
    border: 1px solid #247;
}
.fcalogo
{
    width: 80%;
}
.fsize{
    font-weight: bold;
    font-size: 13px;
}
.btncolor{
    background:#247 !important;
}
.mleft{
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}
.mleftnext{
    font-size: 12px;
    font-weight: bold;
    margin-left: 32px;
}
.left-fcalogo{
    width:100% !important;
}
.tab-btn.active-tab-btn {
    color: #0068b3;
}
.mbottom{
    margin-bottom: 100px;
}
.fonts14{
    font-size: 14px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                temp end                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
