html{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body{
    position: relative;
}


/**
 * Huisstyle uni
 */

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #003366;
    background-color: #fff;
}
.navbar-default {
    background-color:#FFFFFF;
}

h1,h2,h3 {
    color: #003366;
}

.btn-primary{
    color: #fff;
    background-color: #003366;
    border-color: #004499
}


.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th{
    background-color: #e5e5f5
}

/*table images*/
th img, td img{
    max-width: 30px;
}
th.center, td.center{
    text-align: center;
}

.tablefilter{
    float: left;
    width: 60%;
    position: relative;
    bottom: -10px;
}

.tablefilterbedrijven{
    float: left;
    width: 80%;
    position: relative;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/*
*   Menu styling Top
*/
.navbar-static-top{
    border-width: 0 0 2px;
}
.navbar-default{
    margin-bottom: 0px;
}
.navbar-brand img{
    width: 90px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.language{
    max-width:20px;
    margin-right:5px;
    margin-top:-4px;
}

/*
*   Menu styling left
*/
.sidemenu{
    height: 100%;
    border-right: 1px solid #ccc;
}
.sidemenu h3{
    padding-left: 15px; 
}

.sidemenu li {
  width:100%;
}
.sidebar li:hover{
  background-color: #eee;
}


.btn-add{
  position:relative;
  top:-40px;
  margin-bottom:-40px;
  display:inline-block;
  float:right;
  z-index:999;
}
.btn-add:hover{

}


.nav-pills  li  a{
    border: none;
    border-radius: initial;
}

.menu-header{
    width: 100%;
    margin: 0px;
    background-color: #003366;
    color: #FFF;
    padding: 10px 15px;
    float: left;
}



/*
*   Content styling
*/
.table-responsive-hidden{
    display:none;
}
.content{
    height: 100%;
    min-height: 480px;
}
.col-md-10>.content{
    padding-bottom:25px;
}

.blok{
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 2px #888888;
    padding: 25px;
    background-color: #FFF;
    margin-top: 25px;
}

.hulk img{
    width: 100%;
}

.succesmessage{
    background-color:#398439;
    color:rgb(249, 229, 114)!important;
    min-height:35px;
    text-align:center;
    font-weight:700;
    padding-top:8px;
    margin-bottom:25px;
    margin-top: 25px;
}
.foutmelding{
    background-color:#ED5042!important;
}

.deletebuttongroup{
    display:none;
}

label img{
    max-width: 30px;
}

.modal-dialog{
    width: 70%!important;
}

.foutinput{
    color:#ED5042 !important;
    text-align:left! important;
    padding-left:30px;
    padding-right:0px;
    font-size:12px;
}

label span{
    color: #ED5042 !important;
}
/*
*   Student interface styling
**/
.tabel{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.tabel img{
    max-width: 30px;
    margin: auto;
    position: relative;
}
.nopadding{
    padding: 0px;
}

.tabelheader{
    border-bottom: 1px solid #e7e7e7;
}

.backgroundcolor{
    background-color: #e7e7e7;
}

/*
*   Footer styling
*/
.stagefooter{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border-top: 2px solid #e7e7e7;
    padding-top: 10px;
}
footer{
    /*height: 130px;*/
    height: 0px;
    position:relative;
    width: 100%;

}
.copyright span{
    font-size: 12px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.copyright span a{
    font-size: 10px;
}

.copyright a img{
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}




/*Login screen css fixes*/

#loginrow{
    margin-top:15px;
}

/*Checkbox styling*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.checkbox label{
    font-weight: 700;
}

.hioclass{
    display:none;
}

.hidestdnr{
    display: none;
}
.hidedoc{
    display: none;
}
.hidebedrijf{
    display: none;
}
.hideexacom{
    display:none;
}
.overflow-x-hidden{
    overflow:hidden;
}
/* template for email css */
.check_boxes_temp{
    min-height:20px;
    margin-top:10px;
    margin-bottom:15px;
}
.minH-check{
    overflow:auto; 
    min-height:25px;
    clear:both;
}
/* add_new dropbox */
.Ownselectbox.open, .Ownselectbox:hover{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.Ownselectbox:hover{
    cursor:pointer;
}
.Ownselectbox>div>span{
    float:right;
    margin-top:8px;
}
.Ownselectbox>ul{
    width:100%;
}
.Ownselectbox>ul>li{
    padding:3px 20px;
}
.Ownselectbox>ul>li:hover{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
 .Ownselectbox>ul>.active{  
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
 }
 .emptyul{
     padding-left:0;
 }
 .emailHide{
     display:none;
 }
 #nameoffile{
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 700;
 }
 
 .minH{
     overflow:auto; 
     min-height:25px;
     clear:both;
 }
 .minH-large{
     overflow:auto; 
     min-height:50px;
     clear:both;
 }
 .correct{
     color: green;
 }
 .error-text{
     color: red;
 }
 .stagetable>tbody>tr>.cliecker:hover, .klikVoorPersonView:hover, .persoontable>tbody>tr>.cliecker:hover, .opleidingtable>tbody>tr>.cliecker:hover, .bedrijftable>tbody>tr>.cliecker:hover, .persoontable>tbody>tr>.clicker_persoon:hover, .stagetable>tbody>tr>.clicker_persoon:hover{
     cursor:pointer;
 }
 /* overzicht styling */
 .blok-half{
    position:relative;
    display:inline-block;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 2px #888888;
    padding: 25px;
    background-color: #FFF;
    margin-top: 25px;
    width:46%;
    float:left;
    margin-left:2%;
    margin-right: 2%;
 }
 .blok-half-stage{
    position:relative;
    display:inline-block;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 2px #888888;
    padding: 25px;
    background-color: #FFF;
    margin-top: 25px;
    width:32%;
    float:left;
 }
 h6{
    font-weight: 700;
    font-size:16px;
    margin-top:4px;
    margin-bottom:4px;
 }
 .blok-whole{
    position:relative;
    display:inline-block;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 2px #888888;
    padding: 25px;
    background-color: #FFF;
    margin-top: 25px;
    width:96%;
    margin-left:2%;
 }
 .benoemer{
    font-weight: 700;
    display: inline-block;
    min-width: 40%;
    text-align: left!important;
    float:left;
 }
 .benoemer-groot{
    font-weight: 700;
    display: inline-block;
    min-width: 70%;
    text-align: left!important;
    float:left;
 }
 .waarde-groot{
     display: inline-block;
     position: relative;
     max-width:30%;
     min-width:15%;
     text-align: left!important;
 }
 .waarde{
     display: inline-block;
     position: relative;
     max-width:55%;
     min-width:50%;
     text-align: left!important;
 }
 .tweede-blok{
     margin-left:2%;
 }
 /*
 @media screen and (max-width:992px){
     margin-left:auto;
 } 
 */
 /*
 * dashboard index styling
 */
 .row-panel-index{
     padding: 10px 0px;
 }
 .searchform-header{
     text-align:center;
     font-size:16px;
 }
 .padding-sm>button{
    display:block; 
    margin: 0 auto; 
 }
 .select-jaar{
    width: 100%;
    padding: 0px 20px;
 }
 .omkadering{
    border: 1px solid #d6e9c6;
    padding: 5px;
    border-radius:7px;
 }
 .collapse-searches{
     margin:-5px -5px 0px -5px;
 }
 .collapse-searches:hover{
     cursor:pointer;
 }
 .right{
     float:right;
     margin-right:15px;
 }
 button.right{
     margin-right:15px;
 }
 .left{
     float:left;
     margin-left:15px;
 }
 .fa-stack{
    line-height:inherit;
    height:1em;
    margin-top: -4px;
 }
 
 .fa-angle-double-down, .fa-angle-double-up{
     color: #428bca;
     transform: rotate(0deg) ;
    -webkit-transform: rotate(0deg) ;
    -moz-transform: rotate(0deg) ;
    -o-transform: rotate(0deg) ;
    -ms-transform: rotate(0deg) ;
     transition:All 500ms ease;
    -webkit-transition:All 500ms ease;
    -moz-transition:All 500ms ease;
    -o-transition:All 500ms ease;
 }
 .over-fa {
     transform: rotate(-180deg) ;
    -webkit-transform: rotate(-180deg) ;
    -moz-transform: rotate(-180deg) ;
    -o-transform: rotate(-180deg) ;
    -ms-transform: rotate(-180deg) ; 
    transition:transform 500ms ease;
    -webkit-transition:transform 500ms ease;
    -moz-transition:transform 500ms ease;
    -o-transition:transform 500ms ease;
 }
 .open-dashboard.opening-dashboard{
    transition: max-height 1s ease;
    max-height: 700px;
    overflow:hidden;
 }
 .open-dashboard.close-dashboard{
    max-height: 0;
    transition: max-height 1s ease;
    overflow:hidden;
 }

 @media screen and (max-width:992px){
     .padding-sm{
         padding: 10px 25px;
     }
     .open-dashboard.opening-dashboard{
         max-height:1500px;
     }
 }
 /*
 *  styling rapportages
 */
 .padding-l{
     padding: 10px 25px;
 }
 .rapportage_hidden{

 }
 /*
 *  styling opleiding
 */
 .hiddenRow{
     padding:0px !important;
     border-top:none !important;
 }
 .accordian-body.in{
     border-top:1px solid #ddd;
 }
 /*
 *  styling template
 */
 .template_voor_brieven{
     margin-bottom:25px;
 }
 .text_height{
     min-height:200px;
 }
 .click-for-function:hover{
     cursor:pointer;
 }
 .padding_20{
     padding: 0 20px;
 }
 /* 
 *  styling selectpicker
 */
 .volle-width{
     width:100%;
 }
 /*  update code + style 16-02-2018 */
.seng_standard_dropdown{
    display:none;
    position: absolute;
    width: 100%;
    min-width:250px;
    height: auto;
    overflow: auto;
    z-index: 801;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.seng_standard_dropdown .info .option{
    width:100%;
    height:auto;
    padding: 8px 4px;
    border-radius: 4px;
    cursor:pointer;
    border: 1px solid transparent;
}
.seng_standard_dropdown .info .option:hover{
    background-color:rgba(0,51,102,0.1);
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
/* end from update 16-02-2018 */