.goodlugg-form{font-size:12px;}
#step2 th{width: 100px;}
.edit-button {
    /*border: 1px solid #ccc;*/
    background-color: #8157a2;
    color: white;
    padding: 0 7px;
    margin-left:20px;
    font-size: 12px !important;
    float: right;
}

.edit-button i{
    margin-top: 4px;
}

.progress-bar {
    width: 20%;
    border: 1px solid white;
    line-height: 30px;
}

.active-progress {
    background-color: #512772;
    color: white;
}

.inactive-future-progress{
    background-color: #e9ecef;
    color: #8157a2;
}

.inactive-past-progress {
    background-color: #8157a2;
    color: white;
}

.table td {
    padding: 10px 4px !important;
    line-height: 1.8 !important;
    font-size: 12px !important;
}

button {
    font-size: 15px !important;
}

.eng-desc {
    color: #978d8d;
    float: right;
}

select {
    -webkit-appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
            calc(100% - 17px) calc(1em + 1px),
            calc(100% - 12px) calc(1em + 1px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

.info-text {
    font-size:12px;
    color: #8157a2;
    display: block;
    margin: 4px 0;
    line-height: 16px;
}

.instruction-wrapper button {
    font-size:12px !important;
    height:100%;
    text-align:left;
}

.instruction-wrapper button i{
    float: right;
}

.signature-required-description {
    padding: 10px;
    height: 100%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card .table {
    margin-bottom: 0;
}

.card .table tbody td {
    font-size: 12px !important;
}

.card .table tbody th {
    width: 20% !important;
    font-size: 12px !important;
}

.card .table tbody td:first-of-type {
    width: 100%;
}

.card .table tbody td:last-of-type {
    width: 50px;
}

.card .card-table {
    border-style: hidden;
    width: 100%;
}

.card .card-table table {
    width: 100%;
}

.card .card-table table tbody th {
    margin: 12px;
    padding: 8px 8px !important;
    width: 20% !important;
    font-size: 12px !important;
}

.card .card-table table tbody td {
    margin: 10px 4px;
    padding: 8px 8px !important;
    font-size: 12px !important;
}

.card-title {
    font-size: 15px;
    color: #512772;
    vertical-align: middle;
}

.card-title-wrapper {
    margin: 20px 0 10px 0;
}

.chk_label {
    font-size:12px;
}

.agree-checkbox {
    vertical-align: middle;
    margin-bottom: 0;
}

.apply-button {
    border: 1px solid #ccc;
    background-color: #8157a2;
    color: white;
    padding: 0 7px;
    font-size: 12px !important;
}

.fa-check {
    margin: 2px 3px 0 0;
    vertical-align: top;
}

.instruction-detail {
    background-color: #eee;
    border-color: transparent;
    margin-top: 6px;
    height: 100%;
    display: none;
    font-size: 12px;
}

.instruction-textarea {
    height:80px;
    margin-top: 6px;
}

.delete-btn {
    color: indianred;
    background: transparent;
    border-color: transparent;
}

.select-segment-type {
    width:100%; display:inline-flex; height: 100%; font-size: 12px;
}

@media (max-width: 404px){
    .select-segment-type {
        display:block;
    }
}