﻿#EyeIcon {
    background-color: white !important;
}

input[type=password] {
    border-right: none !important;
}

#PwdInput {
    /*max-width: 340px;*/
}

.tooltip-inner {
    max-width: 230px !important;
    width: 230px !important;
    padding: 0rem 0rem;
    color: #000;
    background-color: #fff;
    text-align: left;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding-left: 13px;
    padding-top: 5px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #9c9a9a;
    left: 0.5rem;
}


.invalid, .valid {
    padding-bottom: 0.375rem;
    padding-right: 10px;
}

.tooltip.show {
    opacity: 1;
}

.form-control:focus {
    box-shadow: none !important;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.8rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 1.3rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0.95rem;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #9c9a9a;
            bottom: 1rem;
        }
