/* CSS Document */
/* Scss Document - LTrack */
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Quicksand:300,700&display=swap");
.padB10 {
  padding-bottom: 10px; }

.padB20 {
  padding-bottom: 20px; }

.padB30 {
  padding-bottom: 30px; }

.padB40 {
  padding-bottom: 40px; }

.padB50 {
  padding-bottom: 50px; }

.padT5 {
  padding-top: 5px; }

.padT10 {
  padding-top: 10px; }

.padT20 {
  padding-top: 20px; }

.padT30 {
  padding-top: 30px; }

.padT40 {
  padding-top: 40px; }

.padT50 {
  padding-top: 50px; }

.padL10 {
  padding-left: 10px; }

.padL20 {
  padding-left: 20px; }

.padL30 {
  padding-left: 30px; }

.padL40 {
  padding-left: 40px; }

.padL50 {
  padding-left: 50px; }

.marB10 {
  margin-bottom: 10px; }

.marB20 {
  margin-bottom: 20px; }

.marB30 {
  margin-bottom: 30px; }

.marB40 {
  margin-bottom: 40px; }

.marB50 {
  margin-bottom: 50px; }

.marT10 {
  margin-top: 10px; }

.marT20 {
  margin-top: 20px; }

.marT30 {
  margin-top: 30px; }

.marT40 {
  margin-top: 40px; }

.marT50 {
  margin-top: 50px; }

.marL10 {
  margin-left: 10px; }

.marL20 {
  margin-left: 20px; }

.marL30 {
  margin-left: 30px; }

.marL40 {
  margin-left: 40px; }

.marL50 {
  margin-left: 50px; }

/* Scss Document */
/* Open+Sans:300,400,600|Oswald:300,700 */
body, html {
  height: 100% !important; }

html {
  background: #f5a623;
  /* Old browsers */
  background: -moz-radial-gradient(top left, ellipse cover, #FFC500 0%, #FB7E00 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top left, ellipse cover, #FFC500 0%, #FB7E00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top left, #FFC500 0%, #FB7E00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC500', endColorstr='#FB7E00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-attachment: fixed; }

body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: transparent; }

body, th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.navbar {
  background-color: rgba(0, 0, 0, 0.25) !important;
  margin-bottom: 20px; }

.navTxt {
  font-size: 22px; }

.navTxt a:hover {
  text-decoration: none !important;
  color: white !important; }

.showMobile {
  display: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading, .navbar-brand {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300; }

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
  margin-top: 0;
  margin-bottom: 0; }

.password {
  position: relative; }

.password input[type="password"] {
  padding-right: 30px; }

.password .glyphicon, #password2 .glyphicon {
  display: none;
  right: 12px;
  position: absolute;
  top: 43px;
  cursor: pointer; }

.editBond, #addMe {
  cursor: pointer; }

.editBond:hover {
  font-weight: bold; }

.hideMe {
  display: none !important; }

a:link {
  color: #6899d4;
  text-decoration: none; }

a:visited {
  text-decoration: none;
  color: #6899d4; }

a:hover {
  text-decoration: underline;
  color: #6899d4; }

a:active {
  text-decoration: none;
  color: #6899d4; }

.boldMe {
  font-weight: 700 !important; }

.roundMe5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.brdrBtm1 {
  border-bottom: 1px solid #333333; }

.brdrTop1 {
  border-top: 1px solid #333333; }

h4, .h4 {
  line-height: 1.5 !important; }

.whiteTxt, .text-white a {
  color: white; }

.adminView {
  background-color: #343A40;
  color: #FAFAFA;
  padding: 6px; }

.darkShadow {
  -webkit-box-shadow: 0px 0px 10px black;
  -moz-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black; }

.fal {
  min-width: 25px; }

#topHeader {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(/images/bg-header1.jpg);
  background-size: cover;
  background-position: center bottom;
  /*background-color: rgba(21,153,215,0.30);*/ }

.bg-card {
  background-color: #3f474e; }

/* BS4 Overrides */
.navbar {
  background: transparent !important; }

.password {
  position: relative; }

.password input[type="password"] {
  padding-right: 30px; }

.password .glyphicon, #password2 .glyphicon {
  display: none;
  right: 15px;
  position: absolute;
  top: 12px;
  cursor: pointer; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .showMobile {
    display: block; }

  .hideMobile {
    display: none; }

  a.mobileTel {
    color: #2F66A7; } }
@media only screen and (orientation: portrait) and (max-width: 768px) {
  #mobileWarning {
    display: block; } }
@media print {
  a[href]:after {
    content: none !important; }

  .noprint {
    display: none; } }

/*# sourceMappingURL=main.css.map */
