
      BODY {   font-family: arial, verdana, garamond, palantino, serif;
               font-size: 9pt;
               border-color: #dddddd;
               color:#a2ddf5;
               background:#fff; }

      INPUT{   font-family: arial, verdana, garamond, palantino, serif;
               font-size: 9pt;
               background: #D2D2D2;
               color: #000000;
               border-style:solid }
               
               
        .menu-item { padding:5px 10px !important; 
                background:#a2ddf5; 
                border-radius:5px;
                color:#fff !important; 
                font-weight:700 !important;
                margin:0 5px !important;
                display: inline-block !important;
                max-width: 150px !important;
                text-decoration:none; !important}
                
        .knop, .knopover { padding:5px 10px !important; 
                border-radius:5px;
                border: 3px solid #000;
                color:#fff !important; 
                font-weight:700 !important;
                margin:5px !important;
                min-width: 100px;
                text-decoration:none; !important}
        
        .fa-cogs {
            float:right;
            font-size:3em !important;
            color:#a2ddf5;
            text-decoration: none !important;
            margin:10px;
        }
                
      /* Stijlen voor in een tabel
         Even: zijn de even regels met achtergrond e.d.
         Oneven: zijn dus de oneven regels
         Kop: De header van de tabel
         tabel: de stijl van de hele tabel zelf; de lijntjes eromheen e.d.
      */

      .oneven     { color:#fff ;
                    background: #a2ddf5 ;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-size: x-small;
                    border-width:0;
                    border-style:solid }

      .even       { color:#000 ;
                    background: #fff ;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-size: x-small;
                    border-width:0;
                    border-style:solid }

      .kop        { color:#FFFFFF ;
                    background: #a2ddf5 ;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-weight: bold;
                    font-size: x-small }

      .tabel      { border-color: #000000 ;
                    background: #FCED9B ;
                    border-width: thin ;
                    border-style: solid }

      .info_text1 { color:#000 ;
                    line-height: 140%;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-weight: bold;
                    font-size: x-small }

      .info_text2 { color:#000 ;
                    line-height: 140%;
                    font-family: verdana, arial, helvetica, sans-serif;
                    font-weight: bold;
                    font-size: x-small }

      .info_text3 { font-family: verdana, arial, helvetica, sans-serif;
                    font-size: 11pt;
                    font-weight: bold;
                    background: #dcd6f8;
                    line-height: 140%;
                    color: #000000;
                    border-color:#000000;
                    border-width:0;
                    border-bottom-width:0;
                    border-style:solid }

      .knop       { font-family: verdana, arial, helvetica, sans-serif;
                    font-size: 10pt;
                    font-weight: bold;
                    background: #a2ddf5;
                    color: #fff;
                    border-width:0;
                    border-style:solid }

      .knopover   { font-family: verdana, arial, helvetica, sans-serif;
                    font-size: 10pt;
                    font-weight: bold;
                    background: #FCED9B;
                    color: #FFFFFF;
                    border-width:0;
                    border-style:solid }


      A:link      { color: #000 }
      A:visited   { color: purple  }
      A:active    { color: red     }
      
      #deb_head { cursor:pointer; }
      .deb_sub { font-weight:400; }
      .deb_sub table { width:100%; }

    /* Terugmeld scherm */
   .terugmeldcontainer {
        background-color: #F0EEEE;
        color:#ABABAB;
    }

    .terugmeldcontainer .row {
        padding: 20px 0px;
    }

    .terugmeldcontainer .bigicon {
        font-size: 97px;
        color: #f96145;
    }

    .terugmeldcontainer .contcustom {
        text-align: center;
        width: 300px;
        border-radius: 0.5rem;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 10px auto;
        background-color: white;
        padding: 20px;
    }
    .terugmeldcontainer.groot .contcustom {
        width:90%;
    }

    .terugmeldcontainer input, .terugmeldcontainer select {
        width: 100%;
        margin-bottom: 17px;
        background-color: #ECF4F4;
        border-radius: 2px;
        border: none;
        color: #ABABAB;
        font-size:14px;
    }
    .terugmeldcontainer input {
        padding: 15px;
    }

    .terugmeldcontainer h2 {
        margin-bottom: 20px;
        font-weight: bold;
        color: #ABABAB;
    }

    .terugmeldcontainer .btn {
        border-radius: 2px;
        padding: 10px;
    }

    .terugmeldcontainer .med {
        font-size: 27px;
        color: white;
    }

    .terugmeldcontainer .wide {
        background-color: #8EB7E4;
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

/* BETA KNOP */
.corner-ribbon{
  width: 200px;
  background: #39d;
  position: fixed;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff !important;
  text-decoration:none;
  font-weight:700;
}


    
    /* On off switch */
    
    .onoffswitch {
        position: relative; width: 100%;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #ABABAB; border-radius: 10px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 53px; padding: 0; line-height: 53px;
        font-size: 20px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "Opnieuw plannen";
        padding-left: 10px;
        background-color: #38A338; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "Niet opnieuw plannen";
        padding-right: 10px;
        background-color: #A33E3E; color: #FFFFFF;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 17.5px;
        background: #DDDDDD;
        position: absolute; top: 0; bottom: 0;
        right: 443px;
        border: 2px solid #ABABAB; border-radius: 10px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }
    
    @media only screen and (max-width: 1200px) {
        .terugmeldcontainer .contcustom {
            width:70%;
        }
        .terugmeldcontainer.groot .contcustom {
            width:100%;
        }
    }
