﻿html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background: none;
}

.login-container {
    padding: 10% 0;
}

header {
    padding-bottom: 10px;
}

footer {
    text-align: center;
    padding: 20px 0;
}

legend {
    text-align: center;
}

h4 {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
}

input[type="checkbox"] {
    margin-top: -2px;
}

#background-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

    #background-container img {
        width: 100%;
        min-height: 100%;
    }

#content-wrapper-position {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    padding-top: 1px;
}

#content-wrapper {
    background-color: #FFF;
    min-height: 60%;
    box-shadow: 0px 0px 7px #888888;
}

form h4 {
    padding-left: 40%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

form .span5 {
    text-align: right;
}

form .span4 {
    color: #888;
    font-size: .9em;
}

form .span7 {
    padding-bottom: 5px;
}

label.error {
    margin: -10px 0 15px 4px;
    padding: 2px 4px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    clear: left;
}

/*.table.table-striped td {
    max-width: 300px;
}

.table.table-striped {
    margin-bottom: 250px;
}

    .table.table-striped h5 {
        margin: 0px;
    }*/

.note-container {
    border: 1px solid #eee;
    padding:2px;
    max-height: 100%;
    overflow: hidden;
    cursor: pointer;
}

    .note-container.small {
        font-size: .8em;
        max-height: 25px;
    }

    .note-container.expanded {
        max-height: inherit;
        overflow: visible;
        background-color: #fefefe;
    }

#ht {
    float: left;
    padding-top: 3px;
    font-weight: bold;
    height: 27px;
    width: 0px;
    overflow: hidden;
    font-size: 2em;
    text-align: center;
}

.no-year .ui-datepicker-year {
    display: none;
}

.no-year .ui-datepicker-calendar thead {
    display: none;
}

.subscriptions {
    margin-bottom: 250px;
}

    .subscriptions .subscription {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .subscriptions .headers {
        font-weight: bold;
        margin-bottom: -10px;
    }

    .subscriptions .subscription:nth-child(even) {
        background-color: #f9f9f9;
    }

    .subscriptions .subscription:nth-child(odd) .table {
        background-color: #f9f9f9;
    }

    .subscriptions .subscription:nth-child(even) .table {
        background-color: #fff;
    }

    .subscriptions .subscription .products {
        display: none;
    }

    .subscriptions .subscription .toggle-products {
        margin: 5px;
    }
