﻿
body {
    background-color: #1C6BA0;
}

#jqt.fullscreen #home .info {
    display: none;
}

div#jqt #about {
    padding: 100px 10px 40px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0;
    color: #999;
    font-size: 14px;
    text-align: center;
    background: #161618;
}

div#jqt #about p {
    margin-bottom: 8px;
}

div#jqt #about a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.text {
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-left: 10px;
    overflow-wrap: anywhere;
    white-space: normal !important;
 }

 .text.critical {
    color: red !important;
 }

.details {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: white;
}

.detailsLabel {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #F5F5F5;
}

.detailsMini {
    font-size: 12px;
}

img.rating {
    width: 24px;
    height: 24px;
}

img.rating.small {
    width: 16px;
    height: 16px;
}

textarea[disabled] {
    -webkit-appearance: none;
}

.footer {
    position: fixed;
    height: 44px;
    bottom: 0;
    width: 100%;
    background-color: #cbd2d8;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    /* Status bar height on iOS 10 */
    padding-bottom: 20px;
    /* Status bar height on iOS 11.0 */
    padding-bottom: constant(safe-area-inset-bottom);
    /* Status bar height on iOS 11+ */
    padding-bottom: env(safe-area-inset-bottom);
}

.footer-button {
    width: 50px;
    height: 35px;
    padding: 5px 20px 5px 20px;
}

a.external-link {
    text-shadow: none;
    color: black;
}
/*input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #d5d2d2;
}*/

#moreSessions {
    margin-bottom: 60px;
}

li {
  line-height: normal;
}