.navbar-inner {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2)
}
ul.navbar-nav {
	color: #777;
	font-size: 1.7rem;
}
body {
	font-size: 18px;
	margin-top: 50px;
}
.zoekvak {
	margin-top: 20px;
}

h1 small {
	color: #aaa;
}

.ng-binding {
	margin-left: 20px;
}
a.ng-binding {
	margin-left: 0px;
	color: #000;
}
li, th, .glyphicon-info-sign, a.ng-binding {
	cursor: pointer;	
}
.table-detail td {
	padding: 10px;
}
span.glyphicon-chevron-down, span.glyphicon-chevron-up {
	font-size: 0.7em;
}
.ne-pdf-viewer {
    background-color : #fff;
    }
.ne-pdf iframe {
    width   : 420px;
    height  : 630px;
    display : block;
    }
.ne-pdf {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0 0;
}
.btn-custom {
	padding: 5px 10px;
	font-size: 12px;
}
ol li.list-group-item { 
    list-style: decimal inside;
    display: list-item;
}

.col-sm-9 .ng-binding {
	margin-left: 0px;
}
.col-sm-5 .ng-binding {
	margin-left: 0px;
}

#TMsoort {
	font-size: .9em;
	color: #6583BF;
	margin-top: .9rem;
}
#aantalTitels {
	color: #a6a6a6;
}


/* NG_FILE_UPLOAD */
.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 15px;
}
#updateLoadPdf {
	background-color: #cce6ff;
	padding-bottom: 20px;
	border-radius: 10px;
	color: #777;
}

