﻿.header-full-title {
    padding: 9px;
    background-image: none;
}
.navbar-default .navbar-brand {
	background-image: none;
}
.navbar-brand { padding: 0; }
.navbar-brand img { 
    width: auto;
    height: 48px;
}
#nav-links {
    /*font-size: .9em;*/
    margin-top: 7px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .log-in-mobile {
        width: 90px;
        border: 1px solid #ccc;
    }
    #nav-links {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.title-logo {
    background-image: none;
}
#PSTCustomers a {
	color: #003399;
}
#PSTCustomers tr {
	color: #333;
}
#PSTCustomers td, #PSTCustomers th {
	padding-left: 5px;
}
.text-blue {
	color: #39709f;
}
.text-red {
	color: #E73C3C;
}
.clearBoth {
	clear: both;
}
.contentImage {
   margin: 8px;
}
ul.imgBullet {
   list-style-image: url('Images/bink.gif');
   list-style-position: inside;
}
/* Home Page Styles */

.no-credit {
    color: white; 
    font-style: oblique; 
    margin-top: 10px;
    font-size: .8em;
}

.no-credit-light {
    color: black; 
    font-style: oblique; 
    margin-top: 10px;
    font-size: .8em
}

iframe.home-devices {
	margin-top: 20px;
	margin-bottom:30px;
}
.homeIconBoxCol .content-box { min-height: 420px}
.supportIconBoxCol .content-box { min-height: 344px}
@media (max-width: 1199px) {.homeIconBoxCol .content-box { min-height: 460px} .supportIconBoxCol .content-box { min-height: 364px}}
@media (max-width: 991px) {.homeIconBoxCol .content-box { min-height: 410px} .supportIconBoxCol .content-box { min-height: 300px}}
@media (max-width: 767px) {.homeIconBoxCol .content-box { min-height: 0} .supportIconBoxCol .content-box { min-height: 0px}}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-text-product {
        display: none;
    }
}

/*.support-fa > a {
    color: #32509e;
}

.support-fa > a:hover {
    color: #2366f0;
}*/

@media (max-width: 991px) {
  .homeIconBoxCol:nth-child(odd) {
	  clear: left;
  }
}
/*.carousel-razon {
    background-color: transparent;
}
.carousel-inner .item {
	background-color: rgba(168, 21, 21, 0.9);
}
.carousel-inner .item.blueBG {
	background-color: rgba(21, 54, 168, 0.9);
}*/
iframe { max-width: 100%; }

.content-box-container {
  border: solid 1px #444;
  -webkit-box-shadow: 3px 3px 8px 0px #cccccc;
  -moz-box-shadow: 3px 3px 8px 0px #cccccc;
  box-shadow: 3px 3px 8px 0px #cccccc;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-box-container:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.39);
}
.content-box-header {
  color: #fff;
  background-color: #444;
  padding: 10px;
}
.content-box-header > h2 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  text-align: center;
  color: #fff;
}
.content-box-header > p {
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.content-box-content > ul {
  padding: 0;
}
.content-box-content > ul > li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: dotted 1px #ddd;
  vertical-align: top;
}
.content-box-content > ul > li > i {
  margin: 0 14px;
  font-size: 1.4em;
  list-style-position: inside;
}
.content-box-footer {
  margin: 10px auto;
  text-align: center;
}
.content-box-container-blue {
  border-color: #4d7db3;
}
.content-box-container-blue > .content-box-header {
  color: #fff;
  background-color: #4d7db3;
}

/*PST Powered*/

.powered-background-img {
    background: transparent url('../../Content/Images/pst-powered-bg.png') no-repeat center;
    height: 900px;
    color: white;
    background-size: cover;
    text-align: center;
}


.trial-btn {
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #224f9d;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    font-family: Lato;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid white;
}

    .trial-btn:hover {
        background-color: #ed2224;
        text-decoration: none;
        color: white;
    }

.trial-btn-red {
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #ed2224;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    font-family: Lato;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid white;
}

    .trial-btn-red:hover {
        background-color: #224f9d;
        text-decoration: none;
        color: white;
    }

.trial-btn-white {
    border-radius: 5px;
    border: 2px solid white;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #224f9d;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    font-family: Lato;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .trial-btn-white:hover {
        background-color: #ed2224;
        text-decoration: none;
        color: white;
    }

.trial-btn-nav {
    background-color: #224f9d;
    border-radius: 5px;
    color: #000 !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .trial-btn-nav:hover {
        background-color: #ed2224;
        border-radius: 5px;
    }

.login-btn-nav {
    background-color: #224f9d;
    border-radius: 5px;
    color: #000 !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .login-btn-nav:hover {
        background-color: #ed2224;
        border-radius: 5px;
    }

.trial-btn-home {
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: limegreen;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #fff;*/
    font-family: Lato;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.trial-btn-home:hover {
        background-color: #35E12D;
        color: white;
}

.trial-btn-light {
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: limegreen;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #000;*/
    font-family: Lato;
    font-size: 16pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.trial-btn-light:hover {
        background-color: #35E12D;
        color: white;
}

.fa-sm {
    font-size: 12px;
    color: #ed2224;
}

.footer-li {
    font-weight: 700;
    font-size: .9em;
}

.flyer-container {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}

.pst-powered-img {
    width: 600px;
    margin-top: 30px;
}

.flyer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.h2-powered {
    font-family: Calibri;
    text-align: left;
}

.ul-powered {
    text-align: left;
    font-family: Calibri;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.p-powered {
    text-align: left;
    font-family: Calibri;
    font-size: 14pt;
    color: white;
}

.napps-powered-img {
    text-align: left;
}


@media only screen and (max-width: 727px) {
    .about-image {
        float: right;
        clear: both;
        text-align: center;
    }
    .trial-btn {
        font-size: 11pt;
    }

    .trial-btn-red {
        font-size: 11pt;
    }

    .flyer-container {
        width: 100%;
    }

    .flyer-inner {
        width: 100%;
    }

    .pst-powered-img {
        width: 350px;
        margin-top: 30px;
    }

    .h2-powered {
        font-family: Calibri;
        text-align: left;
        margin-left: 20px;
    }

    .ul-powered {
        margin-left: 40px;
    }

    .p-powered, .napps-powered-img {
        margin-left: 20px;
    }
}

/*New Header*/

.left-header {
    /*background-color: #3350a0;*/
    padding:0;
    /*border-bottom-right-radius: 10000px 1000px;*/
    /*background-image: url('./Images/left-banner.jpg');*/
    background-size: 100% 98px;
    /*border-left: 1px solid #444;*/
}

.center-header {
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #fff;*/
    padding: 0;
}

.right-header {
    /*background-color: #3350a0;*/
    height: 98px; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*background-image: url('./Images/right-banner.jpg');*/
    background-size: 100% 98px;
    padding:0;
    /*border-top-left-radius: 100% 100%;*/
    padding-top: 25px;
    /*border-right: 1px solid #444;*/
}

#headerLogo {
  float:left;
  margin-right: 10px;
  
}

.header-text-wrapper {
    display: inline-block;
    padding-top: 10px;
}

.header-text {
    color: white;
    font-size: .9em;
    font-style: italic;
}

.header-full {
    /*background-color: #3350a0;*/
}

.header-container {
    /*background-color: #3350a0;*/
}

.header-fa{
    font-size: 2.5em;
    margin-top: 25px;
    color: gray;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.header-fa:hover{
	font-size: 2.8em;
	margin-top: 20px;
    color: #ccc;
}

.header-socials {
    margin-top: -5px;
    margin-bottom: 5px;
    display: flex;
    height: 60px;
}

@media (max-width: 1199px) {
    .header-text {
        display: none;
    }
    .header-text-wrapper {
        display: none;
    }
}

.trading-network-text {
        margin-top: -30px;
    }

@media (max-width: 991px) {
    .header-fa, .header-fa:hover {
        font-size: 1.5em;
   } 

    #fscAccredited {
        height: 45px;
    }

    .trading-network-text {
        margin-top: 30px;
    }
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-nav + .body-content {
    padding-top: 114px; /*117px*/
}

#mini-logo {
    display: none;
}

/*Price Comparison Chart*/

.comparison {
  max-width:100%;
  margin:0 auto;
  font:.85em/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:center;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:1px solid #CCC !important;
  text-align: center;
  padding: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}

.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
  font-weight: bold; 
}

.comparison .tickgreen:after {
  color:#009E2C;
  content: "✓";
  font-weight: 900;
}

.comparison .tickred {
  color:#e61c29;
}

.tickgreen {
    color: #009E2C;
    font-weight: bold;
}

.tickgreen:after {
    color: #009E2C;
    content: "✓";
    font-weight: 900;
}

.tickred {
    color: #e61c29;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
}
  
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
  text-align: center;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#444;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#32509e;
  border-top-right-radius: 3px;
  border-right:0px;
  border-top: 1px solid #fff;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#32509e;
  text-align: center;
}

.comparison .price-now span {
  font-size:32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#ff5406;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

.trial-btn-product {
    display: none;
    text-align: center;
}

@media (max-width: 767px) {
    body{
        font-size: 16px;
    }
    .pstpowered-headline-text {
        font-size: 15px;
    }
    .comparison td:first-child, .comparison th:first-child {
        display: none;
    }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;
}
  .trial-btn-product {
      display: unset;
  }

  .sticky-nav + .body-content {
    padding-top: 50px;
}
  .header-socials {
      display: none;
  }
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
  padding-bottom: 0px;
}
}

.compare-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.price-all {
    margin-top: -30px;
}

.trial-link {
  background-color:#ca0b01;
  font-weight: 900;
}

.video-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.product-row {
    margin-bottom: 0px;
}

.start-section {
    border-top: 1px solid #ccc;
}

.end-section {
    border-bottom: 1px solid #ccc;
}

/*Individual Product Pages*/

sup {
    font-size: .55em;
}

.p-font {
    font-size: 1.3em;
}

.white-row {
    margin-top: 125px;
    margin-bottom: 125px;
}

.white-row:before, .white-row:after {
    display: none;
}

.gray-row {
    background-color:#FFF; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-trial {
    border-radius: 4px;
    padding: 5px;
    text-decoration: none;
    background-color: limegreen;
    cursor: pointer;
    border: 2px solid #eee;
    font-family: Calibri;
    font-size: 14pt;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/*Support Page*/

.support-fa {
        font-size: 100px;
}

/*Block Quote*/ 

blockquote{
    border-left:none;
    font-size: .9em;
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
    background-color: #32509e;
    margin-top: 25px;
    color:white;
    width: 325px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    
}

.quotation-mark{
    
    margin-top: 20px;
   
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text {
   font-size: 1.2em; 
   font-style: oblique;
}

/*Bio*/

.bio-title {
    margin-top: -15px; 
    font-size: .75em; 
    margin-bottom: 20px; 
}

.bio-body {
    font-size: .75em; 
    margin-bottom: 20px; 
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: none;
    margin-right: 10px;
}*/



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 767px) {

    #trialButton {
        visibility: hidden;
    }

    .navbar-header-full.navbar-dark {
    border-top: solid 1px #333;
}

    .navbar-dark {
        background-color: #333;
    }
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 12px;
        height: 12px;
    }
}

.sticky-header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/*Hide Honeypot*/

.repeat-email {
    display: none;
}

/*About*/

.about-image {
    float: left;
    margin-right: 15px;
}

.btn-about {
    color: #fff;
    background-color: #224f9d;
    border-color: #224f9d;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btn-about:hover, .btn-about:focus {
        color: #fff;
        background-color: #ed2224;
        border-color: #ed2224;
    }

/*CLear Buttons*/

.btn-clear-white {
  background-color: #32509e;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition-duration: 0.4s; /* Safari */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  transition-duration: 0.4s;
  font-size: 1.2em;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn-clear-white:hover {
  background-color: #fff;
  color: #32509e;
}

.btn-clear-black {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.btn-clear-black:hover {
  background-color: #000;
  color: #fff;
}

.mobile-brand {
    padding-top: 10px;
}

.web-demo-link {
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  width: auto;
  background: none;
  color: #2366f0;
}

.web-demo-link:hover {
    color: #000;
    text-decoration: underline;
}

/*Smaller font size*/

#customersContainer {
    font-size: .8em;
}

#attemptLogsDataTable_wrapper, #serveLogsDataTable_wrapper {
    font-size: .8em;
}

.manage-users-table {
    font-size: .8em;
}

.license-payments {
    font-size: .8em;
}

#groupPanels {
    font-size: .8em;
}

#validationContainer {
    font-size: .85em;
}

.carousel-indicators {
    width: 70%;
    margin-left:-35%;
}

