﻿.tile {
    padding: 20px;
    margin-bottom: 20px;
}

.tile.gry {
    background-color: #F2F2F2;
}

.tile.gry .fa-lnav {
    margin-right: 0px;
}

.tile.help {
    margin-bottom: 115px;
}

.tile span {
    font-family: Arial;
}

.tile .pro {
    display: inline-flex;
    flex-flow: row nowrap;
    padding-left: 0px;
}

.tile .pro > span:first-of-type {
    white-space: nowrap;
    padding-right: 5px;
}

.tile .pro > span:last-of-type {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile button {
    padding: 0px 20px;
}

.tile .gray {
    color: #4C4C4C;
}

.tile .dropdown button {
    margin-left: 8px;
}

.tile .dropdown {
    top: -3px;
}

.tile .dropdown > button
 {
    height: 30px;
    width: 267px;
    padding: 0px 10px;
}

.tile .help-block {
    padding: 0px 10px;
}

.tile .btn .caret::before {
    top: -10px;
    left: 90%;
}

.tile .dropdown-toggle::after {
    display: none;
}

.enr-img img {
    height: 217px;
    width: 272px;
    align-items: flex-start;
}

.enr-img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tile .dropdown-menu {
    max-height: 285px;
    width: 267px;
    overflow-y: auto;
}

.tile .dropdown-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile ul li {
    padding-left: 0px;
}

.tile .form-control {
    height: 30px;
    width: 220px;
}

.tile .other-pos {
    margin-top: 20px;
    display: none;
}

.tile .pioneer-text {
    color: #262626;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    display: none;
}

.tile .enroll-btn {
   margin-top: 20px;
}

.tile .enroll-btn > button {
   min-width: 81px;
}

.tile .col-9-cus {
    max-width: 72%;
}

.tile .col-3-cus {
    max-width: 28%;
    flex: 0 0 28%;
}

.h-217 {
    min-height: 217px;
}

.mb-10 {
    margin-bottom: 10px;
}

.modal-header .close {
    margin-left: 0px;
}

.modal-title {
    width: 80%;
}

.pdf-download a {
    padding-right: 0px !important;
    white-space: nowrap;
}

.modal-dialog,
.modal-content {
    height: 500px;
}

.modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.modal-body ol > li,
.modal-body ul > li {
    margin-bottom: 15px;
}

.modal-body .alpha ul > li {
    list-style-type: lower-alpha;
}

.modal-body ol > li > span,
.modal-body ol > li > div {
    margin-left: 10px;
    display: inline-flex;
}

.modal-body .table thead th {
    padding: 10px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #000000;
    padding: 8px 8px 8px 20px;
}

.modal-body .w-120 {
    width: 120px;
}

.modal-body .top-hdr {

}

.modal-body .hdr-2 {
    background-color: #F5F5F5;
}

.modal-body .pl-18 {
    padding-left: 18.6%;
    background-color: #e3effc;
}

.modal-body .exhpt {
    margin-top: 40px;
}

.alert-danger {
    margin-bottom: 10px !important;
}

.button.close {
    color: #8A6D3B;
}




