@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	height:100vh;
}
.body-class {
	background:#fafafa;
}
.error {
	margin-top: 5px;
    display: block;
    color: #ff3535;
}
.font-weight-700 {
	font-weight:700;
}
.container.main {
	margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
.col-wl {
	position:fixed;
	top:0;
	left:0;
}
.btn-home-reminders {
	display:block;
	width:100%;
	padding:30px 30px;
	background:#fff;
	font-size:22px;
	color:#000;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1);
	border-radius:20px;
	margin-top:25px;
}
.btn-home-reminders:hover {
	text-decoration:none;
	color:#000;
}
.btn-home-reminders .number {
	background: #f74d4d;
    padding: 4px 12px 4px 10px;
    color: #fff;
    border-radius: 45px;
	margin-left:10px;
}
.home-box {
	display:block;
	color:#000;
	background:#fff;
	width:100%;
	height:150px;
	text-align:center;
	line-height:150px;
	font-size:24px;
	text-transform:uppercase;
	border:1px solid #e3e3e3;
}
.home-box:hover {
	text-decoration:none;
	color:#000;
	background:#fafafa;
}
.welcome-left {
	height:100vh;
	width:100%;
	padding:50px 70px;
	background:#cbbeb5;
	color:#1f150d;
}
.welcome-left .footer .credits {
	color:#1f150d;
	font-weight:500;
	font-size:13px;
	display:inline-block;
	margin-top:50px;
}
.welcome-left .footer .detail {
	color:#1f150d;
	font-weight:500;
	font-size:15px;
	margin-top:5px;
}
.welcome-right {
	height:100vh;
	width:100%;
	padding:50px 60px;
}
.welcome-right .sign-up {
	padding:10px 150px;
}
.welcome-right .si-a-su {
	display:none;
}
.welcome-right .sign-in-link {
	margin-top:11px;
}
.welcome-right .sign-up label {
	font-weight:500;
}
.welcome-right .sign-in-box {
	display:none;
}
.welcome-right .sign-in {
	padding:10px 150px;
}
.welcome-right .footer {
	display:none;
	text-align:center;
}
.welcome-right .footer .credits {
	color:#1f150d;
	font-weight:500;
	font-size:13px;
	display:inline-block;
	margin-top:50px;
}
.welcome-right .footer .detail {
	color:#1f150d;
	font-weight:500;
	font-size:15px;
	margin-top:5px;
}
.photoRounded {
	width:150px;
	height:150px;
	margin:0 auto;
}
.btn-main {
	color: #fff;
	padding: 6px 35px 6px 35px;
    display: inline-block;
	background:#ff6666;
	border-radius:20px;
	font-weight:500;
}
.btn-main:hover {
	text-decoration:none;
	color:#fff;
	background:#f74d4d;
}
.navbar {
	margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
	z-index:10;
	border-bottom: 1px solid #f0f0f0;
}
.navbar-bg {
	background:#fff;
}
.sidebar .small-heading {
	display:block;
	margin:30px 0px 20px 0px;
	font-weight:500;
	font-size:14px;
	color:#666;
	text-transform:uppercase;
}
.sidebar .items {
	display:block;
	color:#333;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	border-radius:20px;
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	
	border: 1px solid #f0f0f0;
}
.sidebar .items:hover {
	text-decoration:none;
	background:#ff6666;
	color:#fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.search-items {
	display:block;
	color:#333;
	margin:20px 0px;
	padding:10px;
	background:#fff;
	border-radius:20px;
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	
	border: 1px solid #f0f0f0;
}
.search-items:hover {
	text-decoration:none;
	background:#ff6666;
	color:#fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.sidebar .social {
	color:#333;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	border-radius:20px;
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	border: 1px solid #f0f0f0;
}
.sidebar .social-border {
	border-right: 1px solid #f0f0f0;
}
.sidebar .social-stats {
	display:block;
	width:100%;
	color:#111;
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.sidebar .social-stats:hover {
	text-decoration:none;
	color:#056674;
}
.sidebar .add-new {
	display:block;
	color:#333;
	text-align: center;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	font-size:15px;
	border-radius:20px;
	-webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	border: 1px solid #f0f0f0;
}
.sidebar .add-new:hover {
	text-decoration:none;
	background:#ff6666;
	color:#fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.content-top-button {
	display:block;
    color: #333;
    padding: 23px 30px;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #f0f0f0;
	text-align:center;
}
.content-top-button:hover {
	text-decoration:none;
	background:#ff6666;
	color:#fff;
}
.modal-content {
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
/* .addpostphotoslabel { */
	/* width:100%; */
/* } */
/* .addpostphotos { */
	/* display:block; */
	/* margin-top:20px; */
	/* background:#fff; */
	/* border:1px solid #e3e3e3; */
	/* padding: 40px 0px; */
    /* font-size: 23px; */
	/* text-align:center; */
/* } */
/* .addpostphotos .far { */
	/* font-size: 35px; */
    /* color: #f74d4d; */
    /* vertical-align: bottom; */
	/* margin-right:10px; */
/* } */
.radio-l {
	width:100%;
}
.radio-c {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.radio-c + .radio-select {
	display:block;
	border:1px #e3e3e3 solid;
	border-radius:5px;
	padding:20px 10px;
	width:100%;
	cursor:pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
                               
}
.radio-c + .radio-select h5 {
	font-weight:400;
}
.radio-c:checked + .radio-select {
	position: relative;
	border:1px green solid;
	font-weight: bold;
}
.post-items {
	padding:20px 10px 10px 10px;
	background:#fff;
	border-radius:15px;
	margin-top:25px;
	margin-bottom:25px;
	border: 1px solid #f0f0f0;
}
.post-main {
	padding:10px 20px 5px 20px;
}
.post-comment {
	margin:20px 0px;
}
.profile-locked {
	padding:60px 0px;
	margin-top:20px;
	background:#fff;
	border-radius:20px;
	text-align:center;
	border: 1px solid #f0f0f0;
}
.healthRecordBox {
    width: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
	margin:25px 0px;
	padding:35px 10px 10px 10px;
	border-radius:5px;
}
.healthRecordBox .titleBox {
	position: absolute;
    top: -35px;
	left:10px;
	padding:10px 0px 10px 0px;
    width: 98%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
	line-height:15px;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
}
.rlbuttons {
	margin:20px 0px;
    background: #fff;
    border-radius: 20px;
	min-height:72px;
	width:100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.rlbuttons .buttons {
	display:block;
	width:50%;
	margin:0px;
	float:left;
    color: #333;
    padding: 23px 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #f0f0f0;
	text-align:center;
}
.rlbuttons .buttons:hover {
	text-decoration:none;
	background:#ff6666;
	color:#fff;
}
.rlbuttons .buttons.left {
    border-radius: 20px 0px 0px 20px;
}
.rlbuttons .buttons.right {
    border-radius: 0px 20px 20px 0px;
}
.logEntry {
	margin-top:5px;
	margin-bottom:35px;
    border-radius: 20px;
	padding:5px;
}
.remEntry {
	margin-top:5px;
	margin-bottom:35px;
    border-radius: 20px;
	padding:5px;
}
.remEntryTitle {
	border-radius:0px;
	border: 0px;
	padding-left:20px;
	padding-right:20px;
}
.remEntryDateText {
	border-radius:0px;
	background:#fff;
	border: 0px;
    font-size: 20px;
}
.remEntryDate {
	border-radius:0;
	border: 0px;
	padding-left:20px;
	padding-right:20px;
}
.remEntryType {
	border: 0px;
	border-radius: 0;
	padding-left:20px;
	padding-right:20px;
}
.customRemDates {
	margin:20px 0px;
}
.remEntryButton {
	border-radius: 24px;
}
.remEntryButton:focus, .remEntryButton:active {
	outline:0px;
	box-shadow: inset 0 0px 0 #ddd !important;
}
.remShow {
	margin-top:25px;
	background:#fff;
    border-radius: 34px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	padding:20px;
}
.remShow .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.remShow .details {
	margin-top:20px;
}
.remShow .details .box {
	display:block;
	border:#e3e3e3 1px solid;
	border-radius:20px;
	font-size:16px;
    padding: 10px 0px;
    font-weight: normal;
    line-height: 20px;
	
}
.remShow .details .btn-complete {
	padding: 18px 15px;
	line-height: 20px;
	font-size: 25px;
	border-radius: 20px;
	border:#e3e3e3 1px solid;
	
}
.remShow .details .btn-cancel {
	padding: 18px 15px;
	line-height: 20px;
	font-size: 25px;
	border-radius: 20px;
	border:#e3e3e3 1px solid;
	
}
.datepicker {
	background:#fff !important;
}
.ppMainButtons {
	background:#fff;
    border-radius: 34px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	padding:15px;
	color:#000;
	margin-bottom:20px;
}
.ppMainButtons {
	background:#fff;
    border-radius: 34px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	padding:15px;
	color:#000;
	margin-bottom:20px;
}
.ppMainButtons:hover {
	background:#fff;
    border-radius: 34px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	padding:15px;
	color:#000;
	margin-bottom:20px;
	text-decoration:none;
}
.petProfileDiv {
	background:#fff;
    border-radius: 34px;
	-webkit-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.3);
	padding:20px;
}
.petProfileDiv .ppPhoto {
    width: 45%;
    margin-top: 10px;
}
@media (max-width: 768px) {
	.healthRecordBox {
		padding:75px 15px 15px 15px;
	}
	.petProfileDiv .ppPhoto {
		width: 90%;
		margin-top: 10px;
	}	
	.col-wl {
		position:relative;
	}
	.welcome-left {
		height: auto;
		padding: 25px 30px;
	}
	.welcome-right {
		height: auto;
		padding: 25px 30px;
	}
	.welcome-right .sign-up {
		padding:5px 0px;
	}
	.welcome-right .si-a-su {
		display:block;
	}
	.welcome-right .si-b-su {
		display:none;
	}
	.welcome-right .sign-in {
		margin-top:25px;
		text-align:center;
	}
	.welcome-right .footer {
		display:block;
	}
	.welcome-left .footer {
		display:none;
	}
	.post-items {
		padding:20px 20px;
	}
	.post-main {
		padding:10px 10px;
	}
	.welcome-right .sign-in {
		padding:10px 0px;
	}
}
@media (min-width: 1200px) {
	.welcome-right {
		height: auto;
		padding: 160px 30px;
	}
}