.navbar-brand {
	padding: 15px;
}

.header-search-bar  {
	background-color: rgba(238, 55, 51, .7);
	padding: 15px 0;
}

.header-search-bar .search-value {
    text-align: center;
}

.header-search-bar .form-control {
    border: none;
}

.header-search-bar .btn-default {
    border: none;
    border-left: 1px solid #f1f1f1;
}

.form-inline .input-group > .form-control {
    width: 350px;
    border-left: none;
}

.header-search-bar .form-control, .header-search-bar .btn {
    height: 30px;
    border-radius: 0;
}

.select2-container, .select2-selection,
input[type="text"] {
    min-width: 250px !important;
    border: none !important;
    outline: none;
}

.select2-selection__rendered {
    text-align: left;
    color: #999 !important;
}

.search-location-wrapper {
    padding: 0px;
}

.form-inline .input-group > .form-control {
    border-left: none;
    border-right: none;
}

.milestone-block {
	margin-right: 0;
}

.btn-system.btn-gray {
    background-color: #101441;
}

ul.item-actions li {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.item-actions li span {
    border: none;
}

.error-page h2 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .form-inline .input-group>.form-control {
        width: auto;
        border-left: none;
    }
}