/**
 * UGENE - Integrated Bioinformatics Tools.
 * Copyright (C) 2008-2017 UniPro <ugene@unipro.ru>
 * http://ugene.net
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 */

html, body {
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
}

.main_table {
    height: 100%;
    width: 100%;
}

.header_block {
    width: 100%;
    height: 110px;
    max-height: 110px;
    background: -webkit-gradient(linear, left center, right center, from(#E0E7E9), to(#FFFFFF));
}

.middle_block_left {
    width: 60%;
}

.middle_block_right {
    width: 40%;
    height: 100%;
}

.footer_block {
    width: 100%;
    height: 150px;
    vertical-align: bottom;
    background-color: #B2C4C9;
}

.welcome_header span {
    vertical-align: middle;
    padding-left: 40px;
    color: #145774;
    font-size: 34px;
}

.buttons_table {
    width: 550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.buttons_table td {
    text-align: center;
    min-width: 150px;
    vertical-align: top;
}

.buttons_table .middle {
    vertical-align: middle;
}

.button_image {
    line-height: 90px;
}

.button_caption span {
    color: #145774;
    font-size: 18px;
}

.recent_items_block {
    margin-top: auto;
    margin-bottom: auto;
    min-height: 200px;
    max-height: 400px;
    height: 100%;
    width: 400px;
    position: relative;
    background: -webkit-gradient(linear, left center, right center, from(#E0E7E9), to(#FFFFFF));
    border: 1px solid;
    border-color: #FFFFFF;
    border-radius: 25px;
}

.recent_items_wrapper {
    position: absolute;
    box-sizing: border-box;
    padding: 18px;
    height: 100%;
}

.half_height {
    height: 50%;
    overflow: hidden;
}

.recent_items_header span {
    color: #145774;
    font-size: 20px;
}

.pad {
    padding-top: 18px;
}

.recent_items_content {
    color: rgb(27, 118, 157);
    font-size: 18px;
    padding: 4px;
}

.stripped_line {
    height: 31px;
    width: 100%;
    background: url("qrc:///ugene/images/welcome_page/line.png");
    vertical-align: top;
}

.footer_table {
    height: 100%;
    width: 100%;
}

.cite_ugene_block {
    width: 60%;
    padding-left: 40px;
    vertical-align: top;
}

.follow_ugene_block {
    width: 40%;
    padding-left: 20px;
    vertical-align: top;
}

.footer_header {
    padding-top: 6px;
}
.footer_header span {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #145774;
}

.footer_content {
    padding-top: 4px;
    padding-left: 40px;
    font-size: 16px;
    color: #145774;
}

.social_icon {
    display: inline;
    margin-right: 3px;
}

a.recentLink {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
}
