

.userRowEnter{
    background-color: grey !important;
}

.border-solid-1px{
    border: #cccccc solid 1px;
    padding: 5px;

}

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

@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }
    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}



 .autocomplete {
     margin-bottom: 0px !important;

 }

.autocomplete-results {
    padding: 0;
    margin: 0;
    border: 1px solid #000000;
    height: 120px;
    overflow: auto;
    list-style-type: none;
    padding-inline-start: 10px;
    position: absolute !important;
    z-index: 100000 !important;
    background-color: #f5f8fa;
    width: 95%;

}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 4px 2px;
    cursor: pointer;
}

.autocomplete-result:hover {
    background-color: #4AAE9B;
    color: white;
}

.cantClick{
    color: #cccccc !important;
}

.simpleHref, .simpleHref:hover{
    text-underline: none;
    color: #ffffff;
    text-decoration: none;
}

tr.odd:hover, tr.even:hover{
    background-color: #ECFFB3;
}


table.dataTable thead .sorting_asc {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}

.pointer{
    cursor: pointer;
}

/* Data Center Page*/
.abandonLink{
    color: var(--orange);
    font-weight: bold;
    text-transform: uppercase;
}
.viewFileDetails{
    color: var(--blue);
    font-weight: bold;
    text-transform: uppercase;
}
.fileTable{
    margin-bottom: 10px;
}

.fileName{
    color: var(--gray);
}
.fileTable tbody tr {
    background-color: white;
}

.bg-BB-main a{
    text-decoration: none !important;
}
@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }
    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

.addRedBorder{
    border: solid 1px red !important;
}


.editpc{
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 10px !important;
    width: 130px;
    text-align: left;
    justify-content: left !important;
}

.editPcInput{
    padding: 5px !important;
    border-radius: .5rem !important;
}

table {
    width:100%;
    table-layout:fixed;
}
