/**********************************************************************
    default.css v0.37
**********************************************************************/

html
{
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

html
{
    color: #fff;
}

body
{
    line-height: 1.4;
}

a:hover
{
    text-decoration: none;
}

h1, h2, h3, h4
{
    margin: 0 0 .25em 0;
    line-height: 1.1;
}

p, ul, ol
{
    margin: 0 0 1.5em 0;
}

nav ul
{
    padding: 0;
    margin: 0;
}

nav ul li
{
    list-style: none;
    display: inline-block;
}

nav ul li a
{
    display: block;
}

hr
{
    border: none;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dark hr
{
    border-color: #ddd;
}

.darker hr
{
    border-color: #666;
}

label
{
    cursor: pointer;
}

.wrap-hidden
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.muted
{
    color: #aaa;
    font-style: italic;
}

.note
{
    color: #aaa;
    font-size: small;
}

.error
{
    color: #f00;
    font-weight: bold;
}

.pointer,
.href
{
    cursor: pointer;
}

/*
$(document).ready(function () {
    $('.href').on('click', function () {
        window.location.href = $(this).attr('data-href');
    });
});
*/

.group:after
{
    content: "";
    display: table;
    clear: both;
}

@media print
{
    .print-hidden
    {
        display: none;
    }
}

/* Margin, so focus outline isn't cut off. */
form
{
    margin-bottom: 5px;
}

form input,
form select,
form textarea,
form button,
a.button
{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
}

a.button
{
    text-decoration: none;
}

form button,
form input[type=submit],
a.button
{
    background: #ddd;
    transition: background 0.4s;
}

form button:hover,
form input[type=submit]:hover,
a.button:hover
{
    background: #fff;
}

section,
footer
{
    padding-top: 3em;
    padding-bottom: 1.5em;
}

section.padding-none,
footer.padding-none
{
    padding-top: 0;
    padding-bottom: 0;
}

section.padding-bottom,
footer.padding-bottom
{
    padding-bottom: 3em;
}

header
{
 
    padding-top: 1em;
    padding-bottom: 1em;
 
}

header h1
{
    margin: 0;
}

section.lightest,
footer.lightest,
div.lightest
{
    background: #fff;
}

section.light,
footer.light,
div.light
{
    background: #535967;
}

section.primary,
footer.primary,
div.primary
{
    background: #888;
    color: #fff;
}

section.dark,
header.dark,
footer.dark,
div.dark
{
    background: #3b3f4e;
    color: #fff;
}

section.dark h1,
header.dark h1,
footer.dark h1,
div.dark h1,
section.dark h2,
header.dark h2,
footer.dark h2,
div.dark h2
{
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

section.darker,
header.darker,
footer.darker,
div.darker
{
    background: #222;
    color: #fff;
}

section.darker a, 
header.darker a,
footer.darker a,
div.darker a,
section.darker a:hover, 
header.darker a:hover,
footer.darker a:hover,
div.darker a:hover
{
    color: #fff;
}

section.darkest,
footer.darkest,
div.darkest
{
    background: #000;
    color: #fff;
}

footer
{
/*
    text-align: center;
*/
}

table.basic
{
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

table.basic tr
{

    border-bottom: 1px solid #ddd;
}

table.basic th,
table.basic td
{
    padding: 10px;
}

table.basic th
{
    text-align: left;
}

.modal
{
    position: fixed;
    right: 50%;
    width: 90%;
    top: 1.5em;
    display: none;
}

.modal > .row
{
    background: #fff;
    position: relative;
    right: -50%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    padding-top: 1.5em;
}
