

body {
    /* background-image: url("../img/feathers.gif");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7; */
    font-size:.8em;
}
.NavBrand {
    text-decoration: none;
}
.navbar-nav a {
    font-size: 1rem;
}
.logo {
    position:absolute;
    top: 10px;
    left:20px;
    width:100px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.page-title {
    font-size: 2em;
    text-align: center;
    background-color: rgb(82, 98, 100);
    color: white;
}

/* Voor de lijsten ----------------------------------------------- */
.p-content  {
    background:rgba(224, 234, 238, 0.92);
}
.p-row  {
    background:rgba(224, 234, 238, 0.92);
}

/* Voor de enkele profielen -------------------------------------- */
.a-content  {
    background:rgba(224, 235, 215, 0.92);
}
.a-row  {
    background:rgba(224, 235, 215, 0.92);
}



.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(172, 156, 156, 0.6);
    opacity: 1; /* Firefox */
    font-style: italic;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(172, 156, 156, 0.6);
    font-style: italic;
}
.sa {   /*span length*/
    min-width: 150px;
    align-items: start !important;
}
.bg-green {
    background-color: rgb(147, 173, 149, 0.3);
}
.bg-green2 {
    background-color: rgb(147, 173, 149, 0.1);
}
.btn-blauwd {
    background-color:rgba(10, 20, 90, 0.926);
    color: white;
}
.btn-blauwd:hover {
    background-color:rgba(10, 20, 90, 0.726);
    color: white;
}
.btn-redd {
    background-color:rgba(128, 30, 6, 0.926);
    color: white;
}
.btn-redd:hover {
    background-color:rgba(143, 60, 39, 0.926);
    color: white;
}
.contact-lijst i {
    font-size: .9rem;
    color:rgba(12, 28, 153, 0.726);
}
th i {
    font-size: .5rem;
    color: black;
}
.tharrow {
    white-space: nowrap;
}
.pdown:before{
	content: "\25be";
    float:right;
    color:gray;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.pup:before{
	content: "\25be";
    float:right;
    color:gray;
}
.pdown, .pup {
    display:inline-block;
    padding: 0px;
    white-space: normal;
}


/*  X-Small devices (portrait phones, less than 576px)
    No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) { 
    min-width: 420px;   
    max-width: 420px;   
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 

 }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
    
 }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
    body {
        font-size:.8em;
    }
 }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { 
    body {
        font-size:.7em;
    }
 } */
