
.btn-pill {
    color: #fff;
    background-color: #262624;
    border-color: #262624;
    border-radius: 300px;
}
.btn-pill:hover {
    color: #fff;
    background-color: #121211;
    border-color: #0c0c0b; }
.btn-pill:focus, .btn-pill.focus {
    color: #fff;
    background-color: #121211;
    border-color: #0c0c0b;
    box-shadow: 0 0 0 0 rgba(71, 71, 69, 0.5); }
.btn-pill.disabled, .btn-pill:disabled {
    color: #fff;
    background-color: #262624;
    border-color: #262624; }
.btn-pill:not(:disabled):not(.disabled):active, .btn-pill:not(:disabled):not(.disabled).active,
.show > .btn-pill.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0b;
    border-color: #050505; }
.btn-pill:not(:disabled):not(.disabled):active:focus, .btn-pill:not(:disabled):not(.disabled).active:focus,
.show > .btn-pill.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(71, 71, 69, 0.5); }

.btn-pill-red {
    color: #fff;
    background-color: #9E0507;
    border-color: #9E0507;
    border-radius: 300px;
}
.btn-pill-red:hover {
    color: #fff;
    background-color: #BA666C;
    border-color: #BA666C; }
.btn-pill-red:focus, .btn-pill-red.focus {
    color: #fff;
    background-color: #121211;
    border-color: #0c0c0b;
    box-shadow: 0 0 0 0 rgba(71, 71, 69, 0.5); }
.btn-pill-red.disabled, .btn-pill-red:disabled {
    color: #fff;
    background-color: #262624;
    border-color: #262624; }
.btn-pill-red:not(:disabled):not(.disabled):active, .btn-pill-red:not(:disabled):not(.disabled).active,
.show > .btn-pill-red.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0b;
    border-color: #050505; }
.btn-pill-red:not(:disabled):not(.disabled):active:focus, .btn-pill-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-pill-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(71, 71, 69, 0.5); }

/*.btn-pill-left {
    border-radius: 100px 0px 0px 100px;
}*/

.btn-pill-right {
    border-radius: 0px 100px 100px 0px;
}

.hide-show {
    visibility: hidden;
    display: none;
}

.equal:hover {
    /*background-color: blue;*/
}
.equal:hover .hide-show {
    display: inline;
    visibility: visible;
}

.form-control {
    border-radius: 5px;
}

.text-right-float {
    position: relative;
    float: right;
}

.gi-red-color{
    color: #9E0507;
}

.gi-red-background{
    background-color: #9E0507;
}

.span-super {
    font-size: 75%;
    vertical-align: super;
    content: "+";
}

.custom-select {
	padding: 0.5rem;
}

#btn-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1199;
	border: none;
	outline: none;
	background-color: black;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 50px;
	font-size: 18px;
}
#btn-top:hover {
	background-color: #555;
}

.filter-count {
	display: inline;
	background-color: #9E0507;
	padding: 5px 8px;
	border-radius: 12px;
	color: white;
	margin-left: 5px;
}

.sticky {
	position: sticky;
	top: 0;
}

.btn-rounded-left {
	border-radius: 100px 0px 0px 100px;
}
.btn-rounded-right {
	border-radius: 0px 100px 100px 0px;
}
.btn-rounded-both {
	border-radius: 100px 100px 100px 100px;
}

.gi-alert {
	position: absolute;
	top: 100px;
	width: 50%;
	z-index: 1000;
}

.alert-success {
	background-color: #6b9e61;
}
