/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2009  Parisi Robin <parisi.robin@gmail.com>
 * 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/>.
 */

/*
 * Random sentence
 */
#randomLangChoice {
    width: 200px;
}


/*
 * Latest messages on Wall
 */
.lastWallMessages {
    margin: 15px 0;
}

.lastWallMessages .header {
    padding: 5px;
}

.lastWallMessages .body {
    padding: 5px 5px 0 5px;
    border-top: 1px solid #D1D1D1;
    color: #656565;
}

.lastWallMessages .link {
    text-align: right;
}


/*
 * Tatoeba short description
 */
.topContent .description {
    padding: 50px 10px;
}

.topContent strong {
    font-size: 24px;
}


/*
 * Search
 */
#new-search-bar {
    padding: 25px 10px;
    margin-top: 20px;
    color: #777;
}

#new-search-bar fieldset {
    padding: 2px 0;
}

#new-search-bar .search-input {
    position: relative;
    width: 800px;
}

#new-search-bar #SentenceQuery {
    padding: 5px 40px 5px 10px;
    width: 800px;
    margin-left: -4px;
}

#new-search-bar #clearSearch {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #CCCCCC;
    position: absolute;
    right: 5px;
    font-size: 24px;
    line-height: 46px;
}

#new-search-bar .search-input,
#new-search-bar .submit {
    display: inline-block;
    vertical-align: middle;
}

#new-search-bar .search-submit-button {
    cursor: pointer;
    width: 60px;
    min-width: 0;
    height: 42px;
    border-radius: 2px;
}

#new-search-bar .search-submit-button svg {
    display: block;
    margin: auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding-top: 2px;
}

#new-search-bar .extra-links {
    width: 850px;
}

#new-search-bar .extra-links em {
    color: #000000;
}

#new-search-bar .advanced-search {
    float: right;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}


/*
 *
 */

.join-us .registerLink {
    margin: 20px 0;
    width: 180px;
}

.guest-sentences-stats {
    padding: 10px 0;
}

.guest-sentences-stats .stat {
    padding: 2px 0;
}

#annexe_content .join-us {
    font-size: 15px;
}