body {
	position: relative;
	font-weight: 300;
}

/* Login */

.font-upsize {
	font-size: 1.8em!important;
}

.login {
	background-image: url('/images/login-bg.jpg');
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}

.login-form {
	background-color: rgba(255,255,255,0.6);
	padding: 30px;
	padding-left: 40px;
	margin-top: 15vh;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.login-form input, .login-form select {
	padding: 6px;
	border: 0px solid #fff;
	border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	display: inline-block;
	margin-right: 15px;
	width: 94%;
}

#es-num1, #es-num2, #es-num3 {
	width: 27%!important;
	margin-right: 15px;
	font-size: 18px;
	text-align: center;
}

.login-form .btn-wrapper {
	text-align: center;
}

.login-form .btn-wrapper .btn-primary {
	width: 27%;
}

.pass-wrapper {
	position: relative;
}

.pass-wrapper i{
	position: absolute;
	top: 5px;
	right: 35px;
	color: #9a0825;
	font-size: 20px;
	cursor:pointer;
}

.login p {
	text-align: center;
	padding-top: 15px;
}

strong {
	font-weight: 700;
}

input, select {
	border: 1px solid #fff!important;
	margin-bottom: 20px;
}

input[type=radio]{
	display: inline;
	width: auto;
	margin-right: 10px;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: 0px;
	width: 18px;
}

input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: 0px;
	width: 18px;
}

.checkbox-group {
	font-size: 16px;
	margin-top: 15px;
}

.checkbox-group label {
	font-size: 16px;
}

.checkbox-group .col-md-4, .checkbox-group .col-md-3{
	padding-left: 0;
	padding-right: 0;
}

.new-member {
	background-image: url('/images/login-bg.jpg');
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
}

.welcome .row {
	min-height: 100vh;
	text-align: center;
}

.welcome h1 {
	padding-top: 50px;
}

.add {
	background-color: #fff;
	color: #9a0825;
	padding: 10px;
	border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	text-transform: uppercase;
	border: 0;
	margin-bottom: 15px;
	display: inline-block;
}

.add:hover {
	border-bottom: none;
}

.help {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 15px;
}

.help-dropdown {
	padding: 10px;
	background-color: #9a0825;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 250px;
	text-align: center;
}

.help-dropdown-inner {
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 5px;
}

.help-dropdown-inner a {
	color: #fff;
}

.help-dropdown hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.full-form .help-dropdown .hdt {
	margin-bottom: 0;
	cursor: pointer;
}

.full-form.new-member {
	background-image: url('/images/login-bg.jpg');
	background-position: center;
	background-size: cover;
}

.full-form.new-member .row {
	position: relative;
}

.full-form.content {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.full-form input, .full-form textarea, .full-form select {
	background-color: #fff!important;
}

.full-form .btn-primary {
	background-color: #9a0825!important;
}

.new-member .row {
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}

.new-member .logo {
	width: 200px!important;
	display: inline-block;
	float: left;
}

.new-member .logo img {
	width:100%!important;
	height: auto!important; 
}

.new-member .header {
	display: inline-block;
	width: 500px;
	text-align: center;
	float: left;
}

.new-member .header h1 {
	margin-top: 0;
}

.new-member-form {
	margin-top: 30px;
}

.new-member-form h2 {
	padding: 20px;
	text-transform: uppercase;
	background-color: #9a0825;
	color: #fff;
}

.new-member-form input.btn-primary {
	border-color: #9a0825!important;
}

.consent-form {
	margin-top: 20px;
	display: none;
}

.private {
	color: #9a0825;
	font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #9a0825;
  opacity: 1;
  font-size: 10px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9a0825;
  opacity: 1;
  line-height: normal;
  display: inline-block;
  font-size: 10px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9a0825;
  opacity: 1;
  font-size: 10px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #9a0825;
  opacity: 1;
  font-size: 10px;
}

input {
	height: 33px;
}

.card-section {
	position: absolute;
	margin-top: -30px;
	margin-left: 0px;
	overflow-y: auto;
	height: 98vh;
}

.mc-text-section {
	width: 95%;
	margin-top: 10px;
}

.id-card {
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 350px;
}

.id-card .logo-section img {
	width: 60%!important;
	height: auto!important;
}

.id-card .details-section {
	margin-top: 20px;
}

.id-card .details-section .profile-pic {
	width: 30%;
	display: inline-block;
	/*float: left;*/
	margin-right: 30px;
	vertical-align: middle;
}

.id-card .details-section .profile-pic img {
	height: auto!important;
	width: 100%!important;
}

.id-card .details-section .details {
	display: inline-block;
	/*width: 55%;*/
	vertical-align: middle;
}

.id-card .details-section .details p {
	font-size: 13px;
	margin-bottom: 0;
}

.picker__select--month, .picker__select--year {
	display: inline;
	padding: 0;
	margin: 0;
	appearance:normal!important;
}

.card_mc {
	display: inline-block;
	white-space: pre-wrap;
	word-wrap: break-word;
	max-width: 150px;
}

/* Members Area */

header {
	position: relative!important;
}

header img {
	max-width: 200px;
	margin-top: 10px;
}

.navbar-default li a {
	padding-top: 26px!important;
	padding-bottom: 26px!important;
	text-transform: none!important;
	font-size: 15px!important;
}

.navbar-default .dropdown-menu li a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

.dropdown-menu {
	padding-top: 0!important;
	padding-bottom: 0!important;
	border-radius: 0px;
	border: none;
}

.header-profile-pic {
	text-align: right;
}

.header-profile-pic img {
	max-width: 45px;
	/*border-radius: 100%;*/
	/*-webkit-border-radius:100%;
	-moz-border-radius:100%;*/
	border: 1px solid #9a0825;
}

.heading {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid #9a0825;
	text-align: center;
}

.heading h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.content {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 0!important;
	min-height: 76.6vh;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.sla_modal .btn-primary {
	float: none!important;
	width: 60%;
	position: relative!important;
	right: 0!important;
	top: 0!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
	border-radius: 0px;
	border: 2px solid #9a0825;
}

.content input, .content select, .content textarea, .modal-body input, .modal-body select{
	background-color: #ececec;
}

.profile h3 {
	color: #333;
	font-size: 24px;
}

.profile i {
	font-size: 12px;
}

.profile-img {
	display: inline-block;
	width: 40%;
	float: left;
	padding-right: 10px;
}

.profile-info {
	display: inline-block;
	width: 60%;
	float: left;
}

.account-history {
	padding-bottom: 20px;
}

.account-history p {
	padding-bottom: 10px;
}

.linked-account {
	padding: 10px;
	background-color: #ececec;
	font-size: 14px;
	margin-bottom: 30px;
	position: relative;
}

.lmem-text {
	display:inline-block;
	width: 80%;
	vertical-align: middle;
}

.lmem-btns {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.linked-account .btn-primary {
	
}

.payment_history{
	max-height: 450px;
	overflow: auto;
}

.pet-contacts input {
	margin-bottom: 0px;
}

.pet-contacts label {
	margin-top: 20px;
}

.pet-contacts .remove {
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px dotted transparent;
}

.images h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.full-form input, .full-form textarea {
	margin-bottom: 10px;
} 

.full-form.images label, .new-pet.images label {
	text-align: left;
	margin-bottom: 0;
}

.full-form.images h2, .new-pet.images h2, .new-member-form h2, .short-form h2 {
	margin-bottom: 0;
	text-align: left;
	padding: 10px;

}

.full-form.images .col-md-4, .new-pet.images .col-md-4, .short-form .col-md-4 {
	padding: 0;
	padding-right:15px;
	padding-top: 15px;
}

.images .col-md-4 {
	padding:40px;
}

.images label, .new-member-form label {
	font-size: 18px;
}

.images img {
	max-width: 150px;
}

.images input {
	border:1px solid #ececec!important;
}

.insurance-records .col-md-4 {
	padding-bottom: 40px;
}

input[type=submit] {
	max-width: 200px;
	height: auto;
}

.prod {
	padding: 20px;
}

.prod h2 {
	text-align: center;
	border-bottom: 2px solid #9a0825;
	padding-bottom: 5px;
	font-size: 25px;
}

.prod .price {
	font-size: 20px;
	color:#9a0825;
	padding-top: 15px;
}

.contacts h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.contacts .col-md-4 {
	padding-bottom: 40px;
}

.medical-info .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #9a0825;
}

footer p {
	font-size: 13px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

footer a, footer a:hover {
	color: #fff!important;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner .6s linear infinite;
}

.viewable {
	z-index: 999;
	position: fixed;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0!important;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: #d1d2d4;
	padding: 10%;
	padding-top: 10px;
	padding-bottom: 0;
	/* max-height: 100vh; */
	/* overflow-y: auto; */
}

.products-container.viewable {
	max-height: 100vh;
	overflow-y: auto;
}

.additional-members .input {
	width: 25%;
}

.save, .save-pet, .save-products, .save-pet-products {
	padding: 8px!important;
	font-size: 16px;
	float: none!important;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px!important;
}

.additional-members .packages .package, .additional-members .packages .package, .additional-pet .packages .package, .additional-pet .packages .package {
	-webkit-box-shadow: 0px 0px 1px 3px #ececec;
	box-shadow: 0px 0px 1px 3px #ececec;
	padding: 10px;
	min-height: 340px;
	cursor: pointer;
	transition: all 0.2s;
	background-color: #fff;
}

.additional-members .packages .package img, .additional-pet .packages .package img {
	width: 50%;
	max-width: 200px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.additional-members .packages .package h3, .additional-pet .packages .package h3 {
	margin-top: 0;
	text-align: center;
	font-size: 18px;
}

.additional-members .packages .package p, .additional-pet .packages .package p {
	margin-bottom: 0;
}

.additional-members .packages .package .price, .additional-pet .packages .package .price {
	font-size: 25px;
	color: #9a0825;
}

.additional-members .packages .package.active, .additional-pet .packages .package.active {
	-webkit-box-shadow: 0px 0px 1px 5px #9a0825;
	box-shadow: 0px 0px 1px 5px #9a0825;
	/*transform: scale(1.03);*/
	transition: all 0.2s;
}

.additional-members .additional-members .packages .package.active {
	transform: scale(1)!important;
	transition: all 0.2s;
}

.additional-members .packages .col-md-4, .additional-pet .packages .col-md-4 {
	float: none;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
}

.additional-members .packages, .additional-pet .packages {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.additional-members .btn-primary, .additional-pet .btn-primary {
	margin-top: 30px!important;
	float: right;
}

.additional-members input, .additional-pet input {
	background-color: #fff;
}

.additional-members i, .additional-pet i {
	font-size:20px!important;
}

.form-options .btn-primary {
	min-width:150px;
}

.unresponsive {
  min-width: 1170px;
}
.unresponsive .container {
  max-width: none !important;
  width: 1170px !important;
}
.unresponsive [class^="col-"] {
  float: left;
}
.unresponsive .col-sm-1,
.unresponsive .col-md-1,
.unresponsive .col-lg-1 {
  width: 8.33333333% !important;
}
.unresponsive .col-sm-2,
.unresponsive .col-md-2,
.unresponsive .col-lg-2 {
  width: 16.66666667% !important;
}
.unresponsive .col-sm-3,
.unresponsive .col-md-3,
.unresponsive .col-lg-3 {
  width: 25% !important;
}
.unresponsive .col-sm-4,
.unresponsive .col-md-4,
.unresponsive .col-lg-4 {
  width: 33.33333333% !important;
}
.unresponsive .col-sm-5,
.unresponsive .col-md-5,
.unresponsive .col-lg-5 {
  width: 41.66666667% !important;
}
.unresponsive .col-sm-6,
.unresponsive .col-md-6,
.unresponsive .col-lg-6 {
  width: 50% !important;
}
.unresponsive .col-sm-7,
.unresponsive .col-md-7,
.unresponsive .col-lg-7 {
  width: 58.33333333% !important;
}
.unresponsive .col-sm-8,
.unresponsive .col-md-8,
.unresponsive .col-lg-8 {
  width: 66.66666667% !important;
}
.unresponsive .col-sm-9,
.unresponsive .col-md-9,
.unresponsive .col-lg-9 {
  width: 75% !important;
}
.unresponsive .col-sm-10,
.unresponsive .col-md-10,
.unresponsive .col-lg-10 {
  width: 83.33333333% !important;
}
.unresponsive .col-sm-11,
.unresponsive .col-md-11,
.unresponsive .col-lg-11 {
  width: 91.66666667% !important;
}
.unresponsive .col-sm-12,
.unresponsive .col-md-12,
.unresponsive .col-lg-12 {
  width: 100% !important;
}
.unresponsive .col-sm-offset-0,
.unresponsive .col-md-offset-0,
.unresponsive .col-lg-offset-0 {
  margin-left: 0 !important;
}
.unresponsive .col-sm-offset-1,
.unresponsive .col-md-offset-1,
.unresponsive .col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
.unresponsive .col-sm-offset-2,
.unresponsive .col-md-offset-2,
.unresponsive .col-lg-offset-2 {
  margin-left: 16.66666667% !important;
}
.unresponsive .col-sm-offset-3,
.unresponsive .col-md-offset-3,
.unresponsive .col-lg-offset-3 {
  margin-left: 25% !important;
}
.unresponsive .col-sm-offset-4,
.unresponsive .col-md-offset-4,
.unresponsive .col-lg-offset-4 {
  margin-left: 33.33333333% !important;
}
.unresponsive .col-sm-offset-5,
.unresponsive .col-md-offset-5,
.unresponsive .col-lg-offset-5 {
  margin-left: 41.66666667% !important;
}
.unresponsive .col-sm-offset-6,
.unresponsive .col-md-offset-6,
.unresponsive .col-lg-offset-6 {
  margin-left: 50% !important;
}
.unresponsive .col-sm-offset-7,
.unresponsive .col-md-offset-7,
.unresponsive .col-lg-offset-7 {
  margin-left: 58.33333333% !important;
}
.unresponsive .col-sm-offset-8,
.unresponsive .col-md-offset-8,
.unresponsive .col-lg-offset-8 {
  margin-left: 66.66666667% !important;
}
.unresponsive .col-sm-offset-9,
.unresponsive .col-md-offset-9,
.unresponsive .col-lg-offset-9 {
  margin-left: 75% !important;
}
.unresponsive .col-sm-offset-10,
.unresponsive .col-md-offset-10,
.unresponsive .col-lg-offset-10 {
  margin-left: 83.33333333% !important;
}
.unresponsive .col-sm-offset-11,
.unresponsive .col-md-offset-11,
.unresponsive .col-lg-offset-11 {
  margin-left: 91.66666667% !important;
}
.unresponsive .col-sm-offset-12,
.unresponsive .col-md-offset-12,
.unresponsive .col-lg-offset-12 {
  margin-left: 100% !important;
}
.unresponsive .visible-xs,
.unresponsive .visible-xs-block,
.unresponsive .visible-sm,
.unresponsive .visible-sm-block {
  display: block !important;
}
.unresponsive .visible-xs-inline,
.unresponsive .visible-sm-inline {
  display: inline !important;
}
.unresponsive .visible-xs-inline-block,
.unresponsive .visible-sm-inline-block {
  display: inline-block !important;
}
.unresponsive .hidden-xs,
.unresponsive .hidden-sm {
  display: block !important;
}
.unresponsive .container .navbar-header,
.unresponsive .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.unresponsive .navbar-header {
  float: left;
}
.unresponsive .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.unresponsive .navbar-toggle {
  display: none;
}
.unresponsive .navbar-collapse {
  border-top: 0;
}
.unresponsive .navbar-brand {
  margin-left: -15px;
}
.unresponsive .navbar-nav {
  float: left;
  margin: 0;
}
.unresponsive .navbar-nav > li {
  float: left;
}
.unresponsive .navbar-nav > li > a {
  padding: 15px;
}
.unresponsive .navbar-nav.navbar-right {
  float: right;
}
.unresponsive .navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.unresponsive .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}