html body {
    margin: 0px;
    padding-bottom: 240px;
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
    /*
    padding-top: 60px;
    background-color: #FCFCFC;
    */
}

.hide {
    display: none;
}

/* LOGIN & SIGN UP */
div.login_center_frame div.panel-body {
    background-color: #F0F0F0;
}

div.login_wrapper {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

div.login_wrapper button {
    margin-top: 8px;
}

div.login_wrapper a.back_to_data_sets {
	text-decoration: underline;
}

div.login_wrapper input {
    background-color: #FCFCFC;
    border-radius: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
}


span.support {
    position: absolute;
    right: 26px;
    bottom: 26px;
}
span.sign_up_link {
    position: absolute;
    right: 26px;
    bottom: 26px;
    text-decoration: underline;
}

span.account_help_link {
    position: absolute;
    right: 82px;
    bottom: 26px;
    text-decoration: underline;
}

span.sign_up_link a, span.account_help_link a {
    color: #7A7E82;
}
span.sign_up_link a, span.account_help_link a {
    color: #7A7E82;
}
span.sign_up_link a:hover, span.account_help_link a:hover {
    color: #C8C8C8;
}

/* /LOGIN & SIGN UP */

nav.navbar.navbar-inverse {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
  border-bottom: none;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
  margin-left: 0;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 13px;
  padding-left: 6px;
  padding-right: 6px;
}


/* File Upload */
div.main div.jumbotron {
    background-color: rgb(245, 245, 245);
    border: 1px solid #fff;
    padding-top: 70px;
    padding-bottom: 50px;
    border-radius: 0px;
}
div.main div.jumbotron.drag_enter {
    background-color: #72a6d4;
    border: 1px dashed rgb(245, 245, 245);
}
div.main div.jumbotron.uploading {
    background-color: #A6C6E1;
    border: 1px dashed rgb(245, 245, 245);
}

tr.explore.uploading span.loading_text {
  display: inline;
}
tr.explore.enabled span.loading_text {
  display: none;
}

/* /File Upload */

div.panel.panel-default {
    box-shadow: none;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid rgb(245,245,245);
}
div.panel div.panel-heading {
    border-radius: 0px;
    border: none;
    padding-top: 9px;
    padding-bottom: 9px;
}

/*
#vql_nav a {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #9d9d9d;
}

#vql_nav a.dropdown-toggle {
    border-left: 0px;
    border-right: 0px;
}

#vql_nav ul.dropdown-menu li a {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
*/

span.frame_name {
    padding-left: 10px;
    padding-right: 10px;
}

span.row_count {
    width: 100px;
}

span.row_count span.static_cloud {
    padding: 0px;
}

span.row_count span.glyphicon {
    padding: 0px;
}

table.table-condensed > thead > tr > th,
table.table-condensed > tbody > tr > th,
table.table-condensed > tfoot > tr > th,
table.table-condensed > thead > tr > td,
table.table-condensed > tbody > tr > td,
table.table-condensed > tfoot > tr > td {
  padding: 6px 8px 6px 8px;
}
table.table-condensed > tbody > tr > td {
    padding-right: 22px;
    font-size: 13px;
}

table.table > thead > tr > th.header_menu_row {
    white-space: nowrap;
    border-bottom: 1px;
    font-weight: 600;
    padding-bottom: 2px;

    /*
    color: #337ab7;
    text-decoration: underline;
    */
}
table.table > thead > tr > th.header_menu_row:hover {
    border-bottom: 1px solid #BFE1FD;
    color: #53a7ea;
}
table.table > thead > tr > th.header_menu_row.show_me {
    border-bottom: 1px solid #BFE1FD;
    color: #53a7ea;
}

th.header_menu_row span.dropdown-toggle {
  cursor: pointer;
  padding: 3px 6px 3px 2px;
}
th.header_menu_row span.dropdown-toggle span.glyphicon{
    padding: 2px;
    font-size: 0.7em;
}
th.header_menu_row .dropdown {
    cursor: pointer;
}

.panel-heading {
    cursor: pointer;
    font-weight: 400;
    text-align: center;
}

.new_panel, .remove_panel, .frame_name {
    /* padding: 3px; */
}

div.scroll_holder {
    overflow-x: auto;
    overflow-y: auto;
    height: inherit;
    margin-right: 6px;
}
div.scroll_holder.map_scroll_holder {
    margin-right: 0px;
}
div.panel-body {
    height: 100%;
    text-align: left;
    margin: 0px;
    padding: 26px;
}
div.panel-body.map-panel {
    padding: 0px;
}

#center_frame {
    padding: 12px 1px;
}

#center_frame th, #center_frame td {
    text-align: left;
    margin: 0px;
    max-width: 500px;
    max-width: 280px;
    min-width: 200px;
    white-space: nowrap;
}
#center_frame td {
    overflow-x: hidden;
}

.panel-body td.input_td {
    /*
    padding: 0px;
    background-color: rgb(245,245,245);
    */
    padding-left: 4px;
    padding-right: 12px;
}
.panel-body td.input_td input {
    /*
    padding: 0px 0px 0px 9px;
    border: 0px solid white;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    */
    border-color: #E6E6E6;
    border-radius: 4px;
    border-radius: 0px;
    color: #5596FF;
    color: #337ab7;
    -webkit-box-shadow: none;
    font-size: 13px;
    height: 32px;
}
.panel-body td.input_td input:focus {
    border-color: #53A7EA;
}

.panel-body td.input_td input.filter_error {
    color: #F14E4E;
    border-color: #F14E4E;
}

.panel-body input:focus {
    box-shadow: none !important;
    outline: none !important;
}

#center_frame .panel-body td.tag_td {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
    padding: 36px 30px 26px 28px;
    border-left: 0px solid #53A7EA;
    border: 0px solid #53A7EA;
    background-color: #f5f5f5;
    font-size: 13px;
}

.panel-body td.tag_td div.go_hide {
    margin-top: 20px;
}
.panel-body td.tag_td div.go_hide span.go_hide_bar {
    border-top: 1px solid #ddd;
    padding-top: 18px;
    padding-bottom: 12px;
}

body.explorer .panel-body span.panel_button div.modal, span.panel_button {
   display: inline-block;
   color: #6c6c6c;
   padding: 6px 13px;
   border-radius: 2px;
   border: 1px solid #CCCCCC;
   margin-top: 2px;
   margin-bottom: 2px;
   margin-left: 3px;
   margin-right: 3px;
}
body.explorer .panel-body span.panel_button.dark {
    border: 1px solid #53a7ea;
    border: none;
    background-color: #53a7ea;
    color: #f5f5f5;
}
body.explorer .panel-body span.panel_button.dark:hover {
    border: none;
    background-color: #e6e6e6;
    background-color: #1981d4;
    color: #f5f5f5;
}

.panel-body span.selected_button {
    background-color: #e6e6e6;
    color: #6c6c6c;
    border: 1px solid #adadad;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

body.explorer .panel-body span.panel_button:hover, div.modal span.panel_button:hover {
    cursor: pointer;
    background-color: #e6e6e6;
    color: #6c6c6c;
    border: 1px solid #adadad;
    border: 1px solid #53A7EA;
}

.panel-body .multi_field_input {
    display: inline-block;
    margin-left: 6px;
    margin-right: 8px;
    width: 330px;
}

.panel-body div.group_by_functions {
    padding-top: 8px;
    padding-bottom: 17px;
}

.panel-body .multi_field_input input {
    height: 35px;
    font-size: 13px;
	  line-height: 2.6;
    border-radius: 2px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.panel-body .multi_field_input input:focus {
    border-bottom: 1px solid #53A7EA;
}

.panel-body .multi_field_input.header_typeahead {
  margin-left: 0px
}
.panel-body .multi_field_input.header_typeahead input {
  min-width: 450px;
}

.panel-body td.advanced_search_tag_td div.search_field_holder {
  padding-top: 28px;
  padding-bottom: 18px;
}
.panel-body td.advanced_search_tag_td div.search_field {
  margin-top: 12px;
  margin-bottom: 14px;
}
.panel-body td.advanced_search_tag_td input.search_field_input {
  margin-left: 0px;
  min-width: 375px;
}
.panel-body td.advanced_search_tag_td span.add_search_field {
  margin-left: 12px;
}
.panel-body td.advanced_search_tag_td span.remove_search_field {
  color: rgb(157,157,157);;
  font-size: 0.8em;
  padding-left: 5px;
  cursor: pointer;
}
.panel-body td.advanced_search_tag_td span.remove_search_field:hover {
  color: black;
}
.panel-body td.advanced_search_tag_td div.date div.input-group-addon {
  background-color: white;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.panel-body td.advanced_search_tag_td div.date div.input-group-addon .glyphicon {
  color: rgb(197, 197, 197);
  font-size: 1.1em;
  padding: 0px;
}
body.explorer .datepicker table tr td.active.active {
  background-color: #53A7EA;
  background-image: none;
}

div.graph_icon_holder {
    display: inline-block;
    max-width: 300px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #FDFDFD;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
}
div.selected_graph_icon_holder {
    border: 2px solid #DDD;
}
div.graph_icon_holder:hover {
    border: 2px solid #DDD;
}
span.chart_option {
    display: none;
}

div.error_message {
    text-align: center;
    margin-top: 60px;
}

div.error_message span {
    font-size: 1em;
    padding: 12px;
    /* color: rgb(218, 85, 85); */
    border: 0px solid rgb(218, 85, 85);
    border-radius: 4px;
}

/* The actual tags */
.panel-body div.multi_field_input div.multi_tag {
    border: 1px solid #cccccc;
    margin-top: 4px;
    padding: 7px 8px;
    color: #6c6c6c;
    font-size: 13px;
}
.panel-body div.multi_field_input div.multi_tag span {
    font-weight: normal;
}

.panel-body div.multi_field_input div.multi_tag a {
    color: #6c6c6c;
}
.panel-body div.multi_field_input li.tags-suggestion {
  cursor: pointer;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

span.glyphicon {
    font-size: 0.9em;
    padding: 4px;
}

span.panel_action span.glyphicon {
    color: gray;
}

span.panel_action span.glyphicon:hover {
    color: black;
}

span.sample_panel span {
    color: black;
}

/* Table Splash */

.database_name {
    color: #333;
}

div.splash_doc {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;

  margin: 12px 24px;
  padding: 2px;
  display: inline-block;
  width: 210px;
  height: 56px;
  border: 0px solid white;
}

div.splash_doc a {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;

  /* color: #aaa; */
}

div.splash_doc:hover, div.splash_doc a:hover {
  /* color: #082EA1;
  box-shadow: 2px 2px 2px #AAAAAA;
  text-shadow: 1px 1px 1px #fff;
  text-shadow: 8px 8px 4px #191919;
  */
  cursor: pointer;
  color: #999;
}

div.splash_doc_left {
  width: 54px;
  text-align: center;
  float: left;
}

div.splash_doc_right {
  padding-top: 4px;
  width: 150px;
  float: right;
}

div.splash_doc_icon {
  font-size: 3.0em;
}

div.splash_table_name {
  padding-left: 4px;
  text-align: left;
  max-height: 66px;
  overflow: hidden;
}

div.divider {
    margin: 0 auto;
    height: 24px;
    width: 76%;
    border-bottom: 1px solid black;
    margin-bottom: 34px;
}

body.table_list div.modal-dialog {
    width: 540px;
}

body.table_list div.modal-body {
    padding-right: 40px;
}

body.explorer div.modal span.panel_action:hover {
    cursor: pointer;
}

body.table_list div.modal input {
    background-color: #C8C8C8;
}

body.table_list div.modal select {
    background-color: #C8C8C8;
}

body.table_list div#connect_db_modal div.database_connect_error {
    display: none;
    margin-bottom: 28px;
    padding: 8px;
    color: rgb(218, 85, 85);
    border: 1px solid rgb(218, 85, 85);
    border-radius: 4px;
}

ul.dropdown-menu {
    border: 1px solid gray;
    border-radius: 0px;
    /* border-top: 1px solid transparent; */
    overflow-y: visible;
    /* box-shadow: none; */
    background-color: #FDFDFD;
}

#center_frame ul.dropdown-menu a {
    border-bottom: 0px solid #fdfdfd;
}
#center_frame ul.dropdown-menu a:hover {
    color: #fdfdfd;
    background-color: #53a7ea;
}
#center_frame ul.dropdown-menu a.show_me {
    transition: 1.20s ease;
    color: #fdfdfd;
    background-color: #53a7ea;
}


span.loading_icon_wrapper {
    display: inline-block;
    width: 30px;
    text-align: left;
}

span.inline_loading_icon {
    display: none;
}

div.new_frame_loading_icon {
    display: none;
    text-align: center;
}

.glyphicon-refresh-animate {
    -animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}
.glyphicon-refresh-animate-slow {
    -animation: spin 2.7s infinite linear;
    -webkit-animation: spin2 2.7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

ul.nav-sidebar {
    padding-top: 32px;
    padding-left: 12px;
}

ul.nav-sidebar li a {
    color: rgb(157, 157, 157);
    font-size: 13px;
}
ul.nav-sidebar li a.show_me {
    font-size: 13px;
    padding: 6px 20px 6px 40px;
}
ul.nav-sidebar li a span.glyphicon {
    margin-right: 6px;
}

/* Side bar */
div.sidebar {
  /*
    border-right: 1px solid #ddd;
  */
}
div.sidebar div.panel-heading {
	white-space: nowrap;
	overflow-x: hidden;
}
div.sidebar div.panel-body {
    padding: 30px 0px 0px 0px;
}

ul.sidebar_header_list {
    list-style-type: none;
    padding: 0px;
}
ul.sidebar_header_list li {
    padding: 3px 20px;
    white-space: nowrap;
}
ul.sidebar_header_list li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

span.header_search_span {
    padding-bottom: 4px;
    border: none;
}
span.header_search_span input {
    box-shadow: none !important;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0px;
}
ul.sidebar_header_list li:hover input {
    background-color: #f5f5f5;
}
ul.sidebar_header_list li span.header_search_span input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
}

/* List Tables */
body.datasets div.modal-header {
}
body.datasets div.modal-body {
  padding: 18px;
}
body.datasets div.modal-body-inner {
  padding: 25px;
  border-radius: 4px;
  background-color: rgb(245, 245, 245);
}
body.datasets div.modal-footer {
  border: none;
}

body.datasets div.datasets_table_holder {
    margin-bottom: 42px;
    border: 1px solid #eee;
    border-radius: 6px;
    border-radius: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
}

body.datasets div.datasets_table_holder table.table tr.no_highlight:hover {
    cursor: auto;
    background-color: transparent;
    box-shadow: none;
}
body.datasets div.datasets_table_holder table.table tr:hover {
    cursor: pointer;
    background-color: #d9edf7;
    background-color: #f5f5f5;;
    /* box-shadow: 2px 3px 1px lightgrey; */
}
body.datasets div.datasets_table_holder table.table tr th {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding-left: 10px;
}
body.datasets div.datasets_table_holder table.table tr td {
    padding-top: 16px;
    padding-bottom: 16px;
}
/* Hide delete on the tutorial table */
body.datasets div.datasets_table_holder table.table tr[explorer-location=welcome] span.glyphicon-remove {
    display: none;
}
/* / List Tables */

