@charset "UTF-8";
/* CSS Document */
#mast{
  min-height: 200px;
    padding-top: 30px;
       background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 30px;
}
#site-title{
    color: white;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 110%;
    margin-top: 18px;
}
#site-title a{
     color: white;
}
#navContainer {
     background: none repeat scroll 0 0 #3B56A8;
    border-top: 5px solid white;
    height: 45px;
}
#navigation li {
    display: inline;
    margin-left:0;
}
#navigation a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 42px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: center;
}
.wrapper {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    overflow: hidden;
}
.contentbg{
    background:#ffffff;
    margin-top:-5px;
}
.special{
    margin-right: 0;
    margin-top: 6px;
    *margin-top:20px;
    *margin-right:5px;
}
.highlight{
       background-color: orange;
    padding: 20px 10px;
    text-align: center;
}
.highlight h5{
    color:#ffffff;
}
.alt{
    border-bottom: thin solid #ccc;
    border-top: thin solid #ccc;
}
.welcome{
 background: url("../img/mainImg-home.jpg") no-repeat scroll right top #ffffff;
    box-shadow: 1px 1px 30px -1px rgba(50, 50, 50, 0.56);
    margin: -5px 0 0;
    *margin-top:-2px;
    min-height: 440px;
}
.welcome h1{
	 color: #222;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 10px 0 0 20px;
    padding: 0;
}
.welcome p{
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin: 1rem 0 20px 1.5rem;
    *width:450px;
    text-rendering: optimizelegibility;
}
#footerContainer {
	background: #3B56A8;
	padding-bottom: 40px;
}
p#info {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	margin-top: 40px;
}
p#info a {
	color: #ccc;
}
li {
    margin-left:1.5rem;
    *margin-left:20px;
}
/* The new fangled clear-fix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.red{
    color:red;
}

.date-block p { margin: 1em 0; }
.date-block p.date-block-row { margin: 1em; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1024px) {
    .welcome p {
        margin-right: 29rem;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #navigation li {
        margin: 0;
    }
    #navigation a {
        height: auto;
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 1.2;
    }
    .welcome p{
        margin-right: 2.9rem;
    }
    .special {
        margin-right: 1px;
        margin-top: 0;
        width: 50%;
    }
}

@media only screen and (max-width: 819px) {     
    #navContainer {
        background: none repeat scroll 0 0 #3b566a;
        border-bottom: 1px solid #999999;
        border-top: 5px solid darkorange;
        height: 150px;
        margin-top: 20px;
    }
    #navigation a {
        width: 35%;
    }
    .welcome p {
        /*margin-right: 2.9rem;*/
    }
    .welcome h1 {
        color: #222;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.2em;
        margin: 10px 5rem 0 20px;
        padding: 0;
    }

    p#info {
        color: #ffffff;
        font-size: 13px;
        margin-top: 40px;
        text-align: center;
    }
    p#info a {
        color: #ccc;
        padding: 15px;
    }
}

@media only screen and (max-width: 420px) {
    #navigation a {
        width: 45%;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #navigation a {
        width: auto;
    }
    .welcome {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 1px 1px 30px -1px rgba(50, 50, 50, 0.56);
        margin: -5px 0 0;
        min-height: 0;
    }   
}
    
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .welcome h1 {
        color: #222;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.2em;
        margin: 10px 10rem 0 20px;
        padding: 0;
    }
    .welcome p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.6;
        margin-right: 0;
    }
}
    
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .welcome p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.6;
        margin-right: 0;
    }
    .welcome {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 1px 1px 30px -1px rgba(50, 50, 50, 0.56);
        margin: -5px 0 0;
        min-height: 0;
    }
    .welcome h1 {
        color: #222;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.2em;
        margin: 10px 0 0 20px;
        padding: 0;
    }
    .special {
        margin-right: 1px;
        margin-top: 0;
        width: 50%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .welcome {
        background: none repeat scroll 0 0 #fff;
        box-shadow: 1px 1px 30px -1px rgba(50, 50, 50, 0.56);
        margin: -5px 0 0;
        min-height: 0;
    }
    .welcome h1 {
        color: #222;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 1.2em;
        margin: 10px 0rem 0 20px;
        padding: 0;
    }
    .welcome p {
        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.6;
        margin-right: 0;
        
    }
    #navigation a {
        width: 30%;
    }
    .special {
        margin-right: 1px;
        margin-top: 0;
        width: 50%;
    }
}


.dataTables_wrapper { padding-bottom: 2.5em; }

/* Open Projects */
.project-container {
    margin-bottom: 3em;
    list-style: none;
}
.project-container .project {
    margin-bottom: 2em;
}
.project-container .project .headline {
    margin-bottom: 0;
}

#datatable th + th:last-child {
    float: none;
}

.sr-only {
  position: absolute;
  top: -30em;
}

table.sortable td,
table.sortable th {
  padding: 0.125em 0.25em;
  /*width: 6em;*/
}

table.sortable th {
  font-weight: bold;
  border-bottom: thin solid #888;
  position: relative;
}

table.sortable th.no-sort {
  padding-top: 0.35em;
}

/*table.sortable th:nth-child(5) {*/
/*  width: 10em;*/
/*}*/

table.sortable th button {
  padding: 4px;
  margin: 1px;
  font-size: 100%;
  font-weight: bold;
  background: transparent;
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

table.sortable th button span {
  position: absolute;
  right: 4px;
}

table.sortable th[aria-sort="descending"] span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
  content: "▲";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
  content: "♢";
  color: currentcolor;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -4px;
}

table.sortable td.num {
  text-align: right;
}

/*table.sortable tbody tr:nth-child(odd) {*/
/*  background-color: #ddd;*/
/*}*/

/* Focus and hover styling */

table.sortable th button:focus,
table.sortable th button:hover {
  padding: 2px;
  border: 2px solid currentcolor;
  background-color: #e5f4ff;
}

table.sortable th button:focus span,
table.sortable th button:hover span {
  right: 2px;
}

table.sortable th:not([aria-sort]) button:focus span::after,
table.sortable th:not([aria-sort]) button:hover span::after {
  content: "▼";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}
