/*
Copyright (c) 2018 Corte' Media, Inc. All rights reserved
By Wayne Willis - wayne.willis@cortemedia.com
*/
/* 
    Created on : Dec 2, 2018, 5:33:01 PM
    Author     : waynewillis
*/

/* standard header */

.mtrdStatusHeading {
    color: lightgoldenrodyellow;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    float: right;
}

.top-container {
    /* background-color: #f1f1f1; */
    padding: 30px;
    text-align: center;
    background-image: url("/media/header_top.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: auto;
}

.header {
    padding: 10px 16px;
    background: #000;
    color: lightgoldenrodyellow;
    /* background-image: url("/media/header_logo.png"); */
    background-repeat: no-repeat;
    background-position: left;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

/*
.header-container {
    width:100%;
    position:fixed;
    top:0px;
    overflow: auto;
}
.header {
    height:50px;
    background:#000000;
    border:1px solid #000;
    width:960px;
    margin:0px auto;
    background-image: url("/media/header_logo.png");
    background-repeat: no-repeat;
    background-position: left;
}
.content {
    width:960px;
    background: #000000;
    border: 1px solid #CCC;
    height: 2000px;
    margin: 70px auto;
    overflow: auto;
    overflow-style: auto;
}

*/

/* General */

body {
    background-color: black;
    color: lightgoldenrodyellow;
    margin: 0px;
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*
.headerLogo {
    float: left;
    padding: 70px 0;
} */

/* Vertically align logo */

.frame {
    float: left;
    height: 50px;      /* equals max image height */
    width: 121px;
    border: 0px solid red;
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */

    text-align: left; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 70%;
    vertical-align: middle;
}

img {
    /*   background: #3A6F9A; */
    vertical-align: middle;
    /*   max-height: 50px;
       max-width: 121px; */
}

p, h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}
h1.centered {
    text-align: center;
}

h2.centered {
    text-align: center;
}

p.centered {
    text-align: center;
}

.personalInfo {
    text-align: center;
    color: white;
}

.credentialsMajorHeading {
    color: white;
}

.credentialsItem {
    color: white;
}

#parent {
    display: table;
    width: 100%;
}
#form_login {
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit]{
    width: 50%;
    background-color: white;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=button]{
    width: 30%;
    background-color: white;
    color: red;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=button]:hover {
    background-color: #ffcc66;
}
input[type="button"]
{
    font-size:14px;
}

input[type=submit]:hover {
    background-color: #ffcc66;
}
input[type="text"]
{
    font-size:14px;
}

input[type="password"]
{
    font-size:14px;
}

input[type="submit"]
{
    font-size:14px;
}

.radio-toolbar label {
    /* display: inline-block;
     background-color: #ddd; */
    padding: 4px 11px;
    font-family: 'Montserrat', sans-serif; 
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}/*
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar input[type="radio"]:checked+label {
  background-color: #bbb;
}*/

fieldset { 
    border:0px;
}

button {
    width: 50%;
    background-color: white;
    border: none;
    color: black;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin: 8px 0px;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    background-color: #ffcc66;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid dimgray;
    margin: 1em 0;
    padding: auto; /* Was 3 */
    background-color: dimgray;
}

/* Center input fields  */

.form-item.field.checkbox, .form-item.field.submit {
    display: inline-block;
    min-width: 48.8%;
}

.form-item.field.email {
    margin-right: 1.4%;
}

.footer{
    font-size: 10px;
    color: dimgray;
}

a {
    text-decoration: none;
    color: lightgoldenrodyellow;
}

/* Staff list formating */

table tr#row1 {
    background-color:royalblue; 
    color:white;
    font: bold;
}/*
table td#column1 {
    background-color: darkgray; 
    color:white;
}


#staff tr {
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    border-collapse: collapse;
}​
*/

#staff {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    color: white;
}

#staff td, #staff th {
   /* border: 1px solid #ddd; */
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid dimgray;
    border-top: 1px solid dimgray;
    border-collapse: collapse;
}

/*
#staff tr:nth-child(even){
    background-color: darkgray;
}
*/

#staff tr:hover {
    background-color: #ddd;
    color: black;
}


#staff th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2e6e9e;
    color: white;
}
tfoot {
    color:black;
    text-align: right;
    font: bolder;
    font-size: 16px;
}

textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}