input[readonly] {
    background-color: transparent;
    border: 0;
    width: 23%;
    font-size: 1em;
    text-overflow: ellipsis;
}

.list-group {
    margin: 15px;
}

.ss-btn {
    border-radius: 15%;
    width: 3px;
    float: right;
}

.group-tag {
    margin: 2px;
    border: 1px solid #0F1827;
    border-radius: 7%;
    padding: 3px;
    height: 2em;
    background-color: #bed2de;
}

.pl-table .group-tag {
    float: right;
}

.header nav {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #939ea9;
    padding: 1em;
    width: 100%;
    background-color: #0F1827;
    z-index: 1000;
}

.header .notify-btn{
    position: fixed;
    top: 60px;
    z-index: 999;
}

#processBar {
    position: relative;
}

.footer {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #939ea9;
    padding: 1em;
    width: 100%;
    background-color: #0F1827;
    z-index: 1000;
}

.footer-main {
    margin-top: 50px;
}

.site-wrapper {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}


.site-body {
    margin-bottom: 30px;
    padding-bottom: 60px;
}

body, html {
    display: inline-block;
    height: 100%;
    width: 100%;
}

body.sitesection-apps {
    height: 100%;
    background: rgb(15,24,39);
    background: linear-gradient(0deg, rgba(15,24,39,1) 0%, rgba(45,65,94,1) 100%);
}

.header .active {
    border: 1px solid #9eb2be;
    border-radius: 5%;
}

.session-title {
    margin: 3px;
}

.form-info {
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
    color: #8e8e93;
}

.session-info {
    margin-left: 30px;
}

.session-group {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.footer-main img, .footer img {
    width: 100px;
}

.footer p {
    margin-bottom: auto;
}

.footer-main p, .footer p, .header h1 {
    color: #939ea9 !important;
    font-size: 0.55rem;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.app-card {
    margin: 15px;
    border: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
    transition: 0.2s;
}

.app-card:hover {
    box-shadow: 0 6px 10px 0 rgba(45, 65, 94, 0.2), 0 9px 25px 0 rgba(45, 65, 94, 0.19);
}

.app-card .card-img-top{
    display: block;
    width: 300px;
    height: 300px;background: rgb(15,24,39);
    background: linear-gradient(0deg, rgba(15,24,39,1) 0%, rgba(10,28,60,1) 8%, rgba(15,24,39,1) 65%);
}

.app-card {
    padding: 0 !important;
}

.process-btn {
    float: left;
}

.pl-table .row {
    margin: 5px 0;
    padding-left: 20px;
    align-items: center;
}

.pl-table .col {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    width: 45%;
}

.pl-table .process-col {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    width: 10%;
}

.pl-table .pl-thead {
    color: #878787;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

.pl-table .col:first-child{
    text-align: left;
    width: 60%;
}

.pl-table .pl-thead.tall {
    background-color: #263338;
    margin: 0;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.7);
    text-transform: initial;
}

.pl-table .pl-thead.tall .col {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    align-self: stretch;
}

.pl-table .pl-thead.tall .col:last-child {
    border: none;
}

.pl-table .pl-thead.tall .col .large {
    font-size: 21px;
    color: #ffffff;
}

.pl-table .pl-tbody {
    overflow: auto;
}

.pl-table .pl-tbody .row {
    background-color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #5a5a5a;
    font-size: 12px;
    width: 100%;
}

.low-p {
    padding: 0.1rem 0.5rem !important;
}

.pl-table .pl-tbody.scroll {
    max-height: 100px;
    overflow-x: scroll;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.forgot-link {
    float: right;
    text-decoration: underline;
}

.ui-autocomplete {
    z-index: 9999999 !important;
}
label[id$="-error"] {
    font-size: 0.8rem;
    color: #dc3545;;
    font-style: italic;
}