.view-filters {
	padding: 20px 0;
}

.btn-default.btn-default-bs3 {
    color: #333;
    background-color: #fff;
    border: 1px solid #adadad;
    margin-right: 5px;
}
.btn-default.btn-default-bs3:hover span {
  color:#fff;
}

div.view-csm-open-phd-positions {
	height: auto !important;
}


.phd-keywords-filter-buttons .btn:hover {
	background-color: #fff;
}
.phd-keywords-filter-buttons .btn-default.btn-default-bs3:hover {
	color: #333 !important;
}
.phd-keywords-filter-buttons .btn-default.btn-default-bs3.active:hover {
	color: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
	.phd-keywords-filter-buttons .btn.js-btn-filter-by-keyword:hover {
		background-color: #3B466E !important;
		color: #fff !important;
	}
}

.label-primary {
    background-color: #337ab7;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.panel-body .panel,
.panel-primary .panel {
	margin-bottom: 0;
	box-shadow: none;
	border: 1px solid #ddd;
}

.pl-15 ul.list-group {
}
.pl-15 ul.list-group li {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #337ab7;
    margin-bottom: 3px;
}

.pull-right {
    float: right !important;
}

.panel-danger {
    border-color: #ebccd1 !important;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 16px;
    font-weight: bold;
}


.phd-keywords-filter-buttons input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.panel-primary-muw .panel-body .panel-footer {
	max-width: 200px;
	font-size: 14px;
	overflow: hidden;
}

.phd-project-listing-supervisor-image {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* key words */
.pr-15 ul.list-group {
  display: -webkit-box;   
  list-style: none; 
  word-break: break-word;
}

.pr-15 ul.list-group li.list-group-item {
  margin-right: 3px;
  font-size: 65%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (max-width: 992px) {
    .col-md-6 {
        width: 100%;
    }
}


