﻿/*Traysoft Variables*/
/*rgb(60,113,200)*/
/*FFE8CD*/
/*rgb(249,135,0)*/
/*Redefined Bootstrap Variables*/
/* #region !Global */
/* #endregion*/
/* #region !Tables*/
/* #endregion*/
/* #region !Buttons*/
/* #endregion*/
/* #region Forms*/
/* #endregion */
/* #region !Dropdowns*/
/* #endregion*/
/* #region !Navbar */
/* #endregion */
/* #region !Navs and Tabs*/
/* #endregion*/
/* #region !Modals*/
/* #endregion Modals*/
/* #region !Panels and Wells*/
/* #endregion*/
/* #region !Breadcrumbs*/
/* #endregion*/
/* #region Jumbotron*/
body {
  background-color: white;
  position: relative;
  font: 14px "Segoe UI", "Helvetica Neue", "Tahoma", "Arial", "Sans-serif";
  line-height: 20px;
}
/*Media Queries*/
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, 768px and up) */
/* Desktop devices (desktops, 992px and up) */
/* #region General */
/*a {
  color: @primary-color;
  text-decoration: none;
}
a:hover,
a:focus {
  color: @highlight-color;
  text-decoration: underline;
}*/
a:focus {
  outline: 1px dotted rgba(60, 113, 200, 0.2);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c71c8;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.4em;
  line-height: 40px;
}
/*h1[id] {
    margin-bottom: 10px;
}*/
h2 {
  font-size: 1.8em;
  margin-top: 60px;
  margin-bottom: 40px;
}
/*h2[id] {
    padding-top: 90px;
    margin-top: -70px;
}*/
h3 {
  font-size: 1.2em;
  margin-top: 60px;
  margin-bottom: 40px;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
h5 {
  font-size: 1.1em;
  font-weight: bold;
}
p {
  padding: 0 5px 5px 0;
}
.field-validation-error {
  color: red;
}
/* #endregion General*/
/*#region Navigation Menu */
.top_line {
  margin: 0;
  height: 5px;
  background-color: #3c71c8;
}
img.logo {
  height: 80px;
}
a.navbar-brand {
  margin-top: 5px;
  padding: 0;
}
.menu-height {
  min-height: 80px;
}
ul.navbar-nav > li > a {
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  ul.navbar-nav > li > a {
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.logotext {
  position: absolute;
  bottom: 30px;
  padding: 0 5px 0 10px;
  font-size: 1.2em;
  color: #3c71c8;
}
.logotext:hover {
  color: #f98700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logotext {
    display: none;
  }
}
@media (max-width: 480px) {
  .logotext {
    display: none;
  }
}
.dropdown-menu > li > a:focus {
  outline: 1px dotted rgba(60, 113, 200, 0.2);
  background-color: transparent;
}
.dropdown-menu > .active > a:focus {
  outline: 1px dotted rgba(60, 113, 200, 0.2);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #f98700;
  background-color: white;
}
.navbar {
  border: none;
  margin-bottom: 5px;
}
.navbar-default .navbar-nav > li {
  border-top: 2px solid white;
  border-bottom: 1px solid rgba(60, 113, 200, 0.2);
}
.navbar-default .navbar-nav > li > a {
  border-top: 3px solid white;
  border-right: 1px dotted rgba(60, 113, 200, 0.2);
  border-left: 1px dotted rgba(60, 113, 200, 0.2);
}
.navbar-default .navbar-nav > li > a:focus {
  outline: 1px dotted rgba(60, 113, 200, 0.2);
}
.navbar-default .navbar-nav > li > a:hover {
  border-top: 3px solid #f98700;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-top: 3px solid #f98700;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  color: #f98700;
  background-color: white;
  border-color: rgba(60, 113, 200, 0.2);
  border-top: 3px solid #f98700;
}
.navbar-default .navbar-nav > .open > a:hover {
  border-color: rgba(60, 113, 200, 0.2);
  border-top: 3px solid #f98700;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    outline: 1px dotted rgba(60, 113, 200, 0.2);
  }
  .navbar-default .navbar-nav > li {
    border-top: none;
  }
  .navbar-default .navbar-nav > li > a {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .navbar-default .navbar-nav > li > a:hover {
    border-top: none;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-top: none;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    border-top: none;
  }
}
/*Did not change colors for 
    .navbar-link,
    .btn-link
    .navbar-inverse
    */
/*#endregion */
/*#region Breadcrumbs */
.breadcrumb {
  margin-bottom: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb-line {
  border-bottom: 1px solid rgba(60, 113, 200, 0.2);
  width: 100%;
}
/*#endregion */
/*#region Footer */
footer {
  width: 100%;
  background-color: #9bb3da;
  color: white;
}
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-top {
  margin-top: 40px;
  height: 5px;
  background-color: #3c71c8;
}
.footer .logotext {
  position: relative;
  bottom: 0;
  padding: 0 5px 0 5px;
  font-size: 1em;
  color: #3c71c8;
}
.footer .logotext:hover {
  color: #3c71c8;
}
@media (max-width: 480px) {
  .footer .logotext {
    display: inline-block;
  }
}
.footer .logo {
  height: 48px;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer h4,
.footer h5 a {
  color: #3c71c8;
}
.footer h5 {
  margin-bottom: 4px;
}
.footer h5 a:hover {
  color: white;
}
.footer address {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}
.footer p {
  margin: 5px 5px 5px 0;
  font-size: 0.9em;
  padding: 0;
}
.footer a:hover {
  color: #3c71c8;
}
.footer-about p {
  margin-bottom: 10px;
}
.footer-margin-xs-sm {
  height: 10px;
  width: 100%;
  clear: both;
}
.footer-product-logo {
  width: 50px;
  float: left;
  padding: 3px;
}
.footer-product-logo .logo {
  margin-top: 5px;
}
.footer-product-text {
  margin-left: 50px;
  padding: 3px;
  padding-left: 20px;
  min-height: 80px;
}
.copyright {
  background-color: #3c71c8;
  color: #b3c8ea;
  font-size: 0.8em;
  text-align: center;
  line-height: 30px;
  padding-right: 30px;
}
.copyright-footer {
  display: inline-block;
  padding: 0 100px 0 10px;
}
.copyright a {
  color: #b3c8ea;
}
.copyright p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .copyright-footer {
    padding-right: 10px;
  }
}
/*#endregion */
/* #region Main Page*/
.jumbotron {
  background: url(img/computer-telephony.jpg) no-repeat #3c71c8;
  background-size: cover;
  background-position: center;
  padding: 140px 20px 140px 20px;
  text-align: center;
  color: white;
}
.jumbotron h1,
.jumbotron .h1 {
  font-size: 5em;
  color: white;
  margin: 0;
  line-height: 80px;
}
.jumbotron-heading-div {
  margin-top: 140px;
  text-align: left;
}
@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 3.5em;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .jumbotron {
    padding: 80px 20px 80px 20px;
  }
  .jumbotron-heading-div {
    margin-top: 80px;
  }
}
.jumbotron-heading-div a {
  outline: none;
  color: white;
}
.jumbotron-heading-div a:hover {
  color: #f98700;
  text-decoration: none;
}
.jumbotron-heading-div a:focus {
  text-decoration: none;
}
.jumbotron-heading .heading-div {
  margin-bottom: 20px;
}
.jumbotron-heading .heading {
  min-height: 30px;
  padding: 0 0 0 30px;
}
.jumbotron-heading .heading h3 {
  color: white;
  font-weight: 600;
  font-size: 1.75em;
  margin: 0;
}
.jumbotron-heading .heading-img {
  padding: 0;
  height: 100%;
}
.main-product h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2.4em;
}
.main-product h2 a:focus,
.main-product h2 a:hover {
  text-decoration: none;
}
.main-product .subheading {
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 40px;
}
.main-product h3 {
  font-size: 1.8em;
}
.margin-left-40 {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .main-product p.margin-left-40 {
    margin-top: 10px;
    margin-left: 0;
  }
}
.primary-line {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(60, 113, 200, 0.2);
}
@media (max-width: 767px) {
  .news-div {
    margin-bottom: 30px;
  }
}
.news-date {
  padding: 0;
  margin: 0;
  color: #3c71c8;
}
.news-description {
  padding-right: 25px;
  min-height: 175px;
}
.border-right {
  height: 100%;
  border-right: 1px solid #f98700;
}
@media (max-width: 1200px) {
  .news-description {
    min-height: 215px;
  }
}
@media (max-width: 992px) {
  .news-description {
    min-height: 215px;
  }
}
@media (max-width: 767px) {
  .news-description {
    min-height: 0;
  }
  .border-right {
    border-right: 0;
  }
}
.main-aside {
  margin-left: 25px;
}
.main-aside .infopoint {
  margin: 40px 10px 40px 0;
}
.main-aside h3 {
  color: #f98700;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 1.2em;
}
.main-aside .emphasized-div {
  border: 1px solid rgba(60, 113, 200, 0.2);
}
.main-aside .customer-logos {
  margin: 0;
}
.main-aside .customer-logos img {
  margin: 0;
}
/* #endregion Main Page*/
/* #region Custom*/
.subheading {
  font-size: 2em;
  line-height: 30px;
  margin-top: 10px;
  font-style: italic;
}
.highlighted {
  color: #f98700;
}
.primaried {
  color: #3c71c8;
}
.emphasized {
  font-weight: bold;
}
.infopoint {
  margin-top: 30px;
  /*margin-bottom: 10px;*/
  min-width: 100px;
  max-width: 200px;
  min-height: 205px;
  padding: 10px;
  padding-top: 15px;
  border: 1px solid rgba(60, 113, 200, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #3c71c8;
}
.infopoint h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #f98700;
}
.side-img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.wide-div {
  width: 100%;
}
.padding-10 {
  height: 10px;
  width: 100%;
  clear: both;
}
.padding-20 {
  height: 20px;
  width: 100%;
  clear: both;
}
.centered-text {
  text-align: center;
}
.aside {
  padding-top: 50px;
  padding-left: 15px;
}
/* #endregion Custom*/
/*#region About Page*/
.customer-logos {
  margin-top: 20px;
  margin-bottom: 20px;
  /*padding: 10px;*/
  margin-left: -10px;
  /*border: 1px solid @primary-border;*/
  border-radius: 5px;
}
.customer-logos img {
  margin-left: 10px;
}
/*#endregion*/
/*#region Consulting Page*/
.consulting-expertise {
  display: inline-block;
  max-width: 350px;
  margin: 10px 20px 10px 0;
  border: 1px solid rgba(60, 113, 200, 0.2);
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  padding: 3px 8px 3px 5px;
  color: #f98700;
  font-weight: bold;
}
.consulting-expertise img {
  float: left;
  margin: 3px 5px 3px 1px;
}
/*#endregion */
/*#region Products */
.plus-list li i {
  color: #f98700;
  margin-top: 2px;
}
.plus-list li {
  margin: 15px 0;
  padding-left: 7px;
}
.plus-box-div {
  display: inline-block;
  margin-right: 10px;
  /*margin-left: 5px;*/
  margin-bottom: 5px;
  width: 220px;
}
@media (max-width: 480px) {
  .plus-box-div {
    width: 100%;
    margin-bottom: 8px;
  }
}
.plus-box-i {
  color: #f98700;
  /*height: 40px;*/
}
.plus-box-text {
  color: #3c71c8;
  padding-left: 20px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .plus-box-text {
    height: 40px;
  }
}
.product-logo {
  width: 128px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.feature-no-text .heading-div {
  margin-bottom: 20px;
}
.feature-no-text .heading {
  color: #3c71c8;
  font-weight: 600;
  font-size: 1em;
  min-height: 30px;
  padding: 0 0 0 25px;
}
.feature-no-text .heading h3 {
  font-weight: 600;
  font-size: 1em;
  margin: 0;
}
.feature-no-text .heading-img {
  padding: 0;
  height: 100%;
}
blockquote {
  background-color: #ffe8cd;
  background-image: linear-gradient(#fff6ec, #ffe8cd);
  padding: 10px 20px 25px;
  margin: 40px 10px 60px;
  font-size: 90%;
  border: 1px solid rgba(249, 135, 0, 0.2);
  border-radius: 5px;
  border-left: 3px solid #f98700;
  color: #ad5e00;
}
blockquote .author {
  margin-top: 25px;
  text-align: right;
  font-style: italic;
  color: #3c71c8;
}
blockquote h3 {
  font-weight: bold;
  margin: 25px auto;
}
.aside-button {
  margin: 20px 10px;
}
.feature {
  padding: 10px 2px 10px;
}
.feature p {
  padding-bottom: 0;
}
.emphasized-div {
  padding: 20px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.primary-colored {
  border: 1px solid rgba(60, 113, 200, 0.2);
  background-color: #ecf1fa;
  background-image: linear-gradient(#f0f4fb, #d8e3f4);
}
.highlight-colored {
  border: 1px solid rgba(249, 135, 0, 0.2);
  background-color: #fff4e7;
  background-image: linear-gradient(#fff6ec, #ffe8cd);
}
.heading-div {
  margin-bottom: 20px;
}
.heading {
  color: #3c71c8;
  font-weight: bold;
  font-size: 1.1em;
  min-height: 30px;
  padding: 5px 5px 5px 20px;
  /*display: table-cell;
    vertical-align: middle;*/
}
.heading h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}
.heading-img {
  padding: 5px 5px 5px 0;
  /*margin: auto 0;
    margin-right: 8px;*/
  height: 100%;
  /*display: table-cell;
    vertical-align: middle;*/
}
.reseller {
  padding: 2px 30px 2px 2px;
}
.v-aligned-div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .reseller.v-aligned-div {
    display: block;
  }
}
/*#endregion Products*/
/* #region Support */
.documentation {
  /*margin-top: 30px;
    margin-bottom: 30px;*/
  /*color: @primary-color;*/
  margin: 30px 0;
}
.documentation h3 {
  /*display: inline;*/
  margin: 0;
  font-size: 1.1em;
  /*font-weight: bold;*/
}
.documentation a {
  text-decoration: none;
}
.documentation a:hover,
.documentation a:active,
.documentation h3:hover,
.documentation h3:active {
  color: #f98700;
  /*text-decoration: none;*/
}
.documentation a:focus,
.documentation h3:focus {
  /*text-decoration: none;*/
  color: #f98700;
}
/* #endregion Support*/
/* #region Panel & Tabs*/
.source-code-tabs {
  margin: 10px 0;
}
.source-code-tabs .nav-tabs > li.active > a,
.source-code-tabs .nav-tabs > li.active > a:hover,
.source-code-tabs .nav-tabs > li.active > a:focus {
  outline: none;
  border-bottom: 1px solid white;
  font-weight: bold;
}
.panel.source-code-panel {
  margin-top: 40px;
  margin-bottom: 40px;
}
.panel-title {
  font-weight: bold;
}
.source-code-div {
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 12px;
  padding: 25px 15px 0;
}
.source-comments {
  color: green;
}
.source-keyword {
  color: blue;
}
.source-string {
  color: #A31515;
}
.source-type {
  color: #2B91AF;
}
/* #endregion Panel & Tabs*/
/*#region ScrollSpy*/
.nav-scrollspy.affix {
  position: fixed;
  top: 0;
  padding-right: 30px;
}
.nav-scrollspy-affixed {
  margin: 0;
  background-color: #d8e3f4;
  color: #3c71c8;
  font-weight: bold;
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .nav-scrollspy.affix {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .nav-scrollspy.affix {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nav-scrollspy.affix {
    width: 1170px;
  }
}
.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.nav-scrollspy {
  margin: 0;
  z-index: 2;
}
.nav-scrollspy .nav-pills > li.active > a,
.nav-scrollspy .nav-pills > li.active > a:hover,
.nav-scrollspy .nav-pills > li.active > a:focus {
  color: #f98700;
  background-color: #d8e3f4;
}
.nav-scrollspy .nav > li > a:hover {
  text-decoration: none;
  color: #f98700;
  background-color: #d8e3f4;
}
.nav-scrollspy .nav > li > a:focus {
  text-decoration: none;
  color: #3c71c8;
  background-color: #d8e3f4;
  outline: none;
}
/*#endregion*/
/*#region Modal Screenshots*/
.screenshot {
  padding: 20px 10px;
  margin: 10px auto;
  text-align: center;
}
.screenshot-modal {
  margin: 40px auto;
}
.screenshot-modal:hover {
  cursor: pointer;
}
.screenshot h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 25px 0;
}
.screenshot h4 {
  margin: 0;
  font-size: 1.1em;
}
.screenshot-caption {
  width: 160px;
  margin: 10px auto;
  font-size: 90%;
}
#configure-tapi-dialogic-diva .screenshot-modal {
  margin: 10px auto;
}
#configure-tapi-dialogic-diva .screenshot {
  padding: 10px;
}
.tapi-card-photo {
  width: 250px;
}
.tapi-cards-div {
  padding: 0 10px;
  margin: 60px auto;
  text-align: center;
}
.tapi-card-modal {
  margin: 0 auto;
}
.tapi-card-modal:hover {
  cursor: pointer;
}
.modal h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.modal-content {
  padding: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(60, 113, 200, 0.175);
  box-shadow: 0 3px 9px rgba(60, 113, 200, 0.175);
}
.modal-header {
  text-align: center;
}
.modal-header .close {
  color: #3c71c8;
  filter: alpha(opacity=40);
  opacity: .4;
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #3c71c8;
  filter: alpha(opacity=70);
  opacity: .7;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(60, 113, 200, 0.175);
    box-shadow: 0 5px 15px rgba(60, 113, 200, 0.175);
  }
}
/*#endregion Modal Screenshots */
/*#region Collapsable Panel */
.panel-group#addemail-features-comparison {
  margin-bottom: 40px;
}
.panel-group#consulting-contact-form {
  margin-top: 40px;
  /*margin-bottom: 40px;*/
}
.panel {
  -webkit-box-shadow: 0 1px 1px rgba(60, 113, 200, 0.175);
  box-shadow: 0 1px 1px rgba(60, 113, 200, 0.175);
  margin-top: 15px;
}
.panel-default > .panel-heading {
  color: #3c71c8;
}
.panel i.fa-plus {
  color: #f98700;
}
.panel h2,
.panel h3 {
  margin: 5px 12px;
  font-size: 1.1em;
  line-height: 26px;
}
.faq {
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq .panel h3 {
  margin: 0;
  font-size: 16px;
  margin-left: 12px;
  line-height: 24px;
  font-weight: 500;
}
.panel h4 {
  /*font-weight: bold;*/
  font-size: 1.1em;
  margin: 20px 0 25px;
}
.panel a,
.panel h2,
.panel h3 {
  text-decoration: none;
}
.panel a:hover,
.panel h2:hover,
.panel h3:hover,
.faq .panel h3:hover {
  color: #f98700;
}
.faq .panel-body {
  padding: 20px;
  padding-left: 47px;
}
/*#endregion Collapsable Panel*/
/*#region Tables */
.addemail-comparison th + th,
.addemail-comparison th + th + th,
.addemail-comparison td + td,
.addemail-comparison td + td + td {
  text-align: center;
  width: 15%;
}
.addemail-comparison i.fa-check {
  color: green;
}
.addemail-comparison i.fa-times {
  color: red;
}
.addemail-comparison tfoot {
  font-weight: bold;
  color: #3c71c8;
  font-size: 1.1em;
}
table.product-price tr td,
table.addemail-comparison tr td {
  vertical-align: middle;
}
.product-price td + td,
.prouct-price td + td + td {
  text-align: center;
}
.product-price td + td {
  font-weight: bold;
}
/*#endregion Tables */
/*#region Buttons*/
.btn {
  margin: 15px 0;
}
.btn-lg {
  margin: 20px 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 1px dotted rgba(60, 113, 200, 0.2);
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}
.btn:hover,
.btn:focus {
  color: white;
  text-decoration: none;
  background-color: #f98700;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(60, 113, 200, 0.175);
  box-shadow: inset 0 3px 5px rgba(60, 113, 200, 0.175);
}
.btn-default {
  color: white;
  background-color: #3c71c8;
  border-color: rgba(46, 90, 163, 0.2);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #f98700;
  border-color: #c66b00;
}
/*#endregion Buttons*/
/*#region Forms */
.form-div .btn {
  padding-left: 40px;
  padding-right: 40px;
}
/*#endregion Forms*/

/*#region FastSpring Styles*/

.hide-option-group { display: none; }

div.store-product-detail-image {
    margin-right: 20px;
}

.store-product-detail-description {
    margin-top: 20px;
}

.heading-div {
    color: #3c71c8;
}

.core-section h2,
.core-section h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.core-section h2 {
    color: #f98700;
}

.store-product-detail-quantity {
    margin-top: 20px;
}

/*#endregion FastSpring Styles*/

/*# sourceMappingURL=traysoft-styles.css.map */

