/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.reset-style {
    box-shadow: 0px 0px 8px blue;
    outline-style: none;
    border: 1px solid #999;
}
@media only screen and (min-width: 992px){
    body {margin: 0px 0px 0px 300px;}
    .overlay{
            height: 100%;
            width: calc(100% - 300px);
            background-color: rgb(0,0,0,0.8);
            position: absolute;
            top: 0;
            left: 0;
            margin: 0px 0px 0px 300px;
        }
}        
@media only screen and (max-width: 992px){
    div.nav-wrapper.extend {margin: 0px 0px 0px 60px;}
    .overlay{
            height: 100%;
            width: 100%;
            background-color: rgb(0,0,0,0.8);
            position: absolute;
            top: 0;
            left: 0;
        }
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
h6.disclaimer{
    font-style:italic;
    font-weight:lighter;
}
footer.attachBottomNoBorder{
    position:fixed;
    text-align:center;
    width:100%;
    bottom:0%;
}
.collapsible_header{
    font-weight:bold;
}
.start-hidden{
    display:none;
}

#default:after{
    content:"Please select a course department from the left menu.";
    text-align:center;
    display: block;
}

#start-search{
    margin-right:5%;
}

button {
    -webkit-border-radius: 5px;
    -webkit-box-shadow: none;
}

.search-title{
    display: none;
}

button.edit, button.del, button.add{
    float:right;
}
h5.sub-title{
    margin-bottom: 20px;
}
button.sn.edit, button.sn.del, button.sn.add{
    margin-top:-35px;
}
button.sn.del{
    margin-right:46px;
}
button.sn.add{
    margin-right:84px;
}
button.sn.edit{
    margin-right:5px;
}
#login-error, #overlay-error {color:red;}
#login-success {color:green;}
.overlay-body{
    margin: 7% 17% 7% 17%;
    padding: 10px 5% 5% 5%;
    color: black;
    border-radius: 15px 50px;
}
.overlay-title{
    margin: 5% 0%;
}