﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */


.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height:auto;
}

.ajax-loader i {
    position: relative;
    top:50%;
    left:50%;
}



.customer-row-info {
    height: auto;
    font-weight: bold;
    min-height: 1em;
}

.txtlink3 {
    /*color: black;*/
    text-decoration:none;
    margin-left:10px;
    font-size:16px;
}



.txtlink3:hover {
    text-decoration: underline !important;
    color: red !important;
    cursor: copy !important;

}

.customer-menu {

}

