.jetpets-crate-form .col-request-booking {
    text-align: left;
}
.jetpets-crate-form .no-padding-right{
	padding-right:0px!important;
}
.jetpets-crate-form .no-padding-left{
	padding-left:0px!important;
}
.jetpets-crate-form .input-phone-area{
	width:70%;
	float:left;
}
.jetpets-crate-form .page-header{
	border-bottom:none;
}
.jetpets-crate-form h1{
	margin-bottom:10px;
}

.jetpets-crate-form .thankyou h3{
	margin-top:0px;
	margin-bottom:10px;
	color:#003f7c;
}
.jetpets-crate-form .thankyou .bold{
	font-weight:bold;
}
.jetpets-crate-form .thankyou p{
	margin-bottom:10px;
}

.jetpets-crate-form .booking-buttons {
    margin-top: 40px;
    text-align: center;
}
.jetpets-crate-form .button-orange {
    display: inline-block;
    margin: 0 auto;
}
.jetpets-crate-form .button-orange a{
	padding:8px;
	background: url(images/gradient_orange.png) repeat-x;
	text-align:center;
}
.jetpets-crate-form .button-orange a:hover{
	background: transparent url('images/gradient_blue.png') repeat-x;
    text-decoration: none;
    display: block;
}
.jetpets-crate-form .but-blue{
	background: url(images/gradient_blue.png) repeat-x;
	color:#fff;
}
.jetpets-crate-form .but-blue:hover{
	background: transparent url('images/gradient_orange.png') repeat-x;
    text-decoration: none;
	color:#fff;
}
.jetpets-crate-form .but-blue:focus{
	color:#fff;
}

.jetpets-crate-form .but-orange{
	background: url(images/gradient_orange.png) repeat-x;
	color:#fff;
	padding:10px;
	font-size:16px;
	border-radius:0px;
}
.jetpets-crate-form .but-orange:hover{
	background: transparent url('images/gradient_blue.png') repeat-x;
    text-decoration: none;
    display: block;
	color:#fff;
	border-radius:0px;
}
.jetpets-crate-form .but-orange-sm{
	background: url(images/gradient_orange.png) repeat-x -10px;
	color:#fff;
    border: 0;
}
.jetpets-crate-form .but-orange-sm:hover{
	background: transparent url('images/gradient_blue.png') repeat-x -10px;
    text-decoration: none;
}
.jetpets-crate-form .btn-back{
	height:45px;
	border-radius:0px;
    line-height: 32px;
}
.jetpets-crate-form .line-break{
	
	margin-bottom:5px;
	border-bottom:1px solid #626363;
}
.jetpets-crate-form .quote-box{
	background-color:#f3952f;
	border-radius:8px;
	color:#fff;
	margin-top:20px;
}
.jetpets-crate-form .quote-box h2{
	color:#fff;
}
.jetpets-crate-form .quote-box .quote-font{
	color:#fff;
	font-size:22px;
	padding:10px;
	font-weight:normal;
	line-heigth:22px;
}
.jetpets-crate-form .text-consultant{
	font-size:17px;
	color:#013f7c;
	margin-bottom:10px;
	margin-top:10px;
}
.jetpets-crate-form .circle-or{
	border-radius: 22px;
    width: 45px;
    border: 1px solid #000;
    padding: 10px;
}
.jetpets-crate-form.form-horizontal input,
.jetpets-crate-form.form-horizontal select {
	border-radius:5px;
	padding:5px;
	border: 1px solid;
}
.jetpets-crate-form.form-horizontal .remove-lg{
	font-size:30px;
	background-color:#fff;
	color:#e17f77;
	top:-7px;
}
.jetpets-crate-form.form-horizontal .control-label {
    float: left;
    /*width: 160px;*/
    padding-top: 5px;
    text-align: right;
	color:#003f7c;
	font-weight:normal;
}
.jetpets-crate-form.form-horizontal .controls {
    margin-left: 180px;
}
.jetpets-crate-form.form-horizontal .control-group {
    margin-bottom: 20px;
}
.jetpets-crate-form.form-horizontal .row-fluid {
    width: 100%;
}
.jetpets-crate-form.form-horizontal select{
	width:100%;
}
.jetpets-crate-form.form-horizontal .require-column{
	background-color:#fdefe0;
	border-radius:8px;
	padding:15px;
	margin-top:20px;
	margin-bottom:20px;
}
.jetpets-crate-form .button-orange {
    position: relative;
    color: #fff;
    line-height: 17px;
}
.jetpets-crate-form {
}

.jetpets-crate-form .input-micro {
	width: 46px;
}
.jetpets-crate-form .input-pico {
	width: 31px;
}

.jetpets-crate-form .section {
	padding: 0 10px 10px 10px;
	/*border: 3px solid #F3F1F1;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
}

.jetpets-crate-form .section h3 {
	line-height: normal;
}
.jetpets-crate-form .section h3 i {
	font-weight: normal;
}
.jetpets-crate-form .section * + h3 {
	margin-top: 40px;
}
.jetpets-crate-form .section .control-group {
	margin-top: 20px;
}
.jetpets-crate-form .section * + .control-group {
	margin-top: 0;
}

.jetpets-crate-form input.address + br + input {
	margin-top: 5px;
}
.jetpets-crate-form input.first_name + br + input {
	margin-top: 5px;
}
.jetpets-crate-form * + .input-append.date {
	margin-top: 5px;
}

.jetpets-crate-form .control-group.continue {
	margin-top: 20px;
	margin-bottom: 0;
}
.jetpets-crate-form #form-submit-estimate {
	float: right;
}
.jetpets-crate-form .btn-info{
	background-color:#f37121;
	border-color:#f37121;
}
.jetpets-crate-form .control-group.continue #form-submit-estimate {
	text-align: right;
}
.jetpets-crate-form .control-group.continue #form-submit-quote {
	text-align: right;
}
.jetpets-crate-form .control-group.continue a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
}

.jetpets-crate-form form {
	margin-bottom: 0;
}

.jetpets-crate-form .control-group-checkbox {
}
.jetpets-crate-form .control-group-checkbox input[type=checkbox] {
	margin: 0;
}

.jetpets-crate-form #form-custom-notes {
	width: 95%;
}

.jetpets-crate-form div.error {
	color: #F8981D;
	margin-top: 5px;
}
/*
.jetpets-crate-form .controls input.error,
.jetpets-crate-form .controls select.error {
	border-color: red;
}
*/

.jetpets-crate-form-form-error {
	color: red;
}

.jetpets-crate-form .form-pet-born-yes {
	margin-top: 5px;
}

.jetpets-crate-form .control-group p {
	margin: 5px 0;
}

.jetpets-crate-form .simple-label {
	display: inline;
	position: relative;
	top: 3px;
}


.jetpets-crate-form .pet {
    position: relative;
}
.jetpets-crate-form .pet-remove{
    position: absolute;
    top: 0;
    right: 0;
    color: #f00;
}
.jetpets-crate-form .pet-add {
	text-align: right;
	margin-top: 10px;
	margin-bottom:10px;
}

.jetpets-crate-form #pets .btn {
	height: 30px;
}

.jetpets-crate-form #quote {
	padding: 10px;
}
.jetpets-crate-form #quote .cost {
	font-size: 200%;
}
.jetpets-crate-form #quote .error,
.jetpets-crate-form #notice .error {
	color: #f00;
	font-size: 125%;
	line-height: 125%;
}
.jetpets-crate-form #notice {
	padding: 20px;
}
.jetpets-crate-form #terms-and-conditions {
	padding: 0 20px;
}
.jetpets-crate-form #terms-and-conditions .control-group {
	margin-bottom: 10px !important;
}

@media (min-width: 481px) and (max-width: 767px) {
  .jetpets-crate-form.form-horizontal select{
	margin-top:10px;
  }
  .jetpets-crate-form.form-horizontal .pet-remove{
	margin-top:10px;
  }
  .jetpets-crate-form .quote-box .quote-font{
	font-size:15px;
	line-heigth:15px;
  }
  .jetpets-crate-form .pet .form-group:first-child {
    margin-top: 40px;
  }
  .jetpets-crate-form #pets .pet .control-group {
    position: relative;
  }
  .jetpets-crate-form #pets .pet .btn {
    position: absolute;
    top: -5px;
    right: 7px;
    height: 20px;
    padding: 6px;
  }
  .jetpets-crate-form #pets .pet .btn > i {
    margin-top: -6px;
  }
}

@media (max-width: 480px) {
  .jetpets-crate-form.form-horizontal select{
	margin-top:10px;
  }
  .jetpets-crate-form.form-horizontal .pet-remove{
	margin-top:10px;
  }
  .jetpets-crate-form .quote-box .quote-font{
	font-size:15px;
	line-heigth:15px;
  }
  .jetpets-crate-form .pet .form-group:first-child {
    margin-top: 40px;
  }
  .jetpets-crate-form #pets .pet .control-group {
    position: relative;
  }
  .jetpets-crate-form #pets .pet .btn {
    position: absolute;
    top: -5px;
    right: 7px;
    height: 20px;
    padding: 6px;
  }
  .jetpets-crate-form #pets .pet .btn > i {
    margin-top: -6px;
  }
}

@media (max-width: 767px) {
  .jetpets-crate-form.form-horizontal select{
	margin-top:10px;
  }
  .jetpets-crate-form.form-horizontal .pet-remove{
	margin-top:10px;
  }
  .jetpets-crate-form .pet .form-group > [class*="span"] + [class*="span"] {
    margin-top: 20px;
  }
  .jetpets-crate-form .pet .row-fluid > [class*="span"] + [class*="span"] {
    margin-top: 20px;
  }
  .jetpets-crate-form .pet .row-fluid > [class*="span"]:last-child {
    height: 0;
    overflow: hidden;
    min-height: 0;
    margin: 0;
  }
}

.jetpets-crate-form #estimate {
	background-color: #f9f9f9;
}
.jetpets-crate-form #estimate table {
	margin-bottom: 10px;
	margin-top: 20px;
}
.jetpets-crate-form #estimate.section .control-group {
	margin-top: 10px;
}
.jetpets-crate-form.form-horizontal #estimate  .control-group {
	margin-bottom: 10px;
}

.jetpets-crate-form #estimate .uneditable-input {
	cursor: default;
	color: #333;
}
.jetpets-crate-form #estimate label {
	cursor: default;
}

.jetpets-crate-form .control-group.continue #form-submit-next {
	float: right;
}

.jetpets-crate-form .phone-or {
    text-align: center;
}

@media (max-width: 767px) {
    .jetpets-crate-form .phone-or {
        margin: 10px 0;
    }
	.jetpets-crate-form .control-group-weight .input-append {
		display: block;
		overflow: hidden;
		padding-right: 27px;
		position: relative;
	}
	.jetpets-crate-form .control-group-weight .input-append .add-on {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.jetpets-crate-form .control-group-quote .input-prepend {
		display: block;
		overflow: hidden;
		padding-left: 27px;
		position: relative;
	}
	.jetpets-crate-form .control-group-quote .input-prepend .add-on {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.jetpets-crate-form .control-group-age .input-append.input-append-year {
		display: block;
		overflow: hidden;
		padding-right: 43px;
		position: relative;
	}
	.jetpets-crate-form .control-group-age .input-append.input-append-year .add-on {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.jetpets-crate-form .control-group-age .input-append.input-append-month {
		display: block;
		overflow: hidden;
		padding-right: 58px;
		position: relative;
	}
	.jetpets-crate-form .control-group-age .input-append.input-append-month .add-on {
		position: absolute;
		right: 0;
		bottom: 0;
	}



	.jetpets-crate-form .input-append.input-append-month {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.jetpets-crate-form .control-group-quote .input-prepend .uneditable-input { width: 179px; }
	.jetpets-crate-form .control-group-weight .input-append input { width: 179px; }
	.jetpets-crate-form .control-group-age .input-append-year input { width: 39px; }
	.jetpets-crate-form .control-group-age .input-append-month input { width: 39px; }
	.jetpets-crate-form .control-group-age .input-append-month { margin-left: 10px; }
}

.jetpets-crate-form .toggle-book-section { text-align: center; }
.jetpets-crate-form .quote-box .cost { text-align: right; }
.jetpets-crate-form .quote-box .quote-font { text-align: left; }
.jetpets-crate-form .row--spaced + .row--spaced {
    margin-top: 10px;
}
.jetpets-crate-form .well {
    background-color: #FDEFE0;
    border: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
}
.jetpets-crate-form .phone-area {
}
.jetpets-crate-form .phone-area > span {
    float: left;
    height: 30px;
    line-height: 33px;
    width: 10px;
}
.jetpets-crate-form .phone-area > input {
    width: 65%;
    float: left;
}

@media (max-width: 991px) {
    .jetpets-crate-form .or-image {
        text-align: center;
    }
    .jetpets-crate-form .or-image img {
        margin-top: 15px;
        margin-bottom: -10px;
    }
}
@media (min-width: 992px) {
    .jetpets-crate-form .or-image img {
        margin-top: -10px;
    }
}

.jetpets-crate-form .cards .active {
    display: none;
}

.jetpets-crate-form .toggle-error p {
	color: #F8981D;
    margin-top: 30px;
}
.jetpets-crate-form #form-error p {
	color: #F8981D;
}


/*#ui-datepicker-div { display: none; }
#pet_forms .input-append { margin-bottom: 0px; }
#pet_forms div { margin-bottom: 10px; }

.cards {
    overflow: hidden;
    margin: 0;
}
.cards li {
    background-image: url("./../images/card_logos.png");
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 51px;
}
.cards li:last-child {
    margin-right: 0;
}
.cards .mastercard {
    background-position: 51px 0;
}
.cards .visa.off {
    background-position: 0 32px;
}
.cards .mastercard.off {
    background-position: 51px 32px;
}

.list {
    color: #707070;
    font-size: 14px;
    list-style: disc outside none;
    margin-bottom: 32px;
    margin-left: 25px;
}
.list .list {
    margin-bottom: 0;
}

.payment ul { list-style: none; }
.payment label {
    color: #555555;
    display: block;
    font-size: 14px;
}
.payment label small {
    color: #AAAAAA;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}
.payment input.valid {
    background: url("./../images/tick.png") no-repeat scroll 200px center transparent;
}
.vertical {
    overflow: hidden;
}
.vertical li {
    float: left;
    width: 140px;
}
.vertical li .or {
    color: #AAAAAA;
    float: left;
    font-size: 12px;
    margin-left: -8px;
    margin-top: 32px;
}
.vertical li:last-child {
    float: right;
    text-align: right;
}
.vertical li:last-child input {
    float: right;
}
.vertical input {
    width: 68px;
}
.fork_me {
    position: absolute;
    right: 0;
    top: 0;
}
.fork_me a:hover {
    border: 0 none;
}
*/