html {
	overflow-y: auto;
}

html, body {
	margin: 0;
	padding: 0;
}

@font-face {font-family: "Century Gothic";
    src: url("/app-common/fonts/CenturyGothic/09f6b2ba02572f19a7d7dd2b5f6494ad.eot"); /* IE9*/
    src: url("/app-common/fonts/CenturyGothic/09f6b2ba02572f19a7d7dd2b5f6494ad-iefix.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("/app-common/fonts/CenturyGothic/09f6b2ba02572f19a7d7dd2b5f6494ad.woff") format("woff"), /* chrome firefox */
    url("/app-common/fonts/CenturyGothic/09f6b2ba02572f19a7d7dd2b5f6494ad.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/09f6b2ba02572f19a7d7dd2b5f6494ad.svg#Century Gothic") format("svg"); /* iOS 4.1- */
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Century Gothic','sans-serif';
  height: 100%;
  background-color: white;
}

.modal-backdrop.in {
	background: white;
	filter: Alpha(Opacity=60);
	opacity: 0.60;
}

.noteAlert {
  background-color: red;
}

.noteAlert:hover {
  background-color: #F79420;
}

.fontAwesomeButton:hover {
  color: #F79420;
}

i[class*=fa-cog]::before{
   background:transparent;
}

.settingsInput {
  border-style: solid;
  border-width: thin;
  border-color: lightgray;
}

.settingsInput:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(247, 148, 32,.075), 0 0 8px rgba(247,148,32, 0.6);
  box-shadow: inset 0 1px 1px rgba(247, 148, 32,.075), 0 0 8px rgba(247,148,32, 0.6);
  border-color: rgba(247, 148, 32, 0.49);
  outline: 0;
}

.tooltip-inner {
    background-color: #F79420 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #F79420 !important
}

.tooltip.in {
    opacity: 1 !important
}

.menuItemButton {
    padding: 5px;
    border-radius: 3px;
    border: none;
    background-color: transparent;
}

.menuItemButton:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #F79420;
    color: white;
}

.menuButton:hover, .forgotPassword:hover, .logInAgain:hover {
    cursor: hand;
    cursor: pointer;
    color: #F79420;
}

.pkColumn {
    width: 0px;
    padding: 0px !important;
}

.dateColumn {
    width: 150px;
}

.referenceColumn {
    width: 150px;
}

.valueColumn {
    width: 150px;
}

.balanceColumn {
    width: 150px;
}

.showPassword {
    cursor: hand;
    cursor: pointer;
}

.showPassword:focus, .passwordInput:focus {
    outline: 0;
}

.showPassword:hover {
    color: #F79420;
}

.lassieMenuButton {
  width: 100%;
  margin-bottom: 5px;
  height: 45px;
  font-size: 18px;
  border-width: 2px;
  min-width: 175px;
}

.lassieMenuButton:hover {
  background-color: white;
  color: #FFA500;
}

.lassieMenuButton > i:hover {
  color: rgb(118, 112, 105);
}

.lassieMenuButton:active, .lassieMenuButton:focus {
  outline: 0;
  /*text-shadow: 6px 5px 5px #F79420;*/
}

.lassieMenuButtonSelected, .lassieMenuButtonSelected:active, .lassieMenuButtonSelected:focus {
  width: 100%;
  margin-bottom: 5px;
  height: 45px;
  font-size: 18px;
  border-width: 2px;
  min-width: 175px;
  outline: 0;
  background-color: white;
  color: #FFA500;
  -webkit-box-shadow: inset 0 1px 1px rgba(247, 148, 32,.075), 0 0 8px rgba(247,148,32, 0.6);
  box-shadow: inset 0 1px 1px rgba(247, 148, 32,.075), 0 0 8px rgba(247,148,32, 0.6);
  border-color: rgba(247, 148, 32, 0.49);
}

.lassieMenuButtonSelected > i:hover {
  color: rgb(118, 112, 105);
}

.btn-primary[disabled] {
  background-color: lightgray;
  border-color: lightgray;
}

.tablerow:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #F79420;
    color: white;
}

.clientSearchAddress {
  width: 320px;
}

.pullDetailsColumn {
  width: 110px;
}

.sectionColumn {
  width: 0px;
}

.moneyColumn {
  text-align: center;
}

.moneyColumnRefund {
  text-align: center;
}

.hoveringLabel:hover {
  background-color: #FCE9DB;
}

.dataItemHistory {
    font-size: 18px;
    color: gray;
    margin-left: 10px;
    vertical-align: middle;
    cursor: cursor;
    cursor: pointer;
    display: none;
}

.dataItem {
  cursor: default;
}

.dataItem:hover i {
  display: inline;
}

.communications:hover {
  background-color: #FCE9DB;
  cursor: pointer;
  cursor: cursor;
}

.communicationsSelect {
    background-color: orange;
    color: white;
}

.garageCheck {
    position: absolute;
    top: 5px;
    right: 3px;
    background: white;
    font-size: 21px;
    cursor: cursor;
    cursor: pointer;
}

input {
    padding: 12px;
    font-size: 16px;
    border: solid 2px gray;
    width: 100%;
}


.custom-popup .leaflet-popup-content-wrapper {
    background: #404040;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    width: 205px;
}

.custom-popup .leaflet-popup-content-wrapper a {
    color: rgba(255,255,255,0.5);
}

.custom-popup .leaflet-popup-tip-container {
    width: 30px;
    height: 15px;
}

.custom-popup .leaflet-popup-tip {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #404040;
}

.custom-popup .leaflet-popup-content .marker-title {
    font-weight: 700;
    text-decoration: underline;
}

.usernameHeader {
  width: 0px;
  visibility: hidden;
}

.awesome-marker i {
    font-size: 20px;
    margin-top: 8px;
}