/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wppu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wppu .error,
.wppu .message {
	color: #333;
	padding: 0.5em;
}

.wppu .error {
	border: 1px solid #cc000054;
	background-color: #ffebe8;

	color: #999;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
    transition: 200ms ease-out;
}

.wppu .message {
	border: 1px solid #e6db55;
	background-color: #ffffe0;

	color: #999;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
    transition: 200ms ease-out;
}

.wppu p {
	margin: 0 0 1.5em 0;
	padding: 0;
}

/*.wppu label {
    font-weight: 700;
	display: block;
	text-align: left;
}*/

.wppu .wppu-rememberme-wrap label {
	display: inline;
}

/*.wppu input,
.wppu textarea,
.wppu select {
	padding: 0.5em;
	display: block;
	margin: 0.5em 0;
	width: 100%;
}*/

.wppu input[readonly], 
.wppu input[readonly]:focus, 
.wppu select[disabled], 
.wppu textarea[readonly], 
.wppu textarea[readonly]:focus {
	cursor: default;
    opacity: .5;
    outline: none !important;
    border: 1px solid #a9a9a9;
    background: #f7f7f7;
    color: #333;
}

.wppu input[type="checkbox"],
.wppu input[type="radio"],
.wppu .wppu-rememberme-wrap input {
	vertical-align: middle;
	width: auto;
}

.wppu input[type="checkbox"] {
    outline: none !important;
}

.wppu input[type="text"], 
.wppu input[type="password"], 
.wppu input[type="file"], 
.wppu input[type="search"], 
.wppu input[type="email"],
.wppu input[type="url"],
.wppu input[type="tel"], 
.wppu input[type="phone"], 
.wppu input[type="date"], 
.wppu input[type="datetime"], 
.wppu input[type="datetime-local"], 
.wppu input[type="number"], 
.wppu input[type="time"], 
.wppu input[type="month"], 
.wppu input[type="week"], 
.wppu select:not([multiple]), 
.wppu textarea {
    border: 1px solid #ddd;
    height: 40px;
}

/*.wppu button, 
.wppu input[type="submit"] {
    padding: 10px 15px;
    margin: 21px 0;
    display: inline-block;
    background-color: #96989a;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.2);
    cursor: pointer;
    border-radius: 4px;
    border: none;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}*/

.wppu .wppu-action-links {
	display: inline-block;
	list-style: none;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

.wppu .wppu-action-links li {
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
}

.wppu .wppu-action-links li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.wppu .wppu-action-links a {
	padding: 0;
	text-decoration: none;
}

.wppu .wppu-rememberme-submit-wrap:before,
.wppu .wppu-rememberme-submit-wrap:after,
.wppu .wppu-action-links:before,
.wppu .wppu-action-links:after {
	content: "";
	display: table;
}

.wppu .wppu-rememberme-submit-wrap:after,
.wppu .wppu-action-links:after {
	clear: both;
}

.wppu .wppu-user-avatar {
	text-align: left;
}

.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.mu_register label.checkbox {
	display: inline;
}

#pass-strength-result {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 600;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 100%;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}

#pass-strength-result.good {
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}

.pw-weak {
	display:none;
}

.indicator-hint {
	padding-top: 8px;
}

#pass1,
#pass1-text {
	width: 100%;
}

#pass1-text,
.show-password #pass1 {
	display: none;
}

.show-password #pass1-text
{
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.wppu .wppu-submit-wrap input {
		width: auto;
	}

/*	.wppu-login .wppu-rememberme-submit-wrap {
		display: table;
		margin-bottom: 1.5em;
		width: 100%;
	}*/

/*	.wppu-login .wppu-rememberme-wrap {
		display: table-cell;
	}*/

	.wppu-login .wppu-rememberme-wrap input {
		margin: 0;
	}

	.wppu-login .wppu-submit-wrap {
		display: table-cell;
		text-align: right;
	}

	.wppu-login .wppu-submit-wrap input {
		margin: 0;
		width: auto;
	}
}

/*.wppu-login,
.wppu-lostpassword,
.wppu-resetpass {
	max-width: 320px;
}
*/
/* 8/10/2017 Juniel, Vincent  */

.col {
    margin-left: auto;
    left: auto;
    right: auto;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .12rem;
    min-height: 1px;
	width:100%;
}

.col.s1, .col.pu-one-twelfth {
    width: 8.333333333333332%;
}

.col.s2, .col.pu-one-sixth {
    width: 16.666666666666664%;
}

.col.s3, .col.pu-one-fourth {
	width: 25%;
}

.col.s4, .col.pu-one-third {
	width: 33.33333333333333%;
}

.col.s5, .col.pu-five-twelfth {
	width: 41.66666666666667%;
}

.col.s6, .col.pu-one-half {
	width: 50%;
}

.col.s7, .col.pu-seven-twelfth {
	width: 58.333333333333336%;
}

.col.s8, .col.pu-two-thirds {
	width: 66.66666666666666%;
}

.col.s9, .col.pu-three-fourth {
	width: 75%;
}

.col.s10, .col.pu-five-sixth {
	width: 83.33333333333334%;
}

.col.s11, .col.pu-eleven-twelfth {
	width: 91.66666666666666%;
}

.col.s12, .col.pu-one {
    width: 100%;
}

@media (max-width: 767px) {
	.col.s1,
	.col.pu-one-twelfth,
	.col.s2,
	.col.pu-one-sixth,
	.col.s3,
	.col.pu-one-fourth,
	.col.s4,
	.col.pu-one-third,
	.col.s5,
	.col.pu-five-twelfth,
	.col.s6,
	.col.pu-one-half,
	.col.s7,
	.col.pu-seven-twelfth,
	.col.s8,
	.col.pu-two-thirds,
	.col.s9,
	.col.pu-three-fourth,
	.col.s10,
	.col.pu-five-sixth,
	.col.s11,
	.col.pu-eleven-twelfth,
	.col.s12,
	.col.pu-one {
        width: 100% !important;
    }
	
    .list-condition-entry {
		padding: 0 5px;
	}
}

/* Registration */
.pup-register-form .avatar-fld-group p,
.pup-register-form .avatar-fld-group .btn-container button {
	margin: 0;
}

.pup-register-form .avatar-fld-group {
	font-size: 70%;
	padding: 0;
	text-align: center;
	margin: 0 0 1.5em 0;
}

.pup-register-form .avatar-fld-group .img-container {
	display: inline-block;
	margin: 0 0 0.5em 0;
}

.pup-register-form .avatar-fld-group .img-container img {
	border: 3px solid #333333;
	border-radius: 100px;
    height: 140px;
	padding: 2px;
	width: 140px;
	object-fit: cover;
}

.pup-register-form .avatar-fld-group input[type="file"] {
	display: none;
}

.pup-register-form .bottom {
	position: relative;
}

.pup-register-form .bottom label {
	float: left;
    position: absolute;
    bottom: 0;
}

.pup-register-form .bottom label + .form-data {
	margin-bottom: 20px;
}

.pup-register-form .form-group {
	margin: 20px 0;
	display: inline-block;
    width: 100%;
}

.pup-register-form .left label {
	width: 25%;
    display: inline-block;
    float: left;
}

.pup-register-form .left input,
.pup-register-form .left textarea {
	display: inline-block;
	width: 75%;
}
.pup-register-form .right label {
	float: right;
    text-align: right;
    width: 25%;
}

.pup-register-form .right input,
.pup-register-form .right textarea {
    display: inline-block;
	float: left;
    width: 75%;
}

.pup-register-form .pup-cb {
	width: 20px !important;
    height: 20px !important;
}

@media( max-width: 767px ) {
	.pup-register-form label,
	.pup-register-form input,
	.pup-register-form textarea {
		float: none !important;
		text-align: left !important;
		width: 100% !important;
	}
}

/* Profile / Edit Profile */

.wppu-profile .avatar-fld-group .btn-container button {
	margin: 0;
}

.wppu-profile .avatar-fld-group,
.wppu-profile-edit .avatar-fld-group {
	font-size: 70%;
	padding: 0;
	text-align: center;
	margin: 0 0 1.5em 0;
}

.wppu-profile .avatar-fld-group .img-container,
.wppu-profile-edit .avatar-fld-group .img-container {
	display: inline-block;
	margin: 0 0 0.5em 0;
}

.wppu-profile .avatar-fld-group .img-container img,
.wppu-profile-edit .avatar-fld-group .img-container img {
	border: 3px solid #333333;
	border-radius: 100px;
    height: 140px;
	padding: 2px;
	width: 140px;
	object-fit: cover;
}

.wppu-profile-edit .avatar-fld-group input[type="file"] {
	display: none;
}

.wppu-profile .list-group {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.wppu-profile .list-group .lg-left {
    float: left;
    width: 30%;
}

.wppu-profile .list-group .lg-right{
    float: left;
	padding: 0 0 0 0.5em;
    width: 70%;
}

@media( max-width: 425px ) {
	.wppu-profile .list-group .lg-left, 
	.wppu-profile .list-group .lg-right {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.pu-profile-form .pup-cb {
    width: 20px !important;
    height: 20px !important;
}


