.bg-success {
	background-color: #B3D7A4;
}

.navbar-inner {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2)
}

.page-header {
	padding-bottom: 0px;
	/* color: teal; */
}

#username {
	display: none;
}

body {
	font-size: 18px;
	margin-top: 50px;
}
.zoekvak {
	margin-top: 20px;
}

h1#add, h1#update {
	margin-left: 10px;
	color: hsl(130, 90%, 30%);
}
h1#detail {
	margin-left: 10px;
	color: hsl(220, 80%, 95%);
}
h1 small {
	margin-right: 10px;
	color: hsl(220, 90%, 98%);
}

h1, h2 {
	padding: 5px 10px 10px 10px;
}
h3 {
	padding: 10px;
	color: #6583BF;
}
h4#schooljaar,#docent {
	margin: -10px 0 -5px 10px;
	color: #6583BF;
}
h5 {
	color: #6583BF;
	/* font-size: 16px; */
	/* margin-top: -20px; */
	padding: 0px 10px 5px 10px;
	/* line-height: 1.3em; */
}
.docent {
	margin-top: -20px;
}


#input-add-kaart {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

form[novalidate] input {
	border-width: 1px 1px 1px 8px;
	border-color: hsl(180,10%,70%);
	border-style: solid;
}
p.help-block.small {
	font-size: 0.7em;
}
input[required].ng-pristine, select[required].ng-pristine {
	border-color: #e74c3c;
}
input.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty{
	border-color: #e74c3c;
}

input.ng-valid.ng-dirty, select.ng-valid.ng-dirty, select.ng-pristine.ng-valid{
	border-color: #2ecc71;
}
input.ng-valid.ng-touched {
	border-color: #2ecc71;
}
input.ng-untouched.ng-not-empty {
	border-color: #2ecc71;
}

select[name='cursusvorm'],
select[name='instrument'], 
select[name='lesdag'],
select[name=lesplaats],
select[name='docentenlijst'] {
	font-size: 2em;
	width: 100%;
	line-height: 2em;
}
select[name='schooljaren'],select[name='docenten'] {
	border: none;
	font-size: 0.8em !important;
}

.form-control {
	background-color: hsl(90, 40%, 90%);
	height: 39px;
}
/* option {
	padding: 15px 0 15px 0;
	font-size: 2em;
} */

#sexe {
	font-size: .5em;
}

.ng-binding {
	/* margin-left: 20px; */
}
a.ng-binding {
	margin-left: 0px;
	/* color: #000; */
}
a[name='add-cursist'] {
	font-size: 1em;
}
#add-cursist {
	/* margin-top: -50px; */
}
.btn-addcursist {
	color: #337ab7;
    /* background-color: #fff; */
    border-color: #337ab7;
}

li, th, .fa-info-circle, a.ng-binding, a {
	cursor: pointer;
}
.table-detail td {
	padding: 10px;
}
.naw td {
	padding: 2px;
}
span.glyphicon-chevron-down, span.glyphicon-chevron-up {
	font-size: 0.7em;
}

.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;
}

hr {
	height: 2px;
	background-color: #002a71;
}

span.infosign-true {
	color: #449d44;
}
span.infosign-false {
	color: #6583BF;
}

/* TABLE DETAIL */
#table-detail td{
	vertical-align: top;
}
#table-detail td:nth-child(1) {
	font-weight: bold;
	width: 30%;
}
#table-detail tr td:nth-child(2){
	cursor: pointer;
}#table-detail tr td:nth-child(2):hover{
	border: 1px solid #6583BF;
}
table {
	width: 100%;
}
#infotable tr td:nth-child(1) {
	min-width: 30%;
}
.reminder {
	/* margin-top: -73px; */
	color: #0B3F91;
	display: flex;
	align-items: flex-start;
}
#rembtn {
	font-size: 1em;
}
.well {
	border: 1px solid #337ab7;
}
/* .reden { 			// toelichting op vragen in detail en update pagina
	color: #555;
} */
.reden {			/* toelichting op vragen in detail en update pagina */
	font-style: italic;
	font-weight: lighter;
	font-size: .9em;
	color: #666;
}


/* UPDATE-DETAIL */
span.fa-eye, span.fa-eye-slash {
	color: darkgreen;
}
span.fa-eye:hover, span.fa-eye-slash:hover {
	color: darkorange;
	cursor: pointer;
}
.eye {
	font-size: .75em;
	font-style: oblique;
	font-weight: lighter;
}
.vorig_item {
	background: hsl(140, 40%, 95%);
	height: 4em;
	border: 1px solid lightgrey;
	border-radius: 4px;
	display: block;
	padding: 6px 12px;
}


/* UPDATE DETAIL */
label {
	font-weight: normal;
	/* display: block; */
}


/* 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;
}

/* PRINT */
.printcontainer {
	width: 90%;
	margin: auto;
}
.printcontainer p {
	margin: 0 0 2px !important;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.printbtns {
	margin-top: 20px;
}

@media print {
   .noprint {
     display: none;
   }
   .print {
   	margin-left: -4%;
		width: 100px;
		height: 60px;
   }
}
