body {
    font-family: FSLolaWeb, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Tahoma, sans-serif;
}
 
td {
    max-width: 300px;
    overflow-wrap: break-word;
}
 
.logo {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 200px;
}
 
.saferplay-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 200px;
    max-height: 86px;
    height: auto;
}
 
.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
 
.title-header {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
 
.download-icon {
    max-width: 30px;
}
 
.section-title-header {
    font-weight: bold;
    text-align: center;
}
 
.section-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
 
.section-text {
    font-size: 20px;
    text-align: center;
}
 
.footer-text {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: white;
}
 
.header-text {
    font-size: 16px;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
 
.section-seperator {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 10px;
}
 
.text-field {
    width: 100%;
    font-size: 20px;
    height: 40px;
    text-align: center;
}
 
.btn-submit {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;
}
 
.uploaded-filename {
    color: #5cb85c;
    font-size: 14px;
}
 
.approved-header {
    color: #5cb85c;
}
 
#files {
    text-align: center;
    width: 100%;
    border: 3px dotted #5cb85c;
    padding: 20px;
    display: none;
}
 
#error {
    color: red;
    font-weight: bold;
    text-align: center;
}
 
#dropZone {
    border: 3px dashed #001e62;
    padding: 50px;
    width: 100%;
}
 
#progress {
    text-align: center;
    font-weight: bold;
}
 
#dropzone-instructions {
    text-align: center;
}
 
.btn-file {
    position: relative;
    overflow: hidden;
}
 
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
 
.confirm-error {
    color: red;
}
 
.full-container {
    background-color: rgb(0, 30, 98);
    margin-top: 20px;
}
 
.help-text {
    color: grey;
    font-style: italic;
    font-size: 14px
}
 
 
 
.dim-bg {
    background-color: rgba(0, 0, 0, 0.404);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
 
 
.panel {
    background-color: white;
    border: solid 1px black;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
 
.modal-title {
    height: 15%;
    padding: 10px;
}
 
.modal-body {
    height: 85%;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    overflow-y: auto;
}
 
.modal-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
 
.input-with-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}
 
.input-with-label:first-child {
    margin-left: 0px;
}
 
.input-with-label:last-child {
    margin-right: 0px;
}
 
.file-with-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
 
.modal-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
 
#evidence-add-div {
    border: 1px solid black;
    border-radius: 2px;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
 
#modal-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 29, 98, 0.267);
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.spacer {
    width: 10px;
}
 
.v-spacer {
    height: 10px;
}
 
.select-filter {
    font-size: 16px;
    font-weight: 400;
    height: 29px;
    line-height: 29px;
}
 
.above-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
 
.dropdown-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
 
.centre-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
 
#schedule-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
 
.client-nav-btn {
    padding-left: 4px;
    padding-right: 4px;
}
 
.settings-btn {
    padding: 5px;
}
 
.schedule-action-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
}
 
.site-access-table {
    height: 280px;
    overflow-y: auto;
    display: block;
    width: 100%;
}
 
.site-access-tr {
    display: block;
}
 
.site-access-td {
    display: block;
}
 
.site-assign-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
 
.site-assign-action button {
    width: 30px;
    height: 30px;
    padding: 0px;
    margin-bottom: 0px;
}
 
.access-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
}
 
.send-access-btn {
    width: 152px;
    height: 34px;
    margin-bottom: 0px;
}
 
#ipad-access {
    margin-right: 5px;
}
 
#web-portal-access {
    margin-right: 5px;
}
 
.btn-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
 
button img {
    width: 22px;
    height: 22px;
}
 
 
/* .ui-widget-header {
    background-color: #001e62 !important;
    height: 2em;
}
 
.ui-datepicker-next {
    background-color: white;
}
 
.ui-datepicker-prev {
    background-color: white;
} */
 
 
 
 
 
p,
input,
span,
a {
    font-size: 16px;
    font-weight: 400;
}
 
.top-box {
    height: 30px;
    background-color: #f8f8f8;
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
 
.portal-header-text {
    color: rgb(0, 30, 98);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin-top: 55px;
}
 
.grey-section {
    background-color: #f8f8f8;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
}
 
.page-header-text {
    color: rgb(22, 59, 68);
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
 
.page-header-client-name {
    color: rgb(22, 59, 68);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
 
.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
 
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}
 
.white-section {
    background-color: white;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
 
.white-section-top-border {
    background-color: white;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
 
.rospa-input {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
 
.input-label {
    font-weight: 600;
}
 
.btn-rospa,
.btn-rospa:visited,
.btn-rospa:active {
    color: white;
    border-color: rgb(0, 30, 98);
    font-size: 14px;
    font-weight: 400;
    background-color: rgb(0, 30, 98);
    min-width: 100px;
    font-family: FSLolaWeb, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Tahoma, sans-serif;
    margin-right: 10px;
    margin-left: 10px;
}
 
.btn-rospa:hover {
    background-color: rgb(58, 145, 173);
    border-color: rgb(0, 30, 98);
}
 
.error {
    color: red;
    font-weight: 600px;
    font-family: FSLolaWeb, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Tahoma, sans-serif;
}
 
th {
    background-color: #f8f8f8;
    border-bottom: none !important;
}
 
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #rgb(0, 30, 98);
}
 
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: rgb(51, 51, 51);
}
 
.pagination>li>a,
.pagination>li>span {
    color: rgb(51, 51, 51);
}
 
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>.active>a,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li>a,
.dataTables_info,
.dataTables_length,
.case-table_length {
    font-size: 14px;
}
 
div.dataTables_wrapper div.dataTables_length select {
    max-width: 65px;
}
 
.table-uuid {
    display: none;
}
 
.findings-table {
    max-width: 100%;
}
 
.findings-table-notes {
    max-width: 300px;
    overflow-wrap: break-word;
}
 
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: white;
    pointer-events: none;
}
 
.case-section-header {
    color: rgb(22, 59, 68);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
 
.no-bottom-border {
    border-bottom: none;
}
 
.details-section {
    margin-top: 30px;
}
 
.ajax-loader {
    text-align: center;
    margin: 0 auto;
}
 
#Downloading-text,
#Downloading-filesize {
    text-align: center;
}
 
.file-icon {
    max-width: 30px;
    height: auto;
}
 
.file-extension-image {
    text-align: center;
}
 
tbody tr {
    cursor: pointer;
}
 
.btn-nav {
    width: 100%;
    text-align: center;
    // background-color:rgb(0,30,98);
}
 
.table-photograph {
    max-width: 250px;
    max-height: 1000px;
}
 
.pdf-icon {
    max-width: 40px !important;
    max-height: 40px !important;
}
 
.grey-td {
    background: #EFEFEF;
    text-decoration: line-through;
}
 
.approval-seperator {
    height: 5px;
    background-color: black;
    margin-top: 30px;
    margin-bottom: 30px;
}
 
.maintenance-text {
    overflow-wrap: break-word;
    text-align: center;
}
 
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Darkened background */
    overflow: auto;
    /* Ensure scrolling if content overflows */
    justify-content: center;
    align-items: center;
}
 
/* Modal Content (the actual window) */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: 60%;
    /* Increase the width here */
    max-width: 1200px;
    /* Optional: Maximum width for large screens */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* Center vertically */
}
 
/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
 
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
 
#modal-iframe {
    border: none !important;
}
 
 
 
/* SaferPlay Alerts */
.alert-container {
    position: relative;
    margin: 0;
    padding: 0;
}
 
.session-alert {
    background: #d9534f;
    color: white;
    padding: 12px 50px 12px 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    animation: slideDown 0.3s ease-out;
}
 
.session-alert-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
 
.session-alert-close:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}
 
@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    to {
        max-height: 100px;
        opacity: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
 
@keyframes slideUp {
    from {
        max-height: 100px;
        opacity: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    to {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
 
.session-alert.closing {
    animation: slideUp 0.3s ease-in forwards;
}