/* - - - - - - - - TABLE OVERRIDES - - - - - - - - */
.datatable tbody tr
{
    cursor: pointer;
}

/* - - - - - - - - STEPPER OVERRIDES - - - - - - - - */
.stepper-head
{
    min-width: auto !important;
}

.stepper-content .row .md-form .row
{
    margin-top: 20px;
}
.stepper-content .md-form
{
    margin-bottom: 20px;
}

ul.stepper-horizontal
{
    min-height: 415px;
}
    ul.stepper-horizontal .stepper-content
    {
        margin-top: 10px;
    }
ul.stepper-horizontal .stepper-step
{
    flex: 1 1 0px !important;
}

ul.stepper-vertical input.stepper-content-hide
{
    padding: .33em .75em;
    height: auto;
}

.site-data .row:nth-of-type(2)
{
    min-height: 245px;
}
    .site-data .row .row
    {
        min-height: auto;
    }

.stepper
{
    overflow: visible !important;
}

.stepper-mobile-footer .stepper-back-btn,
.stepper-mobile-footer .stepper-next-btn
{
    display: none;
}

.stepper-mobile-head:nth-of-type(2)
{
    display: none;
}

@media screen and (max-width: 520px)
{
    .step-actions
    {
        text-align: center;
    }
}
