﻿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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
label {
    margin-bottom: 0px !important;
}


.footrow {
    position: fixed;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    /*background-color: #1096AF;*/
    border-top: 1px solid #333;
}
ul.stepper.horizontal {
    min-height:60rem !important;
}
    ul.stepper.horizontal .step-title {
        max-width: 17.9rem;
    }

.block{
    display:block;
}
.hide {
    display: none !important;
}

 .step-new-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.width-60 {
    width:60%;
}
ul.stepper.horizontal .step-actions {
 position: relative;
        }
.select-wrapper {
    background-color: white !important;
}
ul.stepper.horizontal {
    position: inherit !important;
}
    ul.stepper.horizontal .step-new-content {
        height: auto !important;
        overflow-y: hidden;
    }
label.invalid {
    display: block !important;
    font-size: 0.95rem !important;
    font-weight: 300 !important;
    color: #721c24;
}
.danger-text {
    background-color: #f8d7da !important;
}
.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}