/* INDEX */
.modal-header .modal-title{
    color: black;
    font-size: 16px;
}
input[type=text], input[type=email], input[type=url], input[type=search], input[type=password], textarea{
    height: 35px;
    border: 1px solid #ced4da;
}
input[type="text"]:active, input[type="text"]:focus {
    color: unset;
    background: transparent;
}
input[type="text"]{
    box-shadow: none;
}
#main_content{
    min-height: 80vh;
    padding: 30px;
    flex-wrap: wrap;
}
#main_content #header_actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
#main_content #articles_content{
    flex-wrap: wrap;
}
#main_content #articles_content .card{
    margin: 10px;
}
#main_content #articles_content .card .card-img-top {
    height: 180px;
    object-fit: cover
}
#main_content #articles_content .card .card-body{
    height: 220px;
}

/* LOGIN */
#login-page{
    padding-top: 200px;
    height: 100vh;
    background: url('/assets/img/2022-23/gestion-equipos.jpg');
    background-size: cover;
}
#login-page form label{
    color: #ddb402;
    margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

#login-page form input{
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ddb402;
    color: #ddb402;
}
#login-page form input#login{
    background-color: #ddb402;
    color: black;
    width: 180px;
    font-weight: bold;
    margin-top: 20px;
}
/* 
    PROFILE
*/







/* MODAL */
.modal .error{
    height: 50px;
}
/* SHOW ARTICLE */
.page#post{
    min-height: 120vh;
    padding: 50px 100px;
    position: relative;
}
.page#post #actions{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50px;
}
.page#post .created{
    display: flex;
    justify-content: flex-end;
}
.page#post img, .page#edit_article img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.page#post .body_post p{
    white-space: pre-wrap;
}

/* Vista Edit Article */
.page#edit_article textarea {
    height: 80vh;
}

/* Profile User */
.miequipo .cabecera-page {
    height: 620px;
    width: 100%;
    background-image: url(/assets/img/2022-23/Equipos-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.miequipo .cabecera-page .page-title h1{
    color: white;
}
#main_content_team{
    background-color:#ededed;
    position: relative;
}
#main_content_team .actions{
    width: 100%;
    height: 40px;
    background-color: #ededed;
    color: black;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 92px;
    z-index: 10000;
    background: transparent;
}
#main_content_team .actions .btn-back{
    color: black;
    text-decoration: underline;
}
#main_content_team .actions .btn-mercado{
    color: red;
    text-decoration: underline;
}
#main_content_team .actions .logout{
    background: #5a5a5a;
    margin-right: 10px;
}
#main_content_team .actions .logout input{
    color: white;
    color: white;
    height: auto;
    padding: 7px;
}
#main_content_team .actions .user-login{
    color: black;
    text-decoration: none;
    margin-right: 15px;
}
#main_content_team .show_user{
    padding: 30px;
}
#main_content_team .profile_user{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
#main_content_team .profile_user{
}
#main_content_team .profile_user .column{
    width: 100%;
    padding: 0;
}
#main_content_team .profile_user .message-container{
    position: fixed;
    display: flex;
    justify-content: center;
    display: none;
    top: 25%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#main_content_team .profile_user .message-container.visible{
    display: flex;
}
#main_content_team .profile_user .message-container .closebtn{
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    padding: 10px;
    z-index: 100;
    cursor: pointer;
}
#main_content_team .profile_user .message-container .message-action{
    position: absolute;
    top: -40px;
    width: 50%;
    padding: 10px;
    z-index: 100;
}

#main_content_team .profile_user .column #tab .tab-content{

    margin-bottom: 0px;
}

#main_content_team .profile_user .column #tab .listado{
    border: none;
    background-color: #ededed;
}
#main_content_team .profile_user .column #tab .listado>ul{
    padding: 0 10%;
    background: white;
}
#main_content_team .profile_user .column #tab .listado .tab-content{
    width: 70%;
}
#main_content_team .profile_user .column #tab .listado .tab-content form{
    position: relative;
    padding: 20px;
}
#main_content_team .profile_user .column #tab .listado .tab-content form label{
    margin: 10px 2px;
}
#main_content_team .profile_user .column #tab .listado .tab-content form label span{
    color: red;
}
#main_content_team .profile_user .column #tab .listado .tab-content form .actionsBtn{
    position: absolute;
    bottom: 0;
    right: 0;
}
#main_content_team .profile_user .column #tab .listado .tab-content form .actionsBtn .buttonPrimary{
    background-color: #e4b300;
    color: black;
    border: none;
    cursor: pointer;
}
#main_content_team .profile_user .column #tab .listado .tab-content form .imgpview img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background:transparent
}
#main_content_team .profile_user .column #tab ul.ui-tabs-nav > .ui-tabs-tab{
    border: 1px solid #eee;
}
#main_content_team .profile_user .column #tab ul.ui-tabs-nav > .ui-tabs-tab > a{
    background-color: white;
}
#main_content_team .profile_user .column img{
    background: radial-gradient(#ffffff, #d1dfea);
}
#main_content_team .profile_user .column .created_date{
    margin-top: 25px;
    text-align: center;
}

/* Edit User */
#main_content_team .profile_user.edit .column .input_img_profile{
    width: 200px;
    height: 200px;
    position: relative;
    cursor: pointer;
}
#main_content_team .profile_user.edit .column .input_img_profile input{
    cursor: pointer;
}
#main_content_team .profile_user.edit .column .input_img_profile:hover::before{
    cursor: pointer;
    position: absolute;
    content: "Sube una foto";
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(163, 163, 163, 0.459);
    
}
#main_content_team .profile_user.edit .column .input_img_profile input{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#main_content_team .profile_user.secondary_actions {
    border-top: 1px solid#eee;
    padding-top: 25px;
}
#main_content_team .profile_user.secondary_actions .column form{
    display: flex;
}
#main_content_team .profile_user.secondary_actions .column form input.form-control{
    margin-right: 30px;
    width: 60%;
}


.deletePlayerBtn, .editPlayerBtn{
    background-color: #ddb402;
    color: black;
    width: 180px;
    font-weight: bold;
    margin-top: 20px;
}

.input[type="text"]:active, input[type="text"]:focus {
color: black;
}


/* MODALS */
.modal .modal-dialog .modal-content .modal-body .form-group img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.modal .modal-dialog{
    max-width: 70%;
}

.imgpview {
    position: relative;
    width: 200px;
    height: 200px;
}
.imgpview label{
    width: 100%;
    height: 100%;
}

.imgpview img{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
}
.labelimg{
    margin-bottom: 10px;
    display: block;
}
.imgpview.imgequipo{
    width: 100%;
    height: 300px;
}
.imgpview input#imgupload, .imgpview input#imguploadedit{
    display: none;
    width: 100%;
    height: 100%;
}
.imgpview input[type="file"]{
    display: none;
    width: 100%;
    height: 100%;
}

.edit-team{
    border-bottom: 1px solid #ededed;
}
.edit-team textarea{
    height: auto;
    resize: vertical;
}
.edit-team textarea{
    width: 100%;
}
input.btnSaveTeam{
    background-color: #ddb402;
    color: black;
    width: 180px;
    font-weight: bold;
    margin-top: 20px;
}
.player-list{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.player-list .card-player{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 200px;
    padding: 15px;
}
.player-list .card-player img{
    width: 50%;
    max-height: 200px;
    object-fit: cover;
}
.player-list .card-player .player-info{
    width: 50%;
    padding-left: 10px;
}
.player-list .card-player .player-info p{
   margin-bottom: 4px;
}
.player-list .card-player .player-info button{
    background-color: transparent;
    margin:0;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
}
.deletePlayerPopup{
    cursor: pointer;
}

/* FOOTER */
footer{
    height: 100px;
    background: #d7d7d7;
}
footer .container,footer .row{
    height: 100%;
}

@media screen and (max-width:768px) {
    #main_content_team .profile_user .column #tab .listado .tab-content{
        width: 100%;
    }
    
}