/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.center-text {
    text-align: center;
}

.post-area {
    padding: 40px;
    width: 100%;
    min-height: 150px;
    background-color: white;
    border-bottom: 1px dotted #ddd;
}

.post-area a:link, .post-area a:visited {
    font-size: 30px;
    color: #333;
}

.post-area a:hover {
    color: #0D0017;
}

.material-video {
    margin: 1em;
    background-color: #f7f7f7;
    border-left: 0.4em solid #c0a16b;
    box-shadow: #ccc 3px 3px 3px;
}

.material-video-l p {
    font-size: 1em;
    line-height: 1.3em;
}

.material-video-l h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}

.material-video-r {
    padding: 1em;
}

.presentation {
    margin: 0.5em;
    padding: 1em;
    background-color: #f7f7f7;
    opacity: 0.8;
    text-align: left;
    min-height: 9.2em;
    box-shadow: 5px 5px 5px #ddd;
}

.presentation .author {
    font-weight: bold;
}

.software {
    margin-bottom: 1em;
    padding: 1em;
    border-left: 0.4em solid #31b0d5;
    background-color: #f7f7f7;
    opacity: 0.8;
    text-align: left;
    box-shadow: #ccc 3px 3px 3px;
}

.template {
    margin: 0.5em;
    padding: 1em;
    border-left: 0.4em solid #d58512;
    background-color: #fafafa;
    opacity: 0.8;
    text-align: left;
    min-height: 8em;
    box-shadow: #ccc 3px 3px 3px;
}

.testimonial {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0em 2em 0em 0em;
    padding: 1em;
    min-height: 40.2em;
    max-height: 40em;
    box-shadow: 5px 5px 5px #ddd;
}

.testimonial blockquote {
    font-size: 1em;
    color: #666;
    border-left: 4px solid #82AF3D;
    /*border-top-left-radius: 1em;*/
}

.testimonial span {
    float: right;
    color: #666;
}

.testimonial h3 {
    margin-top: 0;
    margin-bottom: 1em;
}

.testimonial img {
    border-radius: 0.5em;
    box-shadow: #666 2px 2px 2px;
    max-width: 4.5em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.alert {
    margin-top: 1em;
    background-color: rgb(240, 173, 78, 0.3);
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 10px;
    color: #9e4a1b;
    text-align: left;
    box-shadow: 3px 3px 3px #ccc;
}

.alert-info {
    margin-top: 1em;
    background-color: rgb(200, 200, 200, 0.3);
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 10px;
    color: #666;
    text-align: left;
    box-shadow: 3px 3px 3px #ccc;
}

.alert h1,
.alert-info h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0;
}

.alert a,
.alert-info a {
    color: #9e4a1b;
    text-decoration: underline !important;
    font-weight: bold;
}

.alert-info a {
    color: #666 !important;
}

.alert p,
.alert-info p {
    line-height: 1.4em !important;
    margin-bottom: 0.5em;
    font-size: 1em;
}

.alert ul {
    padding-left: 2em;
}

.training {
    background: #fff;
    padding: 1em 1em;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ddd;
}

.training-block {
    background: #fff;
    min-height: 35em;
    max-height: 35em;
    overflow: scroll;
}

.testimonial h3, .training h3 {
    font-size: 1.5em;
    color: #666;
    padding-bottom: 0.5em;
    margin-top: 0;
}

.training h3 > i {
    color: #666;
    padding-right: 0.5em;
}

.training-item {
    /*border-bottom: 1px solid;*/
    min-height: 5em;
    max-height: 5em;
    padding-top: 0.8em;
}

.training-item:hover {
    background-color: #f7f7f7;
    box-shadow: #ddd 3px 3px 3px;
}

.training a {
    /*color: #5E7F2D;*/
    color: #294A75;
    font-size: 0.9em;
    /*font-weight: bold;*/
}

.training-type {
    float: right;
    right: 0;
    margin-left: 1em;
}

.training-date {
    float: left;
    border: 1px solid #294A75;
    min-width: 3em;
    margin-right: 1em;
    border-radius: 0.3em;
}

.training-date .start {
    background-color: #294A75;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.3em 0.5em 0.3em 0.5em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}

.training-date .end {
    text-align: center;
    color: #666;
    background-color: #fff;
    font-size: 0.8em;
    padding: 0.3em 0.5em 0.3em 0.5em;
    border-radius: 0.3em;
}

.training-date .month {
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
}

.training-date .day {
    text-align: center;
    color: #999;
    background-color: #fff;
}

.training-date .year {
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 0.6em;
}

.covid-button {
    height: 60px;
    border-radius: 10px;
    /*border: solid 3px #CCCCCC;*/
    background: #cc0000;
    width: 100px;
    line-height: 28px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 40%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    cursor: pointer;
    padding-top: 0.5em;
    box-shadow: -5px 5px 5px #aaaaaa;
}

.lf {
    margin-bottom: 2em;
    margin-right: 1em;
}

.lf .content {
    padding: 0.5em;
    padding-left: 1em;
    line-height: 1.5em;
    border: 1px solid #eee;
    border-top: 0.4em solid #f0ad4e;
    min-height: 8em;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ddd;
    background-color: #fafafa;
}

.lf .content .dir {
    background-color: #ddd;
    border-radius: 10px;
    padding: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 0.8em;
    color: #999;
    font-weight: bold;
}

.lf .content .stage {
    background-color: rgb(240, 173, 78, 0.2);
    border-radius: 10px;
    padding: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 0.8em;
    color: rgb(240, 173, 78, 1);
    font-weight: bold;
}

.library {
    background-color: #f7f7f7;
    box-shadow: 5px 5px 5px #ddd;
    padding: 1.5em;
}

.publication {
    padding: 2em;
    margin-bottom: 2em;
    box-shadow: 5px 5px 5px #ddd;
    border: 1px solid #eee;
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.testimonial .item {
. transition(10 s ease-in-out left);
}

.feedback-button {
    height: 60px;
    border-radius: 10px;
    /*border: solid 3px #CCCCCC;*/
    background: #f5c71a;
    width: 100px;
    line-height: 28px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: -40px;
    top: 55%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    cursor: pointer;
    padding-top: 0.5em;
    box-shadow: -5px 5px 5px #aaaaaa;
}

.job {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ddd;
    padding: 0 1.5em;
    text-align: left;
}

.job h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.mission h3, .job h3 {
    font-size: 1.5em;
}

.job, .mission {
    color: #666;
}

.job-list {
    margin-bottom: 1em;
    display: block;
    border-left: 5px solid #72959D;
    border-radius: 0.5em;
    padding-left: 1em;
}

.job-list:hover {
    background-color: #f7f7f7;
}

.job-list-no {
    border-left: 5px solid #72959D;
    border-radius: 0.5em;
    padding-left: 1em;
    margin: 1em 0;
}

.twitter-box, .mission {
    box-shadow: 5px 5px 5px #ddd;
    border: 1px solid #ccc;
    text-align: left;
}

.materials {
    margin-bottom: 0.5em;
    background-color: #f7f7f7;
    padding: 0.5em 1em;
    box-shadow: #ccc 2px 2px 2px;
}

.fa-youtube {
    color: #800000;
}

.presentation .date, .press .date {
    position: relative;
    top: -1.25em;
    right: -1.25em;
    float: right;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 0 0 0 10px;
}

.engagement, .press {
    padding: 1em 2em;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    box-shadow: #ccc 3px 3px 3px;
    border-left: 0.4em solid #3c763d;
    background-color: #fafafa;
}

.press {
    border-left: 0.4em solid #f0ad4e;
    min-height: 5em;
}

.press .date {
    right: -2.5em;
    background-color: #666;
}

.activity {
    border: 1px solid #ccc;
    box-shadow: #ccc 3px 3px 3px;
    margin-bottom: 1.5em;
    border-radius: 0.5em;
    border-collapse: separate;
    background-color: #fafafa;
}

.activity .title {
    padding: 0.5em 1em;
    font-weight: bold !important;
    font-size: 1.3em;
    border-bottom: 1px solid #eee;
}

.activity .content {
    padding: 1em;
}

.activity .inactive {
    top: -0.5em;
    right: 0;
    border-top-right-radius: 0.5em;
    background-color: #3c763d;
}

.engagement:hover, .press:hover, .presentation:hover, .activity:hover, .lf .content:hover {
    box-shadow: #999 3px 3px 3px;
    background-color: #fff;
}

.activity .description {
    padding: 1em;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #999;
}

.cicoe-workshop {
    padding: 2em;
}

.cicoe-workshop p {
    line-height: 1.4;
}

.cicoe-workshop ul {
    padding-left: 2em;
}

.cicoe-workshop li {
    line-height: 1.4;
    padding-top: 1em;
}

.schedule tr:nth-child(odd) {
    background-color: #efefef;
}

.schedule tr:nth-child(even) {
    background-color: #e0e0e0;
}

.schedule td {
    padding: 15px;
    vertical-align: top;
    font-size: 0.9em;
}

.schedule ul {
    padding-left: 2em;
}

.schedule .title {
    font-weight: bold;
}

.schedule li {
    padding: 0em;
}

.inst li {
    display: inline;
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}
