﻿
.modal-header{
    background-color: #dde5ec;
    padding: 10px 10px !important;
}
.modal-body{
    background-color: #fffafa;
}
form{
    padding: 0;
}
fieldset{
    border: thin solid #8e8302;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fbffeb;
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #a9af92;
}
legend{
    width: auto;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
label{
    margin-bottom: 0;
}
.form-group .form-control{
    border-radius: 3px !important;
    border: 1px solid #afafaf !important;
}
.form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e4e4e4;
}

.table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}
.person-id{
    visibility:hidden;
}

