/* Override bootstrap defaults here for SID2 wide CSS */

/* Sticky footer styles
-------------------------------------------------- */
/* Font imports - always use HTTPS*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Varela+Round');

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #ffffff;
  font-family: 'Open Sans', 'Varela Round', sans-serif;
}

.body-embed {
  background-color: #f5f5f5;
}

body > .container {
  padding: 60px 15px 0;
}

body > .container-fluid {
  padding: 60px 15px 0;
}

.navbar {
    min-height:60px !important;
}

.navbar-form {
    padding-top:4px;
    padding-bottom:4px;

}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-nav > li > a {
    padding-top:20px !important;
    padding-bottom:20px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: black;
}

.footer .text-muted {
  margin: 20px 0;
}

.footer p {
    margin: 20px 0;
}

.footer a {
    color: white;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color: white;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.embed-sid-iframe {
  padding-bottom: 25%;
}

.embed-terms-iframe {
  padding-bottom: 25%;
}


#panel-links > a > i {
  color: #ffffff;
}

#itemselect{
  font-family: FontAwesome, sans-serif;
}


/* search column specific CSS */

.css_message__subject {
  overflow:hidden;
  max-width: 500px;
  text-overflow: ellipsis;
}

form.inline {
    display:inline-block;
}

span.pointer, div.pointer {
    cursor: pointer;
    display: inline;
}


/* graphs */
div#graphcontainer {
    height: 500px;
    margin: 0 auto;
}
