html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "MyriadPro-Regular";
    overflow: hidden;
}

.user-info mat-select .mat-select-trigger {
    min-width: 45px !important;
    min-height: 50px !important;
    display: flex !important;
}

.user-info mat-select .mat-select-trigger .mat-select-arrow-wrapper {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mdl-layout__drawer-button {
        padding: 11px 7px !important;
    }

    .logo {
        width: 50%!important;
    }

    .sidebar-menu {
        display: none;
    }
    .mdl-layout__drawer{
        z-index:8;
    }
}

/**/

.mat-tab-label {
    line-height: 30px !important;
    height: 30px !important;
    padding: 0 4px !important;
}

.mat-checkbox-inner-container {
    width: 14px !important;
    height: 14px !important;
}
.mat-tab-body-content {
    overflow: hidden!important;
}
/**/
.modal-layout {
    top:0;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.mdl-layout__container {
    display:block!important;
}

.mdl-layout__content {
    z-index:10000;

}

.scroll-y {overflow-x:hidden; overflow-y:scroll;}

body {
    background-color: #f2f2f2;
}

.mat-input-container {
    width: 100%;
}

/*hack for perfectScrollbar*/
.main-content {
    height: 100%;
    position: relative;
}

.sidebar-menu .ps-scrollbar-y-rail {
    left: 3px !important;
}

.top-spacer {
    height: 70px;
    display: block;
    width: 100%;
}


/*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 {padding:10px!important}
md-card-content, md-card-actions {
    margin-bottom:0!important;
}

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*/

.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 h6 {
        color: #fff;
        font-family: "MyriadPro-Semibold";
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
    }

    .left-menu a:hover {
        background-color: #fff;
        color: #007ccd;
    }

        .left-menu a:hover h6 {
            color: #007ccd;
        }

.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: relative;
    z-index: 4;
}

.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;
}*/

.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;*/
    z-index: 6;
    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: 14.28%;
    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: 25.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;
}

.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 {
    }

    .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;
    width: 50%;
    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: 10px 20px;
        border-radius: 30px;
        height: 35px;
        margin-left: 30px;
        cursor: pointer;
    }

        .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: 138px !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: 24px;
    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;
}

a.rectangle:hover span, a.rectangle.active span {
    color: #fff;
}

.rectangle:last-child {
    position: absolute;
}

.lead-container {
    margin-bottom: 47px;
}

.tax {
    margin-top: 60px;
}

.table-actions button.delete {
    color: #ec7575;
}

.table-actions button.edit {
    color: #83d460;
}

.table-actions button.contacts {
    color: #ff9000;
}

.add-button {
    background: #007ccd !important;
}

.cancel-button {
    background: #ec7575 !important;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}

.save-button {
    background: #83d460 !important;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}

.table-actions button i {
    font-size: 18px;
}


table tr:first-child {
    word-wrap: break-word;
    white-space: normal;
}

.mdl-color--primary {
    background-color: #007ccd !important;
}

.mdl-card__title-text {
    font-size: 18px;
}

.mdl-textfield__label:after {
    background: #007ccd !important;
}

.no-radius {
    border-radius: 0;
}

.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);
}

.button-radius {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.mdl-button--raised {
    box-shadow: -2px 10px 21px 0px rgba(168, 171, 166, 0.54);
}

.mdl-card__actions {
    padding: 18px;
}

table.full-width {
    width: 100%;
}


.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-data-table {
    border-collapse: initial;
}

    .mdl-data-table td {
        border-bottom: none;
    }

.main-content {
    overflow-y: scroll;
}

.administration-zone {
    display: inline-block;
    line-height: 110px;
}

    .administration-zone .adm-image {
        width: 60px;
        height: 110px;
        float: left;
        margin: 0 20px 0 40px;
    }

        .administration-zone .adm-image img {
            width: 100%;
        }

    .administration-zone a {
        text-decoration: none;
        color: #525252;
    }

        .administration-zone a:hover {
            color: #007ccd;
        }

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;
}

.full-height {
    height: 100%;
}

.add-role-list ul:first-child {
    padding: 0;
}

    .add-role-list ul:first-child li {
        height: 34px;
        line-height: 34px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .add-role-list ul:first-child li .delete {
            color: #ec7575;
            bottom: inherit;
            right: 20%;
        }

            .add-role-list ul:first-child li .delete i {
                font-size: 18px;
            }

.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-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;
}

.disabled-input {
    position: relative;
    border-bottom: 1px solid #d2d2d2;
}

    .disabled-input span {
        padding-bottom: 4px;
        font-size: 18px;
        margin-top: 7px;
        border: none;
        display: block;
        font-size: 16px;
        font-family: "Helvetica","Arial",sans-serif;
        margin: 0;
        padding: 4px 0;
        width: 100%;
        background: 0 0;
        text-align: left;
        color: inherit;
    }

    .disabled-input label {
        color: #8f8f8f;
        font-size: 12px;
        font-family: "MyriadPro-Semibold";
    }

#PlayerCitizenship ul {
    margin: 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;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

    .logo span {
        display: block;
        color: #fff;
        margin-top: 10px;
        font-family: "MyriadPro-Regular";
        font-size: 12px;
    }

    .logo img {
        width: 90%;
    }

.poweredlogo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

    .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;
}

.player-birth-date, .medical-visa-expiration-date {
    position: relative;
    display: block;
}

.upload-button {
    color: #8f8f8f;
    background-color: transparent;
    box-shadow: none;
    bottom: 23px !important;
}

.club-container-left {
    /*margin-top: 30px;
    margin-bottom: 5px;*/
    line-height: 70px;
    float: none;
    text-transform: uppercase;
    padding: 0px;
}

.user-info {
    line-height: 70px;
    margin-right: 30px;
}

    .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;
}

.icon-close-circle {
    font-size: 18px;
    color: #FF3D00;
}

.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%;
    }


.mdl-menu__container {
    left: 0px !important;
    top: 70px !important;
    height: 200px !important;
    width: 180px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

    .mdl-menu__container ul {
        left: 0 !important;
    }

        .mdl-menu__container ul li {
            padding-left: 16px !important;
        }

.mdl-button__ripple-container {
    display: initial !important;
    position: relative !important;
}

#Role > div.mdl-menu__container {
    width: 350px !important;
    height: 350px !important;
}

.dropdown-full-width .mdl-menu__container {
    width: 100% !important;
}

    .dropdown-full-width .mdl-menu__container ul {
        width: 100% !important;
    }

.add-role-list .mdl-textfield  {
    width: 100% !important
}

.top-dinamic .mdl-menu__container {
    position: relative !important;
    top: 0 !important;
}

.linkbehavior {
    cursor: pointer !important;
}
.linkbehavior:hover { 
    color:  #007ccd;
}