@import url('https://fonts.googleapis.com/css?family=Roboto:200,200i,300,300i,400,400i,500,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap');

@font-face {
	font-family: bigJohn;
	src: url('/assets/fonts/bigjohn.ttf');
}

body {
	font-family: 'Roboto', sans-serif;
	min-height: 100vh;
	position: relative;
	color: #37474F;
	background: #ebedf2;
}

body.list-loading {
	overflow: hidden;
}

body div.list-loader {
	display: none;
}

body.list-loading div.list-loader {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6e4100;
}

/* No underline */
a:hover{
    text-decoration: none;
}


div.navigator,
div.contentrow {
	margin-bottom: 1em;
	margin-top: 1em;
}

div.navigator div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.navigator div.current {
	text-align: center;
}

div.navigator div.prev {
	text-align: left;
}

div.navigator div.next {
	text-align: right;
}

div.navigator a,
div.moduleselector a {
	color: #6e4100;
}

div.navigator i_small {
	font-size: 2em;
}

div.modulesselector-ph {
	position: relative;
}

div.moduleselector {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1100;
	display: none;
	float: left;
	min-width: 10rem;
	max-width: 30rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1.5rem;
	color: #858796;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

@-webkit-keyframes growIn {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes growIn {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.animated--grow-in {
	-webkit-animation-name: growIn;
	animation-name: growIn;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
	animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

body.showmoduleselector div.moduleselector {
	display: block;
}

div.moduleselector:after,
div.moduleselector:before {
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	display: inline-block;
	left: 15px;
	position: absolute;
	top: -11px;
	z-index: 1101;
}

div.moduleselector>div.modules {
	margin: 0;
	padding: 5px;
}

div.moduleselector .modules .sales i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .jobs i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .petpark i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .blocklist i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .hood i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .work i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .trollbox i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .service i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .journey i:first-child {
	color: #E55302;
}

div.moduleselector .modules .help i:first-child {
	color: #6e4100;
}

div.moduleselector .modules .profile i:first-child {
	color: #6e4100;
}

div.moduleselector.onmars .modules .hood i:first-child {
	color: #E55302;
}

div.moduleselector.onmars .modules .journey i:first-child {
	color: #6e4100;
}

div.moduleselector>div.footer,
div.moduleselector>div.modules>div {
	padding: 0;
	text-align: center;
}

div.moduleselector>div.modules>div span.text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #151515;
	font-size: 1em;
	font-weight: 400;
}

div.moduleselector>div.modules>div {
	padding: 10px 0;
	border-radius: 2px;
}

div.moduleselector>div.footer a {
	background-color: #fafafa;
	color: #151515;
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
	display: block;
	outline: 0;
	border-radius: 2px;
	font-size: 1em;
}

div.moduleselector>div.footer a:hover,
div.moduleselector>div.modules>div:hover {
	background-color: #f5f5f5;
}

div.moduleselector>div.modules>div span:first-child {
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

div.moduleselector>div.modules>div:hover span:first-child {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media (max-width: 567px) {
	div.moduleselector {
		width: 100%;
	}
}

div.content {
	margin: 0 auto;
	padding-top: 5em;
	padding-bottom: 5em;
}


.infobubble {
    background-color: #333;
    border-radius: 2px;
    color: #fff;
    max-width: 200px;
    padding: 1em;
    position: absolute;
    z-index: 1100;;
}
.infobubble:after {
    background-color: #333;
    content: "";
    display: block;
    height: 1em;
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    right: -.5em;
    width: 1em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.infobubble.top:after {
	top: 0;
	left: 50%;
	margin-left: -.5em;
}

.infobubble.left:after {
	left: -.5em;
	right: auto;
}

.infobubble.left.top:after {
	left: 1em;
}

.infobubble.right.top:after {
	left: auto;
	right: 1em;
}

.infobubble.top {
	margin-top: .5em;
}

.infobubble .btn {
	margin-top: 1em;
	margin-left: .5em;
}

.slideout-left {
	animation: slideout-left 2s linear
}

@-webkit-keyframes slideout-left {
	0%,
	50% {
		margin-left: 0;
		opacity: 1;
	}
	100% {
		margin-left: -300px;
		opacity: 0;
	}
}

@keyframes slideout-left {
	0%,
	50% {
		margin-left: 0;
		opacity: 1;
	}
	100% {
		margin-left: -300px;
		opacity: 0;
	}
}

label.error {
	color: #f00;
}

.form-control.error {
	border-color: #f00;
}

.nav-pills>li>a {
	background-color: none;
	color: #1e1e1e;
	border-radius: 2px;
	font-weight: 500;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #6e4100;
	color: #fff;
	border-radius: 2px;
	font-weight: 500;
}

.modal-content {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}

.modal-header {
	border-bottom: 0 none;
}

.pnl.pnl-default,
.btn.btn-default:not(.toggle-handle):not(.toggle-on):not(.toggle-off),
.btn.btn-default:not(.toggle-handle):not(.toggle-on):not(.toggle-off):hover {
	color: #fff;
	border: 1px solid #ced4da;
	background-color: #6e4100;
}

.btn.btn-gender-1,
div.gender-1 span.age {
	color: #2196f3;
}

.btn.btn-gender-2,
div.gender-2 span.age {
	color: #f54e96;
}

.btn.btn-gender-3,
div.gender-3 span {
	color: #ED9420;
}

.btn.active {
	font-weight: normal;
}

.row.profileimages>div,
.row.profiles>div {
	text-align: center;
}

.profileimage.hasimage .imageholder,
.profile .imageholder {
	opacity: 1;
	transition: all 1s;
}

.imageholder {
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	height: 200px;
	image-rendering: pixelated;
	margin: 1em;
	max-width: 100%;
	position: relative;
	width: 200px;
	border: 1px solid #ced4da;
}

.profile.rejected_match:not(.myrejected_match) .imageholder,
.profile.rejected_match:not(.myrejected_match) .profileimage {
	//	cursor: default;
}

.profile.match .imageholder,
#acceptedrequests .profile img,
#chatstable .profile.match img {
	// border: .7em solid #5cb85c;
	-webkit-animation: fadeinmatch 2s forwards;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadeinmatch 2s forwards;
	/* Firefox < 16 */
	-ms-animation: fadeinmatch 2s forwards;
	/* Internet Explorer */
	-o-animation: fadeinmatch 2s forwards;
	/* Opera < 12.1 */
	animation: fadeinmatch 2s forwards;
	/*	-webkit-animation-direction: alternate;
	   -moz-animation-direction: alternate;
		 -o-animation-direction: alternate;
			animation-direction: alternate; */
}

@keyframes fadeinmatch {
	0% {
		box-shadow: 0;
	}
	50% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .9em #d3a985;
	}
	100% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .5em #d3a985;
	}
}


/* Firefox < 16 */

@-moz-keyframes fadeinmatch {
	0% {
		box-shadow: 0;
	}
	50% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .9em #d3a985;
	}
	100% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .5em #d3a985;
	}
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadeinmatch {
	0% {
		box-shadow: 0;
	}
	50% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .9em #d3a985;
	}
	100% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .5em #d3a985;
	}
}


/* Internet Explorer */

@-ms-keyframes fadeinmatch {
	0% {
		box-shadow: 0;
	}
	50% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .9em #d3a985;
	}
	100% {
		box-shadow: 0 0 0 .2em #fff, 0 0 0 .5em #d3a985;
	}
}

.profileimage.online .imageholder:after,
.profile.online .imageholder:after,
.carousel-inner.online:after {
	background-color: #5cb85c;
	border-radius: 50%;
	border: 2px solid #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 1em;
	left: 50%;
	width: 1.5em;
	height: 1.5em;
	margin-left: -.75em;
}

.carousel-inner.online:after {
	display: inline-block;
	bottom: 3em;
	left: 35%;
	right: 35%;
}

.navbar-fixed-bottom {
	position: absolute; 
}

nav #navbar ul.navbar-nav.navbar-right {
	float: right !important;
	margin: 0 !important;
}

nav .navbar-header,
nav #navbar ul.navbar-nav.navbar-right li {
	float: left !important;
}

ul.navbar-nav.navbar-right>li>a {
	padding: 15px 10px !important;
}

nav.navbar.navbar-fixed-top {
	z-index: 1031;
}

.navbar {
	background-color: #6e4100;
	transition: background-color 1s linear;
	border: 0;
}

.navbar.mars {
	background-color: #E55302;
}

.navbar * {
	color: #fff !important;
}

.navbar-brand {
	font-family: Wendy One;
	font-weight: 400;
	padding-top: 15px;
    position:relative;   
}

div.navbar-title {
	display: none;
	float: left;
	padding-top: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50px;
	margin-left: 0px;
	font-size: 1.5em;
}

div.navbar-title.has-hood {
	display: inline-block;
}

div.navbar-title span {
	margin-left: 0px;
}

ul.nav>li>span {
	display: block;
	padding: 5px;
}

ul.navbar-nav.navbar-center {
	float: left;
	margin: 0;
	left: 50%;
	position: relative;
	transform: translatex(-50%);
}

ul.navbar-nav.navbar-center li {
	float: left;
}

ul.nav>li>a.icon>i.fa-2 {
	font-size: 1.5em;
}


/*.navbar ul.nav > li > a:hover {
    background-color: #6e4100; 
} */

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #6e4100;
}

.navbar a.icon i {
	font-size: 1.5em;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-wrapper {
	margin-bottom: 1em;
	position: relative;
}

.carousel-indicators>li {
	border-color: #000;
}

.nav>li>a.icon>span {
	display: none;
}

.nav li a.icon>span {
	margin-left: 1.5em;
}

span.age::before {
	content: ', ';
}

*[data-count]:after {
	content: attr(data-count);
	background-color: #333;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	line-height: 19px;
	text-align: center;
	padding: 0px 6px;
	left: 0.5em;
	position: relative;
	font-weight: 500;
}

.tools *[data-count]:after {
	background-color: #333;
	border-radius: 12px;
	border: 2px solid #fff;
	font-size: 1em;
	line-height: 20px;
	padding: 0px 6px;
	top: -15px;
	right: -10px;
	animation: shadow-pulse 2s;
	animation-iteration-count: 1;
	position: absolute;
	font-weight: 500;
	left:auto !important;
}

.pac-container, .pac-item {
    width: inherit !important;
	font-weight: 500;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

#navbar ul li a[data-count]:after {
	border: none;
	top: 0;
	right: 0;
}

img.swal2-image {
	border-radius: 50%;
}

#petchillfactormodal .modal-body img {
	max-width: 100%;
}

#lightbox {
	position: fixed;
}

#lightbox i {
	color: #6e4100;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.nav li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-indicators>li,
	.carousel-indicators>li.active {
		margin: 5px;
		width: 16px;
		height: 16px;
	}
	.nav li a.icon>span {
		display: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #6e4100;
	}
	
	nav #navbar ul.navbar-nav.navbar-right {
	float: right !important;
	margin: 0 !important;
	}

	nav .navbar-header,
	nav #navbar ul.navbar-nav.navbar-right li {
		float: center !important;
	}

	ul.navbar-nav.navbar-right>li>a {
	padding: 15px 10px !important;
	}

	nav.navbar.navbar-fixed-top {
	z-index: 1031;
	} 
}

@media only screen and (max-width: 567px) {
	/*	footer.navbar {
		font-size: 65%;
	} */
	div.navbar-title {
		padding-top: 11px;
		font-size: 1.5em;
		margin-left: -10px;
	}     
	.navbar-brand:after {
		content: '';
		position: absolute;
		top: -10px;
		bottom: -10px;
		left: -20px;
		right: -20px;
	}
	.navbar-brand:before {
		content: '';
		background-color: #5cb85c;
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: scale(0.001, 0.001);
	}
	.navbar-brand:focus:before {
		animation: effect 0.4s ease-out;
	}
	div.moduleselector {
		width: 300px;
		left: 10px;
	}
	div.moduleselector:after,
	div.moduleselector:before {
		left: 8px;
	}
	div.moduleselector>div.modules>div span.text {
		font-size: 0.8em;
	}
	div.moduleselector>div.footer a {
	font-size: 0.8em;
}
}

div.moreresults {
	text-align: center;
}

a.btn-more-results {
	color: #6e4100;
	cursor: pointer;
	display: none;
	margin-top: 1em;
}

div.moreresults.has-more a.btn-more-results {
	display: inline-block;
}

div.list-loader {
	background-color: rgba(255, 255, 255, .75);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div.list-loader span {
	color: #6e4100;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2em;
	margin-left: -2em;
}

.swal2-popup {
	font-size: 1.6rem !important;
	border-radius: 2px;
}

.faa-horizontal-1x.animated,
.faa-horizontal-1x.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-horizontal-1x {
	-webkit-animation: horizontal 2s ease;
	animation: horizontal 2s ease;
}

.separation {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #D0D0D0;
}

.separationswitch {
	margin-bottom: 20px;
}

.separationhood {
	margin-top: 20px;
}

.messages,
.alert {
	font-size: 1.6rem;
}

.btn {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
}

.alert {
	padding: 15px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-weight: 500;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 500;
}

.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 {
	background-color: #333;
	border-color: transparent;
	color: #fff;
	z-index: 1500 !important;	
}

.alert-success hr {
	border-top-color: rgba(0, 0, 0, 0);
}

.alert-success .alert-link {
	color: #d2d2d2;
}

.alert-info { 
  position: relative;
  display: inline-grid;
  background-color: #333;
  border-color: transparent;
  color: #fff;
  margin-left:5px; 
}

.alert-info:after 
{ 
content: '';
position: absolute; 
left: 0; 
top: 50%; 
width: 0; 
height: 0; 
border: 1.2em solid transparent; 
border-right-color: #333; 
border-left: 0; 
border-top: 0; 
margin-top: -0.6em;
margin-left: -1.2em; 
}

.alert-info hr {
	border-top-color: rgba(0, 0, 0, 0);
}

.alert-info .alert-link {
	color: #d2d2d2;
}

 .alert-warning:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 1.2em solid transparent;
	border-right-color: #858796;
	border-left: 0;
	border-top: 0;
	margin-top: -0.6em;
	margin-left: -1.2em;
} 

.alert-warning {
  position: relative;
  display: inline-grid;
  background-color: #858796;
  border-color: transparent;
  color: #fff;
  margin-left:5px;
}    

/*
/* Toast alert animated
.alert-warning{
	display:block;
	position:absolute;
  min-width: 250px;
  text-align: center;
  border-radius: 2px;
  padding: 8px;
  top:0;
  left:50%;
  margin-left: -125px;
  background-color: #37474F;
  border-color: transparent;
  color: #fff;
  display: flex;
   align-items:center;
   z-index: 1500 !important;	
  -webkit-animation:moveOpen 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  border-bottom: 3px solid #6e4100;
}

/* Safari and Chrome  
@-webkit-keyframes moveOpen 
	{
  from {-webkit-transform: translate(0,-100px);}
  10% {-webkit-transform: translate(0,20px);}
  12% {-webkit-transform: translate(0,22px);}
  16% {-webkit-transform: translate(0,20px);}
  80% {-webkit-transform: translate(0,20px);}
  85% {-webkit-transform: translate(0,25px);}
  to {-webkit-transform: translate(0,-100px);}
}
 
 */
.alert-warning .alert-link {
	color: #d2d2d2;
}

.alert-danger {
	background-color: #e74a3b;
	border-color: transparent;
	color: #fff;
}

.alert-footer {
	background-color: #e74a3b;
	border-color: transparent;
	color: #fff;
	border-radius: 2px;
}

.alert-danger:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 1.2em solid transparent;
	border-right-color: #e74a3b;
	border-left: 0;
	border-top: 0;
	margin-top: -0.6em;
	margin-left: -1.2em;
}

hr {
	border-top-color: rgba(55, 71, 79, 0.3);
	width: 100%;
	margin: 0.6em 0;
}

.alert-danger .alert-link {
	color: #d2d2d2;
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
	//  border-radius: 0;
	border-top-radius: 2px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17px;
	color: inherit;
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 21px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 2px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid transparent;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 3px solid transparent;
}

.panel-default {
	border-color: #6e4100;
}

.panel-default>.panel-heading {
	background-color: inherit
	border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #5cb85c;
}

.panel-primary {
	border-color: transparent;
}

.panel-primary>.panel-heading {
	background-color: inherit;
	border-color: transparent;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-primary>.panel-heading .badge {
	color: #df691a;
	background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #6e4100;
}

.panel-success {
	border-color: transparent;
}

.panel-success>.panel-heading {
	color: #fff;
	background-color: #6e4100;
	border-color: transparent;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-success>.panel-heading .badge {
	color: #5cb85c;
	background-color: #ebebeb;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: transparent;
}

.panel-info {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	// overflow: hidden;
  border: 1px solid none;
  box-shadow: none; 
	margin: 10px auto;
}

.panel-register {
	width: 100%;
	background: inherit;
	border-radius: 5px;
	// overflow: hidden;
  border: none !important;
  border-color: transparent;
  box-shadow: none; 
	margin: 10px auto;
}

.panel-grey {
	padding: 2rem 2rem 1rem 2rem;
	margin-bottom: 2rem;
	background-color: #fafafa;
	border-radius: 2px;
}

.panel-register>.panel-heading {
	color: #1e1e1e;
	background-color: inherit;
	border-color: transparent;
	text-align: center;
	font-weight: 500; 
  font-size: 1.5em;   
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-info>.panel-heading .badge {
	color: #6e4100;
	background-color: #ebebeb;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: transparent;
}

.panel-warning {
	border-color: transparent;
}

.panel-warning>.panel-heading {
	color: #fff;
	background-color: #f0ad4e;
	border-color: transparent;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-warning>.panel-heading .badge {
	color: #f0ad4e;
	background-color: #ebebeb;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: transparent;
}

.panel-danger {
	border-color: transparent;
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #d9534f;
	border-color: transparent;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-danger>.panel-heading .badge {
	color: #d9534f;
	background-color: #ebebeb;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: transparent;
}

.panel {
	border: 1px solid #e7e7e7;
	border-width: 1px 1px 1px 1px;      
}


.form-control {
	display: block;
	width: 100%;
	height: calc(2.8125rem + 0);
	padding: 0.75rem 2rem;
	font-size: 1 rem;
	line-height: 1.6rem;
	color: #333;
	background-color: #f7f7f9;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-radius: 2px;
	// border-radius: 0; 
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #333;
	background-color: #f7f7f9;
	border-color: #ced4da;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #919aa1;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #919aa1;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #919aa1;
	opacity: 1;
}

.form-control::placeholder {
	color: #919aa1;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #eceeef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #55595c;
	background-color: #f7f7f9;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.75rem + 0);
	padding-bottom: calc(0.75rem + 0);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5rem;
}

.col-form-label-lg {
	padding-top: calc(2rem + 0);
	padding-bottom: calc(2rem + 0);
	font-size: 1.09375rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.5rem + 0);
	padding-bottom: calc(0.5rem + 0);
	font-size: 0.765625rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin-bottom: 0;
	line-height: 1.5rem;
	color: #919aa1;
	background-color: transparent;
	border: solid transparent;
	border-width: 0 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(2.1484375rem + 0);
	padding: 0.5rem 1rem;
	font-size: 0.765625rem;
	line-height: 1.5;
	border-radius: 0;
}

.form-control-lg {
	height: calc(5.640625rem + 0);
	padding: 2rem 3rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #919aa1;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.tooltips {
	position: relative;
	display: inline-block;
}

.tooltips .tooltiptext {
  font-weight: normal;
  font-size: 14px;
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 2px;
  width: 150px;
  top: 140%;
  left: 50%;
  margin-left: -75px; 
  position: absolute;
  z-index: 2;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
}

.tooltips .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%; 
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.5rem;
	font-size: 1rem;
	overflow: hidden;
	border-radius: 6px;
}

.grecaptcha-badge {
	margin-bottom: 50px;
}

.slider.slider-horizontal {
	width: 100%;
	max-width: 300px;
}


/* The snackbar - position it at the top and in the middle 
of the screen */

#snackbar {
	visibility: hidden;
	/* Hidden by default. Visible on click */
	min-width: 250px;
	/* Set a default minimum width */
	margin-left: -125px;
	/* Divide value of min-width by 2 */
	background-color: #333;
	/* Black background color */
	color: #fff;
	/* White text color */
	text-align: center;
	/* Centered text */
	border-radius: 2px;
	/* Rounded borders */
	padding: 8px;
	/* Padding */
	position: fixed;
	/* Sit on top of the screen */
	z-index: 10000000;
	/* Add a z-index if needed */
	left: 50%;
	/* Center the snackbar */
	top: 30px;
	/* 30px from the top */
	display: flex;
	justify-content: center;
	align-items: center;	
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 3px solid #ffbc00;
}


/* Show the snackbar when clicking on a button 
        (class added with JavaScript) */

#snackbar.show {
	visibility: visible;
	/* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
        However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}
	to {
		top: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}
	to {
		top: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 30px;
		opacity: 1;
	}
	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 30px;
		opacity: 1;
	}
	to {
		top: 0;
		opacity: 0;
	}
}


/* Gendered radio buttons */

.radio-item-men {
	display: inline-block;
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.radio-item-men input[type='radio'] {
	display: none;
}

.radio-item-men label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #2196f3;
	background-color: transparent;
}

.radio-item-men input[type=radio]:checked+label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 10px;
	content: " ";
	display: block;
	background: #2196f3;
}

.radio-item-fem {
	display: inline-block;
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.radio-item-fem input[type='radio'] {
	display: none;
}

.radio-item-fem label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #f54e96;
	background-color: transparent;
}

.radio-item-fem input[type=radio]:checked+label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 10px;
	content: " ";
	display: block;
	background: #f54e96;
}

.radio-item-oth {
	display: inline-block;
	position: relative;
	padding: 0 6px;
	margin: 10px 0 0;
}

.radio-item-oth input[type='radio'] {
	display: none;
}

.radio-item-oth label:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 11px;
	border: 2px solid #ED9420;
	background-color: transparent;
}

.radio-item-oth input[type=radio]:checked+label:after {
	border-radius: 11px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	left: 10px;
	content: " ";
	display: block;
	background: #ED9420;
}


/* primary color for buttons */

.btn-primary {
	color: #ffffff;
	background-color: #6e4100;
	border-color: #6e4100;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #603314;
}


.slider {
	margin: 10px 20px 10px;
	padding: 0px 0px 5px 0px;
}

.slider-selection {
	background: #d3a985 !important;
}

.slider-track-high {
	background: #C4C6CA;
	border: 1px solid #C4C6CA;
}

.slider-tick {
	background: #EBECED;
	opacity: 1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slider-tick.in-selection {
	background: #6e4100;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slider-handle {
	background: #6e4100;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.progress-bar {
	background-color: #d3a985;
}


/* Adsense style block */

.responsive {
	width: 167px;
	height: 300px;
	margin-left: -2px;
}

@media(min-width: 800px) {
	.responsive {
		width: 220px;
		height: 300;
		margin-left: -15px;
	}
}

@media(min-width: 1000px) {
	.responsive {
		width: 300px;
		height: 310px;
		margin-bottom: -20px;
		margin-left: -25px;
	}
}

@media(min-width: 1200px) {
	.responsive {
		width: 300px;
		height: 310px;
		margin-bottom: -30px;
		margin-left: -30px;
	}
} 

@media(min-width: 800px) {
.sidenavApp a:hover {
  color: #000;
} 
}

.sidenavApp {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  background-color: #d3a985;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 50px;
  border: none;
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sidenavApp a {
  text-decoration: none;
  font-weight: 500;     
  color: #fff;
  display: inline-block;
  transition: 0.2s;
}


.sidenavApp .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 1em;
  margin-left: 50px;
} 