#edit-actions-draft{
    background-color: #F25D23;
    border-color: #F25D23;
    color:white;
}

/* .form-top-margin{
    margin-top: 4rem;
} */
.progress-tracker{
    margin-bottom: 30px;
}

.form-check-input:checked{
    background-color: #0d6efd !important;
}

.div-margin-top-00{
    margin-top: 0px !important;
}

.div-margin-top-05{
    margin-top: 5px !important;
}



.div-margin-bottom-00{
    margin-bottom: 0px !important;
}

.table-hr{
    margin: .5rem 0 !important;
}


.desktop-hide{
    color: black;
    font-size: 1.2rem;
}
.mobile-hide{
    display: None;
}

.radios--wrapper legend{
    font-size: 1rem;
}

.webform-table-row td{
    padding:3px;
}

.webform-table-row td fieldset{
    margin-bottom:0px;
}

.webform-table-row td fieldset input{
    margin-top:0px;
}

.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
}

.webform-table{
    margin-bottom: 0px;
}

.form-group{
    margin-bottom: .5rem;
}

.webform-flexbox{
    margin-top: .5rem;
}

.webform-flex--container fieldset label, .webform-flex--container fieldset legend{
    margin-bottom: 0rem;
}

.node--type-webform .field--name-field-footer,
.node--type-webform .field--name-field-header{
    padding-left: 1rem;
    padding-right: 1rem;
}

.node--type-webform .field--name-field-footer .field__label,
.node--type-webform .field--name-field-header .field__label{
    display: none;
}

.webform-element-help-container--element .input-group-text{
    background-color: white;
    border-color: white;

}

.webform-element-help-container--element .description{
    display: none;
}

.webform-element-help--content{
    text-align: left;
}

/**************************/
/* WATERMARKS */
/**************************/
.watermark{
    background-image: url("/themes/custom/safenet/images/watermark/xl.png") ;
    background-repeat: no-repeat;
    background-position: 97% 84px;
}

.watermark input, .watermark textarea{
    background-color:transparent !important;
}

.div-table{
    background-color: #ccc;
    padding:.5rem;
}
.div-table input{
    background-color: white !important;
}

input[readonly]
{
    background-color:#ddd !important;
}

@media screen and (min-width: 464px) {
    /* .form-top-margin{
        margin-top: 6rem;
    } */
}


@media screen and (min-width: 576px) {
    /* .form-top-margin{
        margin-top: 6rem;
    } */
}

@media screen and (min-width: 768px) {
    .desktop-hide{
        display: none;
    }
    .mobile-hide{
        display: inherit;
    }
}

@media screen and (min-width: 992px) {
    /* .form-top-margin{
        margin-top: 8rem;
    } */
}
