﻿body {
}

.panel {
    /*!
    *Overschrijven border van panels
    */
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.col-lg-6 {
    border: none;
}

.SimpleValidationError {
    color: #A94442;
    font-weight: bold;
}

.RadioButtonGreen {
    color:green;
}

.RadioButtonYellow {
    color:#FCC917;
}
.RadioButtonRed {
    color:red;
}

.table > tbody > tr > td {
      
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFDFC;
}

.table-hover > tbody > tr:hover {
   background-color:#f5f5f5;       
}

.table > thead > tr > th{
  border-bottom: 2px solid #BA5700;
}

.checkbox-inline{
    font-weight:normal;
}


