[ng-cloak] {
  display: none;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/*.grid-img {
    height: 100%;
    width: inherit;
}
.grid-tile {
	display: block;
	box-sizing: content-box;
	width: auto;
    height: auto;
    max-width: auto;
  	max-height: auto;
  	overflow: hidden;
}*/

.carousel {
	display: block;
  	object-fit: cover;
}
.slick-img-size {
	min-width: auto;
    min-height: 10px;
    max-width: auto;
    max-height: 400px;
}

.card-size {
	max-width: 380px;
	min-width: 200px;
	max-heigth: 600px; 
	min-height: 600px;
}

.img-size {
	min-width: inherit;
    min-height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.img-fluid {
  display: block;
  object-fit: cover;
  width: inherit;
  height: 300px;
}

.carousel-card-size {
	max-width: 300px;
	min-width: 200px; 
	max-heigth: 100px; 
	min-height: 100px;
}

.carousel-img-fluid {
	display: block;
	object-fit: cover;
	max-width: 380px;
	min-width: 200px;
	max-height: 200px;
	min-height: 200px
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.fill:hover {
	cursor: pointer;
    /*border-style: solid;
	border-width: 2px;
	border-color: transparent;*/
	box-shadow: 0px 0px 30px;
}

.round-picture {
	border-radius: 50%;
}

.half-screen {
	max-width:100%;
	max-height:50%
}

.list-item-active {
  /*background-color: orange;*/
  color: orange !important;
}
md-card {
	margin-top: 0px;
	min-width: 200px;
}

.button-pdf {
	min-width:80px; 
	max-width:80px; 
	min-height:30px;
	max-height:30px;
}

.no-style {
	padding: 0;
	margin: 0;
}