﻿body {
    
}

.right-seperator {
    border-right: 1px solid silver;
}

input:required:invalid, input:focus:invalid {
    background-image: url(/images/invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

input:required:valid {
    background-image: url(/images/valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.tooltip {
    z-index: 100000000;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #a1f590;
}