html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Lora', serif !important;
}

@media (any-pointer: fine), (any-pointer: coarse), (any-hover: hover), (any-hover: none) {
  [title] {
	position: relative;
	display: inline-flex;
	justify-content: center;
  }
  [title]:focus::after {
	content: attr(title);
	position: absolute;
	top: 90%;
	color: #000;
	background-color: #fff;
	border: 1px solid;
	width: fit-content;
	padding: 3px;
	font-size: small;
	z-index: 1000;
  }
}

div.DTE_Processing_Indicator {
  display: none;
}

div.ui-dialog-buttonset {
  float: left !important;
}
.hideMe {
	visibility: hidden;
	display: none;	
}
.card {
	border: 2px solid grey;    
	padding: 5px;
	box-sizing: border-box;
	max-width: 400px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon /*, .carousel-indicators */ {
	filter: invert(100%);
	border: 2px solid black;
}

#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #f39ac7;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000;
}

.carousel {
  max-width: 100%;
  max-height: 666px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
  border: 1px solid black;
}

.video_container{
  position: relative;
  width: 100%;
}

.video_container video{
  width: 100%;               
}

.card-columns {
	padding: 3px;
}

.card-text {
	padding-top: 10px;
}

/* f/id?id=? */

.card-f {
	border: 2px solid grey;    
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
}

.carousel-f {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
  position: relative;
  border: 1px solid black;
}

.card-columns-f {
	padding: 3px;
}

@media (min-width:356px) {
  .card-columns {
	column-count: 1;
  }
}

@media (min-width:576px) {
  .card-columns {
	column-count: 1;
  }
}
@media (min-width:768px) {
  .card-columns {
	column-count: 1;
  }
}
@media (min-width:992px) {
  .card-columns {
	column-count: 1;
  }
}
@media (min-width:1200px) {
  .card-columns {
	column-count: 1;
  }
}

@media all and (max-width: 600px) {
	#galleryPic_src{
		width: 100%!important;
	}
	#addpet{
		width: 100%!important;
	}
	#m-addpet{
		width: 100%!important;
	}
	#petinfo{
		width: 100%!important;
	}
	#m-petinfo{
		width: 100%!important;
	}
	#sidebarOpenedPets{
		width: 100%!important;
	}
	#petsRowEditOpened{
		width: 100%!important;
	}
	#mPetsRowEdit{
		width: 100%!important;
	}
	#upper-navigation-add-service{
		width: 100%!important;
	}
	#m-addservice{
		width: 100%!important;
	}
	#m-editservice-selected{
		width: 100%!important;
	}
	#editservice-selected-edit{
		width: 100%!important;
	}
	#m-editservice-selected-edit{
		width: 100%!important;
	}
	#m-editservice-selected-edit-update{
		width: 100%!important;
	}
}
/* equal card height */
.row-equal > div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
   width: 100%;
}

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active, 
.carousel-inner>.row-equal.next, 
.carousel-inner>.row-equal.prev {
    display: flex;
}

/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left, 
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}

.avatar {
				
	vertical-align: middle;
	
	width: 50px;
	
	height: 50px;
	
	border-radius: 50%;
	
}

.popup_content_front_page {
	
	padding-right: 25px;

	padding-left: 25px;

	border: 2px solid #444;

	background: white;

	max-width: 1080px;
	
	display: none;

}

.popup_content {
	
	padding-right: 25px;

	padding-left: 25px;

	border: 2px solid #444;

	background: white;

	max-width: 1080px;
	
	min-height: 100%;
	
	width: 666px;
	
	display: none;

}

.responsive {

	display: inline-block;

	padding-right: 35px;

}

tr.selected td:before {

	color: #404040;

}



.table .fa {

	font-size: 2.5rem;

	text-align: center;

}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {

	background-color: #eaedff96;

}

input[type=radio] {

	vertical-align: left;
	
	position: relative;
	
	bottom: .08em;
 
}

input[type=checkbox] {

	vertical-align: left;
	
	position: relative;
	
	bottom: .08em;
 
}

.custom-control-label::before, 
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.form-group {
	
	display: inline;
	
}