.site-data .row:first-of-type
{
    min-height: 225px;
}
    .site-data .row .row
    {
        min-height: auto;
    }

.file-upload-wrapper
{
    border: 1px dashed #237baf;
    border-radius: 4px;
    background: rgba(55,189,248,.05);
}
.file-upload-default-message
{
    text-align: center;
}

#map-fields tr td
{
    vertical-align: middle;
}

hr.mdb
{
    margin: 2rem 0;
}

#results-data tbody, #results-data td, #results-data tfoot, 
#results-data th, #results-data thead, #results-data tr
{
    vertical-align: middle;
}
#results-success th:first-of-type, #results-success td:first-of-type 
{
    text-align: center;
}


/* - - - - - - - - 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: 400px;
}
    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;
}
