$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;
}

// .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;
}

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

.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;
}

.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;
}