body
{
    font-style: 16px;
    line-height: 1;
    color:#333333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    background-color: #f6f6f6;
    font-size: 1.7rem;
}
h1{
    font-size: 30px;
    font-weight: 600;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 14px;
}
ul{
    margin: 0;
    padding:0;
}
.photo-rules {
    float: left;
    width: 100%;
    padding: 0px 20px;
    text-align: justify;
    /* font-size: 1.7rem; */
}
.photo-rules li {
    padding: 2px 0;
    color: #999999;
    line-height: 20px;
}
header{
    padding:20px 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.logo {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
}
.logo a{
    text-decoration: none;
    color: #316aae;
}
.logo a:hover{
    color: #316aae;
}
.lang-wrap {
    text-align: right;
    font-size: 14px;
    padding: 0px 0px;
    float: right;
}
.lang-wrap .lang-link{
    padding: 10px 12px;
    float: right;
    background-color: #316aae;
    color: #fff;
}
.lang-wrap .lang-link.active{
    background-color: #efefef;
    color: #000;
    cursor: default;
}
.lang-wrap .lang-link.active:hover{
    text-decoration:none;
}
ul.link{
    float: right;
    padding:20px 0;
}
ul.link li{
    display: inline-block;
    margin-left: 10px;
}
ul.link li a{
    color: #000;
    text-decoration: none;
}
ul.link li a.active{
    color: #316aae;
}
.main{
    margin-top:60px;
    margin-bottom:60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 30px;
    background-color: #fff;
}

.title{
    text-align:center;
    padding:10px 0px;
    font-weight: 700;

}
.sub-title{
    text-transform: uppercase;
    font-weight: 600;
    padding:10px 0px;
}
.file-upload-file, .file-upload-passport_photo, .file-upload-line_umpire_exp_photo{
    display: none !important;
}
.circle {
    border-radius:50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
    color: #666666;
    float: left;
    margin-left: 40px;
    position: relative;
    margin-top: 20px;
}
.p-image-doc {
    color: #666666;
    float: left;
    margin-left: 40px;
    position: relative;
    margin-top: 20px;
}
.btn{
    border:1px solid #ccc;
    border-radius:unset;
    padding:10px 20px;
    background-color:rgba(220,220,220,0.2);
    color:rgba(0,0,0,0.8);
    font-weight:600;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
label{
    padding-bottom:5px;
    padding-top: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.form-control{
    border-radius: unset;
    padding: 0px 20px;
    border-color:#e0e0e0;
    height: 50px;
    width: 90%;
    margin-left: 15px;
    font-size: 16px;
}
.form-control:focus {
    box-shadow:none;
    border-color: #e0e0e0;
}
.form-check-input{
    position: relative;
    margin-left: 0;
    margin-top: 0;
    width: 50px;
    height: 22px;
    float: left;
    /* color: #316aae; */

}
input[type='radio'] {
    -webkit-appearance:none;
    width:23px;
    height:23px;
    border:2px solid #e0e0e0;
    border-radius:50%;
    outline:none;
    background:#fff;
    margin-right: 20px;
}
input[type='checkbox'] {
    width:23px;
    height:23px;
    border:2px solid #e0e0e0;
    outline:none;
    background:#fff;
    margin-right: 10px;
}

input[type='radio']:before {
    content:'';
    display:block;
    height: 11px;
    width: 11px;
    margin: 4px 4px;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background:#316aae;
    border-radius:50%;
}
input[type='radio']:after {
    content:'';
    display:block;
    height: 23px;
    width: 23px;
    margin: -21px -2px;
    border-radius:50%;

}
input[type='radio']:checked:after {
    border-radius:50%;
    border:2px solid #316aae;
}
.form-group{
    margin-bottom: 0;
}
.form-check-label{
    line-height: 22px;
}

/*label span{
    color: grey;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}*/
input[type="submit"], input[type="reset"]{
    margin: 0 20px;
    color: #fff;
    width: 170px;
    border:1px solid transparent;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    text-transform: uppercase;
}
#submit, #login_nxt, #info_nxt{
    margin: 0 20px;
    color: #fff;
    width: 170px;
    border:1px solid transparent;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    text-transform: uppercase;
}
input[type="submit"]:hover, input[type="reset"]:hover, #submit:hover{
    color: #fff;
}
input::-webkit-input-placeholder {
    color:#c5c5c5;
}
.border {
    margin: 25px 0 15px 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    border:unset !important;
}
.btn-group{
    margin: 15px 0 0 0;
}
.btn-blue{
    background-color:#316aae;
}
.btn-orange{
    background-color:#ea982e;
}
.btn-red{
    background-color:#e35e5d;
}

footer{
    background-color:#e6e6e6;
    padding: 35px 0;
}
footer ul{
    float: right;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color:#333;
    text-decoration: none !important;
}
footer ul li a:hover{
    color:#333;
}
/*CSS ADDED BY MIRAJ*/
.msg_style{
    font-weight: 700;
}
.help-block {
    font-size: 12px;
    color: #ff0000;
    padding: 6px 0px 0px 15px;
    float: left;
}
.show-lang-wrap, .show-lang-wrap-more, .more-language-1, .more-language-2{
    display: none;
}
.show-lang-sub{
    display: inline-block;
}
.show-license-number, .show-editions, .show-often, .show-foreign-line, .show-additional-chair, .show-additional-chair-period, .show-foreign-line-period{
    display: none;
}
.show-participated{
    display: none;
}
.show-participated-sub{
    display: inline-block;
}
.speciality{
    display: none;
}
.federated-no-msg{
    display: none;
}
.club-no-msg{
    display: none;
}
p.no-msg{
    font-size: 15px;
    color: #FF0000;
}
.show-member{
    display: none;
}
.js-show-passport-id, .js-show-foreign-id, .js-show-parent-passport-id{
    display: none;
}
.show-volunteer-before{
    display: none;
}
.show-volunteer-before-sub{
    display: inline-block;
}
span.declaration-title, span.declaration-name {
    font-weight: 600;
}
p.declaration-msg{
    text-align: justify;
}
.extra-info{
    color: grey;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}
label.privacy-msg, label.cnf-mail-msg {
    position: absolute;
    margin-top: 3px;
}
span#privacy_checkbox-error, span#privacy_checkbox_acc-error {
    position: absolute;
    left: 12px;
    margin-top: 22px;
}
/* span#gender-error {
    position: absolute;
    margin-top: 25px;
    left: 15px;
} */
.show-freeland{
    display: none;
}
.js-show-passport-id-date, .js-show-foreign-id-date{
    display: none;
}
span#freelance-error {
    position: absolute;
    margin-top: 25px;
    left: 15px;
}
span#need_parking-error {
    position: absolute;
    margin-top: 25px;
    left: 15px;
    width: 105%;
}
.accredition-days {
    padding: 0px 15px;
    margin: 0px 16px;
}
.accredited-days-label {
    position: absolute;
    margin-top: 3px;
    /* margin: 0px 0px; */
}

.footer-img-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #fff;
    text-align: center;
}

.footer-img-wrapper ul li{
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 42px;
}

/* .footer-img-wrapper ul {
    padding: 20px 0px;
}

.footer-img {
    width: 125px;
    height: 100px;
} */
.sub-header-img {
    width: 150px;
    height: auto;
}
.footer-img-05 {
    width:45px !important;
}
.sub-header-img-05 {
    width:45px !important;
}

.container.main.footer-img-wrapper li:last-child {
    /* margin-right: 0px !important; */
    /* margin-top: 20px !important; */
    /* padding: 0px 42px; */
    border-right: 0px;
}


.ballboy-photo .file-upload-file,.liness-photo .file-upload-file{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: inline;
}

#download_required {
    width: 100%;
    font-size: 12px;
    color: #ff0000;
    padding: 6px 0px 0px 2px;
    float: left;
}

#ball_boy_form .help-block {
    float: none;
}

#ball_boy_form #file-error {
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 65px;
}

i.label-info {
    font-size: 13px;
}
span#available_period_foreign_line-error, span#available_period_additional_chair-error {
    position: absolute;
    margin-top: -20px;
}
.show-additional-chair, .show-foreign-line, .document {
    font-size: 15px;
    color: #000;
}
.document-input {
    margin-top: 15px;
}
span#file-error {
    position: absolute;
    left: 0;
    top: 32px;
}
.form-group.foreign,.form-group.additional {
    margin-bottom: 17px;
}
.text-label {
    position: absolute;
    top: 18px;
    left: 60px;
}
.error {
    color: #ff0000;
    padding-top: 5px;
}
.form-data {
    padding-bottom: 15px;
}
.sub-section-field {
    padding: 15px 15px;
}
img.header-logo-img {
    width: 100px;
    height: auto;
    float: left;
}
span.event-name {
    position: relative;
    /* top: 15px;
    left: 15px; */
}
h1.form-not-available {
    color: #ff0000;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: inherit;
    line-height: 50px;
    padding: 55px 10px;
}
p.form-title, p.main-form-title {
    /* color: #000; */
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 !important;
}
.fileupload-error {
    width: 100%;
}
.docupload-error {
    position: absolute;
    top: 43px;
    left: 0;
    width: 150%;
}
.passupload-error {
    position: initial;
    top: 43px;
    left: 0;
    width: 100%;
}
#js_cust_error_handel {
    display: none;
}
#data_protection_policy-error, #privacy_policy-error, #manual_download_msg-error, #download_authorization_msg-error{
    position: absolute;
    top: 40px;
    left: 15px;
}
.login-detail, .login-detail-btn {
    margin: 0 25%;
    max-width: 100%;
    width: 50%;
}
.login-detail .form-group{
    margin-bottom: 1rem !important;
}
.login-detail-btn .form-group{
    margin-bottom: 1rem !important;
}
.not-show {
    display: none;
}
span#username-error {
    position: absolute;
}
.password-label {
    margin-top: 20px;
}
.player-main {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.player-loader, .other-player-loader {
    font-size: 25px;
    margin-top: 40px;
    width: 0px;
}
p.login-form-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.player-food-image {
    float: left;
    max-width: 100%;
    width: 70%;
    height: auto;
    margin-left: 2%;
}
.player-info-image {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 850px;
}
p.manual-msg {
    margin-bottom: 25px;
    text-align: justify;
}
.rdo {
    margin: 0;
}
.select-device {
    margin: 12% 0px;
}
.snap-btn {
    margin: 5% 23%;
}
.or-txt {
    margin: 0px 0px;
    border-left: 2px solid #e4e4e4;
    height: 325px;
}
.sbt-btn {
    margin: 0% 45%;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    height: 50px !important;
    padding: 5px !important;
    margin-left: 15px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: -10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    padding-left: 18px !important;
}
.select2-container--open .select2-dropdown {
    left: 15px !important;
}
.pre-player-form{
    margin-bottom: 10px !important;
}
.sync-fr-area{
    margin-top: 20px;
}
.sync-fr-on-update-input>input[type='checkbox'] {
    margin-top: 0;
}

#fr-sync-table-box {
    max-height: 30vh;
    overflow: auto;
}
.status-paintbg-success, .status-paintbg-error{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.status-paintbg-success {
    background-color: #5cb85c;
}

.status-paintbg-error {
    background-color: #ff0000;
}
.status-paintbg-yellow {
    padding: 2px;
    background-color: #d9b713;
    font-size: 11px;
}

.pagination a {
    cursor: default;
}
.session-started-wrapper {
    margin: 1% 20% 0 20%;
}

/*******************Media Query***************************/
@media (max-width: 780px){
    .lang-wrap {
        width: 100%;
        margin-top: 5px;
    }
    .lang-wrap select{
        padding: 0px 10px;
    }
    .btn-login{
        text-align: center;
    }
    .login-detail, .login-detail-btn {
        width: 100%;
        margin: 0% 0% !important;
    }
    .login-detail-btn{
        text-align: center
    }
    #submit, #login_nxt, #info_nxt, #reset{
        width: 120px;
    }
    .col-sm-12{
        margin-bottom:10px;
    }
    input[type="submit"],input[type="reset"] {
        width: 130px;
    }

    .logo {
        font-size: 40px !important;
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    ul.link {
        padding: 0 0;
        float: none;
        text-align: center;
    }
    footer{
        text-align: center;
        padding: 20px 0;
    }
    footer ul{
        float: none;
        padding-top: 10px;
    }

    .sec-padding.pb-sm{
        padding: 10px 0 0 0;
        margin-bottom:-10px;
    }
    .player-loader, .other-player-loader {
        font-size: 20px;
        margin-top: 50px;
        position: absolute;
        left: 334px;
    }
    .container.main.footer-img-wrapper li:last-child {
        margin-right: 0px !important;
        margin-top: 20px !important;
        padding: 0px;
    }
    .sub-header-img {
        width: 95px;
    }
}
@media (max-width: 740px){
    .lang-wrap {
        width: 100%;
        margin-top: 5px;
    }
    .lang-wrap select{
        padding: 0px 10px;
    }
    .login-detail, .login-detail-btn {
        width: 100%;
        margin: 0 0 !important;
    }
    .login-detail-btn{
        text-align: center
    }
    #submit, #login_nxt, #info_nxt, #reset{
        width: 120px;
    }
    .sec-padding.pb-sm {
        padding: 10px 0 0px 0px;
        margin-bottom: -5px;
    }
    span#second_position-error {
        position: absolute;
        margin-top: 30px;
        left: 15px;
    }
    span#privacy_checkbox-error {
        position: absolute;
        margin-top: 25px;
        left: 15px;
    }
    .player-loader, .other-player-loader {
        font-size: 20px;
        margin-top: 50px;
        position: absolute;
        left: 570px;
    }
    label.privacy-msg {
        position: absolute;
        margin-top: -2px;
    }

    .footer-img-wrapper .line-img {
        display: none;
    }
    .sub-header-img {
        width: 70px;
    }
    .container.main.footer-img-wrapper li:last-child {
        margin-right: 0px !important;
        margin-top: 20px !important;
        padding: 0px 20px;
    }
    .footer-img-wrapper ul li {
        padding: 0px 20px;
    }
}
@media (max-width: 575px){
    .main{
        border-radius: 0;
    }
    .logo {
        font-size: 40px !important;
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    .player-loader, .other-player-loader {
        font-size: 20px;
        margin-top: 50px;
        position: absolute;
        left: 320px;
    }
    ul.link {
        padding: 0 0;
        float: none;
        text-align: center;
    }
    input[type="submit"],input[type="reset"] {
        /*width: 80px !important; - Remvoed by Dinesh*/
        margin: 0 7px;
    }
    .btn {
        padding: 10px 10px;
    }
    .main {
        margin: 20px auto;
    }
    .col-sm-12{
        width: 100% !important;
    }

    .footer-img-wrapper .line-img {
        display: none;
    }

    .container.main.footer-img-wrapper li:last-child {
        margin-right: 0px !important;
        margin-top: 20px !important;
        padding: 0px;
    }
    .sync-fr-on-update-input>input[type='checkbox'] {
    }

    .sync-fr-on-update-input>label {
        font-size: 13px;
    }
}
@media (max-width: 412px){
    span#privacy_checkbox-error {
        margin-top: 28px;
    }
    .logo{
        font-size: 30px !important;
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }
    .lang-wrap {
        float: left;
        margin-top: 12px;
        width: 100%;
        /* padding: 0 !important; */
    }
    .player-loader, .other-player-loader {
        font-size: 20px;
        margin-top: 50px;
        position: absolute;
        left: 340px;
    }
    h1{
        font-size: 25px;
    }
    .title{
        text-align: left;
    }
    .container.main.footer-img-wrapper li:last-child {
        margin-right: 0px !important;
        margin-top: 20px !important;
        padding: 20px;
    }
    #submit, #login_nxt, #info_nxt, #reset{
        width: 100px;
    }
    .footer-img-wrapper ul li{
        padding: 0px 15px;
    }

}
@media (max-width: 375px){
    .sec-padding.pb-sm {
        padding: 10px 0 0 0;
        margin-bottom: -10px;
    }
    span#second_position-error {
        position: absolute;
        margin-top: 45px;
        left: 15px;
    }
    .player-loader, .other-player-loader {
        font-size: 20px;
        margin-top: 50px;
        position: absolute;
        left: 305px;

    }
    span#privacy_checkbox-error {
        position: absolute;
        margin-top: 28px;
        left: 15px;
    }
    label.privacy-msg {
        position: absolute;
        margin-top: -2px;
    }
    .sub-header-img {
        width:40px;
    }
    .container.main.footer-img-wrapper li:last-child {
        margin-right: 0px !important;
        margin-top: 20px !important;
        padding: 0 20px;
    }
    .footer-img-wrapper ul li{
        padding: 0px 30px;
    }

}
/*******************End of Media Query***************************/

