﻿/* ### Region sticky footer CSS ### */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}
/* ### End region ### */
/* ### Region Custom page CSS ### */
#wrap > .container {
    padding: 0px 15px 0;
}

.container .text-muted {
    margin: 25px 0 0 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}
/* ### End region ### */
/* ### Region Main layout ### */
#wrap > #banner {
    background-image: url('images/background.png');
    background-repeat: repeat-x;
}

#banner .beborder {
    border-bottom: 2px solid #000;
    padding-bottom: 1px;
    padding-top: 2px;
    margin-right: 40px;
}

#banner ul#languages {
    list-style: none;
    padding: 0;
}

    #banner ul#languages > li {
        float: left;
        text-align: center;
    }

        #banner ul#languages > li > a {
            background-color: #9ad2dd;
            line-height: 1;
            color: #02819b;
            border: 1px solid #02819b;
            font-size: 93%;
            padding: 0.2em 0.1em;
            width: 1.5em;
            display: block;
            margin-right: 0.25em;
            text-decoration: none;
        }

            #banner ul#languages > li > a:hover, #banner ul#languages > li > a.active {
                border: 1px solid #333333;
                background-color: #666666;
                color: #ffffff;
            }
/* ### End region ### */
/* ### Region Bootstrap Validation ### */
.validation-summary-errors {
    /* alert classes */
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    /* alert danger classes */
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.field-validation-error {
    /* label classes */
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    /* label danger classes */
    background-color: #d9534f;
}
/* ### End region ### */

/* ### Region CSS3 TreeView (no javascript) ### */
/*
 * CSS3 Treeview. No JavaScript
 * @version 1.0
 * @author Martin Ivanov
 * @url developer's website: http://wemakesites.net/
 * @url developer's twitter: https://twitter.com/#!/wemakesitesnet
 * @url developer's blog http://acidmartin.wordpress.com/
 **/
 
/*
 * This solution works with all modern browsers and Internet Explorer 9+. 
 * If you are interested in purchasing a JavaScript enabler for IE8 
 * for the CSS3 Treeview, please, check this link:
 * http://experiments.wemakesites.net/miscellaneous/acidjs-css3-treeview/
 **/
 
.css-treeview ul,
.css-treeview li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview li {
    white-space: nowrap;
}
 
.css-treeview input
{
    position: absolute;
    opacity: 0;
}
 
.css-treeview
{
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.css-treeview a
{
    color: rgb(51, 51, 51);
    text-decoration: none;
    margin: 0 0 4px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
 
.css-treeview a:hover
{
    text-decoration: none;
    color: #00f;
}

.css-treeview a.selected,
.css-treeview a.selected:hover,
.css-treeview label.selected span {
    border: #ccc 1px solid;
    color: #fff;
    background-color: Highlight;
}
 
.css-treeview input + label + ul
{
    margin: 0 0 0 22px;
}
 
.css-treeview input ~ ul
{
    display: none;
}
 
.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}
 
.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}
 
.css-treeview input:checked:not(:disabled) ~ ul
{
    display: block;
}
 
/*.css-treeview label,*/
.css-treeview label::before
{
    background: url("images/treeview-icons.png") no-repeat;
}
 
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
 
.css-treeview label
{
    /*background-position: 18px 0;*/
    font-weight: normal;
}
 
.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}
 
.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}
 
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview 
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }
 
    @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
    {
        from 
        { 
            padding: 0;
        } 
        to 
        { 
            padding: 0;
        }
    }
}
/* ### End region ### */

@media print {
    a[href]:after {
        content: none !important;
    }
}

h3 sup.small {
    font-size: 12px !important;
    font-style: italic;
}

#nomenTree {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.top30 { margin-top: 30px; }
.top20 { margin-top: 20px; }
.top15 { margin-top: 15px;}
.top10 { margin-top: 10px;}
.top5 { margin-top: 5px; }
.top-30 { margin-top: -30px; }
.top-20 { margin-top: -20px; }
.top-10 { margin-top: -10px; }
.top-5 { margin-top: -5px; }

.row > hr {
    margin-left: 15px;
    margin-right: 15px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -ms-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.recently-updated {
    color: darkgreen;
}

.treeview-container {
    position: relative;
    overflow: auto;
    max-height: 400px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row-eq-height > [class*='col-'] {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .row-eq-height .panel-body {
        height: 283px;
    }

    .row-eq-height select {
        height: 340px !important;
        padding: 0;
    }

i.xml {
    background: url(images/xml-icon.gif) no-repeat;
    padding-left: 20px;
}

i.print {
    background: url(images/print-icon.gif) no-repeat;
    padding-left: 20px;
}

hr.history {
    margin: 0;
    border-top: 1px solid black;
}
.loading {
    padding-top: 5em;
    padding-bottom: 5em;
}
.nomen-info .col-md-9 p {
    margin-top: 10px;
}
.nomen-info .pagination {
    margin-top: 10px;
}