body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  padding-top: 0px;
  background-color: #FFFFFF;
  padding-right: 0px !important;
}

.modal-open {
  overflow-y: scroll;
  overflow-x: hidden;
}

h1 {
  font: 400 15px Lato, sans-serif;
  /*font-family: Montserrat, sans-serif;*/
  font-size: 36px;
  text-transform: uppercase;
  color: #2962A5;
  font-weight: 600;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #2962A5;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #2962A5;
  font-weight: 400;
  margin-bottom: 30px;
}

.admin-navbar {
  min-height: 0px;
}

.jumbotron {
  background-color: #2962A5;
  color: #FFFFFF;
  font-family: Montserrat, sans-serif;
}

.jumbotron img {
  height: 50%;
  width: 50%;
  margin: 5%;
  margin-top: 100px;
}

.jumbotron h3 {
  color: #FFFFFF !important;
}

.jumbotron h4 {
  color: #FFFFFF !important;
}

.container-fluid {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #000000;
  background-color: #FFFFFF;
}

.bg-grey {
  background-color: #FFFFFF;
}

.logo-small {
  color: #2962A5;
  font-size: 50px;
}

.logo {
  color: #2962A5;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  color: #C0C8D6;
}

.carousel-indicators li {
  border-color: #C0C8D6;
}

.carousel-indicators li.active {
  background-color: #C0C8D6;
}

.form-control {
  /*color: $mainColour !important;*/
  /*border-color: $secondaryColour;*/
  /*background-color: $secondaryColour !important;*/
  height: 50px;
  padding: 12px 24px;
  font-size: 16px;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #2962A5;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
  margin-bottom: 30px;
}

.panel-body {
  color: #2962A5;
  vertical-align: middle;
  text-align: center;
}

.panel-body div {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 250px;
}

.panel-body div img {
  height: 200px;
  width: 200px;
}

.panel .img-border {
  border: 1px solid #2962A5;
}

.panel-heading {
  color: #FFFFFF !important;
  background-color: #2962A5 !important;
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  white-space: nowrap;
  overflow: hidden;
  height: 134px;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
  color: #2962A5;
}

.panel-footer h4 {
  color: #2962A5;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #2962A5;
  color: #FFFFFF;
}

.prospero-modal {
  padding-top: 5%;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.prospero-modal .modal-content {
  background-color: transparent;
}

.prospero-modal .modal-content .panel {
  border: 1px;
  margin-bottom: 0px;
}

.prospero-modal .modal-content .panel-heading {
  white-space: normal;
  overflow: auto;
  height: auto;
}

.prospero-modal .modal-content .panel-body div {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  display: block;
  width: auto;
  float: none;
}

.prospero-modal .form-group {
  margin: 2px;
}

.prospero-modal div {
  display: block;
}

.prospero-modal div .control-label {
  text-align: left;
}

.prospero-modal div .checkbox {
  text-align: left;
}

.prospero-modal button {
  margin-top: 10px;
}

.login-panel {
  margin: 8% 25%;
  padding-top: 0 !important;
}

#modules .panel h1 {
  font: 400 15px Lato, sans-serif;
  /* font-family: Montserrat, sans-serif; */
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

#modules .panel:hover .img-border {
  border: 1px solid #C0C8D6;
}

#modules .panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid #C0C8D6;
  border-radius: 0 !important;
}

#modules .panel:hover h1 {
  color: #2962A5;
}

#modules .panel:hover .panel-heading {
  color: #2962A5 !important;
  background-color: #C0C8D6 !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#modules .panel:hover .panel-footer .btn {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
}

.buy {
  width: 200px;
  height: 200px;
}

.buy img {
  height: 180px !important;
  width: 180px !important;
}

.buy-heading {
  height: auto;
}

.navbar {
  margin: 0;
  background-color: #2962A5;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a,
.navbar .navbar-brand,
.navbar-nav li a:focus a:visited {
  color: #FFFFFF !important;
  background-color: #2962A5 !important;
  border-color: #2962A5 !important;
}

.navbar li a:hover,
.navbar-nav li.active a {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
}

.navbar-brand {
  letter-spacing: 4px;
  padding: 10px 3px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 3rem;
  padding-left: 10px;
}

#page-wrapper {
  background-color: transparent;
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #000000;
  /*background-color: $backgroundColour;*/
}

.sidebar {
  margin-top: 0px;
}

.sidebar ul li {
  border-bottom: 0px;
}

.sidebar_back {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 250px;
  background: #2962A5;
  position: fixed;
}

.dropdown-toggle[aria-expanded=true] {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
}

.dropdown-menu {
  color: #FFFFFF !important;
  background-color: #2962A5 !important;
  min-width: 250px;
}

.dropdown-menu:active li a {
  color: #2962A5 !important;
  text-decoration: none;
}

.navbar-top-links .dropdown-menu li a {
  text-decoration: none;
  display: block;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
}

.navbar-default .navbar-toggle {
  color: #C0C8D6 !important;
  background-color: #FFFFFF !important;
}

.btn-warning {
  background: #2962A5;
  border-color: transparent;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-top: 10px;
}

.btn-warning:hover {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
  /*font-weight: bold;*/
}

.btn-warning:active,
.btn-warning:focus {
  color: #2962A5 !important;
  border-color: #C0C8D6;
  background-color: #C0C8D6 !important;
  /*font-weight: bold;*/
}

.glyphicon:hover {
  color: #C0C8D6 !important;
  border-color: #2962A5;
}

footer .glyphicon {
  color: #C0C8D6;
  font-size: 30px;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.nav-tabs > li a {
  background: #2962A5;
  border-color: transparent;
  color: #FFFFFF;
}

.nav-tabs > li a:hover {
  background: #C0C8D6;
  border-color: transparent;
  color: #2962A5;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #C0C8D6;
  border-color: transparent;
  color: #2962A5;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }

  .pagination {
    font-size: 12px;
  }

  .pagination-container {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    /* font-size: 150px; */
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .modal-backdrop {
    display: none !important;
  }

  #logOnModal {
    display: none !important;
  }

  #registerModal {
    display: none !important;
  }

  .modal-dialog {
    display: none !important;
  }

  .login-panel {
    margin: 20% 5%;
  }

  .nav-tabs {
    font-size: 12px;
  }

  .nav-tabs a {
    padding: 5px 7px !important;
  }
}

@media screen and (min-width: 1024px) {
  .jumbotron img {
    height: 350px;
    width: 486px;
    margin-top: 75px;
  }
}

/* removed this

@media (max-width: 1024px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .collapsing{
      overflow-x: hidden;
  }
}

*/

.prospero-table tbody {
  height: 440px;
  overflow-y: auto;
  width: 100%;
}

.prospero-table thead,
.prospero-table tbody,
.prospero-table tr,
.prospero-table td,
.prospero-table th {
  display: block;
}

.prospero-table td {
  float: left;
}

.prospero-table th {
  float: left;
}

.small-form .form-control {
  font-size: 14px;
  padding: 8px 5px;
  height: 37px;
}

.form-error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.2);
}

.rowClicked td {
  border-color: #C0C8D6;
  background-color: #C0C8D6;
}

.buttonTop {
  margin-top: 30px;
}

.prospero-fa:hover {
  color: #C0C8D6;
  cursor: pointer;
}

.payment {
  cursor: pointer;
}

.table-hover tbody tr:hover td {
  background-color: #C0C8D6;
}

#error-messages {
  display: none;
  background-color: red;
}

.pension p {
  font-size: 12px;
}

.import {
  overflow-x: auto;
}

.import-table tbody {
  overflow-y: auto;
}

.checkbox {
  margin-top: 8px !important;
  height: 20px !important;
}

.navbar-right {
  text-align: center;
}

/*

@media screen and (max-width: 1024px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        padding: 0 1px;
        border-left: 1px solid #e7e7e7;
    }
    .sidebar {
        position: static;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: $mainColour;
    }
    .sidebar_back {
        display: none;
    }
    #side-menu {
        display: none;
    }
    #nav-list {
        display: none;
    }
    .navbar-right {
        text-align: left;
    }
}
@media screen and (min-width: 768px) {
    .sidebar .sidebar_back {
        width: auto;
    }
}

*/

.topbar_back {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 50px;
  background: #2962A5;
  position: fixed;
}

.prospero-icon {
  text-align: right;
}

.prospero-icon button {
  background-color: #FFFFFF;
  padding: 0;
  border: 0;
}

.resources span {
  color: #C0C8D6;
}

.resources:hover span {
  color: #2962A5;
}

.tooltip {
  margin-top: 10px !important;
  text-transform: none;
}

meter {
  /* Reset the default appearance */
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

meter[value="1"]::-moz-meter-bar {
  background: red;
}

meter[value="2"]::-moz-meter-bar {
  background: yellow;
}

meter[value="3"]::-moz-meter-bar {
  background: orange;
}

meter[value="4"]::-moz-meter-bar {
  background: green;
}

.pagination li a {
  background-color: #2962A5;
  color: #FFFFFF;
  border: none;
}

.pagination .disabled a {
  background-color: #2962A5;
  color: #FFFFFF;
  border: none;
}

.pagination li a:hover {
  background-color: #C0C8D6;
  color: #2962A5;
  border: none;
}

.pagination .disabled a:hover {
  background-color: #C0C8D6;
  color: #2962A5;
  border: none;
}

.pagination .disabled span {
  background-color: #2962A5;
  color: #FFFFFF;
  border: none;
}

.pagination .disabled span:hover {
  background-color: #C0C8D6;
  color: #2962A5;
  border: none;
}

.pagination-container {
  height: 84px;
}

.terms {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 0.5rem;
}

.terms h2 {
  margin: 0;
  padding-bottom: 10px;
}

.terms:hover {
  background-color: #C0C8D6;
  color: #2962A5;
}

.terms-container {
  margin: 20px;
}

.list-group a:hover {
  text-decoration: none;
}

.list-group-item {
  background-color: #2962A5;
  color: #FFFFFF;
}

.list-group-item:hover {
  background-color: #C0C8D6;
  color: #2962A5;
}

.prospero-list {
  height: 66.4px;
  margin-bottom: 10px !important;
}

.prospero-list h2 {
  color: #FFFFFF;
  margin: 10px;
  text-transform: none;
}

.prospero-list button {
  background-color: #2962A5;
}

.prospero-list .prospero-fa:hover {
  color: #2962A5;
}

.prospero-list:hover h2 {
  color: #2962A5;
}

.prospero-list:hover button {
  background-color: #C0C8D6;
}

.delete {
  background: red !important;
  color: white !important;
}

.table-container {
  overflow-y: hidden;
  overflow-x: scroll;
}

.table-container table {
  margin-bottom: 0;
}

.table-container-tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

.admin-pagination {
  margin-top: -20px;
  margin-bottom: -15px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border: none;
  background-color: #C0C8D6 !important;
  color: #2962A5 !important;
}

.prospero-addon {
  width: 160px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.prospero-addon-other {
  padding: 0;
  border: none;
}

.prospero-addon-other input {
  padding: 6px 12px;
  font-size: 14px;
}

.prospero-addon-qty {
  width: 120px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1024px) {
  .prospero-addon-qty {
    width: 80px;
  }
}

.prospero-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-tooltip {
  position: absolute;
  margin-left: -79px;
  margin-top: -37px;
  font-size: 12px;
  background-color: #C0C8D6;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  z-index: 9999;
}

.triangle-down {
  position: absolute;
  margin-left: -35px;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid #C0C8D6;
  z-index: 9998;
}

.prospero-tooltip .tooltip {
  font-size: 14px;
  margin-top: 0 !important;
}

.prospero-tooltip .tooltip > .tooltip-inner {
  background-color: #C0C8D6;
  color: #2962A5;
  font-weight: bold;
}

.prospero-tooltip .tooltip > .tooltip-arrow {
  display: none !important;
}

.prospero-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

#refresh h1 {
  margin-top: 36px;
  margin-bottom: 0;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.select2-selection__rendered {
  line-height: 43px !important;
}

.select2-container .select2-selection--single {
  height: 47px !important;
}

.select2-selection__arrow {
  height: 46px !important;
}

.delete-file {
  text-decoration: line-through;
  color: red;
}

.dynamic-search {
  cursor: pointer;
}

.dynamic-search:hover {
  color: #FFFFFF;
  background-color: #2962A5;
}

.small-table {
  font-size: 14px;
}

.drop-csv {
  background-color: #FFFFFF;
  color: #000000;
}

.dropping-csv {
  background-color: #2962A5;
  color: #FFFFFF;
}

.sortable-header {
  cursor: pointer;
}

.prospero-thead-container {
  overflow-y: scroll;
  overflow-x: hidden;
}

.prospero-thead-container table {
  margin-bottom: 0;
}

.prospero-tbody-container {
  overflow: scroll;
  margin-bottom: 25px;
  height: 415px;
}

.prospero-insert-btn {
  width: 250px;
}

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

.prospero-th-remove {
  vertical-align: middle !important;
}

.prospero-remove {
  cursor: pointer;
  font-size: 20px;
  padding-right: 8px;
}

