button:focus {
    outline: none;
}

button::-moz-focus-inner {
    outline: none;
    border: 0;
}

#container {
    min-height: 100%;
}

#body {
    padding-bottom: 60px; /*Height of the footer*/
}

html, body {
    margin: 0;
}

.bg_f1 {
    background-color: #f1f1f1;
}

.gold {
    color: gold;
}

.light-blue {
    color: lightskyblue;
}

.blue {
    color: #007dbc;
}

.green {
    color: green;
}

.red {
    color: #CC3333;
}

.orange {
    color: orange;
}

.dark-orange {
    color: #ee7600;
}

.dark_blue {
    color: #285e8e;
}

.dark-gray {
    color: #657B83;
}

.brown {
    color: #a52a2a;
}

.purple {
    color: purple;
}

.line-through {
    text-decoration: line-through;
}

.font-95em {
    font-size: 0.95em;
}

.font-14em {
    font-size: 1.4em;
}

.font-11em {
    font-size: 1.1em;
}

.font-12em {
    font-size: 1.2em;
}

.font-90em {
    font-size: 0.90em;
}

.font-85em {
    font-size: 0.85em;
}

.font-80em {
    font-size: 0.80em;
}

.color_444 {
    color: #444;
}

.font-75em {
    font-size: 0.75em;
}

.font-70em {
    font-size: 0.70em;
}

.font-65em {
    font-size: 0.65em;
}

.font-60em {
    font-size: 0.60em;
}

.font-55em {
    font-size: 0.55em;
}

.pad-6 {
    padding: 6px;
}

.pad-8 {
    padding: 8px;
}

.pad-left-8 {
    padding-left: 8px;
}

.to_upper {
    text-transform: uppercase;
}

.margin-top-20 {
    margin-top: 20px;
}

.font-bold {
    font-weight: bold;
}

.margin-top-10 {
    margin-top: 10px;
}

.pull_down {
    border: 1px solid #CCC;
    background-color: #f1f1f1;
    font-size: 0.90em;
    padding: 2px;
}

.display-inline {
    display: inline
}

.cursor_pointer {
    cursor: pointer;
}

.no_wrap {
    white-space: nowrap;
}

.input_box_error {
    border: 1px solid #CC3333;
    background: #FCC;
    font-family: Helvetica, Arial, serif;
    font-size: 0.90em;
    padding: 4px;
}

.input_box_error::-webkit-input-placeholder {
    color: #f08080;
}

.input_box_error:-moz-placeholder {
    color: #999;
}

.delete_icon, .edit_icon, .add_icon, .flag_icon {
    display: inline;
    opacity: 0.3;
    cursor: pointer;
    color: #000;
}

.edit_icon:hover {
    color: #0082C0;
    opacity: 1;
}

.delete_icon:hover {
    color: #CC3333;
    opacity: 1;
}

.add_icon:hover {
    color: green;
    opacity: 1;
}

.flag_icon:hover, .alert_color {
    color: #ff8823;
    opacity: 1;
}

.entry-form input.ng-invalid.ng-dirty {
    border: 1px solid #CC3333;
    background: #FCC;
    color: #CC3333;
}

.entry-form input.ng-valid.ng-dirty {
}

.entry_general_header_td {
    background-color: #F4F3E9;
    border-top: 1px solid #DDD;
    height: 40px;
}

.entry-details-subheader {
    border-bottom: 0.10em solid #CCC;
    padding: 4px 4px 4px 0;
    margin-top: 10px;
}

.input_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    font-family: Helvetica, Arial, serif;
    font-size: 0.90em;
    padding: 4px;
    border-radius: 2px;
}

.input_box:disabled,
.input_box[disabled] {
    border: 1px solid #ccc;
    background: #eee;
    color: #777;
    box-shadow: 0 0 1px 1px #efefef;
    cursor: default;
}

.input_box_group {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    font-family: Helvetica, Arial, serif;
    font-size: 0.90em;
    padding: 4px;
    border-radius: 2px 0 0 2px;
}

.entry_add_notes_input {
    width: 640px;
    height: 150px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
}

.entry_sample_panel {
    /*border: 1px solid #ccc;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-spacing: 1px;
    padding: 15px;
    border-collapse: separate;
    width: 390px
}

.bg_green {
    background-color: green;
}

.bg_coral {
    background-color: #ff7f50;
}

.tooltip {
    white-space: nowrap !important;
}

.entry_go_back {
    color: #233559;
    font-size: 40px;
    margin-top: 10px;
}

.entry_add_sample_notes_input {
    width: 205px;
    height: 50px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
}

/* style for the number in the menu e.g. Sample  8*/
.menu_count {
    color: #BBBBBB;
    float: right;
    font-size: 0.8em;
    vertical-align: middle;
    margin-right: 8px;
}

a.cell_mouseover:hover {
    cursor: pointer;
}

.attachment_small_text {
    color: #999;
    font-size: 0.70em;
}

/* ENTRY DETAIL VIEW */
.entry_attribute {
    width: 180px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 8px;
}

.entry_attributes_sub_header {
    font-size: 17px;
    padding: 5px;
    color: #657B83;
    border-bottom: 1px solid #e1e1e1;
    font-family: "BebasNeue", sans-serif;
}

.bebas {
    font-family: "BebasNeue", sans-serif;
}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.otf") format("opentype");
}

/* COLLECTIONS */
.context_nav_pager {
    cursor: pointer;
    font-size: 1.6em;
    color: #666;
}

.context_nav_pager:hover {
    color: #0082c0;
}

.nav_disabled, .nav_disabled:hover {
    opacity: 0.4;
    color: #AAA;
    cursor: default;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.collection-menu {
    /*border-top: 1px solid #f6f6f6;*/
    color: #233559;
    padding: 8px 5px 8px 8px;
}

.collection-menu-sub-folder {
    background-color: #fafafa;
    margin-left: 4px;
    padding: 6px 6px 6px 10px;
    color: #4D5B76;
    border-bottom: 1px solid #f3f6f3;
    cursor: pointer;
}

.collection-menu:hover {
    background-color: #f4f4f4;
    /*color: #212121;*/
    cursor: pointer;
}

.collection_user_menu_row_selected {
    color: #4D5B76;
    background-color: #F0F0F0;
}

.collection_user_menu_row_selected .menu_count {
    color: #333;
    margin-top: 3px;
    font-weight: 500 !important;
}

.entry_detail_view_row {
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    padding: 5px;
    color: #0082c0;
    line-height: 15px;
}

.entry_detail_view_row:hover {
    background-color: #F3F1D9;
    color: #70822e;
    cursor: pointer;
}

/* LOGIN */
.login_input {
    width: 220px;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 0.9em;
}

.login_message_panel {
    color: #333;
    padding: 40px;
    line-height: 21px;
    background-color: #f3f3f3;
    width: 320px;
}

.login_input_error {
    width: 220px;
    padding: 8px;
    font-size: 0.9em;
    border: 1px solid #CC3333;
    background: #FCC;
    color: #f08080;
}

textarea:focus, input:focus {
    outline: none;
}

.login_input_error::-webkit-input-placeholder {
    color: #f08080;
}

.login_input_error::-moz-placeholder {
    color: #999;
}

.login_error_msg {
    font-family: Arial, serif;
    font-size: 12px;
    color: red;
}

.quick_search {
    border: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 31px;
    /*width: 429px;*/
    background-color: #fff
}

.outline-none {
    outline: none;
    border: none;
    padding: 0;
}

button.outline-none:focus {
    outline: none;
    border: 0
}

button.outline-none:active {
    outline: none;
    border: 0
}

button.outline-none::-moz-focus-inner {
    border: 0;
    outline: none
}

.search_arrow_td {
    height: 27px;
    width: 20px;
}

.quick_search_arrow_panel {
    opacity: 0.4;
    cursor: pointer;
    height: 100%;
    width: 100%;
    background-color: #d1d1d1;
}

.quick_search_arrow_panel:hover {
    background-color: #CCC;
    opacity: 0.6;
}

.search_filter_widget {
    font-size: 0.75em;
    background-color: #dedede;
}

.search_arrow:hover {
    opacity: 0.8;
}

.quick_search_input {
    /*font-size: 0.90em;*/
    width: 407px;
    padding: 4px;
    border: 0;
}

.quick_search_input:focus {
    outline: none;
}

a {
    color: #0082C0;
    text-decoration: none;
}

a:hover {
    color: #9EC068;
}

.color_eee {
    color: #EEE;
}

.header_info_left {
    float: left;
    width: 240px;
}

.pad_right {
    padding-right: 10px;
}

.pad_top {
    padding-top: 10px;
    vertical-align: top;
}

.pad-top-5 {
    padding-top: 5px;
    vertical-align: top;
}

.pad_left {
    padding-left: 10px;
}

.required {
    color: #CC3333;
}

.title_row_header, .headers {
    background-color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    white-space: nowrap;
}

.subMenuCreateNew {
    color: #fff;
    background-color: #47a447;
    border: 1px solid #398439;
    font-weight: bold;
    border-radius: 2px;
}

.subMenuCreateNew:hover {
    color: #FFF;
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.collections_header {
    font-size: 0.75em;
    padding: 4px;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: Helvetica, serif;
    color: #BBBAAA;
}

.ice-button {
    padding: 5px 7px;
    color: #333;
    font-size: 0.80em;
    border-radius: 3px;
    cursor: pointer;

    border: 1px solid #A5A5A5;
    background: #f2f2f2 linear-gradient(#FEFEFE, #F2F2F2);
    font-weight: 500;
}

.ice-button:hover {
    background-color: #f1f2f3;
    border: 1px solid #AAA;
    color: #222;
    font-size: 0.80em;
    box-shadow: 0 0 1px 1px #ddd;
    border-radius: 2px;
    cursor: pointer;
}

.ice-button:disabled,
.ice-button[disabled] {
    border: 1px solid #ccc;
    background: #eee;
    color: #777;
    box-shadow: 0 0 1px 1px #efefef;
    cursor: default;
}

.pager_nav {
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5a4545;
}

.popup {
    border: 0;
}

.cursor_default {
    cursor: default;
}

.opacity_hover {
    opacity: 0.6;
    cursor: pointer;
}

.opacity_hover:hover {
    opacity: 1;
}

.opacity_4 {
    opacity: 0.4;
}

.opacity_3 {
    opacity: 0.3;
}

.opacity_normal {
    opacity: 1;
}

.saved_draft_input {
    height: 20px;
    padding: 2px;
    width: 250px;
    border: 1px solid #ccc;
}

.saved_draft_input_error {
    border: 1px solid #CC3333;
    background: #FCC;
    height: 20px;
    padding: 2px;
    width: 250px;
}

.profile_header {
    font-size: 0.85em;
    padding: 10px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    display: inline;
}

.bulk_upload_visibility {
    display: inline;
    outline: none;
}

.remove_filter {
    cursor: pointer;
    opacity: 0.5;
    width: 26px;
}

.remove_filter:hover {
    opacity: 0.9;
    color: red;
}

.font-awesome {
    display: block;
    cursor: pointer;
}

.ice-btn-group {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

.bulk_upload_locked_header {
    color: #0082C0;
    opacity: 1;
}

.count-badge {
    min-width: 8px;
    padding: 2px 5px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background-color: #dd2222;
    border-radius: 8px;
    font-family: Arial, sans-serif
}

.profile_menu {
    color: #a7a7a7;
    cursor: pointer;
}

.profile_menu .selected {
    color: #233559;
    border-left: 0;
    font-weight: bold;
    background-color: #fff;
}

.profile_menu .font-awesome {
    color: #f3f6fc;
}

.profile_menu td:hover {
    color: #233559;
}

.profile_menu td {
    padding: 9px 7px 4px 7px;
    border-top: 2px solid #fff;
    background-color: #f9f9f9;
}

td.selected i.font-awesome {
    color: #5a4545;
}

.entry_detail_submenu .selected {
    color: #4b4a4a;
    border: 1px solid #e5e5e5;
    border-left-color: #fff;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.entry_detail_submenu .selected i {
    color: #4b4a4a;
}

.entry_detail_submenu {
    width: 180px;
    color: #4482C0;
    font-size: 0.9em;
    background-color: #f7f7f7;
}

.entry_detail_submenu:hover {
    cursor: pointer;
}

.entry_detail_submenu td:hover {
    background-color: #fcfcfc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #4b4a4a;
}

.entry_detail_submenu td {
    padding: 8px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #f0f0f0;
}

.remove_user_button {
    border: 0;
    background-color: transparent;
    color: red;
    cursor: pointer;
}

.setting_key {
    font-size: 0.90em;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    width: 250px;
}

.setting_value {
    font-size: 0.90em;
    width: 400px;
}

.web_results_header {
    padding: 3px 5px 3px 5px;
    display: inline-block;
    font-size: 0.8em;
}

.web_header .web_results_header_selected {
    border-bottom-color: transparent;
}

.web_results_header_selected {
    padding: 3px 5px 3px 5px;
    line-height: 20px;
    border-radius: 2px 2px 0 0;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #DDD;
    border-bottom-color: transparent;
    font-size: 0.8em;
    background-color: #f5f5f5;
    color: #555;
    font-weight: bold;
}

.generic_storage_panel {
    border: 1px solid #c5c5c5;
    line-height: 90%;
}

.generic_storage_panel #type {
    color: #a52a2a;
    font-size: 0.95em;
    font-weight: bold;
    margin-top: 4px;
}

.generic_storage_panel #display {
    color: #888;
    font-size: 0.75em;
}

.generic_storage_panel td.footer {
    padding: 8px;
    background-color: #f1f1f1;
    font-weight: bold;
}

.profile_message_detail_header {
    border-bottom: 1px solid #CCC;
    font-size: 1.4em;
    padding-bottom: 4px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.permission_tab_active {
    font-size: 0.75em;
    border-left: 1px solid #e1e1e1;
    padding: 5px;
    color: #222;
    font-weight: bold;
}

.permission_tab_inactive {
    font-size: 0.75em;
    color: #999;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    background-color: #f1f1f1;
}

.permission_tab_inactive:hover {
    color: #666;
    background-color: #f6f6f6;
}

.folder_permission_tab_active {
    font-size: 0.95em;
    border-left: 1px solid #e1e1e1;
    padding: 8px;
    color: #222;
    font-weight: bold;
}

.folder_permission_tab_inactive {
    font-size: 0.95em;
    color: #999;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
    background-color: #f1f1f1;
}

.folder_permission_tab_inactive:hover {
    color: #666;
    background-color: #f6f6f6;
}

.permission_list {
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    padding: 3px;
    width: 100%;
    overflow: auto;
}

.permission_list > i.fa-times {
    display: none;
}

.permission_list:hover {
    background-color: #F4F3E9;
}

.permission_list:hover > i.fa-times {
    display: block;
}

.hover_icon_visible > i {
    opacity: 0.3
}

.hover_icon_visible:hover > i {
    opacity: 0.9
}

.permission_footer {
    background-color: #f1f1f1;
    padding: 5px;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.permission_footer_link {
    font-size: 0.75em;
    cursor: pointer;
    color: #888;
}

.bg_permission_remote {
    background-color: #007dbc;
}

.permission_group {
    color: #bf984c;
}

.bg_permission_group {
    background-color: #bf984c;
}

.bg_permission_user {
    background-color: #657B83;
}

.permission_user {
    color: #657B83;
}

.information {
    padding: 6px;
    background-color: #f0f9ff;
    font-size: 0.80em;
    border-radius: 2px;
    color: #bf984c;
}

.general_sub_header {
    color: #4B4A4A;
    font-size: 0.85em;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 0 #DDDDFF;
    text-transform: uppercase;
    opacity: 0.75;
    margin-top: 20px;
}

.entryEditLabel {
    color: #000;
}

.entryLabel {
    color: #999;
    white-space: nowrap;
    text-transform: capitalize;
}

.color-888 {
    color: #888;
}

.comment {
    text-align: left;
    max-width: 500px;
    border-radius: 4px;
    padding: 29px 18px 29px 27px;
    margin-bottom: 40px;
    position: relative;
    margin-left: 50px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.handsontable table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_entry_tab_active {
    border-left: 1px solid #eee;
    height: 23px;
    background: linear-gradient(to bottom, #FFFFFF, #f9f9f9) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 1px rgba(30, 25, 25, 0.2);
}

.new_entry_tab_inactive {
    height: 23px;
    background-color: #f4f4f4;
    box-shadow: 1px 0 1px 1px rgba(23, 23, 23, 0.1) inset;
    cursor: pointer;
    color: #999;
}

.fluid_no_wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.slider {
    position: relative;
    height: 15px;
    width: 400px;
    display: inline-block;
}

.bar {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #eee;
    top: 0;
}

.pointer {
    height: 100%;
    width: 15px;
    position: absolute;
    display: block;
    background: #555;
    top: 0;
}

.contained-part {
    width: 320px;
    font-size: 0.90em;
    margin-top: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #f5f5f5;
}

.current .fileUpload {
    opacity: 8;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    opacity: 0;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.folder_name {
    cursor: pointer;
}

.folder_name:hover {
    background-color: #c1c1c1;
}

input.no_border {
    border: 0;
}

input.no_border:active {
    border: 0;
    outline: none
}

input.no_border:focus {
    border: 0;
    outline: none
}

.modal-backdrop {
    bottom: 0;
}

.ice-label-success {
    background-color: #468847;
}

.ice-label-danger {
    background-color: #d9534f;
}

.ice-label-warning {
    background-color: #eb8a06;
}

.ice-label-info {
    background-color: #3a87ad;
}

.quality-perfect {
    background-color: darkgreen;
}

.quality-almost {
    background-color: green;
}

.quality-incomplete {
    background-color: tan;
}

.quality-low-coverage {
    background-color: lightgray;
}

.quality-errors {
    background-color: pink;
}

.quality-dips {
    background-color: lightblue;
}

.quality-unknown {
    background-color: grey;
}

th i.sortable {
    opacity: 0;
}

th:hover i.sortable {
    opacity: 0.2;
}

.content-menu {
    z-index: 999;
    border: 0;
    /*display: none;*/
    text-align: left;
    position: fixed;
    top: 100px;
    left: 2px;
    bottom: 63px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    /*border-right: 1px solid #e0e0e0;*/
}

#content {
    margin-top: 123px;
    margin-left: 260px;
}

.content-primary {
    position: absolute;
    right: 0;
    left: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

#header {
    position: fixed;
    top: 0;
    margin: 0;
    right: 0;
    left: 0;
}

.table-border-bottom {
    border-bottom: 1px solid #ddd;
}

.highlight-row-icons i.action {
    visibility: hidden;
}

.highlight-row-icons:hover i.action {
    visibility: visible;
    opacity: 0.4;
}

.highlight-row-icons:hover i.action:hover {
    opacity: 1;
    cursor: pointer;
}

.search-indicator {
    padding: 4px 1px 4px 5px;
    background-color: #fff;
    color: #aaa;
    font-size: 16px
}

.no-border-radius {
    border-radius: 0;
}

button.action-menu {
    border-radius: 3px;
    padding: 1px;
    color: #555;
    margin: auto;
    border: 1px solid #f1f2f3;
    background-color: #f9f9f9;
    height: 34px;
    width: 65px;
    line-height: 50%;
}

button.action-menu:hover {
    color: #000;
    border: 1px solid #a6a6a6;
}

button[disabled].action-menu {
    color: #c9c9c9;
    border: 1px solid #eaeaea;
}

button[disabled].action-menu:hover {
    color: #c9c9c9;
    border: 1px solid #eaeaea;
}

.ice-modal-header {
    color: #657B83;
    font-size: 19px;
    font-family: "BebasNeue", sans-serif;
}

.entry-table-header {
    font-size: 11px;
    text-transform: uppercase;
}

.entry-table-header > span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.entry-type {
    opacity: 0.7;
    font-weight: bold;
    font-size: 0.85em;
    text-shadow: 0 1px 0 #fff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.table-row-index {
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.message {
    border: 1px solid #f1f1f1;
    background-color: #FEFEFE;
    padding: 12px;
}

.message > small {
    color: #c1c1c1;
}

.message:hover {
    background-color: #657B83;
    color: white;
    cursor: pointer;
}

.message-selected {
    background-color: #c6c6c6;
}

.message-details {
    width: 65%;
    padding: 12px;
    vertical-align: top
}

.table-index-label {
    vertical-align: middle;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.reverse-strand, .forward-strand {
    position: relative;
    font-size: 9px;
    height: 12px;
    color: #FFFFFF;
    text-align: center;
}

.reverse-strand:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #CCCCCC;
    border-bottom: 6px solid transparent;
}

.forward-strand:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #CCCCCC;
    border-bottom: 6px solid transparent;
}

.forward-strand-cds:after {
    border-left: 4px solid #EF6500;
}

.reverse-strand-cds:before {
    border-right: 4px solid #EF6500;
}

.forward-strand-misc_feature:after {
    border-left: 4px solid #006FEF;
}

.reverse-strand-misc_feature:before {
    border-right: 4px solid #006FEF;
}

.forward-strand-promoter:after {
    border-left: 4px solid #31B440;
}

.reverse-strand-promoter:before {
    border-right: 4px solid #31B440;
}

.forward-strand-terminator:after {
    border-left: 4px solid red;
}

.reverse-strand-terminator:before {
    border-right: 4px solid red;
}

.forward-strand-rep_origin:after {
    border-left: 4px solid #878787;
}

.reverse-strand-rep_origin:before {
    border-right: 4px solid #878787;
}

.forward-strand-misc_marker:after {
    border-left: 4px solid #8DCEB1;
}

.reverse-strand-misc_marker:before {
    border-right: 4px solid #8DCEB1;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-right-4 {
    margin-right: 4px;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.wor-admin-only {
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    margin-right: 21px;
    cursor: pointer;
}

.link-sup {
    vertical-align: top;
    right: -7px;
    position: relative;
    font-size: 9px;
    line-height: 0;
    top: -0.7em;
    color: darkgray;
}

.link-sub {
    vertical-align: bottom;
    left: -7px;
    position: relative;
    font-size: 9px;
    line-height: 0;
    bottom: -0.5em;
    color: darkgray;
}

.entry_detail_folder_row {
    border-right: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    padding: 5px;
    color: #0082c0;
    line-height: 15px;
}

.entry_detail_folder_row:hover {
    background-color: #F3F1D9;
    color: #70822e;
}

.modal-ve-sized {
    width: 98%;
    padding: 0;
}

.veAxisFill {
    fill: #FFFFB3 !important;
}

.dragover {
    border: 2px dashed #0082c0;
}