﻿body {
}

.apply-header {
    width: 100%;
    height: 120px;
    background: rgba(0, 34, 102,0.94);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.24);
    position: relative;
    z-index: 100;
    font-variant: small-caps;
    font-weight: 500;
    font-size: 18px;
    font-family: Georgia, Times, serif;
}

.apply-content-bg {
    /*background-image: url('images/OCP_BG_NewImage.png') !Important;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    /*padding: 1px;*/
    width: auto;
    height: 74vh;
    overflow-y:scroll;
    /*height: 100%;*/
    /*height: auto;*/
    /*max-width: 95vw;
    margin-bottom: 4.5rem;
    padding: 1.5rem 2rem;
    background: var(--color-neutral--white);
    background: linear-gradient(45deg,transparent 2rem,var(--color-neutral--white) 0);*/
}

.apply-content {
    background-color: whitesmoke; /* chris changed #f8f8f8 */
    width: 1400px;
    /*min-width: 1300px;*/
    /*margin-left: 10px;*/
    height: 70vh;
    overflow-y: scroll;
    margin:auto;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.4) !important;
    border-radius: 10px;
    border-spacing: 0px;
    padding-bottom:5px;
    /*padding: 10px 48px;
    padding-bottom: 32px;*/
}

.apply-content-admin {
    background-color: whitesmoke; /* chris changed #f8f8f8 */
    /*width: 1400px;*/
    min-width: 1300px;
    /*margin-left: 10px;*/
    height: 100%;
    margin: auto;
    /*height:auto;*/
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.4) !important;
    border-radius: 10px;
    border-spacing: 0px;
    /*padding: 10px 48px;
    padding-bottom: 32px;*/
}


.cmd-Reset {
    background-color: white;
    border-color: darkgray;
    color: gray;
    font-weight: 600;
    align-items: center;
    padding: .65em 1.5em;
    line-height: 1.1;
    /*justify-content: center;
    background: 0 0;*/
    border: 2px solid;
    text-decoration: none;
    border-radius: 40px;
    /*outline: 0;
    transition: background-color .15s,border-color .15s,color .15s,transform .35s,box-shadow .35s;*/
}

 .cmd-Reset:hover,
    .cmd-Reset:focus {
        box-shadow: 2px 2px 2px 2px darkgray;
        transform: translateY(-0.25em);
    }

.applymenu {
    display: block;
    color: #1d4f91;
    text-align: left;
   /* margin-bottom:5px;*/
    text-decoration: none;
    /*font-family: Georgia, Times, serif;
    font-size: 18px;*/
    /*margin:5px 5px 5px 10px;*/
    /*line-height: 25px;*/
}

.applymenu {
    color: #1d4f91;
    text-align: left;
    padding-top: 10px;
    /*padding-left:20px;*/
    /*margin-top: 10px;*/
    /*margin-left:20px;*/
    margin-right: 12px;
    padding-right: 12px;
    /*padding: 12px 0px;
    margin:18px 0px 0px 10px;*/
    /*border: thin;
    border-color: black;
    background-color: rgba(0,34,102,0.20);
    width: 270px;
    border: thin solid;*/
    /*font-family: Georgia, Times, serif;
    font-size: 18px;*/
    /*margin:5px 5px 5px 10px;*/
    /*line-height: 25px;*/
}

.applymenu_T32 {
    display: block;
    color: #1d4f91;
    text-align: left;
    /* margin-bottom:5px;*/
    text-decoration: none;
    /*font-family: Georgia, Times, serif;
    font-size: 18px;*/
    /*margin:5px 5px 5px 10px;*/
    /*line-height: 25px;*/
}

.applymenu_T32 {
    color: #1d4f91;
    text-align: left;
    padding-top: 10px;
    /*padding-left:20px;*/
    /*margin-top: 10px;*/
    /*margin-left:20px;*/
    margin-right: 12px;
    padding-right: 12px;
    margin-left:15px;

    /*padding: 12px 0px;
    margin:18px 0px 0px 10px;*/
    /*border: thin;
    border-color: black;
    background-color: rgba(0,34,102,0.20);
    width: 270px;
    border: thin solid;*/
    /*font-family: Georgia, Times, serif;
    font-size: 18px;*/
    /*margin:5px 5px 5px 10px;*/
    /*line-height: 25px;*/
}

.applymenu-items {
    float: left;
    color: #1d4f91;
    text-align: left;
    text-decoration: none;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    /*margin: 5px 5px 5px 5px;*/
    padding: 10px 10px;
    border-bottom: 0.8px ridge;
    width: 100%;
    /*
    margin: 5px 5px 5px 10px;
    padding: 10px 10px;*/
}

    .applymenu-items:hover {
        color: white;
        background-image: linear-gradient(0deg, #1d4f91 10%, white 95%);
        border-radius: 30px;
        border-bottom: 0.8px ridge;
        /*margin: 5px 5px 5px 5px;*/
        /*padding: 10px 10px;*/
        width: 100%;
        font-size: 18px;
    }

.applymenu-current {
    float: left;
    /*color: #1d4f91;*/
    text-align: left;
    text-decoration: none;
    font-family: Georgia, Times, serif;
    font-size: 17px;
   /* margin: 5px 5px 5px 5px;*/
    padding: 10px 10px;
    color: darkblue;
    font-weight: bold;
    width: 100%;
    border-bottom: 1.3px ridge;
}
