.ui-autocomplete {
    position: absolute;
    z-index: 2000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-size: .675rem;
    color: #495057;
    font-family: inherit !important;
}
.ui-autocomplete > li {
    padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}
.ui-helper-hidden-accessible {
    display: none;
}


.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    font-size:80%;
}
.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}
.bd-callout p:last-child {
    margin-bottom: 0;
}
.bd-callout code {
    border-radius: .25rem;
}
.bd-callout + .bd-callout {
    margin-top: -.25rem;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bd-callout-info h4 {
    color: #5bc0de;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout-warning h4 {
    color: #f0ad4e;
}
.bd-callout-danger {
    border-left-color: #d9534f;
}
.bd-callout-danger h4 {
    color: #d9534f;
}
.bd-examples .img-thumbnail {
    margin-bottom: .75rem;
}
.bd-examples h4 {
    margin-bottom: .25rem;
}
.bd-examples p {
    margin-bottom: 1.25rem;
}
.btn:focus {
    outline: none;
}
.card-body
{
    font-size:80%;
}
.special-card {
    background-color: rgba(245, 245, 245, 1);
    opacity: .4;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.card-title {
     float: none !important;
     font-size: 1.1rem;
     font-weight: 400;
     margin: .75rem !important;
     margin-left: 0px !important;
    margin-top: 0px !important;
}

.bar {
    height: 18px;
    background: green;
}

.alert-success a
{
    color: #007bff !important;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.file {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition:all 1s ease;
}
.file.done {
    background: lightgreen;

}
.file a {
    display: block;
    position: relative;
    padding: 5px;
    color: black;
}
.progress{

    border-radius: .25rem !important;
}

.ourGreen
{
    color: #00A12E;
}


.ourRED
{
    color: #DF1525;
}
.ourOrange{
    color:#FF7027;
}

label{
    font-weight: 400 !important;
}
th {
font-weight: bold;

}
table{
    font-size: 100%;
}

.form-group i{
    margin-left: 5px;
    cursor: pointer;
}

.invalid-feedback-ai{
    color:#dc3545;
}

/*body {*/
    /*min-height: 100vh;*/

/*}*/

/*.flex-grow {*/
    /*flex: 1;*/
    /*flex: 1 0 auto;*/
/*}*/
/*.container-fluid {*/
    /*padding-left: 30px !important;*/
    /*padding-right: 30px !important;*/
/*}*/

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */

.Site {
    display: flex;
    flex-direction: column;
    height: 100%; /* 1, 3 */
}

.Site-header,
.Site-footer {
    flex: none; /* 2 */
}

.Site-content {
padding-left: 30px !important;
padding-right: 30px !important;
}
.Site-content {
    flex: 1 0 auto; /* 2 */
    padding: var(--space) var(--space) 0;
    width: 100%;
}

.Site-content::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}
@media (--break-lg) {
    .Site-content {
        padding-top: var(--space-lg);
    }
    .Site-content::after {
        margin-top: var(--space-lg);
    }
}

.Site-content--full {
    padding: 0;
}
.Site-content--full::after {
    content: none;
}


footer
{
    height: 60px;
    font-size: 70%;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 2px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

p.text-sm > .d-block {
    white-space: pre-line;

}

#commentsBox i  {
    color:#004EA5;
    cursor:pointer;
}

.strikeOut {
    text-decoration: line-through;

}