/*! =Custom CSS
-------------------------------------------------------------- */

.sl-c-input-group{
	z-index: 10000;
}
.medimlijeko{
	display:none;
}
input[type=checkbox].sm-checkbox{
		display:inline;
		width:auto;
}

.sl-c-section__title a {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.28571rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration:none;
}
div.best_of{
	max-width:60%;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.player-roster-list-item a{
	color:#FFF;
	text-decoration:none;
}
.player-image {
/*    background-color:transparent; */
	text-align: center;
}
div.club-image.igrac {
	overflow:hidden;
	max-height:200px;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

#lgw_big, #lgw_small {
	display:none;
}

.c-red{
	background-color: red !important;
	color: white !important;
}
.c-green{
	background-color: green !important;
	color: white !important;
}
.c-green a, .c-red a{
	color: white !important;
}