@import "/static/css/avatars.css";

a.navbar-brand {
	padding: 20px 15px;
	color: #1A968F !important;
}

a.navbar-brand img {
	display: inline-block;
	max-height: 54px;
}

a.navbar-brand span {
	display: inline-block;
}

.code-details > .form-group {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
	margin-bottom: 0;
}

.code-details > .form-group > label {
	margin-bottom: 0;
}

ul.existing-admins {
	height: 150px;
	margin: 0 -15px 15px -15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	overflow-x: hidden;
	overflow-y: auto;
}

ul.existing-admins > li {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}

ul.existing-admins > li:last-child {
	border-bottom: 0;
}

ul.existing-admins > li[data-selected="true"] {
	background-color: #1a968f;
	color: #fff;
}

ul.existing-admins > li.empty {
	background-color: #e7e7e7;
	cursor: default;
}

ul.admin-users > li.empty,
ul.teacher-users > li.empty,
ul.student-users > li.empty {
	font-style: italic;
}

.user-invitation-error-message, .user-creation-error-message {
	color: #d9534f;
	font-weight: bold;
    display: block;
}

#pending-invitations td, #current-users td {
	vertical-align: middle;
}

#my-institution-profile .institution-image {
	max-width: 120px;
	max-height: 120px;
	margin-right: 10px;
}

#my-institution-profile .address {
	margin-top: 10px
}

#vendor-settings .tab-content, #institution-settings .tab-content {
	padding: 20px;
}
