body {
margin:0;
width:100%;
}
.page-header {
    margin:0 0 0 0;
    width: 100%;
    padding-right:0px;
    z-index:9999;
}

.search-layer {
    left:0;
    width:100%;
    margin:80px 0 0 0;
}

.content, .page-container {
    padding:0;
}
.page-container {
}
.page-container h1 {
    padding-top:100px;
    text-align:center;
}
.page-container h2 {
    padding-top:20px;
    text-align:center;
}
.page-container h4 {
    padding-top:0px;
    text-align:center;
}

@media (max-width: 767px) {
    .page-header {
	margin:0;
	margin-top:60px;
    }
    .search-layer {
	margin:0 0 0 0;
    }
}

.search-layer .search .form-control {
    font-size:16px;
    color:#000;
    height:30px;
    background:#FFF;
    margin:0 5px;
}

.search label, .search small, .search p {
    color:#FFF;
}

.search-layer .search .btn {
    position:relative;
    right:auto;
    top:auto;
    font-size:20px;
    padding:0 10px;
    margin:0;
    background:#114;
}

.search-layer .search .form-control.select-multiple {
    height:100px;
}

#advanced_query_input {
    overflow:hidden;
}

#home_content {
}
#home_header {
    height:100px;
    background:#DDD;
}

#home_sub_header {
    height:30px;
    background:#EEE;
}

.media-thumbnail {
    max-width:100px;
    max-height:100px;
}

pre {
    font-size:10px;
    margin:2px;
    padding: 5px;
}

.image-container {
    margin:10px;
    width:170px;
    float:left;
    height:250px;
    overflow:hidden;
}

.image-thumbnail {
    max-width:150px;    
    max-height:150px;
}

.image-title {
    padding-top:5px;
    font-size:10px;
    overflow:hidden;
}

.user-container {
    margin:10px;
    width:100%;
    float:left;
    clear:both;
    font-size:10px;
    background-color: #EEE;
    border-bottom:1px solid #888;
}


.tweet-container {
    font-size:10px;
    float:left;
    clear:both;
}
.tweet-avatar-container {
    float:left;
    width:48px;
    margin:5px;
}
.tweet-content-container {
    float:left;
    height:48px;
    overflow:hidden;
    margin:5px;
}

.user-avatar {
    float:left;
    width:60px;
    height:60px;
    padding:5px;
}

.user-content {
    float:left;
    width:200px;
    clear:right;
    padding:5px;
}

.trend-tweets {
    margin-left:80px;
    padding:5px;
}

#date_selector_custom {
    display:none;
}

.manage-links {
    width:100%;
    text-align:center;
}

.list-admin-small {
    margin-left:16px;
}
.list-admin-small li {
    font-size:12px;
    list-style-type:circle;
}

.help-block-small {
    font-size:14px;
}


.login-button {
    float:right;
    font: 13px "Arial",sans-serif;
    font-weight: bold;
    height: 24px;
    color: #2297CA;
    padding: 3px 7px 2px 20px;
/*    border:1px solid #ddd;*/
}

.login-button-small {
    float:right;
    height: 24px;
    width:24px;
    color: #2297CA;
    padding: 20px 10px 20px 34px;
    border:1px solid #DDD;
    border-radius:5px;
    margin: 0 5px;
}

.login-button-small:hover {
    margin-top:1px;
    background-color:#FFF;
    text-decoration:none;
}


.login-button-medium {
    float:left;
    height: 58px;
    width: 48px;
    color: #2297CA;
    padding: 5px 0px 5px 64px;
    border:1px solid #DDD;
    border-radius:5px;
    box-shadow: 2px 2px 2px #888888;
    margin:0 10px;
}

.login-button-medium:hover {
    box-shadow: 4px 4px 5px #888888;
}

.login-twitter {
    background:url(/images/twit_colour.28x28.png) 10px 7px no-repeat;
    background-color: #F8F8F8;
}

.login-twitter-medium {
    background:url(/images/twit_logo_blue.svg) -10px -13px no-repeat;
    background-color: transparent;
    background-size:86px 86px;
}

.login-instagram {
    background:url(/images/instagram.18x18.png) 14px 12px no-repeat;
    background-color: #F8F8F8;
}

.login-instagram-medium {
    background:url(/images/instagram/ig_crop.48.png) 8px 4px no-repeat;
    background-color: transparent;
}

.login-facebook {
    background:url(/images/fbook.18x18.png) 14px 12px no-repeat;
    background-color: #F8F8F8;
}

.login-facebook-medium {
    background:url(/images/fbook/FB-f-Logo__blue_50.png) 8px 3px no-repeat;
    background-color: transparent;
}

.account-profile-image {
    height:32px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.page-header .breadcrumb {
    overflow:visible;
}

.login-panel {
    display:none;
    padding:20px;
    position:absolute;
    background:#FFF;
    z-index:10000;
    top:-10px;
    right:105px;
    width:auto;
    height:84px;
    border:1px solid #888;
    border-radius:5px;
}

.list-material > li .list-content {
    padding:0;
}

.layer-container .menu-layer.active {
    background: #545e6d;
    z-index:9999;
    overflow:auto;
}


.page-header {
    background: #252E3C;
    }

.panel-primary {
    border-color: #4d5663;
        margin-top: 20px;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #4d5663;
    border-color: #4d5663;
}

.panel > .panel-heading .panel-title {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.panel .panel-body {
    padding: 10px;
}

a {
    color: #3f7aad;
    text-decoration: none;
}

a:hover a:focus {
    color: #3f7aad;
    text-decoration: underline;
}

.center-this {
    margin: 0px auto;
    text-align:center;
}

body {
    background: #fff;
    color:#333;
}

.content, .page-container {
/*    margin-top: 80px; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.42;
    color: #333;
}

label {
    margin-right: 40px;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

.table > tbody > tr > td {
font-size:16px;
padding: 5px;
}

.account-tweet-list {
    clear:both;
    width:270px;
    height:400px;
    overflow-y:auto;
    margin:0 auto;
}

.fotorama-account-container {
  width:100%;
  max-width:550px;
  margin:0 auto;
}

.account-details-wrap {
    position:relative;
    height:100px;
}

#sidebar_accordion {
  color:#000;
}


.header-links {
    display:block;
    list-style:none;
    margin: 5px 0 0 0;
    padding: 0;
    background: transparent;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
}

.header-links li {
    font-size: 15px;
    display: inline-block;
    padding-right:10px;
}

.header-links li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 280ms cubic-bezier(0.35, 0, 0.25, 1);
    transition: color 280ms cubic-bezier(0.35, 0, 0.25, 1);
}

.page-header .header-links a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .page-header.full-content .row {
	margin-left:90px;
    }
}

@media (max-width: 767px) {
    .page-header h1 small {
	font-size:12px;
    }
    .content, .page-container {
	margin-top: 0px;
    }
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#inline_tweets_nav {
    margin:0;
}

#inline_tweets_nav li a {
    padding:10px 20px;
}

#sidebar_user_container, #twitter_user_details {
    display:none;
}

.sidebar_user {
    position: relative;
    display: block;
    float: left;
    width: 48%;
    height: 80px;
    color: #333;
    overflow: hidden;
    margin-bottom: 2px;
    margin-right: 2px;
}

.sidebar_user:hover {
    background-color: #EEE;
}

.sidebar_user_content {
    margin-bottom: 0;
    display: block;
    float: right;
    text-align: right;
    width: 66%;
    height: 50px;
    margin-top: 2px;
    overflow: hidden;
    font-size: 13px;
}

.sidebar_user_screen_name {
    text-align: left;
    width: 144px;
    float: left;
    clear: both;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 13px;
    font-weight: bold;
}

.local_topic_user .avatar, .sidebar-user-container .avatar {
    position:absolute;
    left:20px;
    top:10px;
    margin:0;
    padding:0;
    border:none;
}

.inline-profile-image {
    border-radius: 50%;
}

.sidebar-user-container p {
    margin:0;    
}

.user-details {
    padding-left:70px;
    width:100%;
    overflow:hidden;
}

.user-details-name {
    font-weight:bold;
}
.user-details-location {
    font-style:italic;
}
.user-details-url {
text-align:right;
}
.local-sidebar-urls {
    padding: 0px;
    display: block;
}

.local-sidebar-urls a, .relevant_links a {
    color: #333;
    font-weight: normal;
    font-size: 13px;
}


.sidebar-panel {
    margin-bottom:10px;
    background-color: #FFF;
    font-size:16px;
}

.local-panel {
    margin: 0 10px 10px 10px;
    background-color: #FFF;
}

.local-user-container, .sidebar-user-container {
    font-size:13px;
    padding:10px;
    position:relative;
    margin-top:10px;
    min-height: 116px;
}


#sidebar_title {
    display:none;
    font-size:20px;
}

#sparkline_container {
    display:none;
}

div.tweet_image {
    overflow: hidden;
    display:inline;
    margin-right: 6px;
    margin-bottom: 0px;
}

img.tweet_image {
    overflow: hidden;
    position: relative;
    left: 100%;
    margin-left: -200%;
}

.tweet-image-wrap {
    position:relative;
    width:100%;
    margin:2px;
    padding:2px 0px;
    overflow:hidden;
/*    border:1px solid #C8C8C8;
    background-color:#FFF;
*/
}

.youtube_preview {
    float:left;
    width: 100%;
    height: 102px;
    border: none;
    margin-bottom: 2px;
    background: #fff;
    color: #000;
}

.youtube_thumbnail {
    float:left;
    width: 118px;
    height: 90px;
    margin: 6px;
    overflow:hidden;
}

.youtube_meta{
    float:left;
    width:120px;
    height:90px;
    padding: 4px;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}

.youtube_play {
    cursor:pointer;
    position:relative;
    z-index:4;
    width:132px;
    text-indent:-999em;
    height:102px;
    background:url(/images/play-icon.png) no-repeat center center;
    display:none !important;
}


.top_list ul {
    position: relative;
}

.top_list li {
    margin-left: 4px;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin:0 0 0 15px;
    position: relative;
    float: left;
    list-style:disc;
    font-size: 13px;
    font-weight: normal;
    width: 45%;
}

.top_list_wide li {
    font-size: 10px;
    text-align: left;
    width: 272px;
}

.meta-primary {
    height: 13px;
    overflow: hidden;
    display: block;
    margin-bottom: 2px;
    font-size:11px;
}

.meta_location {
}

.meta_time {
    margin-right:5px;
}

.avatar {
    float: left;
    border: 1px solid #ddd;
    margin: 10px 5px;
    height: 48px;
    width: 48px;
    overflow: hidden;
}

.avatar-large {
    height: 96px;
    width: 96px;
}

.avatar-large img {
    height: 96px;
    width: 96px;
}

.meta {
    color: #222;
    line-height: 150%;
    font-size: 10px;
    margin-top:3px;
}

.sparkline {
    height:18px;
    width:149px;
    background-color: #EEE;
    margin-top:5px;
    float:right;
}

.inputer .form-control {
    border-color: transparent;
    background: transparent;
}

.form-control {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background: transparent;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.has-success .form-control, .has-warning .form-control, .has-error .form-control {
    box-shadow: none;
}


.has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}



.topic_tweet_content {
    border-bottom: 1px solid #e1e8ed;
    padding: 5px;
    border-radius: 2px;
    margin: 2px;
    background: #fff;
    font-size:14px;
}

.badge {
    display: inline-block;
    padding: 3px 5px;
    font-weight: bold;
    background-color: #999;
    border-radius: 6px;
    margin-left: 5px;
}


#inline_media a {
    border: 0px solid #999;
    height: 52px;
}

.overlay .starting-point span {
    background-color: #4d5663;
}

.select-area-button {
    border: 1px solid #000;
    background: #888;
    z-index: 900;
    color: white;
    padding: 5px;
    border-radius: 4px;
}

.sparkline-loading {
    height:30px;
    font-size:20px;
}

.sparkline_sidebar {
    padding-bottom: 10px;
}

.tweet-loading {
    margin-top:20px;
}

blockquote.twitter-tweet {
    display:none;
}

.twitter-embed-wrapper {
    width:100%;
    max-width:550px;
}

.tweets-title {
    font-size:18px;
    padding-top:5px;
}

.inline-media-panel {
    display:none;
    padding:0px;
    text-align:center;
    background-color:#C8C8C8;
    position:relative;
}

.inline-media-panel span {
    background: url(/images/youtube_overlay.png) center center;
    position: absolute;
    display: block;
    height: 54px;
}

.inline-media-panel a {
    margin-right: 0;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.inline-media-panel a img {
    overflow: hidden;
    height:160px;
}

.inline-url-more-wrap {
    background:inherit !important;
    margin:0 !important;
    padding:0 !important;
    height:78px;
}

.inline-tweets-tab {
    max-height: 300px;
    overflow-y: auto;
}


.inline-url-wrap {
    background:#F4F4F4;
    margin:0px 5px;
    padding:10px;
    position:relative;    
    overflow:hidden;
    border-radius: 1px;
}
.inline-url-wrap:hover {
    background-color:#FFF;
}
.local-user-container .inline-url-wrap {border-radius: 1px;}

.inline-url2-wrap {
    height:205px;
}

.inline-url {
    float:left;
    background-color:#C8C8C8;
    height: auto;
    position:relative;
    padding:0;
    margin:0;
    margin-bottom:10px;
}

.inline-url-more {
    height:78px;
    position:relative;
}

.inline-url-more-content {
    position:absolute;
    right:10px;
    bottom:10px;
}

.inline-url-domain {
    overflow:hidden;
    position:absolute;
    bottom:6px;
    right:10px;
    width:200px;
    color:#004400;
    font-size:9px;
    text-align:right;
    float:right;
}

.inline-url-domain a {
    color:#004400;
    text-decoration:none;
    font-size:10px;
}

.inline-url-domain a:hover {
    text-decoration:underline;
}

.inline-urls-panel {
    position:relative;
}

.inline-urls-panel .inline-url-content, .inline-tweets-panel .inline-url-content {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom:10px;
}

.fader {
  position: relative;
  line-height: 1.2em;
  height: 4.8em; /* exactly 4 lines */
  overflow:hidden;
}

.faderX:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(239,239,239, 0), rgba(239,239,239, 1) 100%);
}

.media-img-col {
    padding:0;
    margin:0;
    margin-bottom:10px;
}

.media-img-col-content {
    margin:0 5px;
    padding:5px;
    background-color:#F4F4F4;
    line-height: 1.2;
    position:relative;
    height:182px;
}
.media-img-col-content:hover {
    background-color:#FFF;
}

.inline-media-more-wrap {
    border:none;
}

.more-overlay {
    top:-6px;
    position:absolute;
    right:10px;
    text-align:right;
}

.media-more-overlay-content {
    font-size:12px;
    background:rgba(200,200,200,0.8);
    padding:0px 5px;
    border:2px solid #FFF;
}


.inline-tweets-content {
    background-color:#C8C8C8;
    position:relative;
}

.inline-tweets-panel .inline-tweet-content {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2em;
    margin-left:42px;
    margin-bottom:14px;
}

.inline-tweets-panel, .inline-media-panel, .inline-urls-media {
    display:block;
}

.twitter-profile-icon-link {
    position:absolute;
    left:10px;
    top:10px;
}

.twitter-profile-icon-a {
    position:absolute;
    left:10px;
    top:10px;
}

.twitter-profile-icon {
    border-radius:50%;
    width:32px;
    height:32px
}

.twitter-profile-icon-64 {
    border-radius:50%;
    width:64px;
    height:64px
}
.twitter-profile-image-medium {
    border-radius:50%;
}

.tweet-image-badge {
    position:absolute;
    bottom:5px;
    right:5px;
    padding:5px;
    background-color:rgba(200,200,200,0.8);
    font-size:10px;
}

.inline-url-badge {
    position:absolute;
    bottom:5px;
    left:5px;
    padding:1px 5px;
    background-color:rgba(200,200,200,0.8);
    font-size:8px;
}

.inline-stats-badge {
    position:absolute;
    bottom:5px;
    left:30px;
    padding:1px 5px;
    font-size:10px;
}

.inline-tweet-icon {
    font-size:12px;
    color:#1DA1F2;
    vertical-align:middle;
}

.media-img-col-img img, .inline-media-more-wrap {
    height:160px;
    position:relative;
}

.tweet-media-caption .twitter-profile-icon {
    width:16px;
    height:16px;
    margin-right:5px;

}

.media-img-col-img {
    float:left;
    width:50%;
    padding:2px;
}

.tweet-media-caption {
    float:left;
    width:50%;
    text-align:left;
    padding:5px 10px;
    font-size:12px;
    overflow:hidden;
    height:160px;
    line-height:16px;
}

.debug-badge {
    display:none;
}


.inline-panel {
    position:relative;
    margin:10px 10px;
}

.inline-panel-wrap {
    background-color:#C8C8C8;
    position:relative;
    padding:0;
}

.fotorama-url-container {
    margin: 0 auto;
    text-align:center;
}

.fotorama-url2-container {
    margin: 0 auto;
    text-align:center;
}


.fotorama-url-screenshot {
    max-width:100%;
    width:683px;
}

.image-cache-div {
    width:1px;
    height:1px;
    position:absolute;
    bottom:0;
    left:0;
    z-index:0;
    overflow:hidden;
    opacity:0;
}


.account-col {
    padding:0;
    margin:0;
    margin-bottom:10px;
}

.account-col-content {
    margin:0 5px;
    padding:5px;
    background-color:#F8F8F8;
    line-height: 1.2;
    position:relative;
    min-height:150px;
}
.account-col-content:hover {
    background-color:#FFF;
}

.inline-account-more-wrap {
    border:none;
}


.account-more-overlay-content {
    font-size:12px;
    background:rgba(200,200,200,0.8);
    padding:0px 5px;
    border:2px solid #FFF;
}

.account-col-img a img, .inline-account-more-wrap {
    height:80px;
    position:relative;
}

.tweet-account-description .twitter-profile-icon {
    width:16px;
    height:16px;
    margin-right:5px;

}

.account-col-img {
    float:left;
    width:34%;
    padding:2px;
    text-align:center;
}

.tweet-account-description {
    float:left;
    width:66%;
    text-align:left;
    padding:5px 10px;
    font-size:12px;
    overflow:hidden;
    height:104px;
    line-height:16px;
}




.submit-modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.9);
    text-align:center;
    z-index:100001;
}

#submit_modal_spinner {
    position:relative;
    height:3px;
    width:50%;
    padding-top:100px;
    margin:0 auto;
}

body .ui-tooltip {
    font-size:12px;
    background:#EEE;
    z-index: 99999;
}

body .ui-tooltip-content {
}

.daterangepicker .ranges .input-mini {
    width:100px;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left:0;
}


li a.twitter-user-link {
    font-size:12px;
    background-image: url(/images/twit_colour.28x28.png);
    background-repeat: no-repeat;
    background-position: 3px 9px;
    padding: 5px 5px 5px 35px;
    display:inline-block;
    width:100%;
}

li a.twitter-user-link:hover {
    background-color: rgba(62, 80, 180, 0.1);
}

.overlay.overlay-nav {
    z-index:1010;
}

.fotorama-url-title {
    margin-top:10px;
}
.fotorama-url-domain {
    font-size:12px;
    font:#008;
}
.fotorama-tweet-container-list {
    width:250px;
}


.user-details {
  font-size:12px;
  float:left;
}

.user-details-large {
    padding-left:120px;
}

.user-details a {
  color:#000;
}

.user-details a:hover {
color:#666;
text-decoration:underline;
}

.user-details p {
    margin:0px;
}

.user-details-b {
}

.link-details {
    font-size:12px;
}

.tweet-details-ago {
    color:#707070;
    font-size:12px;
    text-align:right;
}

.user-details-location {
    color:#707070;
    font-size:12px;
    text-align:left;
    margin-bottom:5px;
}

.user-details-name {
    font-weight:bold;
    font-size:14px;
    padding:0 0 0 0px;
    white-space: nowrap;
}

.user-details-label {
    text-align:left;
    font-size:10px;
    font-weight:normal;
    color:#707070;
    padding-left:0px;
    white-space: nowrap;
}

.user-details-url a {
    color:#3f7aad;
}

.user-details-verified {
}

.user-details-created_ago {
    font-style:italic;
    font-size:10px;
}

.modal-overlay {
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index:99990;
    }

.modal-modal {
    min-width:320px;
    max-width:100%;
    overflow-y:scroll;
    position:fixed;
    background:url(/images/modal_tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    z-index:99991;

}

.modal-content {
    max-width:100%;
    border-radius:8px;
    background:#fff;
    padding:5px 20px 10px 20px;
    }

.modal-close {
    position:absolute;
    background:url(/images/modal_close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:0px;
    right:0px;
}




.inline-panel a {color: #252E3C}
.inline-panel a:hover {color: #455671}
.media-img-col-content {border-radius: 1px;}
 
.pro-menu-item, .admin-menu-item,.instagram-analytics-menu-item, .analytics-advanced-menu-item {
    display:none;
}

.vis-menu-item, .alerts-menu-item, .analytics-menu-item {
}

#register_login, #register_login_inline, .inline-subscribe-info {
    position:relative;
    display:none;
}

#register_login_background {
    position:absolute;
    width:100%;
    left:0;
    top:20px;
    z-index:0;
}

#register_login_foreground {
    position:relative;
    width:100%;
    background:rgba(200,200,200,0.4);
    z-index:10;
    padding-bottom:20px
}
.inline-subscribe-info .register-modal-heading, #register_login_inline .register-modal-heading {
    font-style:italic;
    font-size:14px;
}
#register_login_inline .login-button-small {
    float:left;
}

#credit_card_payment_option {
    display:block;
}

#paypal_payment_option {
    display:none;
}






/*****/

.error_message {
    display:none;
    font-size: 11px;    
    font-weight:bold;
    color:#800;
    line-height:1.5;
}


.form-wrap {

  margin: 0;
  text-align: left;
  background-color: #EEE;
  padding: 10px 20px;
  background-color: #f9f9f9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -border-radius: 6px;
  border: 2px solid #DDD;

/*  width:264px;*/ /* XXXXXXXXXXXXX */
}

form p, div.paragraph {
  margin: 0 0 0 0;
  padding: 0;
  clear: left;
}

p.payment_icons {
  text-align: center;
  float: clear;
}

p.payment_icons .payment_method {
  display: none;
}

p.payment_icons img {
  margin: 0px 0.3em;
}

form label {
  float:left;
  padding-top: 10px;
  padding-bottom: 2px;
  margin: 0;
  font-size: 13px;
}

span.label {
  color: #000;
  font-size: 0.9em;
  margin: 0px 1em 0px 0px;
}

form label.right {
  margin: 0px 0.5em 0px 0px;
  display: inline;
  padding-top: 0px;
}

form fieldset {
  margin: 0px 0px 1.5em 0px;
  padding: 0.5em 0 0 0;
  clear: left;
  border-width: 0;
  border-top: 1px dashed #CCC;
}

form h2 {
  margin: 0 0px 0.6em 0px;
  font-size: 1em;
  font-weight: bold;
}

form fieldset.top {
  font-size: 1.1em;
  border-top: 0;
}

form fieldset.top select {
  font-size: 1em;
}

form fieldset.top input[type="submit"] {
  font-size: 1em;
  margin-left: 0.5em;
}

form fieldset.top label {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: bold;
}

input[type="submit"] {
    cursor: hand;
    cursor: pointer;
}
input[type="button"] {
  margin-right: 0.5em;
}

input[type="text"], input[type="email"] {
  font-size: 16px;
  padding:6px;
  border: 1px solid #DDD;
}

select {
  font-size: 16px;
  margin:6px 0;
  border: 1px solid #DDD;
  background-color:#FFF;
}

#yourSubscription {
  margin: 1em 0 0 0;
}

#yourSubscription p {
  font-size: 1.1em;
  color: #666;
}

#yourSubscription strong {
  font-size: 1.2em;
  display: block;
  color: #000;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}

form input.main {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0px 2em 0px;
}

form textarea {
  font-family: sans-serif;
  font-size: 1em;
  height: 6em;
  line-height: 1.3em;
  width: 25em;
}

input[type="checkbox"] {
  margin: 0px 0.3em 0px 0px;
}

input[type="password"] {
  margin-right: 0.5em;
}

p.note, span.note {
  color: #999;
  font-size: 90%;
  display: block;
}

p.header_note {
  text-align: right;
  color: #999;
  font-size: 90%;
}


div.stacked {
  clear: both;
}

form #code {
  float: left;
  padding: 0 0 0 0;
  margin-left: 30px;
}

/* table */
table {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-top: 0.5em;
  margin-bottom: 1em;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
}

div.planDescription {
  margin: -0.5em 0 1em 0;
  color: #000;
  font-size: 1em;
}

td {
  padding: 0.5em;
  vertical-align: top;
  font-size: 1.0em;
  font-weight: normal;
}s

td.label {
  font-weight: bold;
}
td.row-label {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 1.0em;
}

td.price {
  text-align: right;
}

.feeDetails {
  font-size: 0.9em;
  color: #666;
  font-weight: normal;
  display: block;
}

tr.small td {
  padding: 0.6em 0 0.6em 0;
  vertical-align: top;
  font-size: 1em;
  color: #333;
  border-top: 1px dashed #DDD;
}

tr.total td {
  border-top: 2px solid #333;
  font-weight: bold;
}

td img {
  vertical-align: top;
  margin-left: 0.5em;
}

p#currency {
  text-align: right;
  color: #666;
  margin: 0;
  font-size: 0.9em;
}

span.required {
  font-size: 1.5em;
  padding-left: 10px;
  color: red;
}

span.optional {
    font-size: 1.0em;
    padding-left: 10px;
    color: #252EAC;
}


.errors {
    margin-bottom:20px;
    background-color:#DDF;
    padding:10px;
    
    border: 2px solid #AAA;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.card_image {
    margin-bottom:-3px;
    display:inline-block;
}

.ui-autocomplete-input {
  font-size: 16px;
  padding:6px;
  border: 1px solid #DDD;
}

.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-y: scroll;
}
.ui-autocomplete .ui-menu-item a {
    border-top: 1px solid #B0BECA;
    display: block;
    padding: 4px 6px;
    color: #353D44;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child a {
    border-top: none;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background-color: #D5E5F4;
    color: #161A1C;
}
.ui-helper-hidden-accessible {
    display:none;
}

.trust-logo {
    position:absolute;
    right:40px;
    top:160px;
    width:105px;
}

.form_error {
    background-color: #F0B0B0;
    border-color: #f3b6b3;
    -webkit-transition: border linear,background linear;
    -webkit-transition-delay: 0.2s,0.2s;
    -moz-transition: border linear 0.2s,background linear 0.2s;
    -o-transition: border linear 0.2s,background linear 0.2s;
    transition: border linear 0.2s,background linear 0.2s;
}

input[disabled="disabled"],input[disabled="disabled"]:hover {
    background:#DDD;
    border:none;
}

#payment_form .radio-input-wrap-inner {
    font-size:12px;
    border:1px solid #DDD;
    padding:10px 5px;
    width:auto;
}

#payment_form .radio-group-title {
    float:left;
    font-weight:bold;
    padding:6px 10px;
}

#payment_form .radio-group {
    float:left;
    clear:left;
    padding:10px 0;
}

#payment_form .radio-input-wrap input[type="radio"]:disabled + label {
    color:#AAA;
}

#payment_form input[type="radio"] {
    margin: 0 10px 0 5px;
}

#payment_form .radio-group label {
    float:none;
    padding:0 0 0 3px;
    font-size:13px;
    margin-right:0;
}

.cc_spinner {
    width:56px;
    display:none;
}

#cc_button, #paypal_next_button {
    border:1px solid #444;
    padding: 5px 10px;
    font-weight:bold;
    margin-bottom:10px;
    background-color:#a7eca7;
    border-radius:5px;
}
.create_account_spinner img, .cc_spinner img{
    margin-bottom: -4px;
}

#credit_card_number_label, #credit_card_name_label {
    padding-right:10px;
}

div.footer_note {
  font-size: 12px;
  font-style:italic;
}

.subscription-form-title {
    font-size:28px;
    font-weight:bold;
    margin-bottom:10px;
}

#payment_form {
    font-size:16px;
}

.subscription-form-description {
    margin-bottom:10px;
}

div.submit {
    text-align:right;
}

#fullscreen_button_wrap {
    position:absolute;
    right:5px;
    top:0px;
    z-index:9999;
    color:#888
}

#fullscreen_button_wrap .fa{
      cursor:pointer;

    font-size:16px;
    color:#888
}

#fullscreen_logo_map {
    display:block;
    position:absolute;
    top:auto;
    bottom:20px;
    left:40px;
    z-index:9999;
}

#global_sparkline {
    padding-bottom:0;
}

#global_estimated_count {
    font-size:12px;
    text-align:right;
    display:none;
}

#contact_box {
  border:1px solid #000;
  background: #FFF;
  position: absolute;
  width: 220px;
  font-size:11px;
  height: autox;
  z-index: 999;
  padding: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.45);
  -moz-box-shadow: 2px 2px 6px #000;
  text-align: left;
  text-decoration:none;
  text-shadow:none;
  color: #444;
}

#contact_box_simple {
  background: #FFF;
  position: absolute;
  width: 300px;
  height: 94px;
  z-index: 999;
  padding: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.45);
  -moz-box-shadow: 2px 2px 6px #000;
  border-radius: 6px;
  text-align: left;
  text-decoration:none;
  text-shadow:none;
  color: #444e;
}

.contact-entry {
 margin: 5px;
 height: 25px;
}

#page_title {
  max-width:100%;
  margin-right:0px;
  font-size:18px;
  font-weight:bolder;
  display:inline-block;
}

#page_title_description {
    display:inline-block;
    font-size:12px;
    color:#BBB;
    font-weight:bold;
    padding:0;
    margin:0;
    vertical-align:top;
    padding-top:17px;
}

#page_title_small {
  display:none;
}

@media (max-width: 480px) {
    #page_title {
	margin-right:120px;
	font-size:14px;
    }
}

@media (max-width: 767px) {
  #page_title_description {
      display:none;
 }

/*
  #page_title {
      display:none;
  }
  #page_title_small {
    display:block;
  }
*/
}

.sidebar-nav-heading {
    font-size:16px;
    padding:10px 20px;
    
}

.nav-menu.active {
    z-index: 99999;
}
.nav-menu, .nav-search { /*, .page-header {*/
    z-index:10000;
}

.nav-menu {
    background-color:white;
}
.nav-menu .hamburger .patty {
    background-color:#252e3c;
}
.nav-bar-border {
border-right:none;
}

li i.top-search-icon {
  cursor:pointer;
//  color:rgba(255,255,255,0.6);
  font-size:18px;
}

#custom_search {
    display:none;
    z-index: 99999;
    float:right;
    clear:right;
    position:absolute;
    left:0;
    top:0px;
    background:#DDD;
    padding:20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#dropdown {
	position: relative;
	padding: 10px;
	z-index: 1000;
	font-size: 11px;
	display: none;
}

#dropdown ul {
	margin-bottom: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
}

#dropdown li {
	list-style-type: none;
	margin-left: 0;
	font-weight: bold;
	display: block;
}

#dropdown a {
	text-decoration: none;
	font-weight: bold;
	line-height: 1.7;
/*	display: block;*/
	display: inline;
	vertical-align: middle;
}

#dropdown a:hover {
}

a.topic_search {
	padding-left: 20px;
	background: url(/images/topicSearchIcon.png) no-repeat;
}

a.location_search {
	padding-left: 20px;
	background: url(/images/locationSearchIcon.png) no-repeat;
}

a.area_search {
	padding-left: 20px;
	background: url(/images/areaSearchIcon.png) no-repeat;
}

p.topic_search_header, p.location_search_header, p.area_search_header, p.user_search_header {
	color: #444;
	margin: 0;
	font-weight: bold;
}

p.topic_search_header {
	margin-top: 10px;
}

p.user_search_header {
	margin-top: 10px;
}

#search input {
	width: 100%
}

.search-form-title {
    font-size:16px;
}

#custom_search_close {
     cursor:pointer;
     position:absolute;
    top:10px;
    right:10px;
}

.map-sidebar-other-links {
    display:none;
    font-size:14px;
    font-style:italic;
    text-align:right;
}

.emoji {
    width:18px;
    height:18px;
    margin-left:0;
    margin-top:3px;
}

#subscription_required {
  display:none;
}

.map-credit-link {
    color:#444;
    text-decoration: underline;
}

.leaflet-control-layers label {
    float:none;
    padding:5px 20px;
}

.url-preview-image-wrap {
    width:100%;
    text-align:center;
}

.url-preview-image {
    max-width:100%;
    max-height:100px;
    margin: 0 auto;
}

.fotorama-gallery-image-description {
    font-size:12px;
    padding: 0 10px;
}

.logo-overlay {
    position:absolute;
    z-index:999999;
    top:12px;
    right:20px;
    padding:5px 10px 0px 10px;
    text-align:right;
}

.screenshot-timestamp {
    font-size:10px;
    color:#777;
    text-align:right;
}

.tweet-stats-badge:hover {
    background:#444;
    color:#FFF;
    padding:4px;
    border-radius:2px;   
}

.daterangepicker.dropdown-menu {
    z-index: 80000;
}

.attribution-logo {
    position:absolute;
    z-index:990;
    left:30px;
    bottom:30px;
}

.local-topic-action-buttons {
    margin-bottom:0px;
    margin-right:5px;
    width:252px;
    float:right;
    text-align:right;
    height:32px;
}

.local-topic-action-buttons .btn {
    font-size:14px;
    color:#FFF;
    padding: 1px 10px;
    vertical-align:top;
    margin-top:2px;
}

.local-topic-action-buttons .btn:hover {
    color:#111;
}


.inline-media-img {
    margin:auto 0px;
    max-width:64px;
    max-height:64px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.register-modal-heading {
    font-weight:bold;
    font-size:32px;
    margin-bottom:10px;
    padding-top:10px;
    text-align:center;
}

@media (max-width: 480px) {
    .register-modal-heading {
	font-size:24px;
	padding-top:5px;
    }
}

img.favicon_img {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px 0 0;
}

.authed-menu-item {
    display:none;
}

.content {
    position:relative;
    width:100%;
}

.nav-bar-container {
    position:fixed;
    height:48px;
    top:0;
    z-index:4;
    width:100%;
    transition: top 0.4s ease-in-out;
}

.nav-up {
    top: -48px;
}

.nav-bar-container .nav-menu {
    position: relative;
    float: left;
}
.nav-header {
    background-color:#252E3C;
    width:100%;
}

.nav-header-title {
    position:absolute;
    max-width:100%;
    top:0px;
}
.nav-header-links {
    color:#FFF;
    position:absolute;
    right:0px;
    top:0px;
}

.menu-layer {
    text-align:left;
}


.overlay .logo {
    left: -50px;
}
.nav-header, .nav-bar-container {
    height:48px;
}
.content {
    margin-top:48px;
}

.menu-layer, .nav-header-title {
    left:50px;
}
.page-header {
    margin-left:50px;
}

.nav-bar-container .nav-menu {
    width: 50px;
    padding: 23px 0 9px 0;
}

h1.small {
    color:#FFF;
    padding:8px 10px;
    font-size:16px;
    margin:0;
}

img.account-profile-image {
    width:32px;
    height:32px;
    border-radius:50%;
    margin-top:5px;
}
.header-links li {
    display:block;
    float:left;
}
.header-links {
    height:48px;
    margin: 0;
}
.overlay.overlay-nav {
    width:371px;
}
#page_title_small {
    display:none;
    height:48px;
    margin-top: -2px;
}


.header-links li.header-account-link {
    margin-top:4px;
}
.header-links li.header-register-link {
    margin-top:13px;
}

.header-links li.header-login-link {
    margin-top:13px;
}

.header-links li.header-logout-link, .header-links li.header-search-link, .header-links li.header-home-link {
    margin-top:0px;
    padding-top:12px;
}
.header-links li.header-home-link {
    margin-top:-5px;
}

.account-premium-upgrade {
    background-color:#DFD;
    border:1px solid #888;
    padding:5px;
    font-size:16px;
    margin-top:10px;
}

#pro_upgrade_inline {
/*    padding:20px;*/
}

.tweet-column {
    margin:0 auto;
    max-width:550px;
    background:#FFF;
}

.tweet-column h1 {
    padding:10px 0;
    font-size:24px;
    font-weight:bold;
    margin:0;
}

.top-tweets-menu {
}
.top-tweets-description {
    background:#F8F8F8;
}

.top-tweets-description p {
    font-size:14px;
    text-align:center;
    margin-top:10px;
    margin-bottom:1px;
}

.top-tweets-menu {
    margin-bottom:1px;
    width:100%;
    text-align:center;
    padding: 0 5px;
}

.top-tweets-description {
    font-size:12px;
}
.top-tweets-description-short {
    display:none;
}

@media (max-width: 480px) {
    .top-tweets-description {
	display:none;
    }
    .top-tweets-description-short {
	text-align:center;
	display:block;
    }
}

.faq-item .panel-title h4 {
text-align:left;

}


@media (max-width: 480px) {
    .header-links li.header-login-link a {
	color:#444;
	font-weight:bold;
    }

    .login-panel {
	top:-10px;
	right:10px;
    }

    .header-links li.header-login-link {
	color:#000;
	background-color:#d5e57b;
	border-radius:4px;
	padding:3px 5px 4px 5px;
	line-height:1;
	margin-top:12px;
	margin-right:15px;
    }
    .header-links li a#login_link {
	font-size:14px;
	font-weight:bold;
	color:#444;
    }

    .layer-container .menu-layer li a {
	padding: 6px 20px;
    }
    #page_title_small {
	display:block;
    }
    .header-links li.header-register-link {
	display:none;
    }
    .header-links li.header-logout-link {
	display:none;
    }
    .header-links li.header-search-link {
	display:none;
    }
    .header-links li.header-home-link {
	display:none;
    }
    .overlay.overlay-nav .logo {
	right:100px;
    }

    .account-page {
	font-size:12px;
    }
    .account-page h4 {
	font-size:16px;
	margin: 5px 0;
    }

    .account-page button {
	font-size: 14px;
    }

    .account-page .table > tbody > tr > td input {
	font-size:12px;
    }
    .alerts-index-page .table > tbody > tr > td, .account-page .table > tbody > tr > td {
	font-size:12px;
    }
    .account-page .table > tbody > tr > th {
	padding:5px;
	font-size:12px;
    }

    .account-premium-upgrade {
	padding:4px;
	font-size:12px;
	margin-top:5px;
    }
    .account-premium-upgrade .btn{
	font-size:14px;
	margin-bottom:5px;
    }

    .page-header h1 {
	font-size:14px;
    }
    .header-links li a{
	font-size:10px;
    }

    span.horizontal-list {
	font-size:10px;
	padding-right:6px;
    }
    .horizontal-list {
	font-size:8px;
    }
    .top-tweets-description {
	display:none;
    }

    .alerts-index-page {
	font-size:12px;
    }
    .alerts-index-page .btn{
	font-size:14px;
    }
}

.horizontal-list, .horizontal-list-small {
    padding-right:5px;
    border-right:1px solid #444;
    font-size:12px;
}

.horizontal-list:last-child, .horizontal-list-small:last-child {
    border-right:none;
}

.header-logo-short {
    width:32px;
    height:32px;
}

.custom-twitter-icon {
    color:#AAA;
}

.tweet-filter-column {
    background-color:#EEE; 
}

.tweet-filter-column-title {
    font-weight:bold;
    text-align:center;
    font-size:14px;
}

.top-tweets-filter-table {
    text-align:left;
}

.table > tbody > tr > td.tweet-filter-label {
    border-right:1px solid #CCC;
    vertical-align:middle;
    font-size:12px;
}

.top-tweets-filter-table > tbody > tr > td {
    padding:0px 10px;
}

.top-tweets-menu-time .horizontal-list {
    font-size:14px;
}

#credit_card_verification_value {
    width:60px;
}


/* Spinners from http://tobiasahlin.com/spinkit/ */

.css-spinner-1 {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left:-20px;
  left:50%;
  top:30px;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.css-spinner-2 {
  width: 70px;
  position: absolute;
  margin-left:-35px;
  left:50%;
  top:35px;
}
.css-spinner-2 > div {
  width: 18px;
  height: 18px;
  background-color: rgb(80,165,230);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.css-spinner-2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.css-spinner-2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* Spinners end */

#page_top {
    position:absolute;
    top:0px;
    margin-top:-100px;
}

.trendsmap-bg-logo {
    position:absolute;
    left:10px;
    bottom:10px;
    opacity: 0.2;
}
.trendsmap-bg-logo-right {
    left:auto;
    right:10px;
}

.user-activity-link {
    position: absolute;
    right:10px;
    top:10px;
    border:1px solid #DDD;
    padding:5px 10px;
    border-radius:5px;
    background-color:#EEE
}

.user-details  .user-activity-link:hover {
    text-decoration:none;
    background-color:#EEE;
    border:1px solid #444;
}

.emoji-fallback {
    font-size:14px;
    line-height:1;
}

.header-message {
    position:fixed;
    bottom:0;
    font-size:14px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color:rgba(100,100,110,0.8);
    color:#FFF;
    padding:8px 0;
    z-index:99999;
}

.header-message button {
    font-size:14px;
    font-weight:bold;
    border-radius:5px;
    margin:0 10px;
/*    background-color:#f3bf10;*/
}
.header-message a{
    color:#DDF;
}

.map-sidebar-info h3 {
    text-align:center;
    font-size:19px;
    color:#112244;
    font-weight:bold;
}
.map-sidebar-info li {
    margin-bottom:10px;
}

.map-sidebar-link-group {
    padding-top:5px;
    font-size:16px;
    text-align:center;
}
.map-sidebar-info li a{
    padding:0 10px;
}