/*========== 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: #000 ;		
	}
.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;

}
a {text-decoration : none!important;}
.form-group {position: relative;}
.middle-part{
	background: #f8f9fa;
	margin-top: 0 !important;
	padding-top:20px;


}

.middle-part h1{
    color: #000;
}
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: 25px;
	font-weight: 700;

}
.small, small {
    font-size: 65%;
}

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

.f-formpage {
 min-height:660px;
background: url(../images/mainbg2.png) 100% 0 no-repeat;
 background-size: contain;
 background-color: #00306c;
	}
.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;
	border-radius: 10px;
	}	
.wizard-header h3 {
text-align:center;
font-weight:400;
color:#333;	
	}	
.nav-pills {
width: auto; 
margin: 0 25px;
	}
.nav-pills li a {
color: #000;
border-radius: 0;
font-size: 18px;
border-radius: 5px !important;
margin: 0 25px;
background: #eee;
padding: 15px;
display: block;
	}	
	
.nav-pills li a.a2 {background: #00a55a;}
.nav-pills li a:hover,.nav-pills li a:focus {
background:#004a9c;	color: #fff;
	}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #a52929;
    color: #fff;
}		
.a1 {background: #a52929; text-align: center;
color: #fff;
border-radius: 5px;
border: none;
width: 100%;
font-size: 20px;
box-shadow: 5px 5px 5px #eee;
display: block;
padding: 15px;}
.a2 {
    background: #0058a5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    width: 100%;
    font-size: 16px;
    /* box-shadow: 5px 5px 5px #9ffbb63d; */
    display: block;
    padding: 15px;
    text-transform: uppercase;
  }
.a1:hover, .a2:hover {  background-color: #004a9c;
    color: #fff;}
.stap1 {
padding:0 0px;	
	}	
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:5px;
border-color:#d7d7d7;
	}	
.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: #9f2929 none repeat scroll 0 0;
    color: #fff;
    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: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 18px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    width: 25px;
}
.top-social li a {color:#fff;}
.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:#fff;
 //   text-shadow: 0 1px #16603a;
 border: 1px solid #fff;
    text-transform: uppercase;
	font-weight:400;
background:none;
border-radius:5px;	
margin:10px 0px 10px 10px;
	}
.m-desk {
background-color:#fff!important;
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: #9f2929;
    }

    .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 #9f2929;
    
}
.wizard li.active span.round-tab i{
    color: #9f2929;
}

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

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

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    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: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #9f2929;
}

.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: #9f2929;
    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:#9f2929;
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:#9f2929;
text-shadow:none;	
	}
.approved {
color:#6C3;	
	}
.pending {
color:#C00;	
	}
.w-bg {
    padding: 10px;
    background: #fff;
    border-bottom: solid 5px #9f2929;
    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:#9f2929;
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 {
    display: block !important;
    font-size: 13px !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: #eee;
border-color: #d7d7d7;
    color: #8a6d3b;
}
.panel-info {
    border-color: #faebcc !important;
}
.d-none{
display:none;	
	}
.reg-tab {padding: 0;}
.reg-tab li {list-style: none;
display: inline-block;
width: 32%;
text-align: center;}
.reg-tab li a {border-bottom: 1px solid #eee; display: block; padding: 5px; color:#848484; background:#eee;}
.reg-tab li.active a {background: #a52929; color:#fff;}

.panel {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
border-radius: 1rem;
background: #fff;
border: none;
overflow: hidden;}


/* .f-formpage{
 background: linear-gradient(131deg, rgba(195,34,34,1) 52%, rgba(255,255,255,1) 52%);  

} */
.f-formpage:before {
    content: ''; 
position: absolute; 
height: 100%;
top:0;
background: linear-gradient(198deg, rgba(85,34,195,1) 51%, rgba(255,255,255,1) 51%);
z-index: 1;   
}
.hero-wrap{


}
/* .hero-wrap:after{
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #0f0f10;
    height: 85%;    
} */
/* .hero-wrap::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: hsl(216, 21%, 16%);
}

.hero-wrap::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #3c31dd;
    transform: translate(-4%, 40%);
    z-index: -1;
} */
footer {

    position: fixed;
  bottom: 0;
  width: 100%;
  }
  .loginbox{
position: relative;
  }
.loginbox:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%);
    border-radius: inherit;
    z-index: -2;
    margin-top: -4.571%;
    width: 84.571%;
    background-color: rgb(245, 186, 186);   
}  
.orline {
    background: #ddd;
    height: 100%;
    width: 1px;
  }