/**
 * 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.
 */

body {
    background: url("qrc:U2Designer/images/background.png") repeat scroll 0% 0% transparent;
}

#wrapper {
    /** Fill the whole horizontal space */
    display: table; 
    width: 100%;
}

.left-container {
    width: 525px;
    float: left;
}

.right-container {
    width: 525px;
    float: right;
}

.widget {
    width:  auto;
    height: auto;

    position: relative;
    margin: 15px 0;
    padding: 39px 10px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
}

.widget .title {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background-color: rgb(239, 239, 239);
    border: 1px solid #ddd;
    -webkit-border-radius: 6px 6px 0 0;
}

.widget .title .title-content {
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.widget-content > :last-child {
    margin-bottom: 0px;
}

.dash-tab-name {
    color: white;
}

.dash-menu-line {
    background: url("qrc:U2Designer/images/background-menu.png") repeat scroll 0% 0% transparent;
    padding-left: 20px;
    margin-bottom: 30px;
    min-width: 500px;
}

.dash-nav > .active > a, .dash-nav > .active > a:hover, .dash-nav > .active > a:focus {
    background: url("qrc:U2Designer/images/background-menu-button.png") repeat scroll 0% 0% transparent;
    color: white;
}

.dash-tab-content {
    overflow: visible;
    width: 1060px;
    margin: auto;
}

.dash-outer-tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

.table-scroll {
    height: auto;
    overflow: auto;
}

.table {
    width: 100%;
    margin-bottom: 0px;
}

.table th {
    background-color: rgb(101, 101, 101);
    color: rgb(255, 255, 255);
}

table.table-fixed {
    table-layout: fixed;
}

.progress-wrapper {
    width: 200px;
    margin: 0px auto;
}

.progress-container {
    width: 100%;
    overflow: hidden;
}

.small-bar {
    width: 100%;
    margin-bottom: 0px;
}

.file-button-ctn {
    margin-right: 25px;
}

.file-btn-group {
    padding-right: 25px;
}

.full-width {
    width: 100%;
}

.params-nav-tabs {
    width: 250px;
}

.params-nav-tabs > .active > a,
.params-nav-tabs > .active > a:hover,
.params-nav-tabs > .active > a:focus {
  color: rgb(51, 51, 51);
}

.params-nav-tabs > li > a,
.params-nav-tabs > li > a:hover,
.params-nav-tabs > li > a:focus {
  color: rgb(136, 136, 136);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.tab-content {
    overflow: visible;
}

.param-value-column {
    width: 750px;
}

#status-bar {
    padding: 8px 0px;
    margin-bottom: 0px;
}

#status-message {
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.vlayout-item {
    margin-bottom: 10px;
}

.left-align {
    text-align: left;
}

.long-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.load-btn {
    float: right;
    margin-top: -50px;
    margin-right: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.load-btn div {
    width: 16px;
    height: 16px;
    background-image: url("qrc:U2Designer/images/load_schema.png");
    background-repeat: no-repeat;
}

#load-btn-hint-container {
    position: relative;
    right: -110px;
    top: -25px;
    width: 400px;
    float: right;
    z-index: 10;
    opacity: 0.8;
}

.tree 
{
    width: 1015px;
    background-color:#fbfbfb;
    min-height:20px;
    padding:8px;
    margin-bottom:20px;
    border:1px solid #ddd;
    -webkit-border-radius: 6px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -webkit-border-radius: 6px;
    border:1px solid #999;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:26px
}
span.hoverIntent, span.hoverIntent+ul li span {
    background-color:#eee;
    border:1px solid #94a0b4;
    color:#000
}

span.badge
{
    word-break: break-all;
    -webkit-hyphens: auto;
}
span.badge.program-path
{
    background-color:#BCBC90;
}
span.badge.tool-info
{
    background-color:#9999CC;
}
span.badge.tool-args
{
    background-color:#79ACAC;
}

span.badge.badge-success
{
    background-color:#50A976;
}
span.badge.badge-important
{
    background-color:#CC6666;
}
span.badge.tool-node
{
    background-color:#bdb0a0;
}
span.badge.badge-info
{
    background-color:#6699CC;
}
span.badge.run-info
{
    background-color:#CC9966;
    position: relative; 
}
span.content
{
    word-break: break-all;
    -webkit-hyphens: auto;
    width: 830px;
}
.dropdown-menu.context
{
    display: block; 
    position: absolute; 
    margin-bottom: 5px; 
    *width: 180px;
}
.copyRunInfo 
{
    position: absolute; 
    display: inline-block;
    background-image: url("qrc:U2Designer/images/copy.png");
    background-repeat: no-repeat;
    background-position:center;
    border: 1px solid #999;
    border-left: 2px solid white;
    height: inherit;
    width: 22px;
    -webkit-border-radius: 0 6px 6px 0;
    margin-top: -4px;
    margin-bottom: 0px;
    margin-left: 3px;
    padding: 0;
    background-color: inherit;
}
.copyRunInfo.hoverIntent {
    background-color: #333333;
}
.copyRunInfo.hoverIntent.pressed {
    background-color: #b8b8b8;
}
.problem-icon {
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
