.events.grid .most-expensive-ticket {
	display: none;
}

#pagination-events {
	float: left;
	width: 100%;
}
#pagination-events ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.modal-header .close {
	top: 20px;
}

.logged-in.navbar-right li.logout-link {
	display: none;
}
div#password-reset-response li {
    list-style: none;
}

@media(max-width: 767px) {
	#main-menu .navbar-nav > li.line-separator {
		display:none;
	}
	.logged-in.navbar-right li.logout-link {
		display: block !important;
	}
}

@media(max-width: 600px) {
	body.browse-events .page-title {
		text-align: center;
	}
}


#flash-message .alert {
    position: fixed;
    z-index: 100;
    top: 45vh;
    left: 20%;
    right: 20%;
    min-width: 400px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    max-width: 550px;
    width: 100%;
}


.history-log .panel.invoice-grid {
    margin-bottom: 5px;
}
.history-log .panel.invoice-grid .panel-body {
    padding: 5px 15px;
}
.history-log .panel.invoice-grid .date-block,
.history-log .panel.invoice-grid h5.text-semibold {
    margin: 0;
    line-height: 20px;
}
.text-center.content-group.text-muted.content-divider {
    margin-bottom: 5px !important;
}
label {
    font-weight: 400;
}

.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.secondary-pages .yellow-bg {
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}
input.white {
    color: #6e6e6c;
    background: #ffffff;
    float: left;
    border: 1px solid #d4d4d4;
}
form div.detailed-search.active {
    height: auto;
    min-height: 58px;
    padding: 10px 0;
    border-top: 1px solid rgba(169, 169, 169, 0.3);
    opacity: 1;
}
form .detailed-search .title {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 35px;
}
.bootstrap-select .btn.dropdown-toggle.btn-default {
    background: #ffffff;
    border-radius: 5px;
    color: #a9a9a9;
    line-height: 23px;
    padding-left: 15px;
    width: 280px;
    padding-right: 25px;
    border: 1px solid;
    outline: none !important;
}
.bootstrap-select .dropdown-menu.open {
    background: #ffffff;
    width: 100%;
    top: 80%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid darkgrey;
    box-shadow: none;
    border-top: none;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    background: #ffffff;
    color: #a9a9a9;
    line-height: 30px;
    border-bottom: 1px solid #a9a9a9;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #000000;
    background: #efefef;
}
input.black {
    width: 100%;
    background: #ffffff;
    color: #a9a9a9;
    border: 1px solid;
}
.tags-block {
    border-right: 1px solid #a9a9a9;
}
.tagit.ui-widget.ui-widget-content.ui-corner-all {
    color: #a9a9a9;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid darkgrey;}
ul.tagit li.tagit-choice {
    border-right: 1px solid rgba(109, 109, 109, 0.56);}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #7b726c;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    color: #2c2c2b;}