  @charset "utf-8";
/* CSS Document */

					/* Document root css */

/* Override the page-title padding in the template to better center the title */
.page_title {
    padding-left: 0 !important;
    padding-right: 300px !important;
}

#scheduleContainer {
	width:780px;
	margin:0 auto 0 auto;
	position: relative;
	font-size:12px;
}

#scheduleContainer p{
	margin: 10px 0px 10px 0px;
}

#content{
position:relative;
height:auto;
width:800px;
margin:0 auto 20px auto;
background-color:#FFFFFF;
padding:3px;
}

#footer{
	background-color:#FFFFFF;
}

#logo{
	font-size:16pt;
	padding:3px;
}

#printfriendly{
	left: 850px;
	z-index:10;
	width:100px;
}

#pageLink {
padding-bottom: 2px;
}

#pageLink a {
  border:dotted 1px #ccc000;
  padding: 2px;
}

					/* -- form styles */

.searchBox {
	background-color:#CCCCCC;
	border: 1px;
	border-color:#000000;
}

#advancedSearchContainer label {
 color: #000; 
}

#advancedSearchContainer td {
 white-space:nowrap;
}


#advancedShowHide {
position:absolute;
right: 0px;
top: 0px;
}

#advancedShowHide a{
display:block;
text-decoration:none;
float:left;
font-size:18px;
font-weight:bold;
border:1px solid;
width: 25px;
height:25px;
text-align:center;
background: #F9F9F9;
}

#advancedShowHide a:hover{
background: #CCCCCC;
}

#waitArea{
 display:none;	
}

.emptySearch {
	border:1px solid #FF0000;
	text-align:center;
	background-color:#FFF4F4;
	color:#FF0000;
	padding:2px;
	margin:0;
}
.successSearch {
	border:1px solid #009933;
	background-color:#CEFFDE;
	color:#000000;
	padding:2px;
	margin:0;
	text-align:center;
}

.errors{
	color:#FF0000;
}

.selectedMenu{
    color: #143D51;
	background-color: #F0C336;
}

#classList {
    border-collapse: collapse;
	margin-left:2px;
	background-color:#FFFFFF;
}

tr.row{
vertical-align:top;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

tr.header {
	align:center;
	font-weight:bold;
}

tr.rowMore, tr.bookInfo {

	border-left: thin solid #DFDFDF;
	border-right: thin solid #DFDFDF;
	/* position:relative; */
}

tr.rowEnd { 
	border-top: thin solid #DFDFDF;
}

tr.bookInfo {
	border-bottom: 1px solid #dfdfdf;

}

.odd { /* style for the odd TR */
	background-color: #f9f9f9;
}

#classList td{
margin: 0px;
white-space: nowrap;
padding:2px;
}

#classList td.cT{
white-space: normal;
width: 165px;
text-indent:-10px;
margin-left:10px;
}

					/* formatting for headings */


.SUBJECT {
        font-family:Arial, Verdana, Sans-serif;
        font-weight:bold;
        padding-top: 200px;
	font-size:19pt;
	font-weight:bold;
	color:#003366;
	text-align:center;
}

.SESSION_CODE {
        margin-top:10px;
        margin-left: 10px;
        font-family:Arial, Verdana, Sans-serif;
        font-weight:bold;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}

.ACTUAL_LOCATION {
        margin-top:10px;
        margin-left:20px;
        color: #006699;
        font-family:Arial, Verdana, Sans-serif;
        font-weight:bold;
	font-size:13pt;
	font-weight:bold;
	color:#006699;
	text-align:center;
        background-color:#F0F0F0;
}

.DAYNIGHT {
        margin-top: 10px;
        margin-left:30px;
        font-family:Arial, Verdana, Sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	
}

					/* formatting items per select menu */

.class_nbr select{
 width: 112px;
}

.catalog_nbr select{
width: 124px;
}

.course_title_aggregate select {
width: 350px;
}

.units_acad_prog select {
width: 150px;
}

.days label {
color:	#003366;
/* white-space: nowrap;*/
}

.meeting_time select{
width: 124px;
}

.building select{
width: 90px;
}

.faculty_name select {
width: 150px;
}

					/* formatting per class line*/

.units_acad_prog {
text-align:center;
}

.days {
text-align:center;
}

.class_notes p{
	margin: -1px 0px 0px;
	padding-left:70px;
	white-space:normal;
	font-style:italic;
	font-weight:normal;
	font-size: 1.15em;
}

					/*  Formatting for admin section */

.calendar{
	text-align:center; 
	position: absolute; 
	display: inline; 
	top: 20px; 
	left: 0px; 
	border: thin; 
	background-color:#CCCCCC; 
	height: auto; 
	width: 200px; 
	visibility: hidden;
	z-index:2;
}

.job_item {
position:relative;
}

.inputCollection {
position:absolute;
left:200px;
top:0px;
z-index:1;
}

#effdt_box {
z-index:10;
}
#enddt_box {
z-index:8;
}
#registerdt_box {
z-index:6;
}
#paydt_box {
z-index:4;
}

#performanceTable{
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
}

#performanceTable th{
	border-bottom: 1px solid #DFDFDF; 
	}

#performanceTable td{
	border-bottom: 1px solid #DFDFDF;
}

.QUERYSTRING {
display:block;
width:400px;
height: 75px;
overflow:auto;
}

					/*  Float Menu */
#floatAnchor{
	height:270px;
	position:relative;
	margin-bottom: 10px;
}

#floatMenu {
	position:absolute;
	top:0px;
	left:-0px;
	margin:0px;
		
	width:783px;
	background-color:#F0F0F0;
	float: left;
	position: relative;
	font-size:12px;
	border: 1px solid #999999;
	padding:2px;
}


                  /* Textbook Links */
.textBookLink{
	position:relative;
	}
.textBookLink a{
	position:absolute;
	left:-100px;
	top:0px;
    width:100px;
	border: dashed 1px #DFDFDF;
	margin:0px;
	}

.classEntry {
	border-top: 1px solid #ddd;
}

#sticky {
	display: none;
}

#sticky.stick {
	display: block;
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: right;
	background: white;
	width: 100%;
}

#sticky.stick button {
	width: 100%;
	margin: 0;
}

.schedule-table {
	border: none;
}

.schedule-table tr.tr-spacer {
	height: 0;
	border: none;
	background-color: inherit;
}

.tr-spacer td {
	height: 0;
	font-size: 0;
	border: none;
	padding: 5px;
}

.schedule-form {
    max-width: 920px;
    margin: auto;
}


.schedule-form input, .schedule-form select, .schedule-form textarea {
    width: 100%;
}

.input-100 {
    width: 100%;
    display: inline-block;
    padding: 0 .25em;
}

.input-75 {
    width: 75%;
    display: inline-block;
    padding: 0 .25em;
}

.input-66 {
    width: calc(100% / 1.5);
    display: inline-block;
    padding: 0 .25em;
}

.input-50 {
    width: 50%;
    display: inline-block;
    padding: 0 .25em;
    vertical-align: top;
}

.input-45 {
    width: 45%;
    display: inline-block;
    padding: 0 .25em;
}

.input-33 {
    width: calc(100% / 3);
    display: inline-block;
    padding: 0 .25em;
}

.input-25 {
    width: 25%;
    display: inline-block;
    padding: 0 .25em;
}

.input-20 {
    width: 20%;
    display: inline-block;
    padding: 0 .25em;
}

.input-16 {
    width: calc(100% / 6);
    display: inline-block;
    padding: 0 .25em;
}

.wf-border {
    border: 3px solid #20558B;
    margin: 8px 4px 0;
    padding: 0 .25em 8px;
    width: calc(50% - 8px);
    display: inline-block;
    background-color: white;
}

.wf-border p {
    margin: 0;
    padding: 0;
}

.and {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.day {
    width: calc(100% / 7);
    display: inline-block;
    padding: 0 .25em;
}

.days-container {
    position:relative;
    width:100%;
    font-size:16px;
}
.days-container p {
    margin-left: .5em;
    padding: 0;
    line-height: 1.5em;
}
.days-container input {
    position: absolute;
    left: -9999px;
}

.days-container label {
    display: block;
    position: relative;
    /* padding: 15px 30px 15px 62px;*/
    border: 3px solid #c9c9c9;
    /*border-radius: 100px;*/
    color: #20558b;
    background-color: #fff;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, .2);*/
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s, box-shadow .2s;
    transition: background-color .2s, box-shadow .2s;
    width: 100%;
    text-align: center;
    padding:10px 20px;
    float:left;
}

.days-container label::before {
    /* content: '';
     display: block;
     position: absolute;
     top: 10px;
     bottom: 10px;
     left: 10px;
     width: 32px;
     border: 3px solid #fff;
     border-radius: 100px;
     -webkit-transition: background-color .2s;
     transition: background-color .2s;*/
}

/*label:first-of-type {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

label:last-of-type {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}*/

.days-container label:hover, input:focus + label {
    border: 3px solid #20558b;
}

.days-container input:checked + label {
    background-color: #20558b;
    color:#fff;
    border: 3px solid #20558b;
}

.days-container input:checked + label::before {
    background-color: #20558b;
    color:#fff;
}

.show-small-only {
    display: none;
}

.schedule-form .btn {
    margin: 0 0 8px;
    width: 100%;
}

.hide-advanced, .show-advanced {
    text-align: center;
    cursor: pointer;
    background-color: #20558B;
    color: white;
    padding: 4px;
}

.hide-advanced p, .show-advanced p {
    color: inherit;
    margin: 0;
    padding: 0;
}

.show-advanced {
    display: none;
    margin: 4px;
}

.advanced-search {
    margin: 4px;
    border: 3px solid #20558B;
    background-color: white;
}

.top-label {
    position: relative;
    top: 12px;
    margin-bottom: -21px;
    left: 8px;
    font-size: 11px;
    color: #20558b;
    font-weight: bold;
    display: none;
    float: left;
}

input.with-top-label {
    padding-top: 13px;
    padding-bottom: 3px;
}

input.with-top-label:placeholder-shown {
    padding: 8px 4px;
}

#captchaDiv img {
    position: relative;
    top: 25px;
}

#security_code {
    width: auto;
}

.result-num{
    margin-bottom: 0;
}

.sub-result-num {
    margin: 0;
    font-weight: bold;
}

.search-text {
    max-width: 920px;
    margin: auto;
}

.modal-content {
    width: 940px;
    padding-bottom: 10px;
}

.captcha-container {
    padding-bottom: 1em;
}

@media screen and (max-width: 940px) {


    .days-container label {
        padding:5px 10px;
    }

    .input-75, .input-66, .input-50 {
        width: 100%;
    }
    .wf-border {
        width: calc(100% - 8px);
    }
    .input-33, .input-25, .input-20, .input-16 {
        width: 50%;
    }

    .show-advanced {
        display: block;
    }

    .advanced-search {
        display: none;
    }

}

@media screen and (max-width: 640px) {

    select.nrcc-select {
        font-size: 12px;
    }
    .input-33 {
        width: 100%;
    }

    .days-container {
        font-size:11px;
    }

    .days-container label {
        padding:5px 3px;
    }

    .modal {
        padding-top: 0;
    }

    .modal-content {
        width: 100%;
    }

    .modal-header {
        background-color: #20558B;
        color: white;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .modal-header h2 {
        color: white;
        font-size: 1.25em;
    }

    .modal-body {
        padding: 0;
        margin-top: 65px;
    }

    .show-small-only {
        display: inline;
    }
}