*:not(text) {
    font-size: 10px;
    line-height: 1.428;
}

.desc {
    font-family: 'PT Serif',serif;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 20px;
    /* padding-left: 40px; */
    border-radius: 5px;
    background-color: #F9F9F9;
    border: 1px solid #F5F5F5;
    border-left: 10px solid #F1F1F1;
    font-size: 12px;
}

#additional_settings_label {
    margin: auto;
    display: block;
    border-radius: 10px;
    width: 180px;
    padding: 2px;
    margin-top: 8px;
    text-align: center;
    background-color: #CCCCCC;
    color: #333;
}

#additional_settings_label:hover {
    background-color: #DDDDDD;
}

.settings-header {
    font-variant: small-caps;
    font-size: 1.2em;
    border-bottom: 1px #969696 solid;
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
}

h4 {
    margin-top: 10px;
}

#sidebar::-webkit-scrollbar {
    display: none;
}

.no-link {
    text-decoration: none;
    color: #333;
}

.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.glyphicon {
    top: 4px;
    font-size: 10px;
}

option {
    padding: 0px;
}

.modal .modal-body {
    overflow-y: auto;
}

.modal-title {
    font-size: 14px;
}

#svg {
    width: 100%;
    height: 100%;
}


html, body, #wrapper {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#title-panel {
    position: absolute;
    top: 0px;
    display: inline-block;
    background-color: #EEE;
    min-width: 460px;
    left: calc(50% - 230px);
    height: 44px;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #D3D3D3;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0.9;
}

#title-panel-first-line {
    font-size: 20px;
    color: rgb(58, 58, 58);
    line-height: 115%;
}

#mouse_hover_panel {
    display: none;
    top: 0px;
    right: 0px;
    position: absolute;
    height: 100%;
    background: url('../images/fractal.jpg') center center scroll;
    border-left: 1px solid #D3D3D3;
    padding: 8px;
    opacity: 0.9;
    width: 350px;
}

#description-panel {
    display: none;
    top: 0px;
    right: 0px;
    position: absolute;
    height: 100%;
    background: url('../images/fractal.jpg') center center scroll;
    border-left: 1px solid #D3D3D3;
    opacity: 0.9;
    width: 350px;
}

#news-panel {
    display: none;
    top: 0px;
    right: 0px;
    position: absolute;
    height: 100%;
    background: url('../images/fractal.jpg') center center scroll;
    border-left: 1px solid #D3D3D3;
    opacity: 0.9;
    width: 350px;
    padding: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-y: scroll;
}

#news-panel code {
	  padding: 1.4px 2px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f3f3f3;
    border-radius: 2px;
}

.news-item {
    display: block;
    position: relative;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 100%;
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
}

.news-item > .news-date {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 10px;
}

.news-item > h1 {
    margin-top: 7px;
    font-size: 16px;
}

.blue-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #2681EF;
    margin-right: 4px;
}

#panel-left {
    position: absolute;
    width: 490px;
    top: 0px;
    left: 0px;
    opacity: 0.9;
}

#panel-center {
    width: 100%;
    height: 100%;
}

#toggle-panel-top {
    position: absolute;
    height: 15px;
    width: 90px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    top: 0;
    left: calc(50% - 45px);
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
}

#toggle-panel-top:hover {
    background-color: #DDDDDD;
}

#toggle-panel-left {
    position: absolute;
    height: 90px;
    width: 15px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    top: calc(50% - 45px);
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    font-size: 10px;
    padding-top: 9px;
}

.toggle-panel-left-pos {
    left: 400px;
}

#toggle-panel-left:hover {
    background-color: #DDDDDD;
}

#toggle-panel-right {
    position: absolute;
    height: 90px;
    width: 15px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    top: calc(50% + 10px);
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    font-size: 10px;
    padding-top: 14px;
    right: 0px;
}

#toggle-panel-right-2 {
    position: absolute;
    height: 120px;
    width: 15px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    top: calc(50% - 120px);
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    font-size: 10px;
    padding-top: 14px;
    right: 0px;
}

#toggle-panel-right-3 {
    position: absolute;
    height: 80px;
    width: 15px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    top: calc(50% - 210px);
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    font-size: 10px;
    padding-top: 14px;
    right: 0px;
}

@keyframes fade {
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.fading-button {
  animation: fade 4s infinite;
}

.toggle-panel-right-pos {
    right: 350px !important;
}

.toggle-panel-right-pos-2 {
    right: 350px !important;
}

.toggle-panel-right-pos-3 {
    right: 350px !important;
}

#toggle-panel-right:hover {
    background-color: #DDDDDD;
}

#toggle-panel-right-2:hover {
    background-color: #DDDDDD;
}

#wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#multiUser {
    display: none;
    width: 100%;
    height: 38px;
    padding: 4px;
    background-color: floralwhite;
}

#multiUser > .project-name {
    display: inline-block;
}

#multiUser > .home-button {
    float: left;
    margin-right: 5px;
}

#multiUser > img {
    float: left;
    width: 31px;
    height: 31px;
    border: 1px solid lightgray;
    margin-right: 5px;
}

#multiUser > .download-button {
    float: right;
}

#sidebar {
    position: fixed;
    background: url('../images/fractal.jpg') center center scroll;
    border-right: 1px solid #D3D3D3;
    width: 400px;
    height: 100%;
    padding: 5px;
    overflow: scroll;
    padding-bottom: 150px;
    margin-top: 43px;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

.input-xs {
    height: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-margin {
    margin-bottom: 0px;
}

.sidebar-footer {
    background-color: white;
    height: 123px;
    width: 400px;
    position: fixed;
    bottom: -0px;
    border-top: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

.table-spacing td {
    padding: 3px;
}

.nav>li>a {
   padding: 10px 12px;
}

td, tr {
    margin: 0px;
    padding: 0px 2px;
}

td > input[type='checkbox'] {
    margin-left: 5px;
}

#btn_draw_tree {
    width: 25%;
    font-weight: bolder;
}

.tab-content {
}

.tab-pane {
    padding-bottom: 200px;
}

.sidebar-footer-draw {
    height: 40px;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

#sidebar-footer-controls {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
}

.sidebar-footer-controls > .btn {
    width: 25%;
}

.sidebar-state-buttons {
    width: 100%;
}

.sidebar-state-buttons > .btn {
    width: 50%;
}

.btn-group {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 1px 0px;
    margin-bottom:10px;
}

.colorpicker-base {
    float: left;
    display: inline-block;
    background-color: #FFF;
    border: 1px solid;
    border-color: #000;
    width: 16px;
    height: 16px;
    margin: auto;
}

.btn-group > .colorpicker-base {
    margin-top: 7px;
    margin-right: 3px;
    margin-left: 3px;
}

.colorpicker-base:hover {
    border: 2px solid;
    border-color: #555;
}

.colorpicker {
    float: left;
    display: inline-block;
    background-color: #FFF;
    border: 1px solid;
    border-color: #000;
    width: 16px;
    height: 16px;
    margin: auto;
}

.btn-group > .colorpicker {
    margin-top: 7px;
    margin-right: 3px;
    margin-left: 3px;
}

.colorpicker:hover {
    border: 2px solid;
    border-color: #555;
}

.generating-tree {
    padding: 10px;
    background-color: seashell;
    border: 1px solid #F0F0F0;
}

div#tooltip_content tr:nth-child(even) {background: rgba(100,100,100,0.1);}
div#tooltip_content tr:nth-child(odd) {background: rgba(220,220,220,0.1);}

#tooltip_content td {
    word-break: break-all;
}

.table-striped>tbody>tr:nth-child(even) {background: rgba(100,100,100,0.1);}
.table-striped>tbody>tr:nth-of-type(odd) {background: rgba(220,220,220,0.1);}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 5px;
}

.settings-label {
  padding-top: 2px;
  margin-bottom: 0;
  text-align: right;
  height: 25px;
  text-align: right;
}

.label-big {
  font-size: 14px;
}

#current_state {
  font-variant: small-caps;
  font-weight: bold;
  font-size: medium;
  color: green;
}

#search_result_message, #search_result_message_functions {
  display: inline-block;
  height: 30px;
  padding-top: 7px;
  font-weight: bold;
  font-family: fantasy;
  font-size: 14px;
}

#tooltips-table {
  max-width: 100%;
  overflow: scroll;
}

#search_tab_content td {
    padding: 6px;
}

.taxonomy-name-label {
    background: #e7f3381a;
    padding: 1px 4px 2px 6px;
    border: 1px dashed #a9a9a9;
    border-radius: 7px;
    display: block;
    font-style: italic;
}

#estimate-taxonomy-check {
    margin: -8px 14px 5px 17px;
    background: #e7f3381a;
    padding: 3px 6px 5px 10px;
    border: 1px dashed #a9a9a9;
    border-radius: 9px;
}

#bins-table > tbody > tr > td { padding: 5px; }
#tooltips-table > tbody > tr > td { padding: 5px; }
#tooltips-table tbody tr td:first-child  { border-right: 2px solid rgb(230, 230, 230); }
#tooltips-table thead tr th:first-child  { border-right: 2px solid rgb(230, 230, 230); }
#search-results-table > tbody > tr > td { padding: 5px; word-break: break-all; }
#search-results-table tbody tr td:first-child  { border-right: 2px solid rgb(230, 230, 230); }
#search-results-table thead tr th:first-child  { border-right: 2px solid rgb(230, 230, 230); }

#divzoom {
    position: absolute;
    width:0px;
    height:0px;
    pointer-events: none;
    background-color: rgba(0,0,255,0.4);
    border-style: dashed;
    border-width: 1px;
    border-color: rgb(0,0,255);
    display: none;
    vertical-align: middle;
    text-align: center;
}

#fixed-navbar-div {
    position: fixed;
    z-index: 500;
    width: 400px;
    border-right: 1px solid #D3D3D3;
    background-color: #FFFFFF;
}

.dropdown-menu>li>p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.modal-dialog.modal-sm h3::before {
    display: block;
    width: 280px;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    content: "";
    background: url("../images/logo.png") no-repeat 0 0;
    background-size: 100%;
}

.modal-dialog.modal-sm {
    width: 320px;
}

.menu-disabled {
    pointer-events:none;
    opacity:0.4;
}

.nav-tabs {
    background-position: top right;
    padding-top: 5px;
}


@media only screen and (min-width:1460px){
    /* styles for browsers larger than 1460px; */
    *:not(text) {
        font-size: 12px;
        line-height: 1.428;
    }

    #sidebar {
        width: 490px;
        padding: 10px;
    }

    .sidebar-footer {
        width: 490px;
    }

    .glyphicon {
        top: 4px;
        font-size: 15px;
    }

    #fixed-navbar-div {
        width: 490px;
    }

    #mouse_hover_panel {
        width: 460px;
    }

    .toggle-panel-left-pos {
        left: 490px;
    }

    .toggle-panel-right-pos {
        right: 460px !important;
    }

    #description-panel {
        width: 460px !important;
    }

    #news-panel {
        width: 460px !important;
    }


    .toggle-panel-right-pos-2 {
        right: 460px !important;
    }

    .toggle-panel-right-pos-3 {
        right: 460px !important;
    }

    #title-panel {
        min-width: 720px;
        left: calc(50% - 360px);
        height: 60px;
    }

    #title-panel-first-line {
        font-size: 26px;
    }
}

.CodeMirror, .CodeMirror-scroll {
    height: calc(100% - 130px) !important;
}

.ui-dialog, .ui-dialog-content {
    padding: 0px !important;
}

.ui-dialog-content {
    width: 100% !important;
}

/* Close Button */

.close-thick {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 0px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 0px;
}

.close-thick:hover {
    text-decoration: none;
}

.close-thick:after {
  content: '✖'; /* UTF-8 symbol */
}

.sidebarPadding {
    padding-top: 60px !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.pan-filters input[type='checkbox'] {
    width: 15px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.taxonomyTableDialog i.glyphicon {
   font-family: 'Glyphicons Halflings';
    font-size: 10px;
    top: 1px;
    padding: 4px 4px;
}
