﻿
.popUpMessage {
    white-space: normal !important;
}

/*.tooltip-standard {
    width: 500px !important;
}*/

/*Tooltip*/

.tooltip-button {
    border: none;
    padding: 12px 5px 16px 20px;
    background-image: url(images/icon_info.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}

a.tooltip-button {
    text-decoration: none;
    color: inherit;
}

.bottom-spacing {
    padding-bottom: 15px;
}

.button-group-right {
    float: right;
}

#btn-edit-contact {
    margin-left: 5px;
}

/* Ig autofill for NonSheduleReport/Expenditure.cshtml */

#autofill-content {
    position: relative;
}

#autofill-ul {
    width: 100%;
    /*    height: 100px;*/
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    background: #fff;
    list-style: none;
    z-index: 1000 !important;
}

    #autofill-ul .autofill-item {
        cursor: pointer;
    }

        #autofill-ul .autofill-item:hover {
            background: #ccc;
        }

[readonly="readonly"] {
    background: #ccc;
}

.white-text {
    color: #fff;
}
.alert{
    color: red;
}
.warning {
    color: #ff9e05;
}
.success{
    color: Green;
}

.align-right {
    text-align: right !important;
    float: right !important;
    width: 100%;
}

/* END Ig autofill for NonSheduleReport/Expenditure.cshtml */
