﻿@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

.gradeMaskCells td {
    padding-right: 15px;
}

.k-grid-content {
    max-height: 650px !important;
}

#multiple-tui-us-dropdown {
    margin-bottom: 10px;
    margin-left: 10px;
}

    #multiple-tui-us-dropdown>span {
        width: 100%;
        max-width: 800px;
        font-size: 16px;
    }

    #multiple-tui-us-dropdown h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

#multiple-tui-dropdown {
    margin-bottom: 25px;
    margin-left: 20px;
}

    #multiple-tui-dropdown span {
        font-size: 20px;
    }

    #multiple-tui-dropdown h2 {
        margin-bottom: 10px;
    }
.feeSection {
    border: 2px solid gray;
}

    .feeSection .tuitiontd {
        border: none !important;
        padding: 4px 8px 0px 8px !important;
    }

.logo {
    float: left;
    width: 250px;
}


.normalPadding .tuitiontd {
    padding: 8px !important;
}

.images {
    float: right;
    width: 500px;
}

#_selt_Mems tr:hover,
#_selt_Orgs tr:hover {
    background-color: #e9e9e9;
}

#_selt_Mems td,
#_selt_Orgs td {
    cursor: pointer;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px;
    /* the bottom margin is the negative value of the footer's height */
}

.footer,
.push {
    height: 70px;
    /* .push must be the same height as .footer */
}
