.side-crop {
	max-width: 407px;
	max-height: 335px;
	overflow: hidden;
}
.side-crop img {
	max-width: initial; /* Maybe optional. See note below */
}

.scoreP {
	padding: 0;
	margin: 0;
	padding: 3px 0;
}

.commentTextLabel {
  text-align: right;
}

.slikaHappinessActive {
  margin-right:3px;
  max-width: 2.0vw;
}

.slikaHappiness {
  margin-right:3px;
  max-width: 1.5vw;
  opacity: 0.5;
  
}

a#scrollUp {
	display: none !important;
}

.fixedElement {
	background-color: rgb(247, 247, 247);
	border: 1px solid rgba(0,0,0,.125);
	color: rgb(135, 144, 175);
	text-align: center;
	position: fixed;
	top: 0;
	width: 75%;
	height: 35px;
	left: 50%;
	margin-left: -37.5%;
	margin-top: 10px;
	z-index: 100;
}

.card-header {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 122, 183);
	border-color: rgb(46, 109, 164);
}

.card-header-groupmes {
	color: rgb(255, 255, 255);
	background-color: rgb(155, 155, 155);
	border-color: rgb(145, 145, 145);
}

.card-header-group_message {
	color: rgb(255, 255, 255);
	background-color: rgb(178,193,195);
	border-color: rgb(125,147,156);
}


/* responsive */
/* responsive */
@media only screen and (max-width: 995px) {

  .col-md-4 {
	  width: 100%;
	  flex: 100 100 100%;
	  max-width: 100%;
  }

  .poincare-plot {
	width: 100% !important;
  }

  .dugmadZaDalje {
	text-align: center;
  }

  .dugmadZaDalje {
	text-align: center;
  }

  .dugmadZaDalje .btn {
		margin-top: 5px;
  }

  .naslovKartice {
	text-align: center;
  }

  .commentTextLabel {
	text-align: unset;
  }
  
  .filterCard {
	flex: 100 100 100%;
	max-width: 100%;
	margin-bottom: 30px;
  }

  .slikaHappinessActive {
	max-width: 30px;
  }

  .slikaHappiness {
	max-width: 25px;
  }
}

/* rating srca */

.ocena {
	border: 0px solid rgb(51, 122, 183);  /* #337AB7;*/
	margin: 0px 20px;
	border-top: 0px;
	border-bottom: 0px;
	text-align: right;
}

.rate {
	/*float: left;*/
	height: 46px;
	padding: 0 10px;
	padding-right: 0px;
}
.rate:not(:checked) > input {
	/*position:absolute;
	left:-9999px;*/
	display: none;
}
.rate:not(:checked) > label {
	float:right;
	width:1.3em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:30px;
	color:rgb(204, 204, 204);  /*/#ccc;*/
	opacity: 0.5;
}
.rate:not(:checked) > label:before {
	content: '? ';
}
.rate > input:checked ~ label {
	color: rgb(51, 122, 183); /*#337AB7;*/
	opacity: 1.0;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
	color: rgb(49, 176, 213); /*//#31B0D5;*/  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
	color: rgb(49, 176, 216); /*#31B0D8;*/
	opacity: 1.0;
}

.loader {
	display: inline-block;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*.btn-primary {
    text-transform: uppercase;
    border: none;
    background-color: rgb(116, 179, 224);
    font-family: 'Quicksand', sans-serif;
}*/

.btn-selected-cwd {
    text-transform: uppercase;
    border: none;
    background-color: rgb(116, 179, 224);
    font-family: 'Quicksand', sans-serif;
}

.btn:focus {
  outline: none;
}

.hrchart-container {
  position: relative;
  margin: auto;
  height: 80vh;
  width: 60vw;
}

/* bootstrap rating */
.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}
.symbol-empty {
  background-color: #ccc;
}
.symbol-filled {
  background-color: blue;
}
.custom-heart {
	font-size: 1.2em;
	color: rgb(51, 122, 183);	
}
.custom-heart-fade {
	font-size: 1.2em;
	color: rgb(51, 122, 183);
	/*margin-left:.3em;
		margin-right:10px;*/
}

/* FAB */

.button-round {  	
	color: white;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
	
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.1em;
	margin: 4px ;
	border-radius: 50%;
	background: rgb(51, 122, 183);
	box-shadow: 0 6px 20px rgba(0,0,0,0.4);
	float: right;
	position: absolute;
	display: inline-block;
	right: 0px;
	top: -2px;
	z-index: 999;
}  
.button-holder-div {
	width: 20px;
	height: 20px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-round:hover {
	opacity: .7;
	transform: scale(.92);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.button-round:active {
	opacity: .7;
	transform: scale(.83);
	border: rgb(10, 12, 43, 1);
	box-shadow: 0 6px 20px rgba(0,0,0,0.0);
}



.circle-icon {
    color: white;
	background: rgb(51, 122, 183);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	/* Good browsers */
	font-size: 1.1em;
	opacity: 0.5;
    display: inline-block;
	
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;
	position: absolute;
	top: 10px;
	right: 10px;
}

.circle-icon:hover,.social_round:hover{
	opacity: .7;
	transform: scale(1.2);
	box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.circle-icon:active,.social_round:active {
	opacity: .7;
	transform: scale(.83);
	border: rgb(10, 12, 43, 1);	
}

.social_round {
	color: white;	

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	/* Good browsers */
	font-size: 1.2em;
	opacity: 0.5;
    display: inline-block;
	
	border-radius: 50%;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;	
	margin-left: 5px;
}

.fa-facebook {
  padding: 0.5em 0.7em;	
  background: rgb(59, 89, 152);
  color: white;
}
.fa-twitter {
  background: rgb(85, 172, 238);
  color: white;
}
.fa-linkedin {
  background: rgb(0, 123, 181);
  color: white;
}
.fa-at {
  background: rgb(221, 75, 57);
  color: white;
}
.fa-linkedin {
  background: rgb(0, 123, 181);
  color: white;
}

.btn-group-header {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

.btn-group-data-header {
  background-color: rgb(119, 136, 155);
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

.btn-group-message-header {
  background-color: rgb(178,183,185);
  border: none;
  color: white;
  margin-right:1em;
  font-size: 16px;
  cursor: pointer;
  margin-top:5px;
  margin-bottom:5px;
}

.btn-group-message-header:hover{
    color: black;
}

/*
.modalhist{
    position: relative;
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}

.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}
*/

.group_messages {
  max-height: 250px;
  overflow: auto;  
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.top-right {
	position: fixed; 
	top: 1em; 
	right: 1em;
	z-index: 2000;
}

.likedcomm {
	color: rgb(51, 122, 183);	
}
.notlikedcomm {
}

.likedcomm:active, .notlikedcomm:active {
	opacity: .7;
	transform: scale(.83);
	border: rgb(10, 12, 43, 1);	
}

/*
.likedcomm:hover{
	opacity: .7;
	transform: scale(1.2);
	box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}*/

.likeholder {
	border: 1px solid LightGray;
	border-radius:5px;
	padding-right:.5em;
	padding-left:.2em;
	margin-right:.2em;
}
