


.field-section > p:first-child,
.field-section > h4:first-child{
    font-weight: 700;
}
.no-image{
    background-color: #ccc;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.name-link{
    color: #0181b9 !important;
    text-decoration: underline;
}
.name-link:hover{
    text-decoration: none;
}
table.table.data tbody td, table.table.data tbody th{
    padding: 13px 5px 13px 15px;
    vertical-align: middle;
}
table.table.data .list-checkbox{
    vertical-align: middle;
}
.layout-cell.w-300.form-sidebar.control-scrollpanel{
    width: 400px !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #1f3040;
    text-transform: uppercase;
}
.form-preview{
    margin-bottom: 0 !important;
}
form.layout.stretch{
    margin-bottom: 0 !important;
}
table.table.data tbody tr.custom_strike td a{
    color: #8a6d3b !important;
}
table.table.data tbody tr.custom_strike td img{
    filter: grayscale(1);
    opacity: 0.5;
}