/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET -
*
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);

/* Fluid Videos */
.fluid-vids-wrap {
  width: 100%;
  max-width: 640px;
}

.fluid-vids {
  position: relative;
  padding-top: 56.25%;
}

.fluid-vids iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile-avatar img {
  max-height: 120px;
}

/* Flyer Styling */
.navbar-logo {
  height: 40px;
  width: 165px;
  float: left;

  display: block;
  margin: 1rem 0;

  text-align: center;
}

.site-logo {
  background-size: 165px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.site-logo {
  background-image: url(//www.flyer.co.uk/wp-content/themes/flyer2015/dist/images/FlyerLogo.png);
  background-image: url(//www.flyer.co.uk/wp-content/themes/flyer2015/dist/images/FlyerLogo.svg);
}

.logo {
  display: inline-block;

  background-position: 0 0;
  background-repeat: no-repeat;

  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}

.logo-weather {
  width: 265px;
  height: 50px;

  background-image: url(//www.flyer.co.uk/wp-content/themes/flyer2015/dist/images/NavWeather.svg);
  background-size: contain;
}

.flyer-top-other {
  display: none;
  float: right;
  height: 60px;
}

@media (min-width: 770px) {
  .flyer-top-other {
    display: block;
  }
}

.logo-weather {
  margin: 5px 0;
}

.alert-info {
  color: #333;
  background: #FFDA00;
  border-color: #DDB800;
}

.label-huskygray {
  margin-top: 10px;
}

.post-id,
.post-date {
  margin-top: 0;
}
.post-data {
  margin-bottom: 15px;
}


/* Global Styling */
body {
  color: #333;
  font-family: 'Lato','Arial','Helvetica',sans-serif;
  background-color: #f1f1f1;
  font-size: 15px;

  /*margin: 0;*/
  /*margin-top: 120px;*/
}

h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  font-family: 'Lato','Arial','Helvetica',sans-serif;
  text-transform: inherit;
}

a.forumtitle,
a.topictitle,
table .stats-col {
  font-family: 'Lato','Arial','Helvetica',sans-serif;
}

h3 {
  border-bottom: none;
}

.form-control {
  font-size: 15px;
  font-weight: normal;
}

.dropdown-menu {
  font-size: 15px;
}

.search-input-fullscreen input,
.breadcrumb li:last-child a,
.table-primary tbody td,
.dropdown-menu>li>a,
.btn,
a:link,
a:visited {
  color: #333;
}

a:link.postlink,
a:link.postlink-local {
  color: #368ad2;
  border-bottom: 1px dashed #ccc;
}
a:visited.postlink,
a:visited.postlink-local {
  color: #999;
}

.forum-answer .side-segment h3 a {
  color: #8c8c8c;
}

.post-id a {
  color: #999;
}

.panel-login,
.text-primary,
.btn-link,
.btn-primary .badge,
.pagination>li>a,
.pagination>li>span {
  color: #555;
}

.fixed-col {
  max-width: 1000px;
  margin: 0 auto;
}

.container {
  max-width: 1600px;
}

.col-title {
  width: 65%;
}
.col-stats {
  width: 12%;
}
.col-last-post {
  width: 23%;
}

.table>thead>tr>th {
  background: #9d9d9c;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top-color: #f6f6f6;
}

.description, .subforums,
.forum-time, .forum-mods {
  font-size: 14px;
  word-break: normal;
  color: #333;
}

.desc-wrapper {
  padding-left: 58px;
}

#preview,
.postbody .content {
  color: #333;
  /*font-size: 14px;*/
  /*line-height: 1.8571428571;*/
  margin-top: 0;
}

.section-posting #message {
  min-height: 400px;
}

.side-segment h3:after, .side-segment h2:after {
  display: none;
}

blockquote {
  border-left: 5px solid #ccc !important;
}

.content blockquote {
  background: none repeat scroll 0 0 #efefef;
}

#preview {
  padding: 15px;
}

.forum-unread {
  color: #000;
}

.user-posted.forum-unread {
  color: #D81B00;
}

.user-posted.forum-read {
  color: #E0A8A1;
}

.top-flat {
  background-color: #D81B00;
  border-radius: 0;
}

table .stats-col {
  background-color: #e1e5ec;
}

.panel-forum > .panel-heading {
  background: #D81B00;
}

/* Custom Navbar Styling (Flyer) */
.flyer-navbar-top {
  background: #D81B00;
  height: 60px;
  padding: 0 10px;
}

.navbar-brand {
  display: block;
  width: 165px;
  height: 40px;
  text-indent: 110%;

  background-image: url(../theme/images/FlyerLogo.svg);
  background-size: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;

  overflow: hidden;
}

.navbar {
  min-height: 60px;
  padding: 0;
}

.navbar-nav.navbar-right:last-child {
  margin-top: 0!important;
}

.navbar-inverse {
  background-color: #a81200;
  border-color: #a81200;
}

.navbar-inverse .navbar-nav>li {
  border-top: none;
}

@media (max-width: 899px) {
  .user-login-mobile {
    display: block;
  }
  .user-login-desktop {
    display: none;
  }
  .navbar-inverse .navbar-collapse {
    width: 100%;
    border: none;
    box-shadow: none !important;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a i {
    color: #fff;
  }

  .navbar-inverse .navbar-toggle,
  .navbar-toggle {
    margin-top: 10px;
    margin-right: 0;
    border: 0;
  }

  .navbar-nav .dropdown.open {
    background-color: #4c5363;
  }
}

@media (min-width: 480px) and (max-width: 899px) {
  .navbar-nav > li {
    width: 50%;
    float: left;
  }

  .user-login-mobile li.dropdown {
    width: 100%;
  }
}


@media (min-width: 900px) {
  .user-login-mobile {
    display: none;
  }
  .user-login-desktop {
    display: block;
  }

  .nav>li>a {
    padding: 10px;
  }

  .navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    height: 60px;
    line-height: 1.625;
    position: relative;
    padding: 17px 13px;
  }

  .navbar-nav-main > li:after {
    display: block;
    content: '';
    height: 20px;
    width: 1px;
    background: #ffda00;
    background: rgba(255,218,0,.5);

    position: absolute;
    right: -1px;
    top: 22px;
  }
  .navbar-nav-main > li:last-child:after {
    display: none;
  }

  .navbar-inverse .navbar-nav>li {
    position: relative;
    margin-right: 1px;
  }

  .navbar-inverse .navbar-nav>li:before {
    content: "";
    display: block;
    background-color: #ffda00;
    height: 0;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .navbar-inverse .navbar-nav>li.active:before {
    height: 7px;
  }

  .navbar-inverse .navbar-nav>li:hover:before {
    height: 100%;
    z-index: 0;
  }

  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:hover,
  .navbar-inverse .navbar-nav>.open>a:focus,
  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    background: transparent;
  }

  .navbar-inverse .navbar-nav>li:hover>a,
  .navbar-inverse .navbar-nav>li:hover>a>i {
    color: #333 !important;
    -webkit-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease;
  }

  .navbar-inverse .navbar-toggle {
    border: 0;
    background-color: transparent;
  }

  .navbar-inverse .navbar-toggle:hover {
    background: transparent;
  }

  .navbar .dropdown-menu {
    border-color: #555;
  }
  .navbar .arrow-up:before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #555;
  }

  .dropdown-ucp > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .ucp-pm {
    padding: 12px 10px !important;
    font-size: 16px !important;
  }

  .ucp-pm .fa {
    color: #fff !important;
  }

  .ucp-pm:hover {
    /*background-color: #31b0d5 !important;*/
  }

  .user-login .navbar-footer {
    margin: 5px -5px -5px;
  }

  .btn-search > i,
  .dropdown-notification > a i {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
  }

  .btn-search {
    margin-top: 0;
  }

  .btn-search > i {
    font-size: 24px;
  }
}
/* End of custom nav */

.blog-meta {
  border-radius: 0 !important;
  background-color: #D81B00;
}

.panel-forum>.panel-heading,
.footable-toggle,
.breadcrumb-line,
.breadcrumb li:first-child a,
.btn {
  border-radius: 0 !important;
}

.mobile-post {
  padding: 11px 12px;
  border-radius: 4px;
  background: #ecebec;
  margin-left: 3px;
}

.btn-smiley {
  display: inline-block;
  padding: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.btn-smiley img {
  width: 130%;
  height: auto;
}

/**
 * Adverts
 */
.dfp-leaderboard-top {
  text-align: center;
  margin: 0 auto 30px;
  min-height: 50px;
}
@media only screen and (min-width : 500px) {
  .dfp-leaderboard-top {
    min-height: 60px;
  }
}
@media only screen and (min-width : 800px) {
  .dfp-leaderboard-top {
    min-height: 90px;
  }
}


#sidebar .widget {
  width: 300px;
  margin: 0 auto 30px;
}

#sidebar .dfp-mpu {
  text-align: center;
  margin-bottom: 30px;
}

#sidebar{ display: none; }
@media (min-width: 990px) {
  #sidebar {
    display: block;
    width: 300px;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
  	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 10px;
    /*padding-top: 100px;*/
  }

  #content-forum {
    float: left;
    /*width: 610px;*/
    width: calc(100% - 330px); 
    max-width: 1570px;
  }

  .container {
    width: 100%;
    display: table;
    content: '';
  }

  /* Hide stats column */
  .large110,
  .stats-col {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .large110,
  .stats-col {
    display: table-cell !important;
  }
}

/**
 * !!!! Large Desktop Size !!!!
 **/
@media (min-width: 1400px) {
  .form-control,
  #content-forum {
    font-size: 16px;
  }

  .btn-sm,
  .btn-group-sm>.btn,

  .pagination-xs>li>a,
  .pagination-xs>li>span {
    font-size: 14px;
  }

  .btn,

  .pagination-sm>li>a,
  .pagination-sm>li>span,

  .input-group-sm>.form-control,
  .input-group-sm>.input-group-addon,
  .input-group-sm>.input-group-btn>.btn,

  table .stats-col,

  .description,
  .subforums,
  .forum-time,
  .forum-mods {
    font-size: 15px;
  }
}


/* Fix post images from being too large */
.postbody img {
  max-width: 100%;
}

/* ===[ CSS HOOK BOTTOM ]=== */

@media (min-width: 1000px) {
  .global-footer section {
    width: 20.8333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    margin: 0 1rem; }
  .global-footer .col-med {
    width: 20.8333333333%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%; }
  .global-footer .col-large {
    width: 29.1666666667%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%; } }

/* SITE FOOTER */
.global-footer {
  clear: both;
  background-color: #D81B00;
  color: #fff; }
  .global-footer section {
    float: left;
    padding: 0 2rem;
    margin-bottom: 3rem; }
  .global-footer h3 {
    font-family: "Lato", Arial, serif;
    margin-bottom: 0; }
  .global-footer ul {
    margin-left: 0; }

.subs {
  overflow: auto;
  background-color: #A81200;
  text-align: center; }

.subs-title {
  font-family: "Lato", Arial, serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem; }

.subs-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat; }
  .subs-content .btn {
    margin-top: 1rem; }

.subs-content,
.footer-main {
  max-width: 1000px;
  margin: 0 auto;
}

/**
 * Main Global Footer
 */
.footer-main {
  padding-top: 30px; }
  .footer-main a {
    color: #fff; }
  .footer-main .footer-copyright {
    font-size: 14px; }
  .footer-main .widget-title {
    font-size: 20px;
    margin-bottom: 10px; }

.footer-social {
  margin-top: 10px;
  margin-left: 63px; }
  .footer-social .social-twitter,
  .footer-social .social-fb,
  .footer-social .social-instagram,
  .footer-social .social-youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 2px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .footer-social .social-twitter:hover,
    .footer-social .social-fb:hover {
      color: #D81B00;
      background-color: #fff; }
  .footer-social [class^="social-"]:last-child {
    margin-right: 0; }

@media (min-width: 1000px) {
  .global-footer h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px; }
  .global-footer .menu {
    list-style: none;
    padding-left: 0; }
    .global-footer .menu li {
      padding-left: 5px;
      padding-bottom: 10px; }
  .footer__title--minor {
    color: white;
    font-size: 24px;
    font-family: "Lato", Arial, serif;
    margin-bottom: 10px; }
  .subs {
    text-align: left; }
  .subs-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px; }
  .subs-content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    line-height: 100px;
    padding-left: 390px;
    background-position: 0 bottom;
    background-image: url("../theme/seager/FooterCover.png"); } }
  @media (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1000px) and (min-resolution: 192dpi) {
    .subs-content {
      background-image: url("../theme/seager/FooterCover@2x.png");
      background-size: 50%; } }

@media (min-width: 1000px) {
    .subs-content .btn {
      margin-top: 0; } }


.logo {
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap; }

.logo-seager {
  width: 130px;
  height: 37px;
  background-image: url("../theme/seager/seager_white.png");
  background-image: url("../theme/seager/seager_white.svg");
  background-size: 100%; }
  .logo-seager .black {
    background-image: url("../theme/seager/seager_black.png");
    background-image: url("../theme/seager/seager_black.svg"); }
  .logo-seager .large {
    width: 154px;
    height: 44px; }

.logo-flyerlive {
  width: 150px;
  height: 37px;
  background-image: url("../theme/seager/FLYER_LIVE.png");
  background-image: url("../theme/seager/FLYER_LIVE.svg");
  background-size: contain; }

.logo-flyer {
  width: 180px;
  height: 40px;
  background-image: url("../theme/seager/FlyerLogo.png");
  background-image: url("../theme/seager/FlyerLogo.svg");
  background-size: 100%; }

.logo-pcn {
  width: 260px;
  height: 35px;
  background-image: url("../theme/seager/PCN_logo.png");
  background-image: url("../theme/seager/PCN_logo.svg");
  background-size: contain; }

.logo-pcl {
  width: 260px;
  height: 35px;
  background-image: url("../theme/seager/PCL_logo.png");
  background-image: url("../theme/seager/PCL_logo.svg");
  background-size: contain; }

.logo-weather {
  width: 265px;
  height: 50px;
  background-image: url("../theme/seager/NavWeather.png");
  background-image: url("../theme/seager/NavWeather.svg");
  background-size: contain; }

.icon-flyer {
  width: 25px;
  height: 17px;
  display: inline-block;
  background-image: url("../theme/seager/FlyerIcon_red.png");
  background-image: url("../theme/seager/FlyerIcon_red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%; }

.icon-right {
  margin-left: 5px; }

.icon-left {
  margin-right: 5px }

.global-footer .btn,
.global-footer .btn:link,
.global-footer .btn:visited,
#sidebar .btn,
#sidebar .btn:link,
#sidebar .btn:visited {
  min-width: 140px;
  display: inline-block;
  padding: 6px 24px;
  font-weight: normal;
  line-height: 1.625;
  text-align: center;
  color: #333;
  background-color: #FFDA00;
  text-decoration: none;
  background-image: none;
  -moz-border-radius: 60px !important;
  -webkit-border-radius: 60px !important;
  border-radius: 60px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .global-footer .btn:focus,
  .global-footer .btn:active:focus,
  .global-footer .btn.active:focus,
  #sidebar .btn:focus,
  #sidebar .btn:active:focus,
  #sidebar .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .global-footer .btn:hover,
  .global-footer .btn:focus,
  #sidebar .btn:hover,
  #sidebar .btn:focus {
    background-color: #000;
    color: #FFDA00;
    text-decoration: none; }

#sidebar .btn.btn-more {
  background: #D81B00;
  color: #fff; }
  #sidebar .btn.btn-more:hover {
    background: #FFDA00;
    color: #000; }

/**
 * Sidebar Widgets
 */
#sidebar .widget {
  background: #fff;
  border: 1px solid #D81B00; }
  #sidebar .widget .widget-title {
    text-transform: inherit;
    background-color: #D81B00;
    color: #fff;
    padding: 14px 12px;
    line-height: 1.444;
    font-size: 20px;
    font-weight: 400; }
    #sidebar .widget .widget-title:before {
      display: inline-block;
      width: 95px;
      height: 30px;
      float: left;
      margin-right: 10px;
      padding-right: 10px;
      content: "";
      background-image: url("../theme/seager/FlyerLogo.png");
      background-image: url("../theme/seager/FlyerLogo.svg");
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-size: 85px;
      border-right: 1px solid #FFCD00; }
  #sidebar .widget .widget-content {
    content: "";
    display: table;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px; }
  #sidebar .widget .btn {
    margin-bottom: 20px; }

.widget.widget_magazine .mag-photo {
  float: left;
  margin-right: 10px;
  line-height: 0; }
.widget.widget_magazine .mag-title {
  position: relative;
  top: -3px;
  font-size: 16px;
  margin-bottom: 18px; }
.widget.widget_magazine .mag-content {
  padding-left: 130px; }
.widget.widget_magazine .mag-subscribe {
  padding-left: 27px;
  line-height: 1;
  margin-bottom: 10px;
  background-image: url("../theme/seager/FlyerIcon_red.png");
  background-image: url("../theme/seager/FlyerIcon_red.svg");
  background-size: 22px 12px;
  background-repeat: no-repeat;
  background-position: 0 3px; }

.widget.widget_events {
  margin-top: 20px; }
  .widget.widget_events .event-item {
    padding: 0 0 10px;
    margin: 0 20px 10px;
    border-bottom: 1px dotted #e1e1e1;
    font-size: 14px; }
    .widget.widget_events .event-item a {
      color: #333;
      text-decoration: none; }
      .widget.widget_events .event-item a:hover {
        text-decoration: none; }
    .widget.widget_events .event-item h3 {
      margin-bottom: 0; }
  .widget.widget_events .last-event-item {
    margin-bottom: 0;
    border-bottom: none; }
  .widget.widget_events .event-date {
    color: #D81B00; }
  .widget.widget_events .btn {
    margin-bottom: 20px; }

#sidebar .widget.widget_avgas {
  background-color: #a81200;
  color: #fff; }
  .widget.widget_avgas .widget-title {
    margin-bottom: 20px; }
  .widget.widget_avgas .sub-title {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;

    background: #333;

    padding: 10px;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .widget.widget_avgas .gas-price {
    font-size: 18px;
    font-weight: 300;
    text-align: center; }
  .widget.widget_avgas .btn {
    margin-top: 20px;
    margin-bottom: 20px; }

#sidebar .widget.widget_facebook {
  border: 0; }


#sidebar .widget.widget_newsletter .newsletter-email {
  width: 100%;
  /* border-radius: 0;**/
  padding: 6px 8px;
}

#sidebar .widget.widget_newsletter .newsletter-submit {
  border: 0;
  margin-bottom: 1rem;
}

#sidebar .widget.widget_newsletter .newsletter-archive {
  text-align: center;
  margin-bottom: 1rem;
}

.debug-output {
  text-align: left;
  color: #fff;
  padding: 10px;
}

.debug-output a {
  text-decoration: underline;
  color: #eee;
}

.home-buttons .btn {
  margin-bottom: 10px;
}

#sidebar .widget.widget_noborder { border: 0; }

#flyer-magazine-banner {
	text-align: center;
	max-width: 60%;
	margin: auto;
	padding-bottom: 40px;
}

#flyer-magazine-banner img {
	max-width: 100%; height: auto; width: auto\9; /* ie8 */
}

@media (max-width:629px) {
  #flyer-magazine-banner {
    max-width: 60%;
  }
  #flyer-magazine-banner img {
	max-width: 60%; height: auto; width: auto\9; /* ie8 */
}
}

@media (max-width:991px) {
  #flyer-magazine-banner {
    max-width: 60%;
  }
  #flyer-magazine-banner img {
	max-width: 60%; height: auto; width: auto\9; /* ie8 */
}
}



@media screen and (max-width: 768px) {
   /* .dfp-leaderboard-top {
        display: none !important;
    } */

/*
	#adhesioncM1TiwHAefO1Z6D69z8p {
		display: none !important;
	}
*/	
	#div-gpt-ad-1588768083153-0 {
		display: none !important;
	}
	
	#div-gpt-ad-1588766526502-0 {
		display: none !important;
	}
	
	#div-gpt-ad-1603098953553-0 {
		display: block !important;
	}
	
}

@media screen and (min-width: 769px) {
	
	#div-gpt-ad-1588768083153-0 {
		display: block !important;
	}
	
	#div-gpt-ad-1603098953553-0 {
		display: none !important;
	}
	
	#MoFImDeb1FxaNAHc8hu3 {
		display: none !important;
	}
}
/* 
.user__actions {
    display: flex;

}
.user__actions a {
    max-width: 300px;
    height: 32.5px;
    box-sizing: border-box;
}
.user__actions .btn-danger {
    margin-top: 20px;

}
.user__actions .btn-block+.btn-block {
    margin-top: 20px;
} */
.user__actions a {
    min-width: 300px;
}
.pm_fix {
    position: relative;
}

.pm_fix .pm_fix_inner {
    position: absolute;
    right: 0;
    top: 5px;
}

.sfpo_message {
    border: 2px solid #e74c3c;
    border-radius: 2px;
    padding-top: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.sfpo_message .panel-heading {
    text-align: center;
}
.sfpo_message .sfpo-button  {
    background: #e74c3c;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 50%;
    display: inline-block;
}
.sfpo_message .panel-2up {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.panel-2up .panel {
    flex-basis: 30%;
    padding: 20px;
    text-align: center;
    
}

@media screen and (max-width: 600px) {
    .sfpo_message .panel-2up {
        flex-direction: column;
         
    }
    .panel-2up .panel {
       text-align: center;
    }
    .sfpo_message .sfpo-button {
        margin: 0 auto;
    }
}