/*    
BEGIN STYLING FOR THE LOGIN OR REGISTER FORM FOR USERS ON THE FRONT-END
*/

#postsaverplugin-dashboard-container{
	width: 5000px;
}

.postsaverplugin-tab-intro-para-special-style{
	margin-bottom: 35px;
}

#postsaverplugin-dashboard-login-row-wrapper .login-username label, #postsaverplugin-dashboard-login-row-wrapper .login-password label {
	width: 94px;
	display: block;
}

#postsaverplugin-not-registered-top-container{
	margin-left: 80px;
	margin-top: 30px;
}

#postsaverplugin-dashboard-login-row-wrapper .login-username, #postsaverplugin-dashboard-login-row-wrapper .login-password, #postsaverplugin-dashboard-login-row-wrapper .login-remember{
	margin-bottom:10px;
}

.postsaverplugin-form-section-fields-wrapper{
    display: flex;
    flex-direction: column;
}

.postsaverplugin-form-section-fields-label{
    display: block;
}

.postsaverplugin-form-section-fields-indiv-wrapper{
    flex: 1;
    margin: 15px;
    margin-left: 0px;
    text-align: left;
    width: initial;
}

.postsaverplugin-form-section-fields-indiv-wrapper input, .postsaverplugin-form-section-fields-indiv-wrapper select {
    width:13vw;
}

.postsaverplugin_page_PostSaver-Options .dashicons-before img{
    width: 30px !important;
    margin-right: 2px !important;
    padding: 2px 0 0 !important;
    top: 6px;
    position: relative;
}

#password-strength{
	opacity:0;
	display: inline-block;
	margin-left:10px;
}

#postsaverplugin-form-section-add-new-user-button{
	position: relative;
	bottom: 20px;
}

.postsaverplugin-form-section-wrapper-accountinfo .postsaverplugin-form-section-fields-wrapper{
	flex-direction: row;
}

.postsaverplugin-form-section-wrapper-accountinfo .postsaverplugin-form-section-fields-wrapper .postsaverplugin-form-section-fields-indiv-wrapper-justtext{
	width: 200px;
}

@media screen and ( max-width: 4960px ){

	#postsaverplugin-dashboard-login-row-wrapper input[type="text"], #postsaverplugin-dashboard-login-row-wrapper input[type="password"]{
		width: 40vw;
	}

    .postsaverplugin-form-section-fields-indiv-wrapper input {
        width:40vw;
    }

    .postsaverplugin-form-section-fields-indiv-wrapper #postsaverplugin-form-section-see-new-user-password {
	    top: -3px;
	    padding: 4px 8px 4px 8px;
    	font-size: 8px;
    	position: absolute;
    	right: 0px;
	}

	#password-strength{
		position: relative;
		top: -12px;
	}

	#postsaverplugin-dashboard-container #postsaverplugin-dashboard-login-wrapper, #postsaverplugin-dashboard-container #postsaverplugin-not-registered-top-container{
		display: block;
	}

	#postsaverplugin-not-registered-top-container {
    	margin-left: 0px;
	}

	#postsaverplugin-dashboard-container {
    	width: initial;
	}

	.postsaverplugin-form-section-fields-indiv-wrapper {
	    text-align: center;
	    position: relative;
	}

	#postsaverplugin-dashboard-login-row-wrapper .login-username label, #postsaverplugin-dashboard-login-row-wrapper .login-password label {
	    width: initial;
	    margin-top: 30px;
	}

	#postsaverplugin-form-section-fields-wrapper-for-email-register{
		position: relative;
    	bottom: 35px;
	}

	#postsaverplugin-form-section-fields-wrapper-spinner-response-area{
	    position: relative;
    	bottom: 40px;
	}

	#postsaverplugin-form-section-wrapper-forms-and-tabs-container #postsaverplugin-form-section-wrapper-lefthand-tabs-container{
		margin-right: 15px;
	}

	#postsaverplugin-form-section-wrapper-lefthand-tabs-inner-wrapper .postsaverplugin-form-section-wrapper-lefthand-tabs-actual {
	    padding: 10px;
	    font-size: 12px;
	    text-transform: uppercase;
	}

	.postsaverplugin-form-section-wrapper-savedposts .postsaverplugin-form-section-wrapper-savedposts-for-browsing a {
	    display: inline-block;
	    margin-top: 10px;
	    font-size: 11px;
	    width: 160px;
	    text-align: center;
	}

}


@media screen and ( max-width: 960px ){
	
	.postsaverplugin-form-section-fields-wrapper{
	    flex-direction: column;
	}

	.postsaverplugin-form-section-fields-indiv-wrapper {
	    width: initial;
	}

	.postsaverplugin-form-section-wrapper-savedposts .postsaverplugin-savedposts-indiv-container {
	    max-width: initial;
	    margin: 10px 0px 10px 0px;
	}

	.postsaverplugin-form-section-wrapper-accountinfo .postsaverplugin-form-section-fields-wrapper{
		flex-direction: column;
	}

	.postsaverplugin-form-section-wrapper-accountinfo .postsaverplugin-form-section-fields-wrapper .postsaverplugin-form-section-fields-indiv-wrapper-justtext{
		width: initial;
	}

}




/*    
END STYLING FOR THE LOGIN OR REGISTER FORM FOR USERS ON THE FRONT-END
*/

/*    
BEGIN STYLING FOR THE DASHBOARD FOR LOGGED-IN USERS ON THE FRONT-END
*/
#postsaverplugin-form-section-wrapper-forms-and-tabs-container{
	width: 100%;
}

#postsaverplugin-form-section-wrapper-lefthand-tabs-container{
	display: inline-block;
    width: 25%;
    vertical-align: top;
}

#postsaverplugin-form-section-wrapper-top-container{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

.postsaverplugin-form-section-wrapper-lefthand-tabs-actual{
    padding: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border: solid 2px rgb(59, 59, 59);
}

.postsaverplugin-form-section-wrapper-lefthand-tabs-actual:hover{
	background-color: #fff;
	color: #616161;
}

.postsaverplugin-form-section-wrapper-savedposts-for-browsing a{
	color: #000;
    background-color: #efefef;
    padding: 6px 10px 6px 10px;
    font-size: 14px;
    text-decoration: none;
    border: solid 2px rgb(59,59,59);
}

.postsaverplugin-form-section-wrapper-savedposts-for-browsing a:hover{
    background-color: #fff;
    color: #616161;
}

.postsaverplugin-form-section-fields-indiv-wrapper-actualinput{
	display: none;
}

.postsaverplugin-form-section-fields-indiv-wrapper-justtext label{
	margin-bottom: 0px;
}

.postsaverplugin-form-section-fields-label-actualvalue{
	font-size:0.8em;
}

.postsaverplugin-form-section-wrapper-saved-posts{
	display: none;
}

.postsaverplugin-form-section-wrapper-lefthand-tabs-actual-active{
	color: #000;
    background-color: rgb(239, 239, 239);
}

.postsaverplugin-form-section-wrapper-lefthand-tabs-actual p{
	margin: 0;
}

.postsaverplugin-savedposts-indiv-container-title{
	min-height: 70px;
}

.postsaverplugin-savedposts-indiv-container-title p{
	margin: 0;
}

#postsaverplugin-response-div-p-existing-login{
	color: red;
    font-weight: bold;
}

.postsaverplugin-form-section-wrapper-savedposts-for-browsing{
	margin-bottom: 40px;
}


/*    
END STYLING FOR THE DASHBOARD FOR LOGGED-IN USERS ON THE FRONT-END
*/


.postsaverplugin-save-post-button-div{
	cursor: pointer;
}

.postsaverplugin-save-post-button-div .postsaverplugin-spinner{
	display: inline-block;
	left: 11px;
	top: 7px;
}

.postsaverplugin-save-post-button-div a{
	pointer-events: none;
}

.postsaverplugin-save-post-button-div:hover{
	opacity: 0.7;
}

.postsaverplugin-save-post-button-div p, .postsaverplugin-save-post-button-div img{
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
}

.postsaverplugin-save-post-button-div p{
	font-size: 15px;
	margin: 0px;
}

.postsaverplugin-save-post-button-div img{
	width:30px;
	margin-left: 5px;
}

.postsaverplugin-save-post-button-top-container, .entry-title{
	display: inline-block;
}

.postsaverplugin-spinner{
    @extend %postsaver-spinner;
}

.postsaverplugin-savedposts-indiv-container{
	display: inline-block;
	vertical-align: top;
	border: solid 1px rgb(52,52,52);
	padding: 15px 5px 5px 5px;
	text-align: center;
	overflow: hidden;
	margin: 10px 0px 0px 10px;
}

.postsaverplugin-dashboard-login-row-response-wrapper{
	max-width: 250px;
}

.postsaverplugin-savedposts-indiv-container:hover{
	background-color: #eee;
}

.postsaverplugin-form-section-fields-indiv-password-message-wrapper{
	margin-top:0px;
	margin-bottom:0px;
}

.postsaverplugin-form-section-fields-indiv-password-message-wrapper p{
	margin-top:0px;
	margin-bottom:0px;
}

#postsaverplugin-dashboard-login-wrapper, #postsaverplugin-not-registered-top-container{
	display:inline-block;
	vertical-align: top;
	text-align: center;
}

.postsaverplugin-dashboard-login-wrapper{
	margin-right: 20px;
}

#postsaverplugin-form-section-see-new-user-password{
	padding: 6px 10px 6px 10px;
    font-size: 10px;
    position: relative;
    top: 34px;
}

#postsaverplugin-dashboard-login-row-wrapper #rememberme{
	vertical-align: middle;
}