*,
input,
textarea{
	box-sizing: border-box;
}
body{
    font-family:"Helvetica Condensed","Aril";
    font-size: 14px;
    line-height: 1.5;
    background-color: #eef2f4;
}
p{
	word-break: break-word;
}
.dib-vsb{
	display: inline-block;
	vertical-align: bottom;
}
.dib-vsc{
	display: inline-block;
	vertical-align: middle;
}
.tI-5{
	text-indent: 5px;
}
.tI-10{
	text-indent: 10px;
}
.t-c{
	text-align: center;
}
.line-2{
	line-height: 1;
}
.bor-r{
	border-right: 1px solid;
}
.bor-l{
	border-left: 1px solid;
}
.insuranceBox{
	margin-top: 5px;
	margin-bottom: 10px;
}
.breadcrumb{
	padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > li > a {
    color: #1083b9;
}
.breadcrumb > li > a.active {
    color: #808080;
}
.contentHeader{
	position: relative;
	height: 56px;
	padding-left: 30px;
	padding-right: 10px;
	background-color:#00305e;
}
.contentHeader h1{
	line-height: 56px;
	font-size: 24px;
	font-family: "Arial Black";
	color: #fff;
}

.step {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
    width: 256px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
}
.step .step-icon {
    height: 10px;
    border-bottom: 2px solid #4a7299;
}
.step .step-step {
    float: left;
    width: 50%;
    height: 10px;
}
.step .step-step span {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #4a7299;
    text-align: center;
    line-height: 17px;
    margin: 0 auto;
    color: #00305e;
}
.step .step-step.active span {
    background-color: #eaf0f5;
}
.step .step-text-text {
    float: left;
    width: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
.step .step-step.active {
    border-bottom:2px solid #eaf0f5;
}

.insuranceTable{
	width: 100%;
	border-color: #ced7df;
	margin-top: 15px;
	color: #2E3944;
	border-collapse:separate;
}
.insuranceTable thead{
	background-color: #6b8fb2;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.insuranceTable thead td{
	height: 40px;
}
.insuranceTable tbody td{
	border-bottom: 1px solid;
	border-color: #ced7df;
	height: 38px;
	background-color: #f4f6f8;
}
.moneyPanel{
	text-align: right;
	background: #fff;
}
.moneyInfo{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #ced7df;
	border-right: 1px solid #ced7df;
	border-bottom: 1px solid #ced7df;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #00305E;
	background-color: #f4f6f8;
}
.moneyInfo table{
	margin-top: 15px;
	margin-right: 10px;
	display: inline-table;
}
.moneyInfo td + td{
	text-align: left;
	text-indent: 5px;
}

.inputLabel,.inputWrap{
	display: inline-block;
	vertical-align: middle;
}
.init{
	color: #757575;
}
.init option{
	color: black;
}
.tableInput{
	display: inline-block;
}
.dateInputBox{
	position: relative;
}
.dateInputBox .dateIcon{
	content: '';
	position: absolute;
	right: 5px;
    top: 50%;
    z-index: 1;
    margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/static/images/desktop/top_cover/sprint.png') no-repeat;
	background-position: -25px -24px;
}
.dateInputBox input[disabled]{
	color: #9ea4a9;
    background: #d4d5d7;
    border-color: #b7b7b7;
}
.dateInputBox input[disabled] + .dateIcon{
	background-position: -96px -24px;
}


.yesOrNo{
	width: 128px;
	height: 30px;
	font-size: 0;
	text-align: left;
}
.yesOrNo .yes,
.yesOrNo .no{
	width: 87px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
}
.yesOrNo .yes i,
.yesOrNo .no i{
	display: inline-block;
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url('/static/images/desktop/top_cover/sprint.png') no-repeat;
	background-position: -97px -168px
}
.yesOrNo .yes.active i,
.yesOrNo .no.active i{
	background-position: -26px -168px;
}
.yesOrNo.disabled{
	color: #9ea4a9;
}
.yesOrNo.disabled .yes i,
.yesOrNo.disabled .no i{
	background-position: -167px -167px;
	cursor: no-drop;
}
.cigars{
   width: 87px;
	display: inline;
	vertical-align: middle;
	height: 20px;
	font-size: 16px;
}
.h12a-input{
	background-color: #c0d2e4;
	border:#9bbbdb;
}


.quote{
	width: 208px;
    height: 47px;
    line-height: 45px;
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #00305e;
    border:1px solid #00305e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
.quote.disabled{
    background-image: url(/static/images/desktop/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 25px 10px;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 43px;
}

.hrLine{
	position: relative;
	overflow: hidden;
}
.hrLine h3{
	display: inline-block;
	font-size: 18px;
	color: #00305e;
}
.hrLine:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-left: 10px;
	width: 100%;
	height: 1px;
	background-color: #ced7df;
}

.ui-widget-header .ui-icon {
    background-image: url(/static/images/desktop/hk_starr/ui-icons_444444_256x240.png) !important;
}