/* Style css stylesheet - This is the primary stylesheet, broken up by section */

/* Blue: #4d7baf */

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  padding-top: 50px;
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: "Arial", sans-serif;
}

h4 {
  font-weight: bold;
}

.navbar{
  margin-bottom: 0px !important;
}

.bg-danger {
  background-color: #f2dede;
}

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 50%;
  min-height: 50%;
  margin: auto;
}

.container-box {
  padding: 25px 40px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.header-margin {
  margin-top: 30px;
}

.text-input {
  padding: 3px 5px;
  font-size: 14px;
  color: #222;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 0 1px 2px #e2e2e2;
}

.text-input:focus {
  border: 1px solid #4191f1;
  outline: none;
  box-shadow: 0 0 5px #6baaf5;
}

/* Button Styles */

.btn-margin-left {
  margin-left: 2px;
}

.lg-btn {
  padding: 9px 23px;
  font-size: 1.2em;
  border-radius: 3px;
}

.md-btn {
  padding: 5px 15px;
  font-size: 1em;
  border-radius: 3px;
}


.xs-btn {
  padding: 2px 5px;
  font-size: .8em;
  border-radius: 1px;
}


.btn-thin {
  padding-right: 11px;
  padding-left: 11px;
}

.half-btn {
  float: left;
  width: 49%;
  padding: 7px 0;
  border-radius: 3px;
}

.half-btn:first-of-type {
  margin-right: 2%;
}

.sm-btn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.md-btn[disabled],
.sm-btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-green {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #21bc46;
  border: 1px solid #279f44;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-green:hover {
  color: white;
  background: #1fab42;
  border: 1px solid #187e30;
}

.btn-green:focus {
  color: white;
}

.btn-green:active {
  background-color: #1fab42;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btn-blue {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #0d8ece;
  border: 1px solid #01608f;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-blue:hover {
  background: #0c87c2;
  /* Old browsers */
  border: 1px solid #015781;
}

.btn-blue:focus {
  color: white;
}

.btn-blue:active {
  background-color: #0c87c2;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btn-bordered {
  border-width: 3px;
  border-radius: 2px;
  background-color: transparent;
}

.btn-red {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #e93a3a;
  border: 1px solid #b71d1d;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-red:hover {
  background: #e82828;
  /* Old browsers */
  border: 1px solid #cb2121;
}

.btn-red:focus {
  color: white;
}

.btn-red:active {
  background-color: #da1818;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.btn-light {
  color: #444;
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 100%);
  background-color: white;
  border: 1px solid #ccc;
  outline: none;
}

.btn-light:hover {
  background: linear-gradient(to bottom, #f7f7f7 0, #e5e5e5 100%);
  /* W3C */
  border: 1px solid #c5c5c5;
}

.btn-light:active,
.btn-light.toggled {
  background: #e0e0e0;
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.btn-set {
  margin: 0;
  display: inline-block;
}

.light-nav .btn-set .sm-btn {
  margin: 0;
}

/* Alerts */
.alert {
  visibility: hidden;
  position: absolute;
  top: 0px;
  width: 400px;
  padding: 10px 40px 10px 15px;
  background-color: white;
  text-align: center;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
  top: 100px;
  transition: all 0.2s ease;
  z-index: 2;
}

.alert.alert-active {
  visibility: visible;
  top: 120px;
  opacity: 1;
  box-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
}

.alert.dangerous {
  background-color: #ee5c54;
  color: white;
  border: 1px solid #b9363a;
}

.alert.careful {
  background-color: #ffe6ab;
  color: #555;
}

.alert.victory {
  background-color: #8aba56;
  color: white;
}

.alert.informational {
  color: black;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.dismiss {
  float: right;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  opacity: .2;
  color: #000;
}

.dismiss:hover {
  cursor: pointer;
  opacity: .4;
}

/*Navigation*/

.seanav {
  padding: 5px 10px;
  background: #0e69a9;
}

.seanav .navbar-brand {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
}

.seanav .navbar-brand span {
  opacity: .6;
  font-weight: 100;
  letter-spacing: 0;
}

.seanav .navbar-brand:hover {
  color: white;
  opacity: 1;
}

.seanav .navbar-brand img {
  margin-right: 10px;
}

.seanav ul {
  /*this defines height centering of nav*/

  margin-top: 9px;
}

.seanav ul li.nav-item {
  float: left;
  margin: 0 8px;
  list-style: none;
}

.seanav ul li.nav-item a.nav-link {
  padding: 6px 20px;
  color: #dbe3ed;
}

.seanav ul li.nav-item a.nav-link:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.seanav ul li.nav-item .active {
  background-color: #0c5892;
  border-radius: 3px;
  color: white;
  text-decoration: none;
}

.seanav .navbar-right {
  margin-right: 15px;
}

.hidden-nav {
  display: none;
  height: 0;
}

.help-icon {
  color: white;
  background-color: rgba(255,255,255,0.2);
  padding: 4px;
  border-radius: 10px;
  opacity: .9;
}

.help-icon:hover {
  opacity: 1;
}

/* Search page -- Now Home Page */

.search-input {
  width: 100%;
  padding: 13px;
  font-size: 25px;
  color: #333;
  border: #ffffff 1px solid;
  border-right: none;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  opacity: .9;
}

.search-input:focus {
  border: #ffffff 1px solid;
  outline: none;
  opacity: 1;
}

.search-box {
  margin-top: 230px;
}

.search-box h2 {
  margin-bottom: 30px;
  font-size: 4em;
  color: white;
  text-align: center;
  text-shadow: 0 2px 0 #104067;
}

.btn-search {
  z-index: 1;
  padding: 6px 30px;
  font-weight: bold;
}

.input-group-addon:last-child .btn-search {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #279f44;
}

.btn-search:hover {
  cursor: pointer;
}

.banner {
  background-color: #2e82bd;
  text-align: center;
  color: white;
  height: 500px;
  padding: 130px;
}

.banner h1 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 3.3em;
}

.banner p {
  font-size: 1.6em;
  color: #cadbee;
  max-width: 900px;
  margin: 0 auto;
}

.banner .btn-bordered {
  color: white;
  font-weight: bold;
  border: 3px solid white;
  opacity: .8;
  margin-top: 25px;
}

.banner .btn-bordered:hover {
  opacity: 1;
}

.page-descriptions {
  margin-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}

.page-descriptions p {
  color: #777;
  font-size: 1.3em;
  text-align: center;
}

.databases {
  padding-top: 50px;
}

.databases h2 {
  margin-bottom: 30px;
}

.home-icon {
  width: 207px;
  margin: 0 auto;
  display: block;
}

/* Upload page */

.upload {
  margin-top: 50px;
  margin-bottom: 30px;
}

.upload .select2 {
  width: 100%;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  cursor: inherit;
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
}

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

.delete-icon:hover {
  opacity: 0.8;
}

/* Results page */

.results {
  padding-top: 70px;
}

.table .result td {
  padding: 20px 0 22px 0;
  border-bottom: 1px solid #ccc;

}

/* Dark Navigation */

.dark-nav {
  position: fixed;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #49556c;
  border-top: 1px solid #424a59;
  border-bottom: 1px solid #424a59;
}

.dark-nav .title {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.dark-nav .description {
  font-size: 12px;
  color: #b5bdcc;
}

.dark-nav li {
  float: right;
  padding: 6px 10px;
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 5px;
  list-style: none;
}

.dark-nav li a {
  padding: 6px 20px;
  color: #b5bdcc;
  text-decoration: none;
  cursor: pointer;
}

.dark-nav li a:hover {
  color: white;
}

.dark-nav li .active {
  background-color: #353e4f;
  border-radius: 15px;
}

/* Light Navigation */

.light-nav {
  padding: 7px 7px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.light-nav-fixed-top {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 43px;
}

.light-nav-fixed-top.viz-path-page.viz-path-open {
  top: 50px;
  z-index: 1029;
  padding: 0;
 }

.light-nav-fixed-top.viz-path-page.viz-path-closed {
  top: 0;
  z-index: 1029;
  padding: 0;
}

.light-nav .sm-btn {
  margin-right: 4px;
  margin-left: 4px;
}

.light-nav .input-sm {
  width: 150px;
  padding: 0;
  margin-left: 5px;
}

.light-nav {
  top: 50px;
  z-index: 2;
}
.light-nav.graph-label-picker-open {
  top: 300px;
}

/* Sidebar */

.hamburger {
  font-size: 22px;
  color: #616161;
  cursor: pointer;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 16px;
  padding-bottom: 7px;
  position: fixed;
  z-index: 5;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.hidden-nav-slide-up .hamburger {
  top: 0;
}

.hamburger:hover {
  background-color: #ddd;
}

.hamburger.sidebar-closed {
  left: 0;
}

.hamburger.sidebar-open {
  left: 340px;
}

.hamburger::selection {
  background: transparent; /* WebKit/Blink Browsers */
}

.hamburger::-moz-selection {
  background: transparent; /* WebKit/Blink Browsers */
}

.sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 340px;
  padding: 0 0;
  overflow-y: auto;
  background-color: #eee;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.hidden-nav-slide-up .sidebar {
  top: 0;
}

.sidebar-open {
  left: 0;
}

.sidebar-closed {
  left: -340px;
}

.sidebar label {
  margin-top: 20px;
  color: #3e4657;
}

.sidebar-explore button{
  margin-top: 5px;
  margin-right: 5px;
}

.sidebar-explore .btn-blue{
  margin-top: 2px;
  margin-right: 0;
}

.sidebar.viz-path-page {
  top: 320px;
}

.sidebar.viz-path-page.viz-path-open {
  top: 93px;
}

.sidebar.viz-path-page.viz-path-closed.viz-table-closed {
  top: 50px;
}

.sidebar.viz-path-page.viz-path-open.viz-table-open {
  top: 390px;
}

.sidebar.viz-path-page.viz-path-open.viz-table-closed {
  top: 85px;
}

.sidebar-footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 340px;
  padding: 7px;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.sidebar-footer .createBtn {
  width: 75px;
}

/* This is so the No Data text is centered */
.sidebar-footer .createBtn.no-data .text {
  position: relative;
  left: 4px;
}

.sidebar-footer .createBtn .icons span  {
  position: relative;
  left: 13px;
}

.sidebar-search-container {
  padding: 3px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}

.sidebar-search {
  width: 100%;
  font-size: 16px;
}

.past-insight {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 7px 17px;
  cursor: pointer;
  white-space: nowrap;
}

.past-insight:hover {
  background-color: #eaeaea;
}

/*.footer-tall {
  height: 90px;
}*/

.custom-query {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;

}

.custom-query select {
  margin-bottom: 5px;  
}

.custom-query textarea {
  height: 240px;
  max-width: 100%;
}

.custom-options-opened {
  height: 400px;
  box-shadow: 0 -1px 1px #eee;
}

.custom-options-closed {
  height: 50px;
}


/* Right Sidebar */
.right-sidebar {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 340px;
  padding: 0 0;
  overflow-y: auto;
  background-color: #eee;
  border-left: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-sidebar-closed {
  right: -340px;
}

.right-sidebar-open {
  right: 0;
}


/* Graph area */

.graph-canvas {
  position: absolute;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
  top: 50px;
  margin-top: 39px;
  bottom: 0px;
}

.graph-canvas.single-viz {
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.graph-canvas.sidebar-open {
  top: 50px;
  right: 0;
  bottom: 0;
  left: 340px;
}

.hidden-nav-slide-up .graph-canvas {
  top: 0;
}

.graph-canvas.hidden-toolbar-slide-up {
  margin-top: 0;
}

.graph-canvas.sidebar-closed {
  right: 0;
  bottom: 0;
  left: 0;
}

.graph-canvas.viz-path-closed.viz-table-closed {
  top: 50px;
}

.graph-canvas.viz-path-open.viz-table-closed {
  top: 93px;
}

.graph-canvas.viz-path-open.viz-table-open {
  top: 290px;
}



.graph-canvas svg {
  display: block;
}

.graph-canvas-explore {
  position: absolute;
  top: 88px;
  right: 0;
  bottom: 64px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
}

.graph-canvas-explore.overflow {
  overflow: auto;
}

.graph-canvas-explore.sidebar-open {
    left: 340px;
}

.graph-canvas-explore.sidebar-closed {
    left: 0;
}

/* Table Styles */

.table-gray tbody {
  background-color: #fafafa;
}

.table-triple td {
  width: 33.333333%;
}

.table-container {
  table-layout: fixed;
  white-space: nowrap;
  height: 322px;
  right: 0;
  bottom: -322px;
  position: fixed;
  background-color: #ffffff;
  z-index: 2;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-menu-shown{
  left: 340px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-menu-hidden{
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*Meta Model Page*/

.btn-path {
  border: 1px solid #eee;
  border-radius: 0;
}

.btn-path:hover {
  border: 1px solid #eee;
}

.path-label {
  position: relative;
  display: block;
  height: 30px;
  padding: 2px;
  text-align: center;
}

.path-label .right-icon {
  position: absolute;
  top: 6px;
  right: 9px;
  font-size: 18px;
  color: #aaa;
}

.path-label .left-icon {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 18px;
  color: #aaa;
}

.path-arrow {
  padding: 8px;
}

.path-node {
  font-weight: bold;
  color: #555;
  border: 1px solid #eee;
  margin-left:-1px;
  margin-bottom:-1px;
}

.path-relationship {
  color: #777;
  border: 1px solid #eee;
  margin-left:-1px;
  margin-bottom:-1px;
}

.input-combo {
  width: 130px;
}

.path-container {
  display: inline-block;
  background-color: white;
  max-width: 653px;
  padding-left: 1px;
  padding-bottom: 1px;
  border: 1px solid #ccc;
}

.path-popover {
  position: fixed;
  top: 100px;
  right: 20px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  border-radius: 2px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.modal-md-height {
  padding: 5px 20px 5px 20px;
  max-height: 250px;
  overflow-y: scroll;
}

table .table-shaded {
  background-color: #eee;
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  background: rgba(255, 250, 250, 0.5);
  z-index: 9000;
}

/* top visualization selection bar */

.top-nav-dropdown {
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.top-nav-dropdown-fixed {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
}

.viz-table-container {
  position: fixed;
  height: 290px;
  padding-top: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.viz-table-container .panel {
  margin-bottom: 0;
}

.viz-table-container .pagination {
  margin: 5px 0 0 0;
}

.viz-table-container .btn-group {
  margin: 5px 0 0 0;
}

.viz-table-container.viz-path-open.viz-table-open {
  top: 100px;
  z-index: 1;
}

.viz-table-container.viz-path-open.viz-table-closed {
  top: -190px;
  z-index: 1;
}

.top-nav-dropdown.graph-label-picker {
  height: 250px;
  position: absolute;
  top: -250px;
}

.top-nav-dropdown.graph-label-picker.graph-label-picker-open {
  top: 50px;
}

.top-nav-dropdown label {
  color: #3e4657;
}

.top-nav-dropdown .viz-row {
  margin-left: 10px;
}

.chart-selection-container {
  height: 236px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

.viz-types {
  line-height: 0;
}

.viz-types a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #223c57;
  padding: 3px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.viz-types img{
  max-height: 33px;
  float: left;
}
.viz-types a:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}

.viz-types a label {
  position: relative;
  float: left;
  width: 90px;
    opacity: 0;
  transition: all 0.2s ease;
}

.viz-descriptions {
  text-align: center;
  position: relative;
  float: left;
  top: 16px;
  left: 5px;
  color: #494b5f;
}

.top-nav-dropdown h3 {
  margin: 25px auto 0 auto;
}

.ui-view {
  height: 100%;
}

/* Browse Partial */

.sidebar-header-right {
  position: absolute;
  right: 5px;
  top: 5px;
}

.filter {
  width: 120px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.filter.filter-wide {
  width: 74%;
}

.filter.filter-med {
  width: 50%;
}

.filter.filter-full {
  width: 100%;
  margin-bottom: 5px;
}

.base-viz-title-text .editable-input-text{
  border-bottom: dashed 1px #0088cc;
  text-decoration: none;
  outline: 0;
}

.text-input.editable-input-input{
  position: absolute;
  width: 200px;
  top: -4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;

}

.sm-btn.btn-blue.editable-input-check{
  position: absolute;
  width: 30px;
  left: 200px;
  top: -4px;
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
  color: white;
  z-index: 1;
}

.sm-btn.btn-light.editable-input-close{
  position: absolute;
  width: 30px;
  left: 230px;
  top: -4px;
  border-radius: 0;
  margin-left: -2px;
  z-index: 0;
}


.base-table-header {
  padding: 2px 6px;
  font-weight: bold;
  color: #222;
  width: 100%;
  background-color: #d3d3d3;
  float: left;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.base-table-content {

}

.base-table-content .table > tbody > tr > td {
  padding: 2px 6px;
}
.base-table-content .table > thead > tr > th {
  padding: 2px 6px;
}

.prop-row {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.prop-table {
  width: 230px;
  height: 317px;
  float: left;
  margin: 0px 10px;
  border: 1px solid #ccc;
  overflow-y: auto;
}

.prop-table.prop-wide {
  width: 343px;
}

.prop-table .select2-container {
  width: 180px;
}

.table-half {
  width: 50%;
}

input[type="radio"].prop-radio {
  width: 15px;
  display: block;
  margin: 0 auto;
}
.tiny-column {
  width: 10%;
  font-size: 10px;
}

.tiny-column i {
  cursor: pointer;
}

.modal-bg {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  background: rgba(20, 20, 44, 0.7);
  -webkit-transition: opacity 400ms ease-in;
     -moz-transition: opacity 400ms ease-in;
          transition: opacity 400ms ease-in;
}

.ui-table-view .header {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #494b5f;
  border-bottom: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ui-table-view .header.left-tabs-on {
  margin-left: 35px;
}

.ui-table-view .content {
  position: absolute;
  top: 66px;
  right: 0;
  bottom: 30px;
  left: 0;
  overflow: auto;
  background-color: #fefefe;
}

.ui-table-view .content {
  position: absolute;
  top: 66px;
  right: 0;
  bottom: 30px;
  left: 0;
  overflow: auto;
  background-color: #fefefe;
}

.sidebar-explore-1 .ui-table-view .content {
  top: 38px;
  bottom: 48px;
}

.ui-table-view .content.left-tabs-on {
  left: 35px;
}

.ui-table-view .content.left-tabs {
  width: 35px;
  border-right: 1px solid #ccc;
  background-color: #eee;
  top: 0;
  left: 0;
}

.ui-table-view .content.noBreadcrumbs {
  top: 38px;
}

.ui-table-view .breadcrumbs {
  padding: 5px 12px;
  margin-left: 35px;
  font-size: 12px;
  color: #42475b;
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
}

.ui-table-view .breadcrumbs i {
  font-size: 12px;
  color: #7c7d9a;
}

.ui-table-view .breadcrumbs a {
  text-decoration: none;
  cursor: pointer;
}

.ui-table-view .breadcrumbs a:hover {
  text-decoration: underline;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  overflow: auto;
  background-color: #fefefe;
}

/*.content.footer-tall-on {
  bottom: 90px;
}*/

a.slider-row span.tab-icon {
  text-align: center;
  font-size: 15px;
  transition: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

.active-left-tab {
  background-color: #fff;
}

.active-left-tab span {
  color: #222;
}

.tab-badge {
  background-color: #CECECE;
  color: #222;
  padding: 0px 2px;
  position: absolute;
  border-radius: 19px;
  font-size: 11px;
  font-weight: bold;
  bottom: 2px;
  min-width: 14px;
  right: 2px;
  text-align: center
}

.tab-badge-pulse {
  -webkit-animation: tab-badge-pulse 2s linear;
  -webkit-animation-iteration-count: 1; 
}

@-webkit-keyframes tab-badge-pulse {
  0% {background-color: #21bc46; color: white;}
  90% {background-color: #21bc46; color: white;}
  100% {background-color: #CECECE; color: #222;}
}

.dropdown-header {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #7c7d9a;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.dropdown-header:hover {
  background-color: #f9f9f9;
}

.dropdown-header i {
  width: 7px;
}

.dropdown-header span {
  font-weight: 100;
}

a.slider-row {
  position: relative;
  display: block;
  padding: 9px;
  color: #223c57;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a.slider-row span {
  position: relative;
  left: 0;
  display: block;
  width: 94%;
  transition: all 0.2s linear;
}

a.slider-row i {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 14px;
  margin-top: -7px;
}

a.slider-row span.text-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

a.slider-row:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
a.slider-row.insight .icon-browse {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -9px;
  font-size: 16px;
  color: #798fa8;
}
a.slider-row.insight:hover .icon-browse {
  left: 10px;
}

a.slider-row.insight:hover span {
  left: 25px;
  width: 90%;
}

.left-tabs a.slider-row.active-left-tab:hover {
  background-color: #fff;
}

.ui-table-view .footer {
  padding: 3px;
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.md-icon {
  font-size: 1.4em;
}

/******Super Table Dropdown*********/

.dropdown-menu.menu-container {
  width: 280px;
  height: 330px;
  padding-left: 5px;
}

.dropdown-menu .dropdown-menu-header {
  height: 30px;
  border-bottom: 1px solid grey;
}

.dropdown-menu .dropdown-menu-header ul {
  text-align: left;
}

.dropdown-menu .dropdown-menu-body {
  height: 260px;
  overflow-y: scroll;
}

.dropdown-menu .dropdown-menu-body ul{
  text-align: left;
}

.dropdown-menu .dropdown-menu-footer {
  height: 40px;
  border-top: 1px solid grey;
}

.dropdown-menu .dropdown-menu-footer button{
  padding: 2px 10px 2px 10px;
  margin-top: 3px;
  margin-right: 3px;
}

.dropdown-menu .dropdown-menu-footer input{
  width: 45%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 3px;
}

.dropdown-menu-btn {
  z-index: 1;
}

.dropdown-menu .filter {
  height: 25px;
}

.auto-cursor {
    cursor: auto;
}

/* Info Page */

.info-container {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.info-container h3 {
  margin-bottom: 30px;
  font-size: 4em;
  color: white;
  text-align: center;
  text-shadow: 0 2px 0 #104067;
}

.info-container table {
  background: #f5f5f5
}

.db-filter {
  width: 30%;
  min-width: 100px;
  margin: 0 auto 10px auto;
}

/* Helper class */

.bg-blue {
  color: white;
  background-color: #4d7baf;
}

.modal-header.bg-blue {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.base-viz-title-bar {
  position: fixed;
  /*top: 50px;*/
  /*right: 0;*/
  /*height: 38px;*/
  /*padding-top: 6px;*/
  /*padding-bottom: 5px;*/
  /*padding-left: 12px;*/
  /*padding-right: 20px;*/
  font-weight: bold;
  z-index: 4;
  color: #222;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.hidden-nav-slide-up .base-viz-title-bar {
  top: 0;
}

.base-viz-title-text-container{
  position:absolute;
  font-size:14px;
  text-align:left;
  width: calc(100% - 175px);
  top: 5px;
  left: 10px;
  line-height:50px;
}

.base-viz-title-text-container-inner{
  position:absolute;
  top:8px;
  left:0px;
  right:0px;
  text-align:left;
}

.base-viz-title-text{
  float:left;
  width:100%;
  line-height:16px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
}

.base-viz-controls{
  position: relative;
  float: right;
  z-index: 4;
}

.mashup-viz-title-text {
  float:left;
  font-weight: bold;
  width:100%;
  line-height:16px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space: nowrap;
}

.mashup-viz-title-text-container-inner {
  padding-top: 15px;
}

/* Carousel */

.carousel-footer {
  background-color: #eee;
  border-top: 1px solid #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 10px 15px;
}

.explore.part-1 {
  background-color: purple;
}

.sidebar-explore.explore-container-part3 .content{
  bottom: 50px;
}

.sidebar-explore {
  bottom: 65px;
}

.sidebar-footer-explore {
  bottom: 65px;
}

.explore-nav{
  position: fixed;
  top: 50px;
  height: 42px;
  background-color: transparent;
  width: 100%;
  padding: 12px;
  color: #eee;
  z-index: 3;
  border-bottom: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.sidebar-footer.sidebar-footer-explore{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.carousel-breadcrumbs{
  margin: 0;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

.carousel-footer .header{
  font-size: 15px;
  font-weight: bold;
  color: #494b5f;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translate(-50%, 0%);
}

.explore-container-part2{
  position: fixed;
  top: 92px;
  right: 0;
  bottom: 65px;
  padding: 10px;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.explore-container-part2:after {
  content: ".";
  display: block;
  height: 42px;
  clear: both;
  visibility: hidden;
}

.explore-container-part2.sidebar-open{
  left: 340px;
}

.explore-container-part2.sidebar-closed{
  left: 0;
}

.carouselBreadCrumb{
  font-size: 18px;
  color: #494b5f;
}

.explore-ui-view-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.explore-checkbox-part2.checkbox{
  margin-bottom: 0;
}

.explore-text-part2{
  font-weight: bold;
  font-size: 15px;
  color: #494b5f;
}

.explore-side-table-part-2 td{
  padding: 9px !important;
  color: #223c57 !important;
  border-bottom: 1px solid #ccc !important;
}

.explore-side-table-part-2{
  background-color: white;
  max-height: calc(70% - 89px);
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden
}

.explore-properties-table{
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  width: 100%;
}

.sidebar.sidebar-explore .header{
  width: 100%;
  padding: 10px;
  color: #494b5f;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.sidebar.sidebar-explore .table{
  margin-bottom: 0;
}

.sidebar.sidebar-explore .dropdown-menu{
  min-width: 300px;
  height: 335px;
  overflow-y: auto;
}

.sidebar-explore .content{
  bottom: 0;
}

.explore-super-table .table{
  margin-bottom: 0;
}

.explore-super-table{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.flip{
  position: absolute;
  left: 340px;
  right: 0;
  top: 100px;
  bottom: 65px;
}

.card{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.explore-super-table .prop-table-wrapper.base-table-content{
  overflow: visible;
}

.explore-super-table .ng-table-pager{
  display: none;
}

.explore-super-table-head{
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.explore-super-table-body{
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  max-width: 300px;
}

.semoss-loading-screen-image{
  position: absolute;
  top: calc(50% - 80px);
  left:calc(50% - 50px);
  opacity: 0.8;
  z-index: 10000;
}

.semoss-loading-screen-text{
  position: absolute;
  top: calc(50% + 20px);
  left:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.spin-logo{
  -webkit-animation:spin 900ms linear infinite;
  -moz-animation:spin 900ms linear infinite;
  animation:spin 900ms linear infinite;
}

.reload {
  top: 6px;
  right: 5px;
  position: absolute;
}

.semossVizControls{
  position: fixed;
  top: 65px;
  right: 20px;
  padding: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.semossVizControls:after{
  content: "";
  position: fixed;
  top: 59px;
  right: 62px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #eee transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.semossVizControls:before{
  content: "";
  position: fixed;
  top: 57px;
  right: 61px;
  border-style: solid;
  border-width: 0 9px 9px;
  border-color: #ccc transparent;
  display: block;
  width: 0;
  z-index: 0;
}

.base-viz-controls .sm-btn.btn-light{
    width: 100px;
}

.embed-code input[type=text] {
  margin-top: 5px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 0;
}

.embed-code input[type=text]:focus {
  border: 1px solid #4191f1;
  outline: none;
  box-shadow: 0 0 5px #6baaf5;
}

.embed-code label {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}

/**************Loging DropDown***********************/
.signup-or-separator {
    position: relative;
    text-align: center;
    background: none;
}

/*********************
* Social Buttons
*********************/

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border: 1px solid #d54331;
}

.btn-google-plus:hover,
.btn-google-plus:focus {
    color: #fff;
    background-color: #cb3927;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #335190;
}

.btn-facebook:hover,
.btn-facebook:focus {
    color: #fff;
    background-color: #294786;
}



/* Admin Page */

.admingrouping{
  display: inline-block;
}

.slider-row.setting-active {
  color: blue;
  background-color: #f4f4f4;
}

.sidebar.sidebar-open.admin-sidebar {
  width: 200px;
  background: #fafafa;
}

.slider-row.settings-row {
  border-bottom: none;
  font-size: 12px;
}

.slider-row.tabs-title {
    font-size: 14px;
    font-weight: 700;
}

.settings-container {
  position: absolute;
  top: 50px;
  left: 200px;
  right: 0;
  bottom: 0;
  margin-top: 15px;
}

.settings-container .group-heading {
  margin-bottom: 10px;
}

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

.register-table-container {
  max-height: 300px;
  overflow-y: auto;
}

.sm-top-margin {
  margin-top: 5px;
}

.sm-icon {
  font-size: .8em;
}

/* Index Page Account Dropdown */
.user-picture {
  margin-left: 3px;
  height: 22px;
  width: 22px;
  border-radius:20% 20% 20% 20%;
}

.user-picture-icon {
  height: 0;
  padding-bottom: 6px;
  top: -11px;
}

.account-dropdown {
  left: -70px;
  padding: 5px;
  padding-right: 5px;
  width: 200px;
}

.dropdown-menu.account-dropdown button {
  margin-bottom: 2px;
}

a.slider-row.indented-setting {
  padding-left: 20px;
}

/*Datamaps styles*/

.Custom-Legend-Inline{
  padding-left:0;
  margin-left:auto; 
  margin-right:auto;
}

.Custom-Legend-Key{
  border-top-width: 15px;
  border-top-style: solid;
  font-size: .75em;
  width: 8%;
  padding-left: 0;
  padding-right: 0;
}

.datamaps-legend{
  width: 100%;
  text-align:center;
}

/*** Preview Directive ***/
.preview-viz {
  position: absolute;
  height: 500px;
  left: 0;
  right: 0;
}

/*Context aware grid class*/
.gridRelatedInsights:hover {
  cursor: pointer;
}

/*Dbbase Page Classes*/
.blueselect{
  background-color: #d9edf7
}

.confirmViz {
  width: 425px;
  margin: 0 auto;
}

.confirmViz-title {
  text-align: center;
}

.publishViz {
  margin-bottom: 8px;
}

.publishViz-table {
  max-height: 360px;
  overflow-y: scroll;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*CSS for mapbox*/

#mapbox-layer-menu {
  background: #fff;
  position: absolute;
  z-index: 3;
  bottom: 180px;
  left: 20px;
  width: 170px;
  font-family: 'Arial', sans-serif;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#mapbox-layer-menu a {
  font-size: 12px;
  background-color: #E8E8E8;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #8CB5EB;
}

#mapbox-layer-menu a:hover {
  background-color: lightblue;
}

#mapbox-layer-menu a.active {
  background-color: white;
  color: #0B2455;
}

#mapbox-layer-menu a.active:hover {
  background: lightblue;
}
/**/


#legend-2 {
  background: white;
  position: absolute;
  z-index: 3;
  bottom: 90px;
  right: 20px;
  width: 180px;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}




#legend-2 p {
  font-size: 12px;
  font: 12px/20px 'Arial', sans-serif;
  background-color: white;
  font-family: 'Arial', sans-serif;
  color: #0B2455;
  display: block;
  margin: 0;
  text-decoration: none;
}


#mapbox-layer-menu-2 {
  background: #fff;
  position: absolute;
  z-index: 3;
  bottom: 180px;
  left: 20px;
  width: 190px;
  font-family: 'Arial', sans-serif;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);

}

#mapbox-layer-menu-2 a {
  font-size: 12px;
  background-color: #E8E8E8;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #8CB5EB;
}

#mapbox-layer-menu-2 a:hover {
  background-color: lightblue;
}

#mapbox-layer-menu-2 a.active {
  background-color: white;
  color: #0B2455;
}

#mapbox-layer-menu-2 a.active:hover {
  background: lightblue;
}





#mapbox-layer-menu-3 {
  background: #fff;
  position: absolute;
  z-index: 3;
  bottom: 90px;
  left: 20px;
  border-radius: 3px;
  width: 190px;
  font-family: 'Arial', sans-serif;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#mapbox-layer-menu-3 a {
  font-size: 12px;
  background-color: #E8E8E8;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #8CB5EB;
}

#mapbox-layer-menu-3 a:hover {
  background-color: lightblue;
}

#mapbox-layer-menu-3 a.active {
  background-color: white;
  color: #0B2455;
}

#mapbox-layer-menu-3 a.active:hover {
  background: lightblue;
}

#mapbox-layer-menu-4 {
  background-color: white;
  position: fixed;
  z-index: 5;
  top: 60px;
  right: 0;
  width: 200px;
  font-family: 'Arial', sans-serif;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#mapbox-layer-menu-4 div p {
  font-size: 12px;
  background-color: white;
  display: inline-block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #0B2455;
}

#mapbox-layer-menu-4 div a {
  font-size: 12px;
  background-color: white;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}
/**/

/*CSS for floating divs*/
.mapbox-floating{
  padding: 10px;
  height: 500px;
  width: 500px;
  bottom: 20px;
  left: 20px;
  position:fixed;
  z-index:5;
  background-color: #E8E8E8;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.toggled{
  visibility: hidden;
}

/*css for timeline container*/

.timeline-container{
  position: relative;
  height: calc(100% - 260px);
  width: 100%;
}



.mapboxgl-ctrl-bottom-left{
  bottom: 0;
  left: 0;
  position: fixed;
}


#sector-toggle .btn-secondary.active{
  background-color: white;
  color: rgba(0, 71, 187, 1);
  border-color: white;
}

#sector-toggle .btn-secondary{
  background-color: #002168;
  color: #8CB5EB;
  border-color: #8CB5EB;
}

#expand-menu-btn .btn-secondary.active{
  background-color: #002168;
  color: white;
  border: 0;
}

#expand-menu-btn .btn-secondary{
  background-color: #0047BB;
  color: white;
  border: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 24px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  /*-webkit-transition: .4s;*/
  /*transition: .4s;*/
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 50ms;
  transition: 50ms;
}

input:checked + .slider {
  background-color: #00AA83;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00AA83;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/* remove glow from bootstrap */
.btn.switch.focus {
  box-shadow: none;
}

/**/
#mapbox-locname-menu {
  background-color: white;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 20px;
  width: 95px;
  font-family: 'Arial', sans-serif;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

#mapbox-locname-menu a {
  font-size: 12px;
  background-color: #E8E8E8;
  display: block;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  color: #8CB5EB;
}

#mapbox-locname-menu a:hover {
  background-color: lightblue;
}

#mapbox-locname-menu a.active {
  background-color: white;
  color: #0B2455;
}

#mapbox-locname-menu a.active:hover {
  background: lightblue;
}
/**/