.lmask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;;
  opacity: 0.4;
  &.fixed {
    position: fixed;
  }
  &:before {
    content: '';
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;

    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  &:after {
    content: '';
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;

    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@-moz-keyframes spinPulse {
  0% {
    -moz-transform:rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.modal-sm {
  width: 500px !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Fira Sans Medium", sans-serif !important;
  font-weight: 500 !important;
    color: #303030;
    font-style: normal !important;
    font-size: 1.2222em !important;
}

/* Popup container - can be anything you want */
.info-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.info-popup .info-popuptext {
  visibility: hidden;
  width: 350px;
  background-color: #009bdb;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  font-weight: 100 !important;
  padding: 8px;
  position: absolute;
  z-index: 99 !important;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.info-popup .info-popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #009FC3 transparent transparent transparent;
}

/* Toggle this class - hide and show the info-popup */
.info-popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the info-popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans'), url(FiraSans-Regular.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Fira Sans Bold';
  src: local('Fira Sans Bold'), url(FiraSans-Bold.ttf) format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Fira Sans Medium';
  src: local('Fira Sans Medium'), url(FiraSans-Medium.ttf) format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Fira Sans Semi Bold';
  src: local('Fira Sans Semi Bold'), url(FiraSans-SemiBold.ttf) format('truetype');
  font-weight: 500;
}

th > a {
  color: #006DB5 !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: normal !important;
}

th {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: normal !important;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  line-height: 25.2px;
  font-weight: 400;
  color: rgb(48, 48, 48);
  background-color: #fff;
}

h2, .h2, .section-landing .row > div .section-landing-sub-heading, .page_section h2, .color-inverse h2, h2 p {
  font-family: "Fira Sans Medium", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.7em !important;
  color: #303030 !important;
}

label {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: normal !important;
}

.msos-selected-display-item {
  font-family: "Fira Sans", sans-serif !important;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

button {
  font-family: "Fira Sans medium", sans-serif !important;
  font-weight: normal !important;
}

.footer-outer-container.footer-first-row, .footer-outer-container.footer-second-row {
  background-image: linear-gradient(to right, #006DB5 0%, #3F457E 100%);
  overflow-x: visible;
}

.footer-outer-container {
  padding: 10px 10px 10px 10px;
}

.footer-container {
  overflow-x: visible;
  max-width: 1140px;
  margin: 0 auto;
    position: relative;
    word-wrap: break-word;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:after {
  clear: both;
}

.footer-container .grid-pad {
  padding: 15px 35px 0 !important;
}

h3.footer-title {
  font-family: inherit;
  border-bottom: 0px solid #009BDB;
  color: #fff;
  font-size: 1.1111em;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

.footer-container .aoc {
  border-bottom: 1px solid #009BDB;
}

.footer-container p {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: .8889em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 20px 0px;
}

.text-light {
  font-weight: 300 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.footer-container a {
  color: #fff;
    font-size: .8889em;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
}

.footer-container a:hover{
  color: #fff;
    font-size: .8889em;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.footer-container p a {
  font-size: 1em;
}

.footer-container p a:hover {
  font-size: 1em;
}

.footer-secondary-links {
  color: #fff;
  font-size: .7778em;
  font-family: inherit;
  font-size: .7778em;
  font-weight: normal;
  font-style: normal;
}

ul.footer-links {
  margin: 0;
  list-style: none outside none;
    padding: 0;
}

ul.footer-links.with-icons li {
  margin-bottom: 1em;
    display: block;
}

ul.footer-links.without-icons li {
  margin-bottom: 1em;
    display: block;
}


ul.footer-links a {
  text-decoration: none;
}

ul.social-media-links li.footer-link-enewsletter a i {
  background-image: url(icon_footer_newsletter.png);
  background-size: 93%;
  background-position: 0;
  image-rendering: pixelated;
}

ul.social-media-links li a i, .social-media-profiles li a:before {
  background-image: url(sprite-general-lmc.png?t=638290224835532913);
  background-size: 600px 599px;
  background-color: transparent;
  background-position: -573px -573px;
  border-radius: 2px;
  width: 23px;
  height: 23px;
  display: inline-block !important;
  vertical-align: middle;
}

.footer-outer-container.footer-second-row:before {
  content: '';
  background-image: url(line-art-background.png);
  width: 1840px;
  height: 602px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}

ul.footer-links {
  margin: 0;
}

ul.footer-links.social-media-links li {
  min-height: 0px
}

ul.social-media-links li a i,.social-media-profiles li a:before {
  background-position: -387px -572px
}

.social-media-links .footer-link-google-plus i,.social-media-links .footer-link-googleplus i,.social-media-profiles li.google-plus a:before,.social-media-profiles li.googleplus a:before {
  background-position: -36px -571px
}

.social-media-links .footer-link-facebook i,.social-media-profiles li.facebook a:before {
  background-position: -66px -569px
}

.social-media-links .footer-link-twitter i,.social-media-profiles li.twitter a:before {
  background-position: -100px -571px
}

.social-media-links .footer-link-youtube i,.social-media-profiles li.youtube a:before {
  background-position: -133px -571px
}

.social-media-links .footer-link-instagram i,.social-media-profiles li.instagram a:before {
  background-position: -165px -572px
}

.social-media-links .footer-link-pinterest i,.social-media-profiles li.pinterest a:before {
  background-position: -197px -571px
}

.social-media-links .footer-link-linkedin i,.social-media-profiles li.linkedin a:before {
  background-position: -228px -572px
}

.social-media-links .footer-link-vimeo i,.social-media-profiles li.vimeo a:before {
  background-position: -260px -571px
}

.social-media-links .footer-link-wordpress i,.social-media-profiles li.wordpress a:before {
  background-position: -324px -571px
}

.social-media-links .footer-link-tumblr i,.social-media-profiles li.tumblr a:before {
  background-position: -356px -571px
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #3F457E !important;
  color: #ffffff !important;
}



.navbar-toggle {
  background-color: #026CB4 !important;
  color: #ffffff !important;
  border: 1px solid #026CB4 !important;
}

.navbar-toggle:hover {
  background-color: #3F457E !important;
  color: #ffffff !important;
  border: 1px solid #3F457E !important;
}

.navbar-static-top.navbar .navbar-collapse {
  background-color: white !important;
  margin-left: 150px !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #3F457E !important;
  color: #ffffff !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #1F6299 !important;
}

.navbar-inverse .navbar-nav > .open > a {
  color: #ffffff !important;
  background-color: #3F457E !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #009bdb !important;
  min-width: 140px;
  box-shadow: 0px 3px 5px 0px rgba(50,50,50,.55);
  border-radius: 2px;
  border: none;
  min-height: 60px;
  font-weight: 600;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #3F457E !important;
}

.btn-default {
  color: #009bdb !important;
  background-color: #FFFFFF;
  border-color: #009bdb !important;
  min-height: 60px;
  font-weight: 600;
  box-shadow: 0px 3px 5px 0px rgba(50,50,50,.55);
  min-width: 140px;
}

.btn-default:hover {
  color: #3F457E !important;
  border-color: #3F457E !important;
}

.wrapper-body {
  background-image: linear-gradient(0deg, rgba(63,69,126,1) 0%, rgba(63,69,126,1) 20%, rgba(19,108,150,0) 100%), url(LMCCBackground.jpg) !important;
  background-repeat: no-repeat;
}

.crmEntityFormView {
  padding:15px;
  border-radius: 5px;
  margin-top: 60px;
}

@media (min-width: 768px) { .col-lg-4 {
    width: 33.33333% !important;
}
}

.securepay-ui-iframe {
  border-width: 0px !important;
  width: 100% !important;
}

h3 {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #0B7F99;
}

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.crmEntityFormView .cell {
  padding: 0 28px 10px !important;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 28px 10px !important;
}


#address-list {
  float: left;
  list-style: none;
  margin-top: 47px;
  padding: 0;
  position: absolute;
  z-index: 2;
  max-height: 450px; /* Approx height for 10 items */
  overflow-y: scroll;  /* Enable vertical scrolling */
}

#address-list li {
  padding: 10px;
  background: #006DB5;
  border-bottom: #009BDB 1px solid;
  color: white;
}

#address-list li:hover {
  background: #3F457E;
  cursor: pointer;
}

.autocomplete-search-box {
  border: 1px solid #949494 !important;
  height:35px !important;
}

.clearlookupfield {
  display: none !important;
}

.launchentitylookup {
  display: none !important;
}

.crm-jqm-optionSet2ButtonWidth {
  padding:10px !important;
}

.view-grid .dropdown.action>.btn {
  display: none;
}
.view-grid .dropdown.action .dropdown-menu {
  display: block;
  position: static !important;
  position: initial !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  max-width: 95px;
  min-width: 95px;
  width: 95px;
  left: auto !important;
  top: auto !important;
}
.view-grid .dropdown.action .dropdown-menu li {
  display: inline-block;
  text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
  font-size: 0;
  padding: 2px;
  margin: 0;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
  font-size: 18px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
  color: #008C95;
  background: transparent;
}

#next50 {
  cursor: pointer;
  background-color: #009bdb !important;
}

#next50:hover {
  background-color: #3F457E !important;
}