/* Your app styles here */
.ios .tabbar-labels .tab-link:not(.tab-link-active) .icon-ios-fill {
  display: none;
}
.ios .tabbar-labels .tab-link.tab-link-active .icon:not(.icon-ios-fill) {
  display: none;
}

#topTabs {
  background: 	#000 ;
  border-top: dotted 1px ;
}

#bottomTabs {
  background:#556B2F ;
}

.navbar-inner{
  background: #556B2F
}

#citySelector{
  font-size: 20px;
  color: grey;
  font-weight: 600px;
  padding-left: 30px ;
}


.item-footer {
  font-size: 14px !important ;
}

#tableLoader {
  display: block ;
  margin-top: 200px ;
  margin-left: auto ;
  margin-right: auto ;
}

#tableSearch {
  display: none ;
}
#tableResultsSearchbar {
  display: none;
}

#tableContentNavRow {
  display: none ;
}

.list .item-inner {
  position: static !important ;
}


.searchbar input[type=search] {
  font-size: 14px !important ;
}

#mapid {
  height: 100% ;
}

#addMapid {
  height: 100%;
}

#bottomNav {
  background: #556B2F ;
  height:60px
}

.checkBoxWrapper {
  display: block ;
  width:100% ;
  background: #556B2F ;
  height: 100%;
  color: white ;
}
.checkBoxControls {
  padding-top: 5px ;
}
.checkBoxFooter {
  margin-left:238px;
  margin-top:-5px;
}

.checkBoxLabel {
  padding-left: 15px;
  padding-right: 10px ;
  margin-bottom: 40px ;
}

.infoText {
  margin-top: 140px;
  color: grey ;
  font-size: 12px
}


#actionButtonsBlock {
  margin-top: 15px !important;
}

#tableCitySelect {
  margin-top: 30px ;
}

#locationAndHistory {
  margin-top: 30px ;
}

#addressDataPlaceholder {
  margin-top: 5px ;
}

#addAddressPlaceholderList {
  margin: 0px !important ;
}
#tableResultsPlaceholder {
  display: none;
}


.actionText {
  font-size: 16px ;
  font-family: sans-serif;  
}


input[type=checkbox] {
  transform: scale(2.2); 
}

#recentSearches {
  margin-top: 20px ;
}

#tableLocationBackLink {
  padding-left: 12px;
}
#tableResultsBankLink {
  padding-left: 12px;
}

#homeScreenButton {
  width: 120px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 20px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#aboutButton {
  width: 120px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 20px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#feedbackButton {
  width: 120px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 20px ;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}


#addTableButton {
  width: 140px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 20px ;
}

#refreshTableButton {
  width: 140px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 20px ;
}

#datalastDownloaded {
  display: block;
  margin-top: 25px ;
  font-size: 14px;
  color: grey;
  font-style: italic ;
}

#addTableButtonNext {
  width: 95px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
}
#addTableButtonSave {
  width: 95px ;
  height: 40px ;
  background: #000;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 15px;
  float: right ;
  margin-right: 30px ;
  margin-top: 5px ;
  display: none;
}
.buttonText {
  margin-top: -5px ;
  padding-left: 5px ;
  float: left ;
}

#addTableDatabase {
  width: 95px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 15px ;
}

#addTableDatabaseOutcome {

  width: 95px ;
  height: 40px ;
  background: #556B2F;
  text-transform: none;
  font-size: 14px ;
  padding-top: 7px;
  padding-right: 15px ;
}

#addTableButtonSave:hover {
  background: darkred ;
}
#addTableLoader {
  display: none ;
  margin-left: auto ;
  margin-right: auto ;
}

#addTableOutcome {
  margin-left: auto ;
  margin-right: auto ;

}


.tableButtonText {
  float: right ;
  margin-top: -5px ;
  padding-left: 5px ;
}

.addTable:hover {
  background: darkgreen !important ;
}

#addMapButtonText {
  float: left ;
  margin-top: -5px ;
  padding-left: 5px ;
}


