
.size-18{
    width: 18px;
    height: 18px;
}
table tr[data-target]:hover{
    cursor:pointer;
}
table tr[data-target]:hover td{
    color:#e10614;
}
.bootstrap-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}   



nav   a>i{
    width:22px;
}
ul {
    list-style: none;
    padding-left:0px;
}
.link-unstyled, .link-unstyled:link,  .link-unstyled:visited,  .link-unstyled:hover, .link-unstyled:active,  .link-unstyled:active:hover {
     text-decoration: none;
     color: inherit;
 }
.pager {
    min-height: 22px;
    min-width: 300px;
    padding-top: 10px;
    position: relative;
}
.pager .pager-navigator {
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.pager .arrow, .pager .page-number-list {
    float: left;
    margin-right: 6px;
}

.pager .page-info {
    display: block;
    float: left;
    margin-right: 60px;
    padding-top: 1px;
    vertical-align: top;
}
.pager .arrow .button {
    border: 1px solid #555555;
    padding: 2px 6px;
    text-decoration: none;
}
.pager .arrow.inactive  {
    opacity: 0.5;

    pointer-events: none;
    cursor: default;
    text-decoration: none;

}
.pager .page-number-list a {
    display: block;
    float: left;
    padding: 1px 3px;
}
.pager  a {
    color:inherit;

}
.pager .page-number-list a.current-page {
    color:#e10614;
    text-decoration: underline;
}
.pager .entities-per-page {
    float: right;
}
/*** Entity Filter **/

.Entity-Filter{
    float: right;

    border-bottom:1px solid white;
}
.Entity-Filter select{
    width:150px;
    text-align:center;
    background-color: #d30209;
    border: 1px solid #d30209;
    color:white;
}
#flashes{

}
#flashes .Success{
    background-color: #108310;
    color:white;
    text-align:center;
    position:absolute;
    width:100%;
}

#flashes .Failed{
    background-color: red;
    color:white;
    text-align:center;
    position:absolute;
    width:100%;
}
 .bootstrap-autocomplete .dropdown-item{
     border-bottom:1px solid lightgray;
     cursor:pointer;
 }
form label, form legend{
    font-weight: bold;
}
form label.form-check-label{
    font-weight: normal;
}


tr.OpenModalForm{
    cursor:pointer;
}
tr.openByModal{
    cursor:pointer;
}
.form-signin label{
    font-weight: normal;
}
table .grey{
    background-color: #e10614 ;
    color: #e5d9d9;
}
table ul.list-action li{
    float:left;
    margin-left:2px;
}
table tr.actionRow{
    cursor:pointer;
}
#page-headline{
    margin-top:25px;
    margin-bottom:25px;
}

.loader {
    color: white;
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    left:50%;
    z-index:99;
    top:50%;
}
.loader div {
    transform-origin: 40px 40px;
    animation: loader 1.2s linear infinite;
}
.loader div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #a53131;
}
.loader div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.loader div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.loader div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.loader div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.loader div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.loader div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.loader div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.loader div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.loader div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.loader div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.loader div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.loader div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes loader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@font-face {
    font-family: 'AppIcons';
    src: url('font/fontello.eot?60538351');
    src: url('font/fontello.eot?60538351#iefix') format('embedded-opentype'),
    url('font/fontello.woff2?60538351') format('woff2'),
    url('font/fontello.woff?60538351') format('woff'),
    url('font/fontello.ttf?60538351') format('truetype'),
    url('font/fontello.svg?60538351#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.AppCheckbox {
    cursor:pointer;
    border: 1px solid #a0a4ab;
    background-color: #f5b3b3;
    background-image: linear-gradient(to top, #a0a4ab, #f5b3b3);
    background-image: -moz-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -ms-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -o-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    background-image: -webkit-linear-gradient(bottom, #a0a4ab, #f5b3b3);
    color: #54575f;
    border-radius: 4px;
    padding: 2px;
    line-height: 19px;
    margin-right: 4px;
}

.AppCheckbox:before {
    font-family: "AppIcons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    float: left;
    overflow: hidden;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    font-size: 14px;
    width: 16px;
    text-align: left;
    line-height: 19px;
    padding-left: 2px;
    margin-right: 5px;
}

.AppCheckbox:before {
    content: '\e801';
    color: #EF1C21;
}

.AppCheckbox.CheckboxActive:before {
    content: '\e800';
    color: #4EBF51;
}

.AppCheckbox.CheckboxActive {
    border: 1px solid #4EBF51;
    background-color: #4EBF51;
    background-image: linear-gradient(to top, #e4e5e7, #4EBF51);
    background-image: -moz-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -ms-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -o-linear-gradient(bottom, #e4e5e7, #4EBF51);
    background-image: -webkit-linear-gradient(bottom, #e4e5e7, #4EBF51);
    color: #000;
}
fieldset.form-group {
     margin-bottom: 0px;
 }

/***** AJAX LOADER PRELOAD ******************************************************/
.preload {
    display:none;
    position: fixed;
    left:50%;
    margin-left:-64px;
    top:50%;
    margin-top:-64px;
    background-image: url("../img/preload.gif");
    background-size: 128px 128px;
    width:128px;
    height:128px;
    z-index:999;
}


form #report_footer{
    height:400px;
}
table.entity-table th{
    background: #d30209;
    color:white;
}
table.entity-table th.action {
    text-align:center;

}

table.entity-table td .action-list {
     list-style: none;
     margin: 0;
     }
table.entity-table td .action-list li{
    float:right;

    margin: 0 5px 0 0;
}
table.entity-table td .action-list li a {
    text-decoration: none;
    color:#d30209;
}

.img-loading {
    background: url('../img/preload.gif') 50% 50% no-repeat;
    min-width: 200px;
    min-height:200px;
    margin:10px;
}

f