/* 
    Document   : dimpl
    Created on : 24.01.2014, 14:18:51
    Author     : andreas
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body
{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    background:url(bg2.png);
    height:1300px;
}

/**
 HEADER
**/

header
{
    background-color:#37342b;
    color:#fff;
    height:60px;
    border-bottom:1px solid #16140f;
    position:fixed;
    width:100%;
    top:0;
}

h1
{
    margin:0;
    padding:5px 120px;
    float:left;
}

nav
{
    float:left;
}

nav ul
{
    padding:0;
    margin:0;
    list-style: none;
}

nav li
{
    float:left;
    text-transform: uppercase;
    padding:20px 20px 33px 20px;
}

nav li.active
{
    background:url(arrow.png) center bottom no-repeat;
}

nav li:hover:not(.active)
{
    cursor:pointer;
}

.help
{
    float:right;
    padding:20px;
    margin-right:50px;
}

.helpbox
{
    position:absolute;
    right:50px;
    top:61px;
    padding:20px;
    width:45%;
    background:#459dd0;
    color:#fff;
    display:none;
    box-shadow:0px 7px 5px #aaa;
    font-size:10pt;
    font-weight:400;
}

.helpbox strong
{
    text-transform: uppercase;
}

.active-help
{
    /*background:url(arrow_v.png) center bottom no-repeat #459dd0;*/
    background:#459dd0;
}

/* .help:hover .helpbox
{
    display:block;
} */



/**
  CONTENT
  **/

h2
{
    text-transform: uppercase;
    font-weight: 300;
    padding:0 10px;
}

.tip
{
    padding:0 10px;
    font-size:0.8em;
    font-style:italic;
    margin-top:0;
}

section
{
    margin-top:40px; 
    padding:50px 110px;
}

article
{
    border:1px solid #aaa;
    background:#fff;
    padding:10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height:1.8;
    width:100%;
    border-radius: 10px;
    color:#333;
}

textarea
{
    border:1px solid #aaa;
    background:#fff;
    padding:10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    width:100%;
    height:200px;
    border-radius: 10px;
    resize:none;
}

input[type=text]
{
    border:1px solid #aaa;
    background:#fff;
    padding:5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    width:250px;
    border-radius: 10px;  
}

input[type=button], input[type=submit]
{
    border:1px solid #16140f;
    background:#37342b;
    padding:5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight:400;
    color:#fff;
    /*width:250px;*/
    border-radius: 10px;  
    text-transform: uppercase;
}

input[type=button]:hover, input[type=submit]:hover
{
    box-shadow:0 0 10px rgba(60,60,60,0.4);
}


/* input[type=checkbox]
{
    display:none;
} */

.el
{
    width:250px;
    float:left;
    padding:10px 20px 10px 0;
}

/* label:before {  
    content: "\2713";  
    display: inline-block;  
  font-size: 15px;  
    width: 16px;  
    height: 16px;  
      text-align: center;  
    line-height: 15px;  
    margin-right: 10px;  
    color:#fff;
    border:2px solid #459dd0;
    font-weight:bold;
    background-color:#fff;  
    /* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);   
} 

label:before {  
    border-radius: 3px;  
}  
    
input[type=checkbox]:checked + label:before {  

    color: #459dd0;

}   */

#bottom, .info
{
    font-size:9pt;
}

#bottom
{
    margin-top:50px;
}

section a
{
    color:#16140f;  
}

header a
{
    color:#fff;
    text-decoration:none;
}


/**
  From old styles
  ***/

.legend
{
	padding:20px 0px;
	clear:both;
	font-size:9pt;
	border:0;
	width:100%;
}

.cfrag:hover
{
	background-color:#ddd;
	cursor:pointer;
}

/* For ambiguous digestion sites... */
.enzyme
{
	cursor:help;
}

/* for highlighting cfrag on sequence */
.highlighted_sequence
{
	background-color:#88ccf7;
}

.highlighted_sequence_w_C
{
	background-color:#f7bcbc;
}

table
{
	border-collapse:collapse;
	border:0;
}

table thead
{
        cursor:pointer;
}

.marked_cfrag, .marked_cfrag:hover
{
	background-color:#88ccf7 !important;
}

#result
{
	background-color:#88ccf7;
	display:none;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	font:15pt Arial;
}

#calcWeight
{
    background-color:#88ccf7; 
    display:none;
    color:#fff;
    font:0.8em Arial;
    padding:10px;
    float:right;
    margin-top:-25px;
    /* font-size:0.6em; */
    text-transform:none;
    font-weight:bold;
    
}

#calcWeight a
{
    color:#777;
}

th
{
    text-align:left;
}

td
{
    padding:2px;
}

tr:nth-child(even) {background: rgba(120,120,120,0.2); }

/***
 * Access Job
 ***/

.accessJob-bg
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1002;
    background:rgba(0,0,0,0.5);
    display:none;
}

.accessJob
{
    position:absolute;
    width:400px;
    height:150px;
    top:50%;
    left:50%;
    margin:-95px 0 0 -220px;
    padding:20px;
    background:#fff;
    z-index:1003;
}

.accessJob-close
{
    bottom:20px;
    right:20px;
    position:absolute;
    font-size:0.8em;
}

/*************
 ** Custom Specificity
 *************/

.customEnzyme-bg
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1002;
    background:rgba(0,0,0,0.5);
    display:none;
}

.customEnzyme
{
    position:absolute;
    width:700px;
    height:350px;
    top:50%;
    left:50%;
    margin:-195px 0 0 -375px;
    padding:20px;
    background:#fff;
    z-index:1003;
}

.customEnzyme-close
{
    bottom:20px;
    right:20px;
    position:absolute;
    font-size:0.8em;
}

.customEnzyme input[type=text]
{
    width:40px;
}

.deleteCustom
{
    cursor:pointer;
}