﻿
body
{
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}


table.clsFexiTable
{
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;

    table-layout: auto; 
}

    table.clsFexiTable caption
    {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.clsFexiTable tr
    {
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table.clsFexiTable th, td
    {
        padding: .625em;
        text-align: center;
    }

    table.clsFexiTable th
    {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    table.clsFexiTable thead {
        background-color: #154360;
        color: #FFFFFF;
    }

.clsFexiTableHeader {
    background-color: #154360;
    color: #FFFFFF;
}




.ClsApplyNewCourseButton {
    display: block;
    width: 160px;
    height: 40px;
    background: #5dade2;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    /*font-weight: bold;*/
}

.ClsApplyNowbutton {
    display: block;
    width: 150px;
    height: 40px;
    background: #5dade2;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    /*font-weight: bold;*/
}

.ClsApplyNowbutton a:hover 
{
    color: white;
    vertical-align:middle;
    text-decoration:none;  

}
    .ClsApplyNowbutton a:visited  
{
    color: white;
    vertical-align:middle;
    text-decoration:none;  

}
    .ClsApplyNowbutton a:link   
{
    color: white;
    vertical-align:middle;
    text-decoration:none;  

}



@media screen and (max-width: 600px)
{
    table.clsFexiTable
    {
        border: 0;
    }

        table.clsFexiTable caption
        {
            font-size: 1.3em;
        }

        table.clsFexiTable thead
        {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }


        table.clsFexiTable tr
        {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.clsFexiTable td
        {
            background-color: #ffffff;
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: left;
        }

            table.clsFexiTable td::before
            {
                /*
* aria-label has no advantage, it won't be read inside a table
content: attr(aria-label);
*/
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                padding-right: 10px;
            }

            table.clsFexiTable td:last-child
            {
                border-bottom: 0;
            }

            

            .ClsApplyNewCourseButton
            {
                display: block;
                width: 160px;
                height: 40px;
                background: #4E9CAF;
                padding: 8px;
                text-align: center;
                border-radius: 5px;
                color: white;
                /*font-weight: bold;*/
            }

           
            .ClsApplyNowbutton
            {
                /*display: block;*/
                width: 150px;
                height: 40px;
                background: #4E9CAF;
                /*padding: 8px;*/
                padding-top:10px; 
                text-align: center;
                border-radius: 5px;
                color: white;
                vertical-align:central;   
                /*font-weight: bold;*/
            }

            .ClsApplyNowbutton a:hover 
            {
                color: white;
                vertical-align:middle;
                text-decoration:none;  

            }
             .ClsApplyNowbutton a:visited  
            {
                color: white;
                vertical-align:middle;
                text-decoration:none;  

            }
               .ClsApplyNowbutton a:link   
            {
                color: white;
                vertical-align:middle;
                text-decoration:none;  

            }
}

body, html
{
    height: 100%;
    width: 100%;
    text-align: center;
    /*background: linear-gradient(270deg, #FFFFFF, #ebf2f0);*/
    background-size: 400% 400%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName 15s ease infinite;
    position: relative;
}


@-webkit-keyframes AnimationName
{
    0%
    {
        background-position: 0% 50%;
    }

    50%
    {
        background-position: 100% 50%;
    }

    100%
    {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName
{
    0%
    {
        background-position: 0% 50%;
    }

    50%
    {
        background-position: 100% 50%;
    }

    100%
    {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName
{
    0%
    {
        background-position: 0% 50%;
    }

    50%
    {
        background-position: 100% 50%;
    }

    100%
    {
        background-position: 0% 50%;
    }
}

h1
{
    color: #4a4a4a;
    text-align: center;
}

img
{
    margin: 0 auto;
    display: block;
}



  
.radioButtonList input[type="radio"]
{
    width: auto;
    float: left;
    margin-left: 20px;
    padding-left: 5px;
    border:0px none; 
}

.radioButtonList label
{
    width: auto;
    display: inline;
    float: left;
    font-size: 15px;
    color: #0367B2 !important;
    font-style: italic;
    margin-left: auto;
    padding-left: 2px;
 
}

.control-label.required:after
{
    content: " *";
    color: red;
}


.clsPageHeader {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2874a6;
}

.clsFormHeader
{
    font-size:14pt;
    font-weight:bold;
    text-align:left; 
    margin-bottom:20px;
    color:#1d7d2d;
}

.clsInstruction
{
    line-height:25px; 
}

.clsFormSectionHeader
{
    font-size:12pt;
    text-align:left; 
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    margin-bottom:20px;
    background-color:lightgray; 
    width:100%; 

}

.clsFormPreCourseCounselPara
{
    border-top: 1px solid black;
    padding:10px;
    line-height:25px; 
    /*margin:0px 0px 0px 0px;*/ 
    width:100%; 
}

.clsFormPreCourseCounselColLeft
{
  border: 1px solid black;
  margin-left:15px;
  margin-right:15px;
  padding:0px;
}

.clsFormPreCourseCounselColRight
{
  border: 1px solid black;
  margin-right:15px;
  padding:5px;
  text-align:center;  
  vertical-align:middle; 
}

.clsAppFormSectionHeader
{
    background-color: lightgray;
    text-align:left;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}