@import url(https://fonts.googleapis.com/css?family=Roboto:500,300,400);

body {
    width: 100%;
    margin:0;
    font-family:'Roboto', sans-serif;
    font-weight:400;
    color: deepskyblue;
}

a {
    color:deepskyblue;
    text-decoration:none;
}

ul {
    float:left;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Roboto', sans-serif;
    font-weight:300;
}

h1 {
    background:#efefef;
    width:100%;
    overflow:auto;
    padding:20px 0 20px 40px;
    margin:0;
}

.hidden {
    display:none;
}

form p {
    overflow:auto;
}

.errorlist {
    color:#ae2c2c;
    margin:0;
}

label {
    float:left;
    clear:both;
    margin:0 0 8px 0;
}

input, select, textarea {
    border:1px solid #ccc;
    border-bottom:3px solid #ccc;
    padding:8px 12px;
    font-size:16px;
    font-family:'Roboto', sans-serif;
    float:left;
    clear:both;
    width:300px;
}

textarea {
    height:80px;
}

select {
    width:324px;
}

input[type=submit], a.button {
    border-radius:5px;
    background:deepskyblue;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    border:none;
    padding:10px 20px;
    margin:20px 0;
}

a.secondary-button {
    border:3px solid deepskyblue;
    padding:10px 20px;
    margin:10px 0;
}

input[type=submit]:hover, a.button:hover {
    background:deepskyblue;
}

#module-contents div {
    padding:10px 20px;
    border:1px solid #ccc;
    background:#fff
}

#module-contents form {
    margin:0;
    padding:0;
}

#module-contents input[type=submit] {
    color:deepskyblue;
    background:none;
    margin:-20px 0 0;
    padding:0;
    float:left;
    text-transform:none;
}

#module-contents div:hover {
    cursor:move;
}

.course-info {
    border:1px solid #ccc;
    padding:0 20px;
    margin-bottom:10px;
    width:400px;
    overflow:auto;
}

.course-info a {
    margin-right:10px;
}

.helptext {
    color:#ccc;
    padding-left:20px;
}

#chat .message {
    background:#efefef;
    padding:10px 20px;
    border-radius:4px;
    width: 50%;
    display:inline;
    margin:10px 10px 0;
    clear:both;
    word-break: break-all;
}



#chat .date {
    color:#aaa;
    font-style:italic;
    font-size:12px;
}

/**********************************/
.my_button {
    user-select: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

.my_button:hover {
    background: #434343;
    letter-spacing: 1px;
    box-shadow: 5px 40px 10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

.in {
    background: forestgreen;
}

.out {
   background: deepskyblue;
    border: 3px dashed beige;
}
.page-title:hover {
    background: #434343;
    letter-spacing: 1px;
    box-shadow: 5px 40px 10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
.shadow-style {
    border-radius: 10px;
    padding: 10px;
    background: #434343;
    letter-spacing: 1px;
    box-shadow: 5px 40px 10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    color: deepskyblue;
}
.hover-style:hover {
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 1px;
    box-shadow: 5px 40px 10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    color: gray;
}
/*******************************************/
#header {
    background:deepskyblue;
    overflow:auto;
    padding:5px 15px;
    border-bottom:6px solid deepskyblue;
}

#header .logo {
    text-decoration:none;
    font-family: sans-serif;
    font-weight:600;
    text-transform:uppercase;
    font-size:28px;
    color:#fff;
    float:left;
}

#header a {
    color:#fff;
}

#header .menu {
    list-style:none;
    float:right;
    margin:0;
    padding:0;
}
/*******************************************/

.contents {
    width:20%;
    padding:10px;
    float:left;
    background:#333;
    color: #fff;
    font-family:'Roboto', sans-serif;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}


.contents ul {
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

.contents ul li {
    margin:0 0 10px 0;
    padding:4px 10px 10px;
    overflow:auto;
}

.contents ul li.selected {
    background:#3f3f3f;
}

.contents ul li:hover {
    background:#3f3f3f;
}

.contents ul span {
    text-transform:uppercase;
    color:#bbb;
    font-size:14px;
}

.contents ul a {
    display:block;
    color:#fff;
    text-decoration:none;
}

.contents ul a:hover {
    color:deepskyblue;
}

ul.content-types li {
    list-style:none;
    float:left;
    margin:10px;
    background:#efefef;
    padding:8px 14px;
}
/********************/

#course-modules {
    list-style:none;
    overflow:auto;
}

#course-modules textarea {
    width:600px;
    height:120px;
}

#course-modules li {
    padding:20px;
    overflow:auto;
}

#course-modules li:hover {
    background:#ccc;
}
/****************************/

.module {
    padding:10px 20px;
    float:left;
    width:80%;
    background: white;
    /*border-right: 2px dashed black;*/
    /*border-bottom: 2px dashed black;*/
    /*border-radius: 5px;*/
    color: black;
}

.module h3 {
    margin:20px 0 0;
    padding:0;
    width:100%;
}

.module p {
    margin:10px 0 20px;
    width:100%;
    /*float:left;*/
}

.module a {
    color: black;
    font-weight: bold;
}

.module-content {
    padding-left: 50px;
    border: 1px solid black;
}
#add-nav {
        width: 20%;
}

@media all and (max-width: 850px){
    .contents {
       display: block;
        width: 100%;
    }

    .contents ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .contents ul li {
        float: left;
    }

    .contents ul a {
        display: inline;
    }

    .contents ul span {
        display: none;
    }
/******************/
    .module {
        width: 100%;
    }
    #add-nav {
        width: 40%;
    }

}
