body {
    padding-top: 64px;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.navbar-hnus{
    background-color: #efefef;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.navbar-fixed-top .navbar-collapse {
    max-height: 500px !important;
}

.alert .fa:before {
    font-family: FontAwesome;
    padding-right: 0.5em;
}

.alert.alert-success .fa:before {
    content: "\f00c";
}

.alert.alert-info .fa:before {
    content: "\f129";
}

.alert.alert-warning .fa:before {
    content: "\f071";
}

.alert.alert-danger .fa:before {
    content: "\f00d";
}

.decimal {
    text-align: right;
}

.int {
    text-align: right;
}

.modal-body input {
    width: 100%;
}

.modal-body .aacomplete {
    width: 100%;
}

.navbar a {
    color: inherit;
    text-decoration: inherit;
}

.navbar a:hover {
    color: inherit;
    text-decoration: inherit;
}

.text-c1 {
    color: #84D5A4;
}

.text-c2 {
    color: #C059CB;
}

.text-c3 {
    color: #D0533D;
}

.text-c4 {
    color: #415354;
}

.text-c5 {
    color: #CEA953;
}

.text-c6 {
    color: #91D44B;
}

.text-c7 {
    color: #CD5B89;
}

.text-c8 {
    color: #A8B6C0;
}

.text-c9 {
    color: #797ECB;
}

.text-c10 {
    color: #567539;
}

.text-c11 {
    color: #72422F;
}

.text-c12 {
    color: #5D3762;
}

a button{
    color: black;
}

a .white {
    color: #fff;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.display-PL{
    display: block;
    padding: 15px;
    border:solid 1px black;
    text-align:center;
}
