@charset "utf-8";
/* CSS Document */

@import url('a_n_t_commericial.css');
@import url('extendedWarranty.css');
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html, body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f1f1f1;
	height: 100%;
}

@font-face {
    font-family: 'JohnDeereSans_Medium';
    src: url('../fonts/JohnDeereSans_Medium.eot');
    src: url('../fonts/JohnDeereSans_Medium.eot') format('embedded-opentype'),
         url('../fonts/JohnDeereSans_Medium.woff2') format('woff2'),
         url('../fonts/JohnDeereSans_Medium.woff') format('woff'),
         url('../fonts/JohnDeereSans_Medium.ttf') format('truetype'),
         url('../fonts/JohnDeereSans_Medium.svg#JohnDeereSans_Medium') format('svg');
}

.cusrsorPointer {
	cursor: pointer;
}

h1 {
    font-size: 34px;
    color: #367c2b;
}

h2 {
    font-size: 26px;
    color: #454545;
}

h3 {
    font-size: 20px;
    color: #454545;
}

h4 {
    font-size: 18px;
    color: #454545;
}

h5 {
    font-size: 16px;
    color: #454545;
}

h6 {
    font-size: 14px;
    color: #454545;
}


 a, a:active, a:link, a:visited {
    color: #367c2b;
    text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #367c2b;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

.noMargin {
	margin: 0px !important;
}

.bold { 
	font-weight: bold;
}

div.inline {
	display: inline-block;
}

.inline {
    margin-bottom: 10px;
}

.verticalAlignSuper {
	vertical-align: super;
}

.btns {
	margin:10px 0px;
}

.button, button {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    vertical-align: middle;
    padding: 0 18px;
    text-shadow: none;
    cursor: pointer;
    color: #454545;
    width: auto;
    overflow: visible;
    background: #e9e9e9;
    box-shadow: inset 0 13px 15px #f9f9f9;
    white-space: nowrap;
}

.button.yellowBtn, button.yellowBtn {
    background: #ffd621;
    border: 1px solid #ffd621;
    box-shadow: inset 0 13px 15px #fff137;
}

.button.yellowBtn:hover, button.yellowBtn:hover {
    background: #ffd621;
    box-shadow: inset 0 13px 15px #ff0;
}

.button.disabled, button.disabled {
    cursor: default!important;
    color: #CCC!important;
    background-color: #f7f7f7!important;
    background-image: none!important;
    box-shadow: none!important;
    border: 1px solid #DDD!important;
    filter: none!important;
}

.positionRel {
	position: relative;
}

.borderBottom { 
	border-bottom: solid 1px #DBDBDB;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.noTopBottomPadding { 
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.padding20 {
	padding: 20px;
}

.pageTitle {
	margin: 10px 0px 10px 10px;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

.pageTitleLowMargin {
	margin: 10px 0px 0px 0px;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

input[type=checkbox] {
	opacity: 0;
	height: 20px;
	width: 20px;
	position: absolute;
	cursor: pointer;
	margin: auto;
	z-index: 100;
}
input[type=checkbox]+label {
	margin: 0;
	clear: none;
	border: 1px solid #aaa;
	background: #f7f7f7;
	background: -moz-linear-gradient(-45deg, #f7f7f7 0, #fff 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f7f7f7), color-stop(100%, #fff));
	background: -webkit-linear-gradient(-45deg, #f7f7f7 0, #fff 100%);
	background: -o-linear-gradient(-45deg, #f7f7f7 0, #fff 100%);
	background: -ms-linear-gradient(-45deg, #f7f7f7 0, #fff 100%);
	background: linear-gradient(135deg, #f7f7f7 0, #fff 100%);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 99
}
input[type=checkbox]+label+div.check-label {
	display: inline;
	margin-left: 6px;
	vertical-align: 5px
}
input[type=checkbox]+label:hover, input[type=checkbox]:hover+label {
	border-color: #367c2b
}
input[type=checkbox]:checked+label {
	background-image: url(../images/checkbox.active.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-color: transparent
}
input[type=checkbox]:checked+label:after {
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 4px;
	color: #FFF
}
input[type=checkbox]+label:active, input[type=checkbox]:checked+label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 0 1px 3px rgba(0,0,0,.1)
}
input[type=radio] {
	opacity: 0;
	width: 19px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	margin: auto;
	margin-top: 0px;
	z-index: 100;
	vertical-align: bottom
}
input[type=radio]+label {
	margin: 0;
	clear: none;
	background-color: #FFF;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #aaa;
	padding: 5px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 99;
	width: 0
}

input[type=radio]+label+div {
	vertical-align: top;
	margin-right: 2px;
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
}
input[type=radio]:hover+label {
	box-shadow: 0 0 0 1px #367c2b
}
input[type=radio]:checked+label {
	background-color: #367c2b;
	color: #99a1a7;
	box-shadow: 0 0 0 1px #888
}
input[type=radio]:checked+label:after {
	font-size: 12px;
	position: absolute;
	top: 1px;
	left: 4px;
	color: #FFF
}


/*disbale radio*/

input[type=radio].disabledRadio {
	opacity: 0;
	width: 19px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	margin: auto;
	margin-top: 0px;
	z-index: 100;
	vertical-align: bottom
}
input[type=radio].disabledRadio+label {
	margin: 0;
	clear: none;
	background-color: #fff;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #ccc;
	padding: 5px;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 99;
	width: 0
}

input[type=radio].disabledRadio:hover+label {
	box-shadow: 0 0 0 1px #ccc
}
input[type=radio].disabledRadio:checked+label {
	background-color: #ccc;
	color: #99a1a7;
	box-shadow: 0 0 0 1px #ccc
}

 div.container, div.wrapper-container, div.wrapperContainer {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 920px;
    padding: 10px 50px;
}

.landingPageLogo{
	
	background: url(../images/logo.png) no-repeat center bottom;
    height: 43px;
    max-width: 750px;
    min-width: 300px;
    text-align: center;
    margin: 30px auto 15px;
	
}
.paddingTop20 {
	padding-top: 20px;
}

.paddingRight15 {
	padding-right: 15px;
} 
.marginLeft10 {
	margin-left: 10px;
}
.marginLeft60 {
	margin-left: 60px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop40 {
	margin-top: 40px;
}

.marginLeft15 {
	margin-left: 15px;
}

.appName {
    max-width: 750px;
    min-width: 300px;
    text-align: center;
    margin: 20px auto 0px;
	font-size:25px;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

h3.landingPageHeadInfo {
	padding: 15px 30px;	
	font-size: 21px;
}

.homePageMenuDiv {
	background: #fff;
	margin: 0 auto;
	max-width: 750px;
	min-width: 300px;
	box-sizing: border-box;
}

.homePageMenu {
	list-style:none;
}

.homePageMenu li {
	border-top: solid 1px #dedede;
}

.homePageMenu li a{
	
	padding: 15px 30px;
	display:block;
	color: #333;
	font-size: 18px;
}

.homePageMenu li a:hover, .homePageMenu li a:active{
	text-decoration:none;
}

.homePageMenu li a i {
	color: #a6a6a6;
}

.homePageMenu li ul.homePageSubMenu {
	list-style: none;
	display: none;
}

.homePageMenu li ul.homePageSubMenu li a {
	padding: 15px 30px 15px 60px;
}

.makeSelection {
	padding: 15px 30px;
	border-top: solid 1px #dedede;
}

.makeSelection label {
	vertical-align: top;
}

.makeSelection span {
	font-weight: normal;
	color: #b1b1b1;
	clear: both;
	display: block;
	vertical-align: top;
}


.homePageFooter {
	max-width: 750px;
    min-width: 300px;
    text-align: center;
    margin: 20px auto 0px;
}
.homePageFooter a{
	color: #367c2b;
    text-decoration: none;
}

.header {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	min-width: 960px
}

.header.no-top-nav {
	margin-bottom: 20px
}
.header .container, .header .wrapper-container, .header .wrapperContainer {
	position: relative
}
.header .logo {
	width: 200px;
	background: url(../images/deere.logo.ag.png) no-repeat  center center;
	line-height: 38px;
    position: relative;
    top: 10px;
}

.header h1 {
	display: inline;
	margin: 20px 0 10px;
	position: relative;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

/*----Navigation-------*/
.nav-top {
	background: #fff;
}

.nav-top ul.main-nav {
	list-style-type: none;
	font-size: 0;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav-top ul.main-nav li {
	position: relative;
	padding: 0 14px;
	font-size: 16px;
	background-image: none;
	line-height: 1;
	float: left;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
	-webkit-transition: .5s;
	transition: .5s;
	list-style: none;
}
.nav-top ul.main-nav li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 3px 10px;
	color: #888 !important;
	border-bottom: 0px solid #fff;
}

.nav-top ul.main-nav li.has-sub-menu>a, .nav-top ul.main-nav li.has-sub-menu>span {
	position: relative;
	z-index: 101;
	padding: 15px 15px 10px 20px;
	line-height: 1;
	
}
.nav-top ul li.has-sub-menu>a>span {
	display: inline;
	margin-left: 5px;
	padding-right: 10px;
	background: url(../images/chevron.down.gray.xs.active.png) center center no-repeat
}

.nav-top ul li.has-sub-menu:hover>a, .nav-top ul li.has-sub-menu:hover>span {
	margin-left: 0;
	margin-right: 0;
	padding: 15px 15px 10px 20px;
	background-color: #fff;
	border-bottom: 0;
	-moz-box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07);
	-webkit-box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07);
	box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07)
}
.nav-top ul li.has-sub-menu:hover ul.sub-menu {
	-moz-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	-webkit-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	display: block
}

li.has-sub-child-menu:hover ul.sub-child-menu {
	-moz-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	-webkit-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	display: block
}

.nav-top ul li.home {
	padding-left: 0
}
.nav-top ul li.home>a {
	height: 100%;
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/home.medium.inactive.png);
	zoom: 1
}

.nav-top ul li.selected > a, .nav-top>.wrapper-container ul li.selected>a, .nav-top>.wrapperContainer ul li.selected>a {
    color: #333;
    border-bottom: 3px solid #367c2b;
}

.nav-top ul li.home.selected>a, .nav-top ul li.home>a:hover {
	background-image: url(../images/home.medium.active.png)
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu {
	display: none;
	background: #fff;
	min-width: 220px;
	position: absolute;
	top: 100%;
	z-index: 100
}

.nav-top ul.main-nav li.has-sub-menu:hover ul.sub-menu {
	display: block;
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu li a {
	font-size: 14px;
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu li ul.sub-child-menu {
	display: none;
	background: #fff;
	min-width: 240px;
	padding: 0px 0px 15px;
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 100
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu li ul.sub-child-menu li, .nav-top ul.main-nav li.has-sub-menu ul.sub-menu li.has-sub-child-menu { 
	float: none
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu li.has-sub-child-menu:hover ul.sub-child-menu {
	display: block;
}

.nav-top ul.main-nav li.has-sub-menu ul.sub-menu li.has-sub-child-menu:hover, .nav-top ul.main-nav li.has-sub-menu ul.sub-menu li:hover {
	background: #F7F7F7;
}


/*.nav-top {
	
	background: #fff;
	
}

.nav-top ul {
	list-style-type: none;
	font-size: 0;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0
}
.nav-top ul li {
	padding: 0 14px;
	font-size: 16px;
	background-image: none;
	line-height: 1;
	float: left;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

.nav-top ul li.home, .nav-top ul li:first-child {
	padding-left: 0
}
.nav-top ul li.home>a {
	height: 100%;
	width: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/home.medium.inactive.png);
	zoom: 1
}

.nav-top ul li.selected > a, .nav-top>.wrapper-container ul li.selected>a, .nav-top>.wrapperContainer ul li.selected>a {
    color: #333;
    border-bottom: 3px solid #367c2b;
}

.nav-top ul li.home.selected>a, .nav-top ul li.home>a:hover {
	background-image: url(../images/home.medium.active.png)
}
.nav-top ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 3px 10px;
	color: #888 !important;
	border-bottom: 3px solid #fff;
}
.nav-top ul li.has-sub-menu {
	position: relative;
	padding: 0
}
.nav-top ul li.has-sub-menu>a, .nav-top ul li.has-sub-menu>span {
	position: relative;
	z-index: 101;
	padding: 15px 3px 10px;
	margin-left: 17px;
	margin-right: 12px;
	line-height: 1
}
.nav-top ul li.has-sub-menu>a>span {
	display: inline;
	margin-left: 5px;
	padding-right: 10px;
	background: url(../images/chevron.down.gray.xs.active.png) center center no-repeat
}
.nav-top ul li.has-sub-menu ul.sub-menu {
	display: none;
	background: #fff;
	min-width: 200px;
	padding: 10px 10px 15px;
	position: absolute;
	top: 95%;
	z-index: 100
}
.nav-top ul li.has-sub-menu ul li {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both
}
.nav-top ul li.has-sub-menu ul li:first-child {
	padding-left: 13px
}
.nav-top ul li.has-sub-menu ul li a {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	z-index: 100;
	padding-bottom: 3px;
	margin-bottom: 2px;
	border-bottom: 2px solid transparent;
	color: #367c2b;
	text-decoration: none
}
.nav-top ul li.has-sub-menu ul li:hover a:hover {
	
}
.nav-top ul li.has-sub-menu.selected:hover>a {
	border-bottom: none
}
.nav-top ul li.has-sub-menu:hover>a, .nav-top ul li.has-sub-menu:hover>span {
	margin-left: 0;
	margin-right: 0;
	padding: 15px 15px 10px 20px;
	background-color: #fff;
	border-bottom: 0;
	-moz-box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07);
	-webkit-box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07);
	box-shadow: 10px 0 6px -4px rgba(50,58,69,.07), -10px 0 6px -4px rgba(50,58,69,.07)
}
.nav-top ul li.has-sub-menu:hover ul {
	-moz-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	-webkit-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	display: block
}
.nav-top ul li.has-sub-menu:hover ul li {
	display: block;
	border: none
}

.nav-top ul li.has-sub-menu li.has-sub-child-menu ul.sub-child-menu { 
	display: none;
	background: #fff;
	min-width: 200px;
	padding: 10px 10px 15px;
	position: absolute;
	top: 5%;
	left: 100%;
	z-index: 100
}

.nav-top ul li.has-sub-menu li.has-sub-child-menu:hover ul {
	-moz-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	-webkit-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	display: block
}*/

/*-----navigation end ----*/
#viewPageType{
	color: #888 !important;
	font-family:"JohnDeereSans_Medium", "Helvetica Neue", Helvetica, Arial,sans-serif;
	font-size: 16px
}

#viewPageType span{
	color: #367c2b !important;
	font-weight: bold;
} 
.viewPageType {
    min-width: 211px;
    margin-top: 12px;
    padding-right: 15px;
}
.selectPageType {
	background: #fff;
	min-width: 250px;
	padding: 10px;
	position: absolute;
    right: -21px;
	top: 32px;
	-moz-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	-webkit-box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	box-shadow: 0 2px 8px 7px rgba(50,58,69,.07);
	z-index: 8;
}
#viewPageType:after {
    content: url(../images/userinfo.dropdown.inactive.green.png);
    position: absolute;
    padding-top: 8px;
    margin-left: -4px;
}

#viewPageType.active:after {
    content: url(../images/userinfo.dropdown.active.green.png);
    position: absolute;
    padding-top: 8px;
    margin-left: -4px;
	z-index: 9;
}

.selectPageTypeList {
	list-style: none;
	text-align: left;	
}
.selectPageTypeList li {
	padding: 5px 10px !important;
}

.selectPageTypeList li a {
	padding: 0px !important;
}

.programName {
	font-size: 18px;
	margin-top: 6px;
}

.middleSection {
	margin-top: 10px;
}

.middleSectionInner {
	padding: 15px 20px;
}

.whiteBg {
	background: #fff;
}

.viewMoreProducts {
	background: #f7f7f7;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
}

.viewMoreProducts a:after {
    content: url(../images/userinfo.dropdown.inactive.green.png);
    position: absolute;
    padding-top: 11px;
}

/*---footer---*/

.wrapper-all-except-footer.center-footer {
	min-height: 100%;
    height: auto!important;
    margin: 0 auto -102px;
}
.push {
    height: 60px;
    clear: both;
}
.footer.center-footer {
    height: 42px;
    line-height: 23px;
}
.footer {
    font-size: 14px;
    margin-top: 60px;
    min-width: 960px;
    background-color: #333;
    color: #fff;
}

.footer a {
    text-decoration: underline;
    padding: 0 4px;
    color: #fff;
}


.productImg img {
	width: 250px;
	height: 166px;
}

.productImgLarge img {
	width: 385px;
	height: 300px;
}

.minWidth164 {
	min-width: 164px;
}

.rightBox {
	padding: 20px;
}
.rightBox h3 {
	margin: 0px;
	padding: 0px; 
}
.prgCheckSearchBar {
	margin-top: 20px;
}

.prgCheckSearchBar input {
	border: 1px solid #e5e5e5;
	padding: 8px 5px 9px 5px
}

.prgCheckSearchBarInp+span:after {
	content: '';
	background: url(../images/searchBarIcon.png) no-repeat;
	height: 39px;
    position: absolute;
    width: 46px;
	cursor: pointer;
}

.prgCheckSearchBarInp+span.active:after {
	content: '';
	background: url(../images/searchBarIcon.png) no-repeat left -44px;
	height: 39px;
    position: absolute;
    width: 46px;
	cursor: pointer;
}

.availProgramList {
	margin-top: 30px;
}
.availablePrg {
	margin-bottom: 25px;
	text-align: center;
	font-size: 16px;
}
.availablePrg:before{
	content: url(../images/checkmark.large.active.png);
	position: absolute;
    margin-left: -40px
}
.availProgramList ul li{
	list-style: none;
	border-bottom: solid 1px #dedede;
	color: #333;
    font-size: 18px;
}
.availProgramList ul li:nth-child(1) {
	border-top: none;
	margin-bottom: 2px;
	font-size: 17px;
	padding-bottom: 5px;
}

.availProgramList ul li a{
	padding: 10px 0px;
    display: block;
    color: #333;
}
.availProgramList ul li a:after{
	content: url(../images/chevron.right.green.large.active.png);
	position: absolute;
    padding-top: 3px;
    right: 24px;
    text-align: right;
}

.announcement {
	
}

.announcement ul {
	margin-top: 20px;
}

.announcement ul li {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
	border-bottom: solid 1px #f3f3f3;
	padding-bottom: 10px;
}

.announcement ul li a {
	font-size: 16px;
	font-weight: bold;
}

.announcement ul li a span {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: normal;
}
.closeAnnouncement {
	background: url(../images/clearField.large.inactive.png) no-repeat;
	width: 13px;
    height: 13px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-size: 100%;
	cursor: pointer;
}

.planTblDiv {
    margin-top: 15px;
}

.planTbl {
    border: 1px solid #E5E5E5;
    color: #333;
    font-weight: bold;
}

.planTbl tr td {
    padding: 10px 3px;
    font-size: 13px;
	color: #333;
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
}

.planTbl tr td.greyBgTd {
	background: #ddd;
	border: 1px solid #fff;
}

#rightMenu {
	list-style: none;
}
#rightMenu li { 
	color: #333;
	font-size: 17px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 30px;
}

#rightMenu li ul.rightMenuSubMenu li { 
	color: #367c2b;
	font-size: 14px;
	margin-bottom: 0px;
}

.dataDetailsList { 
	list-style: none;
}

.dataDetailsList li { 
	margin-top: 25px;
}
.searchPannel { 
	/*background: #fff;*/
	border: 1px solid #eee;
	margin-bottom: 20px;
	box-shadow: 0px 2px -1px rgba(0, 0, 0, 0.05);
	
}
 
.searchInputContainer {
	background: #fff;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    padding: 15px 15px 5px 7px;
    position: relative;
	border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.searchInputContainer input[type="text"] {
    flex: 0 0 auto;
    -webkit-box-flex: 2;
    flex-grow: 2;
    background: url(../images/searchIcon.png) no-repeat left center;
    opacity: .5;
    background-size: 55px 25px;
    border: medium none;
    font-size: 20px;
    line-height: 1.5;
    height: 30px;
    line-height: 30px;
    padding-left: 55px;
    padding-right: 10px;
}

.searchInputContainerActive {
	border: solid 1px #367c2b;
}

.contractSearch input[type="text"] {
	 padding-right: 170px;
}

.searchResult { 
	background: #fafafa;
	color: #999;
	padding: 15px 20px 20px 58px;
}

.searchResultProductList { 
	list-style: none;
	margin: 0px;
}

.searchResultProductList li { 
	margin-top: 10px;
	color: #333;
	
}

.searchResultProductList li input[type=radio]+label+div { 
	font-weight: bold;
	font-size: 13px;
}

.goBtn { 
	position: absolute;
	right: 0px;
	top: 0px;
}
.goBtn .yellowBtn { 
	height: 60px;
}

.linkList { 
	list-style: none;
	margin: 0px;
}

.linkList li { 
	margin-top: 5px;
}

.seeMoreLink { 
	font-size: 18px;
	position: absolute;
    right: 30px;
    bottom: 10px;
}

.seeMoreLink .glyphicon {
    vertical-align: text-top;
}

.box { 
	min-height: 290px;
	box-shadow: 0px 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.bulletedDataList { 
	list-style: none;
}

.bulletedDataList li { 
	margin-top: 25px;
	padding-left: 20px
}

.bulletedDataList li:before { 
	content: '•';
    color: #ABABAB;
    font-size: 27px;
    margin-top: -9px;
    position: absolute;
    margin-left: -15px;
}

.ui-datepicker-trigger { 
	margin-top: -11px;
    margin-left: 3px;
}

.search-results h3, .search-results .title {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999999;
    margin: 0;
    padding: 15px 20px 0 58px;
    background: #fafafa;
}

a.product-list {
    color: #454545;
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
}

.link-item, .options-item {
    min-height: 40px;
    padding: 10px 10px 10px 19px;
}

.link-item:before, .options-item:before {
    content: ' ';
    background: -webkit-linear-gradient(315deg, #f7f7f7 0, #fff 100%);
    background: linear-gradient(135deg, #f7f7f7 0, #fff 100%);
    border-radius: 50%;
    border: 1px solid #aaa;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 20px;
    margin-right: 15px;
}

.link-item:hover:before, .options-item:hover:before {
    content: ' ';
    border: 1px solid #367c2b;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 20px;
}

 .selected-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px 15px 58px;
    position: relative;
    background: url('../images/icon-sprites-708ca7ce.png') no-repeat 25px 21px #fff;
}

.selected-item-low-padding {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px 15px 43px;
    position: relative;
    background: url('../images/icon-sprites-708ca7ce.png') no-repeat 25px 21px #fff;
}

 .selected-item-active {
    background: url('../images/icon-sprites-708ca7ce.png') no-repeat 25px -189px #fff;
}
.whiteBg {
	background: #fff;
}
.tblGridParent {
	background: #DFDFDF;
	padding: 10px;
	overflow: hidden;
}

.tblGrid { 
	display: table;
	width: 100%;
	background: #fff;
}

.tblRowHead, .tblRow { 
	display: table-row;
}

.tblRowHead{ 
	background: #ddd;
}

.tblRow.odd, .tblRow:nth-child(odd) {
    background-color: #f7f7f7;
}

.tblCellHead, .tblCell { 
	display: table-cell;
	padding: 10px 15px;
	color: #454545;
}

.tblCell { 
	 border-left: 1px solid #ddd;
	 font-size: 17px;
}
   
.prt-fee-row {
	display: table-row;
}

.prt-fee-cell {
	display: table-cell;
	padding: 5px;
	color: #454545;
}

.tblCellHead{ 
    border-left: 1px solid #fff;	
}

.noTblBorder .tblRowHead{ 
	background: none;
}
.planAndCoverageTbl{ 
	background: #fff;
}
.planAndCoverageTbl .tblRowHead{ 
	background: #f7f7f7;
}

.noTblBorder .tblCell, .planAndCoverageTbl .tblCell, .planAndCoverageTbl .tblCellHead{ 
	border-left: 0px;
}

.noTblBorder .tblRow.odd, .noTblBorder .tblRow:nth-child(odd) {
    background-color: #fff;
}

.noTblBorder .tblRow.even, .noTblBorder .tblRow:nth-child(even) {
    background-color: #f7f7f7;
}


ul.models {
	list-style: none;
	border: solid 1px #ddd;
	background: #fff;
	max-height: 250px;
	overflow-y: auto;
}

ul.models li {
	list-style: none;
	border-bottom: solid 1px #ddd;
	padding: 5px;
}
ul.models li button { 
	 color: #367c2b;
}
.noBorder {
	border-bottom: none;
}

.fontSize18 {
	font-size: 18px !important;
}

.fontSize17 {
	font-size: 17px !important;
}

.fontSize20 {
	font-size: 20px !important;
}

.userInfoContent {
	background: #fff;
	padding-left: 58px;
	padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.labelSecondary, .cNf .labelSecondary {
	color: #aaa !important;
	font-size: 14px;
}

.labelFirst, .cNf .labelFirst {
	color: #aaa !important;
	font-size: 18px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
   	border-right: solid 1px #ddd;
}

.col-md-5ths:nth-last-child(1) {
   
   	border-right: none;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.coveragePlanHead {
	background: #fff;
	padding-top: 5px;
}
.planColomActive {
	border: 1px solid #000;
	position: relative;
	z-index: 108;	
}

.disableParent {
	background: #eaeaea;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:107;
}

.planColomActive .tblGrid .tblCell {
	background: #fff !important;	
}

.continueToSummary {
	position: fixed;
	top: 0px;
	left: 10px;
	background: #fff;
	padding: 10px 8px 5px 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 7px 3px #ccc;
}

h1.darkFont, h2.darkFont, h3.darkFont, h4.darkFont, h5.darkFont, h6.darkFont {
	color: #454545;
}

/*
Summary Page Css

*/

.section {    background-color: #fff;
    width: 100%;
    float: left;    
    margin-top: 25px;
}
.section div.sub-section{	
	float:left;
	padding: 0px 20px;
	width: 100%
}
.section div.right{	
	border-top: 1px solid #E4E4DF;
	padding-top: 12px
}
.section div.right div.content{	
	margin-bottom: 6px;
}
.section div.first{	
	border: 0;
	padding-top: 0;	
}
.section div.content{	
	float: left;
    width: 100%;
    margin-bottom: 10px;
}
.section div.sub-head{	
	font-size: 19px;	
}
.section div.content span.title{
  float: left;
  color: #97989A;
}
.section div span.description{
  float: right;
}


/*Summary Page Css End*/

.errorinput {
	color: #850000 !important;
	background: #F4D9D9 !important;
	border: 1px solid #AD2F2F !important;
}
.errorMessage {
	color: #850000 !important;
	font-size: 12px;
}

.with50Per {
	width: 50%;
}

.width100Per {
	width: 100%;
	background: #fff;
}

.width100Per::before {
	clear: both;
	content:'';
	display: block
}

.planCoverageList {
	list-style: none;
	background: #fff;
}

.planCoverageList li {
	padding: 10px 15px;
}

.planCoverageList li.even, .planCoverageList li:nth-child(even) {
    /*background-color: #f7f7f7;*/
}
.tblHeader { 
	padding: 10px 15px;
	color: #454545;
	text-align: center;
	background: #f1f1f1;
}


.modal-popup .button-panel {
    position: absolute;
    top: 15px;
    right: 10px;
}
.modal-popup .modal-body {
    padding: 0;
}

.padding-double {
    padding: 20px;
}

.modal-popup .modal-header h3 {
    margin-bottom: 0;
}
.modal-popup h3 {
    margin-top: 0;
}

.calendarIcon {
	background:url(../images/calendar.png) no-repeat;
	width: 32px;
    height: 32px;
    box-shadow: none;
    border: none;
    padding: 0px;
    vertical-align: top;

}
.iconStrip {
	border-bottom: 1px solid #ddd;
    padding: 15px 10px 15px 5px;
    position: relative;
    background: #fff;
}
.iconStrip img {
	margin-right: 6px;
}
.plan-term-data .tblCellHead {
	padding: 0px 5px !important;
}
.plan-term-data .tblCellHead:first-child {
	padding-left: 0px !important;
}
div.inline-no-margin {
	margin-bottom: 0px;
	display: inline-block;
}

.marginRight25 {
	margin-right: 25px;
}

.showScroll {
	overflow: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.pageHeader {
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
}

.pageHeader.sticky {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 3px 0 rgba(155, 155, 155, 0.84);
	left: 0;
	padding: 20px 40px 20px 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
	margin: auto 0px;
}
.successBanner {
	padding: 15px;
	border: solid 1px #b2dba1;
	background: #EBF2EB;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
    padding-right: 26px;
    background: url(../images/chevron.down.menu.gray.xs.inactive.png) right 8px center no-repeat;
    width: 185px !important;
}
select:active, select:focus {
    background-image: url(../images/chevron.down.menu.gray.xs.active.png);
}
.searchInputContainer input[type="text"] {
	flex: 0 0 auto;
	-webkit-box-flex: 2;
	flex-grow: 2;
	background: url(../images/search.large.inactive.png) no-repeat 8px
		center;
	border: medium none;
	font-size: 17px;
	line-height: 1.5;
	height: 30px;
	padding-left: 55px;
	padding-right: 10px;
}

.searchInputContainerActive input[type="text"] {
	background: url(../images/search.large.active.png) no-repeat 8px
		center;
}

.searchInputContainerActive {
	border: solid 1px #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
	color: #1b4164;
	background-color: #d6e5f3;
	border-color: #c6dbee
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
#divBox{
    border: 2px solid #a1a1a1;
    padding: 35px 5px; 
    background: #E6E6E6;
    width: 100%;
    border-radius: 25px;
    text-align:center;
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-tabs {
	border-bottom: 1px solid #e5e5e5
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .125rem;
	border-top-right-radius: .125rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #eee #eee #e5e5e5
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #333;
	background-color: #fff;
	border-color: #e5e5e5 #e5e5e5 #fff
}
.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}
.nav-tabs.uxf-nav-tabs-white-bg+.tab-content>.tab-pane.active {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: none;
	box-shadow: none
}
.nav-tabs .nav-link.disabled {
	color: #ccc;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.uxf-top-nav .nav-item.active .nav-icon {
	border-bottom: 3px solid #367c2b
}
.uxf-top-nav .nav-item.active .nav-home-icon {
	fill: #333
}
.nav-link.active {
	background-color: red;
	border-color: #e5e5e5 #e5e5e5 #fff
}
.alert .uxf-alert-icon {
	fill: #000;
	height: 2rem;
	margin-right: 1rem;
	min-height: 2rem;
	min-width: 2rem;
	width: 2rem
}
.alert-info .uxf-alert-icon {
	fill: #337dc1
}