
body {
    font-family: "clearSans-light",Arial,sans-serif;
    font-size: 12pt;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}


.jumbotron {
    text-align: center;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav{
    vertical-align: baseline;
}

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.navbar-inverse {
    background-color: rgb(22, 22, 22);
    min-height: 60px;
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(214, 214, 214);
    margin-top: 15px;
}

/*  CASLS Styles */


.custom_list > li {
    margin-bottom: 10px;
}

.ui-content {
    width: 45%;
    min-width: 725px;
    margin: 0px auto;
    text-align: center;
    align-content: center;
}

[data-role="page"] {
    width: auto;
}

[data-role="header"] {
    margin-top: 2%;
    height: auto;
    align-content: center;
    text-align: center;
}

[data-role="footer"] {
    height: auto;
    background-color: transparent !important;
    border-color: transparent !important;
    margin: 0px auto;
    width: 100%;
}


.CASLS_btn {
    color: black;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 24px;
    border-radius: 4px;
    height: auto;
    min-height: 75px;
    border-color: black;
    width: 700px;
    margin: 15px auto;
    
    align-content: center;
    text-align: center;

    white-space: normal;
    word-wrap: break-word !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.CASLS_anchor:link, a.CASLS_anchor:visited, a.CASLS_anchor:active, a.CASLS_anchor {
    color: black;
    font-weight: normal;
    text-decoration: none;
    padding: inherit;
}

a.CASLS_btn:hover, a.CASLS_anchor:hover, .CASLS_footers:hover{
    box-shadow: 5px 10px rgb(168, 167, 167);
    background-color: rgb(243, 243, 243);
    color: black;
    font-weight: normal;
}

.CASLS_paragraph {
    margin: 2%;
    margin: 0px auto;
    text-align: left;
    font-size: 24px;
    padding: 20px 0px;
}

/* Start of Table CSS */
.CASLS_table {
    margin: 0px auto;
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
}

.CASLS_table tr, .CASLS_table th, .CASLS_table td {
    padding: 6px;
    border: 1px solid black;
    text-align: center;
}

.CASLS_table tr:nth-child(odd) {
    background-color: rgb(225, 228, 231)
}

.CASLS_table tr:first-child {
    background-color: rgb(189, 187, 187)
}

/* End of Table CSS */

.CASLS_titles, .ui-header {
    font-size: 36px ;
    word-wrap: break-word !important;
    white-space: normal !important;
    line-height: 45px;
    padding-top: 15px;
}

.CASLS_footers {
    padding-top: 30px;
    height: auto;
    margin: 0px auto 120px auto;
    display: inherit;
}

a.CASLS_start {
    font-size: 60px;
    height: auto;
}


.footer_main{
    padding: 5px;
    display: block;
    text-align: center;
    background-color: black;
    color: whitesmoke;
    height: min-content;
}

[data-role="footer"] > .footer_main > a, 
[data-role="footer"] > .footer_mobile > a {
    color: whitesmoke;
    padding-right: 2%;
    font-size: 12pt;
    text-decoration: none;
}

#Start > div > .CASLS_footers{
    display:none;
}
div  > .footer_main,
div  > .footer_mobile{
    position:fixed;
    bottom:0px;
}

.footer_mobile {
    display: none;
}

/* This is used specifically for the tables featured in CASLS pages, designed more for mobile */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .ui-content, .container {
        width: 100%;
        min-width: 0px;
        text-align: left;
    }
    /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
        /* Behave  like a "row" */
		border: 1px solid black; 
		padding-left: 50%; 
        white-space: normal;
        word-wrap: break-word !important;
	}
	
	td:before { 
		/* Top/left values mimic padding */
        font-weight: bold;
	}
    /* Changing the format for the AAPL testing table*/
    #prof_table td:nth-of-type(1):before { content: "Language:  "; }
    #prof_table td:nth-of-type(2):before { content: "Interpretive Reading:  "; }
    #prof_table td:nth-of-type(3):before { content: "Presentational Writing:  "; }
    #prof_table td:nth-of-type(4):before { content: "Interpersonal Speaking & Listening:  "; }
    #prof_table td:nth-of-type(5):before { content: "Interpretive Listening:  "; }

    /* Changing the table for the required profeciency tables */
    #proficiency_test td:nth-of-type(1):before { content: "Test:  "; }
    #proficiency_test td:nth-of-type(2):before { content: "Language:  "; }
    #proficiency_test td:nth-of-type(3):before { content: "Overall:  "; }
    #proficiency_test td:nth-of-type(4):before { content: "Reading:  "; }
    #proficiency_test td:nth-of-type(5):before { content: "Writing:  "; }
    #proficiency_test td:nth-of-type(6):before { content: "Listening:  "; }
    #proficiency_test td:nth-of-type(7):before { content: "Speaking:  "; }

    .CASLS_btn, 
    [data-role="footer"] {
        width:100%;
        font-size: 18px;
        height:auto;
        display:block;
    }
    
    .CASLS_footers{
        font-size: 18px;
        height: auto;
        display: block;
        width: auto;
        margin:0px 1em 120px 1em;
    }
    .CASLS_titles, .ui-header {
        margin: 6% auto 0px auto !important;
        height: auto;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
    }

    .CASLS_titles {
        width: 95%;
        margin: 0px auto;
        justify-content: left;
    }

    .CASLS_paragraph {
        margin: 2%;
        margin: 0px auto;
        font-size: 18px;
        padding: 10px 0px;
    }

    .footer_main {
        display: none;
    }

    .footer_mobile {
        display: block;

        padding: 5px;
        min-width: 100vw;
        text-align: center;
        background-color: black;
        color: whitesmoke;
        height: min-content;
    }

} 