﻿/*
 * VARCem Style Sheet.
 */
@font-face {
    font-family: 'DOS';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/PxPlus_IBM_BIOS-2y.eot');
    src: local('☺'),
         url('/assets/fonts/PxPlus_IBM_BIOS-2y.woff') format('woff'),
         url('/assets/fonts/PxPlus_IBM_BIOS-2y.ttf') format('truetype'),
         url('/assets/fonts/PxPlus_IBM_BIOS-2y.svg') format('svg');
}


/* Reset for all browsers. */
* {
    margin: 0;
    padding: 0;
}


html {
    height: 100%;
}

body {
    max-width: 100%;
    min-height: 100%;
    overflow-y: scroll;
    position: relative;
/*   font-size: 16px; */
    font-size: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
/*  border: 1px solid red;	for debugging */
}


.container {
    width: 98%;
    min-height: 100%;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
/*  border: 1px solid yellow;	for debugging */
}


.page-header {
    padding: 10px 10px;
    margin: 10px 0 10px;
    background: #00aaaa;
    font-weight: bold;
}

.page-header h1 {
    color: #000000;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 2px solid #dddddd;
}

.table th {
    font-weight: normal;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #000084;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}


.table-bordered {
    margin-left: 4px;
    border: 2px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

.table-bordered th,
.table-bordered td {
    padding: inherit 5.2px;
    border-left: 2px solid #dddddd;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


div.header {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 14px;
}
td.header {
    vertical-align: center;
}
tr.header {
    margin-bottom: 15px;
}

div.footer {
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid black;
    margin-top: 14px;
}


div.menu {
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
    position: absolute;
    width: 135px;	/* needed for PayPal image */
    min-height: 500px;
    padding: 0;
    padding-right: 10px;
}

div.menu img {
    text-align: center;
}

div.menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px dotted blue;
}

div.menu ul li {
    list-style: none;
    display: block;
    border-bottom: 1px dotted blue;
}

div.menu ul li a {
    text-decoration: none;
    color: blue;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

div.menu ul li b a, div.menu ul li a:hover {
    color: white;
    background: blue;
}

div.menu ul li ul {
    margin-left: 16px;
    font-size: 8pt;
    border-top: none;
}

div.menu ul li ul li a {
    padding-top: 4px;
    padding-bottom: 4px;
}


div.content {
    min-height: 550px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-left: 145px;
    margin-right: 0px;
    border: 1px solid black;	/* will be removed */
}

div.content h2 {
    margin-top: 32pt;
    border-bottom: 1px solid black;
}


div.error-message {
    width: 92%; 
    margin: 0px auto; 
    padding: 10px; 
    border: 1px solid #a94442; 
    color: #a94442; 
    background: #f2dede; 
    border-radius: 5px; 
    text-align: left;
}


div.message {
    color: #3c763d; 
    background: #dff0d8; 
    border: 1px solid #3c763d;
    text-align: center;
    margin-bottom: 20px;
}


dl.news {
}

dl.news dt {
    color: white;
    background: gray;
}

dl.news dd {
    margin-bottom: 12px;
}


.login-form {
    width: 40%;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #B0C4DE;
    color: blue;
    background: white;
    border-radius: 10px 10px 10px 10px;
}
.login-input {
    margin: 10px 0px 10px 0px;
}
.login-input label {
    display: block;
    text-align: left;
    margin: 3px;
}
.login-input input {
    height: 20px;
    width: 93%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid gray;
}
.login-input button {
    padding: 10px;
    font-size: 15px;
    color: white;
    background: #1A8CFF;
    border: none;
    border-radius: 5px;
}


button {
    padding: 10px;
    font-size: 15px;
    color: white;
    background: #1A8CFF;
    border: none;
    border-radius: 5px;
}

button:disabled,
button[disabled] {
    padding: 10px;
    font-size: 15px;
    color: white;
    background: #B3D9FF;
    border: none;
    border-radius: 5px;
}


.profile_info img {
    display: inline-block; 
    width: 50px; 
    height: 50px; 
    margin: 5px;
    float: left;
}

.profile_info div {
    display: inline-block; 
    margin: 5px;
}

.profile_info:after {
    content: "";
    display: block;
    clear: both;
}
