﻿html {
    margin: 0;
    height: 100%;
}

body   
{
    background: #fff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    height: 100%;
}

a:link, a:visited
{
    color: #eee;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a:link.email, a:visited.email {
    color: #243783;
}

a:hover.email {
    color: #243783;
}

a:active.email {
    color: #243783;
}


h1, h2, h3, h4, h5, h6 {
    color: #243783;
}

.main {
    padding-top: 70px;
    padding-bottom: 100px;
    min-height: 100%;
    margin-bottom: -64px;
}

footer {
    background: #243783;
    color: #f2f2f2;
    height: 64px;
}

footer .container
{
    padding: 20px 0;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a
{
    color: #f2f2f2;
}

.navbar-inverse {
    background-color: #243783;
    border-color: #35528F;
    color: #fff;
}

.alert
{
    display: block;
}

.btn-primary,
a.btn-primary {
    background-color: #243783;
    border-color: #35528F;
    color: #ffffff;
}

    .btn-primary:active,
    .btn-primary:hover,
    .btn-primary:focus,
    a.btn-primary:active,
    a.btn-primary:hover,
    a.btn-primary:focus {
        background-color: #35528F;
        border-color: #243783;
        color: #ffffff;
    }

hr
{
    border-top: 1px solid #ccc;
    margin: 12px 0;
}

.page-header {
    border-bottom: 1px solid #ccc;
    margin: 32px 0 16px;
    padding-bottom: 8px;
}

.pagination {
    margin: 0;
}

.alert {
    background-color: #35528F;
    border-color: #243783;
    color: #ffffff;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px;
}

.table-condensed-xs > thead > tr > th, 
.table-condensed-xs > tbody > tr > th, 
.table-condensed-xs > tfoot > tr > th, 
.table-condensed-xs > thead > tr > td, 
.table-condensed-xs > tbody > tr > td, 
.table-condensed-xs > tfoot > tr > td {
    padding: 2px;
    font-size: 0.9em;
}

th.sort {
    cursor: pointer;
    color: #a0001c;
}

.table-striped > tbody > tr.migrated:nth-child(2n+1) > td,
.table-striped > tbody > tr.migrated:nth-child(2n+1) > th,
.table-striped > tbody > tr.migrated > td
{
    background-color: papayawhip;

}

.row-margin-xs .row {
    margin-bottom: 2px;
}

.no-wrap {
    white-space: nowrap;
}

[data-sort] {
    cursor: pointer;
}

.card {
    border: unset;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #ccc;
    padding: 15px;
}

.dz {
    border: unset;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #ccc;
    border: 2px dashed #ccc !important;
}

.img-container {
    padding: 2px; 
    background: #fff; 
    border: 2px solid #ccc; 
    width: 100%;
}

.btn-picture {
    float: right;
    font-size: 20px;
}

.app-name {
    font-size: 75%;
    letter-spacing: 2px;
    font-variant: small-caps;
}

.top-info {
    padding-left: 15px;
    padding-right: 15px;
}