.container{
	background: #fff;
}
.content-container{
	margin-top: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 1em;
}
.form-legend{
	padding-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
.form-legend>button{
	font-size: 1em;
	font-weight: normal;
}
.address-group{
	border: 1px solid #c7c7c7;
	border-right: 2px solid #252525;
	padding: 0.2em 2em 1em 2em;
}
.address-group>.list-group-item{
	cursor: pointer;
	border-radius: 0;
	margin-bottom: 0px;
	border: 0;
	border-bottom: 1px solid #c7c7c7;
	font-size: 0.9em;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
.address-group>.list-group-item:hover{
	background-color: #ecf0f1;
}
.icon-holder{
	padding: 3px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.icon-holder:hover{
	border: 1px solid #c7c7c7;
}
.icon-large{
	height: 3em;
}
.icon-small{
	height: 1em;
}
.icon-medium{
	height: 2em;
}
.marg-top-2{
	margin-top: 20px;
}
.center-spacing{
	padding: 1em 4em;
}
.form-control.ng-touched.ng-invalid:focus{
	background-color: transparent;
}
.pad-left-20{
	padding-left: 20px;
}
.pad-left-60{
	padding-left: 60px;
}
.address-hold{
	border: 2px solid #e7e7e7;
	margin-top: 3em;
	padding-bottom: 2em;
}
.nav-tabs{
	border-bottom: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #de3a38;
	border: 1px solid #de3a38;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {
	cursor: pointer;
	color: #fff;
	border-radius: 6px;
	font-weight: bold;
	background-color: #c7c7c7;
}
.nav > li > a {
	padding: 10px 55px;
}
.nav-tabs>li{
	margin-left: 1em;
}
.nav-tabs > li:first-child{
	margin-left: 2em;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #c7c7c7;
}
.address-card{
	margin-top: 2em;
	padding: 0em 4em;
}
.address-card>.list-group-item{
	border: 0;
	margin: 0px;
	border-radius: 0;
	border-bottom: 2px solid #c7c7c7;
	padding: 15px;
}
.pickrr-modal .modal-header {
	padding-bottom: 0px;
	padding-left: 40px;
	border-bottom: 0px;
}
.pickrr-modal .modal-body {
	padding-top: 10px;
}
.pickrr-modal .modal-title {
	font-size: 1em;
	margin-top: 1em;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}
/*.modal-backdrop {*/
	/*background-color: transparent;*/
/*}*/
/*.modal-content{*/
	/*border-radius: 2px;*/
	/*-webkit-box-shadow: 2px 2px 6px 1px #c7c7c7;*/
	/*box-shadow: 2px 2px 6px 1px #c7c7c7;*/
/*}*/
.step-holder{
	width: 500px;
    margin: 20px auto 50px auto;
    text-align: center;
    position: relative;
}
.step-point {
    display: inline-block;
    width: 200px;
    position: relative;
}
span.step-circle {
    width: 2.2em;
    height: 2.2em;
    display: inline-block;
    background: #C7C7C7;
    border-radius: 100%;
    padding: 0.4em;
    color: white;
    font-size: 1.2em;
}
span.step-message {
    display: block;
}
.line1{
	display: inline;
}
.step-container{
	background-color: #fff;
	padding: 6px 16px 100px 16px;
}
span.step-message {
    display: block;
    padding: 0.5em 0em;
    font-size: 0.8em;
    color: #c7c7c7;
}
.step-current {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #c7c7c7;
	left: 48%;
	position: absolute;
}
.line1 {
    display: inline-block;
    width: 200px;
    position: absolute;
    border: 1px solid #c7c7c7;
    left: 30%;
    top: 25%;
}
.pickrr-error{
	color: #de3a38;
	font-size: 0.8em;
	font-weight: bold;
}


body{
	background-color: #ededed;
}

body.show-loading .loading {
	position: fixed;
	opacity: 0.6;
	background: grey;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: block;
}

body {
	padding-top: 120px;
}
.sub-head {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.sub-message {
    padding-left: 0.6em;
}
.btn.btn-primary{
	background-color: #34a6c5;
	border: 0;
}
.btn.btn-primary:hover{
	background-color: #1B8DAC;
	border: 0;
}
.form-content input {
    height: 30px;
    padding-top: 4px;
}
.proceed-button{
	text-align: center;
}
.proceed-button:hover{
	text-decoration: none;
	color: #fff;
}
.form-central{
	width: 300px;
	margin: 10px auto;
}
::-webkit-input-placeholder {
    color: #c7c7c7;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c7c7c7;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #c7c7c7;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #c7c7c7;
    font-style: italic;
}
.nav-tabs.search-tabs>li {
    margin-left: 0;
    width: 160px;
}
.nav-tabs.search-tabs>li>a{
	padding: 10px 15px;
}
.tab-content.tab-search{
	background: #ededed;
    border-radius: 4px;
    width: 478px;
    padding: 10px 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    height: 80px;
}
.nav-tabs.search-tabs > li.active > a, .nav-tabs.search-tabs > li.active > a:hover, .nav-tabs.search-tabs > li.active > a:focus{
	background-color: #ededed;
    border: 1px solid #ededed;
    color: #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-tabs.search-tabs > li > a{
	color: #595959;
	font-weight: normal;
	font-size: 12px;
    text-align: center;
}