.submit-btn{
    background: none repeat scroll 0 0 #007CCE;
    border: none;
    box-shadow: none;
    color: #FFFFFF;
    font-family: RobotoLight italic 16px;
    height: 32px;
    padding: 0 8px;
    transition: all 0.25s ease 0s;
}
.submit-btn:hover{
    background-color: #228cd2;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.form-field label{
    font-size:0.9em;
}
.form-section{
    background-color: #CCCCCC;
}
.form-field .text-field, .form-field .dropdown{
    border: none;
    font: 1em 'RobotoRegular', Arial, sans-serif;
}
#course_subject{
    width:150px;
}
#course_number{
    width:120px;
}
#keyword{
    width:150px;
}
.section-title{
    background-color: #444444;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding:5px 10px;
}
.course-title{
    list-style-type: none;
    padding:4px;
}
.course-link{
    padding:10px;
}
.course-link-selected{
    background-color: #006633;
    color:#FFFFFF;
    font-size: 1.1em;
    display: block;
}
.course-link-selected:hover{
    color:#FFFFFF;
}
.course-desc{
    display: none;
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #006633;
}
.course-section{
    background-color: #F8F8F8;
    padding: 5px;
}
.course-category{
    border-bottom: 1px solid #999999;
    padding:5px;
    /*text-transform: uppercase;*/
}
.course-category a{
    color:inherit;
}
.course-category a{
    text-decoration:none;
}
.loader{
    display: none;
}
.badge-dark{
    background-color: #444444;
}
.result-section{
    margin-top:20px;
}
.left-margin{
    margin-left:10px;
}
.search-index-bar{
    text-align:center;
}

/*fix for margin-left due to site.css*/
/*#contribute_content .col-sm-8 li {
    margin-left: 0;
}*/
.pagination ul > li > .index-box{
    background-color: #DDDDDD;
    border-radius: 4px;
    color: #444444;
    margin: 5px;
}
.pagination ul > li{
    background-color: #E9C225;
}
.pagination ul > li > .index-box:hover {
    color: #444444;
    background-color: #E9C225;
    text-decoration: underline;
}
.pagination ul > li > .index-box-highlight{
    background-color: #E9C225;
    color: #444444;
    font-weight: bold;
    font-size: 1.2em;
}
/* CSS for the Course Detail Pop-up box */
.close-section{
    float:right;
    margin-top: -8px;
}
.close-icon{
    /*border:2px solid #333333;*/
    /*border-radius: 50%;*/
    background-color: #DDDDDD;
    border-radius: 50%;
    border:2px solid #424242;
    cursor: pointer;
    margin-right:10px;
}
.close-icon:hover{
    /*border-color: #555555;*/
    background-color: #E13300;
    border:2px solid #990000;
}
.section-label{
    color: #444444;
    font-weight: bold;
    font-size: 1.1em;
}
.course-info{
    width:550px;
    line-height: 23px;
}
.course-name{
    background-color: #267E4A;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.course-offered{
    font-weight: normal;
}
.course-details{
    padding: 1px 10px 10px;
    background-color: #F1F1F1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.course-description{
    padding-left: 10px;
}
.course-row{
    margin-top:3px;
}
.section-list{
    margin-top:5px;
    padding-left:15px;
    font-size:0.9em;
}
.section-detail-list{
    padding-left:10px;
    list-style-type: none;
}
.section-detail-list li{
    padding:1px;
}
.section-list-item{
    padding-left:5px;
}
.section-even{
    background-color: #EEEEEE;
}
.section-odd{
    background-color: #DDDDDD;
}
.catalogue-tabs {
    margin:0;
}
.catalogue-tabs li a{
    color:#888;
	padding: 8px;
}
.catalogue-tabs > li {
    font-weight: bold;
    padding-right: 25px;
}
.catalogue-tabs > .active > a, .catalogue-tabs > .active > a:hover{
    color: #0088cc;
}
.section-list .tab-content{
    background-color: #FFFFFF;
    padding:10px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
/*END OF CSS FOR Course Detail Pop-up*/
.scroll-top{
    background-color: #CCCCCC;
    border-radius: 50%;
    display:none;
    height:20px;
    padding:10px 12px;
    position:fixed;
    right:60px;
    text-align:center;
    top:500px;
    width:20px;
    border:2px solid #666;
    cursor: pointer;
}
.scroll-top:hover{
    background-color: #E9C225;
}
@media(max-width:769px){
    #course_prefix{
        width:170px;
    }
    #course_number{
        width:100px;
    }
    #keyword{
        width:240px;
    }
    .course-info{
        width:95%;
    }
}
@media (max-width: 980px) {
    #course_subject{
        width:150px;
    }
    #keyword{
        width:190px;
    }
}
