/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2014, 11:34:29 AM
    Author     : Emre
*/

body
{
    font-size: 13px;
    height:100%; 
    width:100%;
}

#content > div[style]{
    position:initial !important;
}

.layoutUnit{
    border: none;
    padding:0px;    
}

#tableForm{
    min-height: 100px;
    min-width: 1300px;
    overflow: auto;
}

#resPanel{
    border:none;
    padding:0px;   
}

#cy {
    height: 100%;
    width: 100%;
    margin:auto;
}

.graphJsMenuEl
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: block;
}

#optionForm .ui-panel .ui-panel-content{ 
    padding :0px;
}

#optionForm{
    padding:15px 20px 0px 20px;display: flex;display: -ms-flexbox;
}

.pat-box-panel{
    border:none;padding:0px;height:35px;    
}

.pat-box
{
    margin-left: 10px;
}

.long-protein-name-link{
    text-decoration: none;
}

.fullWidth{
    width: 99% !important;
}