/* your styles go here */


body {
    padding-top: 3%;
}

img {
    color: transparent;
}

.flashed-messages {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}

section {
    padding-top: 10px;
}

.alert-bar {
    padding: 0px;
}

.trial-button {
  margin-right: 10px;
}

.glyphicon {
    padding-right: 5px;
}

.logo {
    width: 150px;
    text-align: right;
    color: #fb72a8;
    font-weight: bold;
}

.highlight {
    color: #70fdc5;
    font-weight: 700;
}

#collapsingAccountNav {
    margin-left: -10px;
    margin-bottom: 10px;
}

.side-nav {
    width: 100%;
}

.side-nav > a {
    text-decoration: none;
}


.text-intro {
    padding-bottom: 45px;
    text-align: left;
}

#list_select {
    border:1px solid #cccccc;
    border-radius:2px;
    text-align: left;
    padding-left: 10px;
}

.checkbox-inline {
    margin-left: 20px;
    margin-right: 20px;
}

.flags {
  vertical-align: bottom;
}

.flags > p {
  line-height: 30px;
}

.flags > p > a > img{
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

.eu-flags {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding-left: 50px;
}

.eu-flags img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.eu-flags p {
    margin-bottom: 0px;
}

.eu-flags .highlight{
    font-weight: bold;
    color: #333333;
}

.eu-flags .checkbox {
    padding-left: 10px;
}

.eu-flags label {
    font-size: 14px;
}

/* Copyright  */

.copyright {
  margin-top: 50px;
}

/*share buttons */

ul.share-buttons{
  list-style: none;
  padding-top: 20px;
  padding-left: 0px;
  float: right;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons li > a > i {
  color: #FFFFFF;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.list_search{
    border:2px solid lightgrey;
    border-radius: 16px;
    padding:10px;
    margin-bottom: 10px;
}

.list_search > div > p{
    margin-bottom: 0px;
}

.dashboard_row {
    border:2px solid lightgrey;
    border-radius: 5px;
    padding:10px;
    margin-bottom: 5px;
}

.dashboard_row  p {
    margin-bottom: 10px;
}

.account_status {
    border:2px solid lightgrey;
    border-radius: 5px;
    padding:10px;
    margin-bottom: 5px;
    text-align: left;
}

.account_status  p {
    margin-bottom: 10px;
}

textarea {
    margin-bottom: 5px;
    margin-top: -10px;
}

.buttons {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.buttons > a {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.charts-col {
    text-align: center;
}

canvas {
  width: 100%;
  height: auto;
}

.pie-container {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
    margin: 2%;
}

.line-container {
    position: relative;
    float: left;
    width: 95%;
    margin: 2%;
}

.pie-container-two {
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
}

.pie-container-three {
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
}


.line-container-two {
    position: relative;
    width: 95%;
    margin: 2%;
}

.spacer {
    margin-top: 10%;
}

.saved_message {
    text-align: right;
    display: none;
    font-size: 12px;
    color: #FF598A;
}

.saved_message_left {
    text-align: left;
    display: none;
    font-size: 12px;
    color: #FF598A;
}

.extra_tweets_saved {
    text-align: right;
    display: none;
    font-size: 12px;
    color: #FF598A;
}

.report_text_saved {
  text-align: right;
  display: none;
  font-size: 12px;
  color: #FF598A;
}

.form-help
{
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 4px;
}

#clients {
    background: #f8f9fb;
}

.client-header {
  margin-bottom: 50px;
}

.client-item-wrapper {
    text-align: center;
    padding: 15px 0px;
}

.client-item-wrapper img {
    opacity: 0.5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.client-logo {
    max-height: 60px;
}

.floating_signup {
  position: fixed;
  bottom: 20px;
  left: 10px;
  white-space: normal;
  width: 16%;
}

#reports {
    padding-top: 50px;
}
