﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.sidebar-search-wrapper {
    display: none !important;
}

.page-sidebar {
    margin-top: 10px;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}


.mt-element-step .step-line .warning .mt-step-number {
    color: #e7a450 !important;
    border-color: #e7a450 !important;
}

.mt-element-step .step-line .warning .mt-step-title,
.mt-element-step .step-line .warning .mt-step-content {
    color: #e7a450 !important;
}

    .mt-element-step .step-line .warning .mt-step-title:after, .mt-element-step .step-line .warning .mt-step-title:before {
        background-color: #e7a450;
    }
