@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

.ajax-loader {
    position: relative;
    /* top: 50px; */
    /* margin-top: -50px; */
    background: transparent url('Images/ajax-loader.gif') no-repeat scroll center center;
    height: 50px;
    width: 100%;
    z-index: 10;
}

#ai-errorMessage {
    border: 1px solid orangered;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    color: orangered;
    padding: 10px 10%;
    margin: 10px 0;
}

.errText {
    color: orangered;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
}

#divCreateEdit {
    width: 240px;
}

.lockedOutline {
    outline: orange solid medium !important;
}

.ai-left {
    text-align: left;
}

.ai-center {
    text-align: center;
}

.ai-right {
    text-align: right;
}

th.ai-left a,
th.ai-right a {
    white-space: nowrap;
}

/* forms */
table.ai-form {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.ai-form tr td {
    white-space: nowrap;
    padding: 5px;
}

table.ai-form tr td:first-child {
    padding-left: 0;
}

.ai-totals {
    float: right;
    border-collapse: collapse;
    table-layout: auto;
}

.ai-totals tr {
    font-weight: bold;
}

.ai-totals td {
    padding: 5px 0px 5px 10px;
}

.ai-totals td.ai-right {
    text-align: right;
}

table.pfTable thead tr th, table.pfTable tbody tr td {
    padding: 1em 0.5em 1em 0.5em;
}

table.pfTable thead tr th {
    border-width: 0px;
    margin: 0;
    padding: 1em 0.5em 1em 0.5em;
}

.pfControls {
    white-space: nowrap;
}

    .pfControls i {
        font-size: 1rem;
        margin-right: 0.3em;
        color: cornflowerblue;
    }

.pfControls col {
    padding-right: 2em;
}
.pfControls col label {
    padding-right: 1em;
}

#pfMenu ul li {
    padding-right: 2em;
}

div.navbar-brand a img {
    margin-top: -6px;
}

.margin-top1 {
    margin-top: 1em;
}

.margin-top2 {
    margin-top: 2em;
}

div.hspace1 {
    padding: 8px;
}

div.hspace2 {
    padding: 12px;
}

a {
    text-decoration: none !important;
}

a:link {
    color: rgb(2,139,255);
}

a:visited {
    color: rgb(2,139,255);
}

a:hover {
    color: #23527c;
}

a:active {
    color: rgb(2,139,255);
}

div.msgBox {
    border-style: solid;
    border-color: lightblue;
    border-width: thin;
    padding: 0.5em 1em 0.5em 1em;
    margin-top: 1em;
}   

    div.msgBox span {
        font-size: 1.5em;
    }

#bottom-message {
    margin: auto 2em auto 2em;
    color: #5B97F6;
    font-weight: bold;
}