html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "MyriadPro-Regular";
}
.cdk-overlay-pane:not(.showfile-dialog-container-photo):not(.showfile-dialog-container) {
    width: auto !important;
}

.cdk-overlay-pane.showfile-dialog-container {
    width: 95vw !important;
    max-width: 95vw !important;
}

.cdk-overlay-pane.showfile-dialog-container {
    width: 95vw !important;
    max-width: 95vw !important;
    height: 95vh !important;
}

.cdk-overlay-pane.showfile-dialog-container {
  width: 95vw !important;
  max-width: 95vw !important;
  height: 95vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}



.home .mat-card-header-text {
 background: #e9f7ef !important;
}

.away .mat-card-header-text {
background: #fff9e6 !important;
}

.action-btn[_ngcontent-c8] {
    padding: 10px 14px;
    background-color: #2c79b0;
    border-radius: 50px;
    color: white;
    text-align: center;
    border: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

referee-delegation-select .mat-select-trigger, refereeobserver-delegation-select .mat-select-trigger {
  font-size: 13px !important;
    height: 20px !important;
      font-weight: bold !important;
}
referee-delegation-select mat-select {
  margin-top: 0px !important;
}

referee-delegation-select .mat-select-trigger .md-select-value-text, refereeobserver-delegation-select .mat-select-trigger .md-select-value-text  {
  visibility: hidden !important;
    display: none !important;
}

/* afișare custom peste select */
.selected-display {
  top: -25px;
  left: 0px;
  position: relative;
  font-size: 13px;
  pointer-events: none;
   height: 35px;
}

.selected-display .county {
  font-size: 10px;
  color: gray;
  font-style: italic;
}

.no-asterisk .mat-placeholder-required {
    display: none !important;
}
/**/
.user-info md-select .mat-select-trigger {
    min-width: 45px !important;
}

.user-info md-select .mat-select-trigger .mat-select-arrow {
    display: none;
}

.user-info md-select .mat-select-trigger .mat-select-underline {
    display: none;
}

.user-data-mobile md-select .mat-select-trigger {
    min-width: 45px !important;
}

.user-data-mobile md-select .mat-select-trigger .mat-select-arrow {
    display: none;
}

.user-data-mobile md-select .mat-select-trigger .mat-select-underline {
    display: none;
}


.linkbehavior {
    cursor: pointer !important;
}

.linkbehavior:hover {
    color: #007ccd;
}

body {
    background-color: #f2f2f2;
}

.active-link {
    background-color: #fff !important;
    color: #007ccd !important;
}

.active-link span i {
    color: #007ccd !important;
}

.active-link span h6 {
    color: #007ccd !important;
}


/*hack for perfectScrollbar*/
perfect-scrollbar {
    position: relative;
}
.main-content {
    height: 100%;
    position: relative;
    display: block;
}
.sidebar-menu .ps-scrollbar-y-rail {
 left:3px!important;
 width: 100%;
}
.ps-scrollbar-x-rail {
 display: none !important;
}
.ps-scrollbar-y-rail {
 width: 100% !important;
}
.ps-scrollbar-y-rail:hover {
 background: transparent !important;
}
.ps-scrollbar-y-rail>div {
        width: 5px !important;
    background: #00000047 !important;
}

md-input-container, md-select {
    width: 95%;
}

.mdl-grid {
    display:flex!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%;
}

.show-modal .ps-container {
    padding: 20px;
   
}

.flex-row {
    display: flex !important;
    flex-flow: row wrap;
    align-content: flex-start;
    /*align-items: center;*/
}

.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: fixed;
    height: 100%;
    background: #007ccd;
    z-index: 5;
    box-shadow: 8px 0px 32px 0px rgba(40, 40, 40, 0.27); 
}

.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 span {
    display: block;
    color: #fff;
    margin-top: 15px;
    font-family: "MyriadPro-Semibold";
    font-size: 24px;
}
.left-menu {
        height: 500px;
    overflow-y: auto;
}
.left-menu::-webkit-scrollbar {
  width: 3px;
}

.left-menu::-webkit-scrollbar-track {
  background: transparent; /* Fundalul canalului */
}

.left-menu::-webkit-scrollbar-thumb {
  background-color: rgb(132, 131, 131);  /* Bara propriu-zisă */
  border-radius: 4px;
}


.left-menu li {
    padding: 0;
    min-height: 30px;
    height: 33px;
}

.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;
    display: flex;
}

.left-menu a h6 {
    color: #fff;
    font-family: "MyriadPro-Semibold";
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    /*line-height: 60px;*/
}

.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: 0px;
    margin-right: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
      width: 20px;
}

.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;
    position: fixed;
    width: calc(100% - 12.6666666667%);
}

    .mdl-layout__drawer-button {
  display: none !important;
}

.menu-collapsed-on .sidebar-top {
    width: calc(100% - 5%);
}

.sidebar-top-spacer {
    height: 85px;
    float: left;
    width: 100%;
}

.close-search  {
    position: absolute;
    right: 20px;
    top: 20px;
    float: right;
    width: 20px;
    height: 20px;
}

.close-search:hover {
    cursor: pointer;
}


.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: 0px;
    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: 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%;
}*/
.passed .material-icons {
    display: block !important;
}
.passed .material-icons {display:block !important;}
        .display-block {display:block !important;}
        .l2 {left:16% !important;}
        .l3 {left:30.2% !important;}
        .l4 {left:44.6% !important;}
        .l5 {left:58.9% !important;}
        .l6 {left:73.2% !important;}
        .l7 {left:87% !important;}

        .steptitle2 {left:19% !important;}
        .steptitle3 {left:32.2% !important;}
        .steptitle4 {left:45.6% !important;}
        .steptitle5 {left:58.9% !important;}
        .steptitle6 {left:73.2% !important;}
        .steptitle7 {left:86% !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);
    /* @alternate */ background: -moz-linear-gradient(left, rgba(255,144,0,1) 0%, rgba(242,239,234,0) 100%);
    /* @alternate */ background: -webkit-linear-gradient(left, rgba(255,144,0,1) 0%,rgba(242,239,234,0) 100%);
    /* @alternate */ 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;
}
.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;
}

dropdown-component {
    min-height: 62px;
    line-height:62px;
}

.mat-card-content > :first-child, .mat-card > :first-child {
    margin-top:auto!important;
}

.calendar {
    position: absolute;
    right: 0;
    top: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;8px 0px 32px 0px rgba(40, 40, 40, 0.27)
    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;  
    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;
    padding-left: 30px;
}

.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;

	max-height: 500px; /* approximate max height */

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-container.close {
    max-height: 30px;
    /* padding: 30px; */
}

.search-container-inner {
    padding: 0;
}

.search-container.close .search-container-inner {
    display: none;
}

.add-icon, .remove-icon {
    transition: all .10s;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: inherit;
    font-size: 19.5px;
}

.search-container.close .add-icon {
    opacity: 1;
    visibility:visible;
    -webkit-transition-delay: .10s; 
    transition-delay: .10s;
}

.search-container.open .remove-icon {
    opacity: 1;
    visibility:visible;
     -webkit-transition-delay: .10s; 
    transition-delay: .10s;
}

.search-container.close .remove-icon {
    opacity: 0;
    visibility:hidden;
}

.search-container.open .add-icon {
    opacity: 0;
    visibility:hidden;
}


.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 .report.add{
    color: white !important;
    background: cornflowerblue !important ;
}
  .card-actions .report.del{
    color: white !important;
    background: lightcoral !important;
}

.card-actions .history {
    color: #00BFA5;
}

.cdk-global-overlay-wrapper {
      justify-content: center !important;
    align-items: center !important;
}


.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;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
        margin-left: 28px;
    border-bottom: 1.5px dashed;
}

.collapsed li.has-separator a .horizontal-separator {
    margin-left: 0;
    border-bottom: inherit;
}

.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 {
   color: white !important;
  position: fixed;
  left: 45px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease; /* 🔥 animatia */
}

.sidebar-menu.collapsed .left-menu a:hover h6 {
  color: white;
  z-index: 100;
  visibility: visible;
  background: #007CCD;
  height: 33px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  display: flex;
  padding: 0px 10px;

  /* 🔥 efectul de apariție */
  opacity: 1;
  transform: translateX(0);
  left: 66px;
}

.sidebar-menu.collapsed .left-menu li a span {
    justify-content: center;
        margin: 0px;
}

.sidebar-menu.collapsed .left-menu li a i {
    font-size: 20px;
    line-height: 60px;
    margin: 0px;
}

.sidebar-menu.collapsed .collapse-container {
    position: relative;
    top: 10px;
    right: 0;
    display: block;
    margin: 0 auto;
}

.sidebar-menu.collapsed .poweredlogo img {
    width: 60%;
}

.sidebar-menu.collapsed .logo {
    height: 10%;
}

.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;
      z-index: 1000;
}
.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%;
    height: 20%;
}

.logo span {
    display: block;
    color: #fff;
    margin-top: 10px;
    font-family: "MyriadPro-Regular";
    font-size: 12px;
}

.logo img {
    height: 100%;
    width: 90%;
}
.poweredlogo {
    text-align: center;
    height: 20%;
    bottom: 0;
    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 {
    line-height: 35px;
    height: 70px;
    float: none;
    text-transform: uppercase;
    padding: 0px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.display-block {
    display: block !important;
}

.user-info {
    line-height: 70px;
    margin-right: 30px;
}

input, textarea {
    width: 95%;
}

.user-info i {
    vertical-align: middle;
}

.user-info span, .club-container span {
    color: rgb(51, 51, 51);
    font-size: 12px;
}
.menu-scroll {
    position: relative;
    display: block;
    height: 60%;
}

.left-menu {
    display: block;
        margin: 0px;
            
    /*box-shadow: 8px 0px 32px 0px rgba(40, 40, 40, 0.27) inset;*/
}

.left-menu a h6 {
    color: rgb(255, 255, 255);
    font-family: MyriadPro-Semibold;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
}

.left-menu li a span {
    line-height: normal;
    width: 95%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.left-menu li a i {
    margin-left: 0px;
    margin-right: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
        width: 20px;
}

.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: 1;
}

.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: 120px;
    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%;
}

.match-container .drop-ttl {
    width: 60%;
}

.match-step[data-step="6"] .drop-ttl {
    width: 80%;
}

.club .drop-ttl {
    width: 70%;
}

.match-step[data-step="2"] label {
     color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
}

.match-step[data-step="2"] autocomplete-component .mdl-textfield, .club dropdown-component .mdl-textfield {
    padding-top: 0px;
}

.match-step[data-step="2"] autocomplete-component .mdl-textfield__input {
    padding-bottom: 2px;
}

.match-step[data-step="2"] dropdown-component .mdl-textfield {
    padding-top: 3px;
}

.match-step[data-step="2"] switch-component .mdl-grid.mdl-grid--no-spacing {
    padding-top: 10px;
}


.match-step[data-step="3"] dropdown-component .mdl-textfield, .match-step[data-step="4"] dropdown-component .mdl-textfield, .match-step[data-step="5"] dropdown-component .mdl-textfield {
    padding-top: 3px;
}

.club .mdl-textfield {
    width: 100%;
}

.club .upload {
    margin-bottom: 0;
    border-radius: 0; 
     border: none; 
     background: transparent; 
     box-shadow: none; 
}

.club {
    padding-bottom: 30px;
}


.club-kit .upload {
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    background-color: #fff;
}

.club-kit .upload img {
    height: 100%;
    width: auto;
}

.club-kit h5 {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 5px 15px;
}

.player-list dropdown-component .mdl-textfield {
    padding-top: 5px;
}



.gender .mdl-textfield {
    padding: 4px 0 !important;
}

#PlayerCitizenship ul li span i {
    font-size: 1em;
    vertical-align: middle;
}

#PlayerCitizenship ul {
    padding: 0;
    float: left;
    position: absolute;
}

#PlayerCitizenship ul li {
    margin-left: 0;
}

#PlayerCitizenship ul.mdl-menu li {
    border-radius: 0;
    margin: 3px;
    padding: 0 1.6em 0 .857em;
    line-height: 48px;
    display: inherit;
    float: none;
    color: #444;
    border-color: #fafafa;
    background-color: inherit; 
}

#PlayerCitizenship ul.mdl-menu li:hover {
    background-color: #ebebeb;
}

.request-box {
    margin: 0 50px 0;
}

.autocomplete-club label {
    position: absolute;
    color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
    position: absolute;
    top: 5px;
}

.autocomplete-club input {
    margin-top: 6px;
    padding: 4px 0 7px;
}

.request-status md-tab-group {
    width: 100%;
}

.request-status md-tab-group .md-tab-header {
    margin-bottom: 15px;
}

.request-status md-tab-group .md-tab-label {
    width: 33.33333333%;
    min-width: inherit !important;
    height: 32px;
    line-height: 32px;
}

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;
}

.request-status .container {
    height: 100%;
}

.request-status .button-actions-container {
    margin: 20px 0;
    float: right;
    width: 100%;
}

.request-status .md-tab-body{
    overflow: inherit !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;
}

.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;
}

.dropdown-player-profile .mdl-textfield {
    margin-top: 4px;
}

.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;
}

.legitimation-history .drop-ttl {
    width: 70%;
}


table.full-width button.download {
    color: #ec7575;
}

.table-actions button.edit {
    color: #83d460;
}

.table-actions button.view {
    color: #ff9000;
}

autocomplete-component#Club .mdl-textfield {
    padding: 0 0 20px;
}

autocomplete-component#Club .mdl-textfield .mdl-textfield__input {
    padding-bottom: 12px;
}

autocomplete-component#Club .mdl-textfield .semibold {
    color: #8f8f8f;
    font-size: 12px;
    font-family: "MyriadPro-Semibold";
}










.fab-buttons {
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 1;
}

.full-width {
    width: 100%;
}


.input-error {
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}

.md-overlay-container {
    z-index: 5 !important;
}

.md-dialog-container {
    background-color: #f2f2f2;
    overflow: visible;
}

.card-container {
    display: flex;
    width: 100%;
}


.t-label {
    text-overflow: ellipsis;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    padding-bottom: 8px;
    box-sizing: border-box;
}

.text-right {
    text-align: right;
}


.cdk-overlay-container {
    overflow: auto !important;
}


referee-select > div {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

match-observer-select > div {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mo-buttonback {
    margin-left: 8px;
}

.t-label {
	    font-size: 17px;
    color: black;
    font-weight: normal;
    margin-right: 10px;
	    padding-bottom: 0px;
}

.referee-data {
    margin-left: 10% !important;
  width: 80% !important;
}

.referee-select .md-select-value {
  display: none !important;
    visibility: hidden !important;
}
.referee-select-wrapper {
    width: 100% !important;
}

@media (min-width: 840px) {
    .mdl-grid--no-spacing>.mdl-cell--2-col, .mdl-grid--no-spacing>.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
        width: 12.6666666667%;
    }
        .menu-collapsed-off {
    margin-left: 12.666667% !important;
}
.sidebar-top {
   top: 0px;
}
    .mdl-layout.tablet-sidebar-menu-container {
            position: fixed !important;
    z-index: 10000 !important;
    }
}

@media (max-width: 768px) {
        .logo img {
 height: auto;
    width: 50%;
}

.left-menu li {
    height: 45px;
}
    .left-menu a h6 {
        font-size: 14px;
    }
}