$lightgray: #999;

.regularObjectBorder {
    border-width: 1px;
    border-style: solid;
}

.justTopBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.justRightBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
}

.justBottomBorder {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

#tabContent {
    font-size: 11px;
    border-color: #dddd;
}

// .close{
//     width: 33px;
//     height: 33px;
//     margin-right: -13px;
// }

.modal-label{
    width: 168px;
}

.display-flex{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

hr{
    margin-top: 0px;
}
#variantsGrid{
    margin-left: 17px;
    border-color: #dddd;
}

.delete-button{
    font-size: 12px;
    height: 23px;
    width: 23px;
    margin-left: 3px;
    background-color: #d0021b;
    color: #fff;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    outline: 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.configure-button{
    height: 23px;
    margin-left: 3px;
    background-color: #4a8bb7;
    color: #fff;
    font-size: 12px;
    padding: 3px 14px;
    font-weight: 300;
    letter-spacing: 1.1px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    outline: 0;
    border: none;
    margin-bottom: 6px;
    border-radius: 2px;
    cursor: pointer;
}

.configure-button:disabled{
    background-color:$lightgray;
    cursor: default;
}

.step-file{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

#stpFileDiv{
    margin-left: auto;
    margin-right: auto;
}

#variantsTabGrid{
    border: 0px;
    margin-top: 26px;
    border-top: 1px solid #dddddd;
}

// .hc-data-grid{
//     border: none !important;
// }

.extra-padding-top{
    padding-top: 10px;
}

.mat-header-cell{
    font-weight: bold;
}

.variantBtn{
    background-color: #dddddd;
    border: none;
    padding: 6px 18px;
    outline: none;
    color: #534f53;
    cursor: pointer;
    border: none;
}


.variants-header{
    margin: 28px 0px 5px 0px;
    display: flex;
    justify-content: space-between;
}

.table-label{
    font-size: 16px;
}

.tableCurrentVariant{
    font-size: 14px;
    border-color: slategray;
}

.borderGray{
    border-color: darkgray;
}

.borderGray:last-child{
    border-right: none;
}

.mat-header-row{
border-color: #dddd;
}

.highlighted{
    background-color:white !important;
}
