/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2010  HO Ngoc Phuong Trang <tranglich@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

.profileSummary,
.profileLanguages {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-bottom: 10px;
}


.with-title-button h2 {
    margin: 0;
}

/*
 * Summary
 */

#profile .header {
    padding-bottom: 20px;
}

#profile .info {
    padding: 0 20px;
}

#profile .personal-info {
    padding: 5px;
}

#profile .label {
    font-weight: bold;
    padding-right: 20px;
    color: #9e9e9e;
    text-transform: uppercase;
}

#profile .status {
    text-transform: uppercase;
    font-weight: bold;
}

#profile .contributionsBlocked {
    background: url(../../img/warning-small.svg) no-repeat 0px center;
    padding: 0 20px;
}

/*
 * Description
 */
.profileDescription {
    padding: 20px 20px 10px 20px;
    margin: 10px 0;
}

.profileDescription .content {
    padding: 5px 10px;
}

.profileDescription .tip{
    color: #555;
    font-style: italic;
}


/*
 * Languages
 */
.profileLanguages .edit {
    position: relative;
    height: 20px;
}

md-list .language-icon {
    margin: 26px 20px 0 0;
}
html[dir="rtl"] md-list .language-icon {
    margin: 26px 0 0 20px;
}

.md-list-item-text {
    padding: 5px 0;
}
