#calculators_home {
  padding: 20px 0px 40px; }
  #calculators_home a:hover {
    text-decoration: none; }

.box_calculator {
  padding: 25px;
  text-align: center;
  background: #F1F2F4;
  margin-top: 25px;
  min-height: 240px; }
  .box_calculator h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px; }

.web-app input[type="date"], .web-app input[type="email"], .web-app input[type="number"], .web-app input[type="password"], .web-app input[type="search"], .web-app input[type="tel"], .web-app input[type="text"], .web-app input[type="url"], .web-app select, .web-app textarea {
  width: 100%;
  line-height: 21px;
  padding: 5px 10px; }
.web-app a.button_theme, .web-app a.tp-button.button_theme, .web-app button, .web-app input[type="submit"], .web-app input[type="reset"], .web-app input[type="button"] {
  background-color: #f1f2f4;
  color: #18093a; }
.web-app .button_theme.md {
  padding: 7px 8px !important; }
.web-app .button_green {
  background-color: #34d806 !important;
  color: #fff !important; }
.web-app .button_red {
  background-color: #ce2b36 !important;
  color: #fff !important; }
.web-app.button-flat a.button:not(.action_button), .web-app.button-flat:not(.header-plain) a.button.action_button,
.web-app.button-flat a.tp-button,
.web-app.button-flat a.button_theme,
.web-app.button-flat button,
.web-app.button-flat input[type="submit"],
.web-app.button-flat input[type="reset"],
.web-app.button-flat input[type="button"] {
  font-size: 14px;
  padding: 11px 20px;
  line-height: 14px;
  margin: 0; }
.web-app a {
  color: #18093a; }
  .web-app a:hover {
    color: #18093a; }
.web-app a#logo {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */ }
.web-app .login-panel {
  padding: 50px;
  background: #f8f8f8;
  margin: 50px auto; }
.web-app .grey-panel {
  padding: 20px;
  background: #f8f8f8;
  margin: 50px auto; }
.web-app .banner-title {
  text-align: center;
  background-color: #2b0046;
  padding: 50px 0;
  margin-bottom: 40px; }
  .web-app .banner-title h1 {
    color: #FFFFFF; }
.web-app .inline-buttons a.button.button_theme + .button_theme,
.web-app .inline-buttons .button.button_theme + .button_theme {
  margin-left: 15px; }
.web-app .price {
  color: #18093a; }
.web-app #product-grid .product-container,
.web-app #product-info .product-container {
  margin-bottom: 15px;
  padding: 15px; }
  .web-app #product-grid .product-container .categories-list,
  .web-app #product-info .product-container .categories-list {
    margin-top: 15px; }
.web-app #product-info {
  padding: 0; }
.web-app #product-info .product-container,
.web-app #related-products .product-container {
  margin: 15px 0; }
.web-app #cart {
  margin-bottom: 15px; }
  .web-app #cart .form-group {
    margin-bottom: 0; }
    .web-app #cart .form-group.qty a {
      width: auto; }
    .web-app #cart .form-group.qty .qty_value {
      float: left;
      height: 28px;
      margin: 0 5px; }
.web-app #cart-items-static {
  margin-bottom: 15px; }
.web-app .dataTables_wrapper label select, .web-app .dataTables_wrapper label input[type="search"] {
  display: inline-block;
  width: auto; }
.web-app .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px; }
.web-app .table td a, .web-app .table td button {
  width: 100%;
  display: block;
  cursor: pointer;
  background: none;
  font-size: inherit; }
.web-app .pagination > .active > a,
.web-app .pagination > .active > span,
.web-app .pagination > .active > a:hover,
.web-app .pagination > .active > span:hover,
.web-app .pagination > .active > a:focus,
.web-app .pagination > .active > span:focus {
  background-color: #ce2b36;
  border-color: #ce2b36; }
.web-app #codes-table td {
  font-size: 16px; }
.web-app #AnswerCountContainer {
  float: right;
  font-weight: bold;
  margin-top: 12px; }
  .web-app #AnswerCountContainer #AnswerCount {
    padding: 7px 15px; }
.web-app .nav-tabs > li.active > a,
.web-app .nav-tabs > li.active > a:hover,
.web-app .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #2b0046;
  border: none; }
.web-app .nav-tabs {
  border-bottom: 5px solid #2b0046; }
.web-app .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  background-color: #f4fbfd;
  border: none;
  color: #333;
  margin-bottom: 1px;
  font-weight: 700; }
.web-app .nav > li > a:hover,
.web-app .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }
.web-app .tab-content {
  padding-top: 20px; }
.web-app ul li.ui-draggable {
  text-align: left; }
.web-app .tab-content .tab-pane label {
  cursor: pointer; }
.web-app .onlyprint {
  display: none; }
.web-app #SubmissionActions {
  text-align: center;
  margin: 30px 0; }
  .web-app #SubmissionActions .button {
    display: inline-block;
    margin: 0 5px;
    float: none; }
.web-app .result {
  background: #eeeeee;
  padding: 20px; }
  .web-app .result h4 {
    text-align: center; }
  .web-app .result #easy_cal_burned {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px; }
  .web-app .result .answers ul li {
    margin-bottom: 3px;
    background: #FFF;
    font-weight: bold;
    padding: 2px 10px;
    margin-left: 0;
    text-align: center; }
    .web-app .result .answers ul li.selected {
      background: #2b0046;
      color: #fff; }
.web-app .box_style {
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: 20px; }
.web-app .progress {
  height: 25px; }
.web-app div.table-responsive {
  overflow-x: auto; }
.web-app table th {
  background: none; }
.web-app .pvtFilterBox {
  font-size: 75%; }
  .web-app .pvtFilterBox h4 {
    font-size: 22px; }
.web-app .pvtAxisContainer li span.pvtAttr {
  font-size: 75%; }
.web-app .pvtTable th {
  background-color: #e6EEEE !important; }
.web-app .modal-dialog .modal-header .close {
  background-color: #ce2b36 !important;
  color: #fff !important;
  opacity: 1;
  font-size: inherit !important; }
.web-app .select2-container {
  width: 100% !important; }
  .web-app .select2-container .select2-dropdown, .web-app .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #18093a; }
  .web-app .select2-container .select2-selection {
    color: #626262;
    background-color: white;
    border-color: #18093a; }
  .web-app .select2-container .select2-selection--single {
    border-radius: 0;
    height: 34px; }
  .web-app .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999; }
  .web-app .select2-container--default .select2-selection--single .select2-selection__rendered,
  .web-app .select2-container .select2-results__option {
    font-size: 13px;
    margin-left: 10px;
    padding: 3px 6px; }
  .web-app .select2-container .select2-results__option[aria-selected] {
    color: #18093a; }
.web-app .product_border {
  border-left: 1px solid #ccc;
  padding-top: 28px;
  padding-bottom: 40px; }
.web-app .product_image {
  padding-top: 40px; }
.web-app .thumbnail {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none; }
.web-app .minipanel h5 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 15px; }
.web-app .minipanel ul {
  margin-bottom: 20px;
  list-style: square inside;
  color: #ce2b36; }
  .web-app .minipanel ul li {
    margin-left: 0; }
    .web-app .minipanel ul li a {
      color: #18093a; }
.web-app .minipanel .media-body,
.web-app .minipanel .media-left,
.web-app .minipanel .media-right {
  display: table-cell;
  vertical-align: top; }
.web-app .minipanel .media-left {
  width: 50px;
  margin-right: 10px;
  float: left; }
.web-app .minipanel .media-heading {
  font-size: 18px; }
.web-app .minipanel .media-body {
  width: 10000px; }
.web-app .minipanel .media,
.web-app .minipanel .media-body {
  overflow: hidden;
  zoom: 1; }
.web-app .minipanel .price {
  font-size: 90%; }
.web-app #Header > #Action_bar > .container .button_styled a {
  border: 2px solid #FFF;
  padding: 3px 15px; }
  .web-app #Header > #Action_bar > .container .button_styled a:hover {
    text-decoration: none; }

#DataTables_Table_0 img {
  height: auto; }

@media (max-width: 600px) {
  .web-app #cart-items thead,
  .web-app #cart-items tbody,
  .web-app #cart-items th,
  .web-app #cart-items td,
  .web-app #cart-items tr {
    display: block; }
  .web-app #cart-items tr {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .web-app #cart-items tr:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .web-app #cart-items tr:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    .web-app #cart-items tr > td {
      border-bottom: none;
      border-left: 1px solid #ddd; }
      .web-app #cart-items tr > td:last-child {
        border: 1px solid #ddd; }
  .web-app #cart-items thead {
    left: -9999px; }
    .web-app #cart-items thead tr {
      position: absolute;
      top: -9999px; }
  .web-app #cart-items [class*="product-attr"]:before {
    content: '\00a0';
    color: #444;
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 25%; }
  .web-app #cart-items [class*="product-attr"] .value {
    float: left;
    text-align: right;
    width: 75%; }
  .web-app #cart-items .product-attr-title:before {
    content: "Item"; }
  .web-app #cart-items .product-attr-price:before {
    content: "Price"; }
  .web-app #cart-items .product-attr-weight:before {
    content: "Weight"; }
  .web-app #cart-items .product-attr-quantity:before {
    content: "Qty"; }
  .web-app #cart-items .product-attr-subtotal:before {
    content: "Subtotal"; }
  .web-app #cart-items .product-attrremove:before {
    content: "Delete"; }
  .web-app #cart-items .remove-item {
    width: auto;
    text-align: center;
    float: none !important; }
  .web-app .continue-shopping {
    clear: both;
    padding-top: 15px; } }
@media (max-width: 768px) {
  .web-app #AnswerCountContainer {
    clear: both;
    text-align: right;
    width: 100%;
    margin-bottom: 20px; }
  .web-app #shop.container,
  .web-app #product-single.container {
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .web-app #product-grid .product-container {
    margin-bottom: 15px; }
  .web-app #product-info .product-container,
  .web-app #related-products .product-container {
    margin: 0;
    padding: 15px 0; } }
@media (max-width: 767px) {
  .web-app .product_image {
    padding-top: 0;
    padding-bottom: 20px; }
  .web-app .product_border {
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 425px) {
  .web-app #product-grid .product-container .img-featured,
  .web-app #product-info .product-container .img-featured {
    margin: 0 auto; }
  .web-app #product-grid .product-container .title,
  .web-app #product-info .product-container .title {
    text-align: center;
    margin-top: 15px; }
  .web-app #cart .form-group.qty .subtract,
  .web-app #cart .form-group.qty .add,
  .web-app #cart .form-group.qty .qty_value {
    float: right; } }
@media (max-width: 375px) {
  .web-app .inline-buttons {
    text-align: center; }
    .web-app .inline-buttons a.button.button_theme,
    .web-app .inline-buttons .button.button_theme {
      margin-bottom: 15px !important;
      width: 100%; }
      .web-app .inline-buttons a.button.button_theme + .button_theme,
      .web-app .inline-buttons .button.button_theme + .button_theme {
        margin-left: 0; } }
@media (min-width: 319px) {
  .web-app #cart .form-group.qty .qty_value {
    width: calc(100% - 70px); } }
@media (min-width: 374px) {
  .web-app #cart .form-group.qty .qty_value {
    width: calc(100% - 111px); } }
@media (min-width: 424px) {
  .web-app #cart .form-group.qty .qty_value {
    width: calc(100% - 148px); } }
@media (min-width: 769px) {
  .web-app #product-grid,
  .web-app #product-info {
    float: right;
    margin-right: -15px; } }
@media (min-width: 767px) {
  .web-app #cart .form-group.qty .qty_value {
    width: calc(100% - 65px); }
  .web-app .table th,
  .web-app .table td,
  .web-app .dataTables_info,
  .web-app .dataTables_paginate {
    font-size: 80% !important; } }
@media (max-width: 768px) and (min-width: 767px) {
  .web-app .product-attr-quantity {
    width: 135px; } }

@media print {
  .web-app .onlyprint {
    display: block; }
  .web-app .onlyscreen, .web-app .dontprint {
    display: none; }
  .web-app #Header_wrapper,
  .web-app #Footer,
  .web-app .banner-title,
  .web-app .notifications {
    display: none; } }

/*# sourceMappingURL=wpstyle.css.map */
