﻿.RadGrid_Bootstrap .rgFooter > td {
    padding: 15px 15px !important;
}

.white-text h2, .white-text h3, .white-text li, .white-text a {
    color: white !important;
}

.reAjaxSpellCheck.reDropDownBody {
    width: 200px !important;
    height: 250px !important;
}

.reAjaxSpellCheckSuggestions {
    height: 100px !important;
}

.RadEWrongWord {
    background-color: yellow;
}

.RadWindow .rwTitleWrapper {
    height: 2.42em !important;
}

.RadWindow {
    max-height: 700px !important;
}

.RadToolTip_Bootstrap {
    border-color: #ccc !important;
    color: #333 !important;
    background-color: #fff !important
}

    .RadToolTip_Bootstrap .rtClose {
        border-color: #b3b3b3 !important;
        color: #333 !important;
        background-color: #e6e6e6 !important;
        background-image: linear-gradient(white,#e6e6e6) !important
    }

        .RadToolTip_Bootstrap .rtClose:hover {
            border-color: darkgray !important;
            color: #000 !important;
            background-color: #c2c2c2 !important;
            background-image: linear-gradient(gainsboro,#c2c2c2) !important
        }

        .RadToolTip_Bootstrap .rtClose:active {
            border-color: #676767 !important;
            color: #fff !important;
            background-color: #808080 !important;
            background-image: linear-gradient(#9a9a9a,#808080) !important
        }

    .RadToolTip_Bootstrap .rtCallout {
        border-color: #ccc !important
    }

        .RadToolTip_Bootstrap .rtCallout:before {
            border-color: #fff !important
        }

    .RadToolTip_Bootstrap.rtLoading {
        background-image: url('/WebResource.axd?d=WiPJ1G5_nNDhDgdktpCiOsKTBJ3qTdBMytVZbRp0uNTx7RhrhvjadrSccSTPlYbnC65DlC0lgd435wKJ5DVVn3slQ8-3mZV3RCXh-eVafJYrJN-ETb0gdKEP9ubogvGil2nEYnvNkeDvDhEn9WIbgtl43ROrg2pytLZrIQ7-x3g1&t=637207591675826357') !important
    }

.RadDropDownList_Bootstrap .rddlInner{
    border-radius: 0px !important
}

.body {
    background: #eee;
    margin-top: 20px;
    color: #8A98AC;
}

.img-icon {
    width: 66px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
}

/* -- Text Color -- */
.text-white {
    color: #005c96 !important;
}

.text-primary {
    color: #6e81dc !important;
}

.text-secondary {
    color: #718093 !important;
}

.text-success {
    color: #5fc27e !important;
}

.text-danger {
    color: #f44455 !important;
}

.text-warning {
    color: #fcc100 !important;
}

.text-info {
    color: #72d0fb !important;
}

.text-light {
    color: #dcdde1 !important;
}

.text-dark {
    color: #2d3646 !important;
}

.primary-rgba {
    background-color: rgba(110, 129, 220, 0.1);
}

.secondary-rgba {
    background-color: rgba(113, 128, 147, 0.1);
}

.success-rgba {
    background-color: rgba(95, 194, 126, 0.1);
}

.danger-rgba {
    background-color: rgba(244, 68, 85, 0.1);
}

.warning-rgba {
    background-color: rgba(252, 193, 0, 0.1);
}

.info-rgba {
    background-color: rgba(114, 208, 251, 0.1);
}

.light-rgba {
    background-color: rgba(220, 221, 225, 0.1);
}

.dark-rgba {
    background-color: rgba(45, 54, 70, 0.1);
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.mr-3 {
    margin-right: 1.50rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.align-self-center {
    align-self: center !important;
}

.child {
    display: inline-block;
    vertical-align: middle;
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: transparent;
}

.header-align {
    text-align: center;
}

.column {
    float: left;
    width: 60%;
    padding: 05px;
}

.column-a {
    float: left;
    width: 40%;
    padding: 05px;
}

.header-text {
    font-weight: bold;
    color: #000000 !important;
}

