* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  font-family: 'Roboto', sans-serif;
  border: 0px !important;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
}

html {
  overflow-y: scroll;
}

#name-heading {
  color: white;
  font-weight: 700;
}

#name-heading-div {
  margin-top: 0.3em;
  margin-left: 1em;
}

.filters-heading {
  font-size: 16px;
  font-weight: 700;
}
nav {
    width: 100%;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.container-fluid {
  padding: 0;
}

.nav-div {
  margin-top: 0.3em;
}

.nav-icon {
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: 0.2em;
  color: #C0E1FF;
  cursor: pointer;
}

#back-icon-div {
  float: left;
}


input {
    width: 100%;
    font-size: 16px;
}

#settings-icon-div {
    float:left;
}
#search-icon-div {
    float:right;
}
#search-box-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}


.semitransparent {
  opacity: 0.5;
}

#counter {
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  font-size: 16px;
}

#search-box-span {
  position: relative;
}

body {
	padding-top: 3.6em;
}

#logo-div {
  text-align: center;
}

#sign-in-logo {
  width: 8em;
  height: 8em;
}

#flash-error {
  text-align: center;
  color: #e51c23;
}

.member-name {
	color: #575757;
  margin-bottom: 3px;
}

#phone-number {
  color: #aaaaaa;
}

.ng-binding {
	margin-top: 0;
}

#notfoundtext {
  text-align: center;
  padding-top: 1em;
  font-size: 20px;
}

.form-control {
	font-size: 16px;
}

.formline {
	overflow: hidden;
	margin-bottom: 0.5em;
}

.formline input {
	width: 100%;
	margin-top: 0.2em;
}

.formline span {
	display: block;
	overflow: hidden;
}

.formline input, .formline button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-group-item{
  background-color: white;
  -webkit-transition: background-color .25s ease-in;
  -moz-transition: background-color .25s ease-in;
  -o-transition: background-color .25s ease-in;
  transition: background-color .25s ease-in-out;
}


nav {
	padding-top: 0.5em;
	padding-bottom: 0;
	text-align: center;
	margin: 0 auto;
  border-width: 0px !important;
}

.blue-background {
  background-color: #2196F3 !important;
}

.darkblue {
	color: #0A4274;
}

.red {
  color: #e51c23;
}
.green {
  color: #259b24;
}

.call-icon, .email-icon {
  font-size: 32px;
}

.btn, .btn:focus, .btn:active, .btn:hover {
	background: transparent;
    border: none !important;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:hover {
	color: white;
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.call-icon:focus, .call-icon:active, .call-icon:hover{
  color: #12c700;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.email-icon:focus, .email-icon:active, .email-icon:hover{
  color: #EF4836;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

#added-div {
	color: white;
	width: 100%;
  border-top: 1px solid #2196F3 !important;
}

.darker-blue-bg {
  background-color: #42A5F5;
}

.list-group {
  margin-bottom: 0;
}

.list-group-item {
	padding-right: 0.2em;
  border: 0px;
  cursor: pointer;
}

.list-group-item * {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.list-group-item:hover, .list-group-item:active {
  background-color: #EEEEEE;
  -webkit-transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

#status-circle {
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
}

#list-div {
	margin: 0 auto;
}

form {
	display: inline;
}

#filter-div {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0.2em;
}

#filter-div a, #filter-div label, #link-div a {
	color: white;
	font-size: 16px;
}

#birthday-div h4{
  color: #777777;
  font-size: 16px;
}

.container {
	padding: 0;
}

.shift-down {
  margin-top: 0.62em;
}

#auth-div {
	width: auto;
	margin: 0 auto;
	padding: 0em 3em 1em 3em;
}

.authform, #sign-in-button {
	margin-top: 1em;
}

#sign-in-button, #vcard-button {
	font-weight: 700;
  font-size: 16px;
}

#circleandname {
	display: inline-block;
	vertical-align: middle;
  min-height: 3.23em;
}

.fa-circle {
	margin-right: 0.6em;
}

.lightblue {
	color: #C0E1FF;
}

.blue {
	color: #1791ff;
}

#filters {
	text-align: left;
	display: table;
	width: 100%;
	max-width: 15em;
	padding: 0;
  padding-left: 1em;
	margin: 0 auto;
}

#filters > div {
	display: table-cell;
}

#status-filters {
	width: 100%;
}

#location-filters {
	white-space: nowrap;
}

#link-div {
  width: 100%;
  padding: 0.25em;
}

.ui-match {
  color: #259b24;
}

/* part of https://github.com/flatlogic/awesome-bootstrap-checkbox */

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    display: none; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }

#loading-div {
  padding-top: 5em;
}

#back-button {
  float: left;
}

.md-8x {
  font-size: 8em;
}

#profile-div {
  width: 100%;
  background-color: white;
  padding: 1em 3em 2em 3em;
}

#profile-table {
  margin-top: 2em;
  margin-bottom: 2em;
}

.center-parent {
  text-align: center;
}

.center-child {
  margin: 0 auto;
}

td:nth-child(2) {
  font-weight: 700;
  color: #616161;
}

td:first-child {
  color: #616161;
}

td {
 padding: 0.3em;
}

.authform {
  border: 1px solid #ccc !important;
}

.gray {
  color: #9e9e9e;
}

.cursive {
  font-style: italic;
}

.max-40em {
  max-width: 40em;
}

#birthday-div {
  display: none;
}

@media all and (min-width: 60em) {
  #list-div, .formline {
    margin-right: 15em;
  }
  #search-icon-div {
    display: none;
  }
  #birthday-div {
    padding-top: 3.5em;
    padding-left: 1em;
    background-color: #eeeeee;
    display: block !important;
    position: fixed;
    width: 15em;
    height: 100vh;
    bottom: 0;
    right: 0;
  }
}

@media all and (min-width: 40em) {
  #phone-link {
    display: none;
  }
  #settings-icon-div {
    display: none;
  }
  #filters > div {
    display: block;
    margin-left: 20px;
  }
  #added-div {
    display: block !important;
    position: fixed;
    width: 15em;
    height: 100vh;
  }
  #list-div, .formline {
    margin-left: 15em;
  }
  #profile-div, #list-div {
    border: 1px solid #DDDDDD;
  }
}

@media all and (max-width: 39.999em) {
  #email-link, #name-heading-div {
    display: none;
  }
  #empty-div {
    margin-top: 8.9em;
  }
  .filters-heading {
    display: none;
  }
  .slide-left {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
  }
  .slide-left.ng-enter,
  .slide-left.ng-leave {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  .slide-left.ng-enter {
      left: 100%;
  }
  .slide-left.ng-enter-active {
      left: 0;
  }
  .slide-left.ng-leave {
      left: 0;
  }
  .slide-left.ng-leave-active {
      left: 100%;
  }

  .slide-right {
      position: absolute;
      right: 0;
      top: 50px;
      width: 100%;
      height: 100%;
  }
  .slide-right.ng-enter,
  .slide-right.ng-leave {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
  }
  .slide-right.ng-enter {
      right: 100%;
  }
  .slide-right.ng-enter-active {
      right: 0;
  }
  .slide-right.ng-leave {
      right: 0;
  }
  .slide-right.ng-leave-active {
      right: 100%;
  }
}

.ng-animate {
    -webkit-transition:none;
    transition:none;
}
