/*========== Powered By Codespur Software PVT.LTD================*/
body {
	background: #efefe9;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 24px;
height:100%;

}
.out-body {
	 background: rgba(0, 0, 0, 0) url("../images/form-bg.jpg") no-repeat scroll 0 0 / cover ;		
	}
.club-body {
	 background: rgba(0, 0, 0, 0) url("../images/club-bg.jpg") no-repeat scroll 0 0 / cover ;	
	}
		
p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 24px;

}
.middle-part{
	background: #efefe9;
	margin-top: 0 !important;
	padding-top:20px;
background:#efefe9 url("../images/form-bg.jpg") no-repeat scroll 0 0 / cover ;
background-attachment:fixed;


}

.middle-part h1{
    color: #fff;
}
a:focus, a:hover {
	color: #22aa9f;
	text-decoration: none;
	 
}
h1 {
	color:#000;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:32px;
	 font-weight: normal;
}
h4 {
	color: #ababab;
	font-size: 18px;


}
.clr {
	clear: both;
}
h2 {
	color: #333;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}


a {
	color: #333;
}
h3 {
	color: #272727;
	font-size: 29px;
	font-weight: 700;

}


ol, ul {
	padding-left:10px;
	}	
/*======================= Header Css =================================*/

.f-formpage {
 min-height:660px;
	}
.logo-container {
  //  left: 50px;
   // position: absolute;
    top: 10px;
    z-index: 3;
}	
.widz-container {
 background-color: #ffffff;
    //border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: 410px;
    padding: 10px 0;
    transition: all 0.2s ease 0s;	
	    margin-top: 10px;
    z-index: 3;
	}	
.wizard-header h3 {
text-align:center;
font-weight:400;
color:#333;	
	}	
.nav-pills {
background:#00a55a;	
	}
.nav-pills li a {
color:#fff;
border-radius:0;
font-size:20px;
	}	
.nav-pills li a:hover,.nav-pills li a:focus {
background:#004a9c;	
	}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #a52929;
    color: #fff;
}		
.stap1 {
padding:0 20px;	
	}	
label {
font-weight:600;
font-size:13px;	
line-height: 24px;
	}	
.form-control {
height:40px;
border-radius:0;
//box-shadow: 0 -3px 0 0 rgba(219, 219, 219, 0.75) inset;
border-radius:0;
border-color:#666;	
	}	
.btn-warning {
background:#f58220;	
	}	
.footer-text {
text-align:center;
color:#fff;
font-weight:400;
font-size:13px;
padding:20px 0;
margin:0;	
	}
.m-coach:hover img {
border-color:#f5f5f5;
border-width:5px;	
	}		

/*===================select button====================*/
.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 3px;
	height:39px;
	box-shadow: 0 -3px 0 0 rgba(219, 219, 219, 0.75) inset;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
	box-shadow: 0 -3px 0 0 rgba(219, 219, 219, 0.75) inset;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 9px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 37px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
	font-size:16px;
	font-weight:14px;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
	  height: 37px;
	   border-radius: 3px 0 0 3px;
}

.input-group-addon {
//box-shadow: 0 -3px 0 0 rgba(219, 219, 219, 0.75) inset;
border-radius: 3px 0 0 3px;	
border-color:666;
	}
	
	
/*===================select button End ====================*/	

.header_top_part {
    background: #f8c300 none repeat scroll 0 0;
    color: #000;
    padding: 6px 0 8px;
}
.header-bottom {
background:#fff;	
	}
.headerpage {
display:block;
background:#000;
box-shadow:0 2px 2px #ddd;
	}
.logoname h1 {
font-weight:700;
color:#f58220;
	}
.logoname h1 span {
color:#00a651;	
	}
.top-social {
display:block;
list-style:none;
margin:0;
padding:0;	
	}			
.top-social li {
display:inline-block;
	}
.top-social li span {
margin-right:20px;	
	}	
.top-social li i {
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    height: 25px;
    line-height: 18px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    width: 25px;
}
.top-right {
display:block;
list-style:none;
margin:0;
padding:0;	
text-align:right;
	}
.top-right li {
display:inline-block;
	
	}
.top-right li a {
font-weight:400;
color:#fff;
padding:0  7px;	
	}
.go-backs {
    box-shadow: 0 -1px 1px #fff inset;
    color: #fff;
    text-shadow: 0 1px #16603a;
    text-transform: uppercase;
	font-weight:600;
	}
.go-back {
   // box-shadow: 0 -1px 1px #fff inset;
    color:orange;
 //   text-shadow: 0 1px #16603a;
    text-transform: uppercase;
	font-weight:400;
background:none;
border-radius:25px;	
margin-top:13px;
	}
.m-desk {
background:url(../images/geometry2.png) 0 0 repeat;	
padding:0;
  border-color: transparent !important;
	}
.m-desk h2 {
font-weight:600;
color:#000;	
	}		
/*================================ wizard Start =======================*/	
.wizard {
display:block;
}

.wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: orange;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 5px;
    background: #eaeaea;
    position: absolute;
 width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
	border:solid 1px #d9d9d9;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 64px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 29px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid orange;
    
}
.wizard li.active span.round-tab i{
    color: orange;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: orange;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
span.round-tab.one {
    border: 2px solid #41b579;
    color: #41b579;
}
span.round-tab.one i {
 color: #41b579;	
	}

span.round-tab.two {
    border: 2px solid #2baa5d ;
    color: #2baa5d;
}
span.round-tab.two i {
    color: #2baa5d;	
	}

span.round-tab.three {
    border: 2px solid #3e5e9a;
    color: #3e5e9a;
}

span.round-tab.three i {
    color: #3e5e9a ;	
	}

span.round-tab.four {
    border: 2px solid #f1685e;
    color: #f1685e;
}

span.round-tab.four i {
    color: #f1685e ;	
	}

.heading-step i {
color:#1db366;	
	}

/*==================================== wizard End ==============================*/

.inner-heading {
    border-bottom: 1px solid #ddd;
    color: orange;
    font-weight: 600;
    margin: 20px 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.btn-file {
        position: relative;
        overflow: hidden;
    }
.btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.input-group .btn {
padding:9px 12px;	
	}


.form-control-static {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.paymentoption {
 border: 1px solid #54951f;
    border-radius: 3px;
    color: #fff;
    font-size: 15px !important;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
	background-size:25px 25px;
		background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
	background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
	background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3));
	background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.3))
	}
.p-opt {
font-size:24px;	
	}		
.control-label {
padding-top:10px;	
	}
.btn-link {
color:orange;
text-decoration:underline;	
	}
.data-container dt {
width: 21%;
display:inline-block	
	}
.data-container dd {
display:inline-block	
	}
.listitem li{
padding: 5px	
	}
.listitem {
list-style:circle;	
	}	
.no-margin {
margin:0;	
	}
.l-menu {
display:block;	
	}	
.l-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	}
.l-menu ul li {
display:block;
margin-bottom:15px;
	}
.l-menu ul li:last-child {
border:none;	
	}	
.l-menu ul li a{
padding:9px 0;
display:block;	
font-size:12px;
text-align:center;
text-shadow:0 1px 0 #fff;
color:#666;
	}
.l-menu ul li a i {
margin-right:5px;	
	}	
.l-menu ul li a:hover,.l-menu ul li.active a {
color:orange;
text-shadow:none;	
	}
.approved {
color:#6C3;	
	}
.pending {
color:#C00;	
	}
.w-bg {
    padding: 10px;
    background: #fff;
    border-bottom: solid 5px orange;
    box-shadow: 0 2px 0px #eee;
	border-radius:0;
	min-height:155px;
}
.m-board {
display:block;	
	}	
.m-board ul {
list-style:none;
padding:0;
margin:0;	
	}
.m-board ul li {
border-bottom:solid 1px #ddd;
padding:10px;
margin-bottom:10px;
background:#fff;	
	}


/*==================== New Dashboard ===============*/

.player-box {
background:#fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
position:relative;	
padding:15px;
	}
.join-date {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #3ACB5D;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding-top: 12px;
    position: relative;
    left: 31%;
    bottom: 20px;
}
.p-img {
position: relative;
margin-top: -50px;
	}
.p-address {
	display:block;
	border-top:solid 1px #ddd;
	}
.p-address p {
line-height:22px;	
	}	
.player-table tr td {
background:#fff;
padding:10px 8px;
	}
.player-table {
background:#fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);	
	}

.player-table > thead > tr > th {
    padding: 12px 8px;
    background: #5cb85c;
    color: #fff;
}
.pan-table > tbody > tr > td {
padding:10px 8px;	
	}
.m-inner {
background:#fff;
border-radius:5px;
border:dashed 1px #aaa;
padding:10px;
position:relative;	
	}
.minter:before {
content:"";
background:orange;
height:50%;
width:100%;
position:absolute;	
top:0;
left:0;
z-index:0;
	}																																		
@media (min-width:200px) and (max-width:767px) {
.go-back {
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
.logoname {
	text-align:center;

	}
.logoname h1 {
	font-size:1em;	
	}
.p-img {
    position: relative;
    margin-top: 0;
	text-align:center;
}
.l-menu ul li {
    display: inline-block;
    margin-bottom: 15px;
}
.l-menu ul li a {
	padding:14px;
	}	
.join-date {
	left:41%;
	}
																	
	}
@media (min-width:768px) and (max-width:991px) {
.logoname h1 {
    font-size: 1.4em;
}		
	}
@media (min-width:992px) and (max-width:1199px) {
}
	}	
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
@media (min-width:768px) {
.mlogo {
position:absolute;	
	}	
	}
.error {
    bottom: -11px !important;
    display: block !important;
    font-size: 13px !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 0 !important;
}
.errormobile{
	bottom: -24px !important;
    display: block !important;
    font-size: 13px !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 99999 !important;
    left:1px;
}
.errormobileno{
	bottom: -24px !important;
    display: block !important;
    font-size: 13px !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 99999 !important;
    left:16px;
}
.errorotp{
	bottom: -24px !important;
    display: block !important;
    font-size: 13px !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 99999 !important;
    
}
.msgsuccess-error{
	font-size: 13px!important;
    font-weight: 600!important;
    margin: 1px 1px -17px!important;
    display: none !important;
}
.loading-div {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #f8c300; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    left: 47%;
    position: fixed;
    top: 50%;
    z-index: 999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.panel-info > .panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.panel-info {
    border-color: #faebcc !important;
}
.d-none{
display:none;	
	}