/* keep bottom footer on bottom */
html,
body {
    height: 100%;
    color: #404040;
    /* The html and body elements cannot have any padding or margin. */
}
.vertical-space {
    margin-bottom: 2.6em;
}
.vertical-space-small {
    margin-bottom: 1.3em;
}
footer {
    color: #999999;
    padding: 7px 0 30px;
    background-color: #000000;
}
footer a {
    color: #999999;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
footer a:hover {
    color: #0065e3;
    text-decoration: none;
}
/*  This prevents the page from scrolling when modals are open. Some JS applies the class on modal load.    */
body.modal-open {
    overflow: hidden !important;
}
.modal-content {
    border-radius: 2px;
}
.body-wrapper {
    min-height: 100%;
    margin: 0 auto -100px;
    /* the bottom margin is the negative value of the footer's height */
}
.navbar.header {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.subnav {
    background: #f5f5f5;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    line-height: 50px;
    position: fixed;
    top: 56px;
    width: 100%;
    color: #666666;
    z-index: 100;
}
.subnav .container.nav-dropdown {
    padding-left: 0;
}
.subnav a {
    color: #666666;
    text-align: center;
    padding: 0 15px;
}

.subnav div > a:first-child {
    padding-left: 0;
}
.subnav div > a:last-child {
    border-right: none;
}
.subnav .dropdown > .dropdown-toggle {
    font-size: 16px;
    position: relative;
    top: -1px;
    padding: 0 15px;
}
.navbar-collapse.collapse.in {
    background-color: white;
}
@media (max-width: 991px) {
    .subnav button {
        font-size: 12px;
    }
}
.page.container {
    margin-top: 140px;
}
@media (max-width: 768px) {
    .page.container {
        margin-top: 80px;
    }
}
#footer,
.footer-push {
    height: 100px;
}
.italic {
    font-style: italic;
}
.invisible {
    visibility: hidden;
}
.page-account .additional {
    display: none;
}
.animal-photo-area {
    text-align: center;
}
.animal-photo-area img {
    max-width: 60%;
    border: solid darkgrey 1px;
    margin: 32px;
}
/* bootstrap 3 styled file input */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.content-list .thumbnail {
    max-height: 200px;
    max-width: 200px;
}
.content-list-tags-element {
    width: 100%;
}
.content-list .upload-summary {
    font-weight: bold;
}
#thumbnailSelectionModal .modal-body {
    overflow: auto;
}
#thumbnailSelectionModal .modal-body .preview-thumbnail-container {
    padding: 3px;
    border: 2px solid green;
}
.remove-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.color-red {
    color: #d42930 !important;
}
.color-blue {
    color: #29b6ea !important;
}
.color-green {
    color: #5cb85c !important;
}
.color-yellow {
    color: #f0ad4e !important;
}
.color-white {
    color: #eeeeee !important;
}
.alert i.close {
    cursor: pointer;
    font-size: 20px;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
/*      Select2 formatting   */
.select2-choices .select2-search-choice .select2-search-choice-close,
.select2-choices .select2-search-choice div {
    display: inline;
    position: static;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close i {
    color: #aaa !important;
    font-size: 10px;
    line-height: 13px;
}
.select2-container-multi .select2-choices li.select2-search-choice {
    color: #666;
    background: #f1f1f1;
    padding: 5px 8px;
}
.select2-container-multi .select2-choices {
    background-image: none !important;
    box-shadow: inset 0px 1px 4px #f1f1f1;
}
.no-user .first {
    margin-top: 56px;
    box-shadow: inset 0 1px 4px #f1f1f1;
}
.fa.pad-icon-right,
.glyphicon.pad-icon-right {
    padding-right: 7px;
}
.navbar .navbar-brand {
    padding: 0;
    margin-top: 5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
}
.checkbox-inline input[type='checkbox'],
.radio-inline input[type='checkbox'],
.checkbox-inline input[type='radio'],
.radio-inline input[type='radio'] {
    top: -2px;
}
.input-group .btn {
    border-color: #cccccc;
}

