﻿
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: #0088cc;
    color: #FFFFFF;
}

.clsFexiTableHeader  
{
    background-color: #0088cc;
    color: #FFFFFF;
}




.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: 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;
                /*background:red; */


                /*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:#1d7d2d; 
}

.clsFormHeader
{
    font-size:14pt;
    font-weight:bold;
    text-align:left; 
    margin-bottom:20px;
    color:#0077b3;
}

.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;
}



.btn-primary-search {
    width: 100px;
    background-color: #0367B2; 
    color: #ffffff; 
    border-color: #0367B2;
}


.btn-primary-next {
    
    background-color: #0099e6; 
    color: #ffffff; 
    border-color: #0099e6;
}

.btn-primary-previous {
    
    background-color: #66ccff; 
    color: #ffffff; 
    border-color: #66ccff;
}

.btn-primary-submit {
    
    background-color: #0077b3; 
    color: #ffffff; 
    border-color: #0077b3;
}













/*arrow button*/
.btn { /* just for this demo. */
    margin-top: 5px;
}
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width:26px; /* same as height */
    height: 26px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -12px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
/*end arrow button*/

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 0px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

#github img {
    border: 0;
}

.signature-pad {
    margin: auto;
    height: auto;
}

.signature-pad--body {
    min-height: 360px;
}

.signature-pad--actions {
    overflow: hidden;
}

    .signature-pad--actions > div:first-child {
        float: left;
    }

    .signature-pad--actions > div:last-child {
        float: right;
    }

    
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}