

.pat-list .mx-templategrid-item {
	border-width: 0px;
	padding: 0px;
}

.pat-list .form-group {
	margin-bottom: 0px;
}

.pat-list .form-control-static {
	border: none;
}

.pat-list > ul > li:nth-child(even),
.pat-list > ul > li:nth-child(even) .mx-templategrid-item,
.pat-list > ul > li:nth-child(even) li {
	background-color: #F5F8FD;
}

.pat-list .pat-list-item {
}

.pat-list .pat-list-item-scopes {
	float: right;
	width: calc(100% - 160px);
	padding: 8px;
}

.pat-list .pat-list-item-scopes li, 
.pat-list .pat-list-item-scopes li:last-child {
	border: none;
	
	padding: 0px 0px 2px 40px;
}


.pat-list .app-name {
	float: left;
}

.pat-app-item {
	border: none;
	padding: 0px;
}

.pat-app-item .form-group {
	margin-bottom: 0px;
}


.pat-app-item li {
	border: none;

	padding: 2px 0px 2px 40px !important; 
}

.pat-app-item .form-control-static {
	border: none;
}

.pat-app-item .pat-scope-list li,
.pat-app-item .pat-scope-list li:last-child {
    padding: 2px 0px 2px 40px;
	border: none;
}

.pat-app-item .scope-description {
	padding-left: 40px;
}

.pat-app-item .mx-dataview-controls {
	border: none !important;
}

.pat-name {
	font-weight: bold;
	font-size: 1.2em;
}

.scope-name {
}

.scope-description {
	font-style: italic;
}

.important-descr {
	padding: 8px;
	background-color: #FD6464;
	border-radius: 8px;
	color: white;
}

/** display once dialog **/
.pat-view {
	margin: 8px;
}

.pat-view .form-control-static {
	border: none;
}

.pat-view .col {
	padding-right: 0px;
}

.col-md-offset-3 {
    margin-left: 0px;
}