html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "MyriadPro-Regular";
    overflow: hidden;
}

.cdk-overlay-pane {
    width: auto !important;
}

.cdk-overlay-pane.showfile-dialog-container-photo {
    width: 50% !important;
}

/**/
.user-lang md-select .mat-select-trigger {
    min-width: 45px !important;
}
.user-lang md-select .mat-select-trigger .mat-select-arrow {
    display: none;
}
.user-lang md-select .mat-select-trigger .mat-select-underline {
    display: none;
}

.mat-option {
    overflow: unset !important;
    text-overflow: unset !important;
}

notification {
    position: fixed;
    z-index: 11000;
    width: calc(100% - 16.6666666667%);
}

.role-dropdown {
    margin-top: -22px!important;
}
/*material styles*/
md-select {
    width: 100% !important;
}
md-input-container {width:100%;}

.cdk-overlay-container {
    z-index:10005!important;
}

.mat-input-suffix md-select {
    margin:0!important;
}
/*end material styles*/

/*components*/
dropdown-component {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 16px;
}
/*end components*/

.mat-card-content {
    font-size:16px!important;
}

time-picker {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 17px;
}
time-picker md-select .mat-select-trigger {
    min-width: 50px !important;
}

.active-link {
    background-color: #fff !important;
    color: #007ccd !important;
}

.active-link span i {
    color: #007ccd !important;
}

.active-link span h6 {
    color: #007ccd !important;
}

div::-webkit-scrollbar {
    width: 0.5em;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.scroll-y {overflow-x:hidden; overflow-y:scroll;}
.fz-18 {
    font-size: 18px;
}

.col-blue {
    color: #2196f3
}
.add-button {
    background: #007ccd !important;
    width:50px;
    color:#fff!important;
}
.logo50 {
    max-height:50px;
    max-width:50px;
}


.t-label {text-align:right;}
.t-value {padding-left: 15px;text-overflow: ellipsis;
    font-weight: 700;
    font-size: 14px;
    color: rgba(0,0,0,.54);
    box-sizing: border-box;}

body {
    background-color: #f2f2f2;
}

.main-container {
    margin-top:60px;
}

.ageprefix .md-input-prefix .md-input-wrapper {
    margin:0!important;
}

.role-dropdown .md-input-underline {
    border-top:none!important;
}
.role-dropdown input {
    font-size: 12px !important;
    cursor: pointer;
}

.display-block {
    display:block!important;
}

.back-btn-div {
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    border: 2px solid #fff;
    box-shadow: 0px 9px 18px 0px rgba(102, 114, 126, 0.26);
    border-radius: 50%;
    padding: 0;
    margin-left: 10px;
    float: left;
    bottom: -40px;
    position: relative;
    z-index: 2;
}
.back-btn-div .btn {
    border-radius: 50%;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    color: #ec7575;
    line-height: normal;
}

date-picker {
    position:relative;
    width:100%;
}
md-input {
    width:100%;
}

.mdl-textfield.is-invalid .mdl-textfield__error {
    position:relative;
}

.player-mdvisa md-card {
    padding:0!important;
}

.md-tab-body {
    overflow:visible!important;
}

.page-loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 10000;
    -webkit-perspective: 10000;
    -moz-perspective: 10000;
    perspective: 10000;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    perspective: 10000px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.loader {
    width: 30px;
    height: 30px;
    border: 2px solid #007ccd;
    position: absolute;
    left: 50%;
    top: 50%;
    border-left-color: transparent;
    border-top-color: transparent;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: loading 1000ms linear infinite;
    -moz-animation: loading 1000ms linear infinite;
    -o-animation: loading 1000ms linear infinite;
    animation: loading 1000ms linear infinite;
}

/*index.html styles*/
.is-invalid-cnp {color:#ff0000;}
        .mdl-textfield.is-invalid-cnp .mdl-textfield__input {
            border-color: #d50000;
            box-shadow: none;
        }
        .mdl-textfield.is-invalid-cnp .mdl-textfield__error {visibility:visible;}
        .mdl-button--green {background:#83d460; color:#fff;}
        .mdl-button--red {background:#ff0000; color:#fff;}
        .mdl-checkbox__label.is-disabled{color:rgba(0,0,0,.26)!important;}
        .drop-ttl.is-disabled {
            color:rgba(0,0,0,.26);
        }
        .lbl .is-disabled {
            color:rgba(0,0,0,.26);
        }
        .slabel {
            color: #8f8f8f;
            font-size: 12px;
            pointer-events: none;
            display: block;
            margin-bottom: 8px;
            bottom: 0;
            left: 0;
            right: 0;
            pointer-events: none;
            position: absolute;
            display: block;
            top: 10px;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-align: left;
        }

        .mdl-button--float-left {float:left;}
        .mdl-data-table{ position: static; }
        .mdl-data-table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
        .lbl{
            color: #8f8f8f;
            font-size: 12px;
            pointer-events: none;
            display: block;
            margin-bottom: 3px;
            bottom: 0;
            left: 0;
            right: 0;
            pointer-events: none;
            position: relative;
            display: block;
            top: 0;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-align: left;
        }
        .is-invalid {
            color:#ff0000;
        }

        .h_err {
            display:none;
        }
        .is-invalid .h_err {
            display:block;
        }



        .switch.active {
            color: #ff9000!important;
        }

        .switch {
            font-size: 16px;
            color: #0c0c0c;
            cursor: pointer;
            -webkit-transition: all 220ms ease-in-out;
            -moz-transition: all 220ms ease-in-out;
            -o-transition: all 220ms ease-in-out;
            transition: all 220ms ease-in-out;
        }


        .passed .material-icons {display:block !important;}
        .display-block {display:block !important;}
        .l2 {left:13% !important;}
        .l3 {left:25.2% !important;}
        .l4 {left:44.6% !important;}
        .l5 {left:50.9% !important;}
        .l6 {left:73.2% !important;}
        .l7 {left:76% !important;}
        .l8 {left:88% !important;}

        .steptitle2 {left:16% !important;}
        .steptitle3 {left:27.2% !important;}
        .steptitle4 {left:45.6% !important;}
        .steptitle5 {left:51.9% !important;}
        .steptitle6 {left:73.2% !important;}
        .steptitle7 {left:76% !important;}
        .steptitle8 {left:88% !important;}

        .passed {left:0!important}
        
        .active>h3 {left:0!important}

        .active a {background-color: #ff9000!important; left:0!important;}

        .passed>h3 {left:0!important}
        .passed a { left:0!important; background-color:#83d460!important;}

        .step-range.activerange {
            background: rgb(255,144,0);
            background: -moz-linear-gradient(left, rgba(255,144,0,1) 0%, rgba(242,239,234,0) 100%);
            background: -webkit-linear-gradient(left, rgba(255,144,0,1) 0%,rgba(242,239,234,0) 100%);
            background: linear-gradient(to right, rgba(255,144,0,1) 0%,rgba(242,239,234,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9000', endColorstr='#00f2efea',GradientType=1 );
            transition: 1s;
        }

        .step-range.l7 {
            width:15% !important;
        }

        .step-container .dropdown ul {
            z-index: 10;
        }

        .no-edit-input span.label {
            margin-bottom:0;
        }

        .position .dropdown {
            margin:0;
        }
/*end index.html styles*/


/*components*/
.status-4 md-card {
    background-color: #FFF8E1!important;
    color: rgba(0,0,0,.54);
}
.status-4 md-card {
    background-color: #FFEBEE!important;
    color: rgba(0,0,0,.54);
}

.status-3 md-card {
    background-color: #E8F5E9!important;
    color: rgba(0,0,0,.54);
}

.status-2 md-card {
    background-color: #EFEBE9!important;
    color: rgba(0,0,0,.54);
}

.status-1 md-card {
    background-color: #eff3f7!important;
    color: rgba(0,0,0,.54);
}

md-card {
    height:100%;
}

.request-card {
    margin-bottom:70px;
}

.md-input-error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    visibility: hidden;
    display: block;
    visibility:hidden;
}

.ajust {
    font-size: 14px;
    margin-left: 5px;
    color: #ec7575;
}

.display-block {display:block!important;}
.relative-container {position: relative;}

.search-button-container .search-button {
    color: #fff;
    background-color: #ff9000;
    font-size: 14px;
    border: none;
    outline: 0;
    border-radius: 30px;
    height: 35px;
    cursor: pointer;
    min-width: 150px;
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
}

.search-button i { vertical-align:middle;}
.search-button span { line-height:35px;}

/*dropdowns*/
.dd-list {
    margin-top: -11px!important;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	background: #FFF;
	color: #8e8e8e;
	box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
	display:none;
    z-index:1000;
    max-height:300px;
}

.dd-list ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

.dd-list ul>li {
    border-top:1px solid #e7e9ea;
}

.dd-list ul>li>a {
    font-size: 12px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 15px;
	display: block;
	text-transform: uppercase;
}
.dd-list ul>li>a:hover {
    color:#ff9000
}

/*end dropdowns*/

/*md.card*/
.button-actions {
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    border: 2px solid #fff;
    box-shadow: 0px 9px 18px 0px rgba(102, 114, 126, 0.26);
    border-radius: 50%;
    padding: 0;
    margin-left: 10px;
    float: right;
}
/*end md.card*/
/*end components*/


.mdl-tooltip {
    will-change:initial!important;
    z-index:10000;
}

/*hack for perfectScrollbar*/
.main-content {
    height: 100%;
    position: relative;
    display:flex;
}

.sidebar-menu .ps-scrollbar-y-rail {
    left: 3px !important;
}

.top-spacer {
    height: 70px;
    display: block;
    width: 100%;
}

.md-tab-label {
    min-width: 100px !important;
}
/*::selection {
    background: #ff9000;
    text-shadow: none;
}*/

.show-modal {
    width: 100%;
    height: 100%;
}

.hide-modal {
    display: none;
}

a {
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
    outline: none;
    border: none;
    color: transparent;
}

.bold {
    font-family: "MyriadPro-Bold";
}

.semibold {
    font-family: "MyriadPro-Semibold";
}

.page-container {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}

.sidebar-menu {
    position: relative;
    background: #007ccd;
    z-index: 5;
    box-shadow: 8px 0px 32px 0px rgba(40, 40, 40, 0.27);
    /*text-shadow: 8px 0px 32px rgba(40, 40, 40, 0.27);*/
    /*overflow: hidden;*/
}

.logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

    .logo span {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "MyriadPro-Semibold";
        font-size: 24px;
    }

.poweredlogo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

    .poweredlogo span {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "MyriadPro-Semibold";
        font-size: 24px;
    }

.left-menu li {
    height: 60px;
    padding: 0;
}

.left-menu a {
    color: #fff;
    font-family: "MyriadPro-Semibold";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    width: 100%;
    line-height: 60px;
    position: relative;
}

    .left-menu a:hover {
        background-color: #fff;
        color: #007ccd;
    }

        .left-menu a:hover h6 {
            color: rgb(0, 124, 205);
        }

.left-menu li:hover {
    box-shadow: 8px 0px 32px 0px rgba(40, 40, 40, 0.27);
    /*box-shadow: 0px 4px 9.4px 0px rgba(3, 95, 155, 0);*/
}

.left-menu li a i {
    margin-left: 32px;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
    margin-top: -2px;
}

.left-menu li a:hover i {
    color: #007ccd;
}

.sidebar-top {
    /*height: 110px;*/
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px rgba(20, 20, 20, 0.07);
    position: fixed;
    z-index: 4;
    width: calc(100% - 16.6666666667%);
}

.club-logo-container {
    width: 80px;
    height: 100%;
    text-align: center;
    line-height: 110px;
    /*display: inline-block;*/
    margin-left: 40px;
    float: left;
}

.club-container {
    float: left;
    padding-top: 40px;
    padding-left: 20px;
}

    .club-container span {
        text-transform: uppercase;
    }

.user-picture-container {
    width: 80px;
    height: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.user-picture {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

/*.user-info {
    float: left;
    padding-top: 40px;
    padding-left: 20px;
    position: relative;
    width:100%;
}*/

.user-info span, .club-container span {
    color: #525252;
}

.main-content h3 {
    font-size: 20px;
    color: #007ccd;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 15px;
}

.main-container {
    padding: 40px;
    padding-bottom: 0;
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 100px;
    /*overflow: hidden;*/
    overflow: auto;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
    padding: 15px;
    margin: 15px;
}

.steps {
    padding: 35px 25px;
    position: relative;
}

.steps-container a {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #dad8d8;
    /*float: left;*/
    display: inline-block;
    transition: 1s;
    position: absolute;
    left: 88%;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

    /*.steps-container .step {
        left: 88%;
}*/

    .steps-container a i {
        display: none;
        font-size: .7em;
        color: white;
        text-decoration: none;
        line-height: 16px;
        height: 100%;
        width: 100%;
        float: left;
    }

    .steps-container a.active {
        background-color: #ff9000;
    }

    .steps-container a.passed {
        background-color: #83d460;
    }

.steps-container {
    width: 12.50%;
    position: relative;
    z-index: 2;
    float: left;
}

    .steps-container:first-child a {
        left: 0;
    }

    .steps-container:last-child a {
        left: 88%;
    }

    .steps-container h3 {
        padding: 0;
        margin: 0;
        left: 90%;
        position: relative;
        transition: 1s;
        top: -15px;
        color: #a4a4a4;
        font-size: 26px;
        font-size: 1.6em;
    }

    .steps-container:first-child h3 {
        left: 0;
    }

    .steps-container:last-child h3 {
        left: 90%;
    }

.full-slide {
    height: 4px;
    width: 100%;
    background-color: #ddd;
    top: 46px;
    position: absolute;
    z-index: 1;
    float: left;
    overflow: hidden;
}

.step-range {
    height: 4px;
    width: 15.3%;
    background-color: #ddd;
    top: 46px;
    position: absolute;
    z-index: 1;
    float: left;
    overflow: hidden;
    transition: 1s;
    left: 1.7%;
}

    .step-range.active {
        background: rgb(255,144,0);
        background: -moz-linear-gradient(left, rgba(255,144,0,1) 0%, rgba(242,239,234,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,144,0,1) 0%,rgba(242,239,234,0) 100%);
        background: linear-gradient(to right, rgba(255,144,0,1) 0%,rgba(242,239,234,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9000', endColorstr='#00f2efea',GradientType=1 );
        transition: 1s;
    }

.slide {
    position: absolute;
    left: -129px;
    background: #ff9000;
    transition: 1s;
    height: 4px;
    width: 129px;
    top: 46px;
    position: absolute;
    z-index: 1;
}

.steps-label {
    position: absolute;
    left: 5%;
    font-size: 15px;
    text-transform: uppercase;
    transition: 1s;
}
.mdl-textfield .slabel {
    color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
}
.step-container {
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    display: none;
}

    .step-container .mdl-textfield {
        width: 100%;
        margin-bottom: 15px;
    }

    .step-container .mdl-textfield__input {
        padding-bottom: 15px;
        font-size: 24px;
    }

    .step-container .mdl-textfield__label {
        text-transform: lowercase;
    }

        .step-container .mdl-textfield__label:after {
            background-color: #ff9000;
        }

    .step-container .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
        color: #ff9000;
    }

    .step-container .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
        color: #d50000;
    }

    .step-container form {
        position: relative;
    }

    .step-container .dropdown {
        position: absolute;
        top: 0;
        right: 5%;
        font-size: 12px;
        display: inline-block;
        margin: 30px;
        padding: 0;
        border: 0;
        width: 100px;
        height: 30px;
        color: #8e8e8e;
        cursor: pointer;
        -webkit-transition: all 220ms ease-in-out;
        -moz-transition: all 220ms ease-in-out;
        -o-transition: all 220ms ease-in-out;
        transition: all 220ms ease-in-out;
    }

        .step-container .dropdown:hover {
            /*box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);*/
            box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
        }

        .step-container .dropdown i {
            float: right;
            vertical-align: middle;
            cursor: pointer;
        }

        .step-container .dropdown > input {
            display: none;
            position: fixed;
            z-index: -2;
        }

        .step-container .dropdown > label {
            margin-bottom: 5px;
            height: 100%;
            display: block;
        }

.drop-ttl {
    padding: 5px 15px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    padding-right: 11px;
}

.step-container .dropdown ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    text-align: left;
    list-style-type: none;
    background: #FFF;
    color: #8e8e8e;
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
    display: none;
}

    .step-container .dropdown ul > li {
        border-top: 1px solid #e7e9ea;
    }

        .step-container .dropdown ul > li:first-child {
            border: none;
        }

        .step-container .dropdown ul > li > a {
            font-size: 12px;
            color: inherit;
            outline: 0;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 15px;
            display: block;
            text-transform: uppercase;
        }

            .step-container .dropdown ul > li > a:hover {
                color: #ff9000;
            }

        .step-container .dropdown ul > li:hover {
            background: #FFF;
        }

button.search {
    position: absolute;
    top: 35px;
    right: 20px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

    button.search i {
        color: #007ccd;
    }

.alert.alert-error {
    background-color: #ec7575;
    border-color: #ec7575;
    color: #FFF;
}

.alert {
    padding: 15px;
    /*margin-bottom: 18px;*/
    margin-bottom: 60px;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
}

    .alert.alert-error .close {
        zoom: 1;
        /*filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;*/
    }

    .alert .close {
        position: relative;
        margin-top: -2px;
        outline: 0;
        color: #000;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    /*opacity: .2;*/
    filter: alpha(opacity=20);
}

.alert.alert-error .close span {
    color: #FFF;
}

    .alert.alert-error .close span i {
        font-size: 20px;
        vertical-align: middle;
    }

.alert .close span {
    text-shadow: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.success {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

    .success span {
        color: #0c0c0c;
        font-size: 14px;
    }

    .success button {
        color: #fff;
        background-color: #83d460;
        font-size: 14px;
        border: none;
        outline: 0;
        padding: 0px 20px;
        border-radius: 30px;
        height: 35px;
        margin-left: 30px;
        cursor: pointer;
        line-height: 35px;
    }

        .success button:hover {
            box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
        }


.step-container[data-step="2"] {
    margin-top: 50px;
}

.club-and-date-row {
    margin-bottom: 48px;
}

.no-edit-input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: #a4a4a4;
}

    .no-edit-input span.label {
        color: #8f8f8f;
        font-size: 12px;
        pointer-events: none;
        display: block;
        margin-bottom: 8px;
    }

.mdl-textfield__input {
    border-bottom: 1px solid #d2d2d2;
}

.step-container[data-step="2"] form {
    padding: 0 15px;
}

.step-container[data-step="2"] .mdl-textfield__input {
    padding-bottom: 4px;
    font-size: 18px;
    margin-top: 7px;
}


.step-container[data-step="2"] .date {
    color: #8f8f8f;
    font-size: 12px;
    pointer-events: none;
    display: block;
    margin-bottom: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.club-type-row {
    text-align: center;
    margin-bottom: 70px;
}

    .club-type-row .dot {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        border: 2px solid #ff9000;
        background-color: #fff;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        -webkit-transition: all 220ms ease-in-out;
        -moz-transition: all 220ms ease-in-out;
        -o-transition: all 220ms ease-in-out;
        transition: all 220ms ease-in-out;
        cursor: pointer;
        z-index: 2;
    }

        .club-type-row .dot input {
            display: none;
        }

        .club-type-row .dot.selected {
            width: 40px;
            height: 40px;
            background-color: #ff9000;
            border: none;
        }

    .club-type-row .select-type {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .club-type-row .bar {
        background-color: #ff9000;
        position: absolute;
        height: 2px;
        width: 70%;
        top: 50%;
        left: 15%;
        display: block;
        z-index: 1;
        margin: 0 auto;
    }

.dot i {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    color: #fff;
    display: none;
}

.dot.selected i {
    display: inline-block;
}


.select-type span {
    display: block;
    font-size: 16px;
    color: #0c0c0c;
    padding-top: 5px;
}

.no-border {
    border: none;
}


.mdl-switch.is-checked .mdl-switch__thumb, .mdl-switch__thumb {
    background: #ff9000;
    height: 16px;
    width: 16px;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    left: 20px;
}

.mdl-switch__track {
    background: #ff9000;
    height: 2px;
    top: 9px;
}

.mdl-switch.is-checked .mdl-switch__track {
    background: #ff9000;
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: none;
    background-color: transparent;
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
    box-shadow: none;
    background-color: transparent;
}

.statute {
    font-size: 16px;
    color: #0c0c0c;
    cursor: pointer;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
}

    .statute.selected {
        color: #ff9000;
    }

.shirt-number {
    padding: 0 30px;
}

.position {
    position: relative;
}

    .position .dropdown {
        width: 100%;
        margin: 20px 0 0;
        position: relative;
    }

        .position .dropdown > label {
            margin-bottom: 0;
            margin-top: 7px;
        }

.no-padding {
    padding: 0;
}

.position .drop-ttl {
    padding: 5px 10px;
    float: left;
    cursor: pointer;
    width: 50%;
    text-transform: none;
    color: #0c0c0c;
    font-size: 16px;
}

.position .dropdown:hover {
    box-shadow: none;
}

.position .dropdown ul {
    top: 10px;
}

    .position .dropdown ul > li > a {
        text-transform: none;
        font-size: 16px;
    }

.step-container[data-step="2"] form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 110px;
    resize: none;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 10px 20px;
}

textarea {
    font-family: "MyriadPro-Regular";
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #d2d2d2;
}

    textarea:focus {
        outline: none;
    }

.step-container[data-step="2"] .success,
.step-container[data-step="3"] .success,
.step-container[data-step="4"] .success,
.step-container[data-step="5"] .success,
.step-container[data-step="6"] .success,
.step-container[data-step="7"] .success {
    position: absolute;
    margin-top: 40px;
    margin-bottom: 0;
}

    .step-container[data-step="2"] .success button,
    .step-container[data-step="3"] .success button,
    .step-container[data-step="4"] .success button,
    .step-container[data-step="5"] .success button,
    .step-container[data-step="6"] .success button,
    .step-container[data-step="7"] .success button {
        margin: 0;
    }

.pro.active, .amator.active, .no-international.active, .yes-international.active {
    color: #ff9000;
}

.spacer {
    width: 100%;
    height: 40px;
    display: block;
    float: left;
}

.step-container[data-step="3"] form {
    /*padding: 0 15px;*/
    margin-top: 30px;
}

div.upload {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    border: 2px solid #eef6fd;
    background: #fbfdff;
    overflow: hidden;
    box-shadow: 0px 11px 16px 0px rgba(135, 157, 179, 0.08);
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 65px;
}

    div.upload input {
        display: block !important;
        width: 414px !important;
        height: 138px !important;
        opacity: 0 !important;
        overflow: hidden !important;
        border-radius: 100%;
        cursor: pointer;
    }

    div.upload img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0px;
        width: 138px;
        height: 100%;
    }

.step-container[data-step="3"] .label,
.step-container[data-step="4"] .label,
.step-container[data-step="5"] .label,
.step-container[data-step="7"] .label {
    color: #8f8f8f;
    font-size: 12px;
    pointer-events: none;
    display: block;
    margin-bottom: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.step-container[data-step="3"] .mdl-textfield__input,
.step-container[data-step="4"] .mdl-textfield__input,
.step-container[data-step="5"] .mdl-textfield__input,
.step-container[data-step="7"] .mdl-textfield__input {
    padding-bottom: 10px;
    font-size: 18px;
}

.ajust {
    font-size: 14px;
    margin-left: 5px;
    color: #ec7575;
}

.step-container[data-step="3"] .dropdown, .step-container[data-step="4"] .dropdown, .step-container[data-step="5"] .dropdown {
    left: 0;
}

.step-container[data-step="3"] .position .drop-ttl, .step-container[data-step="4"] .position .drop-ttl, .step-container[data-step="5"] .position .drop-ttl {
    padding-left: 0;
}

.step-container[data-step="4"] .position .drop-ttl {
    padding-right: 0;
}

.step-container[data-step="3"] .divider {
    background-color: #eff0ef;
    height: 3px;
    margin: 60px -20px;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: #ff9000 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #ff9000;
}

.mdl-checkbox__box-outline {
    border: 2px solid #d2d2d2;
}

.step-container[data-step="3"] .agree span {
    color: #0c0c0c;
    font-size: 16px;
}

.step-container[data-step="3"] .agree {
    margin-top: 40px;
}

.from-to, .upload {
    color: #a7a7a7;
    font-size: 32px;
    margin-top: 15px;
}

.upload {
    margin-top: 30px;
}

.documents {
    /* margin-top: 100px; */
}

.calendar {
    position: absolute;
    right: 0;
    color: #65c1fd;
}


.step-container[data-step="6"], .step-container[data-step="7"] {
    margin-top: 65px;
}

a.rectangle {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background-color: #fff;
    box-shadow: 0px 9px 27px 0px rgba(209, 209, 209, 0.41);
    /*margin-right: 30px;*/
    float: left;
    cursor: pointer;
}

    a.rectangle:hover, a.rectangle.active {
        background-color: #ff9000;
        box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
    }

.rectangle span {
    font-size: 22px;
    color: #007ccd;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    -webkit-transition: all 220ms ease-in-out;
    -moz-transition: all 220ms ease-in-out;
    -o-transition: all 220ms ease-in-out;
    transition: all 220ms ease-in-out;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.rectangle:hover span, a.rectangle.active span {
    color: #fff;
}

/*.rectangle:last-child {
    position: absolute;
}*/

.lead-container {
    margin-bottom: 47px;
}

.tax {
    margin-top: 60px;
}


.page-loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 10000;
    -webkit-perspective: 10000;
    -moz-perspective: 10000;
    perspective: 10000;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    perspective: 10000px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.loader {
    width: 30px;
    height: 30px;
    border: 2px solid #007ccd;
    position: absolute;
    left: 50%;
    top: 50%;
    border-left-color: transparent;
    border-top-color: transparent;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: loading 1000ms linear infinite;
    -moz-animation: loading 1000ms linear infinite;
    -o-animation: loading 1000ms linear infinite;
    animation: loading 1000ms linear infinite;
}

.mdl-shadow--2dp {
    box-shadow: 0px 2px 8px 0px rgba(59, 66, 73, 0.08);
}

.mdl-shadow--6dp {
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
}

.card-actions {
    margin-top: 20px;
}

.search-container {
    width: 95%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}

    .search-container .mdl-textfield {
        width: 100%;
    }

    .search-container .drop-ttl {
        width: 85%;
    }

.mdl-button--fab.mdl-button--colored {
    background: #ff9000;
}

    .mdl-button--fab.mdl-button--colored:hover {
        background: #f5f5f5;
        color: rgba(0,0,0,.87);
    }

.card-actions button i {
    font-size: 18px;
}

.card-actions .edit {
    color: #83d460;
}

.card-actions .visibility {
    color: #ff9000;
}

.card-actions .report {
    color: #ec7575;
}

.card-actions .history {
    color: #00BFA5;
}

.request-title {
    margin-bottom: 11px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
}

.request-status {
   /**/ 
}

.request-status-4 {
    background-color: #ec7575;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
}

.request-status-3 {
    background: #83d460;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
}

.request-status-2 {
    background: #007ccd;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
}

.request-status-5 {
    background: #ff9000;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
}

.request-status-1 {
    background: #3F51B5;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
}

.margin-top-bottom-10 {
    margin: 10px 0;
}

table.full-width {
    width: 100%;
}

table tr:first-child {
    word-wrap: break-word;
    /* white-space: normal; */
}

table.full-width button.download {
    color: #ec7575;
}

.table-actions button .edit {
    color: #83d460;
}

.table-actions button .view {
    color: #ff9000;
}

.table-actions button i {
    font-size: 18px;
}

li.has-separator a .horizontal-separator {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-menu.collapsed .poweredlogo-img {
    width: 50%;
    padding-top: 50px;
}

.sidebar-menu.collapsed .logo-img {
    width: 50%;
    padding-top: 50px;
}

.sidebar-menu.collapsed .left-menu a h6 {
    visibility: hidden;
    display: none;
}

.sidebar-menu.collapsed .left-menu li a i {
    font-size: 28px;
    line-height: 60px;
}

.sidebar-menu.collapsed .collapse-container {
    position: relative;
    top: 10px;
    right: 0;
    display: block;
    margin: 0 auto;
}

.sidebar-menu.collapsed .poweredlogo img {
    width: 60%;
}

.collapse-container {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #007ccd;
    border: 2px solid #fff;
    position: absolute;
    right: -15px;
    box-shadow: 0px 9px 18px 0px rgba(102, 114, 126, 0.26);
    top: 80px;
}

.collapse-menu {
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

    .collapse-menu:hover {
        cursor: pointer;
    }

    .collapse-menu i {
        line-height: 35px;
    }

.logo {
    text-align: center;
    top: 0;
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
}

    .logo span {
        display: block;
        color: #fff;
        margin-top: 10px;
        font-family: "MyriadPro-Regular";
        font-size: 12px;
    }

    .logo img {
        width: 90%;
    }

.poweredlogo {
    text-align: center;
    display: block;
    width: 100%;
    margin: 20px auto 40px auto;
}

    .poweredlogo span {
        display: block;
        color: #fff;
        margin-top: 10px;
        font-family: "MyriadPro-Regular";
        font-size: 12px;
    }

    .poweredlogo img {
        width: 30%;
    }

.user-picture-container {
    width: 80px;
    height: 100%;
    text-align: center;
    margin-top: 0;
    float: left;
    margin-right: 15px;
    position: relative;
    margin-left: 30px;
}


.user-picture img {
    height: 100%;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

.club-container-left {
    line-height: 35px;
    height:70px;
    float: none;
    text-transform: uppercase;
    padding: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

    .user-info i {
        vertical-align: middle;
    }

    .user-info span, .club-container span {
        color: rgb(51, 51, 51);
        font-size: 12px;
    }

.left-menu {
    height: 60%;
    display: block;
    position: relative;
}

    .left-menu a h6 {
        color: rgb(255, 255, 255);
        font-family: MyriadPro-Semibold;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0px;
    }

    .left-menu li a span {
        line-height: normal;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .left-menu li a i {
        margin-left: 32px;
        margin-right: 20px;
        color: #fff;
        font-size: 18px;
        margin-top: -2px;
    }

.search-container {
    width: 95%;
    margin: 10px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    position: relative;
    padding-bottom: 35px;
}

.search-button-container {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 99;
}

    .search-button-container .search-button {
        color: #fff;
        background-color: #ff9000;
        font-size: 14px;
        border: none;
        outline: 0;
        /*padding: 10px 20px;*/
        border-radius: 30px;
        height: 35px;
        cursor: pointer;
        min-width: 150px;
        box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
    }

        .search-button-container .search-button span {
            line-height: 35px;
        }

        .search-button-container .search-button i {
            vertical-align: middle;
        }

        .search-button-container .search-button:hover {
            box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
        }

.search-container .search-button-container {
    bottom: -18px;
    left: 0;
}

.status-container {
    padding-top: 21px;
}

    .status-container .disabled-input {
        height: 32px;
    }

        .status-container .disabled-input:hover {
            cursor: pointer;
        }

    .status-container label {
        position: absolute;
        top: 5px;
    }

.status {
    margin-top: 33px !important;
}

    .status li {
        line-height: 43px;
        padding-left: 10px;
    }

        .status li a:hover {
            color: #ec7575 !important;
        }

        .status li i {
            vertical-align: middle;
            font-size: 16px;
            margin-top: -3px;
            font-weight: bold;
            color: #ec7575;
        }


.mdl-color--primary {
    color: #007ccd;
}

.mdl-button--raised.mdl-button--colored {
    background-color: #007ccd;
}

    .mdl-button--raised.mdl-button--colored:hover {
        background-color: #007ccd;
    }


.icon-check-circle {
    font-size: 18px;
    color: #76FF03;
    vertical-align: middle;
    margin-left: 15px;
}

.icon-close-circle {
    font-size: 18px;
    color: #FF3D00;
    vertical-align: middle;
    margin-left: 15px;
}

.mdl-button--raised {
    box-shadow: -2px 10px 21px 0px rgba(168, 171, 166, 0.54);
}

.button-radius {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.details-button {
    background: #007ccd !important;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.competition-details-container .icon-close-circle, .competition-details-container .icon-check-circle {
    vertical-align: middle;
    margin-left: 15px;
}

.equipment.upload {
    width: 138px;
    height: 138px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 65px;
}

    .equipment.upload img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top: 0px;
        width: auto;
        height: 100%;
    }

.mt-150-auto {
    margin: 150px auto !important;
}

.save-button {
    background: #83d460 !important;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}

.cancel-button {
    background: #ec7575 !important;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}

.step-container[data-step="1"] .disabled-input {
    padding: 7px 0 0;
    border-bottom: 1px dotted rgba(0,0,0,.12);
}

    .step-container[data-step="1"] .disabled-input span {
        margin-top: 7px !important;
    }

.add-club .upload, .club-kit .upload {
    margin-bottom: 0;
}

.add-club textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.club-kit h5 {
    text-align: center;
}

.competition-match dropdown-component .disabled-input {
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.competition-match .drop-ttl {
    padding: 5px 0px;
    width: 70%;
}

.round .drop-ttl {
    width: 80%;
}

.lead-container {
    margin-bottom: 47px;
    padding-left: 30px;
}

.player-profile-tabgroup .md-tab-header {
    margin: 20px !important;
}

.player-profile-tabgroup .semibold {
    color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
}

.player-profile-tabgroup.step-container {
    margin-bottom: 0;
}

    .player-profile-tabgroup.step-container .mdl-textfield__input {
        padding-bottom: 10px;
        font-size: 18px;
    }

    .player-profile-tabgroup.step-container .md-tab-body.md-active {
        padding-bottom: 30px;
    }

    .player-profile-tabgroup.step-container div.upload img {
        bottom: inherit;
        top: inherit;
        height: auto;
    }

md-tab-group .md-tab-label {
    height: 32px !important;
    line-height: 32px !important;
}

    md-tab-group .md-tab-label:focus {
        outline: none;
        opacity: 1;
        background-color: rgba(0, 124, 205, .3) !important;
        color: #fff;
    }

md-ink-bar {
    background-color: #007ccd !important;
}

fieldset[disabled] .mdl-textfield .disabled-input {
    border-bottom: 1px dotted rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
}

.legitimation-history .drop-ttl {
    width: 70%;
}


.competition-club-player .semibold {
    color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
}



.competition-club-player-dropdown .mdl-textfield {
    padding: 15px 0 !important;
}

.org-dropdown.mdl-textfield {
    padding: 11px 0 !important;
}

.table-actions button.edit {
    color: #83d460;
}

.table-actions button.delete {
    color: #ec7575;
}

.organization-logo-container .upload, .edit-stadium .upload, .organization-component-container .upload {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background: #fff;
}

.current-organization-container .md-input-placeholder, .organization-component-container .md-input-placeholder {
    font-family: "MyriadPro-Semibold";
    font-size: 20px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,.87) !important;
}

.current-organization-container .md-input-wrapper, .organization-component-container .md-input-wrapper {
    margin: 22px 0 !important;
}

.current-organization-container .md-input-underline, .organization-component-container .md-input-underline {
    border-top: 1px solid #d2d2d2 !important;
}

.current-organization-container .md-input-underline .md-input-ripple, .organization-component-container .md-input-underline .md-input-ripple {
    background: #3f51b5 !important;
}

.transfer-config .close {
    font-size: 16px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.transfer-config .close:hover {
    cursor: pointer;
}


.player-limits .mdl-textfield__input {
    padding: 12px 0 8px;
}


.modal .mdl-textfield {
    width: 100%;
}

.modal .mdl-textfield textarea.mdl-textfield__input {
    box-shadow: none;
}

.annual-visa-list md-card {
    padding: 0;
   
}

.annual-visa-list md-card md-card-content {
    padding: 16px;
    margin-bottom: 0;
}

.club-kit .upload {
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none;

}

.stadium-container .upload {
    margin-bottom: 0px;
    width: 250px;
    box-shadow: none;
    border-radius: 0px;
    border-width: 2px;
    border-style: dotted;
    border-color: #ddd;
    border-image: initial;
    background: rgb(255, 255, 255);
    box-shadow: 0px 16px 21px 0px rgba(20, 20, 20, 0.06);
}

.stadium-container .upload input {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.linkbehavior {
    cursor: pointer !important;
}
.linkbehavior:hover { 
    color:  #007ccd;
}
.user-info-input input {
    font-family: "MyriadPro-Regular" !important;
}


.showfile-dialog-container {
    width: 100% !important;
}

.showfile-dialog-container .mat-dialog-container {
    margin: auto !important;
    width: 100% !important
}


.barWithoutSteps {
    top: 20px !important;
    left: 160px !important;
    width: 70% !important;
}

.gender-adjust{
    margin-top: 18px;
}
.button-delete{
    float:right;
}

.color-red {
    color:red;
}

.dashboard .player-info {
    margin-left: auto;
    margin-right: auto;
}

#datetimepickerStartdate .wc-date-container[_ngcontent-c15],
#datetimepickerEnddate .wc-date-container[_ngcontent-c15] {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.12);
}

#datetimepickerStartdate .wc-date-container[_ngcontent-c15] > span[_ngcontent-c15],
#datetimepickerEnddate .wc-date-container[_ngcontent-c15] > span[_ngcontent-c15] {
	color: rgba(0,0,0,.38);
}

.showfile-dialog-container-photo {
    width: 50% !important;
}
