﻿.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

a {
    word-break: break-all !important;
}

    a.link-underline-primary {
        text-decoration: underline !important;
    }

.text {
    white-space: break-spaces;
}

.unknownResult {
    display: none;
    color: #b94a48;
}

.unknownResults .unknownResult {
    display: block !important;
}

.unknownResults .noResult {
    display: none !important;
}

.popover {
    max-width: 400px !important;
}

.close-popover {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    cursor: pointer;
}

.navbar {
    margin-top: 25px;
}

.navbarBtns {
    align-items: flex-end;
    justify-content: end;
}

.danger-btn {
    color: #FF2D2D !important;
}

.navbarBtns a {
    margin-left: 15px;
}

.reg-tab-label {
    position: absolute;
    color: #5900C1;
    position: absolute;
    bottom: -40px;
    width: 300px;
    left: -128px;
    text-align: center;
}

.register-progress {
    width: calc(100% - 100px);
    height: 5px;
    position: absolute;
    top: -25px;
    text-align: center;
    left: 50px;
}

.register-progress-bar {
    height: 5px;
    background: #5900C1;
    position: absolute;
    left: 0px;
    transition: all 0.1s;
}

.rounded-pill {
    top: -10px;
    height: 27px;
    line-height: 20px;
}

.cancel-btn {
    background: #777;
}

.field-validation-error {
    display: block;
    width: 100%;
}

.tab-next[disabled], .generic-tab-rounded-btn[disabled] {
    pointer-events: none;
}

.btn[disabled] {
    background: #aaa;
}

.danger-btn:hover {
    cursor: pointer;
}

.custom-modal-alert-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    display: none;
    z-index: 99999;
}

.custom-modal-alert {
    position: fixed;
    top: 50px;
    width: 300px;
    height: auto;
    background: white;
    left: 50%;
    margin-left: -170px;
    border-radius: 5px;
}

.register-mwidth500 {
    max-width: 500px;
}

.register-abs-t5r-10 {
    top: 5px;
    right: -10px;
}

.register-mr5 {
    margin-right: 5px;
}

.register-p10 {
    padding: 10px;
}

.register-removeorgaddress-custom {
    border-top: 1px solid #ccc;
    BACKGROUND: #DDD;
    padding: 10px;
}

.register-invisibletext {
    display: block;
    opacity: 0;
}