body{
    background-color: #F9FAFB;
    overflow-x: hidden;
}

.padding-left-5{
    padding-left: 5px;
}
.padding-right-5{
    padding-right: 5px;
}
.padding-top-5{
    padding-top: 5px;
}
.padding-bottom-5{
    padding-bottom: 5px;
}

.margin-left-5{
    margin-left: 5px;
}
.margin-right-5{
    margin-right: 5px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}





.header{
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-logo img{
    height: 100px;
}
.header-logo{
    float: left;
    text-align: center;
}
.header-title{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}
.menu{
    background-color: #006837;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu li {
    float: left;
}

.menu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-left: solid 1px #0c321c;
    box-shadow:
            inset 0px 11px 8px -10px #002513,
            inset 0px -11px 8px -10px #002513;
}

.menu ul li:first-child a {
    border-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 7px 0 9px -7px #002513,
                inset 0px 11px 8px -10px #002513,
                inset 0px -11px 8px -10px #002513;
}
.menu ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset -7px 0 9px -7px #002513,
                inset 0px 11px 8px -10px #002513,
                inset 0px -11px 8px -10px #002513;
}

.menu li a:hover {
    background-color: #124528;
    box-shadow: inset 0 0 5px #002e15;
}
.clear{
    clear: both;
}
.body-outer{
	background: url("../../images/student-back.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.body-inner{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 0;
}
.portion{
    background-color: #fff;
    border-radius: 5px;
}
.portion-header{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
    color: #006837;
    font-size: 21px;
}
.portion-body{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 25px;
    background-color: #E7E8E9;
}
.portion-footer{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
    color: #006837;
    font-size: 21px;
}
.green-border{
    background-color: #006837;
    height: 7px;
    width: 100%;
}
.landing-body{
    min-height: 100vh;
    position: relative;
    padding-top: 0;
    margin-top: 0;
}
.landing-header{
    background-color: #F9FAFB;
    margin-bottom: 35px;
}
.form-type-select{
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
	background-color: #f0f0f0;
	margin-bottom: 30px;
}

.hover-pointer:hover {
	cursor: pointer;
}

.table-bottom-border-dashed {
    border-bottom-style: dashed;
    border-width: 1px;
}