﻿.ceac-text {
  padding-top: 8px;
}

.ceac-text ul {
  margin-top: 0px;
}

.ceac-section {
  font-weight: bolder;
  padding-top: 8px;
}

.ceac-link {
  color: #005ddd;
}

a {
  color: #005ddd;
}

.ceac-explain {
  color: #545454;
  font-style: italic;
  padding-top: 8px;
}

.ceac-status-content {
    overflow-y: auto;
}

.ceac-status-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

.ceac-status-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: gray;
}

div.application-status div.status {
  border-style: none;
  margin-bottom: 10px;
  color: #005ddd;
  padding-left: 50px;
}

.ceac-status-content {
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    padding-left: 8px;
    padding-right: 5px;
}

.ceac-expanded-text {
    display: none;
}

.ceac-checkbox-list {
    margin: 0;
    padding-left: 25px;
    display: table;
}

.ceac-checkbox-li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
}

.ceac-checkbox-li::before {
    content: "\2610";
    display: table-cell;
    text-align: left;
    width: 16px;
}

/* The modal foregound element is position: fixed by ASP which causes issues when scrolling */
.ceac-status-modal > div {
    position: absolute!important;
}