﻿
.has-error {
    border: 1px solid red !important;
}

.active-link {
    color: #00a0e3 !important
}

.btn-disabled {
    pointer-events: none !important;
    opacity: 0.4;
}

.alink-hover {
    color: #ffffff78;
}
.alink-hover:hover {
    color: #00a0e3 !important;
}