/* EWS.css
 *
 * This is the style sheet that holds all of the EWS custome styles for the site. The designers may wanna 
 * change/move all of these classes into other style sheets.  
 *
*/

.loader {
    width: 120px;
    height: 120px;
    background: #fff url(/Content/images/loading-large.gif) no-repeat center 26px;
    background-size: 96px 48px;
    margin: 0 auto;
    position: absolute;
    padding-top: 85px;
    top: 200px; 
    left: 45%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    border-radius: 10px;
}

.loader-bg, .message-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.required 
{
    color: Red;
    text-align: center;
}

.reveal-modal-bg{position:fixed;}
.reveal-modal{position:absolute;}

/*p {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2.0em;    
}*/

div#progressBar {
    width: 500px; 
    height: 100px;
}

/* ###  This is css to display the positions in two columns on the _ParticipantInfo partial view ### */
ul.three-columns li
{
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 8px;
    height: 40px;
}

ul.two-columns li {
    width: 50%;
    height: 40px;
}

/* Clear Fix */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.no-school-info
{
    line-height: 28px;
    font-weight: bold;
}

/* ###  This is css to style the scrollbars used with jquery.TinyScrollbar.js ### */
#scrollbar1
{
    width:80%;
    margin:20px auto 10px;
    position: relative;
}

#scrollbar1 .viewport
{
    height: 300px;
    overflow:hidden;
    position:relative;
    background: #dedede;
}

#scrollbar1 .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 10px 20px;
}

#scrollbar1 .scrollbar
{
    background:transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -20px;
    top:0;
    width:15px;
}

#scrollbar1 .track
{
    background:transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
    width:13px;
    position:relative;
    padding:0 1px;
}

#scrollbar1 .thumb
{
    background:transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height:20px;
    width:25px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-5px;
}

#scrollbar1 .thumb .end
{
    background:transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:25px;
}

#scrollbar1 .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

#parentmessage-container
{
    padding: 50px;
    color: #1B799F; 
    font-weight: bold;
    font-size: 1.25em;
    line-height: 2em;
}

/*
    ####### ERROR HANDLING #######
*/
#error-container 
{
    padding-top: 100px;
    text-align: center;
    
}


/* #####  FILTER SECTION ##### */
#filter-container
{
    border: 4px solid white;
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); 
    /*border-radius: 3px;*/
    padding: 10px 10px 0 10px;
    background-color: #e5e5e5;
}

#filter-container table {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#filter-container table tr td {
    /*background-color: #e5e5e5;*/
    padding: 10px;
}

#ple-main-header h2
{
    margin-left: 0;
    text-align: center;
}

.container-tab 
{
    height: auto;
    padding: 10px !important;
}

.container-tab .table-row 
{
    border-top: 0 !important;
}


/* new */
.row .siteNavRadios div 
		{
			margin-top: 0 !important;
			margin-bottom: 0 !important;
		}


#school-info-container table
{
	border: none;
}

#question-step .calloutList table {
    margin-bottom: 0;
}

.two-columns .siteNavRadios label {
    font-size: 1em;
}
#question-step {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
}

#question-step div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.calloutList Table {
     
}

#QuestionTable { 
    margin-left: 2.5em;
    width: 90%;
}

#QuestionTable td
{
   /* border-bottom: 1px solid #d7d7d7; */ 
}

.bottom-reference {
    margin-top: -20px !important;
    background: #25a9df;
    padding-bottom: 40px;
   
}

.button-grid .card {
    padding: 50px 10px;
    text-align: center;
}

.reveal-modal.medium, dialog.medium {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: 80%;
}

.message-link a { color:#fff; }
.message-link a:hover { color:#fade7e; }