/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 dic 2019, 00:01:40
    Author     : gitag
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
  font-family: "Roboto","Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8rem;
}


body.login-page {

    background-image: url(../img/bg-cover.jpg);
    background-size: cover;


}

body.login-page::before {
    background: rgba(0,0,0,.40);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}


.h5, h5 {
    font-size: 0.85rem;
}

.login-box
{
       
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    --animate-duration: 1.8s;
    
}

.login-box .login-card {
    background: rgba(0,0,0,.5);
    display: block;
    padding: 10px;
    border-radius: 5px;
    min-height: 140px;
}

.login-card-body{
    background-color: transparent;
    border-top: 0;
    color: #fff;
    padding: 20px;
}

.login-page-footer {
    height: 60px;
    background: rgba(0,0,0,.4);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color:#fff
}


.login-card-body .form-control ,  .login-card-body .input-group-text
{
    border: none;
}

.login-card-body .form-control 
{
   height: 2.5rem;
}



.login-page-footer .copyright {
    float: left;
    line-height: 60px;
    text-indent: 20px;
}

.login-page-footer .logo {
    float: right;
}



body
{
     background-image: url(../img/bg-cover-h.jpg);
      /* background-repeat: no-repeat;
      background-attachment: fixed; */
      background-size: cover;
}


#maincontent
{
    background: transparent;
    animation: colour-change ;
    animation-iteration-count: 1 ;
    animation-duration: 1s ;
    animation-fill-mode: forwards; 
    
}

@keyframes colour-change {
  0% {
  background-color: trasparent ;
    }
    100% {
  background-color: rgb(0,0,0,0.3) ;
    }  
}


.form-control
{
    font-size: 0.8rem;
}

/*
.table th, .table td {
    padding: 0.35rem;
    vertical-align: middle;
  
}
*/

.form-control 
{
   height: 2rem;
   border-radius: 0;
}

.input-group-text
{
    border-radius: 0;
    padding: .175em .75em;
    background-color: transparent;
    font-size: 0.8rem;
}

.login-box input
{
    font-family: "Open Sans";
    letter-spacing: 0.05rem;

}


.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-top-right-radius: 0;
    color: #000b16;
        
}

.login-card-body .input-group > .input-group-append > .input-group-text, 
.login-card-body .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.login-card-body .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.btn-sm
{
    font-size: 12px;
}


.page-item.active .page-link {
    
    background: #0052d2 linear-gradient(180deg, #0087ed ,#0052d2) repeat-x !important;
    
}



.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.seriale
{
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
}

.card-flat {
    box-shadow: none;
    margin-bottom: 0px;
}



.btn {
     
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}


.nav-sidebar .nav-header:not(:first-of-type) {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-info
{
    color: #fff!important;
}

#main-navbar .nav-link
{
    text-transform: uppercase;
}
.error{
    
    font-weight: lighter!important;
    font-style: italic;
    font-size: 10px;
}

.bg-yellow-light
{
    background-color: #faf9bd!important;
}

.bg-grey-light
{
    background-color: #efefef!important;
}

.match-report {
    font-size: 0.8rem!important;
}

 .player_row {
    border-bottom: solid 1px #dedede;
}

.content-wrapper > .content {
    padding: 0 1.5rem;
}

.content-header {
    padding: 15px 1.5rem;
}

.small-box > .inner {
    padding: 18px;
}

#tblcontseg 
{
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}


#tblcontseg td
{
    padding: 8px;
    border: 1px solid #000;
    text-align: center;
}

#tblcontseg .no-border
{
    border: 0px none!important;
}

#tblcontseg .tdhead
{
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 768px) {
  #autocompaz
    {
        width: 350px;
    }
}

#cardultimoesamebody .list-group-item
{
    background-color: transparent;
}


.input-group-text-dark {
    
    color: #ffffff;
    background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
    border: 1px solid #343a40;
    
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #ffc107;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


.navbar {
     padding: .3rem .3rem;
}

.fc .fc-timegrid-slot {
    height: 3em;
    border-bottom: 0;
}

.fc-timegrid-event .fc-event-main {
    padding: 5px;
}


#cardnote .direct-chat-text {
    
    margin-left: 0px;
}

#cardnote .direct-chat-name {
    font-size: 0.8em;
}


footer.main-footer
{
    background: rgba(0,0,0,.8);
    color: #fff;
    min-height:70px;
    height: 70px;
    margin-top: auto;
    
}


.dark-mode .bg-gradient-blue, 
.bg-gradient-blue, .fc-addEventButton-button 
{
    background: #0052d2 linear-gradient(180deg, #0087ed ,#0052d2) repeat-x !important;
    color: #fff;
}



.dark-mode .bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.dark-mode .bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.show > .dark-mode .bg-gradient-blue.btn.dropdown-toggle,
.bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.show >.bg-gradient-blue.btn.dropdown-toggle 
{
  background-image: none !important;
}

.dark-mode .bg-gradient-blue.btn:hover,
.bg-gradient-blue.btn:hover {
  background: #0052d2 linear-gradient(180deg, #0052d2 ,#0052d2) repeat-x !important;
  /*border-color: #0087ed;*/
  color: #fff;
}

.dark-mode .bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.dark-mode .bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.dark-mode .bg-gradient-blue.btn:active,
.dark-mode .bg-gradient-blue.btn.active,
.bg-gradient-blue.btn:not(:disabled):not(.disabled):active,
.bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.bg-gradient-blue.btn:active,
.bg-gradient-blue.btn.active 

{
  background: #0052d2 linear-gradient(180deg, #0087ed ,#0052d2) repeat-x !important;
  border-color: #2c4765;
  color: #fff;
}

.dark-mode .bg-gradient-blue.btn:disabled,
.dark-mode .bg-gradient-blue.btn.disabled, 
.bg-gradient-blue.btn:disabled,
.bg-gradient-blue.btn.disabled 
{
  background-image: none !important;
  border-color: #3f6791;
  color: #fff;
}





.dark-mode .navbar-yellow {
    background-color: #ffd100;
    color: #002f6c;
}

.bg-yellow {
    background-color: #ffd100 !important;
}
.card {
    border-radius: 0;
}

.card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-title
{
    font-weight: 600;
    text-transform: uppercase;
    color:#002f6c; 
}

.main-sidebar-custom
{
    background-color: #ffd100;
}

.main-sidebar-custom .brand-link
{
 
    background-color: #343a40!important;
    border-color: #4b545c;
    height: 61px;
}


.card-custom .card-title
{
    line-height: 48px;
}




.form-title{
    font-weight: 600;
    text-transform: uppercase;
    color: #52585d;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    
}

.form-title-extra{
    
    display: block;
}

.player-name
{
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 600;
}

.player-spec .list-group-item
{
    padding: 0.1em;
    border: none;
}

.player-spec-label,
.player-spec-value
{
    font-size: 0.8rem;
}

.player-spec-label
{
    font-weight: 500;
    float: left;
    min-width: 90px;
}

#player-tabs  {
    border-bottom:none;
}

label,[class*=icheck-]>label {
    text-transform: capitalize;
    font-weight: 500!important;
    font-size: 0.8rem!important;
    letter-spacing: 0.02rem;
}

 .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.nav-tabs .nav-link {
    border: 1px solid #000000;
    background-color: #efefef;
}

.nav-tabs .nav-link:hover {
    border-color: #000000;
}

.ck-editor__editable {
  min-height: 150px;
}

.btn-group-sm>.btn, .btn-sm {
     border-radius: 0;
}

.list-search-item
{
    border-bottom: 1px solid #dedede;
    padding:5px;
    line-height: 1.5;
    display: block;
}

.list-search-item:hover
{
    background-color: #dedede;
}

.fc .fc-timegrid-slot {
    height: 3em;
    border-bottom: 0;
}

.fc-timegrid-event .fc-event-main {
    padding: 5px;
}

#scheme-container,
#top-team-container
{
     background-image: url(../img/soccer-field.png);
      /* 
      background-attachment: fixed; */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
      
          
}

.top-team-list .player-name
{
    padding-left:2px;
    font-size:11px;
    font-weight: 700;
}

.top-team-list .player-birth-date
{
  float:right;
}

.top-team-list .player-team
{
  padding-left:18px;
  display:block;
}

 
#top-team-container
{
      width: 100%;
}

#top-team-container .row_player
{
    margin-bottom: 75px;
}


@media (min-width: 576px) {
    .div-search-box-player .form-inline .custom-select, .form-inline .input-group {
        width: 200px;
    }
}

@media (min-width: 900px) {
    .div-search-box-player .form-inline .custom-select, .form-inline .input-group {
        width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    
    #scheme-container,
    #top-team-container
    {
        width: 1024px;
        height: 1300px;
    }
    
    #top-team-container .cell_roles
    {
        max-width: 200px;
        width: 200px;
    }
    
    #top-team-container .row_player
    {
        margin-bottom: 75px;
    }
    
     .div-search-box-player .form-inline .custom-select, .form-inline .input-group {
        width: 400px;
    }
  
}



#scheme-container .cell,
#scheme-container .cell_roles,
#top-team-container .cell,
#top-team-container .cell_roles
{
    width: 140px;
    height: 180px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 3px;
}



@media only screen and (max-width: 768px) {
    
    #scheme-container .cell,
    #scheme-container .cell_roles
    {
        width: 40px;
        height: 40px;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 3px;

    }
    
    #top-team-container .cell,
    #top-team-container .cell_roles
    {
        width: 130px;
        height: 100px;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 3px;

    }
    
    #scheme-container,
    #top-team-container
    {
        height: 600px;
    }
    
    #top-team-container .row_player
    {
        margin-bottom: 15px;
    }
    
    .div-search-box-player
    {
        width: 300px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    #scheme-container .cell,
    #scheme-container .cell_roles,
    #top-team-container .cell,
    #top-team-container .cell_roles
    {
        width: 60px;
        height: 60px;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 3px;

    }
    
    #scheme-container,
    #top-team-container
    {
        height: 400px;
    }
    
    #top-team-container .row_player
    {
        margin-bottom: 15px;
    }
    
    .top-team-list .player-name
    {
       display: none;
    }

    .top-team-list .player-birth-date
    {
      display: none;
    }

    .top-team-list .player-team
    {
      display: none;
    }
    
    #top-team-container .cell_roles_bottom
    {
        font-size: 8px;
    }
    
}

@media only screen and (min-width: 1024px) {
    
    #top-team-container .cell_roles
    {
        max-width: 200px;
        width: 180px;
    }
    
}


/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.cell_roles_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.cell_roles_scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cell_roles_scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}






#scheme-container .cell,
#scheme-container .cell_roles
{   
    border:1px solid #a5a5a5;
    transition: background-color 0.3s ease-in-out;             
}

#scheme-container .cell{
    background: rgba(165, 165, 165, .5)    
}

#scheme-container .cell:hover{
    background: rgba(255, 209, 0, .5)    
}

#scheme-container .cell_roles
{
   background: rgba(255, 209, 0, 1)    
}

#scheme-container .cell_roles:hover
{
   background: rgba(0, 82, 210, 1);
}

#scheme-container .cell_roles_label
{
    height: 80%;
}

#scheme-container .cell_roles_bottom
{
    height: 20%;
    background-color: #f8f9fa;
}

#scheme-container .cell_role_add
{
    width: 24px;
}

a.white:hover {color: #ffffff;}




#top-team-container .cell
{
    transition: background-color 0.3s ease-in-out;     
}

 

#top-team-container .cell_roles
{
    
    border:1px solid #000000;
    transition: background-color 0.9s ease;     
    background: rgba(0, 0, 0, .8);
    margin: 0 auto;
}


#top-team-container .cell_roles:hover
{
   background: rgba(222, 222, 222, 1);
}

#top-team-container .cell_roles_player
{
    color:#000;
   /* background: rgba(255, 255, 255, 1);*/
}

#top-team-container .cell_roles_player .player-name:hover 
{
    color:#fff;
}

#top-team-container .cell_roles_bottom
{
    height: 20%;
    background-color: #f8f9fa;
}
#top-team-container .cell_roles_player
.profile-user-img {
    width: 60px;
    border: 0px;
}

#top-team-container .cell_roles_container
{
    clear: both;
    height: 90%;
    
}

#top-team-container .btn-tool {
    
    color: #adb5bd;
    margin-top:4px;
    margin-right: 4px;
    padding: 0px;
}

.top-team-list li {
    
    font-size: 0.8em;
    background-color: #f8f9fa;
    margin-bottom: 2px;
    padding: 1px;
    color: #000b16;
    
    
}



table.dataTable tbody td {
  vertical-align: middle;
}

.wg-table {
    border-collapse: separate!important;
    border-spacing: 0 0.4em;
}

.wg_logo {
     margin-bottom: 2px;
}

.wg_info {
    border: 1px solid #fff!important;
    width: 20px!important;
    height: 20px!important;
    line-height: 20px!important;
    background-color: #3a4047!important;
    font-size: 12px!important;
    border-radius: 0px!important;
}

@media (min-width: 1024px) {
    .wg_modal_content {
         width: 90%!important;
    }
}

.wg_modal_close {
    background-color: #3A4047!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff!important;
    border: 1px solid #fff;
}

.select2-container--bootstrap4 .select2-results__group {
    background-color: #ededed;
}

.tbl-small tbody>tr>td:first-of-type,
.tbl-small tbody>tr>th:first-of-type,
.tbl-small tfoot>tr>td:first-of-type,
.tbl-small tfoot>tr>th:first-of-type,
.tbl-small thead>tr>td:first-of-type,
.tbl-small thead>tr>th:first-of-type {
     padding-left: 0!important; 
}

.tbl-small tbody>tr>td:last-of-type,
.tbl-small tbody>tr>th:last-of-type,
.tbl-small tfoot>tr>td:last-of-type,
.tbl-small tfoot>tr>th:last-of-type,
.tbl-small thead>tr>td:last-of-type,
.tbl-small thead>tr>th:last-of-type {
    padding-right: 0!important;
}

.game-box .score {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 500;
    margin-top: .50rem;
    margin-bottom: .50rem;
    
}