/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .gym_form_wrapper {
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.gym_form {
    width: 100%;
    float: left;
}
.gym_form h3 {
    margin: 0px;
    margin-bottom: 30px;
}
.gym_form_group {
    width: 100%;
    float: left;
}
.gym_form .gym_form_group > label {
    margin-bottom: 7px;
    width: 25%;
    float: left;
}
.gym_form .gym_inputs {
    float: left;
    width: 75%;
	margin-bottom:15px;
}
.gym_form_group label {
    color: #333333;
    font-weight: 400;
    vertical-align: middle;
    line-height: 20px;
	margin-bottom:0;
}
.gym_inputs input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
}
.gym_radio {
    padding-left: 20px;
    display: inline-block;
}
.gym_form .gym_inputs input[type="text"], 
.gym_form .gym_inputs input[type="email"], 
.gym_form .gym_inputs input[type="number"], 
.gym_form .gym_inputs input[type="password"] {
	width: 100%;
    height: 40px;
    border-radius: 0px;
    background-color: #efefef;
	padding:0 20px;
    border: 0;
	margin-bottom:5px;
}
.gym_inputs input:focus{
	outline:none;
}
.gym_inputs input.gym_field1 {
    width: 120px !important;
	margin-right:15px;
}
.gym_inputs input.gym_field2 {
    width: 70px !important;
}
.gym_inputs input[type="datetime-local"] {
    height: 45px;
    border: 1px solid #000;
    padding-left: 10px;
    margin-right: 15px;
	line-height:45px;  
}
span.input_text {
    margin: 0px 10px;
    color: #000;
    font-weight: 400;
    vertical-align: middle;
}
.gym_inputs textarea {
    width: 360px;
    margin-top: 15px;
    border: 1px solid #000000;
}

.gym_inputs .gym_up_msg {
    color: orangered;
    margin-bottom: 0px;
}

.gym_inputs .gym_down_msg {
    color: #000;
    padding-top: 1px;
}
.gym_inputs textarea {
    width: 100%;
    height: 100px;
    border-radius: 0px;
    background-color: #efefef;
	padding:10px 20px;
    border: 0;
	margin-bottom:20px;
	resize:none;
}
.gym_bottom_form {
    width: 100%;
    float: left;
    background-color: #f4f5f5;
    padding: 40px 40px 25px;
    margin-bottom:30px;
}
.gym_bottom_form h1 {      
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 7px;    
}
.gym_bottom_form p {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
}
.gym_bottom_form span {
	margin-right: 10px;
    font-size: 24px;
    color: #000;
}
.gym_bottom_form_heading {
    padding-left: 0;
}
.gym_bottom_form .gym_form_group > label{
	width:23.5%; 
}
.gym_bottom_form input[type="checkbox"] {
	position: inherit !important;    
    margin-right: 10px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-top: 0px;
    color: #000;
}
.gym_bottom_form .gym_inputs input[type=password]{
	background:#ffffff;
}
.gym_inputs.gym_s_checkbox {
    width: 360px;
    margin-top: 20px;
    color: #000;
}
span.s {
    color: red;
	font-size:16px;
}
p.gym_btm_text {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    margin-bottom: 25px;
}
p.gym_btm_text a {
    color: #000;
    text-decoration: underline;
}
p.gym_btm_text a:hover{
	color:#ff7f27;
}
.gym_fom_btn {
    float: left;
    width: 100%;
    /*padding-left: 20%;*/
    text-align:center;
}
.gym_form_wrapper input#submit {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0px 20px;
    min-width: 150px;
    background-color: #e83f53;
    color: #ffffff;
    font-size:18px;
    text-transform: uppercase;
    border: 1px solid #e83f53;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gym_form_wrapper input#submit:hover{      
	box-shadow:none;
	border: 1px solid #e83f53;
	color:#e83f53;
	background-color:#ffffff;
}
.gym_form_wrapper input#submit:focus{       
	outline:none;
}
span#msg {
	font-size: 17px;
    margin-bottom: 20px;
    text-transform: capitalize;
    background-color: #f5f5f5;
    padding: 5px 20px;
    color: #666;
    display: none;     
}
span.s {
    color: red;
    font-size: 14px;
    margin: 0px 0px;
	display:none;
}
.gs_message {
    font-size: 16px;
    text-align: center;
    color: #555;
}
.gs_edit_popup_form .gs_regokay {
	display: inline-block;
	padding: 8px 33px;
	background-color: #f5f5f5;
	color: #000;
	margin-top: 20px;
	text-transform: capitalize;
}
.gs_edit_popup_form .gs_regokay:focus, 
.gs_edit_popup_form .gs_regokay:hover {
    outline: none;
    color: #000;
	background-color: #f1f1f1;
}
.gs_edit_popup_wrap .gs_edit_popup {
    margin: 100px auto 0;
}
.gs_edit_popup_wrap .gs_edit_popup_form {
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 30px;
}
/*=== gym Schedule login css Start=====*/
.gs_login_form {
    display: table;
    margin: 50px auto;
    width: 350px;
    background: #f4f4f4;
    padding: 30px;
}
.gs_login_form p {
    margin-top: 0;
    margin-bottom: 20px;
}
.gs_login_form .login-submit {
    margin-bottom: 0;
}
.gs_login_form label {
    color: #72777c;
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 18px;
}
.gs_login_form input[type="text"], 
.gs_login_form input[type="email"], 
.gs_login_form input[type="url"], 
.gs_login_form input[type="password"], input[type="search"]{
	height:40px;
	width:100%;
	padding:0 10px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	font-size:14px;
}
.gs_login_form [type="checkbox"]:not(:checked), 
.gs_login_form [type="checkbox"]:checked {
    position: relative;
    left: 0;
    margin: 1px 6px 0 0px;
    float: left;
    width: 14px;
    height: 14px;
}
.gs_login_form input[type="submit"] {
       display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    min-width: 130px;
    background-color: #e83f53;
    color: #ffffff;
    font-size:15px;
    text-transform: uppercase;
    border: 1px solid #e83f53;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gs_login_form input[type="submit"]:hover, 
.gs_login_form input[type="submit"]:focus{
	box-shadow: none;
	outline:none;
	-webkit-box-shadow: none;
	background-color:#ffffff;
	color:#e83f53;
	border:1px solid #e83f53;
}
/*=== gym Schedule login css End=====*/

/*====== view popup css =======*/
.gs_view_popup_form .gym_form_group label {
    line-height: 25px;
}
.gym_userporifileview {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
    margin: 50px 0;
}
.gym_userporifileview .gs_view_popup_form {
    width: 100%;
}
/*====== view popup css =======*/
/*====== Edit popup css =======*/
.regationsusscess {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.56);
	display:none;
}
.gys_profile_update {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
    margin: 50px 0;
}
.gs_popup_heading{
	text-align:left;
}
.gys_profile_update .gs_edit_popup_form {
    padding: 10px 10px 30px;
    background-color: transparent;
    float: left;
    width: 100%;
}
.gs_edit_popup_form .gym_form_group {
    width: 33%;
}
.gs_edit_popup_form .gym_form_group > .gym_input_radio {
    padding: 6.5px 15px;
	width:100%;
}
.gym_form_group > label{
    margin-bottom: 7px;
}
/*====== Edit popup css =======*/			
/*====== Gym schedule css start =======*/
.gs_gym_schedule {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
    margin: 50px 0;
    padding: 0;
}
.gs_tab_wrapper {
    padding: 30px 15px;
}
.logoutwrapp {
    text-align: center;
}
.logoutwrapp .gym_logout {
    padding: 13px 30px;
    font-size: 14px;
    border: none;
    background-color: #ab8ce0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    -ms-transition: all ease-in 0.25s;
    -o-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    display: inline-block;
    line-height: 19px;
    margin: 19px 0;
}
.logoutwrapp .gym_logout:hover {
    background-color: #111111;
	color:#ffffff;
}
/*====== Gym schedule css end=======*/		

/*----media css start----*/
@media(max-width:1200px){
	.top_bar_menu > ul {
		float: left;
	}
}
@media(max-width:991px){
	.gs_edit_popup_form .gym_form_group {
		width: 100%;
		margin-bottom: 24px;
	}
}
@media(max-width:767px){
	.gym_fom_btn {
		padding-left: 0;
	}
	.gym_inputs input.gym_field2 {
		margin-top: 20px;
	}
		.gym_inputs input.gym_field2 {
			width: 100%!important;
	}
	span.s {
		font-size: 14px;
		margin: 0px 4px;
	}
	.gym_form .gym_form_group{
		margin-bottom:0px;
	}
	.gym_form .gym_inputs {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	.gym_form .gym_form_group label {
		width: 100% !important;
		margin-right: 0px;
	}
	.gym_inputs textarea {
		width: 100%;
	}
	.gym_form_group label {
		width: 27%;
		line-height: 25px;
	}
	.gym_bottom_form {
		padding: 40px 25px 25px;
	}
	.gym_bottom_form_heading {
		padding-left: 0;
		text-align: center;
	}
	.gym_inputs.gym_s_checkbox {
		width: 100%;
		margin-left: 0;
	}
	.gym_form_wrapper input#submit {
		font-size: 13px;
	}
	.gym_inputs input[type="text"], 
	.gym_inputs input[type="email"], 
	.gym_inputs input[type="password"] {
		width: 100% !important;
	}
	.gym_bottom_form {
		width: 100%;
	}
}
@media(max-width:480px){
	.gym_inputs input.gym_field2 {
		width: 100%!important;
	}
	span.s {
		font-size: 14px;
		margin: 0px 4px;
	}
	.gym_inputs {
		float: left;
		width: 100%;
	}
	.gym_inputs input.gym_field1 {
		width: 100%!important;
		margin-right: 15px;
	}
	span.s {
		display: none;
	}
	.gym_form_wrapper input#submit {
		font-size: 10px;
	}
	.gs_login_form {
		padding: 30px;
		width: 90%;
		padding: 30px 20px;
	}
}
h3#errormessage {
    color: red;
}
/*----media css End----*/