﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Content */
.content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* 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;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #337ab7;
    text-decoration: none;
}

ul.nav a:hover {
    color: #8e3f2e !important;
    font-weight: bold;
}

.navbar-inverse .navbar-brand {
    color: black;
}

.eye-button {
    background: none;
}

.eye-button > div {
    background: url('Images/eye-button.svg') no-repeat center;
    width: 18px;
    height: 12px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}

.eye-button.show-password > div {
    background: url('Images/eye-button-hide.svg') no-repeat center;
}

.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
}

.formLayout-generalSuccessText {
    color: green;
    padding-top: 1em;
    font-weight: bold;
}

