html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.slideTool{
    width: 500px;
    height: 3px;
    position: relative;
    background-color: lightgray;
    display: inline-block;
}
.slideLeft{width: 104px;height: 3px;background-color: lightgray;position: absolute;z-index: 20;}
.slideRight{width: 300px;height: 3px;background: #ab6969;position: absolute;}
.slider1{height: 15px;width: 15px;background: white;border: 1px solid #ab6969;display: block;border-radius: 10px;position: absolute;top: -6px;z-index: 20;}
.slider2{height: 15px;width: 15px;background: white;border: 1px solid #ab6969;display: block;border-radius: 10px;position: absolute;top: -6px;left:300px;z-index: 20;}
.value1{
    margin-top: -25px;
    position: absolute;
    width: 30px;
    background-color: black;
    color: white;
    text-align: center;
    margin-left: -20px;
    border-radius: 3px;
}
.value2{
    margin-top: -25px;
    position: absolute;
    width: 30px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 3px;
}
.slideToolBorder{
    margin-left: 20px;
    margin-top: 50px;
    background-color: white;
    width: 600px;
    border: solid 1px brown;
}
.slideTitle{
    display: inline-block;
    background-color: #ab6969;
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    /*border-left: solid 1px brown;*/
    border-right: solid 1px brown;
}
.titleSpan{
    color: white;
}

 .ta {
     display: none;
 }
 .dashed{
     display: inline;
    border-bottom: 1px dashed rgb(0,0,0);
 }
.textarea {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    text-align: justify;
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    min-height: 5vw;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
    border: 1px solid #a0b3d6;
    font-size: 15px;
    line-height: 24px;
    padding: 2px;
    word-break: break-all;
    overflow-x: hidden;
    overflow-y: auto;
}
.leftnum{
    float:left;
    width:5%;
    height: 5vw;
    outline:none;
    resize:none;
    overflow-y: hidden;
    overflow-x: hidden;
    border-right: unset;
    border-top: 1px solid #a0b3d6;
    border-left: 1px solid #a0b3d6;
    border-bottom: 1px solid #a0b3d6;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align:right;
    padding:2px;
    line-height:24px;
    font-size:15px;
    font-weight: bold;
    margin-left: 2%;
}
#TRHDRSeq {
    min-width: 90%;
    max-width: 90%;
    min-height: 10vw;
}
.help-block {
    display: none;
}
.target {
    display: inline;
}
.pam{
    font-weight: bold;
    display: inline;
}
.seq{
    display: inline;
    word-wrap: break-word;
}
.sg{
    text-decoration: underline;

}
.seq-group {
    width: 90vw;
}
.edit{
    color:red;
}
.arrow {
    background: white;
    margin: 100px auto;
    color: red;
    border: 8px solid transparent;
    border-top: 8px solid red;
    box-shadow: 0 -12px 0 -4px;
    padding: unset;
}
.result {
    border-radius: 5px;
    float: left;
    text-align: justify;
    text-align-last: justify;
    font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
    min-height: 10vw;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
    border: 1px solid #a0b3d6;
    font-size: 16px;
    line-height: 24px;
    padding: 2px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    width: 99%;
    _height: 120px;
}
.pbs{
    display: inline;
    background-color: rgb(90,154,213);
}
.rt{
    display: inline;
    background-color: rgb(168, 210, 140);
}
.mut{
    display: inline;
    color: red;
}
.del{
    display: inline;
    color: rgb(0,176,80);
}
.insert{
    display: inline;
    color: dodgerblue;
}
.sequence {
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    min-height: 10vw;
    width: 38%;
    _height: 120px;
    outline: 0;
    border: 1px solid #a0b3d6;
    font-size: 12px;
    line-height: 24px;
    padding: 2px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
}
.par {
    width: 20vw;
}
.val {
    width: 15vw;
}
.decord {
    display: inline;
    color: #a52a2a;
}
.green {
    display: inline;
    color: green;
}
.gray {
    display: inline;
    color: gray;
}
.red {
    display: inline;
    color: red;
}
.blue {
    display: inline;
    color: #1e90ff;
}
.pegRNA{
    text-decoration: underline;
    display: inline;
}
.ngRNA {
    color: darkgray;
    display: inline;
}
.scaffold {
    display: inline;
    background-color: rgb(186,186,186);
}
.HA{
    display: inline;
    color: rgb(127,127,127);
}
.replace{
    display: inline;
    color: rgb(68, 114, 196);
}
.pam6{
    display: inline;
    color: rgb(244,177,131);
}
.break{
    word-break: break-all;
}
.repeat{
    display: inline;
    color: gold;
}
.underline{
    text-decoration: underline;
    display: inline;
}
p{
 font-size: 16px;
}
div{
    font-size: 16px;
}
fieldset{
    margin-top: 32px;
    padding: 25px 20px 15px;
    background: #F2F2F2;
    box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 1);
    border-radius: 6px;
    overflow: auto;
}
input{
    background: #F2F2F2;
}
tbody{
    background-color: #F2F2F2;
}

legend{
    font-size: 18px;
    font-weight: bold;
    color: #0070C0;
    margin: 0;
}
.innerLegend {
    font-size: 16px;

}
.radio{

}
.logo{
    /*width: 100%;*/
    height:6vh;
    margin:0;
}
.header{
    height: 15vh;
}
.nav{
    width: 100%;
    float: left;
    height:5vh;
    margin:0;
    background: rgb(213,213,213);
}
.link {
    position: absolute; left: 78%; top: 0;
    line-height: 2vh;
    font-size: 13px;
    border-radius:5px;
}
.link ul{
    float:left;
    margin:0.5vw;
    padding:0;

}
.link li {
    float: left;
    padding: 0 0.7vw;
    color: #fff;
    font-weight: bold;
    list-style-type:none;
    line-height:2vw;
}
.link li a{
    color: rgb(22, 70, 141);
    font-weight: bold;
    text-decoration: none;
    display:block;
}

.nav ul{
    float:left;
    margin:0.1vh 13vw;
    padding:0px;
}
.nav li {
    float: left;
    margin:0;
    padding: 0 3vw;
    color: #fff;
    font-weight: bold;
    list-style-type:none;
    line-height:4.8vh;
    /*border-right:solid 1px rgb(30,130,110);*/
}
/*.nav li.first{*/
/*    border-left:solid 1px rgb(30,130,110);*/
/*}*/
.nav li.now {
    background-color:rgb(163,200,40);
}
.nav li a{
    color: rgb(22, 70, 141);
    font-weight: bold;
    text-decoration: none;
    font-size:120%;
    display:block;
}
.nav-png{
    float: left;
    margin-left: 13vw;
    position: relative;
}
#cas9{
    width: 40%;
}
#HALen{
    width: 40%;
}
#baseeditform-genome{
    width: 40%;
}
.param_label{
    width: 12%;
}
.Error{
    text-align: center;
    font-size: 20px;
    color: red;
}
th{
    text-align: center;
    vertical-align: middle;
    color: rgb(128,128,128);
}
.middleTD{
    vertical-align: middle;
}
thead{
    /*background-color: rgb(51,141,205);*/
}
