body {
  font-family:sans-serif;
  line-height: 1.1;
  background: #ccc5b2; 
  background: -moz-linear-gradient(top,  #ccc5b2 0%, #e1e0d9 20%, #dddbd1 43%, #d7d5c9 62%, #dedbd0 75%, #c8c5b8 88%, #b3af9f 100%);
  background: -webkit-linear-gradient(top,  #ccc5b2 0%,#e1e0d9 20%,#dddbd1 43%,#d7d5c9 62%,#dedbd0 75%,#c8c5b8 88%,#b3af9f 100%); 
  background: linear-gradient(to bottom,  #ccc5b2 0%,#e1e0d9 20%,#dddbd1 43%,#d7d5c9 62%,#dedbd0 75%,#c8c5b8 88%,#b3af9f 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc5b2', endColorstr='#b3af9f',GradientType=0 ); 

}

textarea {
  resize: none;
  width: 100%;
}


/* CONTAINERS */
#protein_form_container_left {
  float: left;
  width:27%;
  padding-left:5px;
}

#protein_form_container_right {
  float: left;
  width:73%;
  padding-left:5px;
}




/* DIVS */

#protein_form_container_description {
  float:left;
  width:100%;
  height:25%;
  padding: 3px;
  overflow-y:scroll;
  border:1px solid black;
  background-color: white;
  word-wrap: break-word;
}

#protein_sequence_viewer {
  float:left;
  width:100%;
  height:25%;
  padding: 3px;
  overflow: hidden;  
  border:1px solid black;
  background-color: white;
}

#protein_sequence_copy {
  position:relative;
  float:right;
  top:-2em;
  right:-1em;
  height:2em;
  margin:0;
  z-index:1;
  margin-bottom: -3em;
  margin-right: 1em;
  opacity:0.8;
  border-top-left-radius:10px;
}

#protein_sequence_predict {
  position:relative;
  float:right;
  top:-2em;
  right:-1em;
  height:2em;
  margin:0;
  z-index:1;
  margin-bottom: -3em;
  margin-right: 1em;
  opacity:0.8;
  border-top-left-radius:10px;

}

#protein_form_pred {
  float:left;
  width:100%;
  height:100%;
  padding: 3px;
  overflow-y:scroll;
  border:1px solid black;
  background-color: white;
  word-wrap: break-word;

}

#protein_form_pred table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
  table-layout:fixed;
}


#protein_form_pred tr, td {
  border-top: 1px solid;
}


/* DATATABLES */

#protein_form_position_start {
  float:left;
  width:100%;
  height:49%;
  border:1px solid black;
  background-color: white;
  padding: 3px;
  margin-top : 5px;
}

#protein_form_valid {
  float:left;
  width:45%;
  height:50%;
  border:1px solid black;
  background-color: white;
  padding: 3px;
  overflow-y:hidden;
}

#protein_form_encounter {
  float:left;
  width:99%;
  height:25%;
  border:1px solid black;
  background-color: white;
  padding: 3px;
  margin-top : 5px;
}

#protein_form_peptide {
  float:left;
  width:84%;
  height:24%;
  border:1px solid black;
  background-color: white;
  padding: 3px;
}

#protein_form_peptide_modification {
  float:left;
  width:15%;
  height:24%;
  border:1px solid black;
  background-color: white;
  padding: 3px;
}

#protein_form_encounter_metadata {
  display: inline-block;
  width:20%;
  height:20px;
  vertical-align: top;
  padding: 3px;
  overflow-y:scroll;
  background-color: white;
}

/* VALIDATION FORM */

#protein_form_valid_form {
  margin : 10px;
}

#protein_form_valid_form input{
    background-color: white; /* Green */
    border: 1px solid grey;
    color: black;
    padding: 5.5px 7px;
    margin-top: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:40px;
}

#protein_form_valid_form select{
    background-color: white; /* Green */
    border: 1px solid grey;
    color: black;
    padding: 4px 2px;
    margin-top: 6px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width:70px;
}

#protein_form_valid_btn
{
    background-color: #4CAF50; /* Green */
}

#protein_form_valid_btn_del
{
    background-color: #ad3737;
    vertical-align:right;
}

#protein_form_valid_btn_mod
{
    background-color: #787c82; 
}

button
{
  border: None;
  background-color: #787c82;
  color: white;
  padding: 4px 7px;
  margin-top: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

button:hover 
{
  background-color: black;
}

button:active {
  color: grey;
}

/* DISABLE SELECTION ON TABLES */

#protein_form_position_start_list{
  cursor: pointer; 
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#protein_form_peptide_modification {
  cursor: pointer; 
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#protein_valid_list {
    cursor: pointer; 
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#protein_form_encounter_list {
    cursor: pointer; 
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#protein_form_peptide_list {
    cursor: pointer; 
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}


.green {
  background-color: #e1ffb3 !important;
  
}

.comment {
  background-image: url('../img/com.png');
  background-repeat:no-repeat;
  font-size: 0pt;
  padding-left:5px;
}

.no_comment {
  background-image: url('../img/com_no.png');
  background-repeat:no-repeat;
  font-size: 0pt;
  padding-left:5px;
}

.comment_window {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.comment_window_content {
  border-radius : 20px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
}

#comment_window_btn_savequit {
  background-color: green;
  float: right;
}

#protein_form_position_start_filter{
  display:inline-block;
  float: right;
  margin : 1em; 
}

#protein_form_position_start_filter input{
  vertical-align : bottom;
  padding : 0px;
  margin : 0px;
}

#protein_form_position_start_filter label{
  vertical-align : middle;
  padding : 0px;
  margin : 0px;
}

#protein_form_pred_container {
  float:left;
  height:50%;
  width:54%;
}

.protein_description {
  margin-bottom : .6em;
}

#protein_form_position_start_action_ac {
  width:12em;
}

#protein_form_position_start_action_pos {
  width:3em;
}

#comment_window_validation_id {
  visibility: hidden;
}
