/**
 * main.css
 * EagleC Explorer Web
 * author: Yihao Fu
 * version: 0.0.1
 */
/* image */
.logo_img {
    position: absolute;
    top: 2%; left: 2%;
    width: 150px;
    height: 50px;
}

/* menu ul */
.main_ul {
    width: 100px; height: 100px;
    position: absolute;
    left: 15px;
    list-style: none;
    z-index: 9;
}

/* menu ul li */
.main_ul li {
    width: 50px;
    display: inline;
}

.menu_on {
    text-shadow: 0 0 10px #836eaa;
}

.menu_off {
    text-shadow: none;
}

/* menu ul li a */
.main_ul li a {
    color: #4e2a84;
    width: 100px;
    height: 40px;
    border: none;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    text-decoration: none;
}

.main_ul li a:hover {
    text-shadow: 0 0 10px #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

/* data title */
.data_title {
    color: #836eaa;
    position: relative;
    top: 20px;
    left: 2%;
    margin-bottom: 5%;
    font-size: 30px;
}

/* wrapper */
.wrapper {
    background-color: white;
    width: 50%;
    height: calc(100vh - 100px);
    margin: auto;
    overflow: auto;
    position: relative;
    top: 60px;
    left: 0; right: 0;
    padding: 1% 1% 1% 1%;
    border-radius: 5px;
    text-align: center;
}

/* copyright label */
.copy_label {
    color: #836eaa;
    font-weight: 500;
    font-size: 18px;
}

/* copyright */
.copyright {
    width: 95%;
    height: 10px;
    position: relative;
    bottom: 0;
    left: 0; right: 0;
    padding: 1% 1% 1% 1%;
    border-radius: 5px;
    text-align: center;
}

/* font awesome */

/* icons */
.fa {
    color: white;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa_gene {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: -30px;
    margin-right: 20px;
    padding: 0 1%;
}

.fa_gene::before {
    content: "\f00c";
    line-height: 5px;
}

.fa_gene:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_move_lt {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-right: 0;
    padding: 0 1%;
}

.fa_move_lt::before {
    content: "\f053";
    line-height: 5px;
}

.fa_move_lt:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_move_rt {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: 0;
    padding: 0 1%;
}

.fa_move_rt::before {
    content: "\f054";
    line-height: 5px;
}

.fa_move_rt:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_zoom_in {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: 0;
    padding: 0 1%;
}

.fa_zoom_in::before {
    content: "\f00e";
    line-height: 5px;
}

.fa_zoom_in:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_zoom_out {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: 0;
    padding: 0 1%;
}

.fa_zoom_out::before {
    content: "\f010";
    line-height: 5px;
}

.fa_zoom_out:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_upload {
    background: transparent;
    color: #444444;
    width: 25px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_upload::before {
    content: "\f0ee";
    line-height: 5px;
}

.fa_upload:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_download {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_download::before {
    content: "\f0ed";
    line-height: 5px;
}

.fa_download:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_save_fig {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: 0;
    padding: 0 1%;
}

.fa_save_fig::before {
    content: "\f019";
    line-height: 5px;
}

.fa_save_fig:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_remove_all {
    background: transparent;
    color: #444444;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    margin-left: 0;
    padding: 0 1%;
}

.fa_remove_all::before {
    content: "\f12d";
    line-height: 5px;
}

.fa_remove_all:hover {
    color: #f9243f;
    cursor: pointer;
    transition: 0.5s;
}

.fa_add_more {
    background: transparent;
    color: #444444;
    width: 25px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: absolute;
    left: 20px;
}

.fa_add_more::before {
    content: "\f055";
    line-height: 5px;
}

.fa_add_more:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_plot {
    background: transparent;
    color: #444444;
    width: 20px;
    height: 15px;
    margin-right: 0.5%;
    border-color: #d5d6d8;
    border-style: none;
    position: absolute;
    right: 60px;
    padding: 0 1%;
}

.fa_plot::before {
    content: "\f021";
    line-height: 5px;
}

.fa_plot:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_delete {
    background: transparent;
    color: #836eaa;
    width: 20px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    padding: 0 1%;
}

.fa_delete::before {
    content: "\f014";
    line-height: 5px;
}

.fa_delete:hover {
    color: #f9243f;
    cursor: pointer;
    transition: 0.5s;
}

.fa_remove_line {
    background: transparent;
    color: #444444;
    width: 20px;
    height: 15px;
    margin-right: -2.5%;
    border-color: #d5d6d8;
    border-style: none;
    position: absolute;
    right: 60px;
    padding: 0 1%;
}

.fa_remove_line::before {
    content: "\f056";
    line-height: 5px;
}

.fa_remove_line:hover {
    color: #f9243f;
    cursor: pointer;
    transition: 0.5s;
}

.fa_turn_on {
    background: transparent;
    color: #444444;
    width: 40px;
    height: 35px;
    border-color: #d5d6d8;
    border-style: none;
    position: absolute;
    left: 1px;
    padding: 0 1%;
}

.fa_turn_on::before {
    content: "\f13a";
    line-height: 5px;
}

.fa_turn_on:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_turn_off {
    background: transparent;
    color: #444444;
    width: 40px;
    height: 35px;
    border-color: #d5d6d8;
    border-style: none;
    position: absolute;
    left: 1px;
    padding: 0 1%;
}

.fa_turn_off::before {
    content: "\f139";
    line-height: 5px;
}

.fa_turn_off:hover {
    cursor: pointer;
    color: #836eaa;
    transition: 0.5s;
}

.fa_up_arrow {
    background: transparent;
    color: #444444;
    width: 25px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_up_arrow::before {
    content: "\f077";
    line-height: 5px;
}

.fa_up_arrow:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_down_arrow {
    background: transparent;
    color: #444444;
    width: 25px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_down_arrow::before {
    content: "\f078";
    line-height: 5px;
}

.fa_down_arrow:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}


.fa_start {
    background: transparent;
    color: #444444;
    width: 25px;
    height: 15px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_start::before {
    content: "\f01d";
    line-height: 5px;
}

.fa_start:hover {
    color: #836eaa;
    cursor: pointer;
    transition: 0.5s;
}

.fa_switch_on {
    background: transparent;
    color: #836eaa;
    width: 40px;
    height: 35px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_switch_on::before {
    content: "\f205";
    line-height: 5px;
}

.fa_switch_on:hover {
    cursor: pointer;
    color: #444444;
    transition: 0.5s;
}

.fa_switch_off {
    background: transparent;
    color: #836eaa;
    width: 40px;
    height: 35px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
}

.fa_switch_off::before {
    content: "\f204";
    line-height: 5px;
}

.fa_switch_off:hover {
    cursor: pointer;
    color: #444444;
    transition: 0.5s;
}

.fa_copyright {
    background: transparent;
    color: #836eaa;
    width: 10px;
    height: 10px;
    border-color: #d5d6d8;
    border-style: none;
    position: relative;
    padding: 0 1%;
}

.fa_copyright::before {
    content: "\f1f9";
    line-height: 5px;
}
