/*
*/

html{
  width: 100%;
  min-height: 100%;
  position: relative;
}

body{
  min-height: 100%;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
}
@media screen and (min-width: 375px) {
  body{
    font-size: 13px;
  }
}
@media screen and (min-width: 425px) {
  body{
    font-size: 14px;
  }
}
div.clear{
  clear: both;
}
.pointer{
  cursor: pointer;
}
a{
  color: inherit;
}
a:hover{
  text-decoration: none;
  color: inherit;
}
.textTable{
  display: table;
  width: 100%;
  height: 100%;
}
.textCell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.btn-success, .label-success{
  background-color: #86bd24;
  border-color: #78a601;
}
.nav-pills .nav-link{
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.nav-pills .nav-link.active{
  background-color: #86bd24;
}
button span.fa.fa-question-circle,
.nav-pills .nav-link span.fa{
  font-size: 1.5em;
  line-height: 1em;
}

.text-success{
  color: #86bd24 !important;
}
.alert-success{
  background-color: #cee1a1;
  border-color: #cee1a1;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
  background-color: #638802;
  border-color: #638802;
}
.btn-label{
  display: inline-block;
  padding-right: 5px;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  margin: 0px;
}

.card-body.dark{
  background-color: #29313c;
  color: #FFF;
}
.card-body{
  color: #29313c;
}

.list-group-item-action.inactive{
  opacity: 0.5;
}
.list-group-item.header{
  background-color: rgba(0,0,0,0.7);
  color: rgba(255,255,255,1);
}

.form-control.bg-danger{ /* Chrome/Opera/Safari */
  color: #FFF;
}
.form-control.bg-danger::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
.form-control.bg-danger::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
.form-control.bg-danger:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
.form-control.bg-danger:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}
p.starHolder{
  margin: 0px;
  margin-bottom: 3px;
  font-size: 1.2em;
  color: #FFFF00;
}
a.reviewLink{
  font-size: 1.5em;
  margin-top: 4px;
}
a.reviewLink.fa-google{
  color: #4885ed;
}
a.reviewLink.fa-facebook{
  color: #4267B2;
}
a.reviewLink:hover{
  color: #86bd24;
}

/*    LOADING ANGULAR   */
div.loading{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 100;
}
div.loading div.loadingContentHolder{
  position: absolute;
  top: 50%;
  left: 50%;
}
div.loading div.loadingContent{
  position: absolute;
  top: -50px;
  left: -100px;
  width: 200px;
  height: 100px;
  text-align: center;
  font-size: 1.3em;
}

div.teamPic{
  /*float: left;*/
  /*display: block;*/
  /*vertical-align: top;*/
  /*margin-right: 2%;*/
  /*width: 100%;*/
  /*max-width: 90px;*/
  margin-bottom: 10px;
  font-size: 0.65em;
}

img.employeeImage{
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
span.noPrefIcon{
  font-size: 58px;
  width: 70px;
  margin-right: 10px !important;
}
span.date{
  color: #CCC;
  font-size: 0.8em;
  display: inline-block;
}

span.likeButton{
  display: inline-block;
  position: relative;
  font-size: 2em;
  cursor: pointer;
}
span.likeButton.fa-heart{
  color: #fc0320;
}
span.postResponse label{
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0px;
  padding-bottom: 3px;
  margin: 0px;
}
span.postResponse span.fa-send{
  font-size: 1.3em;
}
span.postResponse textarea.form-control{
  font-size: 0.9em;
}
span.btn-xs{
  font-size: 0.75em;
}

img.looppinessLogo{
  width: 100px;
  display: inline-block;
  padding-left: 2px;
  vertical-align: middle;
}
div.visual{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
}
div.visual.withBG{
  height: 0px;
  padding-top: 30%;
  margin-bottom: 40px;
}
div.visual div.logoHolder{
  display: block;
  border-radius: 5px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  padding: 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  border: solid 1px #999;
}
div.visual.withBG div.logoHolder{
  left: 15px;
  bottom: -30px;
}
div.visual div.logoHolder div{
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

span.priceHolder{
  font-size: 1.5em;
  min-width: 60%;
  white-space: nowrap;
}
span.subservice{
  font-size: 0.9em;
}
.list-group-item select.form-control{
  font-size: 1.2em;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: auto;
  margin-top: 2px;
  display: block;
}

.amountHolder span.fa-info-circle{
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .list-group-item,
  .card-body {
    padding-right: 10px;
    padding-left: 10px;
  } 
  /*div.visual.withBG{*/
    /*height: 0px;*/
    /*padding-top: 45%;*/
  /*}*/
  .amountHolder{
    position: absolute;
    left: 12px;
    bottom: -10px;
  }
  .btn{
    font-size: 1.2em;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.table td, .table th {
    padding-left: 0px;
    padding-right: 0px;
}
button.btn.weekNr{
  font-weight: 700;
  cursor: none;
  opacity: 1;
  background: none;
  border: none;
}
table.calendarTable{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}