/* VIVAR SITE */
/*
  zwart       : #000000
  wit         : #fff
  grijs       : #222222
  donkergroen : #316A37
  lichtgroen  : #dff0d8  (datatables header en footer)
  lichtgrijs  : #ddd     (datatables lijntjes)
  lichtgrijs  : #f5f5f5  (achtergrond secties)

*/

@font-face {
    font-family: 'KorolevCondensed-Light';
    src: url('/fonts/korolevcondensed-light-webfont.eot');
    src: url('/fonts/KorolevCondensed-Light.otf') format('opentype');    
    src: url('/fonts/korolevcondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/korolevcondensed-light-webfont.woff2') format('woff2'),
         url('/fonts/korolevcondensed-light-webfont.woff') format('woff'),
         url('/fonts/korolevcondensed-light-webfont.ttf') format('truetype'),
         url('/fonts/korolevcondensed-light-webfont.svg#KorolevCondensed-Light') format('svg');
    /*font-weight: normal;*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KorolevCondensed-Bold';
    src: url('/fonts/korolevcondensed-bold-webfont.eot');
    src: url('/fonts/KorolevCondensed-Bold.otf') format('opentype');    
    src: url('/fonts/korolevcondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/korolevcondensed-bold-webfont.woff2') format('woff2'),
         url('/fonts/korolevcondensed-bold-webfont.woff') format('woff'),
         url('/fonts/korolevcondensed-bold-webfont.ttf') format('truetype'),
         url('/fonts/korolevcondensed-bold-webfont.svg#KorolevCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
  font-family: 'KorolevCondensed-Light';
  font-weight: 100;
  src: url('/fonts/KorolevCondensed-Light.otf') format('opentype');
}

@font-face {
  font-family: 'KorolevCondensed-Bold';
  font-weight: bold;
  src: url('/fonts/KorolevCondensed-Bold.otf') format('opentype');
} 
*/

.table-striped>tbody>tr.ouder_dan_zes_maanden:nth-of-type(odd) {
    background-color: #dbedf3;
}
.table-striped>tbody>tr.ouder_dan_zes_maanden:nth-of-type(even) {
    background-color: #dbedf3;
}
.table-striped>tbody>tr:hover.ouder_dan_zes_maanden:nth-of-type(odd) {
    background-color: #DFF0D8;
}
.table-striped>tbody>tr:hover.ouder_dan_zes_maanden:nth-of-type(even) {
    background-color: #DFF0D8;
}

.table-striped>tbody>tr.ouder_dan_twaalf_maanden:nth-of-type(odd) {
    background-color: #ffb52c4d;
}
.table-striped>tbody>tr.ouder_dan_twaalf_maanden:nth-of-type(even) {
    background-color: #ffb52c4d;
}
.table-striped>tbody>tr:hover.ouder_dan_twaalf_maanden:nth-of-type(odd) {
    background-color: #DFF0D8;
}
.table-striped>tbody>tr:hover.ouder_dan_twaalf_maanden:nth-of-type(even) {
    background-color: #DFF0D8;
}

img.info-button {
  width: 20px;
  filter: invert(1);
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}


/* Default */
/* ======= base ======= */
#myModal {
/* met onderstaande settings blijft modal scherm staan en scrollt de inhoud eronder */
/*top:40px;
outline: none;  
z-index: 10000;
*/
/* deze ook */
/*position: fixed;
top: 45px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0px none;
padding-right: 0px !important;
*//* deze ook */

position: fixed;
top: 100px;
padding-right: 0px !important;

  /*background: rgba(0, 0, 0, 0);*/
  /*top: 180px;  */
  /*left: -1000px;*/
  /*top: -1000px;*/
}

.container {
  width: 100%;
}

#myModalLijstAdressen {
/* met onderstaande settings scrollt modal scherm mee met hoofpagina */  
  /*position: fixed;*/
  padding-top: 150px;
  top: 100px;
  position: absolute;
  padding-right: 0px !important;
}


.underlined-header {
  color: #316a37;
  font-weight: 800;  
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #316a37;  
}
.modal-backdrop
{
    opacity:0.0 !important;
}
.modal-open .navbar-fixed-top {
  padding-right: 0px !important;
}
html {
  overflow-y: scroll;
}
body { 
  padding-right: 0 !important;
  font-family:'Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;    
  /*color: #444444;*/
  font-weight: 400;  
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;    
  font-weight: 700;
  /*color: #17baef;*/
}
a {
  /*color: #17baef;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a.mailto {
  color: white;
}
a.mailto:hover {
  text-decoration: none;
  color: white;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family:'Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;    
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  /*background: #074f66;*/
  background: #316a37;
  border: 1px solid #316a37;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  /*background: #053c4e;*/
  background: #133817;
  border: 1px solid #133817;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #525552;  
  border: 1px solid #525552;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #353533;
  border: 1px solid #353533;
  color: #fff;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled),
button.dt-button:active:not(.disabled), div.dt-button:active:not(.disabled), a.dt-button:active:not(.disabled),
button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled),
button.dt-button:active:hover:not(.disabled):not(.disabled), div.dt-button:active:hover:not(.disabled):not(.disabled), a.dt-button:active:hover:not(.disabled):not(.disabled),
button.dt-button.active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button.active:not(.disabled) {
    border: 1px solid #133817;
    background-color: #133817;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.text-highlight {
  color: #074f66;
}
.offset-header {
  padding-top: 90px;
}
pre code {
  font-size: 16px;
}
.global_error {
    clear: left;    
    color: #DD3333;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: 1px solid #DD3333;
    margin-bottom: 20px;
}
.buttons-bottom .btn {
  margin-top: 15px;
}
.form-control:focus {
    border-color: #204D74;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(32, 77, 116, 0.6);
}
.checkbox label, .radio label {
  font-size: 14px;
}
.description_list_bordered {
  width: 100%; 
  border: 1px solid #074F66;
  border-radius: 4px 4px 4px 4px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.description_list_bordered .dl-horizontal {
  padding-left: 5px;
}
.border-form-horizontal {
    padding-left: 15px;
    padding-right: 15px;
/*    margin-left: 15px;
    margin-right: 15px;
*/    
    
    border: 1px solid #074F66;
    
}
.btn-link {
    font-weight: 400;
    color: #000000;
    border-radius: 0px;
}
/* ======= header ======= */
/*.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
*/
.header {
  padding: 0;
  margin: 0;
  background: #000000;  
  color: #fff;
  position: fixed;
  z-index: 9999;    /* EV op 31-03-2015, anders gaat uitklapmenu onder inputvelden, enz. door  */ 
  width: 100%;
}
.navbar {
  margin-bottom: 0px;
}
.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;    
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header .logo {
  margin: 0;
  font-size: 26px;
  padding-top: 10px; /*&&&*/ 
}
.header .logo a {
  color: #fff;
}
.header h6.user {
  font-size: 11px;
  padding-bottom: 5px;
  margin: 0;
  color: #fff;  
  font-family: 'Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;        
  font-weight: 400; 
}
.header.navbar-fixed-top h6.user {
  color: #000000;
}
.header .logo a .logo-title {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;        
  padding-top: 0;
  margin: 0;
  color: #fff;
}
.header.navbar-fixed-top .logo a .logo-title {
/*  padding-top: 0;
  margin: 0;
*/  color: #000000;
}
.header .navbar-toggle {
/*  margin: 0;
  padding-top: 10px;

*/
  margin-right: 0px;
  padding-right: 0px;
  /*padding-top: 0px; &&&*/
}
.header.navbar-fixed-top {
/*  margin: 0;
  padding: 10px;
*/
  margin-right: 0px;
  padding-right: 0px;
}
.header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #000000;
}
.header .navbar-collapse {
  padding: 0;
  margin: 0;
}
.header .nav-item a {
  color: #fff;  
}
.header .nav-item a:link {
  background-color: inherit;
}
.header .dropdown-menu > li > a {
  color: #000000;
  font-size: 15px;  
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-nav > li > a {
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: inherit;
}
.header.navbar-fixed-top .nav-item a {
  color: #000000;  
}
.header.navbar-fixed-top .dropdown-menu > li > a {
  /*color: #000000;*/
}
.header .nav-item:hover {
  color: transparent;
  font-weight: 400; 
  background: none;
}
.header .nav-item a:hover {
  color: #316a37;
  background: none;
}
.header .nav-item a:focus {
  outline: none;
  background: none;
}


/*
.logo .scrollto {
  text-decoration: none;
  border: 0;
  outline: hidden !important;
}

.header .main-nav .nav-item a {
  color: #fff;
}
.header .main-nav .dropdown-menu > li > a {
  color: #000000;
}

.header .main-nav .nav .nav-item.active a {
  color: #316a37;
  font-weight: 400; 
}


.header.navbar-fixed-top .main-nav .nav-item a {
  color: inherit;
}


 /*@@@*/
/*.header .main-nav .nav .nav-item a {
  color: #fff;
}
*/
 /*@@@*/
/*.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #000000;
}
*/


/*.header.navbar-fixed-top .logo a .logo-title {
  color: #000000;  
}
*/
/*
.header .logo a:hover {
  text-decoration: none;
}
.header .main-nav button {
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
*/
/*@@@ --> */
/*.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .navbar-collapse {
  padding: 0;
}
.header .main-nav .nav .nav-item .dropdown-menu .nav-item a {
  color: #fff;
}
.header.navbar-fixed-top .main-nav .nav .nav-item .dropdown-menu .nav-item a {
  color: #000000;
}
.header .main-nav .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #316a37;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  font-family:'Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;      
  color: #fff !important;
}
.header .main-nav .nav .nav-item.active a {
  background: none;
}
*/
/*@@@ <-- */


/*.header .main-nav .nav .nav-item a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
*/

/*@@@ --> */
/*.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: inherit;
}
.header .main-nav .nav .nav-item a:hover {
  color: #316a37;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #316a37;
  font-weight: 400; 
}
.navbar-fixed-top .main-nav .nav .nav-item.active a {
  color: #316a37;
  background: none;
}
*//*@@@ <-- */

/* ========= datepicker ======== */
div .datepicker {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.datepicker .input-group-addon{
  cursor: pointer;
  cursor: hand;
}

/* ======= header1 section ======= */
.header1 {
  background: #17baef;
  color: #fff;
  padding-top: 40px;
}
.header1 .title {
  font-size: 98px;
  color: #074f66;
  margin-top: 0;
}
.header1 .title .highlight {
  color: #eebf3f;
}
.header1 .intro {
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* ======= login_forms section ======= */
.login_forms {  
  padding-bottom: 20px;
  background: #fff;
}
.login_forms .home-left-section {
  padding-top: 20px; 
  padding-bottom: 20px; 
  /*background-color: #000000;*/
}
.login_forms .bigtitle {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;              
  padding-top: 30px;
  font-size: 80px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 60px;
}
.login_forms .title {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;              
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
.login_forms .subtitle {
  font-family:'KorolevCondensed-Light','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;        
  color: #000000;
  margin-top: 0;
  margin-bottom: 5px;
}
.login_forms .intro {
  font-family: inherit;  
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.login_forms a, .login_forms .checkbox {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;              
}

/* ======= section wijzig-form ======= */
section.wijzig-form {
  padding-top: 40px;
}
section.wijzig-form textarea.form-control {
    height: 170px;
    resize: none;
}
/* ======= section maak-form ======= */
section.maak-form {
  padding-top: 40px;
}
section.maak-form textarea.form-control {
    height: 170px;
    resize: none;
}

/* ======= reset_login_forms section ======= */
.reset_login_forms {
  padding-bottom: 20px;
  background: #fff;
}
.reset_login_forms .bigtitle {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;              
  padding-top: 30px;
  font-size: 80px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 60px;
}
.reset_login_forms .title {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;              
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
.reset_login_forms .home-left-section {
  padding-top: 20px; 
  padding-bottom: 20px; 
  background-color: #000000;
}
.reset_login_forms .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* ======= promo section ======= */
.promo {
  background: #000000;
  color: #fff;
  padding-top: 150px;
}
.promo .home-logo {
  padding: 0px 30px 0px 0px;
  margin-top: -25px;
  height: 125px;
}
.login-logo {
  padding: 0px 0px 0px 0px;
  margin-top: 10px;
  height: 225px;
}
.promo .title {
  font-family:'KorolevCondensed-Bold','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;        
  font-size: 98px;
  color: #fff;
  margin-top: 0;
}
.promo .title .highlight {
  color: #fff;
}
.promo .intro {  
  font-family:'KorolevCondensed-Light','Segoe UI',Verdana,Tahoma,Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo .btns .btn-cta-primary{
  margin-right: 7px;
}
.promo .btns .btn-cta-secondary {
  margin-left: 7px;
}
.promo .btns .btn {
  font-size: 18px;
}
.promo .meta {
  margin-top: 120px;
  margin-bottom: 30px;
  /*color: #0a7396;*/
  color: #fff;
}
.promo .meta li {
  margin-right: 15px;
}
.promo .meta a {
  /*color: #0a7396;*/
  color: #fff;
}
.promo .meta a:hover {
  /*color: #074f66;*/
  color: #f5f5f5;
}
.promo .social-media {
  /*background: #0c86ae;*/
  background: #222222;
  padding: 10px 0;
  margin: 0 auto;
}
.promo .social-media li {
  margin-top: 15px;
}
.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}
/* ======= welkom section ======= */
.welkom {
  padding: 80px 0;
  background: #f5f5f5;
}
.welkom .title {
  /*color: #074f66;*/
  color: #000000;
  margin-top: 0;
  margin-bottom: 60px;
}
.welkom .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.welkom .item {
  position: relative;
  margin-bottom: 30px;
}
.welkom .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.welkom .item .icon-holder .fa {
  font-size: 24px;
  /*color: #074f66;*/
  color: #000000;
}
.welkom .item .content {
  padding-left: 60px;
}
.welkom .item .content .sub-title {
  margin-top: 0;
  /*color: #074f66;*/
  color: #000000;  
  font-size: 18px;
}
/* ======= meldingen section ======= */
.meldingen {
  padding: 80px 0;
  background: #17baef;
  color: #fff;
}
.meldingen .btns {
  margin-top: 30px;
}
.meldingen .btns .btn {
  font-size: 18px;
}
.meldingen .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}
.meldingen .intro {
    max-width: 800px;
    margin: 0px auto 60px;
}
/* ======= facturen section ======= */
.facturen {
  padding: 80px 0;
  background: #f5f5f5;
}
.facturen .intro {
    max-width: 800px;
    margin: 0px auto 60px;
}
.facturen .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}
.facturen .btns {
  margin-top: 30px;
}
.facturen .btns .btn {
  font-size: 18px;
}
.facturen .widget-title{
  color: #fff;
}
.facturen .nopadding{
  padding-left: 0px !important; 
  padding-right: 0px !important;  
}
/* ======= contact section ======= */
.contact {
  padding: 80px 0;
  /*background: #17baef;*/
  background: #316a37;
  color: #fff;
}
.contact .contact-inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact .title {
  /*color: #074f66;*/
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .intro {
  margin-bottom: 60px;
}
.contact .projectleider {
  /*padding-top: 30px;*/
}
.contact a {
  color: #074f66;
}
.contact a:hover {
  color: #042a36;
}
.contact #message{
  resize: none;
}
.contact .projectleider-bericht {
  position: relative;
  margin-bottom: 10px;
}
.contact .projectleider-bericht .profile {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 100px;
  height: 100px;
}
.contact .projectleider-bericht .profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .projectleider-bericht .speech-bubble {
  margin-left: 155px;
  padding-bottom: 30px;
  /*background: #10b2e7;*/
  /*color: #074f66;*/
  /*padding: 30px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.contact .adres .sub-title {
  color: #074f66;
  font-size: 16px;
}
.contact .adres .title {
  color: #074f66;
  font-weight: 700;
}
.contact .adres .glyphicon {
  color: #074f66;
}
.contact .projectleider-bericht .speech-bubble .sub-title {
  color: #000000;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact .projectleider-bericht .speech-bubble a {
  color: #fff;
}
/*.contact .projectleider-bericht .speech-bubble:after {
  position: absolute;
  left: -10px;
  top: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #10b2e7;
}
*/
.contact .projectleider-bericht .speech-bubble .source {
  margin-top: 30px;
}
.contact .projectleider-bericht .speech-bubble .source a {
  color: #074f66;
}
.contact .projectleider-bericht .speech-bubble .source .title {
  color: #0c86ae;
}
.contact .info .sub-title {
  color: #0e98c5;
  margin-bottom: 30px;
  margin-top: 0;
}
.contact textarea {
    height: 170px;
    resize: none;
}
/* ======= footer ======= */
.footer {
  padding: 15px 0;
  /*background: #042a36;*/
  background: #000000;
  color: #fff;
}
.footer .dl-horizontal dt {
    width: auto;
}
.footer .dl-horizontal dd {
    margin-left: 18px;
}
/* ======= introduction section ======= */
/*.introduction {
  padding-top: 120px;
  padding-bottom: 20px;
  background: #000000;      
}
.introduction .title {
  color: #fff;  
  margin-top: 0;
  margin-bottom: 10px;
}
.introduction .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #FFF;
}
*/
/* ======= section filters ======= */
section.filters,
section.introduction {
  padding-top: 120px;
  padding-bottom: 20px;
  background: #000000;  
}
section.filters .title,
section.introduction .title {
  color: #fff;  
  margin-top: 0;
  margin-bottom: 10px;
}
section.filters .intro,
section.introduction .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #FFF;
}
section.filters .item {
  position: relative;
  margin-bottom: 30px;
}
/* ======= voorraad-lijst section ======= */
section.lijst,
section.selectielijst {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f5f5f5;
}
section.lijst .title,
section.selectielijst .title {
  color: #fff;  
  margin-top: 0;
  margin-bottom: 10px;
}
section.lijst .intro,
section.selectielijst .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* ======= ordergegevens_winkelwagen section ======= */
.ordergegevens_winkelwagen {
  padding-top: 10px;
  padding-bottom: 20px;
  /*background: #17baef;*/
  
  background: #f5f5f5;
}
.ordergegevens_winkelwagen .introduction {
  background: #000000;    
}
.ordergegevens_winkelwagen .title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}
.ordergegevens_winkelwagen .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ordergegevens_winkelwagen textarea {
    height: 90px !important;
    resize: none;
}
.ordergegevens-forms {
  padding-top: 20px;
}
/* ======= vooraankondiging section ======= */
.vooraankondiging textarea {
    height: 90px !important;
    resize: none;
}
.vooraankondiging .form-horizontal .input-group {
    padding-left: 15px !important;    
}
/* ======= melding-melding section ======= */
.melding-melding {
  padding: 120px 0;
  background: #f5f5f5;
}
.melding-melding .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 60px;
}
.melding-melding .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.melding-melding .dl-horizontal dt {
    text-align: left;
    width: auto;
}
.melding-melding .dl-horizontal dd {
    margin-left: 100px;
}

/* ======= melding-info section ======= */
.melding-info {
  padding: 80px 0;
  background: #FFF;
}
.melding-info .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 60px;
}
.melding-info .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.melding-info .list-group {
  height: 600px;
  overflow: auto;
}
.melding-info .nav {
  padding-bottom: 30px;
}
.melding-info .nav .badge {
  padding: 5px 7px !important;
}

/* ======= melding-contact section ======= */
.melding-contact {
  padding: 80px 0;
  background: #17baef;
  color: #fff;
}
.melding-contact .melding-inner {
  max-width: 760px;
  margin: 0 auto;
}
.melding-contact .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}
.melding-contact .intro {
  margin-bottom: 60px;
}
.melding-contact .projectleider {
  padding-top: 30px;
}

.melding-contact a {
  color: #074f66;
}
.melding-contact a:hover {
  color: #042a36;
}
.melding-contact #message{
  resize: none;
}
.melding-contact .projectleider-bericht {
  position: relative;
  margin-bottom: 10px;
}
.melding-contact .projectleider-bericht .profile {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 100px;
  height: 100px;
}
.melding-contact .projectleider-bericht .profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.melding-contact .projectleider-bericht .speech-bubble {
  margin-left: 155px;
  background: #10b2e7;
  /*color: #074f66;*/
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.melding-contact .adres .sub-title {
  color: #074f66;
  font-size: 16px;
}
.melding-contact .adres .title {
  color: #074f66;
  font-weight: 700;
}
.melding-contact .adres .glyphicon {
  color: #074f66;
}
.melding-contact .projectleider-bericht .speech-bubble .sub-title {
  color: #074f66;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}
.melding-contact .projectleider-bericht .speech-bubble a {
  color: #fff;
}
.melding-contact .projectleider-bericht .speech-bubble:after {
  position: absolute;
  left: -10px;
  top: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #10b2e7;
}
.melding-contact .projectleider-bericht .speech-bubble .source {
  margin-top: 30px;
}
.melding-contact .projectleider-bericht .speech-bubble .source a {
  color: #074f66;
}
.melding-contact .projectleider-bericht .speech-bubble .source .title {
  color: #0c86ae;
}
.melding-contact .info .sub-title {
  color: #0e98c5;
  margin-bottom: 30px;
  margin-top: 0;
}
.melding-contact textarea {
    height: 170px;
    resize: none;
}

#input-group-addon-huisnr-achter {
  border: none;
  background-color: transparent;
}

/* ======= widget ======= */
.widget {
    background: none repeat scroll 0% 0% padding-box #10B2E7;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.widget .glyphicon{
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.widget .widget-body {
}
.widget .widget-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}.widget .widget-icon i {
    line-height: 66px;
    color: #FFF;
    font-size: 30px;
}
.widget .widget-content .widget-title {
    font-size: 28px;
    display: block;
    margin-bottom: 0px;
}
.widget .widget-content .widget-comment {
    font-size: 16px;
    color: #333 !important;
    display: block;
}
.green {
    background: none repeat scroll 0% 0% #23AE89 !important;
}
.red {
    background: none repeat scroll 0% 0% #AE2323 !important;
}
.orange {
    background: none repeat scroll 0% 0% #D3A938 !important;
}
.blue {
    background: none repeat scroll 0% 0% #2361AE !important;
}

/* mobile version */
/*.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) { 
  /* ======= navbar ======= */  
  .header.navbar-fixed-top .logo {
    margin: 0;
    font-size: 26px;
    padding-top: 10px; /* &&& */
  }
  .header.navbar-fixed-top .logo a .logo-title {
    padding-top: 0;
    margin: 0;
    color: #000000;
  }
  .header .dropdown-menu > li > a {
    color: #fff;  
    font-weight: 600;
  }
  .header .dropdown-menu > li > a:hover {
    color: #316a37;
    background: none;
  }
  .header .dropdown-menu > li > a:focus {
    outline: none;
    background: none;
  }
  .header h6.user {
    max-width: 220px;
  }
  /* ======= login_forms ======= */
  .login_forms .bigtitle {
    font-size: 50px;
  }
  .reset_login_forms .bigtitle {
    font-size: 50px;
  }
  .reset_login_forms .title {
    font-size: 25px;
  }
  .reset_login_forms .btn {
    font-size: 14px;
  }
  .header .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header1 .title {  
    font-size: 35px;
  }
  .header1 .intro {
    font-size: 20px;
  }    
  /* ======= promo ======= */
  .promo .btns .btn {
    margin-right: 0;
    margin-left: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
  }    
  .promo .home-logo {
    padding-right: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    height: 145px;
  }  
  .promo .title {
    font-size: 60px;
  }
  .promo .intro {
    font-size: 20px;
  }  
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .buttons-bottom .btn-lg {
    font-size: 14px;
  }      
  /* ======= contact ======= */
  .contact .projectleider-bericht {
    text-align: center;
  }
  .contact .projectleider-bericht .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .projectleider-bericht .speech-bubble {
    margin-left: 0;
  }
  .contact .projectleider-bericht .speech-bubble:after {
    display: none;
  }

  /* ======= melding-contact ======= */
  .melding-contact .projectleider-bericht {
    text-align: center;
  }
  .melding-contact .projectleider-bericht .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .melding-contact .projectleider-bericht .speech-bubble {
    margin-left: 0;
  }
  .melding-contact .projectleider-bericht .speech-bubble:after {
    display: none;
  }

  /* ======= melding-melding ======= */
  .melding-melding .dl-horizontal dd {
    margin-left: 0px;
  }

  /* ======= melding-info ======= */
  .melding-info .nav {
    padding-left: 15px;
  }

  /* ========================= */  
  section.filters .btn {
    margin-bottom: 30px;
  }    

  /* ======= meldingen ======= */
  .meldingen .btns .btn {
    font-size: inherit;
  }

  /* ======= facturen ======= */
  .facturen .btns .btn {
    font-size: inherit;
  }
  /* ======= footer ======= */
  .footer .dl-horizontal dd{
      margin-left: 0px;
  }  
  .footer{
    text-align: center;
  }
}
  
/* ======= datatables ======= */
.dataTables_wrapper {
  font-size: 12px !important;  
}
.dataTables_wrapper .table input.aantal {
  width: 60px;
  height: 23px;
}
.dataTables_wrapper .table input.teveel {
  background-color: red;
}
.dataTables_wrapper .table select {
  width: 100px;
  height: 23px;
}
.dataTables_wrapper .table .dt-right {
  text-align: right;
}
.dataTables_wrapper .col-sm-12,
.dataTables_wrapper .col-sm-6{
  padding-left: 0px !important;  
  padding-right: 0px !important;    
}
/*.dataTable thead .sorting::after {
    opacity: 0;
    color: #fff;
}
*/
.dataTable thead {
  background-color: #DFF0D8;
}
.dataTable tfoot {
  background-color: #DFF0D8;
}
.table thead th {
  border-bottom: 0px;
  /*border-bottom: 1px solid #316a37 !important;*/
}
.table tfoot th {
  /*border-top: 1px solid #316a37 !important;*/
}
.table-hover > tbody > tr:hover {
  background-color: #DFF0D8;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 0px;
}
.dataTable td.highlight {
  font-weight: bold;
  color: blue;
}
.dataTable tr.highlight {
  font-weight: bold;
  color: blue;
}
table.dataTable th, table.dataTable td {
  /*white-space: nowrap;*/
}
table.dataTable tr.child ul li {
    white-space: normal !important;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: left;
}
/* ======= pagination ======= */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #293133;
  cursor: default;
  background-color: #DFF0D8;
  border-color: #DFF0D8;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #293133;
    background-color: #EEE;
    border-color: #DDD;
}
.pagination > li > a, .pagination > li > span {
  color: #000;
}
/* ======= childrow icon ======= */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 8px;
    left: 4px;
    height: 0px;
    width: 0px;
    color: #316A37;
    border: none;
    border-radius: 0px;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 16px;
    font-family: "FontAwesome";
    content: "\f0fe";
    background-color: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    font-family: "FontAwesome";    
    content: '\f146';
    background-color: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
    min-width: 75px;
    font-weight: bold;
}

