body{
    padding-bottom: 40px;
}
.navbar-brand p{
    margin-bottom: 0;
}
.alert-info {
    color: #000000;
    background-color: #a4bee3;
    border-color: #6799df;
}
.permit-wrapper{
    max-width: 300px;
    margin: auto;
}
.ccw-start-page .ccw-items-wrapper a{
    text-decoration: none;
    color: #004e75;
}
.ccw-start-page .ccw-items-wrapper a:hover{
    text-decoration: underline;
}
.page-header {
    background-color: #fdf3c7;
    padding: 0px 0px 5px;
    margin: -1.5rem -1.5rem 20px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.alert-caution {
    color: #000000;
    background-color: #f2bc65;
    border-color: #f0ae43;
}
.wrapper-signature-pad {
    position: relative;
    width: 476px;
    height: 181px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.signature-img {
    position: absolute;
    left: 0;
    top: 0;
}
.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 476px;
    height: 181px;
    cursor: url(/assets/images/full_pen.cur), crosshair;
    cursor: url(/assets/images/full_pen.cur) 2 26, crosshair;
}
