﻿body{
    background-color: #eee;
}
.breadcrumb-item + .breadcrumb-item::before{
    content:"" !important;
    padding-left:0px;
}
.rounded-corner{
    border-radius:10px !important;
}
.text-black{
    color:black !important;
}
.navbar{
    box-shadow:none !important;
    margin-bottom:10px !important;
}
.no-shadow {
    box-shadow: none !important;
}
.no-border-radius{
    border-radius:0px;
}
.bg-light-gray{
    background-color:#ddd;
}
.waves-input-wrapper{
    width:100%;
}
.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
    border:solid 1px #ccc;
}
.error{
    color:red;
}
.hide{
    display:none !important;
}
.dataTables_wrapper {
    overflow: overlay !important;
}
table.table a {
    color: #007bff !important;
    font-weight:bold;
}