.page-content{
    padding-left : 0 !important;
    padding-right: 0 !important;
}

.page-content > .col-md-4, .page-content > .col-md-8{
    padding-left : 0 !important;
    padding-right: 0 !important;
}

.file-preview{
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    height: 130px;
}

.file-preview-icon{
    height: 62px;
}
.file-preview-icon img{
    width: 48px;
}

.files_preview_list {
    padding: 15px;
}
.file-list-item {
    margin-bottom: 5px;
    height: 130px;
}

.file-name-preview{
    overflow: hidden;
    width: 55px;
    height: 25px;
}

.drop-area-div{
    height: 95px;
    border: 1px #8c8787 dotted;
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.26)
}

.upload-button{
    display: table;
    margin: 0 auto;
}

.upload-button input{
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 35px;
}

.avatar-preview-box img{
    width: 350px;
    height: 250px;
    max-width: 100%;
}

.image-upload-widget{
    max-width: 350px;
}

.image-upload-widget .btn-danger{
    position: relative;
    right: -30px;
    top: 30px;
}

.comments-box{
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe0e4;
}

.comments-box > .date{
    width: 100% !important;
}

.image-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.future-competitions{
    width: 100%;
    max-width: 675px;
    height: 105px;
    margin-top: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DBE0E4;
}

.owl-stage-outer{
    height: 85px;
}

.app .app-header {
    height: 130px;
}

.app .app-header .container.container-boxed .app-header-logo, .app .app-header .container.container-boxed .app-header-buttons.pull-right  {
    margin-top: 20px;
}
.item .team-data .title{
    font-size:10px;
    width: 50%;
}

.item .team-data{
    display: flex;
}

.item .team-data .title+.pull-right{
    text-align: right;
}

.champ-name .title{
    width: 100%;
    text-align: center;
}
.champ-league .title{
    width: 100%;
    text-align: center;
    color: #d0d3d4 !important;
}


.table-header.table-bordered>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #dbe0e4;
    border-right: 1px solid #dbe0e4;
    line-height: 0px;
    font-size: 11px;
}

.table-team-name{
    font-weight: 600;
}

.table-champ-title{
    text-align: center;
    font-size: 10px;
    color: #949698;
    font-weight: 600;
}


.module-title{
    width: 100%;
    text-align: center;
}

.tile-team-info .tile-image{
    height: 150px;
    display: flex;
}

.tile-team-info .tile-image img{
    max-width: 115px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.event-listing
{
    overflow-x: scroll;
}


.gallery-image img{
    padding: 15px;
}

.app .contact .img-contact{
    width: 75px;
    position: relative;
    top:0;
}

.app .contact.contact-single > .athlete-image {
    width: 130px;
}

.athlete-checkbox
{
    top: -15px;
    position: relative;
}

.team-link{
    color : #000000;
    text-underline: none;
    text-decoration: none;
}

.app .tile-basic .tile-image img.team-photo {
    max-width: 100%;
    object-fit: scale-down;
}