﻿
body {
    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 {
    width: 90%;
    padding: 0px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.radio-button {
    max-width: 25px;
    min-width: 25px;
}

input::-webkit-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

select::-webkit-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

textarea::-webkit-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

textarea::-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

select::-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

textarea:-ms-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

select:-ms-input-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

input:-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

textarea:-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}

select:-moz-placeholder {
    color: var(--text-primary) !important;
    opacity: 1 !important;
}