@charset "utf-8";
/* Custom CSS Document */

#parent-container {
    max-width: 1170px;
    margin: 0px auto !important;
}

.r5-border-blue {
    border: 1px solid #5283c8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.r10-border-blue {
    border: 1px solid #5283c8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.r15-border-blue {
    border: 1px solid #5283c8;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.r20-border-blue {
    border: 1px solid #5283c8;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.r5-corn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.r10-corn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.r5-border-green {
    border: 1px solid #4d962b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.r10-border-green {
    border: 1px solid #4d962b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.r15-border-green {
    border: 1px solid #4d962b;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.r20-border-green {
    border: 1px solid #4d962b;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.a-height {
    height: auto;
}

.pos_p {
    position: relative;
}

.pos_ch {
    position: absolute;
}

.pos_fx {
    position: fixed;
}

.indx-10p {
    z-index: 10;
}

.indx-50p {
    z-index: 50;
}

.indx-100p {
    z-index: 100;
}

.indx-200p {
    z-index: 200;
}

.indx-500p {
    z-index: 500;
}

.indx-1000p {
    z-index: 1000;
}

.t_right {
    text-align: right;
}

.t_left {
    text-align: left;
}

.t_center {
    text-align: center;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.f_none {
    float: none;
}

.w-100p {
    width: 100%;
}

/* Margin things*/
.clr_margin {
    margin: 0px;
}

.t_margin_five {
    margin-top: 5px;
}

.t_margin_ten {
    margin-top: 10px;
}

.t_margin_fifteen {
    margin-top: 15px;
}

.t_margin_twenty {
    margin-top: 20px;
}

.t_margin_tw-five {
    margin-top: 25px;
}

.t_margin_thiry {
    margin-top: 30px;
}

.t_margin_forty {
    margin-top: 40px;
}

.t_margin_fifty {
    margin-top: 50px;
}

.l_margin_five {
    margin-left: 5px;
}

.l_margin_ten {
    margin-left: 10px;
}

.l_margin_fifteen {
    margin-left: 15px;
}

.l_margin_twenty {
    margin-left: 20px;
}

.l_margin_tw-five {
    margin-left: 25px;
}

.l_padding_fifteen {
    margin-left: 15px;
}

.l_padding_twenty {
    margin-left: 20px;
}

.l_padding_tw-five {
    margin-left: 25px;
}

.r_margin_five {
    margin-right: 5px;
}

.r_margin_ten {
    margin-right: 10px;
}

.r_margin_fifteen {
    margin-right: 15px;
}

.r_margin_twenty {
    margin-right: 20px;
}

.r_margin_tw-five {
    margin-right: 25px;
}

.r_margin_thiry {
    margin-right: 30px;
}

.r_margin_forty {
    margin-right: 40px;
}

.r_margin_fifty {
    margin-right: 50px;
}

.b_margin_five {
    margin-bottom: 5px;
}

.b_margin_ten {
    margin-bottom: 10px;
}

.b_margin_fifteen {
    margin-bottom: 15px;
}

.b_margin_twenty {
    margin-bottom: 20px;
}

.b_margin_tw-five {
    margin-bottom: 25px;
}

.p_pos {
    position: relative;
}

.ch_pos {
    position: absolute;
}

/* PADDINGS */
.clr_padding {
    padding: 0px;
}

.t_padding_five {
    padding-top: 5px;
}

.t_padding_ten {
    padding-top: 10px;
}

.t_padding_fifteen {
    padding-top: 15px;
}

.t_padding_twenty {
    padding-top: 20px;
}

.t_padding_tw-five {
    padding-top: 25px;
}

.l_padding_five {
    padding-left: 5px;
}

.l_padding_ten {
    padding-left: 10px;
}

.l_padding_fifteen {
    padding-left: 15px;
}

.l_padding_twenty {
    padding-left: 20px;
}

.l_padding_tw-five {
    padding-left: 25px;
}

.r_padding_five {
    padding-right: 5px;
}

.r_padding_ten {
    padding-right: 10px;
}

.r_padding_fifteen {
    padding-right: 15px;
}

.r_padding_twenty {
    padding-right: 20px;
}

.r_padding_tw-five {
    padding-right: 25px;
}

.b_padding_five {
    padding-bottom: 5px;
}

.b_padding_ten {
    padding-bottom: 10px;
}

.b_padding_fifteen {
    padding-bottom: 15px;
}

.b_padding_twenty {
    padding-bottom: 20px;
}

.b_padding_tw-five {
    padding-bottom: 25px;
}

.b_padding_clr {
    padding-bottom: 0px;
}

.r_padding_clr {
    padding-right: 0px;
}

.l_padding_clr {
    padding-left: 0px;
}

.t_padding_clr {
    padding-top: 0px;
}

.gry_back {
    background-color: #5c5b59;
}

.white_back {
    background-color: #ffffff;
}

.blu_back {
    background-color: #1a74bb;
}

.clr_lit_b {
    color: #24aae7;
}

.grn_back {
    background-color: #83b740;
}

.red_back {
    background-color: #e42f36;
}

.font-s10 {
    font-size: 10px;
}

.font-s11 {
    font-size: 11px;
}

.font-s12 {
    font-size: 12px;
}

.font-s14 {
    font-size: 14px;
}

.font-s15 {
    font-size: 15px;
}

.font-s16 {
    font-size: 16px;
}

.font-s18 {
    font-size: 18px;
}

.font-s20 {
    font-size: 20px;
}

.font-s22 {
    font-size: 22px;
}

.font-s24 {
    font-size: 24px;
}

.font-s26 {
    font-size: 26px;
}

.font-s28 {
    font-size: 28px;
}

.font-s30 {
    font-size: 30px;
}

.font-s34 {
    font-size: 34px;
}

.font-s36 {
    font-size: 36px;
}

.font-s38 {
    font-size: 38px;
}

.font-s40 {
    font-size: 40px;
}

.font-s60 {
    font-size: 60px;
}

.font-s54 {
    font-size: 54px;
}

.font-s72 {
    font-size: 72px;
}

.color-blk {
    color: #000;
}

.color-blue {
    color: #004990;
}

.color-darkGray {
    color: #636767;
}

.color-gry {
    color: #999999;
}

.color-gray {
    color: #929497;
}

.color-wt {
    color: #fff;
}

.color-rd {
    color: #801215;
}

.padding-a5 {
    padding: 5px;
}

.padding-a10 {
    padding: 10px;
}

.padding-a15 {
    padding: 15px;
}

.padding-a20 {
    padding: 20px;
}

.padding-a25 {
    padding: 25px;
}

.margin-a5 {
    margin: 5px;
}

.margin-a10 {
    margin: 10px;
}

.margin-a15 {
    margin: 15px;
}

.margin-a20 {
    margin: 20px;
}

.margin-a25 {
    margin: 25px;
}

.margin-a5-5 {
    margin: 5px 5px;
}

.margin-a10-10 {
    margin: 10px 10px;
}

.margin-a15-15 {
    margin: 15px 15px;
}

.margin-a20-20 {
    margin: 20px 20px;
}

.margin-a25-25 {
    margin: 25px 25px;
}

.padding-a5-5 {
    padding: 5px 5px;
}

.padding-a10-10 {
    padding: 10px 10px;
}

.padding-a15-15 {
    padding: 15px 15px;
}

.padding-a20-20 {
    padding: 20px 20px;
}

.padding-a25-25 {
    padding: 25px 25px;
}

/*nagative*/

.l_n_margin_five {
    margin-left: -5px;
}

.l_n_margin_ten {
    margin-left: -10px;
}

.l_n_margin_fifteen {
    margin-left: -15px;
}

.l_n_margin_twenty {
    margin-left: -20px;
}

.l_n_margin_tw-five {
    margin-left: -25px;
}

.l_n_padding_fifteen {
    margin-left: -15px;
}

.l_n_padding_twenty {
    margin-left: -20px;
}

.l_n_padding_tw-five {
    margin-left: -25px;
}

.r_n_margin_five {
    margin-right: -5px;
}

.r_n_margin_ten {
    margin-right: -10px;
}

.r_n_margin_fifteen {
    margin-right: -15px;
}

.r_n_margin_twenty {
    margin-right: -20px;
}

.r_n_margin_tw-five {
    margin-right: -25px;
}

.r_n_margin_thiry {
    margin-right: -30px;
}

.r_n_margin_forty {
    margin-right: -40px;
}

.r_n_margin_fifty {
    margin-right: -50px;
}

/*nagative*/

.wid-85p {
    width: 85%;
}

.wd100px {
    width: 100px;
}

.wd200px {
    width: 200px;
}

.wd300px {
    width: 300px;
}

.wd400px {
    width: 400px;
}

.wd500px {
    width: 500px;
}

.round_corner_5px {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.round_corner_10px {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.round_corner_15px {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.round_corner_20px {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.round_corner_25px {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.bdr-5p {
    border: 5px;
}

.bdr-10p {
    border: 10px;
}

.bdr-15p {
    border: 15px;
}

.bdr-20p {
    border: 20px;
}

.bdr-5p-gray {
    border: 5px solid;
    border-color: #999999;
}

.bdr-10p-gray {
    border: 10px solid;
    border-color: #999999;
}

.bdr-15p-gray {
    border: 15px solid;
    cborder-color: #999999;
}

.bdr-20p-gray {
    border: 20px solid;
    border-color: #999999;
}

.wrd_spc1px {
    word-spacing: 1px;
}

.wrd_spc2px {
    word-spacing: 2px;
}

.wrd_spc3px {
    word-spacing: 3px;
}

.wrd_spc4px {
    word-spacing: 4px;
}

.wrd_spc6px {
    word-spacing: 6px;
}

.wrd_spc8px {
    word-spacing: 8px;
}

.z100index {
    z-index: 100;
}

.z200index {
    z-index: 200;
}

.z300index {
    z-index: 300;
}

.z400index {
    z-index: 400;
}

.z500index {
    z-index: 500;
}

.z1000index {
    z-index: 1000;
}

.z1000index {
    z-index: 2000;
}

.z1000index {
    z-index: 3000;
}

.ltr_spc1px {
    letter-spacing: 1px;
}

.ltr_spc2px {
    letter-spacing: 2px;
}

.ltr_spc3px {
    letter-spacing: 3px;
}

.ltr_spc4px {
    letter-spacing: 4px;
}

.ltr_spc6px {
    letter-spacing: 6px;
}

.ltr_spc7px {
    letter-spacing: 7px;
}

.ltr_spcN1px {
    letter-spacing: -1px;
}

.ltr_spcN2px {
    letter-spacing: -2px;
}

.ltr_spcN3px {
    letter-spacing: -3px;
}

.t_btm {
    text-align: end;
}

.t_jst {
    text-align: justify;
}

.row-pd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.in_block {
    display: inline-block;
}

.on_block {
    display: block;
}

/* Additional css  end*/

.sans_text {
    font-family: 'open sans';
}

.sans_text_bold {
    font-family: 'open_sansbold';
}

.sans_text_xtra_bold {
    font-family: 'open_sansextrabold';
}

/*** header  ***/
.row-pd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 32px;
}

.size13 {
    font-size: 13px;
}

.size15 {
    font-size: 15px;
}

.size17 {
    font-size: 17px;
}

.size19 {
    font-size: 19px;
}

.size21 {
    font-size: 21px;
}

.size23 {
    font-size: 23px;
}

.size25 {
    font-size: 25px;
}

.size27 {
    font-size: 27px;
}

.size29 {
    font-size: 29px;
}

.center_blocker {
    display: inline-block;
    text-align: center;
}

/*** language selection page ***/
.langbody {
background-color: #000000;
    color: #ffffff;
}

.logoArea {
    margin-top: 150px;
    color: #ffffff;
    font-size: 34px;
}

.lang_links {
    margin-top: 160px;
    color: #ffffff;
    font-size: 20px;
}

.lang_links ul li:first-child {
    text-align: left;
    margin-right: 100px;
}

.lang_links ul li {
    text-align: right !important;
}



/* language selection page end */

/*** enterence  page ***/
.launcher-custom-lang-button {
    border: 1px #fff solid;
    border-radius: 5px;
    width: 90% !important;
    margin: 0 5%;
    line-height: 40px;
}

.lang_link {
    font-weight: bold;
    color: #006C35;
}
.lang_link_white {
    font-weight: bold;
    color: #ffffff;
}



.ent_header {
    margin-top: 43px;
}

.ent_logo {
    margin-top: 58px;
}

.ent_head {
    margin-top: 130px;
    color: #ffffff;
}

.ent_contents {
    margin-top: 27px;
}

.ent_button {
    margin-top: 70px;
}

.ent_footer_up {
    margin-top: 155px;
    font-size: 22px;
}

.ent_footer_down {
    margin-top: 48px;
    font-size: 22px;
}

.ent_go_button {
    background: -webkit-linear-gradient(#37B34A, #009345);
    background: -o-linear-gradient(#37B34A, #009345);
    background: -moz-linear-gradient(#37B34A, #009345);
    background: linear-gradient(#37B34A, #009345);;
    border: 0px;
    padding: 10px;
    width: 30%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 28px;
}



/* enterence page end*/

.col-xs-12.row-pd.images_part img {
    width: auto;
    margin-top: 20%;
    margin-left: 33%;
}

/* footer links  end */

/*** LOGIN  page ***/
.social-media-login-small-btn {
    padding: 0px 5px;
}

.login-register-now {
    color: #337ab7;
    /*text-decoration: underline;*/
}

.log_header {
    color: #000000;
}

.log_logo {
    margin-top: 78px;
}

.log_head {
    margin-top: 20px;
}

.log_contents {
    margin-top: 15px;
    margin-bottom: 10px;
}

.log_border {
    border-top: 1px solid #EAEAEA;
}

.log_hint {
    margin-top: 5px;
    font-size: 24px;
}

.log_user {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.log_user .input-group {
    margin-top: 10px;

}

.log_user .input-group .input-group-addon {
    color: #999;
    text-align: center;
    background-color: transparent;
    border-right: 0px none !important;
    margin-top: 10px;
}

.log_user .input-group input {
    border-left-color: transparent !important;
    box-shadow: none !important;
    box-sizing: inherit;
    height: 70px;
}

.form-control {

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: no !important;
    -o-transition: no !important;
    transition: no !important;

}

.log_user .input-group .form-control {
    border-left: 0px none !important;
}

.input-group-addon i {
    font-size: 22px;
}


.log_forget {
    margin-top: 10px;
    /*font-size: 12px;*/
}

.log_text_list li {
    margin-top: 19px;
    text-align: left;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 19px;
}

.log_simple_sign_text {
    margin-top: 20px;
    padding-left: 16px;
    text-align: left;
}

.log_simple_sign_buttons {
    margin-top: 20px;
}

.log_footer_buttons {
    font-size: 10px;
    color: #ffffff;
    text-align: left;
    border: 0px;
    padding: 18px 25px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.logtwitter {
    background-image: url("../imgs/twitter_login_ico_mini_white.png");
    background-color: #55acee;
}

.logFacebook {
    background-image: url("../imgs/facebook_login_ico_mini_white.png");
    background-color: #3b5998;
}

.loggoogle {
    background-image: url("../imgs/google_login_ico_mini_white.png");
    background-color: #DD4b39;
}

.loglinkedin {
    background-image: url("../imgs/linkedin_login_ico_mini_white.png");
    background-color: #2876B4;
}

.log_footer_buttons:active {
    background-color: #9b9b9b;
}



/* LOGIN  page end */

/* REGISTER  page 1 */

.bg-graydark {
    background-color: #404041;
}

.reg_hint {
    margin-top: 45px;
    font-size: 24px;
}

.reg_join_text {
    color: #9b9b9b;
    margin: 20px 0px;
    text-align: left;
}

.reg_user {
    margin-top: 0px;
    margin-bottom: 0px;
}

.reg_user .input-group {
    margin-top: 10px;
}
.list_search .input-group {
    margin-top: 0px;
}

.reg_user .input-group .input-group-addon {
    color: #000;
    text-align: center;
    background-color: transparent;
    border-right: 0px none !important;
    margin-top: 10px;

}

.reg_user .input-group input, .reg_user .input-group select {
    border-left-color: transparent !important;
    box-shadow: none !important;
    box-sizing: inherit;
    height: 70px;
}

.reg_user .input-group .form-control {
    border-left: 0px none !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.reg_top_fields {
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px;
    height: 70px;
}

.reg_top_fields.end {
    border-left: 0px none;
    border-radius: 0px !important;
}

.reg_top_fields.start {
    background-image: url("../imgs/user_name_icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 73px;
}

.reg_user .input-group-addon i {
    font-size: 34px;
    color: #6c6d6f;
}

.reg_gender {
    margin-top: 10px;
}

.reg_gender .male {
    height: 70px;
    background-color: #ffffff;
    background-image: url("../imgs/male_icon.png");
    background-repeat: no-repeat;
    background-position: 32% center;
    text-align: center;
    padding: 10px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 24px;
    padding-top: 18px;
}



.reg_gender .male-active {
    background-color: #4bac45;
    background-image: url("../imgs/male_icon_hover.png");
    color: #ffffff;
}

.reg_gender .female {
    height: 70px;
    background-color: #ffffff;
    background-image: url("../imgs/female_icon.png");
    background-repeat: no-repeat;
    background-position: 28% center;
    text-align: center;
    padding-left: 20px;
    cursor: pointer;
    font-size: 24px;
    padding-top: 18px;
}



.reg_gender .female-active {
    height: 70px;
    background-repeat: no-repeat;
    background-position: 28% center;
    text-align: center;
    padding-left: 20px;
    background-color: #4bac45;
    background-image: url("../imgs/female_icon_hover.png");
    color: #ffffff;
}

.reg_gender .btn-default.active, .reg_gender .btn-default.focus, .reg_gender .btn-default:active, .reg_gender .btn-default:focus, .reg_gender .open > .reg_gender .dropdown-toggle.btn-default {
    background-color: #ffffff;
    border: 0px none;
    color: #000000;
}

#gen_male input {
    width: 1px;
    left: 200%;
    position: relative;
    z-index: 9;
}

#gen_female input {
    width: 1px;
    right: 200%;
    position: relative;
    z-index: 10;
}

.reg_gender .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.reg_gender .btn-default {
    background-color: #ffffff;
}

.calander_btn {
    background-color: #4bac45;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

#cal_btn {
    border-right: 1px solid #cccccc !important;
}

#int_list_btn {
    border-right: 1px solid #cccccc !important;
}

.select_control_profile_icon {
    vertical-align: top !important;
    padding-top: 10px !important;
}

.cyan_font_color {
    color: #4bac45 !important;
}

.no-right-border {
    border-right: 0px !important;
}

/* REGISTER  page 1 end */

/* REGISTER  page 2*/

/* Added by Noman */
.upload-picture-div {
    padding: 0px !important;
    margin-top: 20px;
}

.reg2_dark_round_bg {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: #404041;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
}

.id_list li {

    padding-top: 18px;

}

.yellow_logo_bar {
    padding: 20px inherit;
}

.id_text {
    margin-top: 70px;
    margin-bottom: 20px;
}

.id_text p {
    font-size: 26px;
}

.id_text span {
    font-size: 16px;
}

.up_arrow {
    left: 15.5%;
    top: -175%;
}

.reg2_last_item {
    margin-bottom: 95px;
}

.reg2_footer_bar {
    position: fixed;
    bottom: 0px;
    background-color: #FF7C7C;
    height: 85px;
    clear: both;
    width: 100%;
    max-width: 1170px;
    min-width: 320px;
    z-index: 120;
    font-size: 28px;
    color: #ffffff;
}

.reg2_footer_bar i img {
    margin-top: -7px;
}

.reg2_continue_button {
    background-color: #404041;
    color: #ffffff;
}



/* REGISTER  page 2 end */

/* REGISTER  page 3 interest */

.intres-text {
    margin-top: 5px;
}

.reg3-item {
    margin-top: 35px;
}

.intres-img {
    background-color: #000000;
}

.reg3_hint {
    margin-top: 45px;
    font-size: 24px;
    margin-bottom: 25px;
}

.reg3_list li {
    cursor: pointer;
}

.reg3_option_list li {
    border: 1px solid #999 !important;
    margin-right: -1px !important;
    margin-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border: 0px none !important;
    color: #fff;
    font-size: 21px;
}





.ui-tabs .ui-tabs-nav li {
    margin-bottom: 0px !important;
}



.ui-tabs-active.ui-state-active {
    background-color: #4bac45 !important;
}

.ui-tabs-active.ui-state-active a {
    background-color: transparent !important;
    font-size: 21px;
}

.ui-tabs .ui-tabs-nav li a {

    border: 0px none !important;
}

ul.reg3_option_list .leisure {
    /*border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;

    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    border-top-right-radius: 4px !important;

    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-bottom-right-radius: 4px !important;*/

}

ul.reg3_option_list .sports {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;

}

ul.reg3_option_list .all, ul.reg3_option_list .all a {
    /*border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;

    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;

    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;*/

}

/* REGISTER  page 3 interest END*/

/* REGISTER  page 4 final */
.reg4-group {
    background-image: url("../imgs/reg_final_page_img.png");
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}

.reg4_button {
    background-color: #163D47;
    padding: 2% inherit;
    font-size: 18px;
    margin-top: 30px;
}



.reg4-head {
    font-size: 38px;
}

.reg4-gray {
    color: #9b9b9b;
}

.reg4-black {
    color: #000000;
}

.reg4-button-group-first {
    margin-top: 100px;
}



.reg4-button-group-last {
    margin-bottom: 110px;
}

.reg4-refresh-ico {
    background-image: url("../imgs/reg4-refresh-ico.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.reg4-ok-sign-ico {
    background-image: url("../imgs/reg4-good-sign-ico.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

/* REGISTER  page 4 final END*/

/* event REGISTER  page */

.border_yellow {

}

/* event REGISTER  page END*/

/* event LIST  page */

.gray_bg {
    background-color: #f1f1f2;
}

.list_search .input-group .input-group-addon {

    background-color: #FFFFFF;
}

.venu_sub_list li {
    font-size: 24px;
    margin-top: 5px;
}

.venu_list {
    font-size: 25px;
    margin-top: 20px;
    padding-left: 2px;
}

.venu_list li {
    margin-top: 20px;
    list-style: none;
    font-size: 25px;
}

.venu_sub_list li .small_location {
    font-size: 16px;
    color: #9b9b9b;
}

.small-venue-location {
    font-size: 10px;
    color: #9b9b9b;
}
.venue-list-link {
    color: inherit;
    text-decoration: none;
}

.venue-border-bottom {
    border-bottom: 1px solid #efefef;
}

.venu_sub_list li div {
    float: left;
}

.border-none {
    border: 0px none;
}

.venu_sub_list .table > tbody > tr > td, .venu_sub_list .table > tbody > tr > th, .venu_sub_list .table > tfoot > tr > td, .venu_sub_list .table > tfoot > tr > th, .venu_sub_list .table > thead > tr > td, .venu_sub_list .table > thead > tr > th {
    border: 0px none;
    padding: 0px;

    padding-left: 4px;
}

.map_ico {
    margin-top: 6px;
    font-size: 48px;
}

.map {
    width: 30px;
}



.venu_list_button_sign {
  color: #fff;border:none!important
}

.venu_list_button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 38px;
}

.input-group-addon.venu_list_button_sign {
    cursor: pointer;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}



/* event venu LIST  page END*/
/* event popup page */
.popup_header {
    height: 90px;
    padding-top: 20px;
    color: #ffffff;
}

.verified-venue-detail-window {
    font-size: 12px;
    color: #efc637;
}

.verify_list {
    margin: 0px;
    float: right;
    padding: 0px;
}

.verify_list li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
    margin-right: 10px;
}

li.veryfiy_icon {
}

.popup_content {
    border: 0px none;
}

.list_popup_left li {
    margin: 10px 5px;
}

.list_popup_right li {
    margin: 10px 5px;
}

.popup_container {
    font-size: 20px;
    background-color: #FFFFFF;
    display: block;
    padding: 0px;
    width: 95% !important;
}

.popup_clock {
    margin: 0px;
}

.popup_clock_list {
    margin: 0px;
    padding: 0px;
}

.popup_clock_list li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

.popup_clock_list li.clock {
    margin-right: 10px;
    margin-top: 5px;
}

.clear {
    clear: both;
}

/*.pop-head-gray{ color:#929497; margin-top: 25px !important;}*/
.pop-head-gray {
    color: #929497;
}

.popup_records .table {
    font-size: 20px;
}

.popup_records .table > tbody > tr > th {
    color: #929497;
    font-weight: normal;
}

.pop_save_btn {
    width: 100%;
}

.pop_clr_btn {
    width: 100%;
    /*background-color: #000000;*/
    padding: 16px;
    color: #999;
     border: 0px none;
}


.hider {
    background-color: #000000;
    opacity: 0.70;
    height: 200%;
    width: 100%;
    position: absolute;
    z-index: 1001;
    left: 0px;
    top: 0px;
    vertical-align: top;
    display: inline-block;
}

#hider-content {
    position: absolute;
    /*left:5%;   */
    top: 5%;
    z-index: 1005;
    vertical-align: top;
    display: inline-block;
}

.pop-yellow-title {
    padding-top: 10px;
}

.pop-yellow-title {
    padding-top: 10px;
}

/* event popup page END*/

/* friend send message */
#friend_message_box {
    z-index: 1004;
    position: absolute;
    top: 25%;
}

.padding-left-right-fifteen {
    padding: 0px 15px !important;
}

.popup_container_heading {
    font-size: 18px;
    padding: 10px 15px;
    color: #ffffff;
}

/* friend send message END */

/* event schedule page start*/
.schedule_title {
    padding: 20px inherit;
    font-size: 28px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #4bac45;
}

.xdsoft_datetimepicker.xdsoft_inline {
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    clear: both;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #404041;
    color: #FFFFFF;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev {
    background: -webkit-linear-gradient(#37B34A, #009345);
    background: -o-linear-gradient(#37B34A, #009345);
    background: -moz-linear-gradient(#37B34A, #009345);
    background: linear-gradient(#37B34A, #009345);;
    color: #ffffff !important;
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 2px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: none;
    top: 12px;
}

.col-xs-12.setime.active {
    margin: 45px auto -6px auto;
    text-align: center;
    font-size: 26px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #58595B;
    border: 1px solid #929497;
    color: #FFF;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #404041;
    color: #FFFFFF;
    padding: 10px;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
    padding: 10px;
    text-align: center;
}



.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {

    height: 43px;
    line-height: 12px;
    padding: 18px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 250px;
}

.xdsoft_datetimepicker {

    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}

.icheckbox_flat-red, .iradio_flat-red {

    width: 22px;
    height: 24px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {

    margin-left: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    margin-bottom: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    height: 50px;
    width: 40px;
    margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active {

    border: 1px solid #ccc;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {

    padding: 14px;
}

.schedule_button input {
    width: 100%;
}

.schedule_button {
    padding-left: 23px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    width: 40px;
    height: 57px;

}

.xdsoft_datetimepicker .xdsoft_prev {

    background-position: -40px -80px;
    text-indent: inherit;
    font-size: 24px;
    top: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {

    background-position: -140px 0;

}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -91px 12px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {

    background-position: -90px -24px;
}

.xdsoft_datetimepicker .xdsoft_label i {
    background-position: -92px -59px;
    margin-top: 12px;
    margin-right: 10px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    text-indent: inherit;
    font-size: 24px;
}

/* Make font awesome icons fixed width */
li [class^="fa-"],
li [class^="glyphicon-"],
li [class^="icon-"],
li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

#selected-venue-edit {
    color: #4bac45;
}

#selected-venue-edit-cont-ul {
    margin-top: 10px;
    margin-bottom: 0px;
}

#venue-edit-search-div {
    margin-top: 0px;
}

#edit-venue-searchbar {
    padding-top: 0px;
}

.venue-list-margin-bottom {
    margin-bottom: 66px;
}

/* New venue page end*/



/* group edit page start */
.group-edit-btn {
    margin-top: 15px;

}
.grp_info,.grp_info_tournament{background-color: #4bac45;color:#fff;padding: 0 15px 15px 15px }
.grp_info_tournament{background-color: #9b9b9b}
.tournament_btn{border:none;width:100%;border-radius:0;}
.notopmargin{margin-top: 0}
.content-text {
    font-size: 10px;
    color: #929497;
}

#g_req_list hr {
    margin-bottom: 0px;
    margin-top: 10px;
}

#g_req_list label {
    font-weight: normal;
}

/* group edit page end */

.profile_options_toggle {
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #4bac45;
}

.slide-animation-fix {
    border: 1px solid transparent;
}

.drop_pin {
    text-align: center !important;
}

#advanced_options_toggle {
    text-align: left;
    cursor: pointer;
    margin: 15px 0;
    color: #4bac45;
    line-height: 35px;
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 5px 13px !important;
}

.userid img {
    max-height: 188px;
    max-width: 188px;
}

.reg3_button {
    color: #ffffff;
    background-color: #9b9b9b;
    padding: 8px 7px;
    font-size: 14px;

}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: none !important;
}

.heading_16 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px;
    color: #9b9b9b;
}

.schedule-heading {
    font-size: 16px;
    font-weight: regular;
    margin: 20px 0px 10px;
    color: #9b9b9b;
}

#selected_date_display {
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.email_settings_heading {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.email_settings_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* User  profile page */

.profile-vip-display {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #efc637;
    font-weight: bold;
}

.profile-lang-container {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
}
.profile-lang-container > a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 10px;
    display: inline-block;
}

.user-profile-div {
    width: 100%;
    height: auto;
    display: table;
    padding: 2em 0;
    margin: 0 auto;
    vertical-align: middle;
    background: url('../imgs/sports-ptrn.png') #404041 center no-repeat;
    text-align: center;
    position: relative;
}

.profile-image-div {
    display: table-cell;
    margin-bottom: 15px;
}

.profile-image-div img {
    width: 100px;
    /*height: auto;*/
    height:100px;
    border-radius: 50%;
    background:#efc637;
}

#show-picture-div {
    width: 100%;
    height: auto;
    display: table;
    vertical-align: middle;
    text-align: center;
}

#show-picture-div img {
    width: 100px;
    height: auto;
    border-radius: 6px;
}
.user-profile-name,.user-profile-location,.user-profile-interests{display: table-cell;
margin: 2px auto;color: #ffffff;}
.user-profile-name {

    font-size: 22px;

}

.user-profile-location {

    font-size: 14px;

}

.user-profile-interests {

    font-size: 14px;

}

.user-profile-info-row {

    color: #ffffff;
    padding: 0;
}
.user-act-list,.user-grp-list{padding:8px 0;border-bottom:4px solid #404041;background: #282829}
.user-highlight{border-bottom:4px solid #efc637;}
.user-profile-info-number {
    font-size: 22px;
}

.user-profile-info-text {
    font-size: 14px;
}
.event-info-row-inside-div .user-profile-info-text {border-right: 1px solid #CACACA;
    padding: 10px 0;}
    .event-info-row-inside-div .user-profile-info-text:last-child{border-right: none}
    .profile-padding{}
.event-info-row {
    /*background-color: #404041;
    color: #ffffff;*/
    padding: 0;
    border-bottom: 1px solid #CACACA;
}

.event-info-row::after {
    /*position: absolute;
    top: -6px;
    right: 24%;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #404041;
    border-left: 6px solid transparent;
    content: '';*/
}

.event-info-row-inside-div {
    line-height: 20px;
    /*margin: 8px 0;*/
}

.padding-right-ten {
    padding-right: 10px !important;
}

.padding-left-ten {
    padding-left: 10px !important;
}

/* Chat classes start */

.searchfield {
    height: 35px;
}

#messages_div {
    /* Firefox */
    height: -moz-calc(100% - 210px);
    /* WebKit */
    height: -webkit-calc(100% - 210px);
    /* Opera */
    height: -o-calc(100% - 210px);
    /* Standard */
    height: calc(100% - 210px);
    max-width: 1167px;
    min-width: 320px;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    padding-top: 10px;

}
.chat-panel{background: url("../imgs/svg_icons/chat-pattern.jpg");
background-size-size:cover;
}
#chat_title_div {
    min-height: 50px;
    border: 1px solid #efefef;
}

#send_box {
}

.chat_title_heading {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 !important;
}

.last_msg_date_cell {
    text-align: right !important;
}

.channel_row {

    border-top: 1px solid #efefef;
    cursor: pointer;

}

.channel_details {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    display: table;
    height: 50px;
    margin: 2% 0;
}

.channel_details li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.channel_details li > img {
    width: auto !important;
    max-width: 34px;
}

.channel_details .icon {
    width: 55px;
}

.channel_details .message_text {
    font-size: 10px;
    color: #999;
}

#msg_btn {
    background-color: #4bac45;
    color: #ffffff;
}

.msg-btn-container {
    vertical-align: top;
}

#msg_list {
    list-style: none;
    padding: 0px;
}

.chat_message {
    /*border: 1px solid #efefef;*/
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

.info_message {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #4bac45;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.system_message {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #929497;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.sender_name {
    color: #4bac45;
}

.msg_time {
    color: #929497;
    font-size: 10px;
}

.light_gray_bg {
    background-color: #f1f1f2;
}

#users_list {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.attach_btn {
    background: url('../imgs/attach_ico_35x35.png') #4bac45 center no-repeat;
    background-size: 85%;
    width: 35px;
    height: 35px;
    display: table-cell;
    margin-right: 5px;
    float: left;
}

.attach_btn {
    background: url('../imgs/svg_icons/camera.svg') #4bac45 center no-repeat;
}

.chat_form_container {
    background-color: transparent !important;
    border: none !important;
}

#upload_image {
    height: 0px;
    width: 0px;
}

/* image rotation for send image in chat */
.rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-and-rotate-90 {
    -moz-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
    -moz-transform: rotate(270deg) scaleX(-1);
    -webkit-transform: rotate(270deg) scaleX(-1);
    -o-transform: rotate(270deg) scaleX(-1);
    transform: rotate(270deg) scaleX(-1);
}

/* image rotation classes end */

.new-user-profile-menu .media,.new-user-profile-menu .media-body{overflow:visible}
.new-user-profile-menu .header-filter-ul{position:absolute}

.chat_image {
    max-width: 70%;
    margin:5px 0;
}

.chat-user-connect-container {
    display: none;
    position: absolute;
    right: 0px;
    top: 55px;
    background-color: #EFE278;
    color: #000000;
    z-index: 2002;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

/* Chat classes end */

/* venue details dialog classes */
.venue-detail-phone-container { position: relative; }
.venue-detail-phone-hide-button {
    position: absolute;
    left: 15px;
    top: -3px;
    width: 110px;
}


.players-sel-box-section label {
    font-weight: normal !important;
}

.players-sel-box-section .members-control {
    margin-left: 20px;
    display: none;
    margin-right: 0;
    width: 95%;
}

.bootstrap-timepicker-hour, .bootstrap-timepicker-minute, .bootstrap-timepicker-meridian {
    border: 1px solid #cccccc !important;
}

#user_profile_picture {
    cursor: pointer;
}

.profile-image-container {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.profile-image-overlay-div {
    z-index: 3;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*border: 1px solid #fff;*/
    border-left: 0;
    border-color: #fff;
    border-top: 0;

}

.profile-image-edit-icon-div {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #4bac45;
    /*color: #000000;*/
    height: 30px;
    width: 30px;
    z-index: 5;
    border-radius: 50%;
}
.profile-image-edit-icon-div img{background: none;fill:#fff;width:15px;border-radius:0!important;position: relative;top:4px;height: auto;}

/* settings page */
.notification-options {
    text-align: center;
    font-weight: bold;
}

#notification_options_div {
    font-size: 12px;
}

#notification_options_div i {
    margin: 4px 0 0;
    color: #cccccc;
}

/* public profile page */
.friend-request-button-div {
    width: 50%;
    margin: 0 auto;
    color: #ffffff;
}

.friend-button-box button > img {
    width: 18px;
}

.friend-button-box button > i {
    top: 2px;
    padding-right: 2px;
}

.disabled-button-profile-page {
    border-radius: 5px;
    border: 1px solid #666;
    background-color: #999;
    padding: 5px 10px;
}

/* SMS verification page */
.verification-page-heading {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.verification-page-footer {
    position: fixed;
    bottom: 10px;
    min-width: 320px;
    max-width: 480px;
    opacity: 0.8;
}

.verification-page-container a {
    color: #4194EF;
    display: block;
    line-height: 30px;
}

.sms-resend-success {
    font-weight: bold;
    color: #37B34A;
    text-align: left;
    display: none;
}

.user-email {
    font-weight: bold;
    text-align: left;
}

.location-icon-container {
    padding-left: 0px !important;
    padding-right: 10px !important;
    width: 40px;
}
.location-icon-container img {
    width: 30px;
}
.loading-anim-search {
    vertical-align: center;
    text-align: center;
    display: none;
    margin-top: 10px;
}
.loading-anim-search img {
    height: 40px;
}
.tournaments-bg {
    background: url('../imgs/hy-cups-english-bg.jpg') left top no-repeat;
    background-size: 100%;
    height: 100vh;
    position: relative;
}
.classes-bg {
    background: url('../imgs/hy-clasess-english-bg.png') left top no-repeat;
    background-size: 100%;
    height: 100vh;
}
.join-classes-link {
    padding: 10px;
    display: block;
    width: 100px;
    margin: 0 auto;
    background-color: #793F7D;
    border-radius: 5px;
    color: #ffffff;
}
.join-classes-link-div {
    position: absolute;
    top: 55%;
    text-align: center;
}
.join-tournaments-link-div {
    position: absolute;
    top: 22%;
    text-align: center;
}
.join-tournaments-link {
    background-color: #efc637;
    padding: 10px;
    display: block;
    width: 80%;
    margin: 0 auto;

    color: #fff;
}

/* Fitbit page classes */
.fitbit-data {
    margin-bottom: 5px;
    line-height: 25px;
}
.fitbit-goal {
    color: #999999;
    margin-bottom: 5px;
    line-height: 25px;
}
.fitbit-value {
    font-size: 18px;
}
.fitbit-activity-icon {
    max-width: 40px;
    height: 45px;
    margin-top: 5px;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/* Privacy page */
.privacy-content h3 {
    margin-bottom: 20px !important;
}
.privacy-content h4 {
    margin-bottom: 20px !important;
    color: #666666;
}
.privacy-content h5 {
    margin: 15px 0px !important;
    font-weight: bold;
}
.version-text {
    color: #929497;
    font-size: 11px;
    padding-top: 5px;
}

/* classes copied for new form controls - from multiple css files ... */
    .reg_group_locker {
        margin-top: 10px;
    }

    .reg_group_locker .private_ico {
        height: 50px;
        background-color: #ffffff;
        background-image: url("../imgs/svg_icons/detail_form_lock_private_gray.svg");
        background-repeat: no-repeat;
        background-position: 28% center;
        text-align: center;
        padding-left: 29px;
        cursor: pointer;
        background-size: 17px;
        color: #a6a8ab;

    }



    .reg_group_locker .private_ico-active {
        background-color: #4bac45;
        background-image: url("../imgs/svg_icons/detail_form_lock_private.svg");
        color: #ffffff;
    }

    .reg_group_locker .public_ico {
        height: 50px;
        background-color: #ffffff;
        background-image: url("../imgs/svg_icons/detail_form_lock_public_gray.svg");
        background-repeat: no-repeat;
        background-position: 28% center;
        text-align: center;
        padding-left: 29px;
        cursor: pointer;
        background-size: 18px;
        color: #a6a8ab;
    }


    .reg_group_locker .public_ico-active {
        background-repeat: no-repeat;
        background-position: 28% center;
        text-align: center;
        padding-left: 20px;
        background-color: #4bac45;
        background-image: url("../imgs/svg_icons/detail_form_lock_public_white.svg");
        color: #ffffff;

    }

    .reg_group_locker .btn-default.active, .reg_group_locker .btn-default.focus, .reg_group_locker .btn-default:active, .reg_group_locker .btn-default:focus, .reg_group_locker .open > .reg_group_locker .dropdown-toggle.btn-default {
        background-color: #ffffff;
        border: 0px none;
        color: #000000;
    }

    #private_gp, #gen_male {
        overflow: hidden;
    }
    #gen_male.active-select{
        border: 1px solid #4bac45;
    }

    #gen_female.active-select{
        border: 1px solid #4bac45;
    }


    #public_gp, #gen_female {
        overflow: hidden;
    }
    .btn-group{    border: 1px solid #ccc; }
    #private_gp input {
        width: 1px;
        left: 3000%;
        position: relative;
        z-index: 9;
    }

    #public_gp input {
        width: 1px;
        right: 3000%;
        position: relative;
        z-index: 10;
        overflow: hidden
    }

    .Cyan_color {
        color: #4bac45;
    }

    .gray_back {
        background-image: url("../imgs/detail_form_gray_bg.png");
        background-repeat: repeat-x;
        background-position: left center;
        height: 64px;
    }

    .form_area {
        height: 58px;
    }

    .form_area.primary {
        height: 57px;
    }

    .form_area.sub-button {
        height: 46px;
    }

    .form_area.desc {
        height: 91px;
        padding-top: 4px;
    }

    .form_area.secondary {
        height: 38px;
    }



    .reg_group_locker .private_ico {

        background-size: 19px;

    }


    .reg_group_locker .private_ico-active {
        background-image: url("../imgs/svg_icons/male_icon_white.svg");
        border: 0px;

    }

    .private_ico-active {
        background-image: url("../imgs/svg_icons/male_icon_white.svg");
        border: 0px;
    }

    .reg_group_locker > .private-selective {
        border: 0px none;

    }

    .private-selective .private_ico-active {
        height: 52px;
    }

    .reg_group_locker > .public-selective {
        border: 0px none;

    }

    .public-selective .public_ico-active {
        height: 52px;
    }

    .reg_group_locker .public_ico {
        padding-top: 17px !important;
        text-align: left;
        background-position: 45px;
        padding-left: 76px;
    }

    .reg_group_locker .private_ico {
        padding-top: 17px !important;
        text-align: left;
        background-position: 45px;
        padding-left: 76px;
    }

    #private_gp .private_ico-active {
    background-image: url("../imgs/svg_icons/male_icon_white.svg");
    }

    .private_ico input[type="radio"], .public_ico input[type="radio"] {

        position: relative;
        left: -99999px;
        width: 1px;
        height: 0px;

    }


/* copied classes end */

.verify-user-success-msg {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

/* vip access page */
.vip-access-benefits-ul {
    padding-left: 17px;
    margin-top: 20px;
}

.vip-access-btn {
    color: #000000;
    background: #efc637;
}
.summary-column-heading {
    font-weight: bold;
}

.purchase-summary-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.purchase-page-iframe {
    width: 100%;
    height: 470px;
    overflow: hidden;
    background-image: url('/hy_source/imgs/pay_loading_frame.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}


/* Venue section classes */
.booking-date-cell {
    border: 1px solid #ccc;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
}

.booking-date-cell-active {
    border: 1px solid green;
    font-weight: bold;
}
.booking-slots-container .checkbox-inline {
    margin-left:10px !important;
}
.facility-container .radio-inline {
    margin-left:10px !important;
}
.booking-venue-name {
    font-size: 18px;
}
.venue-list-location {
    font-size: 10px;
    color: #9b9b9b;
    margin: 4px 0px;
}
.venue-list-row {
    border-top:1px solid #efefef;
}
.venue-detail-map-div {
    height: 250px;
}

.end-datetime-field {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 5px;
}
.end-datetime-field-first {
    width: 98%;
}
.end-datetime-btn {
    width: 100%;
}

/****  Media queries here  ****/

/* for desktop only - phone display */
@media ( min-width: 480px) {
    .verification-page-footer {
        bottom: auto;
        top: 685px;
        width: 374px;
    }

    .join-tournaments-link-div {
        top: 16%;
    }
}


@media (max-width: 4000px) {
    /* Chat page */
    #messages_div {
        /* Firefox */
        height: -moz-calc(100% - 305px);
        /* WebKit */
        height: -webkit-calc(100% - 305px);
        /* Opera */
        height: -o-calc(100% - 305px);
        /* Standard */
        height: calc(100% - 305px);
    }


    .logoArea img {
        width: 29%;
    }

    .logoArea {
        margin-top: 33%;
        font-size: 17px;
    }

    .lang_links {
        margin-top: 20%;
        font-size: 14px;
    }

    .lang_links ul li:first-child {
        margin-right: 25%;
    }

    /* language selection page  end*/
    /* enterence  page */
    .ent_header {
        font-size: 16px;
        margin-top: 7%;
    }

    .ent_logo {
        margin-top: 15%;
        margin-bottom: 2%;
    }

    .ent_logo img {
        width: 53%;
    }

    #hy_emblem {
        width: 57%;
    }

    #hy_text_logo {
        width: 65%;
        margin-top: 20px;
    }

    .ent_head {
        margin-top: 5%;
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 130px;
    }

    .ent_contents {
        margin-top: 2%;
        font-size: 20px;
    }

    .ent_go_button {
        padding: 6px;
        width: 90%;
        font-size: 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
    }

    .ent_button {
        margin-top: 7%;
        margin-bottom: 3%;
    }

    .ent_footer_up {
        margin-top: 15%;
        font-size: 16px !important;
    }

    .ent_footer_down {
        margin-top: 5%;
        font-size: 16px !important;
    }

    /* enterence page end*/
    .captcha-container { width:100%; }
    .captcha-image-div {
        width: 125px;
        padding-right: 5px;
        float: left;
        text-align: left;
    }
    .captcha-image-div img {
        height: 49px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    .captcha-field-div {
        display: table-cell;
        width: 10000px;
        overflow: hidden;
    }
    #captcha_field {
        border-left: 1px solid #ccc !important;
        padding-left: 10px;
        border-radius: 3px;
        width: 100%;
        float: left;
    }

    .log_logo {
        margin-top: 8%;
    }

    .log_logo img {
        width: 82%;
    }

    .log_hint {
        font-size: 16px;
    }

    .input-group-addon i {
        font-size: 18px;
    }

    .log_user .input-group input {
        height: 49px;
    }

    .login-lang-container {
        position: relative;
        color: #000;
        text-align: center;
        margin: 5px 0px;
    }

    .lang-link-login {
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #337ab7;
        padding: 3px 10px;
        font-weight: bold;
    }

    /* login page End*/
    /* Register page */
    .content_header {
        margin-top: 0px;
        height: 47px;
    }

    .content_title {
        font-size: 12px;
        margin-left: 10px;
        margin-top: 10px;
        font-weight: bold;
    }

    .reg_hint {
        margin-top: 9px;
        font-size: 16px;
    }

    .reg_join_text {

        margin: 10px 0px;
    }

    .edit-page-heading {
        margin-top: 25px !important;
    }

    .reg_top_fields.start {
        background-image: url("../imgs/user_name_icon_s.png");
        background-position: 8px center;
        background-repeat: no-repeat;
        padding-left: 48px;
        border-radius: 0px !important;
    }

    .reg_top_fields {
        border: 1px solid #ccc;
        text-align: left;
        padding: 10px;
        height: 52px;
    }

    .reg_user .input-group-addon i {
        font-size: 24px;
        color: #6c6d6f;
        left: -4px;
    }

    .reg_user .input-group input, .reg_user .input-group select {
        height: 50px;
    }

    .reg_gender .male {
        font-size: 14px;
        height: 50px;
        background-image: url("../imgs/male_icon_s.png");
        background-position: 28% center;
    }

    .reg_gender .female {
        height: 50px;
        font-size: 14px;
        background-image: url("../imgs/female_icon_s.png");
        background-position: 22% center;
    }



    .reg_gender .male.male-active {
        background-image: url("../imgs/male_icon_hover_s.png");
        background-color: #4bac45;
        border: 0px none;
        color: #ffffff;

    }

    .reg_gender .female.female-active {
        background-image: url("../imgs/female_icon_hover_s.png");
        background-color: #4bac45;
        border: 0px none;
        color: #ffffff;

    }

    .reg_user .input-group .form-control {
        padding-left: 0px;
        cursor: default !important;
    }

    /* Register page 1 End */
    /* Register page 2 */
    .reg_hint {
        margin-top: 9px;
        font-size: 14px;
    }

    .reg2_dark_round_bg {
        margin-top: 20px;
        padding-bottom: 11px;
        background-color: #404041;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 11px;
        color: #ffffff;
    }

    .userid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .userid img {
        width: 100%;
        max-width: 125px;
        max-height: 125px;
    }

    .yellow_logo_bar img {
        width: 60%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .id_footer_list {

        font-size: 10px;
    }

    .id_list li {
        padding-top: 7px;
    }

    .id_text img {
        width: 39px;
        height: 85px;
    }

    .up_arrow {
        top: -203%;
    }

    .id_text p {
        font-size: 12px;
    }

    .id_text {
        margin-top: 9%;
        margin-bottom: 0%;
    }

    .id_text span {
        font-size: 11px;
        color: #929497;
    }

    .reg2_footer_bar {
        position: fixed;
        bottom: 0px;
        background-color: #FF7C7C;
        height: 69px;
        line-height: 69px;
        clear: both;
        width: 100%;
        z-index: 120;
        font-size: 14px;
        color: #ffffff;
    }

    .reg2_footer_bar i img {
        margin-right: 10px;
        width: 30px;
    }

    .log_button {

    }

    .reg2_button {
        background-color: #4bac45;
        padding: 3% inherit;
    }

    /* Register page 2 End */
    /* Register page 3 interest  */
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-size: 12px;
    }

    .ui-tabs .ui-tabs-nav li a {
        color: #999;
        font-size: 12px;
        padding: 10px 6px;
    }

    .reg3-item {
        width: 23% !important;
    }

    .reg3-item img {
        width: 110%;
        border: 4px solid #4bac45;
    }

    .text_list li {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 10px;
    }

    .reg3-item {
        margin-top: 11px;
    }

    .reg3_hint {
        margin-top: 24px;
        font-size: 18px;
        margin-bottom: 17px;
    }

    /* Register page 3 interest  END */
    /* REGISTER  page 4 final*/
    .reg4-head {
        font-size: 22px;
    }

    .reg4-group {
        background-image: url("../imgs/reg_final_page_img.png");
        background-position: right top;
        background-repeat: no-repeat;
        margin-top: 3%;
        margin-bottom: 2%;
        font-size: 12px;
    }

    .reg4_button {
        background-color: #163D47;
        padding: 4% inherit;
        font-size: 10px;
        margin-top: 0px;
    }

    .reg4-button-group-first {
        margin-top: 4%;
    }

    .reg4-button-group-last {
        margin-bottom: 77px;
    }

    .reg4-black, .reg4-gray {
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .reg4-refresh-ico {
        background-image: url("../imgs/reg4-refresh-ico_s.png");
        background-position: 20px center;
        background-repeat: no-repeat;
    }

    .reg4-ok-sign-ico {
        background-image: url("../imgs/reg4-good-sign-ico_s.png");
        background-position: 20px center;
        background-repeat: no-repeat;
    }

    /* REGISTER  page 4 final END*/
    /* event REGISTER  page */
    /* event REGISTER  page  end*/
    /* event LIST  page */
    .venu_list li {
        margin-top: 8px;
        list-style: none;
        font-size: 12px;
    }

    ul.venu_list, ul.venu_list ul {
        padding-left: 1%;
    }

    .venu_sub_list li .small_location {
        font-size: 10px;
    }

    .map_ico {
        margin-top: 3px;
        font-size: 24px;
    }

    /* event LIST  page  end*/
    /* event popup  page  start*/
    .popup_header {
        height: 60px;
        padding-top: 10px;
    }

    .pop-yellow-title {
        padding-top: 9px;
        font-size: 14px;
    }

    .popup_container {
        font-size: 15px;
    }

    .verify_list li {

        font-size: 14px;
        margin-right: -4%;
    }

    .verify_list {
        margin-right: 30px;
    }

    .veryfiy_icon img {
        width: 75%;
    }

    .list_popup_left li {
        margin: 4px 0px;
        font-size: 11px;
    }

    .list_popup_right li {
        margin: 4px 0px;
        font-size: 11px;
        width: 100%;
    }

    .list_popup_right li img {
        width: 75%;
    }

    .popup_records .table {
        font-size: 11px;
    }

    .pop_save_btn {
    }

    .pop_clr_btn {
        padding: 10px 7px;
        font-size: 12px;
    }

    #hider-content {
        /*left: -1%;*/
        /*top: 6%;*/
    }

    .popup_clock_list li.clock {
        margin-right: 2px;
        margin-top: 5px;
    }

    .popup_records .table > tbody > tr > td, .popup_records .table > tbody > tr > th, .popup_records .table > tfoot > tr > td, .popup_records .table > tfoot > tr > th, .popup_records .table > thead > tr > td, .popup_records .table > thead > tr > th {
        padding: 6px;
    }

    /* event popup  page  end*/
    /* event schedule  start*/
    .schedule_title {
        padding: 6px inherit;
        font-size: 14px;
        padding-top: 10px;
    }

    .col-xs-12.setime.active {
        margin-top: 7px;
        text-align: center;
        font-size: 16px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
        font-size: 9px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        margin-left: 4px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker {
        margin-left: 4px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        height: 150px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
        height: 35px;
        line-height: 12px;
        padding: 11px;
    }

    .schedule_button {
        margin-top: 0px;
        margin-left: -3px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {

        margin-left: 0px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
        margin-bottom: 0px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
        height: 29px;
        margin-top: 0px;
    }

    .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
        width: 32px;
        height: 32px;
        text-indent: inherit;
        font-size: 16px;
        top: 0px;
    }

    .xdsoft_datetimepicker .xdsoft_label {

        top: 3px;
        left: -9px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td > div {
        padding: 7px;
    }

    /* event schedule  end*/

}



input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=password],
input[type=email] {
    -webkit-appearance: none !important;
}

.popup_header {
    padding-top: 19px;
}

#remember {
    position: relative;
    top: 3px;
}

#search_div {
}
.openBar img{max-width:inherit;}