.top-buffer {
  margin-top:20px!important;
}
.bottom-buffer {
  margin-bottom:20px;
}
.top-buffer-x2 {
  margin-top:40px;
}
.bottom-buffer-x2 {
  margin-bottom:40px;
}
.top-buffer-x4 {
  margin-top:80px;
}
.bottom-buffer-x4 {
  margin-bottom:80px;
}
.top-buffer-h {
  margin-top:10px;
}
.top-buffer-5 {
  margin-top:5px;
}
.bottom-buffer-5 {
  margin-bottom:5px;
}
.bottom-buffer-h {
  margin-bottom:10px;
}
.right-buffer {
  margin-right:10px;
}
.left-buffer {
  margin-left:10px;
}
.left-gutter {
  border-left: 2px solid silver;
  padding-left: 10px;
}
.bottom-bar {
  position:fixed;
  height:2px;
  background:#666;
  bottom:0px;
  width:100%;
  z-index:1111;
}
.navbar-inverse {
  background:#fff;
  border:#fff;
  border-top:2px solid #666;
  -webkit-box-shadow:0px 0px 6px 2px #ccc;
     -moz-box-shadow:0px 0px 6px 2px #ccc;
          box-shadow:0px 0px 6px 2px #ccc;
}
.logo_left {
  position:absolute;
  top:0;
  left:0;
  right:auto;
  margin:2px 0 0 20px;
  transform:none;
}
.logo_left a {
  color:#666;
  font-size:28px;
  letter-spacing:-2px;
  text-decoration:none;
  -webkit-font-smoothing:antialiased;
}
.blog_deadline {
  position:relative;
  margin:7px 0 0 130px;
  vertical-align: middle;
  font-size:12px;
  display: inline-block;
}
.logo_right {
  position:absolute;
  top:0;
  left:auto;
  right:0;
  margin:2px 20px 0 0;
  transform:none;
}
.logo_right a {
  color:#666;
  font-size:28px;
  letter-spacing:-2px;
  text-decoration:none;
  -webkit-font-smoothing:antialiased;
}
.logo_left img,
.logo_right img {
  height:35px;
}
.table {
  background:#fff;
}
.fa-money {
  color:#adb2bb;
  margin:0 3px 0 0;
}
.circle {
  border-radius:50%;
  width:10px;
  height:10px;
  display:inline-block;
  margin:0 10px 0 0;
}
.info_icon {
  color:navy;
  font-size:16px;
  font-weight:normal;
}
.green {
  background:green;
}
.amber {
  background:orange;
}
.red {
  background:red;
}
.blue {
  background:blue;
}
.red-text {
  color:red;
}
.darkred-text {
  color:#9b1a1a;
}
.green-text {
  color:green;
}
.black-text {
  color:black;
}
.blue-text {
  color:blue;
}
.red-bg {
  background-color:#ffb7b7!important;
}
.stats_container {
  border:1px solid #ccc;
  width:310px;
  height:350px;
  background:#fff;
  border-radius:5px;
  padding:10px 15px;
  margin:0 10px 5px 0;
  overflow-y:auto;
  position:relative;
  display:inline-block;
}
.single {
  width:310px;
}
.double {
  width:600px;
}
.stats_title {
  font-size:16px;
  margin:0 0 10px 0;
  position:relative;
}
.overlay,
.overlay_static {
  height:100%;
  width:100%;
  position:fixed;
  z-index:1052;
  left:0;
  top:0;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0, 0.6);
  overflow-x:hidden;
}
.overlay {
  cursor:pointer;
}
.overlay_content {
  position:fixed;
  top:100px;
  left:0;
  right:0;
  max-width:500px;
  max-height:500px;
  text-align:left;
  margin:0 auto 0 auto;
  z-index:1051;
  background:#fff;
  overflow-y:auto;
  padding:20px;
}
.overlay_content img {
  max-width:100%;
}
.cronlog {
  cursor:pointer;
  margin:0 0 3px 0;
  font-size:12px;
}
.cron_row {
  display:inline-block;
  width:100%;
  text-align: left;
  font-size:12px;
}
.cron_running {
  display:inline-block;
  text-align: left;
  font-size:12px;
  margin:0 0 0 0;
}
.cron_output {
  font-size:12px;
  font-family:Consolas,monospace;
  height:300px;
  overflow-y:scroll;
}
.green {
  background:green;
}
.comp_row {
  display:table-cell;
  display:block;
  margin:0 0 8px 0;
  min-height:75px;
}
.comp_row div {
  padding:5px;
  border:1px solid #ddd;
}
.comp_row img {
  float:left;
  margin:0 8px 0 0;
}
.comp_altrow {
  background:#ddd;
}
#not-status {
  padding:10px;
}
#not-status label {
  font-size:18px;
  font-weight:normal;
  vertical-align:middle;
}
#pushStatusMsg {
  margin-left:30px;
}
#pushStatus {
  width:20px;
  height:20px;
  vertical-align:middle;
  margin:0;
}
.settings {
  margin:0;
}
.settings label {
  margin:0 0 0 10px;
  cursor:pointer;
}
.settings h4 {
  margin:0 0 30px 0;
}
.box_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  max-width:700px;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}
.timeline_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}
.timeline_container table th {
  font-size:12px;
}
.timeline_numbers {

}
.timeline_table a {
  color:#000;
}
.hide_page {
  display: inline-block;
  color:#999;
  font-size: 16px;
  margin:-10px 10px 0 0;
  cursor: pointer;
}
.rivals_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}
.shortlink_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  max-width:1000px;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}

/* PAGES */
.pages_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  max-width:700px;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}
.pages_container input {
  width: 50%;
}
.pages_checkbox {
  width: 30px;
}

/* competitions */
.comp_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  max-width:700px;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
}
.comp_title {
  font-size:20px;
  margin:0 0 10px;
}
.comp_subtitle {
  font-size:18px;
}
.comp_terms {
  font-size:11px;
}
form.formy {
  margin:20px auto;
  font:14px/1.4 Sans-Serif;
}
.formydiv {
  position:relative;
  overflow:hidden;
  margin:0 0 10px 0;
}
.formydiv input, .formydiv textarea {
  width:100%;
  border:2px solid #999;
  background:none;
  position:relative;
  top:0;
  left:0;
  z-index:1;
  padding:8px 12px;
  outline:0;
}
.formydiv input:valid, .formydiv textarea:valid {
  background:#fff;
}
.formydiv input:focus, .formydiv textarea:focus {
  border-color:#337ab7;
}
.formydiv input:focus + label, .formydiv textarea:focus + label {
  background:#337ab7;
  color:white;
  font-size:70%;
  padding:1px 6px;
  z-index:9999999;
  text-transform:uppercase;
  border:0;
}
.formydiv label {
  transition:background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position:absolute;
  color:#999;
  padding:7px 6px;
  top:0;
  bottom:0;
  left:0;
  width:100%;
  index:9;
  margin-bottom:0;
}
.formydiv textarea {
  display:block;
  resize:vertical;
}
.formydiv input, .formydiv textarea {
  padding:12px 12px 12px 12px;
}
.formydiv input:focus, .formydiv textarea:focus {
  padding:4px 6px 20px 6px;
}
.formydiv input:focus + label, .formydiv textarea:focus + label {
  top:100%;
  margin-top:-16px;
  index:9;
}
.white {
  color:#fff!important;
}
#imageLoader {
  border:0;
}
#imageCanvas{
  background:url('/adminx/images/placeholder.png') no-repeat top left;
  background-size:contain;
  height:100px;
  width:200px;
  display:inline-block;
}
.fileUpload {
  position:relative;
  overflow:hidden;
  margin:10px;
  vertical-align:top;
}
.fileUpload input.upload {
  position:absolute;
  top:0;
  right:0;
  margin:0;
  padding:0;
  font-size:20px;
  opacity:0;
  filter:alpha(opacity=0);
  cursor:pointer;
}
.qanda {

}
.formycheck {
  width:auto!important;
}
#stage {
  min-width:500px;
  height:500px;
  background:#efefef;
  overflow-x:hidden;
  overflow-y:auto;
  padding:10px;
  margin:10px 0 0 0;
}
.onoffswitch {
    position: relative; width: 30px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 12px;
    border: 2px solid #E3E3E3;
    border-radius: 12px;
    background-color: #E0E0E0;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 15px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    border: 2px solid #E3E3E3;
    border-radius: 12px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
/* modals */
.modal-body {
  background:#efefef;
}
.modal-body img {
  max-width:100%!important;
}
.modal_ptfb {
  padding:10px;
  background:#fff;
  border:1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.modal_ptfb_logo {
  display: inline-block;
}
.modal_ptfb_logo img {
  vertical-align:baseline;
}
.modal_ptfb_text {
  display: inline-block;
  vertical-align:top;
  margin:0 0 0 5px;
}
.nobold {
  font-weight: normal!important;
}
.modal_ptfb_pagename {
  display: inline-block;
  width:100%;
  color: #365899;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin:0 0 2px 0;
}
.modal_ptfb_pubby {
  color: #90949c;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
.modal_ptfb_selector {
  font-size:26px;
  text-align: right;
  padding:0 5px 0 0;
  cursor:pointer;
  position: absolute;
  width: 96%;
  top: 10px;
  right: 10px;
}
.modal_ptfb_selector_options {
  display:none;
  position: absolute;
  width:200px;
  right:30px;
  top:10px;
  background:#fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
  padding:5px;
  z-index:1030;
}
.modal_ptfb_selector_options span {
  display:block;
  min-height:50px;
  line-height:50px;
  border-bottom:1px solid #DDD;
  cursor:pointer;
  padding:0 0 0 5px;
}
.modal_ptfb_selector_options span:last-child {
  border-bottom:0;
}
.modal_ptfb_selector_options span:hover {
  background:#EEE;
}
.fa-ellipsis-v {
  color:#666;
}
.modal_ptfb_textarea {
  width:100%;
  min-width:200px;
  min-height:100px;
  font-family:arial;
  border:1px solid #ccc;
  margin:5px 0 10px 0;
  padding:5px;
}
.modal_ptfb_img_holder,
.modal_ptfb_img_holder img {
  max-width: 100%;
}
.modal_ptfb_footer {
  display:block;
  width:100%;
  padding:10px 20px 0 0;
  margin:0 0 0 0;
}
.modal_ptfb_retailer_url {
  display: inline-block;
  width: 170px;
  margin:0 10px 20px 0;
  vertical-align: top;
}
.modal_ptfb_retailer_url input {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  width: 120px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: #888;
}
.modal_ptfb_retailer_url_sl {
  display: inline-block;
  width: 100%;
  margin: 20px 10px 20px 0;
  vertical-align: top;
  text-align: center;
}
.modal_ptfb_retailer_url_sl input {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
  width: 80%;
}
.modal_ptfb_save,
.modal_ptfb_copy {
  display: inline-block;
  padding: 9px;
  vertical-align: top;
  margin: 0 0 0 -7px;
  border-left: 1px solid #ccc!important;
  border-radius: 0 4px 4px 0!important;
}
.modal_ptfb_dropdown {
  display: inline-block;
  width: 200px;
  margin:0 10px 20px 0;
}
.modal_ptfb_content {
  display:none;
}
.modal_ptfb_footer {
  display:none;
}
.modal_ptfb_textarea_container {
  position: relative;
}
.mid_chooser {
  cursor: pointer;
  text-decoration: underline;
}
.mid_chooser:hover {
  color:#666;
}
.mid_chooser.active {
  color:#666;
  font-weight:bold;
}
.file_uploader {
  display: inline-block;
  min-width: 130px;
  vertical-align: top;
  margin:0 10px 20px 0;
}
.image-list {
  list-style:none;
  margin:5px 0;
  padding:0;
  overflow-y: auto;
  max-height: 400px;
}
.image-list img {
  width:100%;
  vertical-align: top;
  border:0;
}
#image-list {
  list-style:none;
  margin:0;
  padding:0;
}
#image-list img {
  width:100%;
  vertical-align: top;
  border:0;
}
#image_uploader,
#image_uploader_blog_content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#uploader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.fb_url {
  padding:5px;
}
.row_gap {
  min-height:50px;
}
a.retailer_link {
  color:#666;
}
.comp_notes {
  width:100%;
  height:100px;
  border:1px solid #ccc;
  font-size:12px;
}
.theader {
  background-color:#666;
  color:#fff;
  white-space: nowrap;
}
.az {
  margin:0 0 10px 0;
}
.az ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.az li {
  display: inline-block;
  margin: 0 5px 3px 5px;
  padding: 0;
  width: 30px;
  text-align: center;
}
.az li a {
  display: block;
  padding: 5px 10px;
  color: #444444;
  background: #ccc;
  text-decoration: none;
}
.az li a:hover {
  background: #666;
  color: #fff;
}
.az li a.az_active {
  background: #666;
  color: #fff;
}
.text_only {
  display: inline-block;
  margin: 5px 0 0 0;
}
.text_only label {
  font-weight:normal;
  font-size:12px;
}
.exception {
  text-align: left;
  margin: 5px 0 0 0;
}
.exception input {
  width:20px!important;
}
.exception label {
  font-weight:normal;
  font-size:12px;
  width:auto!important;
}
.quick_links {
  display: inline-block;
  margin:15px 0 0 0;
  float:left;
}
.quick_links a {
  color:#666;
  margin:0 7px;
  cursor:pointer;
  text-decoration: none;
}
.quick_links a i {
  font-size:14px!important;
}
.notifs {
  display: inline-block;
  min-width: 10px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fa3e3e;
  border-radius: 2px;
  font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* new ptfb page */
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.page_ptfb {
  padding:10px;
  background:#fff;
  border:1px solid #ccc;
  border-radius: 5px;
  position: relative;
  margin:0 0 20px 0;
  max-width: 500px;
  width:100%;
}
.page_ptfb_dropdown {
  display: inline-block;
  width: 100%;
  margin:0 10px 20px 0;
}
.page_ptfb_dropdown label {
  font-weight:normal;
  cursor:pointer;
  margin-bottom: 0;
}
.page_ptfb_dropdown table {
  font-size:10px;
  border:0;
  margin-bottom: 0;
  margin-top: 10px;
}
.page_ptfb_dropdown table tr td {
  border:0;
  padding:8px;
  cursor:pointer;
}
.page_ptfb_dropdown table tr td:hover {
  background-color:#efefef;
}
.page_ptfb_dropdown img {
  height:16px;
}
.page_ptfb_retailer_url {
  display: inline-block;
  width: 100%;
  margin:10px 10px 5px 0;
  vertical-align: top;
}
.page_ptfb_retailer_url input {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
}
.page_ptfb_imguploaders {
  width:49%;
  display:inline-block;
}
.emoji_menu {
  width: 100%;
}
.cat_active,
.subcat_active {
  background:#efefef;
  padding:4px;
}
.bootstrap-datetimepicker-widget table {
  width:100%;
}
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td {
    text-align: center;
}
.fullwidth {
  width:100%;
}
.eighty {
  width:84%;
}
.bootstrap-datetimepicker-widget .datepicker>div {
    display: block;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 100%;
}
@media only screen and (max-width:400px)  {
  .page_ptfb_dropdown img {
    height:6px;
  }
}
.page_ptfb .bootstrap-datetimepicker-widget.bottom:before,
.page_ptfb .bootstrap-datetimepicker-widget.bottom:after {
  display: none;
}
.page_ptfb_text {
  display: inline-block;
  vertical-align:top;
  margin:0 0 0 5px;
}
.page_ptfb_textarea_preview {
  width:100%;
  min-width:200px;
  font-family:arial;
  margin:10px 0 0 0;
  padding:0;
  color:#666;
}
.page_ptfb_textarea {
  width:100%;
  min-width:200px;
  min-height:100px;
  font-family:arial;
  border:1px solid #ccc;
  margin:5px 0 10px 0;
  padding:5px;
}
.page_ptfb_pubby, .page_ptfb_pubb {
  color: #90949c;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
.page_ptfb_fixed {
  position: fixed;
  top:110px;
}
.right {
  right:0;
}
.publish_now_container,
.meme_time_container,
.next_post_time_container {
  margin:25px 10px 0 5px;
  display: inline-block;
  height:34px;
}
.publish_now_container label,
.meme_time_container label,
.next_post_time_container label {
  font-weight: normal;
  cursor: pointer;
}

/* stream */
.login_terms {
  display:none;
}
.login_terms ul li {
  margin: 0 0 5px 0!important;
  padding: 0 0 0 0!important;
}
.login_box {
  max-width: 300px!important;
  font-size:12px;
}
.login_box_form {
  margin:30px 0;
}
.stream_container {
  background:#fff;
  border:1px solid #ddd;
  min-width:250px;
  width:95%;
  max-width:850px;
  height:auto;
  min-height:400px;
  display:inline-block;
  vertical-align:top;
  text-align:left;
  border-radius:5px;
  padding:10px;
  margin:0 0 30px 0;
}
.stream_container label {
  width:100%;
}
.stream_container input {
  font-weight: normal;
  border-radius: 2px;
  border:1px solid #a9a9a9;
  padding:5px;
  font-size:16px;
}
.stream_container ol {
  margin:10px 0 10px 0;
  padding:0 0 0 20px;
}
.stream_container ol li,
.stream_container ul li {
  margin:0 0 30px 0;
  padding:0 0 0 10px;
  text-align: left;
}
.stream_container img {
  max-width:100%;
}
.stream_container textarea {
  width:100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.stream_container_left {
  width:47%;
  display: inline-block;
  vertical-align: top;
}
.stream_container_right {
  width:47%;
  display: inline-block;
  vertical-align: top;
}
.create_shortlink_container {
  margin: 0 0 0 8px;
}
.btn a {
  color:#666;
}
.btn {
  text-decoration: none!important;
}
.btn-primary a {
  color:#fff;
}
.btn a {
  text-decoration: none;
}
.hide {
  display:none;
}
.sp_time {
  font-size:16px;
  font-weight:bold;
}
.scheduled_posts_today {
  color: #ed356d;
}
.stream_sub_menu a,
.stream_sub_menu_max a {
  margin:0 0 5px 0;
}
.whosonline {
  border-radius:50%;
  width:20px;
  height:20px;
  display:inline-block;
  margin:0 4px 0 0;
  padding:0 0 0 0;
  font-size: 14px;
  color:#fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.whosonline_big {
  border-radius:50%;
  width:30px;
  height:30px;
  display:inline-block;
  margin:0 4px 10px 0;
  padding:0 0 0 0;
  font-size: 20px;
  color:#fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.whosonline_xxl {
  border-radius:50%;
  width:120px;
  height:120px;
  margin:20px auto 0 auto;
  padding:0 0 0 0;
  font-size: 90px;
  line-height: 120px;
  color:#fff;
  background:#ccc;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.whosonline_big a {
  color:#fff;
  text-decoration: none;
}
.whosonline a,
.whosonline_xxl a {
  color:#fff;
  margin:0;
}
.weekno {
  border-radius:50%;
  width:20px;
  height:20px;
  display:inline-block;
  margin:0 4px 0 0;
  padding:0 0 0 0;
  font-size: 14px;
  color:#fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.color-block {
  max-width: 340px;
  width: 100%;
  box-sizing: border-box;
}
.admin_users {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 4px 0 5px;
  padding: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  line-height: 20px;
}
.admin_users a {
  color:#fff;
  margin:0;
}
.blur-all {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.modal-dialog {
  text-align: left;
}
.url_preview {
  color:green;
  font-weight: normal;
}
.retailer_url label {
  width:80%;
}
.retailer_url input {
  padding: 5px;
  border: 1px solid #ccc;
}
.retailer_url .exception {
  margin:0;
}
.enlarged_img {
  max-width:100%;
}

/* RESPONDER */
.post_view_container {
  /*display:none;*/
}
.messenger_view_container {
  display:none;
}
.messenger_intro_title {
  font-size:14px;
  color:#111;
  text-align: center;
}
.messenger_intro_subtitle {
  font-size:11px;
  color:#ccc;
  text-align: center;
  padding:0 0 10px 0;
  margin:0 0 30px 0;
  border-bottom:1px solid #efefef;
}
.rdr_textarea {
  width:100%;
  min-width:200px;
  min-height:100px;
  font-family:arial;
  border:1px solid #ccc;
  margin:5px 0 10px 0;
  padding:5px;
}
.messenger_intro {
  color:#ccc;
  font-size: 12px;
  text-align: center;
  margin:0 0 20px 0;
}
.rdr_page_logo {
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 50%;
  display: inline-block;
  justify-content: center;
  overflow: hidden;
  height: 28px;
  width: 28px;
  margin:0 10px 0 0;
}
.rdr_page_logo img {
  max-height: 28px;
  max-width: 28px;
}
.messenger_bubble {
  background:#f1f0f0;
  display: inline-block;
  vertical-align: top;
  padding:6px 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius:18.2px;
  border-top-left-radius:18.2px;
  border-top-right-radius:18.2px;
  max-width:385px;
  font-family: Helvetica, arial;
  font-size:12px;
}
.messenger_bubble_attachment {
  background:#fff;
  border:1px solid #f1f0f0;
  display: block;
  vertical-align: top;
  margin:2px 0 0 40px;
  padding:6px 12px;
  border-bottom-left-radius: 18.2px;
  border-bottom-right-radius:18.2px;
  border-top-right-radius:18.2px;
  border-top-left-radius:4px;
  font-family: Helvetica, arial;
}
.rdr_comments {
  background:#f6f7f9;
  margin:20px -10px -10px -10px;
  border-top: 1px solid #e1e2e3;
  padding:10px;
  font-size:11px;
  font-family: Helvetica, arial;
  overflow-y: auto;
  max-height: 320px;
}
.rdr_comment {
  margin:0 0 10px 0;
  vertical-align: top;
}
.rdr_comment img {
  margin: 0 7px 0 0;
}
.rdr_comment_text {
  color:#90949c;
}
.rdr_comment_pic {
  display:inline-block;
}
.rdr_comment_name {
  font-weight: bold;
  display:inline-block;
  margin:0 3px 0 0;
  color:#365899;
}
.rdr_text {
  width:70%;
  display:inline-block;
  margin:0 0 15px 5px;
  vertical-align: top;
}
.rdr_textarea_preview {
  display:inline-block;
  width:65%;
  font-size:12px;
}
.rdr-image-list {
  list-style:none;
  margin:0 10px 0 0;
  padding:0;
  display:inline-block;
  width:30%;
  vertical-align: top;
}
.rdr-image-list img {
  width:100%;
  vertical-align: top;
  border:0;
}
.ta {
  width:100%;
  height: 40px;
}
.btn_rst {
  margin: 0 0 0 !important;
  border-radius: 0 0 0 0!important;
}
.excptn_rst {
  display: inline-block;
}
.rdr_examples ul {
  list-style: none;
  margin:0;
  padding:0 0 0 5px;
}
.rdr_examples ul li {
  list-style: none;
  margin:0;
  padding:0 0 10px 0;
}
.rdr_examples ul li:before {
  content: "\2014\a0";
}
.admin_rev {
  font-size:12px!important;
  text-align: right;
  width:60px;
}
.scheduled_posts_sml {
  position: fixed;
  right:5px;
  top:70px;
  font-size:11px;
  overflow-y: scroll;
  height:600px;
  display: none;
}
.scheduled_posts_sml th,
.scheduled_posts_sml td {
  padding:2px!important;
}
.scheduled_posts_sml::-webkit-scrollbar {
    width: 5px;
}
.leftside {
  width:700px;
  font-size:12px;
  display: inline-block;
}
.leftside .table-condensed>thead>tr>th,
.leftside .table-condensed>tbody>tr>td {
    padding:2px 4px 2px 2px;
}
.leftside a {
  color:#666;
}
.leftside .subtle {
  color:#ccc;
}
.leftside td:last-child,
.leftside th:last-child {
    padding-left: 30px!important;
}
.rightside {
  display:inline-block;
  vertical-align:top;
  margin:-10px 0 0 10px;
  font-size:12px;
  max-width:500px;
}
.overflow {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_filter {
  display: inline-block;
  margin:0 10px 0 0;
}
.meme_text_container {
}
.meme_text_container label {
  font-weight: normal;
  width:80px;
}
.meme_text_container input {
  font-weight: normal;
  width:240px;
  margin:0 0 5px 0;
}
.placeholder::-webkit-input-placeholder {
  color: #D3D3D3;
}
.placeholder::-moz-placeholder {
  color: #D3D3D3;
}
.placeholder:-ms-input-placeholder {
  color: #D3D3D3;
}
.placeholder:-moz-placeholder {
  color: #D3D3D3;
}
.tasklist_assign {
  font-size:12px;
}
/* blog */
.blog_profiles tr td {
  padding:0 0 30px 0;
  vertical-align: top;
}
.blog_profiles tr td label {
  width:80px;
  margin:0;
}
.read_msg {
  white-space: nowrap;
  font-size:11px;
  color:#2d8c24;
}
.blog_profiles tr td img,
.viewprofile img {
  border-radius: 50%;
  float: none;
}
.blog_profile_img {
  width:100px;
  display: inline-block;
}
.blog_profile_text {
  display: inline-block;
  margin:0 0 0 20px;
}
.blog_profile_row {
  display: inline-block;
  vertical-align: top;
  margin:0 0 0 0;
}
.blog_profile_name {
  font-size:14px;
  font-weight: bold;
  padding:0 10px 10px 0;
}
.blog_profile_country {
  font-size:12px;
}
.blog_profile_skills,
.blog_profile_cats {
  font-size:12px;
}
.blog_profile_msg_btn {
  vertical-align:middle;
  padding:0 0 0 10px;
}
.normal {
  font-weight:normal;
}
.blog_message_name {
  display:inline-block;
  font-weight: bold;
  margin:0 20px 0 0;
}
.blog_message_text {
  display:inline-block;
}
.blog_message_subject {
  font-size:20px;
  margin:0 0 30px 0;
}
.blog_message_timestamp {
  color:#ccc;
  font-size: 12px;
  margin:-15px 0 0 0;
}
.blog_messages_read_table tr td {
  padding:0 0 30px 0;
}
.blog_messages_read_table tr td:nth-child(2) {
  padding:0 0 30px 15px;
}
.blog_tally_deadline {
  position:relative;
  margin:0 0 0 0;
  vertical-align: middle;
  font-size:12px;
  display: inline-block;
}
.post_reject_textarea {
  width:100%;
  min-height:200px;
}
.blog_content_table>tbody>tr>td {
  border:0;
}
.btn-narrow {
  max-width:130px;
}
.blog_content_quote {
  font-weight: 400;
  font-family: 'Open Sans'!important;
  font-size: 18px!important;
  color: #3b3b3b;
  font-style: italic;
  text-align: center;
}
.blog_content_subheading {
  font-size: 18px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0px;
}
.blog_content_text {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.blog_content_style_bold {
  font-weight: bold;
  margin:0 20px 0 0;
  width:auto!important;
}
.blog_content_style_underline {
  font-weight: normal;
  text-decoration: underline;
  width:auto!important;
}
.label_indent {
  min-width: 100px;
}
.inactive {
  background:#f4f4f4;
  color:#bbb!important;
}
.inactive a {
  color:#bbb!important;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.meme_text_box {
  text-transform: uppercase;
}
.meme_text_edit {
  width:100%;
  height:100px;
}



/* blinking cursor */
.blinking-cursor {
  font-weight: 100;
  font-size: 16px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}


@media only screen and (max-width:680px)  {
  .blog_deadline,
  .logo_right {
    display:none;
  }
  .comp_title {
    font-size:16px;
    margin:0 0 10px;
  }
  .page_ptfb_fixed {
    display:none;
  }
  .mobile_nav_hide {
    display: none;
  }
  .page_ptfb {
    max-width: none;
  }
  .stream_container_left {
    width:100%;
    display: inline-block;
    vertical-align: top;
  }
  .stream_container_right {
    width:100%;
    display: inline-block;
    vertical-align: top;
  }
  .hide_mobile {
    display:none;
  }
}

@media only screen and (min-width:681px) and (max-width:767px)  {

  .page_ptfb_fixed {
    display:none;
  }
  .page_ptfb {
    max-width: none;
  }
  .hide_mobile {
    display:none;
  }
}

@media (min-width:768px) and (max-width:1555px){

  .stream_sub_menu_max {

  }
  .stream_sub_menu_max a {
    margin:0 0 5px 0;
  }
  .page_ptfb_preview {
    max-width:430px!important;
  }
}

@media only screen and (max-width:1250px){

  .scheduled_posts_sml {
    display:none!important;
  }
}
@media only screen and (min-width:1450px){

  .scheduled_posts_sml {
    display:block!important;
  }
}
