html {overflow-y: scroll;}

body {
  padding-top: 0;
  padding-bottom: 20px;
}

.border {
    border: 1px solid #dee2e6!important;
}

.border-danger {
    border-color: #dc3545!important;
}

.border-success {
    border-color: #28a745!important;
}


.input-group-addon, .input-group-btn {
    width: inherit!important;
}

.label-opened {
    background-color: #5b9cd2;
}

.navbar {
  margin-bottom: 20px;
}

.navbar-inverse {
    border-radius: 0;
}

pre {
    line-height: 1;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

table>tbody>tr>td>hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.mwidth16 {
	min-width: 16px;
}

.closeside {
	display: block;
    background-color: #5A5A5A;
    bottom: 50px;
    left: -30px;
    position: absolute;
    width: 30px;
    height: 30px;
}

.navbar-form {
  margin-left: -15px !important;
}

@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: #fff;
}
}

@media (min-width: 767px){
ul.nav li.dropdown:hover > ul.dropdown-menu {display:block;}

}


.label {
line-height: 1.6;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 3px;
}
.p-b-table {
padding-left:0;
padding-right:0;
padding-bottom:0;
}
.btn {
  border-radius: 0;
}
@media (max-width: 991px){
.nopadl {
padding:0 !important;
}
.nopadr {
padding:0 !important;
}
}
.nopad {
padding:0 !important;
}
.nopadl {
padding-left:0 !important;
}
.nopadr {
padding-right:0 !important;
}
.infodark {
background-color:#30639D !important;
color:#FFF !important;
}
.nnactive {
background-color:#000 !important;
color:#FFF !important;
}
.topbot10 {
padding-top:10px !important;
padding-bottom:10px !important;
}
thead{
	font-weight:bold;
}
.chand{
	cursor:pointer;
}
.panel{
	border-radius:0;
}
.panel-heading{
	border-radius:0;
}

.container{
	padding:0;
}
.cpoint{
	cursor:pointer;
}
.table{
	font-size:13px;
	color:#000000;
	margin-bottom: 0;
}
.boimgs {
    display: block;
    float: left;
    background-color: #F3F3F3;
    height: 100px;
    width: 112px;
    margin: 2px;
    text-align: center;
    padding-top: 10px
}

shdw {
    font-size: 14px;
    font-weight: 700;
    text-shadow: 3px 3px 3px #000
}
.thmb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 210px;
    margin-top: -100px
}

h3 {
    font-size: 1.6em;
    margin: 0
}
#nieuwsbg {
    background: #000
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.text-danger {
  color: #DD0000;
}

.text-success {
  color: #00DD00;
}