.text-warning {
    color: #f39c12;
}

.text-danger {
    color: #c0392b;
}

.text-success {
    color: #27ae60;
}

.text-info {
    color: #2980b9;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #27ae60;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #27ae60;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.radio {
    background-image: url(../template/images/ui/checkbox1.png);
    background-size: 26px 28px;
    background-repeat: no-repeat;
    width: 40px !important;
    height: 30px;
    float: left;
    clear: left;

}

.radio2 {
    background-image: url(../template/images/ui/checkbox1.png);
    background-size: 26px 28px;
    background-repeat: no-repeat;
    width: 40px !important;
    height: 30px;
    float: left;
    clear: left;
}

.radio-selected {
    background-image: url(../template/images/ui/checkbox1c.png);
    background-size: 26px 28px;
    background-repeat: no-repeat;
    height: 30px;
    opacity: 0.5;
}



