﻿body {
    padding-top: 80px;
    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;
}

.field-validation-error{
    color: red;
}

#footer { position: fixed; bottom: 0; }

.divider-vertical {
    height: 50px;                   /* any height */
    border-left: 1px solid #ffffff;     /* right or left is the same */
    float: left;                     /* so BS grid doesn't break */
    opacity: 0.5;                    /* optional */
    margin: 0 15px;                  /* optional */
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #CFD0D1;
}

.responsive-input {
    width: 100%;
}

/*Scroll mobile menu*/
@media (max-width: 767px) {
    .overflow-y-menu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* mobile safari */
        height: calc(100vh – 85px);
        white-space: nowrap;
    }
}