/* ############################################################################
# Debug
############################################################################ */
.bor1 {
    border: 1px solid red;
}
/* ############################################################################
# Debug
############################################################################ */


/* ############################################################################
# Add
############################################################################ */
form {
    /*border: 1px solid red;*/
}
form .workdetail-header {
    /*border: 1px solid red;*/
    display: inline;
}
form #impact-visible-toggle {
    /*border: 1px solid red;*/
    width: 12px;
    height: 12px;
    display: inline-block;
}
/*form #workdetail-formset-stub {*/
/*    color: darkorange;*/
/*    font-weight: bold;*/
/*}*/
.info {
    color: #007bff;    
}
.warning {
    color: orange;
    font-weight: bold;
}

form label[for='impact-visible-toggle'] {
    /*border: 1px solid red;*/
    font-size: 12px;
    display: inline;
    position: relative;
    top: -2px;
}
#act-form {
    /*border: 1px solid red;*/
}

form label, form input, form select, form textarea, button {
    width: 100%;
    height: 24px;
    margin-bottom: 5px;
}
form textarea {
    min-height: 2em;
    height: 8em;
}

form .signature-pad {
    border: 1px solid black;
    width: 256px;
    height: 256px;
    background-color: white;
}

.work-detail-form {
    /*border: 1px solid red;*/
    border: 1px solid #767676;
    background: #e8e8e8;
    padding: 5px;
    margin-bottom: 10px;
}

.field.error input,
.field.error select,
.field.error textarea,
.field.error canvas
{
    border: 1px solid red;
    background: white;
}


.errors {
    /*border: 1px solid red;*/
    color: red;
}



/*form ul {*/
/*    padding: 0;*/
/*}*/
/*form ul li {*/
/*    border: 1px solid red;*/
/*    list-style-type: none;*/
/*}*/


select {
  color: black;
}
select:invalid {
    color: #747474;
}
select option {
    color: black;
}

.remove-button {
    border: 0;
    background: #E74C3C;
    color: white;
}

#add-work-detail-form {
    /*border: 1px solid red;*/
    border: 0;
    margin-top: 15px;
    background: #3498DB;
    color: white;
}

.group {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.group .img-wrapper {
    max-width: 95px;
    column-gap: 20px;
    align-items: center;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z"/></svg>') center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.modal .table {
    /*border: 1px solid red;*/
    /*width: 50%;*/
    margin-top: 20px;
}
.modal .table-row {
    border-bottom: 2px solid #C6C6C6;
}
.modal .table-header-text {
    background: #A1C57A;
    border-radius: 10px;
    /*padding: 20px;*/

    font-family: 'Gilroy', 'sans-serif';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.modal .table-header-text>div {
    /*border: 1px solid blue;*/
    display: inline-block;
    padding: 20px;
}

.modal .table .button {
    padding: 10px 0;
}
.info-container {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}
.name-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.modal .table .table-row {
    display: flex;
    padding: 10px;
}
.inline-field {
    display: flex;
    column-gap: 5px;
    justify-content: start;
    align-items: flex-start;
}

.inline-field.header {
    align-items: center;
}

.inline-field button{
    padding-left: 0;
    padding-top: 3px;
}

.inline-field.header button{
    padding-left: 8px;
    font-size: 22;
}

.inline-field span{
    font-size: 0.8em;
    padding-top: 2px;
}

.inline-field a{
    font-size: 14px;
    padding-top: 2px;
}

.inline-field.header a{
    font-size: 18px;
}

.inline-field > * {
    width: auto;
}

.inline-field input[type=checkbox]{
    min-height: 15px;
    min-width: 15px;
}

.modifications-filter {
    display: flex;
    flex-wrap: wrap;
}
.filter-select {
    display: flex;
    flex-direction: column;
}

.filter-select label{
    font-size: 14px;
}

.filter-value-reset{
    font-size: 14px;
    justify-content: space-between;
    display: flex;
    background-color: papayawhip;
    padding: 3px;
    border-radius: 5px;
}

.modifications-header {
    margin: 15px -16px;
    padding: 20px;
    background-color: aliceblue;
    text-align: center;
}

.modification-item {
    text-align: center;
}

.modal-footer {
    justify-content: space-between;
    display: flex;
    font-size: 14px;
}

.field {
    max-width: 100%;
}

@media screen and (max-width: 725px) {
    form label, form input, form select, form textarea, button {
        font-size: 14px;
    }

    .inline-field button{
        padding-left: 1px;        
    }    

    h1 {
        font-size: 24px;
    }

    .inline-field.header button{
        padding-left: 0px;        
        font-size: 14px;
    }

    .inline-field.header a{
        padding-bottom: 6px;
        font-size: 14px;
    }
}
/* ############################################################################
# Add
############################################################################ */


/* ############################################################################
# Estimate
############################################################################ */
/*.repair-replace-cost-form {*/
/*    border: solid 1px red;*/
/*}*/

/*.repair-replace-cost-form .field.name {*/
/*    border: solid 1px blue;*/
/*}*/


/* ############################################################################
# Estimate
############################################################################ */

