
html,
body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header {
  height:50px;
}

#content {
	padding-bottom:75px; /* Height of the footer element */
}

#footer {
  width:100%;
  height:65px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
/*  background:#faa;*/
}

#pagefooter {
  height:65px;
  line-height: 1.5;
  border-top: 1px solid #c0c0c0;
  
  padding-top: 2px;
  margin: 0px 0px 0px 0px;
  position:absolute;
  
  bottom:0;
  left:0;
  width:100%;
  background:#eee;
}


/*various places on the site use various headline size tags, so let's try to make them all the same*/
h1,h2,h3,h4,h5,h6 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top:0px;
}

img {
  border: 0;
}

a:link  {
  color:#0000ff;
  text-decoration:none;
}
a:active  {
  color:#0000ff;
  text-decoration:none;
}
a:visited  {
  color:#3333ff;
  text-decoration:none;
}
a:hover { 
	color:#0000ff;
  text-decoration:underline;
}

/*****************************     CRISPGET    ****************************************************/

.blue_text {
	color:#0000ff;
	text-decoration:none;
}

.seq_map {
    color: #777777;
    width: 900px;
    position:relative;
    overflow: auto;
    /*align: left;*/
    cursor:all-scroll;
}

.ui-dialog {
    position:relative;
}

#region_square {
    position:absolute;
    vertical-align:middle;
}

.help_dialog {
  color:blue;
  font-weight:normal;
  font-size:12px;
  cursor:pointer;
  float: right;
  padding-right:10px;
}

#open_descriptions_dialog {
    color:blue;
}

#desc_dialog {
     overflow: auto;
     position: relative;
}

a.collapser_link {
  font-size: 16px;
  color:#555;
  text-align: left;
}

a.collapser_link:hover {
  color:#777;
  text-decoration: none;
}

.collapser_img {
  width: 20px;
  padding-bottom: 5px;
}

.sub_collapser_img {
  width: 16px;
  padding-bottom: 5px;
}

.subsection_bar {
  text-align:left;
  width:900px;
  padding-left: 10px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ccc;
}


.center_section {
  width:900px;
	position: relative;
	text-align:left;
/*	margin-left:30px;*/
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}


#sequence {
  width: 700px;
  height: 210px;
  min-height: 80px;
  max-height: 300px;
  min-width: 700px;
  max-width: 700px;
}

#mod_param_table td {
  padding: 5px;
}

#mod_param_table label {
  padding-top: 10px;
}



/* Output view CRISPR tool */
.border_rect{
    
  border-radius:10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-collapse: collapse;
  


}
.border_rect.guides_div{
  width:90%; 
  height:60%;
  margin: 5%;
  padding:0.5%; 
  margin:auto; 
}


.space_div{
  width:100%; 
  height:80%;

}
.inner_content{
  width:100%; 
  height:100%;
  border-radius:5px;
  margin: 0 auto;
  overflow: scroll;
  overflow-y: hidden; 
}


.invisible_div.table_div{
  width:100%; 
  height:70%;

}
.table_div{
border-radius:80px;
}
.guides_table{
  
  table-layout: fixed;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-collapse: collapse;
  margin: 5%;
  

}
.more_button{
  top:75%;
  width:30%; 
  height:30%;
  padding:0px; 
  background-color: transparent;
  border:none; 


}
input[type='image'] {
  width: 25%;
  top:75%;
}

.off_target_header_gradient{
height: 3px;
border: none;
border-radius: 6px;
background: linear-gradient(
  90deg,
  #052f6e, #183184, #333198, #512ba9, #711cb7);

}






/* The Modal (background) */
#myGuideModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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/Box */
.modal-content {
  display:'flex'; 
  flex-direction: column;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.off_target{
  margin:4%; 
}
.off_target_inner_text_info{
display: flex;
}