.startup-tile-wrap:not(.tag_matchmeetings){
	display: none!important;
}


.text-color3 {
	color: #e81e23;
}

.navbar-default a.view-attendee {
	color: #e81e23;
	text-decoration: underline;
	padding: 0 0 0 35px;
	background: url(//rick-101.iseated.com/userview/assets/img/view-attendee.jpg) no-repeat top left;
	height: 27px;
	display: inline-block;
	line-height: 27px;
}

#sidebar-wrapper .sidebar-nav li.sel :before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 8px;
	background-color: #e81e23;
}

.btn {
	color: #e81e23;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #e81e23;
	box-shadow: none;
}

.btn.btn-arrow span:after {
	content: '';
	display: block;
	top: 0;
	right: 9px;
	bottom: 0;
	background: #e81e23;
	position: absolute;
	width: 46px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
	border-radius: 5px;
}

.btn-group .btn-color1 {
	background: #ffffff;
	border: 1px solid #e81e23;
	color: #555555;
}

.btn-group .btn-color1:hover,
.btn-group .btn-color1:focus,
.btn-group .btn-color1:active {
	background: #e81e23;
	color: #ffffff;
	outline: 0px;
	border: 1px solid #e81e23;
}

label.checkbox-toggle input:checked ~ b {
	background: #e81e23;
	border: 1px solid #e81e23;
}

a.btn-color1,
button.btn-color1 {
	background: #e81e23;
	border: 1px solid #e81e23;
	color: #ffffff;
}

a.btn-color1:hover,
button.btn-color1:hover,
a.btn-color1:focus,
button.btn-color1:focus,
a.btn-color1:active,
button.btn-color1:active {
	color: #ffffff;
	background: red;
	border-color: red;
	box-shadow: none;
	outline: 0px;
}

a.btn-color1:hover span:after,
button.btn-color1:hover span:after,
a.btn-color1:focus span:after,
button.btn-color1:focus span:after,
a.btn-color1:active span:after,
button.btn-color1:active span:after {
	background: #e81e23;
}

a.btn-color1.negative,
button.btn-color1.negative {
	background: #ffffff;
	color: #e81e23;
}

a.btn-color1.negative:hover,
button.btn-color1.negative:hover,
a.btn-color1.negative:focus,
button.btn-color1.negative:focus,
a.btn-color1.negative:active,
button.btn-color1.negative:active {
	color: #e81e23;
	border-color: #e81e23;
}

a.btn-color2,
button.btn-color2 {
	background: #f1b8b9;
	border: 1px solid #e05d5f;
	color: #4c0002;
}

.nav-tabs li a {
	color: #e81e23;
}

input.hasbtn:checked + label.btn-color1 {
	background: #e81e23;
	border: 1px solid #e81e23;
	color: #ffffff;
}

input.hasbtn:checked + label.btn-color1:hover,
input.hasbtn:checked + label.btn-color1:focus,
input.hasbtn:checked + label.btn-color1:active {
	color: #ffffff;
	background: #e81e23;
	border-color: #e81e23;
	box-shadow: none;
}

input.hasbtn:checked + label.btn-color1:hover span:after,
input.hasbtn:checked + label.btn-color1:focus span:after,
input.hasbtn:checked + label.btn-color1:active span:after {
	background: #e81e23;
}

.moreinfo {
	background: #e81e23;
	color: #fff;
	border-radius: 0 0 5px 5px;
}

.host-seat,
.highlight-seat {
	border: 5px solid #e81e23;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
}

.session-full {
	font-weight: bold;
	color: #e81e23;
}

	
.host-badge {
    background-color: #e81e23 !important;
    font-weight: bold;
    color: white;
    display: inline-block;
    padding: 3px 6px !important;
    margin-top: 4px;
    border-radius: 4px;
}
.nav-tabs>li a {
    border-radius: 4px 4px 0 0;
    border: 1px solid #e81e23;
}

.startup-tile-relevant-points {
    color: grey;
    font-size: 12px;
    margin: 0 2px;
    position: relative;
    top: 0;
    float: left;
    z-index: 2;
}

.startup-tile-relevant-badge {
    background-color: grey;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
    display: inline-table;
    z-index: 2;
}

.startup-tile .startupMoreInfo {
    color: grey;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .table-select .single-collum {
        width: 350px;
        float: left;
        margin-right: 20px;
        position: relative;
    }
}
