.comdelete {
    cursor: pointer;
    color: red;
    font-weight: 700;
    border-bottom: 1px dashed red;
}

.editadmin {
    cursor: pointer;
}

.editadmin:hover {
    background-color: #fff2ea;
}

#tData .tab-content {
    background: #fff;
    line-height: 23px;
    padding: 20px;
    position: relative;
}

#tDataRequest ul,
#tDataRequest li {
    line-height: 1.2;
}

#tRequestError,
#tRequestSuccess {
    display: none;
}

#tRegisterForm div.alert {
    font-size: 18px;
}

#tRegisterForm .alert-info p {
    margin-top: 10px;
}

.tDate {
    color: #ccc;
}

.tLoader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 24;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 50px;
}

.tLoaderRequest {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 24;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 50px;
}

#tDataRequest {
    min-height: 200px;
}

#tRequestList,
#tournament {
    position: relative;
}

#tournament .tab-content:before {
    height: 0px;
}

#tournament .nav-tabs > li.active > a {
    color: #f60;
}

#tournament input[type="text"],
#tournament input[type="email"],
#tournament select {
    margin: 0px 0px 5px 0px;
}

.nav-tabs li a {
    text-decoration: none;
}

#tDataRequest .list-group-item {
    display: flex;
    justify-content: space-between;
}

#tAdminDataBlock .list-group-item {
    cursor: pointer;
}