table td.amount, table td div.amount {
    text-align: right;
}

.fa-eye-slash {
    content: url("/Static/ImagesOld/Icons/eye-slash.png")
}

.fa-eye {
    content: url("/Static/ImagesOld/Icons/eye.png")
}

.input-w-130 {
    width: 130px !important
}

.new_cust_button_back {
    border: 0px;
    background: transparent;
    color: black;
    font-size: larger;
    cursor: pointer;
}

.RainbowTableForm, .RainbowTableForm tr, .RainbowTableForm td {
    border: 0px;
}

.RainbowTableForm td.label {
    text-align: right !important;
    vertical-align: top !important;
    font-weight: bold;
    font-size: 1.0em;
    padding-top: 7px;
}

.RainbowTableForm td.span {
    padding-top: 7px;
}

.headerTitleIconComplaints {
    background-image: url(images/headerEmployeeIcon.png);
}

.aDetailButton {
    text-decoration: none;
    font-weight: bold;
    /*border: solid black 1px;*/
    border-radius: 3px;
    background-color: #c1cc47;
    color: white !important;
    padding: 5px;
}

.aDetailButton:hover {
    text-decoration: none;
    font-weight: bold;
    /*border: solid black 1px;*/
    border-radius: 3px;
    background-color: #2F4C66;
    color: #B5B927 !important;
    padding: 5px;
}

.aAddEmploymentButton {
    color: #529214 !important;
}

.aAddEmploymentButton:hover {
    background-color: #E6EFC2 !important;
    border: 1px solid #C6D880 !important;
    color: #529214 !important;
}

input[type='text']:read-only {
    background-color: #fff;
}

.mdpAHref {
    display: block;
    position: relative;
    top: 21px;
    width: 140px;
    height: 90px;
    background: #53103d;
}

.mdpSpan {
    position: relative;
    top: 10px;
    height: 100px;
    display: block;
    background-image: url(ImagesOld/MAP2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.mdpSpin {
    display: block;
    width: fit-content;
    height: fit-content;
    top: -40px;
    position: relative;
    background: none;
    left: 4px;
}

.loginBtn {
    border: 1px solid lightgray;
    margin: 0 5px 0 5px
}

.loginBtnOk {
    color: green;
}

.loginBtnCancel {
    color: red;
}

.loginBtn img{
    margin: 0 2px -2px 0;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none;
}

.gdpr {
    font-size: x-small;
    position: absolute;
    width: 430px;
    top: 585px;
    text-align: right;
    color: #b8b8b8;
    font-size: 9px;
    font-weight: bold;
}

.agdpr {
    color: #b8b8b8;
    font-size: 9px;
    text-decoration: underline;
}