/* custom css */

body {
	padding-top: 60px;
}

/* navbar */ 

.navbar-inverse .navbar-brand {
	color: #fff;
	font-size: 11pt;
	font-weight: 300;
}
.navbar-inverse .navbar-nav > li > .btn-primary {
	color: #FFF;
}
.navbar-brand {
    position: relative;
    padding-left: 50px;
}
.navbar-brand img {
    position: absolute;
    top: 12px;
    left: 15px;
}
@media(min-width: 768px) {
	.navbar-right {
		margin-right: 0px;
	}
	.navbar-collapse > .navbar-right > li {
		margin-right: 10px;
	}
}
@media(max-width: 767px) {
	.navbar-inverse .navbar-nav > li > a {
		margin-right: 20px;
		margin-left: 20px;
	}
}

/* general */

.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.col-xs-2 {
	width: auto;
}
.title {
	padding: 10px 5px;
	font-weight: bold;
	font-size: 20px;
}

/* search */

.search-btn {
	background-color: #fff;
}
.clear:hover {
	color: #d9534f;
}
.loading {
	text-align: center;
}

/* tables */

.table {
	font-size: 13px;
	margin-bottom: 0;
}
.table-responsive {
	min-height: 400px;
}
.associated-clients-table {
	min-height: 50px;
}
#status {
	padding-left: 20px;
	padding-top: 11px;
}
.wrap {
	word-break: break-all;
}
.indicator {
	display: inherit;
	width: 10px;
	height: 10px;
	margin-top: 20px;
	border-radius: 5px;
}
label, .checkbox-inline > .indicator {
	margin-top: 0;
}
.enabled {
	background-color: #6cc644;
  	box-shadow: 0 0 10px rgba(108,198,68,.5);
}
.disabled {
	background-color: #d9534f;
	box-shadow: 0 0 10px rgba(217,83,79,.5);
}
.activation-codes, .edit {
	margin-right: 20px;
}
.delete {
	color: #d9534f;
}

/* forms */

#editHeader {
	font-size: 16px;
	font-weight: bold;
}
label[for=enabled] {
	font-weight: bold;
}
label[for=clientName] {
	font-size: 16px;
}
label[for=clientServices] {
	font-size: 16px;
}
label[for=configure] {
	font-size: 16px;
	margin-bottom: 15px;
}
#configure {
	margin-left: 15px;
	margin-bottom: 30px;
}
#serviceStatus {
	padding-left: 30px;
	padding-top: 11px;
}
#clientSecret {
	font-size: 12px;
	color: #939393;
}
#clientServices {
	margin-top: 10px;
	border-bottom: 1px solid rgb(214, 214, 214);
	margin-bottom: 30px;
}
#controls {
	margin-top: 20px;
}
#cancel {
	margin-left: 10px;
}
form > .client-info {
	margin-left: 15px;
	margin-bottom: 30px;
}
.inline-half {
	width: 49%;
}
.inline-quarter {
	width: 24%;
}
.inline-spacing {
	margin-bottom: 15px;
}

/* animations */

.animated.slow {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
.animated.faster {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s; 
}
.router-animation-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.router-animation-backdrop.in {
    opacity: .5;
}
.router-animation-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.router-animation-container {
  position: relative; 
}
.router-animation-container .router-animation-loader {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
    color: #ebebeb;
    z-index: 1041; 
}
.router-animation-container.active .router-animation-loader {
    display:block; 
}

/* create/update service with claims for client modal */

#selectService > select {
	width: 100%;
}
hr {
	margin-top: 0px;
}
#claimBool {
	display: inherit;
}
.ace_editor {
	height: 300px;
}
#requiredLabel {
	font-size: 11px;
}
.typeDescr {
	font-size: 11px;
	font-style: italic;
}