/* Ikshat Jain */

dt {
    font-weight: normal;
}

.font-normal,
.font-normal h1,
.font-normal h2,
.font-normal h3,
.font-normal h4,
.font-normal h5,
.font-normal h6 {
    font-family: OpenSans-Regular !important;
}

.recharge-btn ul {
    list-style: none;
    padding: 0;
}

.recharge-btn ul li {
    display: inline-block;
    margin: 0 10px;
}

.recharge-btn ul li:first-child {
    display: inline-block;
    margin-left: 0;
}

.border_top {
    border-top: 1px solid #ECECEC;
}

.noResults,
.loadResults {
    border: 1px solid lightgray;
    margin-top: 3px;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
}

.growl {
    z-index: 1045;
}

.well {
    min-height: 123px;
    position: relative;
}

.well h4 {
    color: #999;
    font-family: OpenSans-SemiBold !important;
}

.well h5 {
    color: #999;
}

.well .text-amt {
    color: #414042;
}

.well .txn-icon span {
    font-size: 32px;
    position: absolute;
    top: 40%;
    left: 10px;
    color: #217589;
}

.well .txn-details {
    padding-left: 45px;
}

.block-ui-message {
    background-color: transparent;
}

.type-indicator {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-bottom: 1px;
    margin-right: 3px;
}

.type-indicator.bg-success {
    background-color: #27ae60;
}

.type-indicator.bg-danger {
    background-color: #e74c3c;
}

@media (min-width: 768px) {
    td[data-th="Description"] {
        max-width: 120px;
        word-break: break-word !important;
    }
}

.txn_time {
    font-size: 11px;
    color: #999;
}

td[data-th="State"] {
    text-transform: capitalize;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-carribean-green {
    color: #2d889a;
}

.text-bold {
    font-weight: bold;
}

.transferFundsForm textarea {
    resize: none;
}

td[data-th="Description"] span {
    display: block;
    color: #999;
    font-size: 10px;
}

.column-sub-section {
    font-size: 11px;
    color: #999;
}

.status-indicator {
    position: relative;
    padding-left: 25px !important;
}

.status-indicator:after {
    position: absolute;
    content: "";
    height: 12px;
    background: #D6D6D6;
    width: 12px;
    border-radius: 50%;
    top: 10px;
    left: 5px;
}

.status-indicator.success:after {
    background: #6EAA5C;
}

.status-indicator.successful:after {
    background: #6EAA5C;
}

.status-indicator.failed:after {
    background: #D93434;
}

.status-indicator.processing:after {
    background: #E3C644;
}

.status-indicator.pending:after {
    background: #E3C644;
}

.status-indicator.partial:after {
    background: #E3C644;
}

.bulk-history-listitem li[disabled] {
    pointer-events: none;
    opacity: 0.6;
}

.bulk-upload-file {
    font-size: 15px;
}

.bulk-upload-post-message {
    font-size: 16px;
}

.font-bold {
    font-weight: 700;
}

.bulk-upload-status.status-indicator:after {
    top: 4px;
}

.check-current-status {
    display: inline-flex;
}

.post-upload-message {
    text-transform: capitalize;
    font-size: 12px;
}

.upload_under_process {
    background: #DCEAF7 !important;
}

.upload_under_process i {
    cursor: pointer;
}
