html,body {
  height: 100%;
  min-height: 600px;
  margin: auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f1f1f1; 
  background-image: url('../../data/pictures/bg_app.jpg');
  /*background-color: #f5f5f5;*/
  background-repeat:repeat;
  font-size: 0.9em;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.datepicker
{
  background-color:white !important;
}

.flag
{
  border: 1px solid white;
  border-radius: 10%;
 /* width: 42px;*/
 height: 21px;

  float:left;
}

.legendItem
{
  display: inline-block;
}
.legendLabel
{
  margin-top: 10px;
}
.legendIcon
{
  padding-left: 20px;
}
.studentBtn
{
  font-size: 80%;
}

.container
{
  margin: auto;
  padding-bottom:25px;
  height:100%;
}
h1,h2,h3,h4
{
  font-family: 'Montserrat', sans-serif;
}

.btn
{
  margin-top: 0;
  white-space:normal !important;
  word-wrap: break-word;
}
/* font awesome icons within the buttons align to the left */
.icon, .leftIcon, .rightIcon
{
  padding-top: 3px;
  line-height: 100% !important;
}
.leftIcon
{
  float: left;
}
.rightIcon
{
  float: right;
}


.status-online {
  color: #00d100;
  animation: blink 1.5s infinite;
}

.status-offline {
  color: #df0000;
}

.status-icon {
  font-size: 0.8em;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.editWord
{
  text-align: center;
}
#logo
{
  width: 225px;
  padding-top: 25px;
  cursor:pointer;
}

.fa-star
{
  color: #fdbf06;
  cursor: pointer;  
}

.indicator
{
  width:23px;
  margin-right: 1px;
}

.speaker,.arrow
{
  color: #3c3c3c;
  cursor: pointer;
  padding-top: 20px;
}


.btn-wocagrey
{
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: white;
  border: 1px solid grey;
}

.btn-wocagreen
{
  background-color: #b3c100;
  border-color: #b3c100;
  color: black;
}

.wh1
{
  font-family: 'Raleway', sans-serif;
}
.wb-tr
{
  line-height: 1.4;
}

tr
{
  background-color: rgba(255, 255, 255, 0.14);
}

hr {
  border: none;
  height: 2px;
  /* Set the hr color */
  color: #d9d9d9; /* old IE */
  background-color: #d9d9d9; /* Modern Browsers */
}

.packageTableRow
{
  line-height: 2.3em;
}

.table td
{
  border-top: 0px;
  padding: 0.3rem;
}

.form-control-plaintext
{
  text-align: center;
}












.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:checked + .slider {
  background-color: #228c3a;
}


input:focus + .slider {
  box-shadow: 0 0 1px #228c3a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.green {
  background-color: #228c3a;
}

.slider.round:before {
  border-radius: 50%;
}



/* student/package ... pictures */
.slick-prev:before, .slick-next:before { 
  color: #228c3a;
}

.slick-slide {
outline: none;
}

/* .slick-prev { left: -45px; } */
.slick-prev
{
  left: -45px;
 
}
.slick-next
{
  /*margin-right:50px;*/
}

.picture
{
  border-radius: 8px;
  height:220px;
  cursor:pointer;
}
.p-thumbnail
{
  margin-top: 10px;
  height:160px;
}

#resultPicture
{
  height:260px;
  cursor:pointer;
}

.customer-note-container{
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.customer-note-container.show{
  max-height: 120px;
}

.customer-type-1{
  display: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}


.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, black 55%, rgba(0, 0, 0, (1 - .2)) 75%, black 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
