div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_filter {
  text-align: right; }

div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper > div.row > div,
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center; }

  div.DTTT {
    margin-bottom: 0.5em; } }
table.dataTable td,
table.dataTable th {
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */ }

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */ }

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */ }

div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  display: none; }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

table.dataTable thead > tr > th {
  padding-right: 30px; }

table.dataTable th:active {
  outline: none; }

/* Condensed */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
  top: 6px;
  right: 6px; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important; }

table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0; }

table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0; }

table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0; }

table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white; }

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important; }

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white; }

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important; }

div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  display: none; }

/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important; }

.breadcrumb-container {
  margin-top: 0px;
  margin-bottom: 30px; }
  .breadcrumb-container .btn-breadcrumb .btn.btn-default {
    font-size: 17px; }

html {
  min-height: 100%; }

body {
  min-height: 100%;
  padding-top: 70px; }

.container h1:first-of-type {
  margin-top: 0px; }

.status-post {
  border: 1px solid #e3e3e3;
  background: white;
  margin-bottom: 3em;
  padding: 0px; }
  .status-post textarea {
    border: none; }
    .status-post textarea:focus {
      box-shadow: none; }
  .status-post .status-post-submit {
    border: 1px solid #e9e9e9;
    padding: 0.5em 1em;
    margin-bottom: 0;
    overflow: hidden; }
    .status-post .status-post-submit .btn {
      float: right; }

.status-media {
  border: 1px solid #e3e3e3;
  background: white;
  padding: 1em;
  margin-bottom: 1em; }

.users {
  margin-bottom: 3em; }

.user-block {
  text-align: center; }
  .user-block .avatar {
    margin: auto; }

.vertical-offset-100 {
  padding-top: 120px; }
.vertical-offset-50 {
  margin-top: 50px; }

.error-template {
  padding: 40px 15px;
  text-align: center; }

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px; }

.error-actions .btn {
  margin-right: 10px; }

.nav .gravatar {
  float: left;
  position: relative;
  top: -5px;
  left: -5px; }

#lms-page header {
  min-height: 60px; }
header .logininfo {
  float: right;
  margin-right: 25px; }
  header .logininfo .dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0; }
    header .logininfo .dropdown-menu .glyphicon {
      margin-right: 5px; }
    header .logininfo .dropdown-menu a {
      color: #000; }
      header .logininfo .dropdown-menu a:visited {
        color: #000; }
header a.btn-outline-inverse {
  border: 1px solid #fff;
  color: #ffffff; }
  header a.btn-outline-inverse:visited {
    color: #fff; }

.container h1:first-of-type {
  margin-top: 0px; }

.registration-box {
  background: #eee;
  padding: 20px; }

.registration-text-bottom {
  margin-top: 30px;
  margin-bottom: 50px; }

.logobox {
  margin-bottom: 20px; }
  .logobox img {
    max-width: 200px; }
  .logobox.wtn {
    background: #00B6DE; }
  .logobox.nec {
    background: #96c11f; }
  .logobox.already-registered-text {
    font-size: 1.4em;
    color: #fff;
    padding: 20px; }

#login-page {
  background: url("/img/bg-main.jpg") no-repeat;
  background-size: cover;
  padding-top: 0px; }
  #login-page .form-signin input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #login-page .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  #login-page .form-signin .form-control {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    box-sizing: border-box; }
  #login-page .form-signin #login {
    background: url("/img/btn-blue.png") no-repeat transparent;
    background-size: 150px auto;
    padding: 22px 0;
    width: 150px;
    display: block;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 1px 1px 2px #035889;
    margin: 0 auto;
    border: none; }
  #login-page .img-responsive {
    display: block;
    max-width: 150px;
    height: auto;
    margin: auto; }
  #login-page .panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
    #login-page .panel .panel-heading {
      background: #00B6DE; }
  #login-page .container {
    background: none; }

.noosa-page {
  padding-top: 0px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  background: url("/img/bg_2_opt.jpg") no-repeat center top transparent;
  background-size: 100% auto;
  color: #455560;
  font-family: "Oxygen", helvetica, arial, sans-serif;
  /*  =======================================================================
          CLIENT STYLES - please place important/frequently applied styles
          in this section so they appear higher in the list in the WYSIWIG
      =======================================================================  */
  /* ==========================================================================
          CONTAINERS AND LAYOUT (TEMPLATES)
     ========================================================================== */
  /* ==========================================================================
          WEBAPPS
     ========================================================================== */
  /* ==========================================================================
          ONLINE SHOP - insert styles from BC defaults
     ========================================================================== */
  /* ==========================================================================
          CART
     ========================================================================== */
  /* ==========================================================================
          BUTTONS
     ========================================================================== */
  /* ==========================================================================
          WEB FORMS - insert styles from BC defaults
     ========================================================================== */
  /* ==========================================================================
          MISCELLANEOUS - don't just dump crap in here!
     ========================================================================== */
  /* ==========================================================================
      HELPER CLASSES - Leave directly before print styles
      .ir (image replacement)  |  .hidden (display:none)  .visuallyhidden
      .clearfix (for naughty floats: h5bp.com/q)
     ========================================================================== */
  /* ==========================================================================
      PRINT STYLES - leave as last item
     ========================================================================== */
  /*==============================================================

      Version : 2009.08.10

  ==============================================================*/
  /* @group BASE */
  /* @group FRIENDLY SETTINGS */
  /* nobody likes default border around images */
  /* @end */
  /* based on YUI 2.3 base.css */
  /* Idioms */
  /* @end */
  /* @group Web Form */
  /* @end */
  /* @group System Message */
  /*.system-message {
      background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;
  }

  .system-error-message {
      background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
  }*/
  /* @end */
  /* @group Announcement */
  /* @end */
  /* @group Blog */
  /* NOTE: div.post-list exists in FORUMS as well */
  /* @end */
  /* @group Booking */
  /* @end */
  /* @group Calendar */
  /* @end */
  /* @group Catalogue and Products */
  /*.shop-form .checkboxes {
      line-height: 27px;
  }*/
  /* @end */
  /* @group Customer Cases */
  /* @end */
  /* @group Customer Orders */
  /* @end */
  /* @group Comment */
  /*.comment-form li.rating div {
      font-size: 10px;
  }*/
  /*.comment-form li.rating div input {
      margin: 0 3px;
  }*/
  /* @end */
  /* @group FAQ */
  /* @end */
  /* @group Forums */
  /* NOTE: div.post-list exists in BLOG as well */
  /* @end */
  /* @group Literature */
  /* @end */
  /* @group Secure Zone Markup */
  /* @end */
  /* @group Form Modules */
  /* @end */
  /* @group Search */
  /* @end */
  /* @group Photo Gallery */
  /* @end */
  /* @group Affiliate Program */
  /* @end */
  /* @group Tell a Friend */
  /* @end */
  /* @group Favourites */
  /* @end */
  /* @group eCommerce Browse Panel */
  /* @end */
  /* @group eCommerce Image Zoom Slider */
  /* @end */
  /* @group Web Apps */
  /*pagination*/
  /* @end */ }
  .noosa-page ::-moz-selection {
    background: #00B6DE;
    color: #fff;
    text-shadow: none; }
  .noosa-page ::selection {
    background: #00B6DE;
    color: #fff;
    text-shadow: none; }
  .noosa-page a {
    color: #00B6DE;
    text-decoration: none; }
  .noosa-page a:visited {
    color: #00B6DE; }
  .noosa-page a:hover {
    color: #333; }
  .noosa-page a:focus {
    outline: none; }
  .noosa-page ul, .noosa-page ol {
    margin: 1em 0;
    padding: 0 0 0 40px; }
  .noosa-page dd {
    margin: 0 0 0 40px; }
  .noosa-page h1, .noosa-page h2, .noosa-page h3, .noosa-page h4, .noosa-page h5, .noosa-page h6 {
    font-family: sans-serif;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1; }
  .noosa-page h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #455560;
    margin: 0 0 20px 0;
    font-family: "Over the Rainbow", helvetica, arial, sans-serif; }
  .noosa-page h2 {
    font-size: 30px;
    line-height: 34px;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #455560;
    margin: 0 0 20px 0; }
  .noosa-page h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: arial, sans-serif;
    font-weight: 600;
    color: #455560; }
  .noosa-page h4 {
    font-size: 14px;
    line-height: 18px;
    font-family: arial, sans-serif;
    font-weight: 700;
    color: #455560; }
  .noosa-page h5 {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #455560; }
  .noosa-page h6 {
    font-size: 10px; }
  .noosa-page p {
    margin: 0 0 15px; }
  .noosa-page .separator {
    border-top: 1px solid #f2f2f2;
    padding: 0 0 20px 0;
    margin: 20px 0 0 0; }
  .noosa-page #header .colRight {
    width: 770px;
    position: relative; }
  .noosa-page .quote {
    width: 600px;
    color: #fff;
    float: left;
    padding: 5px 0 0 0; }
  .noosa-page .quoteBy {
    color: #fff;
    font-family: "Over the Rainbow", helvetica, arial, sans-serif;
    font-size: 18px;
    float: right;
    margin: 10px 0 0 0; }
  .noosa-page #header .image {
    bottom: -25px;
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    width: 120px !important; }
  .noosa-page .left {
    float: left;
    margin: 0 10px 10px 0; }
  .noosa-page .right {
    float: right;
    margin: 0 0 10px 10px; }
  .noosa-page .wrapper {
    width: 1000px;
    margin: 0 auto; }
  .noosa-page nav ul, .noosa-page nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
  .noosa-page .colLeft {
    float: left; }
  .noosa-page .colRight {
    float: right; }
  .noosa-page #header {
    background: #5d5c5d;
    width: 100%;
    color: #fff;
    padding: 10px 0 10px 0; }
    .noosa-page #header h1 {
      color: #fff;
      margin-bottom: 0px; }
  .noosa-page .button {
    background: url("/img/btn-blue.png") no-repeat transparent;
    background-size: 150px auto;
    padding: 22px 0;
    width: 150px;
    display: block;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 1px 1px 2px #035889;
    margin: 0 auto; }
    .noosa-page .button.green {
      background: url("/img/btn-green.png") no-repeat transparent;
      background-size: cover; }
  .noosa-page .button:hover {
    background-position: 0 -2px;
    color: #fff; }
  .noosa-page .contentBox {
    border: 1px solid #F2F2F2;
    padding: 15px;
    position: relative;
    background: #fff;
    line-height: 17px;
    font-size: 12px;
    margin: 0 0 10px 0;
    min-height: 315px;
    max-height: 315px; }
  .noosa-page .video-container {
    min-height: 315px;
    max-height: 315px;
    background: #fff;
    padding: 15px; }
  .noosa-page .content .contentBox h1 {
    font-size: 30px;
    margin: 0 0 10px 0; }
  .noosa-page .content .video {
    padding: 0;
    float: left;
    width: 580px;
    border: 1px solid #F2F2F2;
    padding: 20px;
    background: #fff; }
    .noosa-page .content .video iframe {
      max-width: 100%; }
  .noosa-page #footer {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
    background: url("/img/bg-opacity.png") repeat scroll 0 0 transparent; }
  .noosa-page #footer img {
    float: left; }
  .noosa-page #footer .statement {
    float: right;
    font-size: 11px;
    line-height: 65px;
    width: 800px;
    padding: 0 0 30px 0;
    text-align: right; }
  .noosa-page .signin-intro, .noosa-page .signin-box {
    background: #fff;
    padding: 15px; }
  .noosa-page .productItemNotFound,
  .noosa-page .catalogueItemNotFound {
    display: none; }
  .noosa-page .shop-catalogue {
    width: 230px;
    min-height: 200px;
    margin: 0 20px 30px 0; }
  .noosa-page .shop-catalogue .image {
    background: url("/img/layout/bg-catalogue.png") no-repeat scroll center bottom #FFFFFF;
    padding: 0 0 22px 0;
    text-align: center; }
  .noosa-page .shop-catalogue .image img {
    width: 200px; }
  .noosa-page .shop-catalogue h4,
  .noosa-page .shop-catalogue h4 a {
    text-align: center;
    color: #414141; }
  .noosa-page .shop-catalogue h4 a:hover {
    color: #ED4B3B; }
  .noosa-page .breadcrumbs {
    padding: 0 0 20px 0;
    font-size: 11px; }
  .noosa-page .shopCart {
    border: 1px solid #EAEAEA;
    padding: 20px;
    margin: 0 0 20px 0; }
  .noosa-page .shop-product-small {
    width: 200px;
    min-height: 200px;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0; }
  .noosa-page .shop-product-small .image img {
    width: 200px; }
  .noosa-page .cart {
    background: #fff;
    width: 100%;
    font-family: "Raleway", arial, sans-serif; }
  .noosa-page .cart th {
    padding: 10px;
    font-weight: bold;
    text-align: left; }
  .noosa-page .giftvoucher,
  .noosa-page .cart th {
    border-bottom: 1px solid #eee; }
  .noosa-page .cart td {
    padding: 10px; }
  .noosa-page .shipping td {
    padding: 15px 10px; }
  .noosa-page .cartInputText {
    width: 50px; }
  .noosa-page input#DiscountCode, .noosa-page input#GiftVoucher {
    width: 70px; }
  .noosa-page select.shippingDropDown {
    width: 150px; }
  .noosa-page table.cart th.quantity {
    text-align: right; }
  .noosa-page table.cart td.quantity {
    text-align: right; }
  .noosa-page table.cart td.actions {
    text-align: right; }
  .noosa-page dl {
    width: 100%;
    font-family: "Raleway";
    font-size: 12px; }
  .noosa-page dt {
    width: 260px;
    float: left;
    text-align: right;
    margin: 0 0 5px 0; }
  .noosa-page dd {
    width: 330px;
    margin: 0 0 5px 275px;
    text-align: left; }
  .noosa-page dd, .noosa-page dt {
    min-height: 40px;
    line-height: 35px;
    overflow: hidden; }
  .noosa-page dt h4 {
    margin: 0; }
  .noosa-page .captchaimg {
    margin: 0 0 5px 0; }
  .noosa-page .cat_textbox,
  .noosa-page .cat_textbox_small,
  .noosa-page .cat_listbox,
  .noosa-page .cat_dropdown,
  .noosa-page .cat_dropdown_smaller,
  .noosa-page .cat_listbox,
  .noosa-page .textbox,
  .noosa-page .productTextInput,
  .noosa-page .discountcodeInput,
  .noosa-page .cartInputText {
    border: 1px solid #e1e1e1;
    padding: 10px;
    background: transparent; }
  .noosa-page .productTextInput,
  .noosa-page .discountcodeInput,
  .noosa-page .cartInputText {
    padding: 9px 10px; }
  .noosa-page .readonly {
    border: none; }
  .noosa-page input[type="checkbox"],
  .noosa-page input[type="radio"] {
    margin-right: 5px; }
  .noosa-page .noscript {
    background: #000;
    font: bold 10px/12px sans-serif;
    color: #ff0;
    text-align: center;
    padding: 5px; }
  .noosa-page .ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0; }
  .noosa-page .ir br {
    display: none; }
  .noosa-page .hidden {
    display: none !important;
    visibility: hidden; }
  .noosa-page .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .noosa-page .visuallyhidden.focusable:active, .noosa-page .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
  .noosa-page .invisible {
    visibility: hidden; }
  .noosa-page .clearfix:before, .noosa-page .clearfix:after {
    content: "";
    display: table; }
  .noosa-page .clearfix:after {
    clear: both; }
  .noosa-page .clearfix {
    *zoom: 1; }
  @media print {
    .noosa-page {
      /* Black prints faster: h5bp.com/s */
      /* Don't show links for images, or javascript/internal links */
      /* h5bp.com/t */ }
      .noosa-page * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
                filter: none !important;
        -ms-filter: none !important; }
      .noosa-page a, .noosa-page a:visited {
        text-decoration: underline; }
      .noosa-page a[href]:after {
        content: " (" attr(href) ")"; }
      .noosa-page abbr[title]:after {
        content: " (" attr(title) ")"; }
      .noosa-page .ir a:after, .noosa-page a[href^="javascript:"]:after, .noosa-page a[href^="#"]:after {
        content: ""; }
      .noosa-page pre,
      .noosa-page blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
      .noosa-page thead {
        display: table-header-group; }
      .noosa-page tr, .noosa-page img {
        page-break-inside: avoid; }
      .noosa-page img {
        max-width: 100% !important; }
    @page {
      .noosa-page {
        margin: 0.5cm; } }
      .noosa-page p, .noosa-page h2, .noosa-page h3 {
        orphans: 3;
        widows: 3; }
      .noosa-page h2, .noosa-page h3 {
        page-break-after: avoid; } }
  .noosa-page img, .noosa-page a img {
    border: 0; }
  .noosa-page .clear {
    display: inline-block; }
  .noosa-page .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .noosa-page * html .clear {
    height: 1%; }
  .noosa-page .clear {
    display: block;
    clear: both; }
  .noosa-page ul.mod {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0; }
  .noosa-page ul.mod li {
    list-style: none; }
  .noosa-page ul.form {
    margin: 0;
    padding: 0; }
  .noosa-page ul.form li {
    list-style: none;
    margin: 0 0 18px 0; }
  .noosa-page ul.form li label {
    color: #888;
    display: block; }
  .noosa-page div.form div.item, .noosa-page div.webform div.item {
    padding: 9px; }
  .noosa-page input.cat_textbox,
  .noosa-page textarea.cat_listbox,
  .noosa-page select.cat_dropdown,
  .noosa-page select.cat_listbox {
    width: 300px; }
  .noosa-page .cat_dropdown_small {
    width: 200px; }
  .noosa-page .cat_dropdown_smaller {
    width: 150px; }
  .noosa-page .cat_textbox_small, .noosa-page .cat_listbox_small {
    width: 200px;
    /* DON'T TOUCH THIS */ }
  .noosa-page .cat_listbox {
    height: 120px;
    width: 300px; }
  .noosa-page table.webform,
  .noosa-page table.reporting {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .noosa-page table.webform td {
    line-height: 24px;
    padding: 6px; }
  .noosa-page .form input, .noosa-page .webform input {
    margin-right: 3px; }
  .noosa-page .system-message, .noosa-page .system-error-message {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    color: #666;
    margin: 18px;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    padding: 36px 36px 36px 180px; }
  .noosa-page .system-message h1, .noosa-page .system-error-message h1 {
    color: #000;
    margin: 0 0 18px 0; }
  .noosa-page .system-message a:link, .noosa-page .system-error-message a:link {
    color: #1969bc; }
  .noosa-page .ok {
    background: #E9FBE3;
    color: #21A347;
    margin-bottom: 18px; }
  .noosa-page .error {
    background: #FBE3E4;
    color: #D12F19;
    margin-bottom: 18px; }
  .noosa-page .announcement-list {
    font-size: 11px; }
  .noosa-page .announcement-list h2 {
    font-size: 14px;
    margin: 0 0 3px 0; }
  .noosa-page .announcement-list span.date {
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 6px; }
  .noosa-page .announcement-details span.date {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 18px; }
  .noosa-page .blog-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #000;
    font-size: 11px;
    margin: 0 0 18px;
    padding: 18px; }
  .noosa-page .blog-list h2 {
    font-size: 18px;
    margin: 0 0 3px 0; }
  .noosa-page .blog-list span {
    color: #888; }
  .noosa-page .blog-container h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 6px 0; }
  .noosa-page .blog-container p.description {
    margin: 0 0 36px; }
  .noosa-page .blog-post .post-details {
    color: #888;
    font-size: 11px;
    margin: 0 0 18px; }
  .noosa-page .blog-container .post-list {
    float: left;
    width: 69%; }
  .noosa-page .blog-post .post-body {
    margin: 0 0 36px; }
  .noosa-page .comment-list {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 36px;
    padding: 18px; }
  .noosa-page .comment-list h5 {
    font-size: 14px;
    margin: 0 0 18px; }
  .noosa-page .comment-list input#Captcha {
    width: 300px; }
  .noosa-page .comment-list textarea.cat_listbox_small {
    height: 120px;
    width: 100%; }
  .noosa-page .blog-comment-container {
    border: 1px solid #e9e9e9;
    margin: 0 0 18px; }
  .noosa-page .blog-comment-container .comment-details {
    background: #eee;
    font-size: 11px;
    padding: 6px; }
  .noosa-page .blog-comment-container .comment {
    background: #fff;
    padding: 9px; }
  .noosa-page span.flag {
    margin: 0 6px;
    vertical-align: middle; }
  .noosa-page input#fullname, .noosa-page input#website, .noosa-page input#emailaddress {
    width: 300px; }
  .noosa-page textarea.comment {
    height: 160px;
    width: 100%; }
  .noosa-page .forum-registration textarea.comment {
    height: 70px;
    width: 270px; }
  .noosa-page .post-body .links {
    font-size: 11px; }
  .noosa-page .blog-container .side-panel {
    float: right;
    width: 27%; }
  .noosa-page .side-panel h4 {
    font-size: 12px;
    margin: 0 0 9px; }
  .noosa-page .BlogTagCloud {
    margin: 0 0 18px; }
  .noosa-page .BlogRecentPost ul, .noosa-page .BlogTagList ul, .noosa-page .BlogPostArchive ul {
    margin: 0;
    padding: 0; }
  .noosa-page .BlogRecentPost li, .noosa-page .BlogTagList li, .noosa-page .BlogPostArchive li {
    font-size: 11px;
    list-style: none;
    margin: 0 0 9px; }
  .noosa-page p.page-nav a {
    margin: 0 9px; }
  .noosa-page .blog-post dl {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px; }
  .noosa-page .blog-post dt {
    color: #000; }
  .noosa-page .blog-post dd {
    margin: 0 0 9px; }
  .noosa-page .booking-list {
    margin: 0 0 9px; }
  .noosa-page .booking-list span.date {
    margin: 0 9px 0 0; }
  .noosa-page .booking-container h1, .noosa-page .form-container h2 {
    margin: 0 0 18px; }
  .noosa-page .form-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px; }
  .noosa-page .form-container input#FirstName, .noosa-page .form-container input#LastName, .noosa-page .form-container input#EmailAddress, .noosa-page .form-container input#Company, .noosa-page .form-container input#WorkPhone {
    width: 260px; }
  .noosa-page .go-back {
    margin: 18px 0; }
  .noosa-page div.select-month-year {
    padding: 9px 0; }
  .noosa-page table.module-calendar {
    border: 1px solid #888;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
  .noosa-page table.module-calendar td {
    border: 1px solid #d7d7d7;
    font-size: 11px;
    height: 80px;
    overflow: hidden;
    padding: 0;
    vertical-align: top; }
  .noosa-page table.module-calendar td span {
    background: #f7f7f7;
    color: #333;
    display: block;
    font-size: 11px;
    padding: 0 2px;
    text-align: right; }
  .noosa-page tr.day-of-week td {
    background: #d7d7d7;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    text-align: center;
    vertical-align: middle; }
  .noosa-page table.module-calendar td.events span {
    background: #2BABFA;
    color: #fff;
    font-weight: bold; }
  .noosa-page table.module-calendar td.events {
    background: #EEF5FA; }
  .noosa-page table.module-calendar td ul {
    margin: 9px 0;
    padding-left: 24px; }
  .noosa-page table.module-calendar td.last-month {
    background: #eee; }
  .noosa-page table.module-calendar td.next-month {
    background: #eee; }
  .noosa-page table.cartSummaryTable {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    float: right; }
  .noosa-page td.cartSummaryItem {
    padding: 0; }
  .noosa-page a.cartSummaryLink {
    margin: 0 0 0 18px; }
  .noosa-page .shop-main ul {
    margin: 0;
    padding: 0; }
  .noosa-page .poplets img {
    border: 1px solid #ddd; }
  .noosa-page table.productPoplets {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto; }
  .noosa-page tr.val td {
    border-bottom: 1px solid #eee; }
  .noosa-page tr.shipping td {
    border-bottom: 1px solid #ddd; }
  .noosa-page tr.discount td.quantity, .noosa-page tr.shipping td.quantity {
    text-align: right; }
  .noosa-page td.quantity input.update {
    margin: 0 0 0 3px; }
  .noosa-page table.cart th {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-align: left; }
  .noosa-page input.cartInputText {
    width: 70px; }
  .noosa-page input#DiscountCode, .noosa-page input#GiftVoucher {
    width: 70px; }
  .noosa-page select.shippingDropDown {
    width: 150px; }
  .noosa-page table.cart th.quantity {
    text-align: right; }
  .noosa-page table.cart td.quantity {
    text-align: right; }
  .noosa-page .productitemcell {
    height: 23px;
    line-height: 20px;
    margin: 0 0 3px 0;
    overflow: hidden; }
  .noosa-page table.cart td.actions {
    text-align: right; }
  .noosa-page table.cart td.actions a {
    font-size: 12px;
    font-weight: bold;
    margin: 0 18px 0 0;
    text-decoration: none; }
  .noosa-page a#catshopclear {
    font-size: 10px;
    font-weight: normal; }
  .noosa-page table.cart strong {
    font-size: 14px; }
  .noosa-page .shop-form {
    margin: 0 0 18px; }
  .noosa-page .shop-form ul.form {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px; }
  .noosa-page .shop-form label {
    font-size: 11px; }
  .noosa-page .shop-form ul.form li {
    margin: 0;
    padding: 9px 0; }
  .noosa-page .shop-form li.last {
    border-top: 1px solid #eee; }
  .noosa-page input.PaymentMethodType {
    margin: 0 6px 0 0; }
  .noosa-page .shop-form ul.form input.cat_textbox,
  .noosa-page .shop-form ul.form select.cat_dropdown,
  .noosa-page .shop-form ul.form textarea.cat_listbox {
    width: 260px; }
  .noosa-page .shop-form textarea.cat_listbox {
    height: 100px; }
  .noosa-page .shop-receipt, .noosa-page .shop-quote-receipt {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 18px;
    padding: 18px; }
  .noosa-page .shop-receipt h1, .noosa-page .shop-quote-receipt h1 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 3px; }
  .noosa-page .shop-receipt h2, .noosa-page .shop-quote-receipt h2 {
    font-size: 12px;
    font-weight: normal; }
  .noosa-page table.case-list {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%; }
  .noosa-page table.case-list td {
    padding: 6px; }
  .noosa-page table.case-list td.subject,
  .noosa-page table.case-list td.category {
    width: 40%; }
  .noosa-page table.case-list td.status {
    width: 20%; }
  .noosa-page table.case-details {
    background: #f9f9f9;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee;
    width: 100%; }
  .noosa-page table.case-details td {
    padding: 6px; }
  .noosa-page table.case-details tr.odd td {
    background: #fff; }
  .noosa-page table.case-details td.var {
    color: #888;
    text-align: right;
    width: 130px; }
  .noosa-page table.case-details td.val {
    color: #000; }
  .noosa-page table.border {
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .noosa-page table.border td {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee; }
  .noosa-page table.border span {
    color: #888; }
  .noosa-page table.order-list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .noosa-page table.order-list td {
    border: 1px solid #eee; }
  .noosa-page table.order-list a {
    margin: 0 9px 0 0; }
  .noosa-page table.order-list span.number {
    font-size: 11px; }
  .noosa-page .comment-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px; }
  .noosa-page .comment-container .header {
    background: #eee;
    font-size: 11px;
    padding: 6px 18px; }
  .noosa-page .comment-container span.name {
    color: #000; }
  .noosa-page .comment-container span.rating {
    margin: 0 9px;
    vertical-align: middle; }
  .noosa-page .comment-container .content {
    padding: 18px; }
  .noosa-page .comment-form {
    background: #f9f9f9;
    border: 1px solid #eee;
    color: #666;
    margin: 0 0 18px;
    padding: 18px; }
  .noosa-page .comment-form h3 {
    font-size: 14px;
    margin: 0 0 18px; }
  .noosa-page .comment-form h5 {
    color: #666;
    font-size: 14px;
    margin: 0 0 18px; }
  .noosa-page .comment-form input.cat_textbox_small,
  .noosa-page .comment-form textarea {
    width: 300px; }
  .noosa-page .comment-form textarea {
    height: 120px; }
  .noosa-page table.faq-search {
    background: #f9f9f9;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee;
    margin: 0 0 18px 0;
    width: 100%; }
  .noosa-page table.faq-search label {
    color: #888; }
  .noosa-page table.faq-search td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 9px; }
  .noosa-page table.faqresultstable {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee;
    width: 100%; }
  .noosa-page table.faqresultstable td {
    color: #666;
    padding: 9px; }
  .noosa-page table.faqresultstable a {
    color: #1969bc; }
  .noosa-page table.faqresultstable td.faqresultstableinfo {
    background: #f9f9f9;
    color: #888;
    font-size: 10px;
    padding: 3px 18px;
    text-align: right; }
  .noosa-page table.faqresultstable td.faqresultstablecount {
    padding-left: 18px;
    width: 10px; }
  .noosa-page td.faqresultstablehead {
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #eee;
    color: #000;
    font-weight: bold; }
  .noosa-page .forum-container h1 {
    font-size: 24px; }
  .noosa-page table.topic-list, .noosa-page div.forum-posts-container div.post-list, .noosa-page div.forum-registration {
    color: #666; }
  .noosa-page div.forum-posts-container div.post-list a, .noosa-page div.forum-registration a {
    color: #1969bc; }
  .noosa-page div.forum-registration h2 {
    color: #000; }
  .noosa-page table.forum {
    background: #f9f9f9;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee;
    margin: 0;
    width: 100%; }
  .noosa-page table.forum td {
    font-size: 11px;
    padding: 9px;
    vertical-align: top; }
  .noosa-page table.forum td.topics {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 90px; }
  .noosa-page table.forum td.posts {
    border-right: 1px solid #eee;
    width: 90px; }
  .noosa-page table.forum td.lastpost {
    border-left: 1px solid #eee;
    width: 180px; }
  .noosa-page table.forum .icon {
    float: left;
    width: 50px; }
  .noosa-page table.forum .forum {
    margin: 0 0 0 50px; }
  .noosa-page table.forum h3 {
    margin: 0; }
  .noosa-page table.forum h3 a {
    text-decoration: none; }
  .noosa-page ul.cap-top,
  .noosa-page ul.cap-bottom {
    font-size: 11px;
    height: 30px;
    margin: 0 0 18px;
    padding: 0; }
  .noosa-page ul.cap-bottom {
    margin: 18px 0 0; }
  .noosa-page ul.cap-top li,
  .noosa-page ul.cap-bottom li {
    display: block;
    line-height: 30px;
    list-style: none; }
  .noosa-page ul.cap-top li.user,
  .noosa-page ul.cap-bottom li.nav-page {
    float: left;
    width: 200px; }
  .noosa-page ul.cap-top li.actions,
  .noosa-page ul.cap-bottom li.actions {
    float: right;
    font-size: 12px;
    text-align: right;
    width: 350px; }
  .noosa-page ul.cap-top li.actions a,
  .noosa-page ul.cap-bottom li.actions a {
    float: right;
    margin: 0;
    padding: 0 9px; }
  .noosa-page table.topic-list {
    background: #f9f9f9;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 100%; }
  .noosa-page table.topic-list th {
    background: #ddd;
    border: 1px solid #ddd;
    color: #000;
    font-size: 10px;
    padding: 6px;
    text-align: left; }
  .noosa-page table.topic-list .name {
    font-weight: bold;
    width: 60%; }
  .noosa-page table.topic-list .name .icon {
    float: left;
    width: 30px; }
  .noosa-page table.topic-list .replies,
  .noosa-page table.topic-list .views {
    font-size: 10px;
    text-align: center;
    width: 10%; }
  .noosa-page table.topic-list .date {
    font-size: 10px;
    text-align: right;
    width: 20%; }
  .noosa-page table.topic-list td {
    padding: 0; }
  .noosa-page table.topic-list a {
    color: #1969bc; }
  .noosa-page table.topic {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%; }
  .noosa-page table.topic td {
    padding: 9px; }
  .noosa-page table.topic td.name,
  .noosa-page table.topic td.replies,
  .noosa-page table.topic td.views {
    border-right: 1px solid #eee;
    vertical-align: middle; }
  .noosa-page .forum-registration {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 18px; }
  .noosa-page .forum-registration input.cat_textbox,
  .noosa-page .forum-registration textarea.cat_textbox {
    width: 260px; }
  .noosa-page .forum-registration input.cat_button {
    margin: 0 6px 0 0; }
  .noosa-page .forum-posts-container .breadcrumb {
    font-size: 11px;
    padding: 6px; }
  .noosa-page .forum-posts-container h1 {
    font-size: 18px;
    margin: 18px 0; }
  .noosa-page .forum-posts-container h2 {
    background: #eee;
    border: 1px solid #eee;
    color: #888;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 3px 18px; }
  .noosa-page .forum-posts-container table.container {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .noosa-page .forum-posts-container td {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 18px;
    vertical-align: top; }
  .noosa-page .forum-posts-container td.author {
    font-size: 11px;
    width: 160px; }
  .noosa-page .forum-posts-container h3.name {
    color: #000;
    font-size: 12px;
    font-weight: bold; }
  .noosa-page .forum-posts-container tr.sub td {
    height: 30px;
    padding: 0 18px; }
  .noosa-page .forum-posts-container td.action a {
    float: right;
    line-height: 30px; }
  .noosa-page p.literature-container img {
    vertical-align: middle; }
  .noosa-page p.literature-container span.icon, .noosa-page p.literature-container span.name {
    margin: 0 3px 0 0; }
  .noosa-page .case-search {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px; }
  .noosa-page .secure-lost-password {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 18px; }
  .noosa-page .secure-lost-password input.cat_textbox_small {
    width: 210px; }
  .noosa-page .secure-update-details {
    background: #f9f9f9;
    border: 1px solid #eee;
    margin: 0 0 18px;
    padding: 18px; }
  .noosa-page .secure-update-details input.cat_textbox,
  .noosa-page .secure-update-details select.cat_dropdown {
    width: 260px; }
  .noosa-page .product-form h3 {
    padding-left: 9px; }
  .noosa-page .secure-login, .noosa-page .newsletter-form {
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin-bottom: 18px; }
  .noosa-page .secure-login h3, .noosa-page .newsletter-form h3 {
    background: #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    margin: 0;
    padding: 6px 18px; }
  .noosa-page .secure-login div.form, .noosa-page .newsletter-form div.form {
    padding-left: 9px; }
  .noosa-page .search-box {
    padding: 6px; }
  .noosa-page .search-box input.cat_textbox_small {
    margin: 0 3px 0 0; }
  .noosa-page #imageContainer img {
    margin: 0; }
  .noosa-page table.affiliate-stats {
    border: 1px solid #d7d7d7;
    border-collapse: collapse; }
  .noosa-page table.affiliate-stats td {
    border: 1px solid #d7d7d7;
    padding: 6px; }
  .noosa-page table.affiliate-stats td.var {
    color: #888; }
  .noosa-page .tell-a-friend {
    border: 2px solid #333;
    background-color: #fff;
    color: #666;
    padding: 18px; }
  .noosa-page .tell-a-friend form {
    padding: 0 0 0 36px; }
  .noosa-page .tell-a-friend h1 {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 18px;
    margin: 0;
    padding: 0 0 6px; }
  .noosa-page .tell-a-friend h2 {
    border-bottom: 1px dotted #ccc;
    color: #222;
    font-size: 12px;
    margin: 18px 0 9px; }
  .noosa-page .tell-a-friend td.var {
    text-align: right;
    width: 130px; }
  .noosa-page .tell-a-friend td {
    font-size: 11px;
    vertical-align: top; }
  .noosa-page .tell-a-friend label {
    color: #888;
    font-size: 11px; }
  .noosa-page .tell-a-friend input.cat_textbox_small {
    height: 21px; }
  .noosa-page .tell-a-friend input.cat_textbox_small, .noosa-page .tell-a-friend textarea.cat_listbox {
    font-size: 11px;
    width: 300px; }
  .noosa-page .favourite-registration {
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 18px; }
  .noosa-page .favourite-registration input.cat_textbox,
  .noosa-page .favourite-registration textarea.cat_textbox {
    width: 260px; }
  .noosa-page .favrourite-registration input.cat_button {
    margin: 0 6px 0 0; }
  .noosa-page .browse-panel {
    border: 1px solid #d7d7d7; }
  .noosa-page .browse-panel h5 {
    background: #eee url(/CatalystImages/shop_bg-browse-panel.png) repeat-x;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    margin: 0;
    padding: 9px; }
  .noosa-page .browse-panel h6 {
    background: #f7f7f7;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 9px; }
  .noosa-page .browse-panel ol {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 9px; }
  .noosa-page .browse-panel ol.browse-catalogue {
    border-bottom: none; }
  .noosa-page .browse-panel li {
    list-style: none;
    padding: 3px 9px; }
  .noosa-page .browse-panel li span {
    display: inline;
    font-weight: bold; }
  .noosa-page img.drag {
    position: relative;
    padding: 0.5em;
    /*margin: 0 0 0.5em 1.5em;*/
    margin: 0;
    cursor: move; }
  .noosa-page .slidertrack {
    background-color: #d7d7d7;
    color: #333;
    float: left;
    margin: 0;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    padding: 4px;
    border: 1px solid;
    border-color: #ccc #aaa #aaa #ccc; }
  .noosa-page .slidertrack .sliderslit {
    background-color: #333;
    color: #ccc;
    height: 2px;
    margin: 4px 4px 2px 4px;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    border: 1px solid;
    border-color: #999 #ddd #ddd #999; }
  .noosa-page .slidertrack .slider {
    width: 16px;
    background-color: #555;
    color: #333;
    position: relative;
    margin: 0;
    height: 8px;
    z-index: 1;
    line-height: 0px;
    font-size: 0px;
    text-align: left;
    border: 2px solid;
    border-color: #999 #222 #222 #999; }
  .noosa-page #zoomcontainer {
    overflow: hidden;
    position: relative; }
  .noosa-page #zoomcontainer img {
    position: absolute; }
  .noosa-page ul.pagination {
    margin: 0;
    padding: 0; }
  .noosa-page ul.pagination li {
    display: inline;
    list-style: none;
    margin: 0 2px; }

.lms-page {
  /** Learner Dashboard **/ }
  .lms-page h3 {
    font-size: 24px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 10px 0;
    font-family: "Over the Rainbow", helvetica, arial, sans-serif; }
  .lms-page > .container {
    min-height: 100%;
    background: white;
    padding-top: 20px; }
    .lms-page > .container h1, .lms-page > .container h2, .lms-page > .container h3, .lms-page > .container h4, .lms-page > .container h5 {
      font-family: "Over the Rainbow", helvetica, arial, sans-serif; }
  .lms-page .learner-dashboard {
    border-bottom: 25px solid #5d5c5d; }
    .lms-page .learner-dashboard .tile-container {
      background: #00a1c5; }
      .lms-page .learner-dashboard .tile-container.col-md-6 {
        padding-left: 0px; }
      .lms-page .learner-dashboard .tile-container.col-md-3:last-child {
        padding-right: 0px; }
        .lms-page .learner-dashboard .tile-container.col-md-3:last-child .tile {
          float: right; }
    .lms-page .learner-dashboard .tile {
      width: 180px;
      height: 170px;
      color: white;
      padding: 15px;
      text-align: center; }
      .lms-page .learner-dashboard .tile h3 {
        color: white;
        min-height: 50px; }
      .lms-page .learner-dashboard .tile a {
        color: white; }
      .lms-page .learner-dashboard .tile .icon {
        font-size: 7em; }
    .lms-page .learner-dashboard .tile2 {
      width: 100%;
      height: 170px;
      padding: 20px;
      color: white; }
      .lms-page .learner-dashboard .tile2 h1 {
        color: white; }
      .lms-page .learner-dashboard .tile2 a {
        color: white; }
    .lms-page .learner-dashboard .gray-tile {
      background: #908f90; }
    .lms-page .learner-dashboard .blue-tile {
      background: #00B6DE; }
  .lms-page .logininfo a {
    color: white; }
  .lms-page #coursePins {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 30px; }
    .lms-page #coursePins .white-panel {
      position: absolute;
      background: white;
      border: 1px solid #aaa;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      padding: 10px;
      margin-right: 20px; }
      .lms-page #coursePins .white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .lms-page #coursePins .white-panel img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      .lms-page #coursePins .white-panel h3 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .lms-page #coursePins .white-panel h1 {
        font-size: 1em; }
        .lms-page #coursePins .white-panel h1 a {
          color: #A92733; }
      .lms-page #coursePins .white-panel p.description {
        max-height: 130px;
        margin-bottom: 10px;
        overflow: hidden; }
      .lms-page #coursePins .white-panel a.btn {
        margin-top: 10px;
        width: 100%;
        max-width: 100%; }

.quicklink {
  text-align: center; }
  .quicklink .icon {
    font-size: 92px; }

.large-scorm-window {
  width: 100%;
  min-height: 600px; }
  .large-scorm-window .modal-dialog {
    height: 100%;
    width: 99%;
    margin: 5px auto 0 auto; }
    .large-scorm-window .modal-dialog .modal-content {
      height: 95%;
      width: 100%; }
      .large-scorm-window .modal-dialog .modal-content .modal-body {
        height: 106%;
        width: 100%; }
        .large-scorm-window .modal-dialog .modal-content .modal-body .bootbox-body {
          height: 100%; }
          .large-scorm-window .modal-dialog .modal-content .modal-body .bootbox-body iframe {
            height: 94%;
            width: 100%;
            border: none; }

.table-sortable tbody tr {
  cursor: move; }

/**
 * Reports Page
 */
.panel-primary {
  border-color: #00B6DE; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #00B6DE;
    border-color: #00B6DE; }
  .panel-primary .panel-title {
    color: #fff; }

.filterable {
  margin-top: 15px; }
  .filterable .panel-heading .pull-right {
    margin-top: -20px; }
  .filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto; }
    .filterable .filters input[disabled]::-webkit-input-placeholder {
      color: #333; }
    .filterable .filters input[disabled]::-moz-placeholder {
      color: #333; }
    .filterable .filters input[disabled]:-ms-input-placeholder {
      color: #333; }

/*
  Settings page
*/
.panel.with-nav-tabs .panel-heading {
  padding: 5px 5px 0 5px; }

.panel.with-nav-tabs .nav-tabs {
  border-bottom: none; }

.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px; }

/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777; }

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent; }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd; }

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #777; }

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ddd; }

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #555; }

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff; }

.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #3071a9;
  border-color: transparent; }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #428bca;
  background-color: #fff;
  border-color: #428bca;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #428bca;
  border-color: #3071a9; }

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #fff; }

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #3071a9; }

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  background-color: #4a9fe9; }

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d; }

.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
  color: #3c763d;
  background-color: #d6e9c6;
  border-color: transparent; }

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
  color: #3c763d;
  background-color: #fff;
  border-color: #d6e9c6;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #3c763d; }

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #d6e9c6; }

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #3c763d; }

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f; }

.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
  color: #31708f;
  background-color: #bce8f1;
  border-color: transparent; }

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
  color: #31708f;
  background-color: #fff;
  border-color: #bce8f1;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #d9edf7;
  border-color: #bce8f1; }

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #31708f; }

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #bce8f1; }

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #31708f; }

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b; }

.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
  color: #8a6d3b;
  background-color: #faebcc;
  border-color: transparent; }

.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #fcf8e3;
  border-color: #faebcc; }

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #8a6d3b; }

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #faebcc; }

.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #8a6d3b; }

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442; }

.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
  color: #a94442;
  background-color: #ebccd1;
  border-color: transparent; }

.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
  color: #a94442;
  background-color: #fff;
  border-color: #ebccd1;
  border-bottom-color: transparent; }

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f2dede;
  /* bg color */
  border-color: #ebccd1;
  /* border color */ }

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #a94442;
  /* normal text color */ }

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ebccd1;
  /* hover bg color */ }

.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  /* active text color */
  background-color: #a94442;
  /* active bg color */ }

.panel ul.nav-tabs {
  margin: 0px; }

/*
  ADMIN DASHBOARD
*/
.ds-btn li {
  list-style: none;
  float: left;
  padding: 10px; }

.ds-btn li a span {
  padding-left: 15px;
  padding-right: 5px;
  width: 100%;
  display: inline-block;
  text-align: left; }

.ds-btn li a span small {
  width: 100%;
  display: inline-block;
  text-align: left; }

@-moz-document url-prefix() {
  .modal.in .modal-dialog {
    transform: none; }

  .modal.fade .modal-dialog {
    transform: none; } }
td .form-inline {
  display: inline-block; }
td .btn {
  margin-bottom: 3px; }

form .btn.btn-xs {
  display: inline-block; }

/* Assessment Page */
.text-bold {
  font-weight: bold; }

td.required:after {
  color: #e32;
  content: ' *';
  display: inline; }

.shop-page > .container {
  min-height: 100%;
  background: white;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 15px; }

.image {
  float: right; }

.products {
  margin-top: 20px; }

.basket td {
  vertical-align: middle !important; }

.basket .quantity input {
  width: 50px; }

.productSubmitInput {
  background: url("/img/btn-blue-sml.png") no-repeat transparent;
  width: 113px;
  text-align: center;
  padding: 15px 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }

td.discountcoupon label {
  display: inline; }
td.discountcoupon input {
  display: inline;
  max-width: 150px; }
td.discountcoupon .discount-btns {
  display: inline-block; }
  td.discountcoupon .discount-btns .loading-icon {
    position: absolute;
    width: 113px;
    font-size: 24px;
    z-index: 1;
    background: #eee;
    text-align: center;
    display: none;
    margin-top: -3px; }

.loading-icon {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 400px;
  font-size: 49px;
  background: rgba(200, 200, 200, 0.4);
  z-index: 1;
  display: none; }

/*
  Payment page
*/
#ccbox {
  background: transparent url("/img/cards.png");
  margin: 0 0 10px 0;
  padding: 0 0 0 150px;
  width: 0;
  height: 23px;
  overflow: hidden;
  margin-bottom: 20px; }

.has-error input {
  border-width: 2px; }

.validation.text-danger:after {
  content: 'Validation failed'; }

.validation.text-success:after {
  content: 'Validation passed'; }

.required label:after {
  color: #e32;
  content: ' *';
  display: inline; }

.ng-invalid.ng-touched {
  color: red; }
.ng-invalid input.ng-invalid.ng-touched {
  border: 2px solid red; }
.ng-invalid .help-block {
  display: block;
  color: red; }

.has-error .ng-invalid-required {
  color: red;
  border: 2px solid red; }

#billing-form-btn-processing {
  display: none;
  cursor: pointer;
  min-width: 113px; }
  #billing-form-btn-processing:hover {
    color: #fff; }

.noosa-btn {
  background: url("/img/btn-blue-sml.png") no-repeat transparent;
  width: 113px;
  text-align: center;
  padding: 15px 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer; }
  .noosa-page .noosa-btn {
    display: inline-block;
    width: 113px;
    color: #fff; }
    .noosa-page .noosa-btn:visited {
      color: #fff; }

.noosa-page a.btn-info {
  color: white; }
  .noosa-page a.btn-info:visited {
    color: white; }
.noosa-page a.btn-primary {
  color: white; }
  .noosa-page a.btn-primary:visited {
    color: white; }
.noosa-page a.btn-warning {
  color: white; }
  .noosa-page a.btn-warning:visited {
    color: white; }
.noosa-page a.btn-danger {
  color: white; }
  .noosa-page a.btn-danger:visited {
    color: white; }
.noosa-page a.btn-success {
  color: white; }
  .noosa-page a.btn-success:visited {
    color: white; }

/* Profile container */
.profile {
  margin: 20px 0; }

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff; }

.profile-userpic {
  text-align: center; }
  .profile-userpic i {
    font-size: 6em;
    border: 2px solid;
    border-radius: 60px;
    padding: 20px; }
  .profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    border-radius: 50% !important; }

.profile-usertitle {
  text-align: center;
  margin-top: 20px; }

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px; }

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px; }

.profile-userbuttons {
  text-align: center;
  margin-top: 10px; }

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px; }

.profile-userbuttons .btn:last-child {
  margin-right: 0px; }

.profile-usermenu {
  margin-top: 30px; }

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7; }

.profile-usermenu ul li:last-child {
  border-bottom: none; }

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400; }

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px; }

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1; }

.profile-usermenu ul li.active {
  border-bottom: none; }

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px; }

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px; }
